Package: gurumdds-3.2 Priority: optional Section: devel Installed-Size: 6832 Maintainer: GurumNetworks, Inc. Architecture: amd64 Version: 3.2.19-noble Filename: pool/main/g/gurumdds-3.2/gurumdds-3.2_3.2.19-noble_amd64.deb SHA512: 3d8634ea535c4a2f56e04685726f0788ce042a5a80e788b9354c2b0cfc5a85807a40af3e102bab1d70bbd1feb371bba76d76e8fcad4a90f06e140ffc93ee3139 Size: 2574812 SHA256: 8a0117b5cc709de90407c759924c5d27e6ee9636c7b226a7f5a710f1b5bdc249 SHA1: 41e0214dc9971d7782f41caba3b99fc1da3a8c01 MD5sum: 31f311abd3561c591d1729e2209a44fb 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.1-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 1.1.1), python3-dateutil, python3-docutils Conflicts: catkin, python-catkin-pkg Filename: pool/main/p/python3-catkin-pkg/python3-catkin-pkg_1.1.1-100_all.deb SHA512: 0afbd3f0751a6fa7e2e8d483f83c16aee286dd4730f1575aeac4f9c9f492bdbefebb542b8a621aaffd2cf09704985a5d394fd8accfce3b9bf24d8c834b173d4a Size: 3916 SHA256: 6aa952b5b2a26f45d3cae5eb6df52f678689db573a8a6947cabb9b5bef4feef7 SHA1: d6df3109d0a97fe3be7efe1dfcc37c770a25a0d7 MD5sum: a7f2acb10567b27fb332c1be4a44853f Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-catkin-pkg-modules Priority: optional Section: python Installed-Size: 254 Maintainer: Dirk Thomas Architecture: all Version: 1.1.1-1 Replaces: python3-catkin-pkg (<< 0.3.0) Depends: python3:any (>= 3.6~), python3-dateutil, python3-docutils, python3-pyparsing, python3-packaging Conflicts: catkin, python3-catkin-pkg (<< 0.3.0) Filename: pool/main/p/python3-catkin-pkg-modules/python3-catkin-pkg-modules_1.1.1-1_all.deb SHA512: 3019dde1ff14baa19af7858eeede488140163d3c2d88efa4ff7079ba0eebabd94171be79314359c582a5495e78484d6890e58902d46e69305a8b82bc2984adfb Size: 43428 SHA256: 0bffe122ad0a894254468b1fba88a175c961f755dc9895a3a6f33c1683d0e020 SHA1: 868c7b3fbd9c960d3e3143f55b5b257739aa839a MD5sum: 96cab0fcfca085bfe3856b5be6ee2524 Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-colcon-alias Priority: optional Section: python Installed-Size: 37 Maintainer: Scott K Logan Architecture: all Version: 0.1.1-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: 501 Maintainer: Dirk Thomas Architecture: all Version: 0.21.1+upstream-1 Replaces: colcon Depends: python3:any (>= 3.6~), python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools (<= 80), python3 (>= 3.8) | python3-importlib-metadata, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Recommends: python3-pytest-cov Suggests: python3-pytest-repeat, python3-pytest-rerunfailures Filename: pool/main/p/python3-colcon-core/python3-colcon-core_0.21.1+upstream-1_all.deb SHA512: 20991a9a12dfc9a5f75fded3d9907aa44ecc2303a240bf14649319eacc6dc3d7f2fcf8d19c195193928d29551dff61ed67c24463f1f444c12b8aea33651fc06e Size: 75648 SHA256: 04fb1e19eb1c99da680bdd8eb6b299d1d85b149ccdc8901019741d0c365bc2e7 SHA1: 45ef11594635e2a04795e8c54b12110b0b0a12ac MD5sum: 7e058a71ade0306971ec7bd3c06585af 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: 70 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-mixin/python3-colcon-mixin_0.3.0+upstream-1_all.deb SHA512: 67cd0fd8923ad18d19b5fa1be2086398a9c61078bb2d153512caf234594d3d773557870b9cf1d2f0a501fe96907ae95bfa79b337db5d50ab2234523d437d8081 Size: 12132 SHA256: 9203a1ac84d628f9eec81d9b51b5b4802e47c3d8e8ec8b2e5592ed27ae8b820c SHA1: 5513d5c2c18c56fc6bb9c2702bf26e97a7e23122 MD5sum: 7fcf024e3562b05a5902730cbd68cb6b 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.1.0-100 Depends: python3:any (>= 3.6~), ca-certificates, python3-packaging (>= 16.8.0), python3-rosdistro-modules (>= 1.1.0), python3-setuptools, python3-yaml Conflicts: python-rosdistro Filename: pool/main/p/python3-rosdistro/python3-rosdistro_1.1.0-100_all.deb SHA512: 8d1474d878cde4df7172c77a47be2f2af22df41f7bd3fe242c56b71b12b3a4c6173be53f3988ccc21d977a562b9cac2785b0ab952b52191a860afbfb8e536adc Size: 3752 SHA256: 74e1342a11c87921757176f3b731c5a0e38c069ca9851cbe437303f726cd394c SHA1: e79e97ebf8ffe521f583c80c10a0015e0909b255 MD5sum: 2f8bc6f260b021c9abbcda7e93f4e87c Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-modules Priority: optional Section: python Installed-Size: 302 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.1.0-1 Replaces: python3-rosdistro (<< 0.6.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-catkin-pkg-modules, python3-packaging (>= 16.8.0), python3-rospkg-modules, python3-setuptools, python3-yaml Conflicts: python3-rosdistro (<< 0.6.0) Filename: pool/main/p/python3-rosdistro-modules/python3-rosdistro-modules_1.1.0-1_all.deb SHA512: 2a664f90fe55ad151907d295b6b96b085515e5918fb548f8443958eb748af12ff07f34efa079ed3f41bba18f801627a95c409f02edf459279ae432126f186f90 Size: 37856 SHA256: 0922467159e4c3a2d27659ea1af006e39e2eb30f288e39928db79438a848d78f SHA1: 7c9e9319fbc5540cc1542979d1820c4c3bda135b MD5sum: 9f040226d12042f56b632446ed942f9d Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-reviewer Priority: optional Section: python Installed-Size: 86 Maintainer: unknown Architecture: all Version: 0.1.3-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.18.0), python3-git, python3-rosdep-modules | python3-rosdep2, python3-unidiff, python3-yaml, yamllint Recommends: python3-github Filename: pool/main/p/python3-rosdistro-reviewer/python3-rosdistro-reviewer_0.1.3-1_all.deb SHA512: 34a281fc858f8c40ef8118aa64c53c173cf83c9712120687e96f85926af8b6c0729c10149b265cfae72d7b64e3d45d9cb9fed797111962dd99a852ba80e013eb Size: 16448 SHA256: 7e74c1b3dc20b317f3f4fbde7f9874651d92b1fb582887f3c1ce8af70f039ccd SHA1: 2c479a1847fe3b34dfb77d2a0949870e5d497886 MD5sum: 96f92a2e5943b9c835b97df81d03d987 Description: Automation for analyzing changes to the rosdep database and # rosdistro-reviewer . [![build](https://img.shields.io/github/actions/workflow/status/ros-infrastructure/rosdistro-reviewer/ci.yaml?branch=main&event=push)](https://github.com/ros-infrastructure/rosdistro-reviewer/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush) [![coverage](https://img.shields.io/codecov/c/github/ros-infrastructure/rosdistro-reviewer/main)](https://app.codecov.io/gh/ros-infrastructure/rosdistro-reviewer/branch/main) [![pypi](https://img.shields.io/pypi/v/rosdistro-reviewer)](https://pypi.org/project/rosdistro-reviewer/) . _Automation for analyzing changes to the rosdep database and rosdistro index_ . The rosdistro index and rosdep database hold a significant amount of semi-manually curated information about various types of packages and how they are associated. To facilitate maintenance of this data and discourage modifications which might introduce unexpected behavior for users, robust automation is needed to validate proposed changes. . This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review. . ## Invoking rosdistro-reviewer locally . Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example: ``` $ rosdistro-reviewer --target-ref origin/master . ✅ No changes recommended /————————————————————————————————————————————————————————————————————————————\ Package: python3-rosdoc2 Priority: optional Section: python Installed-Size: 143 Maintainer: William Woodall Architecture: all Version: 0.2.1-1 Depends: python3-breathe, python3-catkin-pkg, python3-jinja2, python3-pkg-resources, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml, python3:any (>= 3.6~), python3-catkin-pkg-modules, python3-exhale, python3-myst-parser, python3-osrf-pycommon, python3-setuptools, doxygen, graphviz Filename: pool/main/p/python3-rosdoc2/python3-rosdoc2_0.2.1-1_all.deb SHA512: fc5cfd7e6912891c7f581565465039e885d3fcbc934806f43126edc4e0f54827bd99e2c47bbc044d36298720a5f86a250a39c860e20bfb68cdb8ce0e0bf621e5 Size: 26444 SHA256: 6913abdf95606de728d15da6508f31d879ec718ec300cce8e23e519d28ee2ec0 SHA1: b2fbc6d240587b00c5f9b42fea6655fcafa26e49 MD5sum: 307da53c3156eda7f65602ac168aa28b Description: Command line tool to build documentation for ROS packages. # rosdoc2 . Command-line tool for generating documentation for ROS 2 packages. . ## Quick-start . This tool can be viewed from two perspectives: first from the perspective of a user wanting to building documentation for any given ROS 2 package in order to view it, and second from the perspective of package maintainers who need to write their documentation and configure how this tool works on their package. . ### Build documentation for a ROS 2 package . To generate the documentation for almost any ROS 2 package, run this command replacing the arguments with appropriate directories: . ``` rosdoc2 build \ --package-path ./src/path/to/my_package_name ``` . > [!NOTE] > Please see [Known Issues](#known-issues) if failed. Homepage: https://github.com/ros-infrastructure/rosdoc2 Package: python3-rosinstall-generator Priority: optional Section: python Installed-Size: 75 Maintainer: Dirk Thomas Architecture: all Version: 0.1.23-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.1.28), python3-rosdistro-modules (>= 0.7.3), python3-rospkg-modules, python3-yaml Conflicts: python-rosinstall-generator Filename: pool/main/p/python3-rosinstall-generator/python3-rosinstall-generator_0.1.23-1_all.deb SHA512: d035b9d87091fd2dccbe14567e8034aec9c39ce1c58446afe981b7b784ba6f0e855baec87240aacb7c01c5f5e52d3385ec9bac9b777a8348b06c1dbbe96d138b Size: 11804 SHA256: e0f702985eb3dfd6880c384ceb8d20b73690f3a8ccd1025198be92e816b7624c SHA1: 1f7ae24701f1985251fa3097120ede00f5b51c56 MD5sum: b8f01a493feb485a3d57d42a6557b191 Description: A tool for generating rosinstall files A tool for generating rosinstall files Homepage: http://wiki.ros.org/rosinstall_generator Package: python3-rospkg Priority: optional Section: python Installed-Size: 18 Maintainer: Ken Conley Architecture: all Version: 1.6.2-100 Depends: python3:any (>= 3.6~), python3-rospkg-modules (>= 1.6.2) Conflicts: python-rospkg Filename: pool/main/p/python3-rospkg/python3-rospkg_1.6.2-100_all.deb SHA512: 940059f17c76b2b9bf4d0c5ae9a2882bb32784167e56bb9850db4da980324ab8db2da7269c71f7b65b272179516b129542f1b37a3439fc157b8745c756321d03 Size: 2528 SHA256: 7b1e21037c20f1382670bcab34a7f3ca06763b9afec6deee4d8b8391d7a2c12b SHA1: d5f64fac110e79ba0ed1cb1c269ba88f3b22ad15 MD5sum: 4205092a975ab7f7b3b47eff6a679995 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.2-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.2-1_all.deb SHA512: 91b4edbdab5abca488fd7fa9d5ef68944045add96bc7401c62372570b3f27df2b82b48d436d8bc4297640f474b41205e4961ba571dbbcb28f404f58ca2f23f82 Size: 24320 SHA256: 8562fe77573c36deea207751569b7a4f43ba4d0e15f396962b510cf738bbf8f9 SHA1: 5c59c2cf40f49be70195146806ca086af0e826e5 MD5sum: 0439cd5d7a27f1b27200a2364c4f7f82 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.20260902.023644 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 590 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.20260902.023644_amd64.deb Size: 53432 SHA256: 5019518f24934291689b987e79cf390bad3f8177a2cfcb361e49f7560467fa09 SHA1: 1f66ed2904d80a836efad31ea47b91d5c530ee78 MD5sum: d841190cbbe89868073d4271f29ba426 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.20260902.023644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 368 Depends: ros-jazzy-ackermann-msgs (= 2.0.2-6noble.20260902.023644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-msgs/ros-jazzy-ackermann-msgs-dbgsym_2.0.2-6noble.20260902.023644_amd64.deb Size: 262310 SHA256: 845c186bf85dcb3941afa2aa4f0ab70545584b00fbde04b4fbfb74c4161f68f1 SHA1: 191c195232903c6da819dc7c57d0eb9483bdc83f MD5sum: a9587843625cab79edb34a1d072dd28e Description: debug symbols for ros-jazzy-ackermann-msgs Build-Ids: 0051a351ac549e1fe38404f130b45e1a1efeae91 05b230570899df1e428aa9acf7c1c0bb4d8b3e57 2ab549170d58aab584b2083cb825f6b6ae4b6578 61bd3fb21e6315b7da7b3de29ce36aae710cf239 67cce2b654863fd13cc7c3429fbeeea580299b75 774df99dd90cc1d5784f875712c672d897c6b9ec 861e832437551fcda17516209df105e367a06275 8cf5d530b0bd49e83cb3eb32b73d9f6a5f80eeff a595e2070d56721cad0a500156a3b94a7cf78a15 e98a091abd31236681ac95a71dfe22611df4352d ef60566f4c97052fbad6ad90e3fb15ffa1186a05 Package: ros-jazzy-ackermann-nlmpc Version: 1.0.3-1noble.20260902.042303 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.20260902.042303_amd64.deb Size: 46174 SHA256: 2416c09f9b55d55d33a77a6b43c2439b36770073637925bdeedf9e5fd6a01152 SHA1: 204c6fec34ddee631065fca169a96172e192d4f5 MD5sum: a8d06ebd463f16176843d21d41a8bf9b Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-jazzy-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260902.023749 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-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.20260902.023749_amd64.deb Size: 64430 SHA256: 39a9457d55e160099c37ecdd79e66eb13930a4330d5f8711c1b91e70070aa7ba SHA1: f918fb357ceef1b07bc348c085095c68d78efb7e MD5sum: 15e6bae94664f46385debcbfbaeddd18 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.20260902.023749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 443 Depends: ros-jazzy-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260902.023749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-nlmpc-msgs/ros-jazzy-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260902.023749_amd64.deb Size: 332126 SHA256: e25e1ec9674d7c8e73f7aea8e19448de383376ee0c73d066d8e836a08a1bedca SHA1: e5706274185e36cea03b1fb73886e5b318d4dbb6 MD5sum: 57ea1110a4d00e30db7b5836ee6c25da Description: debug symbols for ros-jazzy-ackermann-nlmpc-msgs Build-Ids: 10ea5f78f936a985cdcd18ad50f36b59431176be 176ae718f631caa8dcfd848bd6f1e33cb6bad9ba 20b32cdeb4e4c69f70afbe32292742aeaac13779 345d5df3ee5acd3a569e0e4f23e190edb9536bd9 50d900e0e9b5e68c4c82ce2751bca877b1468c37 697210e771cffd83bc41034d9262d8688b1df5ba 87951a49fab8ba67c594ab1046b7e56c424f3e75 b6096d834b9bbd027756f88665536f1976f12737 df0705ac7920e02e2c5148de61888deda17480f4 e0b1247ff302d9f6a0bcc0459b4a027185a26a70 fe1902299ca4a5366d44bee3d0d4a0abf21a01c5 Package: ros-jazzy-ackermann-steering-controller Version: 4.42.1-1noble.20260905.074200 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.42.1-1noble.20260905.074200_amd64.deb Size: 51894 SHA256: c44a9cfa4e80761c15393418cbf6d3121d51d46a261af8f2c98399f3003356b8 SHA1: b1953bbdf602c010fd2f300c04c0ff0b412b990b MD5sum: 6340c5bf169d3654f33e982f7049ba06 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.42.1-1noble.20260905.074200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 731 Depends: ros-jazzy-ackermann-steering-controller (= 4.42.1-1noble.20260905.074200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-steering-controller/ros-jazzy-ackermann-steering-controller-dbgsym_4.42.1-1noble.20260905.074200_amd64.deb Size: 697116 SHA256: deb60c3fab3afd9cd4a4fbdf5c17ae8d20e5033f846a3317ba1f4b67a8aa141f SHA1: 82134b10f10e058386ab03bc6788406e91cfac13 MD5sum: 2e6a936c47df89bd67605a49f7b7c8b0 Description: debug symbols for ros-jazzy-ackermann-steering-controller Build-Ids: 9a751cbd62c5dc6a60b643b6c003bb6b2414e6dd Package: ros-jazzy-action-msgs Version: 2.0.4-1noble.20260902.015426 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-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.20260902.015426_amd64.deb Size: 100174 SHA256: f3ce99ce441c8d02eec5a62605e2dcdd38fa3cb5d5eb617c9c2f0f75dc5cc110 SHA1: efd77dee8243ad8269e8f907aec81ae38f2847fb MD5sum: f297fab8937b50db29bb6f5fdefe58bd 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.20260902.015426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 810 Depends: ros-jazzy-action-msgs (= 2.0.4-1noble.20260902.015426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs-dbgsym_2.0.4-1noble.20260902.015426_amd64.deb Size: 628690 SHA256: 007f8fc344240a03a9d0e76ada948149024adc30a3df4da7bcb654a75a05e268 SHA1: cbbd337fe8fa675c1b850ca0034760f0c272273b MD5sum: 5ebe492c5198a91260b340641bf0cb32 Description: debug symbols for ros-jazzy-action-msgs Build-Ids: 2ab417315402d37880bae84462262ab9a67637af 2fcbaff8672cdf6297a413058db3cf0521fa7eab 3084173343ae739659d0335b2070dda2987ce9da 3bf9ecba6e84717806dd906abecb24cdda3668e2 4eb40c7fdfc497157d34612390dd6841c5bbebab 6d87655ca6e26ffbc84f7441e9b58607bd4de0e2 7507f146eba574c673b6d5ce0c76dd4c7efc9a66 7a1ada0a01315eff5946777940160fa9faf6e32f 8720dcf69e352eba0f168d64eee60a6f100f4c61 ec69982534e9d3e77a988ad7f00e3326cae932f2 f37d8071b77877cb130b84e2ab78afe4dacdcae2 Package: ros-jazzy-action-tutorials-cpp Version: 0.33.11-1noble.20260903.065104 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.20260903.065104_amd64.deb Size: 70502 SHA256: 1e44f6bbe5b0b3d33720606aeff6bc2b8ffce83b189bd48690fbdcdfa7afb893 SHA1: 0dc192b03d5f82a8fd20ce7a66980bdc66fa474b MD5sum: 3be67c65eec1841bbd6a5dc5c62a7a87 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.20260903.065104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1709 Depends: ros-jazzy-action-tutorials-cpp (= 0.33.11-1noble.20260903.065104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-cpp/ros-jazzy-action-tutorials-cpp-dbgsym_0.33.11-1noble.20260903.065104_amd64.deb Size: 1424892 SHA256: 9282a247eb2df7f645a4b3aa06e06bce563ea2843b1be0898ec84aee62986315 SHA1: 9481c5d197e73b6c4670b5bf819cb986dc64fdca MD5sum: dc5689948e46242b996f7629a5477657 Description: debug symbols for ros-jazzy-action-tutorials-cpp Build-Ids: 287f520bfe919f12f754283fc4c8e5049d6212c9 582762bee95c3596e6a5d19a48ba3fa09fcffcaa d871ff7691b9a983d8b6d71bd0b1bc6f31efe604 Package: ros-jazzy-action-tutorials-interfaces Version: 0.33.11-1noble.20260902.024042 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1674 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.20260902.024042_amd64.deb Size: 123582 SHA256: a2f5d482e2b966bf578dfea5e89c0de7e13dde4daefc494da00c8b1a51d9cb53 SHA1: fa858dc23968f10ec4ab61c56f3c32bff4c92088 MD5sum: 4778fbf69144a7c4e87e5a94ac294077 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.20260902.024042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 842 Depends: ros-jazzy-action-tutorials-interfaces (= 0.33.11-1noble.20260902.024042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-interfaces/ros-jazzy-action-tutorials-interfaces-dbgsym_0.33.11-1noble.20260902.024042_amd64.deb Size: 568902 SHA256: 55671c566c0d8282acd2a3ae71f1c51eb58fccdd3dfa92b8f7cd75d40bf0ed53 SHA1: e66f200ca98c3fca0d8155b3311b9205ca3c3ba9 MD5sum: 1ad66589ec8cf3b4b727f82e26b82eb5 Description: debug symbols for ros-jazzy-action-tutorials-interfaces Build-Ids: 205640897bff3b87b06a20cb23f8adec8094cf07 36688d695a6dca9d8318e0bca359879bce62ca61 3c0159bd0bc114501d2006f4dac1df758388668a 3de041e17dd06d4c86d9f0dc5ff5539348cc6047 5b6d11fbc7f80dc17902a25eeed9dbbd28dbc641 61d5e994f6b350c4c90bb4595c8e901856f982b7 70ceff0b2f256612c95e6f9a0f6f8b14c5d9ccb3 948f4256679136b658d3a33664ef25352c5b0e9a b2c31f3d351cca6cc7e102f7e61bb359388a2e19 dc9bddcbb807d028023796e0af647b44bec4fe8f fb86be2dab319bc57b11ab0c497209c7ff338f89 Package: ros-jazzy-action-tutorials-py Version: 0.33.11-1noble.20260902.054844 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.20260902.054844_amd64.deb Size: 8316 SHA256: 656c0da5fbcb5915a2cb0d3c8e078e9e31a42d07c4f3427474b25c6e00d18afc SHA1: b07f36fc26a4e93bb6a564b3b3e43a32cf7132de MD5sum: 4c06a93b3db5fd383a9f5855ec9a3255 Description: Python action tutorial code Package: ros-jazzy-actionlib-msgs Version: 5.3.8-1noble.20260902.034206 Architecture: amd64 Maintainer: Tully Foote 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs_5.3.8-1noble.20260902.034206_amd64.deb Size: 70882 SHA256: 741a342f7413a65fde9c74b8414b412f8bc7cda2740804680984f1d5e74e3001 SHA1: bb5d5ff159f2aef523e9efbbf35f1e767c5d1993 MD5sum: f7543d1f197db51959e6840719dff99c 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.20260902.034206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 529 Depends: ros-jazzy-actionlib-msgs (= 5.3.8-1noble.20260902.034206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs-dbgsym_5.3.8-1noble.20260902.034206_amd64.deb Size: 399266 SHA256: d9a20bd1d90b9780072c1607ec8f8733d8466edb633b78a7e3152693b029ebf8 SHA1: bf92863dcac4f85b043a6e77c4fc22e1ab0859c5 MD5sum: 272ac4d05d234e1c776631884bfea19f Description: debug symbols for ros-jazzy-actionlib-msgs Build-Ids: 14edd1d282556ef346f15855ce3f69056b7330cd 157d2335a142464095e7d4c75702de3395378b72 19849ce2f700a9b0e3588678d8de4cc4ad209f0d 2b7c609514792963d1c75b6eb549ca988c65d3a2 2e07fc74ecbef81c3deb598844a5916be74ac482 52fa9291a848ff3734a3ceddc3d54c3e6b02ce00 65c212092a235a8f9e6bf3519ef3458f2473f82e 6a663af07a06b3f24e7857ef47c42730cd5762e3 89a749dfb975d8189f8c7dd840bad5c86d7bf7c2 ab534fe704a6ca12ee675d8900e9b1abf442c7ce ca80276b8eee7b1e3bbb6c487ff3580ab947b294 Package: ros-jazzy-actuator-msgs Version: 0.0.1-4noble.20260902.024100 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-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.20260902.024100_amd64.deb Size: 103896 SHA256: 935a81de21d291c79e7995cf5d3be0b8a16ea9a18ff725e7abc43ca0f5737835 SHA1: 28c11e661180358d0d9cfae6adbce681c1090b52 MD5sum: 2dd15fadfd7f02f364e29457ee15b83e 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.20260902.024100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1059 Depends: ros-jazzy-actuator-msgs (= 0.0.1-4noble.20260902.024100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actuator-msgs/ros-jazzy-actuator-msgs-dbgsym_0.0.1-4noble.20260902.024100_amd64.deb Size: 833174 SHA256: 75244876d46abb0a9230a73dc8c125bb9332601dab962c5c4532e0e0fe4633dd SHA1: 95ecb38c9b7c84d9245c04886dc4f622ba85c204 MD5sum: ff72b129737df84c7afecac26c2c5e3c Description: debug symbols for ros-jazzy-actuator-msgs Build-Ids: 1ab2a413910ee294cf4c2b3408bb6347a106041b 21441efebeaf9bb1c123e5d8a182233a94b6fc8b 579f06ff417abc4a904aad90b15698469c6f560f 6c07d4bb5656ccb0ae862adf2e6bbf8a53e24ad0 8097bfd8de52ae5367bf91326a4ed2262407970c 956c6e41b4ae51bae159765fbb403b00cd558aa2 9beedfd9e319a85bb1b63ceb35f088489a39e281 9fe13852e185f9948296eb217c4862875e3993f2 a250215a67d0a796ecb9a376bc5609f6d5c52952 b38c336c68187603c812d093d322445eb8885054 d4109f039976f6312655389f34afa5a91ea0ea78 Package: ros-jazzy-adaptive-bridge Version: 0.1.0-3noble.20260902.102528 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.20260902.102528_amd64.deb Size: 90286 SHA256: 2aba9aa7fb41b0e43cf283e6fd4d5dfa98bb40246367597d261edd6b4b12ee29 SHA1: c419637a3223d1ab95a4895fa87de8b34d76ca4f MD5sum: e09abe17195458513b6919a89a165f6f 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.20260902.082651 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.20260902.082651_amd64.deb Size: 30094 SHA256: 58b4d35ed1025396baf4103bd5c42dac69100a23a5eba7f658afd2ce49de6389 SHA1: 594c0b20debd2128489885802a0f2ddd96d2f3a3 MD5sum: 807139083028b10f9c1c9346b1ad4056 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.20260902.082651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 417 Depends: ros-jazzy-adaptive-component (= 0.2.1-5noble.20260902.082651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-component/ros-jazzy-adaptive-component-dbgsym_0.2.1-5noble.20260902.082651_amd64.deb Size: 387604 SHA256: c19f7084b77e15f607489537e452df65b98915e588c6dc75e445b405fafe112f SHA1: b80ec9ef8c8246cfdeb072bfb4f51daa5dbd5539 MD5sum: 8c62103d7e13b7f5edaf6d03caa70798 Description: debug symbols for ros-jazzy-adaptive-component Build-Ids: 101713ed16a47830d73da42fb83e4e4d786874d8 Package: ros-jazzy-adi-iio Version: 1.1.0-1noble.20260903.085216 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8341 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libiio0 (>= 0.25), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libiio-dev, ros-jazzy-rclcpp, ros-jazzy-ros2launch, ros-jazzy-rosidl-default-runtime, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://analogdevicesinc.github.io/iio_ros2/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adi-iio/ros-jazzy-adi-iio_1.1.0-1noble.20260903.085216_amd64.deb Size: 712488 SHA256: 8c2751379143e087b96fee5bb84988f41b8b94b19beb11a5ef52d71e267023ad SHA1: fe91d1797ed3a93c16da72d7e537c3a34a3ef3c0 MD5sum: b0990f667b9d6e62a354aafc72decd26 Description: ROS package to interface with IIO devices Package: ros-jazzy-adi-iio-dbgsym Package-Type: ddeb Source: ros-jazzy-adi-iio Version: 1.1.0-1noble.20260903.085216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 13386 Depends: ros-jazzy-adi-iio (= 1.1.0-1noble.20260903.085216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adi-iio/ros-jazzy-adi-iio-dbgsym_1.1.0-1noble.20260903.085216_amd64.deb Size: 11106140 SHA256: 32ed630b42dfd0f488f84bc8119a0e1daf33aad72a61ba75b6f194a1bf85f73c SHA1: 72a8359beb58a2895ea95012fe7da51adbf77655 MD5sum: ff74c59381b1aa40c3eb20b2a0e70e57 Description: debug symbols for ros-jazzy-adi-iio Build-Ids: 1484ae97db55fafbc0c812869f2b9a39110b1c00 35eddda8d553ff845ebc03a2e04555e02063360e 3f8d472daae8554c858520ff5e195aea0bf2b09e 4bd88f3bc608e426ae3d26ca20295aeb77a93d75 52b4fefcb13415d3310b4e0e14601ccf30a35ab1 65901dbc1e8cd74f1c1c6684ce0ea64611b64810 710cf09d9c4a77a18639e028bab4269a4b8a668a 71cf439bcb89a2ebccfd734dd42ff9aaf5c68bea 8216c4b7cce949711408f24a9f3eee7d43f6b1e3 c987bd956d6c416f7c0282213a7b7a0a90002c0d cb886c895453cb7314a34d921dd8474bef32f024 e0d39ee9f02a16ddd7b11d0bd1bd03675c717df4 Package: ros-jazzy-adi-imu Version: 1.1.0-1noble.20260902.103810 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 3361 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libiio0 (>= 0.25), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libiio-dev, ros-jazzy-ament-cmake, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://analogdevicesinc.github.io/imu_ros2/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adi-imu/ros-jazzy-adi-imu_1.1.0-1noble.20260902.103810_amd64.deb Size: 369982 SHA256: fbf3174ba202ca564e39e11e0f02d0b33d7bad0d0f5c851d0442016daa230556 SHA1: 7c5d71f347c5bbd0520a088323a8f7893d8b12e5 MD5sum: 89f9db6dee8a766cc81d66e8d0a97824 Description: Publisher for ADI IMUs Package: ros-jazzy-adi-imu-dbgsym Package-Type: ddeb Source: ros-jazzy-adi-imu Version: 1.1.0-1noble.20260902.103810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8197 Depends: ros-jazzy-adi-imu (= 1.1.0-1noble.20260902.103810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adi-imu/ros-jazzy-adi-imu-dbgsym_1.1.0-1noble.20260902.103810_amd64.deb Size: 7432192 SHA256: fc39494584f4594c43b18745e91cabfd629b38572fa59644dbed9e773964ea78 SHA1: a9787a9099b86cece3126b2ab0c4bb32a1421b3c MD5sum: c42c750d74086d61647a4149b76ac5d2 Description: debug symbols for ros-jazzy-adi-imu Build-Ids: 2bd840b2b452b6278e89a9365e00c805115110d7 7bc11533fadeeb7cf3ada7f655e5fc60cc085084 8f0619dbe4c95e1aa8a7a2f2fd186c4710a59d3b a226d57a34fc81286c628c78f14380fd1bef9d5a ccb350be7ecf7951aa7bd40edeb13e7da7b0f637 d367bbe827871fb811a8a1bbc7f3ddd13ee0c187 de32888d94bddf1da2db44ee4aecd32c9e855c34 de4d2be292841467ac9671dc3b4f127559e946b6 e536f7347e990e56f16249ea3241485223340a64 e757f7370eb609265fc25efdf3a7fc218aa718f5 e7e41347c6ead215eabfb3cab5d882031f64638d f49489df4d787700ff5a8b8bb10c5e49eb16e4ef Package: ros-jazzy-admittance-controller Version: 4.42.1-1noble.20260905.074107 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1280 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), 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.42.1-1noble.20260905.074107_amd64.deb Size: 300390 SHA256: 60d74b50650bcc6a21a2855a60d3170b7b106b4b88f86cb2a6be19f7c4ffd57e SHA1: f8a21e977e75fb3c5780f6b891cf01e0bfd98419 MD5sum: 8385e6db7019d34e23d344f9a23637be 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.42.1-1noble.20260905.074107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6968 Depends: ros-jazzy-admittance-controller (= 4.42.1-1noble.20260905.074107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-admittance-controller/ros-jazzy-admittance-controller-dbgsym_4.42.1-1noble.20260905.074107_amd64.deb Size: 6342202 SHA256: abcb0847195ed64565dad7a7c178c40b4912f1d248396f3ee2457f83d84a411e SHA1: 3496e6e2f7d58a96aacf34372b87a6b644a1f94c MD5sum: 8c82feff452d44a1a20e28f3ce033617 Description: debug symbols for ros-jazzy-admittance-controller Build-Ids: 9d1cd9c481f25a2f46f9460e0bbd94cbd2fbe99b 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.20260905.070210 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.20260905.070210_amd64.deb Size: 170972 SHA256: 2ad9820c4eb6f7635e2f6dd4df1056182196d0a09bbeed50578cf105f229e81e SHA1: a28dd40cfbc97ce3529699e6e4ebc19d23d968cf MD5sum: b1b6d996c65f7e95f9ab13d87452c4ac 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.20260905.070210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 8771 Depends: ros-jazzy-agni-tf-tools (= 1.0.0-1noble.20260905.070210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agni-tf-tools/ros-jazzy-agni-tf-tools-dbgsym_1.0.0-1noble.20260905.070210_amd64.deb Size: 8656792 SHA256: 9ca9cdaf9bd970988d13d11f2b64e8aab48b35e7298d9c0d16c7e9f28cb0d7a9 SHA1: 93a1467b756a52dd73bcb10f271b1f6f16d6f2f5 MD5sum: fb07f1fce9203d822804dc61f7b0ec27 Description: debug symbols for ros-jazzy-agni-tf-tools Build-Ids: 0f27b96082d8d8f9d72131f8c3e8cbde0e95f55c cdba286c6da2a8755e6f67358c8ef581f5116e04 db6354dfd37ed5026bb773c18c89aea7e1d3502f Package: ros-jazzy-agnocast Version: 2.3.4-1noble.20260903.074117 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.20260903.074117_amd64.deb Size: 5530 SHA256: d687bb2971de229056ba43d562c48019ecb12ac69da797caca0dc276a4474ba7 SHA1: 8a22aceb66e47c26c4241886b7b4eee0ccac8b66 MD5sum: f501555bd10ce9bd0493982c1cc3bfe7 Description: Metapackage for Agnocast: true zero-copy IPC middleware for ROS 2. Package: ros-jazzy-agnocast-cie-config-msgs Version: 2.3.4-1noble.20260902.024027 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1040 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.20260902.024027_amd64.deb Size: 98630 SHA256: f0ff656d4ca7960e90b532cbcead97b13b69ba19432eae186b9ff5297012a0e6 SHA1: 3e6a0c59c537ca9ff3878086a704c6254f173086 MD5sum: ab54fd07761a552a39b66db955319a3e 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.20260902.024027 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.20260902.024027) 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.20260902.024027_amd64.deb Size: 597208 SHA256: ae10ba24e88e7ee8d433101761716774baa45f45568a0658ac7053a2d3696f1a SHA1: 66843ac7c945bbdb5bf2b62fad69e385513e47ec MD5sum: 84ff383df074b4087148aa5ff04bc16b Description: debug symbols for ros-jazzy-agnocast-cie-config-msgs Build-Ids: 2083886899bf8c9222ed407ad83b4dc70bcfd74f 4d5b6318de5381cd0bd9b52e49ee69d8793d5719 5a8b1928aec94c92601c0ac1d45245b5e6a520ad 714c2dc470e88f82e37f427d8cdaaeeadc507c4d 8ca2176c12e7618b37e92ddbe9f8edd8e81f06d3 9845e0be4301f349b77be5d75ccbc277042eccc7 a16fdb04e7e0d135ead533680ff56274d49eef0f c51a849f6e9e7c392ce219641e40dd728fb30b53 d1b50c80cf8922708a075d3e460eefd78a31c48c e78fdea5abd32880b406cfc70859be741297100c fdccca1ab99d7d325a2965e95b7f53d01c3f9ba7 Package: ros-jazzy-agnocast-cie-thread-configurator Version: 2.3.4-1noble.20260902.061837 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.20260902.061837_amd64.deb Size: 262394 SHA256: b0ea0ba5ef2c548b016e9828388b8819fda2c2f91994d66be7ef4adca9322f15 SHA1: 154a23c9b1234c5e8b4f2e8e9f3c68455721a5ce MD5sum: 1fc139a821472252fbe6ea9ea54a0456 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.20260902.061837 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.20260902.061837) 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.20260902.061837_amd64.deb Size: 5956350 SHA256: 89e196b408e915fff5b5a8ad505752b7dd3e27a75566db7f970d8e6a9af33ab7 SHA1: 05836ba8d102fb84db5ca8259b2998ac469b115c MD5sum: 9bd85c7d744c44c1786b4a7546f8777d Description: debug symbols for ros-jazzy-agnocast-cie-thread-configurator Build-Ids: 13435bbbd564cd96526c7abf84e9ef4c1387c3b2 358ddf37c341fc2f74fee59bf2071601393ec538 c726bf56ff2a60bf8db9128801314fa3bb50b4db Package: ros-jazzy-agnocast-components Version: 2.3.4-1noble.20260903.023143 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.20260903.023143_amd64.deb Size: 39256 SHA256: 3f5e08296fbcc7e0e0db958fab896fc8aa1a4a4d10851410049f5f256029097b SHA1: 0da7963183c3f440d4f7105b78ba07d9796e1f3c MD5sum: 488ed569360a9440d9d40434179044e8 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.20260903.023143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1058 Depends: ros-jazzy-agnocast-components (= 2.3.4-1noble.20260903.023143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-components/ros-jazzy-agnocast-components-dbgsym_2.3.4-1noble.20260903.023143_amd64.deb Size: 991598 SHA256: 7b685a5bcfe95aa8b5827f78dfccd5c46fa854c3234b3856b9978915742fb31c SHA1: fa12e291a2d6882bfa74d38e956bed3dd417c4a6 MD5sum: 9301cf68d1ecaca394a059cb654c1196 Description: debug symbols for ros-jazzy-agnocast-components Build-Ids: 33ce95dda799928f4bdc5d07dad4a77ffdabc77d f037cf4c2eea06f9089b936d134d6073dddefffb f248f2b166c40593f0614b6b8fdc4127da19e230 Package: ros-jazzy-agnocast-e2e-test Version: 2.3.4-1noble.20260903.023600 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.20260903.023600_amd64.deb Size: 437406 SHA256: e5dc910d2a6113d0959bc816224c796072cebc6e8a7ab74323c9d4a561f69090 SHA1: 5dfb490a93f56bd3b7f48d3f087bd2080686804b MD5sum: aeabb1a5cb4747054956d5a4eadeef33 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.20260903.023600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 15486 Depends: ros-jazzy-agnocast-e2e-test (= 2.3.4-1noble.20260903.023600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-e2e-test/ros-jazzy-agnocast-e2e-test-dbgsym_2.3.4-1noble.20260903.023600_amd64.deb Size: 12958286 SHA256: 1818416c3394179367810f3105957c4706ccaf118f74432203558c9656759349 SHA1: ec1fe0c1e31ce1d6b9c8af4b270d01b553b004d5 MD5sum: b4465e068758798fee21fa38ac2658d4 Description: debug symbols for ros-jazzy-agnocast-e2e-test Build-Ids: 328464cf7b9be72bd2bc6cc43901534b038e483d 403d14db8d71f13398063b64ef37d8e3c89cea35 494174eb261a3c96ab4409a7002965504c82fe1c 79d9a66142c4be94f0fdee1f4596b931cc6a2002 85a97ee5615b45d43b46d174586b019c11e44c55 884973486c3ff471574e83d6148e156bbfa41ff5 8d5e7265b1f57300d284040b5ed4ad2a1e7545b4 a154e21f555dfe0b2a081738a8e3c4229ca24c9b a23ea2092757601c9f8cc25263ee4ad1d063d2a4 be3d9d1b85a8ebdb6b0cfd193e010c8b22ae0cf8 cfa5ffb37fa1b1346ba69e26b81077977beb9cce d49211d09f967c745e5cd6f32e285bd416f2fb61 ec143245de0a242243fe325b6c7609f800e05486 f2c3f2e741440494c0191918029f56e3f266979f Package: ros-jazzy-agnocast-ioctl-wrapper Version: 2.3.4-1noble.20260902.082948 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.20260902.082948_amd64.deb Size: 10010 SHA256: 7f0a591020a7e1e38333efd7b22a78897aaa95806cd7aa26cbc68e4e2a1ea06c SHA1: d70d411f70557da1ed551f039eb2412c9144b9ad MD5sum: 69856c9e71f4a020918c3acc7873f251 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.20260902.082948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 40 Depends: ros-jazzy-agnocast-ioctl-wrapper (= 2.3.4-1noble.20260902.082948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-ioctl-wrapper/ros-jazzy-agnocast-ioctl-wrapper-dbgsym_2.3.4-1noble.20260902.082948_amd64.deb Size: 24026 SHA256: 382671a308933989d29857edc8b8c40dc8223f8874eac6e4fd82e0a8a61e5e18 SHA1: 2e476ec184d3c2cd4966707f2f01176d247e7ad0 MD5sum: 81aa128a7e7c7c57357f883c6cdfdadf Description: debug symbols for ros-jazzy-agnocast-ioctl-wrapper Build-Ids: 0d0a07439eb3cf4c35f18706ff8cb44dda7f91ba Package: ros-jazzy-agnocast-sample-application Version: 2.3.4-1noble.20260903.023610 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.20260903.023610_amd64.deb Size: 675260 SHA256: 294a5e0f2c31f63e903b81d46af7cb342d4c532fa52f833f52661d3cf9eacd52 SHA1: 33fc05f4dbca21631d7071a609531f9e68ee85ed MD5sum: 1d064fd4a5d100b07325f664a7e8521d 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.20260903.023610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 25601 Depends: ros-jazzy-agnocast-sample-application (= 2.3.4-1noble.20260903.023610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-application/ros-jazzy-agnocast-sample-application-dbgsym_2.3.4-1noble.20260903.023610_amd64.deb Size: 22084144 SHA256: 347491ff5c2bae68934e8e2d8d2cdcc90270f02835e5d7b394346f599bfe16f9 SHA1: 3b3df84b6588aae35242eb0db4b14938d6aa7c08 MD5sum: 226eadc4835c948b51d0c5c0247e52fb Description: debug symbols for ros-jazzy-agnocast-sample-application Build-Ids: 132b1c581e011e6ae8da7774c8422164a1b942d4 1e63fd19f1b0c665144960b0b40d04c6a89b8837 2594306d0907e5230f08c8abb80becf20afe2115 29ddd3e9223f6bd19de6dcfdea1cc7aec0f726ed 32c8454b9cc39c7ae6499b16c886f53fa4e9ae83 61c527991d3df553125bebec919b9a9eaf5dc755 7c52ec7a9f5da74b5322efaee1faf84a2abccb78 9a9afa50d0b1eaac6faadede3d91ee6e29c37747 9ed583e1526a0661a381728dd18a47cf561179de ad3bd3d992c6e39b67e2179cfe42506eb892509a c252405c179f04a1a8325e6a32c6bc997809c111 d0085320cf1228d262679eeefaf8b19615ad6773 d49101890ce72cb5aa2e85d7bc802b9e31eba4e4 eb973cfe40304715b2cb93523a577c08e17c577a f349c444d4774121576d42ef4d8c153d96058dbc f7b3d92c61fc12cdb5c5ec33a201b6b717760f88 fad67dc72c549068079f61cba269c3af9de38a00 Package: ros-jazzy-agnocast-sample-interfaces Version: 2.3.4-1noble.20260902.024049 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1020 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.20260902.024049_amd64.deb Size: 91168 SHA256: 18f0b70f95a738e7d2dc47dbd4e7d1e47e83c264de8c55371aea8feda85a57d9 SHA1: 39ff51f53d26bbecbc1bfd394ffefd6c10e1a97e MD5sum: aeb05f549a9476ac71043e547f74a377 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.20260902.024049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 727 Depends: ros-jazzy-agnocast-sample-interfaces (= 2.3.4-1noble.20260902.024049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-interfaces/ros-jazzy-agnocast-sample-interfaces-dbgsym_2.3.4-1noble.20260902.024049_amd64.deb Size: 552170 SHA256: 597c6e9b6c6ea299a1d2121de1ee42e7ea21e200828e8b3ece968c4101236690 SHA1: 74b4a9282e23b1dc01bb41a10ba2cf7bd6caa4fd MD5sum: fb3850475244bc6ad842c3ba151da3ea Description: debug symbols for ros-jazzy-agnocast-sample-interfaces Build-Ids: 0ebf376d73889d6aa07332e2b3e32c94255a2a7c 63ace1b903d9a423db02f6cc486b0735a86807c4 668985d923cf7603de09a3f1a44b86c4841c3ca7 74cefba84a674479738f2146ff417d365b92c62d 7ade1d83750c2052c852a629f48d8bec097021a0 8aa7152508905dc9ab68444734a5bb8394aeef4f af9527a9b171c790aa6797f69fd5f8e7ef798b77 c01d92ff8e8a36e51f51d1f8329b899e620c2155 c8dd395118d1121df3d7f0429ef6bfdf15f32285 cb1fee8c73c98034a6109ffd689462192e23cb64 d2db0caa1af7ee221b00f5111cee616fe35fe12f Package: ros-jazzy-agnocastlib Version: 2.3.4-1noble.20260903.022219 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.20260903.022219_amd64.deb Size: 621802 SHA256: 7a2a2423664b225fb1697cee4c8d01262f9f66b5de29da805610dc20f056e467 SHA1: f2b684adee39c5e01b288d3ba64675ebd0ef9a3e MD5sum: ba24e5bffd3b089be7ee9b51cc92fdea 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.20260903.022219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 17929 Depends: ros-jazzy-agnocastlib (= 2.3.4-1noble.20260903.022219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocastlib/ros-jazzy-agnocastlib-dbgsym_2.3.4-1noble.20260903.022219_amd64.deb Size: 16182208 SHA256: ace0e77ae9c7eb117361b40bcd45f613edf57b941e6497b34e9880158e0fb9a2 SHA1: 92d0c6e4a131d0dfc513711ab2fde0dc936e65a5 MD5sum: e8f073bcaa71c41c3cded0f3831dc487 Description: debug symbols for ros-jazzy-agnocastlib Build-Ids: 503e2d63a061c4c06029d32ce44c5768d7d7528c 6581463d2dfc921864404af534e1d89834bfe376 9dbc360efc6f4840a9e4ab615e35e0cfb6261f33 fd2df6c4f79467b1ef8db390c037772130584d79 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: 2.0.3-1noble.20260911.014827 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 53 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-launch-testing-ament-cmake, ros-jazzy-ros2nodl, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ament_nodl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-nodl/ros-jazzy-ament-nodl_2.0.3-1noble.20260911.014827_amd64.deb Size: 8812 SHA256: 073be8042c2589849475fa9e6933afeeaa427ed1c028d784ac8a7c9922e0ea49 SHA1: 3d14a9d4b71ba3eb46ba8c30dd82bb4e71b512b7 MD5sum: 27a4cf318fdc9e7a1e1d45fe8feff1eb Description: CMake integration for NoDL features, such as ament index registration and test target creation. 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.20260903.071447 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.20260903.071447_amd64.deb Size: 135304 SHA256: 9e5ee0d619f539829b035a19e16adb561b73415550d3fd62efa751b3f857c042 SHA1: 632b871d32d9c9df64d774542ec02a4ee7eaf4cc MD5sum: b3834e155b695c08800f2c1d32a20883 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.20260903.071447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2108 Depends: ros-jazzy-apriltag-detector (= 3.1.0-1noble.20260903.071447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector/ros-jazzy-apriltag-detector-dbgsym_3.1.0-1noble.20260903.071447_amd64.deb Size: 1989346 SHA256: 8b72e4f2bdb7c72f225e363d76bc988bd0dcd57f4b17e143df4f83170091cc5b SHA1: ede7b57166dcc3049db7575850abaa242c6fd7f1 MD5sum: 42770e104d4453d1375e43e9c25b7d95 Description: debug symbols for ros-jazzy-apriltag-detector Build-Ids: 4be00391c1e53f0883a8cbddd0e2755ddc2eeb34 cf5b0f0b17fc3526c61c8ff4f71335210c9bd545 Package: ros-jazzy-apriltag-detector-mit Version: 3.1.0-1noble.20260903.082345 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.20260903.082345_amd64.deb Size: 28148 SHA256: bf55e5fd13470bff8ef659652905d028226a3a634e4d5bc0efab6a4f457bc79d SHA1: 9ff3e73da5749279e64c0ee5074c2ab9d8bb554b MD5sum: fe44d404f3a11c7f480f155d846d7ac3 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.20260903.082345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 459 Depends: ros-jazzy-apriltag-detector-mit (= 3.1.0-1noble.20260903.082345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-mit/ros-jazzy-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260903.082345_amd64.deb Size: 439478 SHA256: 79d53261b90e68318b8ea6a0107519ff8fccc1a1af53d0f69b2ee8c168e246bd SHA1: 21f48ec8dd3593de76b7d5bf914dee1d08fab7e4 MD5sum: 186c92d7a05d53907d0e3e815a698fc8 Description: debug symbols for ros-jazzy-apriltag-detector-mit Build-Ids: b73532dcf9c2e2a08b2305f440aea75ff2f0b4f4 Package: ros-jazzy-apriltag-detector-umich Version: 3.1.0-1noble.20260903.082441 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.20260903.082441_amd64.deb Size: 23046 SHA256: c2b314ca141747ae79a4ef4a227dc35fc86230dd0ab874c8647e9c9d2c3cadf9 SHA1: 8bee897c83c59ae0f672331fdb804ddb86768fda MD5sum: d9a8ce70f4127c6a346a7c0c2081d528 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.20260903.082441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 437 Depends: ros-jazzy-apriltag-detector-umich (= 3.1.0-1noble.20260903.082441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-umich/ros-jazzy-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260903.082441_amd64.deb Size: 417972 SHA256: 0e51e7785a3e82798355c13a6b10511b7af6d74ee63a2524b6cd8a1abc6539cb SHA1: 4d58aa3d197404028a4a4a831634edbcb048de13 MD5sum: 380faf1fe9f44d9252e5cce75deee47a Description: debug symbols for ros-jazzy-apriltag-detector-umich Build-Ids: ca902b61f8249dfcd2342881509b4316fbc91276 Package: ros-jazzy-apriltag-draw Version: 3.1.0-1noble.20260903.071532 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.20260903.071532_amd64.deb Size: 148248 SHA256: 9255cd9433f1fc9cab33d9b043b42b9063aac356c445a16fa08819b4b796f90c SHA1: cebc477ecf6ad97f237fc3cbfa78207b85b2a218 MD5sum: 5b19736a44ec9656d7a750808a1c674b 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.20260903.071532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2966 Depends: ros-jazzy-apriltag-draw (= 3.1.0-1noble.20260903.071532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-draw/ros-jazzy-apriltag-draw-dbgsym_3.1.0-1noble.20260903.071532_amd64.deb Size: 2618028 SHA256: ab20d0bab0c535f4dab13f772fefe76ac573a399f89b90c067334f95e6df1a8e SHA1: 1e97dc87e13677135a60ac05d98dabf91cac964d MD5sum: a6125655690c29b07c0c2abea3d2389e Description: debug symbols for ros-jazzy-apriltag-draw Build-Ids: 0d67d9ddf9c1a73e7610cdd7b5678a0b185ca29f 2d9e8b60f704851380e2578b64c51d48996eefdf 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.20260902.024111 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 756 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.20260902.024111_amd64.deb Size: 73718 SHA256: c3a2bd7ce7699f2c414d8e09f6625db0ca09034237ca1e9dd8ef8ae0c3cf143b SHA1: 861c60c341396b2b2b26ef3e1e8fd083a8290cb1 MD5sum: 17538bab576f87c306be5f1ce4374e95 Description: AprilTag message definitions Package: ros-jazzy-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-msgs Version: 2.0.2-1noble.20260902.024111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 553 Depends: ros-jazzy-apriltag-msgs (= 2.0.2-1noble.20260902.024111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs-dbgsym_2.0.2-1noble.20260902.024111_amd64.deb Size: 424524 SHA256: bf99df8b108baac4d7cacdc0bed606f88543531ba7431e1ad1e401389e3e227d SHA1: 5850ab5de8d8bc0f193be42100e3fdf91f6c8de4 MD5sum: ba863c77dc58d6e8ec4d19ea77ac56e1 Description: debug symbols for ros-jazzy-apriltag-msgs Build-Ids: 0268b5214875c86f6ecd5c227e566a0795731e3a 280cd4fba63d00c97f5670ceb16932d004a0a209 3aeedf02bfcfa83a4b24179d6a83c1fc341f43a9 3c8c8fd3e35a33aa522fbfcf7fa2e7d08f91831b 52fefca4772001d060d23dca0605794393a067b4 80656f3054ec9fee3c83b40cae5df7da8c068589 82dcf80d3cdcbcaebcac0bef1a385dfa609e2ec5 8fb8889a0c5e75996cdc2e151e478576c32d90ac b2ccb8385c59d99d328a65bf6aa15364c2a4a910 d351b86d4abceca56835244e63487e65a7e9c7f0 e1f0585b3f8de6460ff9c270d4c6c651291175b0 Package: ros-jazzy-apriltag-ros Version: 3.4.0-1noble.20260903.084447 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.20260903.084447_amd64.deb Size: 126376 SHA256: 719f1b14df74da7596de838c26ab48b32eb049567e85c885f81a8ba44b806aac SHA1: 0a2ae7388909dd5f5b1c7f65876caf4ae34d31ad MD5sum: 4039cea0eaaf8936052b923a6341fb07 Description: AprilTag detection node Package: ros-jazzy-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-ros Version: 3.4.0-1noble.20260903.084447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2447 Depends: ros-jazzy-apriltag-ros (= 3.4.0-1noble.20260903.084447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros-dbgsym_3.4.0-1noble.20260903.084447_amd64.deb Size: 2320740 SHA256: 57a405b954d6cab2cebbc1e515c3c8f009299e8e21e2e3b7d6a3d749840c41d7 SHA1: 2e1200fd0acaac631204fd52654b07e15a5615a8 MD5sum: 325e4638ee787ec268d554fca71d3bb7 Description: debug symbols for ros-jazzy-apriltag-ros Build-Ids: 22a12d256785cac79a5faab75a83916834d243a8 3c9ddbdbe8ce68158bb6150adfeecb037fdddd9e Package: ros-jazzy-apriltag-tools Version: 3.1.0-1noble.20260903.090104 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.20260903.090104_amd64.deb Size: 25186 SHA256: c0d6fbb062906336a90a595ec2a4e6b26cc7b9b5e91c10a513f3c70589ecbae3 SHA1: ba2546a473386ac8b049fafbd7d397338abb4d80 MD5sum: 25878b234d3162a1f6006105b5e0371d 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.20260903.090104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 505 Depends: ros-jazzy-apriltag-tools (= 3.1.0-1noble.20260903.090104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-tools/ros-jazzy-apriltag-tools-dbgsym_3.1.0-1noble.20260903.090104_amd64.deb Size: 478884 SHA256: e0c7e565ac4f1f235e251d6c8692fac38f8840b19b7fb14901d46f880a003f5a SHA1: 853e5e0b4fad49696ec7c55293c39e6121344857 MD5sum: 16fba3475a61db8e1503cf9c83eb7c24 Description: debug symbols for ros-jazzy-apriltag-tools Build-Ids: eb04a7450edee1bc2c955253ef21231085ad2b04 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.20260902.082013 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.20260902.082013_amd64.deb Size: 164080 SHA256: 144b8cf78efe414ab17ad90d8562cf5910f518089f6f5ccc5c996bbbfc647282 SHA1: db1b47719d0fad6c70679cb3f96e9c36cbf1cd6c MD5sum: 73404951251d36ad16831e4c5065642f 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.20260902.082013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3256 Depends: ros-jazzy-ardrone-sumo (= 2.0.3-1noble.20260902.082013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sumo/ros-jazzy-ardrone-sumo-dbgsym_2.0.3-1noble.20260902.082013_amd64.deb Size: 2874058 SHA256: ce96512e22027f3857e74503b5fc9696c67f1e0956dcd6dfdd702445424e7e2e SHA1: 9fbd9ded5e8483c8ac6ab4ac19e6a29478ce1909 MD5sum: b25e34b84f23e53ddc208f225e9ed6ca Description: debug symbols for ros-jazzy-ardrone-sumo Build-Ids: b55157bad00a2cbf7e9c265b637003bf80d4f939 Package: ros-jazzy-aruco Version: 5.0.5-1noble.20260902.104927 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.20260902.104927_amd64.deb Size: 298104 SHA256: 77c538179105768215172acbbf2a8746a9d293ba7c7988c597939e4aec3e1e64 SHA1: 7e05a041ae19b29911a6c62ef52765fc3046200a MD5sum: bdc3789e8d9139d3e8e8182754414f26 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.20260902.104927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-jazzy-aruco (= 5.0.5-1noble.20260902.104927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco/ros-jazzy-aruco-dbgsym_5.0.5-1noble.20260902.104927_amd64.deb Size: 4414922 SHA256: 5d787b3a9b55dd0184c38ba943564d5d904660a14c061037d356f8597617b91c SHA1: 8c6729a6bfb5af0c4d6329eed6d5065284604d57 MD5sum: 2e95ddb9a3d81cdf9f451136e0422ff8 Description: debug symbols for ros-jazzy-aruco Build-Ids: 8ffc0cdde95fcdfa953059de4b486da26fbdc3b7 Package: ros-jazzy-aruco-markers Version: 0.0.2-1noble.20260903.071613 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.20260903.071613_amd64.deb Size: 395752 SHA256: f78e9de3e731e0fc2c0b2a0e4a793bf3d7c8eaad95ff58ba521134cd7514d533 SHA1: 487dd35ba7f7b2357d041c4df46d8d7716896304 MD5sum: 1dc0507d204a6cce67f5340ad0883ad4 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.20260903.071613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 4613 Depends: ros-jazzy-aruco-markers (= 0.0.2-1noble.20260903.071613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers/ros-jazzy-aruco-markers-dbgsym_0.0.2-1noble.20260903.071613_amd64.deb Size: 4140684 SHA256: c45bf6f958ba90e4ea18b83a087f7dccf729257ca704d36c91ac15741d362bf4 SHA1: d4a1f816e884e218b2cd554e078efeded1cae34e MD5sum: 5150521581b820b2f56fc33e16e92fc7 Description: debug symbols for ros-jazzy-aruco-markers Build-Ids: 56144de330329b89bd5490b9ff86bcc08a94e1d7 Package: ros-jazzy-aruco-markers-msgs Version: 0.0.2-1noble.20260902.033629 Architecture: amd64 Maintainer: David Brown Installed-Size: 617 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.20260902.033629_amd64.deb Size: 61854 SHA256: afe7fa5966a4e5d8f3cc09b5e6009eff2a33c40a62eec01b94894b44b8de66a7 SHA1: eb1fa2563165239f5e3003cc2b0e613a60f1493f MD5sum: 0f42090f96f51b8d3d1687480e4856d1 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.20260902.033629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 434 Depends: ros-jazzy-aruco-markers-msgs (= 0.0.2-1noble.20260902.033629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers-msgs/ros-jazzy-aruco-markers-msgs-dbgsym_0.0.2-1noble.20260902.033629_amd64.deb Size: 324200 SHA256: d4715b2be067785d91270eee50f99822c3a54ef3b238e46b1579837f8c531359 SHA1: d7c5b6eb1f096635820575703400e4bdef3458c4 MD5sum: a5f6b804a1ca9683854da268f4b848db Description: debug symbols for ros-jazzy-aruco-markers-msgs Build-Ids: 06042b6f50250a6db7a1fa8d5c6040cca9853921 1106196c0e457861ea16607d3ceae7e04a4fe817 555da061c1c27e62dad529a6e9b3de6a02a981a1 6a66e376b263bdc627c6d45c914cc9c89e05c2d8 7a56d4a2c2de65e88a759d38de70a8d2b341bb39 946a4a11de19b569aeae699d84e6fda76a854c49 a82fb767e3d50f0c4d597381405bc50ca1a813f3 c9def5f21f0ac9bb9eb63f7ba6c7d150945ee286 d32958c221b77bb64f25fcd205f65d55241b4c30 d433b9c5a76c8d680eacde38b37bc2c1ae6813b5 d5e450ce6551bd0e31ebd1fef35077cca5190620 Package: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260902.033623 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 600 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.20260902.033623_amd64.deb Size: 60392 SHA256: a2cd346d2cef7e406c8529bad3cfba53ede1d996886d409458912e8464dba2d7 SHA1: 8e8c539b88f01db534c7b664a7bfba3cdfc6d670 MD5sum: cdce6743cd9028300e2dde4e429b7a1b Description: The aruco_msgs package Package: ros-jazzy-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260902.033623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 430 Depends: ros-jazzy-aruco-msgs (= 5.0.5-1noble.20260902.033623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-msgs/ros-jazzy-aruco-msgs-dbgsym_5.0.5-1noble.20260902.033623_amd64.deb Size: 321384 SHA256: 970432baef412ddc8950a0067112fd780ce16678ba87d5bd5c069b8e51633190 SHA1: 6c78cf0c0d17290f40b4eec4d21003e193c7d2d2 MD5sum: 16c8d2800d8c664fb691785dc6bc71ea Description: debug symbols for ros-jazzy-aruco-msgs Build-Ids: 186f5a838cebb2ed276ee06f76a7e54be220cffa 1f9fe5d8d96588034dc146d12e55cbf6eca9ad26 4f33c6c206ff6fec7c956dee5cf762475b40cc93 5b1bc83de1f54db9cf705d499b53e33feb4980c5 5b6253ce07f050feac407c0a34f06620f5b0f241 7c0e7da299b8866e7270c8e8e50fc792c0c5a44b a8d75542900a90f2368a7e9451fe8a273d1f153d b047140b72e0aaf4162daff8de721cf6308313e9 ce4c187912e9a7edda4d5b06c37a54fc992fe514 e413b1f5a4dcdea86f597794b13bc4f9d49ab7c1 f600881a6ebdda2a57ce9064503f2b91d15b033b Package: ros-jazzy-aruco-opencv Version: 6.1.2-1noble.20260903.071645 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.20260903.071645_amd64.deb Size: 292934 SHA256: 09b39c6204115d76206e082264e790e6b9429a84d4f90bde904b275bfbe80a38 SHA1: b2f7e5fed15b485ce246fce98e3073037990cdf4 MD5sum: ba94999fd661d59942f273182f14f59f 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.20260903.071645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 7532 Depends: ros-jazzy-aruco-opencv (= 6.1.2-1noble.20260903.071645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv-dbgsym_6.1.2-1noble.20260903.071645_amd64.deb Size: 6472924 SHA256: 5e953e9a4860d0a507ff2e698cc46a6dc8aa49a54633936d265d8caedbd33fc9 SHA1: 5789ece84f6890e920616523f45336e10f60c5cf MD5sum: d248bf6ca0a611ba20ca2a776961ee14 Description: debug symbols for ros-jazzy-aruco-opencv Build-Ids: 28a0e02d79be4cfc9d8fd0b534f3a7294551b2f3 e854407e65417adabd8ecc4486d8503ae0dca7a5 f0e2909f751a3c462f32e2f7b89c3701654af789 Package: ros-jazzy-aruco-opencv-msgs Version: 6.1.2-1noble.20260902.033618 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 738 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.20260902.033618_amd64.deb Size: 70600 SHA256: 96ce5760adf15931b9e5625ee182ddb71e057d626e4552ce1be0985db4d958d5 SHA1: 072930f4f83acce55a4ee243437ba846fccb632b MD5sum: 16d17c22c51e6d51bcaa6697307ffe4e 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.20260902.033618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 553 Depends: ros-jazzy-aruco-opencv-msgs (= 6.1.2-1noble.20260902.033618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260902.033618_amd64.deb Size: 424686 SHA256: 9af227694fe02b5a803162096a308df1db6b7ac3a10612702c8c4265261c1fea SHA1: a0035c0c1ac9ae4a8c1bc51c87ab338d0f07f1aa MD5sum: bbd346ada7f724a6ecc4f01c403e7d39 Description: debug symbols for ros-jazzy-aruco-opencv-msgs Build-Ids: 27e0ad984a2173103ca60989a69a6144e340424a 2bfadc2218ce303b29c622e700526233e3eeff18 3ea6b0d327c5a9b998a82e6201c095423df9182d 3eaf680f8bf341c6f8df31e835f88ddc2cec23d8 4866a063e888dcc83061df1faf612709f2e63c12 75aa02029cd9e1f43a02dd2a6b404848aad573aa b8d5a48a514e820f4eb73e93d4dab410a6d6ce82 cdb413086c072b8ddfe2fdfcc50a29511a8cbbc4 dbd590e0beb08c103ba76eb35fce61b0665835d8 f556786e166468b03abdc43a8ce735567fdc0854 fbe7abf19b67a4f2759bc06ed3a2b54c65db83fc Package: ros-jazzy-aruco-ros Version: 5.0.5-1noble.20260903.071639 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.20260903.071639_amd64.deb Size: 558506 SHA256: 13db1b8cc2a8b94bce9a57c4fe5233b5f0ffc81aaa00f088745b19ee271763bc SHA1: 393b21cca1e3601cb39944572c3f707ee7cb7608 MD5sum: c87bae7fc44c7c2ecb0b3f225aba6117 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.20260903.071639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12942 Depends: ros-jazzy-aruco-ros (= 5.0.5-1noble.20260903.071639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-ros/ros-jazzy-aruco-ros-dbgsym_5.0.5-1noble.20260903.071639_amd64.deb Size: 11541624 SHA256: c352793f63c12d768a79fce10fafae6bbd5ae527f405e34affc8ec25381a5569 SHA1: d7b3b9a28159fffd5a3d66b10836c757718da449 MD5sum: cba78a4d82835345479b50ebaa262bd5 Description: debug symbols for ros-jazzy-aruco-ros Build-Ids: 07edb290c9b08770d5de727c54992da0746041c3 ade649f683d34d88451e7dd643225cd4655d5a17 c1b5b6e20a7895fb64a2eb5072e63c33e81ba8e8 eaf4330b8e29e36f64aaa5b035d53c3ec8601726 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.20260902.061520 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.20260902.061520_amd64.deb Size: 54764 SHA256: 0348169e5401067ef46f3b5569bf5b66e0cd9b4360892a8863e556a1e55b6ce8 SHA1: 1552de83e04ccf6ee45f3e126aae27dc4a724205 MD5sum: 8f979fee1055e9ba6100dda0c964755e 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.20260902.061520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 838 Depends: ros-jazzy-at-sonde-ros-driver (= 1.0.0-1noble.20260902.061520) 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.20260902.061520_amd64.deb Size: 777414 SHA256: 93a06ba57bb7a1555c68bf1afe621afee7d9abcc3d86463c3608e97b89021117 SHA1: 1d5e7627596412b803564f86be6059b96a275942 MD5sum: 272a7bea7e006108a380f3d9024a65e9 Description: debug symbols for ros-jazzy-at-sonde-ros-driver Build-Ids: 5034cbd98040cfaf0fd8f6d979d3f209f241fd7c Package: ros-jazzy-audio-capture Version: 0.4.0-2noble.20260902.065116 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.20260902.065116_amd64.deb Size: 117316 SHA256: 7f40a31826a014fa338d107ead8f2fcbcb2ec2e154326958521e9bd59bae492b SHA1: e7eee355f698ea2ebd8968886575baa8236f03cb MD5sum: 348631489180c96c40476c86b91791cc 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.20260902.065116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2151 Depends: ros-jazzy-audio-capture (= 0.4.0-2noble.20260902.065116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-capture/ros-jazzy-audio-capture-dbgsym_0.4.0-2noble.20260902.065116_amd64.deb Size: 1978400 SHA256: 7a4f52d57b384e2d7922349f729bc886fc5778d02a2e0e3cfaaa039c6ab52905 SHA1: 031babf359f99ad4a43740072ce9999a63049233 MD5sum: 216ad500327f492fa97116081a5b1801 Description: debug symbols for ros-jazzy-audio-capture Build-Ids: ac64b6ce4c3bcc843a73e8bbcceaead3ef97ea0d ddc1d608529021f2c8a07f96fa3bbb12fae69dba Package: ros-jazzy-audio-common Version: 0.4.0-2noble.20260903.075824 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.20260903.075824_amd64.deb Size: 5656 SHA256: b6b0d39aff1dd0137e82c8ebf18ec8a971a89ac381b8c6116b3d7224d1b29505 SHA1: 206b6fc7e3a156d71a12f32b36e3a99690375954 MD5sum: 87de7bfa94e84f470031bb020d2d9a3f Description: Common code for working with audio in ROS Package: ros-jazzy-audio-common-msgs Version: 0.4.0-2noble.20260902.024102 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 702 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.20260902.024102_amd64.deb Size: 67686 SHA256: 51b2346d9c9b285dd274aaa5e98d419bb3a9f09b4f31f36c134faa364c4c9fc8 SHA1: dd8454013220f36c7df1ff0306b9b4b95128fd18 MD5sum: c86c6488a98098c50a4411f1476ff7c5 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.20260902.024102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 524 Depends: ros-jazzy-audio-common-msgs (= 0.4.0-2noble.20260902.024102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-common-msgs/ros-jazzy-audio-common-msgs-dbgsym_0.4.0-2noble.20260902.024102_amd64.deb Size: 398196 SHA256: b08679f548f99b8626b6d83c20f7c13b406f1583d3638fb097f304d38b41ff80 SHA1: f9208d43c296d32c04bd40d7127ce703e80997df MD5sum: acaca151ed3d9481c324e78fe6010b96 Description: debug symbols for ros-jazzy-audio-common-msgs Build-Ids: 32058a4ba790658475fe64e78333e656821fd404 4dfaec7e563d3a84aeb3d2fc1926fe7121c9f1d3 5aa77264415eda0b50c47167ff3e9632f526abe8 75ecaa3e574c2f650af13a4e00972001b172fdda 7798f456b0c12bbca53dbccd81d0b314923dcdf0 8d2ff754cc9cb41aab1e519c791702516607fa54 948aeabc1806ba0597677ad6f7ebc41214542932 ba652be5dd76b13fdffaccbb637572af6993ccd9 e54f179ffa57ff04efe769faf0bc01d715dad850 f1bf6d4acde77462c61466b7f61c519f91010032 feaeec55854d4cb333bd3dbd90127f312d7e1cfd Package: ros-jazzy-audio-play Version: 0.4.0-2noble.20260902.074713 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.20260902.074713_amd64.deb Size: 127942 SHA256: 03359a3fad1c26d7df37853316ce5ce52856c4bda1587c0467d3f44825e069e5 SHA1: f80c0bfa92579d27a68d0be527ca0aa9ddfad980 MD5sum: 396db66972be544d7fbb265845f6f521 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.20260902.074713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2675 Depends: ros-jazzy-audio-play (= 0.4.0-2noble.20260902.074713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-play/ros-jazzy-audio-play-dbgsym_0.4.0-2noble.20260902.074713_amd64.deb Size: 2329362 SHA256: 3297cbf149520b655f801dfb7b444e9d5c7adf1bcec173cc9197b0e7424a9ba3 SHA1: 2b6ce8deeec875e1e1465329f7de99cfae520608 MD5sum: e961f23576a2609cbc8172b7bf2cf1f3 Description: debug symbols for ros-jazzy-audio-play Build-Ids: 30ada8784fe54667303f3989e285d51f9c693e43 dbfb603e9a8969ff4f3e93262fa5a45b8d42f14e Package: ros-jazzy-auto-apms-behavior-tree Version: 1.5.1-1noble.20260903.090939 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 4299 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-ament-index-python, ros-jazzy-auto-apms-behavior-tree-core, ros-jazzy-auto-apms-interfaces, ros-jazzy-auto-apms-util, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2param, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree/ros-jazzy-auto-apms-behavior-tree_1.5.1-1noble.20260903.090939_amd64.deb Size: 854562 SHA256: 8cd671272fcf0e9d9588b9aec2b637467328cbfa903eb7eee10ea83397b5162c SHA1: f2f12b46e4778d56adda051290ab3282454fcfe5 MD5sum: 88761ff2650a829fe795d0ef6d370a51 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-jazzy-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260903.015856 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 1890 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-jazzy-action-msgs, ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-auto-apms-util, ros-jazzy-behaviortree-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree-core/ros-jazzy-auto-apms-behavior-tree-core_1.5.1-1noble.20260903.015856_amd64.deb Size: 453932 SHA256: fa512c51f2cd27103d9cd9b3c20a11b6ff38ebd5beaf450e461336014fd4ba15 SHA1: 2753f0346ee2c476d3cc477e9e9864c208e38763 MD5sum: a0947d5cac1e72e173a92a6ffee252ec Description: Core functionality and cmake tools for AutoAPMS Package: ros-jazzy-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260903.015856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 12572 Depends: ros-jazzy-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260903.015856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree-core/ros-jazzy-auto-apms-behavior-tree-core-dbgsym_1.5.1-1noble.20260903.015856_amd64.deb Size: 12252642 SHA256: 16d0b0431d2839b585e64ba91d1c06971d170a304633c6e5c235f8e33487e4d7 SHA1: a86cb0b6e44924f3405424c6289cc6ff895db35f MD5sum: 7b114d7f1242fe10bcc6b733ca2cb2f0 Description: debug symbols for ros-jazzy-auto-apms-behavior-tree-core Build-Ids: 2d3faf123ac5c81f42711bb01e17ba72c4d40bca 47a06f82816373169560e08fe4a44a07d34be95a aa17274d1a5b7dfdc40324246e55962742a0e041 c2b9461ac045ced7545152e3524608abd1b93344 dbc106434a0a891ac577dda111abeda4e9909ff4 eb02f4cdff4cc3ab1e6d0c341331c3252ca06638 Package: ros-jazzy-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-behavior-tree Version: 1.5.1-1noble.20260903.090939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 27375 Depends: ros-jazzy-auto-apms-behavior-tree (= 1.5.1-1noble.20260903.090939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree/ros-jazzy-auto-apms-behavior-tree-dbgsym_1.5.1-1noble.20260903.090939_amd64.deb Size: 26253890 SHA256: 21c21455ea1cdaa67f27ea893aeab5f670c749b55b3ecb19c069327c34cba4c2 SHA1: 285d1cd97c80780b4db18df0e131f2eb8dba75cb MD5sum: 0470c827ab16081dcdfa0daaee0118c8 Description: debug symbols for ros-jazzy-auto-apms-behavior-tree Build-Ids: 2f4413ec81168e92bf8875cc3b184c6980bf2786 65351fb886c067fd88419181c98404817fae42f3 91b439b1e70501678b3b967ec356038c5725ed93 a2dd4aef984dfa765c52e08e13b41a6fe95e4c3f ac8d4f8f3524b5c9cb1c4fbe662acf92ca267c87 c06e7df73da9abe2ca4bb3a8f4ca70995eb5b704 e1bcbf0523307b47dc818b37e5d7af9ee1847674 f70b5a45ab86a247c0b3636cb344428af69871c8 Package: ros-jazzy-auto-apms-examples Version: 1.5.1-1noble.20260903.100154 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 748 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-interfaces, ros-jazzy-auto-apms-mission, ros-jazzy-auto-apms-ros2behavior, ros-jazzy-auto-apms-util, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-examples/ros-jazzy-auto-apms-examples_1.5.1-1noble.20260903.100154_amd64.deb Size: 176056 SHA256: 63f4b0bac42b2c7ef848ec746b9f03d691e49c519f8f826171c1a4b5b6e6d985 SHA1: 4dfa8df0d659b11f7fcc314034860f9efc7e57fb MD5sum: b57af6c8d1eb87b1070df2d4b6f7e191 Description: Examples package for AutoAPMS Package: ros-jazzy-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-examples Version: 1.5.1-1noble.20260903.100154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3560 Depends: ros-jazzy-auto-apms-examples (= 1.5.1-1noble.20260903.100154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-examples/ros-jazzy-auto-apms-examples-dbgsym_1.5.1-1noble.20260903.100154_amd64.deb Size: 3371744 SHA256: f4a8fc1007bbb479b166714d8934c295e015168b9ad961012099b3626c51e71f SHA1: c7c41017087ebe4ca24b3d9aa83612b078d40d84 MD5sum: ae36d574adc36a420ca47a50f72b0278 Description: debug symbols for ros-jazzy-auto-apms-examples Build-Ids: 4c46586c4f4a540199bb26d009073243bbae2745 4ed013e073c8eeacf81ff675da441bfcb7332e7f 9d9db9bdeea287a4921319ea51c522b51f3627aa Package: ros-jazzy-auto-apms-interfaces Version: 1.5.1-1noble.20260902.024141 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5748 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.20260902.024141_amd64.deb Size: 310532 SHA256: 82b4e032a422e36b12df41d42ea3805a0be10363f16f28d78778a26338573194 SHA1: 21fdaa759d472d5ab4204d3ceb171dfbd8733752 MD5sum: 7e1b189b3620f9ccbb3c2e33d04d7079 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.20260902.024141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 2714 Depends: ros-jazzy-auto-apms-interfaces (= 1.5.1-1noble.20260902.024141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-interfaces/ros-jazzy-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260902.024141_amd64.deb Size: 1827272 SHA256: b9c96ef2e49d48709d4a717734b01671bda6a91254eb5147f1cfdf1f7c74a0f4 SHA1: db0b77d06b757678af85e00041f589fecc5edd05 MD5sum: b2b04d23fe225cc11cb05446035957dc Description: debug symbols for ros-jazzy-auto-apms-interfaces Build-Ids: 0546770df339815ec92678373f2953347f19abcc 1f0930c3811a87eacbc66995e42f4ecc19b2378a 23fd3c7b843a1b839d2b41c9e6a31da407aa7ebc 3ae227f200ed5680aa310083fdc79a4b5e74ade5 467990693491a0c527402ba3623fc4daa530a1aa 5a5b85b9e808c9ee14f7f2a21093032f00c9a013 9cad9dfdc0d5b0b6f1e6607c92f663347133c59f acd605942909cf3c31214aad4d9eb7e46e8f4361 b9a84cf856057de11e246302b4bfc0e3f18b8dec bbfc209fd308a4509c4396e95d4f4df05cc44cc4 c456770ff2d4a591d876acb5dbc8def161feaad9 Package: ros-jazzy-auto-apms-mission Version: 1.5.1-1noble.20260903.095321 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 694 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-util, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-mission/ros-jazzy-auto-apms-mission_1.5.1-1noble.20260903.095321_amd64.deb Size: 148978 SHA256: a49fc410d22f82e17c08924424a78fbf3059bfb76b6d2dcd9c28e20cfdacd3e1 SHA1: 63b9b656b1e6f81ceab5b87570db2beb7b6adfdd MD5sum: 3646a735dafd2b9825715884fd58fd4a Description: Implementation of AutoAPMS's automated mission management system Package: ros-jazzy-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-mission Version: 1.5.1-1noble.20260903.095321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5588 Depends: ros-jazzy-auto-apms-mission (= 1.5.1-1noble.20260903.095321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-mission/ros-jazzy-auto-apms-mission-dbgsym_1.5.1-1noble.20260903.095321_amd64.deb Size: 5437032 SHA256: d804efc6d70bbb2492b4cb6646dc196ce39bc01e71cff14acbf2437c87039b8e SHA1: 40cb4a33e3668acf0dce79127a915ee254ae83b3 MD5sum: eaa46f54a3d1e8279036488bc9e2b849 Description: debug symbols for ros-jazzy-auto-apms-mission Build-Ids: 6888c231b321b723fa12424c540a766dbc1d20fb a39df03691c71b2a3f8dc936c17bc0205567cc96 b367196edceb52994967b1ab2f94cbaee84c02da bcd25c4dd4e8937cf8b4d4f73115d3b328737996 Package: ros-jazzy-auto-apms-ros2behavior Version: 1.5.1-1noble.20260903.092409 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 153 Depends: ros-jazzy-ament-index-python, ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2param, ros-jazzy-ros2run, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-ros2behavior/ros-jazzy-auto-apms-ros2behavior_1.5.1-1noble.20260903.092409_amd64.deb Size: 28076 SHA256: e54b54efe2029f2cc37217de0969968e74c7d83da0ee5548aa5df21cfb752a72 SHA1: 370b9a8bfbf8ca1ff5de6f38323f463c7cabea05 MD5sum: cc4d5ffefc5e93179e70d91302bbe112 Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260903.015534 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.20260903.015534_amd64.deb Size: 41306 SHA256: ab3ac70b8ade76c90606e4f5af1c6c073b25ad92c25965281fc49c8bebe2c9bf SHA1: c8db85ece5484cbd7f38702fca546eedc82a5823 MD5sum: 635b8dd04eabc97ae9f97271a80abb2b Description: AutoAPMS utilities Package: ros-jazzy-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260903.015534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 268 Depends: ros-jazzy-auto-apms-util (= 1.5.1-1noble.20260903.015534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-util/ros-jazzy-auto-apms-util-dbgsym_1.5.1-1noble.20260903.015534_amd64.deb Size: 246056 SHA256: 799a7cf4efbcdf2fc3515ebe39e172be365a6e187c298dbb5318d33a881e475c SHA1: 015e2beceff83c1a3116af18544fdc95c48faab6 MD5sum: 88f424a227a706e92ff95e9240c0ed9d Description: debug symbols for ros-jazzy-auto-apms-util Build-Ids: 9e76ca487a6cd1e053dadfade10974642ea425ad Package: ros-jazzy-automatika-embodied-agents Version: 0.7.4-1noble.20260903.022954 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4202 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.20260903.022954_amd64.deb Size: 519396 SHA256: a5805f199d9b6f2c8823c81d88aae60b8c7b8d28e0c5fca11f3a3e34fd2d93dc SHA1: 1e4c3f0c6af69fd637235d095c082b5a67b8d6ff MD5sum: f7e0757e255e9f2c99708b6813dcd68b Description: agents Package: ros-jazzy-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-jazzy-automatika-embodied-agents Version: 0.7.4-1noble.20260903.022954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2396 Depends: ros-jazzy-automatika-embodied-agents (= 0.7.4-1noble.20260903.022954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-embodied-agents/ros-jazzy-automatika-embodied-agents-dbgsym_0.7.4-1noble.20260903.022954_amd64.deb Size: 1907552 SHA256: ca4924d97211274bfe499a91479e50a9a2261e7a2d49eb10840741881d992759 SHA1: 7d59d2e9370ae6e822063b4c1f299d6e7f56e460 MD5sum: a7a3de1ba331288a975871ee066eede7 Description: debug symbols for ros-jazzy-automatika-embodied-agents Build-Ids: 1a1acf16fa10b473260c78ea09b935b0e3a1e4d9 3c9b9aea7d6a235ce02aedf7961fd935d863c06e 3fd7d07a6113b991ca535e13cf2191005fbd6a6c 402d4f97b6005e4dcd23053456c23afcbd433277 422dc9d43761f1ba11d39307d2e011b8e71f793f 45b88ec4a5fdd3e0cfcc6d862139f721816e958e 48eedb58afad2c1f69d28d02352ad2178b8e661e 548077c189035f19d50484018d537194db2bef4e 6d0662540e10358e32ec518cdce2d4f99c5cb090 884c80ce14d4144057a70d9530783773f64b4e1a d786630b5f56f726bed6c9e7cbebe0f60feca108 Package: ros-jazzy-automatika-ros-sugar Version: 0.7.1-1noble.20260903.022227 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4041 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.20260903.022227_amd64.deb Size: 710626 SHA256: a911c7da23771d76e105e66a7fcc830d54eabfd63cedd99dd122120264442868 SHA1: f9c9684ccfb448d726d7cf80da491ce200874937 MD5sum: 1f519892f7f8d0be50b0489f4d40c64d 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.20260903.022227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2079 Depends: ros-jazzy-automatika-ros-sugar (= 0.7.1-1noble.20260903.022227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar-dbgsym_0.7.1-1noble.20260903.022227_amd64.deb Size: 1662518 SHA256: 1116c0844c84c5a685e8fef89cd4453816ebf3f793ee046f40a7e07dab5bfbe4 SHA1: 327457eee6e837ea9e444b95a7c5d3a18fe5395b MD5sum: 128944ecaf54b11cbe3ad2c570d8da5b Description: debug symbols for ros-jazzy-automatika-ros-sugar Build-Ids: 30000aa22498821f90ea7658f923ac35d5255c08 511b471bd65c18d1671a70596a84abd0378ccd24 62a2cc533af5261d0d0d16776a43d9d765439a53 6fb7ed7c6a5f28ef1de52385d260c6beef729632 82a4fa12e021629b772a917e3759fb1f56c82155 851800b3ca56b1dd91f84be9708a690c1b61b1eb b614e1139cfc9d63b8043132022216af66e02703 d0791627dea181ce0dd7a5490e083dd0d46c7796 d4986b159cd7caf488c7972b4c63423fb94363da ec7a6341c8f218a3a9c0368cd8809771c2932ee8 faf3a86a16bf76e84fa4d8850a8e248e0029f49f Package: ros-jazzy-automotive-autonomy-msgs Version: 3.0.4-6noble.20260902.042402 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.20260902.042402_amd64.deb Size: 5632 SHA256: 84a4141624f2a612f410b804f77b90dc276a8a0748d039ecc83541f55fec594e SHA1: c7946af08061d586d9a39149954aa136406b2100 MD5sum: 724cd799f09b750d7d527e32f90ef46b Description: Messages for vehicle automation Package: ros-jazzy-automotive-navigation-msgs Version: 3.0.4-6noble.20260902.041320 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2304 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.20260902.041320_amd64.deb Size: 166656 SHA256: 64874ce75c6ef7c9aeef6b2a209f576de0036a2b1f94af220c67a8c194068221 SHA1: ea9f1484070aff15b906db4caa75edb1fab84a39 MD5sum: 28843f1bf537ddb4c28925964055564f 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.20260902.041320 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.20260902.041320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-navigation-msgs/ros-jazzy-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260902.041320_amd64.deb Size: 1426596 SHA256: 66ea39911624a9e792836e7b6eba5abc9df2befb52d3c496dc180b474c267190 SHA1: 27afde18d3d13dbbf0162ce6cc67642d7dfb001e MD5sum: 4bb05c983d16235d8bfd5cae27822953 Description: debug symbols for ros-jazzy-automotive-navigation-msgs Build-Ids: 04d1a6905ba81ac59a1af25e61978b242ece7339 18a16b7cbed3736eced892764c32b1b72d398655 236f1b28c9f054538e91477361bb1d92df35ae60 37aa707674079f393ebc73e0f432ae347a8ca200 495f4429dfb4355009457dce4470faddac480cf4 72cacf02acfb99ddf67b323e60df8c1e4699fad6 79f3b3d71b250a4559a1cb3a7b78bf5f3537466e a63500882ea1f7f69d9725cb47e403af260b81d1 bbb930d5a3f105f9a51fab3f004a40b0cfa26767 ce74d836e05b095a7422da4e57f91d324d37822f ed5cac57376716ac5001213b77c7be7192410d3d Package: ros-jazzy-automotive-platform-msgs Version: 3.0.4-6noble.20260902.034216 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4386 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.20260902.034216_amd64.deb Size: 260052 SHA256: 03068efa1f79b6a51b0ef442d83420a077ac8c4ad67ab44fb3415f0d9141b52b SHA1: 4594fadd65c0edbbdedf9ac8215497385697dcbc MD5sum: faa4e033f4970487a1df38f74d4c71b1 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.20260902.034216 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.20260902.034216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-platform-msgs/ros-jazzy-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260902.034216_amd64.deb Size: 2297972 SHA256: 855b5cea672b86ec6ef71e5b490c736d15f5dd85cc788643eb7d5ec7882e0942 SHA1: 259b921428d526c7c989117a179ee9342aca910d MD5sum: 0a340a62c15d0f62d90e66491f5305fe Description: debug symbols for ros-jazzy-automotive-platform-msgs Build-Ids: 1d74df8d47119d350d572f67df9b70df07477df8 714523aac5cd862ab38cf70ecc0528917d4db82d 7e98e03a5741e03c221ee803172ad21c44d57ba9 87e80b121bc1acc0c950cbef770aeb54689fa8c6 9d51a9e1183ec62f943b3b055d688a82c45e1ec8 a52c2316ca7f2420222ad36da025c454621b4caf b04386b6ca270ae068d5be52e0ec4108d29ca4dc b2f1048c8796fbbc93b64020aacd6013bd95353a d3e2edd7432cc314412dbba4cebb11473fd3aca2 ed59ef7bb1b5580956ece768e1289c7b4f695572 f59a54f32269a6ef26f87d2634e2d9aff603328b Package: ros-jazzy-autoware-adapi-adaptors Version: 1.9.0-1noble.20260904.090856 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.20260904.090856_amd64.deb Size: 188362 SHA256: 0fbb1bf809a85b2d8e95e1fef97410bb82cf3a4c6e7ce96e77c2964a5b14f131 SHA1: 60e517d9d47493a8995e32f11c91b641d2a20697 MD5sum: 447875e4480f634157439b76cce1a290 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.20260904.090856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 5569 Depends: ros-jazzy-autoware-adapi-adaptors (= 1.9.0-1noble.20260904.090856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-adaptors/ros-jazzy-autoware-adapi-adaptors-dbgsym_1.9.0-1noble.20260904.090856_amd64.deb Size: 4694628 SHA256: 078a5130921cb0523544380f8c491401f0ecefd14c04e91ffe017b2f24258929 SHA1: cdcaafcbacdbec33e308e96812fe69ad154464c7 MD5sum: 139739c6811a9847237a1de142091a10 Description: debug symbols for ros-jazzy-autoware-adapi-adaptors Build-Ids: 1c78d1d3c7c96003a0b150b7db5d7cfe47eef32d 96b480d9d6251ac5e65856ea689c3c8f9a304daa c28a61be2c2698a8d247d2d7d9c6c5ce33218b66 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.20260902.042524 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 16909 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.20260902.042524_amd64.deb Size: 982946 SHA256: 325ee4381b0014af610c44a643d5e2dd2f5014848c80fd76e9324a0ca0f529eb SHA1: 1c9bbaa7334abb92f73949a3a6e17306d18f8401 MD5sum: f8b4a1b19aa34abd0cd5d2f9246a0dc1 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.20260902.042524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 13132 Depends: ros-jazzy-autoware-adapi-v1-msgs (= 1.9.2-1noble.20260902.042524) 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.20260902.042524_amd64.deb Size: 10632040 SHA256: 5b1e4739220bce9634c3ac38e7bf421fb303d83d0b7d753ab2eae13e052ad38e SHA1: e86551857449bb9c3e88ed98e69b576ae5c2cbb9 MD5sum: 857875da74131e1693b48cad4786020f Description: debug symbols for ros-jazzy-autoware-adapi-v1-msgs Build-Ids: 026e7b7380ec44be222598932a46e5440366744b 08f8a2b50ed878e6d4b131757c935a0496dd2b4f 0bd829ecc3c4460af160ecff02ef069dd1cb3e4e 1f81c6b00e5f76310b88ddf7a0df7cfb1de50648 3089f73714c83e388ebc7f106d294aac80d4fdf5 324f6cc19b8c82757e0c178e1d154462366986a5 54020596fece42284804344ef973acdeb48ec6da 65194e6574c96c67a423fed13466eee6884d6e3e 87f5ef39fd33c29e107d76598f747b74713ee262 d47a9c8443d30481d1670d9fa68c6132ddea8737 ed8cd239ba2d20f48eadff9ce4a935f2fbd99135 Package: ros-jazzy-autoware-adapi-version-msgs Version: 1.9.2-1noble.20260902.024128 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-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.20260902.024128_amd64.deb Size: 68022 SHA256: 2d84d04f9cb06b6da9cc9d705eadfbb760485741fa72db32ca36dfac93151e75 SHA1: fd3025db8760bea14bcc3ccf0135c4debc6c4f7d MD5sum: 1f1d9ebf846a860e527f57ca18c70b46 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.20260902.024128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 446 Depends: ros-jazzy-autoware-adapi-version-msgs (= 1.9.2-1noble.20260902.024128) 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.20260902.024128_amd64.deb Size: 309684 SHA256: d18b8988b19a9881f2f79644de39186d7767648cbe15b26fec2cc256488e079c SHA1: 8a1a8a86ae68feb1456ef36bb2938af282b5bbdd MD5sum: 1746c56cee07ff64d2e41d2a9232debc Description: debug symbols for ros-jazzy-autoware-adapi-version-msgs Build-Ids: 0d372a7972d6b7f327c0b9d9a559bd18c487d509 2461e663d0a87f5d4685fecbf8f8790eb3640bb7 42abe868770322536b22bfb92d67d7b718995315 57c6eb051ba0d79bfc3f7e1c2fd5d2db25fb1562 717dc998df85548a3ae19be36aa7b8890d0456b5 86db49ad20fdb81330b299e1461e3a46c00702b0 87852092b9fe22429fd0d813513e02a612eb2726 91f8a757dd72ebd1141ad4805e391b1d1531b113 a965e2f84444190eee58814a2824ba4ec7cf8921 ac4bf16a5837f33a946421e8f9e9e25a33aaaa78 cebd9bd0246e84d5cd0721e273b764d7968198de Package: ros-jazzy-autoware-agnocast-wrapper Version: 1.9.0-1noble.20260903.022220 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.20260903.022220_amd64.deb Size: 38774 SHA256: 593b4ef9f5a46478b792b64aee761e669dccb131646b75334f6d95ed031a1b1c SHA1: 0416c43aa464bd6fc529068c308b41fe43f4acdb MD5sum: d82742e67fb0c0ff6ae39c58a360c87f 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.20260903.022220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 55 Depends: ros-jazzy-autoware-agnocast-wrapper (= 1.9.0-1noble.20260903.022220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-agnocast-wrapper/ros-jazzy-autoware-agnocast-wrapper-dbgsym_1.9.0-1noble.20260903.022220_amd64.deb Size: 43246 SHA256: b2c948f3d7046383cfceb3f412ec5032e093adc0d27e67369eb62ff28591d058 SHA1: 5572c08b30c338bf3ccf7614e2fe22a8ffba6e94 MD5sum: 908747e0cd594b13e0a4cb2df911eaba Description: debug symbols for ros-jazzy-autoware-agnocast-wrapper Build-Ids: 705498e2e13de7a829f08068ba0b0be031e1e373 Package: ros-jazzy-autoware-auto-msgs Version: 1.0.0-7noble.20260902.042955 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 6053 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.20260902.042955_amd64.deb Size: 408082 SHA256: 2d6604e61ef3219fe5dac45232c5a55b70547fc6b45bf24589f13dc502e6ff10 SHA1: 6d221aac9245d9d1020ba6708707263f5aa8ee84 MD5sum: 22880618dcfb0dfb8dba9e3a46a04aaf 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.20260902.042955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4233 Depends: ros-jazzy-autoware-auto-msgs (= 1.0.0-7noble.20260902.042955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-auto-msgs/ros-jazzy-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260902.042955_amd64.deb Size: 3394506 SHA256: 5bc71b19ab77d04704b4d203d3cdc4d3db5ab329fce5d7efd5dcd2e7efe06d4e SHA1: 639f0c3daf926fa34fa1434d6afa8beb53533112 MD5sum: ba90f5a2f59dc5873d9dd35ad7361d12 Description: debug symbols for ros-jazzy-autoware-auto-msgs Build-Ids: 035dbd88f32851761dd73b062d33acf61d12a9e6 0f9aeffa803a3531dc341bb7b3df459b045c18f6 214dd9e8975ea53438b438b2206a6824eee40d1f 2ce81e091dc5fbb498cb3668a949f24b6d30b114 4659d3fc9ea5aef3f03b3932c3330743fcaf74a6 947eb4965da2701eb496e2f6b576610e0ee940bc 9534f78d2e41486adca6bc7288714e0dde0e64c6 ad5daf6c960d01d5dab7e374bbda1f02f4bb6619 b0e85efd5bb6134b5766a4f34797a79e06fabf1b db53cfd012ebda3de70f56faacd705afbcae8aab f715e301cccb71b33f447e20ac9ffb7eef3cea0b Package: ros-jazzy-autoware-awsim-sensor-kit-description Version: 1.9.0-1noble.20260901.035543 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.20260901.035543_amd64.deb Size: 7082 SHA256: 8f5d0fbe3bd256f02f2a8a8fe69780123621b8f4be1afd07d11e90e85cda8dbe SHA1: 853de47d5f66c01db090b2d386b845760b2d826b MD5sum: 0652f3c7e7e3e97a92e6b12ddb2632d1 Description: The autoware_awsim_sensor_kit_description package Package: ros-jazzy-autoware-behavior-velocity-planner Version: 1.9.0-1noble.20260905.074637 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.20260905.074637_amd64.deb Size: 546920 SHA256: 1ceb5f1e33ad9969f3e7c382a11fbdd45c8ced2c61650a9c2604a800990a8191 SHA1: 4f0788fd6ec4d5ccba288d7a79aac471cb8d0338 MD5sum: 995ba99414a1a53e1458dd93bf6c172d Description: The autoware_behavior_velocity_planner package Package: ros-jazzy-autoware-behavior-velocity-planner-common Version: 1.9.0-1noble.20260905.073006 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.20260905.073006_amd64.deb Size: 170342 SHA256: fcee25f4bd46dabd0dfce08531fae3f0bfe8f10802b2360de0da0cd02d028b74 SHA1: cfe02eb8ee631ed7224d19ee7ae6432dde13d9f1 MD5sum: 306039af6432681b8f9c74148ef9f2f3 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.20260905.073006 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.20260905.073006) 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.20260905.073006_amd64.deb Size: 7400002 SHA256: df03590c2be415bb2fb1b9fb5cb87c417cfc2c968246ca1b3759213538743d05 SHA1: a9701084f4db7dc8f46f0529fc67e038ed852122 MD5sum: b69c327e7559c6f625d08f5d534e7a14 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner-common Build-Ids: 3e2cb4aa357cfc8de5378c412cf4b0b10f26e021 Package: ros-jazzy-autoware-behavior-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-behavior-velocity-planner Version: 1.9.0-1noble.20260905.074637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 24993 Depends: ros-jazzy-autoware-behavior-velocity-planner (= 1.9.0-1noble.20260905.074637) 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.20260905.074637_amd64.deb Size: 21774428 SHA256: f7bdb78dec1382e263a176ff2945220bba1fe0a450afb6addde4136a04ee8585 SHA1: 5728c9ddf093a8870c5ab58e0a697d0e065abf94 MD5sum: c5d6401cb535a398a7348f18327aef35 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner Build-Ids: 7d1f7a3c0f5bf00708af17cefe109a4aa54ba077 d686e19f602c0f7b35ab76719f0f4aa2826cf3c5 feed026b2d73cc0b3755f35effab601016b8e860 Package: ros-jazzy-autoware-behavior-velocity-stop-line-module Version: 1.9.0-1noble.20260905.080930 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.20260905.080930_amd64.deb Size: 51544 SHA256: 458b45a429596608406c689aa2110f018af9a6edca56dde88597fb6b0a1c1771 SHA1: ecfc6b39dc1434938dcd32f93cb99ac7a8f52d8d MD5sum: 1138007949232b73cf7c774285a24e7e 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.20260905.080930 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.20260905.080930) 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.20260905.080930_amd64.deb Size: 5742174 SHA256: bf36ee21b0c432701ed0fe95a112d0aca24eb880ae5ef067aaae742f366592c5 SHA1: c21806356489111dd6391e6f438380891faf9f67 MD5sum: 3f0681cca6bac307eab2a03894f89c35 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-stop-line-module Build-Ids: 592109a397fc5c72ead7480694fe8e98dad91744 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.20260902.110442 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.20260902.110442_amd64.deb Size: 81556 SHA256: 215ce12a5a1a8a346ec5ead762d0e7fbb354a7682dbfee12c4d9872c9032d82b SHA1: 25349aad1c3df18fc7ddc0ad351f0cc772e82e67 MD5sum: 67175a849f52bbf7b3af65bc0fa62bc0 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.20260902.110442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Junya Sasaki" Installed-Size: 1551 Depends: ros-jazzy-autoware-command-gate (= 1.9.0-1noble.20260902.110442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-command-gate/ros-jazzy-autoware-command-gate-dbgsym_1.9.0-1noble.20260902.110442_amd64.deb Size: 1423870 SHA256: 11404adddc3fb4ee59b11ece850f445f0dd101098eaa97f5ecd7da5fc995aa92 SHA1: 8c172c1d011b73927b9bbe050dd7aa3818841b56 MD5sum: 0b4bb675108db56361c2b31b63ae8378 Description: debug symbols for ros-jazzy-autoware-command-gate Build-Ids: 5d67f488affd2dcc1cfb8ae780c3a71e2aabae2f 9eefcb33e6494e48de1fb0adf1c70ef5e9a9a262 Package: ros-jazzy-autoware-common-msgs Version: 1.13.0-1noble.20260902.024124 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-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.20260902.024124_amd64.deb Size: 44390 SHA256: 404f9fff66c06a0b4f75177bb9184127b57d8d645731455972c483699ee8e1cf SHA1: f917a9b77306a79042e90af0bd1c081ca84eccbd MD5sum: 47e9fbd60f8378be8358a348173500d4 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.20260902.024124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 275 Depends: ros-jazzy-autoware-common-msgs (= 1.13.0-1noble.20260902.024124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-common-msgs/ros-jazzy-autoware-common-msgs-dbgsym_1.13.0-1noble.20260902.024124_amd64.deb Size: 184296 SHA256: 74772b47e087e50a4ebad3ade74b2c25d9b3f626d8b63b3191827a9cb6f88224 SHA1: e869d541b4aeedd4055f242f8b95bfed10e817a2 MD5sum: 1f4dd3f8a7c830acf2a975e79a6a5a4f Description: debug symbols for ros-jazzy-autoware-common-msgs Build-Ids: 07d5863d0d821b9b8bfd88b4f15e040e794e932f 156b5dd889af71640c4b7b71314bfca537cdf31c 1ee8395df9632ffbe4eee243955919b4fa739c3e 4694a50a7bb60c8c9624169c82106b7feadba2b6 690db97066097cba9f53e244444e5191d880f7ae 6c0c4ffd1fc1d1567fc7e86240aaba7aa2ad9b63 7dc20c814bdb1af6bb0b32148c91390b49f92d8f c234b08133a53cec89dc271e76a9d6382846d35a d475fd357bb76614af385eff7897ff23626c32b5 d7e27733492c967ff7b0f3a1e0a812a85dbb9398 ff594c9719ed101b49b1b5ce76fd48b2ea4494b0 Package: ros-jazzy-autoware-component-interface-specs Version: 1.9.0-1noble.20260902.103717 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.20260902.103717_amd64.deb Size: 10122 SHA256: 039af6ededb737f44c2003c58540c45ea35a727c89c87ebbf5d23c03413d3f53 SHA1: b1ba3493ca06a1ce8bcebd3be461e7d37c172545 MD5sum: 7997093e2a057e0fe76762fc3f412125 Description: The autoware_component_interface_specs package Package: ros-jazzy-autoware-control-msgs Version: 1.13.0-1noble.20260902.021719 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 932 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.20260902.021719_amd64.deb Size: 76000 SHA256: 528a35296c06cc1e51a3b8c636179cab792a0c0ca648666570864d38aec14e0c SHA1: a2a679322bfd5658f5c1e08f79752a9402d1e932 MD5sum: 18c7aa671c05946624e892a2da2c7614 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.20260902.021719 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.20260902.021719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs-dbgsym_1.13.0-1noble.20260902.021719_amd64.deb Size: 450522 SHA256: f565193c92ee00a7d823b0759ef04bdbca623399a3385eee08042650e22aea48 SHA1: 81090d930215dd1bededf1375d08c97893456716 MD5sum: 783a6b92cf57444ba2e42a2b9d970663 Description: debug symbols for ros-jazzy-autoware-control-msgs Build-Ids: 01b368eec9b6990cbb084b9ede696e0ec65bdd30 2c1a85c4da7ab0414562208c8c65ef83134fd227 2ebd53fcb04275c092c3861363061e0fea89f18e 495f294d4b7974fe9293fdc1b027007de7c3c949 5d6298b6e4a6a81f1e6c5f02d8e4759ddf6e4280 702ca0c0bd9126b9ad973e742a4a063872fd05a1 7e23d12f646e0e0b3f272985be2cba0b3e225de9 880b8bfd65da8190c52b2c06bda90ba53853212a ac6db91158a3d5301514d5b628503ca59b928218 dacbe6329fa61458bb52ebd0565c7437d83ad556 e811791f27e81a42187651c2c7057f7d09e124e0 Package: ros-jazzy-autoware-core Version: 1.9.0-1noble.20260905.083115 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.20260905.083115_amd64.deb Size: 10086 SHA256: 2c5ff8dd3e7d2378a23604178b084ad537bdfa0649b1e121ac20eeafe812323e SHA1: 79db6389a027b8f45ed7461a810fba9ec10648a7 MD5sum: 62257d5ef39658461bb4a742f335ddcb Description: The autoware_core package Package: ros-jazzy-autoware-core-api Version: 1.9.0-1noble.20260904.092247 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.20260904.092247_amd64.deb Size: 5980 SHA256: c06ba31597eb13cf7f8e7949cb4e7748f2fcc6eae3d5f02c28de4c98509e4bd1 SHA1: 9d380a21f67b560e4da506bd1b96ce94810a750b MD5sum: b67efea2a1139c9a80fa60c85d2767c5 Description: The autoware_core_api package Package: ros-jazzy-autoware-core-control Version: 1.9.0-1noble.20260904.091319 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.20260904.091319_amd64.deb Size: 6526 SHA256: 3aae7134895b7b3a999a841b9621267f1d7247f43eacb539c313f563f9bfee68 SHA1: e283d80d1755e12ddb6a8cfe1441175ecd9d867c MD5sum: 8cc63b638242431242c5e19689a119cc Description: The autoware_core_control package Package: ros-jazzy-autoware-core-localization Version: 1.9.0-1noble.20260905.073718 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.20260905.073718_amd64.deb Size: 10432 SHA256: 27ef22365c0da2c9efb8161d73899bb23834afb5db6d37d84df594949063c124 SHA1: bd6a5ada753227e445c28c3ca480431d75807441 MD5sum: cd7de96a69beb0b186202c98377dd0c1 Description: The autoware_core_localization package Package: ros-jazzy-autoware-core-map Version: 1.9.0-1noble.20260904.091058 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.20260904.091058_amd64.deb Size: 7088 SHA256: 8e793727a91e0739709413b1812c54cfa8d0bd559a2ad957b916e746e5054179 SHA1: 33873786a904c122c2279cced6737ba549e3a6d6 MD5sum: 3b6d3a6187ac8cb65f37ae3614174671 Description: The autoware_core_map package Package: ros-jazzy-autoware-core-perception Version: 1.9.0-1noble.20260905.073726 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.20260905.073726_amd64.deb Size: 6872 SHA256: c67dd8ed20d530aeeb1486e479fee7043644f7c5c87d0251d6ece55bb4e1b61e SHA1: e6b09cee418bfb68e70c37c12d54e888e801c5e6 MD5sum: 751b6f81baccc71ff8b0cf96996b13d8 Description: The autoware_core_perception package Package: ros-jazzy-autoware-core-planning Version: 1.9.0-1noble.20260905.082914 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.20260905.082914_amd64.deb Size: 14158 SHA256: 61996dbea5fef71111bdf9f4ca71093cabf61e60eb1ad295dbcb2b1cb497b6d1 SHA1: 8b5a60688ccec5bca834e208860e3c22cffa9735 MD5sum: 80ade347ffc2e93f84d7e5e4ca21701f Description: The autoware_core_planning package Package: ros-jazzy-autoware-core-sensing Version: 1.9.0-1noble.20260904.085626 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.20260904.085626_amd64.deb Size: 6074 SHA256: 9fd26dd0b8d2e168f9b46be3e8acc9138080ab405df7d9c940772d4072c75aa6 SHA1: 53c0b85ff2f28578a3649cdd2df15a8c158fc958 MD5sum: ee42e1c33787b16db92de548c196ecee Description: The autoware_core_sensing package Package: ros-jazzy-autoware-core-vehicle Version: 1.9.0-1noble.20260903.022653 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.20260903.022653_amd64.deb Size: 6268 SHA256: dd5891c7bb032bb539b82596241d4be36397aa4d4773e38bd2d684714a47783b SHA1: 3987a6437a1497ea64989c4f2a47321388f875c0 MD5sum: c0fd39b4bd98d4f0299176d60d26300e Description: The autoware_core_vehicle package Package: ros-jazzy-autoware-crop-box-filter Version: 1.9.0-1noble.20260904.090715 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.20260904.090715_amd64.deb Size: 185780 SHA256: 4baa904fa2621df8c666d3cf9dfa09bd98127eb7fb066e5815d5cacc7a8f2dde SHA1: 7f179a2141c067244e0f155d7b370fab4bb1ddae MD5sum: 9853c69ff349302568d3c5b93b985c15 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.20260904.090715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 4257 Depends: ros-jazzy-autoware-crop-box-filter (= 1.9.0-1noble.20260904.090715) 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.20260904.090715_amd64.deb Size: 3810436 SHA256: 4a3bbc831ce4983ee92c083c3cc3de00835553f1cf6bda596788ed97ede5e9f0 SHA1: ec7af0fe6c43c7c70125a80164d41aa64cee9901 MD5sum: 10f22978212d9efe7c31a4df3b67d274 Description: debug symbols for ros-jazzy-autoware-crop-box-filter Build-Ids: da5676a8a2aa9953e1fec99482260f7e41bc9e1b e7c0e6dc6d4ed38924c8ac4256407e2d1e8afeb2 Package: ros-jazzy-autoware-default-adapi Version: 1.9.0-1noble.20260904.085858 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.20260904.085858_amd64.deb Size: 264442 SHA256: 959990eabf9058facf4014a3694a28c5cff6a07e80753e75a9ce21d19040f167 SHA1: 7595c5f9e673b1182c4354a14a538d8313566ac6 MD5sum: 6c923a64957024d73557725d487cb319 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.20260904.085858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 8351 Depends: ros-jazzy-autoware-default-adapi (= 1.9.0-1noble.20260904.085858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-default-adapi/ros-jazzy-autoware-default-adapi-dbgsym_1.9.0-1noble.20260904.085858_amd64.deb Size: 7078704 SHA256: c8a7e3c250538812abc443045a8bf8e37744bb1e2811ce6df0b0114ccf49dc00 SHA1: 44e89dc7ae97bdbd2a41270d0f653eb70e8eb032 MD5sum: 93a39253a3c929e260d3989bc0d9991b Description: debug symbols for ros-jazzy-autoware-default-adapi Build-Ids: b8ff4df80618485ce43cbd0b932af5f07e207a33 Package: ros-jazzy-autoware-downsample-filters Version: 1.9.0-1noble.20260904.091101 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.20260904.091101_amd64.deb Size: 182190 SHA256: 3e8cf48b7cc8782b0d0701cb0f03f58686a99acc734bfdc8d25406910195a94a SHA1: 23bffd37310f4b7ba5bb389f54a64ae432f597ee MD5sum: cb82b937b63ca0ab9ae00d6976014809 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.20260904.091101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 6340 Depends: ros-jazzy-autoware-downsample-filters (= 1.9.0-1noble.20260904.091101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-downsample-filters/ros-jazzy-autoware-downsample-filters-dbgsym_1.9.0-1noble.20260904.091101_amd64.deb Size: 5788118 SHA256: 3817a27d36f0c9bfec9ea9d8ca4d4590df26d807da14334dc4e53aa70fc31976 SHA1: 2e2755303da57f39fa81676ae9bcc5159617cb74 MD5sum: db79d1ac6ad80d4e3ce983a795f81956 Description: debug symbols for ros-jazzy-autoware-downsample-filters Build-Ids: 1ab47e84a7cb0c86c260abb60fb6bbb3014e857f 54c3f6529bcb661bd6a05818dca864a8fc841a3e 65bed1955e5a1c7df535894ce79636c7cda0c4f8 Package: ros-jazzy-autoware-ekf-localizer Version: 1.9.0-1noble.20260904.085333 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.20260904.085333_amd64.deb Size: 286302 SHA256: c29028672bfdd8547acae4d5d0718bdfff3b4819100b4e70749d7eef866d4924 SHA1: bfdbd132ce928bfa1063e2155f5672bfbe42d481 MD5sum: 163c10e190534b4dc82d8bb9d8a0bd92 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.20260904.085333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takamasa Horibe" Installed-Size: 7779 Depends: ros-jazzy-autoware-ekf-localizer (= 1.9.0-1noble.20260904.085333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ekf-localizer/ros-jazzy-autoware-ekf-localizer-dbgsym_1.9.0-1noble.20260904.085333_amd64.deb Size: 6934604 SHA256: 00034fc906627434a4478397cc392c1d9fb99c406df575473c2c7d675c8691f2 SHA1: 5da81fc9bab81d4d43f65b02217c0b4c1f8961a4 MD5sum: 27cc40cd0e0e0775ff1c2e6c10564359 Description: debug symbols for ros-jazzy-autoware-ekf-localizer Build-Ids: 3dbda48f23fe3ced95185de8ef64a15fdb91ad3d ad85b5030f56d04505f41e972cd62c653e69c1fb Package: ros-jazzy-autoware-euclidean-cluster-object-detector Version: 1.9.0-1noble.20260905.071234 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.20260905.071234_amd64.deb Size: 279238 SHA256: f142fd12c5525b9b8cb12ff5303ce47059b3055ef21c5d4c782e63eee1d95245 SHA1: ca7f7b5e79db29709b542f2d9bfbc8a104b3119e MD5sum: e77fa39b6072b0ddd76c7cff0fa72a74 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.20260905.071234 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.20260905.071234) 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.20260905.071234_amd64.deb Size: 8384868 SHA256: 953080a441ad5d3d8c4fc92a5b1800862c4a68193873212ba25ca098e6b0e27b SHA1: 1ccb0e05dd159ccb5684dd11040654e9280d6a7b MD5sum: 54920ce666000d8ed52537cebfc47c4a Description: debug symbols for ros-jazzy-autoware-euclidean-cluster-object-detector Build-Ids: 119342bd18b1fbd01b31f76f2219d95a333933da 711fd20907bda925ba479e143dd484a926071528 854eeabc99d1dc191da1d9f9af53aa5b1678bbd9 a2eb8cd4cd47b8d5395a6b275b5116e80dd5cdea bee8819a700effb4fd5f7f458af2d4360b47d53a Package: ros-jazzy-autoware-geography-utils Version: 1.9.0-1noble.20260903.025548 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.20260903.025548_amd64.deb Size: 20946 SHA256: 35cb2ab43948d8729168398e32aced924a6c38d196bf276193c65ac7f84a60ce SHA1: 6901eb696856c7fc1f886046c23d1351e9e77ad5 MD5sum: 6081db23f6772383e64d286c2aab46f7 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.20260903.025548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 204 Depends: ros-jazzy-autoware-geography-utils (= 1.9.0-1noble.20260903.025548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-geography-utils/ros-jazzy-autoware-geography-utils-dbgsym_1.9.0-1noble.20260903.025548_amd64.deb Size: 185012 SHA256: 197234065c6cc8943db19f1c89e30a96981c0df1f5ee7d0b9879abda60c957df SHA1: 3d706a0a2bfc4db696dfb7db9259f67dfc17696e MD5sum: 5b0d7f0ebe91e9f80a3a18bb6afd5623 Description: debug symbols for ros-jazzy-autoware-geography-utils Build-Ids: 6e1d64dc3bfe9d1b3a606753086a2af4cd848aad Package: ros-jazzy-autoware-global-parameter-loader Version: 1.9.0-1noble.20260904.085438 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.20260904.085438_amd64.deb Size: 6586 SHA256: 66ada4b214415fc33832dcfe6a11d54d4ea8e29aae7f370630e460586cb134fa SHA1: d99b214cfaa717766b3d7f6e3ae963b52b4e64d8 MD5sum: 0f46a8f6be133c33094af688ba3ad0ef Description: The autoware_global_parameter_loader package Package: ros-jazzy-autoware-gnss-poser Version: 1.9.0-1noble.20260904.084056 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.20260904.084056_amd64.deb Size: 206222 SHA256: cfe007e123bd9ac914fc97725b5244670b416251ce598eb14a4a7a7fac598897 SHA1: 579299070fa35e3652f2a9361ebe0dd642f41af4 MD5sum: 0a0d21ac4527ca4a235e7cc93f0d8d3e 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.20260904.084056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 5302 Depends: ros-jazzy-autoware-gnss-poser (= 1.9.0-1noble.20260904.084056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gnss-poser/ros-jazzy-autoware-gnss-poser-dbgsym_1.9.0-1noble.20260904.084056_amd64.deb Size: 4366466 SHA256: 283c8e95833051e2bc619e5767c14ec2ee717d05530a4c01aeb9551c00e150b8 SHA1: 0501ec985d6e22ab4bf3c77c58738cf0eab5a560 MD5sum: 2c6097ea018536b8643c29c7f8ef23b6 Description: debug symbols for ros-jazzy-autoware-gnss-poser Build-Ids: 380feac07a9d8c38e365431d16389dfabccacea7 c66de77915435a29f2dc9c85b26455b999045741 Package: ros-jazzy-autoware-ground-filter Version: 1.9.0-1noble.20260904.091344 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.20260904.091344_amd64.deb Size: 261136 SHA256: 128ebaf9278ec9981c0519ca7ca437dcd1107f12790911d22f4f5c2019f7f024 SHA1: 4bebe978f60918f00f1741cbd8dc12ec776ba3e3 MD5sum: 521255111d6b1c8ddca3c136e20c2200 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.20260904.091344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 6544 Depends: ros-jazzy-autoware-ground-filter (= 1.9.0-1noble.20260904.091344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ground-filter/ros-jazzy-autoware-ground-filter-dbgsym_1.9.0-1noble.20260904.091344_amd64.deb Size: 5777800 SHA256: 29ced4e63d598e7d69018766ffea30a8ec19d0f0bdd2b5d2727c64ad9f0be01d SHA1: 8eda5f3dc804913bb23e3ca8baba6f8e774f2b95 MD5sum: 15fd3349484bd269e6cee5b42f594c7f Description: debug symbols for ros-jazzy-autoware-ground-filter Build-Ids: 45a016f7bb9ca06260792dd1d81cc2abf7098015 63f6c75b97e5390e80870d375278b181b8608d7c Package: ros-jazzy-autoware-gyro-odometer Version: 1.9.0-1noble.20260904.085327 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.20260904.085327_amd64.deb Size: 193418 SHA256: 350bae6315e7692c0bd5b059d0382687df3df07e41b071e7438a6a6b8c293057 SHA1: 458ff93a4277995974e1738a97eef679c6e30717 MD5sum: 47ca3c255a1f86bfbf2ceaf716d3b177 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.20260904.085327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 4572 Depends: ros-jazzy-autoware-gyro-odometer (= 1.9.0-1noble.20260904.085327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gyro-odometer/ros-jazzy-autoware-gyro-odometer-dbgsym_1.9.0-1noble.20260904.085327_amd64.deb Size: 3895570 SHA256: 46a04037f51a789f90546df65ce9bc620e0887898e21b1f873f04a5f8336ba38 SHA1: 82e724c3ace0e8b0ce014697f47659686d8b20d2 MD5sum: 2d796ccd014c97fb3003a637e625101c Description: debug symbols for ros-jazzy-autoware-gyro-odometer Build-Ids: 3133e02adfede2763725af5003dd11011d151790 319647c224ab810160f329bf5ed3780aff7ded79 Package: ros-jazzy-autoware-internal-debug-msgs Version: 1.16.0-1noble.20260904.083432 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2606 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.16.0-1noble.20260904.083432_amd64.deb Size: 176698 SHA256: 4d1366dd7091e98f9fa83aeae439f21d8e262d18eba64815c400139a36615698 SHA1: 4170a7af7024997e5c29dc8a8c9c0e849d16f226 MD5sum: 5c2f878023c072d1dd55b52f15a727b2 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.16.0-1noble.20260904.083432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 1992 Depends: ros-jazzy-autoware-internal-debug-msgs (= 1.16.0-1noble.20260904.083432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs-dbgsym_1.16.0-1noble.20260904.083432_amd64.deb Size: 1593956 SHA256: 57ddbb7b7707957dba8a0b850176aef01564ef26cb7c32837796b6ee50c476ee SHA1: 9c7057e91f8fff58bfbf23c3e33665054c223526 MD5sum: 850f0a63e5f793d8d7736428edd67906 Description: debug symbols for ros-jazzy-autoware-internal-debug-msgs Build-Ids: 0b17858604cc9622281473e4fdd0f6354e415e0c 387d2b1e70511297137b4f96ee43ca29fbca09d9 444fc0c75e5a623e704a199d3ceb1e256164da79 49e162ba3be5367e6ba5d3aaca1a2f2dbca71e83 7be7b155716f973a0273e1e1f3462b7060eb356b 82c5cddec0ceb244a524ab3f805d1c34e0c9fbcf 8da4fcf6b7457e1ef45f0081c3a3603982dbd599 9b8652ebc8903428e99364700a4dce65a1ced8b1 b9e4e47ecb58ec2144378871af7ab91e39059076 d76752070cf09a4aee6f87aaa71054ff32105895 d893379af31bb9db832157ff8f7fc9f69d9b6346 Package: ros-jazzy-autoware-internal-localization-msgs Version: 1.16.0-1noble.20260904.083456 Architecture: amd64 Maintainer: "Autoware" Installed-Size: 1367 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.16.0-1noble.20260904.083456_amd64.deb Size: 110204 SHA256: 3ce68c947981646ce8a0381c4523b981c37ca132acc4a0b8a713ea0893b447ee SHA1: 9bbbe1adcdc06c94157c65369f6fee74de443692 MD5sum: 824e0a9eb22dc1c7a1d7ed13c8a1c15e 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.16.0-1noble.20260904.083456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Autoware" Installed-Size: 942 Depends: ros-jazzy-autoware-internal-localization-msgs (= 1.16.0-1noble.20260904.083456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-localization-msgs/ros-jazzy-autoware-internal-localization-msgs-dbgsym_1.16.0-1noble.20260904.083456_amd64.deb Size: 711006 SHA256: 56adb5ded2ef6ba0032a6af62187f01a2cbbee646771fee21745bd9391f76e30 SHA1: fd5a9e4a49b11142e097389e7bb119d7299901ab MD5sum: 3a327872e09c5974bfbf666b34b17393 Description: debug symbols for ros-jazzy-autoware-internal-localization-msgs Build-Ids: 3656bdb3d3766a10ceb0de23bd4504ec1f87826b 40181f16962257c7aec6f63c8a81a090b0a2fe87 4743b573104659d07372dae50c6724a0d69072e5 5dc26725e0bfd4770f84189837739872c813c8a1 7035bad8a0f8afa214143fb3075b9e59fc7258ad 7661f2534df9bd18e618ac691063af8137440568 92f1626efb14efd0720bbfb029f048bc5d423281 b87a8c19641010098f3d471b99254360487c5353 beab41d31583628b19bdc20333a0e870513e9634 e904c35a002a4757d31120981d878f9f511f216a e987728000df61bd7219137e1836e044ec241718 Package: ros-jazzy-autoware-internal-metric-msgs Version: 1.16.0-1noble.20260904.083426 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-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.16.0-1noble.20260904.083426_amd64.deb Size: 60210 SHA256: bdb1b42523d24cb2b1fd73b0d0898090b71217eb35e151eb666d9d17bf65f786 SHA1: 840f0a88a5204f72fea3b3ee10a046f45be43671 MD5sum: 46f764ef924740aa1c0d1e69142033da 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.16.0-1noble.20260904.083426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 434 Depends: ros-jazzy-autoware-internal-metric-msgs (= 1.16.0-1noble.20260904.083426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-metric-msgs/ros-jazzy-autoware-internal-metric-msgs-dbgsym_1.16.0-1noble.20260904.083426_amd64.deb Size: 323510 SHA256: 4211e5975cc06cdf3244d937ccbbed2e2b5f25a278cccc3c69ec3d3f87a5460d SHA1: 168ec31d8fe8326f8f6d3e0ece3245bc1c4faeb2 MD5sum: a7c2f7aaf16d5003208d838aea3b449c Description: debug symbols for ros-jazzy-autoware-internal-metric-msgs Build-Ids: 0e72cbb9e2f332ca1b711cdcd1c4ecd546702e35 12e5fcc49bc9df7de1367eae1aca8e06ad8310db 14eb983c43d732d2685412e6926964da1dfab90d 1de341236c733b755eb74143aadbcb28a0131e15 2811c9285d95ae2910c9445294b05ca4f5c509b2 4557a2b2e6333d9eec75719826d9548959538b06 7561ce52a3403e92941249b701056237b5c4e0a1 94a43278126ca869bc6ed904d2cefa333e54872d 9bc482d01039456f21c797d5946fd588a1392808 e35a9a269438d7c61f87be476f728abb6589facc f098a12c17cf961400cd71ce41bf139a22c6ca27 Package: ros-jazzy-autoware-internal-msgs Version: 1.16.0-1noble.20260904.084746 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-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.16.0-1noble.20260904.084746_amd64.deb Size: 63156 SHA256: 4c7cbe0b33029ce01f28c82175fe5e128ff6fc3aa327ca416676cb7c21ad9174 SHA1: b974f326deed197d4204dc9eb207c7e2687535b0 MD5sum: 71d7017186ba6506f0b695a69277f97b Description: Autoware internal messages package. Package: ros-jazzy-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-msgs Version: 1.16.0-1noble.20260904.084746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Berkay Karaman" Installed-Size: 484 Depends: ros-jazzy-autoware-internal-msgs (= 1.16.0-1noble.20260904.084746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs-dbgsym_1.16.0-1noble.20260904.084746_amd64.deb Size: 355898 SHA256: 1e5f033fd3eacab7cb85d31d9fffdeb35282c8f2291d903e0c8fec51d91c2fb9 SHA1: 0013f667e01c8cf40649173a294b2df35ba5942c MD5sum: a13d5c6af3e4f50b3712309e007468ba Description: debug symbols for ros-jazzy-autoware-internal-msgs Build-Ids: 0030a90c5f4a28fc0e6fa5e3d7a84a2973a9cc74 08a3caab3eab6314b64a01e34da0fef704228b4e 09bbd7ec225a2290aa96f7064f40577454a17eba 2ea8668eba7bb148b1f4633921c404c692071f68 482200ae44713fe3bd40006129b699af1cd42b6d 4d69ba36fee8b26d5b77b7069b600f25ee494f9f 5b845eb071debaa6b0b59d68b0f54303d6dcf76c 62d3062d484edf68c3ecf00c46ee911abb772741 a6061cd29685128c4dc16115f49a56731b745540 c224abd9a5daf73610c5f48c37cd08c2285d8c70 eac00cb012e9d66c8024e45d6d19f9323d2076f2 Package: ros-jazzy-autoware-internal-perception-msgs Version: 1.16.0-1noble.20260904.083600 Architecture: amd64 Maintainer: "M. Fatih Cırıt" Installed-Size: 505 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.16.0-1noble.20260904.083600_amd64.deb Size: 50970 SHA256: 4bc6fb0f647c4b503d89e9ed011fdf5ea68f8fab31b5fb2a4a89e06583531b63 SHA1: ac479ad45016f72207d32a9ff0fef86ed7c9a603 MD5sum: cefd57067b315d3e613405aabeb85edd 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.16.0-1noble.20260904.083600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "M. Fatih Cırıt" Installed-Size: 320 Depends: ros-jazzy-autoware-internal-perception-msgs (= 1.16.0-1noble.20260904.083600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs-dbgsym_1.16.0-1noble.20260904.083600_amd64.deb Size: 222604 SHA256: 406c8c92a177bd2349c4bd1a645e48092290c401fd6ccde8c3a47d8a7007eadd SHA1: 2805ebdac6e863d2c2fd335013c68b93f8745763 MD5sum: fe6f7f3bfeb05f0c2cb448e67f222d48 Description: debug symbols for ros-jazzy-autoware-internal-perception-msgs Build-Ids: 0c5fddf196e0c045ce90ce0a24fe314ebf083ba8 2549ca02634412a636f6db559bacc0713c75721f 3cccbd1ab077cd68c0b3e79c111843ae64c2c86f 694784c0b2778bbf31628b76c19bfef92149bd29 9ba218f3282fd95f1f601af0f1a4d73eec028122 a5d12a40fe91eb93d649b88419e4984cc82a0452 ab64a833d195c31776486f4608f17fffb3906ce7 c4a58f68263240f9f440603bbc4b5ebeb87099f8 cac50ad21667643b1e9e9c88c39906fa4c2c8359 d356275787f6fb76cab35f66906bcfbeda387d3b db6cafb8a36574f8aae5b851712f892344d086a2 Package: ros-jazzy-autoware-internal-planning-msgs Version: 1.16.0-1noble.20260904.083522 Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 6208 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.16.0-1noble.20260904.083522_amd64.deb Size: 410060 SHA256: 2a70e1ec95733b6333f2f7f97bd1207df45c564416ad40af500cfaa43faac77e SHA1: 297f46f2468be6747918e5681dd5cbc5db832667 MD5sum: 2f8159add695bc1656f89ca55966923b 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.16.0-1noble.20260904.083522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 4901 Depends: ros-jazzy-autoware-internal-planning-msgs (= 1.16.0-1noble.20260904.083522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs-dbgsym_1.16.0-1noble.20260904.083522_amd64.deb Size: 4003482 SHA256: 243a475ee630b436e42eeb8d2d324c566ae48ad1d0b74ca6723c487d09e2536d SHA1: 93623658750968fcb63435aabc595a0fdb521436 MD5sum: 8fa77b48685835e96ce1fda6da784d43 Description: debug symbols for ros-jazzy-autoware-internal-planning-msgs Build-Ids: 0edb4dbb4b4e572dc93cfd05bc412bedf689cb15 124cb4535f4e8c237cbeca93e6584296b79e26f3 29ef14028df83a8aae180f55a093e16d2f4a869f 446a92de56b8b96badb1fa27eac42396400d8a25 5d8bdae2086d828bba58cd0685688b3c85bc26bd 695ba36313e37d317c1d5af69e39da62f41b45d2 94916f8923e562a44b64a1b21ca02a286a9de647 b511d88980876320e855393ea74073a5896f5b65 cd530eca7659f85031839f31838e3ba3ebf07b20 d24e9fec45ba851eaccc7a7348eb24bf0ca56111 da2d824c3acd41d0e45ceddcf8d746938f1210ea Package: ros-jazzy-autoware-interpolation Version: 1.9.0-1noble.20260904.084901 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.20260904.084901_amd64.deb Size: 39066 SHA256: 539b2b37ca19155961c1ae683215cac138f0c2871aba310fb7d85d3a20b8f811 SHA1: d2020c0c468b9f64655ffccf6b7fcfd439e42e53 MD5sum: b8940de30f53fd20ada78dd0e7339a4d Description: The spline interpolation package Package: ros-jazzy-autoware-interpolation-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-interpolation Version: 1.9.0-1noble.20260904.084901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fumiya Watanabe" Installed-Size: 854 Depends: ros-jazzy-autoware-interpolation (= 1.9.0-1noble.20260904.084901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-interpolation/ros-jazzy-autoware-interpolation-dbgsym_1.9.0-1noble.20260904.084901_amd64.deb Size: 835744 SHA256: 96d4bab9467134c4f963b073eb9f11a6c8decce427a8a662d13733b7dfd06bd3 SHA1: af4b1c9bb950c72c0fcb4af6fd76278927d9bcaf MD5sum: 79e57388915f739f370ba08415c3da16 Description: debug symbols for ros-jazzy-autoware-interpolation Build-Ids: 90526a2888769cbe339208bb2653080c195232e2 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.20260903.023857 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.20260903.023857_amd64.deb Size: 401710 SHA256: 736da5aa1704cba73e29ef2e15eb6b678443b9274d4de028b90a139998de77bb SHA1: b0f307c21f4b0c2e1c13a35c36a34116ab2bdb5a MD5sum: 2b6fc021d6abd4fd774e05905dafb325 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.20260903.023857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mitsudome-r" Installed-Size: 14370 Depends: ros-jazzy-autoware-lanelet2-extension (= 1.2.0-1noble.20260903.023857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension/ros-jazzy-autoware-lanelet2-extension-dbgsym_1.2.0-1noble.20260903.023857_amd64.deb Size: 13743006 SHA256: 63ea2e3cff31a4be0f89bd51a41cea22c224b541444cefc0744d213e3ef5674d SHA1: a6454be9d786b8b91e3383e4b1107ef2df350bf7 MD5sum: 507a22fda7ed873311af14768a062e52 Description: debug symbols for ros-jazzy-autoware-lanelet2-extension Build-Ids: fb02123b8bb932e7fc0cefe8fc71e931b016e819 Package: ros-jazzy-autoware-lanelet2-extension-python Version: 1.2.0-1noble.20260903.025555 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.20260903.025555_amd64.deb Size: 226454 SHA256: 6bddae86efda5b362123e3edf9114e99fe26e0b75b4c571c1b49401b45c29640 SHA1: 9a172ebbd15d22308f6dd1cb35f4769093397d74 MD5sum: 51f7547a878c340f0bb8df34a687c374 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.20260903.025555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 6103 Depends: ros-jazzy-autoware-lanelet2-extension-python (= 1.2.0-1noble.20260903.025555) 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.20260903.025555_amd64.deb Size: 5451996 SHA256: 992282ac3f7156f274c48f6bc5e200c2ab209b846dbd00d8df3da7c0dd2450ef SHA1: 7ea6c76c3e5d8b15f2a88f77a722dfd53dc05278 MD5sum: 3692fb6b41ffb3c1cdb0be19e34fce1c Description: debug symbols for ros-jazzy-autoware-lanelet2-extension-python Build-Ids: 40946f66da7aa305a5e68b4c6ee6e850d24028ec 4bd37e23dd14072f250c3950e540e64bf44dba66 a67b6a0c87d609e5cf6d0a28bf9591ad4da8a352 Package: ros-jazzy-autoware-lanelet2-map-visualizer Version: 1.9.0-1noble.20260904.085819 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.20260904.085819_amd64.deb Size: 128836 SHA256: a0321777b2b1a758ca06ed4b2a614eeac107611e31a43e8ca1c49d4e8e23244b SHA1: ddf684c3d59817a8c5cc3bbc209e3d7736f7e2f5 MD5sum: aaa46d30a954bd22ce09e117fd320c4b 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.20260904.085819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 3718 Depends: ros-jazzy-autoware-lanelet2-map-visualizer (= 1.9.0-1noble.20260904.085819) 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.20260904.085819_amd64.deb Size: 3364240 SHA256: 80505f68bba6cfe13fa0ca0712084ef99900e45eb335f2e56e037812a7773a68 SHA1: 5afa40c360323fcf62133f857cd275699bfabf2a MD5sum: e09969e36133538c0a2e6b93f35ea91f Description: debug symbols for ros-jazzy-autoware-lanelet2-map-visualizer Build-Ids: 6ddf8f76dab94f4950c9766338caf32c17e86706 7dc6f7a4acbae78426e476b57fc6cf88308b63f5 Package: ros-jazzy-autoware-lanelet2-utils Version: 1.9.0-1noble.20260904.084849 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.20260904.084849_amd64.deb Size: 343828 SHA256: c3e8e85d5a3c83847dbad3de23997d61db35dfb025fe000942d19edc10eecf99 SHA1: 5ed7a343b83d8d91d0198e59c0218951b93ca292 MD5sum: 4857eb45b6d01379f7b3067a8a2d8f8a 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.20260904.084849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 7852 Depends: ros-jazzy-autoware-lanelet2-utils (= 1.9.0-1noble.20260904.084849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-utils/ros-jazzy-autoware-lanelet2-utils-dbgsym_1.9.0-1noble.20260904.084849_amd64.deb Size: 7355634 SHA256: 55ba38cafe1d91ab5822429d7265ef57f9e652d82d5155f009f76e91e058c9e6 SHA1: aa3b8718adc80fe1a496625a13ac71dfbc480dbe MD5sum: 03b3e84862b3bcb2b4078179620440bc Description: debug symbols for ros-jazzy-autoware-lanelet2-utils Build-Ids: 1f266a72ba019dde5af951dca830af94b0f64b60 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.20260902.033729 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1044 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.20260902.033729_amd64.deb Size: 97938 SHA256: cdf2a8e9772f897025e621c4aa618a246b26f12959ce28207b4298355cccf2ee SHA1: 68862f5dbeda4f1a37ed089203a76d123031bb92 MD5sum: 24661b2bb1362381650f52dee84381ed 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.20260902.033729 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.20260902.033729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs-dbgsym_1.13.0-1noble.20260902.033729_amd64.deb Size: 558964 SHA256: 20caff182838f0f4cdb2846cfb0c9470f38943682265dff084104bf41d352ee8 SHA1: f6208b4cfb62adf9d1abf0d0efb69847f7375911 MD5sum: 42113e422057d86569446c4bef5a0a7e Description: debug symbols for ros-jazzy-autoware-localization-msgs Build-Ids: 035a7bf3fca58ca24a75dd764b88d6a43fe202bc 1b4fe276c246ab75b13839faf0a0213429fe78cf 1fddb82906b22edfefac8731fd5feab5611bbabd a3c02bb46d36f4198b3e7e76ea6297c2457c512e b868f3e625e43f026803d5c491065cabb8804867 c4e72b9ccb330be96ad2ac52511b96375db349dd d4244123a823086587730e3916445961d90cf882 d81ef7d2e797ef526a2c2df357e7f5115cb47768 df0ab46271e0cbc6b9968ec0e37604a6851ddeac f14999e2f095205cce9070582b568e19d70f4059 ff7c53da3d95ffaa36fdc284a6527a1cd3475f34 Package: ros-jazzy-autoware-localization-util Version: 1.9.0-1noble.20260904.084912 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.20260904.084912_amd64.deb Size: 47894 SHA256: 08d9d6721296aa1eefd0c6ba276886b9784a2bbc42c66356adeb346d860598cb SHA1: 5b96d7268695f8214524e1bd3d4782abb181d9ae MD5sum: 525da0399e89668996bb6cbbeeaa6e0f 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.20260904.084912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 3223 Depends: ros-jazzy-autoware-localization-util (= 1.9.0-1noble.20260904.084912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-util/ros-jazzy-autoware-localization-util-dbgsym_1.9.0-1noble.20260904.084912_amd64.deb Size: 3246708 SHA256: 1283063e944c8c5cd6712c5c746003c01800901381305e89522f79e2069100a1 SHA1: afe27426b5fbc24e8d1ef47fa7f9cebe70be9a69 MD5sum: cf42741cf298b46543a25b44a1a91382 Description: debug symbols for ros-jazzy-autoware-localization-util Build-Ids: 5028001a02102d56dda0efab84d10912b5b5710c Package: ros-jazzy-autoware-map-height-fitter Version: 1.9.0-1noble.20260904.085819 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.20260904.085819_amd64.deb Size: 170664 SHA256: 2b945bee2d0ab51f7979a4c16cebff8601384ff20460c0dae2829253225a6a5b SHA1: b941e047acc0b9fe96081b133c7b4319a414baa7 MD5sum: 8baf6e775c4cc0515426f30f47abf2a3 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.20260904.085819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 5169 Depends: ros-jazzy-autoware-map-height-fitter (= 1.9.0-1noble.20260904.085819) 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.20260904.085819_amd64.deb Size: 4583058 SHA256: 1291c28524bd8f33c556153214c60865e2bbbe537ad8d48d1e1c6c99403f4e54 SHA1: 48f7d1ec43ac7bd2276d44dd7d33be59f7803f0b MD5sum: 38db33d62b8b22eafc34e80bc842a212 Description: debug symbols for ros-jazzy-autoware-map-height-fitter Build-Ids: 7fa99dc1f3c3b7905d7d8a67b42af6fdc1875678 db310e444fe9f008a59c35f902d4b1d4d1216fd1 Package: ros-jazzy-autoware-map-loader Version: 1.9.0-1noble.20260904.085812 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.20260904.085812_amd64.deb Size: 241846 SHA256: ecff864a690bc180bbfd549fe6d219367cc030f8b7c33acbf9e46c4c2a095c0d SHA1: 0526e5e82610bcf4f291e1cbf3b5109e25f52da6 MD5sum: b025a2f360d88326e9a7070a7f40f0f1 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.20260904.085812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 9075 Depends: ros-jazzy-autoware-map-loader (= 1.9.0-1noble.20260904.085812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-loader/ros-jazzy-autoware-map-loader-dbgsym_1.9.0-1noble.20260904.085812_amd64.deb Size: 8427572 SHA256: 00d8a21b0ccdab6aa08330bb0a11f1ac18c87c923591a0e800e014e3b1ffe5d7 SHA1: 3a46d9d0ee184b39b5a770f5e1501f652c0abeaf MD5sum: 73ca6f16baf16daff49bf4e23500acb5 Description: debug symbols for ros-jazzy-autoware-map-loader Build-Ids: 165092536dee845c1cee5416ba0928008e6a49d2 3397d0c8e50687b3e1ff664fbbd2068d063f5ee5 64500d1d7efe6571485d75df25b83909788a81f0 c1238ee41dd1d7083f2d2388dda6dd695e185c60 Package: ros-jazzy-autoware-map-msgs Version: 1.13.0-1noble.20260902.043042 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3632 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.20260902.043042_amd64.deb Size: 259088 SHA256: a6c8cea8c3d62e87bb098f2eb08022b66d12a3d8351b20594fc5f1a97eb03d84 SHA1: a118fa505beb6297c798ca19d525109cf89eb49f MD5sum: 217b7ebc6dd12a24a779df582b965643 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.20260902.043042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3016 Depends: ros-jazzy-autoware-map-msgs (= 1.13.0-1noble.20260902.043042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs-dbgsym_1.13.0-1noble.20260902.043042_amd64.deb Size: 2481602 SHA256: b0aa718d7be0b66f6a2f60cbe337ec2b86e77dd04d3ca0a8f294cf00b46291db SHA1: baa64e6906010c5051b4f619cc579659c24972b0 MD5sum: 58e18e4fd6974b388c5227d46cb916a9 Description: debug symbols for ros-jazzy-autoware-map-msgs Build-Ids: 22c349ddc40591f6fece8a9dc9456621894e5109 22d414a871c55362bfdb077d83c96246982b76d8 29e20cf2b129056256cf34e7dcf19ef5f121f26d 453513abc65c0471f0b802d61e0d193fc6234694 456aac18bcc7d675923070eea7cfc8a87231b93c 5532227c06ca6518f5f7685ee88f69e8206e716a 712f50fabe194fe6e3d8aaf19616dce2a415187e 803fa843ad3e6b757a3a735c799a09ea41bfd0af 8937f9fcf8c837b4d6fc74ee0df872a54058a496 a07a5dffd13415797e5fd00d2862beb859a99d0b a0c6c9e5cb3db0770960bcd0b1d5b9ab1d2bf2b8 Package: ros-jazzy-autoware-map-projection-loader Version: 1.9.0-1noble.20260903.025549 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.20260903.025549_amd64.deb Size: 78414 SHA256: 7937f0e198151599ce9361882f93d7564ee4bd0b35fec1e98b11753c9b20d59f SHA1: 0e8f5d60ec65077b0f078c97a9e38d102558271a MD5sum: baded8e48181e3cec50ea66a676dd5bc 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.20260903.025549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 2046 Depends: ros-jazzy-autoware-map-projection-loader (= 1.9.0-1noble.20260903.025549) 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.20260903.025549_amd64.deb Size: 1970294 SHA256: 88481eee9dfe48f7614560d70af472f4bebb4ae50a0d1c1d5e68dfdaebb2fa81 SHA1: a1613caf63e09325780fec1a32cf83538ec63b54 MD5sum: 2e1e3c8daa68e4c43c87d9ce8a1d71ef Description: debug symbols for ros-jazzy-autoware-map-projection-loader Build-Ids: 0894ecc9dad40e85e99bb9f1158eb36d1fe01d37 d56a064a37fa669be3046f3e18f81dc1e9d137ee Package: ros-jazzy-autoware-marker-utils Version: 1.9.0-1noble.20260904.090226 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.20260904.090226_amd64.deb Size: 34780 SHA256: 8855418de7db2b1e82f77c825163429c3e643f83ac04f97dbd33fefeac7703ad SHA1: 370e5f8d750a98aa5b87053eb21577e8eaaa8069 MD5sum: b50b27139ea4e2b3188c397c344fa4b9 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.20260904.090226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kosuke Takeuchi" Installed-Size: 1007 Depends: ros-jazzy-autoware-marker-utils (= 1.9.0-1noble.20260904.090226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-marker-utils/ros-jazzy-autoware-marker-utils-dbgsym_1.9.0-1noble.20260904.090226_amd64.deb Size: 990852 SHA256: d15c74389e5906882ecb72eb6d1c52a8ed213d4f6141b04e01ea1fa80111c4aa SHA1: e6abacb2d46dbf60977a839f938c9fde46f451af MD5sum: 41563d208a0511d9103e254deffbbbca Description: debug symbols for ros-jazzy-autoware-marker-utils Build-Ids: 16e4f4d7b366eb567e93a61a5de750da210139e1 Package: ros-jazzy-autoware-mission-planner Version: 1.9.0-1noble.20260904.092109 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.20260904.092109_amd64.deb Size: 515618 SHA256: 65b89f9331d160780571e296180038b39bf33194315eece3dab3eba8d3e3a3b8 SHA1: 341b824b38a556ef66260c3427aab009d803709b MD5sum: 01b714e1c2d5be3e9d2e06183f0e31c3 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.20260904.092109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 16142 Depends: ros-jazzy-autoware-mission-planner (= 1.9.0-1noble.20260904.092109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-mission-planner/ros-jazzy-autoware-mission-planner-dbgsym_1.9.0-1noble.20260904.092109_amd64.deb Size: 14273724 SHA256: a51640423c483aac0871cff821eaf72e88821b537b834df816f7f4d315b5b7de SHA1: 582f9011353dd9b24e0a3e4cda43fc393bf86a00 MD5sum: a5a43f521bf8a308374800b1d87d2ded Description: debug symbols for ros-jazzy-autoware-mission-planner Build-Ids: 53e63f84aea4ca48c1dae797561bdd44a0ef47c4 66492816539131d5248f2731c87c5a4cccf76fdc 8da2422deebb09f8ac099ed74bb7d6df63aaf304 dc1467c39b8302d5481b42dc8edec67e25d117b6 edd05766ae5ce9928569ed04fd8da68668eb0023 Package: ros-jazzy-autoware-motion-utils Version: 1.9.0-1noble.20260904.085315 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.20260904.085315_amd64.deb Size: 241210 SHA256: 3be449ec5cb105adeaff3f221adf9823838013c9b44cbe32d31d79b6c25ae825 SHA1: bf0ea1ac215affb40cad1570e786ac70d7316b03 MD5sum: 2425bda3e98c7eed6c49b64785923a46 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.20260904.085315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 4693 Depends: ros-jazzy-autoware-motion-utils (= 1.9.0-1noble.20260904.085315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-utils/ros-jazzy-autoware-motion-utils-dbgsym_1.9.0-1noble.20260904.085315_amd64.deb Size: 4068990 SHA256: 935dc056c55761b789f83a994565b1bacc1baff844e4a35596fa7dde85d0effc SHA1: 898873c689d32be8fb449559d678d8176621bd0d MD5sum: 409131fad3a53ddc45e6fd8363bf4b80 Description: debug symbols for ros-jazzy-autoware-motion-utils Build-Ids: dc797ebf36095ae699a0fa82d0b5333054b7c59d Package: ros-jazzy-autoware-motion-velocity-obstacle-stop-module Version: 1.9.0-1noble.20260905.080457 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.20260905.080457_amd64.deb Size: 183206 SHA256: e9da1ec92f29ce5eee26eac52455e6b82808fb4ae85f15cda73e91871c226fae SHA1: cc67e66b14efea9f55b86bc930daaf85b70948c3 MD5sum: fcb78eb4afd2247cf0406b11037f3bd3 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.20260905.080457 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.20260905.080457) 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.20260905.080457_amd64.deb Size: 5312050 SHA256: 8377bf920cf4c9e9b12469e81c3d76e11a45d93d8fe11a81486aec67d7207afd SHA1: 0d53aff0d9ce7161592578f6c21ae41f8fdc4fd6 MD5sum: 1f564de6df04aaf7409c1b68d1eceb2b Description: debug symbols for ros-jazzy-autoware-motion-velocity-obstacle-stop-module Build-Ids: 962f32fbbede043eba98262a66767b6e50b669d9 Package: ros-jazzy-autoware-motion-velocity-planner Version: 1.9.0-1noble.20260905.080331 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.20260905.080331_amd64.deb Size: 500376 SHA256: ec06e83196f74573c59a7be5c07c1f16103a306d9027e1ec4be18d250625398d SHA1: d15c4a4b15c713b738d49fe12db30cbbe4bb4788 MD5sum: e9f6dce4e9594fb492c457b91d0bd9f0 Description: Node of the motion_velocity_planner Package: ros-jazzy-autoware-motion-velocity-planner-common Version: 1.9.0-1noble.20260905.074641 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.20260905.074641_amd64.deb Size: 222622 SHA256: fc2b2024c1137294d6370b0ca15df4c8f173a294e14287cd44b5fee6f47583bd SHA1: 56121fd7d1dacc996c56e3f7bdde7235b25d56ec MD5sum: 2055c2a0a35968021f549a08d666f0df 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.20260905.074641 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.20260905.074641) 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.20260905.074641_amd64.deb Size: 6134126 SHA256: fe483bbb21212f8811f1175838c2f6a86bdd811590b787ece9bfffc76b1324d3 SHA1: c3774ee30be4bc03f4498c8bc59b4b3b56ffbfbc MD5sum: 1f29501407d725d247276d4d0a5b0b6f Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner-common Build-Ids: b2cfd7e936b4334f771252ed42124b9fb3984262 Package: ros-jazzy-autoware-motion-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-velocity-planner Version: 1.9.0-1noble.20260905.080331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maxime Clement" Installed-Size: 17443 Depends: ros-jazzy-autoware-motion-velocity-planner (= 1.9.0-1noble.20260905.080331) 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.20260905.080331_amd64.deb Size: 15122508 SHA256: bb6e8415f240fff32a079682b9c0863b68a14fce76e413f49825186f80d3d7b4 SHA1: 1527d7d0c200057127e30b7124c7133a42da795f MD5sum: be33e3aa4c1e259261d113f6c9605452 Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner Build-Ids: 91b4b6148c01768738bbed96de005751024ce080 bb41fda7cf0ebd2217092fff12fce0463cf5ac2e Package: ros-jazzy-autoware-msgs Version: 1.13.0-1noble.20260902.043811 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.20260902.043811_amd64.deb Size: 5660 SHA256: 65714f56c7f76d74e5ae22986466e4595781099fea35ddd4011ce99610d5ec7a SHA1: e57bfed8c022936db55ef89761f717b12f499367 MD5sum: 27cce6fe81075cd987fc7f94fd49dcdd Description: Meta package for the autoware_msgs packages Package: ros-jazzy-autoware-ndt-scan-matcher Version: 1.9.0-1noble.20260904.090207 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.20260904.090207_amd64.deb Size: 401000 SHA256: 60fd5c2aecd429ac9af13069e1d4d580165af401436ddc5c9091f0e9e3d604bf SHA1: 21c6edfdbfaa732cd209bbc41164f963246d15e2 MD5sum: cd9b66f4b0e76fbb66163373f9286372 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.20260904.090207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 16284 Depends: ros-jazzy-autoware-ndt-scan-matcher (= 1.9.0-1noble.20260904.090207) 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.20260904.090207_amd64.deb Size: 15349228 SHA256: 9f57895b528ba47ea3e0d9095236ab16b480b89ec6d7a7200fde60b06bbdc78e SHA1: 7e1b33b100fb53a3b1548c9aa992e61b0fe04b70 MD5sum: 970b12d6874eff45a38d244f921e1b37 Description: debug symbols for ros-jazzy-autoware-ndt-scan-matcher Build-Ids: 320a78772abbafc3894c1fbe0e32a792cfb0487a 42cdde19130f48d3acda859e2ffe583434b4f13b e5dcbcad6f11acd5163fd1b712b05f5ae8fdec1b Package: ros-jazzy-autoware-node Version: 1.9.0-1noble.20260902.083008 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.20260902.083008_amd64.deb Size: 12828 SHA256: 34974bd0cabfc97c9b2958f4c0ae4f35adb1bfa8e9576ee0ad7db516fa1da8fd SHA1: d113003b5e94e3204bb0f82d6d140902695a6dc6 MD5sum: 942a956a484804722f9b2ba9d131668e 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.20260902.083008 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.20260902.083008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-node/ros-jazzy-autoware-node-dbgsym_1.9.0-1noble.20260902.083008_amd64.deb Size: 160120 SHA256: 02a2ce51180577f45cc1d3458acce3d7b671ac6787fe831bbc8238c99d3dc6e7 SHA1: a1866ac0f1730366eef4adc86abca62815e0121a MD5sum: dacb0fd7090bc1ff7321f9c3967fffc4 Description: debug symbols for ros-jazzy-autoware-node Build-Ids: b13f3e9b9ae7a6f894478cdaafda104f73353136 Package: ros-jazzy-autoware-object-recognition-utils Version: 1.9.0-1noble.20260904.085304 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.20260904.085304_amd64.deb Size: 25398 SHA256: e832a5a7ca64ad30b05d0aa415ab8427fd943f8d015579b9321ee4fbcc235e3f SHA1: b79e3fe42981b8618bc011aaee880d6cb27dae08 MD5sum: ccce456317f75cf1ee819a5dead6e203 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.20260904.085304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 206 Depends: ros-jazzy-autoware-object-recognition-utils (= 1.9.0-1noble.20260904.085304) 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.20260904.085304_amd64.deb Size: 191384 SHA256: 5dc20a8c01fac91d8c5659c004491621259504162c399adaeebdab8ff91ecd01 SHA1: 7311f28a96b9d6d8a640115c79f8b26c07300b17 MD5sum: 94219b42828bf857c3d871d1dd67a11b Description: debug symbols for ros-jazzy-autoware-object-recognition-utils Build-Ids: 0be7a4211f2279bb50fc9dd9e326b8a43da7584c Package: ros-jazzy-autoware-objects-of-interest-marker-interface Version: 1.9.0-1noble.20260904.084907 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.20260904.084907_amd64.deb Size: 54462 SHA256: 008c6b79f37bdd55c983107b29d05a956facfb3943a99a3c10cf85f92bb3e095 SHA1: 724b08cef568ca3817c80436ee7eb9ff19c09af4 MD5sum: 118f5e422c969f28b20b8a4b16c603c8 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.20260904.084907 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.20260904.084907) 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.20260904.084907_amd64.deb Size: 907118 SHA256: 467b8add9c858874b25c7b69a1db721ecc5d4218e2d9cd67386343e26bc573dc SHA1: ba168fc103db8a8e823e1f9686eda821f1b3e863 MD5sum: cda385713648b27240ab65b3694b85b0 Description: debug symbols for ros-jazzy-autoware-objects-of-interest-marker-interface Build-Ids: 6e8d8497b638ef4646539194671166d6160701b3 Package: ros-jazzy-autoware-osqp-interface Version: 1.9.0-1noble.20260902.082645 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.20260902.082645_amd64.deb Size: 27534 SHA256: fddcc58fbb28acb55fd23a4a180913c4e5cbbce5840f6c077f52d20adaf81fd4 SHA1: a9fd14332fb5e514418dea784c7d0694d10119e2 MD5sum: a989ccb4de214cbb7fec8f25696fb47c 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.20260902.082645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maxime CLEMENT" Installed-Size: 368 Depends: ros-jazzy-autoware-osqp-interface (= 1.9.0-1noble.20260902.082645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-osqp-interface/ros-jazzy-autoware-osqp-interface-dbgsym_1.9.0-1noble.20260902.082645_amd64.deb Size: 350058 SHA256: e9a6d55ff58c100427c48f4a82cc58f374f26a1be4f8cf6d0e1188d3bf9c18d3 SHA1: 817b8545707c64c42d471977e7dd3619b53d55b0 MD5sum: 2783434fb536f3068894574e6c4fb226 Description: debug symbols for ros-jazzy-autoware-osqp-interface Build-Ids: a766e5053cab18058c489b75aafc855e82369bda Package: ros-jazzy-autoware-path-generator Version: 1.9.0-1noble.20260905.071228 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.20260905.071228_amd64.deb Size: 321664 SHA256: c93d869ecf3cc618edf10ec6226ba519e9ed3ef68324b3c97d85658565b261d6 SHA1: 6789ab9f70eb985975df98538bbaf29e2be2e891 MD5sum: fb8a4aff96866d2ce087f3a44059ea72 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.20260905.071228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mitsuhiro Sakamoto" Installed-Size: 8638 Depends: ros-jazzy-autoware-path-generator (= 1.9.0-1noble.20260905.071228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-path-generator/ros-jazzy-autoware-path-generator-dbgsym_1.9.0-1noble.20260905.071228_amd64.deb Size: 7631850 SHA256: 4a724a4232ee474d3d5abf36c507d048cdd3f41793cf206e52a4a4492308fc23 SHA1: 26d5c6f593b4af1f1c01cced93c1eaa5ad27ce6b MD5sum: 6026c86124744c760e5577dadab348e8 Description: debug symbols for ros-jazzy-autoware-path-generator Build-Ids: 4d35d28a1d2cc34f4a699fc58dbfa8a8f3eef14f ceadb61580f0d6cf9c57ce9ba50df18642612d4b Package: ros-jazzy-autoware-perception-msgs Version: 1.13.0-1noble.20260902.041228 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3599 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.20260902.041228_amd64.deb Size: 242786 SHA256: f3264eca705820193db2a37bbe751f76dceae2e691eda0e121eeb91da77fdb75 SHA1: 45a9620c552469bc940ace2a7b87c93981103d7c MD5sum: 0068e4a641160d8cc31b8db1f2b74449 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.20260902.041228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 2799 Depends: ros-jazzy-autoware-perception-msgs (= 1.13.0-1noble.20260902.041228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs-dbgsym_1.13.0-1noble.20260902.041228_amd64.deb Size: 2313480 SHA256: a8d87c12a87374b34a3359f44787538234494b04e2995638ac5ecc32cddc2cee SHA1: 467c4ff4a44dc099fa053ae719d5f4bc3ea78767 MD5sum: 5c111ef18f1bf7766584280da317009f Description: debug symbols for ros-jazzy-autoware-perception-msgs Build-Ids: 0258d4adc14b1d893d6a8865b9e99cfbbe362e19 10518b08625fc3a103cffd8e45f36b2e26c94eb1 194f6091276870e545ddb474bd6d13e9bc5186db 29a0eee74531a6a78b01ddf9f576fac522963091 5c70bc0c3a922fb2362519eff9c22ff3162014b2 5d47fde006bec6b21e320dd2e9e3648887af572f 904d139bad9f5c7aecbc50fca18e67bf9607614f 9a4d49a196b94f343e491c75a7beb888af446415 b67417f75d40042569d532282d68c691c73a9d0d cdee9c969ddb9923079200dc1cb29f84212da48e faadaf5282c9af93f0c78dcd8d5296b42c590afa Package: ros-jazzy-autoware-perception-objects-converter Version: 1.9.0-1noble.20260903.065204 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.20260903.065204_amd64.deb Size: 124834 SHA256: 33f0122009a2507b32f38edfc4e3e412034a11ccd531b94fc7753f00bc9cf78e SHA1: e8cee7eacc9a2a77980db5c0df0828a23015a054 MD5sum: 4fe61456e2a6e2c2c3eb07bfe79aba12 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.20260903.065204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yoshi Ri" Installed-Size: 2784 Depends: ros-jazzy-autoware-perception-objects-converter (= 1.9.0-1noble.20260903.065204) 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.20260903.065204_amd64.deb Size: 2417224 SHA256: 3962b0cb265dc2afb12dddd13d1c9bae33728a1787ca2f8c1cb9fd1a8a4498a1 SHA1: b8801d36d42863f71c5c813d82f31d0a718e91db MD5sum: 5662357a49e4de7bc0a5a5af2e48f242 Description: debug symbols for ros-jazzy-autoware-perception-objects-converter Build-Ids: 88a6526eac0a3cf3b72241456d1bc9a295bf7c22 8934921c352e83f4fb5679e1001d72c912e03d2c Package: ros-jazzy-autoware-planning-factor-interface Version: 1.9.0-1noble.20260904.085834 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.20260904.085834_amd64.deb Size: 20200 SHA256: 533bcad1b02564ad71075f34aecfb3a7889862cbebd00a230b2b12600d3bf403 SHA1: 37f91acf141dde54438048072fef2f5c94d34800 MD5sum: ce166bb6c80f14c505f03f8417c95e87 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.20260904.085834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 268 Depends: ros-jazzy-autoware-planning-factor-interface (= 1.9.0-1noble.20260904.085834) 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.20260904.085834_amd64.deb Size: 252980 SHA256: f8e789f8ba20566860cb403982ef4fcdb309e459c1c88b3596c3ba2f4c9d60f4 SHA1: c8b438eb3c0621b6bd99bbbdbfc1974dc39e87a8 MD5sum: ff000c29ee7099078a280046e7d5a94c Description: debug symbols for ros-jazzy-autoware-planning-factor-interface Build-Ids: aabfce7cef601f090e7308aed03fde0149c83dbc Package: ros-jazzy-autoware-planning-msgs Version: 1.13.0-1noble.20260902.042348 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3630 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.20260902.042348_amd64.deb Size: 255282 SHA256: cd39911699ee45c21c1d45cdb831f908d910fc6a73b9949393149a3648555ee0 SHA1: 9ec650aca4f376025dd8f57a3f9e0ecc19f1cfa4 MD5sum: b3b1f32c8b97efac20b557cee8ab4535 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.20260902.042348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 2753 Depends: ros-jazzy-autoware-planning-msgs (= 1.13.0-1noble.20260902.042348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs-dbgsym_1.13.0-1noble.20260902.042348_amd64.deb Size: 2234080 SHA256: c4106aa0a9a397292c0dc7c7e2946ee95adc64b43784b45f39ef9e75c5086028 SHA1: 4bf8bf1abca986570b7f3532e78a33b8b63b92e2 MD5sum: 98d363136a272fbf9fba6014ad4f8a08 Description: debug symbols for ros-jazzy-autoware-planning-msgs Build-Ids: 175a090663a683a05b159a528af73f70e712ffda 2a1741fae995391f694a2f5f0d1306c14eafed74 42bd7d449d4a3be531412e37bb4784da179e029f 7b018f7078cf74c5616385307b1863dcbac598d8 7b3adb2bf99e194309e25144fa2260ecb750bdee 8754790bf01cb485992b70bd55f1fe9c6eaef05c 8f82d5a95d401a8ae3d8a057ccf88d529caf4f24 91811a250aff6c8458919eaad205f1a34bef5266 a6a113958009006e6601c8343b52a145d442c42c b60b7735af1db8ad02f974e897b0794c49a85a0b cae4540e9e73ae57cd3104f55f40cbf2e2ed93b7 Package: ros-jazzy-autoware-planning-test-manager Version: 1.9.0-1noble.20260904.092112 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.20260904.092112_amd64.deb Size: 95254 SHA256: e269ff706964439adfac34b528d5ae1782223eb8652bb787f6525d2ce31af7dc SHA1: 5918c2bbf7fb2f6f46e3d5cf26a108d021a7662a MD5sum: 8df34ee77f45c62a2be16f306aee27ce 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.20260904.092112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 2388 Depends: ros-jazzy-autoware-planning-test-manager (= 1.9.0-1noble.20260904.092112) 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.20260904.092112_amd64.deb Size: 2212030 SHA256: 5917fc20c22c4b0158c9a379f7d2f8f5cec1371e6d7e77494f99e6c3cb559e86 SHA1: 3a8e3f53957d26c0b0909fffced8476c5524a9f1 MD5sum: 599602eda32f6352306ef22ec9140861 Description: debug symbols for ros-jazzy-autoware-planning-test-manager Build-Ids: 93620a9bcbac3db146006887adcf8e1252936c46 Package: ros-jazzy-autoware-planning-topic-converter Version: 1.9.0-1noble.20260904.085855 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.20260904.085855_amd64.deb Size: 122462 SHA256: 2d7590907b2bc62fdfe9d780bf7f46993dabbca14d7826538c06eeeea45e1533 SHA1: 1b87fbfec4a5387de2d625a8e42b0e8263427b60 MD5sum: 79aa6a66627148f618916b6bbb6085f7 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.20260904.085855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi OTA" Installed-Size: 2705 Depends: ros-jazzy-autoware-planning-topic-converter (= 1.9.0-1noble.20260904.085855) 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.20260904.085855_amd64.deb Size: 2346854 SHA256: ddd380797b3ab307b8bd2405c9a29e7d5ea76ecf78549eae3e4700d6f129ed0e SHA1: c5904209354980a937a0a6c60b604289e5d4e417 MD5sum: 10fc03f584ccd2121791de3c1ff78a7f Description: debug symbols for ros-jazzy-autoware-planning-topic-converter Build-Ids: 5f130b062d2cc8c7a40717b6bdadabc0a29e0542 6b871af6bab52470a40403de9a7dd9e25cb8965b Package: ros-jazzy-autoware-point-types Version: 1.9.0-1noble.20260903.090408 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.20260903.090408_amd64.deb Size: 10718 SHA256: b08a74301a8b71276c94cdf4b3b4f91ba2160a223eccdbdc289713fe74de1cde SHA1: 71f015cc3d0c77a3c81a8b60deb2ffc7d071212e MD5sum: 95b1fc7a40e79311f2b87756e58c4407 Description: The point types definition to use point_cloud_msg_wrapper Package: ros-jazzy-autoware-pose-initializer Version: 1.9.0-1noble.20260905.071222 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.20260905.071222_amd64.deb Size: 209652 SHA256: 53c0433bec24457d147fa054e08a9497f81e340bdb9f576ecf14f3397befec00 SHA1: d7d6e9dc4325ede274d917260ff9e51a3aa76d28 MD5sum: 483ad28f47713e6ab720790be72635a2 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.20260905.071222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 5842 Depends: ros-jazzy-autoware-pose-initializer (= 1.9.0-1noble.20260905.071222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-pose-initializer/ros-jazzy-autoware-pose-initializer-dbgsym_1.9.0-1noble.20260905.071222_amd64.deb Size: 5126084 SHA256: 4b36d1df6d17c2e4c6558054fcf26adcd9a9fbdf476ac5c92665f54fc844059c SHA1: abe970254e9fc73b7845f7c9011fe602258692e2 MD5sum: d37dcd11e54b5f3fdc18ec44bea5c56b Description: debug symbols for ros-jazzy-autoware-pose-initializer Build-Ids: 13c8590fbe0810644923a46d415f47b0ce1a4e38 98ddb9b0c5d94be5413dc0e5402e01201fc3732e 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.20260902.082951 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.20260902.082951_amd64.deb Size: 7374 SHA256: 6e88b415978d0f043807673296ecdb9bb6addc7661474a9c7b96ab665e014de2 SHA1: ddb8ebd940601770c7ee517793ed0e3ea6329be9 MD5sum: 46ce95b2e749cfa8bd117094f8d45645 Description: Autoware QoS Utils provides QoS compatibility utilities for different ROS 2 distributions. Package: ros-jazzy-autoware-qp-interface Version: 1.9.0-1noble.20260902.082859 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.20260902.082859_amd64.deb Size: 109572 SHA256: e88a320e34a9fc8954e6defd12b56189cc34f7ea011ee37ba7e74f74570f10ff SHA1: 567b5e3d766affbf8cc25e53d63f15d2c2a4da6c MD5sum: 2d5d09b972fc794791d976abd88a935a 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.20260902.082859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 3153 Depends: ros-jazzy-autoware-qp-interface (= 1.9.0-1noble.20260902.082859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-qp-interface/ros-jazzy-autoware-qp-interface-dbgsym_1.9.0-1noble.20260902.082859_amd64.deb Size: 3143760 SHA256: 41fc511cc7bc94c80ce9bd03b3932232fed3bd754a05cfa48652df4458e800bb SHA1: 0935f9ae89e2997b233440d507b6cf652f16cb18 MD5sum: b03761f539b77211318e238118dcad8e Description: debug symbols for ros-jazzy-autoware-qp-interface Build-Ids: 6e0e9741b1b90ce72fd21f2922e23231b2861f69 Package: ros-jazzy-autoware-route-handler Version: 1.9.0-1noble.20260904.091655 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.20260904.091655_amd64.deb Size: 126574 SHA256: 50127c6d79fd45b8eb8ea4a92685f0b1c89fd0a86a4aa78e5236d7f336a4f07d SHA1: 9f173b448f65012d705a3aa018a91e886ebd5c8a MD5sum: 27b7f46abed5b650e0789f7075967a4c 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.20260904.091655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 2772 Depends: ros-jazzy-autoware-route-handler (= 1.9.0-1noble.20260904.091655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-route-handler/ros-jazzy-autoware-route-handler-dbgsym_1.9.0-1noble.20260904.091655_amd64.deb Size: 2703084 SHA256: a5d7b1496bf7874afd5a7e5112c0e9681d203aee8d5864c91f3db5fb4179ace5 SHA1: 0d3a4f84b816fd382a3bb6e8351ddd1727ae0889 MD5sum: b28bdb605752a3ed8eab497760aa8a58 Description: debug symbols for ros-jazzy-autoware-route-handler Build-Ids: b47d5afce58bda0b731ba631d74a7caf3c095aa8 Package: ros-jazzy-autoware-sample-sensor-kit-description Version: 1.9.0-1noble.20260901.035221 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.20260901.035221_amd64.deb Size: 296806 SHA256: 27a8f0f049c8228854c72354377ceea745bc84eedf817feeddd50476640afba5 SHA1: 77942ea11b17949aefe36b967518f8770085eeff MD5sum: 07f017a675356c87bdaa2e18ffcc64d3 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.20260902.043052 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1927 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.20260902.043052_amd64.deb Size: 158222 SHA256: 2f85723667c36f015c0ae66f943c160c186022bbd0cdd21808960b898ce5f8db SHA1: ade413fed0745ecf55d2fe18aa9058c8531bc9c6 MD5sum: 1dd588ecd944a0ca2cfb040115312765 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.20260902.043052 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.20260902.043052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs-dbgsym_1.13.0-1noble.20260902.043052_amd64.deb Size: 1153500 SHA256: af08c5bd37defd87d63869a0a59c52fa1d9a2877944a044dc87310671709ed92 SHA1: 0a97c638679d8e00310ebca252f7ea5adda84999 MD5sum: 85872dc340ff0284ae4a54f78d553721 Description: debug symbols for ros-jazzy-autoware-sensing-msgs Build-Ids: 21c475e13b6c46fd8fa6c32fda98e959cb828d73 30f71c15f0ea9d862ca4629586e6d27edc1c7982 354cdfb8adc1aff189765eb7108d49bb41a0a3ad 54b7f09e4a6ffd75e6d50ca54f0f14f1101c2519 70fb8fb053f875605b110e13b8fd604cb699270f 79bda43f2a09b7432506cf99e99b54f1c12c5d34 a9bd98bd387ccaf80056987aa590fa6ff3b7380a ad4ad8773643d60ddb7bafaa82f0c842ecccc4fe c9cd45dc37b8b08b2d09b5f0526019f9a01153b8 e6410811a2250bc63fad2ed02486a7579a3e8c28 fccec597433a4f669ea449a01b8b44515dbd991b Package: ros-jazzy-autoware-signal-processing Version: 1.9.0-1noble.20260902.075232 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.20260902.075232_amd64.deb Size: 25924 SHA256: 79efd0344c140b408a1e96b46e3c377bcdbe23d3bebb969882ca41dba1c858f4 SHA1: dc75b67fa215e7ee432abb18532d96cd4580eba3 MD5sum: 66e322818a46bf7b78a07fdf3fae262e 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.20260902.075232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 180 Depends: ros-jazzy-autoware-signal-processing (= 1.9.0-1noble.20260902.075232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-signal-processing/ros-jazzy-autoware-signal-processing-dbgsym_1.9.0-1noble.20260902.075232_amd64.deb Size: 160870 SHA256: ba566ab542fd4fc5d0d9f74fc03dfb9f42945563276dcea3144821103d0b1276 SHA1: a3cd5a1591d6b70668c5db6feffd4862093e8d01 MD5sum: e4c5dae08fefc2e7037f6b4d4384aead Description: debug symbols for ros-jazzy-autoware-signal-processing Build-Ids: 4e961c425adf92df1aee74b51c9299129da38281 Package: ros-jazzy-autoware-simple-pure-pursuit Version: 1.9.0-1noble.20260904.090449 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.20260904.090449_amd64.deb Size: 154914 SHA256: 034059b6fcff8cb8eb18f73a39e0c74625dc199ee85a5b27954fc949e77ddc95 SHA1: 3b9dd1aa23b8672e691e49dd9e472a951ec3d399 MD5sum: 06ffb2430e7104903f30d10fa8d9566d 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.20260904.090449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuki Takagi" Installed-Size: 3682 Depends: ros-jazzy-autoware-simple-pure-pursuit (= 1.9.0-1noble.20260904.090449) 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.20260904.090449_amd64.deb Size: 3086248 SHA256: 664b90910f193e1109f7f9d6d462f615a4bab1301396902480e2526228501f18 SHA1: 95a7c63da71207bcd231a17a60eb6fb742a2a38d MD5sum: 3b7c7d5f92343eff24030a1b5d3d5cf3 Description: debug symbols for ros-jazzy-autoware-simple-pure-pursuit Build-Ids: d275ce6aab6b3f63313747ddd241cbe7e51e67a7 f5bd19f38cc620ca6933d332f59bd3f50ddc20e0 Package: ros-jazzy-autoware-simulation-msgs Version: 1.13.0-1noble.20260902.042300 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 735 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.20260902.042300_amd64.deb Size: 66632 SHA256: 52ccf6d2e8c0ae5bf3a2c9eaf3e035d2eff00b459e76b95a07e32999829e51ed SHA1: 63dca5834d33fbe08d39d9262b2f5475dd73e069 MD5sum: 8ac0835e78b22ee4a983bcca745b5c48 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.20260902.042300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 444 Depends: ros-jazzy-autoware-simulation-msgs (= 1.13.0-1noble.20260902.042300) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simulation-msgs/ros-jazzy-autoware-simulation-msgs-dbgsym_1.13.0-1noble.20260902.042300_amd64.deb Size: 318858 SHA256: 81f75e7ae6b6814e8c6b91f453cabcddda34e491414468ec7c8aa9ab454c1c8c SHA1: 4d5aeeb697d59c912621572a62830e8a7291290a MD5sum: b8c63fd749600ee2e7108b627851ab17 Description: debug symbols for ros-jazzy-autoware-simulation-msgs Build-Ids: 043786de495bbf58d699f8ceb4c2e3dd043e612c 079acab0c165c016953e31f8566e3c60917e9c74 09aca9cee7c0e6e621b87626db6627b7e973a93d 107772a093aea9e6e8b035f919dcc4525d4d367b 10e11cc8cce1abe1e0d5d671333cbaf2a85058de 17ed91dfd089e995b694d334f7ac70fe34bc771c 1aa03e2573a4365163583175a818092ae126288d 1ab0b1d84bcc6e47b40e7146451c2dcfeb3d2f90 3326e379559a3539901a95267d50516965931729 73a2e39c045771ab45489f2049deff0d6311edb3 e00d12386e877227fe4f77895861fc55c3fb6490 Package: ros-jazzy-autoware-stop-filter Version: 1.9.0-1noble.20260904.084159 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.20260904.084159_amd64.deb Size: 127914 SHA256: 506ad9852bbcd0dfd051a4877bf5a479637f7762d0224799923428cb07a73322 SHA1: 03748b05754266dae418410c61ad455401f28d3c MD5sum: cb67ff4251cc4d218f34047c1d2202d3 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.20260904.084159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 2728 Depends: ros-jazzy-autoware-stop-filter (= 1.9.0-1noble.20260904.084159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-stop-filter/ros-jazzy-autoware-stop-filter-dbgsym_1.9.0-1noble.20260904.084159_amd64.deb Size: 2364524 SHA256: e1db77ac9456fcd35ae6da49ce4099703a0e5ce9c122cdaabd98d48a6625481b SHA1: a18b6be0598988c1bc500cd843dd72f1a6d4044f MD5sum: d1439bc3bde6393eb55cafc24bc6deed Description: debug symbols for ros-jazzy-autoware-stop-filter Build-Ids: 548c86351d74c507b00cc61a64a66a9b3f6bf006 af2caab3cc82a95167d2253571f365b7671f7ebc e256d2258441f5807f6b05007428d3fe6e477402 Package: ros-jazzy-autoware-system-msgs Version: 1.13.0-1noble.20260902.042337 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1691 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.20260902.042337_amd64.deb Size: 132576 SHA256: 8be4e65ee3fbdecad95985042812fffe4f8c7fdb47696e030e5bdacb9094bfa4 SHA1: a6956b8a74595aa083b8596fb99ad8f1d826bc16 MD5sum: b7173821c542ffd60fdb43b401259391 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.20260902.042337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1220 Depends: ros-jazzy-autoware-system-msgs (= 1.13.0-1noble.20260902.042337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs-dbgsym_1.13.0-1noble.20260902.042337_amd64.deb Size: 954264 SHA256: ba22c2a5c1979fb743f2b9452eb033007910097a809ec462c8cdfa483b631f5c SHA1: 9b838d833afa60b1002b7e3a55b5e0d497d286ca MD5sum: 15b5bb0c5cd8b841bb4fbe350de2fd1a Description: debug symbols for ros-jazzy-autoware-system-msgs Build-Ids: 149b172c8159b014a24a024416dab90438932937 1558aaa2a980171ad80bdea9cef70735706a2097 200c2725ede6ff75bc2adbda90c99dbcfe535c38 4950578543ae054cd377b0f831c2c0cca10c408f 64a65c59c39a5a0ae84cf835964a01cdb83ceca6 6c537e95e97892e0bd0644098e75a88e28333ccd a61025ea42f65fc03b9cac1ca54549b9d5431f8a b40e48af8d18aa644b415d86cf8c4d2aa77d944c e62441469ede2380a0f676f986ac942b48b767f2 efba32cd3f223762a252be9f544a93a8a929ea9c f08262e050a4f8c9e2af06c30e98e09d6218bd15 Package: ros-jazzy-autoware-test-node Version: 1.9.0-1noble.20260902.083552 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.20260902.083552_amd64.deb Size: 29380 SHA256: bef935dd5de7c0cc97dda61206b88b6782e17fff99e5f8c9fa5fa9ad6d8d66a3 SHA1: 788510ab2dcbee84602d2462cd2bd68231fbd803 MD5sum: b3910e99a67c2db1bf51c2b88319abf9 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.20260902.083552 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.20260902.083552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-node/ros-jazzy-autoware-test-node-dbgsym_1.9.0-1noble.20260902.083552_amd64.deb Size: 537794 SHA256: b0d684ef73597cf844f84dda0b82b388979c0fc546d4a9f787615a1c3a38221f SHA1: 085ef4c579fad6e5d2c1d7459759e2ca862d67cb MD5sum: fa434deb8b645d9da294ac70ab5b134a Description: debug symbols for ros-jazzy-autoware-test-node Build-Ids: 598debab6f8d88f094dff9ec0715ad662355f8d2 e0b5b2e4076f4a44aaa302f4065d9389533060c6 Package: ros-jazzy-autoware-test-utils Version: 1.9.0-1noble.20260904.085857 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.20260904.085857_amd64.deb Size: 17015736 SHA256: 50b002014e644596c121030d3fb098a79987d760a715ee25a9f08ae997839d7c SHA1: c468fff98add2a588d2c7e400194ed53421de51f MD5sum: 4f27b011e81132b90167eaba2537c0d4 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.20260904.085857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 13672 Depends: ros-jazzy-autoware-test-utils (= 1.9.0-1noble.20260904.085857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-utils/ros-jazzy-autoware-test-utils-dbgsym_1.9.0-1noble.20260904.085857_amd64.deb Size: 11301334 SHA256: 78993a365598d3c41bf1b39d6e9ba75c4b566fe0de43d35516d7a7229b2675cc SHA1: 1aa07a4f257c97f0e5cd7ec30f1ff05197eb4852 MD5sum: 3b9202fcf3b48e3f43d688fa506c86de Description: debug symbols for ros-jazzy-autoware-test-utils Build-Ids: 0b986d404190623d91b3e01fcdd4d288f5ea78bb b763c0fa481ad216f88ef5e89d6184df24cdc09d Package: ros-jazzy-autoware-testing Version: 1.9.0-1noble.20260903.065229 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.20260903.065229_amd64.deb Size: 7894 SHA256: 7df734212b170dbdb96f79e70aa4976a98bb14a42a6f6689f0efd357550a3d1c SHA1: 23b7876d4eaeb7ff9497125e8955b73ff28261f6 MD5sum: 5c6831873bbef0f728ace359baa82e8d Description: Tools for handling standard tests based on ros_testing Package: ros-jazzy-autoware-trajectory Version: 1.9.0-1noble.20260904.090619 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.20260904.090619_amd64.deb Size: 181080 SHA256: 6404c90feb5dc7c2ce5211dbaa645c98bbb4ae62a9a790344d6572d4e80110a9 SHA1: 7b01bc3f77d698ac912eb6914483a6c7d3f77c04 MD5sum: fc231af59d77a7f11416b5bc55618604 Description: The autoware_trajectory package Package: ros-jazzy-autoware-trajectory-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-trajectory Version: 1.9.0-1noble.20260904.090619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukinari Hisaki" Installed-Size: 5351 Depends: ros-jazzy-autoware-trajectory (= 1.9.0-1noble.20260904.090619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-trajectory/ros-jazzy-autoware-trajectory-dbgsym_1.9.0-1noble.20260904.090619_amd64.deb Size: 5231874 SHA256: 9caa40af378bd98ad3b513d2a283e26e03e904993a5637466c13c3815e2b0e87 SHA1: 74712f94ee04c015b652c0d9b67a49861913b600 MD5sum: 13eb1bdb7a6aea90a216679ed9a5e069 Description: debug symbols for ros-jazzy-autoware-trajectory Build-Ids: 59e91ed1f0699e6581a04da4ddee4ee1fe3a4835 Package: ros-jazzy-autoware-twist2accel Version: 1.9.0-1noble.20260904.084848 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.20260904.084848_amd64.deb Size: 145806 SHA256: b15cddc9897292cd581f50ebb8f669f22adc8e9800ca23312d9dfdd1cd596ffc SHA1: 45178b39c617c381093a2a3be76b2c41a1a0addf MD5sum: 6b36e979259ac16e82d6b95dfd4aba26 Description: The acceleration estimation package Package: ros-jazzy-autoware-twist2accel-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-twist2accel Version: 1.9.0-1noble.20260904.084848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 3569 Depends: ros-jazzy-autoware-twist2accel (= 1.9.0-1noble.20260904.084848) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-twist2accel/ros-jazzy-autoware-twist2accel-dbgsym_1.9.0-1noble.20260904.084848_amd64.deb Size: 2973030 SHA256: 56157bf709a5282cceab9d88947661e22ddb30d6f92d09357c2e69b4106cdf85 SHA1: 8b2cb82356c230e83447b19f2061d41ff865ce30 MD5sum: c45f7e7c096f2d1e1a60b8f4ffdcc530 Description: debug symbols for ros-jazzy-autoware-twist2accel Build-Ids: 1426a26e1dca244e0bd41038d3d94361f98729ee 681518a6a52c7728e20289d1679790307b616d5d Package: ros-jazzy-autoware-utils Version: 1.9.0-1noble.20260904.090152 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.20260904.090152_amd64.deb Size: 11642 SHA256: 7374856d5dcb2ef45ea0bea5d8d2ed90bce02995ac7c2bda47f3a36cb891b5f2 SHA1: e5100b3474869d47a09be14db0bb6660f520a1f0 MD5sum: 0de1967146214d334d532fad67c41319 Description: The autoware_utils package Package: ros-jazzy-autoware-utils-debug Version: 1.9.0-1noble.20260904.085113 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.20260904.085113_amd64.deb Size: 436418 SHA256: c8774d9fddccf92f286f5bef66f2f1a0413842d89fa5c0db4dabe8933223d6e9 SHA1: baac0bab9f06214f9567c0c682dfe3f2bac431aa MD5sum: 188fd1140589e74d880e5bcc5b5e1956 Description: The autoware_utils_debug package Package: ros-jazzy-autoware-utils-diagnostics Version: 1.9.0-1noble.20260902.075139 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.20260902.075139_amd64.deb Size: 16316 SHA256: 133bc42900ed0077207992d60ec170c4e83681dea9cd790385cb2d3057357313 SHA1: 0d12f3f1916cbf2b98e0b1df1b9cf8d216a3dc82 MD5sum: 92c0a75b91b96460a39fbeafcd98c997 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.20260902.075139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 106 Depends: ros-jazzy-autoware-utils-diagnostics (= 1.9.0-1noble.20260902.075139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-diagnostics/ros-jazzy-autoware-utils-diagnostics-dbgsym_1.9.0-1noble.20260902.075139_amd64.deb Size: 91724 SHA256: 54d677419a85eb2470a60c8251542ada1a2a273a799cac18e01233a9ac36cce7 SHA1: 709701b1c75a2cc27923dca8321675f0e2a581ea MD5sum: af8c6a66006ba9a4ac45833ae86c2948 Description: debug symbols for ros-jazzy-autoware-utils-diagnostics Build-Ids: 9c4c1540df48f6fafc66ac8633a6f0e0cdcc2b33 Package: ros-jazzy-autoware-utils-geometry Version: 1.9.0-1noble.20260904.084237 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.20260904.084237_amd64.deb Size: 131378 SHA256: 4a939abf84c970eff8207e973bb546542339f2ee751afb4be0c7fcde6cd5d4d1 SHA1: 958ef7140a24a665daa5c71d4d1ce4160aa05273 MD5sum: da77623e9b00a1d2151b8276acf1e460 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.20260904.084237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2800 Depends: ros-jazzy-autoware-utils-geometry (= 1.9.0-1noble.20260904.084237) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-geometry/ros-jazzy-autoware-utils-geometry-dbgsym_1.9.0-1noble.20260904.084237_amd64.deb Size: 2750060 SHA256: e0434be90e370b2369971088e22a57545f80a1af263c191abbf199d013e3ab0f SHA1: 33b08e946b5866b6498a2cafeb2fd283aae4fbd0 MD5sum: 0f53d3de238ae057ad11f2afb6800a7e Description: debug symbols for ros-jazzy-autoware-utils-geometry Build-Ids: 8c3ea31e4faa9e5f575189680e0c3afee8bc7e7c Package: ros-jazzy-autoware-utils-logging Version: 1.9.0-1noble.20260903.071358 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.20260903.071358_amd64.deb Size: 8450 SHA256: 696f0236ac374416534f44e130722e16bb4753f21e630e9589609fb14a98feb5 SHA1: c74782cbd3ffa8fa487b0d1dd8f05e872534a5cf MD5sum: e9fcd7aa08fb199f6e858903346638c9 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.20260904.085331 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.20260904.085331_amd64.deb Size: 8934 SHA256: ddbecf00282f205dc60dcf2195248dab353e860a58ae978d2fcda2bbfd68b74e SHA1: d86528331d18faef809c1927ef58e06973f705e6 MD5sum: 79e4299a2aec09e0e76bea00dcaedbc2 Description: The autoware_utils_pcl package Package: ros-jazzy-autoware-utils-rclcpp Version: 1.9.0-1noble.20260902.083125 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.20260902.083125_amd64.deb Size: 10434 SHA256: 37983eef14fc9b2308aa11ea7c3569c29853cdf568877e5a573d6b7ef12be8a8 SHA1: fb0c720b66e8b2061f11fb0585ba7b014f16a3d5 MD5sum: 07010082642d77c29c48bf2d836e44ef Description: The autoware_utils_rclcpp package Package: ros-jazzy-autoware-utils-system Version: 1.9.0-1noble.20260902.083158 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.20260902.083158_amd64.deb Size: 15262 SHA256: a1495d74dd86987f40a3ef21228763c06f305321df80536f6bb56b4c9ad2cd34 SHA1: 51ed47e1dab6e5c2b28b6fa2c79ff96ae2c6ec7e MD5sum: d689cec768dc6a1a7fa1e98b36e3be46 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.20260902.083158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 203 Depends: ros-jazzy-autoware-utils-system (= 1.9.0-1noble.20260902.083158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-system/ros-jazzy-autoware-utils-system-dbgsym_1.9.0-1noble.20260902.083158_amd64.deb Size: 190690 SHA256: 1af264fbd77c51eec584746041004672d3865b0e8cebec59c303ca6223ad7cdc SHA1: f4d0409e1f48bb21ace75fb973e09468f0cb5093 MD5sum: 295b20f5ed1ca5ea9ed94cbfaf2f7d49 Description: debug symbols for ros-jazzy-autoware-utils-system Build-Ids: 86d1889a38eb4a5b82db76b8ca4f2c86691fa5ce Package: ros-jazzy-autoware-utils-tf Version: 1.9.0-1noble.20260904.084907 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.20260904.084907_amd64.deb Size: 8670 SHA256: b4ecd9dc26a02b1536b794fe44f98e64c198361502aa0d050c01474b21958793 SHA1: 5fb3a77d295eea243d10548ed9be5af9a442364b MD5sum: 667697f3a631169d9d08501b22620030 Description: The autoware_utils_tf package Package: ros-jazzy-autoware-utils-uuid Version: 1.9.0-1noble.20260902.015104 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.20260902.015104_amd64.deb Size: 7716 SHA256: e2548a13e75517624062bb2643967e9106d1ab850d6acce3e208351608f0ab9b SHA1: b44c52241c3392601478e314da742a7c49552742 MD5sum: 044d32c44cd12f0ab7b172192dae5815 Description: The autoware_utils_uuid package Package: ros-jazzy-autoware-utils-visualization Version: 1.9.0-1noble.20260902.080629 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.20260902.080629_amd64.deb Size: 16176 SHA256: 8ecd731d3ab0fd26936e13828984143af193808370f1621f5b152b8dd4029e5e SHA1: 6df72c0bd951e076076561724ccd564ba3e0e9c3 MD5sum: 81d1a233d008b2f7a684be4a9df83391 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.20260902.080629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 116 Depends: ros-jazzy-autoware-utils-visualization (= 1.9.0-1noble.20260902.080629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-visualization/ros-jazzy-autoware-utils-visualization-dbgsym_1.9.0-1noble.20260902.080629_amd64.deb Size: 100728 SHA256: 29d463655a4afba425da4e177e37c7c068be1b9209d89e8d25ad28dcdabeee31 SHA1: 6202bc5745f07234544ee3669eb37aaa61d43699 MD5sum: acb01697f4c329cd58dc81cfb06788e1 Description: debug symbols for ros-jazzy-autoware-utils-visualization Build-Ids: f66a62f4e2cb193207b7f70c6be60d8f877c38d0 Package: ros-jazzy-autoware-v2x-msgs Version: 1.13.0-1noble.20260902.041311 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 983 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.20260902.041311_amd64.deb Size: 88974 SHA256: 46cd723c25804828a8e2ab15d1492dc030304c2d13893cf19136954319ce6535 SHA1: 24dd9ce4f19fa0e04250be2497926d2207797132 MD5sum: 74d9287a32a36b06a4f16c417266f5bc 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.20260902.041311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 844 Depends: ros-jazzy-autoware-v2x-msgs (= 1.13.0-1noble.20260902.041311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs-dbgsym_1.13.0-1noble.20260902.041311_amd64.deb Size: 683916 SHA256: e674bc008d329a0d4e3ebfc10af2cb6bbccce10126eb9670959c0e2d481e9bdd SHA1: 467928d1ac54bfb9d2cb1cc0869eda0b29a8925d MD5sum: 56bed1a1ec6932b7bd8547cc26d9cc15 Description: debug symbols for ros-jazzy-autoware-v2x-msgs Build-Ids: 1688d02c5b119cd190ef3130ad4d570de32e94d1 2981475d17f5bbd84d58cb63799b6bec2ef31b0b 31a168184087ac634184770059af7a6d3a8ed53e 5e3051eacabdf4a11009ed7152eac99ce217192a 817100dba61a49331998b83189cd2e7cc2679f13 94ac2933a0b2c8cc1131b5b69f35643ff13aaa9e 9af79e0d73f55a5dfd41106be08507bf97528185 aaec3e08ff52700ec7a14cee4472504cd0ca26de cc82065bdb570bb2904e77b88a4a1c4545dc41f1 f141490dae3c0bf3eaa5647121b334f019aa0d86 f2c62d0b66559807a1f86c0a8b0eafbf89188620 Package: ros-jazzy-autoware-vehicle-info-utils Version: 1.9.0-1noble.20260904.084905 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.20260904.084905_amd64.deb Size: 25182 SHA256: c10ceda5bf7445ceff43f16935ce16964660c3e9d29998bf45e6c0feebd2e197 SHA1: 05ba5c93bd562373bf674d69e6d75a12acdf3111 MD5sum: bbd6b6733fd2108beb6510e352b6fe29 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.20260904.084905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Taiki Tanaka" Installed-Size: 384 Depends: ros-jazzy-autoware-vehicle-info-utils (= 1.9.0-1noble.20260904.084905) 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.20260904.084905_amd64.deb Size: 368544 SHA256: d3b32529e5c5facc6592fbac4eede86403e94d0f45c9d2c1735556932c6ef7b2 SHA1: 70332603c07c2e57013037348fb7d41c4dd5f929 MD5sum: 0b353334138b954a36015f5466ab78a5 Description: debug symbols for ros-jazzy-autoware-vehicle-info-utils Build-Ids: f5bef3c55e55466441080e28603724d5292a6baa Package: ros-jazzy-autoware-vehicle-msgs Version: 1.13.0-1noble.20260902.043111 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2594 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.20260902.043111_amd64.deb Size: 170008 SHA256: b36ab06eda4915f620b48af9177f72bd310ae081e9d4ac5d27f55f6e3599ffdb SHA1: 2ec1a8ac5df17924c92cdbd99cb4e649ab344fbf MD5sum: e0901b15ddf4f6e4e179328bf484f1c7 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.20260902.043111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1745 Depends: ros-jazzy-autoware-vehicle-msgs (= 1.13.0-1noble.20260902.043111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs-dbgsym_1.13.0-1noble.20260902.043111_amd64.deb Size: 1355830 SHA256: 98d0f391df4c2f6bf0ec8499d205e0377e5a2e9574adfca67d180054e2e92d31 SHA1: 0c3f24ae0c6570324a0f84c17058617e8350f467 MD5sum: ef2bced17a06bdeae1340d1d49f74039 Description: debug symbols for ros-jazzy-autoware-vehicle-msgs Build-Ids: 18819fe4e522e0d04df24c20e345dcc87722a22e 1fe14a5ee286121b8e4aa5e0affa22e2103aed91 31673e3efbb8a361546382c04a8a44073a3ef9c1 31e8ac188c7f6fd6d8007607df05b58537163e19 415bf945e28758d8d52c7fed520757c2ab0eb9ff 50ae61d309c2b747b4354a097d76dbc1f979239b 5e7fc6da9bf5975a89d82402ca11619099d2b4a4 a7351dfb864c2029309c8ee732111aaa90a60909 d0dd77e68e2d20501e0a869d1abbd140b7911a31 f0bdcf9c9922612b4088591fca920c2e02611417 f467f1b65db14bb1300833a9b5c18c1accde43d1 Package: ros-jazzy-autoware-vehicle-velocity-converter Version: 1.9.0-1noble.20260904.085039 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.20260904.085039_amd64.deb Size: 123880 SHA256: aa8aaa3f8169ba7a9323fbb6010f5ed5c0acce366fad40927f813fb40cb05bf1 SHA1: c699f17557c21d330558eeaef91ed9f2a16bcd96 MD5sum: 5a7034655ee4578369be6822956f9fa2 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.20260904.085039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Masahiro Sakamoto" Installed-Size: 2686 Depends: ros-jazzy-autoware-vehicle-velocity-converter (= 1.9.0-1noble.20260904.085039) 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.20260904.085039_amd64.deb Size: 2315374 SHA256: b33b2a8327fa99f68b0ee9f957e14791416940fb89b1fc0365a071ee94720645 SHA1: 6faeb6383257b40871f6bc64e77cc0e4447d2739 MD5sum: 64c22cbca5a2e4f44e80d0ff5ef1878d Description: debug symbols for ros-jazzy-autoware-vehicle-velocity-converter Build-Ids: 0acb58b2b3aa846faef9edb983b3a38604f104e5 5728a790d197f8ba6c8364683a7a7149e0578998 aa91efbb403edf1f185845ecbd23a1cf0ab85cb1 Package: ros-jazzy-autoware-velocity-smoother Version: 1.9.0-1noble.20260905.071232 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.20260905.071232_amd64.deb Size: 407970 SHA256: 59141d6cc56101fe80fdc516178f7297c5488dd108fce6c661ebfa2aff8f9790 SHA1: 4f25ebdee82cae1bbf4e2d10c70a614790815348 MD5sum: fa3da235a59670b6058389e60318fd3f 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.20260905.071232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takumi Odashima" Installed-Size: 11019 Depends: ros-jazzy-autoware-velocity-smoother (= 1.9.0-1noble.20260905.071232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-velocity-smoother/ros-jazzy-autoware-velocity-smoother-dbgsym_1.9.0-1noble.20260905.071232_amd64.deb Size: 9417672 SHA256: e1877b8f10f6a4142ebd13f454c18deac71342a304af1730e4bba3dd2a1737f7 SHA1: d1d8eb4c90cd736a6b446c476be89eb6587e8f48 MD5sum: 21526d57883abdbb13424347a7d74f80 Description: debug symbols for ros-jazzy-autoware-velocity-smoother Build-Ids: 3ca8d38553f50d2efe9dcb0b6fe532449a8b5c32 6e60baa4b1c16645c3cfef4fd0cca7556bf7cd30 dc3ea2ee7bd6b879465c2a7f2fcaef81989084a6 Package: ros-jazzy-avt-vimba-camera Version: 2001.1.0-6noble.20260903.084746 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.20260903.084746_amd64.deb Size: 645880 SHA256: 77856502757ae9223bff590c6ce31bc17e23dcfdb108a03dcd0e2a1f039b5615 SHA1: 68ef9448fcf1cd5b1537262f3a6f9f33c69e4be1 MD5sum: be6624b24f6f8fea0c2743540484a76d 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.20260903.084746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4509 Depends: ros-jazzy-avt-vimba-camera (= 2001.1.0-6noble.20260903.084746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-avt-vimba-camera/ros-jazzy-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260903.084746_amd64.deb Size: 4082786 SHA256: a0bfdd68db8d5b8ac9ce7573bd6096c220a49e429c68060c5b6448ab38f7d62e SHA1: 38333ff048a703a8e035f97990548792842dad98 MD5sum: f2f58fadee00ec59b8bbf0000564f118 Description: debug symbols for ros-jazzy-avt-vimba-camera Build-Ids: 30adb5c7b7c934718682b1c48416a91c3c2d26c0 47f654b1e8a4dda42fb071e1de87b8ed98e447b8 50bcbf282d65631a44cca6de7e82988a2491f624 b9953f71834b193b601d62003f9e715b418e5822 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.20260902.103352 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.20260902.103352_amd64.deb Size: 36800 SHA256: ac32f0b823ab3daf6da016dd71d4ab1dab110dd6dc90a5a53781967b025b08b3 SHA1: 16a695a53a9d11442627b1cb65ea61401db1b47a MD5sum: d08e406991f25d1a22e193afbe96dd49 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.20260902.024136 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 702 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.20260902.024136_amd64.deb Size: 73206 SHA256: b4f0b6fed1de87fc2d198e12ab474806273968233137a79e3e41bf6f2e985566 SHA1: 3ee7e3de8b6d28ac98c0b0f006dd1891090f3c8c MD5sum: 6197bedf208bd8bb0ccf8d0d17521b88 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.20260902.024136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 485 Depends: ros-jazzy-axis-msgs (= 3.0.2-1noble.20260902.024136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-msgs/ros-jazzy-axis-msgs-dbgsym_3.0.2-1noble.20260902.024136_amd64.deb Size: 354030 SHA256: 8bc75ce74b27d2ca3fc58b3add55afeff6a72a7c46f76159bd9cfaa154b95309 SHA1: 19b3b7c7dbec23c5f032b4adcca5db7d173ac8a3 MD5sum: 113eabc997a066ee5b14d8272857ba03 Description: debug symbols for ros-jazzy-axis-msgs Build-Ids: 089694ccdb4c9d4ad402a94fedee977d0e2d8605 38e7dd3104a36640b5e25e20d61a28adc836f4dd 3efa54a70235d6d7b1f02cae57f2461c6a4f0ab9 5913d43b8d010697f12161f360652739075f7ba8 679d93835219138903c3f3dfc72131d0db1032c4 75e9adb600e0d9a9784ba23cc6173b0d6832f5c8 7be4aede19fe9866f5e83d72fbec389ad52304a7 adf9d021ab44abbe67ba3b34742e85ca327ec1bb bcf09d970dd0201cc842aa9e0313534058f829ff f133c2361381a3da6f7c51121b037cb3119e1a28 f5fa9e7508c398b543cb5e1d0b2509e1617b20ef 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.20260902.084108 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.20260902.084108_amd64.deb Size: 84392 SHA256: f10fa37c7daa10aca0b3016035696af5a0ff1c9dd248b087379eb97d93a84fb4 SHA1: d163b5324fe5b7db67785046f9f0c7d98934f38a MD5sum: 5f451f61477d26122c376e868b6240df 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.20260902.084108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1586 Depends: ros-jazzy-bag2-to-image (= 0.1.1-1noble.20260902.084108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bag2-to-image/ros-jazzy-bag2-to-image-dbgsym_0.1.1-1noble.20260902.084108_amd64.deb Size: 1521736 SHA256: deeaa1c0bd211f30ccf92c5900a404d5b5940e754fbad580b33467027d9a1a9f SHA1: a302523aa1bb81e9cb3d6b8a87340b5851f25f0f MD5sum: 1c9d0d99d9af2f69b16e7c0ef04a251b Description: debug symbols for ros-jazzy-bag2-to-image Build-Ids: 0f2cad2fb02eba3091de52aa9589a6697c611b95 504010752caa066358e22efa608392eb17936c37 Package: ros-jazzy-battery-state-broadcaster Version: 4.42.1-1noble.20260905.073119 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 471 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-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-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster_4.42.1-1noble.20260905.073119_amd64.deb Size: 121652 SHA256: bced82b366850584cfc1ae7fa3670bc315b9cb60c2f3c37bb04c1c8b69fdc3bf SHA1: 0cfe7bf98fa3358009a8d10f9df197d2b178aafb MD5sum: 981c84f4f45719812b25102b2b116546 Description: ros2_control battery state broadcaster controller Package: ros-jazzy-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-battery-state-broadcaster Version: 4.42.1-1noble.20260905.073119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1739 Depends: ros-jazzy-battery-state-broadcaster (= 4.42.1-1noble.20260905.073119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster-dbgsym_4.42.1-1noble.20260905.073119_amd64.deb Size: 1618856 SHA256: 4299b34612af4084a887a2f9e9d434af6585f0b8dd5d17b6f647bf214c653fa8 SHA1: 69eef08c0da01f7f67964c9e030d7959613e0cf7 MD5sum: 6cc9f6c5530f57f50b54bda8bd17d6b9 Description: debug symbols for ros-jazzy-battery-state-broadcaster Build-Ids: 324feebd8167b0f9243d1e0b4343a64fbbfa55a8 Package: ros-jazzy-battery-state-rviz-overlay Version: 1.2.0-1noble.20260902.062757 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.20260902.062757_amd64.deb Size: 117348 SHA256: ef3ceb4ed7ef1f8216a1ed1a4e002d8b456ac2edf9afa2308209d99cb959033d SHA1: 3e0d53e267ee374b16ed10ca836aed7dd9e632d9 MD5sum: eb80e4e6c31154a076f2fff38a7546bd 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.20260902.062757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jonas Otto" Installed-Size: 2364 Depends: ros-jazzy-battery-state-rviz-overlay (= 1.2.0-1noble.20260902.062757) 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.20260902.062757_amd64.deb Size: 2028332 SHA256: 7f30042f9753f8dc89cad811b8cf0de1d19eb388bf0d741967797760351ec78e SHA1: 6744d0693a244838a75c6e8641b12a6fb5d928ca MD5sum: 0f7d9ca49698d241e8091b3545ba6549 Description: debug symbols for ros-jazzy-battery-state-rviz-overlay Build-Ids: 165be3f4e133b6f2c0a9985d7981db4f2251009c Package: ros-jazzy-bcr-arm Version: 0.1.3-1noble.20260907.024155 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.20260907.024155_amd64.deb Size: 5178 SHA256: f5985eb9ef8e7d1a552ca817aeaf64e67cd51f44062ba67b6ab8790819b511ff SHA1: d7171af5c57a50735a91f4ecf598b66d68d98918 MD5sum: 3d5d87c9f6ff62485ba4bdd23bc2f3bf Description: Metapackage for the BCR Arm robot stack Package: ros-jazzy-bcr-arm-description Version: 0.1.3-1noble.20260905.074039 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.20260905.074039_amd64.deb Size: 1345094 SHA256: b7e43683d014e5b4ed0aaecff4219df40ae8f487bbc7d53b181d03637b95987b SHA1: 5a8362b73c71227f1d03518f9547c5159754760d MD5sum: 00464c19d5a12163610b7a0bd3280a90 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.20260907.022653 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.20260907.022653_amd64.deb Size: 14904 SHA256: 7c239a6491582b7ea75dd093e1fd13e4ff8bcf782aea8647d844388bed4f5d35 SHA1: 07282e36704843ab0ae883c0ea903ade99bdc53b MD5sum: 477dd79a110b0faf48566938145ce448 Description: gazebo simulation and control scripts for bcr 7-dof robotic arm Package: ros-jazzy-bcr-arm-moveit-config Version: 0.1.3-1noble.20260905.083319 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.20260905.083319_amd64.deb Size: 12268 SHA256: 4ca2c498bb62514f31654d3fd0b96ddd9d4c583e92ae9ce5803b4299a3e8da12 SHA1: f15e1110665ee88520c629f309676eac47c893e7 MD5sum: d165f5cf32b1ae77276923c56b037ebb Description: moveit configuration and launch files for motion planning with the bcr arm Package: ros-jazzy-bcr-arm-ros2 Version: 0.1.3-1noble.20260907.024211 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.20260907.024211_amd64.deb Size: 5296 SHA256: 36ea5bf5506446e3b354fceca1f239e4bc03d2b86d5c931fb0bc7b324beb800b SHA1: af91f9b3349fdc0614690cb1e08c250b0727603a MD5sum: b3d132c855384e2d16d1aad9f509d726 Description: TODO: Package description (metapackage) Package: ros-jazzy-bcr-bot Version: 2.0.0-2noble.20260903.022630 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.20260903.022630_amd64.deb Size: 5784514 SHA256: e319329b9ad188f007a529904c15dda05ecfdcd92ec1f5be1ef0c79e3be38516 SHA1: 0e0b71a9c9c8d966a9581cb8653f012950d632ba MD5sum: 5752227da13ed3a690ad3c8d2fd6d616 Description: bcr_bot Package: ros-jazzy-beckhoff-ads-bringup Version: 1.0.0-1noble.20260905.074354 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.20260905.074354_amd64.deb Size: 9512 SHA256: 3dcb0ab74188694c0b346b237400e21e0d9c63cbc1316b41a3d88f221f3c921d SHA1: 287e9b1f1ba3d72f29ae0eb4067ae65658ad18ea MD5sum: 5cf4d3eb6fff5440ee3b1a6dd0f5ab46 Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-jazzy-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260905.072405 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.20260905.072405_amd64.deb Size: 50948 SHA256: 81157f0a221556566140ec5e43f3100484804ad156c0fd18a9a6b7650de94d6e SHA1: 98988f5f47d7a6127143edcf4f5ea2fd54983077 MD5sum: 520afbba82f99d1eff65550c2aaf08fb 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.20260905.072405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 730 Depends: ros-jazzy-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260905.072405) 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.20260905.072405_amd64.deb Size: 694248 SHA256: 579d25fe21a2ce20936f77a4df08327570a483fa81b299e20473dee539f6dd02 SHA1: e63b2c23a1d5a8389b6fbb480a928031009a17de MD5sum: b9012d36385df702e70ba6cdd26ff683 Description: debug symbols for ros-jazzy-beckhoff-ads-hardware-interface Build-Ids: 68931fcb1119cb25ebc695933ffc1b1ded5ab467 Package: ros-jazzy-behaviortree-cpp Version: 4.10.0-1noble.20260902.082337 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 3015 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.10.0-1noble.20260902.082337_amd64.deb Size: 639964 SHA256: e4e9cf67a0d5d9faeda065ace37056d212a7454591cb8a727e831ad4235b6898 SHA1: fd0469384a00b3f5176c07e667ee2379a25a012c MD5sum: 562e1a2be73a9c763f47e95319446c9e 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.10.0-1noble.20260902.082337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13349 Depends: ros-jazzy-behaviortree-cpp (= 4.10.0-1noble.20260902.082337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp-dbgsym_4.10.0-1noble.20260902.082337_amd64.deb Size: 12909272 SHA256: e6ca48b4d1900c34c165b7770b05bdb1a5ebdc5c1e6aabe908318f00d5e396dc SHA1: d76ad09763a0f95bc318a44bb4a6ce402174db40 MD5sum: 7e5c3884e1f31c3cf2e2635d2d854b66 Description: debug symbols for ros-jazzy-behaviortree-cpp Build-Ids: 04515c248fb0d2fd38948100d4fd8d542641cc72 080b5d46b87b9ca9a527f3167c396a59c3e0a27c cdb869fe51302d866779542485b355753694203b d4b1b96a835c78a3b0752fe0bb9d1c7ab27d697a dff4f10af1e0ea17ba7b39f26a4b99887a077d04 e5e45ca5d34ecd43bc142e0831d8f4eb32e2f011 Package: ros-jazzy-behaviortree-cpp-v3 Version: 3.8.8-1noble.20260902.083205 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.20260902.083205_amd64.deb Size: 281528 SHA256: 58494d50a8e66b284f3cb61b13d8c24722cb4c0bcb7035bef5b80b8c611b35fa SHA1: 85b6aff76a9c6f7defefd30c09cc03967c50394c MD5sum: 4b634a4d8b927893e00d8c052fd8c6c9 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.20260902.083205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 4502 Depends: ros-jazzy-behaviortree-cpp-v3 (= 3.8.8-1noble.20260902.083205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp-v3/ros-jazzy-behaviortree-cpp-v3-dbgsym_3.8.8-1noble.20260902.083205_amd64.deb Size: 4249846 SHA256: fd09074a2bc774c8031ee18e9b0edeafb2249633a3b37185dc803de5ccb256c4 SHA1: c960ff84a8182f8d5629a7cabb4b82dc02766615 MD5sum: ccb1d8e98ffe9028a537abbedbfd4c2d Description: debug symbols for ros-jazzy-behaviortree-cpp-v3 Build-Ids: 1f2b9e63e27d0d2b6088ec489ffcaf2f74ea9ce0 2c3c5844bae90b439a83270a122ba27b991df3e4 4a3393fce49978ac638fc3a5ebc4703447f17f37 86582cdad9c2f364e703e2dcfd5d4364c061ad2b 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.20260903.024335 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.20260903.024335_amd64.deb Size: 777942 SHA256: 5a21ee79b92b1259776e17bb169f254088e386832388dd857b1c8bc09018709d SHA1: 3c6f9641bc94a1f69ff4f7297d6c31024ba97dab MD5sum: 28c5cb5ea8cb25b16a5d134b11c8b0c1 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.20260903.024335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 36668 Depends: ros-jazzy-beluga-amcl (= 2.1.1-1noble.20260903.024335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl-dbgsym_2.1.1-1noble.20260903.024335_amd64.deb Size: 34017638 SHA256: 460c789204dfaccdd3603530f644277344e32f1fdaf6b78da5b9ee4ad54c0385 SHA1: a360c783fc4f56ffd748b8a77be54eb178130773 MD5sum: ce2c93e7e2d87b952f05945bf7fb1897 Description: debug symbols for ros-jazzy-beluga-amcl Build-Ids: 03d39c45b37d8bc0ce9967ac5e2afd8eae416754 0bc1acd435b6b37767732e6433614259d549b7ef 4dccc9402a5778882ec4319d33024341fe1441d0 7e421d088121010a76851fa95940333206ff63d7 cba2fd0660b2a7e2de68df2b377e6fe5d7e3a6ad cca4d641b52b48ead332540e140bbfd07fde9fd0 daec25c12ef47aee59ccadc504621ff532806cad Package: ros-jazzy-beluga-ros Version: 2.1.1-1noble.20260903.023239 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.20260903.023239_amd64.deb Size: 119292 SHA256: 5e88a8ae848d610a97d6820bad449c80460f444b39616800766c0cba8a572a8f SHA1: de1de440a35c77a20108362be83b478862ff0e4d MD5sum: 8b4a1ec83e22a35388b0e5a6a898108c Description: Utilities to interface ROS with Beluga. Package: ros-jazzy-bicycle-steering-controller Version: 4.42.1-1noble.20260905.074206 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.42.1-1noble.20260905.074206_amd64.deb Size: 50356 SHA256: f2765795fa395311b2fa7d4c74dcaa55189be0d6df7a23cdddc5e9cd1aa087bb SHA1: b167ed99e9584f81113a93429e47e1cf5e22e4c2 MD5sum: 2e3241c42dbd181c807f280e30c3c4fa 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.42.1-1noble.20260905.074206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 738 Depends: ros-jazzy-bicycle-steering-controller (= 4.42.1-1noble.20260905.074206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bicycle-steering-controller/ros-jazzy-bicycle-steering-controller-dbgsym_4.42.1-1noble.20260905.074206_amd64.deb Size: 707424 SHA256: a2c2e338758b442f1fc86aa07c73a45faf6898ca988b114dd30f8ecccb799bc2 SHA1: 4e77910c358b93aca3123ed3f317a55eeea6b8ed MD5sum: a6c994a7f7b02d406fb9f6960d30ab00 Description: debug symbols for ros-jazzy-bicycle-steering-controller Build-Ids: e34f85c7814db678803e747c351d964b404442f2 Package: ros-jazzy-bno055 Version: 0.5.0-3noble.20260902.054433 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.20260902.054433_amd64.deb Size: 34756 SHA256: 1cda9e45eb87f102cd20244bbf0b5c96c0fddf5c342540d5ff91754a70446d34 SHA1: 97fa3e24928be6992d79a199e534e12e19aadaa5 MD5sum: 15d49e762ec37739907bbfd2d3ac9466 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-jazzy-bond Version: 4.2.0-1noble.20260902.034242 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 560 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.20260902.034242_amd64.deb Size: 55406 SHA256: 410e9cb24853dc8428b5373c9a6eae80bc8ad74b377766372a52df09f458a942 SHA1: 9d3222d76bd0f0469c934719d176d4dac73072b4 MD5sum: 03045dbcd20791bf2028f66b657f4d90 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.20260903.012557 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.20260903.012557_amd64.deb Size: 5846 SHA256: e84424550fc276c50e408907bbda7d2fa45922e831a45ed46f7a4f084fe56e35 SHA1: ee8040466882c1c415b0b1a8b80421dfbff5b1f7 MD5sum: 0fc5e76391a74b7c67d01db004a7bc96 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.20260902.034242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 385 Depends: ros-jazzy-bond (= 4.2.0-1noble.20260902.034242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond/ros-jazzy-bond-dbgsym_4.2.0-1noble.20260902.034242_amd64.deb Size: 284572 SHA256: fcd1d3558705cbbf4c6e92c63cd5f786311515db79449b42a0335187ef8c56a3 SHA1: 9722c2de0f6934076c71072599838995db212f30 MD5sum: 593d811e6d5a6aa7ce3f4f279e067af6 Description: debug symbols for ros-jazzy-bond Build-Ids: 0a35ca55f55961162826189110c62b5a486cdf24 1023c6c2fbae91c352ff91441b9059954984f7c5 1e0a6ff20f536b239dd42eee8f5f79ac7476860b 342ae8120c64d7c86be42629630cc66db1b299e7 51e5b716df4b317c4468c38c1aba366e31a6aec6 7f91809911991b7839ae211b3418694cd53c008d 860cd56764a5bf6ad5c023ffc1cb00bf1f891c91 abfac8edf2662b2f67456e418b7e97c81c54ef0c ac3c128ef24dee783b88f0dada259ee3905640ac acc7371bbc263c5cbdf1694293e9d27536579d79 fff0c82abea0cff568bb06becdcb774b22db52c0 Package: ros-jazzy-bondcpp Version: 4.2.0-1noble.20260903.012116 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.20260903.012116_amd64.deb Size: 123002 SHA256: 880d19281b53e256c3b9daed06969a5d97131ac544b32a030512ff4522f44cc2 SHA1: 85773248c08aaeac4a5d2f7e6488caeac2cef002 MD5sum: bfafb2e501d6eacd537078701b892b74 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.20260903.012116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2263 Depends: ros-jazzy-bondcpp (= 4.2.0-1noble.20260903.012116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondcpp/ros-jazzy-bondcpp-dbgsym_4.2.0-1noble.20260903.012116_amd64.deb Size: 1929826 SHA256: 36e121b6038fed262eff5293fa2e37e136ca4dd4f0cff7445f1757bf7b5ae8b5 SHA1: 4b0d40970b460c6d0f084a7757b99d7bbcc79238 MD5sum: 05404c7586bbf83a6b489cfa78d6e3c2 Description: debug symbols for ros-jazzy-bondcpp Build-Ids: d1fc3322381861ae354a4d769878f9cfe51987f1 Package: ros-jazzy-bondpy Version: 4.2.0-1noble.20260902.102535 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.20260902.102535_amd64.deb Size: 16240 SHA256: c8824b5bcebcbade8acd9da7e8ae8e4a0031c0ff0ef1ab30fe51f4a392ada85a SHA1: ca237477c3ac73b87f6737c581c1f039899cbda9 MD5sum: 526b973c8c5c35226cd25595ee2483cf 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.20260902.075311 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.20260902.075311_amd64.deb Size: 10676 SHA256: ee1d757a696e7cec1ab26283ac4c4507d2b6eb3296ef0f2b280d4fcbddadd46f SHA1: 0320744d5773fe5fe760640a2ce4e9fda3a3b618 MD5sum: a445580a4a758893358b7e979f6871b3 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.20260902.075311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 49 Depends: ros-jazzy-boost-geometry-util (= 0.0.1-5noble.20260902.075311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-geometry-util/ros-jazzy-boost-geometry-util-dbgsym_0.0.1-5noble.20260902.075311_amd64.deb Size: 34702 SHA256: 4a2374fe546b0b4fd5faa6ccece1222603a1f22ad2c651c8fac6781c1ebc96eb SHA1: 5f0b66c18c7caa0357cdd11a9245362143902471 MD5sum: 57ec8ee413b4a40381b6ef09ffdf9daa Description: debug symbols for ros-jazzy-boost-geometry-util Build-Ids: d83f7bfec0e8e67348b3612def5e5414816844d7 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.20260902.075824 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.20260902.075824_amd64.deb Size: 174194 SHA256: 1e50061cd92611eaf84d472b7bf3a7ece7bb1d5c5681965e3b6d03a170efab26 SHA1: dcb133e1f44edac19a1ac393b2ee23450d931c53 MD5sum: 1cdd79ddf07b7403fedacb7399afced0 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.20260902.075824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3349 Depends: ros-jazzy-broll (= 0.1.0-1noble.20260902.075824) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-broll/ros-jazzy-broll-dbgsym_0.1.0-1noble.20260902.075824_amd64.deb Size: 2957624 SHA256: 9bdcfea61c33a78ab5f10237ff594c1370198c0d091180ffd6462ce6ddb080a3 SHA1: db440d2ffee481d86666ce62df965077a2fe2099 MD5sum: f8d01933b97b8d28305580ec0a733cbf Description: debug symbols for ros-jazzy-broll Build-Ids: 2a6e0ad7585e0ff84f80def653205182d29b26dc 320c8fdf16b70def6ba4d10225a3ca0783edcfba 8b183add01d569a696f99085c9ec19e66c9cf2ae Package: ros-jazzy-builtin-interfaces Version: 2.0.4-1noble.20260902.013948 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 522 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.20260902.013948_amd64.deb Size: 46742 SHA256: afb5329a477af13b9b290737598bb0d2a08a660a2def71a37905319567f227fe SHA1: a1acec105efa2a78b662d4d3aa313def69fb179e MD5sum: 37c174abdd95f886183d1bd35d72de98 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.20260902.013948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 332 Depends: ros-jazzy-builtin-interfaces (= 2.0.4-1noble.20260902.013948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces-dbgsym_2.0.4-1noble.20260902.013948_amd64.deb Size: 229586 SHA256: 5e6e4bf7b260e2a4ec6f6e220059248fc5e7b72d849c0979c82a7ffc96c9dc19 SHA1: 036fef9aed2cb25a836fccb0ff7fc0c439779a73 MD5sum: 2037e9455cb8ea762c0ee0a3404006ce Description: debug symbols for ros-jazzy-builtin-interfaces Build-Ids: 02d66b18a30a70d39d291ce365b27923677882dd 1a30e43d4f7d56fb11d0d4ef50f6f2d07cbc736f 33a6e8b0994c7314eec30ed6a6aa90ed8d3a419f 44c7fb74bfbaff7a634f9579442b994e160d208d 496584ae07f5bb46c31681497e722a9b281e07e7 4cdf8d9fd1ba7edb4a2d1a4c31105f11f828b3cf a1a8f37ef56a02e863feb1c6ce7fd1eb08d29872 a50ba2ebc6033bdbc1019c947a9cb264f65f08ec b49564742a093cf1c14f58c6773f024920d58e33 cc8447ffd939468101192b487d309fcd5a459d5c d0eec1a3aefcd8763e0b8a810805eb86e2dc213d Package: ros-jazzy-callback-isolated-executor Version: 1.0.0-1noble.20260903.071115 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.20260903.071115_amd64.deb Size: 53064 SHA256: c46c35606ae5d857744faf15acd7c40269aa8cd704787fa655080c69a75b8f11 SHA1: c2dde6ab3c2687ea48794877e03c395eb333c94c MD5sum: a82735692a9ac9cda29691e76c8b5ff6 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.20260903.071115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1406 Depends: ros-jazzy-callback-isolated-executor (= 1.0.0-1noble.20260903.071115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-callback-isolated-executor/ros-jazzy-callback-isolated-executor-dbgsym_1.0.0-1noble.20260903.071115_amd64.deb Size: 1341908 SHA256: c15c0f1e668601e8548ce8728810ebaf47b1fa3764a164325728d564992c4ce4 SHA1: d92fcbc301c4e3d2971a48ab21f6e9d96112eecd MD5sum: c63009dcff3154f745ece02ef947e95d Description: debug symbols for ros-jazzy-callback-isolated-executor Build-Ids: 1ca81902b2a9d2a88f0458393ef8a465b5083ca4 38fc8197d468513f59dc4a40630ba944464c15bb bcc27d2e0b6e3dcd3b24167388e842a5ec53c951 Package: ros-jazzy-camera-aravis2 Version: 1.2.0-1noble.20260903.071629 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.20260903.071629_amd64.deb Size: 282606 SHA256: 57f2585aa4735e9c58f7972216ebb656fd4c7716f3e24dd565b850bb03ee0920 SHA1: 62a7c55fded02dddc07d247d33eb28452a049e31 MD5sum: e39d9c5c8923ff7550175169a0adb846 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.20260903.071629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 7078 Depends: ros-jazzy-camera-aravis2 (= 1.2.0-1noble.20260903.071629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2/ros-jazzy-camera-aravis2-dbgsym_1.2.0-1noble.20260903.071629_amd64.deb Size: 6559562 SHA256: 5b0ffe1087edab77f50c951c9d875fe603b0f3513980fb1b243e23f84750ea9f SHA1: 970a21ae5d503e355ec0869adae3461f3712e587 MD5sum: 11414651308cfdec9c1a1978dd3f92e1 Description: debug symbols for ros-jazzy-camera-aravis2 Build-Ids: 3ffeb2a2e45dadcc2c6ebe72d5c68fa38fdb5e86 82cc6925a5a81d28179a682cea28a4c8e248fb64 82d8a2635ecd053a632dc49fcdf5817c1576cf83 b90e75888221ad06c1fcb9fb2768c92cff601f86 e3d4daa6181da9c91e223837b7c88fcab9f5fab3 Package: ros-jazzy-camera-aravis2-msgs Version: 1.2.0-1noble.20260902.042846 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-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.20260902.042846_amd64.deb Size: 85306 SHA256: 4d2a5aa139e857eee285b62175409fc8eaebb87dc6b4a2f69b4a247aba329abd SHA1: d5a529b66d767d7a477ec3288d77da56230ac057 MD5sum: b146f05112782cfe1c6bdc3bd2d604ea 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.20260902.042846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 685 Depends: ros-jazzy-camera-aravis2-msgs (= 1.2.0-1noble.20260902.042846) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2-msgs/ros-jazzy-camera-aravis2-msgs-dbgsym_1.2.0-1noble.20260902.042846_amd64.deb Size: 524180 SHA256: b4d18a8dc4bea43af3ed1d8559c3b14d475372e206a437d06ef035ab4007d8b4 SHA1: 497925f3001529567096f43fdb2f1eb083606698 MD5sum: dfe05b3d46bf907db39d353b273eb3ce Description: debug symbols for ros-jazzy-camera-aravis2-msgs Build-Ids: 1fb760e0da2be7b6e7834bb243fdfcd83ed107b6 2139f0cd8a754bd4db7440016021c08ed10d4c69 28d77fba78eb2f71589ed1ba3f1251bae481c314 4fdc34f93ecd4e59a75cc2be57409a475303c312 636defd679eae972095568025f9b4d860722d73e 68883def3978e753eedcd01b7f106f479e4ed8a5 715ae90a6b55febed4fc64238eab65695be06a5c a79d0e222db56bdd86247cc58b7e7aabebfad89e c905c29fdc8fb40a8a0be828e7f08e09f60c6deb ccc65217a44ce35a3b958379c49bb21aa5a03ea5 d4f31b5be61e89f68d514b589533c1b585d587c4 Package: ros-jazzy-camera-calibration Version: 5.0.13-1noble.20260903.065211 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.20260903.065211_amd64.deb Size: 79186 SHA256: 800ec1bc8243872f613eed1bd6ec249c59f4c94a3bced01280ad2aa924eea59a SHA1: 69487a305dbe7ce9f59014947fd8c7b6a12df535 MD5sum: 728c83ec6c9bc533696549e3ab61f83b 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.20260902.080400 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.20260902.080400_amd64.deb Size: 57382 SHA256: 3c99f10469149f4f0e2104a4a868010390d6666eb39c0e40207d6281b537ecfe SHA1: a615a5f9cad3c6852ed7ed179d314cb05e6c3aca MD5sum: 338c7f26e327f0a13c30236aca243be0 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.20260902.080400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 775 Depends: ros-jazzy-camera-calibration-parsers (= 5.1.8-1noble.20260902.080400) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration-parsers/ros-jazzy-camera-calibration-parsers-dbgsym_5.1.8-1noble.20260902.080400_amd64.deb Size: 720304 SHA256: 5bc05b6ee781ae15a8fd1cd1658bdf895ef990beed029b9796bafb50efce917d SHA1: fc5632c426bc64895f54e138d781f7b3cbb97dd7 MD5sum: 1e961fec29aa95f14d3d56a686c3375b Description: debug symbols for ros-jazzy-camera-calibration-parsers Build-Ids: 91a0dca19a2a8aa59237e9abac09d623dc33e7c3 a7d6767b8e116dcab9aa886c28e8a168fa5d5f4a Package: ros-jazzy-camera-info-manager Version: 5.1.8-1noble.20260903.012220 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.20260903.012220_amd64.deb Size: 41456 SHA256: 4153957fff5969ffe71b35ca4b58f74424e8cb13853ef65615aeac298a640428 SHA1: 54d8598b4debdb837fcdd4c46bc175150a06b352 MD5sum: d05e01426815f14975bc8cd8840c4902 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.20260903.012220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 489 Depends: ros-jazzy-camera-info-manager (= 5.1.8-1noble.20260903.012220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager/ros-jazzy-camera-info-manager-dbgsym_5.1.8-1noble.20260903.012220_amd64.deb Size: 449954 SHA256: ce49a8ac71178b9faa488d09b1c0663daaf3774fa8d9b02620085bc68f97e10d SHA1: 92b5fd8f792d6711819697bd8ee78e3afb195548 MD5sum: 78f16440c645629ab2f339f998b78b8f Description: debug symbols for ros-jazzy-camera-info-manager Build-Ids: 332124bd23411832db16ccf0091b02ba30cf2592 Package: ros-jazzy-camera-info-manager-py Version: 5.1.8-1noble.20260902.055203 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.20260902.055203_amd64.deb Size: 23766 SHA256: 838ed31ee6798fb1550ce5b6650fa72ab2221d93483679494cb79f6d7d5c4bf2 SHA1: c72a5b1eef7c74df5b5bf2422a7cf1176f3adf35 MD5sum: 51b28174aec0eac2cf82cc878a63a08f 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.20260903.083422 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.20260903.083422_amd64.deb Size: 221936 SHA256: 332b5848b9f7888b3375de9fd3ae5ebed8d28bc2504577b12db3ae3cef1de716 SHA1: 3fdd5940a4b0807caddd1d300623c343c87f3db7 MD5sum: eedecf77007bc89f9d68a3480d5ac046 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.20260903.083422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4564 Depends: ros-jazzy-camera-ros (= 0.7.0-1noble.20260903.083422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros-dbgsym_0.7.0-1noble.20260903.083422_amd64.deb Size: 4332710 SHA256: bbbea1a6284ad22e7d91b92dbeaf17c31e43f9d440ef8882dc64f4a3cbcc4e3b SHA1: b9280d7716b454c30871c8e3f16834baaee67e6d MD5sum: a16b3684a4579f2d99157d5e31b50315 Description: debug symbols for ros-jazzy-camera-ros Build-Ids: bea26026c8168824348984da7ce01c2aa045dde4 ce6a938c4eaa3e8999fa32b0984d3f0ca238dfb1 Package: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260902.024158 Architecture: amd64 Maintainer: Mathias Lüdtke 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-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.20260902.024158_amd64.deb Size: 46158 SHA256: a731beed20fe3c391ef8cd4114013bc1050504c881ca2ecbe340aba1989fa1dc SHA1: 377f0e38cb3ec226d41481f18f09f4dde16e95f5 MD5sum: 1671340f0b636e1a416894d151210bec Description: CAN related message types. Package: ros-jazzy-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260902.024158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 282 Depends: ros-jazzy-can-msgs (= 2.0.0-6noble.20260902.024158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-can-msgs/ros-jazzy-can-msgs-dbgsym_2.0.0-6noble.20260902.024158_amd64.deb Size: 197632 SHA256: c2105ab42b8f57e90c7e0d51b1e7585b3832b1a44b033fbe1e36abee88c6fdb7 SHA1: f4cfa7582f389edba3204f341438034a5d5ae6eb MD5sum: 4707d8130417574d1ed72f6f09e6a675 Description: debug symbols for ros-jazzy-can-msgs Build-Ids: 093fab9a5fc4ecde944f75c74537c4bfb9a9755c 09b4ddae88973da4ab3ba2db0e5d0b024468f00b 5d582a99b6a1f0a519146b71cc1db592c9b50d6b 760ea00f6d0888c92dd86c16a0f87688b2da9267 9ba4d33c7526293f796561a124d75c38f6ba6a3b a05bc246219a3193e547540d4e577deada34576b a5ef85c4fb6563e1cf55177386a00cdacc9a6094 a9a0c76ab627c4f63e845972078a9417f0456edd ca9119f0be42b1b9a86ca085f703f5342798515c eeccf7f50549ac443633697168b239e4b05c6fa1 f6305b97ad85da5ed5e49483500dcd9f87daac1a 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.20260903.015002 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.20260903.015002_amd64.deb Size: 6956 SHA256: 1e8e93a9cc2e8b156d7fa6a51a75e1763ee55349e16967485a18b7de0c793501 SHA1: 16038a1d832f48dd1a1a151fe02734fa74bbdbaa MD5sum: 9a75072c7530e57857aa448ab5ccc61a Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-jazzy-canopen-402-driver Version: 0.3.4-1noble.20260903.014559 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.20260903.014559_amd64.deb Size: 260872 SHA256: 0baa287682ad0b1222d9cbb9b2a3cb8aa78dc2f9389100011281b16b5d86d966 SHA1: bf4e9af4b575d97f57c36ad234a5583dc736403a MD5sum: c552d24ac309fc85fd2f1c760e44a729 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.20260903.014559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5973 Depends: ros-jazzy-canopen-402-driver (= 0.3.4-1noble.20260903.014559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver-dbgsym_0.3.4-1noble.20260903.014559_amd64.deb Size: 5575584 SHA256: f825c31a9d785ab50bb7b31fe5ba1bd1d2cf75e1b2558d878079f40d98fcd155 SHA1: 9513070c49f512c51eae15c8d501fdbc6d697b49 MD5sum: 33c9d2dcaac112f591c24c64be91aa74 Description: debug symbols for ros-jazzy-canopen-402-driver Build-Ids: 233475a2c0bb30ebcabb89b2ef80ddacffeba0b8 3fa8cc586b3640126ee55a40a48c63a8704a02df 7be253b74ad94755519afb6e413beb8309e7c884 b8f15d43f031edae54974ce56cf5413e832502d2 Package: ros-jazzy-canopen-base-driver Version: 0.3.4-1noble.20260903.013015 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.20260903.013015_amd64.deb Size: 182384 SHA256: 0ca3ffac59d8075247f418fd0e16978f9d93478faf24dd157ce54a2a86b057bc SHA1: 77e07ca4b432aa58b31f800a123bd86b7af702b4 MD5sum: 58182ae75034f37e3c06fbe0ff7f181f 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.20260903.013015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3970 Depends: ros-jazzy-canopen-base-driver (= 0.3.4-1noble.20260903.013015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver-dbgsym_0.3.4-1noble.20260903.013015_amd64.deb Size: 3694224 SHA256: 5f704da43708120d2451b8276d3bdba8b4711072305e33134dcb0c9ec4620dad SHA1: 48ed3dbf690ac16da57b14f46e82daa9037d3742 MD5sum: ad803fdccbfb1ffbaceb43d6fb1f7e49 Description: debug symbols for ros-jazzy-canopen-base-driver Build-Ids: 40007f14909e0cbd54a6b81dab9b118944e6099b 874f258a92137de91d8f1ba4ebe14fea4c0c53ad 9095d9a34c9c0ffdc626cb31b41ca2195e1f467d c8ec42f96b964cf7516e1983f86a3663a996f901 Package: ros-jazzy-canopen-core Version: 0.3.4-1noble.20260903.011933 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.20260903.011933_amd64.deb Size: 189892 SHA256: 77574e404b74c68ef798b816b04c8fbec4763100772cd11d9540bafa0bd2e1ca SHA1: 8ee73428ceb001de07049dd35f4d60af796afed5 MD5sum: 7969598bfc42b19d52be39021f374e11 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.20260903.011933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4462 Depends: ros-jazzy-canopen-core (= 0.3.4-1noble.20260903.011933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core-dbgsym_0.3.4-1noble.20260903.011933_amd64.deb Size: 4273188 SHA256: 315bc1b1aa8b1660fb481c8d35ac68662015e60fb79b4a88f3711ff04b66e017 SHA1: 22ab30560d4d2ea8c19d57faa77614286e82835f MD5sum: f09ff69a6e7cf11f7f764c96823872c3 Description: debug symbols for ros-jazzy-canopen-core Build-Ids: 0888d211cb2b54396637363baba72c70ce1873e8 49cb4911f8131a2f38f13353454a63eca0a696c0 9d23c4133d9e7602bc19f300edd8f025b99ffffe b35945781c2be641e976ed72afaacec72bef551d Package: ros-jazzy-canopen-fake-slaves Version: 0.3.4-1noble.20260903.011942 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.20260903.011942_amd64.deb Size: 66534 SHA256: 6e33e6163c5fa44022dd7d84aa3bc9a1d6ff7a76c052e8911be43380f29b36c8 SHA1: ef0c5548c529af34454f32b4f00d4e629383c4e5 MD5sum: 28188dc793183fcb7afa4f2198d7a236 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.20260903.011942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 939 Depends: ros-jazzy-canopen-fake-slaves (= 0.3.4-1noble.20260903.011942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves-dbgsym_0.3.4-1noble.20260903.011942_amd64.deb Size: 866404 SHA256: a0f1ae2f2d636c5731877c66869f00777cdcfd05a21038ce95a3284e00ce4d1d SHA1: 004015935dcf1ec546f74988a9d16dd6619a0ed4 MD5sum: bf9cf6479743c6f15f1727ebb741a30a Description: debug symbols for ros-jazzy-canopen-fake-slaves Build-Ids: 34cc17ccd5d182b66e7375e90d0c18161c86d45b ac93d143a00d37eb2461bb61122a6759ecb95989 bd1a2ac236e922ed39406c45eb9f2bf2d0bd336f Package: ros-jazzy-canopen-interfaces Version: 0.3.4-1noble.20260902.024231 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3594 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.20260902.024231_amd64.deb Size: 220652 SHA256: a1684ff1013daf6ed30ca432497120737c9f04a5082258fcb8d4ee5ebbfc9901 SHA1: aab0933921b6a174467d0fdec44f0f32e70c9456 MD5sum: 60ffc9e9c3f66b91b661c55a11bee7bc 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.20260902.024231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2320 Depends: ros-jazzy-canopen-interfaces (= 0.3.4-1noble.20260902.024231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces-dbgsym_0.3.4-1noble.20260902.024231_amd64.deb Size: 1765974 SHA256: e7a8753940bed0030ed4d37577a4088773041e0591ca9521a466f5e2cc808ab0 SHA1: 688d6f4cf537c8b2de880bd00585b83b4533b7a4 MD5sum: 107250d53c838cf9f0ce12ff835e06bb Description: debug symbols for ros-jazzy-canopen-interfaces Build-Ids: 085910bba62933157445aa427b0b8296da6ebb09 1f98fd392dfa6fb149035294b877b65785746ea8 26a946bed2319c9de9f0bce4e5eabbe3e42f54d5 320fbdc3847ce49875f9eaf119e3298e0c0b4c31 6e605de70af530c07b000875ff7605ec8947e6e3 75649978ac5744e4c79932e56aaaea5eae209adb 9356099f9a836eb9ec076f8b590a72dbdff1da78 b15e18198957b0b5c2cf5023669ae7994c640463 b28d6b9a26db7e1df91a0098a25d3799c9b46beb c6a993a57f4032e599b8838b1157e1b2a2c5e9c8 e5b0ab53dbf7afd980bf37b73d28490da56fa430 Package: ros-jazzy-canopen-inventus-driver Version: 0.1.3-1noble.20260903.015502 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.20260903.015502_amd64.deb Size: 304686 SHA256: 710b5402f6efdc8dfd3e8fe52fe49fa73026500d1317f321c5d5432e1feae73c SHA1: c4701ebee6365852459d6c059125fc04fab476ac MD5sum: 6c474041103c05b0db72f382705e7000 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.20260903.015502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 7524 Depends: ros-jazzy-canopen-inventus-driver (= 0.1.3-1noble.20260903.015502) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-driver/ros-jazzy-canopen-inventus-driver-dbgsym_0.1.3-1noble.20260903.015502_amd64.deb Size: 6750640 SHA256: 5e26757bd31825d3b52b89fce08b52790fe51bae9b55cbe39443e42fa65658a4 SHA1: 7713d803cdf34467703e40e71ae299e767fb70a8 MD5sum: daeb8431b469f1c16561813b3736e455 Description: debug symbols for ros-jazzy-canopen-inventus-driver Build-Ids: 960d5846244b04b84a09043cbf2358b538d9245d ac3c2e6944ff3fe46aadb38259041f08b367bc07 cdd71ecf3f3eeb20a0d8531ee1733cbf610dd22e ed3abca21f56e2bc37447bd204745ceae6f304a6 Package: ros-jazzy-canopen-inventus-interfaces Version: 0.1.3-1noble.20260902.024227 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1009 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.20260902.024227_amd64.deb Size: 86902 SHA256: 3d6a4bc8006e930dcf2ff7daf841cd6d71a30901ca1fe2bf4a1d9a9cbb1a37f2 SHA1: 7dc6120c12b1bc79a035dcafca3f80e5b72a4327 MD5sum: d1bb085fa8e6a42a4d148cbd3a0ee025 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.20260902.024227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 517 Depends: ros-jazzy-canopen-inventus-interfaces (= 0.1.3-1noble.20260902.024227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-interfaces/ros-jazzy-canopen-inventus-interfaces-dbgsym_0.1.3-1noble.20260902.024227_amd64.deb Size: 398850 SHA256: 63126e52e00d99493459f6bef86954f6a612f15ee565cc82061b1592235fb993 SHA1: 705151ec91349b76bfac5f0034887f11095ecf59 MD5sum: cfd45c959b2203469bf4f1cac94abeee Description: debug symbols for ros-jazzy-canopen-inventus-interfaces Build-Ids: 091307f07ce32c3b625e4ba14aab7716e103bdcc 3bc84e857c00ec7fbd57057624dfd8bdb61d5994 434632c5d2effcc9c2f996111902b916fe442f0f 4bbeed105b75316954efc2e4243413fd7c8d8fbb 6be5616b32e9241c783e30a14da987090f039401 a2b3fe852691b82571426117084460d696bfb6de a7c1989b71290431619b77a07ebf4cfae69bee1d dd0313042e9ef064d38432fb544086702337e508 deb6ac94408bf71f2b630196a96d562e2064179d e0ceef7cc235bfa00174adcf75096f01a7dd13eb f992cf02c030527543338a0284ada9d84b58930e Package: ros-jazzy-canopen-master-driver Version: 0.3.4-1noble.20260903.013228 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.20260903.013228_amd64.deb Size: 147140 SHA256: c2841086541a3f6a645bb91a8d341d90c1b70d49762d6e52c214e433c177b472 SHA1: 8637f3a4097eb2b29d3b4b4bd637e208b41d6e86 MD5sum: 958fff166d04e384de3fe2185525e062 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.20260903.013228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3432 Depends: ros-jazzy-canopen-master-driver (= 0.3.4-1noble.20260903.013228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver-dbgsym_0.3.4-1noble.20260903.013228_amd64.deb Size: 3175456 SHA256: a542471814331ed100d6ef0e8701ae870539a8cc9018ed8f5ee200cf60552969 SHA1: 14635456624a8c9c7621bae1d9530f4101185ca6 MD5sum: 46fdb8a95be5bc271ae0eb1f86ccd9a6 Description: debug symbols for ros-jazzy-canopen-master-driver Build-Ids: 5eb367c1c8e1d154b3e62e1eadec5cc6bc51afa6 a93f34baf1986302257e016806353239b12bf991 bcbe7b796b5392332f0d4fafa17b540836bbdcb7 bf5034d8645a7f7a77b318e28ead6db3cafd0679 Package: ros-jazzy-canopen-proxy-driver Version: 0.3.4-1noble.20260903.013919 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.20260903.013919_amd64.deb Size: 236552 SHA256: f515d88b7cd94681d5b8a114e765163b887617180ae45bd43839a306ac986818 SHA1: aba797b0ca1f332a1b83884ef05d1ddedf978525 MD5sum: a4336942bc21e9e8a5b541244d5e26f5 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.20260903.013919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5568 Depends: ros-jazzy-canopen-proxy-driver (= 0.3.4-1noble.20260903.013919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver-dbgsym_0.3.4-1noble.20260903.013919_amd64.deb Size: 4983838 SHA256: 556099e18646995a4e5640af01c867dea42721e12e7ae554891a6f6697439228 SHA1: 7b72f7386e592472db355410eb8141dfb213626e MD5sum: c66dba4bdb23d14fc40225ecb4873489 Description: debug symbols for ros-jazzy-canopen-proxy-driver Build-Ids: 2f57c144894e4f7335b169a28968e94feb922b99 5ba0251d44f5b1f8b6b28a256d42ebf039aa961d afb9661b37d297d80172469b02891ac068e10d6f Package: ros-jazzy-canopen-ros2-control Version: 0.3.4-1noble.20260905.072429 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.20260905.072429_amd64.deb Size: 109222 SHA256: 26c1377c4b82c83fb059ad52f941410dba046c23e5c3f49488b68c3699f0ce81 SHA1: dc3f9897c0336016f172fb75952ddfae6fdc4046 MD5sum: aa27d57027e17c80856f4c23fc72c959 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.20260905.072429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3216 Depends: ros-jazzy-canopen-ros2-control (= 0.3.4-1noble.20260905.072429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control-dbgsym_0.3.4-1noble.20260905.072429_amd64.deb Size: 3123190 SHA256: 88ca188561914a5cdfb60e8d1371a42ed026d288a1ee4e190714848dc8114638 SHA1: d7e59eccaa719c5270dd3658ac5a4a1eef763f8a MD5sum: 21664d0c4987d31bafddf4cbfa9bf2cd Description: debug symbols for ros-jazzy-canopen-ros2-control Build-Ids: 65fe4c87789982fec44babd78edc8e62a9880184 Package: ros-jazzy-canopen-ros2-controllers Version: 0.3.4-1noble.20260905.073752 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.20260905.073752_amd64.deb Size: 167654 SHA256: 3831d2ba40d06f156b9004163bb6a0b43e479a72b19717ae42b5e810b73b8401 SHA1: a9bdba4d20bcfbfa18ac1325d4d7d10a0cc46e22 MD5sum: 49c7879c39b9d264cc84d1605121b03e 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.20260905.073752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 3930 Depends: ros-jazzy-canopen-ros2-controllers (= 0.3.4-1noble.20260905.073752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers-dbgsym_0.3.4-1noble.20260905.073752_amd64.deb Size: 3501866 SHA256: 360bafb457de96be1a33de8261261b31321c8726167fb28906fc59507b9995cc SHA1: d81e6188abe7d24db1bd89024132e6c9dd028344 MD5sum: 799778809c37c6d206416f6285ef6e2f Description: debug symbols for ros-jazzy-canopen-ros2-controllers Build-Ids: 4f32d84cc407d6636002c5382c928e9a98957a07 Package: ros-jazzy-canopen-tests Version: 0.3.4-1noble.20260905.075210 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.20260905.075210_amd64.deb Size: 34140 SHA256: 61cf80fe280cb67f310fce2a68de6d61a909c330df24366f11949a400d1baab0 SHA1: 55302d92a392d52cfba88951646d4616fdc77b4d MD5sum: a9579ae28a9d3d3149b4a4e7dc96ca20 Description: Package with tests for ros2_canopen Package: ros-jazzy-canopen-utils Version: 0.3.4-1noble.20260902.102534 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.20260902.102534_amd64.deb Size: 15122 SHA256: 15ed8a7f1cd4ae541201195a01e0c9c9e26823a1cbb676cf7b88805c3beeafcb SHA1: fb67c6821119692bad2e89245820519cd5e83458 MD5sum: 9cdd63bda1995c40be831a2aafb55994 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.20260903.085256 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.20260903.085256_amd64.deb Size: 3123996 SHA256: b7c2ff8d60e747a7ef4e7ad9cb8ddc7be6a1605d2d1fbb9322fa273463b32bfd SHA1: e625046ce7913ba2cae4bb31081f77f9c3ab34fd MD5sum: 608472dd15d6d062ad1c9c814ffb26ed 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.20260903.085256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48784 Depends: ros-jazzy-cartographer-ros (= 2.0.9003-2noble.20260903.085256) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros/ros-jazzy-cartographer-ros-dbgsym_2.0.9003-2noble.20260903.085256_amd64.deb Size: 41096146 SHA256: e46d450d36cdd88d14d3af0b2ab51a0575632c2798d6d681250081c6e6c441e3 SHA1: 09ecd9bfd0f9f92587c2a05601cacc1d452ab58c MD5sum: a29d53a74b53596c6a8ef9b673a00cec Description: debug symbols for ros-jazzy-cartographer-ros Build-Ids: 153bbefb7efd7db9ab4960474af6a9d22b0ce2c0 5d638be1c30d6567bd71a843a5dcbf0d886dac00 659a9edf964c71601e76db7946a81bdefafb116d 811c0d99141c65dacac228ceaecc8a64034babd1 90a521c131c7905dae9d640a7b278dff60bdb942 ab1311169f756d55f2d9baad8be5f4b62a6e1254 e2de0a9cb2fbcaff704de32f301be8f0436d0187 Package: ros-jazzy-cartographer-ros-msgs Version: 2.0.9003-2noble.20260902.041333 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5427 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.20260902.041333_amd64.deb Size: 371680 SHA256: b0559a9cd10be44e69de60e933a14f4af02a6ebdcc4a0d4159e653181229ffb9 SHA1: 5c84d106928644ede06bbc4962498fc4566cbc70 MD5sum: ba35c0c6c3b73a22859b9fcd2b0aa7d1 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.20260902.041333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4329 Depends: ros-jazzy-cartographer-ros-msgs (= 2.0.9003-2noble.20260902.041333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros-msgs/ros-jazzy-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260902.041333_amd64.deb Size: 3552500 SHA256: 49c37bc55f0e25920dd019835ad093f8238f99bacca4491637cd1595bcf88434 SHA1: 11dd90d1edd11735d473c83f6fad62500239ef03 MD5sum: e74039a0c45255f6b413019bc1c875bb Description: debug symbols for ros-jazzy-cartographer-ros-msgs Build-Ids: 120790e434c3df94aa6fa28c54dd638d1a713b66 33066d96261da757dfbfa19123b0df69a131ea69 64fc2e62cbe24ce244a0b23c1b0dd26f9f81d684 67293481f528117f25b2a47dc109c2a05cd4fe31 676f5fc36ddb7cccd9265918b15594f8f15135c7 707c0eba1c1c47ad98446ea0b1da67085a08c10e 99596225b9328fcb59358c82e7a22ead1e04a293 99775f3beba34dfe630d20041fb68872329d4f7c b0dbc9e6b620956b533286547a808007c5e0f535 c7521199d3f58767181c9a83b2cddb9590bc0b6b e8104a06f742dd47a7aa6ff37cb54a693dc4c8a0 Package: ros-jazzy-cartographer-rviz Version: 2.0.9003-2noble.20260903.095218 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.20260903.095218_amd64.deb Size: 474182 SHA256: 24062270054b52a6198de91a77e6440775ebe309fea9971e6b29845cfe8d8e75 SHA1: 2568e2a5b82fac42d5640bc1c54ba3383d80bfd7 MD5sum: e69e59ebce309ae037a5e695b0b370d7 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.20260903.095218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5424 Depends: ros-jazzy-cartographer-rviz (= 2.0.9003-2noble.20260903.095218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-rviz/ros-jazzy-cartographer-rviz-dbgsym_2.0.9003-2noble.20260903.095218_amd64.deb Size: 4632432 SHA256: 64f26ceac6a5f1aaa1bd04594a0cbd1e45ab5137039cd95fe9efee1bf2f09a03 SHA1: d3391bd33698552e0091c9ca78a62187c023ed7c MD5sum: ff5807cd25b4cc3eeadf7ee9c075722b Description: debug symbols for ros-jazzy-cartographer-rviz Build-Ids: 30eeafc5129a7eb8f424904cbaba7021d4913205 Package: ros-jazzy-cascade-lifecycle-msgs Version: 2.0.0-3noble.20260903.065221 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 551 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.20260903.065221_amd64.deb Size: 52442 SHA256: 59b5ac0d0743b24110e5d3325e95bd61d7d02dfda9ba9e2c9592b0b1e84eca49 SHA1: f29dab838916d6dbebf958c5ff86d7b74f34b5d8 MD5sum: e002b19d5a0fac9123904ad70ed334fa 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.20260903.065221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 369 Depends: ros-jazzy-cascade-lifecycle-msgs (= 2.0.0-3noble.20260903.065221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cascade-lifecycle-msgs/ros-jazzy-cascade-lifecycle-msgs-dbgsym_2.0.0-3noble.20260903.065221_amd64.deb Size: 265472 SHA256: eaec5855bd6c9185b5b70f88adf1e2166f101b6fdd2eb4c4563948c8208f759b SHA1: 1a3b1af504d87071c6a448cfdaae50e5b4d6a80a MD5sum: b9dd2453f31f62b9c6acf77e0999199e Description: debug symbols for ros-jazzy-cascade-lifecycle-msgs Build-Ids: 02df490aed0d511db6455ead28a39ec3a737938a 4ae9b55e05ac93ecdc588b7c06c388eb7c879b6c 55af0af35b346613aa1c107fc861f7d51869c091 5b9ad29f0257f912f00d797f77efdd2fb7a72ed5 62f510435144c3c8ededfa38845cf86488468a04 6f36f1453a72eeaca32e0da7d7d8360582c85bf6 8dc2dd1609061bff9b8fdd1fd6c7adab4055d40e c2862a4030f4f3d7fe93bb217e55f43c713e0bed f03762f961560221cf8435e57da53be8ff6e99b3 f07302b5a31e111c4eff1686720d9ee9aa9a0c68 f0db05aecc459814dfde308d5123f2d597769f52 Package: ros-jazzy-catch-ros2 Version: 0.2.2-1noble.20260903.085155 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.20260903.085155_amd64.deb Size: 365984 SHA256: d185a702ae90c622f77b4ab8f842c39696fd144e7a652627d8ffff3e004c26ad SHA1: b3c3dfe5044191018837d33193cf994fc78990f5 MD5sum: 45c213dfd09ff460c024f058bf3bb707 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.20260903.085155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3293 Depends: ros-jazzy-catch-ros2 (= 0.2.2-1noble.20260903.085155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-catch-ros2/ros-jazzy-catch-ros2-dbgsym_0.2.2-1noble.20260903.085155_amd64.deb Size: 3034224 SHA256: 24c0ecd90a6688b5ec68f7f49e49f1ebc4060bf89c4d2c90abdca13252ebdc6e SHA1: 6db6317655e30ee87ca6e1ffe8bfda434f54e9c9 MD5sum: 39997c224e8809531dbb886275a38101 Description: debug symbols for ros-jazzy-catch-ros2 Build-Ids: 14a29c5c4bb10ede32a1767d60571a271440254b 9350a400d3fdd50b55ce74a9e24ecc3a21e48f3c Package: ros-jazzy-chained-filter-controller Version: 4.42.1-1noble.20260905.073140 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 426 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), 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.42.1-1noble.20260905.073140_amd64.deb Size: 132522 SHA256: d4832d4c9a293359e17f33f7e6e4129296f2d199e31b3d8421c312e702e7a58a SHA1: 6b2632b5f2ab38262283dec98e6cfb3e5a70c944 MD5sum: 0d6b64baec6df5f4697f36e28907959c 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.42.1-1noble.20260905.073140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1742 Depends: ros-jazzy-chained-filter-controller (= 4.42.1-1noble.20260905.073140) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chained-filter-controller/ros-jazzy-chained-filter-controller-dbgsym_4.42.1-1noble.20260905.073140_amd64.deb Size: 1658404 SHA256: cd0f03718d36d3d1af34f171de6b25631c7c088f3b50956db3d10d2a27221d38 SHA1: bbf6f373f63fb8ff4cb56b66bd83e8f50f45a7d4 MD5sum: a040e0ed422dfbe358c01c46293f9c01 Description: debug symbols for ros-jazzy-chained-filter-controller Build-Ids: 754f7d3b4ec45017caf136f1dd9052919fc04aa6 Package: ros-jazzy-cheese Version: 0.1.1-1noble.20260903.065227 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.20260903.065227_amd64.deb Size: 211254 SHA256: 709464b664995ba7672bdcb24ceaaad6a2dd17e0e00215c3997e59e07570b95e SHA1: bdbe767b3444363b161a264649fc80098bfc7bdc MD5sum: 9d69e76da8617662cd7907922e3c5e96 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.20260903.065227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Howard" Installed-Size: 4569 Depends: ros-jazzy-cheese (= 0.1.1-1noble.20260903.065227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese/ros-jazzy-cheese-dbgsym_0.1.1-1noble.20260903.065227_amd64.deb Size: 3934778 SHA256: 80f1a2b65edc5d84fb84ff8c80d3df7e207e0a1896e3c775f5ca858d53c4cbda SHA1: 118cc818759c0d47fb4776d96114d40fb56fd663 MD5sum: fbe5f7d1c17dbc88382f44e8a0d90b3c Description: debug symbols for ros-jazzy-cheese Build-Ids: efd7b1a258706cff279f599dea1e46c1e78eb4bc Package: ros-jazzy-cheese-interfaces Version: 0.1.1-1noble.20260902.024236 Architecture: amd64 Maintainer: "Howard" Installed-Size: 732 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.20260902.024236_amd64.deb Size: 71972 SHA256: 5cf442d14d88686543a62d9f70b4e03e5bc5de1ca041afff8b29179886ecefb5 SHA1: 1a857aaa3d7ec661c3a55ccd7095e6e593e30637 MD5sum: 71d3fe1afff910ef7e6ab16aec86f823 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.20260902.024236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Howard" Installed-Size: 507 Depends: ros-jazzy-cheese-interfaces (= 0.1.1-1noble.20260902.024236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese-interfaces/ros-jazzy-cheese-interfaces-dbgsym_0.1.1-1noble.20260902.024236_amd64.deb Size: 370962 SHA256: 90f2f495c6be3d5cab75080d42bb2535ef0b66bb50fcedd67c9e9581c32915fa SHA1: cc1ad6d65670a43b4d3e687a890ee68f43b7c518 MD5sum: 79049f4e5af2e64377ea5e4561be343b Description: debug symbols for ros-jazzy-cheese-interfaces Build-Ids: 0ba5b4cbf714633606857caab4b68d91048dce98 25953312a91cc2c519562c9364af0fe9391adf2d 29dd510bde7753c1576e4e339cdb8ec9dfb053c8 46ece2170eb388a692faf35280c77963b63f6a7b 4793b6b76905989f274e9900aa19456f058b319a 92e53aba51ef59eebc6a36a25038178e70e24042 96a4c52fe5706895cf56bbe9e128488c6cbb78dc a1474cb206f219f68bd3f9f7e26c2af2596accd1 af53bc1f073e5d77d93b447666d9dbc580300fd2 b539b53e9ebf6d397f06d8b00f9eecfdf1d42639 d2f218cdd95a65ba5ca50f4615b3b591436a2a1a Package: ros-jazzy-chomp-motion-planner Version: 2.12.4-1noble.20260903.085448 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.20260903.085448_amd64.deb Size: 109276 SHA256: 19d7d27dc889dc6f123fb79ba90fea28f50ea786f91aed5ea54fc597b55ed8fb SHA1: 4a742849911527eff018809cb1c1f323abc0660d MD5sum: 2637843791290366a21511377f2946e4 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.20260903.085448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7325 Depends: ros-jazzy-chomp-motion-planner (= 2.12.4-1noble.20260903.085448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chomp-motion-planner/ros-jazzy-chomp-motion-planner-dbgsym_2.12.4-1noble.20260903.085448_amd64.deb Size: 7373640 SHA256: 7d084e2661d739c6860b9542c8463fa9908846775ff2796a9e22396da60c5c75 SHA1: 0a4b638f2f5c41eff8b0bd26bb1c8119f17856c8 MD5sum: 62edca3084a898523e5ac80f680c66fc Description: debug symbols for ros-jazzy-chomp-motion-planner Build-Ids: eaaecb17f996ffd98d2c40d1e93e83ca865e9efd Package: ros-jazzy-cie-config-msgs Version: 1.0.0-1noble.20260902.024248 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 548 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.20260902.024248_amd64.deb Size: 48854 SHA256: 4abd137c6f84e13ac98f6ea527256142cc7fd167b249cacd318f1d35527474f3 SHA1: c6fbc718b8ec48756d7a43866085e555e221412d MD5sum: 782cee7d2ce967ea84f793a38beae326 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.20260902.024248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 359 Depends: ros-jazzy-cie-config-msgs (= 1.0.0-1noble.20260902.024248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-config-msgs/ros-jazzy-cie-config-msgs-dbgsym_1.0.0-1noble.20260902.024248_amd64.deb Size: 254954 SHA256: 8c23d0caebcf3c8b390982afb3341624382f933064b33c6b6d4ebad694607574 SHA1: ea75343c017b5b168b30753a46a87302a7c477d3 MD5sum: e49f43e18a2a99e945cfd24833d64c6f Description: debug symbols for ros-jazzy-cie-config-msgs Build-Ids: 16ecc306153cd9dd95dc70525471ec57ddf4bcd4 438cfec4b0494b6b78fb3d975218767229d13b8e 5c6bf4cdf4fb1136b5233614d84fd1f24f34a3f4 5c972d3afbf65575383791fe049155f8d9bc1ad2 5f16432afaff30f3e4dbc0f60dd32646d21decdf 75d035288499d0b58c95d27f6692e043f6968841 89b5a501c3cf89feea9f2c0dc3b4985cd57ea4be 976a6721da813fe2321f9216f134e3e0f6666984 de694372adb8bd1d59d97f84a5848169793e024a ef284375c33214c691cce04f6649d6e2aa8fa682 fcfb534bed7eacea4017ec20b072a7c1f82ddbaa Package: ros-jazzy-cie-sample-application Version: 1.0.0-1noble.20260903.071622 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.20260903.071622_amd64.deb Size: 163554 SHA256: e2c86684d140a9f4c173a2b49d7b27943cc47f35a63fc4c89c7e02ca7d04a47b SHA1: b504b70a81384610ef59540720e99b4028abc167 MD5sum: 23b50cd4df81521ab95ccf7a3d3cc5b5 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.20260903.071622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 4078 Depends: ros-jazzy-cie-sample-application (= 1.0.0-1noble.20260903.071622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-sample-application/ros-jazzy-cie-sample-application-dbgsym_1.0.0-1noble.20260903.071622_amd64.deb Size: 3643546 SHA256: 3af8bd674eb18aceac1fac05679e0acafbff1e41bc986222a69fb2c23b6adc50 SHA1: cd73a9e9159f9b9dd666011b3873c9212f9000f0 MD5sum: b91496063882c969c5c7934b08b5889c Description: debug symbols for ros-jazzy-cie-sample-application Build-Ids: 1f1fe83e417ed9daea2b87fb94ea4c97e8235bd3 4fa01d27f92aa66977e887bfa5deffce28d7153b a428c2e43a9d5e495e1a0a52ba285e4619de54e9 d75564c03597d2191319090868642195255c379e f9e431819c30115836791dad8f65d6231222159e Package: ros-jazzy-cie-thread-configurator Version: 1.0.0-1noble.20260903.065229 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.20260903.065229_amd64.deb Size: 257368 SHA256: 53556b2a8ef356b274cbfd131846e40cf386e47819cab1d34967979c76dff7fc SHA1: ee2c7926aed17b275570461bdc09dfd9604ecb7e MD5sum: f72d567fa48a1b83aea906ef2e70956b 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.20260903.065229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 7388 Depends: ros-jazzy-cie-thread-configurator (= 1.0.0-1noble.20260903.065229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-thread-configurator/ros-jazzy-cie-thread-configurator-dbgsym_1.0.0-1noble.20260903.065229_amd64.deb Size: 6203372 SHA256: 79b78ba60c57cb7ba8f13afbc2ae11b6110c8e237b5bf272b3ae18def2d35b0b SHA1: e73c8bd7ca6d6850e4a1262857f5db2e48c7f207 MD5sum: dfdbc89ff56cf40c348f643b4b4e3710 Description: debug symbols for ros-jazzy-cie-thread-configurator Build-Ids: 22a3386e311152025cd897e53ad34731b517cf13 e4c24670ce93485d4311a3ac07fbd2a1ef12ba52 fa18d7d584cd4c617e49ac2d33693c72586c4d08 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.20260903.094814 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.20260903.094814_amd64.deb Size: 9132 SHA256: 4f10e44cdaaf6e3fbd3784721d028ad0b8cafd4f29351522faa33d2b9c51c48a SHA1: aaf6c139ecf8e0a638eb959d5f1a1d65e93cd2dd MD5sum: d5fcbcf83de9dcc235cb886afa668321 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.15-1noble.20260905.073154 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.15-1noble.20260905.073154_amd64.deb Size: 136068 SHA256: e4ecf569b4738dde3509a95db7ffaa9080cf60b2804b66f8183c36068b07a391 SHA1: fadfcdea0fc5e1c462fecbe0bbaf8e61978c7645 MD5sum: a7f2e2031bcb6c07f62ed5066a7d5c5c 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.15-1noble.20260905.073154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Natesh Narain" Installed-Size: 1877 Depends: ros-jazzy-clearpath-bms-broadcaster (= 2.9.15-1noble.20260905.073154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bms-broadcaster/ros-jazzy-clearpath-bms-broadcaster-dbgsym_2.9.15-1noble.20260905.073154_amd64.deb Size: 1754286 SHA256: e1c3e1d730b48b2258ab18b0cf8f97f3bf492f538d885fc62458249674164d41 SHA1: 1e5ba3411bfc0ce2b14e62f072a05bf66e8e106e MD5sum: 2f137d4568bb94acf54647ce4db96e80 Description: debug symbols for ros-jazzy-clearpath-bms-broadcaster Build-Ids: deb34dcbdf1565066f98c15845ef0c67b7aaaae6 Package: ros-jazzy-clearpath-bt-joy Version: 2.9.15-1noble.20260902.104041 Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 75 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.15-1noble.20260902.104041_amd64.deb Size: 18366 SHA256: 7129d0f4fae35b4db17800c76679425549693b240d26e952e2f7bcb9628aec7e SHA1: d516eafc4392cdd2fba4d28b7a3fc01bab1b53c3 MD5sum: 9d4e7d01dec76fe85f035fb397f8ab5a Description: Clearpath bluetooth joy controller signal quality monitoring node Package: ros-jazzy-clearpath-common Version: 2.9.15-1noble.20260905.083114 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 54 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.15-1noble.20260905.083114_amd64.deb Size: 9070 SHA256: ad3063c5614210decc227d0be4d3d6a5bd35e3b73b4610c08984cf02738e9c99 SHA1: 75f47f106cbd82bda141035dd61ef3915215853a MD5sum: 9fee79a3f88394eb04daf709783e01f1 Description: Clearpath Common Metapackage Package: ros-jazzy-clearpath-config Version: 2.9.6-1noble.20260810.122722 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.6-1noble.20260810.122722_amd64.deb Size: 235392 SHA256: 5e5f14ee007c0478565d790b446185d45ef5ca402e6ad4b44898dc8d5d98a8b4 SHA1: 975b68e19e1f1ac3ecbba5b7cf66043a0538204f MD5sum: 02b9f889d6278a2292dd7c58e1c6b9de Description: Clearpath Configuration YAML Parser and Writer Package: ros-jazzy-clearpath-config-live Version: 2.9.1-1noble.20260905.083313 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.20260905.083313_amd64.deb Size: 8624 SHA256: 787562a9ad39ff3cecf36eb4a1612996e9923e019e80ad18a707877202e07961 SHA1: 3e942f1ce34ec106378fffc5d72acade2331829b MD5sum: b3d52c626849e541d08722fdb073f703 Description: Live URDF Updater from Clearpath Configuration. Package: ros-jazzy-clearpath-control Version: 2.9.15-1noble.20260905.075222 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.15-1noble.20260905.075222_amd64.deb Size: 19404 SHA256: 1d576f4095f06fbe2451667145cb65ce3a653396b8f4f9baacd889f7ff271466 SHA1: e12426255be70a3d10f8454f05316c94776af2d3 MD5sum: af45cb4dfbfe56cd583d2fe577874157 Description: Controllers for Clearpath Robotics platforms Package: ros-jazzy-clearpath-customization Version: 2.9.15-1noble.20260818.155413 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.15-1noble.20260818.155413_amd64.deb Size: 18284 SHA256: 669e561ce62617b5b6a1a1fce7405a6443352de88da50961d63b5085d9790f5e SHA1: 81cca052a43e5499ae15c3133463134f16dae741 MD5sum: c00dcf41f1055a8872f7c806d14949ae Description: Clearpath customization packages. Package: ros-jazzy-clearpath-description Version: 2.9.15-1noble.20260905.074432 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.15-1noble.20260905.074432_amd64.deb Size: 7034 SHA256: 7fcc0d54a9268df0c07cfb332cd84f97a075ee361154806c30d71a2dceb510ff SHA1: 55332a4c310bb67544e797f2fadebe67c7c83436 MD5sum: 4f711851e2db649c113a3104e289a102 Description: Clearpath URDF descriptions metapackage Package: ros-jazzy-clearpath-desktop Version: 2.9.1-1noble.20260905.083546 Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 41 Depends: ros-jazzy-clearpath-config-live, ros-jazzy-clearpath-offboard-sensors, ros-jazzy-clearpath-platform-msgs, ros-jazzy-clearpath-viz, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_desktop/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-desktop/ros-jazzy-clearpath-desktop_2.9.1-1noble.20260905.083546_amd64.deb Size: 5508 SHA256: d013001e7b08f2f74a0683d698fa2f5f4af2e6df0a10cdc5c879ab4a09911e55 SHA1: 698b195ac98a4950877c08c39af6847e4a5770cf MD5sum: 6c40955320137d4f98d0ecfe36fa0551 Description: Packages for working with Clearpath Platforms from a ROS 2 desktop. Package: ros-jazzy-clearpath-diagnostics Version: 2.9.15-1noble.20260903.093121 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.15-1noble.20260903.093121_amd64.deb Size: 405160 SHA256: 58faa464b9ffa6b4f5049fbfe64af46dc4d3c62544fe27346b8c66dc9911cd72 SHA1: 0f5c3d35383c76a317733e829f9bf01d86a8ae3e MD5sum: 85c542ca2c606fcc5861278f5e679e75 Description: Clearpath Robot Diagnostics Monitor Package: ros-jazzy-clearpath-diagnostics-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-diagnostics Version: 2.9.15-1noble.20260903.093121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hilary Luo" Installed-Size: 12856 Depends: ros-jazzy-clearpath-diagnostics (= 2.9.15-1noble.20260903.093121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-diagnostics/ros-jazzy-clearpath-diagnostics-dbgsym_2.9.15-1noble.20260903.093121_amd64.deb Size: 9679128 SHA256: fe92b0da642d7eabf3e9e4957ec70143753b62cb49206cd27094fcc256fa1f92 SHA1: dd36e96b712f430f013b43968616032513a9acee MD5sum: 372ea576057fe1ae78ffb82bc1f2e2c5 Description: debug symbols for ros-jazzy-clearpath-diagnostics Build-Ids: 2b0e6d15861653d4b668644962313ebcd95cd2d4 Package: ros-jazzy-clearpath-generator-common Version: 2.9.15-1noble.20260905.082049 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.15-1noble.20260905.082049_amd64.deb Size: 139044 SHA256: 3bda4dabf66687f94ce7ebcd402887a846f105ba9ffc342490d188b14426d413 SHA1: 4cca6d82a96d0abe623dfc160f47228b67577df1 MD5sum: b5244b623bde356216a0ca7981e74c69 Description: Clearpath Common Generator Package: ros-jazzy-clearpath-generator-common-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-generator-common Version: 2.9.15-1noble.20260905.082049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 2655 Depends: ros-jazzy-clearpath-generator-common (= 2.9.15-1noble.20260905.082049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common-dbgsym_2.9.15-1noble.20260905.082049_amd64.deb Size: 2583054 SHA256: 1d69c6d100a328bd5da353e95a8a5e2b24392c75d3403507eeb8a21332752763 SHA1: 98447e577bda18274154d78658423cbf8416b6b1 MD5sum: a76d2f626e315dc2de2bfba35dd16fad Description: debug symbols for ros-jazzy-clearpath-generator-common Build-Ids: 19f5d415a6fb78b61e76953da5deca933ad694fb Package: ros-jazzy-clearpath-generator-gz Version: 2.9.4-1noble.20260905.083300 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 149 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.4-1noble.20260905.083300_amd64.deb Size: 17136 SHA256: b8bc84d175864d36ad3197aec388a67c48c909eda051627440bf73593bb25e33 SHA1: 180244208f3aade2c14112230a3466782728a61a MD5sum: 02cb2f40cdea5fcc781d121992007e5b Description: Clearpath Gazebo Generator Package: ros-jazzy-clearpath-gz Version: 2.9.4-1noble.20260907.022706 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 492335 Depends: ros-jazzy-clearpath-common, ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-viz, ros-jazzy-gz-ros2-control, ros-jazzy-ros-gz, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_gz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-gz/ros-jazzy-clearpath-gz_2.9.4-1noble.20260907.022706_amd64.deb Size: 261162506 SHA256: 2811d30703e8774fc8d2858b54677bcf2c8d39a2b76a9cf7d417b1d1d4184161 SHA1: f8269ac2641190476dd1e984c5c612dca992bdb3 MD5sum: 789c8d573befd3e8186a58ba2909517e Description: Clearpath Gazebo Simulator Package: ros-jazzy-clearpath-manipulators Version: 2.9.15-1noble.20260905.081823 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.15-1noble.20260905.081823_amd64.deb Size: 13282 SHA256: 88d0dcd272c0bfdbb5910a4441e215d45cf01e73ede70e8103cb20cf3d6a89a6 SHA1: 4e7c0125c2f09cde6bf935095ceb007cdb21bada MD5sum: 925bf8ce8f3b353258d57dd98f273517 Description: MoveIt configuration built around Clearpath Configuration Package: ros-jazzy-clearpath-manipulators-description Version: 2.9.15-1noble.20260905.073728 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.15-1noble.20260905.073728_amd64.deb Size: 394412 SHA256: 42b1dcd62d33e8779f95667f42f746e3ad8dd45212f77c2a08d4a54f330c286c SHA1: ca5a05135346562a11d5d6f269aed8f2c06d62aa MD5sum: 99207a03e2248cefb0e5c34c9a3a6df3 Description: Clearpath manipulator URDF descriptions Package: ros-jazzy-clearpath-motor-msgs Version: 2.7.0-1noble.20260902.034203 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 4892 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.20260902.034203_amd64.deb Size: 314614 SHA256: dee556cba9dfbc3dae530216d068193fe4f2f6f32116147230b9ae8c8aa390fd SHA1: e42bc7b5a488b785cd477a6aa0b25f7c7a250b04 MD5sum: 332b15786b23454640ed64307fd3dbc0 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.20260902.034203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 3113 Depends: ros-jazzy-clearpath-motor-msgs (= 2.7.0-1noble.20260902.034203) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-motor-msgs/ros-jazzy-clearpath-motor-msgs-dbgsym_2.7.0-1noble.20260902.034203_amd64.deb Size: 2417234 SHA256: 0c4e79dab1446fbe6e5d5aefe6933aa5ced2dd4270c06edb285966fe63b662ba SHA1: 955bd34a2012ea05da8a859dad3ec6d02311313c MD5sum: 2aea75e88ec996ca2cc1a70a73d8413e Description: debug symbols for ros-jazzy-clearpath-motor-msgs Build-Ids: 10ab045c7b4ee032cee65ce767031d539ee39291 23c1692e1ee6967e7d2524b5f776c02511d536fc 38e4093130c6dd52d10f571adb7d2d9ec03816d2 39153b4368d349eb9f9581cf80a511b8872ac42e 397cefdfec469765d84de9f67905f1f918020279 547e578919a6d969efc505b7ac33ac958401da29 7397822dc12e3d6bc088fd068c6338ee553e8433 960726bc9712cc573265a2bfe08ea3f5711a46a1 bb2324f3682ec39affbfc3ffb47383f5338376e2 cff63002c35e15d55389ac5eb11eb269c941394e de9481aa2c801aa93043d5e0b122bcd5e0256a77 Package: ros-jazzy-clearpath-mounts-description Version: 2.9.15-1noble.20260818.155318 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.15-1noble.20260818.155318_amd64.deb Size: 410100 SHA256: 94fd985e39c3b03fda0e1169ab56c94f539ecb25609844ba00436f668246f885 SHA1: d84ed09b092ae39d40a8d0c885db7c9d405f17d3 MD5sum: ed9ce52b6bd9e008944cf67a22231d02 Description: Clearpath mounts URDF descriptions Package: ros-jazzy-clearpath-msgs Version: 2.7.0-1noble.20260902.034919 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.20260902.034919_amd64.deb Size: 5412 SHA256: dc5539decf6ce05e9c432d3298631cb035f78ef46bc6a24b4c0b0d7010adf2bc SHA1: 7158be68ab4fc2d4a068edb2fcfdd7b952eb9e94 MD5sum: b3427c7c8a72eb699fa097225078afbc Description: Metapackage for Clearapth messages. Package: ros-jazzy-clearpath-nav2-demos Version: 2.8.1-1noble.20260907.024712 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 1861 Depends: ros-jazzy-clearpath-config, ros-jazzy-nav2-bringup, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_nav2_demos/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-nav2-demos/ros-jazzy-clearpath-nav2-demos_2.8.1-1noble.20260907.024712_amd64.deb Size: 22384 SHA256: 0bca27548b69f53b8f3500cf8396dd0112942236729a136282f8221047fcc4b7 SHA1: b65e697f216ade1c9fe9237bb3bc6f443121da00 MD5sum: d952d18ff69db5e7ce257e82272eec86 Description: Nav2 demos for Clearpath robots Package: ros-jazzy-clearpath-offboard-sensors Version: 2.9.1-1noble.20260903.083027 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.20260903.083027_amd64.deb Size: 8282 SHA256: f11b658ee33eee02bb421bd6bfb2cf9c538fafb28e87353c13796f9fb2b10975 SHA1: 4566ada397f9a9924f3351dd34b4ee4281555d6b MD5sum: fb8a009da4c751d2cd73d0fdf8f9da28 Description: Launch files for decompressing and consuming high-bandwidth sensor data on offboard computers Package: ros-jazzy-clearpath-platform-description Version: 2.9.15-1noble.20260903.022637 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.15-1noble.20260903.022637_amd64.deb Size: 11383484 SHA256: c17b4bc2bf9285d372b3e224786da08eb7b58984364dcfe1e686dc9f79648c20 SHA1: 48f909fe0b73a1f0393d48d9a431f2daf62933c4 MD5sum: 198fec17c4e928dab69e516b59015baf Description: Clearpath Platform URDF descriptions Package: ros-jazzy-clearpath-platform-msgs Version: 2.7.0-1noble.20260902.034239 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 3249 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.20260902.034239_amd64.deb Size: 241052 SHA256: d72f4e5bcd3a7c419d64dd1c654d10a18996544711e9ee0fcf5fecc966abba0e SHA1: 2d5f50479c569660dd870e5dd74847d56622ea88 MD5sum: c3f213c8f682b85091ee5cfc04a4fb21 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.20260902.034239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 2377 Depends: ros-jazzy-clearpath-platform-msgs (= 2.7.0-1noble.20260902.034239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-msgs/ros-jazzy-clearpath-platform-msgs-dbgsym_2.7.0-1noble.20260902.034239_amd64.deb Size: 1936732 SHA256: 66107f09c504aacecc85dc7813bd5c2ce2fdf0d5f09cae0f7f0d2051aa0b4e15 SHA1: 20a06d2f5334b988b815e0055810966195a11b81 MD5sum: 0f083dc9384a765772053e653d1da88a Description: debug symbols for ros-jazzy-clearpath-platform-msgs Build-Ids: 057e669f45ed077aa8453529512ead0b8fbdd5c9 5d71773273a9bae311adf20d5795bc7b5a694b43 65e3bfcdf5eadcbd8c76b8f54c8bed5f62936219 947449da2e336d943b090db11e734b0947506bf0 99fc82a55f3b8a301b42362770de720e92b02026 a2a33c61e03d7edee36493c347260c0087ece055 b24254d3c520a43f5b6c15d29062c4087106c4c3 bc6847f907f83c3b90ad04c7d720daf0cdc315cb c030b8a9d88d51d7e9b05e34e9655a67e0579bb2 c2a25a2379ac9d0fda8ab1c590e69ab6aac77c3c ea6ccb6c55b6ec89b6b0e1fdc0f01864968bc0c8 Package: ros-jazzy-clearpath-ros2-socketcan-interface Version: 2.1.4-1noble.20260902.061736 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.20260902.061736_amd64.deb Size: 111354 SHA256: 5bf91df4b42b90cdba128943efd74e81d4cc13bd0703c93095a9f0b7703320d4 SHA1: 728a1b068df5a52ccdb3d930d6721a762826ce1e MD5sum: 91866d25e93e1d92f11265505d25b9eb 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.20260902.061736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 2170 Depends: ros-jazzy-clearpath-ros2-socketcan-interface (= 2.1.4-1noble.20260902.061736) 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.20260902.061736_amd64.deb Size: 1837520 SHA256: 82abaffd128534334c5f6f5b1609ab701a1ff17ef548f9e5352d986e7aff2b14 SHA1: d4a9ea60f00e975125334c506f0d07d6fa88a67b MD5sum: 410f1532b9d3920eb75a5faac4916ece Description: debug symbols for ros-jazzy-clearpath-ros2-socketcan-interface Build-Ids: 01665d5534ea171c1fabe3cfb964dcef602572ec Package: ros-jazzy-clearpath-sensors-description Version: 2.9.15-1noble.20260905.074031 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.15-1noble.20260905.074031_amd64.deb Size: 9530942 SHA256: 5c66e4c5c62c6f99ce1940c0b40b01be36eb589a76be48aff9b82dd5efdcc828 SHA1: 4a0e93e970f4bcf039dfe8984a3d3d711e5e1a3e MD5sum: f52500f3b0d65d281d163c9b0a7a825e Description: Clearpath sensors URDF descriptions Package: ros-jazzy-clearpath-simulator Version: 2.9.4-1noble.20260907.023155 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 41 Depends: ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-gz, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_simulator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-simulator/ros-jazzy-clearpath-simulator_2.9.4-1noble.20260907.023155_amd64.deb Size: 5634 SHA256: cf67d6d89bd0e7bd08a54354c6837b7f662e5921e7cfe43d4db6ff69b22bf0b5 SHA1: 36e27247214020634573f892c84d8444b24758c8 MD5sum: d800a3e43925250ff95cd5cdf99fa4a5 Description: Clearpath Simulator Metapackage Package: ros-jazzy-clearpath-tests Version: 2.3.1-1noble.20260905.083449 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.20260905.083449_amd64.deb Size: 64428 SHA256: 6385dffa2f071174f50da0149b34b753fc0599763a13a88f18a46dc846dbb589 SHA1: e99708ee121ed5fbae68c1c598d33da927135c30 MD5sum: 8bf6843e8f9a8a8108cf7b3eb99fa660 Description: Clearpath Tests Package: ros-jazzy-clearpath-viz Version: 2.9.1-1noble.20260905.083255 Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 114 Depends: ros-jazzy-clearpath-common, ros-jazzy-clearpath-description, ros-jazzy-joint-state-publisher-gui, ros-jazzy-nav2-rviz-plugins, ros-jazzy-rqt-robot-monitor, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_viz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-viz/ros-jazzy-clearpath-viz_2.9.1-1noble.20260905.083255_amd64.deb Size: 13402 SHA256: 18386d26cefa80e59c2cc445b6f4ac8e82c90f7cbcf6005645b8e12befdb102e SHA1: 9bab93344e7994b4ea33766e3e1fd8f1ea4c87a7 MD5sum: a517c753eb46429a35198f5e75b1aa3f Description: Visualization launchers for Clearpath Platforms. Package: ros-jazzy-clips-executive Version: 0.1.3-1noble.20260903.023149 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.20260903.023149_amd64.deb Size: 5584 SHA256: da94a3708a252e63681de46869cdb8ba276c80cae5c388377cb9bae0f1ff4a9a SHA1: 883f6330e4bb82350dd1640db2feb1b3b67df13b MD5sum: 6c655ca5674108beada3411761f70334 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.20260903.074624 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.20260903.074624_amd64.deb Size: 321686 SHA256: 96c6445a526a3ab183696090d228772a31c1ce883eedd6e81d87fb77c6b188eb SHA1: 641cadabae661d5e90a93d0d6c6afc6026e9a3ab MD5sum: 654e0d38ee9c91cb676128054babdd29 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.20260903.074624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 9741 Depends: ros-jazzy-cloudini-ros (= 1.1.0-1noble.20260903.074624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-ros/ros-jazzy-cloudini-ros-dbgsym_1.1.0-1noble.20260903.074624_amd64.deb Size: 8618628 SHA256: d8bae161758891a8c846de7a0d24ad09d49d6770a069e31b29dc2bf075e683d5 SHA1: 28f3f7f305a0a6e1b06dfde3381909949d157c5a MD5sum: d5a5b8de613e2c32e697d705a80420ea Description: debug symbols for ros-jazzy-cloudini-ros Build-Ids: 29f08ad892c077db20b301d0fdc8deb04daf1e61 3e411fca7a1f1a4c36e5ee21c252768e8646ffee 4f0c21dee46274738b0cd048063a90980ce2bdce 55d5f76326d3e38425884f630db0a0ff9b9a082a 728b18dd8705040a5eacab70031bf0b636a18bbb 7c455c64ce9ae103fafa04a08816db0c002358da a9d956a6635fc4c813719dda4fd94299d54d4502 d10cc279f3f450b5e40fdd9570203cff0ec7a9e9 ecb2a1add0c490e0c11d04439ec9653e4ad3e17b Package: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260902.083222 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.20260902.083222_amd64.deb Size: 81566 SHA256: 4108ea9c3a04ff9e7ea60d3937ea43b51b024bad8613e10430227ce5548e3d64 SHA1: ef7b71c7518a06b6a56fc4444645fcee9bec155c MD5sum: 2f31baf056f2396297f1a0907c882189 Description: Cellumation executor package . Package: ros-jazzy-cm-executors-dbgsym Package-Type: ddeb Source: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260902.083222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janosch Machowinski Installed-Size: 1419 Depends: ros-jazzy-cm-executors (= 0.9.1-1noble.20260902.083222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-executors/ros-jazzy-cm-executors-dbgsym_0.9.1-1noble.20260902.083222_amd64.deb Size: 1325300 SHA256: 63e1af4e5411f5a327c6e6839b0d1961cd21f4a65e7724d4ec7e4271c76d22e4 SHA1: a4126a459a6f2b8ac30d1f30f46e475b2d7f5cd8 MD5sum: 75f5d3c6ce0da15caca6f8c9cbf9ffb4 Description: debug symbols for ros-jazzy-cm-executors Build-Ids: 92bc4764d654b48ab4a1f30b07ddbb74ef40c6fa Package: ros-jazzy-cm-topic-hardware-component Version: 1.1.0-1noble.20260905.072441 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.20260905.072441_amd64.deb Size: 130696 SHA256: ec0cfd48133599a7492ef986dc9e54156b4f5fd340d6a9bec3fe9523ae4669d2 SHA1: f34931cb84e75d0674587f508b8b7619dcc3253b MD5sum: 7ab73c6917e5f4edf85650e9455f1e1b 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.20260905.072441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3164 Depends: ros-jazzy-cm-topic-hardware-component (= 1.1.0-1noble.20260905.072441) 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.20260905.072441_amd64.deb Size: 2608720 SHA256: 891560b6aafc72149da1edb5b7bd9ced14f0e5b425276a758b8b538939e60740 SHA1: 79c1f7f890d98499618ebe87e7b89fb1711e4fe8 MD5sum: f322fffa7b50816654f082dc653e8942 Description: debug symbols for ros-jazzy-cm-topic-hardware-component Build-Ids: ce1b4e18ea97b41d82ee5f9dd78263f12c94a474 Package: ros-jazzy-coal Version: 3.0.3-2noble.20260825.051040 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.20260825.051040_amd64.deb Size: 2028454 SHA256: 9dba1eee2cb16ee231c6e4ac07b8cf032dd504a7715e19423f14f41cafe4400b SHA1: f32c33229f2233a4623e44e1ef8816364e8e8bed MD5sum: 005d630136a6761434e2474eb8624735 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.20260825.051040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 78189 Depends: ros-jazzy-coal (= 3.0.3-2noble.20260825.051040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coal/ros-jazzy-coal-dbgsym_3.0.3-2noble.20260825.051040_amd64.deb Size: 70289968 SHA256: 018832c7e1b54f96c0958cf300e9f3cc6ddac3d1c4ee8cb09f59dce3539a90fc SHA1: d4332178a2aff0b1ab95b254870408f650113daf MD5sum: 8c50f445200e34dd4428a258935ef520 Description: debug symbols for ros-jazzy-coal Build-Ids: 0e72fedfa022e6666e859bf5b8440c66b05a366b 190a8a979d536407478c76ed89711ac8abcc475f Package: ros-jazzy-cob-actions Version: 2.8.12-1noble.20260902.034746 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6494 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.20260902.034746_amd64.deb Size: 367290 SHA256: 66612dc7b39ca41d6acb50770ed5eca4e130fbe24228f0ab94b8ecc0a6ada69e SHA1: 0b3e9e029e36a2612b77c93ca2d3b3293669279f MD5sum: ab8557b65c4e3f8c2725d96ec17ba0e2 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.20260902.034746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3253 Depends: ros-jazzy-cob-actions (= 2.8.12-1noble.20260902.034746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-actions/ros-jazzy-cob-actions-dbgsym_2.8.12-1noble.20260902.034746_amd64.deb Size: 2294466 SHA256: 14bd2be0020b9fc4e5b13bdd2ac0770571dba469011fbc7758d9191da9545ba3 SHA1: ef70b63d3411633be817fcf07f25d6bd8927dc31 MD5sum: 130c8ca2621ad8ce169ca57704618166 Description: debug symbols for ros-jazzy-cob-actions Build-Ids: 44b71a683c745c3e6e0ab0866e008555fec73f0c 6806f002feb86da1ecbe401a4740dd001dbf606d a7a22288e9392dc5f9134806b3305af483f0d6eb b0b59b41e30c8a0fe56980c0029452534d528abe b17184b75113a5581d01e26739f832e208817d10 b86e90d44545e096c4d4ab0a6c91827b1a34fdf6 ca9c1adf620cc3d5507a0542dfe7724c6e3bdbe9 d534778ddde2a5a1415351639f9f4263860c2467 d55972f5d93db3233d3f0d7cd59ed42a171f21cc dc3ad46aeefe5664a19ec81460ebf5d444db1cb0 fc04eab0ef34cb619b2373a49aacaf2b6fd0f59e Package: ros-jazzy-cob-msgs Version: 2.8.12-1noble.20260902.043452 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1504 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.20260902.043452_amd64.deb Size: 125130 SHA256: a4520ceefa6cdc9b4e5c9664df99a81de64212f6a9b4676a2d7906730a6eefe9 SHA1: 26a7bd9bf2c745e83c0a56cdee63a12b57c655b8 MD5sum: 6933c10080f7e49c6d6cc97943dccf55 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.20260902.043452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1046 Depends: ros-jazzy-cob-msgs (= 2.8.12-1noble.20260902.043452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-msgs/ros-jazzy-cob-msgs-dbgsym_2.8.12-1noble.20260902.043452_amd64.deb Size: 850622 SHA256: 94b598ce130fefacd57508acb57f2ebd40896263bf1fc0756c44fe2d4efb15b4 SHA1: fbf38a2ecc8d55f69bbed9bc4eadd4695b728814 MD5sum: c34b1f8a600c66a8db62d668650f041d Description: debug symbols for ros-jazzy-cob-msgs Build-Ids: 260fe1cce33c768945a6c0f0965540e316e22ff0 5615173ae35d6c5c6da1c2a7a3501ea4c1f051fb 57c700f530290b32f354193a67968dc9512d06f0 598881f88ab7762768a5fe5a71a77f694cc1e086 640e80f7b060000fa0fdb4fdbb48ab966e591d8b 8402655b0eca0ffb3a7e100d9633845b864dd7a3 8ffd5aed1bea4a30bc78d42f42bee389a3894f17 a767883442f3ef6bdc8f3790eed20f3aaa711299 c3e7e9f653f12a402ba42ec0d595ab9619cbf4d0 cfd02ddb615df172006d3d01ef105fbe28d88cd9 e12929c5a346678e073c7ebeba85fe7890329505 Package: ros-jazzy-cob-srvs Version: 2.8.12-1noble.20260902.041322 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1467 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.20260902.041322_amd64.deb Size: 116492 SHA256: 5ba241e5d6a6e6b11dd448d7f8190e31008b4067ab17b29a490d43d293c4f3dd SHA1: 41ab1b7ee1ab29b0e47dde4fafbbc3e5356f7716 MD5sum: 11653968deb816c71533d214baec6286 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.20260902.041322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1049 Depends: ros-jazzy-cob-srvs (= 2.8.12-1noble.20260902.041322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-srvs/ros-jazzy-cob-srvs-dbgsym_2.8.12-1noble.20260902.041322_amd64.deb Size: 812132 SHA256: 0fa97d20bcaf957f23c0b929c07751c5b3f086185f39fb4515ce74467802c035 SHA1: edec3609571f6b2f6dce88ca7783a96150b70784 MD5sum: ffdd210e44f0a111d6dd978ab6aa55f0 Description: debug symbols for ros-jazzy-cob-srvs Build-Ids: 2f107c7a4388baaaded97f60c30447b8cc4c879d 38b2c65967152f4a6f37471d7e844c85496443ec 49fc220740a68d1b4b1c08ed71c3ab0e4284663a 5da7704cbd841eb0591477c8a401ff0be0dd9c6b 5e5cbdabceb7a8c5a54d9304b46bce380603d247 683365f2cf009dddb5a31567fdecbf02bd534702 70ce6fed737bb5c4fdf4704d6bcaa308716b8d02 b98e29e25dfd4aae8ba83b638eb3b753721c52b5 c0849295e0b9699d0fc3f8e3b54a5fb91028d781 d9e10a288421f3b6239f1975bb0b6c30735be779 e4c5d9db4b8d52dfd42d69745fdd0583c46e4d44 Package: ros-jazzy-coin-d4-driver Version: 1.0.1-1noble.20260903.012002 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.20260903.012002_amd64.deb Size: 94220 SHA256: 048eaa32bf3e02a720de8d0454ba5aa21b1b4fd68717594b93e8e7f226ad4d51 SHA1: bffcb55607c690523f2479d7e715e6ae6072b449 MD5sum: c0a4c3d3b2f710c4f7530ed5cc89f1cb 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.20260903.012002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1924 Depends: ros-jazzy-coin-d4-driver (= 1.0.1-1noble.20260903.012002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coin-d4-driver/ros-jazzy-coin-d4-driver-dbgsym_1.0.1-1noble.20260903.012002_amd64.deb Size: 1823600 SHA256: 3f1321bd1db95b51cabda08743a9fd023bc1d627fefc2c106f464f7e66279cab SHA1: 6e1c0d0cec46a8b7fe3763caa06ac4d3addff3e9 MD5sum: 0691c6507bd07cfa159f9ab111906051 Description: debug symbols for ros-jazzy-coin-d4-driver Build-Ids: 12a051d5a295ded77e11620016260adc4a7450a6 aa40ee2ce09b95f7876fe64883a23c873208b328 b6a40b67f0c4036f39b91f87b6267f76c629e1c3 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.20260905.071800 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.20260905.071800_amd64.deb Size: 72340 SHA256: 97ac05dc2799d43d6b676cbab3089a42dac4e985eebe60301591dee5898602cb SHA1: fc7a0d62fda09051134b1f2bcef210170e534083 MD5sum: d690c9a00b5d32048e86ddc0509ba40d Description: The color_names package Package: ros-jazzy-color-names-dbgsym Package-Type: ddeb Source: ros-jazzy-color-names Version: 0.0.3-6noble.20260905.071800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 993 Depends: ros-jazzy-color-names (= 0.0.3-6noble.20260905.071800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-names/ros-jazzy-color-names-dbgsym_0.0.3-6noble.20260905.071800_amd64.deb Size: 912246 SHA256: f946cc9c07dfa68ae39c6ffcbc6f353f9f12f400aff108c39f1101d8db319b08 SHA1: a0f6294796e340612eb4484dcac121a82505e0a7 MD5sum: d3044c811e5c87905152a75000e263bc Description: debug symbols for ros-jazzy-color-names Build-Ids: 24c01a3e5195f81084a58cb636a82f885322bd99 9d712b57fcfbeb9be88cfe092fbc5aea7ed01bc9 Package: ros-jazzy-color-util Version: 1.0.2-1noble.20260902.034919 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.20260902.034919_amd64.deb Size: 15710 SHA256: 9a9d5e94855a8a7e2527df3080cb5182e8d102cf72c0d96b4142ab8b89ab7994 SHA1: fb41be22c9d19172194d86efe0dc53009bd5a921 MD5sum: 934c554025c62305fc602966b93c30f7 Description: An almost dependency-less library for converting between color spaces Package: ros-jazzy-common-interfaces Version: 5.3.8-1noble.20260902.043650 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.20260902.043650_amd64.deb Size: 6140 SHA256: 049b457a7c37e2ed35f1770623d479e29d75d7101d14651db97a4d144eb77664 SHA1: 7cfeb77569d3268c1e41698c682c050c67b5f640 MD5sum: 6361391a7e82306c5b2eb50623b1270c Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-jazzy-compass-conversions Version: 4.0.1-1noble.20260903.025114 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2900 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_4.0.1-1noble.20260903.025114_amd64.deb Size: 472994 SHA256: ebdeacb3247f486252ddf24987cae832b2d9cffaeb7b69a66b08171f800fdde1 SHA1: 7f35de0427d8234681ab79c8476e4fa444336497 MD5sum: 741c12966a460d77ec0ab0263ca6977a Description: Common conversions for compass data. Package: ros-jazzy-compass-conversions-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-conversions Version: 4.0.1-1noble.20260903.025114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12828 Depends: ros-jazzy-compass-conversions (= 4.0.1-1noble.20260903.025114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-conversions/ros-jazzy-compass-conversions-dbgsym_4.0.1-1noble.20260903.025114_amd64.deb Size: 10717296 SHA256: f6fa804f1b910a9b2a3f536bc02182eaaeb889b8637c4fee6596afc8a3bfa45e SHA1: 3412a69c4f850c3fad0a5251f950f6dc64777360 MD5sum: 099ec8c90c9b9398b4bef11530e2aa1a Description: debug symbols for ros-jazzy-compass-conversions Build-Ids: 09dd1951538bc65691d2aab3bfea63cc7c8f7049 70a7d10a7b6afc3b178fbb9e789d185d26ef61e7 78be0151ed5044fd8d11e8a7ea8071c5b0624781 a1f10ba14fdad59bd9ec83bf53faa13a69ef702a c65814bafb01609b1da22761b580c925df35fc89 d4a124234a6b8fe594bd196d7060954e55f87b63 Package: ros-jazzy-compass-interfaces Version: 4.0.1-1noble.20260903.024605 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 571 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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_4.0.1-1noble.20260903.024605_amd64.deb Size: 77038 SHA256: 18dda6cba43ef743f117337768345617c5e3791cd85c2f01dc3aca4b6984e133 SHA1: 595e500bbfa92d598368a54d01218e7ddbdc983c MD5sum: 3fa899082077509c180e01e32872c50f Description: Messages related to compass Package: ros-jazzy-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-interfaces Version: 4.0.1-1noble.20260903.024605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 532 Depends: ros-jazzy-compass-interfaces (= 4.0.1-1noble.20260903.024605) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-interfaces/ros-jazzy-compass-interfaces-dbgsym_4.0.1-1noble.20260903.024605_amd64.deb Size: 429552 SHA256: c1987cb01814dd7100130c7aef9e74689ed352451f3d1d9624ccb000e98edd66 SHA1: 00ae979f47b67c44ce9587912121bcd26f2c5f1e MD5sum: 2ba603247af73050d593035e48420534 Description: debug symbols for ros-jazzy-compass-interfaces Build-Ids: 23d989747225937ba5477d185a553fa15c9539cc 26fbdbeafcb114f11848844ff0b72c785d1e6897 32c1e072245e639b56a0c86e226f18db18ddb3f3 790d307a89bec1778500bab37108620cbce0a1b6 7f8f3fb94c317bf2afe200f28ef3c68c5862bd04 b11814128ba9ca79c9940e0fffcbfce5441c3a87 c06bc885269e89e38efa60c24b53bb2e41db2e3c c7fc9ccefddafe28a6c976658704a7782c0df5fe c877a169365d12a738665ae4ad7fe4a01e813489 d8d34faa013ae336e28effb4905d1797bb09de68 dbcca9d59c9eb72d4e979a0df3b3cba9417cebb7 dfa67978f60113607b419184ce4d1c2a811b3183 Package: ros-jazzy-compass-msgs Version: 0.3.8-1noble.20260902.034250 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 459 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.8-1noble.20260902.034250_amd64.deb Size: 44208 SHA256: 5da6ccda71545793b9d8eac95b2e0135f59e4f86954b3ce58b447554e2f58ea5 SHA1: 6b0b41f4e0a0b7a69f6b76836c89155b12d7a694 MD5sum: cf98448c1ababe481e047f243af18511 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.8-1noble.20260902.034250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 274 Depends: ros-jazzy-compass-msgs (= 0.3.8-1noble.20260902.034250) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-msgs/ros-jazzy-compass-msgs-dbgsym_0.3.8-1noble.20260902.034250_amd64.deb Size: 185920 SHA256: 6fb45634ea2b11efdf23bfe6b2c574ca5a0a1a08ad95bcac6d6496229ab6aea1 SHA1: 9e897545bc6d92b78d0d1677fbfa8b7cae9ecdc6 MD5sum: c97ab3a6a2fba2dd2a38cc45e0e88c80 Description: debug symbols for ros-jazzy-compass-msgs Build-Ids: 09e9b1b424a3668a04e9a8facb4ec8c2f6f5b4ec 11ceb0a32415fd7dc8580117dbb145ed111596a2 1aefabf7e628007ebb60838266029d7aa52b9b64 2abb8313cc25264bf94bdafaa32d0b3623467fda 44c9e3d0e3586abdb41f9ec927856b6675a1dc44 6bd0060e77e32ba6d87fb298133be94f80cc258a 75f9dea8472cfa4ce47b2d58469c8de49760665a 84241f164a38001e397fcd3636993788c345ac1a 9a27a4a8063d6efd8eda86577b2fc47bfa617148 d8dc5916bff95c81c117c03456eb668c97b5138e dd358196166a5b6a4ed63c780c35db9bab0233a4 Package: ros-jazzy-composition Version: 0.33.11-1noble.20260902.064433 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.20260902.064433_amd64.deb Size: 219194 SHA256: 73652fab78693f4525d19feda125f0aa1a7a51431e1c2da27b9eb46c9068b982 SHA1: 4e0594adb4422ffccea506b82937176254acc785 MD5sum: 0f7b3baa5cba0d33c6361e3cb4e2de18 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.20260902.064433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7007 Depends: ros-jazzy-composition (= 0.33.11-1noble.20260902.064433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition/ros-jazzy-composition-dbgsym_0.33.11-1noble.20260902.064433_amd64.deb Size: 6217122 SHA256: 1b222a4f3cfc56d9b7666bc9bf7277b67cf305d707c2771902ef55770a9160ab SHA1: 445ac0232316d3e3c0c4a10be1c52db4df49e798 MD5sum: 5ffbaca29888f3ba8d1d9acc0fc3fa87 Description: debug symbols for ros-jazzy-composition Build-Ids: 1b9c62fb6ef1ef64c22726c4acf7e2debfe08c84 537a5a7a1530c34113c9c153fb8bf9e99158e436 68718f0d4266dd985286770a4641395bfcaa4538 87a7abc12ec279dc3d4e65e38e42d1ad27672346 9a2b061c21ad118dc14818b5386096a38ec66f81 ba04b676f465a2e76ccb16e65d788ae29275c92b cdfc5e72dba86881d77aef110c5a4206960baec1 ff569d867be0811c373780179ac93b457485390c Package: ros-jazzy-composition-interfaces Version: 2.0.4-1noble.20260902.024252 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1752 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.20260902.024252_amd64.deb Size: 156606 SHA256: 986cd86d12a03281c8ab6791367f0b8c0f87cd4828c7c0cd58d07b95aceaf452 SHA1: 0dc389ce304886a02b584da9fd64fae26741e6c6 MD5sum: 0c70af0b1751b6a7caf7c5bf945138ea 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.20260902.024252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1528 Depends: ros-jazzy-composition-interfaces (= 2.0.4-1noble.20260902.024252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces-dbgsym_2.0.4-1noble.20260902.024252_amd64.deb Size: 1255234 SHA256: f19da068027f7ac70b3ee5127c9dd1a5d6cf502d14167c1b4a0385fab0b2772c SHA1: b538930c4136f849719aafcdfc512c031cf08b97 MD5sum: e54bff951ad16ebd37a96ac08ec3d1f7 Description: debug symbols for ros-jazzy-composition-interfaces Build-Ids: 04d178ba93ff4a0d6e6c038a084511e9e7fbf65a 395791c164e9249043b946a0eb0d45c11946a86f 5dc97d56a2cdaf10e8993cdba116b3e2ea2a01ae 6209feff5cc6c1a7f922788f8104047bafc3ce4b 779df85aebc5090adc3c16df2562f391fef4c818 795c24d72b284a8a0a3c6835696dccff0c0419e0 7c97516a2da1e9160cc26c26404e36685ac39446 ad90b08edb5d0d726f4e21b30ef349a68e0277fa aececb2228189af713466546bb9db8955462e6e2 bb2a83250ec672a48b264050e8ae8576fd2b0c6b dc5771a1deb1ae869846b9a586b8f0b69dc16ce8 Package: ros-jazzy-compressed-depth-image-transport Version: 4.0.7-1noble.20260903.071753 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.20260903.071753_amd64.deb Size: 200718 SHA256: 5af38bbd0269600a8cc6ec373d0e918da7a2af99bddc97c8f75689559b467d2b SHA1: e6232584e815b57528197390ed75660a34ab07b9 MD5sum: 70233aee47da053597938519b57a5679 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.20260903.071753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5043 Depends: ros-jazzy-compressed-depth-image-transport (= 4.0.7-1noble.20260903.071753) 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.20260903.071753_amd64.deb Size: 4428556 SHA256: 0f45787b08b31965a268bade48685508d3d75da552b23fe64c46b6a78040a57e SHA1: 32ea2b348ad405fb7844ea4d7ada8abd2701bd28 MD5sum: 7fde1b74ee48a72358e52005695b0794 Description: debug symbols for ros-jazzy-compressed-depth-image-transport Build-Ids: a34e1e63282fa55c277617aead11eb0c685be47f Package: ros-jazzy-compressed-image-transport Version: 4.0.7-1noble.20260903.072043 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.20260903.072043_amd64.deb Size: 201202 SHA256: b262d28efca8bff894cc2fb97bdbb988f299613fa1fb70ff252e8960812b2409 SHA1: df5764673f06beaea0dbf79d61657252d727aec9 MD5sum: 817bb8913c1e09b687d3981d93528296 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.20260903.072043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5191 Depends: ros-jazzy-compressed-image-transport (= 4.0.7-1noble.20260903.072043) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-image-transport/ros-jazzy-compressed-image-transport-dbgsym_4.0.7-1noble.20260903.072043_amd64.deb Size: 4551132 SHA256: f76023b5e2cba011f6c28a0702ad5fd02635c36aefba8a5548807134920340a6 SHA1: 48f070965f8672706017a8655e31d8e252705b1e MD5sum: fb47b69407c346393890dc672f8d1609 Description: debug symbols for ros-jazzy-compressed-image-transport Build-Ids: 4a8f5a837aaaa77b881363e1d253a296a66ddb4f Package: ros-jazzy-connection-inspector Version: 1.0.1-1noble.20260903.085146 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.20260903.085146_amd64.deb Size: 952600 SHA256: cf6c44797a089653cc97dae8b0f542fa06eda63d78fcdfd867c7610a8da67eaa SHA1: ea5421a1a8fc9f971ebb158901865d7873c27e37 MD5sum: 215ec83479d75393ca2f31797550b783 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.20260903.085146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Swaminathan" Installed-Size: 4216 Depends: ros-jazzy-connection-inspector (= 1.0.1-1noble.20260903.085146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-connection-inspector/ros-jazzy-connection-inspector-dbgsym_1.0.1-1noble.20260903.085146_amd64.deb Size: 4095680 SHA256: 2d9cb9efe56a111a38a3e7d6767176394a5b616bc1ac0f809d97ab518f274944 SHA1: 72d2d8ee5579cb60c47fa7a9a2e3d99b3d8ed05f MD5sum: c3c66cccfae940ffa2fd847ae51baefe Description: debug symbols for ros-jazzy-connection-inspector Build-Ids: 0ef5e6c38c3f6d82eaf15d4d47321da10cdcff81 68fd562ca132eb421a2e38bf70a421de79effdbb 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.20260902.033706 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 2201 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.20260902.033706_amd64.deb Size: 154402 SHA256: 2552c6ce565417582502d6ef772b8540196c342732df94be29e1a20e50f03b90 SHA1: 135b262133fbf0ad3e379ce4cb43ae9fb6975845 MD5sum: 3d9dc19780d1f7fd8c4e38bc640d8d63 Description: Messages for Continental sensors Package: ros-jazzy-continental-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-msgs Version: 1.2.0-1noble.20260902.033706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1309 Depends: ros-jazzy-continental-msgs (= 1.2.0-1noble.20260902.033706) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-msgs/ros-jazzy-continental-msgs-dbgsym_1.2.0-1noble.20260902.033706_amd64.deb Size: 1060304 SHA256: bed2056a46925780da084652970d26814b8cd682ac96a9b8cad723133bb730c2 SHA1: e1abb766418bf4c7785188c80a5261da3c6970cf MD5sum: 8472dddd5bdf81277a75df317889cb9e Description: debug symbols for ros-jazzy-continental-msgs Build-Ids: 04a8149c804997f79cb53ae3490c68784a599bed 3a7f0d62c61c4e93ce09e2d60d37e3f5d0505da4 4c353be3478615bfe7af0b30ef4fe402f4927842 5929a239f48d7cc85e800479a41baabed7c843f1 7c21135170f600c42b683e600f445f06c86a510e 8fc3fe2f9ef749ea74189f241ae2694d1dcbb564 9c6774c2c93d8c092a8c35dc39a5b22c39417376 9cbd6b081caa0e996f0f4657276883bed9c5167a a4054575c5080b39fb78c60a46d4c406864bc827 c510eb0679b827df57d54a1e32767e0db9d59b27 f4bdf78b7f93e23dfd8b36245715750838acdf36 Package: ros-jazzy-continental-srvs Version: 1.2.0-1noble.20260902.024248 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 2770 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.20260902.024248_amd64.deb Size: 180310 SHA256: 45ccbedbb52be9d1bb52069f5f35ae6b71d6323bb8657b35fdbd2080f9af4d5e SHA1: ed14e7df5a63ded8f0f345b5e0c23f26130c92fd MD5sum: 762e40118355d5387ccff37fc27c11b9 Description: Services for Continental sensors Package: ros-jazzy-continental-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-srvs Version: 1.2.0-1noble.20260902.024248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1814 Depends: ros-jazzy-continental-srvs (= 1.2.0-1noble.20260902.024248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-srvs/ros-jazzy-continental-srvs-dbgsym_1.2.0-1noble.20260902.024248_amd64.deb Size: 1373860 SHA256: 4fae47447a80a4d09212f158d9e8b817b60013f67a81834c3fe701b258e3ed4e SHA1: bc395ad90b79dae9309259749b9e4a25230c95e9 MD5sum: b3038f89fe5bee82e182bae3b8629c6e Description: debug symbols for ros-jazzy-continental-srvs Build-Ids: 111410f6f32e9259ccff1e6670bf738986141d7f 17b751de569f8599b960ae7fffc030dacb93a5f9 28a1cac1fcaa8c6440da55b767d1940624b1f0e7 3e697ba822e8750494ef9959a23cfb1d4e0481b8 4cb3d471a989d885f40971eecddbbd6758cee870 65d53c155d44be1e167c6cdd1521a2a6571aeeb6 74b86b7e0ce39f6295970b0e11c1048d2cbc4a99 8f3d60d34d0d65dbfb5ac295d1b4359bc459acfd a04040ee3393e0450b1ce39be228980b55b96159 a499820547509b6a2f1edef381c98d994451a213 ee7f51542aaf4cbe11af00160b97556bf7db355c Package: ros-jazzy-control-msgs Version: 5.9.0-1noble.20260902.042746 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 15615 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.20260902.042746_amd64.deb Size: 901772 SHA256: 2c2ec971085107709e54e3d67af24d090189eb6f5f4101902a0c4fd4c6b4704b SHA1: dccaea6d0bf9a8379eecf8a655805cca2901e8f2 MD5sum: 21d7d11374696be0322478776923dbd4 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.20260902.042746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9740 Depends: ros-jazzy-control-msgs (= 5.9.0-1noble.20260902.042746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-msgs/ros-jazzy-control-msgs-dbgsym_5.9.0-1noble.20260902.042746_amd64.deb Size: 7525704 SHA256: 4063e6e84cb2aae1eea1e347a92ac02883719274a5ce1e2a5c3a1d85516b0237 SHA1: b81e914d5de3a7bbca30514857582e9d000f9a16 MD5sum: 1dba6a5eab5a3284aa2f0aafbd02ce3c Description: debug symbols for ros-jazzy-control-msgs Build-Ids: 0c456d1270c8c82c9d46744526df735e2fefe22a 103a507c778878fb592043c2ca78eff812de23c8 152e9a28268af3ab8c59245875a61114deb26c2e 1dca35cc2336d0697b2c62302b40974197bdb682 417acd5aa9b92fd97e0176bdaea4ecc667dec2cb 46d9b418d5833df2b0249bbf670b5975f1a83d7c 535b2b0a34fd1cd7b32faaa82063e1db593d608b 77581cf4a3ae19541823c5c31b68c304dd4c8a5f 826177d845f40ea1e65c3757765509f07b44ba17 ebe796014d157859af82142c59f552a251bdcd18 fa42341cf2b8384239cd3b9c60a7c39819d7ad39 Package: ros-jazzy-control-toolbox Version: 4.11.1-1noble.20260905.031621 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 882 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.1-1noble.20260905.031621_amd64.deb Size: 195370 SHA256: 1c9f276b10905fc38f0b27259c1dd105268c47b61841ea2dd0e7a24652577f27 SHA1: 4414637cfa05e28c95c6cae0c4da7ef812c77bd8 MD5sum: 2cf38a61a81820abbc893d421c065625 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.1-1noble.20260905.031621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3390 Depends: ros-jazzy-control-toolbox (= 4.11.1-1noble.20260905.031621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox-dbgsym_4.11.1-1noble.20260905.031621_amd64.deb Size: 3198450 SHA256: 3c26b417c629ecc0825ab6a72cfd118fa2f6a24b861f9cf2083b0437c1408126 SHA1: f3aa3fc626fbb050fcaa7d4a251498f5cc83986d MD5sum: 966f2dd6b1cb1ecccfa8ceee4f2fcfa1 Description: debug symbols for ros-jazzy-control-toolbox Build-Ids: 2010093b727880b2475eacaf2ba1dd5e4a93e963 22d2d1af328024cc2b6f2db22053f560d22974eb 659bde5718453793c32a3fe4e8b269b31b375be7 e96a640ba672dadc0c72ec4e792c7decbf962021 f96d3e91b6116c00cffef27089f6b87e25617012 Package: ros-jazzy-controller-interface Version: 4.48.0-1noble.20260905.072534 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 359 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.48.0-1noble.20260905.072534_amd64.deb Size: 95278 SHA256: d92f9b474d7e20850d75a50c5f8b4cf8fa7d0dbf6a5c1f8d87569b048b01bd69 SHA1: 8367227c7e186f9c665e4ef35041a3441199c7c9 MD5sum: 551703468c3a135dba2e00a62b44df39 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.48.0-1noble.20260905.072534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1349 Depends: ros-jazzy-controller-interface (= 4.48.0-1noble.20260905.072534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface-dbgsym_4.48.0-1noble.20260905.072534_amd64.deb Size: 1306694 SHA256: 21229b11a7b2b93b43ab109c16389872743ed34af3aa5b8d65e55672fe881dba SHA1: a6db4ca9a340769ba788097297352ea6e1fee241 MD5sum: da932605ec3a93a5af7aba77ef63c37e Description: debug symbols for ros-jazzy-controller-interface Build-Ids: e1d18df233727e0babe0df061a8d83ab8e8a9a98 Package: ros-jazzy-controller-manager Version: 4.48.0-1noble.20260905.073118 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2133 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.48.0-1noble.20260905.073118_amd64.deb Size: 527992 SHA256: 454488aac773215dc8492550e2cb67980e63c9022a886d335a64a8e56e6ad067 SHA1: b8711d018c9a50c3aed1853fd9f5efc81d5eb501 MD5sum: 48562b47cbafb02b24dc3cdf5c639b76 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.48.0-1noble.20260905.073118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8313 Depends: ros-jazzy-controller-manager (= 4.48.0-1noble.20260905.073118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager-dbgsym_4.48.0-1noble.20260905.073118_amd64.deb Size: 7523864 SHA256: b57a75449a91a89b7d54a23db6d5a48c8aee495e014e56531cabd8b0ad78d30b SHA1: 5f09f7323cf879be67e86dc3abacb80608679d01 MD5sum: e2e6ac38e4e20b286e0efb382b7949aa Description: debug symbols for ros-jazzy-controller-manager Build-Ids: 06cf6280219cc5e3085bc7209086d56e82483dc6 7d323d0248a927de18545d42a6843f60a590a9d6 Package: ros-jazzy-controller-manager-msgs Version: 4.48.0-1noble.20260902.194724 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6339 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.48.0-1noble.20260902.194724_amd64.deb Size: 399442 SHA256: c436ffddfb16748f2a876f4e57acb1c97de613bfc67bb9e24ff212a41ebb9168 SHA1: 331c5785d1d911b4dd443c8ffd393466a9fd3fa3 MD5sum: 744e5894ca819970e53bd360e5ed9dc5 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.48.0-1noble.20260902.194724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4694 Depends: ros-jazzy-controller-manager-msgs (= 4.48.0-1noble.20260902.194724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager-msgs/ros-jazzy-controller-manager-msgs-dbgsym_4.48.0-1noble.20260902.194724_amd64.deb Size: 3722196 SHA256: 0acb4de64cc87ee406a7a4c1b00aab867ed37b1dffa9c7fe420caaff21b085d0 SHA1: 5ef84d8e33eb56a2adc9a6dfdc58981ff3bc86c3 MD5sum: 99b10104d41bb3401b827edf5f535a8c Description: debug symbols for ros-jazzy-controller-manager-msgs Build-Ids: 07d2fa0d61a5a7bb0dfbf189842a2acdfb6532df 08df8fa17ff00c08a4d10ee2cc999f27e4641f32 21842209386389a6a86bd7aed4659f24da0b26b7 2b78a963ee6b53dac1cfd0c7d0c8873e06c9950c 4d5ac3226de7b30d214355d71c2afda1d4830a18 835d0d95fc99fbcffe83e74cc655a064b7604002 88f4c80e24254d4809543d808239fd92b86f6a07 a358fc3ea12f317ec493a185da1536a84fccaf83 a8c026e63c7e37097f76ea0f745961a52041ebca ba9146ad11441419e61c9c01ca53f46c1b876c81 f8a7188590e9469f502d2b852987a40ba66e6990 Package: ros-jazzy-costmap-queue Version: 1.3.13-1noble.20260903.030125 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 Homepage: https://index.ros.org/p/costmap_queue/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue_1.3.13-1noble.20260903.030125_amd64.deb Size: 18418 SHA256: c4064d20b806518489230440533c350849fee577b1778e596b625deb282b5070 SHA1: a1bff8177b4c7ca36fb617db22333c8495db2ce5 MD5sum: 8f01c4bfd240fcb10b04d2e35f7e6cfc Description: The costmap_queue package Package: ros-jazzy-costmap-queue-dbgsym Package-Type: ddeb Source: ros-jazzy-costmap-queue Version: 1.3.13-1noble.20260903.030125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 137 Depends: ros-jazzy-costmap-queue (= 1.3.13-1noble.20260903.030125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue-dbgsym_1.3.13-1noble.20260903.030125_amd64.deb Size: 122278 SHA256: 152c4f0f4c7165dc18050575a8df966d3705c9753cb369d3e4a154e55410a159 SHA1: 061992fcafcf9d80945f0f5b0b6834b2aab9dc6b MD5sum: 1a4a702e3f9e454fc742d5e57a49022b Description: debug symbols for ros-jazzy-costmap-queue Build-Ids: e88adc325d6caa204c34c625e0dbdc7bbdccfd60 Package: ros-jazzy-crane-plus Version: 3.0.0-1noble.20260907.025603 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.20260907.025603_amd64.deb Size: 5638 SHA256: db6cd49a1f44b48f1496d8ab703c0539c19692759b1080e14b4c1e5eda2fd861 SHA1: 17f19759f9181862d0681fb24060d38f8466f0a6 MD5sum: dc2fa4dc92cdd137c0624997932e566e Description: ROS 2 package suite of CRANE+ V2 Package: ros-jazzy-crane-plus-control Version: 3.0.0-1noble.20260907.022720 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.20260907.022720_amd64.deb Size: 48096 SHA256: b1e8871f0db91fba3628ea3fb761c67c5671620b1c2cb965e1a56941e0c31233 SHA1: bdd7bad61b808b86084647b869035ef5a06f0aa7 MD5sum: 69c9626558426a559acb50bc43ba4502 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.20260907.022720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 747 Depends: ros-jazzy-crane-plus-control (= 3.0.0-1noble.20260907.022720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control-dbgsym_3.0.0-1noble.20260907.022720_amd64.deb Size: 716508 SHA256: c78dc326d70b9ee81534d51789480f8f69640cb3c790527309ce85ea4dc3a703 SHA1: 9f1a5e879ae0691414f42e20ad799a215c828fea MD5sum: dc686d668fdaff8ab29b3c24122b1cf1 Description: debug symbols for ros-jazzy-crane-plus-control Build-Ids: 13249b2296e616c1806008fa1aef3a25588e2f18 Package: ros-jazzy-crane-plus-description Version: 3.0.0-1noble.20260905.084328 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.20260905.084328_amd64.deb Size: 1906542 SHA256: 78d1f1024751fd9347079b3c2d8da48b7f31219dcb8e67033426ab67c3d17a8d SHA1: 8e65eb1178e0dc70478e51c6610dbb8b8fd89200 MD5sum: 123f20046a1ac4cae1c7d607fd6406df Description: CRANE+ V2 description package Package: ros-jazzy-crane-plus-examples Version: 3.0.0-1noble.20260907.023942 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.20260907.023942_amd64.deb Size: 286054 SHA256: 04f071975e4907e51f8b29a0ffd5f4ee04faae60f03cbaed79138b880970615c SHA1: d609a7a0b6e99810921dcea61687cac9ae57ef17 MD5sum: 8852816261bc671edb6cac8f623092d9 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.20260907.023942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 15393 Depends: ros-jazzy-crane-plus-examples (= 3.0.0-1noble.20260907.023942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-examples/ros-jazzy-crane-plus-examples-dbgsym_3.0.0-1noble.20260907.023942_amd64.deb Size: 14069164 SHA256: d98656b15d25341f1a8494b4ef597f527eaca39c035c9fd2fe02f6abc8f39edb SHA1: b76e338d40e02ec164149df1697574c93e023baf MD5sum: 4ed3217882aae2500d998ecb589530d2 Description: debug symbols for ros-jazzy-crane-plus-examples Build-Ids: 39d13425f71ba0c28838a4166b25b940559e403d 7fb2277520762e3a58af94c4284d324301433602 86c2cf72490c628d4a12c4551ba3afbaf0a2adb9 89cfd71811a720eb4106a63824081859e262cc23 bbf3a4470aac9a5c82a59f980fd32b9472fda3bc e3307b9cc7dbdb86bba7f82772b46a95eb604fa0 e92f2bda8b23e2475b73424d0350fb935df5d8c6 Package: ros-jazzy-crane-plus-gazebo Version: 3.0.0-1noble.20260907.022731 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.20260907.022731_amd64.deb Size: 13260 SHA256: 8ae9cc00d888799e24e15542ac42f28496150d3614ef18a7ecaf062c05f16946 SHA1: 6fb19f7a1608c66ae60d671c7500b8228046a1f7 MD5sum: f6e4370e8d95c390b69433e662606171 Description: CRANE+ V2 gazebo simulation package Package: ros-jazzy-crane-plus-moveit-config Version: 3.0.0-1noble.20260905.085308 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.20260905.085308_amd64.deb Size: 13924 SHA256: b26624e8cbf5b5e03bbf77caef5e84f6e8b708c3461f990f16354034058f7177 SHA1: 446135a12ab32996dd67630552e206d096d1d4ca MD5sum: c47974bb7937c5b398e244cde80cae04 Description: CRANE+ V2 move_group config package Package: ros-jazzy-cras-bag-tools Version: 4.0.2-1noble.20260903.095009 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 169 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://index.ros.org/p/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-bag-tools/ros-jazzy-cras-bag-tools_4.0.2-1noble.20260903.095009_amd64.deb Size: 29030 SHA256: 01b999d3648e370e8b68fff76d9f4a0f927a983e344a0da31c97e92d1536f7e1 SHA1: 7dcf9f3449d201d11175fa9b762a6403b236e950 MD5sum: 6f928a6c1183b3d040b6783cb7f98bb9 Description: Various utilities to work with bag files Package: ros-jazzy-cras-cpp-common Version: 4.0.2-1noble.20260903.023222 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 1741 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), libstdc++6 (>= 13.1), language-pack-en, libboost-dev, libeigen3-dev, libexpected-dev, libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-filters, ros-jazzy-geometry-msgs, ros-jazzy-rcl, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-cpp-common/ros-jazzy-cras-cpp-common_4.0.2-1noble.20260903.023222_amd64.deb Size: 346574 SHA256: ad7c48cc6d856b3e0ee0f7e26414e8c5ee907e9974b333df6ffda4afcc2a7d8a SHA1: d523fdfd9265e3146e209adfd8572da9132ef4be MD5sum: 7c2e2dccd06a551c679849ec808a9fb8 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: 4.0.2-1noble.20260903.023222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5389 Depends: ros-jazzy-cras-cpp-common (= 4.0.2-1noble.20260903.023222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-cpp-common/ros-jazzy-cras-cpp-common-dbgsym_4.0.2-1noble.20260903.023222_amd64.deb Size: 5147064 SHA256: 34362279b12d8ca7d33b4bd23df7d92c3f8692e27ad64388375550380ef46847 SHA1: afac5ca914c20d6fe587b744e5d24aa2a0ff70f5 MD5sum: dcbdb67050baa787ce41ae990ddc77a7 Description: debug symbols for ros-jazzy-cras-cpp-common Build-Ids: 07a31cdeaa45b64af12c823b2d969334795b4388 09c93aa7a88f192f6b5bcd5cb49a776ee6fbb9af 22a4a72ff16a5b38403e530a2cdece3c0c2dc274 328e448b005c50cb19b4d643382cbd7606e7d44a 362cab00525614c38fd140f32e2e42882568c019 3d5507c03bd3150661ddbb1f29ecd8b2a7c16196 4cc9e74667a57ce56441daa26dba017b091ab061 7102e14335f1c425014e7e364fbbf6af57254686 766cc076e421616479c6185c5053f3bf795186ba 771f99fe46f302dfc3425f435f87ff669071eeb1 8b2d7ccd66b5a15fb6f81ba83f252179240a7f28 9cf56ef49bfb35609e07e8481f0012157b31922d ca1dd6eaf296e5672e9a86d143206f8660986c5d e9013f726ffa049870f57a2028534e1ac7db2c7c f630033ac1af5cdd5d09cad1731b488bbf8d44ef Package: ros-jazzy-cras-lint Version: 4.0.2-1noble.20260826.212359 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://index.ros.org/p/cras_lint Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-lint/ros-jazzy-cras-lint_4.0.2-1noble.20260826.212359_amd64.deb Size: 32160 SHA256: 813cf4e07158d1a5857ab970e49bca90f4c29ebce2ece1cfaea7986aabaf227b SHA1: b73837679299313ca0f87607b91e0667adb259e2 MD5sum: 2200d2bac796aa2640c6905f6f96b673 Description: Various utilities to work with bag files Package: ros-jazzy-cras-msgs Version: 2.0.1-1noble.20260902.024253 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2879 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.20260902.024253_amd64.deb Size: 191652 SHA256: f899242e0b53081d255674f09f854972ba6916eaff464145a4193aad4b4d93ac SHA1: ca7543834fe5d4b3fb6ecd0209383c1af7c2d38e MD5sum: 1301753487ee4519e01eab4fb87af84b 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.20260902.024253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2091 Depends: ros-jazzy-cras-msgs (= 2.0.1-1noble.20260902.024253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-msgs/ros-jazzy-cras-msgs-dbgsym_2.0.1-1noble.20260902.024253_amd64.deb Size: 1656218 SHA256: 43ed4beeee194e1130db8e46b848f785d093f8d2c12c8025f4dd8e88f5ac4ae0 SHA1: 7ecc0cb71e5845c761ab5c57d76ada32c0d8c52e MD5sum: c7eae7e47f306e10ca57b4a0b4246537 Description: debug symbols for ros-jazzy-cras-msgs Build-Ids: 08ab207239af8227bcbd21c98c121a6dad5dff5a 0ca51a8b62c3f014b00f294a58bbe6343775df15 257ca6be2a3964adfff7dd0fc26ca291d3a38964 6c724c199f3bd730a4fdd8079e2d638dbdf1e526 88f0cf904f1b5a3fa62c45f6f2cd588212ecc4f8 88fb9e3c715150d55f550df9cd5e447a93edd994 9b749d1314092d9bc95cdf5d84a64f74754ca569 a25fe4d3883c0f54217fabc4bfc3f32c6da7b349 a6b0364c28700d6786d5f02ae47d2ae0e3abc200 c64153e2a1892d12f3834c0ae2f2d11084a77c1f e36305b86fb3234b4b194bc59be30c3919ea0340 Package: ros-jazzy-cras-topic-tools Version: 4.0.2-1noble.20260903.081729 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 644 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://index.ros.org/p/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-topic-tools/ros-jazzy-cras-topic-tools_4.0.2-1noble.20260903.081729_amd64.deb Size: 184368 SHA256: 2aee00ade9c45bd5e41bd598c22f6c69447ce46fcc730c078ba0010977efa6f0 SHA1: 80c95fb43620c8d3f1cce7142360afc645537028 MD5sum: 870a377d0baf9a3f85bfa4619a4de351 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: 4.0.2-1noble.20260903.081729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3251 Depends: ros-jazzy-cras-topic-tools (= 4.0.2-1noble.20260903.081729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-topic-tools/ros-jazzy-cras-topic-tools-dbgsym_4.0.2-1noble.20260903.081729_amd64.deb Size: 3079926 SHA256: 4cff6e7b5650039441683b77d87e5d1806b0e1cc20ff1e54cc739eae3d4b4b8c SHA1: 553cf2a87ea0f96b732ec7fcfc4b32f8abe1a971 MD5sum: ac09c99bc9b6188fae5c11872802abe7 Description: debug symbols for ros-jazzy-cras-topic-tools Build-Ids: 281f0f2c739bff261b6b16a6f3f0b9b7674e684b 9cf978e9aefc17de180f711f95c3bcce9dfbaf75 Package: ros-jazzy-crazyflie Version: 1.0.7-1noble.20260903.023453 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 960 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-crazyflie-description, ros-jazzy-crazyflie-interfaces, ros-jazzy-crazyflie-server-cpp, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, 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.7-1noble.20260903.023453_amd64.deb Size: 186966 SHA256: 009d80024dcf3558e741cd9be53f12ec61c6e7c513fd64668f6abf139c225287 SHA1: b1af14b10e5a9fa4fa91d13d9da7679ea7d362b8 MD5sum: 81322806362b8f310ec0b6355c09e740 Description: ROS 2 Package for Bitcraze Crazyflie robots Package: ros-jazzy-crazyflie-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie Version: 1.0.7-1noble.20260903.023453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 4791 Depends: ros-jazzy-crazyflie (= 1.0.7-1noble.20260903.023453) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie/ros-jazzy-crazyflie-dbgsym_1.0.7-1noble.20260903.023453_amd64.deb Size: 4134580 SHA256: 6eef8796ba69a99c0d3cbc45a2c8fc72ee96a2d369e66b9be9e445936e34dc0b SHA1: bcc885a1073138ece25e39596af6a2f10f10448e MD5sum: b175efce748ffb5512832a4230b7256f Description: debug symbols for ros-jazzy-crazyflie Build-Ids: 6c13500e42543fc5eb05823b1b4b4216181c68b9 Package: ros-jazzy-crazyflie-description Version: 1.0.7-1noble.20260821.155820 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.7-1noble.20260821.155820_amd64.deb Size: 86326 SHA256: ed702a681ba11a3691be94cc4a93e3b098162bcf19db4e5a78c347247fdcbba2 SHA1: 0f2fc0870850719275e4a961e804e2a754e45e69 MD5sum: ea53274000d7bef3a5ed26487390ef33 Description: URDF and mesh assets for the Crazyflie robot Package: ros-jazzy-crazyflie-examples Version: 1.0.7-1noble.20260903.022221 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.7-1noble.20260903.022221_amd64.deb Size: 107694 SHA256: 956104a07d9121ed6dcc41e6d68c068f5fd2c0ba1cbcb28dc4348ca379b0b612 SHA1: 8d218030e4ede46dfe028b374a78b9217483c21f MD5sum: 7f6e81bc62a6625174fc00be74f2d363 Description: Examples for the Crazyswarm2 ROS stack Package: ros-jazzy-crazyflie-interfaces Version: 1.0.7-1noble.20260902.041204 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 6783 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.7-1noble.20260902.041204_amd64.deb Size: 422262 SHA256: 9db607e7519dfa1c2f1a3c0192a4789b1c5d3f1164027b0e74c70dedfdec1157 SHA1: d585f7b2548a278632145cf5b67c8cd83c090408 MD5sum: cf11a6f5b71a1029aa104da05caab84e Description: Interfaces for Crazyswarm2 package. Package: ros-jazzy-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie-interfaces Version: 1.0.7-1noble.20260902.041204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 4774 Depends: ros-jazzy-crazyflie-interfaces (= 1.0.7-1noble.20260902.041204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-interfaces/ros-jazzy-crazyflie-interfaces-dbgsym_1.0.7-1noble.20260902.041204_amd64.deb Size: 3764462 SHA256: eb83f57ce786bcc49352593679c581d56e4f637d6e35dfdfdbe72451e382f95a SHA1: 05ff43ffc00d07666b7102567076e070ba9593e2 MD5sum: 974a1a99102a7fb620e6850e1bafe60b Description: debug symbols for ros-jazzy-crazyflie-interfaces Build-Ids: 26f01ea475d57aa79c73839386c90f47b6d20b5a 5ac4dd36194148b136ed675bd025a17e38fb0f66 66e2d5b6484a93fa698e5b030dbae6dd15472fad 731551d1b5311dc712392c6ad0f2538e6cc3d6f8 77b56d1cab11012c2e53c8791d270dbffcaf0c37 8f9c922904d3bfbf0c71fc6ec84e99af11c36ae5 95d7a81ad33e5984fe32a4c46ecbb1f2fe2db5a0 a44d5deac4d72f16a4aa88ffe93cf9744a696067 c56335c9952175e4b1f2a1332907804c732e56bc cebe17b6538e85020503483d4f9a8a16201c1c0a fb8bf0babeb5e25741f078957e38677090215dde Package: ros-jazzy-crazyflie-py Version: 1.0.7-1noble.20260902.055017 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 177 Depends: python3-transforms3d, 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.7-1noble.20260902.055017_amd64.deb Size: 40126 SHA256: 10e4fa42fc87cbc5b4743a4f9e2347fb195e2381152708aff5d72d617bc2bc15 SHA1: 63c0879a660e85cc5f1b786ad50a31c348476665 MD5sum: afdf1e0c6c0db910c01e50d6f4699ec3 Description: Simple Python Interface for Crayzswarm2 Package: ros-jazzy-crazyflie-server-cpp Version: 1.0.7-1noble.20260903.022226 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5854 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.9), libboost-all-dev, libeigen3-dev, libusb-1.0-0-dev, ros-jazzy-crazyflie-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-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_server_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-server-cpp/ros-jazzy-crazyflie-server-cpp_1.0.7-1noble.20260903.022226_amd64.deb Size: 931976 SHA256: d033e43be026c3094e742d3d8bbffe29ea5388d06b13b95b8c4b55e3dd5dcb03 SHA1: 45d9a740d6215fd7173555ee8d7f431802a35ad8 MD5sum: 293792618403f5d178b4ab7740649695 Description: C++ ROS 2 server node for Bitcraze Crazyflie robots Package: ros-jazzy-crazyflie-server-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie-server-cpp Version: 1.0.7-1noble.20260903.022226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 34299 Depends: ros-jazzy-crazyflie-server-cpp (= 1.0.7-1noble.20260903.022226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-server-cpp/ros-jazzy-crazyflie-server-cpp-dbgsym_1.0.7-1noble.20260903.022226_amd64.deb Size: 30841978 SHA256: 36a5175dc0db06012fac35428c486deb5b6cf8412e806958a1064cf83ec765c7 SHA1: f8c0ab3eb895e8da4c4be5d835b8a972c79d57cf MD5sum: 1f8f2108bc4ada9fef1153dc7ac6f8ea Description: debug symbols for ros-jazzy-crazyflie-server-cpp Build-Ids: 08a8e6de4b56fc082b931ab1e350f5af62fa6dc4 1af18b0c0bce3820b0abd2548fb2a440ff5e46d7 28589183815f913cc927600bfb72f0a825fc8087 505449ed421df4cd66b918e2b03900f8be1179b5 8367a5a5be67b4c9ee642eac5f51bd6d771e9b57 a3b2b40481fdf86510cd1243cd1bd141dc592768 b29b17118254da30fba8f7684e581973cbac7721 c0b6465952258f34022c5a76a81bd1cf61622faa cbb4a662f32a856cec92c66dbc606a255962f3e6 d615d400aca5158ed4539f2d036ec1fb9a1ed9bc e1bb3be3b25d9f004410932f2c12fed5e028b4a5 f0e10f0dd0688fe125e134c3a36cd61811002195 fa2d84868a80eb3a0be4c30de3ac536a798469dc Package: ros-jazzy-crazyflie-server-py Version: 1.0.7-1noble.20260903.022225 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 163 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.7-1noble.20260903.022225_amd64.deb Size: 35190 SHA256: 221c72c0de03ee030d3475dac7202ff6f66deeadad562a7730336396ebe68669 SHA1: c99b45f2922cf395a0f70e60f1c6c456eca018a5 MD5sum: d2a5339b0e648e977f7041ed21bf2dbb Description: Python Crazyflie server node for Crazyswarm2 Package: ros-jazzy-crazyflie-sim Version: 1.0.7-1noble.20260902.055023 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 2385 Depends: python3-transforms3d, 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.7-1noble.20260902.055023_amd64.deb Size: 2027510 SHA256: ba9d9b3ad1eda89242544dab3d15206590665be7d140d726bb9b522ca9ac22de SHA1: e27eeafa6cd47126d4751795a921dfcb7b5e5355 MD5sum: ea704f09a92473286356cb565b856e17 Description: Simulator for the Crazyswarm2 ROS stack Package: ros-jazzy-create3-coverage Version: 1.0.0-1noble.20260903.023253 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1737 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.20260903.023253_amd64.deb Size: 259482 SHA256: 6d32854680ce4864f5308c049bb67117386d4db417e3d77428f75ae4aed961be SHA1: ba86dfb5d5dccc0033f64544f9233dbab6e73cef MD5sum: 40f269c2cf43976946c47076f85ad04c 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.20260903.023253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 7996 Depends: ros-jazzy-create3-coverage (= 1.0.0-1noble.20260903.023253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-coverage/ros-jazzy-create3-coverage-dbgsym_1.0.0-1noble.20260903.023253_amd64.deb Size: 6558462 SHA256: 1c65bd51c9eb83fe5a4d6bddc4de2c7ffb83cffca4aea76d00fae9bec10b30c7 SHA1: 6c945610132044afac2387db8e3ba0a79d22cd05 MD5sum: 59647122aaef170bb46bc7bc116fec86 Description: debug symbols for ros-jazzy-create3-coverage Build-Ids: 657840b36b003a5bad36c7c5f1a76575a2512d24 98aedc9d6bf1dfaf8c6ad2b3ca0df83f6f60ae4d Package: ros-jazzy-create3-examples-msgs Version: 1.0.0-1noble.20260902.021640 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1635 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.20260902.021640_amd64.deb Size: 118958 SHA256: 4ff6ea05b0f0bae5df498211bd723815b4194e5936e726d93ee91e9680c1f31a SHA1: b5370a60c289a562a72c0c9cf359285ac9e52cfc MD5sum: 067ab1825151d36136f2f2674f8b2c0c 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.20260902.021640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 771 Depends: ros-jazzy-create3-examples-msgs (= 1.0.0-1noble.20260902.021640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-msgs/ros-jazzy-create3-examples-msgs-dbgsym_1.0.0-1noble.20260902.021640_amd64.deb Size: 509790 SHA256: de6ff11af1688f994993411cf4c5b1cf2452fca280597925bb5906293cdd2281 SHA1: 3034094a1cfb988a7fad85fbfd9d874e8556380e MD5sum: b9c8c0ef6459de15be0edf023a9b1e9b Description: debug symbols for ros-jazzy-create3-examples-msgs Build-Ids: 3609ebf56e1c9d5d437fe79387615299c4e1552c 368d777f3bcb51f702520b3b18c1f44ecd270c34 3dfe9f3daec4251f24a9881bbfb394561934b1c3 47635654e0bfe6e7e873f37de21a4c754ba30ec4 4c16f70313d1e9a23b59629ec282dd252066eb71 5c38672bb9750a51bf4e423e24a8189cedf348ee 6f83333ba7f8f5184031fd99e5803d427fce59f2 9f67eed0c65b37a80f25365347d1b21caf6cb180 a47b32f9a472a3fb6ea4253af2883a79409ec030 ddb4db7e0b84091c16f5d175511f11a2e3d15aec eeabb62cf0942ad275bf70960fb3495533ccd300 Package: ros-jazzy-create3-examples-py Version: 1.0.0-1noble.20260902.055005 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.20260902.055005_amd64.deb Size: 13416 SHA256: dd136706b550a7478ae5247fb47bc2baabf91abf69b0f203febbc9b461d8e527 SHA1: af19b36fee8c9b8dfb7abe893974b5be07134668 MD5sum: c2c88d6e65e1d7af26af3fbb9d645a32 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.20260905.074049 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.20260905.074049_amd64.deb Size: 10410 SHA256: f0dac0c6d004b999c20c0bf052cf9d9befe5f273e710e4a77880938e9dc1ec6c SHA1: 9e76aac4dccb75dca0d1e73ab771b479be1cee51 MD5sum: f1cd5cd359eb3150594ca48f4d67bc7e Description: Example for using an RPLIDAR A1 with a Create 3 Package: ros-jazzy-create3-republisher Version: 1.0.0-1noble.20260903.065300 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.20260903.065300_amd64.deb Size: 212794 SHA256: 9352715764811ff85d7f59b5f2914b0e3010e709a2513b75a71ae4edb3688fc9 SHA1: a2066220b3476c5ec37c13cb8986925c8c04fb92 MD5sum: 2cd37b04796ff203f9af9683ced7ef8a 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.20260903.065300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 5870 Depends: ros-jazzy-create3-republisher (= 1.0.0-1noble.20260903.065300) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-republisher/ros-jazzy-create3-republisher-dbgsym_1.0.0-1noble.20260903.065300_amd64.deb Size: 5037062 SHA256: 4a37197589dbb30a879c1efc2cbfab76d90a35f00f5cb63100163d79e00d1729 SHA1: d56166b6296d898b33d9407ee4c49429221a670b MD5sum: da9dd47faf2e1c9c70f421f4c069a097 Description: debug symbols for ros-jazzy-create3-republisher Build-Ids: 50972437822c52f1a5ac00081a7832531014fedf Package: ros-jazzy-create3-teleop Version: 1.0.0-1noble.20260903.075221 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.20260903.075221_amd64.deb Size: 3620 SHA256: 35455600b064470924b274dad25f3254259b6707d018b92b7feca6f104930cd0 SHA1: 2f35d90d51778ced3aa7f0d5142e9bb040cb917f MD5sum: 35446d39639fad34eb4802d169b40cd0 Description: Example launch files for teleoperating the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-crocoddyl Version: 3.2.1-2noble.20260829.072432 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.20260829.072432_amd64.deb Size: 6056916 SHA256: c77c8676aad32a1bbda64ebd3053ac58d233cf4693cb5c07eb4003d788edf814 SHA1: e706c039c6c85465efc7db7e4778de52c0f54f5c MD5sum: 35ec895380cee6739236cc0b38b067de Description: Crocoddyl optimal control library Package: ros-jazzy-crocoddyl-dbgsym Package-Type: ddeb Source: ros-jazzy-crocoddyl Version: 3.2.1-2noble.20260829.072432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 557753 Depends: ros-jazzy-crocoddyl (= 3.2.1-2noble.20260829.072432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crocoddyl/ros-jazzy-crocoddyl-dbgsym_3.2.1-2noble.20260829.072432_amd64.deb Size: 539043166 SHA256: 62c8f334fdefd81bde64c5b96e1393d7992f57cf267b63dac68412fee1760e52 SHA1: 1313a8430177f12463bafd04cc4391e048bd39ae MD5sum: d25fcc353c557ea35ac41e6461c90d0e Description: debug symbols for ros-jazzy-crocoddyl Build-Ids: 5919515b9d2f71d1dc3d645f48850dd1cae6e85e dafd7a1cf0449e928274c8f2a947dfab649ae1cf fa294594d9bac17f71fa7d2b03041034682e0ce5 Package: ros-jazzy-crx-kinematics Version: 1.0.0-1noble.20260904.064418 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.20260904.064418_amd64.deb Size: 40960 SHA256: 6ba6139a599e48da09e72f5790303ba21b5cdbee084360f5fe86168b0fe82b1f SHA1: 122041247bb0f0e6e054b2fda6ca5e1efaf3f949 MD5sum: dd05bc2d498d8003f7e5e85ab9d84110 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.20260904.064418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2734 Depends: ros-jazzy-crx-kinematics (= 1.0.0-1noble.20260904.064418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crx-kinematics/ros-jazzy-crx-kinematics-dbgsym_1.0.0-1noble.20260904.064418_amd64.deb Size: 2742358 SHA256: f0eec93e8da593a3ce609c0ebd5c3ac00191cc6a909377e7daa12ee6e5286976 SHA1: c38d5e2cce2fad76cd2c11297dfb8188b6a67836 MD5sum: 647cb8fa16319fd9e4d0c94c46ca9115 Description: debug symbols for ros-jazzy-crx-kinematics Build-Ids: f3cb2663c62cbedc44e468b267d130dc0a4945a5 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.20260902.080510 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.20260902.080510_amd64.deb Size: 124922 SHA256: 2b2cfcb993e4b0980227a4899029d91c8ea69c182e9971a35dcd3f8d0417e8b0 SHA1: 9f7afd69b3a5e61deb623a0a55e0a8ee8b734a55 MD5sum: b52f73dfbf03978e5994b989f2547169 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.20260902.080510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-jazzy-cv-bridge (= 4.1.0-1noble.20260902.080510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cv-bridge/ros-jazzy-cv-bridge-dbgsym_4.1.0-1noble.20260902.080510_amd64.deb Size: 1854446 SHA256: 0c7b8ccea5611021a3d0d3ac0d63b525a46e70fca88d5d73f67496e785150bab SHA1: 5407feb33a68c0bba4e3e9f18c76d3c45d219260 MD5sum: 2a3bcfee2eb563ad0336bced4a04e1dd Description: debug symbols for ros-jazzy-cv-bridge Build-Ids: 9164f727fffbb3c5c192e7c3f4f83fbfd7779772 f918df1d579744bec56d4f3abd510786950b7a90 Package: ros-jazzy-cx-ament-index-plugin Version: 0.1.3-1noble.20260903.012247 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.20260903.012247_amd64.deb Size: 115304 SHA256: 49a0e9665a0d76e90d1de1e0b2b5604e630362b34c8ec87026b0277661fb23b9 SHA1: 3e7ccc1fb2009be0adaf3261dfa4a364836e4bba MD5sum: 535c7badbbfd6268475edce70a2ce031 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.20260903.012247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1621 Depends: ros-jazzy-cx-ament-index-plugin (= 0.1.3-1noble.20260903.012247) 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.20260903.012247_amd64.deb Size: 1505752 SHA256: e98f31b532e1395543438f80433cc9715877ff2ed95c323e762754297f1a5fe9 SHA1: 33339419cd6f0d6878ee421d486fe00f9a4f2367 MD5sum: d4d73f34ed5a77d0d514db53dbce219e Description: debug symbols for ros-jazzy-cx-ament-index-plugin Build-Ids: f8f6093cb2dce1e39f5312e414b18907fc8961b9 Package: ros-jazzy-cx-bringup Version: 0.1.3-1noble.20260903.013641 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.20260903.013641_amd64.deb Size: 426000 SHA256: 1e782e791a931e24eee6f852d8be2962157b2a046acaca05a94b3a85234abebb SHA1: 249a2576df88e8e94ab341b35b50266955103bbe MD5sum: 2ce6d31e0e467e832fe6ab541b485702 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.20260903.013641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 9287 Depends: ros-jazzy-cx-bringup (= 0.1.3-1noble.20260903.013641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-bringup/ros-jazzy-cx-bringup-dbgsym_0.1.3-1noble.20260903.013641_amd64.deb Size: 8432746 SHA256: 828a41704ecc5fd2399e98e0d7b8f09b729a092d67406a9ed3774b0c81a8756d SHA1: d9a4e80d867899bc006e3d814c2712dfb25eaec1 MD5sum: c4a5c1a6d2e8a75bea559e09ae027833 Description: debug symbols for ros-jazzy-cx-bringup Build-Ids: 72dd1f39f99a0b0c2f321e7228237ba275f9e9ed a5b9f88f53d1f818dcfa4859bc8c03962d488fdd b155e3c473432a6cf391c50f68016ac276935bc3 e00f420bf059d3471d711b62b6dac9b42b109cfe f108ad5d77f6a0808c29ef1678576f1887f68a5b Package: ros-jazzy-cx-clips-env-manager Version: 0.1.3-1noble.20260903.012917 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.20260903.012917_amd64.deb Size: 299610 SHA256: c2cf76bc96ba59069ccc923f411a65752a95c780690613873dfab02524967f87 SHA1: f5f91dee604d69b3fce6af22059ece58c1a5ad78 MD5sum: a41c4bcec6cd3b606372f8d16d4401ab 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.20260903.012917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5771 Depends: ros-jazzy-cx-clips-env-manager (= 0.1.3-1noble.20260903.012917) 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.20260903.012917_amd64.deb Size: 5373258 SHA256: 9a4d8df7a4f600c85a52c8e4bf50b1bf9162783933301fa475ed12c97d448693 SHA1: ff6696c2ded335121fbe19ef01c25df92646ca65 MD5sum: 38787687306ee5d705f5551773504f9b Description: debug symbols for ros-jazzy-cx-clips-env-manager Build-Ids: 0fd3459d228866dbb91906e0e75b2647b0882ff3 b89095744a95d61966243b1332e7a89f70bd04af bfb9a20cddce95ccff8484a4d6c3035d8f9b4a0c Package: ros-jazzy-cx-config-plugin Version: 0.1.3-1noble.20260903.012253 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.20260903.012253_amd64.deb Size: 64236 SHA256: 60996e95513746f4334d568d06a83bc4b62acc25141c0d81ae93905bef0db8ac SHA1: 80c4694664db13c255525b62e465c83155aa95f7 MD5sum: 7d6f8f8b3d1eea4d7535a87165668b63 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.20260903.012253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 605 Depends: ros-jazzy-cx-config-plugin (= 0.1.3-1noble.20260903.012253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-config-plugin/ros-jazzy-cx-config-plugin-dbgsym_0.1.3-1noble.20260903.012253_amd64.deb Size: 567638 SHA256: 0af22da4f02fcbf634dc3319788f8b4cbf97abdfd2aa3acbb0a1f3ba4c4350ec SHA1: 7163262db6cd3daa2ec16b4b9a806cf062aaee69 MD5sum: cef5bf04c8f5d7215e1afbe500856ca5 Description: debug symbols for ros-jazzy-cx-config-plugin Build-Ids: 16bd7963a2239a77c1e7f856d6d95a1bac171978 Package: ros-jazzy-cx-example-plugin Version: 0.1.3-1noble.20260903.012253 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.20260903.012253_amd64.deb Size: 81936 SHA256: 4c674b176e5c32d524e1db3c82f6bd51832d517d95e80e8f74d9e85c2b79358c SHA1: 041543e08581e936301556df3bce402edc26a017 MD5sum: 5d6714f8234e2d5dfdb4c4663693d8c3 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.20260903.012253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1330 Depends: ros-jazzy-cx-example-plugin (= 0.1.3-1noble.20260903.012253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-example-plugin/ros-jazzy-cx-example-plugin-dbgsym_0.1.3-1noble.20260903.012253_amd64.deb Size: 1229594 SHA256: 6b90ab9660dbf4d2f50806bcbab1b37c5f02175c6f6cb45cbdf9570e0de1252b SHA1: eceefc4a497ee6345dfe17014ca4e6210c2c0332 MD5sum: 8c28fc523dd977b2488713a7620dbdc6 Description: debug symbols for ros-jazzy-cx-example-plugin Build-Ids: 39c2b9e53cf2a39a8e3c104972eb80f52b8e3888 Package: ros-jazzy-cx-executive-plugin Version: 0.1.3-1noble.20260903.012241 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.20260903.012241_amd64.deb Size: 123104 SHA256: b3f58540c5e70e0380ebecd3b3d0fb7a030ef0b80759494b82169ea4eb694aaf SHA1: 118d296ea33a77fcef210223145ed0e8c92f7f78 MD5sum: 4409e33e391184442c0e9492d7f9fa84 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.20260903.012241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2007 Depends: ros-jazzy-cx-executive-plugin (= 0.1.3-1noble.20260903.012241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-executive-plugin/ros-jazzy-cx-executive-plugin-dbgsym_0.1.3-1noble.20260903.012241_amd64.deb Size: 1858080 SHA256: 09e5634053b98afc908a8bfafe8ab551ad434acf80e7db292c76629dfd3bdde9 SHA1: bafdb9655e6803d67ad961ebf3eabf9ce6399d9e MD5sum: a89bb5c5d623667dbbab3d3d6fa9487b Description: debug symbols for ros-jazzy-cx-executive-plugin Build-Ids: e2ce4d9d4aaafd73d021749ee3dc7e6903f31974 Package: ros-jazzy-cx-file-load-plugin Version: 0.1.3-1noble.20260903.012256 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.20260903.012256_amd64.deb Size: 115876 SHA256: 259763459f1ccc0e6718edecd2c8eac8bfd324d66f7d8d8504e38d6dedd945ea SHA1: ec117290974e5d05f48e045d90e0d790fb141163 MD5sum: 6f5bf4a2ce08d467914b27edece6d2d0 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.20260903.012256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1619 Depends: ros-jazzy-cx-file-load-plugin (= 0.1.3-1noble.20260903.012256) 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.20260903.012256_amd64.deb Size: 1505574 SHA256: 766886e9b7d359b4fd59a52f364beecada4331bcc6f145d398bf23c1c7f33522 SHA1: 8f6878893810ab504878afc791190505c9582804 MD5sum: 9cfc9953362fa41c1759b283b1c4512c Description: debug symbols for ros-jazzy-cx-file-load-plugin Build-Ids: e074949c1599e5c63217f775a2518aa0cc992ed1 Package: ros-jazzy-cx-msgs Version: 0.1.3-1noble.20260902.024316 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2738 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.20260902.024316_amd64.deb Size: 193164 SHA256: 96129227c056d902849b6663d851f6ac906f2c6b3716e8c5b8b4bd755794ab1a SHA1: 779d67decb0eb27a37127f0c78b9122019e20708 MD5sum: 3d60072763e246fd9d5882a6007ee3aa 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.20260902.024316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2079 Depends: ros-jazzy-cx-msgs (= 0.1.3-1noble.20260902.024316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-msgs/ros-jazzy-cx-msgs-dbgsym_0.1.3-1noble.20260902.024316_amd64.deb Size: 1651654 SHA256: 1df7c2c5ace6a84a22592465e5f9c8fa2bab9dda436eb1b1704ad8013bb27982 SHA1: fc1e7bb615dd5e208e5f0936e7f17ca642da3323 MD5sum: 3d6eff8c24ba6ec1fda38d468cd2df4e Description: debug symbols for ros-jazzy-cx-msgs Build-Ids: 09495cb0955a7136a757a15612143d45c96a9c5c 40254032447ba89e8ef00b517bde9650d1630f99 440245b149db4e85a80e9d5f64ac5679846cdacf 641d49412340e475e1874369c56e065d8582eea3 8f461d09e69314147b7e83ae11a52348976decbe 93f5ed2e68789b07bd89c255d45f503fe61e961a ac89c16be4f9dbf9a505e49ee4acfaa2748e9888 b92cdbfcb10d797fb6956c4050f1c78a3b585d97 c6b390a9d4fed6eae74015a69fb77a5451495aa8 e7d1493bedcecda42fcfe821faec6d53096c9c18 ed5a62956e1a396da024a2683e031e17b320b1d3 Package: ros-jazzy-cx-plugin Version: 0.1.3-1noble.20260903.011923 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.20260903.011923_amd64.deb Size: 11550 SHA256: 091bbebacf90130c8a038e37b8eea120f8d9c0f8948f7d29e2c17cff5ec1e4b4 SHA1: a3cd79122a748483cad79f7487fcd3daf012ef8b MD5sum: 9e4f94317850ca3c6f83b25b0e0178fd 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.20260903.011923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 107 Depends: ros-jazzy-cx-plugin (= 0.1.3-1noble.20260903.011923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-plugin/ros-jazzy-cx-plugin-dbgsym_0.1.3-1noble.20260903.011923_amd64.deb Size: 94972 SHA256: e05b3bb35d8ba93d174afd409d31ccfadf875c0bf5616e063e4926c45a693fae SHA1: 7cc776d927bac17993afe4b4b6c64f74d84033f7 MD5sum: cbcdbcb7ff7d082e0afe9022b80ffd02 Description: debug symbols for ros-jazzy-cx-plugin Build-Ids: 38e77787fab6bc709e9509361f20115968f7c254 Package: ros-jazzy-cx-protobuf-plugin Version: 0.1.3-1noble.20260903.012246 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.20260903.012246_amd64.deb Size: 35568 SHA256: c57178e79f90f6866eea3fe323dc94509e2a20ae0a87f150ac63d5e5b59b91d1 SHA1: 89cf539336c8449f9b566b1f1b9ec9f632b7b645 MD5sum: 54af0294d47c4b44ee6fade9d39a11d0 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.20260903.012246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 731 Depends: ros-jazzy-cx-protobuf-plugin (= 0.1.3-1noble.20260903.012246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-protobuf-plugin/ros-jazzy-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260903.012246_amd64.deb Size: 711872 SHA256: 1c59bf35e92dad6ae3c607c249c2a458bc509b3821986d937bbbe0424a135cce SHA1: f474bc1d699939691df76e15a2048a8f199b29ab MD5sum: 2d7f1a3942b513e8e8389685b99ad547 Description: debug symbols for ros-jazzy-cx-protobuf-plugin Build-Ids: a9a2cdca55993cc29b2c242d59638fdbe5536e47 Package: ros-jazzy-cx-ros-comm-gen Version: 0.1.3-1noble.20260903.012251 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.20260903.012251_amd64.deb Size: 19164 SHA256: a44b6cb4f42ad865d433a59dc58c4983fb460252f97e25889c5ae036dcafca9f SHA1: e466be523b3a013d066ed95822fdb9f5c0e3fb3a MD5sum: f6d81a1a841c0de41718825c99337b90 Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-jazzy-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260903.012252 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.20260903.012252_amd64.deb Size: 139592 SHA256: 774af3bb97b7b8ed0342a703c54a56217b7dd7c90396dd2c22b8d81a00a8f253 SHA1: dbab4bd319ef1b4d2e4990dafbda8d66982b00c8 MD5sum: 07bf3a68f35b63f43d6797b5ddcc2275 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.20260903.012252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2392 Depends: ros-jazzy-cx-ros-msgs-plugin (= 0.1.3-1noble.20260903.012252) 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.20260903.012252_amd64.deb Size: 2242112 SHA256: 1f559dff65c1c6790027d0f33e75ee19ed2cbe239323171eb7c963064839767d SHA1: 048caf4151a5f5a2c90b089e4f5d6ba5c7ed2f38 MD5sum: 5a9e777ec558d16d8601ccb169b9b62b Description: debug symbols for ros-jazzy-cx-ros-msgs-plugin Build-Ids: 552d7b00ccb5df84c91befeaac55dbbdb93bc019 Package: ros-jazzy-cx-ros-param-plugin Version: 0.1.3-1noble.20260903.012248 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.20260903.012248_amd64.deb Size: 99334 SHA256: 0eef9b19be605dd8c952140d287f0ae3d300599fb851908a3d6b01306da6254b SHA1: cbb864fa4b36e6054740696b1f05c8380c54b724 MD5sum: 3b1507df93d88ad6878e1adeb2fcc273 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.20260903.012248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1495 Depends: ros-jazzy-cx-ros-param-plugin (= 0.1.3-1noble.20260903.012248) 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.20260903.012248_amd64.deb Size: 1388688 SHA256: 424346877fc7718300a8eb7f8bb1c6246dc81e3fc759d1e183819990f6fc8356 SHA1: 0745d2a5b1fbe6d82ba374ad29e53d5d89b3d725 MD5sum: 0afa3b3242f7a8e02c80fe7b3c159ab1 Description: debug symbols for ros-jazzy-cx-ros-param-plugin Build-Ids: 008996f186aa3b596c4611c3056669810258bc02 Package: ros-jazzy-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260903.022506 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.20260903.022506_amd64.deb Size: 209190 SHA256: f6550b48ff07f3cdb1b30361314c95badb654d0c1b248084814327dacdab6295 SHA1: 67da636d7db2021fc05cdd1f5c4a8cc361ee4f34 MD5sum: b98fb3565ad727dde8ef36325952fde6 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.20260903.022506 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.20260903.022506) 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.20260903.022506_amd64.deb Size: 3414842 SHA256: dc01631f79315bb0471d82550e64e50b9cd190f335607408b1e123389dab18c2 SHA1: d4c79d9380c349717611d893ac0734503e9246e8 MD5sum: 554d1dd7b451037cd2e7e0f6ea924d66 Description: debug symbols for ros-jazzy-cx-tf2-pose-tracker-plugin Build-Ids: aeb5d225833e08d4729601ab5694c4fc8536cf7c Package: ros-jazzy-cx-tutorial-agents Version: 0.1.3-1noble.20260903.014413 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.20260903.014413_amd64.deb Size: 7326 SHA256: 27af675f6ac41051c60e54c3181237dac138505892f8b95ce5c50eb32453c214 SHA1: d69c9cdfdf76019e98d9d44239bde280936eb11e MD5sum: 630c2b56d6e38f8160562116c5aa9067 Description: Files used in the agent tutorials Package: ros-jazzy-cx-utils Version: 0.1.3-1noble.20260902.083222 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.20260902.083222_amd64.deb Size: 28102 SHA256: 6a2609d691b8fe31b2241f60df4f784491c2b664b00d65f9a7edaa99deba284c SHA1: 9ccb74dd37d64fa03aa63637ddf022f0d12841c3 MD5sum: d3f8965eeb29432def728f8def587d28 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.20260902.083222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 495 Depends: ros-jazzy-cx-utils (= 0.1.3-1noble.20260902.083222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-utils/ros-jazzy-cx-utils-dbgsym_0.1.3-1noble.20260902.083222_amd64.deb Size: 474790 SHA256: a5698e70ada2c22a64db6f6dc4b87d0efe4be78b44002d8cb7bad9653e1903fb SHA1: a65234850b3fc04260fb8c2f9cfe6324b21ca394 MD5sum: 51faa6e693beb1e1f0984b8409bd3681 Description: debug symbols for ros-jazzy-cx-utils Build-Ids: 88770b2c26107f11618238e0147d496687a7df7a 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.20260902.103759 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.20260902.103759_amd64.deb Size: 115054 SHA256: 23d5b3a7bec29447f80097a19c4b29bf85468717274ced9b28cf9c3c5c8af4fc SHA1: c4c30f648eca1cdff5600f36184fae76aacfbc8d MD5sum: 3a35d2464dd5c0076ce2c9eb6199889b 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.20260902.103759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2217 Depends: ros-jazzy-data-tamer-cpp (= 0.9.4-4noble.20260902.103759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-cpp/ros-jazzy-data-tamer-cpp-dbgsym_0.9.4-4noble.20260902.103759_amd64.deb Size: 2109844 SHA256: 746f3648358fb6e73b29a4f972044f1656577b5a649ff472e675af17c7ccc461 SHA1: fe40b63b9673fdbcf06c76e57b055d0ee6b2e04b MD5sum: 4d296c65c3f4d750e6e1240e7ef06fbc Description: debug symbols for ros-jazzy-data-tamer-cpp Build-Ids: 8a28336d4258424c7efbe156b7ff989c94c96851 afc37cbd0017c9bef4ec277d7aa1b34e675c72b8 Package: ros-jazzy-data-tamer-msgs Version: 0.9.4-4noble.20260902.021709 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 710 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.20260902.021709_amd64.deb Size: 70694 SHA256: 378b1e0fe308827c615ffc9d4be45cb7e8c548cdef96462836920915f05ad208 SHA1: 1a11ce702d28b7d7b4250ef4f9ec61dddc7ab33c MD5sum: 2c9746a42c2bed2fd85891e28c6ef491 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.20260902.021709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 551 Depends: ros-jazzy-data-tamer-msgs (= 0.9.4-4noble.20260902.021709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-msgs/ros-jazzy-data-tamer-msgs-dbgsym_0.9.4-4noble.20260902.021709_amd64.deb Size: 425638 SHA256: a0a8da5f973a3602300dcfde3f77de0e31497a875de04da772717897dadaada5 SHA1: 1d036af89f19a96fb8ae9e66d6ec08872191273b MD5sum: 620bc9d430dccad95a21ba05d63ccfe6 Description: debug symbols for ros-jazzy-data-tamer-msgs Build-Ids: 2c68706746dc05184d9166a7344d8063d1bf86e0 2e3fd1e61bffcd73eae79b76bcec2b8c594d4014 7889e8778e108be7915608f527cb3240b33fe520 840ba493868d3dfe5c851602fc5a60dff13befb1 8eb836ef334c4d57ecb2ac2bf5fcfd89d46f47a9 8f8c059a5ff12911e3cee4074b4bfedad68079a8 92dd4494930fdb00ae517118babf19d1720ef005 974349e1b841d63acab25fcefc9ecbd3448a2654 cfa7e55bc2548fd48f6b2901ac580f277f4c4dcd dafcae01187df10842565fd965f0ddbf05c16505 eb4919bcc72da17e7cd6b8033ad4d7f1006a4425 Package: ros-jazzy-data-tamer-tools Version: 0.11.0-1noble.20260903.011945 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 4846 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-data-tamer-cpp, ros-jazzy-data-tamer-msgs, ros-jazzy-foxglove-sdk-vendor, ros-jazzy-geographic-msgs, ros-jazzy-geometry-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-tf2-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/data_tamer_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-tools/ros-jazzy-data-tamer-tools_0.11.0-1noble.20260903.011945_amd64.deb Size: 704382 SHA256: bcc248f79c7e17c001cf492fd8b9b872be64662b591a9dbc449401c798e215d5 SHA1: be6c58a2ed70898fd572864abc15337e0e498555 MD5sum: 12dcd8106d4fc258b9653f71bcb90692 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.11.0-1noble.20260903.011945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 22417 Depends: ros-jazzy-data-tamer-tools (= 0.11.0-1noble.20260903.011945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-tools/ros-jazzy-data-tamer-tools-dbgsym_0.11.0-1noble.20260903.011945_amd64.deb Size: 19039242 SHA256: e000f37aba04617e376201e69febeb6e59098f2e45ba7b3ad1b97375becdc504 SHA1: c9b03201285dbe02eb708d1a8af720433a011b14 MD5sum: e63135ce385457f5be1fb80ea8c63bdc Description: debug symbols for ros-jazzy-data-tamer-tools Build-Ids: 01f6a9f6c06f810c416413be45fca6c5309143e4 0404c11e7e7b87bf8eb8c2fd992de4685d907375 1b821138b6c3eb11cfbdaee87b79625260cae6ff 441739094d6abca1e4f1e1eed93b928d419c5b4a 71ac65c72df62af2d36c28e57873813aa6149ffd 8835a1349ff65cadde859f453fee2fc06e4ddc4b 8a4823b7b7a0514064f97c4e63a77980d306d847 92adbb4afd29e830af699d4049093f6da3517d33 965da3fca5357efdbc19f308858cdc031811cd32 99d54298f29e2b4bc02c856a4b408f1627ede635 a0c111a64df37220ccb58660005934bef4d7271f a287e4be41235698b4fc3ba05b906f4b156736e0 a39a0c891bb8a82e02f4739658bceb52e67ac335 b4dc47be25165da8950c4f255d240bfd8bc26da5 bfdbfb5d32fc359dd1e51b1cb8d77b0452ed8095 caec8fbeaafa488bd719ecb117c3a7e4eab77600 d2b28840939d21593f802b5d842cddf052f5d158 eec00f103b6ef8b3fb249338fd3f53f7fd44c803 f7d93027c4601f4201a7347de6daf6dca482c774 fb87bc674ad604c56abd51e35de3ed1f6813e841 Package: ros-jazzy-dataspeed-can Version: 2.0.7-1noble.20260902.084220 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.20260902.084220_amd64.deb Size: 5334 SHA256: f3a489e4e7c111e4055fb007cbe25f899e4c89adac764e5a280d6e79c63c4531 SHA1: a3b222cb3f6199576462e25121979129e91d16fe MD5sum: a095e98bf7f309afd4889b4a99bee95d Description: CAN bus tools using Dataspeed hardware Package: ros-jazzy-dataspeed-can-msg-filters Version: 2.0.7-1noble.20260902.061800 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.20260902.061800_amd64.deb Size: 12566 SHA256: dc87ec6dbe2d6cef153a546f11245ccc8e1cee8cacab2c588f1b627eee2df4a8 SHA1: ccb92e9249a76ccdce0b4d654d3156df02173246 MD5sum: 43a62c7fe8c0ad832c255bd921bbe536 Description: Time synchronize multiple CAN messages to get a single callback Package: ros-jazzy-dataspeed-can-msgs Version: 2.0.7-1noble.20260902.024314 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1146 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.20260902.024314_amd64.deb Size: 82396 SHA256: 2e63271852687dc64580bb5538a4f2465030d0688be19fece5e6d91b4fa3b0db SHA1: 56a81fd5a116b86f2a71d0ad7d1d0f475649e94d MD5sum: cbd2df09363d9cb2c5731e4aa6644b44 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.20260902.024314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 753 Depends: ros-jazzy-dataspeed-can-msgs (= 2.0.7-1noble.20260902.024314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msgs/ros-jazzy-dataspeed-can-msgs-dbgsym_2.0.7-1noble.20260902.024314_amd64.deb Size: 588406 SHA256: 96b6e213b3cf1382effa0776720151c894449b623a73f49f64e9e037a091245c SHA1: 60b639a28c6604443dce3d7af499e82f45c2d987 MD5sum: 904b85d3817e5cec4a8a3a9756690233 Description: debug symbols for ros-jazzy-dataspeed-can-msgs Build-Ids: 04aa055f9c0f6c7bfed5ceb6772b97384d1ea4cd 34b5008cf711204647eb1f713d64c353e929e456 3fb90846a4555f050acad28676f60bbb746e308a 564144bb20fca055bbda97ed4a8974b012bb25cc 780b7e2e89a591b144d448e775504d5ec8e8913e 7867161e09c84e8402503e85090df84befd861bf 87381a641c15538034f2d3d163163a8afddd0d17 9366c92840909131a1d35d679d1b94c9d93536bb 93f5ee2747d583706d1e5df7c9c7d28fcd01606b b014ced21c6d84387168070615ed6fab098ad626 e2d0c26572a856f81504b38d984a26774069e8fa Package: ros-jazzy-dataspeed-can-tools Version: 2.0.7-1noble.20260902.083700 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.20260902.083700_amd64.deb Size: 226392 SHA256: 8f93424dcb3ea43458f26fd25f704aa8d58232f5c9fe71d536cbf643f02d4d20 SHA1: c3fa7f659b7048a7ced827edf6583d87f29210ad MD5sum: 0c3f25b9c113302f7c3a8f37bed78f75 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.20260902.083700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 3937 Depends: ros-jazzy-dataspeed-can-tools (= 2.0.7-1noble.20260902.083700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools-dbgsym_2.0.7-1noble.20260902.083700_amd64.deb Size: 3548056 SHA256: 2bfa1b0de40ac672ef7d8067bb2f6a8ae0ee7bd19789bb2e58a50091b728e78b SHA1: b0a7cdedc2750d2ca719b824c815a57a8939848e MD5sum: 2334b2c1f2957c639076d6c471e07c00 Description: debug symbols for ros-jazzy-dataspeed-can-tools Build-Ids: 5bc558d49f3bce81fed9e3d169f2b62154737f29 676d1b4816a7e4c2f74c1cfa33f1e282201304b4 Package: ros-jazzy-dataspeed-can-usb Version: 2.0.7-1noble.20260902.064758 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.20260902.064758_amd64.deb Size: 181120 SHA256: c006de411f7fbb74d3e0df2b70a5aa2c666ee278cc6687bae8bcb13ce22f742e SHA1: ed6252eeaf699d34be151e3fa4cc73746d70c3f3 MD5sum: 7140947d2158849a0f9df30ff5c67094 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.20260902.064758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 3010 Depends: ros-jazzy-dataspeed-can-usb (= 2.0.7-1noble.20260902.064758) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb-dbgsym_2.0.7-1noble.20260902.064758_amd64.deb Size: 2646422 SHA256: cd8de9febedf8dcddd8456944a4c3f88b73b0fb66054c5d425a8c8cefef9c19b SHA1: 889cb531be4df36a68c92db45eef9cc784790139 MD5sum: 35c85413f6ab76f4dd5641f63db37888 Description: debug symbols for ros-jazzy-dataspeed-can-usb Build-Ids: c2f65122e2e36293d5bbdb28b9c8cad6277a862a d90525822b8d75c2e4dc227cce177abda2bc8439 Package: ros-jazzy-delphi-esr-msgs Version: 4.0.0-4noble.20260902.034258 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3943 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.20260902.034258_amd64.deb Size: 246930 SHA256: 422dff632531a77ada5ff39e85104b9bdb02d4c08a22b0e9cbbc47a5b57b561d SHA1: 7102fae9286282a11a3348f647ce9d0b972d263b MD5sum: 04f989d447a28e734abf248c50f74c7f 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.20260902.034258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2455 Depends: ros-jazzy-delphi-esr-msgs (= 4.0.0-4noble.20260902.034258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-esr-msgs/ros-jazzy-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260902.034258_amd64.deb Size: 2001076 SHA256: 28a7764332be89bc1d68f7b50d534773f4d2330d3e6e25cd44c83c414b4570ae SHA1: 4a072106b3cce7f268d7c82a777195417a42665e MD5sum: 5dc6a2ea4c37316ec1cebe969d627bfe Description: debug symbols for ros-jazzy-delphi-esr-msgs Build-Ids: 18400e9059e7a118e7e74b5976b40e953a5dc2f6 2e4ea9d6df638e6caa440226d48a4b4f91b9380f 66e88f591945e03dde5aa500edbdf66ab9ef9553 67f8e091c94f91d952a3dd1525462b626a11af31 82ab8af4b3ca400eb28bd72cac0ec2069eb55abf 997550a6101d216708797eaea58aa856da7f54a2 a0f860b226701a9890606055bac648d328482fdf ace3629dab0788eea0999ebfcdd98ffca906c12c b2a7c23f274fba5f0ed5aaa96a2f7df2e40a2994 c05e56d4c9b4599afcac8dda87874e204d808010 d27aa811009c283e5e936fdb36afd454f9859480 Package: ros-jazzy-delphi-mrr-msgs Version: 4.0.0-4noble.20260902.034306 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3547 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.20260902.034306_amd64.deb Size: 215026 SHA256: ceabc8a13c1237cb787b14e82be364ac3661a353a005f2ba95f5854daaf420ad SHA1: 021703a46499dfda1b6c39b0caf5d3e78716ebd6 MD5sum: b12410a069733a1943b6a76ad059decf 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.20260902.034306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2127 Depends: ros-jazzy-delphi-mrr-msgs (= 4.0.0-4noble.20260902.034306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-mrr-msgs/ros-jazzy-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260902.034306_amd64.deb Size: 1711394 SHA256: 6176fd227f67343e00cebd2a862de8acba28ddcd1b752958dd570661f72c9666 SHA1: 7aa6292a9dfbf9c030b86b9b66ac0d0fd9846114 MD5sum: 7556d996260a5a92d0285db4ceb54cf0 Description: debug symbols for ros-jazzy-delphi-mrr-msgs Build-Ids: 11b718bbcf3ddd055b78bec15a7e32c705751a25 1b91958115bad3b65e344378f231519d3470b411 1dae97f2bea73d5eaf8d2c37b36d2d8baedf6cde 227186bcc941b9c35f6713afd8b9c523ef79fd9c 4e59952e55b5bcaf88f6f00db884ff1e9bf41199 51b051bbae1ec5b533e45f2d4d6c141651d60ee8 603e3cbf42e6cffd7452865f54c4ca37bf25ae92 ae6b39edb13de3746a7ebd7fa81ea885d17f7030 beb223825f954e187e39088b0acb79232db65e89 c67da0442b67b900f5f6a76b7eb11ae7a8eb40e2 e9affdb41392d29f20ab50405e260d341844964c Package: ros-jazzy-delphi-srr-msgs Version: 4.0.0-4noble.20260902.034320 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-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.20260902.034320_amd64.deb Size: 163692 SHA256: 50a9efb010e65f044921327398593b2f6bc28cf1748104d30b12734f7e1d89ca SHA1: fab815914ade8b312a700c2c168a280819decf78 MD5sum: dcaf6385703284090d8d7869d586995c 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.20260902.034320 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.20260902.034320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-srr-msgs/ros-jazzy-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260902.034320_amd64.deb Size: 1188752 SHA256: d25f2ad160e61daad67fd988bcb61a17c5917a9c4febe8cc7a229a1dc71dc583 SHA1: 278dd2805865d96b2dabb3492b548c12aee73b6c MD5sum: 0b3a095b99648b9f701fcde1d03c9d5f Description: debug symbols for ros-jazzy-delphi-srr-msgs Build-Ids: 2bad20332cfb75e5000fcb4bc635c41b2b32f533 39ee5821d1b12fdc2cff243644f73d6cf9360c7b 3f9c4fb6e5838017fc3c5b9b36b6b277bbb4e298 478f81ba84d48670ef0e4e58a5072eb969d91357 73aaaa314b38d1c870748e16637c786fb65cd6ea 7ffbb132be756b5350b3fae09dd8053366d41ed3 a4c8aca399ebb45c2f1334f9176dfd56891a2db2 b7cdae5867af9664df42070bd27545a2fc38e373 c50f97679eaa0be0cdc68ac319c1b2c2f91bec8a cbd76c2a3b7e01cdc8ade5d86a5f27db1971e902 e92f271a48ac613f7a5b2e871b608ff55814f869 Package: ros-jazzy-demo-nodes-cpp Version: 0.33.11-1noble.20260902.063221 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.20260902.063221_amd64.deb Size: 930214 SHA256: cb25372ba58a62637b9429d7c538f63fa11c91785d002b80b9732ea6332292d7 SHA1: 23be162d45eb3867a2ea36fa3be5b1a0d4927502 MD5sum: 5b2b3ad2d85ebc5e3431789914f5decc 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.20260902.063221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38246 Depends: ros-jazzy-demo-nodes-cpp (= 0.33.11-1noble.20260902.063221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp/ros-jazzy-demo-nodes-cpp-dbgsym_0.33.11-1noble.20260902.063221_amd64.deb Size: 30982256 SHA256: e6c59e9d896f5688198a1fd3d0596914dd636064e8b5b8827d090828109e3c05 SHA1: 20adb129a308fd46772e7a69f08918d1e99c65b2 MD5sum: 20e3b5195319bed6acf9541f3a1700de Description: debug symbols for ros-jazzy-demo-nodes-cpp Build-Ids: 019e099c20175dd685c4806e6149636614b12a34 05d33fdb3dc476f273af84e99c9482964e46196e 0cb9c9f34d61675003437712ea460376a8a159cb 223616ef7ab92e2168057ced00b0bd5410f9e86a 273d189fb3b850fb4b3e2cf1f7cfff2765bea01b 28e67bde41d2b9b08356e58bfd4c47e93d942185 2df34056d948e32c076560ec03e0590395eaf951 2f214a9880fad0a62cd1acae7a963ccf325d6d29 2f6d6faf5566deb2396b4d94f59bfb45009cbdfe 30680c550a9dd167fa0e0c050311a4008d500c7c 30e6b618062cab6e9ca8a7a0e71596bf1903ce01 4c89833e661e80732ecf8d6f1992b6457c52b6e6 4dcc7235902190355e8a992fa328af7c1949d434 4ea602228708147052ff6e2b7a2297f759b81681 62e3984c84c2a2f982f8264f8967f915d2caed02 62fb021d51cfd3c03fdb592804418d95354aa678 6a24cb52998e9e51c135f76b490d27d3ac3b6bd4 6fb6d7815253091bf7996aa07502c4023fc95049 70d91d5ce2ac7c7fde3ca337cd765bd8fd526a16 7eb3360f8030c88b12ac71e365b35dfe601ceb2b 82d46edd10ec7606c7a135f2dc272d1c860da1a2 837846f31783adeb1325ab0890b118017d8794fe 91001465edb6f3fcb3cb22ae9707b05ceba31f87 914af984c15a7e9929b42f993a4fe1652aedfd5e 91e43d3b3df64a000c32ac2dad9a0ce41de76e5c 92c0713dacb472a5800129614d3b5f978221bc8d 94e485162a75b1d304b559155eb66bbca85b8511 963bbd453af2c989b213917fcbd914f1748dbd24 9caf0e55bacf4a1beab670c8c4ab099f8d238010 9e4dc374dd2a122a3f96bb90a9f84bb43fea6dc6 a859dce2fa2053c76592bbb6d983d0093c1c6a3a a90c3b41d8758b57e3ca62db88852cc5539eca85 add799f39de6f57ef237e7d084c064a25f8117e6 af3eaceda45affdd6cd202d474c37633d0f9eccc af8e94b46030625a67ad6ddaa7980401f94fcf92 b798fbd2a577473bb7210d030ca3bf853f08a0f7 c302361836b33690894fc685b14685e716a90c9b c6682b711c2568f4f0f4dac6c206ee457ef0a1a6 c8c2bbd0791e6eb3ca7d57ca1f02dd5e0ee60e7b c96aeff02f04726e39ebfabc6d1cea8a42411fb2 cfcecfb51cfc8f8765ec61fa3678b7ac6e10d22b e79ead215e9a430fb612cd3d8bec8b30e02ba79d e97f7bf813f101fffd3b0e8125e5c68c8385cecc eb7ab37bdeb368d9f4e78cef597eac61fc1c2d70 efcb1f0dc6e08c6c35069b496ea22a89ddefb214 efe5b0b230f99251d31797394775008da07b7cc3 f8f109b840597545704600f66446009d54282640 fe88c0f3123095d6c7d95b48c39c76e371f6ca62 Package: ros-jazzy-demo-nodes-cpp-native Version: 0.33.11-1noble.20260902.064746 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.20260902.064746_amd64.deb Size: 64770 SHA256: 60553629308294241b81c5f98cb7987ef9975a864c1950a38c4a1177f4bfd1c1 SHA1: 907a7fa6b30eb79c99a5e9729f07a19e7ad78358 MD5sum: 81348439476cdc0ec612d1f9eb6b6135 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.20260902.064746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1398 Depends: ros-jazzy-demo-nodes-cpp-native (= 0.33.11-1noble.20260902.064746) 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.20260902.064746_amd64.deb Size: 1316858 SHA256: 9fc022e0f409b2f08bf74ec86c67696a5aece791d60efc55e3b7d6d35f167086 SHA1: 8fa4094da2dbd973154b523f516d946194204529 MD5sum: b67598cb932b298d1fb692030ec08873 Description: debug symbols for ros-jazzy-demo-nodes-cpp-native Build-Ids: 3a9196f17287bf1d75f5db2810e1d492deacdb44 72e00cb040120a30c5c06adf6e6298c3f84d9a06 Package: ros-jazzy-demo-nodes-py Version: 0.33.11-1noble.20260902.102522 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.20260902.102522_amd64.deb Size: 28756 SHA256: 7f002c923bbf858f1adea0006598ba4e4d909482f511a3509368ab89374d1069 SHA1: b9dfa0a987cabe084e7fd026774f45f560e1fc76 MD5sum: 181639239ffde468d7ecfd097a25efb8 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.20260903.073640 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.20260903.073640_amd64.deb Size: 330110 SHA256: 39b5dfae441661fcc79a2412088caf19634832bfa4d0276a2db98df6397eb210 SHA1: 09a1382be56ae236a5ce82a5e25a63c98146ec88 MD5sum: 9e1e12a45a1374ff8e01c32a4e23d58a 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.20260903.073640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14891 Depends: ros-jazzy-depth-image-proc (= 5.0.13-1noble.20260903.073640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc-dbgsym_5.0.13-1noble.20260903.073640_amd64.deb Size: 12782948 SHA256: 561d634f9445d7359dbb2f37ed7cf7e1c27f3c437d447e7e49eff1e3fa70b384 SHA1: 218ede8e3d409982b2f5c6455ae2af8602391b6e MD5sum: 00c9b18bb87a815eb2b74f206be7816c Description: debug symbols for ros-jazzy-depth-image-proc Build-Ids: 09ba98bf732e44378fa89e2a8b06560348f2254d 3ac4cba7bd8642ff41405141a794046ae03a9d54 5970a7305c152f0cd03403cfe517e11c1f30a97b 5ff6e19bc97b1a39f6e638826618c76ebaa366e3 6c9d642d9922618189b88a63f523a5ba2733c129 7341572e152b235900e202e7135ca92cc8229995 79073205a1f070aa49b1ec50beade32204b94dea 7ed381b6fe3c770a208c38076655b7c7f60f13ce ae2da7bfebd5dec07167dfb32a67700887caae62 c20b56860bd8addfeed286a90f62d100409e7fcf e35d87db7fdafddb2a7c5ec67fdf215f273a8678 Package: ros-jazzy-depth-obstacle-detect-ros Version: 2.0.0-1noble.20260903.074933 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.20260903.074933_amd64.deb Size: 235128 SHA256: 1a9b5e75166682b7d37c54834ab2f5991e63f6f0a9c297edab3f37385d5ed3e2 SHA1: d29a45d876a0a3918d352bc905296a64788872c2 MD5sum: c989bccad77da3582f0b8ac11b6280e5 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.20260903.074933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Analog Devices Installed-Size: 6499 Depends: ros-jazzy-depth-obstacle-detect-ros (= 2.0.0-1noble.20260903.074933) 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.20260903.074933_amd64.deb Size: 5716858 SHA256: bee8141b909be6dd081fb26554dafd8a59c792b3dc886f05d2f132e4595e7df0 SHA1: 0807d465e4041a0c69342e1b62373c8f125a2938 MD5sum: fc4aa9a142e74cd8a1ebd5a3338f7056 Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros Build-Ids: 542ed04ae5424ee386719da0917deeff37d6b7f6 828cd912963e6376bf2d3ebbae7e2927cb670d7b 9bd5729d4513ed6dc266998f71df2b64bf79fd1e Package: ros-jazzy-depth-obstacle-detect-ros-msgs Version: 2.0.0-1noble.20260902.024319 Architecture: amd64 Maintainer: Analog Devices Installed-Size: 498 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.20260902.024319_amd64.deb Size: 51278 SHA256: 39ef1e8ebbf738779629c0a0a02fdaf8df31f60fdcc6f725f9f1d7c93cef9b6c SHA1: 23046c92aef575845d7a2e05e549c36578fd33ce MD5sum: dad3d8a39a9003f531cfc0c63193eeb0 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.20260902.024319 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.20260902.024319) 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.20260902.024319_amd64.deb Size: 235482 SHA256: 5bda7c1341595dee3c7a1dc36eba5a911e3402faefbe96663028422f306ade5b SHA1: 5867e7c36f4220e5ceba400ab4d6392fab31840b MD5sum: 36bfc2035d8cab390dfdd2263cce5a39 Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros-msgs Build-Ids: 0722e4c0824445b5e881b4b3fb87f0f3c7e29371 08f5dc26516d88bc9f4a4131688fbbe5dd7d1b5e 31705808a61367904ad807b2c69e6e89f5886de2 59d77472dd552e93433d916e35fa38e02517a7c3 72b4cb1fb2c7bc09bef350696ee6f61b0e9e335c 81a1499f4864a82f8dd316d5f80d37b08118a64a 9c9fa8bdd37a0da82670f55f343c2e865b4aaef4 b862f55c5e49673cb914d5f9aa54952eefedb1cf e08c14acfb547382f42d4544fa80456c288e5ec2 e7127ad0870ba589ad8d2811aa5fcaf24c06f7d5 ec82ade65e0be7daaeb422521e2b424fcdea5fd1 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.20260903.071110 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.20260903.071110_amd64.deb Size: 172814 SHA256: 9dec0b3a1aa9f1fab5d0801e7aaa3d35bdf0fc06031cf7a06bce16e53c7660a7 SHA1: 4e831be145f9a712a30b0b9177ef74616d7671d3 MD5sum: 7c635ddf1849dcc5b7cdd9b3809433a2 Description: The depthai_bridge package Package: ros-jazzy-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-bridge Version: 2.12.2-1noble.20260903.071110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 3503 Depends: ros-jazzy-depthai-bridge (= 2.12.2-1noble.20260903.071110) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge-dbgsym_2.12.2-1noble.20260903.071110_amd64.deb Size: 3392558 SHA256: 744eea79f87044f9217d907fc380787400c7fe782a3e59cafe9894f7f31e47f7 SHA1: 0d610f1eb5e00d18fa8a70d886ac59295abd92b7 MD5sum: 44332050ef153e5bc1066f5163cf7f20 Description: debug symbols for ros-jazzy-depthai-bridge Build-Ids: 3680bfd6e30c460a0119b98aa560748868235062 Package: ros-jazzy-depthai-bridge-v3 Version: 3.2.1-1noble.20260903.072249 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 662 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.20260903.072249_amd64.deb Size: 196292 SHA256: 9fd0175a1c07a90699be883ead124f35f921933c5e5a4fa1866037d8fd592323 SHA1: 7bae512a9167b46cb61e056ef52b3c833f40259f MD5sum: 8f3dd77a26b498a93a4b503046c47122 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.20260903.072249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 4461 Depends: ros-jazzy-depthai-bridge-v3 (= 3.2.1-1noble.20260903.072249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge-v3/ros-jazzy-depthai-bridge-v3-dbgsym_3.2.1-1noble.20260903.072249_amd64.deb Size: 4344568 SHA256: 0e2541a100ea09fb84e3f6e06743235d95a66feb6c77eedafa8e9042e5b8bf7d SHA1: 442a95b943c5378ce3577053e01160573f0378cc MD5sum: 39d6a845bcebd74e5a09402cebb18ada Description: debug symbols for ros-jazzy-depthai-bridge-v3 Build-Ids: 4e105d5204d977acce9b87579f561150677544d3 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.20260903.022636 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.20260903.022636_amd64.deb Size: 45018984 SHA256: 4f6c09cc0c749afa50d18c124db13d8104363ff3321d9cae00b6b48a40045218 SHA1: 46d578511f1c9ef49e08344a18d71324a6e39415 MD5sum: 7273c8bb8f3f1f7b348032f28ae3bb42 Description: The depthai_descriptions package Package: ros-jazzy-depthai-descriptions-v3 Version: 3.2.1-1noble.20260903.022634 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.20260903.022634_amd64.deb Size: 45019052 SHA256: 85936faa402dc52f40a2a68d2377b9f03de0133fb6f12d38d06ee0806f29e057 SHA1: ab23c833804246b4711b728b443d7205a41a8dbd MD5sum: 3c696ea410f846853e0091c6f08029a2 Description: The depthai_descriptions_v3 package Package: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260903.075419 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.20260903.075419_amd64.deb Size: 26290732 SHA256: a3fbb843621ed01e25fd5e1a5ca2e93ec43c0bc9173e50684a76c3d25e4aaca5 SHA1: 053925e7ed62fecc6427dae0ef1b6cf7d001b04a MD5sum: 543db830cac8cba7d3d18c127309f6d2 Description: The depthai_examples package Package: ros-jazzy-depthai-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260903.075419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 21408 Depends: ros-jazzy-depthai-examples (= 2.12.2-1noble.20260903.075419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples-dbgsym_2.12.2-1noble.20260903.075419_amd64.deb Size: 20272564 SHA256: fa067fa8523cb6a505a37ccd0797dc208af0d8c24ef3dc1df51ca4fd10312f03 SHA1: b6416d164f883193819dd784a2495dd6384be50a MD5sum: a824f225ea21be516fbeea10068fe142 Description: debug symbols for ros-jazzy-depthai-examples Build-Ids: 2b6f1d7f357dfd06d5f13c235d66df16230aa085 4efebd045218c69c239af8e1c54a5639709a770d 694b1ecdfb21f215952ce47522b89a9ca9931e74 6aec87c82bbb347ae0ee10872a34ea5da68b953b 6b448d4d0af1545caa88878a720b84140c5f3526 76fcd649d2b2c3a6a1abc7883ce300102b548e76 8d147960bda25675a18f3944dd6c43416598c5c3 9a31cdce28ee8450ce750e10186ea320beff060b 9c377d53f7464cce1354b302393fc735d5e9cbef d284a3d1e2784681d909b4705a68e2d9bc706190 Package: ros-jazzy-depthai-examples-v3 Version: 3.2.1-1noble.20260903.075505 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 3977 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.20260903.075505_amd64.deb Size: 718844 SHA256: f309b6f4d410da38dd6628494f08725bc313c3dccf07f41ad76a9ea75b53dba0 SHA1: f42d4da6d39ffcc8080ab6da5302096877c7d29f MD5sum: 76a5f202e78871d4bb66aa21e05f0eaf 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.20260903.075505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 37125 Depends: ros-jazzy-depthai-examples-v3 (= 3.2.1-1noble.20260903.075505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples-v3/ros-jazzy-depthai-examples-v3-dbgsym_3.2.1-1noble.20260903.075505_amd64.deb Size: 35446164 SHA256: ff96125a7b32eb0f18bf9315c705524047b3aee44895d9d2b781a5ab96c6071d SHA1: 4068e2c46934ba75545e3b4593a20232c71e8880 MD5sum: cf194a5339713506f7f4c914a00a00a7 Description: debug symbols for ros-jazzy-depthai-examples-v3 Build-Ids: 300718d7346f32288ab38934c4c3ccd5d8531f4c 4e3df24aa8d08ce0db05c67fa442c665bd199500 729758a62622a9febc266d38089bf4e0cc721021 74324230c868511816abaa12dbbeb199519eac4b 8549b842c1ad8716c3ff2a99bafe71a4bc9d0b65 a1cc857cb1aab1ab2643304dccbe0df20372df77 a468ab66843c2b5283044b46e81bdff669080f3f aeccfd93c47f8d650ea72012d85c7b7b2fe6d3ee af62a2a02a24980f0aab91eeb5512861f2159500 bf837e13bae71cc9d2a64e105b44e1b41f8f4974 c1bd94a7dceef4b4d05d1aab596b79d5a2734fef d8ed972adf528f6512dfcc5bc81a555df3f999b7 d9da8acfcc1923ba11a8707a52a4d4d137ca852b e6c67ccd64da912c55c72c9260d9b81cb27cf12e Package: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260903.071132 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.20260903.071132_amd64.deb Size: 409406 SHA256: 783829dcabfa30a4202babd7afbb44376e11219d79e4e86f3243af83d5f93044 SHA1: dd0f1b0af77586fe5e9f556165c9c0de8a0502b6 MD5sum: bea508799fbac53062357b7a023ef858 Description: Depthai filters package Package: ros-jazzy-depthai-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260903.071132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 15476 Depends: ros-jazzy-depthai-filters (= 2.12.2-1noble.20260903.071132) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters/ros-jazzy-depthai-filters-dbgsym_2.12.2-1noble.20260903.071132_amd64.deb Size: 13634224 SHA256: 4327cec420037d8d86d5c82ec5aaa5279d5ff5f9579d2b836807eadfdf52fe1b SHA1: e2dcd0d6f52ae6a2b7c85925e85d459a53e4a37a MD5sum: 0c03b541259b3c49f04ba262e8ef8995 Description: debug symbols for ros-jazzy-depthai-filters Build-Ids: ac793ab52256a4ddab5e742fd2f145d00ebad19f Package: ros-jazzy-depthai-filters-v3 Version: 3.2.1-1noble.20260903.072234 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.20260903.072234_amd64.deb Size: 410256 SHA256: 6ecfe7f9f20c26d4b0ec03c80966575579c61e21a0a66bb48d485859782bb263 SHA1: cca35460d261baa642de1af8246223a99de4564a MD5sum: a788d390de67b4a09166f6b81a36736b 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.20260903.072234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 15258 Depends: ros-jazzy-depthai-filters-v3 (= 3.2.1-1noble.20260903.072234) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters-v3/ros-jazzy-depthai-filters-v3-dbgsym_3.2.1-1noble.20260903.072234_amd64.deb Size: 13430754 SHA256: 8d25f1827f70a54ac4ccecc93f2df6c2648b1ab5441fb19e19bcdf3d6d2fde42 SHA1: 689c2b73d707e2dc4051f1ded605643027a8c2f0 MD5sum: 63ba592cf65d450ae50c18b464a4f27a Description: debug symbols for ros-jazzy-depthai-filters-v3 Build-Ids: e14a2a0230d3dceee746ff7a6a0342a3e410c382 Package: ros-jazzy-depthai-ros Version: 2.12.2-1noble.20260903.085027 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.20260903.085027_amd64.deb Size: 7324 SHA256: 43a3f0479ee5c66fabc54368b495af68a3e12a7aed51582a8b96fffc190ed1e4 SHA1: 8c09a9abe285fc30e56e0080c832f03094e9a21a MD5sum: a41349a284128838d4a3e86ba14febbb Description: The depthai-ros package Package: ros-jazzy-depthai-ros-driver Version: 2.12.2-1noble.20260903.082932 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.20260903.082932_amd64.deb Size: 744510 SHA256: ade1888819213800f467521f4f19a274d11989d30a13a198bd0e699a05ba4af1 SHA1: cd01951190e9bd91bd2e1c96a1cce6de669ed93d MD5sum: 904eea20cecdbe48a60c3993903d3779 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.20260903.082932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 23742 Depends: ros-jazzy-depthai-ros-driver (= 2.12.2-1noble.20260903.082932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver/ros-jazzy-depthai-ros-driver-dbgsym_2.12.2-1noble.20260903.082932_amd64.deb Size: 22411118 SHA256: 10dc664e4cd5dd526c6d6855f31562c42832e433cdf0e647acb2cb5e3382ec65 SHA1: cf02a1a2a6b92133e0c8ea4c3b93ed4be118d120 MD5sum: 0076a05f309f1e746239dab61d6bbf62 Description: debug symbols for ros-jazzy-depthai-ros-driver Build-Ids: 332bfb72cee2b1971ddd8b3ea7170f54faa6ea18 6bd0f38dd13ea46171f52804b91f2551d123dc04 78670eca3bdaf05b7431772f5e202bafe71064bd 9ff2c7d2cbbc3751bc8282355a8b65fb6e0ce222 a5785b88328185fca2d558b4305cb709c509d40a Package: ros-jazzy-depthai-ros-driver-v3 Version: 3.2.1-1noble.20260903.082927 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 3592 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.20260903.082927_amd64.deb Size: 800212 SHA256: 5cb983dd1418ca301875e4cc39da27d0d309de25601584093abe41875a16b0e3 SHA1: ab568c0265191465c1773827b92286c0932ee05e MD5sum: a1b78acf63083f87cfce8b249566d99b 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.20260903.082927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 44531 Depends: ros-jazzy-depthai-ros-driver-v3 (= 3.2.1-1noble.20260903.082927) 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.20260903.082927_amd64.deb Size: 43364062 SHA256: f37be93bbb7eda61f9bc4248631e8011415d7fab0fc7bc10d61110a821d49d37 SHA1: 0e31b6b6ab5142156594aede1a3ba818d9d1b338 MD5sum: 8296e98a594084a2e91c477c44a5aab9 Description: debug symbols for ros-jazzy-depthai-ros-driver-v3 Build-Ids: 12dd146f9edd5c9adb0f7c8b49dc2f0ff6f3b56f 465001272048fb43241b9b23ca65de14db7a4d83 c2e4ba8227187aa7ccedc0d82064203d2306928d df7906bf9a6c23f388ac1f5d998bfc07699f68bf ea1458436608f0bee8eccf6e5d4e36e4b41fbe25 Package: ros-jazzy-depthai-ros-msgs Version: 2.12.2-1noble.20260903.065322 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2761 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.20260903.065322_amd64.deb Size: 209982 SHA256: 1c35d8967b91699988242a0d7b0ff0614fbf9cc0c53f3a93689c66b19448cd79 SHA1: fc6490160b22bb1ce11292ff9514552bb5b170ce MD5sum: 434746a2300163126680bb4f73762798 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.20260903.065322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2198 Depends: ros-jazzy-depthai-ros-msgs (= 2.12.2-1noble.20260903.065322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs/ros-jazzy-depthai-ros-msgs-dbgsym_2.12.2-1noble.20260903.065322_amd64.deb Size: 1788488 SHA256: 00ee014107fa016ae48dbe0cbd10a3980a1cb30d4ad08f342f82eb13bbd36df9 SHA1: c71c117d1dffb7bcba63dba4b21342c2101ab55d MD5sum: b43992e28385dba9bfeee9740ef2f531 Description: debug symbols for ros-jazzy-depthai-ros-msgs Build-Ids: 1545acfd286bee11692ffbe2651f12f887d00d5a 34dfdb3570da5ae4524a1b1e9e10f28f4fc5f0b9 47c48dbc9d2b060d89f1dee496dcac3e06f4e790 4d28df2404215981a44033756f58fc00d1236bf0 542644a37129a78ae1dacb4a797fcaae9e01d15e 5540da2f9451433d65a1da731e18e314bf54ada6 723ef8e7146933e1ce8ccb6e33b285385b6eaebf 7fe9ea54ae9e95468994e6ea3e6d1409d8504ab6 c87483150da3ed0640f9bda38ad7198b03a2b959 d9207732daf89eba1280ec8c7c5c15818be8c8ce eea1bd26a8820a3f2e9bc0823b68cc675f573fa8 Package: ros-jazzy-depthai-ros-msgs-v3 Version: 3.2.1-1noble.20260902.103759 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 3204 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.20260902.103759_amd64.deb Size: 233202 SHA256: d3d6f9b626cb054236af5feb1bd2cdb5efcf3364efcecacd31fa080098e6d8fc SHA1: c46298c966cfc62dea383552ed10bd1541064ab8 MD5sum: c3bb5cffc11201a282486ab3c3b99818 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.20260902.103759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 2472 Depends: ros-jazzy-depthai-ros-msgs-v3 (= 3.2.1-1noble.20260902.103759) 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.20260902.103759_amd64.deb Size: 1998360 SHA256: 2aefa27b476fd0da34e6ac7673f704cb976af12998b2eb10fc061cf023710b8b SHA1: 79ee1221e7f833a3d0d17f1b9cb53eb8eaaba675 MD5sum: 8d86355c2dd94d4d07cb11b9b348e7c7 Description: debug symbols for ros-jazzy-depthai-ros-msgs-v3 Build-Ids: 062aa009238309e620a19369d17bcfb9c1b094bb 3e723152f8aa8c53b7d97a7f4229d7a451a1caa9 44afdba25c7978bcfae3054efa32dcd09e6d33eb 4d9c764abdfb3ea7db7360fd9705d932ef4c921d 51082599f73cb9c5abba9f45f81fa965ff3a8b87 59c495ef5d85f0d40f72182c4b9344da817a2d37 6057d2185227b73a3b22eee4c09a4eb8d317cef7 86ff110a93bbb50396b1264ac3a24c466ec00739 e34e981820664e637f49bace3088bc7af97eaadc e86cc7058209d66760bd5ed75412c9a8c6f0e2a2 fe5571d611e9a9647cb8249f365355ff8b1997d9 Package: ros-jazzy-depthai-ros-v3 Version: 3.2.1-1noble.20260903.090115 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.20260903.090115_amd64.deb Size: 8400 SHA256: 25b3ed9699bed0ae862e20aee66c21365c082732abdf3aa7eb842a963dc32e14 SHA1: 15a0135bdadde8d7aeacba9b95a037252e928a9e MD5sum: 8f1fa4ed923b9d2664efa4c7db676c3b Description: The depthai_ros_v3 package Package: ros-jazzy-depthai-v3 Version: 3.9.0-1noble.20260817.170319 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 54478 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), libusb-1.0-0 (>= 2:1.0.16), curl, gfortran, libcurl4-openssl-dev, libfmt-dev, libopencv-dev, libspdlog-dev, libudev-dev, libusb-1.0-0-dev, nlohmann-json3-dev, unzip, zip, ros-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.9.0-1noble.20260817.170319_amd64.deb Size: 28709100 SHA256: cf9caf169a1ca1598e827d3d1ca3e1b93a44ce6d82e4de63aab111556547ffb1 SHA1: d2b8da308ef513ee847afb03567f06f7500ea911 MD5sum: 1e36930747c7d93eb9b53d0689f29e71 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.9.0-1noble.20260817.170319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 156463 Depends: ros-jazzy-depthai-v3 (= 3.9.0-1noble.20260817.170319) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-v3/ros-jazzy-depthai-v3-dbgsym_3.9.0-1noble.20260817.170319_amd64.deb Size: 150351012 SHA256: cb43f01a9bb7ac409aaa85a63ed79a899d28f014e44598e08a647fefdf87b67b SHA1: 85f7585dceb3728f47e54e61d9ab0d960d6690e9 MD5sum: e9b28b47ce9c12e081689bc0ad1da701 Description: debug symbols for ros-jazzy-depthai-v3 Build-Ids: 6f5ad63527018e4ce1b016d6055ff8cb6eb77ff8 ff81bd09962abe15168e8016def8d8009278d8ac Package: ros-jazzy-depthimage-to-laserscan Version: 2.5.1-3noble.20260902.075602 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.20260902.075602_amd64.deb Size: 183008 SHA256: 49e201dac5b61f19e41d4eac0490e0a4679c7d43c785ac84224ed441760bff64 SHA1: 92f65047af9ae2c346770b47a606a191cb46d4c4 MD5sum: 84c76fc2b5c270c7e4e648e2c18bac54 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.20260902.075602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4128 Depends: ros-jazzy-depthimage-to-laserscan (= 2.5.1-3noble.20260902.075602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthimage-to-laserscan/ros-jazzy-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260902.075602_amd64.deb Size: 3526026 SHA256: 64a9d01355404405ac98780dba18b3686d9e82b9b38bdd28b07573b265abc9e7 SHA1: 096f22d10a0e8f08dc4ae84e8c41277ba1dc3b6a MD5sum: 27960f6ee7458aad74c9ff667cbde5f1 Description: debug symbols for ros-jazzy-depthimage-to-laserscan Build-Ids: 5f086eadc0f1fba315cb694d169aef702f0b2bac 98bed32f7c8b768d9e263db8897370be5cce2e0f a96b27a1fdd8300efe5b761ca6ef492cef2c0d1d Package: ros-jazzy-derived-object-msgs Version: 4.0.0-4noble.20260902.034704 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1723 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.20260902.034704_amd64.deb Size: 137492 SHA256: c73baad772c0d16dd7b7fe33b211ea5c4b453ab6c5d844a32d882a4ebdb86f9e SHA1: 7468dfa788ba7209d303c15d671f59efa060de68 MD5sum: 3ead3c0d0157a9d10f948246c0226d5b 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.20260902.034704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1237 Depends: ros-jazzy-derived-object-msgs (= 4.0.0-4noble.20260902.034704) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-derived-object-msgs/ros-jazzy-derived-object-msgs-dbgsym_4.0.0-4noble.20260902.034704_amd64.deb Size: 1006796 SHA256: 8ee34ef6435e8b89ddaceb990a9186304780bf92241b05a844f35da4b3bc4089 SHA1: 25e0e9ed076e29fdaa1c7c8248ed141614e4c849 MD5sum: 8d841689364a34a5477bb31ba95433bd Description: debug symbols for ros-jazzy-derived-object-msgs Build-Ids: 05429c115c2a3cd752387ba0d29b142bc43ed4ec 13b2e6f66a1310c4f991ae1f5aa0b25f761f584a 16b1dde83d0615a578382617f4f506bc7b8dfb4d 68161d5fb7f48852f570837030e06469cdb1fd27 845a338119d4d23bd8a8ef597e53c7a15a91ab85 aaee4c463378503bc1366022383fa500126d0fcc ba608b36e7a3d6537dd61ba5eb51afd608a592c6 c0b0f440bb5f6e0f81afc6ed2194c892ef5edec4 c229687b1389b1bc59712f06e9f5973fa2df6413 d71006c888db52cb7dd1c0a686ac0fe106a9df04 f45ec2c467977ac31d3ec1e13a6d7df93df934a5 Package: ros-jazzy-desktop Version: 0.11.0-1noble.20260905.070740 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.20260905.070740_amd64.deb Size: 6536 SHA256: 54854dbc081a12e2ae1027cdb6edce30f289620a52927daeb613aa0f09e4bdd8 SHA1: 122bd5f82c3ce9a2cf450c0657fe64b8466eb8f1 MD5sum: f0812321281de4b1719b19a2bd372688 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.20260905.090603 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.20260905.090603_amd64.deb Size: 5344 SHA256: bdea25c4157dc2f58cf1b932df77d6e34e87faa98b0f3790768a3e8bd1ae0896 SHA1: 1616a06ce0f6ed5533539f620b82cfb51443e5fb MD5sum: 6a1a8af6ef23668674d33412458097ef Description: Provides a 'batteries included' experience to novice users. Package: ros-jazzy-diagnostic-aggregator Version: 4.2.7-1noble.20260902.061236 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.20260902.061236_amd64.deb Size: 320144 SHA256: 58c5e5db0b66577ec63a2a352d14b8c2dc927a59b9e8256f124d4da8facc5e5b SHA1: 39092543c1861e18b38d1e69390c2401d9f3428f MD5sum: 89631c19bba9969ecd3dcada572731c5 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.20260902.061236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6252 Depends: ros-jazzy-diagnostic-aggregator (= 4.2.7-1noble.20260902.061236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator-dbgsym_4.2.7-1noble.20260902.061236_amd64.deb Size: 5739010 SHA256: 60469abd00bc7ab59e23f0e079732e6ddc874478e684827fa246b6e85fd20b00 SHA1: 2b9a257388b192cff5fd1a8d6e2b11bccdec898b MD5sum: a1fe4b4b091b6447670ce751d1c9973d Description: debug symbols for ros-jazzy-diagnostic-aggregator Build-Ids: 2cfcd6b4d32f8a81ad476ad22fa7c6d5ffaf656c 5c792a32889fdfbe7a379eada3e54b09566d285a d4e19fe05121755729cc68db16a371448134066f f99ddd76606f114653f908100ff4f403950f60aa Package: ros-jazzy-diagnostic-common-diagnostics Version: 4.2.7-1noble.20260902.081313 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.20260902.081313_amd64.deb Size: 14176 SHA256: e73be47855d1bfe1e8a1fc61f97d3ea3734fd74869755ba59ce1094ce5734ec8 SHA1: 388b2e78e7931c9505b44e5d2a071b2361fb550c MD5sum: aae523a1bff5e14f231890f8e3dda8fa Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-jazzy-diagnostic-msgs Version: 5.3.8-1noble.20260902.041325 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1622 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.20260902.041325_amd64.deb Size: 142390 SHA256: 77789bb4087fb3326760f163c65a4bb626c3d35351ca869be8c2aa8225278393 SHA1: b02c5db9ee5950b64c634f71b49433e7a8c9b85f MD5sum: 6dd7ddaa7924616e0a0da79064740f6c 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.20260902.041325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1348 Depends: ros-jazzy-diagnostic-msgs (= 5.3.8-1noble.20260902.041325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-msgs/ros-jazzy-diagnostic-msgs-dbgsym_5.3.8-1noble.20260902.041325_amd64.deb Size: 1099116 SHA256: 15d5e74955f1f6987fa44bdf11bd2319a7efc714dfd6bba25a9b46d04920cad2 SHA1: a10f940a4c31270aa3ead980c790a05c8f846bc3 MD5sum: a9846ff488441933d4aa9d634983cfbf Description: debug symbols for ros-jazzy-diagnostic-msgs Build-Ids: 11fbc880b178ec315d58e2793dc8fb8d22d05f1d 783a4b485fbf1952262c3f212f6c94c48b154006 94ee52601c64e4c1d5d2c9c56be3e6300582e92f 9cdb1ffa4960fc76f6591572fb1c007835d6ecd4 aa53fa91bfacb9a8d8773793340e4fd45b83e5b2 aaf681a366c2ffe20bb4e1acfa94bddcaa452905 ab32fbaaef4f82a3dfe7d46ab0dea78d70d6c315 b86e8f76f6f642c3c3c1265445f25914ef71dbea dc771a4ccbc297c68420505567e6c2df7802ec6a ec4cc734f88e8dfad1c82beafb76fa5730bb85d4 fe293c56866a8d216d4a6e2da79e6660365308c5 Package: ros-jazzy-diagnostic-remote-logging Version: 4.2.7-1noble.20260902.075121 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.20260902.075121_amd64.deb Size: 144602 SHA256: c85d371502d1312d5ffd732f8bcc9d21c6ded2b1d0550065b7b6a2127b53873d SHA1: bd6c448ebc883e6d514c11fe5ca7959d4822be8b MD5sum: 3b6d83854f1acd7bb27236d9f69a700c 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.20260902.075121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3407 Depends: ros-jazzy-diagnostic-remote-logging (= 4.2.7-1noble.20260902.075121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-remote-logging/ros-jazzy-diagnostic-remote-logging-dbgsym_4.2.7-1noble.20260902.075121_amd64.deb Size: 2834190 SHA256: f1d006bc628720184c18276f070f945531267927de56b1999dd10384a89ef14b SHA1: b452af7631e2f7e9d9a13779ff1937ce56097db5 MD5sum: 098e9b884fc9425fd6413b8d9f9a3113 Description: debug symbols for ros-jazzy-diagnostic-remote-logging Build-Ids: 88fc3cb1bc73a09c4d894d1be52b78925b679b43 8ff03f8887675d6baceced1135418b7c187d7db5 Package: ros-jazzy-diagnostic-updater Version: 4.2.7-1noble.20260902.061455 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.20260902.061455_amd64.deb Size: 111912 SHA256: cd1831b714a777e36ccea787c906d492f20ed120b4150651c85bf87ffd55f12e SHA1: 4ca6648a9e6d3c8ee48fe813b1ea68eba5a70731 MD5sum: 4ea19d745c5e2bd40afd5b73fe31c3b5 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.20260902.061455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1709 Depends: ros-jazzy-diagnostic-updater (= 4.2.7-1noble.20260902.061455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater-dbgsym_4.2.7-1noble.20260902.061455_amd64.deb Size: 1594020 SHA256: 65fcb15dd669a18a6e220c95608207d16ccee1bc3a7a23735d4523c1b780e8be SHA1: ee5d199caac9a33b6857b8ffd5e9ede3868b1ffa MD5sum: 8e34fe7124e81703ecc776747e7f6176 Description: debug symbols for ros-jazzy-diagnostic-updater Build-Ids: 45dc45d010d81be426017fb51a48a7e472947391 48dacf152f06f905e56622ce22b25b1fcbe37281 Package: ros-jazzy-diagnostics Version: 4.2.7-1noble.20260903.065336 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.20260903.065336_amd64.deb Size: 5670 SHA256: dfc6a793aa8bcaca1b81b09b09c474087d621651467863b08cc22f15f3007e3f SHA1: 37667da6990cfa0ee81655ec97de851c767194bf MD5sum: e72b801cdbceea0051768ce059461a7f Description: Diagnostics tools for monitoring and reporting system status. Package: ros-jazzy-diff-drive-controller Version: 4.42.1-1noble.20260905.073042 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1011 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-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.42.1-1noble.20260905.073042_amd64.deb Size: 231082 SHA256: ec8e7a8956d5ec64b52795a39194f6394b6f5d7de83ccf949203889d357dc22b SHA1: b4b6cd28e46c518a0279d7061d2990fa8593b234 MD5sum: 8555ef3f680f8cc100dbd953c4d3a3e7 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.42.1-1noble.20260905.073042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3795 Depends: ros-jazzy-diff-drive-controller (= 4.42.1-1noble.20260905.073042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller-dbgsym_4.42.1-1noble.20260905.073042_amd64.deb Size: 3358628 SHA256: 9f0ead5e9eefba6848cf5f6250dd5560a1e1fef73126f242c6d82724679ef84f SHA1: 76f9c53b3080308791312f837c107ed9623ba6c9 MD5sum: f4d66782ef86f4c91eec3ef9adad58c7 Description: debug symbols for ros-jazzy-diff-drive-controller Build-Ids: 8cd7d11c868e1d9962465a1cd0935b4cc8091281 Package: ros-jazzy-dolly-follow Version: 0.4.0-6noble.20260902.075309 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.20260902.075309_amd64.deb Size: 104544 SHA256: b775cdba13da87f6ab9765d9fcb15a2cf68e31a9da569316c4282fd773bf9c0f SHA1: 48544f0126a7dd85fbb68ffd1394cbebf7464956 MD5sum: 248d40e1667063566fa39632cd33ee2e 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.20260902.075309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 2228 Depends: ros-jazzy-dolly-follow (= 0.4.0-6noble.20260902.075309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-follow/ros-jazzy-dolly-follow-dbgsym_0.4.0-6noble.20260902.075309_amd64.deb Size: 1896368 SHA256: bc3199ac7253768ebd29ca58b64eff6d38f8f99c93ccfe2fc3f9a93baec0627c SHA1: bb4000f67e9f463d5291c31041fd7de1e5308370 MD5sum: 51d3df3ee2e454bc70f1746e29aba4c3 Description: debug symbols for ros-jazzy-dolly-follow Build-Ids: 2eb66dc7be6e3c3dca34c9d687d04332ca17e669 Package: ros-jazzy-dolly-gazebo Version: 0.4.0-6noble.20260905.072026 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.20260905.072026_amd64.deb Size: 1728 SHA256: acbb3846dc4795f1087f3a217df6bc15988f31159b17e727cedeeb39bb4b750a SHA1: b7c2d9d970cf74190404f4c1f2d662e45d9ee4db MD5sum: 05352625a90488141dca8fda27b21105 Description: Launch Gazebo simulation with Dolly robot. Package: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260902.083542 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1136 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.20260902.083542_amd64.deb Size: 205218 SHA256: 4407043c38e492877a2155facc2c1af69de5096c944e537e337a5e28df43c3f0 SHA1: 582f6ad78d11638fca0b5e94f3c79f80547de2d8 MD5sum: 75f27fd5ac4019dcfb3b7ffe8b83035a Description: ROS 2 Domain Bridge Package: ros-jazzy-domain-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260902.083542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3913 Depends: ros-jazzy-domain-bridge (= 0.5.0-5noble.20260902.083542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-bridge/ros-jazzy-domain-bridge-dbgsym_0.5.0-5noble.20260902.083542_amd64.deb Size: 3460290 SHA256: b9319003d78db0c094df02983a48b00c97d0287f3e4643f5bf84719e1b19d568 SHA1: 010a01d468056dd5fc5cf99bde83c62d25bd8a96 MD5sum: cc973459ce4fda72dca2e0cba403f8aa Description: debug symbols for ros-jazzy-domain-bridge Build-Ids: 53012b034f398dc32176c74e79eaed999809b5a1 595b5643650cd5cdc7069a8f06f3a1a5ae816bff 5d0b605b0c6f376e3876797c4ffef3a29be622ed 694b85e15ca84df72ca1ceedd32cd85e4e4af8e1 b6d9111b4a54374c085d5517b1e9d013c710116d be70a68688614a530401785cada13fd57ca23406 c1bc670b4355035313d703959ad611dea9c9d7cf cec305666e2a21ace0ab4d8fbfadde70f3e58bef d63475b608fc652bb124f5d96953467f333ea999 d97adf7fd5551f503fa6bcc2a37ea5012b50aa2f da3ab989279a016e98ffd392d010faa62caaf852 e8784be687ce1a77b1ce81bbe57a1d5048b460a6 f38f5b5f1babe9f3ca6fff4cad948ed23fb9184a 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.20260903.074644 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.20260903.074644_amd64.deb Size: 152206 SHA256: cf2ab95e902ce02a1dbd88fb5a6cea8a1731c04069abc806553e7cdd4f8b22a2 SHA1: 310245e2d80b62e49454fe75f008c3fad184deca MD5sum: 6c3fe916f7941c27566c54881a7fa18b 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.20260903.074644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3684 Depends: ros-jazzy-draco-point-cloud-transport (= 4.0.4-1noble.20260903.074644) 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.20260903.074644_amd64.deb Size: 3281780 SHA256: d1e6a9c57a2bb1115d81c14b9dcfa8297fc0aca3b70a52a8d898a6a2b1150d40 SHA1: def9e3fc5cc817ed8eaed40b04d80f3ee9422029 MD5sum: 8722a90098c71c4a7c118317900d730d Description: debug symbols for ros-jazzy-draco-point-cloud-transport Build-Ids: f65bfbb3f379a86393942985a26508b7c55a18e4 Package: ros-jazzy-ds-dbw Version: 2.4.0-1noble.20260902.081451 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.20260902.081451_amd64.deb Size: 5858 SHA256: 91c7589345ac8977b85484c3751ad7f17289ddc03c7c8901fd9ce6e9cfe8f268 SHA1: 834214bd1ad991f3d7f62cc91b510d2599a7d1d8 MD5sum: 64f304ee9e71db16980ad7e2c2aecd19 Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-jazzy-ds-dbw-can Version: 2.4.0-1noble.20260902.071230 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.20260902.071230_amd64.deb Size: 824088 SHA256: ea0139d379dcde0ffd2258b262effc15ee759047c01fb5751e2808cf7ac65397 SHA1: d001c39c89830dd27708db1fdb4a8a95b7305271 MD5sum: 22466fd7b88e7c04a72b233bcfc51d6f 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.20260902.071230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 24642 Depends: ros-jazzy-ds-dbw-can (= 2.4.0-1noble.20260902.071230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can-dbgsym_2.4.0-1noble.20260902.071230_amd64.deb Size: 19905006 SHA256: 55eb19083f508b65dae990c056db9be3bcf6b6658c1f48c7a0dc58ff4c8368f5 SHA1: 68fd7b4f36cdb9af32a816951b93801c311a5319 MD5sum: 75988cd7ed65da766e0fd511fe289250 Description: debug symbols for ros-jazzy-ds-dbw-can Build-Ids: 4283a47445009acc6eb5354b7f88869c73fabdb1 7e4bd7ca0dfc0304ba84663db0c4a46d6e125ae7 Package: ros-jazzy-ds-dbw-joystick-demo Version: 2.4.0-1noble.20260902.080720 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.20260902.080720_amd64.deb Size: 227200 SHA256: 9238c1ca22cdb38befe7b31a1f0ad3518a73eb456fa7be6b7e658fe2c56bdcfe SHA1: a77fae4143a8e023fd64a139f976572a03c79f98 MD5sum: 81d7d123970449e45c944eeb764eb158 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.20260902.080720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 5988 Depends: ros-jazzy-ds-dbw-joystick-demo (= 2.4.0-1noble.20260902.080720) 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.20260902.080720_amd64.deb Size: 4979142 SHA256: 32f0732098b59b3fed2aab44db57021633a097f1f2248e0221b718cab7e20fdd SHA1: 503158601aba90fe96243073549b8d9a8a2736e0 MD5sum: b600e23ea9928094c5388296c0639e64 Description: debug symbols for ros-jazzy-ds-dbw-joystick-demo Build-Ids: 26dbb22e936c59296e4866e88365b35ca1817c03 e483eefa2809c83b18ca1488d277eaae82ff8264 Package: ros-jazzy-ds-dbw-msgs Version: 2.4.0-1noble.20260902.033714 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 13359 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.20260902.033714_amd64.deb Size: 738962 SHA256: 97e8b8eb124004bce41d06b886166c1f22ee83e279cfe5023dada297994ff817 SHA1: 86b961b3f7e37081a601e981296ce57a7a17f426 MD5sum: 46fef4ca1fb5374b98395c3bc67d59eb 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.20260902.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 7729 Depends: ros-jazzy-ds-dbw-msgs (= 2.4.0-1noble.20260902.033714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-msgs/ros-jazzy-ds-dbw-msgs-dbgsym_2.4.0-1noble.20260902.033714_amd64.deb Size: 6201290 SHA256: b7072fae65c01caf35aa8101ba28e9c5af183ce4eb4b1030c88b219fa6cc5a47 SHA1: dead2b54dea7987324805303409467c37116c306 MD5sum: fafa23c691cd0175e315daaaa787b48f Description: debug symbols for ros-jazzy-ds-dbw-msgs Build-Ids: 10b27d567c7f622b7eda608b4289284ed93ad60a 20e14b48c503b39ccb5c6432788e14bce7c15ddc 4ebceed8258319e20bb48438468fc72e84be5b12 635d0b11171aa718180e3221d72a24ed6698838d 6d623cad3b773516553081e700db596701c6f33d 70aca66ef0d157a21ed4aa51f214da9075df820d 7533eac51df37337640c135b6dc446dddc1f9f55 8e3bd089be1ff42223d046a9d8f98300981fc370 b9acea7339b3818b0f974f204487623af3108891 e3aa97a906c27e4ff490612a6eb55708e6bc1894 f829d2885ca4b2d65845c05abc5e44a5f3a1e329 Package: ros-jazzy-dual-arm-panda-moveit-config Version: 3.1.0-1noble.20260903.081606 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.20260903.081606_amd64.deb Size: 15710 SHA256: a5dcf90233635120fb2423716fc304380979063b0078aaed3b5bfb9d4f406b61 SHA1: 1137e5cccd9444b362ac01248c8fc5b2799d6572 MD5sum: 53a427bb0787a66dbd2ae241dc76ef39 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-jazzy-dual-laser-merger Version: 0.3.1-1noble.20260903.082527 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.20260903.082527_amd64.deb Size: 12302022 SHA256: 4b531326ec862d28d72fad05d7334521ff870f0cac78184addae205fefb9796a SHA1: 6bacd93de36e454d8a65090e31725787ca3ab92e MD5sum: 9cbdf3030e04775384efe1c269142e77 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.20260903.082527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5937 Depends: ros-jazzy-dual-laser-merger (= 0.3.1-1noble.20260903.082527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-laser-merger/ros-jazzy-dual-laser-merger-dbgsym_0.3.1-1noble.20260903.082527_amd64.deb Size: 5278668 SHA256: 99233ecf8a0ec39c1b3109dcea387c3f54e0bd1ea41126f0d82d535c875d654f SHA1: 166d0230fae3ff1652ecf01628d7945c265465e6 MD5sum: a6a22bc168f884e64acb932fa22a9fac Description: debug symbols for ros-jazzy-dual-laser-merger Build-Ids: 7300a28c74efe9e175c0ecc38268bea4fa4a040d 938f650b931e20a53dfc516cdf972578ffec41e7 Package: ros-jazzy-dummy-map-server Version: 0.33.11-1noble.20260902.075357 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.20260902.075357_amd64.deb Size: 47634 SHA256: e17e3bdbdb28a694c39a2e7e861debd0726ac784935cfa7b02605cf1e92f680a SHA1: 10b1daef91bb84f9ff84bb27a32734dccc19a221 MD5sum: 97429dc3a86308c49e7d52cc68fce02d 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.20260902.075357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 785 Depends: ros-jazzy-dummy-map-server (= 0.33.11-1noble.20260902.075357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-map-server/ros-jazzy-dummy-map-server-dbgsym_0.33.11-1noble.20260902.075357_amd64.deb Size: 732538 SHA256: 1249714926115f5901e1effea308a00e914c193b32817dd63295c9aa0c3856a1 SHA1: a98a026ac939e427b629aacf7f7a8ed4cdf68292 MD5sum: 3a78fd52be83059c9b4c5649f8e2f500 Description: debug symbols for ros-jazzy-dummy-map-server Build-Ids: 7712312abce53d53e89a1b2e86fcad11ea509b4b Package: ros-jazzy-dummy-robot-bringup Version: 0.33.11-1noble.20260903.022631 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.20260903.022631_amd64.deb Size: 9244 SHA256: 3b4d2cf57e980899891c856a15a90df8aac42429e91d5f49402ad08a756cfe04 SHA1: 3625fa2b6619390baba45a29d349d5202acc0ba1 MD5sum: 4887ab12e9a8daf8e5cfddcf8d4f4d93 Description: dummy robot bringup Package: ros-jazzy-dummy-sensors Version: 0.33.11-1noble.20260902.080635 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.20260902.080635_amd64.deb Size: 65706 SHA256: 6ce8e77e739da350194550af1d8da8d16eea5ac2660ddd42ca8a93f22dc2a53d SHA1: f0b96223275ae195b420b8eceb10954f9b072099 MD5sum: 0a8dbd9b9fb3b65993e31e99535a2c7f Description: dummy sensor nodes Package: ros-jazzy-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-sensors Version: 0.33.11-1noble.20260902.080635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1536 Depends: ros-jazzy-dummy-sensors (= 0.33.11-1noble.20260902.080635) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-sensors/ros-jazzy-dummy-sensors-dbgsym_0.33.11-1noble.20260902.080635_amd64.deb Size: 1431806 SHA256: e77cfefa4b753143c0727ebcd6780654b00f3d02259c2a19f2ec34f731d7822e SHA1: 2db9979d2a6b2e9e33b8dee46150c79ec9de3384 MD5sum: 2b205e72d7d27a37c8a9c4c23e7039d9 Description: debug symbols for ros-jazzy-dummy-sensors Build-Ids: 005ef563143e81a5d3b8375157d972a7299c29a2 70430ad30b280cdd772a85ef044a5ed101ceb47f Package: ros-jazzy-dwb-core Version: 1.3.13-1noble.20260903.031920 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 770 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-dwb-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/dwb_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core_1.3.13-1noble.20260903.031920_amd64.deb Size: 206674 SHA256: 42b3fd64232871a9f8ab8a3adff3e6c15fba7bb367ae174dc7b30a981980c515 SHA1: 2c0bd2927cf4cc3328720136c2cacf64b868e5aa MD5sum: 5fd9c63600fb49da28aeaf99cbd6a113 Description: DWB core interfaces package Package: ros-jazzy-dwb-core-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-core Version: 1.3.13-1noble.20260903.031920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 3446 Depends: ros-jazzy-dwb-core (= 1.3.13-1noble.20260903.031920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core-dbgsym_1.3.13-1noble.20260903.031920_amd64.deb Size: 3206404 SHA256: 11d86607a1831b925c9e0b3bcbcb6a432b474dcb4cb85dde4100fca24805488d SHA1: c8e56cd8c4ee58bde78f74465f839ac0748eb5a2 MD5sum: 78c6bb016320daa792438a3e4b05c0c7 Description: debug symbols for ros-jazzy-dwb-core Build-Ids: 39d6e24626736d596cf3b6274adbaf1a379bc5eb Package: ros-jazzy-dwb-critics Version: 1.3.13-1noble.20260903.032514 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 271 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-costmap-queue, ros-jazzy-dwb-core, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/dwb_critics/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics_1.3.13-1noble.20260903.032514_amd64.deb Size: 58834 SHA256: de43fe7c716db7d39717a11b512a5e111dd3919bb60387fb3b0b10cca70acb2f SHA1: 9cfd9c61f7f701c66925f4137af60abb764c37cd MD5sum: f214f186149c711814700924d76694c2 Description: The dwb_critics package Package: ros-jazzy-dwb-critics-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-critics Version: 1.3.13-1noble.20260903.032514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 2359 Depends: ros-jazzy-dwb-critics (= 1.3.13-1noble.20260903.032514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics-dbgsym_1.3.13-1noble.20260903.032514_amd64.deb Size: 2307252 SHA256: ff069eae97cee87c3f6098bc4dfd7c7e20df8d415f474d682524850310dda03d SHA1: 8fd0a25008650925227b908edbc1708a7565de63 MD5sum: 6eb23582d3911243170b089b2fc272f6 Description: debug symbols for ros-jazzy-dwb-critics Build-Ids: 9a898f8e874a41a71eecfc0ffc1388bae6dd39f0 Package: ros-jazzy-dwb-msgs Version: 1.3.13-1noble.20260902.043539 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3148 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 Homepage: https://index.ros.org/p/dwb_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs_1.3.13-1noble.20260902.043539_amd64.deb Size: 234654 SHA256: 2c0e38413948d87f34c8d3d7fc0fe1990ce84e46f52287162d4825fb983bee03 SHA1: 315324152152b499508a97737008588553e003fb MD5sum: 21a2ea3431056759079da48ea5e8929e 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.13-1noble.20260902.043539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 2661 Depends: ros-jazzy-dwb-msgs (= 1.3.13-1noble.20260902.043539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs-dbgsym_1.3.13-1noble.20260902.043539_amd64.deb Size: 2214778 SHA256: 0e21a20e3e8da95fbd4d722a302b292e35b1767f31a0e0fd5473edcd09a49bad SHA1: 4aca7d76f8d9a94a6209c77a314e9531f005e5af MD5sum: e6ef1305ec9008d54b29c163bdd7695e Description: debug symbols for ros-jazzy-dwb-msgs Build-Ids: 08498fccbef6ba34ce884093e3e55c3eaf362cd8 12bb5ba54e09806e4c93f0377f160edfe06bdd30 1c5ca192a8c1c2821f420be3f63e5c20e9c2e537 2075b0d8ad7b189fdbb1e08e6ec14f72c0f9f240 4b38579a0608611280cb960182f7edbfab2ecf7a 4c64bb373a567286a9b2a2048790ecb3abae2b8f 557c341af5314939112f7deb8cea03ab5d1d5bf9 5a996c0942a92aad1ebed0caedf1d52125718c7b aa36a1b70eeffacf933eac7d98c09e63dac48f47 c32fae01ace2faeba04444667066e158cb65218c ec6fc0886dd00073a9419402cafd5bb8680c3630 Package: ros-jazzy-dwb-plugins Version: 1.3.13-1noble.20260903.032445 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 202 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-dwb-core, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/dwb_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins_1.3.13-1noble.20260903.032445_amd64.deb Size: 47918 SHA256: bca28cd9779cd5359140ebf08f83105a93e4230e68743c35323161a29c8cde86 SHA1: a092a6e5f22bf3b53b2dfa83bd92895a0c348513 MD5sum: 3b1a521b9cbea41bb88ccc7b0f29654d Description: Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core Package: ros-jazzy-dwb-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-plugins Version: 1.3.13-1noble.20260903.032445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 990 Depends: ros-jazzy-dwb-plugins (= 1.3.13-1noble.20260903.032445) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins-dbgsym_1.3.13-1noble.20260903.032445_amd64.deb Size: 952782 SHA256: 869ddd6ab685d474698038260fd5076282f21fc8921ef0c31e9f8f597a360156 SHA1: aa527c0d0eb793a109591595804aaffed3e29e56 MD5sum: 50fcec94a5f8245382ae782a12822a18 Description: debug symbols for ros-jazzy-dwb-plugins Build-Ids: bba5d9821dedd17ce730da68967fa686c6ef95e6 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.20260905.072454 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.20260905.072454_amd64.deb Size: 42942 SHA256: 37cf2c51a59bcf82be001026f630a1d60316f69c5a8b1ee308434757f467c614 SHA1: dedac80a1a5e8e5b3adaf5f138cc8c9502b88a5d MD5sum: 0b5047984a80276822609360c24ac8f8 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.20260905.072454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 715 Depends: ros-jazzy-dynamixel-hardware (= 0.5.0-1noble.20260905.072454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware/ros-jazzy-dynamixel-hardware-dbgsym_0.5.0-1noble.20260905.072454_amd64.deb Size: 687696 SHA256: 8e229ce82c46866c99f67d2cb8908593c8d45b06c371b01edac2fa03000e9b36 SHA1: 7e53a77c5456257ec61e2ae9a402a744972574e1 MD5sum: 041c5e50a64bff18e9ffef28c0113448 Description: debug symbols for ros-jazzy-dynamixel-hardware Build-Ids: 8fc845f9612c9ead6877e297e30bbc8945b0b757 Package: ros-jazzy-dynamixel-hardware-interface Version: 1.5.2-1noble.20260905.072506 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.20260905.072506_amd64.deb Size: 280478 SHA256: 8020d78c9814d701262e95dc65c9286e63a8404314e3da9af5a57c03b0c1e284 SHA1: d69f6c6568e45ae934c133b866aebb8d40d8faca MD5sum: 5d861c6b2b69f14a463e26d0ef68f25d 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.20260905.072506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3740 Depends: ros-jazzy-dynamixel-hardware-interface (= 1.5.2-1noble.20260905.072506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware-interface/ros-jazzy-dynamixel-hardware-interface-dbgsym_1.5.2-1noble.20260905.072506_amd64.deb Size: 3522676 SHA256: f7573dd804d006358698a45e5c360276f549404aae9c80009635971d1db03466 SHA1: e163a5bc108b7e75960729af6bad8d5cdf573988 MD5sum: fc0d686196766ce47ae94cdf11043df9 Description: debug symbols for ros-jazzy-dynamixel-hardware-interface Build-Ids: 3eb4b62944ba624fb329ec9a734b96fec6f21db0 Package: ros-jazzy-dynamixel-interfaces Version: 1.0.1-1noble.20260902.041221 Architecture: amd64 Maintainer: Pyo Installed-Size: 1822 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.20260902.041221_amd64.deb Size: 142768 SHA256: 293ce5c3c969a5fe9573787c49e332140480cf2f0789b5fd2cc6f31da190545d SHA1: 106ab28bd81a1f2f692a8e7b6fb435a22426fc09 MD5sum: cc257694148c9685cfeba1c36e649d2a 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.20260902.041221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1284 Depends: ros-jazzy-dynamixel-interfaces (= 1.0.1-1noble.20260902.041221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-interfaces/ros-jazzy-dynamixel-interfaces-dbgsym_1.0.1-1noble.20260902.041221_amd64.deb Size: 1002548 SHA256: 057a7ea299448a0800cceb47557dda7fa48c2d58799461dc928e4ccb23ef48d8 SHA1: ebdec55a23e79b30f4b46718940342b666f7cb33 MD5sum: f6f0eb4135daa86f0cf799627fec7b06 Description: debug symbols for ros-jazzy-dynamixel-interfaces Build-Ids: 2ebd45895f2c0c894b5c7e98d4ec61c3e5218a56 2f6e3ae8737f9128aa95c8cd8fff76eb77b7235e 3c16eafc2966a7eb98ea9bf85c0d5fcee3b0813d 50bb00ba7c3b43082bc026e5cf5278913fd46f5f 6113797361ab4332e66c984b327f5031edcf1a93 6e519fbac635fe2354f028abfb5f1b7598b6d8e3 7ce3a62308abbb94b0eb9bea4ffe151ae104719b 9a78252ec1a2aefdce0c59430f05e609321cb597 a46898367642dc98b198980779dece40518bd3c2 e65096b33512c840c523a692f8a174a98f0e3905 f08946ce8e5f4c9a45fdd626f092da243125ef33 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.20260902.021719 Architecture: amd64 Maintainer: Pyo Installed-Size: 855 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.20260902.021719_amd64.deb Size: 73332 SHA256: d79b58eee64d062b7c39b41117230bd2f16d4e401305813e7409575f505738bf SHA1: 27f52dbb1e9e0180f14588e5623137a2b72de67a MD5sum: dee01f3690148cd7c27e62436bf89aa4 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.20260902.021719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 545 Depends: ros-jazzy-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260902.021719) 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.20260902.021719_amd64.deb Size: 390218 SHA256: f18a8d6331e9489c3569987905fb4cf2fca23e10807894006e6cfe73fb3e02b7 SHA1: 1006cd5eef374692b59254b76ce2fcbd87e3f188 MD5sum: 53635530d8ffbe8def5241a1042b2453 Description: debug symbols for ros-jazzy-dynamixel-sdk-custom-interfaces Build-Ids: 1cca15676ebb48fb1ef771c826f8e15b3940d05d 1d081090e93d43e5e1049e0fe82a994d3d8a8ac0 1d710b3b9ef86e1a826eaca08eb201ef6260c9c0 3127fca3ea5c7dfea513f15da2e4466bf546024a 67cc00a51f58ff00d822ef844d1bb44b19248215 6976c483cada0018b7a0d14c949561bdbd690f49 8a04b7b3b1e4a55e43d23825d16b6cb3b99bebd5 9ed3ae382e782a944bf3ba69a2441634bf6fb734 c725d24a25652ba3776df225911483cf2ce18348 e0f8aaa43144598c2a33f8249f7cfe65383b47cf e2a71d7abc658798014bb2002586c824c90cb76b 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.20260902.103726 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.20260902.103726_amd64.deb Size: 108496 SHA256: 111a541dea96c46c871c136bd5f6a645738d46fa3f7c30b45fbab95c15001c0d SHA1: b12bfa1172cb68390fced534019b0511982934a9 MD5sum: a9d111db89683e8d7c3a60b25f0c4fc2 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.20260902.103726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2188 Depends: ros-jazzy-dynamixel-sdk-examples (= 4.0.3-1noble.20260902.103726) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-examples/ros-jazzy-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260902.103726_amd64.deb Size: 1851926 SHA256: 3fcc3a4125b2780009e2ab7e96e8791b5ed621ee72fa34ee011dbb30f25cca68 SHA1: c29d682cbe9153215917d52512cfd8338f0016ff MD5sum: 41f68523a8f0de34ef69e0d2f93a3850 Description: debug symbols for ros-jazzy-dynamixel-sdk-examples Build-Ids: 6fc5bfc8e5c7f0bfb1a69ffa2666bd2f231d6b57 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.20260902.034318 Architecture: amd64 Maintainer: Pyo Installed-Size: 6490 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.20260902.034318_amd64.deb Size: 306168 SHA256: a137df5facc80225663c4397aa75dc925f0787f42208925113531fa51880f8a6 SHA1: 541f82c5b632b92f20ef93f91a5833a1dd36abaa MD5sum: 244e81b52679bac63ac700f101ee4c85 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.20260902.034318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3040 Depends: ros-jazzy-dynamixel-workbench-msgs (= 2.1.0-1noble.20260902.034318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-msgs/ros-jazzy-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20260902.034318_amd64.deb Size: 2448570 SHA256: 0402179e2e2b7889fcd8f3b67d7374c4bc37ad3df05440cfd380632fba133869 SHA1: f1781321aaf028a19c83841516f7f01f8453f327 MD5sum: 9d6fd5c83635847929c2e0c19110786f Description: debug symbols for ros-jazzy-dynamixel-workbench-msgs Build-Ids: 1bedf99f651ded96e193d58b8f9db79b3882266e 2d9e599f221bcccc56dfb2c0a6dcf015a34cac48 3ae34c58d2fef76d4c08e4b453a1d3c8dd679b5a 5684c89ab85f137cb76373601913a6a9b188a6f0 5c3e6cdb13ac78de10ca83de1fe9a3491bfdacc0 6842b869741df1fe83f6edd4aa2a39266557703a 9717de8a3ecda0462631d05af51c68819bf4f94f a4c70f410726846a771c62f657d3bd7cef13d6b0 b4d76ce33089ff5ff7dde7020c489d1f21d87e7c d6c51f02cbbf846e1772859813fc15f8403caff7 db17f1ac9f73d3bdef3fadf1acf70e0fa3cad702 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.20260903.102440 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.20260903.102440_amd64.deb Size: 6570 SHA256: a2ab7c343b0138699530d18cbdad6751b8c48c8060c0197efc97ac8c0842c7d3 SHA1: 5991c17de0ecc42d397b88716b78e4284ff1478e MD5sum: 0f3e9e9dc506f99b229400dfbc352be4 Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-jazzy-easynav-bonxai-maps-manager Version: 0.4.0-1noble.20260903.091628 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.20260903.091628_amd64.deb Size: 252620 SHA256: b599886a20dd0dba9a04ff14f1467fd8446a2c1a975c62d3bf62d21b1d486898 SHA1: d0aee0dc7c95c94d9c930ced9bf01e3ae3c2c487 MD5sum: e89bbe6298ba811e0494ef76796e0f2b 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.20260903.091628 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.20260903.091628) 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.20260903.091628_amd64.deb Size: 5348760 SHA256: 51d19908c0db48443254a8871829078f59a643fe9c827eb3152eb1bc49f40030 SHA1: f4eeb646eaf000e10734eb870d0d454d0651942f MD5sum: 9cb5c2d8bf2ba2b5658727f602b2f85a Description: debug symbols for ros-jazzy-easynav-bonxai-maps-manager Build-Ids: 20941a29c630112f9043dfe0181312b572bd92c7 fea210924c6ee24c5c9b83657cdc779ab2856dec Package: ros-jazzy-easynav-common Version: 0.4.0-1noble.20260903.022229 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.20260903.022229_amd64.deb Size: 20260 SHA256: 569f62f471644199161854b8728751237d278dd683c69f0abfb1d002bb44e12b SHA1: c876608b9840f017198a15f7f301c73e4724cebe MD5sum: 0c6fb4a067130232bb8909af94f1286f Description: Easy Navigation: Utils and types package. Package: ros-jazzy-easynav-controller Version: 0.4.0-1noble.20260903.094315 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.20260903.094315_amd64.deb Size: 127584 SHA256: 9db342e24e2e6fc0a92eafb877b1e510b602b3c4ab9c4230d9729c6d4995eee1 SHA1: 8df2ff494119d3d51935ee2317dbee106f330449 MD5sum: f59184178f068942be18543f8f8f27db Description: Easy Navigation: Controller package. Package: ros-jazzy-easynav-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-controller Version: 0.4.0-1noble.20260903.094315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2226 Depends: ros-jazzy-easynav-controller (= 0.4.0-1noble.20260903.094315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-controller/ros-jazzy-easynav-controller-dbgsym_0.4.0-1noble.20260903.094315_amd64.deb Size: 2127874 SHA256: 7c1b6fcd495353219f9a4b4cd6087f9e50da5715458d998d576143fb80174b7a SHA1: 528ee6574f5773b329180b0fb34cb85b1a0f3a77 MD5sum: 0199e141fe9244451536d850a5e99d73 Description: debug symbols for ros-jazzy-easynav-controller Build-Ids: c81fea550313717d6051e5ae41e50abf2f71f232 ffd96e8dab1cdeee4f5bb39a5da3cd0da914b13c Package: ros-jazzy-easynav-core Version: 0.4.0-1noble.20260903.090415 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.20260903.090415_amd64.deb Size: 82730 SHA256: 0a6f9803e548faafce064b46eeb924152d0ffbf116e858f64b164790cb45131a SHA1: 5bb90e4a677784a6444a1861f512913a731a2cb6 MD5sum: ee0557ec9496de174d2ca1e3f8cac3f2 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.20260903.090415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1952 Depends: ros-jazzy-easynav-core (= 0.4.0-1noble.20260903.090415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-core/ros-jazzy-easynav-core-dbgsym_0.4.0-1noble.20260903.090415_amd64.deb Size: 1867482 SHA256: 822c4a64042721c92c30602e5860642b7b861d2612f28182de998c0d48fdef81 SHA1: 3c907ccc3ca68c01d603001104daee15fe781715 MD5sum: 3b4e5878d6a5606e542cfc1fac167290 Description: debug symbols for ros-jazzy-easynav-core Build-Ids: 2fe0de897816abcd80d76a2c0f575514a23610e9 Package: ros-jazzy-easynav-costmap-common Version: 0.4.0-1noble.20260903.023655 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.20260903.023655_amd64.deb Size: 29246 SHA256: aa2e820f15a0a8db38b4a7b0c7d6d2e3bef614227013451edd71842e213bed62 SHA1: 3bc02249a7a4a6f15ddb6d6a927b3e5de1653040 MD5sum: 2dcd0132bfc8cda16388f1ab2c200fd1 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.20260903.023655 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.20260903.023655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-common/ros-jazzy-easynav-costmap-common-dbgsym_0.4.0-1noble.20260903.023655_amd64.deb Size: 86216 SHA256: 446f43c8e65513bd70362ec2a61393377a568289097f9feebbfa03f260021802 SHA1: fa5b384d58afa6c1dc43afcf0c7af098512c338a MD5sum: 3d2a3aad7cc11b0a583e05fdd7e32f82 Description: debug symbols for ros-jazzy-easynav-costmap-common Build-Ids: cec8d5e5c4de4a70de51d7c65b75cc72a776b071 Package: ros-jazzy-easynav-costmap-maps-manager Version: 0.4.0-1noble.20260903.092157 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.20260903.092157_amd64.deb Size: 277040 SHA256: 8bdc68d409fd844007cb0056a850363677dd37df9bbcdb113eae873faf5d32fc SHA1: 8e0478e44440e1dbdb244159aa7df79024878ea9 MD5sum: eee7a15a55ac1e3a2b3f635e4438c475 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.20260903.092157 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.20260903.092157) 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.20260903.092157_amd64.deb Size: 5431832 SHA256: df82af04a2fb297ceb554756928c6143d4f99ac50fd69f445e753331fb439a9a SHA1: 1d1908df724d5c523904384967d204dc882a4824 MD5sum: 4b3cf22ac2f2b2b959d3bdc6ce380b8d Description: debug symbols for ros-jazzy-easynav-costmap-maps-manager Build-Ids: c74e9f5925579fac4f6511b19105f4914931fcc4 Package: ros-jazzy-easynav-costmap-planner Version: 0.4.0-1noble.20260903.094331 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.20260903.094331_amd64.deb Size: 83368 SHA256: 8dc4966bc1ddbd0b175997c0c635ff54e3bbbc71e541118e6987cafbcb18944f SHA1: 8b3d2e7c2491a9658984f81ef012ea109ba6ef58 MD5sum: b8794e737784064e0c48604ff28cc5c9 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.20260903.094331 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.20260903.094331) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-planner/ros-jazzy-easynav-costmap-planner-dbgsym_0.4.0-1noble.20260903.094331_amd64.deb Size: 1256808 SHA256: 1e904d1359ec92c59f0d2f59a931a629a09047df1620bc78b47129e65590cfe0 SHA1: ab0baa062cdcba18189d69ac2331a97fa99590ad MD5sum: 711672e7636ee2bbde3ca1ed8cd1cb04 Description: debug symbols for ros-jazzy-easynav-costmap-planner Build-Ids: f1b72ee729c50748e14ddabd256a5686c26c6e78 Package: ros-jazzy-easynav-fusion-localizer Version: 0.4.0-1noble.20260903.100310 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.20260903.100310_amd64.deb Size: 431244 SHA256: aec08868b60f27f4625a33f2a03dbb6b4115f69a9e17b81768f07942b8018c63 SHA1: 46a49f5be95986a497edf775f9622573239e7a89 MD5sum: 5261ae4ed02cded28dcefbf077f72fce 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.20260903.100310 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.20260903.100310) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-fusion-localizer/ros-jazzy-easynav-fusion-localizer-dbgsym_0.4.0-1noble.20260903.100310_amd64.deb Size: 10135870 SHA256: 4f5ba38b0408e83a06d88bf0c0a86e8da1daa8a675161d69e989f54c71fbd689 SHA1: 3e3f14e6dba16a14060ff24babf7ef78e4939aae MD5sum: 81c8a4fa38777691c0f35bb6a1ccae00 Description: debug symbols for ros-jazzy-easynav-fusion-localizer Build-Ids: 5cd978299bc6f0776860449ae320dae688118b12 Package: ros-jazzy-easynav-gps-localizer Version: 0.4.0-1noble.20260903.094332 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.20260903.094332_amd64.deb Size: 182324 SHA256: bbd7833ad568b38bc2832a672ab7d4844b072b32f709d3c15b32098ef447cfee SHA1: 295fa7ab596f5144da2f5e1de94231ad25eccdfb MD5sum: eeaee3d8e896ae97bf1b84725e484a0e 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.20260903.094332 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.20260903.094332) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-gps-localizer/ros-jazzy-easynav-gps-localizer-dbgsym_0.4.0-1noble.20260903.094332_amd64.deb Size: 3895902 SHA256: e5b53e9b733a56ff84688b16ad94a5c29b84e653654531a0de112d3396b05959 SHA1: c5932dbce650dfbbdce3f33729bee00b3333f7d7 MD5sum: 16083ae5f75bed1f765240cf7461f2b9 Description: debug symbols for ros-jazzy-easynav-gps-localizer Build-Ids: 1344d4bad197f97b9742a48663bf04546d6367d3 Package: ros-jazzy-easynav-interfaces Version: 0.4.0-1noble.20260902.042403 Architecture: amd64 Maintainer: "Francisco Martín Rico" 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-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.20260902.042403_amd64.deb Size: 68696 SHA256: 3e7643d91f39ca8d781a0855ed84e4e83178f5f34fc2b0bf10913d588aaf7db9 SHA1: 7b14310591f79bd7218cfbfffb0c60ad2f9bb40f MD5sum: a06057d08427b97f5a4ea852c32c2285 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.20260902.042403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 466 Depends: ros-jazzy-easynav-interfaces (= 0.4.0-1noble.20260902.042403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-interfaces/ros-jazzy-easynav-interfaces-dbgsym_0.4.0-1noble.20260902.042403_amd64.deb Size: 346008 SHA256: 75aacca053faf5659f1c3846a85b88560885d945d8d23fce0defc65a9395e380 SHA1: 5ff7ae5ac21537ba0e1aadb71862f7fc88519baa MD5sum: 0de2cb05dbe644eae4146e2980223db7 Description: debug symbols for ros-jazzy-easynav-interfaces Build-Ids: 0f0efa202a846eb7f39bccce63bbca36a5f0a526 23dad8e99f228bdbdd3adb4941f9a1418b593932 2e667a3d87ef1fd71fd1ec26f5e7429c61e5c410 3d5804e5fb9bc171eb181fbff59068a445184a63 486049aaeebfb22be248482b2eba1c92c6421d37 4cada9689ca0044190fbab07d4d478158eb89fe8 50e984dc2bb7cdff3d4eac9a1e4ae2ad43a2a11e 6ea4a94fa34fda130ea188fc934071f63f42b7ce c5f7fb31bbedf49f6d41b72c3a78672e6830304a c96535c72eef05eab9c454e9a5642193dac29b12 dcf637619adf469cfd81c7e367dc75d975b7fa62 Package: ros-jazzy-easynav-localizer Version: 0.4.0-1noble.20260903.094349 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.20260903.094349_amd64.deb Size: 145236 SHA256: 778efe3d8a06570ca20a075c715a5358e28197d573ebb1c7122a81de1457f919 SHA1: 1cdd9992e3af56829ca68450c2d40cf9a1d18899 MD5sum: f5586fa425f23cf717b57bbb2c294fc3 Description: Easy Navigation: Localizer package. Package: ros-jazzy-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-localizer Version: 0.4.0-1noble.20260903.094349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2324 Depends: ros-jazzy-easynav-localizer (= 0.4.0-1noble.20260903.094349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-localizer/ros-jazzy-easynav-localizer-dbgsym_0.4.0-1noble.20260903.094349_amd64.deb Size: 2190160 SHA256: 4f6bc9a1772320a555d12f054fcb016f2d870ba79330c26a0d546f2a3462c15c SHA1: bc0aaf37d949d4657f92e89489c47ffa59733c5a MD5sum: eeca16cc8c2ab0ad24fab6c78792a0fc Description: debug symbols for ros-jazzy-easynav-localizer Build-Ids: 110b23eb5e47cc0891c200caf624165a3838637d 91cd9fd92c3e5228e90c758656441953ee853876 Package: ros-jazzy-easynav-maps-manager Version: 0.4.0-1noble.20260903.094408 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.20260903.094408_amd64.deb Size: 108202 SHA256: b9ff0048a52c8d5a54a26f6e40938747df18cea58f4eaf3fdbb9f79ed69ff34c SHA1: 2dcf8ae50589c18dc69c096c2277c4cd599f8e74 MD5sum: 06cca60003fc6fa8c75be5bf10d09318 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.20260903.094408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1566 Depends: ros-jazzy-easynav-maps-manager (= 0.4.0-1noble.20260903.094408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-maps-manager/ros-jazzy-easynav-maps-manager-dbgsym_0.4.0-1noble.20260903.094408_amd64.deb Size: 1488362 SHA256: b2d01594c202b4313885da1345313853682811b1dca7b18b56ea95e54aed3fa7 SHA1: 18a4b760c7e48ce05df3bae6708e76acac4ae756 MD5sum: 84d0b52cb3798e93a8c81bfce6e74104 Description: debug symbols for ros-jazzy-easynav-maps-manager Build-Ids: 5a8c027842b75a19722da8ead0c9ade5d16f7365 fe264116bf65113326107c8e4abf9833fa633e25 Package: ros-jazzy-easynav-mpc-controller Version: 0.4.0-1noble.20260903.102454 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.20260903.102454_amd64.deb Size: 108712 SHA256: ff1dd4402110ed09af8536375b7bffaa0dc0e402d5b78f1bd3e7ea69eabce6ae SHA1: 67a9e047df2adf33c53cd33cc51afc59b225d577 MD5sum: 6116eb2afee129ff21dba60ff1c9c75f 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.20260903.102454 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.20260903.102454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mpc-controller/ros-jazzy-easynav-mpc-controller-dbgsym_0.4.0-1noble.20260903.102454_amd64.deb Size: 2143484 SHA256: 6e65b29eadc142ad13f2f06e2512e17bf79262c31a0627c5d135bb599ef7999d SHA1: ba38ded2c5ec6a2afbcd37ced5da461551c01e02 MD5sum: 0950ce9cd2b0fab64d18fbc4bd75b8dc Description: debug symbols for ros-jazzy-easynav-mpc-controller Build-Ids: fa90351599b1478c00a920ebfc569949e7d97b0f Package: ros-jazzy-easynav-mppi-controller Version: 0.4.0-1noble.20260903.102507 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.20260903.102507_amd64.deb Size: 89412 SHA256: 6f192e708763aef5c07b465cee628c3726422c48652d07721dba2c65581377dd SHA1: 7d448e3011348950f0b158897d939b08f4a88f97 MD5sum: ef2ba7305689fe44485b1a8355b85855 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.20260903.102507 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.20260903.102507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mppi-controller/ros-jazzy-easynav-mppi-controller-dbgsym_0.4.0-1noble.20260903.102507_amd64.deb Size: 1859006 SHA256: c5eec88632a8e199198268b468cadcbeaf92e7b9de57572d7bd9490e01bb3eed SHA1: 14237a017bb8c178580f815b3d0ef0a44dd9c94e MD5sum: ef3fa1064c4979dca73a43a74e376d29 Description: debug symbols for ros-jazzy-easynav-mppi-controller Build-Ids: e7291d85de13440ddb48ca5377d739813315b0c7 Package: ros-jazzy-easynav-navmap-localizer Version: 0.4.0-1noble.20260903.100215 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.20260903.100215_amd64.deb Size: 220772 SHA256: 80851211b9eb08f38412f15444341ed3d920ac2d0eb9f131a8b104d2f121e899 SHA1: 1398d614527f0c364d92a61cda886eb61c90a231 MD5sum: 45a66b48275a10b40fc3c2abc95b8667 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.20260903.100215 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.20260903.100215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-localizer/ros-jazzy-easynav-navmap-localizer-dbgsym_0.4.0-1noble.20260903.100215_amd64.deb Size: 4580884 SHA256: a3d230c7d7b0d37b058d813ab4b72e67f26fb4366453412426a408c9538479bc SHA1: 70801dc06cd55607da42ba6a8d28fb3bd54930fb MD5sum: bd5b7100a1fb4007d368fb02b8f1dcc5 Description: debug symbols for ros-jazzy-easynav-navmap-localizer Build-Ids: 0bf367b8ecbbf4bc499e3171c7b627a2223de5d8 Package: ros-jazzy-easynav-navmap-maps-manager Version: 0.4.0-1noble.20260903.091829 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.20260903.091829_amd64.deb Size: 308756 SHA256: 9862bcb03044a1d5563a9161cb4bb7768a06444283628106b9bcc835a26c0069 SHA1: 24beb51664cae0236d89e910286ad2f2bec6ecfa MD5sum: 67ea080e41ec8fe60107d9852ae559f1 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.20260903.091829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 7926 Depends: ros-jazzy-easynav-navmap-maps-manager (= 0.4.0-1noble.20260903.091829) 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.20260903.091829_amd64.deb Size: 7222492 SHA256: a97da618ff227f614c19d399d3e461d50f3f680fafb09692a78abeec37c3e4c2 SHA1: 2dfeeb00de528400e7f9318abf339b7f3a06ad45 MD5sum: 4d57429af8f4daefc65fd66ab9d3329c Description: debug symbols for ros-jazzy-easynav-navmap-maps-manager Build-Ids: fa8d8e56b947d29ad88b65faa10688b1d6d11b11 Package: ros-jazzy-easynav-navmap-planner Version: 0.4.0-1noble.20260903.092057 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.20260903.092057_amd64.deb Size: 86600 SHA256: 157ccf3c9e3b21ad34486870d3901c03f7af61dc7a7de403504914059ba75b81 SHA1: e6105909772d6fcba9ff7382d8c0d32ebd79c5f0 MD5sum: 7933e9ae48642d906c1d88f0592b78a4 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.20260903.092057 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.20260903.092057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-planner/ros-jazzy-easynav-navmap-planner-dbgsym_0.4.0-1noble.20260903.092057_amd64.deb Size: 1937944 SHA256: 4091d03744745bc64c380eecdb24ce3dc3932633571f5eb3a7432a7819d0b8e4 SHA1: 1ce336f3c20e3bb5469a72794f7fad0bdc9457f4 MD5sum: e2e12e6226e9cf75823d7e7ab924ccf0 Description: debug symbols for ros-jazzy-easynav-navmap-planner Build-Ids: e6b8c9a6ef2b5e2d5bf3863b9f0938eacc5f12a4 Package: ros-jazzy-easynav-octomap-maps-manager Version: 0.4.0-1noble.20260903.091647 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.20260903.091647_amd64.deb Size: 273244 SHA256: f90bd00ee4161ce2b4ba74a47a7027bdf9ff00e8a9f3b2e7ad6f69b82b45c218 SHA1: ce5e85c5867280b6ba71d195c513a09e4328aa91 MD5sum: 77edf08957e18fdfc83af72553d253c8 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.20260903.091647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5947 Depends: ros-jazzy-easynav-octomap-maps-manager (= 0.4.0-1noble.20260903.091647) 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.20260903.091647_amd64.deb Size: 5519172 SHA256: cccd42e4f58d669d62fecca116e0991094e967bae333e08717bfec3c0a163293 SHA1: b7b79ac8cc7fb4a37a5224a08db05a307564b45a MD5sum: 970c435a86d986e7dc6076d3739b186d Description: debug symbols for ros-jazzy-easynav-octomap-maps-manager Build-Ids: be8f40cd614f0f23910b768e8f92f6f3b6c95894 Package: ros-jazzy-easynav-planner Version: 0.4.0-1noble.20260903.094440 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.20260903.094440_amd64.deb Size: 125182 SHA256: 714b856a3f2945d86cd9b549d4325465bd8afb1896fbc9844e35aa1c6fdc63a1 SHA1: ec18172dfb7a3087b8118cd209d7be83edb32418 MD5sum: 19a9c312eb7e0e88a4117a65cca1b042 Description: Easy Navigation: Planner package. Package: ros-jazzy-easynav-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-planner Version: 0.4.0-1noble.20260903.094440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1946 Depends: ros-jazzy-easynav-planner (= 0.4.0-1noble.20260903.094440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-planner/ros-jazzy-easynav-planner-dbgsym_0.4.0-1noble.20260903.094440_amd64.deb Size: 1846102 SHA256: 5ac22d4c871ec9ddb25ddf3e3d15d76b50bab0ffaabecf5cc45cbe0e586ca199 SHA1: 4243eb649483dc16b6a6fe7d8778731c3ed57424 MD5sum: 2743d626f929abcd1199ff17cedb8313 Description: debug symbols for ros-jazzy-easynav-planner Build-Ids: 760aeb25ad82ab9cfa6d9f28ed1db54ae790720c 870c757f33611fa288e25f063e40bf49984efec5 Package: ros-jazzy-easynav-regulated-pp-controller Version: 0.4.0-1noble.20260903.102517 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.20260903.102517_amd64.deb Size: 99888 SHA256: 9f8625c4a70b71322e6cc10097f80f22d921d86a1b414890ce375dc811f4fceb SHA1: 76d8b531d236800f43d723809276777ae945ad4c MD5sum: 8143f1e356796f31de87240b756a8490 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.20260903.102517 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.20260903.102517) 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.20260903.102517_amd64.deb Size: 1778392 SHA256: 999be0c36644956c80f8c9940577625217efd4a1891419503eea2bc27f1b4191 SHA1: afbafe6d6404c9db2b8bcdac47319e325b398619 MD5sum: e37a0dbeb6987f6e672def7fee8b29de Description: debug symbols for ros-jazzy-easynav-regulated-pp-controller Build-Ids: df0272cc4fdfc6f85f10f44b4976f744990188e3 Package: ros-jazzy-easynav-routes-maps-manager Version: 0.4.0-1noble.20260903.094444 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.20260903.094444_amd64.deb Size: 207382 SHA256: 6d6b2a0600da8c1069cb19aa325f7a0eea717675ba3a8cea98d9c2e32d73246f SHA1: 3e4840f64a92e74896dedd88dd65c3b4fc859a48 MD5sum: 35a508d88afe827d92059eff02931e50 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.20260903.094444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3480 Depends: ros-jazzy-easynav-routes-maps-manager (= 0.4.0-1noble.20260903.094444) 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.20260903.094444_amd64.deb Size: 3276620 SHA256: 675f86df89bd4a5d9ddd3ae63a027b94b6e579701323cd412dbda1507e988d52 SHA1: 82020dc50bb1403120ff0542c842a51fd0aa9099 MD5sum: b45456fa7a379edb8f16131921e5a236 Description: debug symbols for ros-jazzy-easynav-routes-maps-manager Build-Ids: 06f766e9733cc038958de80fb183f7ec8ea20f86 Package: ros-jazzy-easynav-sensors Version: 0.4.0-1noble.20260903.082741 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.20260903.082741_amd64.deb Size: 408468 SHA256: c9455a500eace25fa4d56e012081dbe2e6f4c6d83f1cf218c0fa1ff7e8a69d70 SHA1: aeb036c265318bfa0e0147a5aad7359570a5fcf0 MD5sum: f503edbb0f6471dc5d010cbbeb8f158d Description: Easy Navigation: Sensors package. Package: ros-jazzy-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-sensors Version: 0.4.0-1noble.20260903.082741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 12280 Depends: ros-jazzy-easynav-sensors (= 0.4.0-1noble.20260903.082741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-sensors/ros-jazzy-easynav-sensors-dbgsym_0.4.0-1noble.20260903.082741_amd64.deb Size: 10473326 SHA256: 1f7797d6e00a7ef572cee0491e0f095472b2f71e66c70157347a2f8756a91137 SHA1: f5f5be86a46fca4f617bec507fbd5f47da7bfed8 MD5sum: 1354ee811a5499a8fdbba32e656ec713 Description: debug symbols for ros-jazzy-easynav-sensors Build-Ids: 744a93a73f998b0a291c439e0137ed5e6718f8c7 Package: ros-jazzy-easynav-serest-controller Version: 0.4.0-1noble.20260903.092145 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.20260903.092145_amd64.deb Size: 62764 SHA256: 32fb65dcb96ad41cf488a2a8062903cc1ceed4f3a9d51864658b1104975e436f SHA1: 7d3849bbd5ee9658e1309b10808a26d643234f7d MD5sum: 723d5f14a5e54cfc34f4f9e66674cd6c 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.20260903.092145 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.20260903.092145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-serest-controller/ros-jazzy-easynav-serest-controller-dbgsym_0.4.0-1noble.20260903.092145_amd64.deb Size: 1138726 SHA256: d8878eb5edfcda04ac01b31483a3b592b2d91443fb3196e34d6026ae26dd96a1 SHA1: 89e71cfe13250424e85dfebfddd1c66f09456bcb MD5sum: 9283861003db8367f8e8e6a6c0e9a7c6 Description: debug symbols for ros-jazzy-easynav-serest-controller Build-Ids: c38c0feb515673f2a3788345f1abcde94cacf811 Package: ros-jazzy-easynav-simple-common Version: 0.4.0-1noble.20260903.022540 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.20260903.022540_amd64.deb Size: 22158 SHA256: 72722a792f01cd555fa75085f461aa0a9e5f9c376d96241b89ad95bebfdf6bb0 SHA1: abe7e961486db70212721ab422d9fae0c08ca7a0 MD5sum: a9944796dad6e1143161b3c53abb576e 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.20260903.022540 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.20260903.022540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-common/ros-jazzy-easynav-simple-common-dbgsym_0.4.0-1noble.20260903.022540_amd64.deb Size: 97960 SHA256: de458bc75118ccfad6ce321d26900f6dcf3c4f5df014772b1e92a05c94974e97 SHA1: be08ac6d3657616056eb7d8de60980425df10c08 MD5sum: 9f2dc80a9d583ee4dd7ee2fe4063e379 Description: debug symbols for ros-jazzy-easynav-simple-common Build-Ids: c473b482613af34f8b282b49cca81e4c265e7710 Package: ros-jazzy-easynav-simple-controller Version: 0.4.0-1noble.20260903.094810 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.20260903.094810_amd64.deb Size: 37456 SHA256: 4d6faf64c2923831a5d474114f7fd55348891d927d3d67cbc837745df1f2b2ba SHA1: eca902a4cf04b77d29f8849d8c383e2cdfdabcb0 MD5sum: 3b77ec6baa9993bc710e43246dd3a21b 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.20260903.094810 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.20260903.094810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-controller/ros-jazzy-easynav-simple-controller-dbgsym_0.4.0-1noble.20260903.094810_amd64.deb Size: 654676 SHA256: 63dd9ab0206eb11a056f75f6e27c74f1e20bbd61984e042a14f64944ab4ad571 SHA1: bb72ab4cd0268762ab9a1970d1ae0a962babf261 MD5sum: 08645842a20137502ccfe9885cc24037 Description: debug symbols for ros-jazzy-easynav-simple-controller Build-Ids: 293fab3485db8563de97793694d52e1ff560bf7b Package: ros-jazzy-easynav-simple-maps-manager Version: 0.4.0-1noble.20260903.094801 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.20260903.094801_amd64.deb Size: 138030 SHA256: 7c4585d9ce9ed264046ecc30ae04b9ea9555853d47d6b585c65f4c2918d888d6 SHA1: 7455cd5ba3734e759338615bb13a78d792734708 MD5sum: fcbb2b08b7396bcbe548b47af91c67b1 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.20260903.094801 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.20260903.094801) 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.20260903.094801_amd64.deb Size: 2836124 SHA256: b051396585750b333d9a552a0f73c35b36d6a0f98589eeb5e4f037d5f41f7b03 SHA1: bc843fecb1fca0a60a87ea51436c753fb6524f78 MD5sum: a0cbe53512fc990dba8f82b927cd9b55 Description: debug symbols for ros-jazzy-easynav-simple-maps-manager Build-Ids: d20fde49eec426640d6d49956f37c2d562a65df2 Package: ros-jazzy-easynav-simple-planner Version: 0.4.0-1noble.20260903.094806 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.20260903.094806_amd64.deb Size: 84174 SHA256: 6f3b77192ca270393fab9ec470765e149f47db0d49a863791883cf78bfe1cd95 SHA1: 35051a0a8fa45d7f5ca6dee7024e61e566b25157 MD5sum: 313b503cf22b8e54f33e2af8a7b5c5d2 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.20260903.094806 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.20260903.094806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-planner/ros-jazzy-easynav-simple-planner-dbgsym_0.4.0-1noble.20260903.094806_amd64.deb Size: 1313328 SHA256: 214ff891dbd2d36404ad5d6799aa3aa8b0de1ae9af8c27d5330d8401c174d0da SHA1: 686b92ad40fd15cd57a26df216b66440fc1d322a MD5sum: f6ec93b9b1cbdfaada0bbdb777c13d20 Description: debug symbols for ros-jazzy-easynav-simple-planner Build-Ids: 1f16aad7054e973760e49e199b3fe23be9fa8236 Package: ros-jazzy-easynav-support-py Version: 0.4.0-1noble.20260902.102628 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.20260902.102628_amd64.deb Size: 10094 SHA256: 5df47c6cc956c6fd4d1458ce064fde6f9d2c89b3192ee4d0369141f872bb20ee SHA1: 5c61efe61d87245eeb88964c72f20fa61904de76 MD5sum: fdb855f47467052997354c646acf2f21 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-jazzy-easynav-system Version: 0.4.0-1noble.20260903.100228 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.20260903.100228_amd64.deb Size: 323306 SHA256: 15abd24730d7095699e4c3abeab5ed993cb29aa088be086444d98605572ea23d SHA1: 210fee833375fe174cebae0cea45b36780216074 MD5sum: 97f54e77415fe69052a4303db9eb754e Description: Easy Navigation: System package. Package: ros-jazzy-easynav-system-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-system Version: 0.4.0-1noble.20260903.100228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 8891 Depends: ros-jazzy-easynav-system (= 0.4.0-1noble.20260903.100228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-system/ros-jazzy-easynav-system-dbgsym_0.4.0-1noble.20260903.100228_amd64.deb Size: 7730064 SHA256: b3d34dbe6a0204c016869f52d3a35d3208b9f5daf4501346afa44fccf15c3bea SHA1: 4f79823f367411afb3b6c2b47f7d82a7112b784e MD5sum: b53d46446c4b32b1b0a65c7bf1c71277 Description: debug symbols for ros-jazzy-easynav-system Build-Ids: c9b8e2784bb8bdf69efe24bf11a0cc30ec5ffb02 f78d3d8992fd75a990e374b428b39d783293fa5b ffab9c6c0a3b40632447496a93be3d489c2b5c6c Package: ros-jazzy-easynav-tools Version: 0.4.0-1noble.20260903.065331 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.20260903.065331_amd64.deb Size: 1334648 SHA256: f3ad3e9718c3732dac311cb858a8d417d0829bbc6ab173eaa7435757aab3e2bb SHA1: 427e98d9af44fbe92a324af74d024fc0e9ba1bc6 MD5sum: 9298e61d6af08172c0cd303cee85253e Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-jazzy-easynav-vff-controller Version: 0.4.0-1noble.20260903.092455 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.20260903.092455_amd64.deb Size: 82176 SHA256: 1b9ed1edc801273ed407ad8933d3ad0322d03d80b299a94a2b6d2fc0618b1c95 SHA1: cdf31044d7aab282d5d9619431837378b77c81d1 MD5sum: 52097ef9fe4f80db5f857cdc0f4536fa 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.20260903.092455 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.20260903.092455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-vff-controller/ros-jazzy-easynav-vff-controller-dbgsym_0.4.0-1noble.20260903.092455_amd64.deb Size: 1574560 SHA256: 7265f8e955d8ed8621073a9a36899411b5e47381696d871d691362f88458eff6 SHA1: b500194bffa1123b6fbaa31ade2ef9b4f1ff0172 MD5sum: a86ac68c6494d57a38673e3b2664649a Description: debug symbols for ros-jazzy-easynav-vff-controller Build-Ids: 51cb87d07312d51b92a01e2ad7060f2da49981d0 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.42.1-1noble.20260905.074447 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.42.1-1noble.20260905.074447_amd64.deb Size: 25248 SHA256: dadc38da2ad52d0cbb86e00b035683228ee357ca7c2f4031565e775550442892 SHA1: de88dccc553288790730d068d1a7317a21bbd74f MD5sum: 62c02bd2b3642885c2cf3e9b798187a5 Description: Generic controller for forwarding commands. Package: ros-jazzy-effort-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-effort-controllers Version: 4.42.1-1noble.20260905.074447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 393 Depends: ros-jazzy-effort-controllers (= 4.42.1-1noble.20260905.074447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-effort-controllers/ros-jazzy-effort-controllers-dbgsym_4.42.1-1noble.20260905.074447_amd64.deb Size: 374052 SHA256: 79929eb88f898a73fa5a30501130851d0225ba8454304d8ddb7e9795e8eb99b7 SHA1: 43df957c43a2367bc55546a54a9b0ebe8107d8f3 MD5sum: 8b17e7a7b1c6bb16a6fbf629eab45b0c Description: debug symbols for ros-jazzy-effort-controllers Build-Ids: 42b8aedef3a0cb8373d4557e9f6f79479f02b285 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.20260825.010420 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.20260825.010420_amd64.deb Size: 2532632 SHA256: 7eea8cd4b7e391835add34ba6d551e402dc13b90e049cadb5262cb0b409c0e07 SHA1: 4b5316d28fea2ba80831f39f752ba564764be977 MD5sum: e60b0fe5dd02f514edd671a4640b5a00 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.20260825.010420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 297088 Depends: ros-jazzy-eigenpy (= 3.13.0-1noble.20260825.010420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigenpy/ros-jazzy-eigenpy-dbgsym_3.13.0-1noble.20260825.010420_amd64.deb Size: 288027706 SHA256: e62a915af162cff3dbba3a49aed4c77acecb8ed0f01f150742ed675838df4cad SHA1: f4f42d02b8cf2a74ca40b2f12f36fe625b8ca538 MD5sum: 8cd64623e2585154b596908d1dae6aef Description: debug symbols for ros-jazzy-eigenpy Build-Ids: 9317339376c7559389ec58008526762b8432e86d a1315b537f5d35d66efb514defff5c81e5346efa Package: ros-jazzy-eiquadprog Version: 1.3.2-1noble.20260825.010423 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.20260825.010423_amd64.deb Size: 54442 SHA256: 648b1c36229fb716bfe20b0637a0c20dc65f30a2723eedae15ae4147d14c4568 SHA1: b4a14dae9ff425cf5698d73303aca78f40532047 MD5sum: 43faf59463b50db8cc27faae72a70605 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.20260825.010423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1863 Depends: ros-jazzy-eiquadprog (= 1.3.2-1noble.20260825.010423) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog-dbgsym_1.3.2-1noble.20260825.010423_amd64.deb Size: 1865002 SHA256: 14d3571f64ca43a84da86254f8d6cc2be3803964a2378baef4fbaa7c778c59c7 SHA1: a5ef3e95adc1572af7534d5eb99b794936fbd079 MD5sum: c2b3928acac1a05ed1405e4cc989dd91 Description: debug symbols for ros-jazzy-eiquadprog Build-Ids: 129bbb4711f467fe8267a6a6cd90a296a04d0ce7 Package: ros-jazzy-ess-imu-driver2 Version: 2.0.4-1noble.20260902.080611 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.20260902.080611_amd64.deb Size: 78478 SHA256: 5dd67b0a1d48559cd422c99b700a1b619936e46f252fb3b1547c62284e41eafc SHA1: 08ff1c8e0226624b0f23de39e4a2ba667ed14f70 MD5sum: 09048dbb5f19e7da6ae1703108a3a8a1 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.20260902.080611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raymond Chow Installed-Size: 1118 Depends: ros-jazzy-ess-imu-driver2 (= 2.0.4-1noble.20260902.080611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2-dbgsym_2.0.4-1noble.20260902.080611_amd64.deb Size: 1024356 SHA256: 47e78f916b4f31b10c744eef4bfa360836b0bfb10699b6e7dbfae3ec8a1432c5 SHA1: 0590263556a1a9cfb5904c8822f46e6e1ec06f58 MD5sum: 83945d6e2dc82bc98b11dc6116d1af7f Description: debug symbols for ros-jazzy-ess-imu-driver2 Build-Ids: 68cabc63a647677211dbafb98e359741ee93bdf6 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.20260902.035442 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.20260902.035442_amd64.deb Size: 26060 SHA256: 3ab4a716ff8816d6b71049b3082f8f098e3321cff91dbc975554cadd84a4de41 SHA1: 6b7ecf6c3860b16a9fd05f73cdbe430307563c52 MD5sum: 1b2c21f233c2cc981cf593d727def56a 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.20260902.024440 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13957 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.20260902.024440_amd64.deb Size: 732354 SHA256: 5ac2e9989c158197175e9f05e246c41161031fe613097dc3abed99c5e3edf8cd SHA1: f1d14bd28ba2c5e8df100e881609d430f4271792 MD5sum: d4a9276f8b1dd7bb66c6c7dfc79e63dc 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.20260902.024440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 9210 Depends: ros-jazzy-etsi-its-cam-msgs (= 3.5.0-1noble.20260902.024440) 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.20260902.024440_amd64.deb Size: 7218184 SHA256: 53b58823c91571a1f5bcb26c19af93e8e286700969f168f68edda8292dd30aa6 SHA1: ec110715b6e69969a316cb09d93f2521863332a1 MD5sum: 32059c725256563676d2d5a4c900923e Description: debug symbols for ros-jazzy-etsi-its-cam-msgs Build-Ids: 051862f86973e41e109cbdf83b1c6825dba23fa0 11ffbdd178e5570321ec4c32044ee7343e82f4dd 71a383590b666d8c21a82584889e800df06f2883 862971fdf8010baeb8e418c30b9a4af1fe623e29 d4ad6e5df112e61162d25f725ed728aaf06a32db d649fbedacd1205d48824f4ded5faf9cfeda1da7 d6cebc0e70f2b1bab89b3ff69f7540d9fc69dda3 dcca78fa6a9f27dfc966b43eaff5f6222e131e5b e3906cb89f8b7b45d7eb7c59c91c7718f4864c68 eec2c1bb70dd0a75079f9ba259a355f5a259e951 f230ff4a46073c266a8d1b50f6c41af27297cd33 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.20260902.040007 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.20260902.040007_amd64.deb Size: 54024 SHA256: 3b015d965a8496df03dbac7ef5622caa3abac7693990ae021bd67ffa70d5af04 SHA1: 7147c7aeef880c0b95ed0f6bcaaf9c08762700d2 MD5sum: 4b5c0d4800bc521342371b496b196be2 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.20260902.024438 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20187 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.20260902.024438_amd64.deb Size: 1016590 SHA256: 0a2b66933f5b0208114e02def42a8a944a1163dac39d554fe05cef08d0605118 SHA1: 18845cfd183ab49f0604099253ccf096a2269b8e MD5sum: 4e5059ab2307bcd285574a6f7fcff398 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.20260902.024438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11592 Depends: ros-jazzy-etsi-its-cam-ts-msgs (= 3.5.0-1noble.20260902.024438) 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.20260902.024438_amd64.deb Size: 8886396 SHA256: 6cf5bd9f22ac01ff1e8b18e6b4f5b62eb0cdbf87ae9b219eba90b2917458bcad SHA1: ee63feb9e3cd05907bd1cb35d8fb2b3bb13f6ca6 MD5sum: d2fdf42645b9cdc055509f622ca93175 Description: debug symbols for ros-jazzy-etsi-its-cam-ts-msgs Build-Ids: 056f4fb4f4e1d3a16f794f7a2344a3ee401b788f 6f55cfcff826f979474673bb02af8174f4a51e01 98e8463a7c17de3d61f62420e3941242f80be80a a836523b2e46cf602fad81915a13cc6edd31689d acc2fe4e264f28bcad7dadd1cce877c445e6bc0f ad3476b37d13d67fbd55e2a687b52db29472ab97 b34b31c10bd366206a980519c2ff9a97872fc219 b4dea9897030ab215b79524518fceab61edcad8b be8e7f00129affd7a91db0545e81aa088ca95ea2 db0088dfdbc029dccbc51d733db64f3133d0a6f0 fb11e144af7891aaffacbee8b3bd1efb42ca8faa 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.20260902.075037 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.20260902.075037_amd64.deb Size: 769474 SHA256: 84b6c33155ba79f58d3cdd25215f94c70562ded8dcef161264647c82adb75d6d SHA1: 8f08e6b461102571eec5b78735b73f4d1b46895d MD5sum: 5bc3b102dd53bd1fe92661e8fa523ee1 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.20260902.075037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 21316 Depends: ros-jazzy-etsi-its-conversion (= 3.5.0-1noble.20260902.075037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion-dbgsym_3.5.0-1noble.20260902.075037_amd64.deb Size: 17542128 SHA256: a2a867792c1da68f93323278d25db3a3f5717a7f7dea732dbe7cfc49e835c400 SHA1: 9d11fd35cbaf27fb5698358133c74755a473b7d4 MD5sum: 074f74b63095175f870cb01aea34d581 Description: debug symbols for ros-jazzy-etsi-its-conversion Build-Ids: 059580ae406a818c23c10316cc9d9fccf3207597 b14123fa3fa0c9e222a656ac07a22ebc0712863c b4bf14ae5597d8d20e33e16af17c5858dd054a68 Package: ros-jazzy-etsi-its-conversion-srvs Version: 3.5.0-1noble.20260902.033619 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19701 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.20260902.033619_amd64.deb Size: 1169316 SHA256: f351d6e409f5b73a6735a037742828a1ad4cb9d9cce0b5f7b0763fcb7f8c2b82 SHA1: 4a84abd2bc6d8c0513f12fd556245a21675267cd MD5sum: d77ac4cb2ef3dfb683e40ee3d9777595 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.20260902.033619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 16631 Depends: ros-jazzy-etsi-its-conversion-srvs (= 3.5.0-1noble.20260902.033619) 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.20260902.033619_amd64.deb Size: 14346232 SHA256: c28f761ba60ffaa66a86e9147fd316720f5fd8877d9c4fd196141631c76358d5 SHA1: 6fc1bd5acd8e39b8d8c1472b90bdbec50b294971 MD5sum: 6d5b0b49f40e225e662d7f7fedda6413 Description: debug symbols for ros-jazzy-etsi-its-conversion-srvs Build-Ids: 15604316ec3fad92280edae55cf19238f22f9206 26875dfc84bd2e20aa047a40d0b297d736431cda 2acc1751b9c8dc767107a34ab576b2adac74a440 528473b65a8079181dcaf84703c26a1e1a528cd3 5a3f09c481f9cdaf03846535427830ec8c6c9b73 653710d741a55055053ea577f13f3fd2653f605e 7d3acec7e576622df6205262e749d353f107e349 9319f43ed85ca5da0b960b4725f4014abcda3768 eb346c3942ffe27b4bba13264017c9f6cb410471 f2dfd72687c410a299e33e1b88c849df6cd9e41c fae942cb8af0ffdfae400e9c3f7669732d3e7358 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.20260902.035516 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.20260902.035516_amd64.deb Size: 45194 SHA256: c1a42fcc1b7aeb9db6f17448f713877f27d683d98c2a83341449002e7476f358 SHA1: 21c1b90d47566435b21005670b8efd60752b414a MD5sum: 7c2cd6daadffcf8bf77fc6d0a299cf08 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.20260902.024451 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20987 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.20260902.024451_amd64.deb Size: 1037560 SHA256: 849d26c5092f06b4145ab09cf687265ebae9e18552d0dbcf652499160516b7c7 SHA1: 9c8632b9c47d1ceb6e44c8b117f8b893586a991a MD5sum: 8fe656d9587871d483ee8ad1860a4167 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.20260902.024451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13142 Depends: ros-jazzy-etsi-its-cpm-ts-msgs (= 3.5.0-1noble.20260902.024451) 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.20260902.024451_amd64.deb Size: 10377418 SHA256: 066516afcc9e01cfa1ed350348a519ad995b878de664e6f281433f74c4b3c2f3 SHA1: 36cc703fd9f288b5870064781344e3bbd26c1f51 MD5sum: 5ae78f49cca9a75cca5ff7e1e0e5d674 Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-msgs Build-Ids: 002933279b80f03bcae291e283c77e5b226fe636 1125873aaf64ae4408d3d2fc536e6bcdbe225a6b 14e405769f0a7a8761e71c0cb4d6c1b5403f603b 4a0f879bb509362b663fe0bae3ea3c279d44f705 4d39511c534118b267ee587f67aec9e7b9c55823 7b932dd85be1c97fbc6d598a8e7eb94c49cb7f48 7fc7dc14b394aaf4dcbcd90f96d4d1cb78ebdfef 8f8d761dd301bcdaa6c71e3837d52065bf33d19f 98f6e2c9ad4c4f350bc07c7ea95289427c7c8a01 b459d9fb4555c55e24cb162723de2f28b87943b3 e2249f52befb184862bf75c5ed30c9b8fa72fecf 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.20260902.035317 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.20260902.035317_amd64.deb Size: 29042 SHA256: 72172e4f788b0474221f8a3feba4a4f2c62eec489ddb79161426735f7ead0cca SHA1: 692d73b166a31b1785cfdb9bd16c2edb95c0ce78 MD5sum: 11b9782cf87a59123563fda4229273cf 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.20260902.023647 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15392 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.20260902.023647_amd64.deb Size: 807784 SHA256: 456ea306fd53cda3c7e70e486cd5be54380f4c50257649ef590de2e6af7f088d SHA1: f6308761b1955ec114d0a32745f00e10b79eaa05 MD5sum: 434c9643c80d89f904cd372a12fe68df 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.20260902.023647 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.20260902.023647) 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.20260902.023647_amd64.deb Size: 7987042 SHA256: d2f7fcaba4912602da08b7db60c93a3ca392f8b7946890a85e40fc866223789a SHA1: a5863aa1792e5c41fcd1d38086fb3ab1afe8cd8b MD5sum: 696214e53f2ae04e776939465c637680 Description: debug symbols for ros-jazzy-etsi-its-denm-msgs Build-Ids: 02921fd78312323791a4c50dfaad0932874c9675 092c55e1a272cabc04e0770aa304d64ca1899577 10bbec211c9ee7223a54507e27d1080470307f1f 17f077e6ac37f332f30a7d7720b4e0f5b1170c17 2112263838133cf1eb87ccd761cecd45b5e858d2 37cbd5a22f29d4617cf24ba622408ed42c02d200 527ce36e91a7fe4791d127b429af02e3a0ba7703 56366b60f853a5820cfa90ec686658bbe5484609 5768e61f8c922e287d9f55202f156ba9151f9a7f 695c1fd76be63c6d6cb74a95996acb048b8634db 904c79764838dea0e4de3e2d9052ba7df5d6e220 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.20260902.041030 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.20260902.041030_amd64.deb Size: 88130 SHA256: e73851306fa1c30aedcddc918c3cf01b0e2799b52e3f05abdd1c9ee3da7926f4 SHA1: ca155dca268400096baaf0ebc651a4cf9a7e0981 MD5sum: c8c14aac3bb8ce3b79f9bbd1af1d9b74 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.20260902.024517 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 40491 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.20260902.024517_amd64.deb Size: 2076082 SHA256: 3fd97b1a970a2653699c78470830c969c53bf7ee4f51653253f65cc4eab0458a SHA1: 6729f5a70fbfda831a0f1ca885ff52e2e645d14e MD5sum: 24f7a5a76bd914e1be83420b8cfdef0f 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.20260902.024517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 24713 Depends: ros-jazzy-etsi-its-denm-ts-msgs (= 3.5.0-1noble.20260902.024517) 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.20260902.024517_amd64.deb Size: 19295204 SHA256: a625ba9aafd8c113bb4dccba3d6478915ceb1d3a14eda9969048dc4c2415a178 SHA1: 7e610543c92e4716a78b2d950dd4cb1d80f81b52 MD5sum: 942e0c5c4f36c259894724e63e5f4219 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-msgs Build-Ids: 11689dd1ac74bac48dcee313aa6ccffae4210e41 1ef889aead8047df0d6a30bae3dbac0a7603ab3d 527c899d8eb2d1fe3ccb3fac27ac7dc6aee19cde 5598b5f605d0eaa9d217c7c15b2b64a51b97c148 5bc4c32f9b75ebfc816f2f141b2492270845bb47 87b5dc945fa42ffc4b37f423d9ffe87963e8ae73 a6edd9fd578bce471777811b07a238b8a9bd689f bf79550d61625617ba5b239778fa264565e85bb9 c104b20f18c7a301b55ccfd604b2f0b479fc52ab d6ec19c7d322571a9302f7abc3cd7c48129ed296 dc49ba7fd5c995e6723e4251a906e647fc05afec 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.20260902.040405 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.20260902.040405_amd64.deb Size: 49594 SHA256: 467805ebbd98eefaed9658570f332ec6f1148b44bbb8493a7818f173bf36a36a SHA1: ee4171ebd5fe9cb1e033fe412cfb13ba08afdce2 MD5sum: d0a9e711b3d1aaa39ca6831d12fcfdbf 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.20260902.024544 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 35665 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.20260902.024544_amd64.deb Size: 1733546 SHA256: 522d28a89ac32af19e12c9d0143cccb1d9996093aba56b556b136abf07f9ff5e SHA1: d72e9d386980d20414b7a7c50fee75c5965abcdf MD5sum: 72a8850648cf68ab03ee422a706cdb1c 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.20260902.024544 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.20260902.024544) 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.20260902.024544_amd64.deb Size: 19412422 SHA256: 6126ab2be9bd72e1b614b6831875241e68cd27af42fee4a70a46eb209211426f SHA1: f42d80a76faf5d5c9570b00d0c1592c9e21552bc MD5sum: dcb3988b8cf256fa252aed0a8394e55d Description: debug symbols for ros-jazzy-etsi-its-ivim-ts-msgs Build-Ids: 13ebc2eab4e262ec3b5a6a9ae7528a3bdd20d1ea 27e59e17453fa400d1884eb1755d4808e6c4a585 31b8b557ab1893c9a4b8ef200fa714bc17735892 356a3c3df4d58600e1f8d704a29cfd24489aa478 45a4817e8deb01ec62ef29f910bdb6e382d91060 757b2fc370d3f44b45c3e82094fd186675695148 968096f7ceb20e037597c8a3a9a128c6427b15d8 baba5d2b8ae9edd8839fb503a3d6736f756cad13 c6d8f47bf62b9f6cb5baec3bb89b289fac93e1b7 f999ceb41cb72f8ccfe3899b699ad7ff7980a8ff ff384559a066ad8f987507e7cee97b6e13c5620c 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.20260902.035507 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.20260902.035507_amd64.deb Size: 26392 SHA256: 6f5b96b47e6a34c99ef85c681dcf58036dee6f2a260ac8e537c177478e868b57 SHA1: 35bbc86a00a5c61ad981c93955b5bd7235e4584f MD5sum: b5606a0ac647d9894fc67e54bd7a9155 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.20260902.024546 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15458 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.20260902.024546_amd64.deb Size: 772730 SHA256: 6b345688d4766e3ab5201de3580d93f7dc0ca62832b195efacf951f5d385869b SHA1: 852b195d1b52c77cadae92a7948954fe50e93848 MD5sum: c9620715c06c87ccf39f76ba1ba822f4 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.20260902.024546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10594 Depends: ros-jazzy-etsi-its-mapem-ts-msgs (= 3.5.0-1noble.20260902.024546) 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.20260902.024546_amd64.deb Size: 8528056 SHA256: a71b51b4be359001c40afda87f87783b1981b85a5d9cb2ae49a8614c3f3dbf00 SHA1: 90dc3a2db7e0a13f62c23c47a0cd558233fdd11b MD5sum: 230d3043babd23aff0395acc308fdfb3 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-msgs Build-Ids: 1650b6b8ee64d5fa1af1202115c186862107d4e2 1d9c13d3fc88b129907df40750ad9102063e60a3 1e6a81348c1f25a4c6cb2f79841c567ca57dea6b 21950e1554788fa90b2d3d520cb9b5617cd3ee4a 50b9101a2084975c1c44b6bc17a54573366310df aab6ac04fcbf16378b6139b8b2b1a663dfcfe382 be620ae7034855253118e3d9cd385b5b37fd8855 c91cf53203ee68ed166ddf90e9a553278507cca4 d210c50fd551048e5b69836fa5dbb76ae10be94d d994c93f938427f4d05195fa3d6fda999c8e7d4c db09cc57728de6990836e7f3ceda178cbb7007e0 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.20260902.035454 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.20260902.035454_amd64.deb Size: 22706 SHA256: 8b75258a66aa8f6637976313f986546849fe8bcba225480253ac951ef8e4eca5 SHA1: 3e3c9c40873668c84072d9fe6afa8e16fbf0d53b MD5sum: 128e1afba43979cd176707dc0ee09069 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.20260902.024618 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 8408 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.20260902.024618_amd64.deb Size: 448124 SHA256: f3314c37fa6a3f9d5040197c61d20e13a58f079d4d66b0285dc0887522408043 SHA1: b245cb1e43debf8da2a2e3b968230192534e97fa MD5sum: 98713529bcb93f00a8cc019b6bcfe58d 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.20260902.024618 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.20260902.024618) 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.20260902.024618_amd64.deb Size: 4417186 SHA256: d504693c51d87bbd853d1b432d9dafc7c4224929774fe430d7f179d0632a6d89 SHA1: 6d080eb360c054e1d6c1bdae46d9cc6338598cb2 MD5sum: 6f7c3bf453a96debca9c88fd513e55b4 Description: debug symbols for ros-jazzy-etsi-its-mcm-uulm-msgs Build-Ids: 308370032566d2226d9961d79acaca8aca41b71c 825635b30c4e42333b81c407f3aaf647b1da7bde a690920d66770fa10c93d7c085674b46077ed096 ac162df6a7753ec8eb54d214d2a8084e39987eea c00328609dcb7072dc69b7d16481098388bf4995 cf15895c138da52777a5ab92f325c62e33c9392f e451b1d9480b532715933f5c4f4b7d4b2dea1e54 e6bb6f3a570408a587d071fb5cb56c4455d1285c ee85a5c11d892277bd5bdda8baa52d6aa82d3082 f25a77d54f1b4d237c762aecca8297bf515812a3 f4e7473e741b4690fa5c3cc6469295122bf36920 Package: ros-jazzy-etsi-its-messages Version: 3.5.0-1noble.20260903.024315 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.20260903.024315_amd64.deb Size: 5654 SHA256: 11d7826a4c3395db9f8ed028847eceac3b3de89b2c252a961016c07fa84c24ec SHA1: f13c85181c2eb463be17d2ef0eff7821df920f76 MD5sum: a4732926a264729f491a71cc89e6989a Description: ROS support for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs Version: 3.5.0-1noble.20260902.035355 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.20260902.035355_amd64.deb Size: 6982 SHA256: 3a25fc7273e8706a40b41f95196704ca5d6c0bfa5416e3ee3aa1f94c4ccfd98a SHA1: 6ea597bdbaac5b3909eac3c4221312d651f34cb0 MD5sum: e668cdbeed2d0159d5e7adea06e318eb Description: ROS messages for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs-utils Version: 3.5.0-1noble.20260903.023246 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.20260903.023246_amd64.deb Size: 51656 SHA256: 90f00d265c5113ebf0a3af319928ac394ff67102093ed036e062e5f29eaae215 SHA1: f38b86e445c0626bf1f870ac07c4f4257acc538b MD5sum: 272d940a131ebd19b3ef660020859075 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.20260905.071029 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.20260905.071029_amd64.deb Size: 358506 SHA256: 1d3fd8d67e5a6762fc9a55ecd0f9adb48638575d9f43a5b1ff68c7d093b1641a SHA1: a2cecfb74b8a9f5a42102d1eccb798ac8f2a4b48 MD5sum: 50cd75e7f5a9097c12a48d9f486e8f14 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.20260905.071029 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.20260905.071029) 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.20260905.071029_amd64.deb Size: 12706844 SHA256: 4211582c14e2f8921c377555b89ff82f5d15e75dc32ebc89f83d1d45dfc8d14d SHA1: e52d50ee2fdb194f761ad78094e78028866900eb MD5sum: 72dc8aa1368f005bb073985b50f0fa5a Description: debug symbols for ros-jazzy-etsi-its-rviz-plugins Build-Ids: c861b5d6347b0ef53a0d87bde21f35836abef324 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.20260902.035414 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.20260902.035414_amd64.deb Size: 16638 SHA256: 550042bd9f91d5b8773523333b00d650c1d4828fe998a4160338edce96a15954 SHA1: 13f6fab745c3a84bc6cc417301f0aa0af453f92a MD5sum: 6c094e6f44b5ff67d9dc15431ea6aaf6 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.20260902.024626 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 6057 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.20260902.024626_amd64.deb Size: 344512 SHA256: f262691609acc1691a6ff130890e2cab8bd735e9c7064a9c195569cb6cea2992 SHA1: 7cf6d5ac727e56af4b697dfadaa4db0a6122b462 MD5sum: a10d299915bac46ac4310dce3dadca58 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.20260902.024626 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.20260902.024626) 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.20260902.024626_amd64.deb Size: 3395486 SHA256: a0de53ca455492cd8377e57df2ff196b781504c6bcf8773b389e941a41ef8ac3 SHA1: 34fd1598d3df729c1e8aeb9b6b58a5eb6ead3599 MD5sum: 42343989d0bb49f679f56420cd5780d6 Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-msgs Build-Ids: 1bfbc85918352d3bc56ebb8c1ed7f657cafe521c 487f2660eac02a12b4fc95d68f410fdc84dc1921 4b76d9170e78c183ec6c5bdb35574f53379b88d6 50870f88625b022877e726ebb133dedbe785689e 5d0fa7cb8fd24328ada6729f886f1672dbe56bdc 69725ab469475920d88d9298df425a8053a1605f 701c4bd7fbff811228d52fed1399ddd89f2d6a09 87b6ab38781387180e2a7f81b7ec3d342e9cccdd bac47fe79a5931378d6199652f8f9db8b6f3a88f bbda90eca56b432f35f4855f087c56263541cfff c4650d53485c666cdbcf4685651b3760027e85ae 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.20260902.040340 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.20260902.040340_amd64.deb Size: 47552 SHA256: 98712d4572da7849fb77a1863c98d772aa9725b2fba79ffb83a0a351da63ee0b SHA1: 795487d54c54e742b4e0fa67bb8b828d03313ab5 MD5sum: 439815e05429ff214552bdc320fb8ba3 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.20260902.024619 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19447 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.20260902.024619_amd64.deb Size: 987814 SHA256: dff71c9aedb3326f586b933169dc0c265590ab54d65438f1cec459c96a241694 SHA1: cc90acc74c67d320ce08a771c53d844d4ebec398 MD5sum: e6c29d049940d7a6002640ef9ebafd60 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.20260902.024619 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.20260902.024619) 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.20260902.024619_amd64.deb Size: 9214158 SHA256: cca1fe87f4b760352d1f018cc9465b9e201fd4f53e4c22ec88077fedcadb9fc3 SHA1: 139f313644b9432b2a3cecbf154858b1bcae42d0 MD5sum: 04c9a39b7127c4180b5e2c513684e67d Description: debug symbols for ros-jazzy-etsi-its-vam-ts-msgs Build-Ids: 19e05021d638cc436f95a3f037259dc07a24ffcf 665033aa52691c3b512dba8442b05ee34f7fe418 995127a010de9bce9ab5fd1cb451218cbdab1790 c60b09613747d4eddf73d892765551263eba7a79 d0ae872d4e8025db0c9758aa5df988e09caa2332 e480049b7483ca6713eedd499999bce91fd1e33a e5796aa8d39156abc4db404a89470099fe15ed6e ebc60f0de9f7e4005789c3cfdd05f6667faccd5d ed3f1437aa27b9b693b3e1c9afa3e5f9836c4302 f25cdafdbe0e2ed99f82ad15f130574a9db155b0 fc81848ad58a4a087f125b45b851fb42dbb83a1a Package: ros-jazzy-event-camera-codecs Version: 3.0.0-1noble.20260902.035414 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.20260902.035414_amd64.deb Size: 37882 SHA256: 64a526c7829d9f69126a379fa3276efeb641feb294e66a406ad6d41ca548cc8a SHA1: 404787c9898857f856e800fcd35714ac5c1cb28b MD5sum: 01d17657ce1884a475dceff7254b55a3 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.20260902.035414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-jazzy-event-camera-codecs (= 3.0.0-1noble.20260902.035414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-codecs/ros-jazzy-event-camera-codecs-dbgsym_3.0.0-1noble.20260902.035414_amd64.deb Size: 198908 SHA256: d05cd8904853cdfb6f398ef69c8114a1172a81842221a156150aad38ebdd861a SHA1: b3cc314d426c9d5525390d24e55feb424979687c MD5sum: fab998823001953a40ffca04ea5a66cb Description: debug symbols for ros-jazzy-event-camera-codecs Build-Ids: 65c995e7b086916203926b5a6c6e46ac6636b8e0 c4eb6346e6c0bc39e91398ae3ae814fee317efa9 Package: ros-jazzy-event-camera-msgs Version: 2.0.1-1noble.20260902.024715 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 510 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.20260902.024715_amd64.deb Size: 53582 SHA256: 5bd8f8a3412591aa736b90164643003f963b0e29a025d6e66ad71f5dd8842c3c SHA1: 312556eac0c87708c93f03209ffb8507bc154497 MD5sum: fb23f79f1b7efb0e3f9bb1f28ead64a4 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.20260902.024715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 328 Depends: ros-jazzy-event-camera-msgs (= 2.0.1-1noble.20260902.024715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-msgs/ros-jazzy-event-camera-msgs-dbgsym_2.0.1-1noble.20260902.024715_amd64.deb Size: 231842 SHA256: e047221da6040297ed26309c19364998d9cc176599afe6f77bfa5161507633dc SHA1: 55d80c5ffbb520c4a7111d4a167f2a0e10be33a1 MD5sum: 5ecda675550f017a880f1cc8c9c9bbaf Description: debug symbols for ros-jazzy-event-camera-msgs Build-Ids: 0872ace4f956610d37f3a4a5305781d8d58de565 17d2bb3d863c65d79829c9026108ef79c574d051 212ff6173092a53aa16c924b8828bb9e75d7345c 3e7c23797d058136ffac59c957d1317a7a8c954b 57e08b3db0127165e9b77e0881bd1e8ed072204c 6d720fde2f4c15a24e490f62f10c9cfdc9064e5e 9b4b531574ec16df389600af82db5472556a4019 a4b46bb81ddb28bf37ec3a519e9c26447fb09ea6 c682236e5c8a12bd873b41bf2f7af6844bba2c69 ccf7829e1d8b8408a738e3f5cf49487b636c78fd ead42c74c2c30a4a8626d36d9497e3e5808a62e9 Package: ros-jazzy-event-camera-py Version: 3.0.0-1noble.20260902.042655 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.20260902.042655_amd64.deb Size: 119042 SHA256: 42adac6588278d5b0d8ebc09ec82d31730d3f2abfb55ec9c8824be0d15712f2f SHA1: a70435d8fa6e306f8a0c0b5859c98396ddba8428 MD5sum: 86797ef47beb77d9c4ef354b217220f5 Description: Python access for event_camera_msgs. Package: ros-jazzy-event-camera-renderer Version: 3.0.0-1noble.20260903.072246 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.20260903.072246_amd64.deb Size: 132210 SHA256: 445ab2689aee124d759b345208f101509abcbd008f67a7ed57ee94f9006fbe0e SHA1: d9ee483aae71f8370db33bb9b5ae0d2269a50dee MD5sum: 40c76b5935dde3879aebf91a35bc4dcf 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.20260903.072246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3150 Depends: ros-jazzy-event-camera-renderer (= 3.0.0-1noble.20260903.072246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-renderer/ros-jazzy-event-camera-renderer-dbgsym_3.0.0-1noble.20260903.072246_amd64.deb Size: 2773736 SHA256: 01e3f9936ce9bcff31a9bc912018a711cee453bc1a50e4bcc2128ef9369267e1 SHA1: fd81586ebc103661a0d6a6963c1ae02799f5e843 MD5sum: 59328a4421f30be158b7d5b21ce379aa Description: debug symbols for ros-jazzy-event-camera-renderer Build-Ids: 3a7aa468e8264199a60d8f63c28d45f623a67429 8bb41fb9641d5c40e606e775461655ccc276f025 Package: ros-jazzy-event-camera-tools Version: 3.1.4-1noble.20260902.083654 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.20260902.083654_amd64.deb Size: 426870 SHA256: b39e0ad44207473aba361ae8223e5ad9d8d809d9ee3b829116c20afae860a3f5 SHA1: 32744e51058780265bffbfb7d210a2b92426078f MD5sum: 6a93d7476db2b8fd1a2d18a5fcb06ca9 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.20260902.083654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 15156 Depends: ros-jazzy-event-camera-tools (= 3.1.4-1noble.20260902.083654) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-tools/ros-jazzy-event-camera-tools-dbgsym_3.1.4-1noble.20260902.083654_amd64.deb Size: 13004178 SHA256: a289332170cadca140f6250ed2558a3c6d51389f2ad7cf9fc5ba86f922aec70f SHA1: 9a8650f53902c570579cb3b680289dff7ce4a49a MD5sum: 0901d5c17aded53042f77c30dc5453cd Description: debug symbols for ros-jazzy-event-camera-tools Build-Ids: 03742138ecdfffc1988ab36e43535686bd2dc2e7 1f46ff6633efd4a994024fcf58d2b2a2a6c84e90 26262f8c1886a6b88f85d7a2b4d4b674e986b8aa 423541987d698a4715efa508be6842e8ad502f93 58e199b8ae2007f1c7e8a8cddee6133f3e635be4 619f8ac7ba9df79626eb75619a10e8c62ce148a1 74743723826db5b3a31e296dcb8281e01d2390da 76530fd77b62e2c878ee9b45eef2e4aeea23ec21 b89f1beaa733a0e4e476fb76d220a090ff3a9bcd cc98e5399a5eb1f6632ee98e90fffb71735fbc40 cf200a304187d73dcba87cfa8f023274c1fb863f Package: ros-jazzy-event-image-reconstruction-fibar Version: 3.0.3-1noble.20260903.090028 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.20260903.090028_amd64.deb Size: 366092 SHA256: db698b80242b7883209cc7757e4ab1e869519e5af545becc7cbeb245206c0a38 SHA1: 3f3cd4fb27b6e531d714088c4b6b6e952d8d349a MD5sum: 541b2089e53303aa577869982a9fb992 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.20260903.090028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 9398 Depends: ros-jazzy-event-image-reconstruction-fibar (= 3.0.3-1noble.20260903.090028) 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.20260903.090028_amd64.deb Size: 8021878 SHA256: 64c08a84c768d049212d49bd7b3e5620a3485b92c4095d6ec4bf5568e9479d91 SHA1: b0a77d61ccf65b36b7345c0b39d0cdfc8ecaaee7 MD5sum: 4ddc7f3325d63f56dcaae59ada7be8b9 Description: debug symbols for ros-jazzy-event-image-reconstruction-fibar Build-Ids: 497f8221eea25982b461d8398fee930de91fbb5d b009145a4b0cb9fd0e32d85eef6e59cd5746f83b d2a4fe176dbaee59688335263338b11e157f8d98 de0862caa9e22e0a163a1f3270706842e7f250e3 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.20260902.062203 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.20260902.062203_amd64.deb Size: 8794 SHA256: 5241e58dce16723297572b469dd9f3d7e9309eaaec29c5f2d5e40a1ae5f49a5a SHA1: a45ac8fe68f269808a5b1e83aec47e43d2b31053 MD5sum: d3deaf2290ca8322a585f32a8b55192d Description: ROS2 wrapper for python-eventdispatch Package: ros-jazzy-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260902.024722 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-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.20260902.024722_amd64.deb Size: 136054 SHA256: fd5691012cc9eff0417ee8448d82ff7c283e7b9a6932013a57e2a45de4658d50 SHA1: 90b779a0f570036bf0f225ca896c0383fd7cf0bf MD5sum: dad5891559d3a320c6e981e1cdc3c2a3 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.20260902.024722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Charlie Yan Installed-Size: 1452 Depends: ros-jazzy-eventdispatch-ros2-interfaces (= 0.2.29-1noble.20260902.024722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-ros2-interfaces/ros-jazzy-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1noble.20260902.024722_amd64.deb Size: 1193468 SHA256: 2d01c25318f181c56ad031ead46dbc1d37b43de0f6d7092baae0b6aeac2dd4c6 SHA1: 729f94189fd8f1a2e5ca15de5c40bfd84f1efd78 MD5sum: d5057193e3d7a14d00eb80d93c4b371f Description: debug symbols for ros-jazzy-eventdispatch-ros2-interfaces Build-Ids: 00348e4c610d01a5905afeb93dfc634cab5f11ab 2cfa5987dddbee9175fb9edcd42f219006a7fcb5 5bbd638f78a8ac364861f2f8d62ab573f1d07f7f 651f2f22e4e9db131c5ae5b83e28fbba0fa1dfcd 6a9cb26dcb08d2a032d7e8ecff6180f115f50a83 76a1c10c229408bbc362a26bced6d593ea33134b 7ab69f3b5ce70d40dbca60b3b5647fa8f4355ce5 aced828021b900fb73bcd53abb9490b0f7a81b65 b5d5be3a6c2c07363ad3db30f9f0d24e62a8d080 ce49b27e3e1c9dc3fd94fc8bd6501b35eadd383e e94a323d8e7f3d4c609d22abc5b269a43d06985b 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.20260902.024751 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1582 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.20260902.024751_amd64.deb Size: 132774 SHA256: 80efa271a60a47e3110e8800e9e937b37a4cb87af30e453f6f8c5565863181fc SHA1: e0ac4676beb6f8434bb0e7970622df6e18dd7cb8 MD5sum: 7658c929c3e3bb5bfd7a1b267d54fa8f 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.20260902.024751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 992 Depends: ros-jazzy-ewellix-interfaces (= 0.2.1-2noble.20260902.024751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-interfaces/ros-jazzy-ewellix-interfaces-dbgsym_0.2.1-2noble.20260902.024751_amd64.deb Size: 787394 SHA256: 30043376a3fb1cf7188a442dbb8654db108d56d2902d73304f462ba5334e0ec0 SHA1: a9d35027d64ef9d243e48734a7bcdeba4aa9bf34 MD5sum: 4867ee82c26ec780dbcf8564d958dbce Description: debug symbols for ros-jazzy-ewellix-interfaces Build-Ids: 0abb30cb4cade24bdd77cd107582b206baa0b667 0d08420081dc056c7d502c3c13e08b5c788655c7 2004683e683e12ab457d268bc542d31063c2a074 58db4e1c5e6326021a46d408a4b05bdbc42bbab5 5eb56b97f492f32f26d3d0ba5f461f091097c52d 8a2df7c0a5f80c3f45e724e406fdcb7a3e61925d a471631155ae4b792d447a3fd2615d56610b4689 d5f3b22292bfb4abef140a44fcaac2930e256ee5 df1b2faeced0fb49492829678609320e928a931f f83770c5946d6e1f82470ae4ecd761acde0205c4 fae83543d6a3671f73379f4e9fc5275c4fd9dc2d Package: ros-jazzy-ewellix-lift-common Version: 0.2.1-2noble.20260903.101523 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.20260903.101523_amd64.deb Size: 5214 SHA256: 38018c93f79ddb41c3385639a5939ec50f24bf11cf9d33194c6e12d9b63e8b4c SHA1: 8bcf0d6b03887feca8904b2b24e9e33ae20298c9 MD5sum: a3e5128813bd26515e66e8a160c6b8ad Description: Metapackage for common Ewellix lift packages Package: ros-jazzy-ewellix-moveit-config Version: 0.2.1-2noble.20260903.101306 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.20260903.101306_amd64.deb Size: 8090 SHA256: 15b4259556fbc05cee1e630f1fae7008eb089254974c0adfda8f19497070f2a6 SHA1: ecc4ef1a87017294d2b53c81f27bf939e0a0e37e MD5sum: b1d272c0d02318d81ef6d02eaaac64f1 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.20260905.090728 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.20260905.090728_amd64.deb Size: 7740 SHA256: 8e67571b132fc9d2c8bab38b90c834891c1d0873e8d0e5e19a7b8fde64cd21aa SHA1: c9c3d5b1a5a571731be14d5455893f51cabf26da MD5sum: 79548e16db31e46159ebc90d552eecd4 Description: Clearpath's simulation package for Ewellix TLT lifting columns Package: ros-jazzy-ewellix-viz Version: 0.2.1-2noble.20260905.072204 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.20260905.072204_amd64.deb Size: 9530 SHA256: 76b6cd968331c7212a8a89ddcf30ef9c865fe7825947021faa89c4797028d1b7 SHA1: 70cbbc011763e84563fbb4244bdb644437b20dae MD5sum: b92fdccf2b660faae31899b509d6e435 Description: Clearpath's visualization package for Ewellix TLT lifting columns Package: ros-jazzy-example-interfaces Version: 0.12.1-1noble.20260902.030327 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6386 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.20260902.030327_amd64.deb Size: 376874 SHA256: a6c8b664a1c415c4f52153d453d8e43c89da693992d74b34ee22e7b56e54ee0b SHA1: 6bd3d2632fc61410cab0db2e4516a550719023b3 MD5sum: c370adb8261a5079f1ed528c22e40b0a 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.20260902.030327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4802 Depends: ros-jazzy-example-interfaces (= 0.12.1-1noble.20260902.030327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-example-interfaces/ros-jazzy-example-interfaces-dbgsym_0.12.1-1noble.20260902.030327_amd64.deb Size: 3834982 SHA256: 83bc8ba90e6148679a950186dc8dc9f6a3e5d25e0ddb4a1236a908cae0f05a4d SHA1: cf949cc7bd05fcb3b291503b8ca9d50f3b78152f MD5sum: ad459a0225af32564f6bca1b2a7afedf Description: debug symbols for ros-jazzy-example-interfaces Build-Ids: 025f4362414b907278d27698ff1980fb3285f490 0a69a096862f5e271cd725e107da61cfea90dfbe 0aeebae6d7358f43577be457ebe4e0a4907d6f8e 23b8ac42fbf2264bdf0c7939ae4a82e15deb3e65 7353859247e7b12d11e698e840f45e8615b33a39 92b7a7915faf06236960b466eacaaf1c15144ef9 a857046cca421843858dfb08059ce509647b4587 c70d5a4eb809e12a0463e99ff35d45f09cafb6db c81368ea6e79dfaa37b9bacfadb0fe84f88823c7 e98f25fdc6b653b144e058b3abd135254f074371 eb273f762f3229051d26dfaa3b6b3343c4af58f2 Package: ros-jazzy-examples-rclcpp-async-client Version: 0.19.7-1noble.20260902.062721 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.20260902.062721_amd64.deb Size: 38138 SHA256: f7bfdb43a09c12b3d932e5758c14db3faac2e6a61609390178014634a2efb033 SHA1: c02d32c8b6daedc4c4e3e0c405e11787262b6e14 MD5sum: 11b12f93a18015858b5ab777f90f85ff 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.20260902.062721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 661 Depends: ros-jazzy-examples-rclcpp-async-client (= 0.19.7-1noble.20260902.062721) 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.20260902.062721_amd64.deb Size: 620036 SHA256: 3f7f7d3f31d52db7189231faca61e6155e8936355657c41d53a6706b97e80430 SHA1: e9f58c300a155652f78a4b5cba78b88950fce29c MD5sum: 45571f618f735a793c5c30bb92d96c50 Description: debug symbols for ros-jazzy-examples-rclcpp-async-client Build-Ids: 98af1b539ad3ce0d75858dd583369493c35e0376 Package: ros-jazzy-examples-rclcpp-cbg-executor Version: 0.19.7-1noble.20260902.061527 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.20260902.061527_amd64.deb Size: 212738 SHA256: e58e66c08d00c6bd9ea74aa8f630d322b8c0b0756f793a4440d982bc9370e408 SHA1: cd7dc6a02c2bef806488bd89bb1b35f20a0f60d0 MD5sum: 6e15f8468926f01caf41ba9e548b30f2 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.20260902.061527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7165 Depends: ros-jazzy-examples-rclcpp-cbg-executor (= 0.19.7-1noble.20260902.061527) 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.20260902.061527_amd64.deb Size: 6118746 SHA256: e35e2d5ba7f88b2646a0022724b9396215c1d5ceda1058d2abdcf3a9311d24d9 SHA1: 605ce2b89c24d0bf34d31fde304f2b4d0d250cb8 MD5sum: c79e784d011ca7385474a489cd1fb276 Description: debug symbols for ros-jazzy-examples-rclcpp-cbg-executor Build-Ids: 16ff0a6a65e279f50fa013b374c7f4f8cc80e0bf abd04c6862cccbc3081a6f7769daa2ca2db2502e e2ada9af23f8cba71dfb775a1314ee4ca36d7ad8 Package: ros-jazzy-examples-rclcpp-minimal-action-client Version: 0.19.7-1noble.20260903.065417 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.20260903.065417_amd64.deb Size: 93802 SHA256: 93d735830c400d599d5d33d9f1fa0e6bc69258cd883851127722d3a5fc13eb61 SHA1: 223cea675d7111818e87b4ba4c76621eadd0a151 MD5sum: 8be359dd94dab67de1ef17d89e797184 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.20260903.065417 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.20260903.065417) 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.20260903.065417_amd64.deb Size: 2324272 SHA256: 782d209d3d4ec284564bab78269b8692663992386e92a518486b13bf96c76406 SHA1: 54a96824f2003301d18e9206f4e5ab0fa8640d46 MD5sum: 3e296bef5fa39e76f366bb2cbb87692d Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-client Build-Ids: 076dbe479413210c3e271b960139f42cbe962467 4f00af98f668873707cca680d69afc2b58a2a7e6 82bdb4afe02d71f2987bf0c57b50116e6529fef0 c2c99b7af086279573d1ff0f885ee26ac8099676 Package: ros-jazzy-examples-rclcpp-minimal-action-server Version: 0.19.7-1noble.20260903.065431 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.20260903.065431_amd64.deb Size: 45678 SHA256: f8a849189ba48a1f725e075ee94388ce055028bce8a3c0d85b5fd9f5292ec3d0 SHA1: 61ec74c3ce38cbb77cfe6a7551806bfe44cabaec MD5sum: 636fab6a9ee73005685f077e5f3bbc05 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.20260903.065431 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.20260903.065431) 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.20260903.065431_amd64.deb Size: 993428 SHA256: 9834a32799bd49b771953d161b6de398749d3f14c7850e9b49dbcbe068b1a42c SHA1: 762bc53b01716a44aeac75fb6a2722e5c955bc89 MD5sum: 09c81b9fbedbee9e4614daa00ae263c8 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-server Build-Ids: 39ea3693cfd19af5982ba2d2a42e860d32c87870 b7ca6d74f4dc7d0280737ee219fa869d7c157e32 Package: ros-jazzy-examples-rclcpp-minimal-client Version: 0.19.7-1noble.20260902.062743 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.20260902.062743_amd64.deb Size: 27550 SHA256: 5075c005669bf39f11f15b72dabb8de0da0f4c91c2f9a2a9dbad9e91cf9d6230 SHA1: d96877e6be39fd779d9cee12ea2989f84b06af08 MD5sum: 96a48acf620d4c2241b9052ba8469bdb 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.20260902.062743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-jazzy-examples-rclcpp-minimal-client (= 0.19.7-1noble.20260902.062743) 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.20260902.062743_amd64.deb Size: 502980 SHA256: 09a679e0af9019f6244e434310d6241a03f10764cb314f293e1eafc7b298a536 SHA1: 2e3a3ffbfceb838daf775da59e2d771790195f83 MD5sum: 90207746517a4599091adad130a9a363 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-client Build-Ids: 1229ef055d923226b7699d0a127063913f057293 Package: ros-jazzy-examples-rclcpp-minimal-composition Version: 0.19.7-1noble.20260902.064809 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.20260902.064809_amd64.deb Size: 113570 SHA256: 93df3c33bcfeda00105e2d4d3a05bc8452a15e360823cd8db690e5bb854aaca2 SHA1: 61c812acf5b1ed24512065852fa46a6acdb91485 MD5sum: 5d3778bd3883987a84b212b7c7a7a0d0 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.20260902.064809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3048 Depends: ros-jazzy-examples-rclcpp-minimal-composition (= 0.19.7-1noble.20260902.064809) 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.20260902.064809_amd64.deb Size: 2699970 SHA256: 9461268d4df327476420717c29a3aa00b8d88cbfd1a9737edba48efe905a7b07 SHA1: da9629d6b1789320ae74805c41ace31ddff94b39 MD5sum: fbd071947c1c6544433a934b15e6edce Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-composition Build-Ids: 40240451e6f28a99e6992641ca351aff64c56526 6182aea5294d08a4a98a817d216332e88d4b3fe7 7efa81b6a8976eb4e63b3e650dd2618d66e243bf bb7090c134de06478bb27bc9fba337c71d8006ed Package: ros-jazzy-examples-rclcpp-minimal-publisher Version: 0.19.7-1noble.20260902.061549 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.20260902.061549_amd64.deb Size: 132834 SHA256: 6823e65dd0c7b695ac7dc151539603fb441a61cbb9bb4adbf7ff82a0f7909392 SHA1: 9d7701121a1d20a67a9e9bbfe531a743c107f76b MD5sum: 41ab07ddd0a796e332cd871f8159c58a 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.20260902.061549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4685 Depends: ros-jazzy-examples-rclcpp-minimal-publisher (= 0.19.7-1noble.20260902.061549) 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.20260902.061549_amd64.deb Size: 4344168 SHA256: 949bbd7de5969d9ba5ccf044267e6a384db272c05a99b368178047496e5057b5 SHA1: 50dc036a13278fe896a795140b712cb994668c40 MD5sum: ed4e1f7001c9df0b656f3ee5a996722d Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-publisher Build-Ids: 481109393eea522ea084c4ad7399f7388c64994c 59ee88c98bcc01f6c5585128fbd745bb00092de5 a7c607bc3bb7109d82e99352418cf29970d8fa6b acd85dd9aec15ae2fc8bfc519041f5218f1d4a1b ee42df8b2ec58004d29a0bd65d63403231e14f0c f865251e6d3638f0ecc93549a1b07dea14155abf Package: ros-jazzy-examples-rclcpp-minimal-service Version: 0.19.7-1noble.20260902.062803 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.20260902.062803_amd64.deb Size: 22864 SHA256: 3843742cdcd70c7b0f1d73be57901c2fd15580296d097eeeef568354dbabb26d SHA1: eeacbb77ff365dfff1bca77b1af9c31be45779c8 MD5sum: 7fa159a060e62a4218fc6437702863f2 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.20260902.062803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 408 Depends: ros-jazzy-examples-rclcpp-minimal-service (= 0.19.7-1noble.20260902.062803) 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.20260902.062803_amd64.deb Size: 375024 SHA256: ff725004d261016a909d18e8ee012a9e287b753a4da91704b361bed1d4a669b9 SHA1: 03126d6adbd8c5cf93cbf14c49eccd0e1bf06307 MD5sum: b1ae443dc9a7923bb62422cd3d5de66e Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-service Build-Ids: d6f0593ef6648938c4532164328235d3cfc2cebd Package: ros-jazzy-examples-rclcpp-minimal-subscriber Version: 0.19.7-1noble.20260902.064818 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.20260902.064818_amd64.deb Size: 440654 SHA256: 207d2c43888548b2a1a6af1c55e9f39f061bda5e91e0ab98bdb8d7353fda75f4 SHA1: f29118b1acd3ecc324d82c2c0f9bcc1def1c3cc7 MD5sum: c71cc376a3b0875d3b23d8ae082d049d 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.20260902.064818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19033 Depends: ros-jazzy-examples-rclcpp-minimal-subscriber (= 0.19.7-1noble.20260902.064818) 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.20260902.064818_amd64.deb Size: 15987894 SHA256: 44257a172ee3411cf2ca3c0500537e8b6e0e03c27dcfe0cefcb392c2fedd5010 SHA1: cee70514b186386fc041bce4c0eb6a3768169072 MD5sum: 68b95520452d0008c81ab8385a3f992e Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-subscriber Build-Ids: 2f6aec16ffc09e4655a2536a2afdbd3ba05e3df6 4700606997529c95745872ed7929e938adf82540 518b8e8bde806b5666c759b7f9bd42d8673826ee 5531a9fbcf8f5050b5313fd431d60384bfedf168 57be347cbbbeb141beb15e46f8ad7b29cf6f8dd5 5a81868999407220b00a5f4c460c58eda30e8245 b64059855fac9055ae52b4cb66c7cb746dbe43d7 b96aa63a2986593bb09d0d03947a95ac06960614 bff20f8fe61163956df0b8c91e5b864af5952cae d01dfeb70ad5af55c8cddbb29adee35d4e5c7475 d9ba78ab099cbbc8dfaaeddbac34513bf708d3f6 Package: ros-jazzy-examples-rclcpp-minimal-timer Version: 0.19.7-1noble.20260902.083213 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.20260902.083213_amd64.deb Size: 16412 SHA256: 342f7abdbfcfcf4f178dcbb8be894299ac7983b09ee13c29bace636850d04e4f SHA1: cfbb6e087f23a428490b3626270b4d3e3fe2bb86 MD5sum: 1b1893a7a63934f2eff47940489dd36a 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.20260902.083213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 524 Depends: ros-jazzy-examples-rclcpp-minimal-timer (= 0.19.7-1noble.20260902.083213) 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.20260902.083213_amd64.deb Size: 489820 SHA256: 3237c668bcb300e938dfc73ab8c13e5927a9a69dc2085d77b3bbc4e346fceb89 SHA1: b4c1c70917991ba51b638f569650983958870d3e MD5sum: 1ec8f4ce49cf98bf06fd3799440118dd Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-timer Build-Ids: 2042594afffea5dd460fa0830571ef4f7116d2b2 3d0f6e27545cb71eee307386ea02b41b1405d4c2 Package: ros-jazzy-examples-rclcpp-multithreaded-executor Version: 0.19.7-1noble.20260902.061530 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.20260902.061530_amd64.deb Size: 104098 SHA256: 9b86bf1998517efa4bc63df6d3e0f183a3fda648a8a10e6638c583a6cbf3634a SHA1: c2d247045405134c2b458489e29c1a7b25282f08 MD5sum: 565bcf4c4833fffa4de4eeba63e7678e 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.20260902.061530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2083 Depends: ros-jazzy-examples-rclcpp-multithreaded-executor (= 0.19.7-1noble.20260902.061530) 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.20260902.061530_amd64.deb Size: 1768194 SHA256: 474544245a0eed6646396bb42650cbcf4ee931c661664540c22325855b79bf88 SHA1: 3cf845bb74d79156b4412900856705a5370ba09b MD5sum: a3295f201b0fcc402f39ae78cd2be9cf Description: debug symbols for ros-jazzy-examples-rclcpp-multithreaded-executor Build-Ids: f19ef545a03bda60471d44401e8c80f83d46bca7 Package: ros-jazzy-examples-rclcpp-wait-set Version: 0.19.7-1noble.20260902.064827 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.20260902.064827_amd64.deb Size: 539422 SHA256: ac2797b2a311fd926f67d92b7740396bfcb7105cbb41c310da554c768c673328 SHA1: b2601436d479c9114c35d3123295f9c673032d84 MD5sum: e1d7e2fac7acdec45377d46f6dffd78c 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.20260902.064827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20086 Depends: ros-jazzy-examples-rclcpp-wait-set (= 0.19.7-1noble.20260902.064827) 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.20260902.064827_amd64.deb Size: 17324102 SHA256: 58744cebea0bae81010d3c8e9fb93bc82d311ccbedeeb9628a76cd8135ea5be9 SHA1: 4a06b08065a0e1e92dda34807b2ff40a83d3f4ef MD5sum: 3bf324a1723183880c43c74c827dd6e2 Description: debug symbols for ros-jazzy-examples-rclcpp-wait-set Build-Ids: 1c1a063860e1560313d60d83ace2627258885fec 4554faa42babf92f309f5995abf988a0a1d70fe5 515b64d6ef6a7a003c0981a460bf51eb81e92986 729bbeb70afba5006d70b10c33e04b1823c1910d 78a42226814e1d0a463c4bd453fd3a6577008dbb 85003f4a9e2a6b41bbbbf4ae4e8bca107fd86ede 8d33d6390366b919caaf70668c94cc5e6e34b0b7 9b582c7f8135df7f7a0f688e533fe751d8e257a6 a3852cfc5dcdba66eae811b51fedeeacf199a540 bd9c4f95ab0e1a40847ff1219dc43676aa9b76a4 e32eaaf579042c07b1d0f7504675851b7d35b75a f5661d7a32ab8c94d4a7cc73e0088e0e71837519 Package: ros-jazzy-examples-rclpy-executors Version: 0.19.7-1noble.20260902.054611 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.20260902.054611_amd64.deb Size: 13336 SHA256: c55dcc882c3803c5a859f294b9485b7d1ed09185737de488e608105d218d8a9d SHA1: 3a4793d41a7f914e8ceb82a96e0e8db7c349dde4 MD5sum: 2b67ec41f299e9413fe362975c8fc099 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.20260902.060228 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.20260902.060228_amd64.deb Size: 5864 SHA256: 537803861fb05efb385f3dd0d186b437915fce09744d2ed825de00f0d8a72c0b SHA1: 9a3fc54f67a1ee18d4825ceb05ae8dd120f968ed MD5sum: 296e13ece210ab6921006de8212cf674 Description: Examples of using guard conditions. Package: ros-jazzy-examples-rclpy-minimal-action-client Version: 0.19.7-1noble.20260902.102503 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.20260902.102503_amd64.deb Size: 11968 SHA256: f4b499935d032828fe822261c682fb9951018ecb474ed10a7365cc7c26da475e SHA1: 75041f64f2b888c29b2779f08910a2c80e71d229 MD5sum: 3b20b83a60fcc027728e6f840dc86448 Description: Examples of minimal action clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-action-server Version: 0.19.7-1noble.20260902.054901 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.20260902.054901_amd64.deb Size: 13086 SHA256: 181807af4c0bb902d40c072106af830e2c48c3059e2b229722a8c020e77deb97 SHA1: 68c154a6401ee5be1fe0720ee39c9aa313977af2 MD5sum: 90735f9380b422627f523b372f3093bb Description: Examples of minimal action servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-client Version: 0.19.7-1noble.20260902.054625 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.20260902.054625_amd64.deb Size: 9062 SHA256: 4f90102255f43a5d8315744d186da3626809fe6dc24e0d6053f26f0598b7a432 SHA1: b0e7219f0d35832208132ff950411f4832d5bc76 MD5sum: 04af4ec6b702fb4773b18af585f196f3 Description: Examples of minimal service clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-publisher Version: 0.19.7-1noble.20260902.054643 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.20260902.054643_amd64.deb Size: 9688 SHA256: 758e29cbc4033478413895cd8da275d9093e16d3771ad839dcaa688fff4f9792 SHA1: 2a1526e981c1172a1b0da76b38d6f31922e19f12 MD5sum: e2212d02b08c0be8fc8f72ce44e4b767 Description: Examples of minimal publishers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-service Version: 0.19.7-1noble.20260902.054633 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.20260902.054633_amd64.deb Size: 6852 SHA256: 4b453f9e7bbdc04682ac619879bbbb10559d1ddf38dd8a6e448a4c5151f43982 SHA1: 13420b67843c294c6e7c77225af522ac573beff9 MD5sum: bd422369f0cc7bff81d87a6d36b7650a Description: Examples of minimal service servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-subscriber Version: 0.19.7-1noble.20260902.054657 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.20260902.054657_amd64.deb Size: 7316 SHA256: ad01d14d137012e2c3a95a03d929e1210abaab9d987f204f365a59f601a57d3f SHA1: 10a6393221f2c1bc27a372d868ade8720b3d19f4 MD5sum: c494f775f3ffa4d2ae28673f0c2d9567 Description: Examples of minimal subscribers using rclpy. Package: ros-jazzy-examples-rclpy-pointcloud-publisher Version: 0.19.7-1noble.20260902.054656 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.20260902.054656_amd64.deb Size: 6850 SHA256: b01133b797735ae8d856c5f02b6ab8ddd8f28a3986c5450d32a115120cff869c SHA1: f7a942f21f4b1cd822835b036ff27969cdf4390a MD5sum: b9c1c1e34a4d62a832bcc555c196f5d9 Description: Example on how to publish a Pointcloud2 message Package: ros-jazzy-examples-tf2-py Version: 0.36.22-1noble.20260903.022936 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.20260903.022936_amd64.deb Size: 15082 SHA256: 4c4cddb821b5b48acee302ac77de76dbb98e8f7e3ba0ab664bd4143b75c1be98 SHA1: 67e742b4aa81d0e84206358ba85ccd79823053c0 MD5sum: bf1423946c8f77cce4630e6bdbdca917 Description: Has examples of using the tf2 Python API. Package: ros-jazzy-executive-smach Version: 3.0.3-3noble.20260902.054820 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.20260902.054820_amd64.deb Size: 5444 SHA256: 2639beceed809239e845b2e28ae27d3b438dfe20ae1daf134ea8cc5d63983dda SHA1: 8892915f140e2f3f6be87f8581fe2268bbacbc4d MD5sum: 600ebd224712fba8e020de7a611087e5 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-jazzy-fadecandy-driver Version: 1.0.2-2noble.20260902.062647 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.20260902.062647_amd64.deb Size: 112908 SHA256: 75dccb937aebdc5bae375a2ad228a6828980b9a52176b6c37204c5128e0e25ab SHA1: de39ae4770ad9aaf608714ebd812fb1359985c9a MD5sum: e058372100cdbccbd17de18917b385fa 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.20260902.062647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 2551 Depends: ros-jazzy-fadecandy-driver (= 1.0.2-2noble.20260902.062647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-driver/ros-jazzy-fadecandy-driver-dbgsym_1.0.2-2noble.20260902.062647_amd64.deb Size: 2225544 SHA256: 3f8dc231b27edca3a7c74cff6449b2af08bf1905afea1bad5e2105e5ac1a9cd4 SHA1: 615dab9a7a2fff1f01fafe1110478776d34a055e MD5sum: 001aabba8ec65c0bcc24eae9fbd2f981 Description: debug symbols for ros-jazzy-fadecandy-driver Build-Ids: 7dc36c30a5989d432ba4a8817cf46d7df3a20dbc d2dfae82eca9f1be180b3408f83d11bb399d180e f2a6d8e13b48f55a2dd74ffda1411bd83b00fdc0 Package: ros-jazzy-fadecandy-msgs Version: 1.0.2-2noble.20260902.030328 Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 559 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.20260902.030328_amd64.deb Size: 52602 SHA256: d5c5b822e1dc155204f60d2ae19f92f65fc569f26e6e621778346aaabb4818f3 SHA1: 097bb20b64428110bb88467eb7f8dc7557566ea5 MD5sum: f421eef1a873146ad0e2c1ab70746363 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.20260902.030328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 405 Depends: ros-jazzy-fadecandy-msgs (= 1.0.2-2noble.20260902.030328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-msgs/ros-jazzy-fadecandy-msgs-dbgsym_1.0.2-2noble.20260902.030328_amd64.deb Size: 299976 SHA256: 4eea45dbe725a512e8201eb18d62441ed05be0d113ed029ee4023c64cfd1fce9 SHA1: c84c992f02e943743d9d8b0a27c5e3175831f2e1 MD5sum: 83a317e5497cc4acc0c761ae555d93a0 Description: debug symbols for ros-jazzy-fadecandy-msgs Build-Ids: 0408c4a9a6275ddcccfc0bbe27425c89b4585a57 13cc679045caafe2f79c08bd09b5e035c10f7618 1a572956b121c5700cfb4553326a84bdce00bef3 583084f159e80a0d674207ad003d19eba5564019 70e1464911bc0cda63a9bb0fdb1fd471ce38f0c2 a112f847c2dcab251b1b6b6503e3d16b22bee91f a5d715d9a015f21267db161ca26b4965845c5061 ababf31f1f842d3f1a79482296d9214ae02d92c3 b011febc59ac27e09936a4b75aa02d0246ee6ff4 c159b637d64c55e4148833d0f8c10e25c2aada17 cdef8c78f8f79756d088f83c584de5d86d99e163 Package: ros-jazzy-fastcdr Version: 2.2.8-1noble.20260901.205404 Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 510 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.8-1noble.20260901.205404_amd64.deb Size: 62336 SHA256: e7ce26ca4891bc8cae4ad9d5dde14213f4edff51473da08c10834f43bd7cacf8 SHA1: db0f966443926598f57498e0eadac196e023708a MD5sum: b48a21692f1f0be19869f66753e9819c 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.8-1noble.20260901.205404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 274 Depends: ros-jazzy-fastcdr (= 2.2.8-1noble.20260901.205404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastcdr/ros-jazzy-fastcdr-dbgsym_2.2.8-1noble.20260901.205404_amd64.deb Size: 232618 SHA256: 09eda8b38645c0f660a5a3318e3f59cdeaaea40f6ce5e391b9427d8b4adc8897 SHA1: 87f3b72c8c9d00e95eb1b99521f21a4b04dc7240 MD5sum: c135d9cb7921ed809fc2fa2ef440eb47 Description: debug symbols for ros-jazzy-fastcdr Build-Ids: b829e28a42a43a2cd257aa1ce35077f6a910e356 Package: ros-jazzy-fastrtps Version: 2.14.6-1noble.20260901.222814 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 12113 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.20260901.222814_amd64.deb Size: 3148870 SHA256: 5adeb44da6a908d98a47321b1fb479f32f48831d01941334d5121223f0d7a654 SHA1: 7756e4da49a5dc1ffdf1073a0426d2a2df6d43ee MD5sum: 8fa00ece62f663a4fa1de1b015b268b3 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.20260901.222814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 60662 Depends: ros-jazzy-fastrtps (= 2.14.6-1noble.20260901.222814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps/ros-jazzy-fastrtps-dbgsym_2.14.6-1noble.20260901.222814_amd64.deb Size: 56468746 SHA256: 81e32bb7c50821eab27693a56be76a95ebd25b568a162d3a5dbd2686fb322922 SHA1: 5f692e6be4cc3287f4f84fee25a0941f7874b5a2 MD5sum: e325af89d1423355170b51f609fb26cb Description: debug symbols for ros-jazzy-fastrtps Build-Ids: 889248da2332303d55f4ce07b562195353a82f21 c8c1f1e0710de67ba17c971727dc314167b16b45 Package: ros-jazzy-feetech-ros2-driver Version: 0.2.2-1noble.20260905.072507 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.20260905.072507_amd64.deb Size: 171616 SHA256: 48f5528e7bb34e163dc947340d32c9fa648359faae1d014dd876f660ca63aa5e SHA1: 2730d348c5c408eb72ca5ed72334efb9ec048d6c MD5sum: 992953c022b67d1fe8e8e33d37587f09 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.20260905.072507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 2604 Depends: ros-jazzy-feetech-ros2-driver (= 0.2.2-1noble.20260905.072507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-feetech-ros2-driver/ros-jazzy-feetech-ros2-driver-dbgsym_0.2.2-1noble.20260905.072507_amd64.deb Size: 2515556 SHA256: 89aef490601ba87b6a67d11574cf9a2a5fb3f5621b7feeec7f6bd5d72b459da6 SHA1: 3b0fc370277377431167f53739e0b056ba457727 MD5sum: a7e8bbff33f13ca4dec1f7af86ef74c7 Description: debug symbols for ros-jazzy-feetech-ros2-driver Build-Ids: 090dea8f1e60003c4edc15e977d9b6ae4e97d032 7b06d3372c3b95dbdc00452c4b746640da8ba2e5 a24ae2d72b335c45cd156ccf808511e7642ddfbb f94cfc0a34a2cf2e518e9e872772f775c63f9fb2 Package: ros-jazzy-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260902.082016 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.20260902.082016_amd64.deb Size: 107620 SHA256: a2c1942bad627918f3479dbf67cab04f3fcd92994c134f6382c367caa043b68f SHA1: 906102f5e42590daca7a367fdae7c1c9af8db6fa MD5sum: 8ff6091d587481ee51f6203a5ada700f 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.20260902.082016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1679 Depends: ros-jazzy-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260902.082016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-encoder-decoder/ros-jazzy-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260902.082016_amd64.deb Size: 1609616 SHA256: 0c1fef518cdd541e3f907eabbbb107e1cddc51f7bf80514863e639ea344b3827 SHA1: 8bf00dc9a6a47969cc451b202d1f5d88aa82f0bc MD5sum: b789685a79b7f1db726698b5650544b9 Description: debug symbols for ros-jazzy-ffmpeg-encoder-decoder Build-Ids: f88759db92d7b874034595b6d599af695ad008fc Package: ros-jazzy-ffmpeg-image-transport Version: 3.0.4-1noble.20260903.071451 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.20260903.071451_amd64.deb Size: 135602 SHA256: d3bed7e12f7d5864639b9550d21774e7347e3717695eea137916b5e487840313 SHA1: 30dba029fcfdc56dfcbd9128f211ed44da555baf MD5sum: f53a50f07237b0358fecc5ed6f5024c4 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.20260903.071451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2951 Depends: ros-jazzy-ffmpeg-image-transport (= 3.0.4-1noble.20260903.071451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport/ros-jazzy-ffmpeg-image-transport-dbgsym_3.0.4-1noble.20260903.071451_amd64.deb Size: 2594804 SHA256: 7df4819179ec0d14b56f0f0b16892ea2a8fd99f4c6aeb73be4bb9c7c74d37b14 SHA1: bfa3866b35daa941ea5514030440c24ae97767ba MD5sum: ba6fbfe28782b5ea525afd0b4ac10a3c Description: debug symbols for ros-jazzy-ffmpeg-image-transport Build-Ids: f8355933572013265674fdf2832d47b82ffb5a40 Package: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.3.0-1noble.20260902.030338 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 521 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.20260902.030338_amd64.deb Size: 54262 SHA256: d834a9cd8a25db04f92b9c16cba8a240d2658834978a5659b534a6f239365c17 SHA1: 4f0cfd1d9496c7cc37611e3733c69a0bff315362 MD5sum: 1394a51a8206ad63c973c64ff17d6f76 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.20260902.030338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 330 Depends: ros-jazzy-ffmpeg-image-transport-msgs (= 1.3.0-1noble.20260902.030338) 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.20260902.030338_amd64.deb Size: 232682 SHA256: 1a3e0c98770415aeea9ab4cb92db94673ddb433e5a55da5f13e4d6d09be2fcbe SHA1: dd709477b34e3d1e1bb63ab4f09ee6e1420517d3 MD5sum: cba2eb9cc1abac181ff95f5392ea32a6 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-msgs Build-Ids: 13338176529bfad967f2df1d36af2414da8983dd 49f1eb31586b6fa132ce3a02cfa9255aebec7e1f 526830f30d72700d00c7cfa243a14c09e29e6200 575f1f1864357dae375ba93b2630f244233631ad 97ef42d94faaf6330549dab6a0040c1807c626a2 c8e840570aff6b4b7ab257310b643edcf4291061 d0419e5f5458f5ad6314d1483a3fb1d62273da86 ddf5050e932ab5c3c5be4846259d405f89cc1c86 df72401b23c99b0c7b68b2f7975354e5bd7346f2 e4619c88b8a69516e07b708bfe051dfdbb9dac8f f18be8082dd2d75cbf2fdd5a29aae76218c68520 Package: ros-jazzy-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260902.083652 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.20260902.083652_amd64.deb Size: 142162 SHA256: 2b78bb1d177706d7d1657b459b0e8dc15c1f04d94a5e1f0e1b48c8e1dda9226c SHA1: 2f70cb385e7f81253c4f469b2b075d139f0ba59a MD5sum: 9d8946261a49a4a45ffda75579e02e65 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.20260902.083652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3390 Depends: ros-jazzy-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260902.083652) 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.20260902.083652_amd64.deb Size: 3248412 SHA256: daddb7a26230ec3dd3f25425f927021ec7ccde26c1c5dccc3e07a0fd73b1a596 SHA1: ad531755d3a45ce923022e4c0ab9569b31f0dd65 MD5sum: 8f3b60b99ada3c6856e7441c81046ba1 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-tools Build-Ids: 774485569d2369847b009f77f8cfdbac1fec5543 a702aed42018426f9d82fb6d57a0a7eab0565f53 c0789b045c17933b8342d74dcd9a1778cea8da30 d3a2f8fe1fe4fe9111a1fbd65403b28211309193 Package: ros-jazzy-ffw Version: 1.2.1-1noble.20260907.022815 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.20260907.022815_amd64.deb Size: 7508 SHA256: 7642cc1bc04787dd3011a750a3923c79dda179d44fbbbd409f7a0936e312424e SHA1: 85b3cbd791fdb7111c868a68e186af1458c3c93f MD5sum: 65406e9d7017146ffe0c44b7b28bdcd0 Description: ROS 2 meta package for FFW Package: ros-jazzy-ffw-bringup Version: 1.2.1-1noble.20260905.085929 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.20260905.085929_amd64.deb Size: 44194 SHA256: 6d8a4b479d8966fbdbdf670964bebd41f43055e5c97f5a3705c66eb7d20b73f1 SHA1: c3fa9bebd364acba194a211243db4d91da308594 MD5sum: 483f88bea20126dd18f0e01bc0dd46dd Description: ROS 2 launch scripts for starting the FFW Package: ros-jazzy-ffw-description Version: 1.2.1-1noble.20260905.072226 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.20260905.072226_amd64.deb Size: 19914622 SHA256: f0c2e71ace43a18160763add70d169a0ffd4531eef6e0f9d6ad7047dee4c9017 SHA1: fb9eed8b823192b5cb949df86987f404cc867f53 MD5sum: a91fc5b3930b05f0e254fe909cf2603d Description: 3D models of the FFW for simulation and visualization Package: ros-jazzy-ffw-joint-trajectory-command-broadcaster Version: 1.2.1-1noble.20260905.074135 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.20260905.074135_amd64.deb Size: 161936 SHA256: ab57b95ec5a203a1005876d1a2c82225fe39a7dfac001d110d46a9b6f16bf116 SHA1: 507ccd89601ab3b81794db3607fb05b81e290b11 MD5sum: 081e6f92511b6f4dd915d3e10eb49bd4 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.20260905.074135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3156 Depends: ros-jazzy-ffw-joint-trajectory-command-broadcaster (= 1.2.1-1noble.20260905.074135) 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.20260905.074135_amd64.deb Size: 2787340 SHA256: 7b63b9b2b3c8369f0a834166a12f9075ec2e5f975bb7967f7d5d0780f3d20723 SHA1: 00a3f346ea9f976ae9ca8427bcb7994b6c4c1e0e MD5sum: f5e44f14a9f89781b36efec430434529 Description: debug symbols for ros-jazzy-ffw-joint-trajectory-command-broadcaster Build-Ids: 7e8af5f92734310583c6753426f695743cae7327 Package: ros-jazzy-ffw-joystick-controller Version: 1.2.1-1noble.20260905.073153 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.20260905.073153_amd64.deb Size: 196144 SHA256: d2a95d4c7f903d9c0a1c9ccd4caeefbd1d3b08f46e859f58e75e7e9501937bf3 SHA1: 73ea3e50d5e5c3f8cc681c0d3ae448a102e8e27b MD5sum: b04c3d888bd21fffd98a71dc6491cd0d 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.20260905.073153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3832 Depends: ros-jazzy-ffw-joystick-controller (= 1.2.1-1noble.20260905.073153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joystick-controller/ros-jazzy-ffw-joystick-controller-dbgsym_1.2.1-1noble.20260905.073153_amd64.deb Size: 3370394 SHA256: f3cf03df7d7ffbca0df1cecd23b8bc2b0b15190fabf4714c64fc3d58c963fb26 SHA1: 84fec131fbf511dedd4d549249bbcd77b4d7b63c MD5sum: be6899c67e67cfbc55889cac90522a28 Description: debug symbols for ros-jazzy-ffw-joystick-controller Build-Ids: 930b58caf4de41261617646876ad617b9d16e100 Package: ros-jazzy-ffw-moveit-config Version: 1.2.1-1noble.20260905.083012 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.20260905.083012_amd64.deb Size: 12000 SHA256: 45bb92116ebe1199d9d214bb5a77b4aff156414eb745c5241a3170abaa28d530 SHA1: df627168a4955c3557dfa92e4e9a445574633a97 MD5sum: b6af751cfe62256de2e6b00f6770608b Description: An automatically generated package with all the configuration and launch files for using the ffw with the MoveIt Motion Planning Framework Package: ros-jazzy-ffw-navigation Version: 1.2.1-1noble.20260907.024710 Architecture: amd64 Maintainer: Pyo Installed-Size: 278 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-bringup, ros-jazzy-nav2-simple-commander, ros-jazzy-navigation2, ros-jazzy-rclcpp, ros-jazzy-rviz2, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-navigation/ros-jazzy-ffw-navigation_1.2.1-1noble.20260907.024710_amd64.deb Size: 59848 SHA256: 7981e2305409e8bac94c715f9eb561386cd3af3e61592cd85d6da38c18d3a995 SHA1: bc1965f2eb1a48a23614438cd017a20fde5a612e MD5sum: 371766591915e389c404938276e203d6 Description: ffw_navigation Package: ros-jazzy-ffw-navigation-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-navigation Version: 1.2.1-1noble.20260907.024710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 713 Depends: ros-jazzy-ffw-navigation (= 1.2.1-1noble.20260907.024710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-navigation/ros-jazzy-ffw-navigation-dbgsym_1.2.1-1noble.20260907.024710_amd64.deb Size: 687452 SHA256: edb066840e968875baf23a01e8b4c6ac3b6a4e6f75db9cf7b9bba8a546fea54a SHA1: b52968813f8436b32014e40de092df4c6d864462 MD5sum: 3ffdb8ea70fbba3b254be7d6e6e5ac57 Description: debug symbols for ros-jazzy-ffw-navigation Build-Ids: 037fa7ee21b320198cd50d6197a7182b5045dd89 Package: ros-jazzy-ffw-robot-manager Version: 1.2.1-1noble.20260905.073152 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.20260905.073152_amd64.deb Size: 168088 SHA256: 756031a214b73d0f516051c527f06f4f7cd9b7e764e2f623cd7d7f4a2b4a0ec6 SHA1: efa02ffc4dcb7b305ec802a32e6a0d03d6544713 MD5sum: b08d33394bc5e47e771b0868f23f460c 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.20260905.073152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3426 Depends: ros-jazzy-ffw-robot-manager (= 1.2.1-1noble.20260905.073152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-robot-manager/ros-jazzy-ffw-robot-manager-dbgsym_1.2.1-1noble.20260905.073152_amd64.deb Size: 3035786 SHA256: f02ce8f6c086e02ee2f9d5f08e70b231f3a83d33b7cf5e3b0835328136d4d654 SHA1: 84bfff1dc044a65b17c3d0347548499299798b64 MD5sum: 02b13eb0888d645a567a32d6012b1444 Description: debug symbols for ros-jazzy-ffw-robot-manager Build-Ids: 2aae6b7a31c7e07b3e6eda6c276aef1907925527 Package: ros-jazzy-ffw-spring-actuator-controller Version: 1.2.1-1noble.20260905.073334 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.20260905.073334_amd64.deb Size: 57778 SHA256: fffdcc98a1d8d0ea58c4f3bcfb5c4ed30a890a76c654128ea31f2646d85ab2e8 SHA1: 558d8b937611a6594c64363a0ab27b02f5ef10a9 MD5sum: 6d1ec0ffc2834be08844729a4253cfc8 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.20260905.073334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 722 Depends: ros-jazzy-ffw-spring-actuator-controller (= 1.2.1-1noble.20260905.073334) 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.20260905.073334_amd64.deb Size: 684636 SHA256: 43ac1f46f43a3cd25346b0baf87323a14ab7a490d87f1230b1a76136075f5cf5 SHA1: 04d241d046aad6587abe01d2f377725c9ae34698 MD5sum: 6dbb87b3d4c5b7611c828f4e5364db65 Description: debug symbols for ros-jazzy-ffw-spring-actuator-controller Build-Ids: cae729b32a9363af70777bf8361965e2b8dd7d2e Package: ros-jazzy-ffw-swerve-drive-controller Version: 1.2.1-1noble.20260905.073454 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.20260905.073454_amd64.deb Size: 393264 SHA256: 88233a9f504071220c7c93bff11fc96940978c7dc49e96d3295c21940fa1ca04 SHA1: 8183f92a85caa8f13881bc5baf532cd9d41cb198 MD5sum: 3c5081bf7bb2dc21d3dfbaf3154180cf 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.20260905.073454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 11400 Depends: ros-jazzy-ffw-swerve-drive-controller (= 1.2.1-1noble.20260905.073454) 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.20260905.073454_amd64.deb Size: 10928190 SHA256: 0c7907eb0d24b64612d27e3301279dab10b1e9b3aafdb2e16995c3ebfd17724e SHA1: 71ae4498a44cc34180d0dff67d7db6528ea7be29 MD5sum: 1f58dc8ec58fc069d275fe4f614d9737 Description: debug symbols for ros-jazzy-ffw-swerve-drive-controller Build-Ids: d0ceb24440ac483c8da0df6e9f555a3d6d7b3099 Package: ros-jazzy-ffw-teleop Version: 1.2.1-1noble.20260902.060314 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.20260902.060314_amd64.deb Size: 13850 SHA256: 677b73b01ca7fe27a0984e08e768b6c1d409be9872aa3d49b0bc4fe979bda0bc SHA1: fa1bdce0f3dd9c1b706211ce22f87b2416c3a5e9 MD5sum: 150ea5ee0e0fcdbca2d3f45ff8825023 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.20260813.165459 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.20260813.165459_amd64.deb Size: 4668334 SHA256: 1b7652ce66a968db3f1092fe106382b859b0e9dc97d411c3a36c7c6f46a9cc85 SHA1: ec6a820fef32d1ecc2fe763b56295ea3e2efeeac MD5sum: 1ba0325e3801ba26fca581e27063aa35 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.20260813.165459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15181 Depends: ros-jazzy-fields2cover (= 2.0.0-10noble.20260813.165459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fields2cover/ros-jazzy-fields2cover-dbgsym_2.0.0-10noble.20260813.165459_amd64.deb Size: 13940226 SHA256: 5e9b0a5d36ad7cf513c37dcc764c92cd29e4fcf2d6eafdf69f011a83acdc7720 SHA1: f67e30be7d576ceeca9d4083e460487dcd3291a8 MD5sum: 4093daf7f52cfba1c77396a82568c1d9 Description: debug symbols for ros-jazzy-fields2cover Build-Ids: 158a6eda0be37e488f890a1194877e48c0670b9d 2a49e1e1f70a9a8d4ae1c261de1af3320d1a1da0 b5e051fb0311b5a52c70744b4206545014184dcd Package: ros-jazzy-filters Version: 2.2.2-1noble.20260902.082527 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.20260902.082527_amd64.deb Size: 80240 SHA256: fd6a07106fa3b39def35677ccdfee9f86081ffb354a863f48bce85a659e46b2f SHA1: 6476be7f1fafae58a30e23b9d042e8153aeb083d MD5sum: 3eef1d7865946a5bc9d75f104ae5a11f 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.20260902.082527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1895 Depends: ros-jazzy-filters (= 2.2.2-1noble.20260902.082527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-filters/ros-jazzy-filters-dbgsym_2.2.2-1noble.20260902.082527_amd64.deb Size: 1777590 SHA256: 79441592282ef32d75de254a76c3d5618cc600288e4bbc30eab695063950d140 SHA1: 8764f90a2675b4e044b6369ff117c201e0326ebc MD5sum: 26757dd4a9979cc8344408e17640c6c0 Description: debug symbols for ros-jazzy-filters Build-Ids: 1d12fa03b7f209822de58df032c16c4da04f7ea4 31d609da53668b2257e3ffea18b4a974afed666a 4e2dfcfc07e3a568a2bb077551cd3f85d189513e 5b5ee07b90ec61f288fa7052be0c845b702306db efdf3cf33f2e9574c522f4277ebeb3ba4ee293a1 Package: ros-jazzy-find-object-2d Version: 0.7.1-2noble.20260903.072305 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4262 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.20260903.072305_amd64.deb Size: 912962 SHA256: ce8d7323a398cae48f1cd99c213fcd4c801419980a3a37b2c75ad66fd63104da SHA1: f015a155057770218f2b95433388f29076370cb0 MD5sum: 46738be0e8ecdf2fdb7aca7e361679be 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.20260903.072305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21664 Depends: ros-jazzy-find-object-2d (= 0.7.1-2noble.20260903.072305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-find-object-2d/ros-jazzy-find-object-2d-dbgsym_0.7.1-2noble.20260903.072305_amd64.deb Size: 19919290 SHA256: 4d2f19ca6c49fb78b3c04a17a8ee826348645342bd195ba54325c082ed53a983 SHA1: 285520a6d3cb8972f811c219125df94388e6d837 MD5sum: 7cda3c3fdf4f079ef4cb1e02a5cc1ced Description: debug symbols for ros-jazzy-find-object-2d Build-Ids: 16d78688e0cec18b07d507c81fcd130e77e60b7b 191df15579b07c588e3625dfece37d062e4b6dd5 3ac9a30a1aea0dcee8867305c8d4dbd41fb3f097 40ee5fa85eb77b6e0e8ce341530da27cd36449c4 4143956245f3a612a3f0717f912fc719c755b032 5fb8af04078b6b837477af6c514ae83a8984bd70 6d6f810775d7c5db90f3dbe2beb200d3a8a7c148 7c55ab90543684e2b7404ccde4d1be386feb95e6 868eb313c2dd66891bbdbb95367ccdadc8f571c4 9102c99d49b753f62ea2a9af36cac2497ac60e16 9c54079c31192ec28a2d18aec7e8ea821f82115d a7c44a76bdbe438695f2fc24a3fa5db4c640c6ed ba03e0484f4cb73102dce0199fe319ab9f62dd12 d18b8f8a74b21b2f45decd6e267fce390cd3f145 ef86c954e66cc62a375f14dbfb628eaa2d87d8cd Package: ros-jazzy-fkie-message-filters Version: 3.4.0-1noble.20260903.072310 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.20260903.072310_amd64.deb Size: 55500 SHA256: dc146aafbf4a959becc00068aa3cfd8ebb01411825d8498961e12330a77ace5a SHA1: b9e771f6d3eeb0d19b6db80b6ae70306d4e725d0 MD5sum: aa28acd666418458b90f51ef423224db 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.20260903.072310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 260 Depends: ros-jazzy-fkie-message-filters (= 3.4.0-1noble.20260903.072310) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fkie-message-filters/ros-jazzy-fkie-message-filters-dbgsym_3.4.0-1noble.20260903.072310_amd64.deb Size: 240014 SHA256: 29b1afdd8c39f8aeb2bc8955dff2ee9b6d3cf20f73eb42b8f1e39a90099a8dfc SHA1: 57cc3956133251045c886ee92fd4c62b0ac9a939 MD5sum: 8b8c9dd422803a79ec31376fb45c48ee Description: debug symbols for ros-jazzy-fkie-message-filters Build-Ids: 567b51b6f7254d8be0cc3de8baf6f597c686c92c Package: ros-jazzy-flex-sync Version: 2.0.1-1noble.20260903.065420 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.20260903.065420_amd64.deb Size: 17084 SHA256: a548524fe6cf6f3cf02ac815b2ddbd4c9161e3a82cd1d7b8512b1c02dee23e59 SHA1: f755659ca70c707b7bf65d9cf8a669ae03eab0c6 MD5sum: e3a86296dcc58e89eb34b4988011fd3c Description: ros2 package for syncing variable number of topics Package: ros-jazzy-flexbe-behavior-engine Version: 3.0.7-1noble.20260903.025506 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.20260903.025506_amd64.deb Size: 6392 SHA256: f7dd29d333374a3ae8acbfb6ef6008c265eafec833eb9837c18195770284b967 SHA1: 0a571a5b3c4aaf93fe4f8cf6205454b72a1c893b MD5sum: b0946194a098af110e2e564c7e78a570 Description: A meta-package to aggregate all the FlexBE packages Package: ros-jazzy-flexbe-core Version: 3.0.7-1noble.20260903.022910 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.20260903.022910_amd64.deb Size: 118666 SHA256: 89964e7bbe25c739efa8de02f14f1432277ec9c059803ddcd458cd4735d5c6a1 SHA1: aba1c146b1a26dfe5c1577b8a84fb62dc9e446ec MD5sum: 3fc4d17fa4b73aed2abfe5c348168f99 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-jazzy-flexbe-input Version: 3.0.7-1noble.20260903.023925 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.20260903.023925_amd64.deb Size: 24142 SHA256: 5bfe5fcc4189d527b52a76cb3b16741a5b8bc7eaf1dcd03cd4bb0548e89bd899 SHA1: 7fd52dcfc6b305a19c8a33589e24a37b14f2837f MD5sum: 8655605e088eb1d69be3cb19d3625617 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-jazzy-flexbe-mirror Version: 3.0.7-1noble.20260903.023956 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.20260903.023956_amd64.deb Size: 49566 SHA256: a542d20e53978e87e79ee1bab0294a66bd5ddaff9ffdc3990a5e554d622e39c8 SHA1: de1ff5333b52b8d3f3e992b0bcb05277538a1945 MD5sum: d35a1e630848b3619d352dba318df783 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-jazzy-flexbe-msgs Version: 3.0.7-1noble.20260902.034200 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 7344 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.20260902.034200_amd64.deb Size: 482272 SHA256: 55098431c0ecd96d523fa54f24ecad67864540c66fd53b898daa19ddd1f94f43 SHA1: f9a9e5f3af2c489a872c47760b5d8098eff0f309 MD5sum: 6ed4cfcab032cfb1fdd69cf32813713d 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.20260902.034200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 4981 Depends: ros-jazzy-flexbe-msgs (= 3.0.7-1noble.20260902.034200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-msgs/ros-jazzy-flexbe-msgs-dbgsym_3.0.7-1noble.20260902.034200_amd64.deb Size: 3952298 SHA256: f3b999b856c0ccdaee0b4af8f379439242be925a567c23b3e1e6ff8956e9dd19 SHA1: d9bb9a857d82da5b710808a68c6ea8fef3220ac6 MD5sum: 950394a73f7508f88db988a4b8a4951c Description: debug symbols for ros-jazzy-flexbe-msgs Build-Ids: 162ec4cb40df026482555d5c35b2397325f57216 1cb1b41955630f06d96afa834092f0449bfebe84 42c65132d0f6c21fe4df07272b78ef3257a4ed06 43b26a2e52ac8324310ad9662299e0de25f98272 48a7bc64a20c03941851c0d9e2635e7c4d252d65 60fef089d2104b51f77009e4991b66740491027e 8b8b327d8a95d5a14799aa89bcf14ece37282f26 8bb7afc73fb548ae457ec31111d3e9e82c834f62 8fddb262ad323ee0b5841fbcc4a76351310d31cc b3a5b88bf05ee16fa9f95e797a2e136cfa5a6c25 e6be22e0b04fe864b795324a8709f05cfb33e77a Package: ros-jazzy-flexbe-onboard Version: 3.0.7-1noble.20260903.024755 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.20260903.024755_amd64.deb Size: 34352 SHA256: 5f469c862003cb6eef64f61414965750fe4a41fbc5d847da9f054d1bb9a67e33 SHA1: 0a31ffe5b030f0031dd41298429ee16bc2c39434 MD5sum: 8e6b3cb939a4276301ee5c589feff74b 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.20260903.024422 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.20260903.024422_amd64.deb Size: 28490 SHA256: 41de1db88b3871e1baacdf6c5cee2cc17562471e8f3b9d62f297f2bed4b33530 SHA1: 9aaa95617dc10a390c76e0100f8ab1f64b940e7b MD5sum: d47f9c59bdb2e66988e4b71098ee9b35 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-jazzy-flexbe-testing Version: 3.0.7-1noble.20260903.024026 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.20260903.024026_amd64.deb Size: 20700 SHA256: 2caf437061cf1286f51cfa74127d3dea9d7c7f8cbb269a0ceb91558725811a2e SHA1: a30dcf950c1fd23b1a9492ec068b6b586ebf6865 MD5sum: f035ec984cb3a8395aade7542a51a8fb Description: flexbe_testing provides a framework for unit testing states. Package: ros-jazzy-flexbe-widget Version: 3.0.7-1noble.20260903.025159 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.20260903.025159_amd64.deb Size: 19300 SHA256: 808a236875b3549494f26fdb5e7c0aa60bee7ff17bdfba13683edec099c5ab38 SHA1: eec45f399bdc322843c9b2a23228349cc1032543 MD5sum: 45a5164d264189a6fdd1384e64dba446 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-jazzy-flir-camera-description Version: 3.0.5-1noble.20260903.022653 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.20260903.022653_amd64.deb Size: 96620 SHA256: 2535588c0523fd830d1b86a38e047c239d24abd4ccb7ab2257b9f0967fd0cdd1 SHA1: fc62aea24bb795ef931ce7284bdd6056dc6b1c46 MD5sum: dc89f27fe5bd015af767b2e19be8c398 Description: FLIR camera Description package Package: ros-jazzy-flir-camera-msgs Version: 3.0.5-1noble.20260902.034325 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-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.20260902.034325_amd64.deb Size: 52810 SHA256: 21c39881b4b6c8e09a6d6b20e82d4af5af95ef3ca62eaacfc30423d40c74c8d0 SHA1: 1f7bc16ad2a3fbf7fb1d8c828ddb22ad51ef4e97 MD5sum: fbef94ac1ea71a9c50113e915db2474e 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.20260902.034325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 377 Depends: ros-jazzy-flir-camera-msgs (= 3.0.5-1noble.20260902.034325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-msgs/ros-jazzy-flir-camera-msgs-dbgsym_3.0.5-1noble.20260902.034325_amd64.deb Size: 270328 SHA256: 8f1e44a24a8ebe7ead3637e4ef494a30c6575080693a0592799322b9b92d8719 SHA1: ac79da447f7a421fdd0cea06a9753f653346d23b MD5sum: 6ee23500a39ea834d99fc522916ee4e7 Description: debug symbols for ros-jazzy-flir-camera-msgs Build-Ids: 01c7959684c3f48f208ee88063e78a15c27153aa 028869697fae3afbdad772402da98fe1feaba195 1382a2fd0348a0c7082890d224a4f55776094927 1695197b1f3536e71a5fac16f64108e17f08c11e 233960dee6c6c59e5c3138ded16239435dab9f2f 283c9c203cc3e2fd62e4589bf8f28a5f89b8dcda 2c50c56f9b967f9c7cb532fdb368d589cd5c4153 6871afed79afef4606f63d7f95ea05b53e439ced 82bfc86ba42bb48629705e3bc05c7170564aee78 be1533c9daade5074f756ffb0bf64a74a79b64cd d329a64517f3fc8b0c74e1e27a267f7f2b1d2dba Package: ros-jazzy-flir-ptu-description Version: 1.0.2-1noble.20260901.011344 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.20260901.011344_amd64.deb Size: 4739346 SHA256: b9362e1978eb5e46e77259ae90995a571e2d3cf414bbadfadf6cd0a1eeeb36e8 SHA1: f61b66c950879159669656a4dab7dcec7bc46d9b MD5sum: d2b2a79bbaed1ab187e27b78c4640ec6 Description: URDF description of the FLIR PTUs. Package: ros-jazzy-flir-ptu-driver Version: 1.0.2-1noble.20260903.022630 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.20260903.022630_amd64.deb Size: 179224 SHA256: 47117d8e2fd95016093818d78e583789e1a4cdd30330354db8d97b6d4fb32bc5 SHA1: 4ecdc90ab47bf46c9cec1ec3a8a362fadc9d21c4 MD5sum: 00bcb94345dc038e69b0688eaa621eb2 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.20260903.022630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 3326 Depends: ros-jazzy-flir-ptu-driver (= 1.0.2-1noble.20260903.022630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-driver/ros-jazzy-flir-ptu-driver-dbgsym_1.0.2-1noble.20260903.022630_amd64.deb Size: 2760734 SHA256: 6a1e3f2bc577962a4769b3efb19534b184f11533312aa935f07300f46a86244c SHA1: cb45f1934d05e543fd400ca11ed549fc5ef8878a MD5sum: 462bcfb0b0eed3ea4eac7459a6b2f2df Description: debug symbols for ros-jazzy-flir-ptu-driver Build-Ids: 6ff570211c8854b45e12059e1610c188ada5e5d6 Package: ros-jazzy-flir-ptu-viz Version: 1.0.2-1noble.20260905.071947 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.20260905.071947_amd64.deb Size: 10324 SHA256: e8cdc73dd210debd489ab5274ed0c97a9ab904d2ddb9bc59b8f72250b70ede38 SHA1: ef1da28a3268b1cb697b374b98fb3f22438ed359 MD5sum: 97312c7287915a14515e9019ace8d00b Description: Launch files and RViz configs to assist with visualizing the FLIR PTUs. Package: ros-jazzy-fluent-rviz Version: 0.0.3-5noble.20260902.061419 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.20260902.061419_amd64.deb Size: 13718 SHA256: 48a149ac07a6b311623166b62e797d790ca03deadf7e2e4f552e962073ec9d2e SHA1: 6ae2132af8be563b32bba1149eb334a5a47c8d10 MD5sum: c1e2843118236c06d0a39075409c9019 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-jazzy-fmi-adapter Version: 2.1.2-1noble.20260903.011940 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.20260903.011940_amd64.deb Size: 287372 SHA256: 397fe253a5f86a73805fe6f2487a180b0d7f7ddb17045fc87993e1ab7e28637b SHA1: c46661a8f3aff78d6fd8f15797a08c6b879a9b4d MD5sum: d07188b3700e4f61407224036c75715f 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.20260903.011940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2750 Depends: ros-jazzy-fmi-adapter (= 2.1.2-1noble.20260903.011940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter/ros-jazzy-fmi-adapter-dbgsym_2.1.2-1noble.20260903.011940_amd64.deb Size: 2364616 SHA256: bd590d1127d9aabec3f3d6c9e656f5afa3b056afe0de69888b99c96d30e76b63 SHA1: 6aed42900a52490b503360b68464679acc9b89a4 MD5sum: fb18d484a9a57180744b4a48c4ec2e98 Description: debug symbols for ros-jazzy-fmi-adapter Build-Ids: 5c74dc66008b884f0c4fbabea3f696402e7a8073 cfccf0fd568efe235f7a758d3499cb3986ea5179 Package: ros-jazzy-fmi-adapter-examples Version: 2.1.2-1noble.20260903.065446 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.20260903.065446_amd64.deb Size: 45760 SHA256: 2b6fc8341b3b1ec9cc5073980fb30b1fd291d6e8198bf1282e512865459be664 SHA1: c071a13392f98a697c6b9696dbd183c5a9893245 MD5sum: 3a18e189c9c45c48a825ac1921362d3a 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.42.1-1noble.20260905.073518 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1153 Depends: libc6 (>= 2.38), 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.42.1-1noble.20260905.073518_amd64.deb Size: 295102 SHA256: 715410bc98be2b4bee8bd1c44b23231ef2babb4b4345692536c63ae3f1504630 SHA1: cf1f9ebda4324f2f32f035049bcc1764809d53bd MD5sum: 364afc491f1ab7c791c092ea7ff23c69 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.42.1-1noble.20260905.073518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5090 Depends: ros-jazzy-force-torque-sensor-broadcaster (= 4.42.1-1noble.20260905.073518) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster-dbgsym_4.42.1-1noble.20260905.073518_amd64.deb Size: 4608016 SHA256: 2dbcc2a7fc64d78ca141ad6882e6a830d21464454ccbbb2e851e4da3724e44b4 SHA1: c1bc6b8bfdfb512f1b29ae895d36fa4ef25a3322 MD5sum: 6ee1d6f49940dcc713baafc417869177 Description: debug symbols for ros-jazzy-force-torque-sensor-broadcaster Build-Ids: 4c312b2c62969c8cfac5426886a3dd8d7036de1e 563b541e5ab0543fac9f0cba78c8fce7444673de e449172aa51dc909c053c0b34d9444f4e369a9d3 Package: ros-jazzy-forward-command-controller Version: 4.42.1-1noble.20260905.073543 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 582 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.42.1-1noble.20260905.073543_amd64.deb Size: 130686 SHA256: 5dd396eb0b51c222ee8454ff8b971785e747002f2bb5e2ba48cd8db8daa3bc63 SHA1: dcaa5ec261fe1bbe027e3299afbf14c760831eb6 MD5sum: 0ee48fb36a8f3abffa2bc2d967631d10 Description: Generic controller for forwarding commands. Package: ros-jazzy-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-forward-command-controller Version: 4.42.1-1noble.20260905.073543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2729 Depends: ros-jazzy-forward-command-controller (= 4.42.1-1noble.20260905.073543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-forward-command-controller/ros-jazzy-forward-command-controller-dbgsym_4.42.1-1noble.20260905.073543_amd64.deb Size: 2399912 SHA256: c53ac456125184b5d5dc073241566cb9abef12a1d8a38ee32fbb7171f6cf6e75 SHA1: bb1e3c1ac43065107c8ab60b951f0676b0a8d776 MD5sum: 2a096d88067ea0f0b32e295064c9f26b Description: debug symbols for ros-jazzy-forward-command-controller Build-Ids: b79ac21a88812b7deefbc988c9747e60a6101a1e Package: ros-jazzy-four-wheel-steering-msgs Version: 2.0.1-6noble.20260902.030326 Architecture: amd64 Maintainer: Vincent Rousseau 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-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.20260902.030326_amd64.deb Size: 54710 SHA256: 0afbb534eb4cf7cce715c687d46b4151e1b4d35c6faddfebb1c1b99174412d75 SHA1: e392d8fff775c2cadf440b613704500a546c2621 MD5sum: a801439d5caa8716a010ad8d0c054c40 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.20260902.030326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 377 Depends: ros-jazzy-four-wheel-steering-msgs (= 2.0.1-6noble.20260902.030326) 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.20260902.030326_amd64.deb Size: 266732 SHA256: 1469937b7b31535cd994bb2ac083299d0cbc45511d196c9d18348551c08ea8d9 SHA1: 67e71899a843f2f8e7aa90cfc4787c267ff15ebf MD5sum: 3f57fbfe62840defb64b0458a081eac7 Description: debug symbols for ros-jazzy-four-wheel-steering-msgs Build-Ids: 1cb372a70a0b21cc5b79021ef315982c03b01aa3 26d47e952e6f47cc2a090c1416ff2d0e4bc57401 301773c735aee6b9037946e1e2bfcb23e554d21f 30fa636212d166ebe6a61b81448c9ad72bfdfdbc 3616269d37dd85049342437b03bb4b1b3bd42865 565ed5947fbac348f927a0c086e17b47b9d6c40d 58128e5b288c3d5b5348e653ae8ff22dc1954199 9258cd2cf4f97c9a647e1b876dc9c2a9a22296bc bf86f925a5c25a494f5bb33dfa23f4ea6ddf3055 e1ad0faba381ef2b9ef9785de5c7cbe76d3fdfe1 eb3bcbc3c9371677ca66a700a4f162d657126089 Package: ros-jazzy-foxglove-bridge Version: 3.5.0-1noble.20260902.084741 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41800 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.5.0-1noble.20260902.084741_amd64.deb Size: 12973648 SHA256: c11b0a4cbe81259f7d21d9d4617a9df5c93a01518249ff810f1c83c5f893fc81 SHA1: 1868e3d402f0a49e2499d838780ef5e6f4078599 MD5sum: ffaa356efcec80884ca5adb832f2eb15 Description: ROS Foxglove Bridge Package: ros-jazzy-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-bridge Version: 3.5.0-1noble.20260902.084741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 20575 Depends: ros-jazzy-foxglove-bridge (= 3.5.0-1noble.20260902.084741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge-dbgsym_3.5.0-1noble.20260902.084741_amd64.deb Size: 9925040 SHA256: d4712eb5ce8e3f0339ded499a242cbcfac67fe970a07e0a6b4f3f70f3a777f10 SHA1: cd262cfa1aaf1bb374cd39d049d7542c7bb916eb MD5sum: da7ebe2450764e41a2b874b76e4b8697 Description: debug symbols for ros-jazzy-foxglove-bridge Build-Ids: 4e8dc67a48fa2402f6446658125520b241834f6e 5fea1b5a51848dfa9c31805ecf9f688a0df3c6b8 ac4070511fbb88d5571dc6b129f3c70e0c843115 e62d1eaa6384ce736fd01f4b9798fa57e6e8ed2e Package: ros-jazzy-foxglove-compressed-video-transport Version: 3.0.3-1noble.20260903.071504 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.20260903.071504_amd64.deb Size: 133206 SHA256: 0a16aca6ba60b8719e524e71681aec3d9c29b1686e50eea23051014dcd439784 SHA1: d0a1220f6be8e417e0c76acd8c3fc3d6b4ce8a76 MD5sum: 4a00ce69c68de55a5ef762cda1655361 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.20260903.071504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2926 Depends: ros-jazzy-foxglove-compressed-video-transport (= 3.0.3-1noble.20260903.071504) 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.20260903.071504_amd64.deb Size: 2578214 SHA256: c1ef843d22d5c3aab7efa806c52227e68b6f4f293985ad8b8332030a57b278cb SHA1: ceb9f58f6756086afe93f1d9cbedcb01a5d9a6c3 MD5sum: f2fa3064f7206508683f43cc0e9f55de Description: debug symbols for ros-jazzy-foxglove-compressed-video-transport Build-Ids: eb9e7d51a1c62c5495fdf8fdee32f2e74f29a92c Package: ros-jazzy-foxglove-msgs Version: 3.5.0-1noble.20260902.041328 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7605 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.5.0-1noble.20260902.041328_amd64.deb Size: 527050 SHA256: 625d4a404c8b37e4bb34698df9f9d6932b3df1fc60a47161f3ba8aea0f5ead1b SHA1: 3beaae815cc62b6775549fb586382cbe6fd7f5ab MD5sum: c66b4a9b286c0b0940402c21e1b702e2 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.5.0-1noble.20260902.041328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 6325 Depends: ros-jazzy-foxglove-msgs (= 3.5.0-1noble.20260902.041328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-msgs/ros-jazzy-foxglove-msgs-dbgsym_3.5.0-1noble.20260902.041328_amd64.deb Size: 5395212 SHA256: f49469c57a690efc3dbfda28a2d3d18ab497d0947adf5b95f428c73f1578aa9f SHA1: 17a0999bb1950432b556c836d891d06276e21a01 MD5sum: 82e661d0e9e758d2cecc0b99a1f6264e Description: debug symbols for ros-jazzy-foxglove-msgs Build-Ids: 0b4b6a4e0fe26d9ffdb028a83efddf5422fea926 1a4ee8bae572984600c6f11e46e53c84532fd932 5907f9616ce60a4656f050bf6577ace078b5addb 61ec8f1722fd324cb2c06c28cf6329b76989cf2f 7f3ac0221981acbda375cf12db8a33af5662bf93 84cbaf49d13af1b86fbd6b0b7b88da253e61fdfc 8e1635116cd356716164dc0f2c390772892d574c 9c1742e7ead7fe0a1a161e89906fd7ee146727c7 bda7bbbdd7d04af0cd53d6c79358cbf9a86bfd00 c2588e410a4aa288da6b894c3c75b83cb65e8f5f d8658577196d40786f507caa9a44db7394e1fc0f Package: ros-jazzy-foxglove-sdk-vendor Version: 0.3.0-1noble.20260825.005435 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 106545 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.3.0-1noble.20260825.005435_amd64.deb Size: 25974334 SHA256: 8e31c29303e513152841a3d55b522c30bbc42142e71cded379a5e5a4f8bf4ea5 SHA1: cffb0123251b001e912e47d30d994664d51b8ecf MD5sum: c6dad908e09cb8e8283f4b9a55fd925e 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.3.0-1noble.20260825.005435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 17102 Depends: ros-jazzy-foxglove-sdk-vendor (= 0.3.0-1noble.20260825.005435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-sdk-vendor/ros-jazzy-foxglove-sdk-vendor-dbgsym_0.3.0-1noble.20260825.005435_amd64.deb Size: 4096972 SHA256: b39c047313b9b1e33081d52387e191126a78fb544d0cedee7430f464ee901f4a SHA1: 7e95ec1fec6c860eab315227e7894e8d256762c0 MD5sum: 1cb24d96a9449b1e2b6c890b0fe3985a Description: debug symbols for ros-jazzy-foxglove-sdk-vendor Build-Ids: ce169dea90d874dae11d1d045ebf8c4b326594ef ef3edff9c2309a449353b5dbd57f0df92250beec Package: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260903.025449 Architecture: amd64 Maintainer: ipa-danb Installed-Size: 11483 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.20260903.025449_amd64.deb Size: 6861332 SHA256: fe9d07ac5c25f5122503ba973d6b8045604f0fe323bda59c5da42e8773043304 SHA1: 433be2abbfce68933fa8d8c9e2a0193e682638ca MD5sum: 892589a13831ea1badafe70951a953cc Description: The frame_editor package Package: ros-jazzy-frame-editor-dbgsym Package-Type: ddeb Source: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260903.025449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ipa-danb Installed-Size: 3199 Depends: ros-jazzy-frame-editor (= 2.0.2-5noble.20260903.025449) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frame-editor/ros-jazzy-frame-editor-dbgsym_2.0.2-5noble.20260903.025449_amd64.deb Size: 2553806 SHA256: a9c95325d585d6c4ee8e1ff65e1a4a019ab664679e7296d8f90e3d02b73b6dc9 SHA1: 7a64299e466557c8806c1a09d6d75c470ab1336a MD5sum: aae6343319f289aad919d589bbd6aad7 Description: debug symbols for ros-jazzy-frame-editor Build-Ids: 333c781d8769ed36fc0df9ed83f03a8301dfcf50 40bbec45aee7adc8b8624acf076655725d1299d0 6bc1996a42dba924424eb7efd7826472c186b623 715c7c306a096a1749cbad6fdc5c1d6238c5c791 8c3e0967b60c712ed9f3ae18cae5ec815b01af06 9c061b0a360210d6efaa13fae5e2e7d9f2d42e1b b5f01fdc0e8bd9fc8872d9886189e3f909b81766 e0ff6d19a15d72205d6c2c02888e617829f914c3 e3d98d60a33fd15ee2aa3457c7027d7ab4b55d74 f3ff0ff0900442585a43508fe58c5bbcfc8d4356 f7f114c4b5e82349f56c20f2abe61d64d28c8332 Package: ros-jazzy-franka-inria-inverse-dynamics-solver Version: 2.0.3-1noble.20260903.085217 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.20260903.085217_amd64.deb Size: 388496 SHA256: a4f36993a3486e8ca6ea5929eeae478a8d85466f27f34d6cef129a2c00e0c046 SHA1: 3ef830685a1c3729209c22d2c6c268fc1599c893 MD5sum: 4ea0897faf1f0f7d2847ffb3f68aa505 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.20260903.085217 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.20260903.085217) 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.20260903.085217_amd64.deb Size: 4558 SHA256: 5f207d0c694c1c1086d49f55b93334477368a687bc25ffe565825bcf8098fef7 SHA1: f8626558d1e1c1e04400743f968b85e1e0d22ff4 MD5sum: 43bb2defc47c054abdcb5db7d851dd03 Description: debug symbols for ros-jazzy-franka-inria-inverse-dynamics-solver Build-Ids: 8106723f00e91bf82bfd92344864ff928f6a3214 Package: ros-jazzy-frequency-cam Version: 3.1.1-1noble.20260903.072312 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.20260903.072312_amd64.deb Size: 170634 SHA256: 4e597e7b0e89fb443f217bce5d9e7c792b9e7b045a654662153e33a8c64b5ada SHA1: c0b537288cb1b781a173ee9650d8ae8855970edf MD5sum: a1bccc0ea3199a918847b261f179a2a9 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.20260903.072312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3553 Depends: ros-jazzy-frequency-cam (= 3.1.1-1noble.20260903.072312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frequency-cam/ros-jazzy-frequency-cam-dbgsym_3.1.1-1noble.20260903.072312_amd64.deb Size: 3171888 SHA256: a6c12e94c4c5ce4c537caa30598ecd8aba49635204987cd6c566f9c4328045ae SHA1: d557b24d13d2325f6834cd689394e6ac38a56abf MD5sum: 84618a691c4e89349c5ca60b86eeca8e Description: debug symbols for ros-jazzy-frequency-cam Build-Ids: 892e9cebafdda6e6c7dac4d505c1f87941e10fcf b64adab5fa48bc37891b8028cd1e80412bbc78ee eba175a39183fd80f4c22bf7bf10abd8cacda075 Package: ros-jazzy-fri-configuration-controller Version: 2.0.0-1noble.20260905.074959 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.20260905.074959_amd64.deb Size: 99036 SHA256: 87ea0b7eeb86de699d84e9a420f672870821f7a1956494c849c3a73b9d185b77 SHA1: bced9c39c5efd7d13e55225fd6b7a084a88ed775 MD5sum: e9ffd096399ff32d9b64d2c3689e4c20 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.20260905.074959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2115 Depends: ros-jazzy-fri-configuration-controller (= 2.0.0-1noble.20260905.074959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-configuration-controller/ros-jazzy-fri-configuration-controller-dbgsym_2.0.0-1noble.20260905.074959_amd64.deb Size: 1796492 SHA256: c7f4a273b569add4e6c49a0e59c44d376a08469bd2eebca297b7ecf7808633b1 SHA1: c47e7971ed9733da6cf9b4e97de2b845c24f16a0 MD5sum: 9efa4d7bf6471f010f1523012c74cc68 Description: debug symbols for ros-jazzy-fri-configuration-controller Build-Ids: 81cf4521c0c3bc5ef6aac8e503fd9a972a27e9a8 Package: ros-jazzy-fri-state-broadcaster Version: 2.0.0-1noble.20260905.074936 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.20260905.074936_amd64.deb Size: 55726 SHA256: c268ec178317934a53b127dad73e81f6854eed81d5e7e2ae264f48996ecdc9c7 SHA1: 753f213eb809aa9bb91628089086d5315730c8a6 MD5sum: defe89cc88d9de29510d0bd941096dff 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.20260905.074936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 905 Depends: ros-jazzy-fri-state-broadcaster (= 2.0.0-1noble.20260905.074936) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-state-broadcaster/ros-jazzy-fri-state-broadcaster-dbgsym_2.0.0-1noble.20260905.074936_amd64.deb Size: 843230 SHA256: e481c4ce95939745c6b6b8b46926fc5f21dd450f0d5123507986c0462ee0f915 SHA1: c4f8810075d389bb12cc0d7cc5515400b52e4b8c MD5sum: 3df5d5fbf45b193ce22decabaec9ff57 Description: debug symbols for ros-jazzy-fri-state-broadcaster Build-Ids: fded16e370119ee9f0a567242d378f88f5cf3f7d Package: ros-jazzy-fuse Version: 1.1.6-1noble.20260903.030534 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.6-1noble.20260903.030534_amd64.deb Size: 5886 SHA256: 70c780ce22d77cd6ede84b801e734197c5029e62575d73e81e58c1dfc7b693f1 SHA1: 39b45237fdee1c677eba4d0257f3da582269f986 MD5sum: 5d7f602310586ab35242e63f1b5454ee Description: The fuse metapackage. Package: ros-jazzy-fuse-constraints Version: 1.1.6-1noble.20260902.084107 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.6-1noble.20260902.084107_amd64.deb Size: 471716 SHA256: a5975061cd435487fdf0f276b519226cdea963b04ba9b3cf95cf8580308337ff SHA1: c8769ccca1589ddbed59368af097a275c86aa9bc MD5sum: 6db3e27eaac80257730d6b2c99031cd1 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.6-1noble.20260902.084107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 22411 Depends: ros-jazzy-fuse-constraints (= 1.1.6-1noble.20260902.084107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints-dbgsym_1.1.6-1noble.20260902.084107_amd64.deb Size: 20303702 SHA256: 5af882e6c3a000dec2903eec0e90f1ef34088309a54bf6f9098e3309b280cddf SHA1: 6c84deafcce5a435a58ab98d38d30da961a7db2d MD5sum: 89d9e95d00b0fccad43ba050c862f17b Description: debug symbols for ros-jazzy-fuse-constraints Build-Ids: 4cd123eca32e5080ff6ac7ca5da43272a5c67d49 Package: ros-jazzy-fuse-core Version: 1.1.6-1noble.20260902.063025 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.6-1noble.20260902.063025_amd64.deb Size: 459756 SHA256: dc79a54a0c3d1a0bdace0cd54d2c1caf8ac00783e142bbe795559a0c3edb5fd9 SHA1: c82f4ea3e09baa974f13810bc96de2062dd923e0 MD5sum: 99a84aab3d7750a200a86eff1e40bba1 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.6-1noble.20260902.063025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 11292 Depends: ros-jazzy-fuse-core (= 1.1.6-1noble.20260902.063025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core-dbgsym_1.1.6-1noble.20260902.063025_amd64.deb Size: 10204228 SHA256: 64c6836dbd8aa068566849e8e64e8df4873f0d723327f719fa0c8f07e70fa79b SHA1: 0ec42a6906b799463fb59656b7f1b9abe4ddd024 MD5sum: 778dd468690114ad095986dbbdf2be1f Description: debug symbols for ros-jazzy-fuse-core Build-Ids: 1cc3822f364bdd13702962a4293b8fae0768e2ce 77d80ae0ae853507cdebdd90a1f2f8612c517136 e365eed0eb2830df1811f64c905006acbc467d1c Package: ros-jazzy-fuse-doc Version: 1.1.6-1noble.20260820.143046 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.6-1noble.20260820.143046_amd64.deb Size: 5714 SHA256: 20b21c8ee6f367cacc313b46a3c86136ab118303f6689725f68d369297788502 SHA1: 721a934d3fa87b3f9f0ee4d7d0fdcc826c286109 MD5sum: e3a0d54f0d44aaf61311693645f20d96 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-jazzy-fuse-graphs Version: 1.1.6-1noble.20260902.082513 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.6-1noble.20260902.082513_amd64.deb Size: 104294 SHA256: 21b5283973ad7bac2b586f15faeeba49b6ae141da72e040af94b919f2bd4a6af SHA1: 1e3265ed2e8666265d8b2d4c2fb5361a89176be5 MD5sum: 3f83d198c6654b9a0cc32ceb81ec3428 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.6-1noble.20260902.082513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1863 Depends: ros-jazzy-fuse-graphs (= 1.1.6-1noble.20260902.082513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs-dbgsym_1.1.6-1noble.20260902.082513_amd64.deb Size: 1500642 SHA256: f76c7729a01913c947a5cee34d12e10c6d3c6a2217d6bd8c99bdc9ef7c424c98 SHA1: d9c17111a195214abb0ad70254c6c6b2bc9fe67c MD5sum: 7fae880ccfc3a4609fb4ad763b575fa8 Description: debug symbols for ros-jazzy-fuse-graphs Build-Ids: ac9e60d179c67fa5184aa0bc8d556ab3dc2ed790 Package: ros-jazzy-fuse-loss Version: 1.1.6-1noble.20260902.082525 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.6-1noble.20260902.082525_amd64.deb Size: 220662 SHA256: 431437587e5dc0ac390a022ab71b63220667b378ffaf40780384f5df7fbf0c1a SHA1: e03634c199bebbd82622e534a2703917f349516b MD5sum: b20160ca17a9adeb711a5af0ba6d76db 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.6-1noble.20260902.082525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4824 Depends: ros-jazzy-fuse-loss (= 1.1.6-1noble.20260902.082525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss-dbgsym_1.1.6-1noble.20260902.082525_amd64.deb Size: 4137696 SHA256: f224e80401f608d8025bd8c27b29b301b3a39b0f2ca19371e6034747f507870d SHA1: a5c81605cc93259f18e9d4fbe1bae8a5401ef922 MD5sum: 5c56fd9fb1831d2901a46045a1180b10 Description: debug symbols for ros-jazzy-fuse-loss Build-Ids: e74c733e3b333836a90806754e7aceeee44637bf Package: ros-jazzy-fuse-models Version: 1.1.6-1noble.20260903.024325 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.6-1noble.20260903.024325_amd64.deb Size: 792706 SHA256: f57a9c1bba2e27e3429b992cbe8dc743a358b9f776a0ccdfcbc7bc5d2381b744 SHA1: a1b9434130000845e0f1d9573f23b799f95f7a20 MD5sum: 24473e08dd08690db7bf7e15f255e32a 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.6-1noble.20260903.024325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44670 Depends: ros-jazzy-fuse-models (= 1.1.6-1noble.20260903.024325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models-dbgsym_1.1.6-1noble.20260903.024325_amd64.deb Size: 41216186 SHA256: 0a656ee8b4ba6f53ab6547a4a8efc0500909bd6078ee2835231a89b83c0a882c SHA1: ed2d9677c143326ac635dc94958f7ba27615e47b MD5sum: 3c7d6e5a726ee96012a040918c9b58f0 Description: debug symbols for ros-jazzy-fuse-models Build-Ids: 4531f053bcaa6dd97c8c10e330330e85ac1a916b Package: ros-jazzy-fuse-msgs Version: 1.1.6-1noble.20260902.033752 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1834 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.6-1noble.20260902.033752_amd64.deb Size: 148748 SHA256: f6f046ab2c23c7f2d8eff3043e4b4b7eb2f18a47180106162ec01ff4a561cb9a SHA1: 529f015e6b2790985749b95dba891a2a5e0d1795 MD5sum: fa3e8024dfd320427034977cba46faa1 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.6-1noble.20260902.033752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1429 Depends: ros-jazzy-fuse-msgs (= 1.1.6-1noble.20260902.033752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-msgs/ros-jazzy-fuse-msgs-dbgsym_1.1.6-1noble.20260902.033752_amd64.deb Size: 1143786 SHA256: c2b4f289587551258e203a782103c813ae409235de1e7280311c7565edb09ead SHA1: 5379249d34c7d02ef5130a8b7fcff93ba7726d89 MD5sum: 47c4fe736811d91d89514f31660b6518 Description: debug symbols for ros-jazzy-fuse-msgs Build-Ids: 15da4cf270fa71896c041d327da04c63c6fe88f1 29f807add3302f80ca1fc0e4d4d3a1fb7ab7d89c 31b7639279e1f608145eaee62f8511aa4c86f2b6 364e212c424fbd47a9fbca4f5c096c50e78a3464 6b8a50bb02788f33e528ed16af1910053ee66724 a2d1630442be98c317bcc777c6526006c8acd134 ad84d0cad07d5d776631be9e1d591096c9bbc35a b1fc283d1730dec2a8119e53b282e9fa7ec82b1c db4941f3645851031c5c1173bfc13b4304c6be2e e4d8e23258a595d95c1eaf42b6b3ecc185c504e3 ee3e847746838a910760ba262e06f0ff1e8d8703 Package: ros-jazzy-fuse-optimizers Version: 1.1.6-1noble.20260902.094259 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.6-1noble.20260902.094259_amd64.deb Size: 403912 SHA256: 3c43de1588053b9104e5f7b439e9ca6292c1e2711f62b10e97fcc2b38e6049b0 SHA1: 849aa971fc696b0311d17f1ffa0235373154e66f MD5sum: 7ea556f3c11eb8d7605f5afbb934458c 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.6-1noble.20260902.094259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 9947 Depends: ros-jazzy-fuse-optimizers (= 1.1.6-1noble.20260902.094259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers-dbgsym_1.1.6-1noble.20260902.094259_amd64.deb Size: 8401416 SHA256: 9430d35193c3208487b134593bb61982c01c82e27647a0fa28011276505ba84e SHA1: 5f3fb2458735a03bb89e115fcc72d8b242a11d42 MD5sum: 06a53288e3d1167779cd64a94f25201a Description: debug symbols for ros-jazzy-fuse-optimizers Build-Ids: 66a9ccb40c174fdb5d96034a20b102428d268e84 75856a295e92a4322806dfa640f5ea4715ad5fc5 aabfa3d6a36168cdfae66a1ed2824f850b1f6922 Package: ros-jazzy-fuse-publishers Version: 1.1.6-1noble.20260903.023224 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.6-1noble.20260903.023224_amd64.deb Size: 249184 SHA256: 8f2bed1cebe3aead096d96baa620fcbf27acb4abb2bc666d19b8ae178c18c35c SHA1: e91c00c9647aa49644f572d035e44ac32463af30 MD5sum: 9e343ee9609d7b2dfed9e725424c2204 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.6-1noble.20260903.023224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6263 Depends: ros-jazzy-fuse-publishers (= 1.1.6-1noble.20260903.023224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers-dbgsym_1.1.6-1noble.20260903.023224_amd64.deb Size: 5525908 SHA256: ff4a4d716dea38ac504a593941d06047caac10a12d7358ca06c53a774b7e3f9e SHA1: 71e542d58c94c95e1a75b6e4fa61d4fb5b8d4827 MD5sum: 907b640b215f9d7452138d55de92bd4d Description: debug symbols for ros-jazzy-fuse-publishers Build-Ids: cf8907fe43ef2a98c8f9d4bf0ecd32ec5f0a2f75 Package: ros-jazzy-fuse-tutorials Version: 1.1.6-1noble.20260905.071952 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.6-1noble.20260905.071952_amd64.deb Size: 1517216 SHA256: 239639cb08d84fc2b86926aeaff6c2bbc57902484bda8f43fd5eb22af826040f SHA1: d0e54f4930bf160b2672036c0bca0b60d063b1a6 MD5sum: cde5a0c0db1a3e6ccd440abddaa65ab1 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.6-1noble.20260905.071952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8314 Depends: ros-jazzy-fuse-tutorials (= 1.1.6-1noble.20260905.071952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials-dbgsym_1.1.6-1noble.20260905.071952_amd64.deb Size: 7280226 SHA256: 2ca428449240a49b66ce01ba48773e485f6b5f2fcff49962d719aed9ef0a110b SHA1: 557f6b244b0e0d2213e8ba3a8c2542500063d57d MD5sum: 12dc8ea1e82ff62461a07d044aff5d72 Description: debug symbols for ros-jazzy-fuse-tutorials Build-Ids: 556d338a72d9d6647b6ebba6893d4e7a27ab28dc d5de696a32aafd7ed7cb3283eb549f2ace5132ca Package: ros-jazzy-fuse-variables Version: 1.1.6-1noble.20260902.082540 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.6-1noble.20260902.082540_amd64.deb Size: 241672 SHA256: 3d70571b79ee8776602ea97db340dfff501b8e1f6ac0784b914948285d272b63 SHA1: 530c42112f0c345cd67970775ce8fd9c8ef484f9 MD5sum: aca8aa444cf267ceb2313d2f6fb82baf 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.6-1noble.20260902.082540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7755 Depends: ros-jazzy-fuse-variables (= 1.1.6-1noble.20260902.082540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables-dbgsym_1.1.6-1noble.20260902.082540_amd64.deb Size: 6391640 SHA256: afa45c51683132eb7e50f8f3c3873dcc6eb75661409c330ce7ad5452c7cc0ddb SHA1: 9519c53d1799eaaadedd4c4fa9b6101b1c10a4cf MD5sum: 9c4575aa794b6de9c449ffc7d42821d0 Description: debug symbols for ros-jazzy-fuse-variables Build-Ids: 34e93ea21c5b1653e742ada040e1ab8bc8dfea29 Package: ros-jazzy-fuse-viz Version: 1.1.6-1noble.20260903.024125 Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 1471 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.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.6-1noble.20260903.024125_amd64.deb Size: 330680 SHA256: b421154ee4c89e9d32021f21c892ea26c4015cb6196252154c391c2bafcb0792 SHA1: facbbc540aaa76ffdad5729197a626572520ac82 MD5sum: 6b65f20e51faa23e625bb2a6b39a3f32 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.6-1noble.20260903.024125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11003 Depends: ros-jazzy-fuse-viz (= 1.1.6-1noble.20260903.024125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz-dbgsym_1.1.6-1noble.20260903.024125_amd64.deb Size: 10189972 SHA256: 082d3c47068ae91d4d156015602c3b516670d0fbcf20a6f3533a3c2124d493f9 SHA1: c69d4ebda4c2549139e0a49eb3c681d4e77e74c9 MD5sum: 6890117b9766b60f4dda20870e2bde48 Description: debug symbols for ros-jazzy-fuse-viz Build-Ids: ba1156097315af81507d2de84f86031757fbf5e0 Package: ros-jazzy-fusioncore-core Version: 0.3.8-1noble.20260901.223055 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 566 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.8-1noble.20260901.223055_amd64.deb Size: 130908 SHA256: 6c485fbc613ce8ec99ee5c5aa19fcf32bd216c408be32be985c0c495eea20690 SHA1: c71606edd5b80ebecd8a03b528cc3aa6ffc13d91 MD5sum: 22629c3e322d73c6b8c4d93a13be83f4 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.8-1noble.20260903.025536 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 95 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.8-1noble.20260903.025536_amd64.deb Size: 16654 SHA256: 03c8254e6773abb6830053e7ee5ef21b27f55505182c2373a24b3d53ff3d31da SHA1: d99246faed289174e61373a06e95e65670537d06 MD5sum: f2d8163cc07a8565fb3d92da5436fd30 Description: NCLT dataset adapter and benchmark pipeline for FusionCore vs robot_localization Package: ros-jazzy-fusioncore-gazebo Version: 0.3.8-1noble.20260905.085922 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.8-1noble.20260905.085922_amd64.deb Size: 21950 SHA256: 413ff71a8157e9f00abe0bb3cf120c66ecfbd52cd7e12a83ee918cc62e418929 SHA1: c9ea3da71f7ed29535a20e1b91a0ba299947f557 MD5sum: 50e585ca569e7db958bf5ca7b1ad613f Description: Gazebo simulation world for FusionCore integration testing and demo recording Package: ros-jazzy-fusioncore-ros Version: 0.3.8-1noble.20260903.024853 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 3830 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.8-1noble.20260903.024853_amd64.deb Size: 585720 SHA256: bf5b108bed158447f3eea20a019afb26b69c6ec4a44f9bbbbd0586af29f9862c SHA1: fb8382d1e89701d1f7d7273dbbfb691932c5eabc MD5sum: 6ec47217011d8ee68ffb5f0be8478f2d 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.8-1noble.20260903.024853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 11227 Depends: ros-jazzy-fusioncore-ros (= 0.3.8-1noble.20260903.024853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-ros/ros-jazzy-fusioncore-ros-dbgsym_0.3.8-1noble.20260903.024853_amd64.deb Size: 9163914 SHA256: 9da5f054bee39eab3a3a3ec893991e2f26835d510ec633e7ca31d4b729855a6c SHA1: bc8b8c31fd50ca216abdde5fee5237f4336d85c7 MD5sum: 52914e841f1602f00fb380c0f942be3e Description: debug symbols for ros-jazzy-fusioncore-ros Build-Ids: 30bdb9758c9adb5502a682fe49fd57e4f0d6b2e0 36894d49a4bb2b83018d035f86688a220698c1e8 3e75ff1dee93d7f866c1ab594c095c4b39a9d886 5f63e264a45f3f46115b474c6b9f8f6e1bd35de4 763cdbe42d6d331d955b70427b68d924ed1c3b45 7b05cee425c7225017e9df3fe468cb8c7f924783 97acdcb2f6d334c28482ba6a5a4b5ccb66858c2c 9bd51967a705403706c403ee56d3b1345d90208b b2a635b6779c58e7a4bb5c281ee4ef2179cd0eaf c1b0554a140bba44912a313c2d1a46ff24c9348d d1c4f13918347d2258650d62939da7b71b8b1c7b eb6c676a8160aaeb1ac4787bcd3a18ddb7c99fa0 Package: ros-jazzy-fusioncore-ublox Version: 0.3.8-1noble.20260902.103811 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.8-1noble.20260902.103811_amd64.deb Size: 5832 SHA256: 6726bff1b405546bf317ffd58c608955f826bcecf90ca35ddf9af5bada78c354 SHA1: bb58b6500f59932a0b71e3bf5b90ec987ccaab1c MD5sum: d7303e8664a60be233035d84ff213557 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.20260902.054900 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.20260902.054900_amd64.deb Size: 7992 SHA256: d333f736ad5b64502ee3cb8d7a295d517c3319dba13c5ccc3093401341defc3c SHA1: 6bf776ae29833982e17495c4e0dd9c4592150d4a MD5sum: 3dd13b709a30e607eae1b40a9946d3e0 Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-game-controller-spl-interfaces Version: 4.1.0-1noble.20260902.030402 Architecture: amd64 Maintainer: ijnek Installed-Size: 2128 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.20260902.030402_amd64.deb Size: 119940 SHA256: c4c7883ac07148a7a605685225f2253849c95ebd66eff7883891c50a7451d5df SHA1: 517fc9499c438de4cf74e2f69befdecc76b37840 MD5sum: c1758cad88c19d4090526d4c22bd6133 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.20260902.030402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1258 Depends: ros-jazzy-game-controller-spl-interfaces (= 4.1.0-1noble.20260902.030402) 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.20260902.030402_amd64.deb Size: 993156 SHA256: cbe5a74ddb4fca80d4fe522c20202790421376ac88f695357da291b36537ba5c SHA1: 785452c57494c5e23db89a0b3a50b3673e06a08f MD5sum: acd33d294c17f4d865fc4c6f36df948c Description: debug symbols for ros-jazzy-game-controller-spl-interfaces Build-Ids: 04e0d5720f0223205b24a81dd06da6f3dc5a8675 0c66e311833106d0ab7f73fafe25f656daa5a772 1562bfd88495c6f7c31aeba16cf491c463f0add9 1957b2ff081502b78ad077ddf366963752515505 216b471ea798a7344d90973270e9982928e9dbd6 9f9eb237f9ee81fb20d4c67987bb3677dbfe5577 a945398d409f4aa21918ea4f81c5de4083110ddd b1af5a13cc005fe0fd82e8bb090b3ba756d695a3 b391fd2e6d0e2c86d3f1ad8e4c9bea9f070e623c e3900de12736ca7f2762817246f5588b3c8f53e0 edf2d7eeec24283006de0b39a10ea4e11a951e3b Package: ros-jazzy-gazebo-msgs Version: 3.8.0-1noble.20260902.042607 Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 15725 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.20260902.042607_amd64.deb Size: 916906 SHA256: 81ac09d229f829b38f9b05d5faed8faace469425c260be9cf30863cf803ab56e SHA1: d5c0f6203d6228be770ccbd57c187bccdb24b92a MD5sum: b46369d8185664c876ce102498b85b88 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.20260902.042607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 11613 Depends: ros-jazzy-gazebo-msgs (= 3.8.0-1noble.20260902.042607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gazebo-msgs/ros-jazzy-gazebo-msgs-dbgsym_3.8.0-1noble.20260902.042607_amd64.deb Size: 9359096 SHA256: 550e72a31b1e03d0135e622a2154d9536f868a683b01fb639c97d1d7f2da9524 SHA1: 509f1fbb651655b8ebc17db9672c6cb7b9a35e62 MD5sum: 6c52a4ac6c15d7bce3fb1766266a19c9 Description: debug symbols for ros-jazzy-gazebo-msgs Build-Ids: 15e2a9d4fc0e081a78166836931c40c9b938f4cb 2a834f44e19597da2a86cb6ae0375a0652c7cefb 37e2bd31acf2bcbce9502e670581d0713dfc0535 6a221c517c31aab1d94d88631ef5c4ff04bdcd7a 9582e1fc03acc23b829d0b915451f90d08da6bd1 b8359f41755de079e6acf0bec45e3a5c8d9b308e c30b19dbcd30ee4c979b0bb0c73cef6e870c7ffc d61223af264a6e56d43e61fc8bb8a294eec69780 dd57eacb3f950a188927512de6e8eabf2bfa3784 fb2063fe7d18be0c1ddb8ff11e5ab194d47f7dac ff14c96c85d508d544780543c1d02b6a4f68289e Package: ros-jazzy-gc-spl Version: 4.1.0-1noble.20260902.054901 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.20260902.054901_amd64.deb Size: 7818 SHA256: 8d1ae65d4803078dd1b882490e822a9ef4d7dc651e27d77e83b44f716e6b2f39 SHA1: d0c1ea4a9096ac38de22f88a72e4f3987628e92f MD5sum: 957407838b59097f58e20e2c56e8a8cc Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-gc-spl-2022 Version: 4.1.0-1noble.20260902.054913 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.20260902.054913_amd64.deb Size: 6868 SHA256: f6c0471837f9f713aa3242dde4374c410d55b5f4ae9e08ef61bffde99d4b98aa SHA1: e50163abaac7f07ab4016e1f39b79c21bc5e1913 MD5sum: ff9b14b397624e6d8be77969882a7a67 Description: GameController-Robot communication in RoboCup SPL at RoboCup2022 Package: ros-jazzy-gc-spl-interfaces Version: 4.1.0-1noble.20260902.030403 Architecture: amd64 Maintainer: ijnek Installed-Size: 1490 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.20260902.030403_amd64.deb Size: 102066 SHA256: b0eedebd03a038a75b9b8aca247f8f5a9d70096b52a17290a0b967eb7d65b423 SHA1: 4150c6302f0ed2c6978ba0502aa67e7c98a8920b MD5sum: b11fb41ea5f40ba12c777b8b66456f20 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.20260902.030403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 929 Depends: ros-jazzy-gc-spl-interfaces (= 4.1.0-1noble.20260902.030403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-interfaces/ros-jazzy-gc-spl-interfaces-dbgsym_4.1.0-1noble.20260902.030403_amd64.deb Size: 735378 SHA256: 1b8ad5346ca8de0b48bc603739c46bb61a3618797bbde7aad7fd0c0241ae1bd7 SHA1: a58c578d19540b46ff3723ee3a18e92c46b314a8 MD5sum: 102c075af840e2f2b3e7892e326e85e4 Description: debug symbols for ros-jazzy-gc-spl-interfaces Build-Ids: 19a3e5132c76ffd5a3b5b61ae0ebf772261b0372 274c7f3cb3016c90149399a063238d8ebf04655c 70f9e893b8a4145f71d2255769c16ba4ee264ef2 74cd6718f097bd5ae3688eacdec0308cb5653cc4 7548dfd4146ef06a3656a67e4a72ed13c23bb07b 972050dfa986f63fc6928a65cabf2bef987dad26 982f6e6119d3249423537ec9dc5819c0c1962cdd c0e673c3f3744bb50bec1538e124557c69da4ab4 ce7ecbd8116e6141402e9e692b6f40bafdcfe725 fbf56fbcdbaab9dfd5fb28d267eecc70a714fabe fe2a88e2351dc02bf6aad91da09deeeebc906d86 Package: ros-jazzy-generate-parameter-library Version: 0.7.6-1noble.20260903.015253 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.6-1noble.20260903.015253_amd64.deb Size: 9536 SHA256: 6dafde51da5e3d1c1cc9e5e3a24244db66895a479b29677b3ffb792bba7bbf09 SHA1: 94e775e402f4d2909c92a0184fccd2fb7a184dc9 MD5sum: 4011c1108b57d2ff36a5451bf64d4302 Description: CMake to generate ROS parameter library. Package: ros-jazzy-generate-parameter-library-py Version: 0.7.6-1noble.20260810.122749 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.6-1noble.20260810.122749_amd64.deb Size: 58070 SHA256: 2a71e0aa79cec6cd0dcba027815510ba01173ea1c14e5d6ead9018a9582902b0 SHA1: 94990c8afa68774a934df8deb5a46524bec097fe MD5sum: 0ae26cb98965d0aa8fd1b6f7f89fc858 Description: Python to generate ROS parameter library. Package: ros-jazzy-geodesy Version: 1.0.6-2noble.20260902.042807 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.20260902.042807_amd64.deb Size: 20856 SHA256: 52a3dda4438ed9457ecd9d4efba1090935d7d581a9cf33790c7f2a59938bab64 SHA1: 2ee746127b3d4aeaf6b0ffac94d50eb376eb5780 MD5sum: 6f29494367322425ad733238a1abcf7f Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-jazzy-geographic-info Version: 1.0.6-2noble.20260902.043331 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.20260902.043331_amd64.deb Size: 5328 SHA256: 59a59e33d8bc0cd247d8ebc5da939d9804ec0ee3486ed3ff3b06075635743809 SHA1: 3ca4de1ec4c3992a9a765e0747f3a7f42593a3ae MD5sum: ae13809476b57c7b3a45cb180222e8b9 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.20260902.041337 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4568 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.20260902.041337_amd64.deb Size: 320734 SHA256: 27ab11d98460b9a7c3796930f12f73690ad6c4ff250bffea56946e656aea786a SHA1: 4a90dd34f74cc6a47c818686602544126ebefccf MD5sum: 3b142ba4bd2c407c228d2a41cf8de09b 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.20260902.041337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3842 Depends: ros-jazzy-geographic-msgs (= 1.0.6-2noble.20260902.041337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-msgs/ros-jazzy-geographic-msgs-dbgsym_1.0.6-2noble.20260902.041337_amd64.deb Size: 3212216 SHA256: b0791522532730c1f48592c18105057dd44a564e6028b6bc904378c522c325f7 SHA1: 1d2cb485ac9788383820d5ed8f796798ffc03b18 MD5sum: fa2821a980203ac4ded230944bd8c813 Description: debug symbols for ros-jazzy-geographic-msgs Build-Ids: 19c7124db4792c6b12b230edeccce977e9862956 1bc436c19ece2551c9e03f109f14538a3230f873 20f54db2474275fabc3019ef2ddead30ed2db094 35bd88d8b5cf6abf27e32bfc7b709e7a8cef02fd 42248bed75a78a7fb2eb77c3723720af7b81d238 48786189386e5c56811a2058607daf04933218b7 6187d1065c0f0c011c794a7b71a5e10f1868ea36 b9cf686f2a94708b7d8c0c765f9c4b4fd3a9e495 cd1efa14c7e7e17b8f001db63c74f113cc6e89b5 e5172a5de06486cd7c37e0a10dbf4776859cd334 ff8c09d6659e0670fa6fa18256a3e3cb71bbb07b Package: ros-jazzy-geometric-shapes Version: 2.3.4-1noble.20260902.103805 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.20260902.103805_amd64.deb Size: 97020 SHA256: 52e8ca79e320df28af0d0db5deb1927c72dadb5df035e6ca130030be36ac3bfe SHA1: daf31357407a22b95be11e623576d0c32c3efd89 MD5sum: 9817344388a9fc80775c01c02b3a1011 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.20260902.103805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6104 Depends: ros-jazzy-geometric-shapes (= 2.3.4-1noble.20260902.103805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes-dbgsym_2.3.4-1noble.20260902.103805_amd64.deb Size: 6127754 SHA256: 38394ba7f2a05990f63063e3935529da01ce43d1c9da02ec9695e58b0216638d SHA1: 18d8afd841df0309038cff0a0496f685361fec83 MD5sum: 810f70b0924df7b850b648ffa057f6cf Description: debug symbols for ros-jazzy-geometric-shapes Build-Ids: f9a36dc5fe6379602a3f77c5927b158aa35bffd8 Package: ros-jazzy-geometry-msgs Version: 5.3.8-1noble.20260902.030745 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4531 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.20260902.030745_amd64.deb Size: 273188 SHA256: e637b529332fa5fd8cf46f420def364e11c858e574cf102ce5fe9c6713f61626 SHA1: 0bc92c1124ecce1a6c6d28645a1d7cb93a0970ee MD5sum: e5a8541beb8125c846c5d423e169b67e 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.20260902.030745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3478 Depends: ros-jazzy-geometry-msgs (= 5.3.8-1noble.20260902.030745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-msgs/ros-jazzy-geometry-msgs-dbgsym_5.3.8-1noble.20260902.030745_amd64.deb Size: 2831696 SHA256: 5d509be9ad52fdf14b98ef8c2e8b77a63ce61fbf177d6c303824b6f0352562a9 SHA1: 842ea30f8fdbce7f87e9e9cad2927b224ab19e62 MD5sum: b1e43f24e56312cc7307222a1e292815 Description: debug symbols for ros-jazzy-geometry-msgs Build-Ids: 36bc42cf90aa5c275ec7cd2fe688cedf048d86e7 3c952e601ccc872f0b44f43a739db72b5dac4f7b 77e2608816fd39a9afe492cc49537a0e82797c42 84146d160b17efbd7f344f1493b10375ea0f3ad5 871351b1db0a53a8cdd1ebe3711252d654c32003 949d9f735ba32355348b5a356a962ecb8e5c54a5 b52ec2dd0ef2fd40837d2677d4ef2aa96ae84213 ca152790d38c54849cee844c649724efc3f597a9 ca46d3fee92451b873d35aa56d233588fa5d00b4 dd24e848b2152f29849b6c3551792945da9c3866 fa985d49bdaaf937a705a986768d967ddb74220b 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.20260903.023449 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.20260903.023449_amd64.deb Size: 6362 SHA256: 8cd7bb84d269c86a23543fa867c982f281a2d91147c64f4539136145427eb2f5 SHA1: f1b981c6dd03b5a482054fafbee03f29c38b1a4e MD5sum: 619275211e7be4075b9f40e479651c44 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.42.1-1noble.20260905.073532 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.42.1-1noble.20260905.073532_amd64.deb Size: 160524 SHA256: f3e535e1a78a7428b093a0d32f0561334360bb78d050ae61ef85b737869f36ba SHA1: 2ef4ae8abcd694f486b1588c528cf1d8a5f44ae4 MD5sum: b5598c856cd85c42668d3b790de26342 Description: Controllers to interact with gpios. Package: ros-jazzy-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gpio-controllers Version: 4.42.1-1noble.20260905.073532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2911 Depends: ros-jazzy-gpio-controllers (= 4.42.1-1noble.20260905.073532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpio-controllers/ros-jazzy-gpio-controllers-dbgsym_4.42.1-1noble.20260905.073532_amd64.deb Size: 2551662 SHA256: ff1785404c7b0435d52ad7f62faf5f05e1f271e839d706905f173dd4b9c98018 SHA1: 7d340166615c2dccd621e4021c1244b2fac42950 MD5sum: af733cd3874e6ac40808db3f076d05f4 Description: debug symbols for ros-jazzy-gpio-controllers Build-Ids: 5379df8523d2146aa59bfe9c3a85c5a72b59d75a Package: ros-jazzy-gps-msgs Version: 3.1.1-1noble.20260902.030750 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-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.1-1noble.20260902.030750_amd64.deb Size: 84230 SHA256: 6b22967f7fc3fc1bf46b557f730b0428fb331347d096e23cb94df96ac5ddbe8b SHA1: b797501a15dc82efd5d9d1515fbfa5ccb81e453a MD5sum: 3ab37f98af588babb5abd11203276cf8 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.1-1noble.20260902.030750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 521 Depends: ros-jazzy-gps-msgs (= 3.1.1-1noble.20260902.030750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs-dbgsym_3.1.1-1noble.20260902.030750_amd64.deb Size: 405936 SHA256: c17889eb9773f6fbc3ee63ea556419f379a2f373540b7a53eeee51ad56458c54 SHA1: 08535cf316c6fb5048e4e4b996d5ca235484ac10 MD5sum: 2e4a73a21b2e46f595afe56ce9518319 Description: debug symbols for ros-jazzy-gps-msgs Build-Ids: 45fcc36a6ff3f84f33fdc81fcbfc6804b530978f 77dcbd2974e1329cd45c1076faf18183a7cc8b8f 87ba4e73f333c4b96fb36dfb52b68248bd0dce7c 8aeebc703e71ce4e1ec6bc48d908a5bad7aaf27e a2d1e13b3a1f4509536b90d2b31b4eaf900fc958 a356ad215624d16f03c0dc953584860cec0f59bf a4889291301e32e91b3b38558ecc53c83210c607 b336c3cca945504dc2087a89feb6ef8179881cfa f6a919668d26357495eecc3b2f5d898815d77560 f912cd7200783cec3d97f0405d583d89b8aeeecc fa544a1bff8736575ff12ea7dcbc09394919137e Package: ros-jazzy-gps-sensor-broadcaster Version: 4.42.1-1noble.20260905.073603 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.42.1-1noble.20260905.073603_amd64.deb Size: 82330 SHA256: 9c14e05effe61ae2d9656c69027730f7dacea51e14cbcbb7d55ffd144219f9d3 SHA1: 6b7d95770482c4b0c3605471f52245f5585b9158 MD5sum: afb3c9bdc69a3196d21f88ef00b9a5e9 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.42.1-1noble.20260905.073603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1175 Depends: ros-jazzy-gps-sensor-broadcaster (= 4.42.1-1noble.20260905.073603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-sensor-broadcaster/ros-jazzy-gps-sensor-broadcaster-dbgsym_4.42.1-1noble.20260905.073603_amd64.deb Size: 1102852 SHA256: c44f082729ff7e8f870b19c962a1f994322d3de3dbe0b6373aec025b2682a696 SHA1: 8081a7254d727b7d8655840309d281f3f37b625a MD5sum: f2bc347f39365ec467b9e1dfbf4d2903 Description: debug symbols for ros-jazzy-gps-sensor-broadcaster Build-Ids: 6200759352817bde9cbaae2844ae2dd3871cd0bb Package: ros-jazzy-gps-tools Version: 3.1.1-1noble.20260902.064507 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.1-1noble.20260902.064507_amd64.deb Size: 175344 SHA256: 7fce916d7ebfd7a2bec0e7fdfddf168ea2f642a6ad642d271a317993e9d91ad0 SHA1: 02e4f9b1caf8cf742fea03ee44e6df0798cf9e29 MD5sum: 291b1f57059ccc9f5d08ef64aaf1614e 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.1-1noble.20260902.064507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4671 Depends: ros-jazzy-gps-tools (= 3.1.1-1noble.20260902.064507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools-dbgsym_3.1.1-1noble.20260902.064507_amd64.deb Size: 3994150 SHA256: 762e9857fa28d88d8bda5b525b17da4b1ba6e24f229e7cffba614eb75d1ba7fc SHA1: d93bbb204f43432c82060a66077a275fe6886a79 MD5sum: f3a452f63afa37f0f4317108355bb7d8 Description: debug symbols for ros-jazzy-gps-tools Build-Ids: 533c62ad018e53a6ef3990f682d14f2f1e4c88ae b19991f728ef6fedb5bb8c30f7582eca9a43c184 Package: ros-jazzy-gps-umd Version: 3.1.1-1noble.20260902.075818 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.1-1noble.20260902.075818_amd64.deb Size: 5506 SHA256: 7e59de86cce38fa67bdc769621b960eeffd7dad920a23a95cdbbee9c96db1f67 SHA1: f9f778afd8eef275dc351916635f639801a5ea52 MD5sum: 41da02ceab8f56a2c9267ecc6842a644 Description: gps_umd metapackage Package: ros-jazzy-gpsd-client Version: 3.1.1-1noble.20260902.074906 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.1-1noble.20260902.074906_amd64.deb Size: 75940 SHA256: 03f81f6f1b697a1145404fd1eabae1731ffc493e725479e3dee6aa99ec7f66dd SHA1: d1e60038625cbe6207d83129e7ddeda4597f68f0 MD5sum: eb1cc1bcfc5b8c4a64287f49b8f7ee6c 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.1-1noble.20260902.074906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1289 Depends: ros-jazzy-gpsd-client (= 3.1.1-1noble.20260902.074906) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client-dbgsym_3.1.1-1noble.20260902.074906_amd64.deb Size: 1194708 SHA256: d4e1801abaf91bc3f01aa23a5d7c036c467465cf6ae508593d15ce5261587ac9 SHA1: 255a66cb86411b7c69b4c00de106e9ccd2337a61 MD5sum: fbaf2b3a06fd7b3f660f1871d6a595a2 Description: debug symbols for ros-jazzy-gpsd-client Build-Ids: de61108491d3d123e5c91628e54667c9f5e36432 Package: ros-jazzy-graph-msgs Version: 0.2.1-1noble.20260902.033733 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 617 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.20260902.033733_amd64.deb Size: 66160 SHA256: 1027ae272c5d786b9a49fff695b4643ceb3d3af87c5fc0a93460a99c573db24b SHA1: aedef26f16f2cad14c448bb3dc825f078477743f MD5sum: 927eb2d4c9cfd7e0bbaa04990b79d44d 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.20260902.033733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 493 Depends: ros-jazzy-graph-msgs (= 0.2.1-1noble.20260902.033733) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-graph-msgs/ros-jazzy-graph-msgs-dbgsym_0.2.1-1noble.20260902.033733_amd64.deb Size: 380814 SHA256: ea0ad0093d8f68922276f4c5e9441e0a71f681cffe4c0074f27ba55bd8d8d165 SHA1: 601e772fec8a212d84318bc49aa2af391c4b58de MD5sum: 5e3a687fd093d7caeaa3f90c71080069 Description: debug symbols for ros-jazzy-graph-msgs Build-Ids: 33846951a60ef163741ebe1dee1027ef075b5829 38a4c82de397c5a44f2a1c9e22757c1196772e24 66501091b8a7a0e5c32d29fc99f01d4c771f40e5 74bb8f5ab105f9b3b121483c2e64a7d000a6ef3c 78c7bfa1fa2e2ff746c8f551b5ed238259f2a158 a44e6ee7595b5017877bd9e2397a138f13130cd2 c6c87c2260fcdfba6f14ce7aae85b32ad7c84e37 d66ea2018c1d1fef34771a5793e2fad211901a94 ddb0341d1b94de90b87d38149d3c6cc7e7d12868 e3356a09d5b1a1deaf349d6ef70812d4c7e5ce8e fdaa3a041e40a500a16e2cc2855067ae86bc540e Package: ros-jazzy-grasping-msgs Version: 0.5.0-1noble.20260902.051237 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3993 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.20260902.051237_amd64.deb Size: 282390 SHA256: cbb6f25bb785d5152f644aa025457ba0e508e89682b794ce77d52586ca2d039f SHA1: c8dc9da24f8c2180899c8df0e364613d90e9c3b0 MD5sum: 058bd08e2b28887e0800d223463e1375 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.20260902.051237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3063 Depends: ros-jazzy-grasping-msgs (= 0.5.0-1noble.20260902.051237) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grasping-msgs/ros-jazzy-grasping-msgs-dbgsym_0.5.0-1noble.20260902.051237_amd64.deb Size: 2497924 SHA256: 96cbdfcd638eaa8a8cb880263be54b2dd9c151064dd70699ebae0161fecedc61 SHA1: efa2e12564651c42c6929c0e795f9ee8fb853fc3 MD5sum: 7690de0e2bc190226c2a178c0c7f3702 Description: debug symbols for ros-jazzy-grasping-msgs Build-Ids: 15479ef615f3958bcc6218eb4da69d7fe4b55d8d 651256306857e8647828e35aded272eadaa821d1 871e0262ef337777ce69c6945b59bf4de2837767 bde89ad4a1bac17fd1d672c87020c0b7a4172ba4 bff570dde3540d0bb4a48dc842f040cff2163ef3 c4a7f2c8c210e3288e4534abf6c3996151814d3b c77908385b3dcbda6768fde3b7eeabe84304b5ef d3ef724aa1dba5a4cb966a275cacd91e4a992f52 d78e91ea0e93ede3a6a595226f44a4c92543f88b f174e70d9181e049011525f616e4b9bd15082aa1 f1cdf2d5163171d5be1bb57f44f7f3dffc6e483a Package: ros-jazzy-grbl-msgs Version: 0.0.2-9noble.20260902.023418 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3315 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.20260902.023418_amd64.deb Size: 213648 SHA256: 5ecaf7155c0ea83cecfd5a21b38c29c905e91d543bf3ca9e42753be654c7d796 SHA1: 3f3fb488ccd848bef4259d79a93d0498a2df4311 MD5sum: 588ac39c39c21c0e82b34794a2e9078a 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.20260902.023418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1806 Depends: ros-jazzy-grbl-msgs (= 0.0.2-9noble.20260902.023418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-msgs/ros-jazzy-grbl-msgs-dbgsym_0.0.2-9noble.20260902.023418_amd64.deb Size: 1303320 SHA256: cc8293f1204b2dc8cb955cd1a1b881605e8ec6b0f2c25aad121ec0d1ea21d314 SHA1: 5208ba557c45d4c19586d260601b1156cd1e5c82 MD5sum: dd50ac440af0c644065556233ca63264 Description: debug symbols for ros-jazzy-grbl-msgs Build-Ids: 0027405cd5fddd366508114416afe5c70ea45379 04f1fa09516471c457ea888430fd55e98190dd3e 1f732bd9f6727d1d8f2914a3b44bdd5ba2178be1 30c03594dbd5481a0ef353b08f15b48293337da1 34e2c5f0f3ba687350b8ed6f86cb9043ad016b62 452cefc802caeb3a494a6577bfbc061edfb09d55 60e7ddca40cf718c6aae405ce41d53f0dbee8bb5 79a26b0c90316889cd5e110b39625730eecf4613 a11b90e13d41e84581bc38670245124200f01bb4 aa5faeb8ef4081acf8690b0091818b393b0b863b d232520e7ee5d75f50ddae4d72499cbdb7c00c4f Package: ros-jazzy-grbl-ros Version: 0.0.16-7noble.20260902.054429 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.20260902.054429_amd64.deb Size: 25998 SHA256: 8909c5fb715bbbb3ad83e71093076a00bf303372dbc0a77f2d5b4b26437ed710 SHA1: 96847ed13402e60a44722cbeeeea7baa6fa2027a MD5sum: 9c65252a6877e2cb9bce4346d94d320e Description: ROS2 package to interface with a GRBL serial device Package: ros-jazzy-greenwave-monitor Version: 1.0.0-1noble.20260903.065508 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.20260903.065508_amd64.deb Size: 342478 SHA256: 5e40b504872023ea15c1b74e710ec9d04a0655b61a46ed8cc9032dc8cb41ba89 SHA1: fe5b3fc0d72864a0c4e23add1e103027e70e2a86 MD5sum: 8793bd79cc5a716f79b42d3c95155626 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.20260903.065508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9051 Depends: ros-jazzy-greenwave-monitor (= 1.0.0-1noble.20260903.065508) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor/ros-jazzy-greenwave-monitor-dbgsym_1.0.0-1noble.20260903.065508_amd64.deb Size: 7778060 SHA256: 719f00a228020b2544dc18664922fc77f3fc25e848d7c6d7e65a452931aeab3c SHA1: efd2f6d05c97c668cca6930e607de979d8a5f0de MD5sum: be4a445b65cc117aa055077ab46fb40d Description: debug symbols for ros-jazzy-greenwave-monitor Build-Ids: 30e0c7c766d23b15b185533f0b9e42fa74212682 713e52c0c5daa30ab09423fb9eea6323c0720768 e809bb4a79f566e41043c72dd5909e54a89d1911 Package: ros-jazzy-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260902.030755 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1233 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.20260902.030755_amd64.deb Size: 100160 SHA256: 62aa1ea7126230163513cf6ddc9c28dd85fec8126d209e540143d89ff9628103 SHA1: e26c9466e95ad8ca1cef869eb334fa6d9fcb7698 MD5sum: 7cdfc152f618b58d5a0f26ca29bce5da 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.20260902.030755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 833 Depends: ros-jazzy-greenwave-monitor-interfaces (= 1.0.0-1noble.20260902.030755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor-interfaces/ros-jazzy-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260902.030755_amd64.deb Size: 626566 SHA256: c0c03a4ba562ef577755bc12874f8e7ee357e1ca057e37db77b45a10fadcd62c SHA1: 96d35b62e8bbace693072650c276f11ab2b06c9f MD5sum: 844506ad02315da0950710f913b55f5b Description: debug symbols for ros-jazzy-greenwave-monitor-interfaces Build-Ids: 10fe314db271869abc28c0129c91cda87bb59773 1b318559699ca328d9ea3d410826032361254648 26aae32fbf0a1e2a729dd3d9caf42c30f286f2a9 3022867d2ffe4a7a51fcfbd3fd925af810b73f40 7249428801d93807c410b3d42350830d4fd36054 bbcb87520f945b1e68214222d40a4d8068ed29b6 bfa5ea605ead2f5f6ee98a8739cb0a59e905699a c25f0ee389d8a41820d36b042bae8cc933d18c4a d82f150efb5ecbc5b9a7782f60643d8b599b2aee e78d7e12525f1cac95213cf3943164d5ca4cf721 f03106df39ae1c10a709c8c4bf3f0f0d170ecdd9 Package: ros-jazzy-grid-map Version: 2.2.2-2noble.20260905.075522 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.20260905.075522_amd64.deb Size: 5740 SHA256: 7ebcd1528091d0ed33bece8e135499d61b12f7326e1e3ea13d1b8a43363e6573 SHA1: d108a6b474c8da589ee2597420cdcf7c16db6c45 MD5sum: e42362bbce78a3f763b487b930037919 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.20260903.030122 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.20260903.030122_amd64.deb Size: 12898 SHA256: 9bae103f7f522bb43323dedc10a06fdedc46929b881eb40a043b77edfbef8b6c SHA1: 54386ae9a2557b1686f99ad7f1d8e736955f82f4 MD5sum: 47a5805c8c37e2510223f6e394b0b09e Description: Interface for grid maps to the costmap_2d format. Package: ros-jazzy-grid-map-cv Version: 2.2.2-2noble.20260902.105123 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.20260902.105123_amd64.deb Size: 101232 SHA256: 6294ec26e76b351bcb1ed8fcbeed80080fbd707a7a21c6d45fa309791a49c165 SHA1: 2eda3287e5b9a252a280c49321f579046bd026d3 MD5sum: 297af5f8fc964fcff64dd3077bed4f60 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.20260902.105123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1364 Depends: ros-jazzy-grid-map-cv (= 2.2.2-2noble.20260902.105123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cv/ros-jazzy-grid-map-cv-dbgsym_2.2.2-2noble.20260902.105123_amd64.deb Size: 1295882 SHA256: 215bf893973943d71fdfc811a44bcccec4456f1eb0bec84e6c8791c90e5e4b95 SHA1: 3add16f6da069fe050d360ead647f75bafb9b7e3 MD5sum: f8a05144a9f8dc6902be22f098ebc159 Description: debug symbols for ros-jazzy-grid-map-cv Build-Ids: de117463d6871ac3c090ad4fd5bd2197f3365b85 Package: ros-jazzy-grid-map-demos Version: 2.2.2-2noble.20260905.071825 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.20260905.071825_amd64.deb Size: 1856630 SHA256: 7cc6c811e75c2ec4bc42f0ffd654d72179acdaebe5106f3bd5a8581a9b6bbbcc SHA1: be7cbd043f8777a393b6005f570c8eea23a3083e MD5sum: 94b2c94caa9587ade9c1dedd0d15d50d 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.20260905.071825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 22452 Depends: ros-jazzy-grid-map-demos (= 2.2.2-2noble.20260905.071825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-demos/ros-jazzy-grid-map-demos-dbgsym_2.2.2-2noble.20260905.071825_amd64.deb Size: 20804212 SHA256: d51f063ab36b93d3e31c66aff0841d7445e4adb02c9ce321bf872851013799c3 SHA1: c1a509daf9b6e4cb501da99ccbddefcfa8087533 MD5sum: 29c19395421c9d78bfecb2179c0d118f Description: debug symbols for ros-jazzy-grid-map-demos Build-Ids: 017ee07e1f3ad341cfff02130b0c98918cd29d3a 0b2ee11bd128f69a272e9b35440c766a1a094065 1633668d6db468ac94d6f0cccc3995cabe2c9495 46bc8893b50ef2b2dd4c6048bea91056fa790771 4828560811229e71056e4bda384230b99b1d6d07 4b0ded03816b7178c8e24844afc48f9a17a530ec 7e959273bf6ecf6cd35112126fe0925189d9776f 8a947255404b1d5b5f7472e53bad41e8752c38dc 95248d83da00f37b176834de05af5b88f82e0b76 9b2a15a5e966fa8bffd46562a47e113790556d8c a06f477125ac60485b8d2a6a76fb1ae984dc1158 e443fb8ecd12788636078132ca6a345610ea5bba ed329f87e2b0a90aaf86019ce0677bcd281b4113 Package: ros-jazzy-grid-map-filters Version: 2.2.2-2noble.20260903.072228 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.20260903.072228_amd64.deb Size: 429528 SHA256: 614924b339e0ad9501b44729d5bd194d1979ae5616070e21cf3db45f2fbe31f0 SHA1: d82755724225f4f3688035842be20cad8595b364 MD5sum: a1d60cd6fbe18489ab83460ac6372394 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.20260903.072228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 16322 Depends: ros-jazzy-grid-map-filters (= 2.2.2-2noble.20260903.072228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-filters/ros-jazzy-grid-map-filters-dbgsym_2.2.2-2noble.20260903.072228_amd64.deb Size: 15594298 SHA256: 723709c366bb2005da1057c489f45b16c735e21ff19eaa6ccca6ac0c664cc139 SHA1: d38f1f52f1e1c46f2eb4d22f8c278d1931b7c827 MD5sum: bc14343677647f5ea49028eddef4ab77 Description: debug symbols for ros-jazzy-grid-map-filters Build-Ids: 0fc815b1dc5979ce3405056763cf8fcfe1a849be 125cb794ef7c588f665cda47261c3840223b775f 3e4b8db70fec8f3e8bd5041a7b3fb46be4b722b1 414c253c243f45932c63130902acaf4863a13771 539da238331344da6938ac8593c69e3dbe8834e5 55b400d1eb33f659b91b7f291f453229b691a280 a56b1d6b4fdfebbb80c228ffb5dd3501c94fabd8 b076af3dab49143b6cbe8545602b8d60cc10c8e0 b75843781d2535a99aa0d8a1059a5a0cc1cbbd01 ba723090f09ecdc6cac9464f08689ad9a8819b4b c538b62a4c1d8288d63fb448e93517a40dcfff63 c6dc089d6591f77eed67592b1713e212babd685a da3a76e5e312af16229f60d4b5fc31350d068727 e00c01e55e43c720fe222cef3199cb67c1ed3139 ead4497e3dbf8c5e6538216ad2024f2bf74ee4fb fe3f92c9e601ce46260067f2e2a28f37f90f8285 Package: ros-jazzy-grid-map-loader Version: 2.2.2-2noble.20260903.072213 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.20260903.072213_amd64.deb Size: 134554 SHA256: 4c4dfddbb0a71f3055f6ae7e70bbb41f368ab9ba1626a05f99fe192e59d6b67f SHA1: 8b737cd44e9e50b44adae8e5922790ad0cd8204e MD5sum: 0e6c9b28d9139698945443d5497f5421 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.20260903.072213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2006 Depends: ros-jazzy-grid-map-loader (= 2.2.2-2noble.20260903.072213) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-loader/ros-jazzy-grid-map-loader-dbgsym_2.2.2-2noble.20260903.072213_amd64.deb Size: 1877544 SHA256: f78b1b5966d4ad27b23b7f4732304fe581408591c247b1a0076278b16df3b33e SHA1: df1a6d3554dd63feaf1c2bc6cf1c04310da1e644 MD5sum: 859ea89f2329249f4baf3a10dc4dd9db Description: debug symbols for ros-jazzy-grid-map-loader Build-Ids: 50cce524e7ca8501d7711df991165f3ba1704be1 7f7ad9c674f6e9ef0d7c81f7aea1ca11d575a742 Package: ros-jazzy-grid-map-msgs Version: 2.2.2-2noble.20260903.065517 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2415 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.20260903.065517_amd64.deb Size: 187892 SHA256: 096a2b73c23f482b7b2a04e61ee03fe75352cbc894bd4b145be00873f1eb4c0e SHA1: e6c603064a3659bd67e664fc3a8d9ee283ca8e6b MD5sum: f336c79501841a2f8ffddbe0a4768352 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.20260903.065517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1956 Depends: ros-jazzy-grid-map-msgs (= 2.2.2-2noble.20260903.065517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-msgs/ros-jazzy-grid-map-msgs-dbgsym_2.2.2-2noble.20260903.065517_amd64.deb Size: 1600636 SHA256: 95ed55b88b9d505219edcb2eefd878a81c9b20794a5802ab00b6fb4d71cc7dcf SHA1: 01ced117baacae70e461671b5dd815128a17393b MD5sum: 5bdff54873180b4fd449603bdf19a029 Description: debug symbols for ros-jazzy-grid-map-msgs Build-Ids: 0a27e6fad6d17a2c110059d9c790f83f3537e8a0 16e5ac1ad9a3f05a64b94e70c71a6443cd2066db 1b3d05bf29119fec0ac924a32490bacdd773183a 1c52f31a0d5e969c10730312ce738504252776b0 403757991d5b85bfd226e853020ff5ab7cbe234e 48c5b864c304af26201a9665612b0906979fcb69 5bbeb2bd6fc1189dc9a4dae0dc3deb8569ad77aa 6ec28447fc0be5a41bb4c377a8ea2ea588c1e2b7 7a1c70f2dff83b991976d0508a7dd8c0b7ab9026 7d53ed1dfad63a3a323572912e0c0373b0ec4ac0 acfa56618378c42a2f17ddd8204df1ad8d934d80 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.20260903.072219 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.20260903.072219_amd64.deb Size: 188772 SHA256: d04b6cb53d8af98af9da9ea016f2cf9accb331945451ca42241c06decdfc57d9 SHA1: ff736960450cfc7191faab4b46f2c204a4b6318d MD5sum: a3f391cf8ae4315aef560f7b8ea1e629 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.20260903.072219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6154 Depends: ros-jazzy-grid-map-pcl (= 2.2.2-2noble.20260903.072219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-pcl/ros-jazzy-grid-map-pcl-dbgsym_2.2.2-2noble.20260903.072219_amd64.deb Size: 6023780 SHA256: 8ada1c83a11ebf095609205eeb24522f69e145f85ff15c617a86dc0109f91b62 SHA1: 61998815514204a429de330956e816987f66c80a MD5sum: 06a4626861fa9071dc3ba3b02f555bab Description: debug symbols for ros-jazzy-grid-map-pcl Build-Ids: 5092b19449d2d25d81c10f1627d0ec829507806b f905729bc46c67a1e302a2f5f310cf6fd062ea66 Package: ros-jazzy-grid-map-ros Version: 2.2.2-2noble.20260903.071329 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.20260903.071329_amd64.deb Size: 146470 SHA256: d3592e3d7cae288605bc63fc8e59d4e26e703b1c9847a3ad68f3fe40f8830934 SHA1: 5c117d4052abda191ef25cb256af9e9796f36d20 MD5sum: 596b88df5d5bc1112d06e9cfa2d586d0 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.20260903.071329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1794 Depends: ros-jazzy-grid-map-ros (= 2.2.2-2noble.20260903.071329) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-ros/ros-jazzy-grid-map-ros-dbgsym_2.2.2-2noble.20260903.071329_amd64.deb Size: 1711668 SHA256: a8fab6fe5ff5bae47010e282117f6cea0f75095810a57ed8a22d504b68c37cfe SHA1: 209de5ec561fb0b4bb5f8c9eba7e1ff858f2b1d6 MD5sum: 5c8ccbe2e4a1cdfb4a1bfb128b78a58e Description: debug symbols for ros-jazzy-grid-map-ros Build-Ids: 0e4cd2918cdd58de14e6a8ba86b03ad91aabfb01 Package: ros-jazzy-grid-map-rviz-plugin Version: 2.2.2-2noble.20260903.072222 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.20260903.072222_amd64.deb Size: 643482 SHA256: 8e1febb1fe4899d1b1dbd9dbdf2a64b0b860857ae2e4283d525ae07c5bf7cb23 SHA1: 4d52d7e05cb33b9eeae2654705670102b363bf77 MD5sum: a4d5eac8353138bf1e3c57b1e1092340 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.20260903.072222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 4609 Depends: ros-jazzy-grid-map-rviz-plugin (= 2.2.2-2noble.20260903.072222) 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.20260903.072222_amd64.deb Size: 4225250 SHA256: b70081d61ef4365aea459106744c6591b928537bf5e7f0e83ad6c2a56a39b202 SHA1: 5b6c542b55490b29df67741979c2baae91e6dd1e MD5sum: da1f57d738079d6ec4ae120cbec100ba Description: debug symbols for ros-jazzy-grid-map-rviz-plugin Build-Ids: 4233086ab382982ffc9f20b18f631fc60471170c 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.20260903.072232 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.20260903.072232_amd64.deb Size: 489868 SHA256: 26e2757784d6cb985ceaa6b855819dc657e50d8eb6304f152deb60f8f5a18da8 SHA1: 68da2ef2cff59ff4fb841bf3b3c4fc43256698e4 MD5sum: 80540063ada8ca6c2b49bdd9d1ac4af1 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.20260903.072232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6654 Depends: ros-jazzy-grid-map-visualization (= 2.2.2-2noble.20260903.072232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-visualization/ros-jazzy-grid-map-visualization-dbgsym_2.2.2-2noble.20260903.072232_amd64.deb Size: 6143934 SHA256: b9022b3aaca77532763ea34390d035da32b4f37fde7e1223ff135ed1ec940c59 SHA1: 234181db52706483518ee67f421c59e52028ec7b MD5sum: d49d78358421935695fff279263819a0 Description: debug symbols for ros-jazzy-grid-map-visualization Build-Ids: 0292a1a452efd9f99d430d4e8e31f96588062b48 e3116ae68f85e39990569ecc7969bedb247982aa Package: ros-jazzy-gripper-controllers Version: 4.42.1-1noble.20260905.073042 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.42.1-1noble.20260905.073042_amd64.deb Size: 88638 SHA256: d4fd2fb588a9049cff80e79b3ac106f104a815a3583bc66685b161a807084ea6 SHA1: c9a9052e1d3a49ba0649b8a57f54368f448dff99 MD5sum: 5ff137e59bbfcd4848fc541c4f72c0a4 Description: The gripper_controllers package Package: ros-jazzy-gripper-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gripper-controllers Version: 4.42.1-1noble.20260905.073042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1132 Depends: ros-jazzy-gripper-controllers (= 4.42.1-1noble.20260905.073042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gripper-controllers/ros-jazzy-gripper-controllers-dbgsym_4.42.1-1noble.20260905.073042_amd64.deb Size: 1019750 SHA256: 9ef78bb4b9279b522bf405366db46f0adf97972671300a76c49aefeaa683a7e7 SHA1: b8fe7f49022071d7ce6a9715bf92c5f72b189db7 MD5sum: 3fe38ee952e0f3273a4bb90661ec0a86 Description: debug symbols for ros-jazzy-gripper-controllers Build-Ids: 7c18e2c3017a76c8128a66a38fc3d27e6afc5c67 Package: ros-jazzy-gscam Version: 2.0.2-5noble.20260903.072410 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.20260903.072410_amd64.deb Size: 134260 SHA256: eba237cea36f61693ae3a3085bd39d9249892e5ab521638b061f0c89ba6b6cb9 SHA1: 7e4a4b493976212da44295a816f10a30c2ec4e0e MD5sum: 0681685dab102679b42aeb98879ae70e 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.20260903.072410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2059 Depends: ros-jazzy-gscam (= 2.0.2-5noble.20260903.072410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gscam/ros-jazzy-gscam-dbgsym_2.0.2-5noble.20260903.072410_amd64.deb Size: 1918908 SHA256: 7693505e7d8322e48c591d40349db43c77d8a37cb9fda4bdb79d672ebb077c0e SHA1: 8af3657436045d8999f0497d608250ae3316c259 MD5sum: 7de5860534e3636e279080a165d9741a Description: debug symbols for ros-jazzy-gscam Build-Ids: 62a9f69923976b1c89abaa3036ecc24c81343b3f d4d1a58e4bb839873fde283d9d500d2e9046944c Package: ros-jazzy-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260902.080445 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.20260902.080445_amd64.deb Size: 398688 SHA256: 4b90cc2249123649c5f71b8a27d6c4843c317185f6ac05ec2820f16a663bc1f0 SHA1: 058d3ce39b57a86f5aea097a50f53de3370ef608 MD5sum: df0486b1b519c31b3bbbe709f4aaf563 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.20260902.080445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11009 Depends: ros-jazzy-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260902.080445) 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.20260902.080445_amd64.deb Size: 9652320 SHA256: 128db60fc92735229dbc87ea3924b92a1a67bc332e2036bdd95fe6d687cf42e6 SHA1: e04be944444a24b79679c4286d489fd86748eace MD5sum: 0de235bf2254fd6decc02bbc1a7f9a30 Description: debug symbols for ros-jazzy-gstreamer-ros-babel-fish Build-Ids: 312d5cc6272270e760f027c592b66284e191801d 8f94a0086902f3b4dab92a7338f739e2942fa4f2 e3fb27484b2ad51baea4d7b9cbb75219fb5dd0a2 ea72620cf78813598638fed9950d54eacbdc9e7a 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.20260813.214201 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.20260813.214201_amd64.deb Size: 57250 SHA256: 04fbdb75b9a985cfb344b2ee456ff49417bbbd59bf2638130d931e6f12b4f47c SHA1: 6a88ed9c2844702d7751d160afe032b9e9706148 MD5sum: 0eda4b80289a85d90cd9b553a1c320a7 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.20260813.214201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2562 Depends: ros-jazzy-gtsam2mrpt-serial (= 0.2.0-1noble.20260813.214201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam2mrpt-serial/ros-jazzy-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260813.214201_amd64.deb Size: 2509822 SHA256: 5a489cadbf8ea7cbf0a4ba25da6fd4f485d1ef6ca7126a84869f648c8dd10bbb SHA1: de3e023ff91c099532c7e750fa3416689f17c1eb MD5sum: 07ebc315cf3bc704728438592b68e7ce Description: debug symbols for ros-jazzy-gtsam2mrpt-serial Build-Ids: aedc5bcc1fe03fa48c2b89229dbf2475f23d2e3d 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.10-1noble.20260905.033536 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2717 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.10-1noble.20260905.033536_amd64.deb Size: 684576 SHA256: 12f186669615a23ba3b9751c4ac5f4965f2c7d16604999d258770ac9c1df36bd SHA1: 1d3f5a49acaa4c0d258935909b237f5194ddd7d7 MD5sum: 90a773cfca6c5810c30bc95d135b2ffb Description: Vendor package for: gz-common5 5.9.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.10-1noble.20260905.033536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 8199 Depends: ros-jazzy-gz-common-vendor (= 0.0.10-1noble.20260905.033536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-common-vendor/ros-jazzy-gz-common-vendor-dbgsym_0.0.10-1noble.20260905.033536_amd64.deb Size: 7809390 SHA256: 07ad1e404a91a8c31f6b564a2d5410e9c9530fed262dd6d8bcfe025e4ddf9f22 SHA1: da972e197acb68337bbaeff2bd195b4b5b0e9896 MD5sum: 3be8c1dfdaff011106956be14f81ac87 Description: debug symbols for ros-jazzy-gz-common-vendor Build-Ids: 028d1edec64f6c131064ed14c0bc0e4ad57e2317 059abea13f9ddc8888d88a8e31754a90bb698751 2e764fdc84271985f7835f87ea4b988e55f216e8 82fe132c59d2f740ad831a93c1335a5ccfe401dd a4abbb542f6448e7a07fbccb42b18c401768c6b7 b8f0fe030bf920da987a9f975f0226ee4867d4f5 c3a79aef6fcd3ac1bf7f56839c43435dd0978bbd d770e1f0eecc0cc23d68cbc88c7f9dc44f272cfa 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.20260905.065120 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.20260905.065120_amd64.deb Size: 226220 SHA256: 3274fd194383bd1f21e842f0a35a5e72941d34cbb2998726bed6c275b00ea3e1 SHA1: fab405cb8af9c998ad9df1fc93916d1b96beae12 MD5sum: 88b6d18d3ae51f455cc8d60ded43cdde 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.20260905.065120 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.20260905.065120) 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.20260905.065120_amd64.deb Size: 3371274 SHA256: 8d5ca9f3de653db7349927eeb0b6f6471a450b45ca15c54a6abf45cea0752591 SHA1: bfcf5dd2b17bd985a105c4cf143c1844424dc59a MD5sum: 52d0a309d6f3064f817d0748bca209fc Description: debug symbols for ros-jazzy-gz-fuel-tools-vendor Build-Ids: 49c8c8fdab373be7152626b4ce3f327fc903625d Package: ros-jazzy-gz-gui-vendor Version: 0.0.5-1noble.20260905.071619 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.20260905.071619_amd64.deb Size: 659402 SHA256: 862dba658bbb8e77295351001800ffb108d957170ccbae422b25408050d4db1d SHA1: 45485278ea5ba8b926cfb40f98dd55a89e29486e MD5sum: a10243d0312c1368ac3092bee3771f6c 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.20260905.071619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 26058 Depends: ros-jazzy-gz-gui-vendor (= 0.0.5-1noble.20260905.071619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-gui-vendor/ros-jazzy-gz-gui-vendor-dbgsym_0.0.5-1noble.20260905.071619_amd64.deb Size: 25492460 SHA256: 833748e47c2246b6d44fb785da2039a9e7d071c0c564de0a5ab56bdc4452eded SHA1: 8903f2f6f3a15f464583db716747640aa58fa5e4 MD5sum: c530596045d73ab179c72096751a834f Description: debug symbols for ros-jazzy-gz-gui-vendor Build-Ids: 180282b075dc18960cf49ef5a4ce8aeb81d6ca5f 1a42a13b494bd7b9a3e79b0e7252c2ed1be82a51 24a130cc582d2df7bec86a0f383cdb5242952875 25a8fa7f74fa5683d8f2816bac5e0b143f874817 3e94144347aeff96b9cfa1d5f86af995b020563b 402487c9e8477c694a2bd85cfe2377c53db30e62 4969c425f3d8c2465c641a4c4dfc01f04763d247 50fe4b20f6746db6ff197b228d56d33fa9f65c02 59c97513204e330a4d22cebe6a301000c78017a0 6bd33d5c6a85440d0001addc57485f63af646489 712418b40348e1b97376e3786a9061f58c018274 734a14e7bcd4a0d79bcb8a9918c0cd3e05089c49 7bc4a67c9be6c8a3e808ec8ad92ec9ce9eb651a9 83f1e9f3cbf7d82b0fc7266aaa94a08fa2b14e70 84aef13d6b4c55040e214d9cb6fba134a6c57190 9287b729399fdf92c6af14b2f1b38d24c76e54a6 97ac3ee0e0800c64550fdd6b052057bb675aade1 c3651005893776e38243330c2de56830bb8cea09 c40d54e5beffca1184d6d570a882b4a9442439fc cd445a4808569078f79443c7a3e6631b29908b7e dd5b44a54891374b15e68d647eaf0104f6bb5be5 f48a153d7d87dbc1066507220f4b15965f754994 fb4e7aa1d87c4d3bebb74d8b217283bc610c30ef fe920c5e3fcb6732af1d18757889ea75da5581d5 Package: ros-jazzy-gz-launch-vendor Version: 0.0.6-1noble.20260905.083642 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.20260905.083642_amd64.deb Size: 283916 SHA256: b3372d34e7d70c939fa96a74a4383ef49ddac501889705a5ac45dec5c2c9615b SHA1: 4d79681da1a267e7e40601d74a8195563a316d02 MD5sum: 2eabfb456214c13664f538b32ea70bd4 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.20260905.083642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5492 Depends: ros-jazzy-gz-launch-vendor (= 0.0.6-1noble.20260905.083642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor-dbgsym_0.0.6-1noble.20260905.083642_amd64.deb Size: 5230544 SHA256: d2481c8cfcebd7f6d0fa449f9d0a95d63244dc565aeba60019e9c48c6e6514be SHA1: d24f966a72014eb1c338ef7f9f18398761375a01 MD5sum: a1184974b999f27fa31fce1d22260594 Description: debug symbols for ros-jazzy-gz-launch-vendor Build-Ids: 4ced2a3296c04adaf94fcb834304a8418f79449b 7e5123510090782c3a073478f6238de02dbec007 adde3401c28c2a0640bc6b33283303e9e5fa6aa2 b07c30598989ef510cf5a140c0271de19164609e de91bf5a572893d600b61506c8ab5217c80b3361 f4070b43d512be11c2ec600d9e204aa2ac5d28a5 fa384805afa5063017090d7f2d12e4857a247210 ff1f27eb990c504d13e92ead331c82aa34c8fb7e Package: ros-jazzy-gz-math-vendor Version: 0.0.11-1noble.20260905.031649 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5001 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.11-1noble.20260905.031649_amd64.deb Size: 1103766 SHA256: c86e7f8b65e59b25c8b93d513b6c4de7b7d03d4248b85e243c258b77f7d96376 SHA1: bef3059bdcc5ac0940cccfa8eccae0e26eec2af5 MD5sum: 62aac5382e6fe58c65796e822390b856 Description: Vendor package for: gz-math7 7.7.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.11-1noble.20260905.031649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1678 Depends: ros-jazzy-gz-math-vendor (= 0.0.11-1noble.20260905.031649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-math-vendor/ros-jazzy-gz-math-vendor-dbgsym_0.0.11-1noble.20260905.031649_amd64.deb Size: 1585384 SHA256: 35aaa00980d2c41e04f275ec723115b14607397a0309129e1be9a07bbe85d774 SHA1: 78d559f4e34f95cc68506923b3c150fd2c3dc368 MD5sum: 02065aabe417e14c39ac2c93236f7df8 Description: debug symbols for ros-jazzy-gz-math-vendor Build-Ids: bc9bb1080a117ee894e0446826506f4a973e5731 Package: ros-jazzy-gz-msgs-vendor Version: 0.0.8-1noble.20260905.033532 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9454 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.8-1noble.20260905.033532_amd64.deb Size: 978022 SHA256: 02a4bf2fc1c16c660597e2254ccdf9cf2f6c07aebcfd54a433b54763ab7be643 SHA1: ac150c961b618264934be563e3c54fa8db1d72ca MD5sum: 83b543d54c44af5dc3f735dfd7975a5b Description: Vendor package for: gz-msgs10 10.4.0 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.8-1noble.20260905.033532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 26102 Depends: ros-jazzy-gz-msgs-vendor (= 0.0.8-1noble.20260905.033532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor-dbgsym_0.0.8-1noble.20260905.033532_amd64.deb Size: 24674244 SHA256: 93558aa4be97fa4fd6b3f556f66bf7e8e895d4ec42973e0f6198ae55dfa6c6e4 SHA1: 10aaa87e725ee11b6fa82713ad3447ae1247278f MD5sum: 4e0c42a266aa7a18063e977b5ed92c17 Description: debug symbols for ros-jazzy-gz-msgs-vendor Build-Ids: 5c3f8b6fd8afad7c1409f3e15034f9ff8443ddeb 76570284f68f60e6bc13daa2a7fd5f8f3b2a3cd2 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.20260905.065116 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.20260905.065116_amd64.deb Size: 730096 SHA256: 5869dee78c87c535c7d8149adb591baa8d9efb7eb33634c22a27f894d7c89506 SHA1: 13a357b57611cb08f012a95a18e1bd0444a7e2a5 MD5sum: 471f09919fdcfb6db2e156e6422e29c2 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.20260905.065116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30900 Depends: ros-jazzy-gz-physics-vendor (= 0.0.9-1noble.20260905.065116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-physics-vendor/ros-jazzy-gz-physics-vendor-dbgsym_0.0.9-1noble.20260905.065116_amd64.deb Size: 28074904 SHA256: 0bcd6771d4a82b73e347cb0b58cd8c3e242619c3b32c42424fc5e1ecd84261b9 SHA1: d9b48ebf92777e4c875017d5550bc12eeb5b377b MD5sum: 9b96db9b035665817e75207fff83f98c Description: debug symbols for ros-jazzy-gz-physics-vendor Build-Ids: 0b67bca654e523600fbaebfaedf32140f10c786f 185846b527f7f7e2baff04e3c25609e80f37b9e7 61ee23a5afe25ea10c36c8ee65abd8caaedabcc9 6a20dca4c13239687e1d31bcdb5e933224c09d0c a65cb5671798b4167df31f48534f925cf55ed3e3 d19eb3b3e57804dd781e2f7a758dd0042c75feca Package: ros-jazzy-gz-plugin-vendor Version: 0.0.5-1noble.20260820.145930 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.20260820.145930_amd64.deb Size: 181782 SHA256: 0ecae6bbfc79c1bea6f2795a3e226a72e1da3c3d973b562e9c8170ffd49d9a7b SHA1: d23c2e278981d5dccef49257a265479336f19662 MD5sum: 533ba5089e215af3b664f68ec06da277 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.20260820.145930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-jazzy-gz-plugin-vendor (= 0.0.5-1noble.20260820.145930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-plugin-vendor/ros-jazzy-gz-plugin-vendor-dbgsym_0.0.5-1noble.20260820.145930_amd64.deb Size: 2031122 SHA256: 3e2ce66fac0c775dbcc56328ecf6641343fb7dd408f8995dea35ec6de5ab85cc SHA1: c899f361b533cdccc121f5303bbf824711b93dc2 MD5sum: b3786c158da661ee00a47dd048b80c87 Description: debug symbols for ros-jazzy-gz-plugin-vendor Build-Ids: 192b440de26ccd8382dd03f13b122ccb5392bde3 7bcae7061ab14b7e7b9489d8259c5d31665d5ad0 b3f251b6575491a83cf16feb02394b76e10c9427 Package: ros-jazzy-gz-rendering-vendor Version: 0.0.7-1noble.20260905.065113 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.20260905.065113_amd64.deb Size: 3971442 SHA256: c3de8d364123029f480a79e7f7742135d881c841df484f7d1a4bde3b5c47985e SHA1: 98e27f55914c66d52c051f3e5f5f0daa55192ef5 MD5sum: f126e49483909181c09925d23a5efe6c 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.20260905.065113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29155 Depends: ros-jazzy-gz-rendering-vendor (= 0.0.7-1noble.20260905.065113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-rendering-vendor/ros-jazzy-gz-rendering-vendor-dbgsym_0.0.7-1noble.20260905.065113_amd64.deb Size: 27645158 SHA256: ca120975040fb791e5f809b1087348c30e2d39271aacf09d9ff6fa62333b4e5f SHA1: 0e5f3cefd87238e671dc2ba9537c72875c008eed MD5sum: 165721659e16866d980fb82aaf3ef028 Description: debug symbols for ros-jazzy-gz-rendering-vendor Build-Ids: 305d8af812953c179a53d8965c4c5d768d023c67 97eb6e3afc744d7dceb67a2217b0fa035ba10630 db3475ca64021048a91808ac493532f665c8f60d Package: ros-jazzy-gz-ros2-control Version: 1.2.20-1noble.20260905.083607 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 1198 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.20-1noble.20260905.083607_amd64.deb Size: 226144 SHA256: 9c4f861b4c1eddc1440d11d0fee64e0bcd3a4de98ce26041c6e52843d83fa393 SHA1: e6d8e2e575f91bde66f3112aea6c2d2fc7f65954 MD5sum: 29f8d7ac22d5951202172bdce0f98afd 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.20-1noble.20260905.083607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 7064 Depends: ros-jazzy-gz-ros2-control (= 1.2.20-1noble.20260905.083607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control-dbgsym_1.2.20-1noble.20260905.083607_amd64.deb Size: 4298692 SHA256: 699388c0c3b2fd8a82091c0dc52c50ab6af6e53d3812e0cd70043b86f32368ac SHA1: 788691ee654fcd06e35059b728bfa4956c67b727 MD5sum: 98931db6db8e72264d10247bb8bd413c Description: debug symbols for ros-jazzy-gz-ros2-control Build-Ids: 492d5340ebdc54410ce05a16ccca1a84cba7361a 7b70ae48261b4ed74bc7dedbc149ede1c6d52a6a 999d16c12f05909789f78912f69cbc5257536d7c Package: ros-jazzy-gz-ros2-control-demos Version: 1.2.20-1noble.20260907.022844 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-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.20-1noble.20260907.022844_amd64.deb Size: 189004 SHA256: 53070a92d1ba45c366ed133f2b5b16a18c04c4c888bb48508b15111e9642ceab SHA1: 19dc2c3354dc7395727d68fdf3b03e4bc1f40f9b MD5sum: c227e2fe35fd04c23cb1c7c620fa80df 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.20-1noble.20260907.022844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 5102 Depends: ros-jazzy-gz-ros2-control-demos (= 1.2.20-1noble.20260907.022844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control-demos/ros-jazzy-gz-ros2-control-demos-dbgsym_1.2.20-1noble.20260907.022844_amd64.deb Size: 4637076 SHA256: 120b856c7bfaa6861f20ea0e461cd6a1e46db9c3c348776892009cce085ba0df SHA1: 0dd46d1871b8db75489b9855593e5b0fea41287d MD5sum: 11a0d04af2870cb7a1f28633ed10b549 Description: debug symbols for ros-jazzy-gz-ros2-control-demos Build-Ids: 0e4b3730fa7b87401e49089b3916dc2894ed96ad 2eb9dffd23f558a0b0dc0128e013e8be53f97aef 878c247a11d393a5e89d15011ad4e7ffc39ae329 a40e9e3651586a7834dd19394f8d4feb5d6610cb e7e2ff10b1021308e5b0aa5d76bc9dcf15b71087 ea4261d125b0765b7da57f92b306782f1b11334d Package: ros-jazzy-gz-sensors-vendor Version: 0.0.6-1noble.20260905.071631 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.20260905.071631_amd64.deb Size: 396870 SHA256: c10fb303586ef62b0f25bc5e6c7f73a2d6cf33f28bec06f6810faef97cbb8cea SHA1: 2e74fd83c0e687255e4e500a5901261792095fea MD5sum: 40b821a0b7d5a9a585f149833ea364da 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.20260905.071631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11796 Depends: ros-jazzy-gz-sensors-vendor (= 0.0.6-1noble.20260905.071631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sensors-vendor/ros-jazzy-gz-sensors-vendor-dbgsym_0.0.6-1noble.20260905.071631_amd64.deb Size: 11428828 SHA256: a52df2d738f80b0e7e4b0acd56d2e93c97744f36bd7769dbf9aeb6a39360889f SHA1: 8ffde07a2f52e311a309e75272126089c6189366 MD5sum: 7cf112c1f283f5418f54cf14fee87fd6 Description: debug symbols for ros-jazzy-gz-sensors-vendor Build-Ids: 0297511ed1c5bf96a12efc6bafdbb14d93ec28d2 101c367ddcd5550771f02a73e3363c16d47fd4e9 166ec3898dd0c9032783b693038530c3d80b5d4d 2ac7ec662a9dbac14afe84e4680e35a59fd7ace1 371cf0dfeb9c6e499bd8745bb32d0c5979f3d0fc 3a582c66d8b82bd0b6ec31ac709729f6770d2dee 3c53173ca02952517195fa3209ac51746e523409 3d8573e7113b4a169045bd453599ac868d01f8bd 4b914f7ca66272ad5edda06bad4948a893d1085c 7a5ee961b23e2c148c48b1deb9e4371c5351b906 7be5954a369a4b311710ec8b7a934cc5e2055d7f 91a4b672fe5aa258f302cc1d438662f3dbafd68a 9239b9d823a48f9595c28819557010dbc41c75d4 9955663bf1a2a0f75630e211264c2235c86919b0 b95910f1f433dea284ce7aadd6224d2c1c446819 ba5acb6bd911da4c5b5cb5b880f289f4a97ff507 ba736af764884e7ae95d7a8fd4482b276ad022fc c4ad911afa1b5ebaa1cd7bcbc981893b282393fd dd5214596948fca2821afd31ff39e334062f3f34 fbb4191a3a3bcafef098c5aa4fcb94453887f078 Package: ros-jazzy-gz-sim-vendor Version: 0.0.13-1noble.20260905.073557 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 53490 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), 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.13-1noble.20260905.073557_amd64.deb Size: 11065564 SHA256: 8fa5fa4a903946bd93a4dbd5baf751516e8c8aafc82f38a3b726336fea0797db SHA1: 002e7b33f78232cde465e2cbe32a7a4b5f3faa44 MD5sum: 45d48523993cdb6012ccf06f85874ccc Description: Vendor package for: gz-sim8 8.15.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.13-1noble.20260905.073557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 191593 Depends: ros-jazzy-gz-sim-vendor (= 0.0.13-1noble.20260905.073557) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor-dbgsym_0.0.13-1noble.20260905.073557_amd64.deb Size: 179091514 SHA256: c121a9baf3e0cb8b32447e5d00228916e6a87effe707aafd1703eb10c720352a SHA1: b853ea170f8333b9348f8a7dc81cb754e41ba976 MD5sum: 84f46314e3fa4ac78f4ae368624aca17 Description: debug symbols for ros-jazzy-gz-sim-vendor Build-Ids: 00b9c5b0fb558fa2d0c17b2211318ec51e658cd5 04457923992f437bdae9686a4c4487ea49e24bfe 0508d3b75e987273a75858f73a0382ebf5eac26d 05b8f0cb5c7a95c2ae5d14ec97bd124a1ca5be15 07bbf384e918adfbdb5c536743a30f0d7b74ef8f 0aee7f6bd379b88eb112a13f6bbf0ad9f2092833 0fb654962776554610e91aefae8bcf6b9c0eecc6 10be1bafbfb91ea7316f148eb8711fa237c68a62 115fceda0588d93e68454b51f3a3d8b98c5e5e28 128938a9d63a997831ed6c815f8ba5c329f07a41 12c344accaa8acdc76084127b1ae229d2da60c8e 136f5f52c54551a5d8d27dd9e6239e686e63231f 1705c4d6859e36e90fa943cb3273f63587651297 1bc02411ee97df57e2105551f545180164d68684 1cd2921e4855027562577e7333f5e730b4c090fb 1d28f65f887b416b55d9c7d8ff9a5b4532684cee 1d923bbec5ac8011da21f992a803f827e71cd3d8 1f90bffde9472822d5d67e9ee7d0a8a524d24ee8 241dbe7475e32a058114f3229ece65f1899c1ce8 255e5b64ee2cc6b66177fce24add3707e8b55131 373457f973c221b42e80e33991fee4565889c5b9 3a447e2202233e7528c29929bfd5929c024d761c 3a5d34ec68026c8926a403125bdbd27b3757d061 3ad2370aadd83b56546b5574daeb8a0c669c6000 4344293942b58aa513bfd3e1501ce3996e63d937 446c23ae58c28d9b8fab9cf2341c6af4e2a1a283 495d535813cc9bb4da99cacc725227b670c0d048 4b898cf6411cc951cc8ace676502f05ef5d52f51 4d3ebb19fb53180e47b86806062f147f2a5b5e05 4d663a9c1e12664dca9f10896614c2d343db57d2 4d66491e6fa55ec30703a21baabd04631eebea13 56eabda2c62bdc6e16c3ab7b1bc29f426022393a 5d9a3ff6d066cc848ba98e550e1be8ed797690bc 5fe64768589f7909ce610134b0f912c858211229 6349b70065a2cfe5d607f9d8342ceb9bf972e980 646452ee4302543592a07dfb1ca1c610bcd130d6 696aa9310b6f47e45fe0a0be9106b1b8d3baf67e 6b8244aa7cf4ed1fb61e7beb7648f6146099ae67 72acba14deda582cadfb20046c691a68688d6966 75245bbb7e5b6fcfdd7f1ecc34b15e192389f12a 7896c911dbad1c4ab8b67123718d94ba3fda411f 79073e5b5ea7c67d7dd6807f4cc57c6de8ce6953 7c864f40a4350ac2abe3771c294a03f4e6fff16f 7d852fcea4ad6f93e63b0ee9e16fc03b19273776 81fff41c062519da541887ab424579c2e3bf57c3 8283103e4320508b3f963c3b0bd359f381ff8d35 856baddfe541f003039147f833fba6a17f21c067 867953282e8f8a3176d7cbd5cf2e2f502be95874 8751290b82c4ee2da6f38fd57ab275b980b1de80 8792fb6f3e443d236cb9211ea33b49c171c336d3 8c5c9a124f3852f98bea56dd01edbb2cd624a00c 8e35798a2b0f5d4785c4e73df931615015398888 8f5dc3c35730166aed6e5fbf8f46637642157836 90dc07d308ed988e94854f55d200f232d189c5b4 910b74397e80d492b3166a1acaf77bfc656b8509 9140ae8e07a1a579aa442fc25efd163641e8d425 91acc0caa59fdc4aa9658f2d19d93a423c522e1c 97091ec842536e40c227ade594539ba0e09dc921 9c568949b59cc323e2aa707d06cda05c76dfa00f 9d73ca33098f1c5cc491e040780d1c90ba4d88f6 9dbc77e2e6dbc20b6598e0de78621d7ff9e0028a a1635e572ceca828b91cc5bfb0f1dc921b7024c4 a26f07ff38080e33a3be5f476d8044a45c997d98 a3be5daa5b79054ad68db2476670f44708b53f43 a4d2594d7419b4bfb2a3b78366a7094e298b88dd a6d49a8c0a0f97d5b6c685e9ef835b18908ca321 a85753d8b5bae0cd64bc94e0214ae3776d7ce166 a9602cd232dc6a4f499fafc208ea3ce28e8cf59a abaca2d8fcdaf36f17a260dd443cf6397c7a837b aea067cfe7f680593ec03f873af3a1a8f1ad221c afab61d9aa71e47d9eb81caa7ea73d3f4561f76f b0db7bd431d8202b7920d2ee913fc419dda8fdba b23e1f5a458f2ada5e74d8a54ab11e9c340e514f b5f68e8f798f2d9b8c561ca9d7dfb42da11e60e2 b617a7b2476554f11509fbaf397c6f24e88bec0e b72a6facffb820f61617e372a4f9ac11a54329fe b98a8c269af2ea92241908bdac7d6a19cf558309 b9c5b4055884819ec16f80236acd374ff28abea9 bcc3c4a373c10b0d5ca2899b0c0f310f036da50c bdc237212509d000e3adc6ad9dc82a826760d4ab c09ffae2e9c6351a03eb74620ee213cc537e4fa5 c2bfa50c3e5b64f59522fad0f5715936030cc0fa c4fd265f6e6d5668723cfb95481de2d44dc03085 cc645cd192969f4b9595c1f0cd6c7ad96ef3d6cb cd6c746fae6d48ccfef5d229fabf91b0fe4ef8ab cf5a682c99c9b5a3e9962ab2cb7db8e0ba3f089b cfe21033a8e9105cfa0129dc15b41b2fc8f01fb3 d57b070311208c7c121e7f1adaf404e6a878b9d4 d5847575ee044ba7484864004a84a6b3ade76b3d dd100ba83df85560d3a90e89e43dfec6eebd2560 df69f78c361b4443437533a441c69cef57f2b9e1 e094784a87eabf07630fffc75e6c4ef2578bd859 e1d3a2d8f92823c0c99a6f305d68f0af142641d3 e3d6ee244bfdb751d75e94039ee43038367ce655 e4cd17206ec0de8d26b63b78b59271d48ed2a834 e4d327da3b57b979a5aa853b23017c9d51b3c663 e64019c81562ec374ce72238d07cce15bbefd126 e6604af2f1336b6eec6964679759754075d6fba6 e8892484a4578e8ebf42b4a759bb1221d3a5bf72 f52fa4e5197af6288e1057ba6d303f8a0ddf32a0 f83d962aa40afcb443c2ca10b943849b0eeb28e1 fc67f554b2291423870ca8d657c910ea68f08b67 fe05e17ad7f4340b40e911c8dd79b34206dc2519 feafaab95984ecfb6526b427b26d33b6e1eb277c fff7b73fec9d6a8971c754b858a36a961ca973d1 Package: ros-jazzy-gz-tools-vendor Version: 0.0.8-1noble.20260820.143431 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.8-1noble.20260820.143431_amd64.deb Size: 32388 SHA256: c86c1d56c1bba87132472b35c2fd4820bbec1a71db521e2493d76dd1b2a2dc82 SHA1: 2fe6b9bcaf595bc0b8b13f233045d58984b697d6 MD5sum: 72ad0581677354ed059f4826be57b6f6 Description: Vendor package for: gz-tools2 2.0.4 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.8-1noble.20260820.143431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 227 Depends: ros-jazzy-gz-tools-vendor (= 0.0.8-1noble.20260820.143431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-tools-vendor/ros-jazzy-gz-tools-vendor-dbgsym_0.0.8-1noble.20260820.143431_amd64.deb Size: 204304 SHA256: 830330adfbfffd0a46da7107aab997cd8663fa78839436908fea62184fffd166 SHA1: 6cac229b601a9526a08baa2c713f1fded60b2141 MD5sum: 44d6ce1276e481f00b5a66f61c236509 Description: debug symbols for ros-jazzy-gz-tools-vendor Build-Ids: dc498686806592a5a9432ba7a4315bf749cda9ff Package: ros-jazzy-gz-transport-vendor Version: 0.0.9-1noble.20260905.065154 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2422 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.9-1noble.20260905.065154_amd64.deb Size: 597162 SHA256: efc36510482c2ff7334bcd8716a80c3e5f333f21b9cad0509ad31a1d6d722132 SHA1: ff422468b25c9bf2edb1ce18665bc9e13a1fea69 MD5sum: 2b4adb0efb0d5052933a3f77c93a1eb6 Description: Vendor package for: gz-transport13 13.6.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.9-1noble.20260905.065154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9005 Depends: ros-jazzy-gz-transport-vendor (= 0.0.9-1noble.20260905.065154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-transport-vendor/ros-jazzy-gz-transport-vendor-dbgsym_0.0.9-1noble.20260905.065154_amd64.deb Size: 8520692 SHA256: a86dbd717a198602955c63c4a5072cd4188de537adf3e8ca93df1a5a824bcc43 SHA1: a8895d681bf5d58c820b5aad8d6c3b4ecd18ea14 MD5sum: f6b7d3c768ddeafbda49c8cce87b74ec Description: debug symbols for ros-jazzy-gz-transport-vendor Build-Ids: 20ce3157c380719c10abc5c88eef1a160f719e9f 31543f897212edce74cffc2b42c0f460e8c5e20b 88e5f0a05a11505a413cfe7707113cd93c047886 d99061046ef2d2f31f3b4dc5c1cbb126d2316334 fbac65d2a4a33aed8ec499d2e916670724b42ee7 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.48.0-1noble.20260905.070541 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1309 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.48.0-1noble.20260905.070541_amd64.deb Size: 362372 SHA256: caaa4a36500c434ed6891c588dcbff1224fde303fe19cc8ba79a65c4be9b3227 SHA1: 5039a1fcc92a24fc9aeeaf05f2ebdd1e98a6f2ce MD5sum: a4dbf1da98d5a357018c1f968e955fd9 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.48.0-1noble.20260905.070541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5361 Depends: ros-jazzy-hardware-interface (= 4.48.0-1noble.20260905.070541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface-dbgsym_4.48.0-1noble.20260905.070541_amd64.deb Size: 5099634 SHA256: ba7e2aeefb474d8b6856632c20cbfe8cb6c7a4cb158801dfb0b9a96238b3deda SHA1: c5dbc1efc7b42289d47ae3dca92f476ceddd6f24 MD5sum: fb10bbbc31683411ec8ecf4cf45ca547 Description: debug symbols for ros-jazzy-hardware-interface Build-Ids: 01f98ff5816cf38c9a2289ee93ef550d39740b53 c340326d88d84a48a1d6596d099578568b7b7597 Package: ros-jazzy-hardware-interface-testing Version: 4.48.0-1noble.20260905.072631 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 204 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.48.0-1noble.20260905.072631_amd64.deb Size: 53978 SHA256: db1a2cbd0460ebc0586836cac5019884b4cf66b4d96932aff18e5d87077a976a SHA1: d2d8451b9cf682b64e90530bcda5cf297c5add6f MD5sum: fa55fa3dbccf7646f1d5ca239ed65c6e 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.48.0-1noble.20260905.072631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1427 Depends: ros-jazzy-hardware-interface-testing (= 4.48.0-1noble.20260905.072631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing-dbgsym_4.48.0-1noble.20260905.072631_amd64.deb Size: 1377690 SHA256: c985ed43fda31afb57e5a33efb3976a769f164ced0eb6a9acdfe94ba923e8fb4 SHA1: 5d3073be49730d6fd02663f61bab3eaf07be7b6a MD5sum: a7f8e38f7a69eba797d1cf567b5421b9 Description: debug symbols for ros-jazzy-hardware-interface-testing Build-Ids: 2f3ed8a0e52be8bd84f7368f3e4ae53e78c57702 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.20260903.022233 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.20260903.022233_amd64.deb Size: 771864 SHA256: c7b0fe95168469ccc9a1fba051f7cfe7b1f864245ed83a2d3b01813abafe7985 SHA1: ca873e052ee902aa773133f34ded4ae56f67b5dc MD5sum: 20cb0cb987c4c56385a094311e2530ef 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.20260903.022233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 28149 Depends: ros-jazzy-hatchbed-common (= 0.1.8-1noble.20260903.022233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hatchbed-common/ros-jazzy-hatchbed-common-dbgsym_0.1.8-1noble.20260903.022233_amd64.deb Size: 23982902 SHA256: 02eb741504be3d910a6feaa46127b89b6e8c109322c0dda2ac9cd13ea091f182 SHA1: 8a0b9d53a039793c5069dc10a18a87db5c239650 MD5sum: e14befc166a50c78198f8b3e566c33bb Description: debug symbols for ros-jazzy-hatchbed-common Build-Ids: 2c691e0b9efac9d80882e3a0056ce58c45ba2e7d 2e2986ebf1ed6d703d0526676fcb8cccd74348b6 41f4c51a82e936aea9cb8785ca359d6823fbf5a7 43bde9425ba9aad1d5958fea48c9611e7faa45c8 4ef115ac4ab92a8dcd05f5642984473f6c621eea 5805ce7a397b26f75d9f6c5508717f736f20c0ff 5dcbc6a362746201b585843faf2e82e9cc30ed3c 7c132ff79011a196b515d9d3407fccf45a5cb01e a0f9690c2d5e313cac29019d40426ac58645a8e1 b76d927fdd6802f624c8e8a12ec28dfb72292679 bc03d6c57b714d6ac632471ab94f6d75dc66a603 cc1d335295d3157308b82cb3e70c872e209d354b e2fe2dad14657c1a81ac25f6beb04d7291d87c80 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.20260903.093218 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.20260903.093218_amd64.deb Size: 18936 SHA256: 40752e1fc399c13ea4fd2334e4c178c78e9533ea8e0afa91935f284cad4f6050 SHA1: bf68c876945ef3edb3b0ef821742f20dcc0f64c5 MD5sum: b370232ed17d698acacc3aaa38d7fe81 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.20260902.080811 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.20260902.080811_amd64.deb Size: 80968 SHA256: 4a91e71ba4456a16f8f17e5b2f86c2f62fa499514ba02fd81feb79d7b0800412 SHA1: 5f736ebc1d47de2341c62e0c5b19cf874519f0fa MD5sum: 0f42e7e051b14f02e3ddac91df8b150c 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.20260902.080811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1123 Depends: ros-jazzy-hls-lfcd-lds-driver (= 2.1.1-1noble.20260902.080811) 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.20260902.080811_amd64.deb Size: 1016258 SHA256: 42ded896a104d5e792005684b3d31374053d1d36496fdcae365a6f827c04c3b7 SHA1: 9c4ef1460bf80c42bb3468e371c7befc6efe9f71 MD5sum: c5f65f21f962cc7107dae99d832d57d2 Description: debug symbols for ros-jazzy-hls-lfcd-lds-driver Build-Ids: 083f4e001dfd2e4116a65be1cc237fb635fc2627 Package: ros-jazzy-hpp-fcl Version: 2.4.5-1noble.20260825.051108 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.20260825.051108_amd64.deb Size: 1146170 SHA256: 45a5ebdb828e3f6bbefa7b07b9980679529f5215e0b5743f26c986bfdd4ed6ef SHA1: 624d856a7d33552c76a4331b1e3eafdefc774010 MD5sum: 40d1b749caefa31e75ea3676facd1f98 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.20260825.051108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-jazzy-hpp-fcl (= 2.4.5-1noble.20260825.051108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hpp-fcl/ros-jazzy-hpp-fcl-dbgsym_2.4.5-1noble.20260825.051108_amd64.deb Size: 50669406 SHA256: 6e83ce1cca3ad65ac9433b8ba678f599cafcec532bd2599bda1c23481efac1c5 SHA1: 0682ade98850de6da102f70aa32996aa1503d00b MD5sum: 85715dfcbda5d4dd693df71a20a1f26d Description: debug symbols for ros-jazzy-hpp-fcl Build-Ids: 0371a86b5376554b5cc46974a6af6d72556788f8 44b12d6880297e5c1ff0c7f8491cff7526e84e67 Package: ros-jazzy-hri-actions-msgs Version: 2.5.0-1noble.20260902.041228 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 7930 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.20260902.041228_amd64.deb Size: 446238 SHA256: 3a799e2022884fd951c7f44bd3761e4c72b6867ccdba4db5b8bab479561c9bb7 SHA1: 052a2ebdd31c82d2efd667c89545b29738f775db MD5sum: fbacb809281d47145ee78f23713da137 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.20260902.041228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4113 Depends: ros-jazzy-hri-actions-msgs (= 2.5.0-1noble.20260902.041228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-actions-msgs/ros-jazzy-hri-actions-msgs-dbgsym_2.5.0-1noble.20260902.041228_amd64.deb Size: 2955776 SHA256: 0e0a609e0d72d76f2bb920059a02984fedd74031b5352fbf76b70aa728075438 SHA1: 2ad5daa18b7d486e2fdcfba3374b0df457b67cb9 MD5sum: 1d247d0b705fa62b5803a533ef832300 Description: debug symbols for ros-jazzy-hri-actions-msgs Build-Ids: 046ad72d601fa3f25c32dc547071e3f595ef39f8 079dcb8dc399e662593be4f8c4d1e0ef9091b2ba 18e11672b7eae42ad70c0669156b8297795261b4 3a8019e5d4fe1c3885aa87384218376a6c86a4ef 6fbae53fc398843b4000bba1fe70f568b66c9133 71edce8c7a392ca227fcbd08c58f59a227b1aee7 77a2e5a91e63fafa839df81a1a2d9bd0bb830a26 9c02be752dadb39af5f6134dc09f06e3640d07ca c3c0e91e4f2003fb4ac0818d916314d0066e8d13 c9eeba34949060b1da4d86df7653d4bc88c914ef fc3d775b4680ebed279288475119ad4cb12c7fdf Package: ros-jazzy-hri-msgs Version: 2.3.2-1noble.20260902.043131 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2844 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.20260902.043131_amd64.deb Size: 217122 SHA256: f556a90c3e073467ff46b187a9f6260bac7c413fab50eebdd285b3626f5bca8e SHA1: c42c904bf874e9d1f036f3ddde812d7e17c26f72 MD5sum: a400db53126c8fd5e47a985847199c33 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.20260902.043131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2038 Depends: ros-jazzy-hri-msgs (= 2.3.2-1noble.20260902.043131) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-msgs/ros-jazzy-hri-msgs-dbgsym_2.3.2-1noble.20260902.043131_amd64.deb Size: 1674694 SHA256: 1e4e33399d01d25909bc9af20b2617f06bddb626ba5cc29a30d8ed0dfa2f18a0 SHA1: d188e5eb6ee254334c7b1f9eed290cc04fa46d21 MD5sum: 80e5ce1bae05137e00ca83c3c7f6927b Description: debug symbols for ros-jazzy-hri-msgs Build-Ids: 86026f7ead55a73384219ad30273a901761a6e4f 8a642eb347da05019bbf8a957aa09e79ad9e944f 942450f4e8f12173e30b086348fc5e581f782727 a477e58dbe91e5a51efa8fb22fbfcd8325022cb8 a830100ba68c62ec29909041a16f6201e33eb952 a970125539a4a81a1ddba4ca7338f584db2f63fb a9a97db6f03cfa68ab5156298ec6aa6c39fa65c6 aa167740f426d3d8ad5b6e0f15f65fc70039670e b057cf7da2dda4470c0d98ca06f88b4effc2b087 c860ab18eb39ae3a468415d4a2b7c567551a7aff ee1456d47aadda33b1b7d675a6d8a70e2c953433 Package: ros-jazzy-human-description Version: 2.0.2-1noble.20260902.103537 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.20260902.103537_amd64.deb Size: 10504 SHA256: 32a6fa24080893ca251e4558474b3a3f5be5ae945cf9f1e70d744ca00d1bad1d SHA1: ff563461e8d7b7eb36582ba863103fa1bc30add0 MD5sum: 608fe319ce02d670e67495058f8b1dc0 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.20260905.073726 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.20260905.073726_amd64.deb Size: 2169000 SHA256: 3a943eef9e6c540ab0662735fd9e13cc5eb56b86b64e0e4028af6ceb35b835c2 SHA1: b7d5a6fd05f156ecb15c8a59b34f55d5226e3631 MD5sum: 486ed0bbe15be0f17af513ed61532b1c Description: URDF descriptions of components offered with Husarion robots Package: ros-jazzy-husarion-gz-worlds Version: 0.1.0-1noble.20260905.085922 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.20260905.085922_amd64.deb Size: 8112480 SHA256: 207710709d32fbd3a02c8cd582b2bc1ef8b2013358f4fdca4cc6c830711bdc7e SHA1: e53eea49c208e6fcbabc1e58a721f2488f47528b MD5sum: 33a18c704dadbb33328b34a2718ba83d Description: Package containing the gazebo worlds and model Package: ros-jazzy-husarion-mecanum-drive-controller Version: 0.1.0-1noble.20260905.073040 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.20260905.073040_amd64.deb Size: 228608 SHA256: d944d15137a74e53abfabcd2adaf0704e00caf8fea2577e1ffda6529f0542bbd SHA1: 71d97020b5e66653d85d897d2b9f9d2cc222ed18 MD5sum: 5d93c9d9bc12c165fff7220dd8c8a8d9 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.20260905.073040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 3832 Depends: ros-jazzy-husarion-mecanum-drive-controller (= 0.1.0-1noble.20260905.073040) 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.20260905.073040_amd64.deb Size: 3389366 SHA256: 60b10d208c755b9b81ae7dbc07a460d6fdba8ac20d05f1a993707bfa038d8176 SHA1: e3d2e309ad0b8b48c60825032c512f315e733240 MD5sum: b9ff03c0262b1c12c252d5d50ec94c56 Description: debug symbols for ros-jazzy-husarion-mecanum-drive-controller Build-Ids: 6a2759fd808ab021022d2985c016029e98573d56 Package: ros-jazzy-husarion-ugv-description Version: 2.3.2-1noble.20260905.074535 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.20260905.074535_amd64.deb Size: 1403656 SHA256: 0aa0b94fae853485e53a7262c1bc3b28599554bc4426b148680ddc311137f30f SHA1: 23207c7a5c03c939761af81e83d80de2b44cd27e MD5sum: b84b5d4e0540884353af815740eec67d Description: The package contains URDF and mesh files for Husarion UGV Package: ros-jazzy-husarion-ugv-msgs Version: 2.3.2-1noble.20260902.034413 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 3447 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.20260902.034413_amd64.deb Size: 248398 SHA256: dd3bf1d7dfd8a20d37040bf58266562a64eeb00af26955a8807a83f6c3dbed16 SHA1: 8e68fa8daea16d80d00af2654392c4841e4c3bce MD5sum: 960d64e3096e52dcc09ac11ce9ffd485 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.20260902.034413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 2518 Depends: ros-jazzy-husarion-ugv-msgs (= 2.3.2-1noble.20260902.034413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-ugv-msgs/ros-jazzy-husarion-ugv-msgs-dbgsym_2.3.2-1noble.20260902.034413_amd64.deb Size: 2035918 SHA256: 52e0345497c337cbf7cb2aa5966549f65797914ab6bbe1f9c3518927d0540cfb SHA1: e8268e1debf15dbaccc5572615819c84a7ad4075 MD5sum: 8fdf4613b005395ec179f6457cfd89a3 Description: debug symbols for ros-jazzy-husarion-ugv-msgs Build-Ids: 0938dab6504ddf2fd40b06f39d4fd4c7e54a39ae 107016a1cdf4a2141c6b85063eb35c22ab46a757 2bcb91d4a0a6f69e8ca6f6ccf40f4758fe1224f2 2c1535e7114b40d18e3b10f6a5cacabb8445c137 8b552e17d6d21d7420b2faaefa6e33d21732637c 8df3037e283c037dd40e50e4b59f62db411baae0 966e003542fd28ebcb6f5c81105b98eb7e1b7790 cb99cbb37390feb136b958c9f513906bc195903f d7c9484a6eea8f06b326611bafb962db6c5bf913 e0f97cb29c343888cd2bfbcc76e7deedb18bef5f fdbb455c2456f27d501005d143dc292ba39dbc9e Package: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260902.034431 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7639 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.20260902.034431_amd64.deb Size: 437962 SHA256: b84a91921ad2168ded5768ec313f6c5ad4e9b31ab5f6e06efd5cd490de68329f SHA1: b6f4dbeb66d644a3eccad464ce9e994daedc6d6b MD5sum: 18747f171f1f7bb57a457932bf65c901 Description: The ibeo_msgs package Package: ros-jazzy-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260902.034431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4761 Depends: ros-jazzy-ibeo-msgs (= 4.0.0-4noble.20260902.034431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ibeo-msgs/ros-jazzy-ibeo-msgs-dbgsym_4.0.0-4noble.20260902.034431_amd64.deb Size: 3994344 SHA256: a343f5d31eabc79fcb88540180270efb0087a3eca7fe60faa553adb8758d8db5 SHA1: fc2ed52c29d1125191613055cd6c6ee6b74f3214 MD5sum: a53dca3f4397f6813ff132a0cedaed02 Description: debug symbols for ros-jazzy-ibeo-msgs Build-Ids: 3398d9763a4da5835f37e771aaaab7799a599dce 361471253c50380704e4ea1ecb3fa95db8ebdd7f 4206678a81925148b3ed811d9d743ec440fcf918 7a355d3b484159da137d7cf1ab61c074f01e8ae2 7bd7093a96bc0301a3616c2ff742b61f06c1cebe 80012f8a9a01b87e85e23d9cec5714bcbb59fd1b cec8d193b8bd1d437a5e14b6112346261ef46a4a d0cb0e4e345a66ffafc2802cb59bf47f64983d33 ea99214dfbd981bfdcdfe85b4cfc3683d9ce8dfa edd9727d0f75c060fda33533eae551f4259029ba f7c00fdcc0e9c02b4e82dbd740cec13a4b091ca6 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.20260903.065611 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.20260903.065611_amd64.deb Size: 477984 SHA256: 84e82980ed7392c1e34133b24f2a2af82b73c0cf587c8159239dd367fb11ed0f SHA1: dd9c20d1e8a741f89a1d0d61022a26eb8b586ea5 MD5sum: 024b5112c9c61177bea710d59b1e31a1 Description: Library and Utilities for working with ifm pmd-based 3D ToF Cameras Package: ros-jazzy-image-common Version: 5.1.8-1noble.20260903.072407 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.20260903.072407_amd64.deb Size: 5868 SHA256: 589a2f65bef313a982eaf2a5f115922680bd7c8ca8ecb838bf0da60584ee7e87 SHA1: addd62b29eb620fb0c68665b05f1753cff94ef0b MD5sum: 8c80a12cdaabf173c2085580fae2a0f2 Description: Common code for working with images in ROS. Package: ros-jazzy-image-geometry Version: 4.1.0-1noble.20260902.043318 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.20260902.043318_amd64.deb Size: 32996 SHA256: 3aaa6447a47b2ef7eaf2947dd8d4ee8aca466821e6bff2a1cafa521771ed640a SHA1: 67636bf80a22edac1a28ec6a1e96719e074a5812 MD5sum: 19c0c2984538ee65af6fc6bc5f280a72 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.20260902.043318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-jazzy-image-geometry (= 4.1.0-1noble.20260902.043318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-geometry/ros-jazzy-image-geometry-dbgsym_4.1.0-1noble.20260902.043318_amd64.deb Size: 246172 SHA256: 204d728af6457f43ef71932360dbe860b8bfbc552ead569c81689ec615764216 SHA1: 4336a6d76c122557c4347fdd2c790ccaf352cd32 MD5sum: 49c4c8a12b627fa6d907657d4abb2278 Description: debug symbols for ros-jazzy-image-geometry Build-Ids: f74c98ee3673391622fa070b28f6a07babcfc547 Package: ros-jazzy-image-pipeline Version: 5.0.13-1noble.20260903.075435 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.20260903.075435_amd64.deb Size: 6862 SHA256: b14518b7786ff1838117b9a36e793e9e71473e206d0c85419915cc743069ec8e SHA1: 5cd1f9d8c37d909c755ca2fdce37b1ff1164e7be MD5sum: 1c96f82d7589aff1e673269987f18441 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.20260903.072500 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.20260903.072500_amd64.deb Size: 261256 SHA256: daa367b2303523fa08dad5a87cdf000995f29fb1f5a90f7b190f0c013bef750e SHA1: f720a7c340b4e3d69c592c1824395f366081b895 MD5sum: 1e0874cecea234543d8ce2bf68aa5d54 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.20260903.072500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8722 Depends: ros-jazzy-image-proc (= 5.0.13-1noble.20260903.072500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc-dbgsym_5.0.13-1noble.20260903.072500_amd64.deb Size: 7460840 SHA256: 86c12e35844e3a6c99b802fc806920256a28f76993eabb4d8d3c36b58408b16c SHA1: bdc18686712d51f2ce185a28b2b9dfe8bcd9505a MD5sum: 7d9a2b35d7ab00adc9cea429c141da1c Description: debug symbols for ros-jazzy-image-proc Build-Ids: 0b9b8574b5eab3762832a41f0fdb6b2839d21202 1041ac77e0fb8a5d580f53942a99f075dd6ba9f1 14b37054aef7a309c9a7bf72bbb8b2fb8586bb64 42cbb211dc60e41931e15c47afaa5761ac4bb7e5 46463110a3b37d1a42cec9c836b2d740f92f0b80 46c0f481ad62fead6de6f9b95599ce879063df42 5553d6e007c1836f4797f60af04c7c4a760a8193 618fe1ae8d97fe23619c5fd7ace51a220a2bfe4a 78f0007e4130c643c5c65759a1dcfc2a46631c1b 80260db8241873d48f334f6d858afeb2c2a3fc73 ab703837279bd592f29c4796bf3de466d26b7efd ae807d77660dd9d7b3e788eb60ffe893af32b00a cb49035c171958c7e2818e847596ea97e32045f3 Package: ros-jazzy-image-publisher Version: 5.0.13-1noble.20260903.072503 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.20260903.072503_amd64.deb Size: 130692 SHA256: 7718ec5ce60293869ef209b10bdd8f2213bfccd461e3539939735ab236c994ee SHA1: 7d671cdc36169e48a9e7a14a072343e9ba6bd27f MD5sum: d29775feb9134cdfdeb223a4c4583cbf 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.20260903.072503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1275 Depends: ros-jazzy-image-publisher (= 5.0.13-1noble.20260903.072503) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher-dbgsym_5.0.13-1noble.20260903.072503_amd64.deb Size: 1213044 SHA256: 039ab8a3aa0751bf15d0ad7e17fcfcff7f6c1494c32617f79dd6c2e2505a3d1f SHA1: 360f3550ebf790c6b0499e333b03efd93ecc581d MD5sum: 6b32513aacb7812707603f3a68f3da51 Description: debug symbols for ros-jazzy-image-publisher Build-Ids: e216c3f8b6b06c7b018ad0f082eca90c1fb20b4d eb002e758e90177e6b0b4b7c0322fbc76caf3261 Package: ros-jazzy-image-rotate Version: 5.0.13-1noble.20260903.072613 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.20260903.072613_amd64.deb Size: 161616 SHA256: 2118a4f9fc78a0c3dbf07f8d0b4f20461ae4a9eb555a2e4c85020e30bc87a97e SHA1: 9557a821099e8f3e0b92ce0c4ef28873df86b77e MD5sum: 9fb0f722aab45577544db996187dd81b 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.20260903.072613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3715 Depends: ros-jazzy-image-rotate (= 5.0.13-1noble.20260903.072613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate-dbgsym_5.0.13-1noble.20260903.072613_amd64.deb Size: 3489544 SHA256: d9a86eec34b9cbb3e2f96f9378ce90bd125ce67b40628ba5a9b68df9f5e2b0a6 SHA1: 95b52e2e839f4183b55a6ee9abc6d93d44ae852e MD5sum: 257f816b07782f8bdceca5895b1e389d Description: debug symbols for ros-jazzy-image-rotate Build-Ids: 0b9c43f31486258f9c593aa98dfa30a515038a3f 33886bbf19187e633085e8c0b953fbec08811898 9f8c68f022f3f106775cae1f62672223f118635c ad2549f871795850e3f2cb6282ea5fd5213153d2 Package: ros-jazzy-image-tools Version: 0.33.11-1noble.20260902.064925 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.20260902.064925_amd64.deb Size: 185614 SHA256: b8a9a2dd1b18d9ff4dfb0147716b83118653fe609c71f9d15b33688322306be8 SHA1: f1562cd8e8601b5eaec8172520ec707cbd7a7977 MD5sum: 71ad42666de1e067408421ae1cc27fcd 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.20260902.064925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5025 Depends: ros-jazzy-image-tools (= 0.33.11-1noble.20260902.064925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-tools/ros-jazzy-image-tools-dbgsym_0.33.11-1noble.20260902.064925_amd64.deb Size: 4117924 SHA256: 50c7ee5a7f2cbd8043afdbe137032334ffe159a8752afbbd433ac652d91f4811 SHA1: 56a9b91b57ccdd41ea4b001b1bb6b5efda9dbf52 MD5sum: 002d46080ab15154d5a4c7d5d3c13f92 Description: debug symbols for ros-jazzy-image-tools Build-Ids: 06675993b4de3530e584df07474a5901345c5a47 20bddcb539905e14dec8a1844aacf0562bda80ed 5294cf294fbecc785daad6a104ca97f61d1b9b4e Package: ros-jazzy-image-transport Version: 5.1.8-1noble.20260903.065618 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2950 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.20260903.065618_amd64.deb Size: 413568 SHA256: 1586f73b8d6faee6fdf08a1ab2184a1073fa4c967c7f7f122556429da28bb46a SHA1: 816bb6d5e9effc631571f31bb7fafd7726845a5b MD5sum: eb8bde061ff679ed76a7dd6614b88a0d 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.20260903.065618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9600 Depends: ros-jazzy-image-transport (= 5.1.8-1noble.20260903.065618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport/ros-jazzy-image-transport-dbgsym_5.1.8-1noble.20260903.065618_amd64.deb Size: 8645164 SHA256: d37d1954515c369b96a7b3f29bc28a96a73cbc1f6501855903c3f30c41696073 SHA1: eec5b872f60948f6ab4bd1d265178df0fa40bf77 MD5sum: 65368f6279255fe31418f92d2e1dd781 Description: debug symbols for ros-jazzy-image-transport Build-Ids: 62a6fad3dd47524f270b369657f616e91b7cc0da 73f18be494fd0e55e26a83eb381d6ce88e5e2571 849b9e7516ec6d303b0b55af58d2c57fc45224b8 8c82b7a1f3173154fe2026384234e7979f96bf27 da2b453c034d1651b05736096d88f39400cc6002 Package: ros-jazzy-image-transport-plugins Version: 4.0.7-1noble.20260903.082819 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.20260903.082819_amd64.deb Size: 6138 SHA256: 5438ea05aa1aefd21222841db69cc85c7ddb832cf1f1094a564211218529492e SHA1: 70bd21591991870a435424e8c87987ea8664f332 MD5sum: 2556f0556c0d773aa1e2ad2dcc9e5cc3 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.20260903.072616 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.20260903.072616_amd64.deb Size: 291470 SHA256: 75161ba5ac2c6a80750189d6436d59700984b596f9a3a5c66980f76dc2c5da2a SHA1: a20b205cb96ab75133396c0114ece0b9ef7a26b8 MD5sum: 9505ac2dd190e3c13af298b06fe2a8d1 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.20260903.072616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8302 Depends: ros-jazzy-image-view (= 5.0.13-1noble.20260903.072616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view-dbgsym_5.0.13-1noble.20260903.072616_amd64.deb Size: 7637300 SHA256: 83eec735f362e55b025756bd04c4288ef3d0c99471253f41429142ed7c2e0175 SHA1: 1a05096ef52af71d2cb95f577e91eeca254c7fd6 MD5sum: 4ca2b458f9ba0fa60b8585812a116bbf Description: debug symbols for ros-jazzy-image-view Build-Ids: 0b4f91f1f21a9b1248ede7a8c86d4e4c590b60e4 3b4eda136a0519f3df9b6505aac18326f327eff7 62548ecb184ac36cff33fcc3346b8e0b7c4b06aa 6eacf8cd95b55ae1dcf8470a3f87889b01f668b4 9ba236db108d47c41e6ab72bafa00c20f86256ea dfdfbf1077f4de97c78c36258302289c6f212967 e45763e3aca8e67512a03e0c02174b7ede192ba5 Package: ros-jazzy-imu-complementary-filter Version: 2.1.5-1noble.20260903.022230 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.20260903.022230_amd64.deb Size: 209956 SHA256: 00d862e77d92061961cfe7bf339f29cda06907a841c958f216a96cfbe52f603b SHA1: 1137f14c4d43d298849b7021628e606513104fd5 MD5sum: 6381bfddbbab48735c18ee7620a6b508 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.20260903.022230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4693 Depends: ros-jazzy-imu-complementary-filter (= 2.1.5-1noble.20260903.022230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-complementary-filter/ros-jazzy-imu-complementary-filter-dbgsym_2.1.5-1noble.20260903.022230_amd64.deb Size: 3982744 SHA256: c4458eb4acba3b885ca4fbb5f7a4112529d1557086b9d23c02cc56e95316d56a SHA1: 2bec7ebd29b45ad37a17a456c9fa027a7e50f495 MD5sum: 1bde7c5455c0943bf79da8e54634337c Description: debug symbols for ros-jazzy-imu-complementary-filter Build-Ids: 0112d6e9355f1681b4f182614903d3f1bcea0e68 b9defc00ff66db997764b680c134c333d958bb52 Package: ros-jazzy-imu-filter-madgwick Version: 2.1.5-1noble.20260903.023645 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.20260903.023645_amd64.deb Size: 245446 SHA256: 0fc4314978ed7e138a974dece169213ea947e2cbb8f03166f7b75713d38a54f8 SHA1: 49cca1c6470f633c79678f638a58553b8d74aa85 MD5sum: 7d9c86b46ac3ee9bd0ceccf2563d06f2 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.20260903.023645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5672 Depends: ros-jazzy-imu-filter-madgwick (= 2.1.5-1noble.20260903.023645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-filter-madgwick/ros-jazzy-imu-filter-madgwick-dbgsym_2.1.5-1noble.20260903.023645_amd64.deb Size: 4744088 SHA256: f1c112c29c9e0e7a2065bfe6dfc8402825f78d9cbe89d0e781c944edccb0bde0 SHA1: 74b8ae6611bbdbdac34e771ed7e74f92b657c2a4 MD5sum: a57c566cca6b587f8217424601e27752 Description: debug symbols for ros-jazzy-imu-filter-madgwick Build-Ids: 9a00ebffcc81c9f6a2fcbe1d89da09333ab78c61 fe4217a08d79edcc9211990d9abdcfd70fd12631 Package: ros-jazzy-imu-pipeline Version: 0.5.2-1noble.20260903.024335 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.20260903.024335_amd64.deb Size: 5446 SHA256: 27e37802e31084cc4de1b985537d33ec92a369702623ec73cd5b6ea292e9017b SHA1: 0e9094d2d88c2912150fe8c6195c565c5136616e MD5sum: b6a8a01aff96928c39c5ee53997a86d1 Description: imu_pipeline Package: ros-jazzy-imu-processors Version: 0.5.2-1noble.20260903.022236 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.20260903.022236_amd64.deb Size: 256796 SHA256: ede1bc47aea5ce0e732026c075c5d3d67999f920d59ff5d7d9718e863bd541df SHA1: 21f10de515a6c16fcaabbbe2a5307b43dbae095a MD5sum: f64c74879097abb7ebff9c6342de4cc0 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.20260903.022236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 7688 Depends: ros-jazzy-imu-processors (= 0.5.2-1noble.20260903.022236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-processors/ros-jazzy-imu-processors-dbgsym_0.5.2-1noble.20260903.022236_amd64.deb Size: 6214142 SHA256: 4f4c23aafe4cff0801d73a89f83e87a1a2114b795c526c137fb485abc7559135 SHA1: 7238f783ff9c353bf6ca1bdd50ce3d03799a3566 MD5sum: 8535034ed16e4295b16da8043a574181 Description: debug symbols for ros-jazzy-imu-processors Build-Ids: 406ce3ab103ffbb877b24ac5a78bbd7473d8a08f 4ba7a06a09f04dad17c669ded46911c9940a5607 66ee66e75a9527b40da8070a5bdd89b8fae50637 7e4715f3c5d0214811fa3db262974f1178d5ebaf Package: ros-jazzy-imu-sensor-broadcaster Version: 4.42.1-1noble.20260905.073612 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-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.42.1-1noble.20260905.073612_amd64.deb Size: 83690 SHA256: 83e06138db92c81e86ff5aab5ffd841fc8ecbffdf57508d57911b932fcf194da SHA1: 1141996057cf17d6e541b2b04254defcab6a9b1d MD5sum: 4eba5ad2c44209ab2781714918de87de 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.42.1-1noble.20260905.073612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1147 Depends: ros-jazzy-imu-sensor-broadcaster (= 4.42.1-1noble.20260905.073612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-sensor-broadcaster/ros-jazzy-imu-sensor-broadcaster-dbgsym_4.42.1-1noble.20260905.073612_amd64.deb Size: 1076184 SHA256: ce9e49e6660e9ad39dcfaba9b747dbcef9cb178cb5bb9d1b8030c47f8f81e93f SHA1: f9ed0ae76a155dd93fa0d672b07264a7cfce516f MD5sum: 49e08f0bf82f2f5505b73798f7a55716 Description: debug symbols for ros-jazzy-imu-sensor-broadcaster Build-Ids: b2682679cb1a44692c2c9397fdef154ee58187be Package: ros-jazzy-imu-tools Version: 2.1.5-1noble.20260903.024807 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.20260903.024807_amd64.deb Size: 5274 SHA256: 12544250094f7226bb7b1f0ba3a473465bcd4ae09b62c62e3b879a7fb62bfb69 SHA1: 75f7e8ce84271c89e27c19e87e31989265115908 MD5sum: c8915e5689beed8931d4239437826457 Description: Various tools for IMU devices Package: ros-jazzy-imu-transformer Version: 0.5.2-1noble.20260903.023154 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.20260903.023154_amd64.deb Size: 179846 SHA256: 00b729db2a13e8c79cadbe84a1237c2184ebaffc5cd454f6e3456b33c104a2eb SHA1: ba90415baad421f5b34048b25ffd5ab9962a6b85 MD5sum: 629b0829610a7299907cd2722feceb2f 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.20260903.023154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4684 Depends: ros-jazzy-imu-transformer (= 0.5.2-1noble.20260903.023154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-transformer/ros-jazzy-imu-transformer-dbgsym_0.5.2-1noble.20260903.023154_amd64.deb Size: 4063448 SHA256: c3ff66b108547a58e48fbfe220aee8a4ec94beec4f519bd52f08e9da9029b593 SHA1: fc4ed7fbfb2ada0bb7ad5808dd9497a3fb50f85b MD5sum: 59cf8461f1f0fee21a85560cc1759904 Description: debug symbols for ros-jazzy-imu-transformer Build-Ids: 489f396e0e3fb9f28029627901fc06f44caff33a a531ba3721e56a14bd97e0d135dfe6af6b3ad11d Package: ros-jazzy-insight-gui Version: 0.1.3-1noble.20260903.082313 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.20260903.082313_amd64.deb Size: 294796 SHA256: 14b78c44141e70e347bbf5fd8ae227b456884df89b45a2c0fa38ae7debe4af47 SHA1: 2c951e29a019dc78fd4b122275266826df3d6cf0 MD5sum: f6434dce926c9dd51c69f12864669019 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-int2dds-ffi-vendor Version: 0.1.4-1noble.20260905.031535 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 12207 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-jazzy-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-int2dds-ffi-vendor/ros-jazzy-int2dds-ffi-vendor_0.1.4-1noble.20260905.031535_amd64.deb Size: 3589578 SHA256: f7ad085bde64487ae6555800f0d0fec9ab56fdf1fc47f415396e9726dc98d3a0 SHA1: 9394fade31a9f31be858c5f6c411ac694cf5b59d MD5sum: 3fd6863f3d10e6052636397d73d96841 Description: Vendor package that fetches the prebuilt int2DDS FFI library (shared library + C header) for the host platform and exposes it to the ROS 2 build as an imported CMake target. Used by rmw_int2dds_cpp. Package: ros-jazzy-int2dds-ffi-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-int2dds-ffi-vendor Version: 0.1.4-1noble.20260905.031535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2667 Depends: ros-jazzy-int2dds-ffi-vendor (= 0.1.4-1noble.20260905.031535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-int2dds-ffi-vendor/ros-jazzy-int2dds-ffi-vendor-dbgsym_0.1.4-1noble.20260905.031535_amd64.deb Size: 455368 SHA256: d4065e005b491f6d0b2e5ea337a530aad037f1754abdf3a12a3a5991bf7ed6f1 SHA1: fa9a93d4db7e49dbfd57b8e25d82ddc295676c24 MD5sum: ce0a0fbedc9983c8682b2c55b5a1a1f0 Description: debug symbols for ros-jazzy-int2dds-ffi-vendor Build-Ids: df52782a9c1c2c908d6f32707cf25b09e57457a4 Package: ros-jazzy-interactive-marker-twist-server Version: 2.1.1-1noble.20260903.025502 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.20260903.025502_amd64.deb Size: 67920 SHA256: 50b0711849dc5abb31c423935e857d69371a203c86ac3ff4176eafe76e1b7bd3 SHA1: 1deacdc71a7bf243da428d04c39e1f6268720a9c MD5sum: 1b0e5a22fa31dd1fd9e33395f3f1847a 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.20260903.025502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 1224 Depends: ros-jazzy-interactive-marker-twist-server (= 2.1.1-1noble.20260903.025502) 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.20260903.025502_amd64.deb Size: 1136984 SHA256: cab84469ac7fd4f5134bb17af2dcd0e8c1c478e49bc86d34c6cd4dc835ef01fa SHA1: a974084fdad5b0b6b967d204c3ca2d823e2caf3a MD5sum: 4c36aa2ca35e1310738c07b60a1adcb4 Description: debug symbols for ros-jazzy-interactive-marker-twist-server Build-Ids: f04173c0a425c9780d3e09ce410be26fa4310494 Package: ros-jazzy-interactive-markers Version: 2.5.5-1noble.20260903.023910 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.20260903.023910_amd64.deb Size: 205294 SHA256: 4863fb4c46eafa1493ff9c02a9df5d3401f391424c17ca684b254e7e9f7b0e6d SHA1: 748cafc9609ace4f2c391f51f9ab9d90f83a0f13 MD5sum: 0dd9c160367c7e6ff49cd9322cb089e1 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.20260903.023910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4934 Depends: ros-jazzy-interactive-markers (= 2.5.5-1noble.20260903.023910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-markers/ros-jazzy-interactive-markers-dbgsym_2.5.5-1noble.20260903.023910_amd64.deb Size: 4277038 SHA256: 744759bc49d5aa8406150ea1533b5a05ce647eb5f495e95dcdef6331b7b6ba8a SHA1: 7ee46f44593190f11047db43aff0d321c01af955 MD5sum: 0ed6be309753c0d42e92015a2fcff796 Description: debug symbols for ros-jazzy-interactive-markers Build-Ids: 5e0cd8d4fc5f2f60fc2788a3acf029083ea6613b Package: ros-jazzy-intra-process-demo Version: 0.33.11-1noble.20260902.061501 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.20260902.061501_amd64.deb Size: 383754 SHA256: b75a4e1ee46cc5e9bc6254aa30222277a4e8a12264eaba955761868b0d1bdbb1 SHA1: 33473c21c11b8450f193c2c1edfc4fab3c614afd MD5sum: ced6eaee0c282cda8a35b5a76c57c05f 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.20260902.061501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13925 Depends: ros-jazzy-intra-process-demo (= 0.33.11-1noble.20260902.061501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-intra-process-demo/ros-jazzy-intra-process-demo-dbgsym_0.33.11-1noble.20260902.061501_amd64.deb Size: 11856068 SHA256: 3d8c27a16aeba3efdca0c18cefd006338bb10d474cce5f343570d2738f2b4eb0 SHA1: efc477d645cfb12b4164f369432975fedc260cac MD5sum: 6ae0d83e86607624f5848b9f1fb1bd7a Description: debug symbols for ros-jazzy-intra-process-demo Build-Ids: 0228e790d799950a3ba2c25fd3038adfd8260d77 226f67fe21f75a81af7526f4be4b95b058de251b 5283a5dc5f5633ff8f27d2ce67d48c8340e3c44e 701625d76fbec93f58143db895439a032859d9e7 766f2a875ebe4d3e6e3f08e5f46ec1720f047c13 bcc1d80545f80c6f853a93dea248ee85de924c28 d653e2ff1fd6be0ab48e4119242f44e3a80a4d96 Package: ros-jazzy-inverse-dynamics-solver Version: 2.0.3-1noble.20260903.075328 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.20260903.075328_amd64.deb Size: 110896 SHA256: 9781d36cb305098c1d4242706db7399b9be91fe80efa92db1d2b482d09d97b76 SHA1: 939ae45f287e33e7d5aee5b6e27221ef4382767b MD5sum: 24ea67ee63f3bef010ea33313216ba8b 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.20260903.075328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1835 Depends: ros-jazzy-inverse-dynamics-solver (= 2.0.3-1noble.20260903.075328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-inverse-dynamics-solver/ros-jazzy-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260903.075328_amd64.deb Size: 1765438 SHA256: d9a2e0b7ba170adec68b7d3714ef7e2eef68a8058a44646b46dca5160f4743fc SHA1: c6dfe1c22653da7cd23f47dd4afddd4a686637e9 MD5sum: c8626d146770fc0c499b896f93caa9bd Description: debug symbols for ros-jazzy-inverse-dynamics-solver Build-Ids: c3f6a95b48816d4ef056a155e7b2373d4fc7b2d3 Package: ros-jazzy-io-context Version: 1.2.0-4noble.20260902.061551 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.20260902.061551_amd64.deb Size: 41386 SHA256: 9d05799c892b946bf2a72544b43b8f6caf1b5072f706836c738ce36fe2f5f41b SHA1: e16a1bf937963047f1dc376a502cffdc2b3ca88f MD5sum: 234c454e9f0bb7439d31001f9614dc86 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.20260902.061551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 309 Depends: ros-jazzy-io-context (= 1.2.0-4noble.20260902.061551) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-io-context/ros-jazzy-io-context-dbgsym_1.2.0-4noble.20260902.061551_amd64.deb Size: 200264 SHA256: e02610aa4debef2fad09e710660a326ab1c030ce34a246c4ff45f29be1341eff SHA1: 7d93a1488bb1d12cb99ccb0bf6e0ce1abe73de1f MD5sum: 6350a17f7c196911a30b47137d6324b9 Description: debug symbols for ros-jazzy-io-context Build-Ids: 28478030617be2db6b2fdaf95cfa799ca9ff320d Package: ros-jazzy-irobot-create-common-bringup Version: 3.0.4-1noble.20260905.075606 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.20260905.075606_amd64.deb Size: 23326 SHA256: 385be04b37854a678c29f898e78ef87d4b34126744864303bd18bd8c3eb9538c SHA1: 39ee8e692e7ac4a18caa2d0c16d972b86d52e77b MD5sum: 41fed45616f1140ab1ebe0295f0a03aa 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.20260905.075409 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.20260905.075409_amd64.deb Size: 8942 SHA256: 3c8414b035b141b14d02ad7b72faf50071c700f26eacba8ee1e19ab44f8b4423 SHA1: f290ce0f7edf1dc08855240c9050fd130cee4e03 MD5sum: dbc1b0fb3748a40b54cfafaaddd74c1d 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.20260905.075514 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.20260905.075514_amd64.deb Size: 1363322 SHA256: b82cefb73aaae0778dd51b2df3a3758adedfae480b89e74ac84b0e89fa1a71d5 SHA1: 260868a06c247c3babc144fa5d6e6fc946f8a7c8 MD5sum: 9562d3f75e6031afca54393f8269906e 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.20260905.085948 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.20260905.085948_amd64.deb Size: 13422 SHA256: 4b9fb844d98ee671144a6bc38a1a2a0f11dd992df713f0ebeb9f558c3b1caddb SHA1: 31b23d403db5a43ce88403c68c8283da9a2130f2 MD5sum: 2dbae3a775afb0f3f15e83e32a48f90a 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.20260907.022916 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.20260907.022916_amd64.deb Size: 43026 SHA256: c91e0e4a5c391e6d1e9a9912fe63f6f8bcb1e269c69a5e650283702b83c726d4 SHA1: 8dd5266b3b7ce6dfecc5f7f94fed0aa3d0cfedcb MD5sum: 467107a2da97dbcf4a7d68a1e9d4a32e 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.20260907.022916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 615 Depends: ros-jazzy-irobot-create-gz-plugins (= 3.0.4-1noble.20260907.022916) 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.20260907.022916_amd64.deb Size: 598638 SHA256: 748482cddc049ea3e08f3ed598831eede8f876321f94b67b0c35930779fd4746 SHA1: 77810930220b9d784fdc7ef6143375a664a93155 MD5sum: e0fcefa14fab7da153a96558ac5c504d Description: debug symbols for ros-jazzy-irobot-create-gz-plugins Build-Ids: bdec0a0af3bb499f9263a584a1ecfffb6e671852 Package: ros-jazzy-irobot-create-gz-sim Version: 3.0.4-1noble.20260907.024522 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.20260907.024522_amd64.deb Size: 6440 SHA256: db3f2f2c341bf8d79424c0f7ba57bbe85b5874741b4cd799315e11ed88c897a9 SHA1: 26dedab8bf630149711c41949ad14daa1dead9ab MD5sum: 355313dbfa65fdc2f9c9a7dcc6d5e6b7 Description: Metapackage for the iRobot(R) Create(R) 3 robot Ignition simulator Package: ros-jazzy-irobot-create-gz-toolbox Version: 3.0.4-1noble.20260905.070106 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.20260905.070106_amd64.deb Size: 416258 SHA256: 63e23c651aa07436328f05a43c1b038f736933098fb628624df33f03714ffb7b SHA1: 2848a6db03c4b43b590706be5f92346d240b1bb3 MD5sum: 446e44d76ca907e9ef2900f7300e6182 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.20260905.070106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 15230 Depends: ros-jazzy-irobot-create-gz-toolbox (= 3.0.4-1noble.20260905.070106) 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.20260905.070106_amd64.deb Size: 13034888 SHA256: 30e323dada85fc09603eede0ec82766b49ff7e8e54c0cde09ec45c6bb44f201f SHA1: 44200ad20e3990280cb1dfe36d3ec44aaa827352 MD5sum: 6f9d5cad92923a63f73b7121b7261cb0 Description: debug symbols for ros-jazzy-irobot-create-gz-toolbox Build-Ids: 12e4767878951a9f138be03daba15f56c8525aab 180b60b5d84007e272abf398df1b43be3b391fe3 88a2056de08bc07e4f630f3e1edee6928399595e 917796699a23749cb1bb0811628a2e5ae2bfec1b 9d180e6389edb2bbba65586057bcf3d0ec0fa2f3 dc7206a1a7b68d5737a55a136043f50a7453556a Package: ros-jazzy-irobot-create-msgs Version: 3.0.0-2noble.20260902.041301 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15846 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.20260902.041301_amd64.deb Size: 832080 SHA256: 554a15f53db28ff851590e57c2380d8645e69a853b6bd1ac0a1a45de813cc0c0 SHA1: 10963f7a1328a1179ded8424adb863e2a569fc1d MD5sum: e8c5b2aee296b6b655a0d2f0c868f97f 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.20260902.041301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8511 Depends: ros-jazzy-irobot-create-msgs (= 3.0.0-2noble.20260902.041301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-msgs/ros-jazzy-irobot-create-msgs-dbgsym_3.0.0-2noble.20260902.041301_amd64.deb Size: 6179586 SHA256: 15dc641317730480a9ede7770d8f6c6b5596437f124cb988a220e4f6ea568440 SHA1: 6cbb870e393f5182465e6609c9836d4e521c15fd MD5sum: 102617acf85633e2d2e512c8832009f4 Description: debug symbols for ros-jazzy-irobot-create-msgs Build-Ids: 04d0813526d13d927ee33f73027078b647766404 260c27160a27aff188845b3424754187f8d945c1 61d430cd02b4cc9a23660794c53a841bdd16cc0c 8b32e28b47742497b35f0160dd52583c4fe85fc6 b7e461c7c7a4eac751154e070d244991116fa29c c1c24bca77fd11e1afa0519916a2187a712b970d c21fe341b91d47773cd96bc1ab0769e5e1cbc25a d9501e1abcd40f4f5bf625327084f8c21459a7d4 ee49f4e413993dde0786e543cab7c1ff07fe4e0c f0c7e7fb7a5e115e151f9b603271b304d44a4549 f4a1c1de00701e3007baa72f5dd3476a74407c2f Package: ros-jazzy-irobot-create-nodes Version: 3.0.4-1noble.20260905.070128 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.20260905.070128_amd64.deb Size: 937826 SHA256: 1146779b1667bcd269ef77359becdea9eacc6f1861776628d0835c4cee8059a7 SHA1: 536be052970ba09199167cbc2f3a5abf9bddb53a MD5sum: 163168a09f072239c25e7628d5a59523 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.20260905.070128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 33890 Depends: ros-jazzy-irobot-create-nodes (= 3.0.4-1noble.20260905.070128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-nodes/ros-jazzy-irobot-create-nodes-dbgsym_3.0.4-1noble.20260905.070128_amd64.deb Size: 27673264 SHA256: 84d34bc826efea458466321db746592bf6bd0a29326095a84cd234c575efbc5b SHA1: cc17b946f83ac507d334016b2b3f7c3d8bf59beb MD5sum: 1c26a027ced97e29c1b57670f11360bd Description: debug symbols for ros-jazzy-irobot-create-nodes Build-Ids: 089cac69ac45fd743e3c932570c2ec6753ce8c22 1ae2eeacb267e4fe6c3c4a807914ac8f08d218d3 20ee6bed54d027962635af6bc8edc1988305383a 59e8c2f87d24ea5106ed158ec502c98e67b870a7 5f9cf78c20fb14e52abe6a00a3eae8081d835e7c 97962bfdbb3efc1c6e7e41825fe1de609cfe887c 9b65703ebe23ee08668ef29f2f049b0fee2771bf a3d8ab677d696298b0e4d0a5092549e176ba52c1 a59fd9d4e670d0a16611b4f5afe967d9e9194734 caf7d222183ac956f7432ddef958634efdfca5b0 d02929d5de6f09410aa0f6ba8f3233ba40022f34 d74606df289cbf8b3f75e01e6a2878af32b09aec d7da6a9ae0b75e1906faf8c044022f4c0d587fd2 d9646153b17c95e51f982546ccc9a82a06f6b3ac e4f474cabc92053b7740494d2f69a310ec406cca f6bc0cf1cea9831fc561477190de2aa86e01d5c3 Package: ros-jazzy-irobot-create-toolbox Version: 3.0.4-1noble.20260905.033535 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.20260905.033535_amd64.deb Size: 12360 SHA256: 74b446710d5e0b14c13f3ff045045e29497b8fbb0f532c9287c97607e708b0fc SHA1: d40faadaee57607f2f11ca271b823986ad912928 MD5sum: 469724296ec9509c9afee507d08fe711 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.20260905.033535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 26 Depends: ros-jazzy-irobot-create-toolbox (= 3.0.4-1noble.20260905.033535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-toolbox/ros-jazzy-irobot-create-toolbox-dbgsym_3.0.4-1noble.20260905.033535_amd64.deb Size: 13368 SHA256: ee3317a711aeca43838082a46ec46b9381eb266ddb79fb3fd33e7855df587430 SHA1: 5ede4d5636457b87b0484bf6d4cea6d92aecd42f MD5sum: d0d12450789506ce853be13af7d9960d Description: debug symbols for ros-jazzy-irobot-create-toolbox Build-Ids: bb6a77d164ff8f427045d41e902e845eb842eb7d 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-jig Version: 0.0.2-1noble.20260903.022220 Architecture: amd64 Maintainer: "Alistair English" Installed-Size: 331 Depends: python3-jinja2, python3-jsonschema, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-lifecycle-msgs, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/jig/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jig/ros-jazzy-jig_0.0.2-1noble.20260903.022220_amd64.deb Size: 49624 SHA256: 0bce109e97653ad3f74f457b33b008120744b04e6320a586997aacf68449b731 SHA1: e882192cff07ab1eff2acd1a9614e7e3026e0445 MD5sum: 5d160ad13bc2d7f8db0a5bf76021c515 Description: Declarative ROS 2 node scaffolding with built-in best practice. Package: ros-jazzy-jig-cli Version: 0.0.2-1noble.20260901.091247 Architecture: amd64 Maintainer: "Alistair English" Installed-Size: 45 Depends: python3-yaml, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/jig_cli/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jig-cli/ros-jazzy-jig-cli_0.0.2-1noble.20260901.091247_amd64.deb Size: 7574 SHA256: 187cd026dea4c480cb481be5d11a2f3d4940a853f6ae1e58ef60530d56c47fa4 SHA1: 76807353be2db30050e05a63c2a6d2419312a976 MD5sum: 6c0e7b8e83b0d23673064c391f56275c Description: CLI tools for jig - declarative ROS 2 node scaffolding. Package: ros-jazzy-joint-group-impedance-controller Version: 2.0.0-1noble.20260905.075328 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.20260905.075328_amd64.deb Size: 68670 SHA256: 35e860af338d54ab449ea7a79d0beff8bd6ff169490f8a7cb07b022d0d62ec83 SHA1: bc1ad06d84389333259e38359ccf80d619cc4101 MD5sum: 1a99421e5fdc2fb961acd96fc8235e96 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.20260905.075328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 1032 Depends: ros-jazzy-joint-group-impedance-controller (= 2.0.0-1noble.20260905.075328) 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.20260905.075328_amd64.deb Size: 963152 SHA256: b235df0371778bfc2ba52777cace26adc5e4e522fb13ca1f0bc0418a688539d4 SHA1: d846cd5d6e360b33be5af36463cc75561dbb1105 MD5sum: a43b98cbe4eb64dc8d65ccf63a78ea12 Description: debug symbols for ros-jazzy-joint-group-impedance-controller Build-Ids: d7f635eea48faa486a9efc7f2428050151d2db85 Package: ros-jazzy-joint-limits Version: 4.48.0-1noble.20260905.031740 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.48.0-1noble.20260905.031740_amd64.deb Size: 81560 SHA256: 151faf27a79bea107692626ba11c2ebefaa320bc310c5483190ef8bea3964dac SHA1: e41c595ecf1a2ace9d31a8bd9d367caaa7c71abf MD5sum: ec390bf04936a6f0952ae64e0a8225b1 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.48.0-1noble.20260905.031740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1049 Depends: ros-jazzy-joint-limits (= 4.48.0-1noble.20260905.031740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-limits/ros-jazzy-joint-limits-dbgsym_4.48.0-1noble.20260905.031740_amd64.deb Size: 974814 SHA256: ee9f88a7d45533c4d16d0b082f7dbe81d3cb4a16796c55061f20c487df4275c8 SHA1: f660a35dcd1e5efe9aba479897c86efe03d13804 MD5sum: 5d4419af9add49e49ec2ce56a9545f51 Description: debug symbols for ros-jazzy-joint-limits Build-Ids: 208dd3a8c9db06b69763f2c1025c5ee5817a18c5 2f330eb15fe083aab5a7ccea5f76dc7411487fbf e0e763ce4e3c8fa81e1366eff7651edb9e536322 Package: ros-jazzy-joint-state-broadcaster Version: 4.42.1-1noble.20260905.074155 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.42.1-1noble.20260905.074155_amd64.deb Size: 112926 SHA256: bba0bfe456f34a72f144f86d8e33e4b834a4116313b7855ca191a70313b1bd16 SHA1: ef3bf7bc71eb313d643898f41ceb9e2e7fe347cb MD5sum: 5472cd36f9fd09e60b624655e8355537 Description: Broadcaster to publish joint state Package: ros-jazzy-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-state-broadcaster Version: 4.42.1-1noble.20260905.074155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1762 Depends: ros-jazzy-joint-state-broadcaster (= 4.42.1-1noble.20260905.074155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-broadcaster/ros-jazzy-joint-state-broadcaster-dbgsym_4.42.1-1noble.20260905.074155_amd64.deb Size: 1643422 SHA256: 23b040a77d34d213f17625db6a14e678fc79d3b8ca71145c53fbae87d8c1258d SHA1: 7dbb372b529424d25201dbcd4a8cce059c463ae3 MD5sum: 7a6c3ce13fd48cbf1d367379e2d24e61 Description: debug symbols for ros-jazzy-joint-state-broadcaster Build-Ids: f3da8c37afb5306e07da30a28ecc76497b90c351 Package: ros-jazzy-joint-state-publisher Version: 2.4.3-1noble.20260902.054703 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.20260902.054703_amd64.deb Size: 19688 SHA256: b5b1bd514ee3f5c6e0dddbcf67ab2c5e8a87476f8eaf92c51d33ab306e6d7a46 SHA1: a3fcc676ab3a389cd72775f28f965a128ef8dec6 MD5sum: a21d4d0711203a6b0924b335d3c68014 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.20260902.060308 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.20260902.060308_amd64.deb Size: 17302 SHA256: 14f9a3fe689bf11f0407bd73f71ece4588e4345a358b9468ba0cf6f64fd2d6f5 SHA1: b65457996229bf27bc8cd151fffa5a8f61011518 MD5sum: 07b3ead67a8278969651ac1adba7e087 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.20260905.072635 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.20260905.072635_amd64.deb Size: 117760 SHA256: 69a23ee82233bddb68c42721addb913657852265a3ebcd33d5c2496d792a8ba6 SHA1: b1773a521d2fa7d1593dd5d7f928fca5e9249cf4 MD5sum: a7def688a3bfb40c9fd5d55ab5c123fb 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.20260905.072635 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.20260905.072635) 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.20260905.072635_amd64.deb Size: 2025468 SHA256: 7f23a278b0b563594e5e8d0c371acec501614bdeb0f323863f760699e631183a SHA1: 796f7795b4aadbba1f094946031443d38c42fd74 MD5sum: cb1c8272bbfc07a8d4dc3addbc954dbd Description: debug symbols for ros-jazzy-joint-state-topic-hardware-interface Build-Ids: beaf443dc14d6ee65bedc1f5a7dcb93cc9bb008d Package: ros-jazzy-joint-trajectory-controller Version: 4.42.1-1noble.20260905.073033 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.42.1-1noble.20260905.073033_amd64.deb Size: 334746 SHA256: d74a081e7a5797d38f58ba587af8dee642dd2a701c015141021c556a26f9c69f SHA1: cb1a71a2e8bb2884520e741108e6000e2d868f41 MD5sum: 77fe79d20dba4c8fad63641dd22dd9c3 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.42.1-1noble.20260905.073033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5709 Depends: ros-jazzy-joint-trajectory-controller (= 4.42.1-1noble.20260905.073033) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-trajectory-controller/ros-jazzy-joint-trajectory-controller-dbgsym_4.42.1-1noble.20260905.073033_amd64.deb Size: 4996302 SHA256: ea3c9d78384be30a66292724c00161b7d1540979e753550dbe9849a34f245457 SHA1: e16d1bdc392d619e3a9056e66ffbc92dc0f4a71f MD5sum: 8e8832cf07d104b1bd5f148ed44cbfb3 Description: debug symbols for ros-jazzy-joint-trajectory-controller Build-Ids: b9e8cc30deb129fa034f9d51efe74b8e781cc512 Package: ros-jazzy-joy Version: 3.3.0-3noble.20260902.075937 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.20260902.075937_amd64.deb Size: 185732 SHA256: c0b051b5561e8bfa750bb337a17aaf96e15bc64ab790f9fadda15c1511b87c6e SHA1: f202a38da275c745592bc02591b0dfbedffebea3 MD5sum: 26ca9ae1d17671d8c6f3a099d1e5add7 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.20260902.075937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5511 Depends: ros-jazzy-joy (= 3.3.0-3noble.20260902.075937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy/ros-jazzy-joy-dbgsym_3.3.0-3noble.20260902.075937_amd64.deb Size: 4674316 SHA256: e265dbdc48597928f2ccf7b3b3d3749081d3371b80500e35a194b6ef684325c9 SHA1: 7c58e328b2da98ab83c588abee1e420f6d2d1029 MD5sum: de46d6ca3432c37f0962cae4dfed73fb Description: debug symbols for ros-jazzy-joy Build-Ids: 19d79a36faa5c4819384ac70a9c2f27458ea80a6 449ef023ad373c4107014fd4588db205e90f5367 96d3a7653ae85a96b76e8ce1864b2490d3d46f5a bda656659ed1433a69c2d4854a0ce213aeb53204 ca4f56ed4510005158c3c19caef0f93450f4351a Package: ros-jazzy-joy-linux Version: 3.3.0-3noble.20260903.065655 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.20260903.065655_amd64.deb Size: 123002 SHA256: a29664e43c1fd16d4d9aec0711b7f67e6919a6c69fba824ca1a01e68010b06f0 SHA1: 3cdb30f06f7aa0d81d8331183c68b074e4100417 MD5sum: 7415715fb698ac9b6bbfb5c446afce71 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.20260903.065655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2454 Depends: ros-jazzy-joy-linux (= 3.3.0-3noble.20260903.065655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-linux/ros-jazzy-joy-linux-dbgsym_3.3.0-3noble.20260903.065655_amd64.deb Size: 2105666 SHA256: 18430634617bbb903dc71bea877717423f687ca42abf26e54664589c39882776 SHA1: 075a3fc880de77c417092badfbac3caf08986bbd MD5sum: 996ed299c7807138eb712e03e6e0a3dd Description: debug symbols for ros-jazzy-joy-linux Build-Ids: 3f81cf70780b2d6401838d210fddf7af33b53002 Package: ros-jazzy-joy-teleop Version: 2.0.0-1noble.20260902.054833 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.20260902.054833_amd64.deb Size: 22062 SHA256: bbd50cabae8b8fa25f088dea6b9f7b1d4a8ece6e1adad76604935309578029f3 SHA1: be1a6ebf4c019842f6d5159ad25469e470876197 MD5sum: 3abdaf63a6ccdb630bffbf4c31c90e6f Description: A (to be) generic joystick interface to control a robot Package: ros-jazzy-joy-tester Version: 0.0.2-4noble.20260902.055206 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.20260902.055206_amd64.deb Size: 7492 SHA256: 403fb2c0c8dc02fd1c7425f0b4239373e1003a56d33e018c9d64fc4d621d1c13 SHA1: 63904a953d26f8f33523b83907a07c2e907d8a8e MD5sum: 3caa26abef1bd6f78f3a88167e5de8bf Description: Simple GUI tool for testing joysticks/gamepads Package: ros-jazzy-jrl-cmakemodules Version: 2.3.0-1noble.20260825.004642 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 25048 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.3.0-1noble.20260825.004642_amd64.deb Size: 2289020 SHA256: f77b72a2e11469495ed1e115ae0d70a8aa8b9c7976982b4e4b83d9bfb72e6cf3 SHA1: f3ee3a3499cff3edaa01658b3cc73948e457a689 MD5sum: a9238088f642437568c9e6eb69b10a7b Description: CMake utility toolbox Package: ros-jazzy-jsk-common-msgs Version: 5.0.1-3noble.20260903.075226 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.20260903.075226_amd64.deb Size: 5604 SHA256: 8a84a62b5d0d48f1c01236e242f652eb4c178f6fab8836e84dd000985dc72169 SHA1: 3c2fba89430b542c86174afb2d583ab2ddb6bfa4 MD5sum: f9966a9d29ff8d50177b67bace01f8f2 Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-jazzy-jsk-footstep-msgs Version: 5.0.1-3noble.20260902.041336 Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 3398 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.20260902.041336_amd64.deb Size: 214326 SHA256: 56247461d2cc0a97fd952e0d64f640f936fd0d09468e214e83310d708eb7e4b8 SHA1: 8f1e29a354595be378ac722b99c49edd1d41f1db MD5sum: 5e526b3c561177b50dcf5a42b7042029 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.20260902.041336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 1806 Depends: ros-jazzy-jsk-footstep-msgs (= 5.0.1-3noble.20260902.041336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-footstep-msgs/ros-jazzy-jsk-footstep-msgs-dbgsym_5.0.1-3noble.20260902.041336_amd64.deb Size: 1307568 SHA256: 539a7a2d95502f1deb055c53d2b7e695358075f654053c26cd435c69730e985e SHA1: 1b9fbfaddad3f6ef67b1c914af69920a080fff8b MD5sum: a2e3e7e4e7184fd8590f0c3312396f22 Description: debug symbols for ros-jazzy-jsk-footstep-msgs Build-Ids: 192e6df41bce18d9c64dc2c1b8bfb1b070f37c33 1c2f73e3d593c64519ba054f7a89b4bdf844a25f 3a39dd983187df9af81d6d73bf7431b912fd9b04 407688f2d6c0804ac54bfc498574ff426cc865a4 46650a600ca594019c144b9dfad7ca24f36f3c50 56327a6fb1037888ce309edc18ddaa921bcf0552 58e23b7055de8497a675283fe5b2e38879f446c8 5dcb76d4ab181f0eb7ff63c978b5922996a52abc a72a25360c8c2f4437f59c3fd0646d3aeb8afef1 cfec2dfde1dbf2c8675309420ea7652865758edb ec4650b510b03c46899318b39df122581c57c181 Package: ros-jazzy-jsk-gui-msgs Version: 5.0.1-3noble.20260902.043055 Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 2530 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.20260902.043055_amd64.deb Size: 193422 SHA256: 3f5bfa1283cc3167190b372437d7a771e6fb3b8bd05f655f2f1c3e16df79e0d8 SHA1: cb05d043a56db321467b27b380e856bf8666d55e MD5sum: b879fd1c219c49ce94daf43500e7e2cc 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.20260902.043055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 1973 Depends: ros-jazzy-jsk-gui-msgs (= 5.0.1-3noble.20260902.043055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-gui-msgs/ros-jazzy-jsk-gui-msgs-dbgsym_5.0.1-3noble.20260902.043055_amd64.deb Size: 1604928 SHA256: 353b60cbc538f89fbc1b82303d6932730c17d6ca090e0d2da7ed9156fc70baad SHA1: 5055214eb6a3a32e11606ea51ef5b08f9d53e80c MD5sum: 7c8e1f1640e271c86f73ade76a529b1f Description: debug symbols for ros-jazzy-jsk-gui-msgs Build-Ids: 3aa3013a8cd096a934077ef6cb37fd27060d1745 3b53ba3cb871a57f761519ba715bfe808d3aaba1 457b28e26646e96644219bc64b1b1e0533f2c765 50abb70f34b21e4095df2a6f2218ae3482772daf 7c10c244aa34862be56b539e6b9922e1d9b774e5 88e3a4765ea594c0bbcfec988391f669f1b43bfb 9b63a9cc684115c73666269fb75e038ec5b62fba aa86b7c0402ceeabab71b6071282e63f7ba1d96e ab300950164696befaed71a0ac2dd3880dd66e67 b1100768cb56779490ee1ebac9cd2925e0ac1398 c675c72cfe0ebea2c4631554e234bcae30c4fd72 Package: ros-jazzy-jsk-hark-msgs Version: 5.0.1-3noble.20260902.030802 Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 480 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.20260902.030802_amd64.deb Size: 49698 SHA256: c0c318c2679a6a471555e64f6d5d9cef3582796f04ad5c7128b87416e4257ca8 SHA1: e92553eec09e2ab6cdf37a326df542e23e7daa1c MD5sum: aaae06ed38ba207715aad858bd0d0f3a 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.20260902.030802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 307 Depends: ros-jazzy-jsk-hark-msgs (= 5.0.1-3noble.20260902.030802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-hark-msgs/ros-jazzy-jsk-hark-msgs-dbgsym_5.0.1-3noble.20260902.030802_amd64.deb Size: 213408 SHA256: 0c21ccb99dc9c9bc3101a5fab7a2eb90bf42457180af8ebec96347d3f73e4708 SHA1: 46c89b67c560ad6d9eefb03cfc39f06fdf731e55 MD5sum: 18be20d92d4aec52a5ed42bd6e54b56f Description: debug symbols for ros-jazzy-jsk-hark-msgs Build-Ids: 2c323f3193a6bbccf6028fbf80130693bde571ea 4e9cc539fae9cd96a2a83aadf4d2d7088257a616 5f3bb2e8b1f346d996e8aa6bb3f3d68ffd6ae797 77f7b7c36c56bb39340cf19a1699dec772330e7d 8b6638b1df469b8d2f66a0c1c7b2afad46757e81 907be589f8b96eb05157dd5e9486c0cb1095e0f0 92db65737870ccf404128e36e2ff39a23c6b9640 c68a805bdd10160efbc139d885ae3d5c59e75957 d4f140c2bd903945c0a967840b1802bbc91c74c6 e0dccd12b391e092e1be181e770c022ac73708ef f661970d16097bb4416f2de03d7565e807af3028 Package: ros-jazzy-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260902.034457 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3602 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.20260902.034457_amd64.deb Size: 211130 SHA256: fc5b70a3bab0bcb031eaf567f5d4dbbb49e27d0ba5c9220886e0c273d70bb978 SHA1: 4a0290bfd8df2081d2e38277125ced46dcaa7e82 MD5sum: 22eaace10b51cfa911ff8781e3767413 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.20260902.034457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2414 Depends: ros-jazzy-kartech-linear-actuator-msgs (= 4.0.0-4noble.20260902.034457) 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.20260902.034457_amd64.deb Size: 1897390 SHA256: 68426859a1777ddf1df28116a9cbc51ed58e6b4abb9fd936ad15f93c4cdd6deb SHA1: 250c512a27f6ee51758ec4385490516d969f6d64 MD5sum: 9b50aa276c9391f3ede7ab3bba1c2b72 Description: debug symbols for ros-jazzy-kartech-linear-actuator-msgs Build-Ids: 2f899db6d96479433f386a70ba04d1b769b0efcb 336e4077e4dd7b7b4052c3f5d759e68a5d7e195e 36267d1c99c8b65e560812d1e011543d205d22d2 534c0ad51274435ea33f1baa1bffc3da8d52c928 5a23ace952a0f12797d94c0032731a72ae7fae0b 5e979d6b21ec015e22fb80ddd751f6332a944b65 6c318baf684707faed8ddab2dd54db1a161c969c 7fc5ad287e7cc8eb2c98cd06ebbcc73911a41900 81d37c523d16f369450f68168a07c37e178deb82 f4e5c21e3491f6cd67c566f5b477182087dfce71 fafe49e4d11f3b4a7e769003095fcb1d94a34947 Package: ros-jazzy-kdl-inverse-dynamics-solver Version: 2.0.3-1noble.20260905.074023 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.20260905.074023_amd64.deb Size: 6460578 SHA256: c20d0c06c72b09101d9de3ebad1aed26c12057282b4debd500c5e93f266c7271 SHA1: c97c548166ee1781d8c3873506c0c5248af1cdff MD5sum: f9e7bd81f03ff00dd9152497cedc5299 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.20260905.074023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 432 Depends: ros-jazzy-kdl-inverse-dynamics-solver (= 2.0.3-1noble.20260905.074023) 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.20260905.074023_amd64.deb Size: 411504 SHA256: fc69d84173be1d32a1e9b8d068fa7a1c8eb63b1db73577a642b97ffac38a7390 SHA1: 5bbc6a7678897250e5b9db4eed90d697e11b205c MD5sum: 4136ad3a551cbd8b76ef4dd0a20a5426 Description: debug symbols for ros-jazzy-kdl-inverse-dynamics-solver Build-Ids: 326b23f1053baeaf1174e676ff787e08bd724fb4 Package: ros-jazzy-kdl-parser Version: 2.11.0-3noble.20260901.011356 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.20260901.011356_amd64.deb Size: 20868 SHA256: 02b591bc9e7024498b34bf7401895db4ebd3ffe94d8d807597171318630a9a06 SHA1: dd6b136dc4fa21971d9a663315ca0cf8fd6b184e MD5sum: 8edf7d5f02fa012f90000fec730c7b31 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.20260901.011356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-jazzy-kdl-parser (= 2.11.0-3noble.20260901.011356) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-parser/ros-jazzy-kdl-parser-dbgsym_2.11.0-3noble.20260901.011356_amd64.deb Size: 166954 SHA256: d794fdec4afeb4914ee8d4221fdf292e7a45a83557391002e18354855a960e9d SHA1: d55f0c174712c76a857860b5a2cff38ac9d2f14b MD5sum: e12b62e939b7e515c0439e08baa7da6c Description: debug symbols for ros-jazzy-kdl-parser Build-Ids: 3da7011603ef650deee3b37ec56a9e53e220384a Package: ros-jazzy-key-teleop Version: 2.0.0-1noble.20260902.055037 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.20260902.055037_amd64.deb Size: 11910 SHA256: 783d9e5e653cf9a2052d76a94963914c11d932741ebbba3357a8783c209070c4 SHA1: b0dfd0e4042db52bb420bdd33acfe44f514a4c70 MD5sum: efda939c74c2b15042865135f15982f5 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.20260902.033745 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-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.20260902.033745_amd64.deb Size: 44032 SHA256: 6697245b80861df1895971cb9a79ff87e233be88357b25ab61deb54af55737ff SHA1: 888ee821123a549e9c186201ca8eaaa49b419c08 MD5sum: 149d9777860de97bb2d53488c7f6f1c2 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.20260902.033745 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.20260902.033745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematic-pose-msgs/ros-jazzy-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260902.033745_amd64.deb Size: 170818 SHA256: 84cef881543ee17a2bb92b733f7ebd308614c014662f8596dbbf596be59318fc SHA1: 0766bd2361bddcf902ae97a61481a7aaea90d45d MD5sum: 73a325c6e78f84b36bc7c359a61f2619 Description: debug symbols for ros-jazzy-kinematic-pose-msgs Build-Ids: 0949d685f7461604d3c0d9ae354a03aaffc65e81 2a74bb317833e594b79e94d658ce01bfee0a9ae4 3f12a4046a063fafdbf032b99d96183632b8771b 5b75b0733d12d1fb9d34015ed707c0c9eeb502b7 697153d38f226b36cacd5d98eee98455a88c107a 84f903f423072860e5ee3c539c252bb02aff26e5 95fc043d42944eb57d445ae97ba1b3d35f68e317 bde66cadafba93b5266b6cc51f7a337bc65c7598 d4be70a13b189101379a3a6a71393db4c975ef1a d525c188d35d63a0a76d1a28b85f64328e808c82 ddbb2c92fb58128e153ff1c50ed0982bd54b1da2 Package: ros-jazzy-kinematics-interface Version: 1.7.1-1noble.20260903.065629 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.20260903.065629_amd64.deb Size: 15904 SHA256: 72fbbc84d1bc37afcda1947629cad54747149370b25d659cde4a1d61ce6b97c1 SHA1: bc78419f6815a9fb71cfbfe1e9c51e1fb6a59801 MD5sum: e145dd6c535363bceab6a33fc5d49ee3 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.20260903.065629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 151 Depends: ros-jazzy-kinematics-interface (= 1.7.1-1noble.20260903.065629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface-dbgsym_1.7.1-1noble.20260903.065629_amd64.deb Size: 136926 SHA256: bcc064724400cb90683571d9b5120c3f47e01a3eaf71ff55c849b032ffac6bc6 SHA1: ae1c8a28783082e43bbd3d33d630e9153728e08d MD5sum: 0c8ebf3e0ab0c305ab5f0e2e1e74654a Description: debug symbols for ros-jazzy-kinematics-interface Build-Ids: d2c0701e601f362867a4debdc387d648cede8711 Package: ros-jazzy-kinematics-interface-kdl Version: 1.7.1-1noble.20260903.071224 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.20260903.071224_amd64.deb Size: 54296 SHA256: d4038f3a0c4ef808db3c870b84c884bc32a24a0a0b9c07d06e26ba62f3449e6f SHA1: 78f909a232291f7a79980c7dc8fd79cf39d50949 MD5sum: 3ddab634666c8a97bd435b505432e8f5 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.20260903.071224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1818 Depends: ros-jazzy-kinematics-interface-kdl (= 1.7.1-1noble.20260903.071224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl-dbgsym_1.7.1-1noble.20260903.071224_amd64.deb Size: 1808530 SHA256: 66139b4292ebee8eb56142bb596ef7133267b7e18f77bd7f515b88559ffa495e SHA1: e36f7aef796f7cbb910665361932b519e15217ea MD5sum: cacc9aba2fa89ee07995b1e57a52d13d Description: debug symbols for ros-jazzy-kinematics-interface-kdl Build-Ids: 509b9861897c14f6304f4635648983eafdb889c1 Package: ros-jazzy-kinematics-interface-pinocchio Version: 1.7.1-1noble.20260903.071216 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.20260903.071216_amd64.deb Size: 101772 SHA256: 419fd184cf8fc5f517349acc7b72afd2d396985f8876d71b2ebbc52eb00cd472 SHA1: 41ce3a1b3e64a7e055221c5f264d8cd0b6a36832 MD5sum: 70c06f425d85aa394b53b9f2293e7cce 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.20260903.071216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9230 Depends: ros-jazzy-kinematics-interface-pinocchio (= 1.7.1-1noble.20260903.071216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-pinocchio/ros-jazzy-kinematics-interface-pinocchio-dbgsym_1.7.1-1noble.20260903.071216_amd64.deb Size: 9160954 SHA256: ca052cae162958854696b660179d1dca707446e038d7a15924237f4229595268 SHA1: 6e49e4e6a86cad7a1898b4dc1a3daa4cea43df70 MD5sum: e6d977ea3f6f843e8efc1f468db4444e Description: debug symbols for ros-jazzy-kinematics-interface-pinocchio Build-Ids: 77e71c16d1778bf620c225449cf9d60c535170e7 Package: ros-jazzy-kinova-gen3-6dof-robotiq-2f-85-moveit-config Version: 0.2.6-1noble.20260905.084504 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.20260905.084504_amd64.deb Size: 15078 SHA256: baeaa4f3fe596d138071116786c86af0599c267325c83d64d9f71a81fb2b9fc4 SHA1: 6458d89618a8fa26d5bc5fb4580a1b5c828b2855 MD5sum: c8be54a707ee80ec979a7e3f934c55b8 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.20260905.084500 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.20260905.084500_amd64.deb Size: 15312 SHA256: 0de8854c134ac7a4986b85c51cd2e2a9c638897a34d609b90193d3ebde1a8c4c SHA1: d424cf4a941bef0be3051d2dae13269922721bbc MD5sum: e5df41e1fcfe20f5240009b458565459 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.20260905.084507 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.20260905.084507_amd64.deb Size: 15012 SHA256: 8fce38c402e97babf9d9012f57a1ab519c3e4614c2181f662854a24775623a89 SHA1: 2f24eae1144a7bb7055e2ec89b7d6f057f722dc3 MD5sum: 35c2a82a51f6e87bc17cb10344e89f10 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.20260813.214207 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.20260813.214207_amd64.deb Size: 54650 SHA256: 2d0534a416c0cb36e472bb2e32e81d5fe5c46c9e99f2157eafc8be6f2a0439e7 SHA1: 96327ed31c88d375a0b101541faf351084c85b42 MD5sum: 727419f52957f4fc441ae3eca916dce3 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.20260813.214207 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.20260813.214207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kitti-metrics-eval/ros-jazzy-kitti-metrics-eval-dbgsym_3.0.0-2noble.20260813.214207_amd64.deb Size: 604946 SHA256: e42360958839b1d3cd2b7ba62ecbdc03df54ceb3082e2420444535d010566556 SHA1: 1840a1e578ac285046bd747dee598cca800ff52a MD5sum: 0a914149f4884bb699e526ab2bd5b24d Description: debug symbols for ros-jazzy-kitti-metrics-eval Build-Ids: bf878d037beb4272dc0845659e24d22ec9fcadfd Package: ros-jazzy-kobuki-ros-interfaces Version: 1.0.0-5noble.20260902.023416 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4054 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.20260902.023416_amd64.deb Size: 273496 SHA256: 9e262af25d75a36cdb3dc8481d918052fdaca4667146d31754abe285b4c23ae5 SHA1: 0c28929ada2b420de783c71cacceca5563b0ebae MD5sum: 24b1ddfdc9ff348978755b848112f9ff 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.20260902.023416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2662 Depends: ros-jazzy-kobuki-ros-interfaces (= 1.0.0-5noble.20260902.023416) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-ros-interfaces/ros-jazzy-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260902.023416_amd64.deb Size: 2071142 SHA256: 27b86f7aa53013287360a281bdd8c3ba1ffb82c4c103fc226a9eddd55320a42a SHA1: e495084dc080ac54a7561515c74038a1f22135a4 MD5sum: ad0442f8de51cfb3769d9ef706228896 Description: debug symbols for ros-jazzy-kobuki-ros-interfaces Build-Ids: 07259b9122fc8b030a36906c11e7e360c0179efd 10655efa31ffd551b521809967b1802833fab302 262e5a7b6135f98ad130b81213381c1511ee3289 5995292feb814c986651538dd8d6cf5d48f640cc 9d58c170fc1be1b4ea2ad10b53b8cd447c4ec7b4 be1c0e967c1c48c4af04c774e764ab69d7741d3f c8dccbe938b04446057d5265fe9ca9ffca7bb36f d0183e5fcdc17111b65762cb7480d25944e9197b df7f201dd43bd09695b1ead3a61950533f5d8bd6 e227f5da2fd763171a958093f33a9d8dd2032da1 fdd79e9c0b00e6228d00b5c5e1e583d1add75444 Package: ros-jazzy-kobuki-velocity-smoother Version: 0.15.1-1noble.20260902.063241 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.20260902.063241_amd64.deb Size: 143330 SHA256: 48747b3c1b7c988cc7d66b4f479a0a86d769d4b30be945c45982bf5869d03631 SHA1: 967e01b02bbf9b3c446ee86abe06aba36e077227 MD5sum: 26ba33d583f4ae69b89afdf32c67df43 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.20260902.063241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3313 Depends: ros-jazzy-kobuki-velocity-smoother (= 0.15.1-1noble.20260902.063241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-velocity-smoother/ros-jazzy-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260902.063241_amd64.deb Size: 2757346 SHA256: 46a9a4f43a93e95b5807822ad16fd3002f5cbdb1737200e22e43016c5f68fc9a SHA1: 3888b9da568a3b56340147f71ff77dee52b4b60c MD5sum: 26e43b327a1c19b0c7a0d8915c6e6d75 Description: debug symbols for ros-jazzy-kobuki-velocity-smoother Build-Ids: 2718bb7c4c6f663c2db83cdb0ed551eb1707429f 5b6c755f6c26588c8ddc5a3969a288b9d23c7cff Package: ros-jazzy-kompass Version: 0.6.0-1noble.20260903.023007 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.20260903.023007_amd64.deb Size: 174156 SHA256: 252fe42189b246ab248e3c8aa7d3bb9eea6cd98323a7c8f6f88289f4b2cc5017 SHA1: 0c8d95269995f550d3ff148e0d169de928318f86 MD5sum: 7c230f431b81707b82334cd4a38d51c9 Description: Kompass: Event-driven navigation system Package: ros-jazzy-kompass-interfaces Version: 0.6.0-1noble.20260902.042352 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15239 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.20260902.042352_amd64.deb Size: 839840 SHA256: dea60a7dafa1ed8c2b61e98a4612a136611a2cd88f445cfaa03bc06e7af44f1b SHA1: feb9ee2ad8b4732eaf6dfce336762a1ccc6f1b5d MD5sum: db41363155fb2ffc542daeac22775fc2 Description: ROS2 Interfaces for Kompass Package: ros-jazzy-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kompass-interfaces Version: 0.6.0-1noble.20260902.042352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 8772 Depends: ros-jazzy-kompass-interfaces (= 0.6.0-1noble.20260902.042352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces-dbgsym_0.6.0-1noble.20260902.042352_amd64.deb Size: 6546636 SHA256: f8baa00260f5a6fe85f73fd8fc14e4d3db932e52a1a9bb881b480b18c0cf38b5 SHA1: e6cc6aa9de41fd009d14ef8d27ccdc0537f1b70e MD5sum: 75b97607bdfecd0e82ac4279bd98e62a Description: debug symbols for ros-jazzy-kompass-interfaces Build-Ids: 1d59362899dca2d7b8258ed056de11895fc0a0a7 27456043fa537d4d9c4c8565b4bae5b640c80a1b 5dab427ad231c4d83d059c61af0b5dcc7fe7567e 74988133fc42296ad549db2eb0f101ab3a3939b1 85ef85e898ac967f366cf5461c57c512c7848304 b7ef0d2936da050f0d75b61eb5a8370d17a9327e c6009bb36421651cdea00001ec3a80ae3cb028cb d0a8cbbb6aa10a1b6393434887c38c8ba9ad9228 d434fb6534e48ea8978a64f9db00446417bbea5b e1da3d7285e7f98386b905ce3689cec7b6a8bbde fbe3abb8c78da8b474930b4fe174da30541c51f4 Package: ros-jazzy-kortex-description Version: 0.2.6-1noble.20260905.084346 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.20260905.084346_amd64.deb Size: 7882424 SHA256: 6763700b61b9014093d866e1ba073f2e467820ebfb90a572aea28f9f038ff36b SHA1: 25ca667f385bc62854816e901221639419d55b4c MD5sum: 242983e5651e49e82db86fb5a8823f70 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.20260903.022629 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.20260903.022629_amd64.deb Size: 16329934 SHA256: f35ac75293b1c2cffa49edb8aa7848a3cc3acdafa6d719c85a5762376237aa40 SHA1: 39bbb99b0aafd8390475344152a51456e33fffaf MD5sum: d17238d9ad90ea8550a094787b77f780 Description: Robot models for the KUKA agilus family. Package: ros-jazzy-kuka-control-mode-handler Version: 2.0.0-1noble.20260905.074947 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.20260905.074947_amd64.deb Size: 100552 SHA256: 08da643374a9eceeda1e462bb34cde086631321ad4f8b1d5e7bee888a142cc80 SHA1: 6f804049c6da1543e789f7c7bce1e33ead38c26e MD5sum: dfaef4130ea530018b1ce6547f81b249 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.20260905.074947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2088 Depends: ros-jazzy-kuka-control-mode-handler (= 2.0.0-1noble.20260905.074947) 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.20260905.074947_amd64.deb Size: 1784426 SHA256: 082f1729bcf8e7757a70ccf182b9de52784fa1761c766a1091caefc775f0a6c1 SHA1: 9ad1a8fb9d239dce224f47c9fa99b05d46ca43af MD5sum: 85f2f20681b289498d4d204fe4846676 Description: debug symbols for ros-jazzy-kuka-control-mode-handler Build-Ids: dd33532df90fd839ec4f2ebdf27ae966af568098 Package: ros-jazzy-kuka-controllers Version: 2.0.0-1noble.20260905.075808 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.20260905.075808_amd64.deb Size: 5354 SHA256: 6f58d7ac0d2941baaeb7a826d367bcddc5a914e17d86d1aab96e4b8292a27fbe SHA1: 6d6694ccef0b04dbbe7912fbbaad5d6a16d4a1db MD5sum: f8627e8135223cee68d0f966665dcf77 Description: ROS2 controllers for KUKA robots Package: ros-jazzy-kuka-cybertech-support Version: 2.0.2-1noble.20260903.022635 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.20260903.022635_amd64.deb Size: 29991948 SHA256: a00159d86b6fc628f026971d29f2bc32e77c79198afbae6c11a516b585a56149 SHA1: d17cae53db1566f3fcccf575f53c98a3ceb54bf9 MD5sum: e72b76f4b8d4210bd47f89594beca3f3 Description: Robot models for the KUKA cybertech family. Package: ros-jazzy-kuka-driver-interfaces Version: 2.0.0-1noble.20260902.030811 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 748 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.20260902.030811_amd64.deb Size: 63106 SHA256: e22affefdcbd007df0677ddefba53d90bc72ba94c7661efa09d2341bd00d642f SHA1: 6429b4724e0e355005074a21e461883c648c4e0e MD5sum: 2815e4b6adec75fff4e4495f59b4bd9d 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.20260902.030811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 456 Depends: ros-jazzy-kuka-driver-interfaces (= 2.0.0-1noble.20260902.030811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-driver-interfaces/ros-jazzy-kuka-driver-interfaces-dbgsym_2.0.0-1noble.20260902.030811_amd64.deb Size: 336806 SHA256: 0cdd8a372deb5d1d689b214a7a8fd9c49cd0b1012f66c994f921450f157f00b0 SHA1: 684534fb06b50e9276e65f463c4ee056201e8e31 MD5sum: ad07d896956fd9c6018b4d7ae6a8e13e Description: debug symbols for ros-jazzy-kuka-driver-interfaces Build-Ids: 045b36ce0ebdf247d51d219bdd3bff6c5d247c27 308c0134c63db3d17781680bbd1f388181a9cace 4c7157a53c361b5c2614ce5ecff475f50ebf5321 6f77de8cc277b56b1899b741ed51dd4a1e998db7 70880366dbdf6ab6afbce4bc4b0fcb5e462b6d93 72d339fe729e3714ae2b644e2af963b3a9800b12 9f8207c526c54c971f38d9340cfce9a6cbf27b85 a2d2d8ed692a69fa78834812dfbf902a3751f07c a9d8a43f6a474b1aa9d627688ff177ee15f143c8 bc914e9c74b557fdd25650ddb27eb93188fff3ee c91b340dd5454239b8bb8dde83ba5b043ea68f4f Package: ros-jazzy-kuka-drivers Version: 2.0.0-1noble.20260905.080553 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.20260905.080553_amd64.deb Size: 5476 SHA256: 1b338dd7e852d242b43a79995518813bf8a11f11b638636a97d5cf6925f06179 SHA1: e076538e1d9b74c7067c7d001f089ad8cedb3e27 MD5sum: a9cc334e32536df5da7f98f4e8963344 Description: ROS2 drivers for KUKA robots Package: ros-jazzy-kuka-drivers-core Version: 2.0.0-1noble.20260905.074355 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.20260905.074355_amd64.deb Size: 123364 SHA256: d7a56ad6f546a6115d94ac879dcaaacefe969f930d715828ff9712e8ed9f1338 SHA1: ca1feb233c24b2281db81a3d412146f185e9691d MD5sum: c79637abfc62866d05044955adc669f8 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.20260905.074355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2674 Depends: ros-jazzy-kuka-drivers-core (= 2.0.0-1noble.20260905.074355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-drivers-core/ros-jazzy-kuka-drivers-core-dbgsym_2.0.0-1noble.20260905.074355_amd64.deb Size: 2356174 SHA256: 7b6183f70b2b4d3deb034d0023ef25754bf474b1a4039f51b14263c1656dd0ad SHA1: 6bff594b8eb5e9c9f5aa5b95a4b6d583ef7e7766 MD5sum: 47ac74abeccbb99661b675ea124688d4 Description: debug symbols for ros-jazzy-kuka-drivers-core Build-Ids: 221892e06498971f0fddfc3242f566093bc57e26 ba0689fa5a454c6f2e800e5482b4d69e864cfbeb d55b76fc32cce32fd6f63386e183c3d5f88d8655 Package: ros-jazzy-kuka-event-broadcaster Version: 2.0.0-1noble.20260905.075003 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.20260905.075003_amd64.deb Size: 55170 SHA256: 104234bcfffaa780725bfc46996f3aafab3c359543076d181058f1c79290d8b3 SHA1: 62ac4ab0bdffaa5b554e75c6b21ca29fb88635db MD5sum: 98b591217ed4a9659210710b39b14dda 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.20260905.075003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 897 Depends: ros-jazzy-kuka-event-broadcaster (= 2.0.0-1noble.20260905.075003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-event-broadcaster/ros-jazzy-kuka-event-broadcaster-dbgsym_2.0.0-1noble.20260905.075003_amd64.deb Size: 839468 SHA256: af276c653e4bca4992447b7ce0b73e20c1e798bb5bc114f0169dfa38eabae48d SHA1: 2f42e340a61c621fd1a1978d97c43c2b07c5b74a MD5sum: 2e1c9157f9f8d7dd78d96e85a044da6f Description: debug symbols for ros-jazzy-kuka-event-broadcaster Build-Ids: d0c4264e326f1c51c55f0ab2725f82ae53bd28ce 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.20260903.022639 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.20260903.022639_amd64.deb Size: 35907162 SHA256: 239102632e206d3e5fb8115d698ffa585a22661622df2f7d11b4c23428d37cdb SHA1: 7c1cba2859835ac80af74e72c3352acaa7bcd8d9 MD5sum: dcd0dc61befb336b40b95f01d4366397 Description: Robot models for the KUKA FORTEC family. Package: ros-jazzy-kuka-gazebo Version: 2.0.2-1noble.20260905.085914 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.20260905.085914_amd64.deb Size: 53040 SHA256: ec07afdb5139a3668a7652232b05da2ec665d7de192b5c5430c80b04ffc5b0a3 SHA1: 44448f638becb6993298d494abfae06ac27fe72c MD5sum: fbd48505e9a8ec95fe285c6f2dda1a6b 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.20260905.085914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 784 Depends: ros-jazzy-kuka-gazebo (= 2.0.2-1noble.20260905.085914) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-gazebo/ros-jazzy-kuka-gazebo-dbgsym_2.0.2-1noble.20260905.085914_amd64.deb Size: 728166 SHA256: 28da0cdf4fc74ff540bb90f8ceb53f11fd5d1a61a0532dccba60699990326a07 SHA1: 0da178fe97a1db6f87d7fdf1b97c42b5995346f5 MD5sum: f81d89f1d73b7f81f591c17c14bcc304 Description: debug symbols for ros-jazzy-kuka-gazebo Build-Ids: 5ce629ffea413136b407d5c5a95472f26ef6620c Package: ros-jazzy-kuka-iiqka-eac-driver Version: 2.0.0-1noble.20260905.075757 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.20260905.075757_amd64.deb Size: 307220 SHA256: 4ff8b09264310e118f026f696ffca1f6174d3d4f0e5922420f4ce660ffda1d5e SHA1: 10c3b98755b426ae70436faad1c252c27ca4204e MD5sum: 2001d1921eaa569775e4f4dcb045882f 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.20260905.075757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 4198 Depends: ros-jazzy-kuka-iiqka-eac-driver (= 2.0.0-1noble.20260905.075757) 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.20260905.075757_amd64.deb Size: 3598116 SHA256: 61277d48223ebc8a307232feffbd616afd567ad1501b1c4879fd64ca1b34f6a2 SHA1: fb1a84beda560f4de255958468357dcfe1188824 MD5sum: 20d7fe828d80251358041b43b073b691 Description: debug symbols for ros-jazzy-kuka-iiqka-eac-driver Build-Ids: 55afcf0558dbd4af6576c5538e0d9657f941435b ab1dc46037cf0f87d7ba68d1caf8dd2564ca1847 Package: ros-jazzy-kuka-iontec-support Version: 2.0.2-1noble.20260903.022632 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.20260903.022632_amd64.deb Size: 16224474 SHA256: 69490f33635ee075aec09d331873e3723d9574e13c8d1084e74a4bbb799555b4 SHA1: e4c0cf7ad16da35df549984fa3f8b4c9f66f40c5 MD5sum: 10f579476d1ee31e5fe8050d2f01cc30 Description: Robot models for the KUKA Iontec family. Package: ros-jazzy-kuka-kl-support Version: 2.0.2-1noble.20260901.011349 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.20260901.011349_amd64.deb Size: 47182 SHA256: 178dc912f7db3bdb5eff188b05c77f82806cece97d32fd14c06746afebb83e72 SHA1: a949550ce9aeb4a91de7e5afd05a00ea00834015 MD5sum: cb4bfda5c01bb4d43badef48229682aa Description: Robot model for the KUKA KL family Package: ros-jazzy-kuka-kr-moveit-config Version: 2.0.2-1noble.20260905.083325 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.20260905.083325_amd64.deb Size: 12756 SHA256: 77a10f636331661ac7c944c3a5faa311fdbaf1d48e405c6f0acd2dc0fde799b4 SHA1: 6bb39833a942bdadebf8ceb3f3f651f87aca0bb2 MD5sum: 8ab0e167cb19b95ea3068be02a93e692 Description: Package containing moveit configurations for KUKA LBR iiwa family Package: ros-jazzy-kuka-kss-message-handler Version: 2.0.0-1noble.20260905.075021 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.20260905.075021_amd64.deb Size: 121626 SHA256: 9f20e09b682430916bbe64ce703ca7e7b2fe6651b4d578e768f18180342f8e9d SHA1: 98557829968b98a57137e0e05613ff7f15b0f5b0 MD5sum: d1689564cef3f92880fb13d2f4f6d5f2 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.20260905.075021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2460 Depends: ros-jazzy-kuka-kss-message-handler (= 2.0.0-1noble.20260905.075021) 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.20260905.075021_amd64.deb Size: 2117138 SHA256: f98894117d7c1f6f4bc45998935569baccf40cf45ce56dc6498d51d5ea32aee0 SHA1: 5ba5db50c5049228ae664ee354c21808200354af MD5sum: 4d9ca2b01636e4c8394676d5a0b80d33 Description: debug symbols for ros-jazzy-kuka-kss-message-handler Build-Ids: d5c5ee6ff5dc064eb8ddd7ac4f8f1880d5676301 Package: ros-jazzy-kuka-lbr-iisy-moveit-config Version: 2.0.2-1noble.20260905.083352 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.20260905.083352_amd64.deb Size: 11006 SHA256: 973032c0d26b302b10df0a2771df29336a663883d9297bbe70ee577e2a8c81cc SHA1: 1534ad6ed60aeaf3a9ce7c092778ae92d277e213 MD5sum: 328a0505042aae436de8f498f8c068e8 Description: Package containing moveit configurations for KUKA LBR iisy family Package: ros-jazzy-kuka-lbr-iisy-support Version: 2.0.2-1noble.20260903.022636 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.20260903.022636_amd64.deb Size: 10260738 SHA256: 178d41e144d82ef2c6c1b372d49796005dd982254b2822a7771cc4ba933f6855 SHA1: 0f0acb4b1d930452ccd916f4fd9aafbf051d5959 MD5sum: e245a56327e0099246ae23be60644d22 Description: Package containing models of KUKA LBR iisy family Package: ros-jazzy-kuka-lbr-iiwa-moveit-config Version: 2.0.2-1noble.20260905.083410 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.20260905.083410_amd64.deb Size: 10888 SHA256: c0de7de94e40ef1162a2c964100937ccfd6408c6b48cc2ffb4a97c794169484a SHA1: a25bce29ecb2171333c6fd5847e77bf9083a96fb MD5sum: f7c3778b7657a359e5d873b4d4834d22 Description: Package containing moveit configurations for KUKA LBR iiwa family Package: ros-jazzy-kuka-lbr-iiwa-support Version: 2.0.2-1noble.20260903.022722 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.20260903.022722_amd64.deb Size: 2614848 SHA256: 0f37f1def16df8e82f4b22e4bdf50c0ebb1a2fa0ea5e7ecdbc6dffe3ecfd9041 SHA1: 08befaf262fae0d21abf0bd2b44e45d94fbe17d2 MD5sum: 9e0de4aadba4b411ecff6e669351bb56 Description: ROS2 support package for the KUKA LBR iiwa Package: ros-jazzy-kuka-mock-hardware-interface Version: 2.0.2-1noble.20260905.072628 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.20260905.072628_amd64.deb Size: 28848 SHA256: d4ed0584d483c188baaa4f6d298e59e7da3a26580c38dd627c67ca4383816e5f SHA1: a8f6505a7e90fcc05ba0d66016895628125e16db MD5sum: 25c0bc2f72e66493426d634183153356 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.20260905.072628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 615 Depends: ros-jazzy-kuka-mock-hardware-interface (= 2.0.2-1noble.20260905.072628) 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.20260905.072628_amd64.deb Size: 583518 SHA256: 98b4d784b2149f7a2106a0ab8e3e0d66dfe8e8e70f30f1fed8186e5dc8578c8e SHA1: 1b41b0d0710fb87b410ac9a7ed982cfd697241d0 MD5sum: 35ec5102ee5cfdf74b39eabfe439b036 Description: debug symbols for ros-jazzy-kuka-mock-hardware-interface Build-Ids: 35e1e6961e030dcd55fbc1ca1a7541b88155f447 Package: ros-jazzy-kuka-quantec-support Version: 2.0.2-1noble.20260903.022734 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.20260903.022734_amd64.deb Size: 44258762 SHA256: 1a06e2e153fc9bb3121e8f3841fb3e28af468b5fa1df4971ad4bfcb7bbffc54c SHA1: e337a3ac50fd2b9799ccf1db6efde44b20c6dad5 MD5sum: 624fc382086c5346ff510dc3d54a52aa Description: Robot models for the KUKA quantec family. Package: ros-jazzy-kuka-resources Version: 2.0.2-1noble.20260901.011426 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.20260901.011426_amd64.deb Size: 12802 SHA256: 92ea817e37af279cc529464712ba5a201b61e978d31e17aec27b56d07f036134 SHA1: 2dee89050540614ccd9c38bb7235183f4e7210d6 MD5sum: 114bbe1f231884e122280ba49ab40a70 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.20260905.090147 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.20260905.090147_amd64.deb Size: 5562 SHA256: 9d36f234a1190ce1d2419138157e4ee538a4478e8f030bedfb8cb2b324d87a29 SHA1: 7845d2008c89e23b7c4aa142210cf6502ad2c1ff MD5sum: ead72cbacd376b9b8909c2b1ce0e4ce7 Description: Robot descriptions and moveit configurations for KUKA robots Package: ros-jazzy-kuka-rsi-driver Version: 2.0.0-1noble.20260905.075558 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.20260905.075558_amd64.deb Size: 516038 SHA256: a99fa33c2eebe287badab27b3a3dfe46b3c75db02def42bbeff54866d6eaf96f SHA1: 1d54bd3994320394d9fadab530b147f3a504773d MD5sum: 5c0f3d876f86fb34f11c127dc3a78c75 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.20260905.075558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 9145 Depends: ros-jazzy-kuka-rsi-driver (= 2.0.0-1noble.20260905.075558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-rsi-driver/ros-jazzy-kuka-rsi-driver-dbgsym_2.0.0-1noble.20260905.075558_amd64.deb Size: 8207458 SHA256: 732f201c2bca21911f93f567ea1fbaf6dbdeb769263a89d4e4521aab87c6dbf9 SHA1: 18960cb886fb83359d2aaf6a33020795d6c4576b MD5sum: fb853f116d9468ba016e22b9f5c1ed6a Description: debug symbols for ros-jazzy-kuka-rsi-driver Build-Ids: 192632fa0d55879d71ddce90bcf085ed8c33c198 4e18d58f0889208cc0ea05285ac2a465cf94d53b c450e6f6d3c7b78253dbb3775183aca4ab86f950 Package: ros-jazzy-kuka-rsi-simulator Version: 2.0.0-1noble.20260903.085217 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.20260903.085217_amd64.deb Size: 9386 SHA256: d7b74e2e974987e18af39ef8b6455704e77c927bf8ada2ab00d4f3dd07917725 SHA1: f119c366d651815ee3171160fea94c8e68764ce0 MD5sum: 1514ea9bbd5d3f3f232d836e0c5b1dfc Description: Simple package for simulating the KUKA RSI interface Package: ros-jazzy-kuka-sunrise-fri-driver Version: 2.0.0-1noble.20260905.075805 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.20260905.075805_amd64.deb Size: 258224 SHA256: 9ea9ce5b9933d6c1155bfd9bf9e5dc7bc92f2ffc216bfd417b9643e6314e4af2 SHA1: 2766806e772cedbff491d0d6aeb6910723c4e498 MD5sum: b27e1144dc467ff9e02fc36dd0a80798 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.20260905.075805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 4992 Depends: ros-jazzy-kuka-sunrise-fri-driver (= 2.0.0-1noble.20260905.075805) 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.20260905.075805_amd64.deb Size: 4421606 SHA256: 096c270c9ff424042adfae1847a87e07aba50e883bb46d0c57813fd660a665cc SHA1: 079c4be106fa63d1e89f6f4493b393aa2726bf6c MD5sum: a6736f050675a41085bcc3857bf31268 Description: debug symbols for ros-jazzy-kuka-sunrise-fri-driver Build-Ids: 0f37da2da37dea0c6b500659c362426497cfd5b9 1556c09fa1ae6390dd15d9dae1bd5ae9b91b7155 a340edfb55e48c933a0af4829e6448897f0d241b ed4c1a3ee119a69469e81424dc0270f8c633cd61 Package: ros-jazzy-lanelet2 Version: 1.2.3-1noble.20260903.071401 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.20260903.071401_amd64.deb Size: 5812 SHA256: 6a1b7b4cd00d157c7e0723f1fc4dcabe08ad4fdf908525b7b94dbd6a618713fc SHA1: d68cf100492e3b4911b035b21ca406e650e5dd47 MD5sum: e46afd7731e147be308ab7f9465f5086 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.20260903.065742 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.20260903.065742_amd64.deb Size: 100496 SHA256: 4941be2fa271349d800e7ab67ecb74957e25d3820189c7673da0b436e484eec4 SHA1: bb47cc13fa8555d371fc71ed44b544c43c875e33 MD5sum: 4cf64ad38649756096e86251a7eeb9a5 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.20260903.065742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 5328 Depends: ros-jazzy-lanelet2-examples (= 1.2.3-1noble.20260903.065742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples-dbgsym_1.2.3-1noble.20260903.065742_amd64.deb Size: 5236430 SHA256: ba9a6006aa194a251a605810359e6faa37a56aea98ca49754297a6224a6a4c66 SHA1: 7cd7dda4453816c8fd3a5b05fe9052a3ebafc86d MD5sum: 937a708f85d5c4561ca915d1e253882a Description: debug symbols for ros-jazzy-lanelet2-examples Build-Ids: 09223cb4c5ff7f12040f59ad45f8a201ce3cc1d9 1a219089e8c2c4e37ce2de9f0021e371ff511b90 1c1b4879185ce997eb25b1835a97dbd702408c3b 4fe44c81d7252ece1afcbe1a1be15e40c357f2ae 7c6f9e71e77e6a6143370f9b8b39d31f28dc3dd2 da2f4a29a04037f96168774d29a401a13a6da7c7 ed3a256ffdc2f20c3917891322ee56fa04da12f9 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.10-5noble.20260903.023212 Architecture: amd64 Maintainer: "Jon Binney" Installed-Size: 3164 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-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.10-5noble.20260903.023212_amd64.deb Size: 607890 SHA256: c4d066dc033d41e98539a2d231155fa634ac53f3cdfbc52dd601fe37848899d8 SHA1: b59587c674aca0a433f95e35279bb166913c4091 MD5sum: 3d7f9bb38e910915d4eb4f373b1170bb 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.10-5noble.20260903.023212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jon Binney" Installed-Size: 14381 Depends: ros-jazzy-laser-filters (= 2.0.10-5noble.20260903.023212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-filters/ros-jazzy-laser-filters-dbgsym_2.0.10-5noble.20260903.023212_amd64.deb Size: 12793360 SHA256: c3ffec226e346156781c0f9c38ee5911f724f296d75795b3736f8107e595d5b0 SHA1: 18e458635b320c7b5111a84f499108dcf01af2c7 MD5sum: c44c68244a9b60cb71c413a656d992ca Description: debug symbols for ros-jazzy-laser-filters Build-Ids: 0948d7326fb810514fd415769bf54dd201364b14 486a70e5b41fb85b173949a846388e9305111c2d 64ee469e118c643650cab8265806b502970c77cb ef2a5a912ba77ab9173948426c01725498857c58 f2b960f7307923373ef0235ae1d7817ae2bc8ad0 Package: ros-jazzy-laser-geometry Version: 2.7.2-1noble.20260902.075605 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.20260902.075605_amd64.deb Size: 26482 SHA256: ee4a7ffb7bf837e25e2df4bc0ed5b667f315b2f3aadceeb55e9394c732c04db4 SHA1: 65b78b6c6699717908e8f492489a317824e997d4 MD5sum: 6398efb4741072eeabfdba7260352550 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.20260902.075605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-jazzy-laser-geometry (= 2.7.2-1noble.20260902.075605) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-geometry/ros-jazzy-laser-geometry-dbgsym_2.7.2-1noble.20260902.075605_amd64.deb Size: 156972 SHA256: 46c826b7a2335b323d3eed5af4a4bb96b87b04e627af217edb186f7368855906 SHA1: 3792fef325d41ef495547883ce1fc7f9451af9cd MD5sum: bc0107592a90ebf8af1c8189288ea872 Description: debug symbols for ros-jazzy-laser-geometry Build-Ids: fca67cc654aec658e43bfb4077deda9a49ec3866 Package: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260902.075723 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.20260902.075723_amd64.deb Size: 142892 SHA256: ceb1f8f72e3b567f0846a5288f95535a82b449b42cb5fccc402a77556742eca2 SHA1: 2fb79896160a4622b4834c42cdc1f5309aa849c8 MD5sum: 3f3e89643165a5585c101f2a36e4d6f9 Description: laser_proc Package: ros-jazzy-laser-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260902.075723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3231 Depends: ros-jazzy-laser-proc (= 1.0.2-7noble.20260902.075723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-proc/ros-jazzy-laser-proc-dbgsym_1.0.2-7noble.20260902.075723_amd64.deb Size: 2824918 SHA256: 3efa96103e044575478ba3222abcc46a8e911e6258a7c24ba6ff83081d66eb75 SHA1: 8f65f9fe48e16ae251f6d83c83079e529f5bcfe7 MD5sum: 4e6e14954b8d71f9f018a81ca2d7b105 Description: debug symbols for ros-jazzy-laser-proc Build-Ids: 11153dfdc951b1b3ec08d6dc3db46ee24cc767ac 1406e011e9d6bd1b68e217b436fa41d424d8576b 5ab280b6a1d4f24ee7fa3fa04e07823fa2e962fa Package: ros-jazzy-laser-segmentation Version: 3.0.4-1noble.20260903.012106 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.20260903.012106_amd64.deb Size: 163460 SHA256: a5d414399e6a306504a37bce7972bec1e5f4cd7f2445ea23cecf2db033f6cfd0 SHA1: 2ecc6b237683d4cd9f9ab96928f4ae8e4dc15b97 MD5sum: cecb7f5b9f81b0a2ef7641eedfdbe2f2 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.20260903.012106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3386 Depends: ros-jazzy-laser-segmentation (= 3.0.4-1noble.20260903.012106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-segmentation/ros-jazzy-laser-segmentation-dbgsym_3.0.4-1noble.20260903.012106_amd64.deb Size: 2983716 SHA256: a9d381d4814efc5e14ba52df12d0557702bb49be069bb2e4eced5f5bdcb926ea SHA1: e074e89382b0ca154a9d869d5612e2e07fcdbac2 MD5sum: 3e49dad62964f736e33cb161827e1ca3 Description: debug symbols for ros-jazzy-laser-segmentation Build-Ids: 8d2e9c61afde58ce45809e31f38ea32f56145c06 a0fbb96b92134e01733978e9b803da4f5d89039a 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.20260902.102932 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.20260902.102932_amd64.deb Size: 54808 SHA256: 5643dd589cdae198ffa11204f50cda8e03a1370da99bb2f344042835dbf7fcc2 SHA1: 9c628ccb7f68a697f5c62274da053ae439f52b34 MD5sum: 8421d5d86169e13e48e59e522ddfcd03 Description: Utilities for launch files Package: ros-jazzy-launch-param-builder Version: 0.1.1-4noble.20260902.081343 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.20260902.081343_amd64.deb Size: 9000 SHA256: 1d0d38704fc2ca87dc5fe9bd243eda37f645a5812942eb26ba2089f59f01f8bc SHA1: 148be799c66de447a17b238f30ae3e391cc50598 MD5sum: 4a5cf45740b94d1f54d14c9997fda53f 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.20260902.054847 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.20260902.054847_amd64.deb Size: 94206 SHA256: 1b265185ffcbe3190a9f085104db90197eb1e951085ae582171a87e5bbaedced SHA1: 59beaa5e619e81cf63626000039b8ba517601b2d MD5sum: 63ed70ec2a3f7371f44a8836e0d6ca5f Description: ROS specific extensions to the launch tool. Package: ros-jazzy-launch-system-modes Version: 0.9.0-6noble.20260902.054923 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.20260902.054923_amd64.deb Size: 18408 SHA256: 141fae78a1c5efbac5ebc1a7bc09ebbca138a824f682526d820668a05f25e245 SHA1: 5169e2ac0e74fd0e3a48dd5c5f47df7a809da116 MD5sum: 9251ad7b5b84be16960e92162b7f09f7 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.20260903.095249 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.20260903.095249_amd64.deb Size: 14314 SHA256: 874189ab9b2759c89856de29d8f72197ef08b3058e9c158f4917f94648fa6902 SHA1: 9e1359057981fbd83767dc4c22426ee3e11de787 MD5sum: 19597aa21a58b6201d3077bbfe7b527b Description: Examples of simple launch tests Package: ros-jazzy-launch-testing-ros Version: 0.26.12-1noble.20260902.081433 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.20260902.081433_amd64.deb Size: 22688 SHA256: c2494551123a39723b12214ce9db9695739a554ba84239268b4d2ba24ef30a94 SHA1: cdc3a849d4602597382203f689c1c9fe5e2184a8 MD5sum: 272107166edd10eaf46eb8b0b27093f6 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.20260902.080524 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.20260902.080524_amd64.deb Size: 61086 SHA256: 8868deb90f9094bba54622e7855f095355697da5bde5efd08cb60503c7ca17a9 SHA1: c35126c070c84d2099b9f6cc09e2c5353396f5f3 MD5sum: a13777c5cfe177b53fcc92b19b0b7f82 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.20260902.080524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1045 Depends: ros-jazzy-ld08-driver (= 1.1.4-1noble.20260902.080524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ld08-driver/ros-jazzy-ld08-driver-dbgsym_1.1.4-1noble.20260902.080524_amd64.deb Size: 985314 SHA256: 7f73ec269c18480f2c9a3eca046444aeef4332f93f8b70a70c22ce9042ec9e65 SHA1: 75eabec341db19cf61d8dad636783a6cda415cc8 MD5sum: 3fa5e3ca9a41c55a867661db33c05908 Description: debug symbols for ros-jazzy-ld08-driver Build-Ids: fabe4c1195e11e1b59b03468b146d36a20c921ad 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.20260903.081832 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.20260903.081832_amd64.deb Size: 5236 SHA256: 8a1fe68de88aa314fa38202de338d2d32787a99742393541915b7accd8475981 SHA1: 13e2e125a74dfda324496b912fb8a2fa9adc4118 MD5sum: ca08119c33021444d316ed519b1ed47e Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-jazzy-leo-bringup Version: 2.6.1-1noble.20260903.084918 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.20260903.084918_amd64.deb Size: 20208 SHA256: d9127aa3c590e06d9130d4776315534277b65fefdc5ae47141bdc0e2320eed90 SHA1: 27caa1f06a002ec6f4704464109abe99c1ad963a MD5sum: a24adf816d0c6e672408d45e240bc9f6 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-jazzy-leo-description Version: 3.2.0-1noble.20260903.022727 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.20260903.022727_amd64.deb Size: 5795304 SHA256: 55ab69d55cf8e8342b1b871b32c43e5b75706ff59f84e5ea0df9ad7faa92af7b SHA1: 061e67c5b4d8a3812da36e228b85f01fa4dc091c MD5sum: 8fca564cee569f615f8c01694bf4aafa Description: URDF Description package for Leo Rover Package: ros-jazzy-leo-desktop Version: 3.0.0-3noble.20260905.073748 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.20260905.073748_amd64.deb Size: 5170 SHA256: c711f95ec7dd98b4742abbd25bf15017b493bd640fc739502dc79638697683a0 SHA1: eecbe3505c21b2a1164ac1057dc1a8b4a92aa84a MD5sum: fc3de16ac37e32f1c619e23cabd4cad3 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-jazzy-leo-example-follow-aruco-marker Version: 1.1.0-1noble.20260903.082308 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.20260903.082308_amd64.deb Size: 12132 SHA256: 265eb2bcbb8933f27535850e3a3892ecb67a6461b7c87077cc9012b5a733277e SHA1: 7d5111a63977c24bc1049ddb316a19db3848cc1e MD5sum: 4e467e615673cf048aa80a9a9c7f62a9 Description: Follow Aruco Marker Example for Leo Rover. Package: ros-jazzy-leo-example-line-follower Version: 1.1.0-1noble.20260903.015542 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.20260903.015542_amd64.deb Size: 1985530 SHA256: 872a5935824936e4f14703a4d0a3265aaa72cf256c328d144bbdca4cd2873ff7 SHA1: 641901fe4fd004fa1745cd173465c5c5bed7be2d MD5sum: 62c5664f427b45fab3a17a8c5f21f3eb Description: A line track follower example for Leo Rover. Package: ros-jazzy-leo-example-object-detection Version: 1.1.0-1noble.20260903.065754 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.20260903.065754_amd64.deb Size: 9498502 SHA256: 401ef5865013230b683be4eff308524c7908367c3bbb4744ddf29142482fc1ca SHA1: b28762ffcce1f18189453d0088096ab792841b12 MD5sum: f8b57839bb6c561d890cbb43a456cc2a Description: Object Detection Example for Leo Rover. Package: ros-jazzy-leo-examples Version: 1.1.0-1noble.20260903.082640 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.20260903.082640_amd64.deb Size: 5432 SHA256: 8ff37b43dade8a87e7538929349b45d91608a581b8caafda3e18aa607bb82af2 SHA1: 85b62d0557a29d6353b7f4840225b52f7e1aa034 MD5sum: 9e2e916e277dbcbd5fe3f85de4f03708 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.20260903.022232 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.20260903.022232_amd64.deb Size: 238240 SHA256: e2cb3e962577555f13e4d241f7770a7c96e85f6bd8bd29b08ccaff07d5496f1d SHA1: 0b11e972af28fadeda0b7ea344f30ed84c3d229f MD5sum: 2089df67b84305e3ae0b24e43d774a38 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.20260903.022232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5915 Depends: ros-jazzy-leo-filters (= 2.6.1-1noble.20260903.022232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-filters/ros-jazzy-leo-filters-dbgsym_2.6.1-1noble.20260903.022232_amd64.deb Size: 4899454 SHA256: 868ba594e4b58cb019eddea8173caa62cfbd574590c08912765ef59506f7c8d0 SHA1: e6d30932a23562e256f7d2173cf0cf628102f2ef MD5sum: c9bb1fec2c642625b5913eb7569d96e5 Description: debug symbols for ros-jazzy-leo-filters Build-Ids: 0e46afca2d1b9dcb3975c3842c7403b4508994a4 921f8f7b32ad0bd4891a84cc4482a7b151228f81 f6628253dac551607493e16b6f153655ded163e9 Package: ros-jazzy-leo-fw Version: 2.6.1-1noble.20260903.065751 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.20260903.065751_amd64.deb Size: 388300 SHA256: 6819a2619ad8ffab03081c2af92cafc49f50aafb16282e4593df4330c4541522 SHA1: 0703a5aba15aecc44499a2c537ba1ede92e02b5f MD5sum: 1801f5de99dc097ff87106e1423fdc9b 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.20260903.065751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5801 Depends: ros-jazzy-leo-fw (= 2.6.1-1noble.20260903.065751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-fw/ros-jazzy-leo-fw-dbgsym_2.6.1-1noble.20260903.065751_amd64.deb Size: 4697622 SHA256: b29030d5cfca84901ce011f1cb19838f8cd15dcf31e7689fe69c8ef162acda91 SHA1: 0ff6b6f0944ba39849352f0fc97aacf815d1ce98 MD5sum: 20077a28ba21686adbe434d5b3a21bfd Description: debug symbols for ros-jazzy-leo-fw Build-Ids: c8dc625835d8c5690343be7f7048629d38326756 e2f521f6260fd80747290316e289cb06e4f58e5b Package: ros-jazzy-leo-gz-bringup Version: 2.0.2-1noble.20260905.085917 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.20260905.085917_amd64.deb Size: 8014 SHA256: 1987ee561286f48b2188518238612f8f9416c49496391b958651a100aa9152c8 SHA1: f43f8955b4a84e8fa8bc2a2cbb65da9d5431950b MD5sum: 4b9e16a89abe2e8dd3e9b092d6a39e0d Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-jazzy-leo-gz-plugins Version: 2.0.2-1noble.20260905.083611 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 853 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.20260905.083611_amd64.deb Size: 148520 SHA256: 44a707896c78e10a50f3af7401895c248a1ce2e6b8d4f05cd39abb400abff105 SHA1: ac28537e9b1a87c0a5f098e457c052912b1d5a9a MD5sum: b6bd4cba862e9ee45a0a71ce08a838cc 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.20260905.083611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3901 Depends: ros-jazzy-leo-gz-plugins (= 2.0.2-1noble.20260905.083611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-plugins/ros-jazzy-leo-gz-plugins-dbgsym_2.0.2-1noble.20260905.083611_amd64.deb Size: 3092100 SHA256: 3c3b52e5678c11fa2f641ae7fa7f4f0c0e1abeb3af5b49c65637a8a9e74d4b06 SHA1: e1a85d3a783b9c0145769be2b73b5252de901d4c MD5sum: 3c9a3ac8e3fa4396cf4d7f751541335a Description: debug symbols for ros-jazzy-leo-gz-plugins Build-Ids: 7a0ca7ca96c1f1b82df5d9d8217b5d74549742cc 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.20260902.034442 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1043 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.20260902.034442_amd64.deb Size: 84592 SHA256: f30a3f861b09e7190b2f4a090cced5bb26bef024cd8d1490d3b14bc673c300fd SHA1: 39f2cabe597ce92c695e5e10bd0f65bee915f74a MD5sum: 2dfb89d0a416ed92701afeefe67875c3 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.20260902.034442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 687 Depends: ros-jazzy-leo-msgs (= 3.2.0-1noble.20260902.034442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs-dbgsym_3.2.0-1noble.20260902.034442_amd64.deb Size: 530590 SHA256: ea3628e034c8d4009a220739ea7ffcf8f61a5a01b3e2d201d2353f882024ed39 SHA1: 4122c5e103126296d65eed438fa1d869ee866e0b MD5sum: 0793f2ff4cf3bbb1cb38463badc5d67b Description: debug symbols for ros-jazzy-leo-msgs Build-Ids: 15c8a7e81ca655b03e3d6429827c16ec71bb3ab2 1f324b3dd73f0c0b484dc5b670d4b27f01886d91 24c8eae14014c10476eae4e97aedafd86e00cf23 2ab8d08d5dfb40d1b2cc91ead5468bd773310098 51b07f9419786e162be694142c93bfc8deb7ed6f 5b26088564e06a26ffd3f8aa541225fcae4ceb50 6cb26227ced1f21d626a959a7f8cc2c5e6688b5f 83d5d91b0c58a8f93e49f54448621027f9f47ccd b5363b7877c632ec77ef72da20b3ffdd03085379 c13e1ad5971d5fc86a56c57f321a5a09668c4139 d56d76ea00640d43d6a25cb81bee11df77bf1171 Package: ros-jazzy-leo-robot Version: 2.6.1-1noble.20260903.085050 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.20260903.085050_amd64.deb Size: 5420 SHA256: 7d28bc0f34a602f6fa2be9dcfa2fcf7f05335233d1e6d1ca4dbb2597b9de009e SHA1: 456ff9b5622d7be4759c0f148b55e71aed5e7d63 MD5sum: 45698157b2784c3cd53e0891af7ad44d Description: Metapackage of software to install on Leo Rover. Package: ros-jazzy-leo-simulator Version: 2.0.2-1noble.20260905.090003 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.20260905.090003_amd64.deb Size: 5316 SHA256: bb000e998d3ef46c31c5a40a336e4291d13858829c74c0b6a5da30655e84f2f1 SHA1: 09ec4f3a987077b00c5a4e16c040559df18a063a MD5sum: bdbb726f6f79fcd9cc28a7121d07b97c Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-jazzy-leo-teleop Version: 3.2.0-1noble.20260903.071420 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.20260903.071420_amd64.deb Size: 6232 SHA256: 83cb6a3a0f90b29b4892a5b891ac4da0a9d9818af73c77753b68615fc4629a75 SHA1: f953a214927ffbec726c361614becb151a7737b2 MD5sum: 412fdd9eb43fee6c5469a62a79e19b3e Description: Scripts and launch files for Leo Rover teleoperation Package: ros-jazzy-leo-viz Version: 3.0.0-3noble.20260905.072211 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.20260905.072211_amd64.deb Size: 7580 SHA256: d367602b5ccfea38ff928c8638de5e7ce891bd383239f46af9634a773b482040 SHA1: fea67a7636fd81c885f65ee8758bffcdb175dfc7 MD5sum: 50cbf1b9cb3ab7e52413c7f9c9c529fe Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-jazzy-lgdx-rplidar-c1 Version: 1.0.0-1noble.20260902.075747 Architecture: amd64 Maintainer: "LGDXRobot" Installed-Size: 582 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://lgdxrobot.uk/lgdxrobot2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgdx-rplidar-c1/ros-jazzy-lgdx-rplidar-c1_1.0.0-1noble.20260902.075747_amd64.deb Size: 176172 SHA256: 73c45b0560cd3cc9971344646920195f5b67d623e6c7ae266080da1a0aeee4ef SHA1: 0b2aef4c10442ad749e221656413fd092783d1e7 MD5sum: 5fe3f8fa74ab1adcb49ee49b6baddef5 Description: Lyrical RPLIDAR C1 ROS 2 wrapper for LGDXRobot2 Package: ros-jazzy-lgdx-rplidar-c1-dbgsym Package-Type: ddeb Source: ros-jazzy-lgdx-rplidar-c1 Version: 1.0.0-1noble.20260902.075747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LGDXRobot" Installed-Size: 3008 Depends: ros-jazzy-lgdx-rplidar-c1 (= 1.0.0-1noble.20260902.075747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgdx-rplidar-c1/ros-jazzy-lgdx-rplidar-c1-dbgsym_1.0.0-1noble.20260902.075747_amd64.deb Size: 2818902 SHA256: 726f152c097fd8c5f3a3f7b263157a29a0ef5477d7c0dea879d2084a35305a70 SHA1: 650aecf6f7b06892f4bc703b3465cd53c6fc921c MD5sum: 2bd4bd23194bf1e0d38e60dbbf881930 Description: debug symbols for ros-jazzy-lgdx-rplidar-c1 Build-Ids: 70f38fe8ec1927ea020d5104ce6588d045cff7a8 9aba757d9e28fc89aa8cc3c1c01180ec8b4f7c6c Package: ros-jazzy-lgsvl-msgs Version: 0.0.4-5noble.20260902.042848 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2684 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.20260902.042848_amd64.deb Size: 188980 SHA256: c534b87792c4e6199e3aa7e58661e9c9ed196c101f8da7d371b5f8b126adc67e SHA1: 1eb3f144c06d97899eeaf55ef70c035738a61141 MD5sum: 44c70c2ac247f9cee7333431487c3e6f 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.20260902.042848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1954 Depends: ros-jazzy-lgsvl-msgs (= 0.0.4-5noble.20260902.042848) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgsvl-msgs/ros-jazzy-lgsvl-msgs-dbgsym_0.0.4-5noble.20260902.042848_amd64.deb Size: 1602286 SHA256: ef5e7286863884576dd19d23a726882b72d01bf1cbd3232bfd5054afbc4a7f41 SHA1: 10e68648252ac4b60d1c854093764c7526d57ae1 MD5sum: 7d71eb959bc2477a2288acb454651a02 Description: debug symbols for ros-jazzy-lgsvl-msgs Build-Ids: 3a1671d6978ca33fd6463f7e5861a4d24428c2a9 402066ed39a5c2136fe9ab28751f0b658629abb7 44bfb3a26cce8c4f35603379af76cb6896ffa73b 547f30e9cb193ad67824b5cfca46e546d39e1119 777b2952dc42bfd8fc328fb988e8a1a4be78a099 a3c2800d542ad49bb2f910c3b83976dc8ce781fc a7655ce475abc719997eb248b44c5280cef3b1d8 b8cb6246761aca7fe3b2b8deca44368926d06297 cf5ebfce188a24bf2df074078b79633266b5d83e ec6a80662ff08426f4b0598e4b093a4358c36024 f0c99fa345b4269f2b4b6b8339f18dc92de91344 Package: ros-jazzy-libcaer-driver Version: 1.5.6-1noble.20260903.072714 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.20260903.072714_amd64.deb Size: 243520 SHA256: fb8a70becc45a0cc12e3564f188ef4f4c6d9d5ce739b378ec08f4e38a09a088e SHA1: 25fd96c0e790430a84fc3ab767e17777592b1117 MD5sum: b193a2c151d4c372bacb7935390d4d0c 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.20260903.072714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5810 Depends: ros-jazzy-libcaer-driver (= 1.5.6-1noble.20260903.072714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver-dbgsym_1.5.6-1noble.20260903.072714_amd64.deb Size: 5132416 SHA256: 6461ba9cfb426b972244653cc14afeb7738153e3e634e073683a6483a05b91b3 SHA1: 955c96a80d403a90b6c6dd4e50d729357a8a199a MD5sum: 280f17573a52f400b0448f1d8bcc96a3 Description: debug symbols for ros-jazzy-libcaer-driver Build-Ids: 81654c67c74a6f280efc259193df9c3fe094214a 8b8d80332d3d65f0355cf3411604320982f4afb8 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.15.1-1noble.20260825.004631 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 461 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.15.1-1noble.20260825.004631_amd64.deb Size: 125450 SHA256: 213eeaf70178088cf912ad16671c3f2f72027e455419a45aac32d88016f93bd3 SHA1: b91f6408571b817ba317d825ba911f66b7c5e790 MD5sum: e9fa324a0731d2a1d2379e79e9992961 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.15.1-1noble.20260825.004631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 2047 Depends: ros-jazzy-libmavconn (= 2.15.1-1noble.20260825.004631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libmavconn/ros-jazzy-libmavconn-dbgsym_2.15.1-1noble.20260825.004631_amd64.deb Size: 1901652 SHA256: 2e056ae19202f4860e4911f23a9ba8b41ed6f1319ccf385c249e5048cb9b65e9 SHA1: 4f4afee4377dca05cff3bd8f1ecc84f9b46a1f05 MD5sum: 85e84b4f8c98cd0a9ca76a7fb121769e Description: debug symbols for ros-jazzy-libmavconn Build-Ids: c94ffebc73be4edbef2feebe6c619045c8e73cf9 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.4-1noble.20260831.015923 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 35837 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.4-1noble.20260831.015923_amd64.deb Size: 9039442 SHA256: 48a4e3aae790c6055bba4b64420e858c089f09cc0ff3860aa2efcd805ac19a6b SHA1: b78a23912558b106f63b96df0d43a7e9005aff26 MD5sum: 403469a53f2bf6cd1d0aea57b7f59850 Description: Library for controlling and capturing data from the RealSense depth streaming devices. Package: ros-jazzy-librealsense2-dbgsym Package-Type: ddeb Source: ros-jazzy-librealsense2 Version: 2.58.4-1noble.20260831.015923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 171507 Depends: ros-jazzy-librealsense2 (= 2.58.4-1noble.20260831.015923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2-dbgsym_2.58.4-1noble.20260831.015923_amd64.deb Size: 164416620 SHA256: e6e00c60bbc8fcef8d2aacf47d2a30a82ee537fdca123544d9de637bb95dd242 SHA1: 0016923b8a1a0a285fa956464f3a4b016854c17c MD5sum: 24c974f067b57d0ade9c26d25d6ed78a Description: debug symbols for ros-jazzy-librealsense2 Build-Ids: 05d89fbd5fbbf8a5eb132b068040fa955525c837 0b3013b8abd6733f34579814bfa93af9c0f2a8fd 1df1b9a777b210c7d93c0239673b85874ddeb763 278cbd365d5a01ee42938500d5cec4bfe211f9bc 2b874e2c823a88ef3e3ae0440cffa372efac2bd2 366b72c149b832dd81f5f20a67531bd46ed56cc4 3e81312a40fbbbc43b1964075ce3f440b7a649fb 41a224b28653c27b6af83edf3ee2e450970260bd 47a6b34d0e5141c6a854e89b40138910fa812865 4b77e7a6b0c47736cd6ada90ef938faeaf46bbc0 5d966d5c3861d7bc58446c84040020ff3e38a236 5f6773ad5991e94f762fb25c34927043a2b0e272 610a4d7c2f673505edb14e1c76b1329a7b9232f8 652995d4c2abe6b09b55ec90a17a31545c556d3b 6c80c6199691fe2abf2a862ab88ad1d7059c9a6a 70ee7167e429807030cb1275453b0b911cb9b78c 7e1713151d894b8727e53412863702ed32a21458 800ed6d0a905228ee54672a9d3cdb5e7735d4849 801f2e45c59e15f6335a1d30af12d12729ce74c1 8022c5e360d8fc60484b65c0bc95f92ea5685549 8809515823b2a97d03c4d85ae0734bdc76ef4068 88633682020ba52b4c91b5818caa666591a118e7 93991eb3abf83d9f6a62e3fc65b0eea9da7e851b 9859681e0b313de49f84eb0ee08d2139ec12dc7e a007760b7ebb89a96ee194f0df907334ee76f9c2 a288af7baf31e4496cb69f1cfddb574c86138e4c a572e148b965e7b2bf6036d0e155f92cc08727ca a762ba8c731309ec0c2c2c2cc89be9517fda3c93 a9874541da2e7564f3bb58d28e2764a26baac66d b0b557f766271e8f1268675b482a26eaacebd6e5 ba3f97b6cbe40f408d9b41e54631c67883b0df16 cadeeecd9ba39ac6db161fbf5d2c347834430827 daabde66b6662e1e519c5ae5be3b76f339a15016 dbcc7cf75d10234b7ce693f187ee74760d827a02 df8f334cacc00c7907ef5ce8a6b40a4c44f0b25d e42285b7071fec498b04d39c67cd7324903fdbfe e62d13d9c593a376809d6d1bce63f17851b3247a eb29ca71959ae53617a921427ad9670e9134b50c f0169b959ffe5dcd1ab4f66d493761c0cd4f7d7c f28690540fb98a16580a39dbc320ad30bd9fc7c3 fdc720e19ca28ea98faaaa5fa6fdf25432fd306c Package: ros-jazzy-libstatistics-collector Version: 1.7.4-1noble.20260902.051231 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.20260902.051231_amd64.deb Size: 26920 SHA256: 6bdffd9820a0666a801556531980537e4fb3465ab875d9d7894b231fb79bc6b4 SHA1: 1cb542f16e49b6ac5d4174d08d676636034d044a MD5sum: 1a566066d5ea441b96a6984c1b840041 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.20260902.051231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-jazzy-libstatistics-collector (= 1.7.4-1noble.20260902.051231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libstatistics-collector/ros-jazzy-libstatistics-collector-dbgsym_1.7.4-1noble.20260902.051231_amd64.deb Size: 101328 SHA256: 9d9e8a95189c8d6afa44cbc2f8047ae8ebf9db248db00e67ac1572e8892fce06 SHA1: b76710b9ca6bcfe18b998417f4f1f0f58526e347 MD5sum: fd2365454e45bff018992f6b86e2d31c Description: debug symbols for ros-jazzy-libstatistics-collector Build-Ids: b3c5b1e5a358b90d9593b73459cc1550fd390328 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.20260903.011939 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.20260903.011939_amd64.deb Size: 180980 SHA256: 346df950da40ca10af70a94ed760f95a14ada6e1a644b521f3fb12fd7e4e7498 SHA1: 888d3834376b8bf93f9263ae02bd60a880940ffa MD5sum: 06bd0056823141c98262e4a2030718f1 Description: Package containing demos for lifecycle implementation Package: ros-jazzy-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-lifecycle Version: 0.33.11-1noble.20260903.011939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4453 Depends: ros-jazzy-lifecycle (= 0.33.11-1noble.20260903.011939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle/ros-jazzy-lifecycle-dbgsym_0.33.11-1noble.20260903.011939_amd64.deb Size: 3806922 SHA256: 35472ded029842de314c88ee433c55fa67f00cf241a7bb9c88eaff4ffd3deb4b SHA1: 1669e2b57214be247d3eb997d2ee36ab126d1116 MD5sum: da04224df53a257c8141b37249ceea03 Description: debug symbols for ros-jazzy-lifecycle Build-Ids: 47b45e20f2da9829e789eaec9f08cedb840dcec7 7a58bb0832c8467ac9888e24d0fcbc1fcc275bd3 a23a6821a33b7095e7303baba403f1e5fe03d54b Package: ros-jazzy-lifecycle-msgs Version: 2.0.4-1noble.20260902.030832 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2543 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.20260902.030832_amd64.deb Size: 183640 SHA256: e454444b1b0c2be39a7d05d484e1d5e1a39f0e8804d894d61339a59e92d5f997 SHA1: a1c6784c8c4d04e0dff16b968726e57fec36f14f MD5sum: 823805f88c7f6408662bc2d57718a795 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.20260902.030832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1850 Depends: ros-jazzy-lifecycle-msgs (= 2.0.4-1noble.20260902.030832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-msgs/ros-jazzy-lifecycle-msgs-dbgsym_2.0.4-1noble.20260902.030832_amd64.deb Size: 1461472 SHA256: 1db61783fe56c26ffaa13dc8a5bbb7d1aebacdc055c62f2675a64f1a5518dba1 SHA1: 58e03d88c5997d9226af241b1d464c3b175f2b7c MD5sum: c9b9b443a91bc5095db64e8ee5705a3b Description: debug symbols for ros-jazzy-lifecycle-msgs Build-Ids: 08298764bbe74e102018ca3b50dcd99207ab1384 1955a89f5950aff672496095306782f8458f4f9d 3728ac1377d6e32b8cbdc7f4ad13bc12077c03fd 3a404fa13eb2ca3656cc136f650f575c79ddae1e 3c1e8b41c5e8061b97359425e016810a0f3a95ec 6e82030dee00dc7f54bab4b581579ffd6ef229d1 74a53654c0855cfb3c222fcea4916d1b4867c3f4 768d9edb0ab5fc0c32dc4bcb670e35d1f177ec7e abffdf12405e425eea52aaf1249b2e111ef806ef e7e321ee333676d7d794188fdc1684dfbb4fb129 f693b9c3f1af8cd468a1d7744c66366c099cc275 Package: ros-jazzy-lifecycle-py Version: 0.33.11-1noble.20260902.054712 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.20260902.054712_amd64.deb Size: 8718 SHA256: af5a0ca5f20797de75a18139a6ff66dff9bed6574ec282d29e16e3971004bbc9 SHA1: a85c60248c4728077d1510bcb6e5487805850fdd MD5sum: 72ea6852ad6984f6c689217d6cf31ca9 Description: Package containing demos for rclpy lifecycle implementation Package: ros-jazzy-lightning-rrt-interfaces Version: 0.0.2-1noble.20260902.042257 Architecture: amd64 Maintainer: David Dorf Installed-Size: 482 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.20260902.042257_amd64.deb Size: 47398 SHA256: 5abf5828e86b23dec870c9642b31690cd7300d92a40cebf893bae10187148c13 SHA1: 1935e0e71f504d1794e23fa6a515cfc5f6949043 MD5sum: f4f4e8bf4b8a367ad72f9481326b7fe1 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.20260902.042257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Dorf Installed-Size: 295 Depends: ros-jazzy-lightning-rrt-interfaces (= 0.0.2-1noble.20260902.042257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lightning-rrt-interfaces/ros-jazzy-lightning-rrt-interfaces-dbgsym_0.0.2-1noble.20260902.042257_amd64.deb Size: 203090 SHA256: b9811c3618e63c9b8544681a764af44e0d969b63f4bae67be0a6fd3c3fec0ab1 SHA1: ee8fadb96965513ff0b4c391bda7a63a03e4dca6 MD5sum: dc03c8439b82313be7831a2058255911 Description: debug symbols for ros-jazzy-lightning-rrt-interfaces Build-Ids: 081efdc202df6df100b1f11315fb93f780d1c786 1a7645a8228c52cdf7d9d868e26805eb3c1588f5 49a41ca8a84d89cfd8dac7acdae778600f10ae5a 99b94515b45a6e38a55396a1c5f748c0789d9906 9a78f8624cfd6855df3a480580968d570e766cfe a4b0ba711d8aaafe262d8939e4fa7b211a9c4061 ab2cce87d4fb07d78a20f8eaccaa1fd607748670 b9d32759f22640d7a459cd015bbb692f63aa934e bc28be66164123ba59a67c93acfd83b2aae25089 cf64614c7a9579635f1fcbe2f373b8fd9959334b d66fd45ec544f2ea73bfb48ae676cd64b957155f Package: ros-jazzy-linear-feedback-controller Version: 4.0.1-1noble.20260905.073055 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.20260905.073055_amd64.deb Size: 262934 SHA256: 6f550442bb7eaf0b21883fe052662f6923acc7fa7475fe170f9d7fc28a7179c7 SHA1: f8d85c35c1021cdd66f9493576416c2172a51269 MD5sum: 6d0d928d8e677695f966017759b03934 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.20260905.073055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9877 Depends: ros-jazzy-linear-feedback-controller (= 4.0.1-1noble.20260905.073055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linear-feedback-controller/ros-jazzy-linear-feedback-controller-dbgsym_4.0.1-1noble.20260905.073055_amd64.deb Size: 9492916 SHA256: 486607e98aded0ea2d9a9881c620bd6e2dd433a301d6d8169f498b43dba5af95 SHA1: cd2ed1b84bfea7427feaf9a44a203306dcf04cd4 MD5sum: a3b4c5d9c6310e90b4723f56fabced7e Description: debug symbols for ros-jazzy-linear-feedback-controller Build-Ids: fbd8b819b99c0d00bd85f1410a5bdbc9f4fc30d4 Package: ros-jazzy-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260903.022627 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-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.20260903.022627_amd64.deb Size: 86030 SHA256: 4ceba47fc325e36258d5b71835d105747e89088dff60af9ee8f873816aa9882b SHA1: 1fd3f247f7492169925492bf522c48add4547590 MD5sum: 4eb2a32f36223f0c964c4159b6de121f 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.20260903.022627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 633 Depends: ros-jazzy-linear-feedback-controller-msgs (= 1.2.2-2noble.20260903.022627) 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.20260903.022627_amd64.deb Size: 487942 SHA256: b2bc39818fa5801d7b66e80f819099dc9478a971794b217cd1ae811499f5562d SHA1: 301af7f9a5f5495f9b73dcf9e308724a184e8c71 MD5sum: 36b69dd36ef74033a9f887dad6e77fee Description: debug symbols for ros-jazzy-linear-feedback-controller-msgs Build-Ids: 090300ee9d4ace86c903a3232d691d9d44c24607 10fa26aa49af62894d738f3642b23d5f3af90cf6 238ab4a2adf2a950d2698944f7b5f68e83e7c2e9 4d11e791727150402dad13e53241c21cd43f3aa5 60e41c3815c559ffeeff9bfae5d682a6b8563d62 859a5c244cf24aa5d7ccae767db32735abdd26ce 8953348b900e0b941029beb5b8979760922abf6e 9717cf3467b58fcd994ddaf95692155a18b04d3a b2c4e94a1bcf623f26fdb491413142a42f1a4d22 b4e8e13b8674e8a73436675fa2fb30fb21974d4c fbc496e2e745ced77ba9dc49b4c16e80c4984468 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.20260903.022231 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.20260903.022231_amd64.deb Size: 200892 SHA256: 47f13bcfc97097f514c7c8918d63c97d2c8dd6c39bf1675e74995ff75a0ab7b1 SHA1: d1eb3a64f36fe1a1cafc45fb6d748e3d94555846 MD5sum: ae0dfe975bacbf5b3919883e7a43f885 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.20260903.022231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 929 Depends: ros-jazzy-lms1xx (= 1.0.1-1noble.20260903.022231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lms1xx/ros-jazzy-lms1xx-dbgsym_1.0.1-1noble.20260903.022231_amd64.deb Size: 859082 SHA256: cf1470ef977a35862debebbbacf5ca3dd27359be34464bc474827de92ff25b2d SHA1: 39cfeafc3df7027815374ef2c7d29d45af95ac1b MD5sum: 4db5d226473b0d4a9e5998464276d025 Description: debug symbols for ros-jazzy-lms1xx Build-Ids: 64251e1c5926867a80431fff5f67ffee8cade3a3 Package: ros-jazzy-log-view Version: 0.4.0-1noble.20260902.103830 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.20260902.103830_amd64.deb Size: 341634 SHA256: 032a38182af2dbbf6a61297adedb06d550e2a499481bef3270637edcb8ca7984 SHA1: cf20864866aa542dca6bd65b5b783c6a9601ed83 MD5sum: ca084a9c07df729adc6c189f01aed21e 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.20260902.103830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 4991 Depends: ros-jazzy-log-view (= 0.4.0-1noble.20260902.103830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-log-view/ros-jazzy-log-view-dbgsym_0.4.0-1noble.20260902.103830_amd64.deb Size: 4412108 SHA256: 5817f7c828ea50599ac89f5d6aed232d274e6407df39c8206b4296dbf4930ac0 SHA1: b9c942ffb0da69f8330a4156f7f34ed9492e6110 MD5sum: 93ba4990737091076a0531996fed7692 Description: debug symbols for ros-jazzy-log-view Build-Ids: 64917dae6de66241a1bdce3158eb87352f7cb764 Package: ros-jazzy-logging-demo Version: 0.33.11-1noble.20260903.065815 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 985 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.20260903.065815_amd64.deb Size: 142276 SHA256: 05761bb26ce1c8f3ab349bea709756ba503143fc8f54f7be019be2494bc26835 SHA1: d7b9e6d2933c2c3fefdf9f7784cae979bee92de8 MD5sum: f2cec01e4d81f9721fcafeed36f93b4e 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.20260903.065815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2128 Depends: ros-jazzy-logging-demo (= 0.33.11-1noble.20260903.065815) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-logging-demo/ros-jazzy-logging-demo-dbgsym_0.33.11-1noble.20260903.065815_amd64.deb Size: 1897568 SHA256: 8cc23bc2b38ec268f5d4133d55edbc6d0540ac0e285266348935bf51cd5fb249 SHA1: 7674db4e084e0debb4f847c585b0e1471fdbfcf7 MD5sum: 56857e0e2db37c78512191003346b8ef Description: debug symbols for ros-jazzy-logging-demo Build-Ids: 5513e269485b8d353698913bb216ea4af72d4c18 57242a4f328fe5c783ee8b550e73d538fa90aa1c 5933b1f5480d36c3dfb4d88181ebc01202bb1bfd 79ca59a5d7923669c21d6523bd77b37e3035145b 88ace38f50e37764415c847f77b3c46a1bbcd9e9 897ec0a696d1f259016c5b5cc64f1e3ce6e02478 ad9946a6357117eea5488b9281e99d38b360fc51 b242af7eed8249afda776aa10b5b875c3d91947e bb2304c66d7a842a7d1fd7f1c60666096ec774d7 c843bc51d67f928694e272c1f6874b583c53b101 d99a3489578bb7637c898a33b4abf67506c54e30 dcfc73c92678d8e2d1745f85b2f013cddc92b31e e90d99b28cf7f3939c462a60d40bc4cca73f16bb edebb16be1c973470ceac4bf5172dec71ec77dc3 Package: ros-jazzy-low-pass-filter Version: 0.1.0-1noble.20260905.073052 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.20260905.073052_amd64.deb Size: 79984 SHA256: cca5173fcf81e4e4dd210bfcff5a8e22586e98a3a0954cae51a8e0ebf88b22da SHA1: 96e45e0dcade1d65561c89c002bb85ff55a8eaca MD5sum: f02985848c755845576cc57eb17ed311 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.20260905.073052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1330 Depends: ros-jazzy-low-pass-filter (= 0.1.0-1noble.20260905.073052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-low-pass-filter/ros-jazzy-low-pass-filter-dbgsym_0.1.0-1noble.20260905.073052_amd64.deb Size: 1255484 SHA256: cc7cc77e31169aa60a718d4d3ef9a594c91f91bbec5360b437b34edfa12ac5ef SHA1: 1c36a5d17691a99641b7837a1986784fd07b7ba5 MD5sum: 19565c26c7d9dd204eb7182f9f72f705 Description: debug symbols for ros-jazzy-low-pass-filter Build-Ids: eba71914f2cf3247f968c8c3d3954c20be98ed63 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.8-1noble.20260811.120009 Architecture: amd64 Maintainer: "Neargye" Installed-Size: 194 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/magic_enum/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magic-enum/ros-jazzy-magic-enum_0.9.8-1noble.20260811.120009_amd64.deb Size: 28858 SHA256: e0cc57e649ef836fccadf7e7362056cb81022f5cafef3c7fc479249693afe900 SHA1: 35e21552bf577505db15cbfda8d0055ec7e70f38 MD5sum: b71fafba20d0cff2d24f695ea41fb95f 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: 4.0.1-1noble.20260903.024627 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_4.0.1-1noble.20260903.024627_amd64.deb Size: 69526 SHA256: ca1ff8df8415cd778671c933e0160babf6e442da821658a5867141913033421b SHA1: 1189bc8b7915e073a274da7d6cd6393af0537a97 MD5sum: b3b9e0c5b2b199f11672d57a999afece Description: World Magnetic Model ROS API. Package: ros-jazzy-magnetic-model-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetic-model Version: 4.0.1-1noble.20260903.024627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 651 Depends: ros-jazzy-magnetic-model (= 4.0.1-1noble.20260903.024627) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetic-model/ros-jazzy-magnetic-model-dbgsym_4.0.1-1noble.20260903.024627_amd64.deb Size: 618028 SHA256: e967aa79e6a2d29e16e3f3a80d4b11bc7284b3bd6ea5e44562efc1205d3a9d14 SHA1: 3002685328b34d3d21e64df35e744f611bfc7ea6 MD5sum: ea7f678bc51e277024c598b4c86b0c83 Description: debug symbols for ros-jazzy-magnetic-model Build-Ids: 0c3d85dcb92a421caee6c8f7fc4ca63991459ae9 Package: ros-jazzy-magnetometer-broadcaster Version: 4.42.1-1noble.20260905.073622 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.42.1-1noble.20260905.073622_amd64.deb Size: 79006 SHA256: c5014ab4b68c1431b9b74cfd88dce85582bd9f2d4de9ac64beece8499265c3f8 SHA1: 6e99fb6ea6eea86af2e01703da0b2f0e5364ec81 MD5sum: 924850b972615419aa56a23abd49079f Description: Controller to publish readings of a magnetometer. Package: ros-jazzy-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetometer-broadcaster Version: 4.42.1-1noble.20260905.073622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1138 Depends: ros-jazzy-magnetometer-broadcaster (= 4.42.1-1noble.20260905.073622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-broadcaster/ros-jazzy-magnetometer-broadcaster-dbgsym_4.42.1-1noble.20260905.073622_amd64.deb Size: 1066608 SHA256: 22369fd5d954c69bb45f5a00768d27467ec69d05983145e45146b9f5e7bd2399 SHA1: 31bb1fadb4191ab6670a462e88e2a0ebe7bac3a6 MD5sum: da005f0d2c7e27a7105ea380b91f28f0 Description: debug symbols for ros-jazzy-magnetometer-broadcaster Build-Ids: 0dc8cc8ad6a7d76806f62c79937189ec5dcab48c Package: ros-jazzy-magnetometer-compass Version: 4.0.1-1noble.20260903.030435 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2393 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_4.0.1-1noble.20260903.030435_amd64.deb Size: 411548 SHA256: 5ba5010c30435d735c4595126a1b217818a3bf42fa65f41dcedfbb749d8addc6 SHA1: dfaa7b6b8bfbbb1f4f890abc7548fffb2e1f0a14 MD5sum: 301b7a0da4a9cebf7ca68d1dd5370ba8 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: 4.0.1-1noble.20260903.030435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12137 Depends: ros-jazzy-magnetometer-compass (= 4.0.1-1noble.20260903.030435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-compass/ros-jazzy-magnetometer-compass-dbgsym_4.0.1-1noble.20260903.030435_amd64.deb Size: 10553956 SHA256: 59ed96ef89572fd078ca12d7a3452e5d01753fe74531fda5b5475818ad082679 SHA1: f1dcf93627f32f86100a616deeb2c6b8d16f3112 MD5sum: 616693dba4be48ba7a36e51045068eed Description: debug symbols for ros-jazzy-magnetometer-compass Build-Ids: 0f8045c1e5b7cf362cd6442e09a9f2d65e463425 703a4a398b704a7d36d7f87a009645aadc18e2a1 949ddfa115a5f884dd523c316d0a8953a4d26e1c aee313dbec7bea1bbb7ffc0ed8fef8b4286ff9c6 b3f2a3a7d438fc7bac4b299b23e20ff28cc63a04 Package: ros-jazzy-magnetometer-pipeline Version: 4.0.1-1noble.20260903.024647 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 675 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_4.0.1-1noble.20260903.024647_amd64.deb Size: 149474 SHA256: b1be6267b13d2e2f430341bb1db8b0d2d670ddeb2134595176b0337a930f0a9a SHA1: e8d2e8c52b074b8d3fa8e0ae7fba56cfaa50e436 MD5sum: 987c367146be64641fb810cae2d81cce Description: Calibration and removing of magnetometer bias. Package: ros-jazzy-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetometer-pipeline Version: 4.0.1-1noble.20260903.024647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3732 Depends: ros-jazzy-magnetometer-pipeline (= 4.0.1-1noble.20260903.024647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-pipeline/ros-jazzy-magnetometer-pipeline-dbgsym_4.0.1-1noble.20260903.024647_amd64.deb Size: 3378454 SHA256: 1e6e06f06561615f668058e5ffa3c83909fe9a8d82c3172c2046242f50b04e44 SHA1: 21bfb12d11f33ba0c4ccefd258811829c396df58 MD5sum: e080213d2dc607a4345af358756954ed Description: debug symbols for ros-jazzy-magnetometer-pipeline Build-Ids: 32980c6c990eb30094c3da224ed81ce3dfd9d5ea 4e06870a9465eee23a7819884d0fd5f2c7ed7069 75b86776a7cab9142db2cd388113e2ff53f4e68d de1ea8edb19b3ac7b3c78af988ee9dbf3d9ab836 Package: ros-jazzy-map-msgs Version: 2.4.1-2noble.20260902.043113 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3367 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.20260902.043113_amd64.deb Size: 240356 SHA256: 916dad163621816c76a066c35dae7253e06fa17a342e8a4898f6cf4bc2d710a4 SHA1: 1a1f0e738a6013d7e1d28c4c296f02b58967a8d2 MD5sum: 5e24ba31ff2ca07c10043dc7f70eb511 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.20260902.043113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2648 Depends: ros-jazzy-map-msgs (= 2.4.1-2noble.20260902.043113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-map-msgs/ros-jazzy-map-msgs-dbgsym_2.4.1-2noble.20260902.043113_amd64.deb Size: 2159936 SHA256: 03d7e732813b6a06ff4bc408800ef99e0661be42b5db1a7753440efe3333b670 SHA1: e836327b0a12a33d68eafc030c7bcb46491d59eb MD5sum: 9bd01a3bf6cd7fb4ff73a9b3582542a6 Description: debug symbols for ros-jazzy-map-msgs Build-Ids: 18c4a681bf3ae61f7b51fc38ff193b15a6968fae 3df26fabad8a9a00c3ec22ee57400496f32d8825 56edc255c44172f5adc12d6f486eba099fd88ded 70a73b36ebcb999b14449eb77583dadc16a71fa9 7dea88a8d96ba1a360548d7e12182a4d51998b71 8d1c8220fa927b90a2b72c02e56c6bb63f7f5403 9ed80e9b849b237c6fd1dbd989be2794824addb0 ae378954308ae7defcce39c05a56965536905a67 af061b2581e7e5005c359812a9db07228e506d8b b9ead373ae3ef2bee9986aed65fabb56d49fbd60 bec403bb7d14e6104afcdabe8b7d8a55d83c7fb7 Package: ros-jazzy-mapoi Version: 0.6.0-1noble.20260905.075716 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.20260905.075716_amd64.deb Size: 6018 SHA256: 614ee188d3e0dc0cb102b0a4bf1cd1be9ace99592197b103b96bbb3c66238582 SHA1: 88c197def6b9e676e4637acb52b5c40aca9c669b MD5sum: b012cc4c20e4e5903c63e44ceea811a2 Description: Metapackage for mapoi: map and POI management for Navigation2 Package: ros-jazzy-mapoi-interfaces Version: 0.6.0-1noble.20260902.041334 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 4427 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.20260902.041334_amd64.deb Size: 317228 SHA256: 51aff50039748947c470fa2c39b9f9717623c34cab8907473d85a84a3594708e SHA1: a33aa639a5e212f792f7979353e44af83fabb5bc MD5sum: 2b966d24010cb162677dd7ae38f3fffe 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.20260902.041334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 3430 Depends: ros-jazzy-mapoi-interfaces (= 0.6.0-1noble.20260902.041334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-interfaces/ros-jazzy-mapoi-interfaces-dbgsym_0.6.0-1noble.20260902.041334_amd64.deb Size: 2791316 SHA256: b03d69d3a20dfd8b919c3cd1e0dff0a26b7c52115009145c7442b931b3fe6087 SHA1: 78e6ceeccbf57e9bb31a45a9a1ef5545c8b1be48 MD5sum: d24c31df1219951654106680fc5e935c Description: debug symbols for ros-jazzy-mapoi-interfaces Build-Ids: 2f1044e7d2e8df542171f1b29e31b62c282c40ad 3f38dfdf86ac2496a4e3f622b4848426a1acc42f 431959c84c8a8a62a86af2eb03fad2924a5b1169 48909f421758300a83cea13d9642fd03d4a0b81f 6f7a2962709575a04afeec50333ae287d5e7d737 8a619fa280880aaa7d706d2d2280e3a017858e3c 8cd6e68271ce7208ef9dd6fd882d458b8f6d322c bf4e9cdc2c7a7aee1765425ff44b873055971e2d c0bd8840e6a189cec06e87b982ed0eae628c05bc ca3e8b1bdcbd162a0987961b7b8d67f1d21962ec ebbff45a46e45cac5dcb3dd9451ef402babfc048 Package: ros-jazzy-mapoi-rviz-plugins Version: 0.6.0-1noble.20260905.070224 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.20260905.070224_amd64.deb Size: 357438 SHA256: adc1d24e7f16aa3edbb28f17e3cd2fb18bd3558f78e265c5ccfb889b6a0f4f51 SHA1: 4d226e7afa1045e313cb544b2871c24b4211b103 MD5sum: 595f4af6d722ce0c0fd8247134c0dc14 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.20260905.070224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 11990 Depends: ros-jazzy-mapoi-rviz-plugins (= 0.6.0-1noble.20260905.070224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-rviz-plugins/ros-jazzy-mapoi-rviz-plugins-dbgsym_0.6.0-1noble.20260905.070224_amd64.deb Size: 10563076 SHA256: d93a489e0148cd7d05b409baaa8918dc5dd15dfae73ab2211ae420b6b82799eb SHA1: 23cfc553021afa7eb0e95beadd0f743ff26fa4c2 MD5sum: f2b71c96561c288750fcb07f87545efc Description: debug symbols for ros-jazzy-mapoi-rviz-plugins Build-Ids: 0a86efd4ce9ca0f6398b1199edfd5913eb3410c2 Package: ros-jazzy-mapoi-server Version: 0.6.0-1noble.20260905.074048 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.20260905.074048_amd64.deb Size: 744682 SHA256: ecc45546ad25fba38efdb24225219d51d5ba4effb36f20bf807febb5a5a037d0 SHA1: b280f77c6e2051aad4abfef7bfc8fa9ca33cc57b MD5sum: 2d9f3b18df1b043d57e8edfa4d4c80df Description: map and poi server Package: ros-jazzy-mapoi-server-dbgsym Package-Type: ddeb Source: ros-jazzy-mapoi-server Version: 0.6.0-1noble.20260905.074048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 21459 Depends: ros-jazzy-mapoi-server (= 0.6.0-1noble.20260905.074048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-server/ros-jazzy-mapoi-server-dbgsym_0.6.0-1noble.20260905.074048_amd64.deb Size: 18746182 SHA256: 2d00754447cdb1a4a64e404e42f520ebcc6f8c070e6eb63b1409fd3ec349bdd9 SHA1: b0fbeac62dc331849d455a8b3ffae809176e8e2b MD5sum: 4a3c6f599fc38acf147d26145c636228 Description: debug symbols for ros-jazzy-mapoi-server Build-Ids: 1a3c1f2ef4b739f6dfa277c75c13d4825c77c8e7 7d1b480cff182b71c58d86f91c8128a90ed8243c 8f9d6e3bc2b90c785ebd5beaa43f2d16317af9e9 b9f6749e422fdd87f178399e4a7e39a4ee63f579 f6fa578854d05138888a3f107bd0b79de77140db Package: ros-jazzy-mapoi-turtlebot3-example Version: 0.6.0-1noble.20260907.024850 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 2079 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-cmake-auto, ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-mapoi-interfaces, ros-jazzy-mapoi-rviz-plugins, ros-jazzy-mapoi-server, ros-jazzy-mapoi-webui, ros-jazzy-nav2-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-turtlebot3, ros-jazzy-turtlebot3-gazebo, ros-jazzy-turtlebot3-navigation2, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mapoi_turtlebot3_example/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-turtlebot3-example/ros-jazzy-mapoi-turtlebot3-example_0.6.0-1noble.20260907.024850_amd64.deb Size: 331120 SHA256: 6c381a8aa2bc0461fb638242d30cc922cb2e35bbdbfb2c47e8f6d831e2fc21d5 SHA1: 9a45fa215290cf13adc2d9da45d11473d6d53467 MD5sum: 5edbd52300f51a64796becd923c2e02c Description: TurtleBot3 simulation example for mapoi with sample maps and client nodes Package: ros-jazzy-mapoi-turtlebot3-example-dbgsym Package-Type: ddeb Source: ros-jazzy-mapoi-turtlebot3-example Version: 0.6.0-1noble.20260907.024850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 9440 Depends: ros-jazzy-mapoi-turtlebot3-example (= 0.6.0-1noble.20260907.024850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-turtlebot3-example/ros-jazzy-mapoi-turtlebot3-example-dbgsym_0.6.0-1noble.20260907.024850_amd64.deb Size: 8261948 SHA256: f1fd58659f345077184a55531773b765d842718640ec00b55c725e655431202e SHA1: 4af9586711981d56f4e9ebc2d2387c1996898daa MD5sum: 191bbd4138f4cffd7903dac01fab274f Description: debug symbols for ros-jazzy-mapoi-turtlebot3-example Build-Ids: 052d809d7a9f849eef9eae9dd1ee83597466a9b6 29fa1209bf4d667ba63be34d9dfd45def84d90a2 747e6c3d9ed38f3121b7ce58b1d75956d1988494 7a4be3c9975242cc531365e53a1c3b7d06defac9 b09c0fc0d478dd2ca2f475d5e336f46eed2c98ba c3c62dc6c71b0efae3da68d5692143a476c83436 cc37aa96913308962d53886ce178e5374f73d9f1 ec9b6859e40867525e851e4e07a5d9a978c8e832 Package: ros-jazzy-mapoi-webui Version: 0.6.0-1noble.20260905.075407 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.20260905.075407_amd64.deb Size: 221686 SHA256: a9c7a63d7a6b5f2be9731095d84759c6b7198f37a38c5ac1105a86282ebe809f SHA1: 28008cd461e7f1a6a9a0f0c4cad34fcfd965daaf MD5sum: e2ac82a60589e26ee79a000dfffc37be Description: Web UI for mapoi - POI editing, navigation, and robot monitoring Package: ros-jazzy-mapviz Version: 4.0.3-1noble.20260903.072734 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1398 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, pkg-config, 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_4.0.3-1noble.20260903.072734_amd64.deb Size: 359522 SHA256: 360eac5b1a1893fb00ef76e71884b7f978b7bcc506c2f3c2087ccf29d1ab0d80 SHA1: edaba028fbf2d8e8583900a1d001bc059fae8f35 MD5sum: 48241cf6136607439a687d85bd2f34ee Description: 2D mapping display with extensible data overlays Package: ros-jazzy-mapviz-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz Version: 4.0.3-1noble.20260903.072734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8071 Depends: ros-jazzy-mapviz (= 4.0.3-1noble.20260903.072734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz/ros-jazzy-mapviz-dbgsym_4.0.3-1noble.20260903.072734_amd64.deb Size: 7619094 SHA256: 252f72b3291f50eea50905a0cf26e52d404e7e41e4ac48669309b8dda0f1f7e1 SHA1: 1e327fc249a4d6d7de47fe95065f396a42162dbd MD5sum: 25c6a32c12160fbdd6a5bbe981136467 Description: debug symbols for ros-jazzy-mapviz Build-Ids: 1b8a28ba55d71d8e898d3dc06c49de5fcb41d936 a636b5a20cbccf15398f36c60bd2d9878b89a3bc fea2d7f2fb2c43d9103c4b35b4d68997e26b6689 Package: ros-jazzy-mapviz-interfaces Version: 4.0.3-1noble.20260902.042223 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 804 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_4.0.3-1noble.20260902.042223_amd64.deb Size: 83604 SHA256: 3d4f4e455b9793d1658bb87596cb009002e7fabadd424dec7449691a4a370057 SHA1: 1dfa8c3c492c6b1b79ce73e496c86cfc7ee6f84d MD5sum: 9dfa4b7029cc650c64c990db8f32547a Description: ROS interfaces used by Mapviz Package: ros-jazzy-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-interfaces Version: 4.0.3-1noble.20260902.042223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 603 Depends: ros-jazzy-mapviz-interfaces (= 4.0.3-1noble.20260902.042223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-interfaces/ros-jazzy-mapviz-interfaces-dbgsym_4.0.3-1noble.20260902.042223_amd64.deb Size: 458484 SHA256: 0bb8b9073386edd2debc76c70d620871bb5685b0714cefbcb118f09a8ff893d7 SHA1: 2dac56a99f2eb8d80605240bd1bedc3d67c902d9 MD5sum: 364ee3dcb80662b4a8a53a7fd26604c2 Description: debug symbols for ros-jazzy-mapviz-interfaces Build-Ids: 08718d7a84326ec6c49b80a72e8e25dcf09b01eb 0ae9e86611a9e185da034e30203f8c45ccea12c9 29be484f67383b6fd7cf247e1c42c82d7a70bc93 2ddc990f7aed6ccdf671289ea5fc2fa04aae1242 34c264caa5da6adf2d04e03fe24e381ee05f83b9 9ec69ffa83301957aed1b904c2a97e06aab91c95 aa5e7e3c92d8ac9cf0de97c6240b60bf2671d360 c39e7b9e2056985dfe4055f6950daaecd862e014 cb5046d42933470791a1a640f3e2ef07563be494 e71b09bc95bf4f1dd4db50e21b3daa7ac6baedfb f2b5b2eaf99bdc7c04b0f7955263f49d58a845b6 Package: ros-jazzy-mapviz-plugins Version: 4.0.3-1noble.20260903.074416 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7774 Depends: libassimp5 (>= 5.3.1+ds), 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), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.10.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libassimp-dev, libopencv-dev, libqt5opengl5t64, qtbase5-dev, ros-jazzy-ament-index-cpp, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-image-transport, ros-jazzy-map-msgs, ros-jazzy-mapviz, ros-jazzy-marti-common-msgs, ros-jazzy-marti-nav-msgs, ros-jazzy-marti-sensor-msgs, ros-jazzy-marti-visualization-msgs, ros-jazzy-pluginlib, ros-jazzy-qt-gui-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-stereo-msgs, ros-jazzy-swri-image-util, ros-jazzy-swri-math-util, ros-jazzy-swri-route-util, ros-jazzy-swri-transform-util, ros-jazzy-tf2, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-plugins/ros-jazzy-mapviz-plugins_4.0.3-1noble.20260903.074416_amd64.deb Size: 1096766 SHA256: 19eeca556702bae75b3d2d36d360d30d406955ce10f33dfbf0578ad7037b5d40 SHA1: a666a40b60f364e692d53834b004ed0a2eab0340 MD5sum: b0820deaa47b8898b2162996ca4bf718 Description: Common plugins for the Mapviz visualization tool Package: ros-jazzy-mapviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-plugins Version: 4.0.3-1noble.20260903.074416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 42459 Depends: ros-jazzy-mapviz-plugins (= 4.0.3-1noble.20260903.074416) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-plugins/ros-jazzy-mapviz-plugins-dbgsym_4.0.3-1noble.20260903.074416_amd64.deb Size: 36064900 SHA256: 0ff9d6f74743ddb0efb36404ece43885cc04ce3be11b9b8bc3c543e02d992363 SHA1: 60fe73ff25120a143665ad2437562db6f867e7fb MD5sum: 537cca78b35b1fe40d0d05cd3034b702 Description: debug symbols for ros-jazzy-mapviz-plugins Build-Ids: 53e6993b3eac154a2d430924036a89740fba2309 Package: ros-jazzy-marine-acoustic-msgs Version: 2.1.0-2noble.20260902.033749 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2001 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.20260902.033749_amd64.deb Size: 163228 SHA256: 2a997c389a4648661607da6bb230362f905e25533c406c15551f409faa03a03e SHA1: 8c038dd320bad91afb9a446bf030f8548a581d90 MD5sum: a3168c73e61d2b6d255c823aaa78ab4b 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.20260902.033749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1389 Depends: ros-jazzy-marine-acoustic-msgs (= 2.1.0-2noble.20260902.033749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-acoustic-msgs/ros-jazzy-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260902.033749_amd64.deb Size: 1131176 SHA256: 472280238283c8030998311181d4e91f14fc36c4062d47b91f4e570a361e6d75 SHA1: 7db0434696476c78d451e71559c2cf7d2bc8fae0 MD5sum: 7a8ec7d936d1d269a24328d1922518b9 Description: debug symbols for ros-jazzy-marine-acoustic-msgs Build-Ids: 0fba4fbe303439238b6fa39c45473afd583edd2a 584a64fb4cbc7860b05c597d4ee9081c411cbec0 81616fab29d62c5fa0b6024e60cb70c6c774193b 8fc966e3bc68e3d0f4c8f3e694d7eee4b4041cee a677caf03e75a6074e24464af164f77668fdb351 b9c9ed17a6ffef24c3f1152ba752ecd19e91641e bd1bb671c118c7dd3d9903d743b88e2fc16cc095 be43a36814efd224e6836a31e042bcde2f15af65 c17a54b38135192e85dbc9c80c8c1622418e46fa dfcfecbad9b189ed5705491835e69fd234496abf e8bdde8fe901c5eaa4c8f032331e4d6a45ac9ab5 Package: ros-jazzy-marine-sensor-msgs Version: 2.1.0-2noble.20260902.041337 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 757 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.20260902.041337_amd64.deb Size: 73270 SHA256: ab52e40a2ccf1f87d712ea5483c21f39af14626e134e919bdfd4eb997887b834 SHA1: f1659494451a486bb535a479834c48ee78fd6464 MD5sum: 65633b0b2cc99a8726d7fc9cedc9b941 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.20260902.041337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 558 Depends: ros-jazzy-marine-sensor-msgs (= 2.1.0-2noble.20260902.041337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-sensor-msgs/ros-jazzy-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260902.041337_amd64.deb Size: 430226 SHA256: bf8d3f7540e00c3129d9c9e019dd8765c5465979f2aaaa883789d44b42f741c9 SHA1: ddf9fbc82623f8910439d406ec5a2dfbddcef9c8 MD5sum: 9197fcf11cc968e061db1258beb11143 Description: debug symbols for ros-jazzy-marine-sensor-msgs Build-Ids: 1746ec68fa7df34f29f5a5964b4a163c0e6ccfd7 1f1bf9d2e3cf9cd8feb9015ddae811b22634a120 533bae87aa3dde97fd5c61822f8cd03d522b7d8e 56280ed4b1effbfef20ac71cf38b2ceb2219e453 7174c0540eb2b83a7d5be7444ff5e3ef862e3d10 792048b473861bea1ad0fb010c8bb9d8520cc1a9 9634c73373eea4db11aba2793acf9aaee603b7ea ab50d7a54fa3b68ee162d7e577a6d119490bcc47 bcc48a147ed93b10e0432d688684e5acef21f800 d7e96cb8db1faefc1da62d2a525c06eaeccff77f e21e52d750c68aad93bc77cc673e32a01be7cedf Package: ros-jazzy-marker-msgs Version: 0.0.8-1noble.20260902.041341 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1631 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.20260902.041341_amd64.deb Size: 136786 SHA256: de06347c19d99877d85cb2736d429e656376225adadf33995e32f31dc14a8c83 SHA1: 18c60d0410c7eff88294ba284f31b9a896a66a4d MD5sum: b3a89ad6ad53aeb4e52368bf74044576 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.20260902.041341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1385 Depends: ros-jazzy-marker-msgs (= 0.0.8-1noble.20260902.041341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marker-msgs/ros-jazzy-marker-msgs-dbgsym_0.0.8-1noble.20260902.041341_amd64.deb Size: 1148726 SHA256: b3b43b1d1ea88e341988b0894f1a906bab077de9db4f8aff5aff06bd3b99af85 SHA1: 71c983e666b2ae15727198c5183c7c80cadfe3d4 MD5sum: 0e420e64711414a535e468be8abc3c2a Description: debug symbols for ros-jazzy-marker-msgs Build-Ids: 022d69ef90a737ad0f8b91163feb9bd078013fe2 0d0ed0dd1180af48a30f1ce0a08450cef5ef0431 125fea6a9b27d547d9345c2d9c15c5126f23e108 2090e12bc295e5dde5c8b12a383a38bf5eb7097a 215aaf74f638f6f870691f7fa5abd5f8490f4782 ae76f7ad8a5274464fbfde00a982620c0b6b6aa4 b9af7b3ff89e8a2b96b4335c8ac9c553a8972dc5 db14173609b909cf9a7ed9ab4f64b056ae916172 e159af014ff74b411943a7782008629930d29b7c f6b311a0747865821f922ebdd4197ff57032a0f2 fbc4bc107af10b4c5c1ee7ce97c9168ec32aa8c3 Package: ros-jazzy-marti-can-msgs Version: 1.6.1-1noble.20260902.030818 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 470 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.20260902.030818_amd64.deb Size: 46204 SHA256: 9b018616155b0a39fb757f8a07c639eb496282e052f64b13b82efe37cfc3ec77 SHA1: 84ad75e43077aaa61b4eadfc348d6b8fad86e7b0 MD5sum: 0df3f62d06cc1cb4bbb89ac9e0e70fc6 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.20260902.030818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 282 Depends: ros-jazzy-marti-can-msgs (= 1.6.1-1noble.20260902.030818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-can-msgs/ros-jazzy-marti-can-msgs-dbgsym_1.6.1-1noble.20260902.030818_amd64.deb Size: 193784 SHA256: 7bcc767135ca4b115674b9fdb7fcb04776a1e54b4b9a3d97fb8f453bce30ed15 SHA1: 02789e42a2c4b00e438d0a1ce834b261da3ecf1d MD5sum: 122cc552057c9ea3461202e134029188 Description: debug symbols for ros-jazzy-marti-can-msgs Build-Ids: 0b802e9f9c2e7853b3528f19941add23a7e7b1b6 1922b2128e66225d1df7412413dd2ae9b62b1e08 1f6152f15607fe0c4220fc07518ac292a1f4642c 3ec53e050633ec51831f4cfd8af218d43c879d50 51d0c64e4936a6c428ae1e047b0588852ee723d1 5e9cd5f36169c5df1826c65057ddd2077ae5676b 7106ff5acf7675cb176fc66338a19347dd6e8fb4 cee1bb2700ca8fed360fd1ac42a5566178e60519 d6c468dcba968730591730c3f21f42610f2f2808 d9081dc937dbb4e11965545c0217383a72ea8c7e e2df87d5642c1ba1b30c49ebebf15ed9481aec00 Package: ros-jazzy-marti-common-msgs Version: 1.6.1-1noble.20260902.034458 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2953 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.20260902.034458_amd64.deb Size: 191460 SHA256: 4a77174f2ba95d65a9fe02ff418aa24f0a606f3cf3c465bb280af94c170354b6 SHA1: 0f26827f742c2266abada13d076ac6ef824fe430 MD5sum: 75a67b52ca741b077950e58311f7d48c 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.20260902.034458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2306 Depends: ros-jazzy-marti-common-msgs (= 1.6.1-1noble.20260902.034458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-common-msgs/ros-jazzy-marti-common-msgs-dbgsym_1.6.1-1noble.20260902.034458_amd64.deb Size: 1854302 SHA256: ff10a8366eed9962a3e0bfe753a80f37bc5842c943579214cd4f2fec6e8b7844 SHA1: d55580d1c40a58eac0ab976055e054d7702b3b8b MD5sum: 6ca9572c726b6f93be1a380b763efd19 Description: debug symbols for ros-jazzy-marti-common-msgs Build-Ids: 0520274b5c2188f7358088401ec79f4b547d1ff3 0e3341d103fe685c9c2f6da05107a1f7b000d32f 3ae26766f595dd8161e833c90b095a3b170078bf 6060b622f4d48b0103cc772c52acfd8c9050535d 772e24f66dd88b652747634a7931beac38acfaf0 ae310ae9f49080b874116d0a78a466cc00ba921d bd80c5fa244fbc72da1b917e801974f0d6b993c4 beb7da01478f3fce297601d143652ef51a5225d7 db18854482f19f3798cadbd3d5dc42a27d64959e dfd5e50c3b1eadcaeaa172e53b7feb87d68ec5c1 e016a0cbc3b5e712fbf6d2a251ff9c4e7d41910b Package: ros-jazzy-marti-dbw-msgs Version: 1.6.1-1noble.20260902.034509 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-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.20260902.034509_amd64.deb Size: 70506 SHA256: 4479011c1a205e537b5afa7515a71470e69eb3e39cef513ce22e7da2faaa2e3a SHA1: 430b3f994fafd8ecb2a2d1e8c42cc03dfabfd8f7 MD5sum: 01eeaa3c98f443318454f46ae56e2dd4 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.20260902.034509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 517 Depends: ros-jazzy-marti-dbw-msgs (= 1.6.1-1noble.20260902.034509) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-dbw-msgs/ros-jazzy-marti-dbw-msgs-dbgsym_1.6.1-1noble.20260902.034509_amd64.deb Size: 387460 SHA256: e886a24d256dd6faf5db2f8ff3ec8834043896eb8a5bed03e39925d6fd8330ee SHA1: 18f6743cabe9c296c7215dd83ab66dabcda08a94 MD5sum: 2ac7f62089c4d985de9f6313c589a91a Description: debug symbols for ros-jazzy-marti-dbw-msgs Build-Ids: 0868fb351e14c028190de46ab4040aa5bbf82ec5 0e94c155114d8226b3e5ba22c1d76cbc5de83d08 172d6b3799c3506cb122f13bcb90b4468d517e8a 1d859c2dc54c96d8a502054aa247e29b0b5e4127 3c0bc0adb6bdd91ea080f6596ae6ebc5134e0d7c 58d2a3a0b8c8fd01885938b11dd11d3796ae9c02 70c8845ed11dedde7cb6765c77b5b493b9d9f6cf a193d0b2c45a9b28ede659ae7cca6fe640074d79 a6c02765b5dc341dbfc5a7f4c801ab5395ab9189 b4fb6737f6e1a3986941c29b725ed49a9bb5ac13 ef7c9888de1ceb919d03558581a2bc9dbd54cf95 Package: ros-jazzy-marti-introspection-msgs Version: 1.6.1-1noble.20260902.030837 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1078 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.20260902.030837_amd64.deb Size: 96410 SHA256: e14f7323726746096e14443b7acd8d432d159af453498d2ec212032a6af02da6 SHA1: 3294e2645914479f655d448a7853508f48e38271 MD5sum: bd14de37e6f6eb9cfab3941502646ade 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.20260902.030837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 817 Depends: ros-jazzy-marti-introspection-msgs (= 1.6.1-1noble.20260902.030837) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-introspection-msgs/ros-jazzy-marti-introspection-msgs-dbgsym_1.6.1-1noble.20260902.030837_amd64.deb Size: 663232 SHA256: 856cc9d5dd5958cdb3e9b7504179f463858bef363c1ce8a0178b7b0ef5cde572 SHA1: 28ee7058a0cac9a6182462e884cf0f25615f0c6f MD5sum: 6718bee675fca8006928cca4a4000117 Description: debug symbols for ros-jazzy-marti-introspection-msgs Build-Ids: 309c4349a3d7e9e8f0472e6b5c75f97cee6f4429 3373788d3670b286f23ac36b4ff605245ef9a005 4b7682ce7af6b7626f3025499b1b30abfd0bf9d6 58b1ef9dfbe9139834b4da2650684a772ba6bc99 8384245e64ded7745465b0e0b40b2efb106efb9a 93c905db0787c5f56baf0a75a40daa39c8d38017 af513006ce743d2585e1bcbd3cca5e81ef74e311 b3217b089e05e3516a2d799cbff347828e0f8141 b4f6616499cc6e34dcce82ea3a4e20333588249b c3555be148fdd3f818c0dd4135bc466339718d4c df379d1bbc4badf217fbbdeaa60516770ed96456 Package: ros-jazzy-marti-nav-msgs Version: 1.6.1-1noble.20260902.042844 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7045 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.20260902.042844_amd64.deb Size: 478380 SHA256: a89b03e5e223259b6b20f7576747792c85dc500ee81c1e44ac82289fd5e33898 SHA1: 58334c858f8cc714db09cc66fcdd310af56989e3 MD5sum: a4041dea22e97724ecac2f0a36ce79fc 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.20260902.042844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5707 Depends: ros-jazzy-marti-nav-msgs (= 1.6.1-1noble.20260902.042844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-nav-msgs/ros-jazzy-marti-nav-msgs-dbgsym_1.6.1-1noble.20260902.042844_amd64.deb Size: 4748624 SHA256: 54d0818e7d36c5040ea3c59b44f0e3eb87e30c25d59672b655b314876ebdbe89 SHA1: 3b074672261b139e7216a3c166f8f9b8c4bdbba8 MD5sum: 133dc6ef3dfb975c571f27e5bf004239 Description: debug symbols for ros-jazzy-marti-nav-msgs Build-Ids: 01b50e27e9d0b2220a012054371dcb8f60afb662 09c6d35007d2bd74503e422d15aaf3c83ebf91b2 1f32c5ff5fbd1d6524dddb1f674b3a5ddfebe93e 21933748dc7585e0c865a01d349f27970573e560 2b7bbcf5ece992305a5d5f467d29999c47d96f55 371bb6ce561cd706bee9ac2012d17972f3670e33 428207db73eb59e4c4f261d78dcafade3eb6a0cf ac4827ae8f197f85ac16b01288fc92759b2db31f b31004b4bc15e3cfb2c95f30b2ff233e28a3269b f00d2ef7ac19ad9ea2ac82dc57706cc1bafbd53b fcbcbd2f9d38eceafaa34ba85d0e374be7697b73 Package: ros-jazzy-marti-perception-msgs Version: 1.6.1-1noble.20260902.043220 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 465 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.20260902.043220_amd64.deb Size: 43876 SHA256: 01a40b668cdef24112567b7f8e649c4e328b07313a63d6e003f408268329ae45 SHA1: 1af24e529423198b547ddf678a76e23677821e3d MD5sum: d31c2274533f770c7a86ebf584478ac2 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.20260902.043220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 274 Depends: ros-jazzy-marti-perception-msgs (= 1.6.1-1noble.20260902.043220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-perception-msgs/ros-jazzy-marti-perception-msgs-dbgsym_1.6.1-1noble.20260902.043220_amd64.deb Size: 183520 SHA256: cb390711beddb5428ea6a7ebd2c3198b85c11b2f3907cee3284ae9a896333507 SHA1: 513fe0d76718bb2d9b8a729235884ff25df6e284 MD5sum: 8d33ab800eeba34d92daaf212731bc9e Description: debug symbols for ros-jazzy-marti-perception-msgs Build-Ids: 078bc172483125d0b0f05cc54fce52eafeb5e9cd 2e975efaa3796707453bf8dbc2c54c6dfe517414 5a393c34727d3245f0bd73d7da9bf8bf38d5c80c 61ad2e8abb8cf8b0c370ade28608d916583e339a 80a6a1d0278583e90944ff951df5cff95940223e 857f181ffa95b0b3bd1fcd08a48ef24d1b79e4d6 8a3cd6bd64ce9c31b639770e2acda571c070f0da ba7b245e70f59704fafee0a1147cd86bd4f51eae bf2e2558f8ecfb2e208e18ccf2173fb1e18c894e f262657be716657573448646a63bfd35927410ce fddde3e161a34281a6a41163d1aee9e6571f9855 Package: ros-jazzy-marti-sensor-msgs Version: 1.6.1-1noble.20260902.033809 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2140 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.20260902.033809_amd64.deb Size: 163096 SHA256: 441453a9943ca976b95a3b1d746ec5496372e9bc159886c749d17f26f2a3c390 SHA1: b976f3aa934d69e62c8fac460bcdcb4bf07e8a72 MD5sum: 49049c1b67d51046b6c9e7fed113f16d 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.20260902.033809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1565 Depends: ros-jazzy-marti-sensor-msgs (= 1.6.1-1noble.20260902.033809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-sensor-msgs/ros-jazzy-marti-sensor-msgs-dbgsym_1.6.1-1noble.20260902.033809_amd64.deb Size: 1252424 SHA256: 355e92fd973f8b4bd2180877a182e2b59936e2a41862da8151162c382ba7bc03 SHA1: fe8ce9e44ce38369e2641b6b3cd4baaeede048b3 MD5sum: 34521a46d0903f9f2c38475d6fa2e074 Description: debug symbols for ros-jazzy-marti-sensor-msgs Build-Ids: 0c21452e63280b629b819f13c290cb437d4e4c13 0f7699169e98177a4e1a3c1446435ee2d90d5933 23b83d611f8f32cd58b83bf1f1491790dc6fd636 29e8833e2811e3d6332daf6e7aaaf6ebc8d37d6a 6c84b13031fd6d5b2b1eb0dc6d7c68eb2b3c6347 908d4a82977906e89cae2f7be7f1036256079909 a87b9634b34eb103a0a997a899319ef1f37e48da c7eb31130091e292f1828682c835cdbf900676f9 d0ebff3d974216289f628371a060dc65090a01a4 eb735a457144c77a6cb1372fe12a5e06a7d97a9e f3c18a0cd3321676fc3ae177cb382e590ecd3cae Package: ros-jazzy-marti-status-msgs Version: 1.6.1-1noble.20260902.030830 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 521 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.20260902.030830_amd64.deb Size: 51268 SHA256: b26ec8be3eb2aed9b8070861dd20d053728bf1a4b20f5c3f2146989a2ad8b156 SHA1: 3951136792bfc8fe747dc72a16bc57a0eb804372 MD5sum: c0ee7c663ed5555dcd3213ce16f778c1 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.20260902.030830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 308 Depends: ros-jazzy-marti-status-msgs (= 1.6.1-1noble.20260902.030830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-status-msgs/ros-jazzy-marti-status-msgs-dbgsym_1.6.1-1noble.20260902.030830_amd64.deb Size: 213556 SHA256: e1ab82bd9fbcc5f48cd5e10dadeca8689b9250d0cf9b2827997a045859b2b11b SHA1: 1b51770bde4e09a5ebcf795569d98c6888426f7c MD5sum: f5fd2b2216fce36f72962de9437ea661 Description: debug symbols for ros-jazzy-marti-status-msgs Build-Ids: 148ea8592532795e27d0e1602fb0fe2720f51e48 1b77160e8e5886b7c1134ffacdd1180e674b7e36 395b7ff7c8785f3df572451df6487c9035a8d8ce 4d779543e046a1b34410d34b785301e92a72ee7f 70d8fa86b0b9f4eaebf9e613b0d78c6a462a5fdc 839a01e000a183a50ee4b785b18732d02cb1d9a0 96c7e14d097cf3e7a3325c85fe2078a8185863b4 a733a0d277088ca291040fac899253fcd13079aa a877248c9e17bfb560255397a78190581c1320ad b9264b9ed9db5a13797fc2cc0996c36f69a75b44 ea8c766736a6917071723eba655b7306b6f48a0b Package: ros-jazzy-marti-visualization-msgs Version: 1.6.1-1noble.20260902.042849 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-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.20260902.042849_amd64.deb Size: 69804 SHA256: fb467c9803717f87447fa8eada258ac0f6e5897c24053c9174b3f3389442308f SHA1: 79bc56f3f8ce038c943ccfda7658d1297bdaee2c MD5sum: 849f02159e5aa9a9053b56c58d1fafd0 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.20260902.042849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 504 Depends: ros-jazzy-marti-visualization-msgs (= 1.6.1-1noble.20260902.042849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-visualization-msgs/ros-jazzy-marti-visualization-msgs-dbgsym_1.6.1-1noble.20260902.042849_amd64.deb Size: 382882 SHA256: 7305d54490ba6b8fb41587efd4680e305188d1a198cfb90a931c9288d32d084f SHA1: 7450392a51f1ae2cc0be4bf4ffe84d3978f7a79e MD5sum: 36e70d3072dc19c1f078a87d6be6e700 Description: debug symbols for ros-jazzy-marti-visualization-msgs Build-Ids: 13ebd71ce7f379bb5d3bc793cd92997deb73b005 20a8cccd58561a2adad19b2a72e59ac3cc6cdcb4 24ef1b48e6402fb02e97ce3a4301c92975c8484f 3371d990c516a493f6c49ee20c2e51506f0e8463 34a3fc64254b62043fdd2dd979ed2e4fd6b647fe 3e80c1fc7c4a3f38720212572b89d3f23f872074 583edcbd1ab14edb5100c0c3d0e4ebf976906a12 a8f4db15453a72ce3202d3b68a70cf04c0be98c3 ad90c660e3bb78d04a749e9f5a69986a0d554288 b3b07129d2a41ee8c0aef7a8fac0d56068bdaece f61e4f44f52682e69a45ac990e6c138c2557261d Package: ros-jazzy-mavlink Version: 2026.8.8-1noble.20260810.124005 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 20230 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.8.8-1noble.20260810.124005_amd64.deb Size: 958610 SHA256: 1d410b7e8ca4afb289db920f1a0f47a468d37b6321beb92a6ff75405f69d0d50 SHA1: b7b97ab6831371148f82628bd263403c711ebb9e MD5sum: 4e60bfc497211271e4c2ebee2bc90157 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.15.1-1noble.20260903.022619 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 9916 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.15.1-1noble.20260903.022619_amd64.deb Size: 1667004 SHA256: aa6474a8c30261f2768e72cf8510c069220d3d05b4301a698586dde3d02207a3 SHA1: 626378d0d9d7ef7dfcd812b6d812b2f20200d8e3 MD5sum: cd46ffe97cd517ece8992fe78b643a39 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.15.1-1noble.20260903.022619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 60096 Depends: ros-jazzy-mavros (= 2.15.1-1noble.20260903.022619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros/ros-jazzy-mavros-dbgsym_2.15.1-1noble.20260903.022619_amd64.deb Size: 53286710 SHA256: 8c4f878e1857e9d67e885e0d7514af6878d90ad13c43c2f69a5262228c6d7591 SHA1: 203e9bfb2a8c86d1b52040e60cdf2cae5ae5f6c9 MD5sum: a91809bc399662af53e280abc84d5297 Description: debug symbols for ros-jazzy-mavros Build-Ids: 31a55027dd746c418064884b6eac80f5d486542e 5a699e020b132f23b4cdc0e272dd1944306c80ad e136da0a4cacf5b60a62a3b0bcaec21a8584ddcd Package: ros-jazzy-mavros-examples Version: 2.15.1-1noble.20260903.025627 Architecture: amd64 Maintainer: "Haroon Rasheed" Installed-Size: 113 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.15.1-1noble.20260903.025627_amd64.deb Size: 13324 SHA256: 375e86a5a9666000acc4b6e060bd67b48cded056b61bdff7e67248784718e01b SHA1: 77424dd83c94f130bffe23a5a70060a78abcf8cf MD5sum: 2267306620f8f056baf84205f96d5303 Description: Example scripts demonstrating MAVROS usage Package: ros-jazzy-mavros-extras Version: 2.15.1-1noble.20260903.025450 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 13136 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, 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, 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-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.15.1-1noble.20260903.025450_amd64.deb Size: 1711186 SHA256: 8798aa23cf7ff7dac4ab8ac095a4639b0fb4b667e5e784d3e7cc251aec47f5a5 SHA1: 192648687da2a8e82b685ece1d765b5de10cb1d8 MD5sum: 01f65ecf7fb031b0ff5816bc984b5f80 Description: Extra nodes and plugins for MAVROS. Package: ros-jazzy-mavros-extras-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-extras Version: 2.15.1-1noble.20260903.025450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 76707 Depends: ros-jazzy-mavros-extras (= 2.15.1-1noble.20260903.025450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras-dbgsym_2.15.1-1noble.20260903.025450_amd64.deb Size: 65339316 SHA256: 9c936c55bbeb8a1b0fe50114172c638657d574082d57f5182f8e4dc32cd608ec SHA1: a498f6fad54fa965abc4ee8621db384c38392d2f MD5sum: 7c08f6f5937c9a978e5dcc4c04d396e4 Description: debug symbols for ros-jazzy-mavros-extras Build-Ids: 74b216da99c30fe453729f3354e70cdee58ba7d3 8b8ea783c990cc002a58c68bfa3f136f02da7ac6 dad89e1ec09c70819f50b15d57553e55a12717fb Package: ros-jazzy-mavros-msgs Version: 2.15.1-1noble.20260902.043048 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 32976 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.15.1-1noble.20260902.043048_amd64.deb Size: 1933382 SHA256: 180ed0e7135c358e827772fe3b61d6896fc4ba3f359d82e585ba629a80b1a7be SHA1: 1a2b958e9457bba26b5afd7b07c611bb8bf54145 MD5sum: acf50800615ca5df889893efde931ef5 Description: Messages for MAVROS. Package: ros-jazzy-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-msgs Version: 2.15.1-1noble.20260902.043048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 22367 Depends: ros-jazzy-mavros-msgs (= 2.15.1-1noble.20260902.043048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-msgs/ros-jazzy-mavros-msgs-dbgsym_2.15.1-1noble.20260902.043048_amd64.deb Size: 17975450 SHA256: 4aec317b5d978ba154ce1ceedd7ed98c87e18caeaca149fe425515403627bee6 SHA1: a29ac80a90a2c0ca8b1a7be53492e9e16f954720 MD5sum: fc031d9876ed9dc02ebfe9a19574890f Description: debug symbols for ros-jazzy-mavros-msgs Build-Ids: 1edf66037f6dd24c2dd1afc08a58a5c8eed491b3 2baa86fe45d748b22dcd32638dffd28c504181ea 3cbfe498464c618fb4419dbb2bf18960bdd7992c 4f6fc149b013534a56f4526f4781e7ecab73b450 58bc68ca2d38cd164cc27e0a5672fb2e63f52f6b 84f3873fff2c0191548c28fe995564eaf19b8711 99cc38ef9d9f3e04eb5c22766af452cbd9b0bf9b b98ccea3bb7e35747d1c03f66cfcacc0eeffed0d c95b83ffe56badf231b0e101236825825368dd67 eef178a13e4c4940eda27b251696e47bfbce48bd f27a0dccd3a1b391447fd1d0c1ad8375b490cb6c Package: ros-jazzy-mbf-abstract-core Version: 1.2.1-1noble.20260902.034403 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.20260902.034403_amd64.deb Size: 12494 SHA256: 20af6154702e051314e0a98d42bcd2d0d730100d696177c04b38ce0a8d9cc5ac SHA1: 4e3e2763e6e8057b298b9f21104f0e68d9f90f63 MD5sum: 4b71f44154a99ee94e34c75a39c2c637 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.20260903.024315 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.20260903.024315_amd64.deb Size: 289658 SHA256: fb6804d9ecb559dcda45db15b37fd58f4949b9c0ea523f235c0c3083972077f3 SHA1: 8c45dda679609baff85032c29e0f70c41140b006 MD5sum: ef210515eb87b1bbb8bd483f1ad2e168 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.20260903.024315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 6095 Depends: ros-jazzy-mbf-abstract-nav (= 1.2.1-1noble.20260903.024315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-abstract-nav/ros-jazzy-mbf-abstract-nav-dbgsym_1.2.1-1noble.20260903.024315_amd64.deb Size: 5551938 SHA256: 11f4855913c29e193cef81bc595e7d187707020b91b089228640ad6dcf46e025 SHA1: dcfdb4afae77f5d15c607bfc1b956a9891ddbf46 MD5sum: f9f4b4dececcf9289c86fd5f9789f6f6 Description: debug symbols for ros-jazzy-mbf-abstract-nav Build-Ids: 569ed85d7af35872fec0a5ae7bdbdf072386cd95 Package: ros-jazzy-mbf-msgs Version: 1.2.1-1noble.20260902.043443 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 9314 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.20260902.043443_amd64.deb Size: 550968 SHA256: 3a7d35dea88bd65b64851b38f4ff7397c18234ac1c43e0322f10b651490f0566 SHA1: 1da02c975a1e175996b0e20bb8a52e2339c9f1f0 MD5sum: d64eaadedf4ee10d45017ce2371afa2a 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.20260902.043443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 5187 Depends: ros-jazzy-mbf-msgs (= 1.2.1-1noble.20260902.043443) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-msgs/ros-jazzy-mbf-msgs-dbgsym_1.2.1-1noble.20260902.043443_amd64.deb Size: 3925050 SHA256: e2e94734efd15e2d53157066ea8cee6eaab4aeb7ba29fd15c7d93eeec922da9a SHA1: 7211a6a2576443401b0c487e1b386ab9fb3c5a3c MD5sum: fed26ec66604dc19b7cd07aba783d66b Description: debug symbols for ros-jazzy-mbf-msgs Build-Ids: 1c7ddfad1d4df21a65d2a2048d51fbd7992e9ed2 2a7c0977638fe0596243a15cdff9a3cc00f03e36 3e72c9fece84fa0b2a7ce84646bbaf4ffb6b695b 7853258582b114d7502fe6a1986e5c0d1e0e25d9 8a64b3ba0153e3e543d1eb34a732babd21600030 8dc153ebba75b6b1d1f0c741e67de2b8d9e0bd27 937aabd40c544d7fd83b84a35771ba967f42e543 c74af3e039deaa685e21d80440c0ae6b78b3e915 e870339ae016d2e11cbd332dc769c438b1bd4796 eecffb4172d5cfdb142da6227a6e60504a139a63 fef1a79423364878263219248cc380de36eff263 Package: ros-jazzy-mbf-simple-core Version: 1.2.1-1noble.20260903.024356 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.20260903.024356_amd64.deb Size: 12698 SHA256: 19ae816c9a2751e93ba57803c5ef5f65add495bc02f5afa8d6f84db261d6dd3e SHA1: b1309082c2f7e92d506641c33d46f97a618b1975 MD5sum: 2b458a40a0cee9f7e0b98616b4689692 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.20260903.024911 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.20260903.024911_amd64.deb Size: 143484 SHA256: bede9382add9f9e6cdc521b692bd10d5d0ffea17849dabcb71473da4cbfccaae SHA1: c885cb4d933bbd05a4d28a5d23ce2d767c05a75b MD5sum: ec64a71f532c67dfc84108901962d1e4 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.20260903.024911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2237 Depends: ros-jazzy-mbf-simple-nav (= 1.2.1-1noble.20260903.024911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-simple-nav/ros-jazzy-mbf-simple-nav-dbgsym_1.2.1-1noble.20260903.024911_amd64.deb Size: 2082864 SHA256: 42d685270b5e19f0b0ebb881aaf8913b6323c19d1624671bbb79392cc8501890 SHA1: e5465e874abea5838eea16881ee7cc951e98df92 MD5sum: a8a400bfbb7ca4720571eade07c63316 Description: debug symbols for ros-jazzy-mbf-simple-nav Build-Ids: 279ba3267285558d0ebee5d0ac8946ffc4c22e8c a5709ef3d29d2f9ffd2779dfdd364cbf8574f160 Package: ros-jazzy-mbf-test-utility Version: 1.2.1-1noble.20260903.023258 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.20260903.023258_amd64.deb Size: 134988 SHA256: 99cd8d87c88c7ba44c038c744063a64e884847539c40f3c9cb0a513af86af018 SHA1: 11f9706dae4b225be05e985561b845796ddcb75f MD5sum: 01864b6f0ea769983878b8ef1b13ab0c 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.20260903.023258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3005 Depends: ros-jazzy-mbf-test-utility (= 1.2.1-1noble.20260903.023258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-test-utility/ros-jazzy-mbf-test-utility-dbgsym_1.2.1-1noble.20260903.023258_amd64.deb Size: 2621360 SHA256: 07082c12be5a97f6b0a02acffa58e92ce50a410f264fccf4407970020021fed2 SHA1: 74d273d55974f0a3ef928b36e6c887cfe6a217c8 MD5sum: 3b73642469dae1d2e68cfef3a35c53be Description: debug symbols for ros-jazzy-mbf-test-utility Build-Ids: 562f94c78071981cd5b58581505e2737ff9b1337 88204e7e211ced6bbb87e2e8dedf1b3c9a9f0291 Package: ros-jazzy-mbf-utility Version: 1.2.1-1noble.20260903.023328 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.20260903.023328_amd64.deb Size: 108812 SHA256: 13ed658c289e70f812e8a2c462e0a8d90a52245b451c6ae7cd4a0c8246d551bd SHA1: d4e59f8119d0651f45c5e7b3b09c57bd201752b7 MD5sum: 90d167e170f1f9f0a660d805e202e72b Description: The mbf_utility package Package: ros-jazzy-mbf-utility-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-utility Version: 1.2.1-1noble.20260903.023328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2256 Depends: ros-jazzy-mbf-utility (= 1.2.1-1noble.20260903.023328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-utility/ros-jazzy-mbf-utility-dbgsym_1.2.1-1noble.20260903.023328_amd64.deb Size: 1953232 SHA256: 788c9bf643844117b69d088cbb2874abc23591167df094fd3b3aa89b8f5ef8df SHA1: ac426fd1a8c274801ba90c204901ae2dfa11f992 MD5sum: 64b2d75bb916a851acfa92117fcb0a5e Description: debug symbols for ros-jazzy-mbf-utility Build-Ids: b70ecc8827451098dc3c6f3ba920fa2411096d3a 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.42.1-1noble.20260905.073053 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1044 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-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.42.1-1noble.20260905.073053_amd64.deb Size: 229588 SHA256: fad272b6773114ac8cb8e56bfd8ad1c5753a85ed5f62158c649cc60b7abbada2 SHA1: 871f4e689752fafb4f5e31de76d671b7bd6d8223 MD5sum: 2cb8a6ce12ce3ed68e7102122e6ec770 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.42.1-1noble.20260905.073053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4018 Depends: ros-jazzy-mecanum-drive-controller (= 4.42.1-1noble.20260905.073053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mecanum-drive-controller/ros-jazzy-mecanum-drive-controller-dbgsym_4.42.1-1noble.20260905.073053_amd64.deb Size: 3572624 SHA256: 80d6110fb277e639db1d7ae8a1b8b3df8aa95710c971e62e4a045ab63bcdd694 SHA1: 852617abbbb4c58261408c6f5aaf505d8dc89369 MD5sum: 04cb439b807ccf41c01f7042ecc575c9 Description: debug symbols for ros-jazzy-mecanum-drive-controller Build-Ids: 3d578678cb029dd702179341c4676671f562dca0 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.20260902.103742 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.20260902.103742_amd64.deb Size: 49310 SHA256: cf4410fb0782331b0b5dc7e6b73b30a761411e513145a86a4a8976dbf7be0481 SHA1: d2aa25fd57220b0e7abd915a43ca98766a2a32eb MD5sum: 4676eb8675cfed47498ffda47d8806d4 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.20260902.103742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-jazzy-message-filters (= 4.11.17-1noble.20260902.103742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters-dbgsym_4.11.17-1noble.20260902.103742_amd64.deb Size: 10594 SHA256: ae18a25c2df8ec15c6c112e5c200d71e1cc3435ecbd31d8bd6489114b261fa8f SHA1: 7096eb25768d71e1658da39062f7a28664ad8167 MD5sum: 37e4c9ae9a551bad6621ab527a0594bc Description: debug symbols for ros-jazzy-message-filters Build-Ids: f68d1b260a719f3994101caf5a0b19319c5eef75 Package: ros-jazzy-message-tf-frame-transformer Version: 1.1.3-2noble.20260903.023658 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.20260903.023658_amd64.deb Size: 233046 SHA256: d47e9332820a7c1628d37b1cc6925d1b86aef8be15a58c356c34ab9c5e0f9832 SHA1: 54f55d910ab02e74b55820f8caf2b8720babb6ed MD5sum: 5424fb380d3ab3eb5c7a6480a82ce200 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.20260903.023658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 6062 Depends: ros-jazzy-message-tf-frame-transformer (= 1.1.3-2noble.20260903.023658) 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.20260903.023658_amd64.deb Size: 5392274 SHA256: a5500a1fa317df40f8a013a8c7e04770a71cf5b3c353c6a7496f09876fdb1e47 SHA1: 44e3bcaa27229fca853025afb0c3d34330e0234d MD5sum: f0746bbbeb7b256ce7432ed84da4d423 Description: debug symbols for ros-jazzy-message-tf-frame-transformer Build-Ids: b8f82e951d9a27761c45f469d194ed9d69339aeb Package: ros-jazzy-metavision-driver Version: 3.0.2-1noble.20260903.065829 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 855 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 Homepage: https://index.ros.org/p/metavision_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver_3.0.2-1noble.20260903.065829_amd64.deb Size: 203310 SHA256: 0f677f956a47de5240e5cbe0fdd0dc3a9f839af7b4084c39240a7c1fba272b90 SHA1: d219b4642b8031340ac717a48fd7fcb9a15b667c MD5sum: 1f61a4208ef400782da951a9613648f2 Description: ROS2 driver for metavision based event cameras Package: ros-jazzy-metavision-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-metavision-driver Version: 3.0.2-1noble.20260903.065829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3973 Depends: ros-jazzy-metavision-driver (= 3.0.2-1noble.20260903.065829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver-dbgsym_3.0.2-1noble.20260903.065829_amd64.deb Size: 3553206 SHA256: 256430e218f2da74d060c47332cd2087639a41a7dba52fb85d2cfd24882dab84 SHA1: e109539af2cd8b67568c1fd68f5ce34ff8c352ea MD5sum: ee6f277733f3998fa0057b5cf42eafe2 Description: debug symbols for ros-jazzy-metavision-driver Build-Ids: 1d508019473e7095e19b4cb9698ec22eed240811 6b622468c3b6c2ed58c92bb378487f2ec0e4aebf Package: ros-jazzy-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260902.061455 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.20260902.061455_amd64.deb Size: 119762 SHA256: 8e2405710018f9e58116b11f0099d597a0f0eca6f2656b774bf5fb04ba49d21f SHA1: 82188da9090e867fc51ec8cb88a64d8bbd2d3c80 MD5sum: 60c67443540d0e23484d4bd255e1b49a 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.20260902.061455 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.20260902.061455) 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.20260902.061455_amd64.deb Size: 2174334 SHA256: 0f6a5231d127d4ffc907529783de3d15dc2f191a401ad2a78d480fa16db9544a SHA1: d0afb0ccb19445c82d169ebef62d73f83c6fb4f1 MD5sum: 318d197d0da4f47dae47a2b9322d48b2 Description: debug symbols for ros-jazzy-micro-ros-diagnostic-bridge Build-Ids: fb35fde1ee648992c1946863c887359af4e831b2 Package: ros-jazzy-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260902.034628 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 962 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.20260902.034628_amd64.deb Size: 85962 SHA256: 5dbf4337edd6e5c80d897128cbc8e5d5abb73fe4a6f56d2cf0587c0a37736e93 SHA1: c8f54b88c197749594156be00651dccd1a658c33 MD5sum: de6793eb55e0d40eb7f88bbc72e6afb4 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.20260902.034628 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.20260902.034628) 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.20260902.034628_amd64.deb Size: 463068 SHA256: 523aac41f9e6332229fde59198832381b3550caf4fc1de18016050b9fe7646f0 SHA1: c15ea61f434f9796d8fda02ce0e02f7bba50f8f0 MD5sum: 01b7c02a3a6f9de65d9bb20c814d3720 Description: debug symbols for ros-jazzy-micro-ros-diagnostic-msgs Build-Ids: 038f215c79156a686890cbef1349907e0358fced 10055b35ffec72c856ee9609ec42d47fcf0dc5e0 1754be57cdd9d409cd4b1d253040afc5e3960dba 1ef3c22f1c444c1921b49bf9b596f2a1a37ab829 44d674f55f6fad23f929c8d074081207d047f055 4ddd5d0d535661e4c9428df028b88a708036edb1 9a3e1e74d4c0946f1d0f651065e9bd800ec67df6 a8fb219a2fa788d1f4d59d084a73b9fc4c650f52 ad9bd9d0e4aab27a0524a9a29a1d91f11b46179f d3d759ec5fd7c8e2b73f4210ff66bcb962aeeff7 dc0775271dc46c7817f8ed547c9ec3f42d3e0c2a Package: ros-jazzy-micro-ros-msgs Version: 1.0.0-5noble.20260902.030827 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 713 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.20260902.030827_amd64.deb Size: 76480 SHA256: 8876e7833ef9aa4d704e60f933b255361265d045456821cd16868da06498b093 SHA1: 88ed0e3bb07cf80a634ec59b13e86ae6cdda0818 MD5sum: 05b10e0aa9743245637352e0ae8a162a 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.20260902.030827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-jazzy-micro-ros-msgs (= 1.0.0-5noble.20260902.030827) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-msgs/ros-jazzy-micro-ros-msgs-dbgsym_1.0.0-5noble.20260902.030827_amd64.deb Size: 528866 SHA256: 91f3f10e4a365693db6248cce8b7963602b54b0bcc593adc090a04cc964d8643 SHA1: 27bfcd8018cb60787820872646efc1dbfab540f5 MD5sum: 65102f679316ef0ecaee04329330aaad Description: debug symbols for ros-jazzy-micro-ros-msgs Build-Ids: 126a5c5171e6af7e8cc32e9929b3da4ac6e852b7 18992b01f9b983f816f3f62d01f0904b7e5fac8d 259da130d211e4783ea0183f514e0dd66fc7c9c8 422581e72cba4065f15ee3ac669acb2ad9056bc7 82d2758a239afbce2ac3fd7c0b8c33657f0d4ef5 8db4204d4e46df6c7a3c5820bf384e2adea5018e abe746727dc2a992647e56201de88a0885edd6c6 afcb867734968b8dd849916a6551496515543705 cf2848bd7a5904823eaffd7c78efcf6762695fe3 d0c5494d9b0897001a10f06dd2ef2603423b8f13 d7c57db8938fb2743894c49489f108003b367ad2 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.20260903.023223 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.20260903.023223_amd64.deb Size: 1291620 SHA256: ad1f89707c9f9deaf869bcae5d4e4079fe0242f2d12bad4a8a5e7ee4388f16a2 SHA1: da687c2764f17eff76caaa428e417e3d642eb15c MD5sum: d67908fac1cb670b0e77d42ac2ab17bd 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.20260903.023223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 44241 Depends: ros-jazzy-microstrain-inertial-driver (= 4.9.0-1noble.20260903.023223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-driver/ros-jazzy-microstrain-inertial-driver-dbgsym_4.9.0-1noble.20260903.023223_amd64.deb Size: 37636352 SHA256: ee9d6b0278ebea4150fd2a08240ee88a0126cce12ba21615206419fdd3f0a186 SHA1: 64f9010501ceae5dd542e5a43791fdc44db4da75 MD5sum: 64947db0f0fa4bb95383d48514003296 Description: debug symbols for ros-jazzy-microstrain-inertial-driver Build-Ids: 24483e74ae3746defabefb8c5de7ec9e08753c88 748d68c8b122b987e923465e5b7204eeafb230d8 Package: ros-jazzy-microstrain-inertial-examples Version: 4.9.0-1noble.20260905.071836 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.20260905.071836_amd64.deb Size: 14000 SHA256: e591eabd5521b280cbfbb921682c71688512a29b2804b92651ae71c2a83b6f79 SHA1: 26f54e779cf863ed947f32b9921025feea27200a MD5sum: 0135d3db13cfe3dc8f91e5c642bf116c Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-msgs Version: 4.9.0-1noble.20260902.033813 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 8506 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.20260902.033813_amd64.deb Size: 483008 SHA256: f9938ec3359f8b9f3773e913796d5826f95e7e32d528acbe6a350c5652701bb8 SHA1: 9f5c3880ddb72f7903b1bae18035ddf97c40332e MD5sum: 2226811a6566f725544d2af99a4e2f4c 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.20260902.033813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 5266 Depends: ros-jazzy-microstrain-inertial-msgs (= 4.9.0-1noble.20260902.033813) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-msgs/ros-jazzy-microstrain-inertial-msgs-dbgsym_4.9.0-1noble.20260902.033813_amd64.deb Size: 4100784 SHA256: 8326de549e94f4e85905781a19b7d4736f34b49bb2eec0487260939ed54c33f7 SHA1: 8c6ca973fdc2b7235928bbf7e70ddcc6dab093bd MD5sum: bb7038f9c237be0e3130afb4d383dc86 Description: debug symbols for ros-jazzy-microstrain-inertial-msgs Build-Ids: 0153169f57a797ce4ad15bc28a3812a58d72b90b 134464ac699e5c3127d74b6a033712d2244d49ba 21bf08c267c640ac453fde1ebfef137a8cce74e7 3747455110a80e1db0988529a38b415b5b36ea33 412ba782a2c353cdc54e47d20773e5a7b9017be1 85843e9d1740849d2c2bcaa78e8005b1edade067 9b612a131b811705995f48a5091cd2421fd09c35 9dc9a01e5cbbb5cf35ce08b0c96ef6fc8ae8f17e b5d93591271c8153a2817b253a7874c1a0265684 b953ce32dd0a013ec15409541f1fc154acaf3b4f dd7ea99134141c035f20564cea25b311d13e7d9d Package: ros-jazzy-microstrain-inertial-rqt Version: 4.9.0-1noble.20260902.105703 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.20260902.105703_amd64.deb Size: 69730 SHA256: 77a74f81ec93f26e7ebf2087e01081e0426d19dd22a2800c92d3e111d69e1679 SHA1: 43bfeba016366fda7c5820819acd0345ec16d3bf MD5sum: ababba14b53de297703edc476fd6bc95 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.20260903.023712 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.20260903.023712_amd64.deb Size: 457924 SHA256: 838b5eb857058398b29670e2ba7f35de7fbde23f1ed511a904c351257f419db1 SHA1: 19bcd5d865d4cde71f304ab116107e78a7b94a2a MD5sum: 31c0636528965d15584c18028a416b6f 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.20260903.023712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5975 Depends: ros-jazzy-mobile-robot-simulator (= 2.0.1-1noble.20260903.023712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobile-robot-simulator/ros-jazzy-mobile-robot-simulator-dbgsym_2.0.1-1noble.20260903.023712_amd64.deb Size: 5033620 SHA256: e211116aec0631d7965872934528b42c2ab4d0da7a32d710074b84bff9131536 SHA1: a70430aeb8ad412de461e5ac701b92dde43af9de MD5sum: f792031035c68cf1da5c6d119a1b54e9 Description: debug symbols for ros-jazzy-mobile-robot-simulator Build-Ids: 153e08a33b971664d206e202c7dc182d630411a4 97a9afd46bde5df61b2cf10f162aa5aabb513e47 Package: ros-jazzy-mobileye-560-660-msgs Version: 4.0.0-4noble.20260902.034539 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2788 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.20260902.034539_amd64.deb Size: 185590 SHA256: 3266be54af9c4ff8564575a5224d4167a72ed697b9811e08fede05fdacf44e13 SHA1: 8a7237c4584b8e02e8ed1b0013727687bc616940 MD5sum: 3a41cdd26f4ca9722ebf381ee25db4c9 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.20260902.034539 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.20260902.034539) 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.20260902.034539_amd64.deb Size: 1312846 SHA256: 0f327b0937a38e9406760fc30ae5f402be30ade29c9b15910a3434f49b78ce20 SHA1: b5e5029ae5e915b4b6361dd4b353ab07252f7288 MD5sum: 79c748b1739a9f925cfce9398c36da01 Description: debug symbols for ros-jazzy-mobileye-560-660-msgs Build-Ids: 0e286db80e973ddc31fe2873bcf46d1fecf54bde 2c5f9d74f4a5564d0e34cf815714ada42b4e3896 31986e0f7eef2cb77988af4bbbcf4097fd1c312d 45fbb188b4814a1ac04f8a94d72e105a620ddd07 636c5dd7342e39b7ce5fc5ddb5a04bb6121030f9 6bccbbc3916571d0596609fbb7f43c00ebb18f4f 7d73142b09d9156ea1b324e59051b627beea4bad af9e8712dda6348fb388a2aa28e7130da911d560 c54ff8f353bb8595b77a035e8268139634a20719 ea2e545ca347a18d2a905f61ecc7414554ec2863 fd1979aa0d0cc5ae997f7123d00ecccb8364c37e Package: ros-jazzy-mocap-optitrack Version: 1.0.1-1noble.20260903.022235 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.20260903.022235_amd64.deb Size: 116724 SHA256: b39ccdc405f7f185403888b65244059847eea832247590a07b285b4e7570c77e SHA1: c81db29c6b880c60285efa190e6439c59be20fed MD5sum: c80e78d3c8392ba7747b8d58b67ab766 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.20260903.022235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 2123 Depends: ros-jazzy-mocap-optitrack (= 1.0.1-1noble.20260903.022235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap-optitrack/ros-jazzy-mocap-optitrack-dbgsym_1.0.1-1noble.20260903.022235_amd64.deb Size: 1953230 SHA256: 8d827be954a2137e7c5e344e941cfbdfecb632a16d6c32d278924205bfe4c052 SHA1: d96e722fca574d3f728c6556eb6a6b27c1a90b2f MD5sum: a3484a708f95a4485dc800c39ffb7a27 Description: debug symbols for ros-jazzy-mocap-optitrack Build-Ids: 22d4572de4241d6e40427020df5e3f81354e2cb2 Package: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260903.065832 Architecture: amd64 Maintainer: Francisco Martín 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-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.20260903.065832_amd64.deb Size: 135956 SHA256: 7c7d20f165bb574205d1fead37a5f227f80084ff961935b1df3fd717897d207d SHA1: d83e350fd884c162908b39271d0001f358ae8e70 MD5sum: 276ca289cab718cdfd0ab0f803dab295 Description: Interfaces for Mocap4ROS2 project Package: ros-jazzy-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260903.065832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1259 Depends: ros-jazzy-mocap4r2-msgs (= 0.1.0-1noble.20260903.065832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap4r2-msgs/ros-jazzy-mocap4r2-msgs-dbgsym_0.1.0-1noble.20260903.065832_amd64.deb Size: 1026788 SHA256: b5cf245fe28872ae020071b576effa46b9dda761e096d36633c6be5a8305adee SHA1: 6aee1e947b542f05a5a09678cd0a273dbf0e5b44 MD5sum: d23b3c55e9996a23d5758ceb745d0f38 Description: debug symbols for ros-jazzy-mocap4r2-msgs Build-Ids: 13b02226a07f4e469047cb8339da0c240d499c02 15ca87a336a358f810b15fbbb42e15f790624662 3ada9db70c141fada1fcb69894713a643289b364 4c8ac684a03d8b6789a2180677a354afe9493baa 502f97679e62045b54015e18e7e21518a282f4f5 733561a75a971688c9063f09721dc8b9bc555543 7b1a3decda7cafc1480e1955a806b9b42deecc15 a8346178aa2aca626ad89bb7d6f1f04fb7ce304e cfab00d94d55f1457dd5aa5d417894f445a19112 d0b6733526057fe695b7695ca10de3c243ed1e28 f19586de574b527f7d7e18f8b9e4fc85f3c7c3f3 Package: ros-jazzy-mola Version: 3.2.0-1noble.20260903.025521 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.2.0-1noble.20260903.025521_amd64.deb Size: 3632 SHA256: ad98906162997d1ec82619e3ce47e62584ea742fbdb0bb13db4f40a4cac824f3 SHA1: f6fe3b516b730607ba32f50e4fb0eb2ac8b0cf32 MD5sum: 559d9462a5cdd4cb145142ea26ee7776 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-jazzy-mola-academic-datasets Version: 3.0.0-2noble.20260821.155926 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.20260821.155926_amd64.deb Size: 2364 SHA256: 9f9bd4a3b28777a743067132d94fc18f6b0055c236e2b5f7a89bd8776e578120 SHA1: 08dd2fca165e29906476a5fa6f201f15e628e136 MD5sum: a05dc11927960725c4213dacd61ba5c3 Description: Metapackage with all packages supporting reading academic datasets. Package: ros-jazzy-mola-bridge-ros2 Version: 3.2.0-1noble.20260903.024143 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3050 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.2.0-1noble.20260903.024143_amd64.deb Size: 502224 SHA256: 81f81301624d24b19bd9711ef76cf360b7c347e4a32e729c31ed77bd190ceb7e SHA1: 28d9b4e1946efd817e42e5a34fe22e908650d260 MD5sum: d73c9a8fe22afc8d9ad2c883ea4ec111 Description: Bidirectional bridge ROS2-MOLA Package: ros-jazzy-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-bridge-ros2 Version: 3.2.0-1noble.20260903.024143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13749 Depends: ros-jazzy-mola-bridge-ros2 (= 3.2.0-1noble.20260903.024143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-bridge-ros2/ros-jazzy-mola-bridge-ros2-dbgsym_3.2.0-1noble.20260903.024143_amd64.deb Size: 11405406 SHA256: ee95e01a25e02bdb5fce23c4c3bf3391ca2d73276b0d74a772bdecbf69902556 SHA1: c0e599e8403596f942cc099c9a3f925c45ad2b45 MD5sum: 721febf5a1ea00572dcacd38c1c6951d Description: debug symbols for ros-jazzy-mola-bridge-ros2 Build-Ids: 2954562aa87468e81b830e65ec731c774a035308 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.2.0-1noble.20260821.153915 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.2.0-1noble.20260821.153915_amd64.deb Size: 27374 SHA256: 4916da120c5f73ea3e7dfd714f514218ba294a25ba557e517e8414ab2c1bfdfe SHA1: 24adac2197d8efd4c7639f251584bbeb42f47874 MD5sum: 003e31e57bde86e4e338c540d0cf989d Description: Demo and example launch files for MOLA Package: ros-jazzy-mola-georeferencing Version: 2.4.2-1noble.20260826.124101 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.20260826.124101_amd64.deb Size: 198074 SHA256: fdefdcd510a26576a3de2205a0c3565bd09a578aaeb179d547e7474bfb50060c SHA1: 4a2e622cc64c426a93f12ad516f8dc09109554ff MD5sum: 8d57e8e6ad710db7b6979620152749ea 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.20260826.124101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9360 Depends: ros-jazzy-mola-georeferencing (= 2.4.2-1noble.20260826.124101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-georeferencing/ros-jazzy-mola-georeferencing-dbgsym_2.4.2-1noble.20260826.124101_amd64.deb Size: 9286904 SHA256: 9ae4a4f3ff9672892b92e0ddcf4002f418b914883ae13c3b9fa01425eca708be SHA1: 5bb5c45a4b3b8340659731796d396b154645b3ba MD5sum: 574b52ac9ef3472d04f8cfc368af0ab5 Description: debug symbols for ros-jazzy-mola-georeferencing Build-Ids: 38551b7192b1ff151bd12f8c567e52480e7bd4e7 67864904f98ee8d3db2cf782ff930950f65b038f 76a95a94748f6b8f3fa62ae2535144498c3bd885 986251a5830adf2d7730a93478f9681cf5e4cb35 Package: ros-jazzy-mola-gnss-to-markers Version: 0.1.2-1noble.20260902.061458 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.20260902.061458_amd64.deb Size: 135616 SHA256: c407b55c91c7122e4647062b3936e300195abf9485eb9f7f4a7fb60c5586d78b SHA1: 0331109a5d809d4807c9500c33325498a4fa239f MD5sum: 3e12bebcf9984fdeec5cc43e9fb22b31 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.20260902.061458 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.20260902.061458) 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.20260902.061458_amd64.deb Size: 2661246 SHA256: 9c2f6094f3eea77f3e601268c08d91d8cf8e1cf3a4559a70b116998d51fa1b9a SHA1: ec957634f4f3e6025451350fff873d6f76568be2 MD5sum: 83772cd1497f4b95e30debb27e4fc27a Description: debug symbols for ros-jazzy-mola-gnss-to-markers Build-Ids: 02b1cdfcd4b9e0ffdd0d5fd5a5045edef11fac63 Package: ros-jazzy-mola-gtsam-factors Version: 2.4.2-1noble.20260813.214207 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.20260813.214207_amd64.deb Size: 122970 SHA256: 126fa323c6c52a609b4160520e16d7c8dcf20645c11035f3e0c551c426662f7c SHA1: aef84d2b344687993f563001883c8b38c4768fa1 MD5sum: 0c71a5ba58042f182b7a75f80337e194 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.20260813.214207 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.20260813.214207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gtsam-factors/ros-jazzy-mola-gtsam-factors-dbgsym_2.4.2-1noble.20260813.214207_amd64.deb Size: 22537528 SHA256: c262755a8da65847510a7eb073b876007fc5eb173f31ceeba6f1833d66c09029 SHA1: 40daef8006fa0f6510b251fdb9ed8c5feaaa914b MD5sum: 47e37b3adc0c77fc3d70195082685eeb Description: debug symbols for ros-jazzy-mola-gtsam-factors Build-Ids: 3c9be34454e10dcafde930f480db1660595a7371 Package: ros-jazzy-mola-imu-preintegration Version: 1.17.1-1noble.20260813.222255 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.20260813.222255_amd64.deb Size: 85588 SHA256: a606c2fac96b9010e7902091386ba65db9e6704021bb45fda6b338daa233ebb3 SHA1: 5b046ae972f577996fc114d04c0fdb53309d8695 MD5sum: 61e57369d2b33d095e10cd858f8e46b6 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.20260813.222255 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.20260813.222255) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration-dbgsym_1.17.1-1noble.20260813.222255_amd64.deb Size: 1210770 SHA256: c1be064544117d03efdc18a1faa449fdab16d752cf5e4ddc1eb3c5f3a5b6de89 SHA1: 2ecdc42cde2c8c0223a1b6264aa5e9e49ba9c402 MD5sum: a84cca81e18ad6a0a37d7b5687af636f Description: debug symbols for ros-jazzy-mola-imu-preintegration Build-Ids: 053d13d88eab6f8730cc914856fef76898688f6b Package: ros-jazzy-mola-input-euroc-dataset Version: 3.0.0-2noble.20260821.155243 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.20260821.155243_amd64.deb Size: 63782 SHA256: 41928365a21e3eb3cf66203c3e0e5ac5ea98cdacb6f255c9350b3d17a17e52be SHA1: eb434bb6aa48213dc63563f7edb228e51cb1bf5d MD5sum: dc81ee7ff17369aadd1e6f83b5eee1c1 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.20260821.155243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 642 Depends: ros-jazzy-mola-input-euroc-dataset (= 3.0.0-2noble.20260821.155243) 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.20260821.155243_amd64.deb Size: 610584 SHA256: add35e88f5d762cfff425ca80a32d8006aefeb5c35e519885b23c38e8bf593b4 SHA1: 97cc0c72fc2a01e946de1ea90995e6e24f028626 MD5sum: ae025ead570baac17c44abc848a2ec65 Description: debug symbols for ros-jazzy-mola-input-euroc-dataset Build-Ids: a3767a22a04f4378dc2786005e62da996651a2fb Package: ros-jazzy-mola-input-kitti-dataset Version: 3.0.0-2noble.20260821.155210 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.20260821.155210_amd64.deb Size: 82862 SHA256: da4b0141c90431233c98f54f217a1a3faccf42e39727410e55a4c0563c080338 SHA1: f6f71073886c73276de6c8cb43675f44c4990d62 MD5sum: 834fba13d66e1c9e145480993d4187c3 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.20260821.155210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1220 Depends: ros-jazzy-mola-input-kitti-dataset (= 3.0.0-2noble.20260821.155210) 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.20260821.155210_amd64.deb Size: 1185966 SHA256: 69d1d05e65113a45d39805018e71ad37c687192af3a6d3179f9068c9e3730675 SHA1: 497307b7d47ea8a0598878f0e7059048ff62ed83 MD5sum: 1174b9b94f20e5d060550193b3c4b086 Description: debug symbols for ros-jazzy-mola-input-kitti-dataset Build-Ids: 3c4f3d767de0d185e71919808818466e5fea8b9e Package: ros-jazzy-mola-input-kitti360-dataset Version: 3.0.0-2noble.20260821.154902 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.20260821.154902_amd64.deb Size: 127332 SHA256: 399b670905d227dd0a276735abfa40fd4cb35105c480bb11aa0151896e4e165b SHA1: a1b999646b4979de4ec3d0169cc514b3cfd4b000 MD5sum: 8d885c165621e01c974c7e7bc3d6baa7 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.20260821.154902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1870 Depends: ros-jazzy-mola-input-kitti360-dataset (= 3.0.0-2noble.20260821.154902) 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.20260821.154902_amd64.deb Size: 1818898 SHA256: 563d3833648ab93892abdf43d5768305773656c73b4100fc03cf56391ba006e3 SHA1: d6d7f650b8100ac9d73b285546ec467e7732be39 MD5sum: 5e44ce054d949a491e2cc72eb520c2e8 Description: debug symbols for ros-jazzy-mola-input-kitti360-dataset Build-Ids: 1e6a70695c7a24bd1418290e8cf01305ca72d030 Package: ros-jazzy-mola-input-lidar-bin-dataset Version: 3.2.0-1noble.20260821.155016 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.2.0-1noble.20260821.155016_amd64.deb Size: 61866 SHA256: 72d032a0708f73e9951352a304c7c05da8fbac04f3304880ca81b29196ef1ae2 SHA1: e47079ab382ce7583576fdf189b4c6be35326b35 MD5sum: 73250c1bee8b2f457f5acd445c8faafb 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.2.0-1noble.20260821.155016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 568 Depends: ros-jazzy-mola-input-lidar-bin-dataset (= 3.2.0-1noble.20260821.155016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-lidar-bin-dataset/ros-jazzy-mola-input-lidar-bin-dataset-dbgsym_3.2.0-1noble.20260821.155016_amd64.deb Size: 537404 SHA256: 341518885ba80a3a92128f13ee5bfc89b34496c149f674e024914d252e1165f0 SHA1: 877d12e0971a93a72f0e3c389a3a91c5ae217f3d MD5sum: d44afc90f03054de996a7becd9de50ca Description: debug symbols for ros-jazzy-mola-input-lidar-bin-dataset Build-Ids: 1036bf35d4c104154d6fa550234af1b46c50b505 Package: ros-jazzy-mola-input-mulran-dataset Version: 3.0.0-2noble.20260821.155112 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.20260821.155112_amd64.deb Size: 75880 SHA256: 838ffc7483a4efb13b5e024f416f358fdd67188c01bdf5b605cb53076a4231b9 SHA1: 9edf8e65ce6e6adbfbc5ed4708f42e255a251807 MD5sum: 0a2f1488a5ec1dde3f32434e0637eb3d 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.20260821.155112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 935 Depends: ros-jazzy-mola-input-mulran-dataset (= 3.0.0-2noble.20260821.155112) 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.20260821.155112_amd64.deb Size: 893464 SHA256: 187ffb1edf62d5f4c4ee1339885aa3ea6226e37050b8855e1b51166b06d54e81 SHA1: ca757648a0cc8ad912575bdfcb6015aa42529f7f MD5sum: 5e8753e6bda45341806913dde4916dde Description: debug symbols for ros-jazzy-mola-input-mulran-dataset Build-Ids: ff511586d6da23c29769e44504374dd3ac94f0eb Package: ros-jazzy-mola-input-ouster Version: 0.1.0-1noble.20260821.154811 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.20260821.154811_amd64.deb Size: 996754 SHA256: 866068ba103394a501c3fa96267b8732445d632cb1ecd5dbfdc7bf1691236a97 SHA1: a2aeb8d884cb4503bfc732951987658058049387 MD5sum: 3f4007f9d371543a1659c512e55961cd 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.20260821.154811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30950 Depends: ros-jazzy-mola-input-ouster (= 0.1.0-1noble.20260821.154811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-ouster/ros-jazzy-mola-input-ouster-dbgsym_0.1.0-1noble.20260821.154811_amd64.deb Size: 29974100 SHA256: b1f9b005224496ffee2d6569cd89cb83732da7c7da58f811b6c75a85f8fe0b55 SHA1: 07ac20d931c39d53e66d8d8d3554936dc79da4c8 MD5sum: 51605e4660d48dfe4b425d1cb7e0ae30 Description: debug symbols for ros-jazzy-mola-input-ouster Build-Ids: 833880628a6367cf02461fb77b4678d15a4b8ca5 Package: ros-jazzy-mola-input-paris-luco-dataset Version: 3.0.0-2noble.20260821.155248 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.20260821.155248_amd64.deb Size: 68026 SHA256: 77b83ba61c800a65c00995365bae002d69604796d96ddf47c741e459b4943a71 SHA1: bbfa6a02b41054a01c7cc52136d4baffeeac9b9c MD5sum: e9d3ab996b054b5871f95dc3703814fd 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.20260821.155248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 835 Depends: ros-jazzy-mola-input-paris-luco-dataset (= 3.0.0-2noble.20260821.155248) 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.20260821.155248_amd64.deb Size: 802310 SHA256: a59c58890d4ba2b312e123863e4ef944860951e015d7c5c6a4a3e3edbad1e932 SHA1: 69ee38b81733bace8b04a58661b6a92370da517f MD5sum: 73fac4841182fd2f22896ecc834166c7 Description: debug symbols for ros-jazzy-mola-input-paris-luco-dataset Build-Ids: 7e4fb356b432e274457c767b1d35d5df667a74e8 Package: ros-jazzy-mola-input-rawlog Version: 3.2.0-1noble.20260821.154823 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.2.0-1noble.20260821.154823_amd64.deb Size: 62324 SHA256: 1326a2ed1eeac9c7170f3f6e9e127af70dc5ba984ee436f8c0f3ba586328b880 SHA1: 9ff905f41281d6b8bef3002439d684def4b950d4 MD5sum: 2ac9fbc825762dd082be230adb9c9d40 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.2.0-1noble.20260821.154823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 570 Depends: ros-jazzy-mola-input-rawlog (= 3.2.0-1noble.20260821.154823) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rawlog/ros-jazzy-mola-input-rawlog-dbgsym_3.2.0-1noble.20260821.154823_amd64.deb Size: 539596 SHA256: c658a34da896d60fed6d6ec76e965442bc7f0c3bc691bdc8cd1774ae482ae659 SHA1: 728e43ec6f9b78997317c5ae880dc41f671da45e MD5sum: 93cc2d06b59e19bcfb607439c114ada8 Description: debug symbols for ros-jazzy-mola-input-rawlog Build-Ids: ec133283e1751d2f8f29f2c2fb3862c321c6151b Package: ros-jazzy-mola-input-rosbag1 Version: 0.4.0-1noble.20260903.023707 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 809 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.4.0-1noble.20260903.023707_amd64.deb Size: 262516 SHA256: 4bd5429bc8dfe3f15270d2f8151f0c0de71d5a5f3c73cfdd1615ac06f937ce3b SHA1: 9b0aecf04360ec610022a7b04886584b5df32c56 MD5sum: 4edff9cad38339038409612da92137e5 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.4.0-1noble.20260903.023707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5379 Depends: ros-jazzy-mola-input-rosbag1 (= 0.4.0-1noble.20260903.023707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag1/ros-jazzy-mola-input-rosbag1-dbgsym_0.4.0-1noble.20260903.023707_amd64.deb Size: 5107384 SHA256: f66595b1e6b41231da7955f8599f8233c73e98e3c18279f350895b7fb35e68bd SHA1: 33f68faf9261b469b913ebc94492a9906c567b06 MD5sum: 1106e769d50cb38beb48ee5b19482ae8 Description: debug symbols for ros-jazzy-mola-input-rosbag1 Build-Ids: 00c0c0335042d973d23a286d8bd2c587d9ca9d28 c5aecc2f0b10d827e24e024015f80cbea6841f13 Package: ros-jazzy-mola-input-rosbag2 Version: 3.2.0-1noble.20260903.024140 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 405 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-libopengl, 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.2.0-1noble.20260903.024140_amd64.deb Size: 137986 SHA256: 6333a6edaa8ed2ba782de02590aec69978dd2c8005c06ca145f274c0b7a975f0 SHA1: 95c02061bac6efd0dade80268794af434d9ff915 MD5sum: 3ce83ad5e9bc9d3318373f6e65d4379c Description: Offline RawDataSource from rosbag2 datasets Package: ros-jazzy-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rosbag2 Version: 3.2.0-1noble.20260903.024140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1866 Depends: ros-jazzy-mola-input-rosbag2 (= 3.2.0-1noble.20260903.024140) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag2/ros-jazzy-mola-input-rosbag2-dbgsym_3.2.0-1noble.20260903.024140_amd64.deb Size: 1789522 SHA256: d819095d47c89097aed2ab67ac48936deb6a09485868c27a5dd31a93b46e9aad SHA1: 160930ade451ee23e04a0fd3198d9eb14feb3c7d MD5sum: 7b342407edb34b31cba26bc29b2c91ce Description: debug symbols for ros-jazzy-mola-input-rosbag2 Build-Ids: 117d17e33a5cc0469b44f273c006d33d761107a9 Package: ros-jazzy-mola-input-video Version: 3.2.0-1noble.20260821.155011 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.2.0-1noble.20260821.155011_amd64.deb Size: 63722 SHA256: 13ebef9a280952c982baa81a34e2863ea8fd8d4f81d97431a0eba92362ac8423 SHA1: 313ca7a3229c88d6f006f3ba7700e1b9274aca48 MD5sum: 0b455f6601bc7d2465a9a831c72212f5 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.2.0-1noble.20260821.155011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 693 Depends: ros-jazzy-mola-input-video (= 3.2.0-1noble.20260821.155011) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-video/ros-jazzy-mola-input-video-dbgsym_3.2.0-1noble.20260821.155011_amd64.deb Size: 664926 SHA256: d50fbbd83f147ba7c82e9d6a109ddc7125a6b9d9484cf28174c984978910a19d SHA1: 34a52d6f400cfdec776869655cb2c7ff4a11df24 MD5sum: f3f7706229be44ced24fd0fe3547f479 Description: debug symbols for ros-jazzy-mola-input-video Build-Ids: b072529acf2cfe47307abd79ce0c44d7e24ea360 Package: ros-jazzy-mola-kernel Version: 3.2.0-1noble.20260821.154638 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 410 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-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.2.0-1noble.20260821.154638_amd64.deb Size: 126328 SHA256: ee7bc12abf0e1f97de363ecab5124bdea4bf14c5ae332519a12ac5026cec9f07 SHA1: 777aefb239183bd51d4b0df73785dadbe6331173 MD5sum: 115268923de077d41fbfaab7e27ba165 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.2.0-1noble.20260821.154638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1669 Depends: ros-jazzy-mola-kernel (= 3.2.0-1noble.20260821.154638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel-dbgsym_3.2.0-1noble.20260821.154638_amd64.deb Size: 1605472 SHA256: 886f6c40f4c1eb3ad3fb898ff662cbaa22b941836cec4a1a37f44c41b53fce13 SHA1: f47f34f63d17a01ccbf4eed3f299bc0df4acf008 MD5sum: d3888d4a35ea18de78f2b7b5db5c8e1c Description: debug symbols for ros-jazzy-mola-kernel Build-Ids: 2d202b5f420f1f413c963f8116460a2d75a7866d Package: ros-jazzy-mola-launcher Version: 3.2.0-1noble.20260821.154810 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.2.0-1noble.20260821.154810_amd64.deb Size: 238866 SHA256: 182d1013a6b42871848c1236d77b50c1de0f682d313f3f39832074de8cb73067 SHA1: 0387d4287aa6dc2e0b3e46f26a866c31c9964c70 MD5sum: 1b71156469af5b253b46180f2af6f1f7 Description: Launcher app for MOLA systems Package: ros-jazzy-mola-launcher-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-launcher Version: 3.2.0-1noble.20260821.154810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3654 Depends: ros-jazzy-mola-launcher (= 3.2.0-1noble.20260821.154810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher-dbgsym_3.2.0-1noble.20260821.154810_amd64.deb Size: 3455270 SHA256: 9869455154d6b2bd303d1539cf6d9bbe5fa05eb22eb119836c739396e2273290 SHA1: 4bde207d75f1347fd64f5fe1a364325b919cfb8e MD5sum: 762d7250b20c0bdb6328f646993e4237 Description: debug symbols for ros-jazzy-mola-launcher Build-Ids: 1208a08ac9a26cea87d44a0fd1ec84c6a017e2d9 4f95f55c2caf3c741bed073299ed1976f1b21fda 57e6c57c19aa7394130f2bf466df68cc66540d2e d3330ce8adf140c17a59a58b19bc159d82ae0229 Package: ros-jazzy-mola-lidar-odometry Version: 3.2.0-1noble.20260903.025523 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2418 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-state-estimation-smoother, 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, libcli11-dev, ros-jazzy-mola-bridge-ros2, ros-jazzy-mola-common, ros-jazzy-mola-launcher, ros-jazzy-mola-viz, ros-jazzy-mola-viz-imgui, ros-jazzy-mp2p-icp, 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.2.0-1noble.20260903.025523_amd64.deb Size: 616216 SHA256: 412f3e9ef129ab9535b63c99738498539e78293e8e53917c5042c1181a6cb55e SHA1: d8f7888d843562e9e5626e160cbe9c1cc8dbd543 MD5sum: 683967a51ec784db7de45f8c7ab4d732 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.2.0-1noble.20260903.025523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11965 Depends: ros-jazzy-mola-lidar-odometry (= 3.2.0-1noble.20260903.025523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry-dbgsym_3.2.0-1noble.20260903.025523_amd64.deb Size: 11642986 SHA256: 01a8215239ee0fa1d943388a090ab5e2438c006616d70cbe3df08712b2ed3883 SHA1: 0ca2aff007bec502abea1bca16c679c60e1392fc MD5sum: 9bf6d56a341e7e256d111fcce22899ab Description: debug symbols for ros-jazzy-mola-lidar-odometry Build-Ids: 0831c6bc89557004a2569de19252eba53a1be3db ffbeac73a6d9ddc209674305d6e037a9e87a789e Package: ros-jazzy-mola-metric-maps Version: 3.2.0-1noble.20260826.132458 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2938 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), 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-mola-kernel, ros-jazzy-mp2p-icp, ros-jazzy-nanoflann-vendor, 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.2.0-1noble.20260826.132458_amd64.deb Size: 653308 SHA256: 66c6cf6e8364fe8633bb0f2b0142154abb7ffd88dbbfdc31e17d4a8adcac4139 SHA1: 577bcbca5c6feb8d6cd7cafcc91ae79118db773f MD5sum: 895b85f61aa12d2c625ee87a549cc8ba 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.2.0-1noble.20260826.132458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15931 Depends: ros-jazzy-mola-metric-maps (= 3.2.0-1noble.20260826.132458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-metric-maps/ros-jazzy-mola-metric-maps-dbgsym_3.2.0-1noble.20260826.132458_amd64.deb Size: 15298224 SHA256: 184e567d9cfab9b56a9cd5729296dcbf0c5721bf12228d662c204a52b6ccc76a SHA1: ae7f4ae5ffefcad631883bef60909158de5e60eb MD5sum: 32457d9f65cd9d18f212198a1b6154f2 Description: debug symbols for ros-jazzy-mola-metric-maps Build-Ids: 071a8689146863ec7d7ebe0c8bc8fbd0386744b6 321b84f9e79754ccef1d2234bec9f5f71ec550e0 7c93c5a4a0e0a941103249fd823377c1877f642e d91f754346ae0c00ba8ce8fd9a91df04fe89a0ef e48cc219cf58551aa123cb7fed1474e616625e78 fcc8d775b3d9317bf537192a1327628f5bb6b03d Package: ros-jazzy-mola-msgs Version: 3.2.0-1noble.20260902.044403 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.2.0-1noble.20260902.044403_amd64.deb Size: 194574 SHA256: ecfe74f0bb08802805fae0ef78d4499bde482de2808f278a70090516e4eabf38 SHA1: 85242b35e26a1268bc3aa31c08cfa0c6d2816ded MD5sum: 4e11c4f9b952ca648e64c7e0d856ec61 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.2.0-1noble.20260902.044403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 1925 Depends: ros-jazzy-mola-msgs (= 3.2.0-1noble.20260902.044403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-msgs/ros-jazzy-mola-msgs-dbgsym_3.2.0-1noble.20260902.044403_amd64.deb Size: 1497610 SHA256: e2354392238ddf1f9862a32e2b11857da37074ab201e125dd823b677dad78d4f SHA1: 16f70a63a3ac4f078a9ad607019aa207b1e6ecac MD5sum: 6636de96374d4fe3ae2f277a8bc6355f Description: debug symbols for ros-jazzy-mola-msgs Build-Ids: 15ec27ecdf492e84e015e443e21dabfcb9e5b63d 3a9536837914314e3a7baf08429f27a254eca1a3 3f8f7cb6a7c1728a2fa38edbbcd0d7c63a13c583 5a10eca099cc867e65cd05d1448d1a25f4bc1c8c 5cd5b05f8e1f96e2b26384bf7ad8fbead5eb485d 6206b16b0b64e9ac683511088032a87e6a696e2b 8f3f1fcfd041b7b687f84884e1bd891100a31940 925a7f2687fffcbb153fd4b2d50a3cb2d9bc84d7 9c2fbd49636ffd2106acdd7722682da79649de91 9f47269cdb7eadb405f2581cdeada8c674f52009 fda338c7de20d65a67cd8425c131934c67e99dcf Package: ros-jazzy-mola-pose-list Version: 3.2.0-1noble.20260821.154121 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 143 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.2.0-1noble.20260821.154121_amd64.deb Size: 46610 SHA256: 0317c7c77b4cefb701df90cc9b7d211ec95b8e0d22469738cb451442b3a0deb2 SHA1: 50f250e6246f5d7919b518ca460d96238c79f215 MD5sum: 810a2d1d5e54db93b60baf9456f64d64 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.2.0-1noble.20260821.154121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 439 Depends: ros-jazzy-mola-pose-list (= 3.2.0-1noble.20260821.154121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-pose-list/ros-jazzy-mola-pose-list-dbgsym_3.2.0-1noble.20260821.154121_amd64.deb Size: 422432 SHA256: d3a001e61db8f2f18298438de5f49fb9719f03332c04c6200c6330ada1707eac SHA1: 15d03a85cdebd7b3bfbdd8242697c797e8900411 MD5sum: e09538b30e7421c463bc3d48ebfc2484 Description: debug symbols for ros-jazzy-mola-pose-list Build-Ids: a2f88ce62261508dbdcc9a3f912284c0bca81a06 Package: ros-jazzy-mola-relocalization Version: 3.2.0-1noble.20260826.133722 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.2.0-1noble.20260826.133722_amd64.deb Size: 41948 SHA256: a898d8d37a95f7d42fc4887138bf99b9071a4faf3c7fb3cae8c6d401df772eff SHA1: dde5c71155a48d970e8f7e52bb1a12f1a4b1c59a MD5sum: 0de598ebaba5ff66cf0214278ffda740 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.2.0-1noble.20260826.133722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 796 Depends: ros-jazzy-mola-relocalization (= 3.2.0-1noble.20260826.133722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization-dbgsym_3.2.0-1noble.20260826.133722_amd64.deb Size: 775438 SHA256: cbf0827eb69af039546e51ce0d267d98b3f254ff3beea144e78f8b4490be4c04 SHA1: e01b8d19067d8b15d23d57b2cdb4f4e41bba325a MD5sum: 61e7b47088f2ae9a0809b8c845076e5b Description: debug symbols for ros-jazzy-mola-relocalization Build-Ids: bea3f5a8265eef7f07a5b3585dfaa8994ddc2971 Package: ros-jazzy-mola-sm-loop-closure Version: 1.2.2-1noble.20260826.140358 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.20260826.140358_amd64.deb Size: 631212 SHA256: d7f012484424afd784ecae0c4ca4fcb31798a87d3a9b2a432f2ba1d21758e841 SHA1: 40e8269daea7039e135e6299d0687f405fec8e9e MD5sum: ed5aa18678da916a39d1e3d1bc8b5fb9 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.20260826.140358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30292 Depends: ros-jazzy-mola-sm-loop-closure (= 1.2.2-1noble.20260826.140358) 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.20260826.140358_amd64.deb Size: 30189140 SHA256: 6b9479d437977ba11cf224cc475a00d29abbccf60402781cd75ca033dbd7743c SHA1: 357a986f4abe84a2edeee5f72e45065cfca3d577 MD5sum: 74af29887162811c0742ca21ea782f2f Description: debug symbols for ros-jazzy-mola-sm-loop-closure Build-Ids: 99f8ed3eba917c5d384ea1f32b30a2f6a08096e9 bca07a351df1fc6a27378285737ada9241d3ea50 Package: ros-jazzy-mola-state-estimation Version: 2.4.2-1noble.20260824.213713 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.20260824.213713_amd64.deb Size: 6596 SHA256: e88b93316d22a98bc2b2a388a4e340afcff28f54a0a8979caf25ddabd5eb647c SHA1: 4200b92f8e804a1e42ac993ebeee1e6fcb3a0d49 MD5sum: eab3d553eb97bd891b49961c34d3e24e Description: Metapackage with all MOLA state estimation packages. Package: ros-jazzy-mola-state-estimation-simple Version: 2.4.2-1noble.20260821.155126 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.20260821.155126_amd64.deb Size: 111612 SHA256: 0626895e9d4708e21fb6748baf4283cd6794e80dbde9cbd71dbeb89ea644eb03 SHA1: 236b6619bcfa40e7f27d7af276bfbec5d0e3a43a MD5sum: 7372bebe3091331de8f97850fdc785db 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.20260821.155126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1243 Depends: ros-jazzy-mola-state-estimation-simple (= 2.4.2-1noble.20260821.155126) 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.20260821.155126_amd64.deb Size: 1185014 SHA256: 6df03d617ea92c032a41107f9dfd668410b33bfb018af3d4b6316b7cdfda5aef SHA1: 2d410bbc5cdc3231341b73faccd1193d7f6cf6b8 MD5sum: 96933ccec67193648ac198721a33268b Description: debug symbols for ros-jazzy-mola-state-estimation-simple Build-Ids: 603cd0eed7dffd99819072a3275cb856f84e240e Package: ros-jazzy-mola-state-estimation-smoother Version: 2.4.2-1noble.20260824.212214 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.20260824.212214_amd64.deb Size: 298292 SHA256: e044cf4c1daf8b49b4c9ec6f40a12f216309493fae5db5e94f96a69424187c32 SHA1: 5351d6f6cf2e8864c79817e1921dcbfd68b43534 MD5sum: 5dd5bbafe1595c3b6a23296632a1a626 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.20260824.212214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10897 Depends: ros-jazzy-mola-state-estimation-smoother (= 2.4.2-1noble.20260824.212214) 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.20260824.212214_amd64.deb Size: 10746286 SHA256: 9e4c8053f88311e60dd9d3c9abf72a78a50c882488c4438e641a67d309e19e6a SHA1: e3e8d803c8754dbcf0a00ef3ad86d684be686b4e MD5sum: e0fed84d3b30d6f14cf449291b422a26 Description: debug symbols for ros-jazzy-mola-state-estimation-smoother Build-Ids: 0c61beb61177c6ffa5f4121c96bce14716989e87 a7b18258bf3eb30e89b93e515996c94cb333479a 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.2.0-1noble.20260821.154141 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.2.0-1noble.20260821.154141_amd64.deb Size: 18072 SHA256: 25dc30d93c1678cabf6d894d52f5e61e1af428cfa3b7ad0c5bc4f9c8af3fd75f SHA1: fdccbda8fcdafec5703d1480f8a53ef303456585 MD5sum: 64c1b4c7fa10d1f2a01c07cef35bf59b 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.2.0-1noble.20260821.154141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 559 Depends: ros-jazzy-mola-traj-tools (= 3.2.0-1noble.20260821.154141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-traj-tools/ros-jazzy-mola-traj-tools-dbgsym_3.2.0-1noble.20260821.154141_amd64.deb Size: 431556 SHA256: 1f17fdec8aa780f5c03acd961ed0a33b0ff58cd9046eaf8646c76e072594085e SHA1: bb6566645fc3e300320a45c5e1d9352c6d140748 MD5sum: 05862b7a783d664c8b6420039cc8872a Description: debug symbols for ros-jazzy-mola-traj-tools Build-Ids: 57362a76527265000201b0275f162da152187340 8da8a6b27c6274ae06ac203ad22462a9105e677f 9eff65dd538cc70f2e6400aa3745ee1aa83dd063 a80e8631f222a12d9808d1ebc2a64a71d683d153 fb43dda96c1e95933b6a820ce96865df28add21c Package: ros-jazzy-mola-viz Version: 3.2.0-1noble.20260821.155033 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 588 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.2.0-1noble.20260821.155033_amd64.deb Size: 197974 SHA256: 983da209acf2653ca7aaa96abc05def43a22e384017b51a403adb1a3a316e0eb SHA1: 2b13259da89134b3fcc8ebd905bca12419e94428 MD5sum: b0e642c773f8a6a1a123a14ccb23c7b4 Description: GUI for MOLA Package: ros-jazzy-mola-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-viz Version: 3.2.0-1noble.20260821.155033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3214 Depends: ros-jazzy-mola-viz (= 3.2.0-1noble.20260821.155033) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz/ros-jazzy-mola-viz-dbgsym_3.2.0-1noble.20260821.155033_amd64.deb Size: 3012864 SHA256: ac0482f1ee2283b7aa359f9439791367b711bd27fae84fe3b901c6115f1fd3c3 SHA1: 11affc686e185adda72ea46803faa645f2ac40b5 MD5sum: b8eeb8af18253415eea714a325ea9622 Description: debug symbols for ros-jazzy-mola-viz Build-Ids: 6fee24e1d8eeb684b5433db612575f6df85ce9f4 Package: ros-jazzy-mola-viz-imgui Version: 3.2.0-1noble.20260821.155017 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5749 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.2.0-1noble.20260821.155017_amd64.deb Size: 1178796 SHA256: c3809d859c17c536eb2163520fce096cc2d233faac992a0ee7ddd87ce2c73d95 SHA1: 690ac52a7d8a1e256a6f74d8e71ed4236a647def MD5sum: 85170cf876c592bddcba8a37a4943355 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.2.0-1noble.20260821.155017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13243 Depends: ros-jazzy-mola-viz-imgui (= 3.2.0-1noble.20260821.155017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz-imgui/ros-jazzy-mola-viz-imgui-dbgsym_3.2.0-1noble.20260821.155017_amd64.deb Size: 12669716 SHA256: 04c6448993b4a4cb00e336eacffbdd2cb33b69e947fdcaa99f15db51efdd5640 SHA1: a3ab99f4b7509996608203958e7d10d0e4e1116c MD5sum: d3c3a72d2bd12dd2b0bb613b251b2154 Description: debug symbols for ros-jazzy-mola-viz-imgui Build-Ids: 9cdf31762863e81f1ee085e31798ecbabca11580 Package: ros-jazzy-mola-yaml Version: 3.2.0-1noble.20260821.153945 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 175 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.2.0-1noble.20260821.153945_amd64.deb Size: 58266 SHA256: 1383683ced531d42a6187d41629818f363f35d3137a3921b7ae89ae115654077 SHA1: 720b3963ed5ef8aebb658b25686603d8b6ff2d40 MD5sum: e3aee65938a0dd78c1039883fa5e4cf8 Description: YAML helper library common to MOLA modules Package: ros-jazzy-mola-yaml-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-yaml Version: 3.2.0-1noble.20260821.153945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 553 Depends: ros-jazzy-mola-yaml (= 3.2.0-1noble.20260821.153945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-yaml/ros-jazzy-mola-yaml-dbgsym_3.2.0-1noble.20260821.153945_amd64.deb Size: 531170 SHA256: ce2cd8cc1bae539651f0594d39514f5b90e7277764e0feaded0cd0f6b2935ca5 SHA1: 300093ca5557b4d993fda8814cb5577a512fb1e5 MD5sum: f35368475f676bf09d85d02e9b1233fc Description: debug symbols for ros-jazzy-mola-yaml Build-Ids: 06531e9f2a12af1b5ae16a05955c3ad5feae3897 Package: ros-jazzy-motion-capture-tracking Version: 1.0.9-1noble.20260903.022525 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.20260903.022525_amd64.deb Size: 762194 SHA256: c6b68a6ad48daa88dab3aec3f0b89259f88dc55c52351385d73e59e66d7591e2 SHA1: 26816e67632927db1f18b42cd7134a8ea9c83abb MD5sum: 669da2468424d30e38f4ead97f389195 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.20260903.022525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 13107 Depends: ros-jazzy-motion-capture-tracking (= 1.0.9-1noble.20260903.022525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking-dbgsym_1.0.9-1noble.20260903.022525_amd64.deb Size: 12145432 SHA256: 9d4012244a06a4c9d10748be6e23007473a5c032b0e3b0bab4ded4131c26fe50 SHA1: 611e26d696e500a94c1c5af4db672439b8be6808 MD5sum: 328959a02dfead7c6ecd73ab04d3b5e9 Description: debug symbols for ros-jazzy-motion-capture-tracking Build-Ids: 531496de984e07c8764e7ad84d47366513b74cda 6b5ae0d3ac0f3b4e12ef99c98ac1968d72bf13c4 Package: ros-jazzy-motion-capture-tracking-interfaces Version: 1.0.9-1noble.20260902.041409 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 617 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.20260902.041409_amd64.deb Size: 60248 SHA256: 1c5d12a2bba013f2063bb93be1a07afef08f950164445a1b3926da96d1b68585 SHA1: 7a941c2963f51a9c466e96d897dccc70509db6ac MD5sum: 08ace3b822a7c84baafdd045c50ba2a5 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.20260902.041409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 433 Depends: ros-jazzy-motion-capture-tracking-interfaces (= 1.0.9-1noble.20260902.041409) 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.20260902.041409_amd64.deb Size: 317668 SHA256: c8ec5bd414e3be0f1bc3e346fe99f6cddb8575cb0133a3fb0592761d6f33fa16 SHA1: 8203aa24bb44e836d953f6c093e91317d6849da6 MD5sum: 50b5db427f7633726ccb4d585c443bc7 Description: debug symbols for ros-jazzy-motion-capture-tracking-interfaces Build-Ids: 11554a5dda320be429ada80a4b3fdd8e20cbee42 3326a4a39094a45b54908589cbe312ec5c78f7f9 33859145a3df747c4b07c76e08ce143913f3a9d4 460f7544b392e12a08f5d5d4fff031f1c0eb5597 6b21260d092b46ad2fd3fca3454105351d633edf 732111971936f0862d83db7b0e02926c69446412 7e9fcfd37690b3236f5067de39d4f3a3994df02c a60d78dce347930bd7a343ed77a6ec2dfa189d5d a672384469c0fb3627accd8138529329b0bb96a4 af5441d0b14cf50b4130a2ff213d10ba1c97146d d6939ae54c2a4c399cadaaa2222504a6ef416d91 Package: ros-jazzy-motion-primitives-controllers Version: 4.42.1-1noble.20260905.073618 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.42.1-1noble.20260905.073618_amd64.deb Size: 81498 SHA256: 378b104859b7394e2a9d06d946252a5e4eff1e11f67657a5b2c322611f3c6412 SHA1: ee7451b32ce3652909538c98531a9d395baa79c4 MD5sum: 57d460119394384de823ba227f8f4820 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.42.1-1noble.20260905.073618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1280 Depends: ros-jazzy-motion-primitives-controllers (= 4.42.1-1noble.20260905.073618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-primitives-controllers/ros-jazzy-motion-primitives-controllers-dbgsym_4.42.1-1noble.20260905.073618_amd64.deb Size: 1179958 SHA256: 6a8d7232e2eb898f66a5e5b7e97f377293131fd6092b8b058aadda16fd0dd1b2 SHA1: ac2d933a1591ced0ef70958773d37fe866b1730c MD5sum: dabe41d451d0c14bd3ca078d0967c129 Description: debug symbols for ros-jazzy-motion-primitives-controllers Build-Ids: ece36f3e13f1e024aa16339d61a142e1abfc5e58 Package: ros-jazzy-mouse-teleop Version: 2.0.0-1noble.20260902.055101 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.20260902.055101_amd64.deb Size: 13268 SHA256: c308961436ff0aaad7e8e0feb82ac39f541c2af69f773ee224051c954d791b19 SHA1: 9e2eb99c5128e4ae3740213f57592af8c50ecdb0 MD5sum: 11a8f9d2b4ece628239c0748f039c133 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-jazzy-move-base-flex Version: 1.2.1-1noble.20260903.025349 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.20260903.025349_amd64.deb Size: 6506 SHA256: 818aec7d81b1f99e46f0c36ffb6bd867a7d2b1b1daa60ea899901de31ea09257 SHA1: 63e85ab5d32a62e40007d3342870c3766e8c46a6 MD5sum: bb46cd0155cf0406c4958b02bbca1e46 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.20260905.083030 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.20260905.083030_amd64.deb Size: 7104 SHA256: 9a62d262581927f215d3ea5a32771f41866a36e0554941bce0ca84d2944a39b3 SHA1: 0d496d680e22754a790bd40c28b43750a563b5ad MD5sum: 0b56b699fadb4d01b8005cf0b5add913 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.20260903.075820 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.20260903.075820_amd64.deb Size: 29444 SHA256: 86baad2e2a1cf8a8dd754e3446fbe9182554e10991abaf65fc847bd0fc017c66 SHA1: 912bc663c14e8f9f32393ea6d2cd36488fe34664 MD5sum: 9990c114f73d240b4ff973f4c964ab24 Description: Python library for loading moveit config parameters in launch files Package: ros-jazzy-moveit-core Version: 2.12.4-1noble.20260903.075716 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.20260903.075716_amd64.deb Size: 1385340 SHA256: 79ff555142511f3bc13d896c5ef746067820a508ea03798aacbabc7486decc95 SHA1: 195edf89df7178a346e39c76fc36fce38f5bf0c7 MD5sum: c32877e76b89652f18c01faaf1b81808 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.20260903.075716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 79055 Depends: ros-jazzy-moveit-core (= 2.12.4-1noble.20260903.075716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-core/ros-jazzy-moveit-core-dbgsym_2.12.4-1noble.20260903.075716_amd64.deb Size: 78767200 SHA256: 5f25a58d90c49ce48f53613acc2b83d3ce2e7ec786864f2d6bd2f2b1d02e4dd9 SHA1: 7184607a79ac08d88c729c17ecd167aebff3999a MD5sum: 242541d0cdfa59ea1691005450e9a9cf Description: debug symbols for ros-jazzy-moveit-core Build-Ids: 09ba301a349dc95e034bd5c46e6fb23c389f5648 0d11727f826de684a4c60c8e78b98a5ee0b2eec3 3a3d5d4b8ee8f097d08dfad1ac9f0a45993308db 457df932e0e93fc891f5602db02cc8895658a920 45a2f7c3a7b87139b7703c4afb21969530bae012 4e5392bbb56dbad924f71714f3315ab1b0a23abb 5f0b031d2c8c945f08e36cf4bffab82697019929 624ba0cb6e9d9c3b62c47f71a6627d95f2df3163 64044ea7a5b96bce26739df3bf8be413ac04e1b9 689169366eb69249b30aa67fbe3e58977c293f09 72660d01f52ac6e77e3075a7750060e35c59c500 8d26725725921052cddee78883905f72db65faae 8f7a25ee931911b04f6703c9087666583f8b09e6 8f88a7d6243b4fe67e6eeb8f20f7a0ca22d2d2b1 a56708643f75ea75b2f2282b9e6d88cef3178610 a8de90cb20d08e93093040d75958f899d8e20927 aa11c05f0d23f46e2b2628802371a17a11d0c29f b9e53894e3a3b55765a28b6cf6902284f71e1d3b c0ea69842d0dfe75f452eb14e57eaa91e305ff29 cc46cc99af49e6a67094a060da0ebd69cdedf307 cf8713fcd22d5ac0b6c5be8319c4f78c636fb536 d2b8b832d85bfed73f0f56884666fdd13cf651b2 d74e7761c138d616d0a5c72e4233874af982e904 d7af599f13e29f9224aa7b097046f2fb8f3b7c0d e7c37ffbb27155c7bc3841e8325fbb620f5ef584 f135577803f24e11d26bf55e10047555e6a6c85e f5410e2ddec40e898d98baf14e108051fe06aff6 Package: ros-jazzy-moveit-hybrid-planning Version: 2.12.4-1noble.20260905.075155 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2922 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.20260905.075155_amd64.deb Size: 567020 SHA256: 6d72c8870cc40250d3b133fd8d6398b99b8ee6bb97cbb0a17a11b133eb0106ad SHA1: 312f5806a24d8bde358a6cd80c065c73fe16f544 MD5sum: d637fbf29021a537a76244fac42939b3 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.20260905.075155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 21351 Depends: ros-jazzy-moveit-hybrid-planning (= 2.12.4-1noble.20260905.075155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-hybrid-planning/ros-jazzy-moveit-hybrid-planning-dbgsym_2.12.4-1noble.20260905.075155_amd64.deb Size: 20182884 SHA256: e7f343c1063a5fbd88d13046c257a0e656f16e7d64363c51b2a0d094cca7cfae SHA1: cff105f3bda03b24be9e899ea32ea18a6df4db94 MD5sum: 97a018df6e782c5f50c2389f5311df09 Description: debug symbols for ros-jazzy-moveit-hybrid-planning Build-Ids: 0bd2a3dd13d6d1c8d9ed40956d5ed75126171414 13e775b6bbc2dea98722f741c5778f1bc2087ae3 21683a866b525aced9a70326acb06cc4a4b4fd15 2f90e3e12d43dd5ef0a4793d07ccb5c2dfc4869d 4c3258a8114e40f8a0792a9a437af9e9213eaff2 6169aaf84d7237ae3e81b77cd71a84214299c7a5 800822439c9aaf7169af896f5a8857fb84a24f3d 813483bef44133db9985de2cbbc9a426a6b9f0ae ff149e37996df95fee6561161e4b42c06a6ffb29 Package: ros-jazzy-moveit-kinematics Version: 2.12.4-1noble.20260903.093347 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-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.20260903.093347_amd64.deb Size: 242342 SHA256: 891d08fe2df456c4bdb928b3bc7cbb11eddaf4ebff3940c34fd77d3d95318ed2 SHA1: abe55594d9392e2b1f673380f81035d7f6c68a12 MD5sum: e89f32c25cf3763b54b06d2983b280bd 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.20260903.093347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9547 Depends: ros-jazzy-moveit-kinematics (= 2.12.4-1noble.20260903.093347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-kinematics/ros-jazzy-moveit-kinematics-dbgsym_2.12.4-1noble.20260903.093347_amd64.deb Size: 9486760 SHA256: 32c877b1a39396cbdec91d64e6f46f052dc0358c44d77757fc3ea9ea41c2d762 SHA1: 07eb98661574428760a47ff0ae52e2fca0b298ed MD5sum: 321d1e388a9c913735b77892e5d9b104 Description: debug symbols for ros-jazzy-moveit-kinematics Build-Ids: 511ae4860f201563df88d6127470cb2ce8bc58f1 5f4662c3ab6561aa860773ad4bc7da5f1ef22652 898443764cbe996ea165e5f1688757eb757a766b c2adfa05b73a7b1de4dc3a64f1217cea591df960 Package: ros-jazzy-moveit-msgs Version: 2.6.0-1noble.20260902.043510 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 34467 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.20260902.043510_amd64.deb Size: 2000586 SHA256: 7fd48c0e568f2a83e7fd76b97c6bad60e949d436bf06957de1fee019431023eb SHA1: bb722e2cee6d20d24bf846a596983814e0d5e4c5 MD5sum: c1cf372114bf2f0a5fd3c44d0cb3352f 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.20260902.043510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29089 Depends: ros-jazzy-moveit-msgs (= 2.6.0-1noble.20260902.043510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-msgs/ros-jazzy-moveit-msgs-dbgsym_2.6.0-1noble.20260902.043510_amd64.deb Size: 24609962 SHA256: b3797eb046d0ae60379852c61c51e48869e45fe00c238fbf2f4d66516dddf937 SHA1: 6c49178dcd72308279d672158c093d0bdb79c5f8 MD5sum: b17e0c99b7ffbd09bb4e5abcad343684 Description: debug symbols for ros-jazzy-moveit-msgs Build-Ids: 217de8d0f980bda2a1c6b870f2163610af17b3c8 2345fb31aa351aa975d57d3562ecd0db4da87513 3fd743cc2c8ccecb7a8773926e0eb6c26ea29788 588e1e3d9b16049d508145ec4ebfdfb8612aa5a1 6d393bc1a85fd2093fceed58496b96d5497d1912 7c586d39af0570a52844cc66acc9bf8b0e194187 9952580f6cb577725160de352c1b507718190a13 a5eb9ee67d322c6cbb760b601c45f3abb7ac8f3f bbce15110fb37f02d60d6b2b1d334d5779cd62e7 ddbb294a85ad30e5e3d7e6891e12c9e64b2792fe f7171f49edcc197c5bafc381f6a253d373a59f19 Package: ros-jazzy-moveit-planners Version: 2.12.4-1noble.20260903.101201 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.20260903.101201_amd64.deb Size: 6690 SHA256: 7380fe728d328725755ff1507965b5cdea59dfbcffd999d14fca2380dd326829 SHA1: dd0ce94423ec107f6591d5b7a4db96345ad6f336 MD5sum: aa1f64f08f6725b7d975f37d03f78b16 Description: Meta package that installs all available planners for MoveIt Package: ros-jazzy-moveit-planners-chomp Version: 2.12.4-1noble.20260903.090215 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.20260903.090215_amd64.deb Size: 38096 SHA256: ab4d1cb5cf378c8459fd71d4d88dd9fb631d320f341820b91d5ca0fd6f04d3ce SHA1: 2ae6159d041de12c1c2daf2856c7c1ab1ef017ac MD5sum: 52c34467e895673164576d4da415d765 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.20260903.090215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4724 Depends: ros-jazzy-moveit-planners-chomp (= 2.12.4-1noble.20260903.090215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-chomp/ros-jazzy-moveit-planners-chomp-dbgsym_2.12.4-1noble.20260903.090215_amd64.deb Size: 4744656 SHA256: 74124f6fbba1469a149724c5194a3f8a810198b16dbcad1cd21ee40d7e9a2da3 SHA1: a0c7e56e076bce314c88b17413979a6fa702cdd5 MD5sum: d42b558446a3fefd91dc9e1c2a1f7a28 Description: debug symbols for ros-jazzy-moveit-planners-chomp Build-Ids: 1eb468394fece9fa52b07c3b993591072bc631e3 f4402acbed7b302744a87c3d50262fa5a6f5457b Package: ros-jazzy-moveit-planners-ompl Version: 2.12.4-1noble.20260903.093406 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.20260903.093406_amd64.deb Size: 342682 SHA256: 678308f4b85981d5537ea4296bddbe43d2004e41602444ef69193da367663acd SHA1: b3c25b2b5261e744208d008e5e7fa24ef844884d MD5sum: 3f1a84a982939a4c1e2cd3dbb12cee50 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.20260903.093406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24408 Depends: ros-jazzy-moveit-planners-ompl (= 2.12.4-1noble.20260903.093406) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-ompl/ros-jazzy-moveit-planners-ompl-dbgsym_2.12.4-1noble.20260903.093406_amd64.deb Size: 23939496 SHA256: 0879f3813e49c35a774ffa6b54c939a0aa5c57ae08ac859651089b163eb67d9a SHA1: dae4dd26d84abca40f892ad06a365607fa53795a MD5sum: 1cd85844da0778cde2c3ce42a7e0fcdf Description: debug symbols for ros-jazzy-moveit-planners-ompl Build-Ids: 1e479585441fa1b02359362992f0ccd28b73e4c7 3a4d62daa03dbe37cc6b831d78592223ba572fd8 6e24ddc5ed26c6938eaeb84a1afdaecf916061ca Package: ros-jazzy-moveit-planners-stomp Version: 2.12.4-1noble.20260903.085657 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.20260903.085657_amd64.deb Size: 141576 SHA256: 3e231ae1b614ba2a25f9be072e4cbf748589274ef24787e2febcf3d005dbabbd SHA1: f2fab47b3aa1f77ed5d93f7f178c1b44f4d10065 MD5sum: 91bb1a594fd16f026ae1f73f484272e9 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.20260903.085657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5569 Depends: ros-jazzy-moveit-planners-stomp (= 2.12.4-1noble.20260903.085657) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-stomp/ros-jazzy-moveit-planners-stomp-dbgsym_2.12.4-1noble.20260903.085657_amd64.deb Size: 5495366 SHA256: 972f1bf44fea39685fc22a4120b651f1f674baa8e16c9f7acd522be80d18146f SHA1: c7a67a63541888daa14292b30c413450c6b46727 MD5sum: 5c86a90b9e271fe24881acd935290d09 Description: debug symbols for ros-jazzy-moveit-planners-stomp Build-Ids: 562ecaf4559c99a2da2bb748ff4cd4b5c4f9315d Package: ros-jazzy-moveit-plugins Version: 2.12.4-1noble.20260903.093345 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.20260903.093345_amd64.deb Size: 6370 SHA256: 407fd17921343cdb9556076278a49a2e892c36e8fd183a2d301e8a7d448aa4fa SHA1: f70957402ae6bbbb0ecfe742598b5be25f4121cb MD5sum: 4427cf79cd1edc568b6b5fc9100b6100 Description: Metapackage for MoveIt plugins. Package: ros-jazzy-moveit-py Version: 2.12.4-1noble.20260903.100911 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.20260903.100911_amd64.deb Size: 356010 SHA256: ea4c4a0d21e9174def4d800ef4a4bc17a33e30416d5217f2ac558d807f4b9fb3 SHA1: b36a9203fc849daa8ac1c1a1a970d888b7ee654d MD5sum: 7a081597203f8aa9e56985f82d67783b 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.20260903.100911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1049 Depends: ros-jazzy-moveit-py (= 2.12.4-1noble.20260903.100911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-py/ros-jazzy-moveit-py-dbgsym_2.12.4-1noble.20260903.100911_amd64.deb Size: 1015726 SHA256: 55d59aaf39b2ed5c39a130c97794d9c4f7e996c8271a11f4922d6e69534cd8f6 SHA1: d9ab6d5e59d52bda6b58c783b71efb21d74cb850 MD5sum: 5340e3d97b5bd725e399ef2bdd1a1865 Description: debug symbols for ros-jazzy-moveit-py Build-Ids: d36d209f0233170042495c06984f23159f7ceb9b Package: ros-jazzy-moveit-resources Version: 3.1.0-1noble.20260905.075419 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.20260905.075419_amd64.deb Size: 5922 SHA256: 54d7b035f62b2c7ac92d3ace18fa8a6457a86f537f937b72660f2d8af65aef5a SHA1: 2ea22932b47e9a3499d1a0d21441908ca56b5193 MD5sum: 6ae845f8ce346cba235e7c2c08efb5bb 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.20260905.075316 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.20260905.075316_amd64.deb Size: 15810 SHA256: 0755fbeaba55f25b8115a1f8b398f265107a16c1849491b8ea37562f27c9ab73 SHA1: f1c704998029637962586d3a0be0fbfd802d6ebd MD5sum: 8266cb2d96ed325d936a8f4407bb88a4 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.20260905.075048 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.20260905.075048_amd64.deb Size: 19894 SHA256: 655a4b356d25246d3cb607925628fdc1ce04e9a096108eada3c4cf8e4bee1e62 SHA1: b35f5fa15d72a8aa9d113b8af5b520567fc55660 MD5sum: af135c8a968596431b352f9d8e3ea250 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.20260903.085720 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.20260903.085720_amd64.deb Size: 136926 SHA256: e64f5dbea0305115b8f668e78d6e6fc8936eee9e1ce3eef0639945c12da3b73c SHA1: 86239567cf2253da2e6d44bdb5058cdf8441bcbc MD5sum: f9c7f25fd97a40975c397c1d43c517dd 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.20260903.085720 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.20260903.085720) 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.20260903.085720_amd64.deb Size: 2756250 SHA256: 2a443264233a43592080432028602d87dd4eebb7b390da832e2f6f9cbff04253 SHA1: f290a6f259ed5110a6ab59dd341bc90b980bc83c MD5sum: 512febe3763d7f01c39af5df64b4715f Description: debug symbols for ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 25540b42e81a11f98a05667e8b046b115b39d7e9 Package: ros-jazzy-moveit-resources-prbt-moveit-config Version: 2.12.4-1noble.20260905.072024 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.20260905.072024_amd64.deb Size: 14880 SHA256: 5fa27cbb3c77175161d66e2db586e4d292d67e732c5571061a467913669ac331 SHA1: 275e3b8592bc28421036c7248b70b6d2ee485d83 MD5sum: a716915a0ee87646a6c17da3073c9546 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.20260905.072949 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.20260905.072949_amd64.deb Size: 160774 SHA256: 0b33ea5ec3ae91605b88cd0a48dc4157c3432ad0cb55d133c778f7da400b0f0b SHA1: 2b0c83f07ed5ab90c1025365c34671161e1cec42 MD5sum: 5bc4cd8957b8252aade95aca18f7eb2c 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.20260905.074657 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.20260905.074657_amd64.deb Size: 6768 SHA256: b9e7ae810ebef82814d8ce6b67b0e7593426d84d418f41a7231ce9ddb3a7268e SHA1: 3ffd2f43464ee6397c5dcbb6dd490100b7d5f9c2 MD5sum: 493064250b594255846adbba5139d261 Description: Components of MoveIt that use ROS Package: ros-jazzy-moveit-ros-benchmarks Version: 2.12.4-1noble.20260903.094815 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.20260903.094815_amd64.deb Size: 204038 SHA256: 12a2839784887d9b4b64bd20b2b2057d4a2101e9858d4a9971391f8c189565c1 SHA1: e2189a862f108fdaa53d509b39533d3c86cee854 MD5sum: 3be3e8846549747ec0649b95342498f9 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.20260903.094815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6978 Depends: ros-jazzy-moveit-ros-benchmarks (= 2.12.4-1noble.20260903.094815) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-benchmarks/ros-jazzy-moveit-ros-benchmarks-dbgsym_2.12.4-1noble.20260903.094815_amd64.deb Size: 6907568 SHA256: 960caa54afc275ffae68d3828ac5de1b6c21d04fab32725d652c957c5b47d356 SHA1: 405b539a46f9e323affce16652db982239ac4a1f MD5sum: 7c0751775035d83e4d96847678c0bc7b Description: debug symbols for ros-jazzy-moveit-ros-benchmarks Build-Ids: 53508a3865953f70a4ab74d5e3a4167971fcbe1c 9bf1610e2885475393bf48c29715bac0f7c53762 Package: ros-jazzy-moveit-ros-control-interface Version: 2.12.4-1noble.20260903.090124 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.20260903.090124_amd64.deb Size: 230998 SHA256: f1f44fedfa3290f3a74eff64a22399ff45aeb12dc89bf9aa8490320deceb22ed SHA1: 9ea392d03eb4ede7fd0c3026a6118c9fb25d935f MD5sum: bd586ffa13ed1a167f5e48320e8c213d 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.20260903.090124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 4989 Depends: ros-jazzy-moveit-ros-control-interface (= 2.12.4-1noble.20260903.090124) 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.20260903.090124_amd64.deb Size: 4656434 SHA256: 9bff9e828d7cca3645eed4548a528128bd3d04f45d2aec2c8c9f901b39f5fb43 SHA1: 368c22e967142eb07dbbcb3474fd2517f95c2365 MD5sum: 8a56402ea1f426dc93b5e4711fa59724 Description: debug symbols for ros-jazzy-moveit-ros-control-interface Build-Ids: 1afcf3891a6ec4fc5903852d9ab8e33cbc146115 1b6339b05989a76fc487f1fc0c950acc7f72c6db 3d14934faf4fe4cd897a18159cf86ab13e095cb0 7336d2e389c593aafcac2079a8dec48287cdf37d e3cc1a624f44db1dbc5c2c6af0844ac758e4e81a Package: ros-jazzy-moveit-ros-move-group Version: 2.12.4-1noble.20260903.094420 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.20260903.094420_amd64.deb Size: 404402 SHA256: 8b1fa11a497d950cf16224422e7b1e13887d7ab4d07b915665f3831f83c97564 SHA1: edf70fb0512bc48995cd172e180e8c3c8e4c4f68 MD5sum: 04d2383d612d1c64fef0ada2583d9179 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.20260903.094420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 28646 Depends: ros-jazzy-moveit-ros-move-group (= 2.12.4-1noble.20260903.094420) 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.20260903.094420_amd64.deb Size: 28269930 SHA256: cf59bcf90c407e937773731ebb531797b77bc0d2200ed8e31dcd7823fd2c3ac4 SHA1: feab6e3d419dd890668efe15b8a5ceb8bac0817f MD5sum: af8d13fe2448874c4c2980ca164cbf44 Description: debug symbols for ros-jazzy-moveit-ros-move-group Build-Ids: 6382f223a9e1a7fe8db081dfc145b1028171b00e 90a3f67b0b8ad3ac28d2cf6e03129b383623f6b7 ad44b83e1dd52425c5b614c3687f7ce2f523ad08 e8b3bf99f898525e381412e6e0c12dbb5715216b Package: ros-jazzy-moveit-ros-occupancy-map-monitor Version: 2.12.4-1noble.20260903.085744 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.20260903.085744_amd64.deb Size: 258540 SHA256: 776fb854fb1a5b42521b683fc02355c3ccc5e3cf2c767ce0582f5b07ce3e4e85 SHA1: 0ee16d340c2116845828ea7686c15b98077d716a MD5sum: 98782796547eba4f953106c2cf43dfbb 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.20260903.085744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5251 Depends: ros-jazzy-moveit-ros-occupancy-map-monitor (= 2.12.4-1noble.20260903.085744) 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.20260903.085744_amd64.deb Size: 4787628 SHA256: 9d01318b05a527ddf57fb7dfe319d35ffe42776189b018a0f589c10acc5c53da SHA1: 9bf8b55c47a076fdd289819ceda646a2728852de MD5sum: 1eba9844a4dcd67e02ba6fc2073ebddf Description: debug symbols for ros-jazzy-moveit-ros-occupancy-map-monitor Build-Ids: 19765f34d5ea2c0245ebbdf24e744accbb689f4f 2601c413e8109b65e9386c8982cb40f390fcd428 Package: ros-jazzy-moveit-ros-perception Version: 2.12.4-1noble.20260903.093324 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.20260903.093324_amd64.deb Size: 390208 SHA256: a1219e9f1f9ef7031c7a4d837a6dae50ac20ff173e7cc51e8c6dc22a1426f718 SHA1: 379c2208ffe1d73b4961774524213671d63fbfb5 MD5sum: cff2e4c3ae47294f444f46a4d8607827 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.20260903.093324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10926 Depends: ros-jazzy-moveit-ros-perception (= 2.12.4-1noble.20260903.093324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-perception/ros-jazzy-moveit-ros-perception-dbgsym_2.12.4-1noble.20260903.093324_amd64.deb Size: 10096672 SHA256: c71b8aadaaedcd20c8fcb9012b43fba9b72f5a22c6c1d43ad2bb396542e0221c SHA1: f4b82d07af3854eaf53a0660cad1187988cfbfc1 MD5sum: 9631ff7fa06f9597184f6bbcaa2c5786 Description: debug symbols for ros-jazzy-moveit-ros-perception Build-Ids: 4c37528e962c17d48b9ffe7e5fd643886fa6816f 624a8124147119aff809b3fe8576e61a9364bc98 7872ffd5469e2f7019fa0fbfad36058b9a046406 c7c9b5ecbee91d037f15c605aeca48cf0e8451ef cfd2687dda2e44379d7d5b412781a4bfc6f092d1 d75f245f66546c11cb16866a9ab8f77612cdf89e d85f45845d4219a2eb9d61eb1b85103d37a61b11 f8e0baafceeec3bbaca8c3c7dc79e750a8fbe9c8 Package: ros-jazzy-moveit-ros-planning Version: 2.12.4-1noble.20260903.090648 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.20260903.090648_amd64.deb Size: 1235248 SHA256: a31f9bf2e8e5e121361a903cf61c27d028040ba2d6c97949a80e3d39750fa8a5 SHA1: 5be99023632c2ac9d1b801fd01f7dc7f32c4bcc1 MD5sum: dbc54bd15da282f95c1e51bdfc778a11 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.20260903.090648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 71504 Depends: ros-jazzy-moveit-ros-planning (= 2.12.4-1noble.20260903.090648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning/ros-jazzy-moveit-ros-planning-dbgsym_2.12.4-1noble.20260903.090648_amd64.deb Size: 68827520 SHA256: 19a5fc15b44c11f7cce8987e2cc659ee43d948212c7df70de20806f5bd77ecdc SHA1: d3e557f18d78868e75fcee53bb510040b4c404f5 MD5sum: 075615f446f582e5db2d789c2aa66d17 Description: debug symbols for ros-jazzy-moveit-ros-planning Build-Ids: 08180e5818c790f4af2625a996ddf5c53d2c4fd2 0abb67739aad2b37a0fb9b8b560696713b7b6fa7 158c1c915fd0948d303e10109bbcba4a9ffaed19 2a009ec9aba719aebaf4910dc5e3475760ccd3b0 2e499b6afa623391a3ab2dda22f4796680782f38 370f137869d9068cc4174d1f9e3248d0bff0e151 39e6be46834df1a42708c564ad67f470fea381a3 40532d2544458fae1f853b96bcf5e02e38b0ec2e 414b3c14461dfd3eb6044902d141ca9a13f53167 4757e738e3c09ac802ab9ffcdeb4cf0b1b8ad1aa 4887f00f1264242e92568c118988e59bae0783a3 4eee60d6be57dcc20e1e5fd314886a3ff356e895 4f2aa35fe49e12110158fb48992e036e9466e7b9 7b6754f20e0aef9cc5f21e937cb56e4e24929739 8f066b5dec165a2e55118219c3dc7574839034fb a181f3b372908eb6e17beffa4048a883e941bb6c b4845da29ce3cc8f8673abf5ae725edeadad628e b918e936c9b779ade5bc51cea36d1ceb7d85a7d2 be4011e45bd5649b5fa7f4fe243c822783008da0 db3aac3d1cc834e67665d6527a193f730defb6d3 db60ef7670e749d26c80d2b08b97f160bb8aa287 e9c2699e544a5d69d3f8e7f6a153a036f632e235 Package: ros-jazzy-moveit-ros-planning-interface Version: 2.12.4-1noble.20260903.100014 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.20260903.100014_amd64.deb Size: 274478 SHA256: ead9e0ada5e669662ba5a891eedcdaf71071f6fe1707f70b6bcb4212ee328010 SHA1: 1d4071c4e1f1318eb2b83ab7783272cf792404d9 MD5sum: 6785bc0bcbc24b7dc4f396730862dc37 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.20260903.100014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10095 Depends: ros-jazzy-moveit-ros-planning-interface (= 2.12.4-1noble.20260903.100014) 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.20260903.100014_amd64.deb Size: 9780102 SHA256: d26c3b1c55a4b8164f5d5ab3c99acd4f1fe683a5915caf6f55173587caca25da SHA1: 77fe013fee393697ac7c0881ebef00be2e307bc8 MD5sum: 5be6c41ac1d786cf12f05ace81ee3647 Description: debug symbols for ros-jazzy-moveit-ros-planning-interface Build-Ids: 15da0120281db0c0301cf870e5bc43cab3d9047d 735bd72ec2717f7cb51dc0838d6aa1e988427446 e678b46cc989ffbcb7c6d48f6d0b1a1d7a46ad46 Package: ros-jazzy-moveit-ros-robot-interaction Version: 2.12.4-1noble.20260903.093404 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.20260903.093404_amd64.deb Size: 170994 SHA256: ed07c1bf43ba1e71cce0424a7381c369adc794bbbe28ebf3215392c700e39d88 SHA1: 7580faac738260cd886aa0517088c8f72f636a47 MD5sum: 56340b83860d7c2aaea70af19668959d 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.20260903.093404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7028 Depends: ros-jazzy-moveit-ros-robot-interaction (= 2.12.4-1noble.20260903.093404) 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.20260903.093404_amd64.deb Size: 6734176 SHA256: 7b03119a669106526a9fb0adabb7568a3db9ac14c14c1173428b7fb3f78e8461 SHA1: a4cd611795325419849f6049d7dfd7101984dab4 MD5sum: 4a101195c60d7115e898d260747c948b Description: debug symbols for ros-jazzy-moveit-ros-robot-interaction Build-Ids: 69dcbae0734034da1d7fd4d91911de811846b792 Package: ros-jazzy-moveit-ros-tests Version: 2.12.4-1noble.20260902.083238 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.20260902.083238_amd64.deb Size: 2000 SHA256: 6f5ec4eaed0d3bf5a780224b8a5f67a7127d869d85ad871ae3e4a7c84a8b6df2 SHA1: fd43ca75ee96e62449ad4438a6db5f7778b943f9 MD5sum: 0a867519cbb8c6a3faf3310b5914a410 Description: Integration tests for moveit_ros Package: ros-jazzy-moveit-ros-trajectory-cache Version: 2.12.4-1noble.20260905.075339 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.20260905.075339_amd64.deb Size: 148954 SHA256: 78ccb9cc806117ff79d482811d991c2035cc078f33acea863c42992304651a90 SHA1: 98190fb160f57f0eaac4d8b1ec6d2cb41040f1e0 MD5sum: 7139a140c543a5a50214fbb832a7b3b9 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.20260905.075339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 8287 Depends: ros-jazzy-moveit-ros-trajectory-cache (= 2.12.4-1noble.20260905.075339) 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.20260905.075339_amd64.deb Size: 8212598 SHA256: b161807184a6b7a48f1812def120ebf6b35e0d168b4a7da2170d3a092fbdfec1 SHA1: 7d87c2f4ff6481cbc792b970c946b1f17d23d566 MD5sum: 8e15a29fc82a3e9391ed7d7831f1b3d2 Description: debug symbols for ros-jazzy-moveit-ros-trajectory-cache Build-Ids: bd9d2e6cbea5330917a09e70fc9a237cb425a803 c017ea6d17cdfda9831546a48ffe619a9220a90b d598a1f2888420be539957f5823572d8534ab02c ea508b79fa87b5420edfb8a05f8090459463b52f Package: ros-jazzy-moveit-ros-visualization Version: 2.12.4-1noble.20260905.072108 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.20260905.072108_amd64.deb Size: 713540 SHA256: 7384f923bf74e6947429896f67703e301f57790d3be215286175229d32df8d5e SHA1: 47b729d9403a4aae08c551b817608bbf3a2700da MD5sum: 45f3b85a7a210fc2f9ecc12104447d6e 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.20260905.072108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42836 Depends: ros-jazzy-moveit-ros-visualization (= 2.12.4-1noble.20260905.072108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-visualization/ros-jazzy-moveit-ros-visualization-dbgsym_2.12.4-1noble.20260905.072108_amd64.deb Size: 40968384 SHA256: 82e4fb5fc24da77d87936a4056d4e730e1b070e81c65bdf3899fe77ecb63c02b SHA1: a95a7044b7898d45964dd03fe1566d43f0189eeb MD5sum: 31250dcde291086853e9c3947d9eca71 Description: debug symbols for ros-jazzy-moveit-ros-visualization Build-Ids: 033c10292c233d37ab7c87ce1731f551af74f02a 11743215d62fbd00e988756b115ae35cb39e4421 19cb9c474934be19268260bba76d500760202273 624f612d599243a46417083c8086eeb4910e7718 7745eb5380a6a1674916db9596836d9d1f1455b9 82562905a824d942b8b1c09da2cdce52c6efbdd5 9db13815870074895348c1a46e51f48ab6ee9cf0 bcf5301afa895bb1cb6599a9df37f2c86af3608d d6aa0f16b13babb7556a55cd2c06c502dbfc52aa Package: ros-jazzy-moveit-ros-warehouse Version: 2.12.4-1noble.20260903.093415 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.20260903.093415_amd64.deb Size: 501778 SHA256: 434dbe460592602bb6e054cdd28832b2a290744e5244f5d30d9d608eea5146d0 SHA1: a459f0594f8e94db522e53cf6a603d2c278c9747 MD5sum: 64a7ccdfe08c6db90cdd8453d333ccc6 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.20260903.093415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20380 Depends: ros-jazzy-moveit-ros-warehouse (= 2.12.4-1noble.20260903.093415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-warehouse/ros-jazzy-moveit-ros-warehouse-dbgsym_2.12.4-1noble.20260903.093415_amd64.deb Size: 19108428 SHA256: 3164616c687a1ea55684cd93255ff880ab48f39d873e52e83c60a22b25a0df25 SHA1: 38f3e1a8b6f2d7484f26f4471211af705692ff63 MD5sum: 3b0bc271b1af6db02da6d09555905119 Description: debug symbols for ros-jazzy-moveit-ros-warehouse Build-Ids: 34c5175798c97452d8c8851a243fa3ee89b239c2 659e4c560f0222f777bb0d7e24fd6ecc80930cc9 a99674294e843814e8debc11d4e6aa3b5a8a1d98 bba15254c2a2de8082df8573e3cd8eba8f60898f c258c977eec139bbeb3aa42a2100ee2070ec2c68 ce73303970df08dc10b424d425132826f2f4b5b2 dc60a1f799e5b157fdbade6dc073176f2cc7cd75 Package: ros-jazzy-moveit-runtime Version: 2.12.4-1noble.20260903.101310 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.20260903.101310_amd64.deb Size: 6526 SHA256: ef7e9dfed22ad650a5181ad3b71ac46ec10e6d6bc55cbb3b5c9a2c858de366e1 SHA1: 6e03b319de5cf37a872124961dd92167c9ce7070 MD5sum: 45ee041a3e5ff291f3848b97da45e7a8 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.20260905.075156 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.20260905.075156_amd64.deb Size: 674210 SHA256: 777aaf4ec976122d9cb60943cc4dda9934c596fb299df5ae9711b218cd57f17c SHA1: cfec86237356a01a78a49a92089877382d9c1f9f MD5sum: a926215da3fd1371f3eaccf57cd82fc7 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.20260905.075156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 31591 Depends: ros-jazzy-moveit-servo (= 2.12.4-1noble.20260905.075156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-servo/ros-jazzy-moveit-servo-dbgsym_2.12.4-1noble.20260905.075156_amd64.deb Size: 30512650 SHA256: 2d5fba0998c18eac369e5c2b83969908e19f9ae017778a4a711d7a7d8ff3fe16 SHA1: baf2fc0ffcb2e1895a61d396d456192ed3c23e5a MD5sum: c238df69a1b0e14e367a1471c374f792 Description: debug symbols for ros-jazzy-moveit-servo Build-Ids: 0c4c565247c1e935c433a88bf15dfcd4aa7b2ad7 25615f132cbd0eb302cdbdab51f8165dd460e856 5e7e7b2376ee5b90c085950dfcad83670edda0a8 ad2ba3fb0220b39c5bb30f3092e907aefc41b39a f2bec847ae29399ad1216a7d8815cffb5291f6f3 f3d38eacb88e512d190fcf314d5a1661f1cbf608 f7147f755ec2421476808526ec3172b9f882e094 Package: ros-jazzy-moveit-setup-app-plugins Version: 2.12.4-1noble.20260905.075833 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.20260905.075833_amd64.deb Size: 73216 SHA256: 14ff9e02e42d677449261d2305cfda0faac01b7d2ca46c9d004d665e74852cc6 SHA1: 88e0883482211be360a91928b679b040972cbc20 MD5sum: 0f5270182e532df58c772e06762223db 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.20260905.075833 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.20260905.075833) 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.20260905.075833_amd64.deb Size: 3977250 SHA256: 7a66e50b31478c3ebea8599dec53a3b303a427d73fd8663650e46ec8bee8ed7c SHA1: 25466147568cad516a0efc794084ba560edfc6e1 MD5sum: 059eff2a50d2ce02a988e2cd085078c8 Description: debug symbols for ros-jazzy-moveit-setup-app-plugins Build-Ids: e65d1742fa13baaf354fbc7b14eb89af854601eb Package: ros-jazzy-moveit-setup-assistant Version: 2.12.4-1noble.20260905.082035 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.20260905.082035_amd64.deb Size: 288218 SHA256: ee46b40755ed6afd951afd39e7e59514750a037ecd1b09b09f0a83e10d42eac0 SHA1: 115bf5e2abc977ed0d557cc45b020eb330d0b7b8 MD5sum: 4ea95bcd59cd7ea4ee379535af810741 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.20260905.082035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7501 Depends: ros-jazzy-moveit-setup-assistant (= 2.12.4-1noble.20260905.082035) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-assistant/ros-jazzy-moveit-setup-assistant-dbgsym_2.12.4-1noble.20260905.082035_amd64.deb Size: 7340452 SHA256: 34f0d736e2432716a7f1e12d60ced7e8adf51c958feae87968e7890c069571d4 SHA1: cb281a01db63a3a6517dda1eb020c40888ba455e MD5sum: 68a759c73997eca8529a022711d1afe7 Description: debug symbols for ros-jazzy-moveit-setup-assistant Build-Ids: 4bfbe133cedab25c861067a306ce1cf272f326f3 93f39392bc8684591edcc9e87a98475027c25987 Package: ros-jazzy-moveit-setup-controllers Version: 2.12.4-1noble.20260905.075917 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.20260905.075917_amd64.deb Size: 167504 SHA256: 69b8e4182262399be71a32ecdece8023617e8af386cc197b4046e9a2b30c293f SHA1: 186fe08682388b2f9863090a19f6d5167adaa8eb MD5sum: 7181978d29e53f61acf44c3366e6912d 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.20260905.075917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 11711 Depends: ros-jazzy-moveit-setup-controllers (= 2.12.4-1noble.20260905.075917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-controllers/ros-jazzy-moveit-setup-controllers-dbgsym_2.12.4-1noble.20260905.075917_amd64.deb Size: 11663200 SHA256: 098a7bf2d7540ccff7f92fe89b4d2139764053343caf6299486c7fb3efeba088 SHA1: f56c830a62b2c034a7bfd83d8abb551244fb0bdf MD5sum: 034dde678ec9856be0a1c8c0cff5545c Description: debug symbols for ros-jazzy-moveit-setup-controllers Build-Ids: 774355bf0fdf1d6a8e1887154d72f0debd622333 Package: ros-jazzy-moveit-setup-core-plugins Version: 2.12.4-1noble.20260905.075903 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.20260905.075903_amd64.deb Size: 64554 SHA256: 7c05bdba40d08207e6c785487891c81f1a14cd6125ed28590099d4cbb194cf84 SHA1: e535cda62e4042999c053fe331f1625f34aacfd2 MD5sum: 828384db8372d3d459724f484fb60562 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.20260905.075903 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.20260905.075903) 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.20260905.075903_amd64.deb Size: 5881114 SHA256: f87810e99841fee64959699f837e344217670c838dbe9a5e6833a4411589f926 SHA1: f7aa6be8e89fe3261079de4db4105d2bfe9f464a MD5sum: 4b5703a3a435e71c07e5190d18d3f89e Description: debug symbols for ros-jazzy-moveit-setup-core-plugins Build-Ids: 176c03117e76a9681d468b7ba0bdc84edc3f5f0d Package: ros-jazzy-moveit-setup-framework Version: 2.12.4-1noble.20260905.074650 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.20260905.074650_amd64.deb Size: 198894 SHA256: 2a6050871cf996a501e1d20eb0d76a89fe0d8175d158bc69183cdc56a3f41870 SHA1: 35f9dc6499622cc3f9c54746fff2fd8e0b2e612e MD5sum: bbaa7b7e73961821b4a79fb62084a0d5 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.20260905.074650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 6959 Depends: ros-jazzy-moveit-setup-framework (= 2.12.4-1noble.20260905.074650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-framework/ros-jazzy-moveit-setup-framework-dbgsym_2.12.4-1noble.20260905.074650_amd64.deb Size: 6862618 SHA256: 7391f7aac140939c262baea115e8505e8e4ed8150f961528f51263b3b9e521a5 SHA1: e29410badae58ebc89eae508b690aa6cd80a15aa MD5sum: 90b42a82cadfbdf0d8e6eccfceb2fab4 Description: debug symbols for ros-jazzy-moveit-setup-framework Build-Ids: 410f3089c493e2fe335e507b1308e7be6fb3d65b Package: ros-jazzy-moveit-setup-srdf-plugins Version: 2.12.4-1noble.20260905.075931 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.20260905.075931_amd64.deb Size: 315744 SHA256: 4fbcae9faea4c25013eb4b0305aa938aa56571d010cf06559339977bb29a44d5 SHA1: 7c2ba8a1310dfc5d659d3fab22d1dedf2203a160 MD5sum: 9941e89d748a957ccf564dd5727b236a 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.20260905.075931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 20068 Depends: ros-jazzy-moveit-setup-srdf-plugins (= 2.12.4-1noble.20260905.075931) 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.20260905.075931_amd64.deb Size: 19968098 SHA256: 7b8dc66e73159c0e30fbdcc5f688648de06e93660e20e2dd4cd48a78890c29df SHA1: fc431acef4f9538139f72cd067fd680df90519a0 MD5sum: e4c4ed6a22d230465280de1cb22b160c Description: debug symbols for ros-jazzy-moveit-setup-srdf-plugins Build-Ids: ed5020331ca5c3901359dda4c1421ed4544d055d Package: ros-jazzy-moveit-simple-controller-manager Version: 2.12.4-1noble.20260903.085318 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.20260903.085318_amd64.deb Size: 119744 SHA256: 59ce82341b91c2c4219c0353ae71c25061711d4b4937e59a5de52d2e706b7070 SHA1: 54d56165dad782d3026a113bc9f750fc8d417ee0 MD5sum: 53fe3904b8b4df0d75bb0e3c117365b7 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.20260903.085318 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.20260903.085318) 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.20260903.085318_amd64.deb Size: 1774842 SHA256: 8896d88c845b0a176d24821e8232d72100db0aeabd359957badfd8b6e986b8b3 SHA1: 11b380c6c2c1e087441bed14d5f5343c42917e37 MD5sum: 35feb8a5b67dbb1b4be47e7d0e3e1ef0 Description: debug symbols for ros-jazzy-moveit-simple-controller-manager Build-Ids: 4d3b73d6ce6bc7b5802b293bc1317afd15b677f9 Package: ros-jazzy-moveit-task-constructor-capabilities Version: 0.1.8-1noble.20260904.025742 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.8-1noble.20260904.025742_amd64.deb Size: 59066 SHA256: 8a1964690fca567fe615dbebbd81c499095809872c6837c6c3aca70676a13b1a SHA1: 6eac9d2ff40a28bdee3c94d186675b56d34c111c MD5sum: d7f159ab3aed80ee0ba5d3519d2ddcf7 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.8-1noble.20260904.025742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 2789 Depends: ros-jazzy-moveit-task-constructor-capabilities (= 0.1.8-1noble.20260904.025742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-capabilities/ros-jazzy-moveit-task-constructor-capabilities-dbgsym_0.1.8-1noble.20260904.025742_amd64.deb Size: 2736592 SHA256: 7b516222d9217977505c34b40e14908d345f3fb1d300a96cc1b65a7956adfd74 SHA1: 413daefc6da69111f0f1ef1797401ce91cd0e2b1 MD5sum: e7d3a297e1e5e17a6a239caf3bf183ca Description: debug symbols for ros-jazzy-moveit-task-constructor-capabilities Build-Ids: e70c739c9de5a439d37bd90a7882f7bbd8041766 Package: ros-jazzy-moveit-task-constructor-core Version: 0.1.8-1noble.20260904.024044 Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 3730 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.8-1noble.20260904.024044_amd64.deb Size: 905248 SHA256: 6283647219d56634884fa1531f6f781365dec58339bf440e329cce0e8f312819 SHA1: 257c8f1ffdda7ba8a988b305f7f985710d051a56 MD5sum: d19dbae71b2e9b7674bd54562660d46f 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.8-1noble.20260904.024044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 45284 Depends: ros-jazzy-moveit-task-constructor-core (= 0.1.8-1noble.20260904.024044) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-core/ros-jazzy-moveit-task-constructor-core-dbgsym_0.1.8-1noble.20260904.024044_amd64.deb Size: 44980100 SHA256: 1d5b495c863cc85c83a54b5de0ccf47aea80e5f5b00d50f015e3015ced216c21 SHA1: 1c956d722ffc9a6f8dc8a8eb82bb1c7b4cd85ed1 MD5sum: d21d02d1573848896554eb540b315c7c Description: debug symbols for ros-jazzy-moveit-task-constructor-core Build-Ids: afcdc4876d4fff01f8a40811d46c3b68ec820d74 bf41a33020d52293a3480f6f368480d3b2f41ae6 c9072e829706e216a0a66e8846048d7aacffec97 cccd637bc931b85943ca0e7737668b8b9c984051 Package: ros-jazzy-moveit-task-constructor-demo Version: 0.1.8-1noble.20260905.080425 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.8-1noble.20260905.080425_amd64.deb Size: 143056 SHA256: 8c9bcc745b067d2fb3ed873a879313d2c4894c27358330df7e1eaa39e878d040 SHA1: f13e719be6591cf44e6410ac0dd4e70d08766fc6 MD5sum: 856a8c904f744051d5e893c786ba1f16 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.8-1noble.20260905.080425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 14483 Depends: ros-jazzy-moveit-task-constructor-demo (= 0.1.8-1noble.20260905.080425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-demo/ros-jazzy-moveit-task-constructor-demo-dbgsym_0.1.8-1noble.20260905.080425_amd64.deb Size: 14474220 SHA256: 2f7998c1ccc9b51f0600322d71a20f975ddd7649783ef54dd1e5d788a716443d SHA1: f30b5b5d94e906179dd0084c535d4139bb01ea57 MD5sum: 276bde6c5b00690beebb880a25ba57dc Description: debug symbols for ros-jazzy-moveit-task-constructor-demo Build-Ids: 000d35559f39a2e56539d9c54fde128b9c76c9b8 6ba389a10d851fbdfadd8c262ae840a0ffead78a 7e624a18ab0e7c68b1064bb0a9ae3cab79b67086 a7d3476ba55e97d9bae71740b761126f451c20f0 c8c8eec7beafc03ca1474a3eb6ef754db241805d ce57b93561f2e2021a3231d671314087ef666ec2 e579d39eefe5c5fc4f2af904a413f080a9294aff Package: ros-jazzy-moveit-task-constructor-msgs Version: 0.1.8-1noble.20260904.023309 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4620 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.8-1noble.20260904.023309_amd64.deb Size: 339900 SHA256: ab824d4d56092b82e222f3c222ab3979c3e9c50b0c345712058c8f2ff7d618de SHA1: ef0da06670c8f6035f2e2c53dbbef89edd4d1315 MD5sum: 81479a7a9e6d12304e90bf10ba4897da 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.8-1noble.20260904.023309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4909 Depends: ros-jazzy-moveit-task-constructor-msgs (= 0.1.8-1noble.20260904.023309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-msgs/ros-jazzy-moveit-task-constructor-msgs-dbgsym_0.1.8-1noble.20260904.023309_amd64.deb Size: 4244146 SHA256: 46427ea62d3fd33d5258d0e07d9d02da674b33ef47733d928de310b6e8f1252e SHA1: cb0b97cd6aec2d6208ad3ed0340802a0a40f1e33 MD5sum: 1329c4a9e34fa6b193468ff9acc9b78d Description: debug symbols for ros-jazzy-moveit-task-constructor-msgs Build-Ids: 0e6ac83b856f480b5c982bdbb3bd61292641562b 49d09bb61480700c3f4eba03e7240ea083165321 4bd231c8eaf3656894ba187db3911cb4b3d6dd63 53a0f115899a8d7da8355e99ba5f26f0bd32d523 582c1005776405c3ecab5e8c4d4649dd12192e05 91b1b55a6a6164dbbb48f3054523d88db22d99c1 b9a01fa93c607288bac3adc8fadc6411a61b01ac c1a0732d8601471ca34ab2372f4c5415fe830c7e c681a19a65d45aadce13320c7e93fd20e1afe8f0 ef66421d0570f5227393c2829d1c655d1301499f fe9f0ea5e35171ab876d33bfa796dc83fc90aa3a Package: ros-jazzy-moveit-task-constructor-visualization Version: 0.1.8-1noble.20260905.074628 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2060 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.8-1noble.20260905.074628_amd64.deb Size: 474584 SHA256: 2d1aa111fd19ebf74c0d64fd0d5293fdc529485bdac9b43384b936f7800b4655 SHA1: 74efa4e3467e14d219e2ef9ecf6ec4144745da50 MD5sum: 97ad83a78ff7488d1c6f5ab9b8a2903e 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.8-1noble.20260905.074628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 21683 Depends: ros-jazzy-moveit-task-constructor-visualization (= 0.1.8-1noble.20260905.074628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-visualization/ros-jazzy-moveit-task-constructor-visualization-dbgsym_0.1.8-1noble.20260905.074628_amd64.deb Size: 20727806 SHA256: 13cc5b21747af24c981f14b5b76b5bcff3902c90ad1d572457973d49b58860ed SHA1: 46d9417267cce7a6ef0fcb6789fb9be282ae8e37 MD5sum: 813d6b1f12e806c7467fad99a9403f6c Description: debug symbols for ros-jazzy-moveit-task-constructor-visualization Build-Ids: 6db9f58a215ca7e01dd2725d907257e85faa4266 8313d6a88e7eb5e0199f8b1f3f0eeaad240f4bc4 8e9bf6d1599c5af872ce8cff6ce9ca74d0a4f18b f70aa4310935a47d8fce2ea2cee6e5d6f2b905ea Package: ros-jazzy-moveit-visual-tools Version: 4.2.0-1noble.20260905.072929 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.20260905.072929_amd64.deb Size: 297686 SHA256: 3752e17bdad6a354ccd4bd6e6b1d5224a4570f78c6e0139c9358322d44095aa5 SHA1: 0237a97f724ead2bedde2d90af4f9636d0e05adb MD5sum: d183f08d2cfb588cf82c843796295aa1 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.20260905.072929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9190 Depends: ros-jazzy-moveit-visual-tools (= 4.2.0-1noble.20260905.072929) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools-dbgsym_4.2.0-1noble.20260905.072929_amd64.deb Size: 9105458 SHA256: 09aff88d78cd4416a8bac2b214b35b12cde9f6adef1df56ed5a253a7ba60b059 SHA1: 87dcadf50ec3ededd30627d2365d72cc4a18b730 MD5sum: 205d874517ec6b9b066416c68344c707 Description: debug symbols for ros-jazzy-moveit-visual-tools Build-Ids: ad663b2d3a97c235b4d7f008abfc2460d59d386b c5703bc3e960345f3030b95a59a479cf491f6a68 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.13.1-1noble.20260826.122334 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.13.1-1noble.20260826.122334_amd64.deb Size: 16166 SHA256: 97aa22d3efa467594a193f547dce7192f3e0415166a24f2d695e2529530eb8fd SHA1: 6697673d35a7256727a0aa1b2a138aeb8c42f2c4 MD5sum: b258ccd531f11dbeddc6f10ea4b1c126 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.13.1-1noble.20260826.114002 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7486 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.13.1-1noble.20260826.114002_amd64.deb Size: 1600156 SHA256: 6564674c811fba13ab9467766baf1b25aabb01c46f3ce98577dde2aa1594f732 SHA1: e3f9cb16ec03924a6a4ab809b87a5aa9c6a65a37 MD5sum: e9f89543aca5a447dc2df4f9a6ce1913 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.13.1-1noble.20260826.114002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 61940 Depends: ros-jazzy-mp2p-icp-core (= 2.13.1-1noble.20260826.114002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-core/ros-jazzy-mp2p-icp-core-dbgsym_2.13.1-1noble.20260826.114002_amd64.deb Size: 60598320 SHA256: 3061300de4890e5d02579d0b50c9dd569b4507b2328237b7c65db49f695c5cbf SHA1: 1a89a60917b5437ecc5db6ecf35a9953de5d3b4d MD5sum: 4de3f5b4b5a408c81fdf485871aa9ce5 Description: debug symbols for ros-jazzy-mp2p-icp-core Build-Ids: 0213d86b39eb9a590f9c64fcd1d47ffd4701b03e 09a31f03f99401bb9f3ee5813de83d906a6840c1 0dc8c26063f8b4efdd18338520d336d3047f3ee6 220e190dd3c0702d90b46ad30db10a57e90065c8 695c0ee235486183b4d78470d5d8394f348cadc7 6fbb9ad17d4307941dc0bf0cf7dc269a4641e71a 76bca555e2653bf460f36af15621c216bdd137b6 82048d7128fb5c7f0535cd28501b068370a1bcdf 8737b81f3fe19b0147b789fd553742d9a340612f 9986e15af1d9592b0c25179ab3d36c4a222c320c 9f7a34f21d485d2af37c384ad91d233cb9662157 a9e57b580eca9a0c51a015c96c947504c9c4d2a9 abc77fa465ef2fc9d1bb35f0e700b8706758f099 d4b77df7fc45863bdb2ac4ef29c8ac9ff0e85df6 f119ed8df66703082e96ca6db827e3b25f36cb83 f45a856a8e87fa3b5c6bfba0d79db2df90190904 fb9359f1d6fd0db39f0311b4eda8252788c471c2 Package: ros-jazzy-mp2p-icp-viz Version: 2.13.1-1noble.20260826.121513 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.13.1-1noble.20260826.121513_amd64.deb Size: 296190 SHA256: 5f5d8b88c2faf471f1f9f28d939d60e945e7e3f75d61b4be1568d0e72dff4e0b SHA1: 16023af47b700b6e56e834d7f2635dbef325c093 MD5sum: 6d6341f381e850768d6ab2a5dd233f58 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.13.1-1noble.20260826.121513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5457 Depends: ros-jazzy-mp2p-icp-viz (= 2.13.1-1noble.20260826.121513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-viz/ros-jazzy-mp2p-icp-viz-dbgsym_2.13.1-1noble.20260826.121513_amd64.deb Size: 5219020 SHA256: 8d3850d0d724d51d4423c7d00bc2ddd01a7d2c9c020908dcb734c20a0ae4b437 SHA1: 53c852e3f659ea4fc74f3f5b102e5e1dd7545611 MD5sum: b12d47991b930e28f939da1bdb681cdc Description: debug symbols for ros-jazzy-mp2p-icp-viz Build-Ids: d2546341221cf83c689f91fc7e83d58782ac7c5a eb5548f1b7c2305858912f844c5c4d025a35dfc2 Package: ros-jazzy-mqtt-client Version: 2.5.0-1noble.20260902.084745 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.20260902.084745_amd64.deb Size: 321776 SHA256: c245611e9ad4977fd117f396cf989c2ec3c1188689d5f7ca012704cc7cde8c52 SHA1: e98cedb0028b8b2d916bb0eaebd6143bc07eda95 MD5sum: 49eacb0ea85c591229a279e50ea336c5 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.20260902.084745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3113 Depends: ros-jazzy-mqtt-client (= 2.5.0-1noble.20260902.084745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client/ros-jazzy-mqtt-client-dbgsym_2.5.0-1noble.20260902.084745_amd64.deb Size: 2853648 SHA256: 27b1c03e9621fadd0c2df398980a0325073315f4dc7e70f02acc99ff1eb9b91e SHA1: ee2951741481cda9528aa5e30117361f0834752e MD5sum: 7bd4b09ef442de5e63e7655bfe70e801 Description: debug symbols for ros-jazzy-mqtt-client Build-Ids: 61d42e068f4dcb4d5282d4d33f8888b45727f54b 985c7ac81b61646d7dc2bee6eac3a96d9850b6ff Package: ros-jazzy-mqtt-client-interfaces Version: 2.5.0-1noble.20260902.030842 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1780 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.20260902.030842_amd64.deb Size: 130690 SHA256: 69db58d9948fc73e2a28cafe6b3e4e9eb90e0ba57c4b9292e7d50871e941d285 SHA1: 158ed2f322d81b2684c87329a88a8c0c42cf063a MD5sum: 3e2ba09716feaa8c2167eee9d67f037e 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.20260902.030842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1207 Depends: ros-jazzy-mqtt-client-interfaces (= 2.5.0-1noble.20260902.030842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client-interfaces/ros-jazzy-mqtt-client-interfaces-dbgsym_2.5.0-1noble.20260902.030842_amd64.deb Size: 923192 SHA256: 719ef0660a4d24be01870388ef865e0455825a0112883f0a4fad7908fb1b529e SHA1: 103af7e52fe5a925f00e56ea7dab051a9d074214 MD5sum: da1e7b965d003f0cfea0e1fb7d951cd7 Description: debug symbols for ros-jazzy-mqtt-client-interfaces Build-Ids: 10a0db0796ffe9902d628d633680710770088ea9 137ef9725516277aec945c5a6b9ee49e0933a9b0 2e0ade388f2a823d06fb23226df7c475977703f6 3f010d6aae95d7a8a2dde6d4d8bd374e3ca85e66 4a6bac82f567dfb444e6248b0144619958231ac7 6c4a2b90b2e768de9535316a5f8a86b5904936ef 759f3bf4471c5f9334a42227031bcda63af4b0f7 77872b89af3edeb54415dca6d6bd927f71e3c07c b75e7cb2d09e8dd82a38290244b25bda28bb6e62 ba6ccbe4164f42ce7b7397d5abfde3fe24bb9643 bca5b752836b9a5718c3abf667d61a87e19a7cf4 Package: ros-jazzy-mrpt-apps Version: 2.15.21-1noble.20260814.001354 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13388 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.21-1noble.20260814.001354_amd64.deb Size: 2446048 SHA256: 6ce01c63c6634087a935e9951a4c719fe49b3394cad899cda8853d9f96f9e957 SHA1: 6ca4120b7d7c32e03a980fb9b362f03f8941cbb1 MD5sum: 149d8bc157060a12b1b2af223b1b1aa3 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-jazzy-mrpt-apps-cli Version: 3.1.3-1noble.20260813.214136 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.3-1noble.20260813.214136_amd64.deb Size: 361880 SHA256: 70c3110c2310c7587869b42dbcb0b5ecb56d21aa06ee3f84959593ab47fe663b SHA1: 9cb4fcebcf725a0ad22e56aeeebca3d932d24506 MD5sum: d73b5e344f19dc6120004f8df875328c Description: MRPT command line applications Package: ros-jazzy-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps-cli Version: 3.1.3-1noble.20260813.214136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10129 Depends: ros-jazzy-mrpt-apps-cli (= 3.1.3-1noble.20260813.214136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-cli/ros-jazzy-mrpt-apps-cli-dbgsym_3.1.3-1noble.20260813.214136_amd64.deb Size: 9532908 SHA256: 19419f9175737d79eda4fbb96faadb1d8672e3e87623c80b07f20a080f471c52 SHA1: f90fd970de3a6baed985e6f1060b5733f64ff185 MD5sum: f7a4330572e0a4aa7144026bb9e9eac4 Description: debug symbols for ros-jazzy-mrpt-apps-cli Build-Ids: 48aa2f16475914fe54df7ff509965c8bb5ca0aa1 72fa36504d6b6b8b2b89571b7b25f21f1e82d85c 8b8dfcc588f117c6a8dc185e6e4bd41aabb48425 9cc02d0a10dee230bd23bc8d95edf1eddc2c179a a04f7980aeedfa965b2c15d0a0ce7daa5a5a2434 ab38b7d7b3ed6c49bb30b80e3ffd344fe82c6e2b bd488fd7ea8136fc516f6ff05961419cd2ac2ec3 c47c6dd58a7fa5766d274012e7d220d43dbc4e26 d29de841d07cbff7bdcb6aa6da0c9ad4f807196e defb17b13c5f0c1f549b99f1f261937142df922a ea680f79b7bceb14555b9678363fb5917886f499 ebe05a8bd62d6f56cde749991cf84954119e23ae Package: ros-jazzy-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps Version: 2.15.21-1noble.20260814.001354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54924 Depends: ros-jazzy-mrpt-apps (= 2.15.21-1noble.20260814.001354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps/ros-jazzy-mrpt-apps-dbgsym_2.15.21-1noble.20260814.001354_amd64.deb Size: 52997334 SHA256: 501316cc04536ab680687ba8280a230ad97a58057190d73ba1731930a2f2da08 SHA1: c7c3049c0c6b02800f5671e070cc394b20f98b9e MD5sum: 17e201ce7e8aebefe2780301985e8895 Description: debug symbols for ros-jazzy-mrpt-apps Build-Ids: 0228b09534c00300442603898b69fa8ab4e02426 0793025cf92f901876aa5256a92868832d8865f9 07eddef8b606d6ecbada1148fc3e6bbc6f43398f 0dccba9a88d00e4c3c9ef4f867e4ecd5ec2988bc 11c5616062e126ff82ccf296825f68ea25913286 1dd3fca7cebe8acd5b684b9f1b8dcdb35fad6051 25e03f8bc970308f7a5c1e6643188f20f8a27708 2c47545e25c2b4450e7798d4c17416270daabfae 325eff40c6ed20df810c3ee32d6475b85a1623f0 326ae10f2b519dc08ffcbf52cc707129bd9e2c0f 3366ccf781ba5e124ef677fa874a26a39a326ae4 3e19f111a14322594665e844969ce8ba4c8ec146 40c7f03ae8bd13b8c824d6a0086a4087702aa944 463f3c7332585e9afb44a2bf7157eddc0d132c0f 4bd5cf81256565d4e4bf9608362ed8cd24a42a19 4eddc9907eb917b38570c14883f231dbe3b9ea25 4f4f80cc0579e3b80cdacb3110e4fb6e4040ddc0 60aa547fde47aa9d84f86124613d241d86ebc93d 630cd85e1308888610e926db541b2fe25398b10c 64546da7c0aaefeba187164a605e20f844770903 68b20a597865d0ce0ce922ad134c1fcf2a1f6b0d 693b02f6baa7860e7531f053ebbaf8a95503a702 6999b5630e5cac4c9fb5cf7391aabced4b1d4439 6b2b3a116350dddae1209aff42bf7df1904560cf 6cd51b4d956b1e31c37c69887c2e2cb95e5d0982 72bcf8bb652a5b897ac41cc69011320471dc42ee 76387072cb7f84aa3b354da7e32b8dce2c92aafa 7f0ae6ef9f73155b3e8b93db7884fa0125798f7a 818a6d021ad78841063579fcd33f980c1a5de42e 85403c74c23eb774982b4c7162fa26eca586969a 86ecafa318c3dd2bb77da052a040db190cda9bf9 8d46239f31e4087f67904641d9329bf5f2425fc6 92116ede24b3865212a2719adb3a87640d483e16 943a21d089d3226171521bf1af894905eac3222b b9893c5a5b5ada80f6c2c635153d4e49183f71bc cb2805f6f52393d72109601f46462368514622ac cbc7f0be53dcd4606ee7c5ab12c8198d96e8d699 ce155d8c9267696c9dc1f2024f0b2888bc1e33c9 d3322a9a2c845fb0e7e14cb73147b3acdbdb505c e6eedd173173a81dafb01a39afc6cd0d6c0d2b7e f4d552044be41b7ab944c9395e5909d1eb34230a f640924029af0648ed7acdcca8dd3f8852feabbb fd60c736f9e82312c097bf3bee8485153ad3df4f Package: ros-jazzy-mrpt-apps-gui Version: 3.1.3-1noble.20260813.214646 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4315 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.3-1noble.20260813.214646_amd64.deb Size: 843608 SHA256: 41da6d5922c21034840e7a55b8b6189c3d032da22a99990340e0bd55ae9f3f7f SHA1: ab1b7478c4866fb4f09fc37a686fd0d48f3c1ea2 MD5sum: 1393bb5e0e5e8d3a5cff5c07cbee9e3e 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.3-1noble.20260813.214646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 20698 Depends: ros-jazzy-mrpt-apps-gui (= 3.1.3-1noble.20260813.214646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-gui/ros-jazzy-mrpt-apps-gui-dbgsym_3.1.3-1noble.20260813.214646_amd64.deb Size: 20052444 SHA256: d1cfe139f175a3f17b31221794a02d2386bd959c16c9c1cdb6f3b602ee66af61 SHA1: e28e471e48ce73206b07febacb2a4fa9a689224e MD5sum: bf875352efca5267d36a5d387ad7e6b1 Description: debug symbols for ros-jazzy-mrpt-apps-gui Build-Ids: 0e09b3ea5e140b9933b68d8fcccfe053a7ff5519 14d2151cfeae240d0cb465cc041ab6eaa7d73cb1 3b14d34ef5589322c23b84efe666d2bc4a8f92e5 443de784d236320a1cfdba0de0b690c7f01fa0c5 494bc7afb56ddb014859cbc4ac6a5f58248b958b 4dba772a1e2acb5b2a7ad8563fd711cdfadf363a 5b18827a3aea5ae3311516fe3971ba800b443936 6bb09acc87bdcb926a6272afa97e6ae60a200e66 96d48f603844f12dec14fc57ac5b4f080c9945f6 ad206561d6676b0da10283bc1ececfd85dbdb35a addd5178cbd08e65254c3d5148d2ba4612cbd481 b16116414cff82d41f6f3dafb8af006c3a5f421d d70fbecb5bfdefddc5bdc7643be7b78654f47219 daa36c072caede8ca23a74ef86669f686c2f3dc8 Package: ros-jazzy-mrpt-bayes Version: 3.1.3-1noble.20260813.200428 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 495 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.3-1noble.20260813.200428_amd64.deb Size: 151332 SHA256: 3c5e8a923a91ac9a9d82a56f48aa21d4aeb34d35aca52ba0f54b6529503fb728 SHA1: 34f5906914db20868fd3042f5970d750a78c0406 MD5sum: 4bc0a2360a34efdb5f83aec734700d96 Description: The MRPT C++ library mrpt_bayes Package: ros-jazzy-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-bayes Version: 3.1.3-1noble.20260813.200428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 419 Depends: ros-jazzy-mrpt-bayes (= 3.1.3-1noble.20260813.200428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-bayes/ros-jazzy-mrpt-bayes-dbgsym_3.1.3-1noble.20260813.200428_amd64.deb Size: 391260 SHA256: 05929e05904d29d345597f418aeef9f425097e279aad6ba44fe3ccfb20d86e5b SHA1: f5587d49c35d66b71fd673afc6bb985635e0abe0 MD5sum: 3276e66e28bd35e78aa1b231d003f3a9 Description: debug symbols for ros-jazzy-mrpt-bayes Build-Ids: cea2cef29073f4234d4147ec6a453b93c3da818a Package: ros-jazzy-mrpt-common Version: 3.1.3-1noble.20260813.193412 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 70 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.3-1noble.20260813.193412_amd64.deb Size: 16618 SHA256: 4d1da659af50935cca3e691ab5d57246dcfc4f5b3b5d159990ca98bcdb665c7d SHA1: 79f48e70b46a33152a6d5b64ab28090d5d8512b0 MD5sum: 785321ce04d4b188599eedc6445ca9da Description: Common CMake scripts to all MRPT modules Package: ros-jazzy-mrpt-comms Version: 3.1.3-1noble.20260813.194938 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.3-1noble.20260813.194938_amd64.deb Size: 142800 SHA256: 0ce56c950242c0e3c7dc3a72ff9e07ce7edc84d52b07a700d4748f0736437929 SHA1: b819aaaa4f9854cd0256012c2510739d147ba752 MD5sum: 3cff6ccd70dd9f33a69ea3e58af9de2e Description: The MRPT C++ library mrpt_comms Package: ros-jazzy-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-comms Version: 3.1.3-1noble.20260813.194938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 699 Depends: ros-jazzy-mrpt-comms (= 3.1.3-1noble.20260813.194938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-comms/ros-jazzy-mrpt-comms-dbgsym_3.1.3-1noble.20260813.194938_amd64.deb Size: 647130 SHA256: 7665a11bc9876c9b928977683fff8c4ddd9cc5ab645998bf28ae6e18ecf6b360 SHA1: 1ea1db3862261cfb975ba04a30d708cb72c8e7ef MD5sum: 99b78a03dd7d1252a00466b7ccad08a9 Description: debug symbols for ros-jazzy-mrpt-comms Build-Ids: a5b1bb6ac7ed0f6185e6509da66217d8712d5c9d Package: ros-jazzy-mrpt-config Version: 3.1.3-1noble.20260813.195031 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 446 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.3-1noble.20260813.195031_amd64.deb Size: 133336 SHA256: 5a1384cd0b2f666a759a8200c8b5b7a4c77e5de7a22b21e95f6271d8417c0ae2 SHA1: 7bfb8d596b478789913167a95c78aba41005b5b4 MD5sum: 3bb08fcab8e68b201d701b4894ea0750 Description: The MRPT C++ library mrpt_config Package: ros-jazzy-mrpt-config-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-config Version: 3.1.3-1noble.20260813.195031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 722 Depends: ros-jazzy-mrpt-config (= 3.1.3-1noble.20260813.195031) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-config/ros-jazzy-mrpt-config-dbgsym_3.1.3-1noble.20260813.195031_amd64.deb Size: 685026 SHA256: ae1699cc38af9d9d41bb562ce19154da8c641aca292fab3a89249a890e0b24f4 SHA1: 52404c49fc68b0136efaf6d876e184883c79af2f MD5sum: a1b0fd4f63b02101693c7c30e05ce0e3 Description: debug symbols for ros-jazzy-mrpt-config Build-Ids: f873bf6d1e50ef9539f8ee2b335cae3a780f4b58 Package: ros-jazzy-mrpt-containers Version: 3.1.3-1noble.20260813.194112 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 635 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.3-1noble.20260813.194112_amd64.deb Size: 181014 SHA256: 02e041014cf27f06233e43c91defce0d92b6aee35de4a40e39ed540e7b3528fc SHA1: 89b4cdb00131917f284a53a67a346d1876f9b116 MD5sum: 53da78fb3096b3f10a59bc510232ee39 Description: The MRPT C++ library mrpt_containers Package: ros-jazzy-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-containers Version: 3.1.3-1noble.20260813.194112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 571 Depends: ros-jazzy-mrpt-containers (= 3.1.3-1noble.20260813.194112) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-containers/ros-jazzy-mrpt-containers-dbgsym_3.1.3-1noble.20260813.194112_amd64.deb Size: 527922 SHA256: 11d7b99dab35f2c453ab9b7d65e7a827d319a7b9907329cbd17fd6d649fe4cef SHA1: 0c0964af410604e2faf63360a80d91629a41db1c MD5sum: 69adca0f8bd4f9db7bcb33d4010a560b Description: debug symbols for ros-jazzy-mrpt-containers Build-Ids: 92173896f59b933c2a372518e1a02106be590f31 Package: ros-jazzy-mrpt-core Version: 3.1.3-1noble.20260813.193721 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.3-1noble.20260813.193721_amd64.deb Size: 136148 SHA256: 7bb8a3c851e0981fa3920abaaebe0716f9ce62ec809afe6499b907cffe398aa3 SHA1: 36ed379de30e822aba29a6149843b76a54073dd9 MD5sum: cba57acbea0b8d594fb7bc67f0b04bfb Description: The MRPT C++ library mrpt_core Package: ros-jazzy-mrpt-core-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-core Version: 3.1.3-1noble.20260813.193721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 347 Depends: ros-jazzy-mrpt-core (= 3.1.3-1noble.20260813.193721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-core/ros-jazzy-mrpt-core-dbgsym_3.1.3-1noble.20260813.193721_amd64.deb Size: 321712 SHA256: 78a9af7c8d65db76f2b4f3431d88deb15349b1291e507632c29f6807529c068c SHA1: 6d2ca617c25391430bdcb027e822b7c6f2b80a46 MD5sum: 734fce92c338e5bc56e9e002c48ab29b Description: debug symbols for ros-jazzy-mrpt-core Build-Ids: 5e23973b086efbb817474fc08d307b3d5ab29e5b Package: ros-jazzy-mrpt-data Version: 3.1.3-1noble.20260813.193326 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.3-1noble.20260813.193326_amd64.deb Size: 12166780 SHA256: f6b9ab1aa0aa6ae526b91a6cc9f259ea178ee37ea868d1eb3262e90347cb9c84 SHA1: b1d599f492d0ba0a5e89e168255f24bfc55811bf MD5sum: f720608fe0ad2b16865845896431c7fe Description: MRPT shared data files: test datasets and example config files Package: ros-jazzy-mrpt-examples-cpp Version: 3.1.3-1noble.20260813.214721 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6004 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.3-1noble.20260813.214721_amd64.deb Size: 1456514 SHA256: 43630e61f92738d7dda80c8a6b763300373ea2ae963d94492a73bb1c8fadba7b SHA1: 91e311be3401263c83b3f96e3f342e0d4699a540 MD5sum: 782c91f435a99c90b884bf8d3b07b257 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.3-1noble.20260813.214721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 40504 Depends: ros-jazzy-mrpt-examples-cpp (= 3.1.3-1noble.20260813.214721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-examples-cpp/ros-jazzy-mrpt-examples-cpp-dbgsym_3.1.3-1noble.20260813.214721_amd64.deb Size: 38927146 SHA256: 7218b4f6364d7e4cfdd2b9811888ce3923feeb9108395568ddb271d2a7e9458d SHA1: 289cac2579299e3a915de46b533a12e67e219390 MD5sum: 535ff4a3af23f3e22320eede6406ae25 Description: debug symbols for ros-jazzy-mrpt-examples-cpp Build-Ids: 0125c8870ab27ba7d8fa204f19c7f1b2286bee1d 01579c1f67fb4dd0554e176295ceaaadf34f541f 0281fb5491e2746b692d212fb0b029091d20900e 03726d0f376568a4f97ed21d9a3e0a2a66461350 070c7dc8d6f5971f90d920d89aeabf33f6e578f3 07cede0f4503b122656787e4733d75a63ef1cffd 0ae3d753017404f5d1274e0dac333684b3da6f21 0d6ba86d9967cbdf5a8f5528be339c59e68444e6 0de1a16bcc612a0ba84040445a5addf6231ae27b 0ed3ca524fca33b58c5cc35bb404144f19e27ab0 12b94e6f6cbc5ae4b4e300bc5a63ce03848261b4 184c854df3c927896c1ed3a240e3413c1d21843e 1923c274148abe0b917ad2ba22b6b5585b79832b 19a4aa5de018622615ae06ca75a97da9be95516e 1b51b84e1634148c5473d3060eb168c04160a82e 1b5b7c3433cd1a053558f51274990740419deb1b 1c3a2ca6e8c04bc52afb7056299b05b1f2b2b9e0 1dcdf105a20a75aed44e857c74294f6c50fd150b 20a6b0311130ee6e1eff54482585736a657cc3e0 25480bdeb5cd1c0628c4975a2ed7f5b8fcf4695a 26882e0296aaaa94953bbfc93e03fc77b9038e9a 2d6d2dec889d36a222774f4f470efa604ca51984 2dbb8da5760cfb6722bf409cbebac43c9e6af8c5 2eea93c8bf228a2796262d788e88d5ec22944a6e 32702d20b0cf9f41d717fc462d81bfbcbc7d9c4c 344d59211234dca342235a1fbfdcffb7b159e2c0 36af0c21f2f8aaa919b880014564263a4ed65d45 3b1c8fcf8c8512735897e435bb22b35b6d9cb3fb 3cd23529ba9e78ccf71d7cb48cfa3ca33fb97ca2 3ea931b7e8b1822f521312a51b30faccd9e565f3 456175ef043155ab4ab916a0b2a43a386385b8cc 4807083b7cce759c303dad2cbc94faab7bb91aaa 4c049712fa41ee4dbdf01fadcbe291177307385f 4ff0ab2f74ce6f99db66fa933e7899d31d4dfc1c 504cad95847304a1d829e1da31fbefd309a911f5 505dad1763ae485c3d14c2706b8b1eb0661f9138 5063466b44e2d93e884170ed81d4673be0e16af4 510f73cb9be642b5d9bea85a0d14a543501229bb 5393615e96315094e860b682bcc4ec23042cd43d 542231bd613dd8144b1d0d244757f8b438960186 5d8ec573c8e0a246cf3c05385242e0024679fd88 60dd48a9c4d0f6ce9da1110c560b8b27b1d4809c 625ba020a126ca2ee0330f2b02216491e14a97ee 63c5326cb39b2dd8bd8301d55c224c845b21a600 6498d6639a84ed5d976940c963f50b932f6ad0ca 6890114cc865954ce9f9ded9db032f9614d11f5c 68d93812f9e6a6fc8de9fa7f2cd4d1c953a48cb9 6b9cb308029b4f8f0e7385e1055fdfef43471494 740feed12bdc00983acd489a5a6bd2f5a3b73664 763ea884a4eb8927f3972819da4acde1065d4a34 77af4a47f7356554c4ba68f9ed7a7e8e648c4f87 7a36f315790728089e80d78c35236a2f32be411d 7a3a6cde33f6d141be787f27e0614bf271ca0a7f 7b21a734f0d7aa99717de7fa7ef918e9be67344b 7b770279e2fe496cc0ae99abd357e9b12f2b1e0d 7f360796d2de974c46a27a2e9c70f5a0135673b5 7f4ad955d8a3d755fa482fc62de200026d8a2a26 7f73798d510c83c325b5f460a4c4cb7ccfeb7619 827aba96ce68c3a3517bafffc8858f623fc732c3 859802d6761b45acdd8b2d4ffa1ac5e05f09ade8 85ff5ff7f1499b1ddecb3055d486f510dd13ccef 88e2e7ba7e82560c2a73c025ebdd5399d4fe51ad 892e7a39d04c2cc7598f0309adde3f7527727a6c 8b5ce00f6cd66efe57e05e38910a1fa846deda97 8f58676981ac1f3a4df5ef51b68173216bb1f635 912061a3e02497fd97884a6bb084aa7edef8278e 930a28e0afe7139d8d207e1e805ea45750ca7e49 95c0363ef6d1f1700e1867e89d082185a717d206 9806e9e69803e6c55c6feb207d734f396747f60d 98579926c205e036e3b45302c2844b49506047b1 998830b208b9237b07ff880bc28e5039c6ceef46 9d0bae6ca84bd1e4c520c1846e3fafca43300f6c 9e0eb5b9e01a349954bebf92cc09c82910036807 9e6d3be6eb2add67f85f2b49ee398ed50502a009 9e9df99e8d9f2d663dbb63848f607a5f5d96f8a1 9ed25f08c3e3fe2a24d98513e1e2f71f28c8b41c 9fab3321dcdb4b1e21b5169638ab28c011cc9ce0 a0e20b814ebf7ed73d51d9bd674723ee53307d2e a2e5a2ec8d57f22db773fdea9a08fc5879820c7a a38acf4a03d00721ce1d0a7bc0b6ec6e4be0a933 a4c5c2549ee90623c6a5721dcef930c86231df6c a7cb42bcc240324aaea07dd5bddb030f0b1da7d8 aba79b4850f02bff2535c5f4382657becbaf8575 abf683bf4d1a2c95d6a751859033186207acf7ee ac8a4e0658ba72c34c2916ebfbeeb8500c59392b ad389e4fc6c51a1bccf36f3aa95cf0f87645c97b b1c895c03b6e36e28be11cb2706ae0c1a4829d11 b1f8106b0eb6f953e5d75119bb2e19201554ab4a b4100915110f00143f9bca7bec5b639a82526c76 b57a37744ad3a91e7a8e630ec09a7a27ab94e5e7 b9a5dcab503ae57d31ad7665a6888b123afb482b bd6b9d5b5e586554919eb97a32b07796d9ba26e1 c3abd38a3be4007077dc4d04f2a32900714a7196 c4be69a9b90b0d6fec8830b52e115c3c0c30f3c0 c5b08d20cf1af881d8e52c728cc5e1eb11546b63 c5ecfb45d2f8bbec97b8c4bc24c4d3bbdd5ffa00 c8c0a0e0cedd1df1f16560f3229fc19298daa4a6 c913f4b467f01ec5eed79e866eb4585bb2bbd278 cbba4897d8975c80004abf8949c0af111b9db8e4 cec0d6df832cc045fe92edc8320d915c8a97c78e d0f8eaaeccee493be4ee573a4a009cefba810041 db2db4df4f47bff15bcc5e35b3f6a46572a8f8c2 e19a43d9724d016b145fbc6f3625b44e95708666 e2b2a87bddd8aacbc2106dbc288b1b084b119a24 e3b248288083a5497df839e4252d5f7a7d631bde e6afaef4cfe3019b8637a4e2db0bd6a074deda66 e85b65d3c429ecd209ed1627e3019b6b36ef101a e87ae5529d5683fa4a34b2c21c3104aec4269c18 e9fc1838be364ac2aeea8897acc9c3961b1d1ef9 ed3952d7cb3344bb4f4ff1d513f5f2a76c6bf370 ef8d07d3622455a227a33166cf8223eab8cbbce8 f19f441e719a5d97585752310d8674bc665959e0 f82440e48e17462058625bd66f8e57c863257c61 f93889b0152eb322e6863d50c5695e1d52344500 fac2d453594711f81bba9a0c39daad2f2a537ac9 fcc27ed901fd39ca2a0b3b07041ea6512f9c787d fda12b6b75d595e08daae27e34f0a5a009e8e257 Package: ros-jazzy-mrpt-expr Version: 3.1.3-1noble.20260813.194649 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.3-1noble.20260813.194649_amd64.deb Size: 503120 SHA256: 7f04d9a2d5de2a67a65888e31f7563155e1b5196869acc4ea2c21ce07298c73a SHA1: a98c21e15fb758655e72f37e768a6e0b7f797d7f MD5sum: d145db03cf9de3e4c132da7b29364d95 Description: The MRPT C++ library mrpt_expr Package: ros-jazzy-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-expr Version: 3.1.3-1noble.20260813.194649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-jazzy-mrpt-expr (= 3.1.3-1noble.20260813.194649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-expr/ros-jazzy-mrpt-expr-dbgsym_3.1.3-1noble.20260813.194649_amd64.deb Size: 1117760 SHA256: beef0a39ff8071c98fe389f988e0c7d840fc9277e1d2d06ebfa3469b4d9c5156 SHA1: 2ef36dda8b9fce54f6ec771c111e593d51e148f5 MD5sum: c963b84b05a035d1938ae53f858fc2df Description: debug symbols for ros-jazzy-mrpt-expr Build-Ids: 33656e44b3f21f12a85812cf9a3ff5ca4b7235c9 Package: ros-jazzy-mrpt-generic-sensor Version: 0.3.0-1noble.20260903.025017 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.20260903.025017_amd64.deb Size: 110156 SHA256: e0be0f8afb988900ba647db5677fb0f73aeaa6c64b3415cd79fb034b45764ec9 SHA1: 2362c4885244fa2ab21c564f1ae973f63fdd4bc6 MD5sum: 5f3fcfc09c6172fa79364e9fd70ca6a9 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.20260903.025017 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.20260903.025017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-generic-sensor/ros-jazzy-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260903.025017_amd64.deb Size: 267368 SHA256: 4f86040c42c3f76a4611196812cffb930144168dc4ffad56bf2f5edaec61940a SHA1: 1292da519cce8f4d439fe14e8effa96544ba2361 MD5sum: dcf9754da8dc6086569e5be603baec8c Description: debug symbols for ros-jazzy-mrpt-generic-sensor Build-Ids: 7ed013d97dfda58a2784979309595f1c7d756872 Package: ros-jazzy-mrpt-graphs Version: 3.1.3-1noble.20260813.203455 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.3-1noble.20260813.203455_amd64.deb Size: 188572 SHA256: 8dc2a1d81b835c4b2f33d31f10da3d3971d723e42cbc5680cd88b60f4216fd10 SHA1: 258b4563567996a8c9d5abca14e67271788e01c6 MD5sum: 0507b34b2fd832d06ab400d8ba609dd1 Description: The MRPT C++ library mrpt_graphs Package: ros-jazzy-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-graphs Version: 3.1.3-1noble.20260813.203455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1002 Depends: ros-jazzy-mrpt-graphs (= 3.1.3-1noble.20260813.203455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphs/ros-jazzy-mrpt-graphs-dbgsym_3.1.3-1noble.20260813.203455_amd64.deb Size: 979164 SHA256: 94326ad30b54b203367d3f677e36a68800f912d7597ef6706341837cbcc1af9c SHA1: ffc409b995882e68e51975ad554957441888582d MD5sum: a066be4d5c0351e3a776c39a590dc2b2 Description: debug symbols for ros-jazzy-mrpt-graphs Build-Ids: 24ae2feb9f71dcf8c893c38ffc3ae6d1921b882d Package: ros-jazzy-mrpt-graphslam Version: 3.1.3-1noble.20260813.212005 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.3-1noble.20260813.212005_amd64.deb Size: 116440 SHA256: 5a61985bf043a65670b224b036382392069cbfad49b98e104d2c3311da027991 SHA1: cf35008f9a1e5aa6237df0c3f9d018040395def8 MD5sum: 802759b48b61d7f2ce3a9ff30bc88f39 Description: The MRPT C++ library mrpt_graphslam Package: ros-jazzy-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-graphslam Version: 3.1.3-1noble.20260813.212005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 417 Depends: ros-jazzy-mrpt-graphslam (= 3.1.3-1noble.20260813.212005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphslam/ros-jazzy-mrpt-graphslam-dbgsym_3.1.3-1noble.20260813.212005_amd64.deb Size: 392044 SHA256: ce0d4d2d4e27e977bde730a8396d9f1c99a9f63efa5fa9c4f0bd16539faea8b1 SHA1: d0db5828523bad5bd2a992b4f55cd67c2a5394c4 MD5sum: b927fdbe1f9ffc37ed353739ce3288d1 Description: debug symbols for ros-jazzy-mrpt-graphslam Build-Ids: 217029e4a51962b8d0f2a76ebe8763ce83c2f782 Package: ros-jazzy-mrpt-gui Version: 3.1.3-1noble.20260813.204308 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.3-1noble.20260813.204308_amd64.deb Size: 939180 SHA256: f8b7f704e14d5988d7967f21cd0d16b0d602b23b6f813adc767723cfd7bdf5ae SHA1: d79e41a91230e0e5be5060fe0516c44eedd78fa3 MD5sum: fb7620c062f1b36533f1187c88831902 Description: The MRPT C++ library mrpt_gui Package: ros-jazzy-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-gui Version: 3.1.3-1noble.20260813.204308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15880 Depends: ros-jazzy-mrpt-gui (= 3.1.3-1noble.20260813.204308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-gui/ros-jazzy-mrpt-gui-dbgsym_3.1.3-1noble.20260813.204308_amd64.deb Size: 15679582 SHA256: 2ef87febd0db451a747797664ec11d368483277711622ceeb4d3b7bd221d0f47 SHA1: 862fec4165493b4f3a6b403073ed56182ba8d376 MD5sum: 69032c2541f531d5c0fcb87e947fd7b6 Description: debug symbols for ros-jazzy-mrpt-gui Build-Ids: 344ed9903dea6af3542afb63553694725f5681c2 7eb366598704e730476d867eadc1e4dfe6ecc089 Package: ros-jazzy-mrpt-hwdrivers Version: 3.1.3-1noble.20260813.210201 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.3-1noble.20260813.210201_amd64.deb Size: 372172 SHA256: 582b32409edbff051e9ba97774b079ed348d9642559d093e4808a9fb4d73227a SHA1: 6d7cfb22289e952d7e7b3097236f2a5e261b21b2 MD5sum: 020c29d4b9394a61367d0b33651d37d7 Description: The MRPT C++ library mrpt_hwdrivers Package: ros-jazzy-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-hwdrivers Version: 3.1.3-1noble.20260813.210201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6049 Depends: ros-jazzy-mrpt-hwdrivers (= 3.1.3-1noble.20260813.210201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-hwdrivers/ros-jazzy-mrpt-hwdrivers-dbgsym_3.1.3-1noble.20260813.210201_amd64.deb Size: 5874630 SHA256: 490df5e1147c94b673a3834ed005a6b49ef7d74664079f8a0488befbcba07fee SHA1: 0cac349e4fe78326a13235b77d8ec01c221c405b MD5sum: d29689cbded54bff6342c5fabfb255f3 Description: debug symbols for ros-jazzy-mrpt-hwdrivers Build-Ids: 4cdd79fde56be873256164f03124276bb0c89aa3 Package: ros-jazzy-mrpt-img Version: 3.1.3-1noble.20260813.200444 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.3-1noble.20260813.200444_amd64.deb Size: 471434 SHA256: 8c8bdc05ba026b35b98c8480d5b173b39b49353ded63c070843dd601ca9eae35 SHA1: 2ce843a2a08e33be148f65673d72ac3371387afe MD5sum: 8579dd8ad482d0393cacda6cd8d9bd8b Description: The MRPT C++ library mrpt_img Package: ros-jazzy-mrpt-img-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-img Version: 3.1.3-1noble.20260813.200444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3634 Depends: ros-jazzy-mrpt-img (= 3.1.3-1noble.20260813.200444) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-img/ros-jazzy-mrpt-img-dbgsym_3.1.3-1noble.20260813.200444_amd64.deb Size: 3549482 SHA256: 8534a1c8d172b3264b8b8ba153fa4e662fbb346cd540e4eed501e2e72ffbbb8b SHA1: f21da31f06161b4532e9a7ca502e6a6603eb2e6d MD5sum: c7e23519b6a85f3d8ea417209c58d590 Description: debug symbols for ros-jazzy-mrpt-img Build-Ids: fb8cb17370ec693e11ad6f30d7273ad72cf3bfc4 Package: ros-jazzy-mrpt-imgui Version: 3.1.3-1noble.20260813.204404 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.3-1noble.20260813.204404_amd64.deb Size: 16326 SHA256: 116701e88f98fbe7b9adb046f420c1ad9e65bbf42c02d52fc4a9d2e1c96a023b SHA1: 9b5223208499878f4f1a6bd9b16abf3ac7a611a8 MD5sum: 334fd8e6f9f9235f1bfc9abf0e11f5ec 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.3-1noble.20260813.204404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 335 Depends: ros-jazzy-mrpt-imgui (= 3.1.3-1noble.20260813.204404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-imgui/ros-jazzy-mrpt-imgui-dbgsym_3.1.3-1noble.20260813.204404_amd64.deb Size: 325316 SHA256: 50c83e1ff33c1ce9b848a4d5c901241fa46c8df8daab24c4cc5f70cfc26d773e SHA1: aa09fb41ab794037bb086a7af2ae54094b6ea65e MD5sum: bab70bbe43e89193deff59d71fb808a4 Description: debug symbols for ros-jazzy-mrpt-imgui Build-Ids: 574d60965604d23085b7d567438e76b6d1d9e1a7 Package: ros-jazzy-mrpt-io Version: 3.1.3-1noble.20260813.194659 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 581 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.3-1noble.20260813.194659_amd64.deb Size: 168880 SHA256: 8d46a692ae9036262862c6c9e49668125423572454b100982aa6da6b27600478 SHA1: 4e4731aace4a790db2c261eb09c46ca14bb23fbf MD5sum: 4d9851f2dd35e7ee9d4bcc8bd39bdaeb Description: The MRPT C++ library mrpt_io Package: ros-jazzy-mrpt-io-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-io Version: 3.1.3-1noble.20260813.194659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 741 Depends: ros-jazzy-mrpt-io (= 3.1.3-1noble.20260813.194659) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-io/ros-jazzy-mrpt-io-dbgsym_3.1.3-1noble.20260813.194659_amd64.deb Size: 688692 SHA256: 40cc806e195de7afb5c5f8c3d8e964dae10002da81f5ffa2fda45b1744fbb833 SHA1: 74f813b5fd6cc64d211999ef7d15fc4d6e7e394c MD5sum: 202c6dfee99336a1f04bb25d456a7aed Description: debug symbols for ros-jazzy-mrpt-io Build-Ids: 429832bbb12599dc7f6fc3ca7ff663040e8a30e8 Package: ros-jazzy-mrpt-kinematics Version: 3.1.3-1noble.20260813.203504 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.3-1noble.20260813.203504_amd64.deb Size: 115762 SHA256: 0992fb7b7977a661e7176b2e591a1252c8bb440114d7e5515c2a4b67885b5aa3 SHA1: 3be4b5ace9a63210d4967097e1548c99226fba19 MD5sum: 3ca964238b1598f88879b500a7969448 Description: The MRPT C++ library mrpt_kinematics Package: ros-jazzy-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-kinematics Version: 3.1.3-1noble.20260813.203504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 518 Depends: ros-jazzy-mrpt-kinematics (= 3.1.3-1noble.20260813.203504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-kinematics/ros-jazzy-mrpt-kinematics-dbgsym_3.1.3-1noble.20260813.203504_amd64.deb Size: 476044 SHA256: a298d423a967416dc728a32b08873063a7eca684260780d765bf7f9ee94933b0 SHA1: 42161e00f1d8d3f308079bdf632aee48667f07a7 MD5sum: 8419fb5ce074e991c63979f5759bace4 Description: debug symbols for ros-jazzy-mrpt-kinematics Build-Ids: 0d5a9e3248f974cc18b6b627257847969d122725 Package: ros-jazzy-mrpt-libapps Version: 2.15.21-1noble.20260813.235828 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.21-1noble.20260813.235828_amd64.deb Size: 434426 SHA256: b8c952ec8a0e73dabd230621d58a531fd4233d25868369adb5de623452e433a9 SHA1: 600a4f6dfb7e581abf99910adf99c89a70d6eb23 MD5sum: 2fa6957d15edd2ca133fe88ed4c54d28 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.3-1noble.20260813.212005 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.3-1noble.20260813.212005_amd64.deb Size: 244180 SHA256: a3da832cb88600f0e3b5a0155a8f3fed26e5ffc1c96f44c0ccf4f2165e15af3c SHA1: 71415aabf75044490fc6bbce863bcbd34cb46f96 MD5sum: 52c8a0457e698de792638f67b4331553 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.3-1noble.20260813.212005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5652 Depends: ros-jazzy-mrpt-libapps-cli (= 3.1.3-1noble.20260813.212005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-cli/ros-jazzy-mrpt-libapps-cli-dbgsym_3.1.3-1noble.20260813.212005_amd64.deb Size: 5489176 SHA256: 73f668098632cba4a8b689d71535cfe7d375ffc3ae0235ace25333e1723473c3 SHA1: acc091c70c0862c42c7084dd17d511685262f20a MD5sum: 7448c69cae3928809474bcea0c45ab15 Description: debug symbols for ros-jazzy-mrpt-libapps-cli Build-Ids: 1db823be618994657cb534fdaeea83e0d7609476 Package: ros-jazzy-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps Version: 2.15.21-1noble.20260813.235828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9701 Depends: ros-jazzy-mrpt-libapps (= 2.15.21-1noble.20260813.235828) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps/ros-jazzy-mrpt-libapps-dbgsym_2.15.21-1noble.20260813.235828_amd64.deb Size: 9487136 SHA256: 34dc3cd882d9c62cb913457d40b971a6ca545035735e36fe995ad2c2a9e54940 SHA1: a8898da5f8c708ef43462a1d24f11c89f74f2856 MD5sum: 00bc58625fdb8bba2f26155de15ea669 Description: debug symbols for ros-jazzy-mrpt-libapps Build-Ids: 49655924a2259ce927261b4ff222f499a7e4c8e5 c0e59ebf588f5ee5d4a136abf013d6152abe2f4f Package: ros-jazzy-mrpt-libapps-gui Version: 3.1.3-1noble.20260813.214145 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.3-1noble.20260813.214145_amd64.deb Size: 183544 SHA256: 822bef5b802c25bdda2ca97f230306e51b6cf62bef6f0d6487ca8c47824f604e SHA1: aa05b72d1f8837b81c72e0a90411a1b7c24fede1 MD5sum: d97d401eeae9febfceb888cf8e5d0f40 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.3-1noble.20260813.214145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3883 Depends: ros-jazzy-mrpt-libapps-gui (= 3.1.3-1noble.20260813.214145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-gui/ros-jazzy-mrpt-libapps-gui-dbgsym_3.1.3-1noble.20260813.214145_amd64.deb Size: 3797790 SHA256: 134a7a8ac4d57ae705a90e80b31333b47a0d11521c5b165c104eee250a350ee8 SHA1: 15d2c5bb70f4fba2280d0335ba97b4de82a50459 MD5sum: f342ab9d4a3e04bb90f87bfb1f996ea6 Description: debug symbols for ros-jazzy-mrpt-libapps-gui Build-Ids: da6d8c04c594b338da610cc8644ad1dbbf0d2184 Package: ros-jazzy-mrpt-libbase Version: 2.15.21-1noble.20260813.193402 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.21-1noble.20260813.193402_amd64.deb Size: 1137142 SHA256: 4a03398ff807d849fff4d0d47352b4037f09eb7c2a6511f073b34661db59d21c SHA1: 70a54d9c6a1af095a96294bd29ab294ab0ba8e2a MD5sum: 3be102eb79a4e5b43fb02009a343519d 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.21-1noble.20260813.193402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7671 Depends: ros-jazzy-mrpt-libbase (= 2.15.21-1noble.20260813.193402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libbase/ros-jazzy-mrpt-libbase-dbgsym_2.15.21-1noble.20260813.193402_amd64.deb Size: 6246626 SHA256: ee871a9fd5da03f5a4b55a341b3b80d984f896afd3cc98bdfa974b6f72ff567e SHA1: 07adde8449bab5f2bbf2f358ff1a156624deba75 MD5sum: d1564387f23d66044f5f9464c9f48e9f Description: debug symbols for ros-jazzy-mrpt-libbase Build-Ids: 0b348384ed80cb31a0b25dd584e84dc521464166 4c0ff33b46334f4ab9faa09ec4ff16be63d2b373 5d983433341c440eaed2b48ea668df22dbb9ad04 6e29a28fe68559a6ba30a6fe5cce712792a78413 7167e6d3a3d299ca82369b441a575d1481949c32 858ee28e63d3edb216624e67c5aa435fa4ad1357 98aa2a479872cd5eda89ecfe08338255c0a58a6e 98c5e25582a27995106411fa385dcc89505aca92 d68a5004ea3cb7bac529dd40955791a8f7b0b0f6 Package: ros-jazzy-mrpt-libgui Version: 2.15.21-1noble.20260813.220340 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2941 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.21-1noble.20260813.220340_amd64.deb Size: 826812 SHA256: 6f36b9920046ebd8176d1c77737d86d03c4ef4c710528d133e96dded6b23a808 SHA1: 514fc9607a550a2728cefed18ba592ca9f706f28 MD5sum: 6054fab974c6944e3bec302d712073f6 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.21-1noble.20260813.220340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15213 Depends: ros-jazzy-mrpt-libgui (= 2.15.21-1noble.20260813.220340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libgui/ros-jazzy-mrpt-libgui-dbgsym_2.15.21-1noble.20260813.220340_amd64.deb Size: 15002944 SHA256: 20e61c7e117c6085bd6b13f956777b2dd4be3c5965edfcc8f87a5971dc75a240 SHA1: a64112193438d988d2bd9c1ed40334ed89f2ce58 MD5sum: f4b25a4a77e70650fedf5346cbe9836f Description: debug symbols for ros-jazzy-mrpt-libgui Build-Ids: 30ad1dbe11008282bd2c06ac6b6020f176412f1b efc4bfb7f807f5ab564173b8e8dedcf33b3f7678 Package: ros-jazzy-mrpt-libhwdrivers Version: 2.15.21-1noble.20260813.233912 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.21-1noble.20260813.233912_amd64.deb Size: 1178248 SHA256: a38135868d709340cb10549be17539434a31151ffe16e1a20fc96c85cf8f8a21 SHA1: 73712f5e47888bff1818488b91fa15c5931ecee4 MD5sum: b5e4563216c36dd26378c5d3be37f7cf 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.21-1noble.20260813.233912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14180 Depends: ros-jazzy-mrpt-libhwdrivers (= 2.15.21-1noble.20260813.233912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libhwdrivers/ros-jazzy-mrpt-libhwdrivers-dbgsym_2.15.21-1noble.20260813.233912_amd64.deb Size: 13706588 SHA256: 8a676de130ebf0470d71f9648e489ebb18f5dc2081c022c103dddf59a5dab68e SHA1: 89fabb2ecf9438990fce2f2ac90723ccb1170c3a MD5sum: 932ac528b2aad40b2d2e789fc51f22cd Description: debug symbols for ros-jazzy-mrpt-libhwdrivers Build-Ids: 13e3397e8d3e2da5134ad04bdfb37c5dc3115f54 4151ab9b7c24130f8449769072503d172fb323c1 Package: ros-jazzy-mrpt-libmaps Version: 2.15.21-1noble.20260813.222305 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2980 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.21-1noble.20260813.222305_amd64.deb Size: 827860 SHA256: 4a1299cdb3140bf92f1a9170ca79dfdc000353f369f939c1ebba196f941e7571 SHA1: 17068e859cd5b65dcb577a06a2e3157f5949516e MD5sum: b62d3af79ec3e9a8c350d969c8414385 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.21-1noble.20260813.222305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17176 Depends: ros-jazzy-mrpt-libmaps (= 2.15.21-1noble.20260813.222305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmaps/ros-jazzy-mrpt-libmaps-dbgsym_2.15.21-1noble.20260813.222305_amd64.deb Size: 16703978 SHA256: 284cb491e5630220314cd13dd02970ac673399ee9b752b9aed5678e33d462603 SHA1: 89a3d345865c06ad0fa4e637897cc8d81c1d7492 MD5sum: 32853c7ee380a9e8e4866642753d7ff0 Description: debug symbols for ros-jazzy-mrpt-libmaps Build-Ids: 51e147030db74eb0916cd4e05329f239b2d6ffbf ca98c34c45eebafc9c8080f54005573016a396ec Package: ros-jazzy-mrpt-libmath Version: 2.15.21-1noble.20260813.202711 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3476 Depends: libcxsparse4 (>= 1:7.0.1), ros-jazzy-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-jazzy-nanoflann-vendor, 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.21-1noble.20260813.202711_amd64.deb Size: 883532 SHA256: 4c03dc86146b77821cad9b31eb618181d7d46d1df70300db40e7bf9e801d5d7c SHA1: 2c143ab4ac8376ebe3e78fa390379e5b9a4dd0f5 MD5sum: 5567543ec50c93aba6d915634a064da4 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.21-1noble.20260813.202711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 82953 Depends: ros-jazzy-mrpt-libmath (= 2.15.21-1noble.20260813.202711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath-dbgsym_2.15.21-1noble.20260813.202711_amd64.deb Size: 83064248 SHA256: d00385fc392c253b1c7c63888725d963382f837187b9cbfab6fca8d4c825bfa4 SHA1: 2c8bcf64da181ac0dbdd33aba443d863898de5db MD5sum: a4fe185a672d95d23469eafe1d452633 Description: debug symbols for ros-jazzy-mrpt-libmath Build-Ids: f19d4fae6752a7fc67cd987bae071e63ec8492b9 Package: ros-jazzy-mrpt-libnav Version: 2.15.21-1noble.20260813.224309 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.21-1noble.20260813.224309_amd64.deb Size: 394500 SHA256: a10dc87e283a48b42d18e7a1975fd3ecf21689bdb6faa5489baee4acb606a371 SHA1: c53994a7595d057b8191c1e2c03227446a5ae80a MD5sum: b25984df2d39ead68e5d48472d455e6d 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.21-1noble.20260813.224309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7626 Depends: ros-jazzy-mrpt-libnav (= 2.15.21-1noble.20260813.224309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libnav/ros-jazzy-mrpt-libnav-dbgsym_2.15.21-1noble.20260813.224309_amd64.deb Size: 7400570 SHA256: d1299eca1a8884ec9863b563260292a9859e4b1ba0f91923b3e9641303705fec SHA1: 44c1e2bc710306872caa1a0ac4661e1841e7ce75 MD5sum: 542ec56a6e063a1616b7995ac1956273 Description: debug symbols for ros-jazzy-mrpt-libnav Build-Ids: 25aa8c9bf5efffff936ecd10cb58671fcb0abb4d 95f8007c1c752b7e1baa29a0a78773d0d853747d Package: ros-jazzy-mrpt-libobs Version: 2.15.21-1noble.20260813.220333 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.21-1noble.20260813.220333_amd64.deb Size: 703286 SHA256: 939ec1042e738b9dd6e6b1577bda4368f21018049246f2df48a03072455c4f84 SHA1: f63ee07e787ecaf7b6d57cc3a56fd467df2e6328 MD5sum: 6db78075bca2e318f4cb72bb7196e71f 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.21-1noble.20260813.220333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9399 Depends: ros-jazzy-mrpt-libobs (= 2.15.21-1noble.20260813.220333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libobs/ros-jazzy-mrpt-libobs-dbgsym_2.15.21-1noble.20260813.220333_amd64.deb Size: 9089566 SHA256: 0b42bba93e6c4b0405f2cd1926152fc5c760bdbfb6e69e2755565464f2cdb04e SHA1: 6a523a203486bb9df9c64887e8aeecf0b2ca1775 MD5sum: 48dd749175f4c23e948a0e138f60dd01 Description: debug symbols for ros-jazzy-mrpt-libobs Build-Ids: af307ddf7f9c760a3464f7bbed756bc8fd3ec4e2 f7e8a649dd9c0d098066ba5cec6297fc381fed1e Package: ros-jazzy-mrpt-libopengl Version: 2.15.21-1noble.20260813.214219 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.21-1noble.20260813.214219_amd64.deb Size: 1270204 SHA256: 06dfc68e0f5508a203e2472dbe6d9b1ee4005d2cdda3fc2097cbf6d96c79dc33 SHA1: 8e5889253e338d706bc94963ea6b08e2b827f0c9 MD5sum: 4a8ffa95b0870cf96e23fedb9e5cefa5 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.21-1noble.20260813.214219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15487 Depends: ros-jazzy-mrpt-libopengl (= 2.15.21-1noble.20260813.214219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libopengl/ros-jazzy-mrpt-libopengl-dbgsym_2.15.21-1noble.20260813.214219_amd64.deb Size: 15141244 SHA256: 1d63cb95346fe8fced7d9a75ef166b55227737a149ce801db8f4cc1dbbcc6bcf SHA1: 80aa5fa91fc8d3ff39017bfedff64acc1c3b7e4d MD5sum: 3543768b3c26061936a38f90d7f30e85 Description: debug symbols for ros-jazzy-mrpt-libopengl Build-Ids: 7504f30c1f9831b4f6a25aa6b07a40d2d9ecea8a 8ec70bad2747d6e3ebeb1bdfb06da5e3f03f4ec4 Package: ros-jazzy-mrpt-libposes Version: 2.15.21-1noble.20260813.210127 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.21-1noble.20260813.210127_amd64.deb Size: 460760 SHA256: 40d1141730fda590e6987c0a5bdee5991609e358112df0a2f2786e19e3038cea SHA1: e5bc876b293b8aef7f873fa05d6fa450f2f60601 MD5sum: 958d1ba1472f03546ba9cd535f1cac6e 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.21-1noble.20260813.210127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16578 Depends: ros-jazzy-mrpt-libposes (= 2.15.21-1noble.20260813.210127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libposes/ros-jazzy-mrpt-libposes-dbgsym_2.15.21-1noble.20260813.210127_amd64.deb Size: 16440200 SHA256: 01463f91961c4a02143ad050815ba578234dff1218fbece7afc5c8a55989eb47 SHA1: a13c117413267b3cd9f71cd279314ad1f33e370a MD5sum: 21b709136653af5dff06f0de093e26d7 Description: debug symbols for ros-jazzy-mrpt-libposes Build-Ids: 4610e39ad4d5d49533352d98d7e61b90a39d30bb af25dd4152851d295b7087eed3a8b387c793cb6c e9df02c468d3e5483c2c8823499b09b036993b75 Package: ros-jazzy-mrpt-libros-bridge Version: 3.5.3-2noble.20260903.023239 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.20260903.023239_amd64.deb Size: 122690 SHA256: 4b239eb2a28901644fa2cbbd759d987efbf7efc451fcbc93fd41fb1acb3405b6 SHA1: af05c0c5a87679c8e253c3419c8549f51da661d8 MD5sum: 0a93ed804b45314d42a78d7633dad734 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.20260903.023239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2779 Depends: ros-jazzy-mrpt-libros-bridge (= 3.5.3-2noble.20260903.023239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge-dbgsym_3.5.3-2noble.20260903.023239_amd64.deb Size: 2695708 SHA256: 9c182b0d33dd503f124b134821c34dc0c6fd5d1f7642074bb41897c0ea623979 SHA1: 812e85a5a86d217bc9081f29a1d44170e7af40d3 MD5sum: a5cf9798051240766a8a76e11c10e6a4 Description: debug symbols for ros-jazzy-mrpt-libros-bridge Build-Ids: 37b7b4da6422e938bef9f0c93bc5496155c60cc4 Package: ros-jazzy-mrpt-libslam Version: 2.15.21-1noble.20260813.231133 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3204 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.21-1noble.20260813.231133_amd64.deb Size: 1002852 SHA256: c6eb9181af6a66cab7a9300e0a777015d8b5fc311c58f175c2c96e08c6ad6c9c SHA1: b7a327cd167f072559c2357d5d5389608281b614 MD5sum: 75993f733c285e6b615e2b2267ac85eb 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.21-1noble.20260813.231133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41587 Depends: ros-jazzy-mrpt-libslam (= 2.15.21-1noble.20260813.231133) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libslam/ros-jazzy-mrpt-libslam-dbgsym_2.15.21-1noble.20260813.231133_amd64.deb Size: 41438626 SHA256: 607c18a56108800d2fe0c07b9f60bca7c911bd22a57aaccccebbf79d360bee0e SHA1: 7e394ccbaeef22e66abed09bc83a11963fa841e3 MD5sum: 2ad0cbab0660899c2183324ca2f7b7e4 Description: debug symbols for ros-jazzy-mrpt-libslam Build-Ids: 19984bb017d797888794bcc674f746eec083faae 3779d260e1f03af3bbd3c7758b1c6ca847452993 Package: ros-jazzy-mrpt-libtclap Version: 2.15.21-1noble.20260813.195703 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.21-1noble.20260813.195703_amd64.deb Size: 24850 SHA256: 2087c0e8268413955fa2c6a5b58f11aafacffc018ad82c41bf89e35cb1893418 SHA1: 25226363087cd07dfbdebcb5589b757d85111a5f MD5sum: 901b49fe11beaf74df03a9fec966a4b6 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.20260903.024141 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.20260903.024141_amd64.deb Size: 140832 SHA256: 137cc40fbc4d0a4be7c0a91c6b6951a8852bc362ee718be9dc3fd5663d1f5866 SHA1: ebaea3a2fdee1e266ad2108caac8a726add7ea2e MD5sum: b682ed770dfa87f58331f283832548b4 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.20260903.024141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3304 Depends: ros-jazzy-mrpt-map-server (= 2.5.0-1noble.20260903.024141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-map-server/ros-jazzy-mrpt-map-server-dbgsym_2.5.0-1noble.20260903.024141_amd64.deb Size: 3055494 SHA256: b89c13dc398257778a82589cabfdbc97048102a7b31afc77e5d87e7f26332211 SHA1: c76ce283f2e3f4355a0a95baf8d036f9403a09a3 MD5sum: a6fff3d3d05761c25ad33f970c61aa62 Description: debug symbols for ros-jazzy-mrpt-map-server Build-Ids: b4e9a6b42a527337efeeb879188a027d638c9f1c Package: ros-jazzy-mrpt-maps Version: 3.1.3-1noble.20260813.204553 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.3-1noble.20260813.204553_amd64.deb Size: 807468 SHA256: 9c0493463ed4686576fadd43aa4254d66073984f9fa9195df23d5b221fcb2a33 SHA1: 226e5689fada0352c1bfff7448bac570a05b63f5 MD5sum: 8b2e1cb1bcfb8b6ad00349d0b958d9c7 Description: The MRPT C++ library mrpt_maps Package: ros-jazzy-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-maps Version: 3.1.3-1noble.20260813.204553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13085 Depends: ros-jazzy-mrpt-maps (= 3.1.3-1noble.20260813.204553) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-maps/ros-jazzy-mrpt-maps-dbgsym_3.1.3-1noble.20260813.204553_amd64.deb Size: 12662286 SHA256: 6ce493ab8d4bec8423701411b8ac9134e760187dd1e51b4b9676fd2b3d18ab35 SHA1: 2e8a5c309487b831b5262662676921e12a2755d7 MD5sum: 9f8f0030ed75c55a5c3a8f78205b9cc0 Description: debug symbols for ros-jazzy-mrpt-maps Build-Ids: 1af18730018352648d0e9f4433353c75d755dd3f Package: ros-jazzy-mrpt-math Version: 3.1.3-1noble.20260813.194811 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4743 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, ros-jazzy-mrpt-common, ros-jazzy-nanoflann-vendor, 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.3-1noble.20260813.194811_amd64.deb Size: 1304610 SHA256: 13cb713e6fb5f3e4373c7023bfcd859fac26355fe7c2027ab69dd9c24058ad1e SHA1: c3bc416a4753fc9b8c1affb183b5b035ba67be40 MD5sum: b45881a057e4458d5e480bdd7c4b1ec3 Description: The MRPT C++ library mrpt_math Package: ros-jazzy-mrpt-math-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-math Version: 3.1.3-1noble.20260813.194811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 85090 Depends: ros-jazzy-mrpt-math (= 3.1.3-1noble.20260813.194811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-math/ros-jazzy-mrpt-math-dbgsym_3.1.3-1noble.20260813.194811_amd64.deb Size: 85279634 SHA256: 26497e4cff2bc04a44474bd44188f4d55245693be2326b9b0c0cf763ac199a0d SHA1: 9d28bef222ffdec4d741d18ee2ab1fd82186ccc6 MD5sum: f01d8de28bf97396edc5a3dac7c2212e Description: debug symbols for ros-jazzy-mrpt-math Build-Ids: ce0f00a9a7a14db8ba5c4fb1f8122a5a6947e3c3 Package: ros-jazzy-mrpt-msgs Version: 0.6.0-1noble.20260902.043059 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3519 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.20260902.043059_amd64.deb Size: 260054 SHA256: e3891ff5365870a4003ca0b59df69add207546b8af272cd5406493fb9b922f20 SHA1: a94639129051c6d130d1d4096968f01246414cf1 MD5sum: 76390e61e32915329e520ca276b4e382 Description: ROS messages for MRPT classes and objects Package: ros-jazzy-mrpt-msgs-bridge Version: 2.5.0-1noble.20260903.025231 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.20260903.025231_amd64.deb Size: 36368 SHA256: 96d414155012959a850a726c578103452786c6f04052ef3ed5e20cc47f7ae9b0 SHA1: 932013842f8514a7ab6aec214987fa317f01f91a MD5sum: 1323e8194ebef103ccab033900b95560 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.20260902.043059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2868 Depends: ros-jazzy-mrpt-msgs (= 0.6.0-1noble.20260902.043059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs/ros-jazzy-mrpt-msgs-dbgsym_0.6.0-1noble.20260902.043059_amd64.deb Size: 2394202 SHA256: e108f2dfed5ac2bd33cd748ed829d8af91af70652332bcb7da9b5c874560a3a3 SHA1: 9c25fbb733896e1d18d9d5a9888037fad6241abc MD5sum: ac171f1b6f84371ae7dbcb30c232d8cf Description: debug symbols for ros-jazzy-mrpt-msgs Build-Ids: 07a1d3aed70b67194ba4536f80db8c6eec580c91 57703226044af79d3447b98acb76130f13ea50d1 59bc1df090bf4bd9888500ca6fd06379595dd79f 71c30ccf9c30942b3ab65f4fdc14c25bf7b8118f b924b2bea161dc401b16f2e94ca2922feafc881b d2d94d9cbddfb9064ac285ad4d578c3243d19831 e56f09647fcd60c5c0ff711f21615c9853b007b1 ea95d8cd62906ba736a4679febd41110861b3855 eb0cc767edb5cabcb69607afe922438f7dd0f486 f360b5c1486c291339bb34aaf2ac13ece8ddbb15 f4103ff0b26051b61a260292d3915a3c007758c9 Package: ros-jazzy-mrpt-nav Version: 3.1.3-1noble.20260813.210114 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.3-1noble.20260813.210114_amd64.deb Size: 368558 SHA256: 3a106d0b8a69437b6b173559eef3ae222141d82a020ba562bdb9fd3c20a769c5 SHA1: 997f4efd9a5e49397c512bbd28c58ee9205e7dbc MD5sum: 561948a2ee6a6858fbd52154c4745e5f Description: The MRPT C++ library mrpt_nav Package: ros-jazzy-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-nav Version: 3.1.3-1noble.20260813.210114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6986 Depends: ros-jazzy-mrpt-nav (= 3.1.3-1noble.20260813.210114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav/ros-jazzy-mrpt-nav-dbgsym_3.1.3-1noble.20260813.210114_amd64.deb Size: 6804230 SHA256: 3fa138b3a814d9b7b70fea5e9f5d3e08398772f790e3335e38fef2014ee6f8d3 SHA1: 0d998f93ee10c14f94fd4bccaf0dd81837400965 MD5sum: f5f57e7da2dd4d9d19accf5659532ae6 Description: debug symbols for ros-jazzy-mrpt-nav Build-Ids: 5bce93d8aca0816886382e679238e35b81207450 Package: ros-jazzy-mrpt-nav-interfaces Version: 2.5.0-1noble.20260902.044508 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5678 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.20260902.044508_amd64.deb Size: 348268 SHA256: 755e7f8e8ecfa5db3c6b0420a3830ab675b74a99e854035c25e41050018be047 SHA1: 89b14826d081df2b9ea3a88ab5511140544eab4c MD5sum: 685160c3c47150e3026a50e853d224d7 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.20260902.044508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 3595 Depends: ros-jazzy-mrpt-nav-interfaces (= 2.5.0-1noble.20260902.044508) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav-interfaces/ros-jazzy-mrpt-nav-interfaces-dbgsym_2.5.0-1noble.20260902.044508_amd64.deb Size: 2754518 SHA256: 9f116798a452a63d3291477753f94404ed5f48f133d1884dbf0b9c6904565c3e SHA1: 5149ff50ab8031290f81d32981d1c9a404af76f4 MD5sum: 60429eb6f54f9f98495b5fa8c840149b Description: debug symbols for ros-jazzy-mrpt-nav-interfaces Build-Ids: 076a52e6ca692b8474579d25d51e8e175274651d 0779447c95d37c77fd80075751160e91eac3d2ab 082916814f4d136a1d242f2b24a366160584decf 17f240a4ee723afe8875cbe925da590515080db9 2a53bb05e1677497be46a00ce984b782ff1585b0 35659cfa43e8feae7dba8f4c9b6e5fff92296a2b 3697b4a9db3c744d175c9b899f42634599e674ad 3699c2d9331d79d8ef0a01c75e59981f9d33aed5 ac2b363e41293b96e181a7164d76a354e2ff3649 e9c637cad572a95333dddd3eaab0ac4c90c889ec ff01af599aeee95aa36017fb1a31770a500fe332 Package: ros-jazzy-mrpt-navigation Version: 2.5.0-1noble.20260903.101005 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.20260903.101005_amd64.deb Size: 6414 SHA256: c617993a02d93e7ed03107695809b2f4f95982d6519432f6daddd59899479d18 SHA1: 603db954a4d883542c7a2ebcf8e1bd15822b694a MD5sum: 6fe00659dd10a4ee30cd6fc85acab70d 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.3-1noble.20260813.203619 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2266 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.3-1noble.20260813.203619_amd64.deb Size: 779970 SHA256: f7e240075ed416728d081686052734122ae0cf27cf9da8241ad0830cc9674486 SHA1: 884630390752232cca33241539cd33ec7a84e491 MD5sum: 545b643e198d4376fb75e6841b232edd Description: The MRPT C++ library mrpt_obs Package: ros-jazzy-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-obs Version: 3.1.3-1noble.20260813.203619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8136 Depends: ros-jazzy-mrpt-obs (= 3.1.3-1noble.20260813.203619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-obs/ros-jazzy-mrpt-obs-dbgsym_3.1.3-1noble.20260813.203619_amd64.deb Size: 7859236 SHA256: 5b295ebfcd9cfbde8af4ba5a6e394162ed293454319d573d2613fd621493ad42 SHA1: 1f290e5f7f3cc5b6094e778470c1f231fd749756 MD5sum: 60543efaef331cd22cbd3a8d5af0012f Description: debug symbols for ros-jazzy-mrpt-obs Build-Ids: f0d1d5f2f8b723b2a666d39f4b5d99b82cf14ab3 Package: ros-jazzy-mrpt-opengl Version: 3.1.3-1noble.20260813.203636 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.3-1noble.20260813.203636_amd64.deb Size: 300566 SHA256: c1c39c80727f9f7a1fa0793af715bab3ebce2c3f6025d1e12a0cc0ac8d028b61 SHA1: 75886e39eb1f42c40770e5bb6387477c525ab66e MD5sum: e4802b7e15fcd52476ae97b4b1fa95b4 Description: The MRPT C++ library mrpt_opengl Package: ros-jazzy-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-opengl Version: 3.1.3-1noble.20260813.203636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4453 Depends: ros-jazzy-mrpt-opengl (= 3.1.3-1noble.20260813.203636) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-opengl/ros-jazzy-mrpt-opengl-dbgsym_3.1.3-1noble.20260813.203636_amd64.deb Size: 4389246 SHA256: 57762b12640927b9fdbda213b8501761ffdbb0f73ebc94637f43a1f9ab0dd932 SHA1: bc11d2467dfadfb2a62b367994d789cb77ddc612 MD5sum: 4b2442420eb4bbab921004b7c9cc89fa Description: debug symbols for ros-jazzy-mrpt-opengl Build-Ids: 22739f174e9266f496505c896fe748d323a560d6 Package: ros-jazzy-mrpt-path-planning Version: 1.0.1-1noble.20260903.093515 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1418 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.20260903.093515_amd64.deb Size: 455208 SHA256: 22563ff137a2bad5905271796d9a3a11b7db7e6ef3ecc2c941e53540623574b3 SHA1: b7011d9f585c26ea3204a1c32878101e3b5c926e MD5sum: e6dd5baf907cd1de8f5a335663c7623b 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.20260903.093515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10546 Depends: ros-jazzy-mrpt-path-planning (= 1.0.1-1noble.20260903.093515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning-dbgsym_1.0.1-1noble.20260903.093515_amd64.deb Size: 10307984 SHA256: 8e26de901c1d29ef8963e5ef5f9f6005eca6a72ae407327d77d0fc7e53b37434 SHA1: 0bb9f677b9d20ca4e4a6a5b7d010b861d01ff56e MD5sum: 84d2e617cc62e7966c3191bdf59a7da1 Description: debug symbols for ros-jazzy-mrpt-path-planning Build-Ids: 1ea6075d7dab32d5a0e3615dff458e0a6b39615b 466af38e0fc6f22859a3cc171d3bd1d1b546dc1b eaf06da71050cdda52b90a81bf131877e6e6e83b Package: ros-jazzy-mrpt-pf-localization Version: 2.5.0-1noble.20260903.030141 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.20260903.030141_amd64.deb Size: 565044 SHA256: ba8bfe54bd202ae4bac0d89883db232ecbcba82c4f7fe109bae1ec1c03381951 SHA1: f6a1d8f2fe51c7919db988c0ed2fbcc2d114fa73 MD5sum: 54166c39084166b8da7a48fe7105af88 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.20260903.030141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 20062 Depends: ros-jazzy-mrpt-pf-localization (= 2.5.0-1noble.20260903.030141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pf-localization/ros-jazzy-mrpt-pf-localization-dbgsym_2.5.0-1noble.20260903.030141_amd64.deb Size: 16835794 SHA256: 3c10a8f84aa76d048b7fd540850188c21a5db39e525682be12416ade59476676 SHA1: 7832342dbc4c9f62020f83fa52a210aa0eefd0a8 MD5sum: e2085fddf1454d44bd1bdb48d107a912 Description: debug symbols for ros-jazzy-mrpt-pf-localization Build-Ids: 014a92a030da54320e08c5c9e38d35a784cda6bd 53533aa747d2d6292c2ff90d2fab2069adf61e69 6ce821e81f72f3145979d1aafdb10ce995632a09 829c770288fa66ec61ded79daf600c402edaed0f Package: ros-jazzy-mrpt-pointcloud-pipeline Version: 2.5.0-1noble.20260903.024143 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.20260903.024143_amd64.deb Size: 265228 SHA256: 68b52626c64769f0a3bf13ef091f7117a7bcd65ee0200fd592a73f6bd56e8412 SHA1: ee1fd9c79074c870efb87f047f16476e09ebe80c MD5sum: 2b4d3cf812ed9ae2fe00cc00421c3fa4 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.20260903.024143 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.20260903.024143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pointcloud-pipeline/ros-jazzy-mrpt-pointcloud-pipeline-dbgsym_2.5.0-1noble.20260903.024143_amd64.deb Size: 8256386 SHA256: b53ddda54cc2b138f82887a537b4684d415c691a80d3732a7ed633d5a1e00c18 SHA1: 4ecc101d84bb6f5c18b430e9bed29569965ece4c MD5sum: fd761535517a739d1ba5b4ebcfd176d3 Description: debug symbols for ros-jazzy-mrpt-pointcloud-pipeline Build-Ids: 7dabaccdfe7e85ab46056d63a7c638c9692ef65a d1862a75977065b9a8e509ff4b8e01636b2c3b87 d1cbf377df7bd15fd920d11a49b91fa4337c559a Package: ros-jazzy-mrpt-poses Version: 3.1.3-1noble.20260813.201614 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.3-1noble.20260813.201614_amd64.deb Size: 534002 SHA256: cfec5342fc116eb5f96e1780c28c5e22fb751db6d7863c84cc3cdc076b4a818c SHA1: cae2f18ef31f3dc4cddbe98409fa1539a1a91b1e MD5sum: b3acfc4979659adbbd9f15182f561824 Description: The MRPT C++ library mrpt_poses Package: ros-jazzy-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-poses Version: 3.1.3-1noble.20260813.201614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16169 Depends: ros-jazzy-mrpt-poses (= 3.1.3-1noble.20260813.201614) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-poses/ros-jazzy-mrpt-poses-dbgsym_3.1.3-1noble.20260813.201614_amd64.deb Size: 16103552 SHA256: 50d29af950cf673da74f308cf8f456b280a06294f767019709f378f664974aff SHA1: 11cfe837a984762c2bc1aa0f77458cf120b22b25 MD5sum: 13002973bfd75184c1683ec1054644cb Description: debug symbols for ros-jazzy-mrpt-poses Build-Ids: f015257e894b459c707a885b65ec7cbde2a3951d Package: ros-jazzy-mrpt-random Version: 3.1.3-1noble.20260813.193912 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.3-1noble.20260813.193912_amd64.deb Size: 82474 SHA256: 5e0ef0373631dbef93b93539ce59245f228ba161d9cd76797a18ca0d1027247e SHA1: d7041ca98a12c4214fbdc7a17f105f2b47dd95e1 MD5sum: 3d2226efa6879f2b3aca978a310d2631 Description: The MRPT C++ library mrpt_random Package: ros-jazzy-mrpt-random-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-random Version: 3.1.3-1noble.20260813.193912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 49 Depends: ros-jazzy-mrpt-random (= 3.1.3-1noble.20260813.193912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-random/ros-jazzy-mrpt-random-dbgsym_3.1.3-1noble.20260813.193912_amd64.deb Size: 34742 SHA256: 98395ea019262c4de749bd4404b945866f56ec71be21825afefdbe1bd2a6b79a SHA1: c35910922c1c828fddfb66e0d90fc36622930f47 MD5sum: b3b4c037bfa0a712513caf9d239370bb Description: debug symbols for ros-jazzy-mrpt-random Build-Ids: f4bfd82a05204412aa678934c4357ea5054e5696 Package: ros-jazzy-mrpt-reactivenav2d Version: 2.5.0-1noble.20260903.024226 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.20260903.024226_amd64.deb Size: 328984 SHA256: 921faf199501da1355c0fde46200154c75a6b2b0a808001437adebd7ec98f96e SHA1: 611ac77133342ec627d0fb1fcc52974926d3b81d MD5sum: 1120c8330014039c1526011d7dc436d4 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.20260903.024226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9037 Depends: ros-jazzy-mrpt-reactivenav2d (= 2.5.0-1noble.20260903.024226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-reactivenav2d/ros-jazzy-mrpt-reactivenav2d-dbgsym_2.5.0-1noble.20260903.024226_amd64.deb Size: 7385810 SHA256: f0324baa0a0ff1a49aad2c958bdcf9c614d11c83e4c514b249b350bcc5e8dee6 SHA1: ef3437c8eac91e2288f3c461bd38484460d8586f MD5sum: 9bb2fcde0b337d208df9344640dce5cd Description: debug symbols for ros-jazzy-mrpt-reactivenav2d Build-Ids: a0134df6a7d45c1a796e5b5cfe89ab5857f5950b Package: ros-jazzy-mrpt-rtti Version: 3.1.3-1noble.20260813.194125 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.3-1noble.20260813.194125_amd64.deb Size: 88494 SHA256: ebb4cbd44242e1bf963e941b6c7fb0b9881eefee8c126904013b0cdbf146da30 SHA1: 2277a00e6b84135f0766acfa02a48b3d2536c98c MD5sum: c904965a9d928a5b0e8e5074fb5b35a7 Description: The MRPT C++ library mrpt_rtti Package: ros-jazzy-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-rtti Version: 3.1.3-1noble.20260813.194125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 242 Depends: ros-jazzy-mrpt-rtti (= 3.1.3-1noble.20260813.194125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-rtti/ros-jazzy-mrpt-rtti-dbgsym_3.1.3-1noble.20260813.194125_amd64.deb Size: 221332 SHA256: af4cba7a205a72a72ad3881fe24c9b3604fe5ce7efa8dcb0407c4ddcbf1d3a6d SHA1: fd66053450396c9b989aef6a92c38161e6e5742c MD5sum: 96b09b734310b8ef576ac4942752660c Description: debug symbols for ros-jazzy-mrpt-rtti Build-Ids: cbf99f1cc471210ba968cf27fc321983da954a52 Package: ros-jazzy-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260903.025254 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.20260903.025254_amd64.deb Size: 135406 SHA256: 5f39eb134fa902ed30c8970ab54187dd270e9d078518fbda5cb8cc9dda63933a SHA1: 06076d589df3b5ac0d34a876f251cce44829e113 MD5sum: bc926dce48d29af41b4ea24a177f804c 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.20260903.025254 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.20260903.025254) 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.20260903.025254_amd64.deb Size: 841222 SHA256: 58c1697395b7437f07b1500f3c8398586f8ba41a7e27d85802400e49067a9b45 SHA1: 3f7913434bf4bf78cb5ab48558bbb6ed5211ce05 MD5sum: b4db38eb96ad1759d455492c0b8a0bd0 Description: debug symbols for ros-jazzy-mrpt-sensor-bumblebee-stereo Build-Ids: 6b3750434e3ab802672cbb014516bcee0ac66c4f Package: ros-jazzy-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260903.025301 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.20260903.025301_amd64.deb Size: 156444 SHA256: deb8557e5bff122540112124e7b18946beb7111390e7ea8ea94b5e5ba1cb8de0 SHA1: 866edbe7b247f33c65ed44870416f599d0bb470e MD5sum: 4be89f55250f2ae86dbe3e54ea2202ce 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.20260903.025301 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.20260903.025301) 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.20260903.025301_amd64.deb Size: 1476768 SHA256: eaa9742b609e0564d02f71811630f66c16b24aaa6d47b9b6f23b0a869f4bf393 SHA1: 3d820fc53cc7c88f56107ed813c73fb28ae56a7b MD5sum: ddc23cc410502f86b466e9c73afc5445 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-nmea Build-Ids: 700277d16320b1e375b88d124be03c06273ac79c Package: ros-jazzy-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260903.025301 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.20260903.025301_amd64.deb Size: 278168 SHA256: b8bfb0c814265851b26df9800684ab80b90bedb9e1ac90a985ad3d40abe938ec SHA1: 8d6e81af87b0c5bfe48b96fe95884a4206115cf4 MD5sum: adfd76b166a8acc88f4941396e61cd81 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.20260903.025301 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.20260903.025301) 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.20260903.025301_amd64.deb Size: 4377010 SHA256: ef87571eabf8b0caf15ba23cbdb106308ca56ff904647fb5fa851d210cb22b3e SHA1: 3c034ef5594502c10befcd6adcc8ab83192524e5 MD5sum: a8b349ea5e7cb7ddbc8d568f1acf4727 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-novatel Build-Ids: 13b77c1114f8336022ef18e334e82f4010850550 Package: ros-jazzy-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260903.025334 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.20260903.025334_amd64.deb Size: 112852 SHA256: 00df5e2e0bfc90090050b168f64bd747cc15acfe34faed88071ede73eab646e9 SHA1: d5b7a7b1dc7d2f284033378b2256604fcc9e4266 MD5sum: 7afe43a9df1154b4f37199a179af0fc5 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.20260903.025334 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.20260903.025334) 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.20260903.025334_amd64.deb Size: 294590 SHA256: a28e276abcff9dcf2b92e850e18be7e728082fb550034adccd2e002992a61c28 SHA1: d953dce035022f6b218a33f5039507727180c41c MD5sum: a4f846686abf57e2c150ffb3c6d0bfdf Description: debug symbols for ros-jazzy-mrpt-sensor-imu-taobotics Build-Ids: 2bf327248ba537db74742d3617497b3559963855 Package: ros-jazzy-mrpt-sensorlib Version: 0.3.0-1noble.20260903.024254 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.20260903.024254_amd64.deb Size: 115116 SHA256: 7a291ad52de446df0eb7aa52574859c8b3fbdfffced47682e4dbccf581ae54f5 SHA1: 7dd65aef8ead27679e5515cfa665ec90ed78a5ae MD5sum: d108749ae9a4488a8a2edc88f876d4ec Description: C++ library for the base generic MRPT sensor node Package: ros-jazzy-mrpt-sensors Version: 0.3.0-1noble.20260903.030754 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.20260903.030754_amd64.deb Size: 5580 SHA256: f9ac4b366a19e7122c7729c77ea983ee223f070809083899d38f8842dcbdae05 SHA1: f18faac5111c8b152add78e83bd19020a0d2e622 MD5sum: c7f0cf67dcc0c639b357c7a3cd248ffe Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-jazzy-mrpt-serialization Version: 3.1.3-1noble.20260813.194701 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.3-1noble.20260813.194701_amd64.deb Size: 107746 SHA256: 05d383d8d6587da054fcb62490148b402f4272c1babcb392eb6df8df34290939 SHA1: ff91fa8c5de64af87996b125c0a7f80d62bc1b5d MD5sum: 6fc0f398224cec1da25522defffd0509 Description: The MRPT C++ library mrpt_serialization Package: ros-jazzy-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-serialization Version: 3.1.3-1noble.20260813.194701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 386 Depends: ros-jazzy-mrpt-serialization (= 3.1.3-1noble.20260813.194701) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-serialization/ros-jazzy-mrpt-serialization-dbgsym_3.1.3-1noble.20260813.194701_amd64.deb Size: 358040 SHA256: 2f4629dd564ef3cb338207ba0540ca520a24ba7e21934d7788e1253a23344408 SHA1: 77a37d83ed5ec80ec8a9d200dd0a9ae02965f4d4 MD5sum: 1e329d5424900f1c80399981c1331593 Description: debug symbols for ros-jazzy-mrpt-serialization Build-Ids: 25c10c57b1c47f3143082c83285cf371c60976c1 Package: ros-jazzy-mrpt-slam Version: 3.1.3-1noble.20260813.210158 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1753 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.3-1noble.20260813.210158_amd64.deb Size: 561218 SHA256: c4e7dbd80d2f1e9325385379a1a99dac66811d1389856d4ff74e48b2df352f2d SHA1: 8b07add2fd29af12da810bb407d26e3e57b4e574 MD5sum: 6b488ea2073167ef02c1c051aaf6c7be Description: The MRPT C++ library mrpt_slam Package: ros-jazzy-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-slam Version: 3.1.3-1noble.20260813.210158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8053 Depends: ros-jazzy-mrpt-slam (= 3.1.3-1noble.20260813.210158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-slam/ros-jazzy-mrpt-slam-dbgsym_3.1.3-1noble.20260813.210158_amd64.deb Size: 7840912 SHA256: ccbf3191270acde118b726a80da64a96b6b6b1f5432cf236a95594163d1f7578 SHA1: 9905cd34b65e1c548d919fc71ea09568b4d70a88 MD5sum: 8c642c416b6ae395667a833040789359 Description: debug symbols for ros-jazzy-mrpt-slam Build-Ids: 17f86a9057ac2a626e241e1c0e859f670f795b9f Package: ros-jazzy-mrpt-system Version: 3.1.3-1noble.20260813.194349 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 713 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.3-1noble.20260813.194349_amd64.deb Size: 225518 SHA256: 2d042ad1baa2c3a72121bb5cc26c4c2a84fa9664d7e1e130de2069e880af7d73 SHA1: 964387976e1568ac6c394fdb3dde1e4c0755a61e MD5sum: 23b4073d132bc20e6339ff0891bed62c Description: The MRPT C++ library mrpt_system Package: ros-jazzy-mrpt-system-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-system Version: 3.1.3-1noble.20260813.194349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1418 Depends: ros-jazzy-mrpt-system (= 3.1.3-1noble.20260813.194349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-system/ros-jazzy-mrpt-system-dbgsym_3.1.3-1noble.20260813.194349_amd64.deb Size: 1348392 SHA256: a5fe24b75fcc4cd157c4d2ed8f12623a08106a1c9a3ccf9b88613a8c5345458c SHA1: 529f54d2d7daeb63cd75799feb6d962661b381dc MD5sum: db106f5b1d114bfec7e78c9c1b3d9eee Description: debug symbols for ros-jazzy-mrpt-system Build-Ids: 71aef5ded47c08f7f8c260d536cfca51f4e7653e Package: ros-jazzy-mrpt-tfest Version: 3.1.3-1noble.20260813.202342 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.3-1noble.20260813.202342_amd64.deb Size: 125106 SHA256: 1378c16fa97bb722c2b3c7e6a427df041a6bf7c6ee402acead5d7126eb32ebd4 SHA1: 8893220834b6179d6c081cd41f3f85c42a740887 MD5sum: b04ebcebfa258d69afeaa701885fc814 Description: The MRPT C++ library mrpt_tfest Package: ros-jazzy-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-tfest Version: 3.1.3-1noble.20260813.202342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 737 Depends: ros-jazzy-mrpt-tfest (= 3.1.3-1noble.20260813.202342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tfest/ros-jazzy-mrpt-tfest-dbgsym_3.1.3-1noble.20260813.202342_amd64.deb Size: 713458 SHA256: 7bf735b3cd60bf29cf2e79e4aa41183c8a3e21f42c8045a0fd3f7cead1f60473 SHA1: 62561575f83c477e438b2d6cf87a79fc159a257e MD5sum: 8b97ded6ddaa1dae292f0383dbb960d7 Description: debug symbols for ros-jazzy-mrpt-tfest Build-Ids: bafe04b798f2ed751cce49aaea8a45c3b45dc941 Package: ros-jazzy-mrpt-topography Version: 3.1.3-1noble.20260813.200500 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 289 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.3-1noble.20260813.200500_amd64.deb Size: 94510 SHA256: 5c4e0d679667099f32c959a9f9a1b31d7350f961ffc82a622adc0650dac1b0f7 SHA1: 01e10e0dc92f42ee762324ee86b486799679777e MD5sum: df0b3b3f8709816cee4552496934dedd Description: The MRPT C++ library mrpt_topography Package: ros-jazzy-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-topography Version: 3.1.3-1noble.20260813.200500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 128 Depends: ros-jazzy-mrpt-topography (= 3.1.3-1noble.20260813.200500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-topography/ros-jazzy-mrpt-topography-dbgsym_3.1.3-1noble.20260813.200500_amd64.deb Size: 107766 SHA256: 6db9cdeda7cb958e97e0142230a29d6b543eaf6a0e675885d1873b573a7d9455 SHA1: c1c5fcca1d8ba7b6bf800def5acde6fc26f9d93f MD5sum: cbf0245a9649d010d8c8a03d91e5678e Description: debug symbols for ros-jazzy-mrpt-topography Build-Ids: b3d5a243f8763bbb6fa28ed38e4a9f0912959ca0 Package: ros-jazzy-mrpt-tps-astar-planner Version: 2.5.0-1noble.20260903.100038 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.20260903.100038_amd64.deb Size: 238648 SHA256: 4400f60c5ddaef9a22807a70d496e5cdfd076c894f7488df2564513cb085b721 SHA1: 056f6761656cca6ed1af2501ee08584c062e5cc5 MD5sum: 6c0aa6d41d4f236d60d6bb695a7c253a 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.20260903.100038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5985 Depends: ros-jazzy-mrpt-tps-astar-planner (= 2.5.0-1noble.20260903.100038) 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.20260903.100038_amd64.deb Size: 5093672 SHA256: 02697d8bfa61abec35b698783ad3deed74928faa92a82103b45072d7b5042792 SHA1: 5a431303f16b6802c8be2b2243ad057545310864 MD5sum: c13bf5fbdd7f52a31471af9125d04a5a Description: debug symbols for ros-jazzy-mrpt-tps-astar-planner Build-Ids: b7410fbe4fb852a39962141bf0be8f30a01f46ff Package: ros-jazzy-mrpt-tutorials Version: 2.5.0-1noble.20260903.091120 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.20260903.091120_amd64.deb Size: 5993292 SHA256: d9eefffb62a1dc1217f0976611db04b60c4c0e6f83c01e6744636d31c47ea64a SHA1: 9126eba4700a2f37e40769110db024ddd31bc651 MD5sum: 1c22e3509bb0acaa32b1c5abd8c9d9bd Description: Example files used as tutorials for MRPT ROS packages Package: ros-jazzy-mrpt-typemeta Version: 3.1.3-1noble.20260813.193811 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.3-1noble.20260813.193811_amd64.deb Size: 10022 SHA256: 026044e4e0984644ea661c2dd9e00d780a824923716b91797ec17ba67a494f5d SHA1: 068b0f6a665f7050fbecaa4737db71614f8eccc9 MD5sum: 10c73f3f736157797845c8b49cfbe943 Description: The MRPT C++ library mrpt_typemeta Package: ros-jazzy-mrpt-viz Version: 3.1.3-1noble.20260813.202349 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.3-1noble.20260813.202349_amd64.deb Size: 644572 SHA256: 538e5bcfcc8333878319e7e66f7d710367c6aa9c802b3f797d583c1641e89e61 SHA1: 45750295c46b4767e7ef438e197afa3f34b973a0 MD5sum: 63c0bc3c07f70384668b91363116b2b9 Description: The MRPT C++ library mrpt_viz Package: ros-jazzy-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-viz Version: 3.1.3-1noble.20260813.202349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8719 Depends: ros-jazzy-mrpt-viz (= 3.1.3-1noble.20260813.202349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-viz/ros-jazzy-mrpt-viz-dbgsym_3.1.3-1noble.20260813.202349_amd64.deb Size: 8501452 SHA256: baddf39ec3e70203371c3f18312e9f0c6697c4ddfc4aa07fa789781b9c06beb8 SHA1: 60c93895efb7a050425c62a0f069bf4a3a4de336 MD5sum: 81a9e1231913b8f99862f8d8b069307a Description: debug symbols for ros-jazzy-mrpt-viz Build-Ids: 901c43c0eb333e9c7bae1941c961b04fd075b2da 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-3d-lidar Version: 0.1.1-1noble.20260826.114738 Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 150 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), ros-jazzy-mujoco-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mujoco_3d_lidar/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-3d-lidar/ros-jazzy-mujoco-3d-lidar_0.1.1-1noble.20260826.114738_amd64.deb Size: 24226 SHA256: 8fcef1530b63d3215a3e37215934d2cc55acb7392686f6addc7dcffd9bc62a41 SHA1: 71bd33fb38af113f5c4a8071fd3bbb55f30d1b0d MD5sum: 390469361d1738e86aa865993b0aeda1 Description: Plugin for mujoco to use raycasters to simulate lidar Package: ros-jazzy-mujoco-3d-lidar-dbgsym Package-Type: ddeb Source: ros-jazzy-mujoco-3d-lidar Version: 0.1.1-1noble.20260826.114738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 195 Depends: ros-jazzy-mujoco-3d-lidar (= 0.1.1-1noble.20260826.114738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-3d-lidar/ros-jazzy-mujoco-3d-lidar-dbgsym_0.1.1-1noble.20260826.114738_amd64.deb Size: 176354 SHA256: c4962d03fe04195fb4711ae836f4ee1da75cf6d92ba660d23e23fe1fce5842f8 SHA1: 69a0e40623dd33adc3b34e02d3880c405ee393ee MD5sum: b8832bfe7d0ed96b5a9f7435729583e9 Description: debug symbols for ros-jazzy-mujoco-3d-lidar Build-Ids: 9fea3035a7b7a4013eb528606334427aadd27811 Package: ros-jazzy-mujoco-ros2-control Version: 0.1.1-1noble.20260905.073749 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2278 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, libeigen3-dev, libfmt-dev, libglfw3-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-backward-ros, ros-jazzy-control-toolbox, ros-jazzy-controller-manager, ros-jazzy-geometry-msgs, 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-realtime-tools, ros-jazzy-ros2pkg, ros-jazzy-rosgraph-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tinyxml2-vendor, ros-jazzy-transmission-interface, ros-jazzy-urdfdom-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control/ros-jazzy-mujoco-ros2-control_0.1.1-1noble.20260905.073749_amd64.deb Size: 609222 SHA256: 9d9ea5f3319c7b209e82a06b68cc9c920b64e1683cb1701023e58989dbc31d5d SHA1: 7fd71d0e3c3f5a9f4456f2268f3d04bcd5754dc3 MD5sum: dd255764f1e3b01d61d3eec1a829784a 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.1.1-1noble.20260905.073749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7786 Depends: ros-jazzy-mujoco-ros2-control (= 0.1.1-1noble.20260905.073749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control/ros-jazzy-mujoco-ros2-control-dbgsym_0.1.1-1noble.20260905.073749_amd64.deb Size: 7139100 SHA256: 380f94befa3836b4d678db01e3a91c7e08dba1ff0b6177fbf60302fe05efe215 SHA1: 13255c43d1c711288e07d6ee6c429dbfc9a69d1d MD5sum: 2461d1f9ecfcb15a9202ab34c5150e1b Description: debug symbols for ros-jazzy-mujoco-ros2-control Build-Ids: a06ccb29d028af71ab9ff1f5b9e923f9bac7f297 a778f7a63526f8930b9ccaa0bfbb4860da80af34 Package: ros-jazzy-mujoco-ros2-control-demos Version: 0.1.1-1noble.20260905.074828 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 147 Depends: ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-mujoco-ros2-control, ros-jazzy-mujoco-ros2-control-msgs, ros-jazzy-pose-broadcaster, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_demos/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-demos/ros-jazzy-mujoco-ros2-control-demos_0.1.1-1noble.20260905.074828_amd64.deb Size: 21616 SHA256: 7fe3f93729c8ada306e618314d764c604c2c2c44f8ab9b7e968edc9529f12e4a SHA1: 6163344c5510e48717a08af4ea332629c2559a6d MD5sum: 2569a1a161bca865b3c266f966deb939 Description: Demonstration examples for mujoco_ros2_control package Package: ros-jazzy-mujoco-ros2-control-msgs Version: 0.1.1-1noble.20260902.042919 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3465 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 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.1.1-1noble.20260902.042919_amd64.deb Size: 239732 SHA256: 970f0d1fab9267b1d0988d8514dc64812e27fe4e2ad97630b1a130ea3e0ea456 SHA1: da2574fea7ef5536db7d6f778ea81ffffaf6506b MD5sum: cdf45a5c037d648e5b9667286395ca04 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.1.1-1noble.20260902.042919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2645 Depends: ros-jazzy-mujoco-ros2-control-msgs (= 0.1.1-1noble.20260902.042919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-msgs/ros-jazzy-mujoco-ros2-control-msgs-dbgsym_0.1.1-1noble.20260902.042919_amd64.deb Size: 2124658 SHA256: 3b0864c46c215f1a5aabe3ba490dbbedcfe362e71315cf9c95935f9f47717188 SHA1: 6932b5220d0d631bcd8485833ca7ec6d42691e95 MD5sum: 48fa85e4f97beaa702381769e188ee17 Description: debug symbols for ros-jazzy-mujoco-ros2-control-msgs Build-Ids: 11efcb384f7be6536c7f870cf4c795d990354272 66ddaeb659fbe6e71582c337fc3417d2d4fa355d 6ec62da195b0340b81eb9ae1527ae8efb9f195a9 82389de3c116b988a90fa625b64895a3847efeed a1686428583b53513285e0a627664934b704962b a75628c6866eac8053b8d84f9c7bee6efc745407 af80945b25188cef670afc508767b5f5796245ac ba1ad9eb93e82664c4a74336e3f09dfffacfcb6f c76349a0f764b4a62bb40b8a624fa1d87f77618d d60111f0f0ddb87316b3a2b34360fb5979e3a541 e38cf338d502c6223ce53b04b5882b5ed3c50f97 Package: ros-jazzy-mujoco-ros2-control-plugins Version: 0.1.1-1noble.20260905.032008 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 1438 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-mujoco-vendor, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, 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-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-plugins/ros-jazzy-mujoco-ros2-control-plugins_0.1.1-1noble.20260905.032008_amd64.deb Size: 325116 SHA256: 513ec1c591bdd251d9e143e9984382fc1e0bc742199a840bb67d8ea70438e41d SHA1: 550d9bf37091032d479b3e7c137110db7da6219e MD5sum: 72b9d33ad3aee7f9dbf7be47d63f1ece 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.1.1-1noble.20260905.032008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7734 Depends: ros-jazzy-mujoco-ros2-control-plugins (= 0.1.1-1noble.20260905.032008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-plugins/ros-jazzy-mujoco-ros2-control-plugins-dbgsym_0.1.1-1noble.20260905.032008_amd64.deb Size: 6885396 SHA256: 35762c98ab77de98b6f3e88755fbde64029921cd48fad7af9dfcda6008019214 SHA1: 24c20e8b7e4b74147eadc4dc2119907b971b6f9b MD5sum: 240e9fd5ceb77d48392d1db3a33ecd2c Description: debug symbols for ros-jazzy-mujoco-ros2-control-plugins Build-Ids: e31131419acb78eeaa7521d830117d9c9faa20d0 Package: ros-jazzy-mujoco-vendor Version: 0.1.0-1noble.20260826.114141 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 83994 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.1.0-1noble.20260826.114141_amd64.deb Size: 21605680 SHA256: 8fc6afa1f580ef87acd82f555fccd88a54d4f36da38d084105e33682480945bf SHA1: 176c42d0bb365081dcfa683d4d0404d8920cc2a7 MD5sum: 206a58f6c0b51e6c205c2d268ec81223 Description: Vendor package for MuJoCo simulator of version 3.12.0 Package: ros-jazzy-multires-image Version: 4.0.3-1noble.20260903.083417 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 565 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, python3-pyproj, python3-yaml, qtbase5-dev, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-mapviz, ros-jazzy-mapviz-interfaces, ros-jazzy-marti-common-msgs, 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_4.0.3-1noble.20260903.083417_amd64.deb Size: 122456 SHA256: 3c53ecb06feac5cd3fe7a44fe806bc64115898fd585e0eebf8222998113b3127 SHA1: b66b27e79e67461fa805d6f03f835d75d64b195e MD5sum: c4817b640eeec7327168c0765168db31 Description: multires_image Package: ros-jazzy-multires-image-dbgsym Package-Type: ddeb Source: ros-jazzy-multires-image Version: 4.0.3-1noble.20260903.083417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4809 Depends: ros-jazzy-multires-image (= 4.0.3-1noble.20260903.083417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multires-image/ros-jazzy-multires-image-dbgsym_4.0.3-1noble.20260903.083417_amd64.deb Size: 4787122 SHA256: 8b7a7673c614a4d09cfabc9d95771c8b4b14fd1bdbaf4e5c425505c284d7a400 SHA1: 30dd06cdb464e90ee732c5cd88788c7ffa5f0d86 MD5sum: 75fb8cde6ac6fda683bb4f5368b6d313 Description: debug symbols for ros-jazzy-multires-image Build-Ids: 2eeb95c2249285ef62a8e8a430687ed99494065f 8bc511f0d3d1964b2cc6dd1328e724d54bf90de2 Package: ros-jazzy-multisensor-calibration Version: 2.1.0-1noble.20260903.090351 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.20260903.090351_amd64.deb Size: 8722120 SHA256: 3a1f4d6bb1afb88cd6a6af159cf748aced115ebf92c6d2ea85a784042348d2bd SHA1: 135e99ac250849c1bfbe9d1497f44861958e354a MD5sum: 78b16e973c165287c2c48bfe96174ac1 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.20260903.090351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 112265 Depends: ros-jazzy-multisensor-calibration (= 2.1.0-1noble.20260903.090351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration/ros-jazzy-multisensor-calibration-dbgsym_2.1.0-1noble.20260903.090351_amd64.deb Size: 108218006 SHA256: e0572688c484c52aeace7fd6848304dbd773a14c40ee480d361d03a13d7c0beb SHA1: 6f492c82b4d5153e9d09319a4b49ecd2c91fc9be MD5sum: 509b1a444862112b8f26f48deec7cc39 Description: debug symbols for ros-jazzy-multisensor-calibration Build-Ids: 100d44337e1d9dbd1a6a3825d4e3b5c836100981 27ca81e22bfb484c4959182178b1cdc04391fe9e 2d98088213f08895c267cf720a231dca907105cc 3ba8be63676207cee9bc1817f8139ca0df9d7734 41ce3d507f18267285d5ab7fe0df43774135446b 7e1566e65f698c1938150b79c01377f3d80a9423 9ff61c58e2a1e7f6cf669e5e06b117f43b65c244 e5b5f7ad0ce0ae46954b305bae90eaed7b4d8402 f7a05d5aab7ca08ac9b2d38dbb46a8215f978184 Package: ros-jazzy-multisensor-calibration-interface Version: 2.1.0-1noble.20260902.042915 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 6031 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.20260902.042915_amd64.deb Size: 355832 SHA256: cb4921683eb2cb09f8f761e6b5567be5dc4449a28017beff7999b59212e3dbef SHA1: 40ca53dee7d737caf1a08dcbba6dad70126e9bfd MD5sum: 980a4966ae85cd8375b60dc34d66cff3 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.20260902.042915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 4297 Depends: ros-jazzy-multisensor-calibration-interface (= 2.1.0-1noble.20260902.042915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration-interface/ros-jazzy-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260902.042915_amd64.deb Size: 3346342 SHA256: c5268969648a1740273ed7f90296dde99628595c77166a3a822e2d73e74bc48f SHA1: 3c433d5ffb387febe6e23101fab8918cb5e18070 MD5sum: ff81fca9aa8a40f460dca69530ef7a7b Description: debug symbols for ros-jazzy-multisensor-calibration-interface Build-Ids: 0d8996d6aa32b8107557ae3e341785b354f8be4e 183e638aa9499295990a1afb717ab78b3a764eed 228ed12728445e727eceba7a69be10157b99be4e 27cc6faf7e223bdddea9929b57b062b3d919d84b 366b6e6f38e8044db0057cfa45b9b8d33b9bef5d 37542befc06bfc00148e461419d1ed492910579c 40a210218520d2b66913138f1bfde0d9b868cfec 5f3d837a3c86bb433eff4ff74d7bcae5c708be39 6cc449256a61dac58ffd1569b8ecdbdc166671b0 7f7c763f7b267a5dc4d29ec771d38f80c99602bd c78af2aded289376b7ce73f15fe324bc70495379 Package: ros-jazzy-mvsim Version: 1.4.0-1noble.20260903.084742 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.20260903.084742_amd64.deb Size: 3216428 SHA256: c2f3280cd6eeba192cdd49c69d918b29f68fbf040e36638a5614e392b46d94fe SHA1: 66dfd12bbb3617fc05d07d6015127a2bdbaceb87 MD5sum: e0ab1c18aa30c2236f4fb873d091c370 Description: A lightweight multivehicle simulation framework. Package: ros-jazzy-mvsim-dbgsym Package-Type: ddeb Source: ros-jazzy-mvsim Version: 1.4.0-1noble.20260903.084742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 35957 Depends: ros-jazzy-mvsim (= 1.4.0-1noble.20260903.084742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mvsim/ros-jazzy-mvsim-dbgsym_1.4.0-1noble.20260903.084742_amd64.deb Size: 34749966 SHA256: bdd46a20ec652b1c907d9bf846525c276f069c013e6dd870ca1357d70fbc8e89 SHA1: 90562f7cc80ad67dcf48bfbcd8ca581e2823fa53 MD5sum: e439ae504b28609fe10316afa9203383 Description: debug symbols for ros-jazzy-mvsim Build-Ids: 012faaa26d7bd166e9133195bade396b700550d2 0b9b0a20456278a8e45be468bf9a213ff54e9df1 27e2407f032b0052db290deba3da3bcba2097427 5b1be0ddbc6e6cc00aa0979a0934688a1567e0c1 88276a549272e69e7f103dfa6d8d451077992833 aabaeb9e3060c2c36bc32183af8e0b51a82ef10f 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-nanoflann-vendor Version: 1.12.1-1noble.20260813.022252 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 200 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nanoflann-vendor/ros-jazzy-nanoflann-vendor_1.12.1-1noble.20260813.022252_amd64.deb Size: 43092 SHA256: fe9b871528eb429228aa9838d56d5f8176e2658d25fa8fd3c9949cfbf0d57207 SHA1: b1d7713609fbf52a48a93e8ca8875ed6f1afcec4 MD5sum: 23d6aaa223191a305e0544010751b92d 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.20260902.040433 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.20260902.040433_amd64.deb Size: 7366 SHA256: 91e1e0b26eb78114daf49da693f5a80e5ec472f70ab9b997e2f3a714d5c259b7 SHA1: adcc704360552c290a2732e7f42fad1614d21fd7 MD5sum: 2c0897e3b0bd04e415c6b31f371b7f0f Description: Allows simulating button presses through command line interface Package: ros-jazzy-nao-command-msgs Version: 1.0.0-3noble.20260902.030852 Architecture: amd64 Maintainer: ijnek Installed-Size: 1835 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.20260902.030852_amd64.deb Size: 130468 SHA256: 0c518793d87c7733998fd02fb60210477657a79a81d13431094219a46c441f32 SHA1: d5bdd46303617eb9f7b9194968826581ce9b9803 MD5sum: 2b1ffef07bdd31306c56d4dd1428a277 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.20260902.030852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1343 Depends: ros-jazzy-nao-command-msgs (= 1.0.0-3noble.20260902.030852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-command-msgs/ros-jazzy-nao-command-msgs-dbgsym_1.0.0-3noble.20260902.030852_amd64.deb Size: 1061738 SHA256: 74b7a6d539d0e1b95d671d815baaeedebc187782aecb1efed5466bc9e6ea7415 SHA1: 7035e94cf7831edb3d6176642a71e946e568f9c0 MD5sum: aeb1d52e2d273273061d69e4ab79b05c Description: debug symbols for ros-jazzy-nao-command-msgs Build-Ids: 0b9a6c86f5263185b752590927e6bdb2d4b10207 1dcc449ed783c8ae6becec9d19498bc8bdb6e942 2f59ec2db74e8bc878c77613873670edba581d01 2f929e7822717c3108a53cbaa34475a18bae1fc7 3934a6a1d72fe65d76ec76f5d79540d357006ff3 917bfd0a37f234e5032139236e4ce223f5fa4d46 9eee71430ad76e636c374875ba98276d727c3f5c a4e5b780667e33cd7ba15e0076b6652358490014 c2b458716a81728258921b3a3092b5e687498e92 f40df022bd5cece6899477a0f6818ef94408e96f fd476433f2ae5533d389b0ab677b9c1168130854 Package: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260902.062754 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.20260902.062754_amd64.deb Size: 441892 SHA256: 6983a2b740582aeabf41a90e31cd74776bc8fc39ff35a19a2d8492114144e83c SHA1: f52daa1dbe601db67dc72ed50860042e3c534b8a MD5sum: 4d5f4fedf300a34ebcd16838121bd2f8 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-jazzy-nao-lola-client Version: 1.3.0-2noble.20260902.063240 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.20260902.063240_amd64.deb Size: 467556 SHA256: 6eaacedf3755df287f043ff4cadae3942862af580223d4f4a2ca134e18346b72 SHA1: b2742732201e9e3d1990f9df52f3d4ade4ec4c2c MD5sum: 3743459ec0ee435deb6bbe54de4cabad 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.20260902.063240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15668 Depends: ros-jazzy-nao-lola-client (= 1.3.0-2noble.20260902.063240) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-client/ros-jazzy-nao-lola-client-dbgsym_1.3.0-2noble.20260902.063240_amd64.deb Size: 12264040 SHA256: 10aae984dfc8276d82194ae0fd92859a096d3caa1b502a6d1f6cdb4de26f3af9 SHA1: f0260992c92dd52fb48bce6e505999f9f789acc6 MD5sum: 12c5129221d8b867daa08001e75bfdb0 Description: debug symbols for ros-jazzy-nao-lola-client Build-Ids: 43250b26c84b677fae0965de73ce322d56b6c96c 9932f1070c5a20a356c52423d37151feb02d5147 cfd74a6995295483019ae54afea5648536484f1c d377eea34d4635f3038484f9adb02efcbaae8a4e Package: ros-jazzy-nao-lola-command-msgs Version: 1.3.0-2noble.20260902.030854 Architecture: amd64 Maintainer: ijnek Installed-Size: 1894 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.20260902.030854_amd64.deb Size: 131460 SHA256: c67d33d26040399ff620ab3c1748ab9fafe9578433e5eccc8f0538c5ed34f02c SHA1: d29c23c3181b5c58a38a97d2f60c4c7259c9799b MD5sum: 09eb645fe4ccf732aa9dc2a7c090c50e 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.20260902.030854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1342 Depends: ros-jazzy-nao-lola-command-msgs (= 1.3.0-2noble.20260902.030854) 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.20260902.030854_amd64.deb Size: 1056322 SHA256: adf2c5c9749e2d821d3141f5a99d61e1af9cdaa0849f08f59fb566a90b4ee016 SHA1: 5de1d5544b0d257e8a5f1557008f72cb17d0a595 MD5sum: fe96c59e45bca9f1f9eb121fee61cc01 Description: debug symbols for ros-jazzy-nao-lola-command-msgs Build-Ids: 05f481ceab7de63f8c8759ecbdda52c61583fd4d 06145f6c22d525655f03af891de23bacbe2bceeb 1eebfc2495b609eab745754573a6b50ed2d28e46 24de355c7d6ed1b62397593c702845145eda5ac2 25b0643c2e1f2fe7a4a4aa9b5d1b55edecfd9159 2c5f9a4af3a2b03b5dc26116bca1c83df1ee46ec 54a713938cbf6feacfc118112ae428c5d0caaf47 cc84ba88324ce8b1d766325b3358c18ad44bb943 de9ffc819cdd62e43f2f7a5866ad906d3d0f60b0 e4b1909d7184495f48ec6e738868e5ab06faef95 f258c663fb214add015e3c8a85b30ac4502a69ca Package: ros-jazzy-nao-lola-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260902.062754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14877 Depends: ros-jazzy-nao-lola (= 1.3.0-2noble.20260902.062754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola/ros-jazzy-nao-lola-dbgsym_1.3.0-2noble.20260902.062754_amd64.deb Size: 11606106 SHA256: b37e70983539fce454da539cb266d29ea297b13427a7dbdf54cbcea4fdc6e26f SHA1: d426ed1c6095ecb75316f3ee534d91a731a54008 MD5sum: 690ab54fbe1de16d4dec84ac0987979a Description: debug symbols for ros-jazzy-nao-lola Build-Ids: 14fffe537000953404d34de3ede784be803ba7bb aacc89d8f2eb725872268887339f14eb2fa88c8d ec54888c2283e69b46d3c1869f96acf9ffceab83 Package: ros-jazzy-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260902.030852 Architecture: amd64 Maintainer: ijnek Installed-Size: 2193 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.20260902.030852_amd64.deb Size: 150614 SHA256: 2b84724a971b09aee65897eb0f64f39a531819f0741cc5cd30711bcad3935813 SHA1: 157491e2241638567b6cdf2a3107dc81f4fe51d1 MD5sum: 0433fd6073c88780f847f02704e7e79a 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.20260902.030852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1548 Depends: ros-jazzy-nao-lola-sensor-msgs (= 1.3.0-2noble.20260902.030852) 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.20260902.030852_amd64.deb Size: 1226430 SHA256: 1af473b5d91a7dac728e7354d0a021db75c1c5ac5c7534b9aab1187c1b35e257 SHA1: ce0aa2dffbd37092094e6a776ac78a869c73670c MD5sum: a971b908763da5abbf9b4a9334c6cbf9 Description: debug symbols for ros-jazzy-nao-lola-sensor-msgs Build-Ids: 003eea2e553acb080f942f0a39fb4bf5ee51bdf9 0f00263cd4f9ec0c73a93297d335207ccdfe7a15 2ec5a133a01e4a603a67199d2da24990accd67b5 322ebfde6be7afef105cf41ad52c9658465ecf22 6b4a884f26d4c75b8e6894df3429b093734e050f 707441b49aa4a616801d06d4201c795789fe7345 70b92f452787379545d0e18676dfc14c7dd526c1 828218fa76875b78fe9df934412bbeb1f4a5f56f 94d119dfda62e847bbd07003114d27bc37dd8015 b5c1fec9755da84e87667ec24ac7101a2378c7ad b7bdd30355e6233efbf9f43762a20e7074a81a1a 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.20260902.030924 Architecture: amd64 Maintainer: ijnek Installed-Size: 2136 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.20260902.030924_amd64.deb Size: 149676 SHA256: 59040bb64e1919e8eadb000388b5a4334d9a1813c643a91235f8aef6a7cec459 SHA1: e83860c1984b5d8bd2d3e19529add5ecb67a7ede MD5sum: 7605115c988b43b558d58d3bd308d42a 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.20260902.030924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1545 Depends: ros-jazzy-nao-sensor-msgs (= 1.0.0-3noble.20260902.030924) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-sensor-msgs/ros-jazzy-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260902.030924_amd64.deb Size: 1226868 SHA256: 75ccee54601cee48f0a7fa57fd7ffc3f5a315e01720284728e60d283072ff9d8 SHA1: e775e29ae16ca7388fdd106ea4c85259c66b2a59 MD5sum: f12efede5387a2b2ae9437cc634cf307 Description: debug symbols for ros-jazzy-nao-sensor-msgs Build-Ids: 09bd6e897c5be10fcbff9b1f48fcc4e20c9d80c1 0ee87ffb3e8ffcc547ba806192d62af4f5e01705 1a294673b33b08dadae5d0089a6e5847ff95097f 3c72252408fc50af95d32ad676aab81751778756 726e02de6919ef84d3ba09bfa95b003ff45091a2 797061eaaa00e102b3030ada8dec0419cb0ad97f 9875b05a501561b3d33eb8c775537f4cc2b3d991 a72f21be7ca03c33f4063e84b2327157fd5cf6ef c88c659e25a33fa90d4b09afe802a19370142f3f dea77917cf5e949744f1466c1a151b66a2d047eb e940561646216db1d1e7f6d4e1c7291a1d2a9dae Package: ros-jazzy-naoqi-bridge-msgs Version: 2.1.1-1noble.20260902.043006 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 23268 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.20260902.043006_amd64.deb Size: 1242590 SHA256: 5551a1d014162643404d97ad54924831496e4e2f043fce5e58f6da1a567bf78b SHA1: 15d2e333fd357cfc9d2cb19723130bbed84375fe MD5sum: 88f68fda48b0661ce4d04de41c01a5f2 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.20260902.043006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 14074 Depends: ros-jazzy-naoqi-bridge-msgs (= 2.1.1-1noble.20260902.043006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-bridge-msgs/ros-jazzy-naoqi-bridge-msgs-dbgsym_2.1.1-1noble.20260902.043006_amd64.deb Size: 10557842 SHA256: 42c803ff88cedf53a099551fcbced3cacbf24a541075b2f3ad285e6b44d62383 SHA1: 00fb53405c95052b15d51d4fb4d04936211d210b MD5sum: 2fef2c5582bd9e7870720152f7eccc74 Description: debug symbols for ros-jazzy-naoqi-bridge-msgs Build-Ids: 07c7070a443965611158a5c13d3e90f4d45fa3e5 0e52bc7f31d5fc0432ea801a86bcc18d826409ca 44cecf1f0adc39a7680d79b30216ae5f00e0e478 61c0565bec5b7c3e1de9fded64c6e2000edb491c 72bc6eddf905520399c3e978a22042aab27ce73c 75622c54c728c7ed096ad4dd2c64f0acde5df516 7613df82ed2f8fc89f1dfa25879b610064803ba6 ab5d31192e3038a29e383ca44b1e1219a06bd844 b43096ca1b5d2c34c987c7acc3af5fb7117c47be cd0c75a7118358e2320e0d851fb3ecd259e8b56a ee6cedcdadfa6448ba09f3d24d945fdc10a9186a 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.13-1noble.20260902.033922 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 1028 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 Homepage: https://index.ros.org/p/nav_2d_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs_1.3.13-1noble.20260902.033922_amd64.deb Size: 81814 SHA256: 50c2c2f5db2616b80eb58bd90b97b1ab05b77d3b65952c4b7f6576bbc62c74d9 SHA1: 4907d02634a15a7b4697899ce61fd608b1e84201 MD5sum: 07bcf879d77fe9d6886bc5632e627dc0 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.13-1noble.20260902.033922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 774 Depends: ros-jazzy-nav-2d-msgs (= 1.3.13-1noble.20260902.033922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs-dbgsym_1.3.13-1noble.20260902.033922_amd64.deb Size: 604892 SHA256: 3db99d65a991035f8beb38a2fa31dda5cab29552a1320ef1d6c8b35284cf8ba0 SHA1: 6b8ed9fab04ffe5b6f3c55d940d5e661da916078 MD5sum: eb82e264f5ca8aae22bf7732844faf16 Description: debug symbols for ros-jazzy-nav-2d-msgs Build-Ids: 0efe2e99e2b415a5a15432492517ee57555e14ab 10ebddef92e434a52d8453c8c150d1ea7fbe5b43 42ac5ea77273cc811a73325045b683201442379c 4f5d780d82f9a4e3bf546180fc040e8b075f8e9a 514c62874d22f77a9926f1d325d47b3aeea5c805 526be2b7ac289422bf11ec0bf8b02ee17d963f9b 6795a9ca0ac2f2b60fc8b229c1c964f5cfa63866 9209f801994f0b1853b78e78fd0235a83e292757 9efec082dd55634dfb6494fd2dd424781460554c da96938afcd1ed9d09ad39eed00c300dfd515f77 f93df22d661c5a406881bb1e606bc57c515b4060 Package: ros-jazzy-nav-2d-utils Version: 1.3.13-1noble.20260903.025051 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 Homepage: https://index.ros.org/p/nav_2d_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils_1.3.13-1noble.20260903.025051_amd64.deb Size: 23986 SHA256: c3dee4bd027a3be08a9ece432d2da62d2537ea97d3355cd5f769cd073261dac1 SHA1: 53205d5618d0a3ca7df666f6c16db0db80c25db3 MD5sum: 156fb9fd7dcf9ae692e4fb6509162318 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.13-1noble.20260903.025051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 362 Depends: ros-jazzy-nav-2d-utils (= 1.3.13-1noble.20260903.025051) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils-dbgsym_1.3.13-1noble.20260903.025051_amd64.deb Size: 334806 SHA256: 56f84a2558fbfcc4803d1c41c93171fb1d568c82921c362ff169b3f8e3274a8a SHA1: 9de23932706e696415ebbd7d51caf92578175d6c MD5sum: 26f5801720b8e27d409dec63e24ab512 Description: debug symbols for ros-jazzy-nav-2d-utils Build-Ids: 12aa2cdffcc906ca0ab99133a862d58b832af672 48fe42bd6df8bee2b9386a2cba8815a6fe8d5ed5 84b601bf4963723636bc5a39a3e38b944915131a Package: ros-jazzy-nav-msgs Version: 5.3.8-1noble.20260902.041413 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3193 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.20260902.041413_amd64.deb Size: 244346 SHA256: e06a39efd2e8067786497e2bfa032deee107d8ba1df2d6393dd8b16b312d03e3 SHA1: 81834b4c8a97872c690dfd8572e524b85398bfe6 MD5sum: 9f2bef660b4f6deb08da29f20b2eae79 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.20260902.041413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2598 Depends: ros-jazzy-nav-msgs (= 5.3.8-1noble.20260902.041413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-msgs/ros-jazzy-nav-msgs-dbgsym_5.3.8-1noble.20260902.041413_amd64.deb Size: 2151398 SHA256: ee39fa288b19dc3dfca7984f668580caa4cb004b7673a0cdc36969be028ffb1d SHA1: afadf3efcaa037ef995ec2b8f8f022f2eb72e578 MD5sum: c185f4eb6f78dcdaa7a6ad9e95a16f17 Description: debug symbols for ros-jazzy-nav-msgs Build-Ids: 062ff80d4e3f6ae536d697e152ac03c132e45fd1 1371b5dc788284ab13697523a8663dd00ef6b331 1440d537395b4d4ac767ca172d45b986d6709d49 1a0186e58166afabd103c533a588c3404a9abf14 59bec29e7c576eae6314f5442c19c930b872d951 74a4fa2e5a9ef644d7ccf8736bfac2341f52a806 92691d64f48f7184db85cf1e438f6f736b222737 a48426eba1dc50773df05543d98bc01d698ccdc8 ae12454655cb3f2194766daabb2daf22b8262272 d38637c0df36f9374cb1041bacb8c592d643c0a1 d7a167f3cd2f4b7547ca85193ced1dcb9a97d401 Package: ros-jazzy-nav2-amcl Version: 1.3.13-1noble.20260903.024944 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 Homepage: https://index.ros.org/p/nav2_amcl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl_1.3.13-1noble.20260903.024944_amd64.deb Size: 397190 SHA256: 214adc77267c2566d7611f207947b39666df200a03755c277219e2d15d60ba02 SHA1: 22e4aa117b3bc4867e785021b186d216498d89ff MD5sum: 73413a2e5245ade72961569d895c90c9 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.13-1noble.20260903.024944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mohammad Haghighipanah" Installed-Size: 8247 Depends: ros-jazzy-nav2-amcl (= 1.3.13-1noble.20260903.024944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl-dbgsym_1.3.13-1noble.20260903.024944_amd64.deb Size: 7001028 SHA256: 91bee7960e1f266c1c5d8476b4e08e23d92e7df2197f94b9751e38e47a80684b SHA1: 23bbbda2ad7a759deac907ff147866e3655ce710 MD5sum: d5bb997d9ac3c8101f5efaf7fdfffd14 Description: debug symbols for ros-jazzy-nav2-amcl Build-Ids: 06aab06564a4deedaa778b415f53f6f8a924e555 30ab5bedcd0d7bba13ac351798b94df8277d36e4 322050c6691c283671e012c67695bbb356fe09e3 58bbd57763fa9ff6d8ce9aa502d48a7b71b6d30e 7bb4a9e79c6e9d1fbdc6daeafd5ce1890f63f177 b91da288460af7377abdd892886d0203cb7b93ca Package: ros-jazzy-nav2-behavior-tree Version: 1.3.13-1noble.20260903.024922 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 14046 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_behavior_tree/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree_1.3.13-1noble.20260903.024922_amd64.deb Size: 1958330 SHA256: 93e38b87e78e26dea4d7f3e5cbd8aee8dc3a38a7df0d8cc547dde994cc06228c SHA1: 752f2621428330edfaaf3dd8f56e8f7389338e25 MD5sum: 6ded1be2dbf56420139e9dbbf9af7863 Description: Nav2 behavior tree wrappers, nodes, and utilities Package: ros-jazzy-nav2-behavior-tree-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-behavior-tree Version: 1.3.13-1noble.20260903.024922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 84390 Depends: ros-jazzy-nav2-behavior-tree (= 1.3.13-1noble.20260903.024922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree-dbgsym_1.3.13-1noble.20260903.024922_amd64.deb Size: 78234770 SHA256: e8fd2e1bd99b9bd045b55a7f6ca85adc4b084e7917dd5ca3632bedc9bff4c973 SHA1: 6b3fd5117efb1cbc3124080c2c4946faa79fb8aa MD5sum: f34ff24a5536e388ea2da75f9ef76c64 Description: debug symbols for ros-jazzy-nav2-behavior-tree Build-Ids: 0225532fcd0ad8eeb7739cd3b02768e51b98342d 03495967c8c1fee8b677799065cbc70c24decb53 0a445a68d3308da08553b208b448b1cd142dbd7e 1788db1bb4a2a3426d75595af8d97c952772d8d7 1791c9b4f58dddc814e11f2949d517fe0d37d13d 183e328e88eadfd7ea1b860634086e5fea1b679a 1f5b4f1d232288298a37247e5ca30fe31f7b633b 20fa271ea2a326c213e7c3f9fed9d31461b40fab 2bafa61ad3fd9fd3460eac0d57a47b0433f40d22 2da6377d6f4df9ababb5c3bf53266dc02b6899f0 36b3e5e6809007a93d8116ad59961ca91748dcd6 385d4e45c11c6a10d84f7dff00a1d9ef393ad89c 3af88e2c97aebe3ec75c81f05ad5219c10f8e5c0 3d8a55d93764f97061a2813008a281c771bbc9dc 411299028536fe987716a01c01d0523f6aef74f8 457318d0ca4e71b9859d877fe716e01581c2cf08 4c79c0b274955d56415b4ba1fa985b7208a52db7 53fe7c598967a6bebbbeb64acac5d59a97ab14dc 5404eaf43446d88fdd71e097c6febc275dd53230 55758e641f924703a7232105b1be57fadc6689d2 5923f049c80857386d04d993e346913cc1682c35 5a005da7296ce469d00d4aaa1e1d7d9492e90e40 5f0df71442e6fb463b5a435771bcd02cc3ececbe 5f895644c3f8c885efe5f083bb637988e536e3dd 6064da1a755f672e6f9f9561bec9a272a5c26c4a 7204a8ea61cb182c1d41a5a4bb767953fb4a2da5 75e62b6257bfb76d7a0ebccd8d1f939e49cc5cca 7afc1821d0c7d1bbef40ee5fca2cab5df5ab6fe1 7c10fc3eecda1927506ab81a80bfe993873fb670 7ff8680a58b5f6b82b4788e524a44d1cb9f7f3b3 81028ccb68c920df00216707bb2adb9d1a5ae71f 82af4f500cfc85ba63e0ad0a15e07f48abbbe58c 85d42b1678c9ecc7766dee92a5f49bef303a9dfe 8674f853ce9d943dbc128d41c15460c944f2d8cc 877afb190faa11610c57c97c074e02fee9dd3650 87fc7cb208a670eb82a766fe520d8829040cea2b 9305de5d84a092dfd7ca84c17d224c292fce2b61 9cab9905617a15154f0deade4ee5bf9ea7ab0cba 9cdc152fb31a86e683782974b51343ac5be4dcbb a22a29a0ac778f0e69828f82eb3e3fa3ca7f165b a28456ca0f2b72bdfcb679b4a5c4e62dcd1c7519 a67a22c4d147875b59ce48952aa63115e80a4c30 a8a6e61353469ddd9ebca83d3c497fce2c6efe24 ac25f66d16f89b228bb1a7a55cdcee6d6e0abc41 b0ea88ace2750e1fa2d9abed5406088c609e5827 b12f299cd234c1a2dd801b3d837e31060011d18b b15ebd936f1a8927abb78464fedd06aa45d6ece3 bc4e1f9efd2db3583e08519125726a0ffdaab967 c0da1ee8cff156a46e021cc3e95c8df17b1d30fd cb2539ca74cf9931028c4c3c55c14b324cd65400 cf37e0420dd60308ad4be634f3dd91baa02c7873 d1e70e5c79804f3b09a5529fdd9b41bc77669b86 d27edbdfe99f6f6f1fa5ac4d05cbcfc63c241a39 e3375765112efcd3a47e08b2c364879d05dd41cb e7c7f5a7e3ca150785ed5cb80fcb4f23ef578c94 e91d0b069d278c13d5da8fc13bd2a1d86353aa75 ecd9941187c60beae21157c24f0919aa0a8a851d ed4e11dbea5b80eb16c037282ac9ca6e026f4ba6 ee4ffe4caaf5330433fd51b4398f69e3a3ba1501 f1f178085ba093b689ce5c20cff82fff3e71e322 f58137edce8232e33daf91c3518c09131e8337b7 f6eead5258c4ea8dfec357e03ef402b092fcf0fa Package: ros-jazzy-nav2-behaviors Version: 1.3.13-1noble.20260903.032321 Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 3146 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_behaviors/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors_1.3.13-1noble.20260903.032321_amd64.deb Size: 533106 SHA256: ecaefa25b18dc4804e7e9a7054202a9aadc562c9499771e61692000682af6a99 SHA1: 294d6867e61018dd93d0174c35ce7a9fb2cf33fc MD5sum: 4e9f8f6c01e828ef5692e49cbeb3e543 Description: Nav2 behavior server Package: ros-jazzy-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-behaviors Version: 1.3.13-1noble.20260903.032321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 14798 Depends: ros-jazzy-nav2-behaviors (= 1.3.13-1noble.20260903.032321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors-dbgsym_1.3.13-1noble.20260903.032321_amd64.deb Size: 12930274 SHA256: defcef3a5e52cdfeaabc7016b0109dea688c719e7993775e8bc12e40e22ca7b8 SHA1: 57784d247ab57da512c647e0cecc4318b6f630ab MD5sum: 50f4f52c3d3429222ddf46b14385034c Description: debug symbols for ros-jazzy-nav2-behaviors Build-Ids: 0824d19bbf07ebf4cec4c6b5a5406906e95cb3eb 118e63355284ee7372ff9509ec04ffac61bed062 83b17f62829886d30f7a1955d34fcfe589abd8ef 8a5fee8c0f4670114b729c9c9cdb369baa399ebb b756478f13104c9231458d1809b9d4218f460364 c4bd9b77958244c31cc54e3ab0adc5b3cfbc7cff de58854bfda80cdac8bee79955782fac98ee1526 Package: ros-jazzy-nav2-bringup Version: 1.3.13-1noble.20260907.023821 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2197 Depends: ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch-ros, ros-jazzy-nav2-common, ros-jazzy-nav2-minimal-tb3-sim, ros-jazzy-nav2-minimal-tb4-sim, ros-jazzy-navigation2, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-slam-toolbox, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_bringup/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bringup/ros-jazzy-nav2-bringup_1.3.13-1noble.20260907.023821_amd64.deb Size: 34980 SHA256: 7511caaef40f2aeb386b2fd2bb54b2805a28a0b287a2c57c0c57cffef75ab532 SHA1: 8a7575492e629d9a5bd3348646e3fc270a1469a2 MD5sum: 4a783d4a1e662b6792cf69f2c65aa1e1 Description: Bringup scripts and configurations for the Nav2 stack Package: ros-jazzy-nav2-bt-navigator Version: 1.3.13-1noble.20260903.032108 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2162 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_bt_navigator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator_1.3.13-1noble.20260903.032108_amd64.deb Size: 473904 SHA256: 9f02cad5c4ded06fd207ec5f43f892fa8b913b0d6973458ef271fae5b2aa4db3 SHA1: 7fd7ddfaf840b2e8b59fe7ac896d21f1fe8a28a6 MD5sum: 1f09bbab86c1498e9f2f338bd17bd83a Description: Nav2 BT Navigator Server Package: ros-jazzy-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-bt-navigator Version: 1.3.13-1noble.20260903.032108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 11249 Depends: ros-jazzy-nav2-bt-navigator (= 1.3.13-1noble.20260903.032108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator-dbgsym_1.3.13-1noble.20260903.032108_amd64.deb Size: 10218112 SHA256: 0bb6af87bb6110e20a76c70af505cb94eee5ffc9d1e06430cbfb3ffe467d5cbf SHA1: 2baaaedb536f7a9a716724b9b25888820b554503 MD5sum: 74b017d95074e2f14cc2ac5f507f5fed Description: debug symbols for ros-jazzy-nav2-bt-navigator Build-Ids: 359509256b84936b9a89399e4177ba87699f40a7 3a9593a97b8433742d3cfd6bcb5a8c3151986423 859efe0eb3a1c38cbd54f16f63853027bfedc59d fa47dc19faf439c482ccd665d39aeb56e2ff8740 Package: ros-jazzy-nav2-collision-monitor Version: 1.3.13-1noble.20260903.031125 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 Homepage: https://index.ros.org/p/nav2_collision_monitor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor_1.3.13-1noble.20260903.031125_amd64.deb Size: 647964 SHA256: be09e47957787e957facf318f0419b9823bfb2dd70c34e29c855a230e215f6dd SHA1: c2a3e0c2967005d6c3029dd6ba14c091569932ed MD5sum: be5b316dc78f66e48ab84e3acd4b2dc6 Description: Collision Monitor Package: ros-jazzy-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-collision-monitor Version: 1.3.13-1noble.20260903.031125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexey Merzlyakov" Installed-Size: 25906 Depends: ros-jazzy-nav2-collision-monitor (= 1.3.13-1noble.20260903.031125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor-dbgsym_1.3.13-1noble.20260903.031125_amd64.deb Size: 21727342 SHA256: adc0b9033c516a12604241791e3748d9499c2f73ec5439f5448ffde2f00822d8 SHA1: b1c7e05974b5290df0b24d6ab239a2973fd89249 MD5sum: ac4f948784f261ca457e9af7dea8082b Description: debug symbols for ros-jazzy-nav2-collision-monitor Build-Ids: 4d78610113a048648aab92b11e141f3bd6b6f7f3 5337ca696987d51104d4084d60d581e7aa1644d3 55d581a127991bb4cc225c2451eccee9a65463fd fb664ee3a153780e1c4e10a187656758623c8c0e Package: ros-jazzy-nav2-common Version: 1.3.13-1noble.20260902.081418 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 Homepage: https://index.ros.org/p/nav2_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-common/ros-jazzy-nav2-common_1.3.13-1noble.20260902.081418_amd64.deb Size: 10294 SHA256: 3b3a5ea132599fe0d0b327fecf7adbffe9d6c4db09c05f738872c5b1efeb7c25 SHA1: d8808e9a2e98ed35d18e7de230c0c030a4377ea7 MD5sum: ad452b561fca051d44ee10b8d2b86e07 Description: Common support functionality used throughout the navigation 2 stack Package: ros-jazzy-nav2-constrained-smoother Version: 1.3.13-1noble.20260903.031935 Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 221 Depends: libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libceres-dev, ros-jazzy-angles, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_constrained_smoother/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother_1.3.13-1noble.20260903.031935_amd64.deb Size: 60756 SHA256: b420dbfbde0669117ea4dd49a72106a43a581e9c22816eded456536340643689 SHA1: 8a8f64657fa80087f2dcdd3d6167c54606778780 MD5sum: d10cdfd15c1dfacd367792931199f537 Description: Ceres constrained smoother Package: ros-jazzy-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-constrained-smoother Version: 1.3.13-1noble.20260903.031935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 2608 Depends: ros-jazzy-nav2-constrained-smoother (= 1.3.13-1noble.20260903.031935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother-dbgsym_1.3.13-1noble.20260903.031935_amd64.deb Size: 2607698 SHA256: 29bc155b9a951a165afb280c25d8db89ce240254e89eba3326f20468cf36cd68 SHA1: ee845107320c6b332dcc1cb4962fd6a36c6d7b40 MD5sum: 0f626dac7106a3d3e61568b0d0529840 Description: debug symbols for ros-jazzy-nav2-constrained-smoother Build-Ids: c704f07d3c772d6b8748ffbef126418ef23160f6 Package: ros-jazzy-nav2-controller Version: 1.3.13-1noble.20260903.032018 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 1673 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller_1.3.13-1noble.20260903.032018_amd64.deb Size: 347568 SHA256: d81f76f07e5542d53570ca131e3958b90765287e01c72ee9e413df715f1dc86f SHA1: 21c5ea98656513b88324003b144ddfd733cbc9a2 MD5sum: 1f3322aab798baa8e54d9e5e5eba105f Description: Controller action interface Package: ros-jazzy-nav2-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-controller Version: 1.3.13-1noble.20260903.032018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 8985 Depends: ros-jazzy-nav2-controller (= 1.3.13-1noble.20260903.032018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller-dbgsym_1.3.13-1noble.20260903.032018_amd64.deb Size: 8154226 SHA256: 2bbe3dc03fc038e12920c58e9fe423bda0f60405cc0fb6e187ba0b96f3223851 SHA1: fc2a2945b697c58f11aef46cd5aac5664154179e MD5sum: 17b025cc6f66193b7c0171ef47b1bc3c Description: debug symbols for ros-jazzy-nav2-controller Build-Ids: 06542d8619170e0d281d4797ce53f9a96563a749 45f6e14c3b77f8e4a22137b9fd49dc818470b4c6 54e1c38e13d3397ee5a7884f3680e612c1f53476 635f7772ce37f47f9739133b31dd5925c5e67033 8d77621d7493901866a514f381ab64998147f665 8e693fccfa656643582feb46fa8cc0a2b2f7cfa4 fa9d70669ddd53dc1b034c9ec9bd36a73da91953 Package: ros-jazzy-nav2-core Version: 1.3.13-1noble.20260903.031226 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 96 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-core/ros-jazzy-nav2-core_1.3.13-1noble.20260903.031226_amd64.deb Size: 14274 SHA256: e1f14385a8c375bc115ee9891d7caa5e3e37e57a28fc4c41a40a24db3ad640ac SHA1: e3fc5a55fd45d32cc61a27f5d19304f4630cdd16 MD5sum: 50af4696a797eef7b82fb5236a5a349a Description: A set of headers for plugins core to the Nav2 stack Package: ros-jazzy-nav2-costmap-2d Version: 1.3.13-1noble.20260903.024922 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 Homepage: https://index.ros.org/p/nav2_costmap_2d/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d_1.3.13-1noble.20260903.024922_amd64.deb Size: 1072922 SHA256: e134e756ad36b5383fa33803ba7567edcb8184c7d4c36fb6e267798f6a2d54de SHA1: 2f68e20a4f68ae80fd2899db22b4aea91e6703f0 MD5sum: 0afe87c46862f91bd410a5698572139a 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.13-1noble.20260903.024922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 34501 Depends: ros-jazzy-nav2-costmap-2d (= 1.3.13-1noble.20260903.024922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d-dbgsym_1.3.13-1noble.20260903.024922_amd64.deb Size: 30222008 SHA256: a907ac61883f3615935b28d287bc2eb439af332e8c9a509a2705fec7f6cd9d0c SHA1: d4bb094429c9fcc844952ccf8cb7eb075a260eb1 MD5sum: 4d16596bc90fde1c7f7d89c134ba1b0d Description: debug symbols for ros-jazzy-nav2-costmap-2d Build-Ids: 129b368fb099cab767d709059903d44702307c7b 17879ceea167b592e278e0141cfec6a8bf385dc4 24e3f27581cd07050d69b8ccb2c71327c83318ba 3cf75738497c7ad758f271694502b1d037169959 56c3ca82396b944cd99da6e6a56f780a3ae7e721 7d72ac45df6d7282aa184e4faff6f26892d0d148 c7edb5e3704884447e3c530ffd28982c0ed1e928 Package: ros-jazzy-nav2-dwb-controller Version: 1.3.13-1noble.20260903.033038 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 41 Depends: ros-jazzy-costmap-queue, ros-jazzy-dwb-core, ros-jazzy-dwb-critics, ros-jazzy-dwb-msgs, ros-jazzy-dwb-plugins, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_dwb_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-dwb-controller/ros-jazzy-nav2-dwb-controller_1.3.13-1noble.20260903.033038_amd64.deb Size: 5190 SHA256: ea4910ead9f114b277381745b75bd85e1d342661557eb75b4bcadf488992e0fe SHA1: e37529e094f64c70272bf4e045f02d583784536e MD5sum: 169cdcd45600a8c2e528788d5f8a7014 Description: ROS2 controller (DWB) metapackage Package: ros-jazzy-nav2-graceful-controller Version: 1.3.13-1noble.20260903.032134 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 416 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_graceful_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller_1.3.13-1noble.20260903.032134_amd64.deb Size: 105354 SHA256: 12151013a228e89544df67954bfd196abf526aeff81f8441407cd1d3dad6f4b1 SHA1: 48c305737d9311dc53b6a692e47c61ca9091d1a6 MD5sum: 14bd69e5d3ef05bc8314380b435b2356 Description: Graceful motion controller Package: ros-jazzy-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-graceful-controller Version: 1.3.13-1noble.20260903.032134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 2081 Depends: ros-jazzy-nav2-graceful-controller (= 1.3.13-1noble.20260903.032134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller-dbgsym_1.3.13-1noble.20260903.032134_amd64.deb Size: 1939808 SHA256: e23aa5eaea7544f548ee21519cb90f0a14afa856268b8d003f8fa8e6baf6b648 SHA1: 39b978d46892bbe67a39c8001ba03f99e2ee62df MD5sum: 4d8ef22e564e45089d864c63f5835678 Description: debug symbols for ros-jazzy-nav2-graceful-controller Build-Ids: 109375942f3847dd01e1d0737f7273cfdab4772c 4afe21db4fde03f2556da6dbb35203f2ec313404 Package: ros-jazzy-nav2-lifecycle-manager Version: 1.3.13-1noble.20260903.024931 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 Homepage: https://index.ros.org/p/nav2_lifecycle_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager_1.3.13-1noble.20260903.024931_amd64.deb Size: 91190 SHA256: 72b7553f5bdd0964f4be41acb5f5c98853bb1588077f09b64162c3061cff0ae6 SHA1: 3e6aaed084922c036540702a6f575723305425da MD5sum: 7078464f24c0d2499ebdbd69f009b5a6 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.13-1noble.20260903.024931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 1881 Depends: ros-jazzy-nav2-lifecycle-manager (= 1.3.13-1noble.20260903.024931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager-dbgsym_1.3.13-1noble.20260903.024931_amd64.deb Size: 1761204 SHA256: e414d4eba8cc13f2e540f6cf0138d0750400352b6e5e2a48e1fade1d33283d18 SHA1: c1d9373f5ba050f7a19cf99625f8ad4de3979e47 MD5sum: 9ec71f4757fd92a521c610e923fe3020 Description: debug symbols for ros-jazzy-nav2-lifecycle-manager Build-Ids: 0a4f0326d3ac60ac65915a7be05f031d90f11bbf ab69e9f4f92ec0ec1e1a3959820e67baa4726f90 Package: ros-jazzy-nav2-loopback-sim Version: 1.3.13-1noble.20260903.071341 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 Homepage: https://index.ros.org/p/nav2_loopback_sim/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-loopback-sim/ros-jazzy-nav2-loopback-sim_1.3.13-1noble.20260903.071341_amd64.deb Size: 17234 SHA256: 97864a67240ad57cbea618f85c40c44446f305357c680b8a362ca51d50a32a1b SHA1: e6e9be4b20c8c4d75d4a6e4d3e1efdec72c47753 MD5sum: 426205be9034b703dc61c0defb79d5a5 Description: A loopback simulator to replace physics simulation Package: ros-jazzy-nav2-map-server Version: 1.3.13-1noble.20260903.025026 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 Homepage: https://index.ros.org/p/nav2_map_server/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server_1.3.13-1noble.20260903.025026_amd64.deb Size: 224348 SHA256: 1377353ed81b5ccf19e9728e89567bcf167e34c01bfcce8b8842b31e664f2c71 SHA1: 484b5752ae7149c69dd58f394eee66ef67d3e67f MD5sum: 22cf7e06acd9401b5ae71fb4a0621c38 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.13-1noble.20260903.025026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brian Wilcox" Installed-Size: 5857 Depends: ros-jazzy-nav2-map-server (= 1.3.13-1noble.20260903.025026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server-dbgsym_1.3.13-1noble.20260903.025026_amd64.deb Size: 5376212 SHA256: f8aa21cdfffb5ad8690e52ae3acd9a946cd2a888b5483669254c5c1449bb7b19 SHA1: f7d01358775015e9afc3dfee1b3a0329fce884f6 MD5sum: ff0ff1cceffae73f466c1ee7989be22b Description: debug symbols for ros-jazzy-nav2-map-server Build-Ids: 099737c1db97d8965fcb8c5ef53bc06aa7b37983 480ea7da0de6b68c945e44689ef0632db65a5e99 636d5f547958eb177376fa486d324f650f81a6f1 781460b68772cd6a8381a10f12d1927f171c36db 9e2c5741e41c1ac5bbba6a7c47fcef4e86b84684 ffd5c364f92a21201a3d99d34690964e1da2d52b Package: ros-jazzy-nav2-minimal-tb3-sim Version: 1.0.1-1noble.20260905.085912 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.20260905.085912_amd64.deb Size: 43798 SHA256: 017f9c2cb6adeff676747b4c5641d5368ce342ca675f2068b905e0a20b2fb227 SHA1: 89b993ec281fab2368f4ef150ab574c5072234fa MD5sum: ad57c68ca8c1400c3cfe71c4cdf60ff3 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-jazzy-nav2-minimal-tb4-description Version: 1.0.1-1noble.20260903.022723 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.20260903.022723_amd64.deb Size: 4524788 SHA256: 7a4ed20fc07c302650311509d77b7d74df3d2dd65da602965180f71607bbc112 SHA1: 04dd9a4c41ac7689a56c9e22c38a5e1f6c8ab503 MD5sum: f1efdc4af1733faab9965c2a7954ea5e Description: Nav2's minimum Turtlebot4 Description package Package: ros-jazzy-nav2-minimal-tb4-sim Version: 1.0.1-1noble.20260907.023002 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.20260907.023002_amd64.deb Size: 9930 SHA256: fe14bbea7a60f6ed70a35bee7b4e79262c2958c7e35f49bc4064f3f6650b2d92 SHA1: 5794d0816a2ffe2734ac3b37d54e906820cd08fc MD5sum: 3ea0a0bc7e80347fe62055712762b15f Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-jazzy-nav2-mppi-controller Version: 1.3.13-1noble.20260903.032340 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1440 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), libtinyxml2-10 (>= 10.0.0), libbenchmark-dev, libomp-dev, libxsimd-dev, libxtensor-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_mppi_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller_1.3.13-1noble.20260903.032340_amd64.deb Size: 455516 SHA256: 1d0e6b4dd0cb1e132a63a7084bfe53e1a07d595c25e78d44b8e078f1403a9737 SHA1: 2f1f32e76d5dcf9b7e1688cbd4d8a92a475eb117 MD5sum: 45f272866ae8b7d4c98cf75426be260d Description: nav2_mppi_controller Package: ros-jazzy-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-mppi-controller Version: 1.3.13-1noble.20260903.032340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 14114 Depends: ros-jazzy-nav2-mppi-controller (= 1.3.13-1noble.20260903.032340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller-dbgsym_1.3.13-1noble.20260903.032340_amd64.deb Size: 13908272 SHA256: 8174d59bb8e59c297898fdd98b39e9c2d740a552e9c78d030548b5bd52cd4ea2 SHA1: ac8224fdd033f81a2bfd54f51788aaf9ff0d349f MD5sum: ede6601b40348228633a624eda6deeea Description: debug symbols for ros-jazzy-nav2-mppi-controller Build-Ids: 769c8eaa678a61699a328361177fcf924065c1ea c40cb426cbba3c6f1881a2a854534c84e5b99fb5 Package: ros-jazzy-nav2-msgs Version: 1.3.13-1noble.20260902.082014 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 34120 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 Homepage: https://index.ros.org/p/nav2_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs_1.3.13-1noble.20260902.082014_amd64.deb Size: 1826504 SHA256: baf0a2c1e09159b1c1a61feb7e7b170f7f8af0987b15c2f630653fcbb39be79c SHA1: c86981060d08f0de73ff45ab1a0295caa4a40853 MD5sum: 08e409343e4a3b7c352e4d6d155c0564 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.13-1noble.20260902.082014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 19182 Depends: ros-jazzy-nav2-msgs (= 1.3.13-1noble.20260902.082014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs-dbgsym_1.3.13-1noble.20260902.082014_amd64.deb Size: 14365076 SHA256: fcb704e7ad2f7ce3fb58188bb5917db70f9810e690aca23ae518d8ff9c62a16e SHA1: 6ed1311579b438497b05c272668eadcc7cf54682 MD5sum: ae23c05a9eef3f25d8e93cfaa4bf996d Description: debug symbols for ros-jazzy-nav2-msgs Build-Ids: 3438be0fad5474261d4127ce4c2fa7a02f19c89a 38852a53d276800926f42abce98da43232227f5c 509c18d31dfe78b3a5fa1b5dca057091f3f572d7 6e4cbccb51d8d9e045e6c038238542fbb7c2d84e 71f76d493f7ecb09df50a552599f9e5e412d63e3 7ad9b5f15ab24ec7720f95dc8abcc237a503f92f 834078805508188b18330f64e53ed2e6dd12d566 93377fef39f129c61a7b5743a4f70c6683b6c6bb c0af06579be6735da3be13ed50d224ada4e1ca8e c42f4330332d4716e0949a26b7fba66c30927e0f e7a18c8960af3c23c6d30a399268d8722a4aa26c Package: ros-jazzy-nav2-navfn-planner Version: 1.3.13-1noble.20260903.031832 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 192 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_navfn_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner_1.3.13-1noble.20260903.031832_amd64.deb Size: 51564 SHA256: d6df8a64404aeffaf9a23f61b8457ecb0db2c11f8a4478ac2990f303732f826a SHA1: f38cb76d386fd136b0fbbea65b7dfa0d63897298 MD5sum: a0a1b56ef04eca52c07869be0a35d9e0 Description: Nav2 NavFn planner Package: ros-jazzy-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-navfn-planner Version: 1.3.13-1noble.20260903.031832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 712 Depends: ros-jazzy-nav2-navfn-planner (= 1.3.13-1noble.20260903.031832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner-dbgsym_1.3.13-1noble.20260903.031832_amd64.deb Size: 682114 SHA256: e84197374a0694de500edb8aae05e5b5f4af5899f0f9296df20d5539185db9c0 SHA1: c7fac69dcf874c419b546213830d8b120dfc6238 MD5sum: d48d65443807b4d7f3e723fd1c4d67cc Description: debug symbols for ros-jazzy-nav2-navfn-planner Build-Ids: 664eab7d5cbeb2f98866c155133aed6e35d1b566 Package: ros-jazzy-nav2-planner Version: 1.3.13-1noble.20260903.031918 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 743 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner_1.3.13-1noble.20260903.031918_amd64.deb Size: 208580 SHA256: e2910b62df070b7b43bd66ae863f273c6c20ed5f1b9ebe11b3dd3ff2e73867e3 SHA1: d8aa125cf92f16336f1836fb562271e34f1e49ac MD5sum: 133552e705ea5751385ac67ae1e87544 Description: Nav2 planner server package Package: ros-jazzy-nav2-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-planner Version: 1.3.13-1noble.20260903.031918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3348 Depends: ros-jazzy-nav2-planner (= 1.3.13-1noble.20260903.031918) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner-dbgsym_1.3.13-1noble.20260903.031918_amd64.deb Size: 3084912 SHA256: b47c14a01c513842e69fcaf90944626a49236e965b45cc205e00307a1fa8db19 SHA1: 65490a67c3d83eeac71cb78b8b3494c2471775f6 MD5sum: da62f232f19bd52e3e077d26d45c5ddf Description: debug symbols for ros-jazzy-nav2-planner Build-Ids: d631a71e6022dca3d0dae400c553e83c03406ec4 ec0048a184cda66dd397904ae8bd04b94babfb24 Package: ros-jazzy-nav2-regulated-pure-pursuit-controller Version: 1.3.13-1noble.20260903.031928 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 419 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_regulated_pure_pursuit_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-regulated-pure-pursuit-controller/ros-jazzy-nav2-regulated-pure-pursuit-controller_1.3.13-1noble.20260903.031928_amd64.deb Size: 110178 SHA256: 0cba67e68a603fbf07ae6774e23b151d0e0f14a4d231aa4f023819a06776eadc SHA1: d853014dddbce2384ac775595594c78caa7856ec MD5sum: d615cbe2d0e881fbec506f9b3a1a0d64 Description: Regulated Pure Pursuit Controller Package: ros-jazzy-nav2-regulated-pure-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-regulated-pure-pursuit-controller Version: 1.3.13-1noble.20260903.031928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2307 Depends: ros-jazzy-nav2-regulated-pure-pursuit-controller (= 1.3.13-1noble.20260903.031928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-regulated-pure-pursuit-controller/ros-jazzy-nav2-regulated-pure-pursuit-controller-dbgsym_1.3.13-1noble.20260903.031928_amd64.deb Size: 2169514 SHA256: e0d3b32a92f7d3eaca9d62fd888501f7b84a8bb3e014fa4560a80b3b97a71887 SHA1: 11397c3e5ad0cd6d0822d9c751eaf15ed85d3ec7 MD5sum: 76bc975c366de2501f03e146ec6bfd04 Description: debug symbols for ros-jazzy-nav2-regulated-pure-pursuit-controller Build-Ids: e8ffd4166944f87489eedb47bda60dfecb8c013e Package: ros-jazzy-nav2-rotation-shim-controller Version: 1.3.13-1noble.20260903.032741 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 372 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-controller, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_rotation_shim_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller_1.3.13-1noble.20260903.032741_amd64.deb Size: 113958 SHA256: c9bf50ad751262aa2e8c1e01bf8dca680a259c237f565eb478fc208d6142e801 SHA1: 2d385c2e483fa322b01f7e063048339ddcd0fe6f MD5sum: a02776b0ff30ac26ec9c3558ca737b6e Description: Rotation Shim Controller Package: ros-jazzy-nav2-rotation-shim-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-rotation-shim-controller Version: 1.3.13-1noble.20260903.032741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1460 Depends: ros-jazzy-nav2-rotation-shim-controller (= 1.3.13-1noble.20260903.032741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller-dbgsym_1.3.13-1noble.20260903.032741_amd64.deb Size: 1382878 SHA256: eb045be81477275ad3e74a9348168927cc9237e564ff780bfb308036d1d9fcd1 SHA1: 3e5962b7bcc1bed4a72f7f96bada6c4690e025ef MD5sum: f91d8f838ee4623b6a368b10ebadcf9a Description: debug symbols for ros-jazzy-nav2-rotation-shim-controller Build-Ids: 06b93edaccde0d36080f600f48a53738c616df8a Package: ros-jazzy-nav2-route Version: 1.3.13-1noble.20260903.032339 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2585 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libnanoflann-dev, nlohmann-json3-dev, ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_route/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-route/ros-jazzy-nav2-route_1.3.13-1noble.20260903.032339_amd64.deb Size: 582848 SHA256: c4646b08584c874bbccca089b90c96c7c42e34e3e3a7bf030ba1165b50185c38 SHA1: 4c893615d358a2caf1b1e2be7f60d7301de3f3c7 MD5sum: 87a7be42592b28c511480ddaffaa8c5e Description: A Route Graph planner to compliment the Planner Server Package: ros-jazzy-nav2-route-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-route Version: 1.3.13-1noble.20260903.032339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 15707 Depends: ros-jazzy-nav2-route (= 1.3.13-1noble.20260903.032339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-route/ros-jazzy-nav2-route-dbgsym_1.3.13-1noble.20260903.032339_amd64.deb Size: 14803584 SHA256: 7ee4a5ae180ee120c54111ab34089d05807f967b4970c451b55ecea3feaf2e2c SHA1: 46515e3be5223d2b6ad35da54a40a60de37fc6a5 MD5sum: e3678cad8bfc251bcc419589fa85f7a6 Description: debug symbols for ros-jazzy-nav2-route Build-Ids: 2360e781c639c77b101b2766155e5c89efd8c79c 58e23c7e49048cfb0777a48b8737f3e7d0eb5b5e 85aae5fbf37d438e006cae1182e85c52c6cef83b 95d05c3937aa91f4a89c905f65e789a6e8af0c21 9d7dd4f01260af358994578f42f5b4bf7574f8a4 f60bfc7a303437eb3402c52ae1d42d0f5f8b6719 Package: ros-jazzy-nav2-rviz-plugins Version: 1.3.13-1noble.20260905.070215 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2960 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), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-msgs, ros-jazzy-nav2-route, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-resource-retriever, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_rviz_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins_1.3.13-1noble.20260905.070215_amd64.deb Size: 575312 SHA256: 9ae03b2351215e834af6b9d6d63b1df5e38c7545954797f3ae7ce713de18a3a0 SHA1: 376ffbe2631e5e88eb7440641d23621100271572 MD5sum: ce83a0dfc5770f5fadeb683645c8f294 Description: Navigation 2 plugins for rviz Package: ros-jazzy-nav2-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-rviz-plugins Version: 1.3.13-1noble.20260905.070215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 16529 Depends: ros-jazzy-nav2-rviz-plugins (= 1.3.13-1noble.20260905.070215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins-dbgsym_1.3.13-1noble.20260905.070215_amd64.deb Size: 14496622 SHA256: e0b563c58767dd558c2336e052f6a9f38b1e2b469f7f654193744edf359dcbd6 SHA1: 7c6ce0ecd812b29bd7ec0196e08a7cf60df9059b MD5sum: 5a1d47981b84919256d12e9876ec2129 Description: debug symbols for ros-jazzy-nav2-rviz-plugins Build-Ids: b454f7b22f7f7887bec18eace5f95ba99c5ab416 Package: ros-jazzy-nav2-simple-commander Version: 1.3.13-1noble.20260903.065856 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 Homepage: https://index.ros.org/p/nav2_simple_commander/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-simple-commander/ros-jazzy-nav2-simple-commander_1.3.13-1noble.20260903.065856_amd64.deb Size: 42498 SHA256: 6aafcc4a970fa233321cdd518d40b250a73e54f3e478feb6d8f39e6995716c3f SHA1: 98893fecfaddd9994e6a81d157d9cf1321f5c97b MD5sum: f744e0d6661c44341faa0e393bf45e81 Description: An importable library for writing mobile robot applications in python3 Package: ros-jazzy-nav2-smac-planner Version: 1.3.13-1noble.20260903.032637 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2907 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ompl, libeigen3-dev, nlohmann-json3-dev, ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_smac_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner_1.3.13-1noble.20260903.032637_amd64.deb Size: 620970 SHA256: 917c5556fd9e0a6321dec4da1dc3fdf314996e7d71294ccf75a152ca0c150cb6 SHA1: c94d3800af481c171f417a3f1c05bd564b12ac00 MD5sum: 6e044b07ca7ff22c01b018efb331742b Description: Smac global planning plugin: A*, Hybrid-A*, State Lattice Package: ros-jazzy-nav2-smac-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-smac-planner Version: 1.3.13-1noble.20260903.032637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 14802 Depends: ros-jazzy-nav2-smac-planner (= 1.3.13-1noble.20260903.032637) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner-dbgsym_1.3.13-1noble.20260903.032637_amd64.deb Size: 14023092 SHA256: ca7818cfb68970250484fdb0a959c3285b5a450a21a2e845a6d3dbb88f53f885 SHA1: a6def21c1bf97361010f270fdcc38bdb2ac9b26b MD5sum: 7c38c12f79fc751f638e320e449dc265 Description: debug symbols for ros-jazzy-nav2-smac-planner Build-Ids: 2b9e2bf42b62d09aaf811ca16499c9a56537ff54 4b6891bb6e9a9bb812c5fec949b397c0e3fb1a73 7944dac9685443ac45767c502b1c50bbafda1fcf Package: ros-jazzy-nav2-smoother Version: 1.3.13-1noble.20260903.031926 Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 1104 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_smoother/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother_1.3.13-1noble.20260903.031926_amd64.deb Size: 275202 SHA256: 619a881b4ea568b624259eefe6968205f08c7f8b42c05bc8d45a27e2a5db1078 SHA1: aabb0ea734c07d6305632c22b4e496b89cddf226 MD5sum: 772d87d4cf54a7a671506a6b70f5a7a7 Description: Smoother action interface Package: ros-jazzy-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-smoother Version: 1.3.13-1noble.20260903.031926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 5478 Depends: ros-jazzy-nav2-smoother (= 1.3.13-1noble.20260903.031926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother-dbgsym_1.3.13-1noble.20260903.031926_amd64.deb Size: 4970528 SHA256: e09700d01b0eb5bf3bd3c3523f6974f298104cea56cd7eddb3d4fcdaa948f26b SHA1: 3fbce7ec1beb88d9334f56a12709b2e43b614465 MD5sum: 2dd268ac12d3eab8e5d9c02093593625 Description: debug symbols for ros-jazzy-nav2-smoother Build-Ids: 1fbe7bde3ba36ee79856cadcd9de621c932d928d a3974891020c74b226161fb53a9a738c420b9c97 d982e37658047c254144a6be5dcd46f2f85f0ef3 eb226b2fd05bcf377b5c60c2fe4a7fcdc6296f16 Package: ros-jazzy-nav2-system-tests Version: 1.3.13-1noble.20260907.024727 Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 247 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), lcov, ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-nav-msgs, ros-jazzy-nav2-amcl, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-bringup, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-map-server, ros-jazzy-nav2-minimal-tb3-sim, ros-jazzy-nav2-msgs, ros-jazzy-nav2-navfn-planner, ros-jazzy-nav2-planner, ros-jazzy-nav2-util, ros-jazzy-navigation2, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_system_tests/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests_1.3.13-1noble.20260907.024727_amd64.deb Size: 34908 SHA256: d457599b1454cc10488a03cd99a13374607aee5c24d1875ed0377bb4c8eee092 SHA1: 94508e2faa5d3b487878ff9ef906b37b8af9425f MD5sum: 19728717b13426d3214156df106dcf33 Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-jazzy-nav2-system-tests-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-system-tests Version: 1.3.13-1noble.20260907.024727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 800 Depends: ros-jazzy-nav2-system-tests (= 1.3.13-1noble.20260907.024727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests-dbgsym_1.3.13-1noble.20260907.024727_amd64.deb Size: 705726 SHA256: 8fe4671454b9a73bf25a937113676780b768d39d48f90ae8522f7aff28f6c5a6 SHA1: b4177fe8a676a4a6dde3641f23a345c18c0af2cf MD5sum: 89fd001f51fe9cbeed32d6c624289362 Description: debug symbols for ros-jazzy-nav2-system-tests Build-Ids: 18282fe389c0c44d49e8923591bdd8911f4eb655 27ad8787f32edafdaea31cbe061b474cc5690f08 7553212e56c001b059e7904a4ea972329f3ef5d2 Package: ros-jazzy-nav2-theta-star-planner Version: 1.3.13-1noble.20260903.031907 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 182 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_theta_star_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner_1.3.13-1noble.20260903.031907_amd64.deb Size: 46386 SHA256: 3a44428b77ab49215a2b5a07850c2e06ed24fab65100cf954bf62409db8aced2 SHA1: c053cab3509e5f7cc590e63844b9191521e1c1cf MD5sum: ba4fd55a619fd59e743c92791c4323c6 Description: Theta* Global Planning Plugin Package: ros-jazzy-nav2-theta-star-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-theta-star-planner Version: 1.3.13-1noble.20260903.031907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 680 Depends: ros-jazzy-nav2-theta-star-planner (= 1.3.13-1noble.20260903.031907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner-dbgsym_1.3.13-1noble.20260903.031907_amd64.deb Size: 654192 SHA256: d020ab7268d1796cbecfd26a15f20072d17d6f374e1d479e74bb84daf96a3d3b SHA1: c43440bebcfa0bf0a9e0318746b7b548aefef462 MD5sum: e72b2d222b35e5b6eed49730bdbe2a92 Description: debug symbols for ros-jazzy-nav2-theta-star-planner Build-Ids: c24fe111724b86e895a0c9c561977baa838e3e8a Package: ros-jazzy-nav2-util Version: 1.3.13-1noble.20260903.023450 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 Homepage: https://index.ros.org/p/nav2_util/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util_1.3.13-1noble.20260903.023450_amd64.deb Size: 170560 SHA256: 78b001709b99f9d662d147aca228a8919296b9740808c1cd2c589e392c27dc46 SHA1: d85b196309f862d6a675870dc5d3effaa57a3069 MD5sum: b13ab7214a9f0cdc15983f0cd0d1899b Description: Nav2 utilities Package: ros-jazzy-nav2-util-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-util Version: 1.3.13-1noble.20260903.023450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 3766 Depends: ros-jazzy-nav2-util (= 1.3.13-1noble.20260903.023450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util-dbgsym_1.3.13-1noble.20260903.023450_amd64.deb Size: 3397602 SHA256: 29688a6068b8074a12b147dea5220434515d00b4a3db99eed8c82e2473fabf11 SHA1: 4d20df90260a17053cf55fdde7c8efa8c35d45d1 MD5sum: 98f897d4dc1ec2e574ab03936521d401 Description: debug symbols for ros-jazzy-nav2-util Build-Ids: 0a959e842f022d18325e617674747d0445e238d2 76579c0d4b5abc629455ff9b3f677ea627d12e68 Package: ros-jazzy-nav2-velocity-smoother Version: 1.3.13-1noble.20260903.025045 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 Homepage: https://index.ros.org/p/nav2_velocity_smoother/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother_1.3.13-1noble.20260903.025045_amd64.deb Size: 160188 SHA256: 0ff4339f848444f1b061f930b09655a217fd1bd2e2e1fedd878445584ad70344 SHA1: 01c6ed368b84cd2fda5abb5ccf1c8b5a7d2985e3 MD5sum: 1dd014ac34cfaf450428c759ac6e888e 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.13-1noble.20260903.025045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3865 Depends: ros-jazzy-nav2-velocity-smoother (= 1.3.13-1noble.20260903.025045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother-dbgsym_1.3.13-1noble.20260903.025045_amd64.deb Size: 3281974 SHA256: 11b6cbcaa51ff9ba0a42082a0c8e20eb8587c24cedad9be6b92c799baed3afab SHA1: c0991c608c5a2fb731d945df1af9be2c38d3769a MD5sum: c4248b085192c4ec04a570c18383599e Description: debug symbols for ros-jazzy-nav2-velocity-smoother Build-Ids: a3e6cebce3927b91799940fd06dbbfe156c6c91b b7a0515bb67bc50c93f0c5adf78bee09bfd012c4 Package: ros-jazzy-nav2-voxel-grid Version: 1.3.13-1noble.20260902.082710 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 Homepage: https://index.ros.org/p/nav2_voxel_grid/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid_1.3.13-1noble.20260902.082710_amd64.deb Size: 19780 SHA256: 8a7b29284ec24c25477bd84a75699e0267504955dd754504513f27a88a0fa065 SHA1: 9e2baea3551aa8147853d265bd87e7e8f3ca687b MD5sum: 02e35ac587194310ce1a02d9a49b9f85 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.13-1noble.20260902.082710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 210 Depends: ros-jazzy-nav2-voxel-grid (= 1.3.13-1noble.20260902.082710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid-dbgsym_1.3.13-1noble.20260902.082710_amd64.deb Size: 197704 SHA256: 1065e1872cc07de9aab230de41bc06ce4e7b6726e0fbb5a58e2d10aea965abaa SHA1: f77165f73efb6a9318caf50936e9119759b0d6a6 MD5sum: 43815705e3d230ae34d09b3c9192c8fa Description: debug symbols for ros-jazzy-nav2-voxel-grid Build-Ids: ed3963617e0a9e46b50132d55f5384708e3a6243 Package: ros-jazzy-nav2-waypoint-follower Version: 1.3.13-1noble.20260903.071402 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1727 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-cv-bridge, ros-jazzy-geographic-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nav2_waypoint_follower/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower_1.3.13-1noble.20260903.071402_amd64.deb Size: 369182 SHA256: 724a2a749f81675d92c5d22dd173755525691f2b5d8b4e4cff9611bfa5c39a7e SHA1: 13a56d858b02f7a25502625a45b2bf784ecf1d9d MD5sum: fdd1227f60b14caf25bab60ca2ad7427 Description: A waypoint follower navigation server Package: ros-jazzy-nav2-waypoint-follower-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-waypoint-follower Version: 1.3.13-1noble.20260903.071402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 8294 Depends: ros-jazzy-nav2-waypoint-follower (= 1.3.13-1noble.20260903.071402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower-dbgsym_1.3.13-1noble.20260903.071402_amd64.deb Size: 7380876 SHA256: 16a68c420a7fced390e595240f259a3ed42c7d2d87c7474c055d51331c121ab3 SHA1: 4ebb1661522db23cb24825587dc69969965a3e78 MD5sum: 72f033c0fe50e57b41e03468fcd2cc51 Description: debug symbols for ros-jazzy-nav2-waypoint-follower Build-Ids: 03cd71465c9cfa6ecf4765b839621cdd8c83347e 0a465a93f515ecceb0f0168bd16b5213ece703fe 7a56d88d033dc930f1c4055b8838883f41d6dda7 856b3715c345acfbe35dc1b41751798be74195f4 88fbdbf8cf198aa89c085d6f9d6fa0557d8ce942 Package: ros-jazzy-navigation2 Version: 1.3.13-1noble.20260905.072714 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 43 Depends: ros-jazzy-nav2-amcl, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-behaviors, ros-jazzy-nav2-bt-navigator, ros-jazzy-nav2-collision-monitor, ros-jazzy-nav2-constrained-smoother, ros-jazzy-nav2-controller, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-dwb-controller, ros-jazzy-nav2-graceful-controller, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-map-server, ros-jazzy-nav2-mppi-controller, ros-jazzy-nav2-msgs, ros-jazzy-nav2-navfn-planner, ros-jazzy-nav2-planner, ros-jazzy-nav2-regulated-pure-pursuit-controller, ros-jazzy-nav2-rotation-shim-controller, ros-jazzy-nav2-route, ros-jazzy-nav2-rviz-plugins, ros-jazzy-nav2-simple-commander, ros-jazzy-nav2-smac-planner, ros-jazzy-nav2-smoother, ros-jazzy-nav2-theta-star-planner, ros-jazzy-nav2-util, ros-jazzy-nav2-velocity-smoother, ros-jazzy-nav2-voxel-grid, ros-jazzy-nav2-waypoint-follower, ros-jazzy-opennav-docking, ros-jazzy-opennav-docking-bt, ros-jazzy-opennav-docking-core, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/navigation2/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navigation2/ros-jazzy-navigation2_1.3.13-1noble.20260905.072714_amd64.deb Size: 5696 SHA256: 45a60a12082c1b138128004fa5fa187a8f25811e631fc0130b6a05c1d4ee5a6e SHA1: d30f64150cc34c742dc7a5fa095706f72108ddd7 MD5sum: edb04c108fa7203e9a491bce9c4f9403 Description: ROS2 Navigation Stack 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.20260903.090831 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.20260903.090831_amd64.deb Size: 44232 SHA256: 9258a0e65a33d94ac2e0c64ad627ff30ad5e823525f5cde52a49753edd84a35a SHA1: ec41c4616765a415187f9fcbc87075b34866e354 MD5sum: 2cee9c80638a292dbd00e2239fcf5b12 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.20260903.090831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1619 Depends: ros-jazzy-navmap-examples (= 0.3.0-1noble.20260903.090831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-examples/ros-jazzy-navmap-examples-dbgsym_0.3.0-1noble.20260903.090831_amd64.deb Size: 1534462 SHA256: 7a2e2e0db39526f58adc6a60f11dc74a856f1189474270d0c90ab4ef2899f3b9 SHA1: b5da7cdfe2e3bbf2f97afe3fb9f9547f6a2def30 MD5sum: 1d0db23a95f6e991b178923f93314fc4 Description: debug symbols for ros-jazzy-navmap-examples Build-Ids: 0d2d82894ea169f83f626ab3054e662593873489 4c64200d35c082f7285a021c19ddbeda5853568c 56489a090d8ab843e51202bd0689c2c62be041e8 5c0875780e7a21325015bc4cea1b60dc0436ce4d 6704e851123d47dd67e48d8e8aee7c4edde78ac8 6b4440a75e930d4e8c81a1c4d65140bf0d415f7e 88b83637aac68f2bcaabe2606b0a809ba04f8b90 c672d3d1060a37e2b7e6e91cef9b6335c10552a3 Package: ros-jazzy-navmap-ros Version: 0.3.0-1noble.20260903.082603 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.20260903.082603_amd64.deb Size: 212604 SHA256: 1c04cfd33649627b435fb40b3044c3dccf0a7eb37e8976bf0a7e1f0e535b8f87 SHA1: 99adc0f10ede2e2ab60ee5596d632fa804be2b7e MD5sum: 746fd00cd37c5d9a4f4dc10a53b64bb0 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.20260903.082603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 5261 Depends: ros-jazzy-navmap-ros (= 0.3.0-1noble.20260903.082603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros/ros-jazzy-navmap-ros-dbgsym_0.3.0-1noble.20260903.082603_amd64.deb Size: 4661740 SHA256: 4050720273c06e7b9b510958722c95660a324b9a0ffac3d92aa98279c8245854 SHA1: 33f511075caffd0078ee7a1d25f25621adb65bc8 MD5sum: e24647c2de9285850fabd9dfd4af9a7f Description: debug symbols for ros-jazzy-navmap-ros Build-Ids: a3e1c84a8fa352db9a0487a032106c4d55ab5a12 c9c55586c4fc82c23c4798d5009d3c809e0d51b4 Package: ros-jazzy-navmap-ros-interfaces Version: 0.3.0-1noble.20260902.034600 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1060 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.20260902.034600_amd64.deb Size: 103812 SHA256: 32d163218f06bed408465ce5e0c6fd3df6bfd0a5ca3d7f969d02d8a730416d6f SHA1: 72d77fcef2adeefaf0f09335f8ddc2140ef16388 MD5sum: 53f17e12669d74231c59e1230a2c5059 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.20260902.034600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 835 Depends: ros-jazzy-navmap-ros-interfaces (= 0.3.0-1noble.20260902.034600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros-interfaces/ros-jazzy-navmap-ros-interfaces-dbgsym_0.3.0-1noble.20260902.034600_amd64.deb Size: 679252 SHA256: 21ad5001a9cf7e3da9f2dea1442c170ceb2e02ab003928abd7a10d5a18b6b50d SHA1: 756a491ca99e2cc65647ef8467a4e46e99534dc6 MD5sum: 9329ddc39483eae08a4022724cdb2ce7 Description: debug symbols for ros-jazzy-navmap-ros-interfaces Build-Ids: 0128f60c2b72962cd9f5daef9b52b081ddb8b701 17c5a9e56c913b5c1afc08598a8137912875ec68 2a204c3ff953378b0e56d78cc222b70d75d4d4a7 3735ce3e5bc0edfda4a711a4c567f10788fa238c 3b769c2163c0dd1859305c67ddfc3f440cd8aa56 6226be4e6ed1747a8f97e254e8c53cdaae6ff4ed 7142fda2a52fe479385f57f581839fb6ccab38f1 72dbfb943b754a0758d7658d3c8c3e313f4e1d52 abffe6a6c2f1a076980cf45261a6e4002a00f880 b107be1c1c8ef15d9f4d1bb0f88275bcbce87654 e6dad8892d268778a85e8865ba5f25c0c6aaf914 Package: ros-jazzy-navmap-rviz-plugin Version: 0.3.0-1noble.20260905.070252 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.20260905.070252_amd64.deb Size: 196502 SHA256: 435ddb7d29590d54a1423de71ca7d92e264e881faabf0d48a9a27d26e10c6f41 SHA1: 6945fbda97dfc16655a221ac81e2a5c5ec886e9b MD5sum: 4d5df327ef54da62b432d974240126cd 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.20260905.070252 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.20260905.070252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-rviz-plugin/ros-jazzy-navmap-rviz-plugin-dbgsym_0.3.0-1noble.20260905.070252_amd64.deb Size: 5628964 SHA256: 7ca322a79ed473d080912ddd7a452395762848d71793baaa1c8e17667710c19c SHA1: 06b4c3c79a6f57ad49ce7e847f73ede0cc7606d6 MD5sum: 492fd4fcc1e37829ae0f78b19bc436a4 Description: debug symbols for ros-jazzy-navmap-rviz-plugin Build-Ids: 08a9f09c8a8105d28811e379efe4934f6e67e51c Package: ros-jazzy-ndcurves Version: 2.3.0-1noble.20260826.093259 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.20260826.093259_amd64.deb Size: 978222 SHA256: f9bd955345e3cba0d8f6b296aecc50783befd477143343f0eeb9d40bd41c9e0a SHA1: 6e0a81923606e3376b57ec8581e53d560dcf5b33 MD5sum: b49a66be62a1d023ac3755139ddf2400 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.20260826.093259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 27459 Depends: ros-jazzy-ndcurves (= 2.3.0-1noble.20260826.093259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ndcurves/ros-jazzy-ndcurves-dbgsym_2.3.0-1noble.20260826.093259_amd64.deb Size: 22596828 SHA256: 5a0445fddb57e9df7fcab880eba59dde9bb9473cb64273a19014f46490ea6679 SHA1: 4c61e8d43ee8098dd283ce63fb02e0819f6251af MD5sum: f891c848fed6f89078f80f9f32338449 Description: debug symbols for ros-jazzy-ndcurves Build-Ids: 6914726ec2e5f42af94f24591b325ec2bc6a6b16 Package: ros-jazzy-nebula Version: 1.2.0-1noble.20260904.091453 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.20260904.091453_amd64.deb Size: 8728 SHA256: 1427146e8f955f511021fa830a168dec02258678f47d37d0f8a76555d7e2a512 SHA1: f712f10d342bd13e21d2c623286b5fee1e5b7d4b MD5sum: de505da5ec6422fe14bc5796c0615553 Description: Nebula: multi-vendor LiDAR and radar driver Package: ros-jazzy-nebula-continental Version: 1.2.0-1noble.20260903.073937 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.20260903.073937_amd64.deb Size: 594152 SHA256: b9bf382098fc30591e457d56590ca7ac9fe0ca03cb3f7ce01dcbd124b19fce78 SHA1: 8edbdb4ca6850297afeda47b87273a73a7a3598f MD5sum: 9f72491efc0b8c5cd06ba1f4cb688d48 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.20260903.073937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 19018 Depends: ros-jazzy-nebula-continental (= 1.2.0-1noble.20260903.073937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental/ros-jazzy-nebula-continental-dbgsym_1.2.0-1noble.20260903.073937_amd64.deb Size: 16290898 SHA256: 6f75b2d4888a152ea94472a3ee15cf633c77da611acba0940591f944adff8df6 SHA1: c07c5a39eb9c52bbf115b7eda4c8242ba2649bfa MD5sum: 06fb8431ab9da026beaaec03563d4c3b Description: debug symbols for ros-jazzy-nebula-continental Build-Ids: 035d76da67d2103594b1291636bceef6be0cedf1 1e6a25151b980c2756232389e5d5921d9dba548b b6cfc66965e91c71db2454d955c43a499ee46874 e3006bd22eb9e60c925c3b25cd9585379c09b823 Package: ros-jazzy-nebula-continental-decoders Version: 1.2.0-1noble.20260902.061456 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.20260902.061456_amd64.deb Size: 49292 SHA256: bd860d94217302c7ff10de3d9627361003a5789fa105b5ef77d5693c2d6bf3b0 SHA1: f6ad615b45ab973217ca25447a2f9597b3a2399c MD5sum: a2a3996e3f249104fd0ad64e0084662e 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.20260902.061456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 744 Depends: ros-jazzy-nebula-continental-decoders (= 1.2.0-1noble.20260902.061456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-decoders/ros-jazzy-nebula-continental-decoders-dbgsym_1.2.0-1noble.20260902.061456_amd64.deb Size: 713798 SHA256: 77fa1c1e9cc8c8ae0569685b5f836d12cedfefcdd9b0ea8049f78f206e62c984 SHA1: 8090816e81a8c89452ed77c8d3ca5b153a359270 MD5sum: 4a782a1563b543b0fa1d2b2252781b00 Description: debug symbols for ros-jazzy-nebula-continental-decoders Build-Ids: 1e83aae97f9eb8bc8af20bd1c9dae0b6540b4fd2 Package: ros-jazzy-nebula-continental-hw-interfaces Version: 1.2.0-1noble.20260902.035542 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.20260902.035542_amd64.deb Size: 49184 SHA256: 7ecacca319d87042296b27909a33789740321679d34658f8727c35438ed33e8a SHA1: 525ccb22fc6ae8f25b027d9caade1f593ea48fb1 MD5sum: 8cca17e3c1900075aa5c8d20f4e657e5 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.20260902.035542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 465 Depends: ros-jazzy-nebula-continental-hw-interfaces (= 1.2.0-1noble.20260902.035542) 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.20260902.035542_amd64.deb Size: 431352 SHA256: de74c3f0866e8994d8878892e8cf08ec794ebe9a1a280d4fcb782a55f4001301 SHA1: e7ba3a7be8ad212d4cde4b9370b662b50d08b7ef MD5sum: 217384ee07be36813b7e7a377019f608 Description: debug symbols for ros-jazzy-nebula-continental-hw-interfaces Build-Ids: 9fa69df5be7d4bcd515f493191efc1feecd4f1ec 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.20260902.043327 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.20260902.043327_amd64.deb Size: 22006 SHA256: 22b865cd8668082b9419584cc0bf3af8fc3226c20c6bb0246169fe6e20f8f943 SHA1: debc5a0c0b331975f6ab86317b9739544515c7a1 MD5sum: 633adff14f40bdddf860498dcf55324f 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.20260903.065901 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.20260903.065901_amd64.deb Size: 50344 SHA256: 5095dc4eda7099db4ee75ea0ea28ecd8aa40f052ee64037b1d7f618e84685fde SHA1: 80a8ecdefc1a44ec661332ea9f7ee4963c10ff82 MD5sum: 539c59f408fb643342b8f5e75f3b0b8d 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.20260903.065901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 90 Depends: ros-jazzy-nebula-core-ros (= 1.2.0-1noble.20260903.065901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-ros/ros-jazzy-nebula-core-ros-dbgsym_1.2.0-1noble.20260903.065901_amd64.deb Size: 76988 SHA256: 4209ccceeef57a58afbdff7d7e34e6d570e62f2429f07f5d1fa4bc4d5b3f5fec SHA1: 6d5652c331a8bd8fb45e179c23e98b35dd5085c7 MD5sum: c7ffb640ad3a5a37bf297d23ed251990 Description: debug symbols for ros-jazzy-nebula-core-ros Build-Ids: 7d4443b6b05ee193576c3e63b00d0b17b1ea4176 Package: ros-jazzy-nebula-hesai Version: 1.2.0-1noble.20260904.090638 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.20260904.090638_amd64.deb Size: 357330 SHA256: 96e7ca29fe2ca4f4e171a257533e357b17b95683150d9fe1d2301a4ec8d96841 SHA1: e2d7b0b4e64f83ac5bfc656cc41a02b77d75430a MD5sum: 62dc2cb4824049f81ae9e3ddbc9ce3de 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.20260904.090638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 7393 Depends: ros-jazzy-nebula-hesai (= 1.2.0-1noble.20260904.090638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai/ros-jazzy-nebula-hesai-dbgsym_1.2.0-1noble.20260904.090638_amd64.deb Size: 6828446 SHA256: c582f8fcd9405e6dea73d5a368a74ddb761ca0582af232bc7443edda1d644169 SHA1: e4bfa53cb5c7d87dfd80e221192f860394615caa MD5sum: 180163d5a9006078d3a629750f76ac82 Description: debug symbols for ros-jazzy-nebula-hesai Build-Ids: 47f41e16256eab6fcce9851f2a8c1d034dc1247d a6aa79e4840d39a59752b39ff808648141a8e28e Package: ros-jazzy-nebula-hesai-decoders Version: 1.2.0-1noble.20260902.080637 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.20260902.080637_amd64.deb Size: 122350 SHA256: fa8e172dac5c09af77e539ee69a148fbc636d96c0b420771655950671befb2a5 SHA1: 7f355dc6910ea48a80888871eb7dec50e94ed440 MD5sum: 3259823c35954ff754d8ceda1c761b2c 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.20260902.080637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1339 Depends: ros-jazzy-nebula-hesai-decoders (= 1.2.0-1noble.20260902.080637) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-decoders/ros-jazzy-nebula-hesai-decoders-dbgsym_1.2.0-1noble.20260902.080637_amd64.deb Size: 1212138 SHA256: 590da383a153da12ba19531b7550e16da08042cb315e947e59a07fcb3a93c10f SHA1: 72be7ba986050533b6adf16fe9784c6a9ab30dd9 MD5sum: 19acb199c2595bd610f2e81431a35c8b Description: debug symbols for ros-jazzy-nebula-hesai-decoders Build-Ids: d16fe26ad0b693c7572da12ee0f5d65ecb769b75 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.20260902.034753 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 583 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.20260902.034753_amd64.deb Size: 61510 SHA256: a43a2f77bf7c281bb342a942ca4d4b8832b871becafc668f6369dc21a3e639a8 SHA1: 9e8ba65462ef9838f1d7f661d2f47150b14449fc MD5sum: eaf882f75bf546f88e1ddf782666ed32 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.20260902.034753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 437 Depends: ros-jazzy-nebula-msgs (= 1.2.0-1noble.20260902.034753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-msgs/ros-jazzy-nebula-msgs-dbgsym_1.2.0-1noble.20260902.034753_amd64.deb Size: 328484 SHA256: ecddeafd5c456ef96d328ea8f6c4a5c56c85f8cd0748b0f464c5e11b40bb03ad SHA1: df4ca26146febd0aa2af01dcaadc6cb08478568b MD5sum: ef84c12d74cb26749feb4389d17b5880 Description: debug symbols for ros-jazzy-nebula-msgs Build-Ids: 10dac9d67d1e1fea5872b9c48b9f270fe56bfa9f 10ea80b12da48630563d312550bd09dabbf5722f 365a6c2daa6245cdd6098d629e26a5fd1686e2aa 4357c04ed6f8467582f4d3c040e3b2b1561be577 524e789ad2f55e1bcb60cf620aa9b6b35f623005 57b31ad225634101119dde37f7922e7cab6c13d6 7f65444a4dd99048c05a374b5c98f235cc5ce2cd c523db56d613763594c386ff6e1b94811f6a1644 d50a1d674663bc0b3843b372878ff565fbd814e0 dba9325e91c6a2dd8741d60ab7e4d5666f76b544 e605f755a4832a9a8849d4be38cd3ac97b26ec9b Package: ros-jazzy-nebula-robosense Version: 1.2.0-1noble.20260903.073945 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.20260903.073945_amd64.deb Size: 206944 SHA256: 677abf027829b5342c00122987f1f6322c1a14b1286163ea7da40c0bc0aded95 SHA1: 28288f6ed2f0edd036aac016119d909b43b973af MD5sum: 72d09a1cf184a68a8aabecfa392582ad 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.20260903.073945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 5096 Depends: ros-jazzy-nebula-robosense (= 1.2.0-1noble.20260903.073945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense/ros-jazzy-nebula-robosense-dbgsym_1.2.0-1noble.20260903.073945_amd64.deb Size: 4448874 SHA256: 10e41b3caf8f6d847815c04c82ed91a70c2c96a2b80eadbc2180e35201c58375 SHA1: 8fb234cf19695f47cc1279d3061c2a2c8400eb7e MD5sum: 56d7e9537a7a03247d202fdbe5ca464d Description: debug symbols for ros-jazzy-nebula-robosense Build-Ids: 91f5ad05674a7e232e078c44b90cdef85723971a f7ab6e76b0e3073c1286ddae0d81f97210f1d205 Package: ros-jazzy-nebula-robosense-decoders Version: 1.2.0-1noble.20260902.080402 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.20260902.080402_amd64.deb Size: 81230 SHA256: 1f53ccc61c6b53bb75f26930bea610e69bc704f1243ec26bb2450490fc18a11f SHA1: b2d0541e567aea83bc28f4d7bed93ed3ded488e7 MD5sum: 58da30473760e288a863e7b26f80d0ed 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.20260902.080402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1042 Depends: ros-jazzy-nebula-robosense-decoders (= 1.2.0-1noble.20260902.080402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-decoders/ros-jazzy-nebula-robosense-decoders-dbgsym_1.2.0-1noble.20260902.080402_amd64.deb Size: 978454 SHA256: a20c76c7136c59ebde708ce22284cd090649e4686274c9e4c34e06e59b117cf8 SHA1: 7b68c4d909ccbcbcdadf947706eb35b58ec7b34a MD5sum: dd1f078aedc366b47f58e050d72561f9 Description: debug symbols for ros-jazzy-nebula-robosense-decoders Build-Ids: 3ad705e908f38120e8371f7a390d871e3288735f d19e7313fd1aa93903234275c78b29a28511ce9f Package: ros-jazzy-nebula-robosense-hw-interfaces Version: 1.2.0-1noble.20260902.035551 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.20260902.035551_amd64.deb Size: 27980 SHA256: 78936f0af7b9a72732f69de4c71a254809ff8f55e93081d435daec2d63b61c06 SHA1: 1a9ae97ac4b9c6527392973f3c7e28d0ea10fbb2 MD5sum: d3286985dbea7b105439f0c62be52d59 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.20260902.035551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 247 Depends: ros-jazzy-nebula-robosense-hw-interfaces (= 1.2.0-1noble.20260902.035551) 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.20260902.035551_amd64.deb Size: 225048 SHA256: d1b6b27b945c218f908b0863c1c4fff93e194bf368c733222f5223b4dd1f9c05 SHA1: dc9b636464a6de14da4fc4dc620ae6859fea9ea5 MD5sum: 1ef462733616e4e65041dbf629054df8 Description: debug symbols for ros-jazzy-nebula-robosense-hw-interfaces Build-Ids: f2fd3d03b7c82f8bcb0e0aca020ff09428de8fef Package: ros-jazzy-nebula-sample Version: 1.2.0-1noble.20260903.074007 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.20260903.074007_amd64.deb Size: 165202 SHA256: 58515d0d41592706475d5f0adb2e342cf449cc2881a62c22416466bf6299bc2c SHA1: 7657c3b6fd828e8a2f68694b0304353600cd8c49 MD5sum: 40d8c4fe00800e7df715834d2a4d5ff5 Description: Nebula Sample ROS 2 Package Package: ros-jazzy-nebula-sample-common Version: 1.2.0-1noble.20260902.044204 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.20260902.044204_amd64.deb Size: 11422 SHA256: f0f46a3ef058f3ebc5e7eabed03a651aa780852a885605c59606d2987d4d88cf SHA1: b75b7a882e43897af0410f424230f8c821adb27f MD5sum: 4b1eb3d006c60afe7a89f2945ff6d35e 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.20260903.074007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 3428 Depends: ros-jazzy-nebula-sample (= 1.2.0-1noble.20260903.074007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample/ros-jazzy-nebula-sample-dbgsym_1.2.0-1noble.20260903.074007_amd64.deb Size: 3027324 SHA256: 59827366a9a23606c0d18a693925a6fd14daac2f4f380aaa4059e9c17d7a87c6 SHA1: 6fcaec56bdc00aa4c98a72d9dce73b0e664c7f7f MD5sum: 0015e032088b5203783173e04b406d15 Description: debug symbols for ros-jazzy-nebula-sample Build-Ids: 05ab051f74bd50dda6da6c5582f0d6e517cc7e05 d26c14a94032bdc410252ea619da052fc5f062b2 Package: ros-jazzy-nebula-sample-decoders Version: 1.2.0-1noble.20260902.051018 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.20260902.051018_amd64.deb Size: 15618 SHA256: f2ff259497889f9dc9147a96d85e7dd5ea896087ef2d9f746629bcbff501c3e3 SHA1: 4e41e1d897576d94dfbf3b0bc416a2062feda4f9 MD5sum: a3a337f51496cea37ff8f2ae214c47f6 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.20260902.051018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 72 Depends: ros-jazzy-nebula-sample-decoders (= 1.2.0-1noble.20260902.051018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-decoders/ros-jazzy-nebula-sample-decoders-dbgsym_1.2.0-1noble.20260902.051018_amd64.deb Size: 57352 SHA256: 077137f2c3a3602e54570c8592dc8d4e05e8023e223529de29c43b548d7236fa SHA1: 14b15da0410e9f05049c851fd3a55e0f9987dd21 MD5sum: 54340c63fafd8adee3310ca873741b6a Description: debug symbols for ros-jazzy-nebula-sample-decoders Build-Ids: de3f0f95c687c2b14009540c33a7decc16facf8e Package: ros-jazzy-nebula-sample-hw-interfaces Version: 1.2.0-1noble.20260902.051036 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.20260902.051036_amd64.deb Size: 24178 SHA256: 572a66a04458c40a4ea4094aa4fba4a27204e355423540b58abc1230685868d9 SHA1: 4e75804cd1d133b5f6d3d037eea649cdac25c3fb MD5sum: c4365b816c31b65d8c0e45db2aa7ef8e 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.20260902.051036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 229 Depends: ros-jazzy-nebula-sample-hw-interfaces (= 1.2.0-1noble.20260902.051036) 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.20260902.051036_amd64.deb Size: 207946 SHA256: 8c82385af632a571dd394ab066bcef4fb9aec26f2c0dd4a1c0e7de0fcf608736 SHA1: bb4dae2862709d4c42c58a144fd78f4526f60d2f MD5sum: ed8befd6ee60f46f7d7ce5f07e859516 Description: debug symbols for ros-jazzy-nebula-sample-hw-interfaces Build-Ids: e4d036b5dfd45cb75966a8939140ec3d29bb5854 Package: ros-jazzy-nebula-velodyne Version: 1.2.0-1noble.20260903.074021 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.20260903.074021_amd64.deb Size: 207956 SHA256: bb3067a6c251c3adc8d376592ac1136897fb4a63c10fb53494a3ef72b0b77d47 SHA1: 984ef06bf375411ec80b1b9866f4e26288514e41 MD5sum: 56644a6ef21a0ec7ff5cc8a4b195f99a 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.20260903.074021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 4821 Depends: ros-jazzy-nebula-velodyne (= 1.2.0-1noble.20260903.074021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne/ros-jazzy-nebula-velodyne-dbgsym_1.2.0-1noble.20260903.074021_amd64.deb Size: 4387830 SHA256: 4049d8a6bb5f150f8a230ddf2d743d5205828f969caad40bfc774a5f9dbb2cb0 SHA1: 8b620b4bda59150a6c919a732fa7cafe8f23e4e6 MD5sum: 14a4b74de4398de51f65106fea79c853 Description: debug symbols for ros-jazzy-nebula-velodyne Build-Ids: 2f7897607f827dd5890dce605a63d091dddfa25a 718d5978338960536808dcd5dfae1e42b468d0ef Package: ros-jazzy-nebula-velodyne-decoders Version: 1.2.0-1noble.20260902.061619 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.20260902.061619_amd64.deb Size: 43646 SHA256: c24752d38795e294edbc24bf782e3d59ea8605879f904d8065d8a647e26adc8f SHA1: 80c760ec7b7a03624d4864d0af96829e6311cf65 MD5sum: b1da96d887870faf2f4e0884e8f8fa83 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.20260902.061619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 819 Depends: ros-jazzy-nebula-velodyne-decoders (= 1.2.0-1noble.20260902.061619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-decoders/ros-jazzy-nebula-velodyne-decoders-dbgsym_1.2.0-1noble.20260902.061619_amd64.deb Size: 800776 SHA256: c29db0d39e1edc5d19dd21b7bbe5f2b64efc36637d10ac074ce62e1d1b7fe828 SHA1: ded8343a25188449be2117b29afa65696449270c MD5sum: 1774cbe16541f1a4249add00cbe485ba Description: debug symbols for ros-jazzy-nebula-velodyne-decoders Build-Ids: 6bdcbb618a0c64a02895b1d09b6f69d6000f9b19 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-neo-nav2-bringup Version: 1.3.2-1noble.20260905.074040 Architecture: amd64 Maintainer: Pradheep Padmanabhan Installed-Size: 112 Depends: ros-jazzy-nav2-common, ros-jazzy-navigation2, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neo-nav2-bringup/ros-jazzy-neo-nav2-bringup_1.3.2-1noble.20260905.074040_amd64.deb Size: 15388 SHA256: 67668dbff1c0afa123f71cd448e7307a8dcef59edaaf6adc9907057d3bc2c010 SHA1: 85684906ff0aefdd34747bb3943fa705e184c178 MD5sum: d16dd039125c2946f619c557e5702889 Description: ROS-2 navigation bringup packages for neobotix robots Package: ros-jazzy-neobotix-usboard-msgs Version: 4.0.0-4noble.20260902.034800 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1833 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.20260902.034800_amd64.deb Size: 120278 SHA256: 5d1844e6a0e7061afbf8471898efe49078979ce9a77e268c0bcee51578c7cfdd SHA1: 3165d5db482d6392644c79ad0568a19edd7acf28 MD5sum: 996370d3fddb58d7986c316f955776ec 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.20260902.034800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1128 Depends: ros-jazzy-neobotix-usboard-msgs (= 4.0.0-4noble.20260902.034800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neobotix-usboard-msgs/ros-jazzy-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260902.034800_amd64.deb Size: 900344 SHA256: 1edb8e38e68891ee23a5b3a7dbb1005839a98f7fa730b256d46ada43e4093d6d SHA1: daebc0112c81e868f5d2c490e179481745e85717 MD5sum: 02c6c7b7373d2f17199f8e2536608eb5 Description: debug symbols for ros-jazzy-neobotix-usboard-msgs Build-Ids: 169340d2d05e7f10b3f21b9f70aeddcea3e96164 373f3a3bdc0c7372131181b3cb1ce00cd2a7dd93 4f9b95ffba1a49ebc2874fabd83e00e800539e69 6bd338ad850940f0af21bdde450dd0e3bd9c99a3 795d3cf17b125fba7af50e495a9738354f9945dc 7df35faf662bb531472d32420d5a04005a1d799b 811eea1f2d9c4be92fb9eaeafe2d7db7871c6eb0 d76b34482adec474f8080220291d1b835baad00d d8d42174d9d4606006f232a3f14989e3c22d67d9 f04ae82a8039e8b10b74cdbdcd29ca6cc2fe7a9d f27d20b04bd51a0ce69696018db2d2759924faec Package: ros-jazzy-network-bridge Version: 3.0.0-1noble.20260903.022156 Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 1178 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.20260903.022156_amd64.deb Size: 299476 SHA256: 98f74029810a91c5f77fecead77613f5d4506ca231d620c10d78d2570de52137 SHA1: eecaa59161cf5785d51a55053b95aa6c857fd75c MD5sum: 450f6efbe0bef2279b0be0402a240638 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.20260903.022156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 5483 Depends: ros-jazzy-network-bridge (= 3.0.0-1noble.20260903.022156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge-dbgsym_3.0.0-1noble.20260903.022156_amd64.deb Size: 4923810 SHA256: fcc350a3296dd4a33c1fbeff3d706242587ea0451c22106ba24476d27122dffd SHA1: 55a1066081ec0404ac28f14c2a76a2343d22e4d5 MD5sum: 727baa785dcc0030b8d478d2c10b99d8 Description: debug symbols for ros-jazzy-network-bridge Build-Ids: 43fc55faef5cbb81564f931f290264ac2dbfa07b 52381df2014478bd646587296631aabb4bec0034 cec61130046e5cc30e159ecfdbd08336901baab6 Package: ros-jazzy-nicla-vision-ros2 Version: 1.1.1-1noble.20260907.025610 Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 6803 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.20260907.025610_amd64.deb Size: 852924 SHA256: 9ed77eb1e019c953c7e2398a9cfa3889a3e083b97777dfb758a2b12331092874 SHA1: 0aa07b4167df5ec42dabc95513a699d6a724c997 MD5sum: e9e82606e5b59a3dbeab76315f6a3310 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.20260907.025610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 524 Depends: ros-jazzy-nicla-vision-ros2 (= 1.1.1-1noble.20260907.025610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nicla-vision-ros2/ros-jazzy-nicla-vision-ros2-dbgsym_1.1.1-1noble.20260907.025610_amd64.deb Size: 397970 SHA256: 44af16735d1b794e692a705f6e0e2a38aa497d9ac23877e6b065d7e70b31cdb0 SHA1: 600934b5bcf387ae15a67ea0c06fcd72996f6b3e MD5sum: 7e498773c199ad8cd787f5a36055f210 Description: debug symbols for ros-jazzy-nicla-vision-ros2 Build-Ids: 3a8a267ce68f9a95d251475a69557e25a875ae1e 4442a89dbc35e0acb025a02118e242d6567d3316 480e471043e4f9ae2bb93ef683d4c642581ab2ea 5945e1ee50a8ee184a102d46ac9220441139108c 64bacdfe87a49bc2af313a959b961244dae0aeb4 74f069daf25b48d0fecc8bcef933eb6de85478f3 8cea6af3a6c2bf11a78ce4bb415ca0c20d8bee16 c24b78a2914be0caa39ab818ba9a0b64e710b6cd dc2490356b7f17085491bb57ba6ef96870a61078 e5bb2a1d748289b1b510e68798ecff8bf271313e efa24a549fe7bdd4fb59fec342b03be9eaebb91a 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.20260902.034808 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1774 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.20260902.034808_amd64.deb Size: 141778 SHA256: 7a44e10cbe64cb541203ab2de40336107c91f4dbd78cd7b503befd1fbc353665 SHA1: e4d889228e1df38b9967a2268bf33e308564a939 MD5sum: 1095452273fe1e08193f6c5735e33d6e 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.20260902.034808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1330 Depends: ros-jazzy-nmea-msgs (= 2.1.0-3noble.20260902.034808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-msgs/ros-jazzy-nmea-msgs-dbgsym_2.1.0-3noble.20260902.034808_amd64.deb Size: 1106034 SHA256: ef480e71fc773ef03bda9a266ad68061b68d170a522499f6ef7b0fe3ff5114c5 SHA1: 83f5607c3d66f6bc3ae28c35484d5c034c10f3eb MD5sum: a43334722444fb7f50569f79f0eb5d4b Description: debug symbols for ros-jazzy-nmea-msgs Build-Ids: 187b1abc1d13c899d9381092abe744edb503823b 25af8cb30e99d2cd18327ffdb6ff0f671503d9b6 40a83b9608aa7fd0ab02c1e78cb5546d3bb8a298 45a2c79aa38dde0d16a30eb9c38b888dc8bb2cf6 9b3fad9422523de065e95159ea2fb84153228072 a457ee7f61373baff724df4f9bd7bc76f761e23e a61f52b2a585e509ed29aea207a1431fb0f6e457 a78490ef900120804cfc647ddecfd1b1439c43a2 bae93c5e0419a03b8385b2fb5d021c32e3d94bbe c5f2d6dc815a476573e057e1b2f3b31fdbe3aced ca21920388731a28ecbce55b104cd847889b0348 Package: ros-jazzy-nmea-navsat-driver Version: 2.0.1-3noble.20260902.054810 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.20260902.054810_amd64.deb Size: 24672 SHA256: 17f1d8e688c55a8c6625b221704cfb9571e26172466c1db1025b890aca8783e8 SHA1: 308c70c2b1e9b02f279840b4f73dd9af4caaeb7a MD5sum: 1ec52d94799e39678112e5c6377bd7ac 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.20260902.074714 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.20260902.074714_amd64.deb Size: 145828 SHA256: f50c02fddda5ed5904742e4d2fefa8f2c13532c8222092018a789f44791ba64c SHA1: 52ac3e90c6300351d5cc7ff89c8eb1a3e58e1199 MD5sum: ee8f65b527ddffe1f0d064d54b03a8fa 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.20260902.074714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 2958 Depends: ros-jazzy-nobleo-socketcan-bridge (= 1.0.4-1noble.20260902.074714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260902.074714_amd64.deb Size: 2610500 SHA256: 2e05d02bf08519f2fbddab41cd5d3bd5f23c08526f282ddd2197deba8e889164 SHA1: 0ebb30eb59f09049096a9d65d9aeb68c91ca632a MD5sum: 193aaad67528816ccaf30e52fb94709c Description: debug symbols for ros-jazzy-nobleo-socketcan-bridge Build-Ids: 1336bdfbaebdae9b58248ac3e67a75d294ff8280 414bb1f1ebaba0f6fdd91fc20306c8723b6a0d8a 77249784e7e46fbd600fb0b0377d3550de88b310 Package: ros-jazzy-nodl Version: 2.0.3-1noble.20260911.015340 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 41 Depends: ros-jazzy-ament-nodl, ros-jazzy-nodl-common-interfaces, ros-jazzy-nodl-generator-cpp, ros-jazzy-nodl-schema, ros-jazzy-ros2nodl, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl/ros-jazzy-nodl_2.0.3-1noble.20260911.015340_amd64.deb Size: 5948 SHA256: 4ea4d7f0158dfcf733c94a05687d0e5dcead9a3da0f05bb4832e53b83d0a4844 SHA1: a4061d49af384132d8bf1127a8b29296d2ee65fd MD5sum: bda37e468956bd09a58b4d6c39928509 Description: ROS 2 Node Definition Language (NoDL) metapackage. Package: ros-jazzy-nodl-common-interfaces Version: 2.0.3-1noble.20260911.015258 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 53 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_common_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-common-interfaces/ros-jazzy-nodl-common-interfaces_2.0.3-1noble.20260911.015258_amd64.deb Size: 6328 SHA256: e4ab59677d8846758d53abb4614b86bfb4e9fd7503bc7a12d76989af6aabc23f SHA1: acf21b18fb41680cd69c8bb5d42c5a876de44c96 MD5sum: 39ea638776f2d02967798ba26ba2ded1 Description: NoDL interface descriptions for standard ROS 2 node base classes (rclcpp::Node, rclcpp_lifecycle::LifecycleNode). These descriptions will eventually ship with the upstream packages themselves. Until then, this package registers them in the ament index so that nodl://rclcpp/node and nodl://rclcpp_lifecycle/lifecycle_node resolve correctly. Package: ros-jazzy-nodl-conformance Version: 2.0.3-1noble.20260911.014117 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-jazzy-nodl-schema, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_conformance/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-conformance/ros-jazzy-nodl-conformance_2.0.3-1noble.20260911.014117_amd64.deb Size: 11410 SHA256: 605e685e7c085a451f4d62b6239f734b569345a8ba6e50722b0279ebb7fa75fd SHA1: c3b9b27596fabf9c8e3e151dcd144651d7c7e587 MD5sum: 91d7b8b273f6e2f4c183cb88385ea96a Description: Pure semantic comparison for NoDL node interface documents. Package: ros-jazzy-nodl-docgen Version: 2.0.3-1noble.20260911.014331 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 101 Depends: python3-jinja2, python3-sphinx, python3-yaml, ros-jazzy-nodl-schema, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_docgen/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-docgen/ros-jazzy-nodl-docgen_2.0.3-1noble.20260911.014331_amd64.deb Size: 25440 SHA256: c1627a5f19b242edd4444832ccccf051ed2dcb03f387a2e4032db491736dc127 SHA1: 27db42bb596b0bcd151f37b560bb9ae0f601c75b MD5sum: c570593c91a5d184a4c4dcd6b6b11406 Description: Documentation generation and Sphinx rendering of ROS 2 Node Definition Language (NoDL) documents. Package: ros-jazzy-nodl-generator-cpp Version: 2.0.3-1noble.20260911.014242 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 109 Depends: ros-jazzy-generate-parameter-library, ros-jazzy-generate-parameter-library-py, ros-jazzy-nodl-schema, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_generator_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-generator-cpp/ros-jazzy-nodl-generator-cpp_2.0.3-1noble.20260911.014242_amd64.deb Size: 18200 SHA256: 938d400a3e8fb3becfe34517cddb541449b572f42cbd1c828248b9209071fb8b SHA1: 11f87f1d9c84d03eb9e14d488bb2ca66e7b9a15c MD5sum: 6ccfdb33fc9644a0a957b3c7d854cde9 Description: Generate an rclcpp base-node class from a NoDL document. Package: ros-jazzy-nodl-observe Version: 2.0.3-1noble.20260911.014009 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 614 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcli11-dev, ros-jazzy-builtin-interfaces, ros-jazzy-rcl-action, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rmw, ros-jazzy-rosgraph-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_observe/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-observe/ros-jazzy-nodl-observe_2.0.3-1noble.20260911.014009_amd64.deb Size: 204720 SHA256: b2cdee36cfd23482ce32495d16bff04cc53b932b249cf7fb2c60e6fda2876b25 SHA1: 00a5180e196023d82798e4842192b2580747d663 MD5sum: ced94dca93b14650ea98732792644386 Description: Observe a running ROS node and produce its runtime description as a rosgraph_msgs/Node message. Package: ros-jazzy-nodl-observe-dbgsym Package-Type: ddeb Source: ros-jazzy-nodl-observe Version: 2.0.3-1noble.20260911.014009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 2984 Depends: ros-jazzy-nodl-observe (= 2.0.3-1noble.20260911.014009) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-observe/ros-jazzy-nodl-observe-dbgsym_2.0.3-1noble.20260911.014009_amd64.deb Size: 2833482 SHA256: 78eed87df390b051a0649671ff03e2d405e913e27c34ba86dc625017b0aad350 SHA1: 99372f0bb6bf4a27be3d32f419a1cca1bc975ab0 MD5sum: 0bf10314470414c1e41177015238241c Description: debug symbols for ros-jazzy-nodl-observe Build-Ids: 501f6123ece0d5a1aae5f7c935d8b45267b4317a 5f0e54da222c085e890d971ebacdb29d8e922138 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-schema Version: 2.0.3-1noble.20260911.013906 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 161 Depends: python3-jsonschema, python3-pydantic, python3-ruamel.yaml, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nodl_schema/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-schema/ros-jazzy-nodl-schema_2.0.3-1noble.20260911.013906_amd64.deb Size: 30800 SHA256: 283b6bb3e25cfd6defcb8838f6aa929e4ba4df67970544be312602f8f6a8b053 SHA1: 2eaccd308041721f418c6f8443119212f1dde654 MD5sum: 504b676c253e07ba498cda309b0d0496 Description: ROS 2 Node Definition Language (NoDL) schema and validation. Package: ros-jazzy-nodl-to-policy Version: 1.0.0-5noble.20260911.014655 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.20260911.014655_amd64.deb Size: 10084 SHA256: 33fff41bd4771b11c03875de7878b12db35d653684489155c30d6cbcfcc1bb2e SHA1: 81c7100c843d5c171e41a4107cfd3342d6897de5 MD5sum: 45479c8e504a34a29dfc7eccd63faeb4 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.20260903.030121 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.20260903.030121_amd64.deb Size: 59222 SHA256: 3f8f4a9c2ef9aec3cd11437dfb083dd8fe18d3bf3a1b78d6a8194ac7a59f3d7c SHA1: 7f73d4bc94699cff99b2b122b6356c82d841845a MD5sum: 0e4a6095f7c8e664379d5e0ed68075c2 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.20260903.030121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 1527 Depends: ros-jazzy-nonpersistent-voxel-layer (= 2.5.0-1noble.20260903.030121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nonpersistent-voxel-layer/ros-jazzy-nonpersistent-voxel-layer-dbgsym_2.5.0-1noble.20260903.030121_amd64.deb Size: 1475706 SHA256: 36c3c39e07c3d1ea18e0e94dccbd8324abab69913c69e60aaf5e42aa399ab9b8 SHA1: b3daaef4f7b7e81ffb9790ebeed62fe98a5168e1 MD5sum: 94a5c241066d5860ea78d883a891a57e Description: debug symbols for ros-jazzy-nonpersistent-voxel-layer Build-Ids: d45257c8114f488ddd66dc6b2589da31bbe0ca2d Package: ros-jazzy-novatel-gps-driver Version: 4.3.1-1noble.20260903.023210 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7399 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-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.1-1noble.20260903.023210_amd64.deb Size: 943556 SHA256: 3fff739280223726f216e857834c5df0000593eaa414f790b3de3255a1ca35f0 SHA1: 69da7367f68bba8f66c7026470f79b1f7c1e78af MD5sum: f431fa6d57f4991f9c661672323d2603 Description: Driver for NovAtel receivers Package: ros-jazzy-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-driver Version: 4.3.1-1noble.20260903.023210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13832 Depends: ros-jazzy-novatel-gps-driver (= 4.3.1-1noble.20260903.023210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver-dbgsym_4.3.1-1noble.20260903.023210_amd64.deb Size: 12156230 SHA256: ae80b6f121e82d922c95db0281a401b6a0b625006adf151f0b9dd5f790673b19 SHA1: eb7f8aaf29c5304d6c92753b2a021ea64df565e4 MD5sum: d6a3ad8e5f84cdf620894459b42e2402 Description: debug symbols for ros-jazzy-novatel-gps-driver Build-Ids: 2725db346a652c4afb66c7483fc387c6063ec065 d973975548b49b8a417e34245c3157a275ee3d90 Package: ros-jazzy-novatel-gps-msgs Version: 4.3.1-1noble.20260902.023609 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6586 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.1-1noble.20260902.023609_amd64.deb Size: 418252 SHA256: ddc15e3b1ada496e7702032da473a502588a6cb2878908ae85a3e6c4ea5ead8b SHA1: 44630b15c15f7840d0282a2283e61038d22e6e3a MD5sum: 3d6470d5ee4f13788ed49faaaa2b7a1c 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.1-1noble.20260902.023609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 4224 Depends: ros-jazzy-novatel-gps-msgs (= 4.3.1-1noble.20260902.023609) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs-dbgsym_4.3.1-1noble.20260902.023609_amd64.deb Size: 3511070 SHA256: a7ed3ede188161417eb8c6bd2d38a1d150984caa19f35ec579dd7b57289689e5 SHA1: 882da251bd0e2ec94a719da79842af9c63e8eb8f MD5sum: 35cde76ce60ad2d69b249c3e40ae52ef Description: debug symbols for ros-jazzy-novatel-gps-msgs Build-Ids: 067b2675654b9ad019d08fe264f54831c1155b27 21ec773d094319a87fd3d62bef4e529b1186094e 384b0862c1dd7c6f610ce1b7d4244f04a60c1576 56b6c72666b3d46fa56f8bc6120c8708959873aa 7677b95bc69772438702411fe4c74e8fec704453 7f5840be1f2ff8236029dd842f7a694688279d1c 953862c5ecee25b7c5d35a2c94bc0b214082c749 c68ac1489b68b27cf5e975f27bfd69f962caf43e d6279c9b7abfb0f2fefc6d42cdb1ea6d04770c1d e384722913b92d3c9be9c065f2b82d6a2b7317ad f728766857b3feabef43a2ef229837445e87f77a Package: ros-jazzy-novatel-oem6-msgs Version: 0.3.0-1noble.20260902.023743 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-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.20260902.023743_amd64.deb Size: 188436 SHA256: 68e43452f771223e79b6c7ceefb5bca4875a744d28f78f691e588c1a1d59f5a7 SHA1: a4e22e04b709adfff4613ca5c5e7dbb847dcbd05 MD5sum: 45852eb1129144249a4b5924d578c272 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.20260902.023743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1708 Depends: ros-jazzy-novatel-oem6-msgs (= 0.3.0-1noble.20260902.023743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem6-msgs/ros-jazzy-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260902.023743_amd64.deb Size: 1382122 SHA256: 73766fce030616e648764c403db517e79d126b921503919b9fb4a2a323cb457f SHA1: 2356673456c75f140d2ae65a9db95bc87770d10f MD5sum: 931622dc61f66d07d61bdd40f12e6315 Description: debug symbols for ros-jazzy-novatel-oem6-msgs Build-Ids: 0476077825d7921c7704c62d16fdc3108d2d5b44 0f7e8909ab5af0a36c9a3cb66f1423917bc0e574 14768e88b30fa332d170561a074d871299dbcf87 383c460d82e53685d26278039bec659ef51d42b0 4463575e5c4c4a6e339392a74064f3dbe93029df 46ce1231cf6dfebfd1d44a1a6070659dcd484564 67858cc54e13ea47982c4ea212fd4eea5615af76 70a8dfe63fb7851ed96db018dc19fb57317dd623 76758f732869d31124006f3de1adb23d38aef2ae ac215e4dcad36d9551c58420ad9c5d6c73d58fe2 ffe8597d077c54f5c99599e9874f659008183845 Package: ros-jazzy-novatel-oem7-driver Version: 24.2.1-1noble.20260903.023238 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.20260903.023238_amd64.deb Size: 697588 SHA256: 511a1734f53b634bdf648f8c0a3fd41eac49f11d145e154df6089ec60c68610f SHA1: f3963c57adc5e0724b82c3c1883e8398e58d9a74 MD5sum: 5779200fcab1a622052bf9078b519a35 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.20260903.023238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 18322 Depends: ros-jazzy-novatel-oem7-driver (= 24.2.1-1noble.20260903.023238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-driver/ros-jazzy-novatel-oem7-driver-dbgsym_24.2.1-1noble.20260903.023238_amd64.deb Size: 16040694 SHA256: 52dd263539568f7dd6bd65034e5316633e7a3c684272ed8e2db7ce7f63623ace SHA1: 35c368dc37d1d59d2c1f65df5b5c39bb84b041d8 MD5sum: a0cfc226712bffdffbc55940cfecac1f Description: debug symbols for ros-jazzy-novatel-oem7-driver Build-Ids: 2408b745e564a927972dfa2a9acd1f69adbaa9c7 ec7c67c758ccf19c0e12030cc2663b24f62c22d5 Package: ros-jazzy-novatel-oem7-msgs Version: 24.2.1-1noble.20260902.030916 Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 8355 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.20260902.030916_amd64.deb Size: 499434 SHA256: 784ab0431af528283f5c2ec622a375faacee5f5e274170505edecd283e7f7189 SHA1: 8894cc7c7212b8cf338023b6a7ff05bdd3a21874 MD5sum: 15f1555e69e8df33c6dacd8050648efd 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.20260902.030916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 5256 Depends: ros-jazzy-novatel-oem7-msgs (= 24.2.1-1noble.20260902.030916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-msgs/ros-jazzy-novatel-oem7-msgs-dbgsym_24.2.1-1noble.20260902.030916_amd64.deb Size: 4256566 SHA256: 43186fc464bbbc2d5859c4fb214d453df98546a0e51120f66992cd23d00f6261 SHA1: 2a06c7662f5c35db7c2883088848ce32e5e2a7c2 MD5sum: 68a9dd255f6cff08f70134ec310b4cf0 Description: debug symbols for ros-jazzy-novatel-oem7-msgs Build-Ids: 033c498547a6d68000d49c21ae1a42a9a39dfbc3 09d987feea79970e8a0c8cea69e91453c2d038e7 49db51ca806083d5d903f7bb1cf4a32e7f57c08e 60a7753b07f6d92440e735e17dd3a15e924c1762 87f921a86a11812f70713a85f7f64fdf2ccb1931 8b88f7d3d350611bfbac572ddb479a1e49af1d5b a107bb52afdece9663f54849b1d54fa2cd952689 a84163fbd7ccd51aa266f2ddb435c0a546baac81 a96e6d40112801f54af27d0a2fb32392ee08d69b b4de21d06943b7070b38154f2b8c312250bf862e f2db3747092b11c3be7142d94f404a1fd42560d3 Package: ros-jazzy-ntpd-driver Version: 2.2.0-4noble.20260902.075756 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.20260902.075756_amd64.deb Size: 109182 SHA256: eae62d03bbb6a54315380e044ded17c2f624ba45997209a72b63b539eabef7ae SHA1: 911bde3fbb65840766d71e4a285aa28d1467400c MD5sum: 4d3eb2362bc5ecc7d7ed916208f8c98e 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.20260902.075756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2373 Depends: ros-jazzy-ntpd-driver (= 2.2.0-4noble.20260902.075756) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntpd-driver/ros-jazzy-ntpd-driver-dbgsym_2.2.0-4noble.20260902.075756_amd64.deb Size: 2054456 SHA256: cfced3198662ab970788e016862c476f0f318c7351c2fab971c7e93be73e4acf SHA1: 349ada38592ebfb3b2e128ce9f959832098a82be MD5sum: 44853a874a73e0c27a115818b6949ce5 Description: debug symbols for ros-jazzy-ntpd-driver Build-Ids: a988793f9791367f45a89c3211a5f7c091d6ca07 f18012b6f583e2ad760c78f8593c01d9b6847b92 Package: ros-jazzy-ntrip-client Version: 1.4.1-1noble.20260902.054712 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.20260902.054712_amd64.deb Size: 26368 SHA256: e00c6afbf791aefdeb90d3522faf70cf88d6ff8c33fd06852213011911f8f155 SHA1: 9d86ccf2863248e6a4f06eb49790e6802af97e09 MD5sum: fab361dcae34869510ab486889c4fb54 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.20260902.064952 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.20260902.064952_amd64.deb Size: 71972 SHA256: 2964a7e49a02c5659dd897807e8205cae3192cb820643cf7f1c51e2de1a869d9 SHA1: 7a35c4d0e439c562b7ac55362d7f51e1e021d50e MD5sum: 323fa5fad5b12fb82b4c225da3337f65 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.20260902.064952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1245 Depends: ros-jazzy-ntrip-client-node (= 0.7.4-1noble.20260902.064952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client-node/ros-jazzy-ntrip-client-node-dbgsym_0.7.4-1noble.20260902.064952_amd64.deb Size: 1168004 SHA256: 58f188121217558038bbab4c5ee7cdd9514287bfb6abf9c1eefd3c41719c5fe5 SHA1: 9e5916d20e6c2dcee9496c95dd967c17393edbf2 MD5sum: e8b5f18fd325832d2ac440c9b4896faa Description: debug symbols for ros-jazzy-ntrip-client-node Build-Ids: 8e36c4b165c00192e4aa736891537b339b7fb3be f79beab43f769a588881d8a1c7da15fb50f3003b Package: ros-jazzy-object-recognition-msgs Version: 2.0.0-5noble.20260902.043010 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-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.20260902.043010_amd64.deb Size: 244658 SHA256: fbcdecc22466e51edc0b03dffdb736469607b3270b67c0f7a668cdac1e9ae726 SHA1: bc3024290c3db80c73d56711f688d568367302db MD5sum: 8c255e8f26367d68e1f8bf4a63e8c14e 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.20260902.043010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2575 Depends: ros-jazzy-object-recognition-msgs (= 2.0.0-5noble.20260902.043010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-object-recognition-msgs/ros-jazzy-object-recognition-msgs-dbgsym_2.0.0-5noble.20260902.043010_amd64.deb Size: 2083798 SHA256: e851f6246f9cff35ca64a27c5df5db81a62f89b41785e7f0b97548da8f935fb2 SHA1: 8eb8624adfdbefa5ed377916f4bb3c0853814ef3 MD5sum: df1f74b603963c66cc83001f0d0ad813 Description: debug symbols for ros-jazzy-object-recognition-msgs Build-Ids: 0ec1ed05287651e90972fb423fa61464b1d71862 19e849300b083f6480c0814382c4f02fd14aa7e2 2cef36b919ce160834a9287279fd688d1a9f6685 5bb9005764607e015a67375c7a3280a25168f5ff 6a9ce661086e97c442679ae20554f804b7bacf5e 8381d173038f18bfebf600c98f278bd5316875e3 afb7efc6b6f01739235e147b1d05dacf786a5ebb bcb2d608534706730db377042c316413dfdd367b c4deb82a45385713af4a1e529d63a23b892290b6 d1c80987d402582d290d668d457d8dd98f1d7ef8 df7fee7145ec8c27af399e5c5191662c268ad17a 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.20260903.091522 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.20260903.091522_amd64.deb Size: 5544 SHA256: 2e132afd389dcead7157ac574e8a56f36c640fde812633a787db64c6f391a1b1 SHA1: 6d2c9fe9d0cc62150968d692b057e524b7543e19 MD5sum: ca217c31dfe7b590d80c86bdff99c4e9 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.20260902.033932 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1442 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.20260902.033932_amd64.deb Size: 125260 SHA256: ac628cd221f172ff00156aae7ebef011bcac6dd70f8f213ad0ddb45b8a28da82 SHA1: fb46c2d58cf26c445e997099d773a64f935b6e57 MD5sum: d5f66a73e7124984f3896023bc01ed7d 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.20260902.033932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1074 Depends: ros-jazzy-octomap-msgs (= 2.0.1-1noble.20260902.033932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-msgs/ros-jazzy-octomap-msgs-dbgsym_2.0.1-1noble.20260902.033932_amd64.deb Size: 843722 SHA256: 5d37814d027036de7e09254604ed569498bb0730adea4322850883576ed27fec SHA1: ad6b4af53e5d1d756c4aba9a96342cfcb1ebc7f6 MD5sum: 52613bf3e90fdd49191594df76560366 Description: debug symbols for ros-jazzy-octomap-msgs Build-Ids: 15c26e3e683c809e410f841cff49618934cb3544 229e8bf42be59c24fdc69732c773c6eb4e71404b 2355dc699fc9f9eda786e183feb6c062ae69e022 2d1bf4fd1df020be926891ee3f5ce8290381cb6f 79b13fdee536850ef3f50bfa3067864c6fc116cb 9ff93bee8a885b2e59ac8f806652853a6be29b29 bc06fb6e3f31e9e642c6eca86cf4ba0737111ccf c43e198a825912ffb723bf00b10ece11db227c77 d0e4247f8c6bb7c92ee51b1106c5e251683b7d7d f36a43e2a23e6a70f1eed92cf2c407fb466aa481 fe614c82c576eda3bea7326428f2c77e9b36d4f2 Package: ros-jazzy-octomap-ros Version: 0.4.4-1noble.20260902.043315 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.20260902.043315_amd64.deb Size: 15100 SHA256: 3c44a55fdb49604a6c7a7d8f6686a2184d3cf156dd62814205611517277b8041 SHA1: aa5f5234285fd66d12958dd0812387aec70c1b91 MD5sum: 96e837f92e7dc4f4fcd838b5546b83d8 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.20260902.043315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 103 Depends: ros-jazzy-octomap-ros (= 0.4.4-1noble.20260902.043315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-ros/ros-jazzy-octomap-ros-dbgsym_0.4.4-1noble.20260902.043315_amd64.deb Size: 88030 SHA256: 5244ffbd2238aa0ae181dc529c848bc3a95493162a7c816e837cfcc5b13701f9 SHA1: 002624c3d120f38a4dd6d45a890c3437507a8365 MD5sum: 8992fec4130b13b6e2adca70cd33fe0b Description: debug symbols for ros-jazzy-octomap-ros Build-Ids: 1de78386bf71dcd7f413b95ac7ca09d04334e4d3 Package: ros-jazzy-octomap-rviz-plugins Version: 2.1.0-1noble.20260905.070301 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.20260905.070301_amd64.deb Size: 280272 SHA256: 7264461149dd8a42181b0492c49d9ca8e119cf2d639df9e02b51f10b0755dfdb SHA1: 529d84c9ccc2170a8bce55672def0f9b3e9cf297 MD5sum: 460b3c9a9232cd361cd0eb2c58c62e28 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.20260905.070301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6566 Depends: ros-jazzy-octomap-rviz-plugins (= 2.1.0-1noble.20260905.070301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-rviz-plugins/ros-jazzy-octomap-rviz-plugins-dbgsym_2.1.0-1noble.20260905.070301_amd64.deb Size: 5938084 SHA256: bf9bc4ae7c091b1c2994420873636825146db9b579cb8c72df217d432cd0413c SHA1: c1b7e6f5b7d1084cfca65e6224c5cc4542cef0a9 MD5sum: 702de07b74a644de00f7e510a9da3afd Description: debug symbols for ros-jazzy-octomap-rviz-plugins Build-Ids: 2e7f7c6c0e51ff24e9c2dfe823c80ac2ddf4cbaf Package: ros-jazzy-octomap-server Version: 2.3.1-1noble.20260903.082611 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.20260903.082611_amd64.deb Size: 677944 SHA256: eac7a744b1a923249300aaa61d5d13b1b0a77dd238591181933ea9125e1bc599 SHA1: e62fbbe7598cf497e19c6b1cf4be2540c1e9eda9 MD5sum: 971a93a7847cd65d0df45cfe22487117 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.20260903.082611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29178 Depends: ros-jazzy-octomap-server (= 2.3.1-1noble.20260903.082611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-server/ros-jazzy-octomap-server-dbgsym_2.3.1-1noble.20260903.082611_amd64.deb Size: 25898746 SHA256: e1f7cb41cb6e3ad6fc039f001836b4db0ba4a19ec9aef97dab72a325401eb8ef SHA1: 220dfbd8c191d24513335848262850f63944aff0 MD5sum: 67c3fba80290a04515db2ea61ec6d3cf Description: debug symbols for ros-jazzy-octomap-server Build-Ids: 19a6b56403068ef69d5c9de9c48b7b2c58bf6b97 2f143d7160145fb3d1867d9a1ebd9c5cb2ab2543 3818fbc30e89a0bb97e81eea74f4daa117069db5 47efb65c142b28209809378de48c26a4fd4bd170 679ef034a416f9596f8cf85498321417c9e3180e 73d3857a8f92a5951aba5e680cd4b0f4fe160192 90a62208e56bf5fd343fbd60daa357096b92822b 9cd917aaecdffbe3b6961e4aa9c3f1397a25936e bf1ee77ce133c04cd8b800d7838df0b2e52b79e4 c9138d2446bc357115010aca5afe1a85f0ed1c6b cfca59c42a54a5487968423ec2c3a132babe62b4 da6def4b8b8e2c76023998a3a90b483b666602db 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.20260903.023740 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.20260903.023740_amd64.deb Size: 107092 SHA256: 6281e404dccd696ec3faae4658e640f2a1c5709c4c6dddfeeec6edf7d3287c0f SHA1: 8edc55df4cca97aae8f263a6cf185d9a33c198a2 MD5sum: 244f2f30556ac31bcfd33d7e2cd94214 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.20260903.023740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2251 Depends: ros-jazzy-odom-to-tf-ros2 (= 1.0.8-1noble.20260903.023740) 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.20260903.023740_amd64.deb Size: 1921024 SHA256: 7522ab3a8bde0517f802a61cd7b57be92f1d8fa5970899a1db89bf4e104b94c6 SHA1: 1877dee3a047bd241bb565de329b264b8b6530ee MD5sum: 92adf20d7685eeb82d45ca637d5767d7 Description: debug symbols for ros-jazzy-odom-to-tf-ros2 Build-Ids: 1e63710ee5682f5c6bb0d5c846996c8595385f10 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.20260903.065923 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.20260903.065923_amd64.deb Size: 154756 SHA256: 9401c841f9d482633f38976734e2bcf3e29da2c832a8a4960a3069a8d2cee3ac SHA1: dcf700db73780090621226b289815cdd96f6f2ad MD5sum: a1690250b4a6492c39e0fdb1571559be 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.20260903.065923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3720 Depends: ros-jazzy-off-highway-can (= 1.3.0-1noble.20260903.065923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-can/ros-jazzy-off-highway-can-dbgsym_1.3.0-1noble.20260903.065923_amd64.deb Size: 3143782 SHA256: 45bc2a618d38261106838dc1f6bd55297dff8e6b74eaceae8e1c3dbdde71d211 SHA1: 1c9ee44c4e63fa3aeec9e290c8b1a52def5bdd17 MD5sum: a530c2e80a81ab4c694951774ccc690b Description: debug symbols for ros-jazzy-off-highway-can Build-Ids: dfdf7727d75dd049bddd4657b9667dadced9a8b3 Package: ros-jazzy-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260903.071728 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.20260903.071728_amd64.deb Size: 148866 SHA256: 54a370901b241beef492d850f78273f60a6932b1442b8e01527f8a652e1e7b6f SHA1: 5db9c89df3c31e136884effe4f2573d7df730785 MD5sum: 0cd4fd4c98d0ef45172de95fda75dc15 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.20260903.071728 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.20260903.071728) 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.20260903.071728_amd64.deb Size: 2349382 SHA256: 82959de070f32a0034082bfc1ecefd873b0cb7e86d14c666e3d336a3f552feb6 SHA1: 67df4d185cab80bafadb4df85be36e5b65a659b5 MD5sum: c50605708b170d6e1b2f5d8edc058045 Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar Build-Ids: a7c5db79462e794b5c0a061db9362b119ab592d4 ba5f8e2d57b261419c7a19a7728e21dcf019ca15 Package: ros-jazzy-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260902.030936 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1159 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.20260902.030936_amd64.deb Size: 88380 SHA256: 15c6a1f1a719edb5c8bd8283fad888ecf2dddfedf3287d77792af480f3faab65 SHA1: 1c0115726058e75d398fa55c56c2318b2746a499 MD5sum: c55e1546c24faf73c37b15fced21e3c8 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.20260902.030936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 762 Depends: ros-jazzy-off-highway-general-purpose-radar-msgs (= 1.3.0-1noble.20260902.030936) 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.20260902.030936_amd64.deb Size: 588702 SHA256: 6bcfcaa425ec22744b7a5010ed877135137aad2154eff8c416eac1dca237fbda SHA1: 369c8632d1b139d0c6dca8e5488124dbb5a43682 MD5sum: 14684ce6d8812dc8193e8546cf9884d0 Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar-msgs Build-Ids: 0f60c0ab1d91c93b4679277ddf0d77b3f2d7ad04 0fbf6b3893104b54fe55a15032cb21e7f49f830c 2128876de0a0f18bef092d18f19ff4c7f9637068 3320cfa87808cdb51e4fcb0cdabb448b792dbe9a 4002d9b8d5fd0fa3a2b44994c82ddf56ac8167f3 5c0961c19d62f144b148533c4ee4d476a6101bdf 67e0302a8739980ec9de95d0a54bf0fbbbd754f6 8f1fe78e3a19c93a0818dca13c519be22bd9d081 9cba2f7ca39fb842dc755701e3c1d362eb0b48f9 b8ac3422ea56af0b2e511756311056b1b8b50fec f88cde7110bb2ba87c58bdfdceaf72de0f9f9233 Package: ros-jazzy-off-highway-mm7p10 Version: 1.3.0-1noble.20260903.071746 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.20260903.071746_amd64.deb Size: 87036 SHA256: f9adbd0ecd3281c6fc269ef5911228d4859f6e43d0dad5542c9a1d237444fd48 SHA1: 5647aa87ecce539fe6626cac02c7d14050f745bf MD5sum: 6bcb958afb528e73b54e5e4a900ef5d2 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.20260903.071746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1517 Depends: ros-jazzy-off-highway-mm7p10 (= 1.3.0-1noble.20260903.071746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10/ros-jazzy-off-highway-mm7p10-dbgsym_1.3.0-1noble.20260903.071746_amd64.deb Size: 1407774 SHA256: bb373f8a0a94678c6600ed928fe2c75f1dd24137d601463d34f8d89c41900cf6 SHA1: e67b9f1c097c2bef1a2239665de1ea27db77080c MD5sum: 388e87d6b25c4d7c4715ef5b390c8b2a Description: debug symbols for ros-jazzy-off-highway-mm7p10 Build-Ids: 6ef53744c8c62644f435a3132658ccb2c4b53519 a92b9b6f38869e70a28458304a9ce7510298fc38 Package: ros-jazzy-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260902.030926 Architecture: amd64 Maintainer: Darius Man 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10-msgs/ros-jazzy-off-highway-mm7p10-msgs_1.3.0-1noble.20260902.030926_amd64.deb Size: 44936 SHA256: 1cb3a1d0eedac25208ed2ab518312f2f465519b9ec2fcf9ea9639ef783015ed8 SHA1: 920fa9b2d9abc136f116cf5a8b8b2c69b605c5e2 MD5sum: dd5fad3744885a300f48acfcaa3fd329 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.20260902.030926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 282 Depends: ros-jazzy-off-highway-mm7p10-msgs (= 1.3.0-1noble.20260902.030926) 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.20260902.030926_amd64.deb Size: 191450 SHA256: b609d8b06947fec29002e3f01088838d54238883c21e2d67aa340f479617656d SHA1: 0c6fae4d40d4e3a619f1ea7a96e29f76aad040bc MD5sum: 79846713aa2df997de111e857fee4d49 Description: debug symbols for ros-jazzy-off-highway-mm7p10-msgs Build-Ids: 20a8cfe9e741abdf9b9ff42a779044caf3bedfb1 30b03266806bbcec04892fa40eeb8cda50dfb57f 39fa136ba05b8bab994a61b1e1efd98ab4d3f2d8 4d42eaa7e556dbbf5033eac40a4a9f33795232a8 55f3e613495064a5b00b790a5de2c27bb1a7698e 5ad082bbf29a5bbedcc06292a63640aa5ce33c77 6702581bfc37267e7ff69cc2e3734ca9201f90a9 688ce8c9ca89b48ebecf6b1cde8b1ad54758e29b 887e260ddd74bb7d5383d71c267f53306efd5cf5 d005fa85fe9e6147a62d532b7d451be049ea4f88 e6ae74aaf2d68a6ed489baef6b262b61a8bbdce1 Package: ros-jazzy-off-highway-premium-radar Version: 1.3.0-1noble.20260902.064512 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.20260902.064512_amd64.deb Size: 242872 SHA256: 6275408380249d729889f26ed6893aa5029235893e507e4e28ae004006cff8a0 SHA1: a06398e92a19d48ed5b0065b2820e00eb78b6be1 MD5sum: f828873acc1d00bdaff265d536b0266d 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.20260902.064512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5087 Depends: ros-jazzy-off-highway-premium-radar (= 1.3.0-1noble.20260902.064512) 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.20260902.064512_amd64.deb Size: 4529640 SHA256: 155e906f031a494b8207ce85c7da052e4b3d5c51a30725bc9a315e8a9f1075c4 SHA1: 424d79ae603e97bfc0ca438ff9f549b0564e36d5 MD5sum: 50bb272c9d26ab59049583a74e67cafc Description: debug symbols for ros-jazzy-off-highway-premium-radar Build-Ids: 654fe6bc197bc6f0e575a051b44fe214f37d2aef b5b883b0a6abc8c8365ea16ffccd81e991ff8058 Package: ros-jazzy-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260902.041419 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3271 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.20260902.041419_amd64.deb Size: 219180 SHA256: 1a0ed16ff1e1550b9fbe150a99c0a92cc82cec3cae36d15bdbb028b12c8219fe SHA1: d8e2ec47ad562b2ea9b1fa0b72b01bde5aab617b MD5sum: 77db125a8bc05ee7e6ae34b17ac15f3f 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.20260902.041419 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.20260902.041419) 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.20260902.041419_amd64.deb Size: 1695194 SHA256: 585492bc8bff1ea4bd6a4cd0297ad4ef96638f67a162ae4b846dd8bf0fbb0759 SHA1: 2963b43997bec475a603fe04dc719c8b22b98081 MD5sum: 8722719e6879e17b84be7ff11686ca0b Description: debug symbols for ros-jazzy-off-highway-premium-radar-msgs Build-Ids: 093e627889266c1b7c8314a4e4180329d73366fb 22efdf77cbb371d2e45f23dfe3281100b62c8fb7 6859b8f485218e459c1c79ded8b9ab35c46e0b34 69ff14a1950550f83b03c30436741944eaa812b2 6e43e996b45d04cc13aa923904b561e8f555f9b4 8126df0cb2552973ebd32adf7f48a03457d1adf2 8a869e37ea83d551037f7b57014cef1c72da7a01 99e385077a7fbb9932917b77122724fd475024e7 a1899e44ccdc2590fa489c9abaf8ffd7c6c0ebaa befb7588de98a5131b89afeee38532463d01afc1 e4251bca02328cecef7ba56c1978f6686e029359 Package: ros-jazzy-off-highway-premium-radar-sample Version: 1.3.0-1noble.20260903.075954 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.20260903.075954_amd64.deb Size: 292862 SHA256: d0331f2be2326b8bf5429df1858ff63516147a610720412abc2980dca2a606bf SHA1: 9552e2c79e39c86ea2d51c6d6e1dfde81e01c879 MD5sum: 34744f81d9a9bb9bb58dddfcd4d0cff3 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.20260903.075954 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.20260903.075954) 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.20260903.075954_amd64.deb Size: 5969622 SHA256: 6907e72928f14504acade36e8d9495b232648e9ff75002e3d6371d2e63346b2d SHA1: db8038018c210f2d2c68cae8273d46497019cc05 MD5sum: 89182a0106af52c5e8d0d822f5247094 Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample Build-Ids: 7d93a0ea2a4b9991584e9639d1073ca6d1f81050 84be09fde3f6fb58fd4a43f4c1442db8882c55aa Package: ros-jazzy-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260902.041443 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5018 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.20260902.041443_amd64.deb Size: 308982 SHA256: 9cf726c496df765f689521d9cb941d3c9377a8c8c7f6132b9db481499ef2e832 SHA1: fc03246e99d5b379edd92f172d3992ab0adc92d9 MD5sum: d0d24168ce935a796c4767138a6c2874 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.20260902.041443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3284 Depends: ros-jazzy-off-highway-premium-radar-sample-msgs (= 1.3.0-1noble.20260902.041443) 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.20260902.041443_amd64.deb Size: 2582346 SHA256: 0df9e8cee9ed3214bf526f6929b4b1037fd5c540ba6d22f0636b0aa205a6d209 SHA1: 127faeaba6b4d1d59c7093ec214da2e4e8a83f04 MD5sum: 9236bd421ab5d1c50bb7f9a2a7cd3abd Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample-msgs Build-Ids: 3830c489f7f529dfa68897a983d653db568c3110 456ea0cfb6a1163f684d95e9db59cf7a981d43cc 5500f8c2c044a7e8b5d2bac3a46673655400339a 74609b1cd5af09ba5af75cbc4efabfacd321da87 74a401d6792a02e20161e3aba57afa7ec0d55871 8106054e23173bcd0835e7e3cfc9430791e3d7dd 82de616cbe79cdd477dd4e6f49d1cd3528205f70 9a68318f069673fd165e9057640be170d75d6de1 d4763a926bb30011fe809118e7b4c506b700be39 d557918300a05555113fc6b379b0cc8f4854f10b da2fe5a52201277da5f67259f88fa79104631f79 Package: ros-jazzy-off-highway-radar Version: 1.3.0-1noble.20260903.071742 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.20260903.071742_amd64.deb Size: 210704 SHA256: 921f2170d7daddaf0e9a73f92256797b4e72580c92003d9a1d726205c4c41f73 SHA1: 151e5f28174126cb6396dc376f54f22c40b3efb3 MD5sum: 04cdeff6d7421534aa2495760003c5d0 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.20260903.071742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4570 Depends: ros-jazzy-off-highway-radar (= 1.3.0-1noble.20260903.071742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar/ros-jazzy-off-highway-radar-dbgsym_1.3.0-1noble.20260903.071742_amd64.deb Size: 3995684 SHA256: ec56ba97a3224072ab7c4f0eda9a68d6f5f61bdb04ac4f6ff49f7f654837565b SHA1: b935f5bd6687ba490ff33163bc6996e89a5fa388 MD5sum: 38a58cece81706b542c7a118f4c5821f Description: debug symbols for ros-jazzy-off-highway-radar Build-Ids: 38b6d8593ee5d90f9c4e53c29ed917c6bd391e9a 6d536955c4cfc4c751ec404e7f973812995b0d32 d936d0eedcd35a2c71dcf687c93870611b7ac4cb Package: ros-jazzy-off-highway-radar-msgs Version: 1.3.0-1noble.20260902.033944 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1137 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.20260902.033944_amd64.deb Size: 92780 SHA256: c93aa6654f5ef42fa7c27d034b8e81393926c34514e3fbcfca26b856b4bb4cf8 SHA1: ac481829c5b948842a42e663cea176b76edcd370 MD5sum: 7eed2ccbd735059885b72c36d424d643 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.20260902.033944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 769 Depends: ros-jazzy-off-highway-radar-msgs (= 1.3.0-1noble.20260902.033944) 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.20260902.033944_amd64.deb Size: 604112 SHA256: 64cb9152545701910f4751448eee91dc1dc252f34f7ebafd62bb3dcbce7053fe SHA1: 64e95d71b1157bad8113906c0ffc0d5e462fa7ce MD5sum: 3b553e4ceca682b7c006249e0ccbf912 Description: debug symbols for ros-jazzy-off-highway-radar-msgs Build-Ids: 274e3cf6a2a63f8fcb69d093917d133e4a3ba215 7237dec7ec8c11a6da3d86ae8a2526d5702fdb22 8f514383a66caf980e98df08f6ce59fb73eb7ff5 9f7a72ab425af4e0372b88cfd3a2d94c2a231f05 9f7d02fd1cc436d510b9c8281d2403142d7da025 9fe54cd698a67965b02aa60b4c0a5d98d8bb1082 a33cd0d8e5a4b730b6843322391aef6c5000d8ee a7f23654b69428aa6e4b918b5f6e864f458334d1 c08e8cf1300e0109c8d5415279a8a78fd81375eb db9525c420105c753f95c49aedf22828dea3de5a ff87fa7b2a7595a4bbb8a8fe0071ad532caecd4d Package: ros-jazzy-off-highway-sensor-drivers Version: 1.3.0-1noble.20260903.082236 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.20260903.082236_amd64.deb Size: 5612 SHA256: d7713eb4d3f8725d1859a0ead02b5f78da89746b6193cd03abcf2e693fcb0ebe SHA1: edb25b55bd3ba9cf80191b9fd8e83a2e6bd5a367 MD5sum: 9cde049fd24ff63a9491cea25a13f1fe Description: The off_highway_sensor_drivers package Package: ros-jazzy-off-highway-sensor-drivers-examples Version: 1.3.0-1noble.20260903.082155 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.20260903.082155_amd64.deb Size: 123790 SHA256: 03dd954f9f90e8288f1f3746a860b9efc9fe3ff7be376d3322de465b1fd6e02e SHA1: 45a911d6badd7a9fc8d47e5b1178a8e3dfd35359 MD5sum: 5e4e9cdd45f8d24247d13e586ad11598 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.20260903.082155 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.20260903.082155) 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.20260903.082155_amd64.deb Size: 2274190 SHA256: f5c641ebd4012a05f1e306d483e3697ffeaf8f3f956ae3449c240a49856a5b24 SHA1: b7407c04efb235c12c823c02d47abe3cff13231f MD5sum: 24470683f7d9f010e071538d1e1ce4b1 Description: debug symbols for ros-jazzy-off-highway-sensor-drivers-examples Build-Ids: 0fcb26dfa18ccf77a6ccfb6b22b0a53f20ccac81 b49a9fea5d0d9c8906a25c68b0c52cd3aa728f52 Package: ros-jazzy-off-highway-uss Version: 1.3.0-1noble.20260903.071757 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.20260903.071757_amd64.deb Size: 229142 SHA256: 8aeeab55399031efa0253701ec63c285bc4a9cb8ef9afb4dc6bfb305f21496bc SHA1: be9526405a6b2a3f54ab206dda7d7ad43cfee80e MD5sum: f88a3370ca737e4d132dba7c349d2402 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.20260903.071757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5130 Depends: ros-jazzy-off-highway-uss (= 1.3.0-1noble.20260903.071757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss/ros-jazzy-off-highway-uss-dbgsym_1.3.0-1noble.20260903.071757_amd64.deb Size: 4490544 SHA256: 200d50e6cd22ed0fe0be4705399022fbd9f1cebb01ef8f82d1b0a78f8bc4cf56 SHA1: d08a84f5c80d2d8901185c86999352797cfb5703 MD5sum: f7112d114eb6bdd5103e25e56a7765ed Description: debug symbols for ros-jazzy-off-highway-uss Build-Ids: 730c66ac045bc49408cec5411d5131508b46786f 7a005dd91d67ee5b611133b650d709d9a9eeb773 bf4267db50a3249a72da37fa56e0f3bcb363b026 Package: ros-jazzy-off-highway-uss-msgs Version: 1.3.0-1noble.20260902.033951 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1321 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.20260902.033951_amd64.deb Size: 106938 SHA256: 5bf6e0b8963dd72668ef39bd2290e72e153ff6c86f7c1e1a210a185b43d08cfe SHA1: c0eda6fdf8fadd47427e34564371e5f9b288f9d0 MD5sum: 9787de203ccbe000433d85880245b956 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.20260902.033951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 996 Depends: ros-jazzy-off-highway-uss-msgs (= 1.3.0-1noble.20260902.033951) 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.20260902.033951_amd64.deb Size: 798198 SHA256: 24c66535209e6448ad0986f3c3b39575d61bf03c3d22273263fe45d006b18f34 SHA1: 484395caac1c466c78b1d9eef6751962de3493e2 MD5sum: 916a726d6b4960e608a5f413d8ad5762 Description: debug symbols for ros-jazzy-off-highway-uss-msgs Build-Ids: 20d80dd2add629ad39083192ae5d5aa1dfbf9d5d 333c1f377788760b377956ed0203aa9c6a9816dc 4ff439619cf2048f7751c00a4c7dbfd4b9c6b0af 5201d4882f3196e95c163041f43b08ef94369340 7c00425d93c2694278469a87b2dcd751852e7880 81d0d61d13917204998a631b36cc0e7f5da538b1 a2a8c48968d6433a7bb30f24c40c7f36c8d09659 a66068412276e6e5d4733e2df0c2c5b7f67559b2 c0de8dcbf4442857a473c6a2619938c3b45eeeda c2b285184ff61a17232ddf8ce47ef203568c8299 c8154abbeeeb5d961c7935979252423f64ff3043 Package: ros-jazzy-olive-interfaces Version: 0.1.1-1noble.20260902.105520 Architecture: amd64 Maintainer: Samuel Hafner Installed-Size: 2457 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://www.olive-robotics.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-olive-interfaces/ros-jazzy-olive-interfaces_0.1.1-1noble.20260902.105520_amd64.deb Size: 176844 SHA256: ceff0a5d7422db75dbc37319a44a1a572c6ec5c81ae1f136eeb9a6060659b1e0 SHA1: 5658053c34c97a1804863f02634f70d6fdc3d125 MD5sum: b200b10492180a9d9facb4bbcd283cab Description: This package provides all olive custom interfaces Package: ros-jazzy-olive-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-olive-interfaces Version: 0.1.1-1noble.20260902.105520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Samuel Hafner Installed-Size: 1822 Depends: ros-jazzy-olive-interfaces (= 0.1.1-1noble.20260902.105520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-olive-interfaces/ros-jazzy-olive-interfaces-dbgsym_0.1.1-1noble.20260902.105520_amd64.deb Size: 1431178 SHA256: eef03b4746c2d7e9a1854b8f2db42b542e3d98cc689d94e214fafb1fda02b719 SHA1: 3b7c897ac702fec667e5bc5dcb0f341a7b4f22c0 MD5sum: bf876510e5cbb77f86a4d42be90b3b84 Description: debug symbols for ros-jazzy-olive-interfaces Build-Ids: 03e1b7bbc30885c063ffa74bd796b33c68c732da 17656bf03b2ef16dcde0a2e5b5bd9ac9d3a5e4e6 3c203c9c6a77da0c0f1aeded5f6870a219868f66 4a014fa6cc1b14d13f421e55cb5c08c6fac2b790 59ab7d44f588c0c222095ac5e72d4b15bbcebeee 5b7d74737befeffd4ccb2621c044d47a5951b4b4 5f2f1880c220aa681ff06b767e769a102d976d22 6758980ba1970bb4a1aaee960cdfa18cda0d7337 7ef4ba88b9ac0ae183c88eb849240649efb14ac2 b96d19d25f349b1eac64587856c41ae0b8cc7d27 df7fd1ff89d34809e96506b5d75c6fe46709af35 Package: ros-jazzy-om-gravity-compensation-controller Version: 4.1.3-1noble.20260905.073110 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.20260905.073110_amd64.deb Size: 166966 SHA256: 3358a2bf884581db749a6927384ffe416e02e8964327a5b0e7c8f94a46227bec SHA1: b267e1893361f281d87b3d22e46a37e549e7cfad MD5sum: c0c910975edc26f1ea5ec4ea10fd081a 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.20260905.073110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3484 Depends: ros-jazzy-om-gravity-compensation-controller (= 4.1.3-1noble.20260905.073110) 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.20260905.073110_amd64.deb Size: 2933466 SHA256: 0995d8ab0e3fb1ccb572c1b5d5906938e8885858d5389892fc9a8595ae667915 SHA1: 9d92356cb0da3c53e88cad8f44901ecd26a527f7 MD5sum: 040c5b549651b22d7d20c0363b09f229 Description: debug symbols for ros-jazzy-om-gravity-compensation-controller Build-Ids: 5ad4cdac6af0a1c7780b5471ea946f03449cf372 Package: ros-jazzy-om-joint-trajectory-command-broadcaster Version: 4.1.3-1noble.20260905.074215 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.20260905.074215_amd64.deb Size: 150314 SHA256: cb2876aaf9297300d87ff189896295affcfb7dee014b75606932b84575174e26 SHA1: 6abe1457e52c2c52a5408801b46ec6885e88eb5e MD5sum: 2b13b317f4de2384758a97543f581b60 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.20260905.074215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2919 Depends: ros-jazzy-om-joint-trajectory-command-broadcaster (= 4.1.3-1noble.20260905.074215) 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.20260905.074215_amd64.deb Size: 2561840 SHA256: 0e7d4925a0ccc8e2f4c037c4251894b744605787e83e8914571d34fa6c8ce952 SHA1: 016d0aacbb6c3cb3c0a101939fd575e2fcbac90b MD5sum: 8568276aa101a8131934dc0d9934a55e Description: debug symbols for ros-jazzy-om-joint-trajectory-command-broadcaster Build-Ids: 26967cf6074200903e248c5d97c3ec54afc21511 Package: ros-jazzy-om-spring-actuator-controller Version: 4.1.3-1noble.20260905.073627 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.20260905.073627_amd64.deb Size: 58074 SHA256: 9d5c49136dc7bccc9bf2ff374d3c73ff4870537fffadc3ab5dad5faea62e850d SHA1: bc0a46954c039617b2caeeebd7b9273a1c0b66b3 MD5sum: f6ec44172c719de7aa69e204f2e3e3e5 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.20260905.073627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 722 Depends: ros-jazzy-om-spring-actuator-controller (= 4.1.3-1noble.20260905.073627) 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.20260905.073627_amd64.deb Size: 684802 SHA256: 2d3519398fa43cd93e18813b773a73d118d64bec4592383bf5ac9bf43b0e98d3 SHA1: 5e5d970c9a4115d0b1eecf6344fb1c5ad49d1e1d MD5sum: 1c283ff1a9143ea00980b025b04d7355 Description: debug symbols for ros-jazzy-om-spring-actuator-controller Build-Ids: 2dee1c53c7408195b0dc8b1f3c780c0241e2ae1b Package: ros-jazzy-omni-wheel-drive-controller Version: 4.42.1-1noble.20260905.073628 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 977 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), 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.42.1-1noble.20260905.073628_amd64.deb Size: 266100 SHA256: 1170ff108839a30bbbe643b486641adfef53716d9c9a4ebbfce7b4ce23d72ca8 SHA1: 45b290a17468087d4d098dc4aa419584cba4a3a5 MD5sum: f74dd24b2ae4d7406626093d61677b96 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.42.1-1noble.20260905.073628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9104 Depends: ros-jazzy-omni-wheel-drive-controller (= 4.42.1-1noble.20260905.073628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-omni-wheel-drive-controller/ros-jazzy-omni-wheel-drive-controller-dbgsym_4.42.1-1noble.20260905.073628_amd64.deb Size: 8753888 SHA256: f3428a5346cd2878ce4aab971da4126cdd973e79ab6e85578fddc4ba64a10c5c SHA1: 0767ff0a8ae9de0a910131d3437abeab25879d41 MD5sum: 6329e31b7b98625036002b570462ac22 Description: debug symbols for ros-jazzy-omni-wheel-drive-controller Build-Ids: 0f34d25ad91dc26239682ea7eef3308bbfd6c53a 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.20260905.090700 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.20260905.090700_amd64.deb Size: 7140 SHA256: b96e7db6520b775ab2b5e1b783c0c10ddd49ba65164ae41b3995f12991abc38f SHA1: 0140806ddc4a252a8be361ab35b82e955d9ddd29 MD5sum: 6fd76db28f32cd0c05ad2bba4aeb5bba Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-jazzy-open-manipulator-bringup Version: 4.1.3-1noble.20260905.085921 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.20260905.085921_amd64.deb Size: 22884 SHA256: 2b7c06d080a817158174b4e4b95b49cfef0a7cca799e325e719cd3c44f61fbf0 SHA1: 04565cfe268be710bb142fa9dd9a6d58eacb8a84 MD5sum: 26ca92d59bc403f1d721de4820edf558 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-jazzy-open-manipulator-collision Version: 4.1.3-1noble.20260902.061407 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.20260902.061407_amd64.deb Size: 141480 SHA256: 0a58c2be0d5a15a5ae9520e918d6c11ac654957049bd7a09929bae8fe466d550 SHA1: cceebf42456cd4f1cf59e29d03b314ecb332f91b MD5sum: 7fcd02624a2647d6840b2784636f082a 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.20260902.061407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3599 Depends: ros-jazzy-open-manipulator-collision (= 4.1.3-1noble.20260902.061407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-collision/ros-jazzy-open-manipulator-collision-dbgsym_4.1.3-1noble.20260902.061407_amd64.deb Size: 3244192 SHA256: 064634d9bccc8e01286c3f9576c6b974d0f7dd195ef3df50034c9e65d9095b94 SHA1: 5ba195b9d4c8e3cc21c0f90e8cf1176289d268d2 MD5sum: 24686908fb98d95014285f72139cf847 Description: debug symbols for ros-jazzy-open-manipulator-collision Build-Ids: a7ba01a0de3af7ae9ec716b46fef55275444f2d7 Package: ros-jazzy-open-manipulator-description Version: 4.1.3-1noble.20260905.072230 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.20260905.072230_amd64.deb Size: 14215660 SHA256: 84f04646c4deffd7fbfc68d856c59c6c2571f015eb6868baca9c451ff7459334 SHA1: 1d7ca387f0a0fb052e14fef237d099ff5b8cc78b MD5sum: fef12e719acb181888ab24fa12a52879 Description: open_manipulator_description ROS 2 package. Package: ros-jazzy-open-manipulator-gui Version: 4.1.3-1noble.20260903.100907 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.20260903.100907_amd64.deb Size: 179396 SHA256: e0ee038a8d623ab71dd42a8e47aa252781eff0c0cb2a995b33245be8a8d9f08e SHA1: 53cad7f244e8622a59f6c3298b47435f4725083b MD5sum: 20e3f2fb95a874be66b485778329d0d0 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.20260903.100907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13968 Depends: ros-jazzy-open-manipulator-gui (= 4.1.3-1noble.20260903.100907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-gui/ros-jazzy-open-manipulator-gui-dbgsym_4.1.3-1noble.20260903.100907_amd64.deb Size: 13736830 SHA256: eb26da35367a156f4abf0b05deb99e5f13402886b37e37f2e219d74bbf2878b8 SHA1: 3a2d7d71609e4fdc16f62c0748ef6fcfdca00db5 MD5sum: be09cfbc8f16a831af0599403025bc35 Description: debug symbols for ros-jazzy-open-manipulator-gui Build-Ids: 098f60b0e5631d8ea14a81bf27cbfd6788399f31 5b65b113c4ca85c58e9e80e309f3abdf64685ef1 8200e8117bb075a42ae3de1ec05cd392ff7bbb7c e41d2b594619b975b9aa90f4ae8ff7e610f34306 Package: ros-jazzy-open-manipulator-moveit-config Version: 4.1.3-1noble.20260905.083029 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.20260905.083029_amd64.deb Size: 12398 SHA256: 015dc9fc2be0b968ef375e48a9d563317ff1c8f4ac7c0f9cafd0591274773a3f SHA1: 49af6525cab27c5872e0d418ef0b73fe0bbff3c1 MD5sum: 5271c2cdd48836382bb80f419b2d9490 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.20260903.101032 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.20260903.101032_amd64.deb Size: 26998 SHA256: 772dbd75e0a1ed9eab28bbfb3b260b4e246e1b6dabc919dea451ecfc48f01351 SHA1: a26371cfbbc7f2aa646db6772bd897101ded7311 MD5sum: c099e9132b9dd7d2ad68787b4d1778fc 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.20260903.101032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4785 Depends: ros-jazzy-open-manipulator-playground (= 4.1.3-1noble.20260903.101032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-playground/ros-jazzy-open-manipulator-playground-dbgsym_4.1.3-1noble.20260903.101032_amd64.deb Size: 3710982 SHA256: c292cad44fc4b2ac375f37bb269fac05605eb44f6da6e36d4b3f4e918a51cdd4 SHA1: ea7aa134aa64e4514e588d3f49c87a0db4c9c445 MD5sum: 4ef4b2031dfd1ebc6eac1ff5a09f911c Description: debug symbols for ros-jazzy-open-manipulator-playground Build-Ids: 012f9168347620d26fc18cad30812115aa9d4932 4961424c7fb843500f6b39f5122bfd9177f5cbef 6d2fe9605f40e0d5bbae38241b063000c8c8a2a9 Package: ros-jazzy-open-manipulator-teleop Version: 4.1.3-1noble.20260902.054437 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.20260902.054437_amd64.deb Size: 12392 SHA256: 6259d552ebdb882399becb9ebeaf7ae9040821b0f98e47e1db02e005e17ce9ac SHA1: d9aad4cf33ca578164cd030e6b181c3478f10f39 MD5sum: 3a3f5c71a8f4d1758336c7238c2104a4 Description: OpenManipulator teleoperation package Package: ros-jazzy-open-sound-control Version: 0.0.2-1noble.20260902.040438 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.20260902.040438_amd64.deb Size: 5084 SHA256: 844217ea02d2cb38debbbe247b7b858ef2e3fd016a893b275210e0d0aa6b4648 SHA1: 6b1a0cdd32deb22dbce9bce0cf9359f72a092242 MD5sum: 710669cefc642ae87482bf2d81179f5b Description: Metapackage for ROS/Open Sound Control bridge Package: ros-jazzy-open-sound-control-bridge Version: 0.0.2-1noble.20260902.034825 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.20260902.034825_amd64.deb Size: 22034 SHA256: 866fe0fc0b04d66e809f59508f663d9c334ac1d4de0b27dc6463e4cbacbdb34c SHA1: 1b06323c0009b33064f779d598a9c10cb4731b0c MD5sum: 8cedb7c3329cfac2685fed606791d96b Description: Bridge node for converting between OSC and ROS messages Package: ros-jazzy-open-sound-control-msgs Version: 0.0.2-1noble.20260902.030922 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 620 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.20260902.030922_amd64.deb Size: 64036 SHA256: 4e3e4f88c4caf5ece1d3745e73a62f1d83bd5afb9518befec94facc94e7a4287 SHA1: 00b48dd45a34b95ffc114130cd440808de326129 MD5sum: ffd869b0a5260c76c28c928620cea661 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.20260902.030922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 458 Depends: ros-jazzy-open-sound-control-msgs (= 0.0.2-1noble.20260902.030922) 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.20260902.030922_amd64.deb Size: 348658 SHA256: c48ebe2cbbe1eeb2cd52347b03aa7d15edd41d76202690e1e765ceb4bfaadb31 SHA1: d2519d8de640b25f285c4310e580ee7c50831758 MD5sum: 96f62cf69ebc8001fb99dcc5adfd31f4 Description: debug symbols for ros-jazzy-open-sound-control-msgs Build-Ids: 09d926c247305ac675cecae3233483c9a8561d38 0a1431698f0ae2ceb21540acebca62f2e9e177bf 1e31299e08a4355a42a92c713212d72b229a4ec2 490f48832cd88015192c30ddcba0a254cf1bc516 5850bdd5f1a13dff0c7093861fb605f201c76442 779fe259a05a4b85bb1b10cabc6103711bf9efdf 7c4630476341bbe0f6795e23386aaf9a45ad723d 9050c18f224b4b92638c2156b48cbbe8a9a98e01 9b9bdd6a40cbbb3c7ff163edb10ea3013c7e3b44 ae5ef04cd20119ce48f6202d269a9e21f85c5b9a e884597349ba2893b1cab043cf615923d9b89162 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 Version: 1.3.13-1noble.20260903.033326 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3160 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-graceful-controller, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-opennav-docking-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/opennav_docking/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking_1.3.13-1noble.20260903.033326_amd64.deb Size: 581628 SHA256: f542d629661acc8ce746dc0288bdc6f8c897a3821c31a59cdd78528ab1a3d650 SHA1: ffe4ec049c0140ecd524d8fb43aa582869277021 MD5sum: 613d467cf368b7285e99b43e8ead901c Description: A Task Server for robot charger docking Package: ros-jazzy-opennav-docking-bt Version: 1.3.13-1noble.20260903.031904 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 595 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/opennav_docking_bt/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt_1.3.13-1noble.20260903.031904_amd64.deb Size: 139238 SHA256: e10d008ffb08345051928efb72ac9813cbbe152baeb8d8e88e44c1ba43a2e886 SHA1: 16edec93651f8e35d4f65acdda9ff5ee1689370a MD5sum: d9b12e64feaeae545e404cd2e8fc31bc Description: A set of BT nodes and XMLs for docking Package: ros-jazzy-opennav-docking-bt-dbgsym Package-Type: ddeb Source: ros-jazzy-opennav-docking-bt Version: 1.3.13-1noble.20260903.031904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2871 Depends: ros-jazzy-opennav-docking-bt (= 1.3.13-1noble.20260903.031904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt-dbgsym_1.3.13-1noble.20260903.031904_amd64.deb Size: 2667770 SHA256: 93d8efa2c9bad13b09a820a47a24e6d893816dc8c0ae1621ee7ae57e798d8f38 SHA1: 4b581e22c525b77145724828b5fd6b61e1d4d5df MD5sum: 25cfc279631ba0168845d5b37e506700 Description: debug symbols for ros-jazzy-opennav-docking-bt Build-Ids: da68145102a74b801ffb122d935a7f7a2f99d594 f6cc309d0634f5bf0fb80d76a65c9e483ee36a49 Package: ros-jazzy-opennav-docking-core Version: 1.3.13-1noble.20260903.025100 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 Homepage: https://index.ros.org/p/opennav_docking_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-core/ros-jazzy-opennav-docking-core_1.3.13-1noble.20260903.025100_amd64.deb Size: 8500 SHA256: 4bbc796d9e08ee8a90538c09aeab4c5a5bd9e8d993e1fdd95ab5a7fcf8f26897 SHA1: 963f7ec48f442cc85c7e4dbd0fdf37dc26e62668 MD5sum: 71d75bce92bd13fcd6efd4f81e97bbd7 Description: A set of headers for plugins core to the opennav docking framework Package: ros-jazzy-opennav-docking-dbgsym Package-Type: ddeb Source: ros-jazzy-opennav-docking Version: 1.3.13-1noble.20260903.033326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 15075 Depends: ros-jazzy-opennav-docking (= 1.3.13-1noble.20260903.033326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking-dbgsym_1.3.13-1noble.20260903.033326_amd64.deb Size: 13013176 SHA256: a4e5ad4e962489e45673684bddb6cfcb8661165f6eb81ff05a2a0cbe2d78bda0 SHA1: 7b3d2868065381f3f88585a030394447d8b6fa8d MD5sum: 11241a7395ebdeb2855ec4a43714c8ec Description: debug symbols for ros-jazzy-opennav-docking Build-Ids: 61120da8180b2283399c57684199b2de23626e3f 8ce9a4cc8d8a7af1f979ffa7922048da0b7b93a2 ac021df73eaca82078d4849cf71bed27f5dda036 b25965660a32af1a5dadf1fae06f5e016770cfd2 ba6a3b270fb80e23ae8fb556aaee863b7b5336e5 e7be8ca5961c358539955f4d0c8d3ef3a4e8d7fa Package: ros-jazzy-opennav-following Version: 1.3.13-1noble.20260903.033746 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 1102 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-opennav-docking, ros-jazzy-opennav-docking-core, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/opennav_following/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-following/ros-jazzy-opennav-following_1.3.13-1noble.20260903.033746_amd64.deb Size: 228482 SHA256: c319ea3b869abff57e08ceee5eb4fb2318756c21a83a01aa4bdeafb885008545 SHA1: 0b6df28ce064dada3d5d99c1c56e9a187b01e812 MD5sum: 4a8e9e34338e045c3415d67d2ffc5d4a Description: A Task Server for dynamic following object Package: ros-jazzy-opennav-following-dbgsym Package-Type: ddeb Source: ros-jazzy-opennav-following Version: 1.3.13-1noble.20260903.033746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 5418 Depends: ros-jazzy-opennav-following (= 1.3.13-1noble.20260903.033746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-following/ros-jazzy-opennav-following-dbgsym_1.3.13-1noble.20260903.033746_amd64.deb Size: 4711708 SHA256: 00e70f1c3773dcda0a1b05b0bbd0521e17a99c50188e38aa4b72b955220eb25c SHA1: 5682d59f7ce9d222b4ccdf5413a255e37a7af3e7 MD5sum: 32b7fef3ebebb649a867ba0bc12f59a5 Description: debug symbols for ros-jazzy-opennav-following Build-Ids: 2a221200308d17cbd3291976d476ce29482d8e43 76e7960d555f03135a3d68b62974268a65778fa8 Package: ros-jazzy-openni2-camera Version: 2.2.2-1noble.20260903.075531 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1429 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.20260903.075531_amd64.deb Size: 259016 SHA256: b7887adb69b298b4b26563b9d7e6fb1b8bd55064ddcf60e9a870cb02edb41e12 SHA1: 326d0b024c30685c0218acaed0bf46b92667fd92 MD5sum: 1eb5ed6f5a403463c58e091613ad8d4b 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.20260903.075531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4025 Depends: ros-jazzy-openni2-camera (= 2.2.2-1noble.20260903.075531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openni2-camera/ros-jazzy-openni2-camera-dbgsym_2.2.2-1noble.20260903.075531_amd64.deb Size: 3684802 SHA256: eb25951bef89b3e7e8d2c978df28d37cdc1b925de7dad60da60a00ca92c84798 SHA1: 69935942135d504f4d4607ea0ab20caa75dbe60e MD5sum: 3ce439c35153212f82ffc64dce032db7 Description: debug symbols for ros-jazzy-openni2-camera Build-Ids: 051df8f51535eefaa06e3670f6892d3607f6560f 2e75014df78a270be3b64de2b784ece6bcac1736 40c445c94df7b0d1d61e7aba560c2735da8b6f67 4e0cf400ccef23b7e6b8e3aba3378c94871fb144 5fa8a83c5f77b009cb849e3f2031996aedae2211 72676ef1d69413f5f8750426fca970dd4d02307e 9382e848881d5fc79969e8f232ca85526c7f5c0a 93fbbc9211ffd5ecb75834d90161c44018df8a75 a689c8334126c872f867400b0b40c7c5b8190474 a68d16f5938627e703369e221652e05e362e9245 b45291fc8561dbe89d63514c443c05a35d622fd8 d7c42a4bc8c16259661bc4fa08ca06a874af96b3 e5231fe4f2863339fad7ab3b2284bdae2d9875c8 e6ed2b0ba391cb63537f804876c09aac3f01259d ebea1b07a65a56a2a6bb0cd5d39008e3293bd4cb f4c79210f3934558300e395cb38a23b2c269dfd4 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.9.3-2noble.20260903.073410 Architecture: amd64 Maintainer: yalian Installed-Size: 65883 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), libssl3t64 (>= 3.0.0), 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.9.3-2noble.20260903.073410_amd64.deb Size: 17717848 SHA256: 82a9bb49e1da545d8eea70f53b5d3fa8f0eb2e8286505e74362b6dc70aff5e4f SHA1: 43b3791e022fa03a9d24532d60bb94f36ed0c735 MD5sum: 8f966abfbb9f511dc7fb501f8427488a Description: Orbbec Camera package Package: ros-jazzy-orbbec-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-orbbec-camera Version: 2.9.3-2noble.20260903.073410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yalian Installed-Size: 66796 Depends: ros-jazzy-orbbec-camera (= 2.9.3-2noble.20260903.073410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera/ros-jazzy-orbbec-camera-dbgsym_2.9.3-2noble.20260903.073410_amd64.deb Size: 56811984 SHA256: 06adcf500c574ae5962c5bb45d349d5546199f19af08e0c00e4359f1fbd2d9a9 SHA1: 72bbfd88910516232aea2043b196b115bc70b908 MD5sum: 3eb7d587ff11bf85de3fdc95760315b1 Description: debug symbols for ros-jazzy-orbbec-camera Build-Ids: 0a06ffd76c1710fa451a3488ccd0f7eb2030f2a9 17154762d59f8328be3085c2c4504a0a09706d2a 1f3b4ab72ac6a18e534a57c5b253c2a56c26dd68 23ac9ce65f40ccc4bf2e85e718740c38a667336f 414b0130c772a88a21f4daf920157cd7ebdaa136 4f6f6fed561f6528c05093604c7814f73f9e69af 58ebd0b5514e10f564e2f0e76f885bd85b5b787b 7f3c1255a18c3dddc04e31fd9374210ea660dd68 800e4aaf5eec0772bc26faaf3b06a09ab29cafbe 804af08d9b5b6328b003f99e42529cbacb0efa4f 88a4d48569303f088cf8dd23d3f6eadeb1bdd0a2 8f98886b9a41110aa7f75598353532ae28aea6c8 a68ff38c3ccc8a9b6ef45a9c11f980f1ef1d07d0 a8e17505b810e940025d0f184174251731788950 ab6c25c2fe62d34efd2879d3791b1466daf78581 b2ee882dda0cb6e88a02b6ab0abee834d27545c1 ba6c7b72e607bc5bec6ee40e1c71261d20c397ee c0b2b6fa9481dda9f2879b83bf352b4025c634d4 c119bb70efe415ab358809a8423c4c6725153da6 c1f9b1e72338480fec5fa0995976583926e0a9ad c46142a869aac05cd86859d907a97a24119025f2 d576b40d5ba4fd82f9189c310932dbc134514453 ea15a27efeb7748807dc3de8fa298916f129ee7d f27c578b1b34d10bc5e04b3768dc3b19f517f0a4 Package: ros-jazzy-orbbec-camera-msgs Version: 2.9.3-2noble.20260902.043222 Architecture: amd64 Maintainer: yalian Installed-Size: 7988 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.9.3-2noble.20260902.043222_amd64.deb Size: 492068 SHA256: d2f4aee0a989480e901a32c6f249d527debe493879e6e26112971cb3e1b5d867 SHA1: feaa954de107f882a3c6aef9446a12ed80204416 MD5sum: 4413721b1bd6c7a3b903f29010baece7 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.9.3-2noble.20260902.043222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yalian Installed-Size: 5975 Depends: ros-jazzy-orbbec-camera-msgs (= 2.9.3-2noble.20260902.043222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera-msgs/ros-jazzy-orbbec-camera-msgs-dbgsym_2.9.3-2noble.20260902.043222_amd64.deb Size: 4836674 SHA256: c7c7758fdef4620a1c961238fdc47478aa685fb556e00798b7da43cc8c8f155f SHA1: ea13b7aab02751a3aaabf6f5b3c6a9b959c240b1 MD5sum: 024808c047fa1c189c02d756c5f2ff94 Description: debug symbols for ros-jazzy-orbbec-camera-msgs Build-Ids: 0727e965b8a2d5259a3974551c8c9eb0b725cc24 08a44cc37295aba18e3aaec1ab3a2656746db028 114b642971520de1e830584e17ba39ccb58293e0 1f97f661c86029a759188d3a861043be6c00c0b4 3cb883a5dc1a53bd0326986b04575335dbaee6f3 69e88750b2c06a46689e08e7a413aa207980179c 786459dd92c2669c8818211df90202fae17ad583 8e1644c1042df25b402fc297b67072a4a0b57083 9115ce6a6aced115dc984c7eaec51baf82563b6f 983ca6eea4362494ffa5568f08ebb6e3659d30e3 9e8dfc605c8b94516b297c2152513e6b1a0a1d0a Package: ros-jazzy-orbbec-description Version: 2.9.3-2noble.20260813.021924 Architecture: amd64 Maintainer: yalian Installed-Size: 112068 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-description/ros-jazzy-orbbec-description_2.9.3-2noble.20260813.021924_amd64.deb Size: 18657962 SHA256: 2200b2cc18937a31854faca531863315765e738fc40a061a3b082b1195d82655 SHA1: 3c1ee1a21c571f1620186b5577850ac1834cf522 MD5sum: 97ffaf3dc882c54af11671a37ad16b6d 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.1-4noble.20260813.150622 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 79935 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.1-4noble.20260813.150622_amd64.deb Size: 15165104 SHA256: 24639c347804a76e84ac8c5ed19bdc85373bcfb3a5f5c40ba729c8fa7ea910c8 SHA1: e740c98a5b2f782ab5f34f76abd95cf5f08ae680 MD5sum: c69ce97111682889c8adf15701d82bcf 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.1-4noble.20260813.150622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 249741 Depends: ros-jazzy-ortools-vendor (= 9.9.1-4noble.20260813.150622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor-dbgsym_9.9.1-4noble.20260813.150622_amd64.deb Size: 243414896 SHA256: f80dab07b4005687d6744f45f8b1985691e3aefa4edf998391a30e7995a3768b SHA1: 627a747f1121c6243042372ef35f26ea2dca19d1 MD5sum: 0f999972a69b363a327c805170136293 Description: debug symbols for ros-jazzy-ortools-vendor Build-Ids: 1669c50e0e4bfd44207b57b6233686e0b67272e5 48d4c463237b55f38e7020c0301398f140a8402d 5e1254a90253a89e39c9c75400eb7ffa307b12f7 65e4c1adcd0cbe00f1d1cfe1760e81dae0c93c70 7ca38934841ec2d8d84bc31346de0854da26d99b a6145bbbf0fa357999370dc4f1285749f0aeb721 d594ac07a0cede66a835ba43f414e0dcd88f12fa 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.15.1-1noble.20260903.075958 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 9635 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-class-loader, 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 Homepage: https://index.ros.org/p/ouster_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros_0.15.1-1noble.20260903.075958_amd64.deb Size: 1831936 SHA256: 1948e8eaba4ed60dfed109b6db2dd24bcbab3fbe7377a86cfb5fa20470b049e7 SHA1: 6d299abf24a0ed8b4b31bfd9c1ab54b968edbbba MD5sum: e7025bf65bf0c0c062c30236eab4d1d5 Description: Ouster ROS2 driver Package: ros-jazzy-ouster-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-ouster-ros Version: 0.15.1-1noble.20260903.075958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 67964 Depends: ros-jazzy-ouster-ros (= 0.15.1-1noble.20260903.075958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros-dbgsym_0.15.1-1noble.20260903.075958_amd64.deb Size: 63951236 SHA256: f07e91db40ab347719b2303dc6baf09e6fe78e81f17347d621379de867d6a50f SHA1: 807d5b5af36c2e78075cf430e86ec18b152572be MD5sum: 4c40e48d4654d2312e3e1996724d1472 Description: debug symbols for ros-jazzy-ouster-ros Build-Ids: 2e78bbc71db21d2b03573d92d07872483741c28a 4ded19f2665b4cb05be75b0d109685d5923f0b96 5f4328915f44703dce3914dd9e32b2247198b7d8 675398b31573048ce5c6356c6b52ac80f624ff15 7a6a26dd4ca6a3599151e36a3c4689ff9061fe8e 931e9f6162f0b7be5cdf92efcbbc2e4548a4ef26 9afbadc695b4ea0fa39a34d15c6cdfadd3896488 b6e78199e4bc410cdbf62bf48beaef995e77f448 d6e8c458976a4d92584f25c2118164eba7ae15d1 dc46b76e2370b8f44f0500e1d6819bfd7b0c7c95 eb7e9c27449baad985cc116d5808b317c4be8796 Package: ros-jazzy-ouster-sensor-msgs Version: 0.15.1-1noble.20260902.030926 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1796 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/ouster_sensor_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs_0.15.1-1noble.20260902.030926_amd64.deb Size: 134328 SHA256: 1dc107a87da8cecbcc3e734bf2280a1636821c95a2ec5b1a81db0c3c9749f302 SHA1: a0f1ea17c4f46bc270e6b42355de989628cdccae MD5sum: e0d923f9a33baed87126ee0ecdeb1d52 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.15.1-1noble.20260902.030926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1295 Depends: ros-jazzy-ouster-sensor-msgs (= 0.15.1-1noble.20260902.030926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs-dbgsym_0.15.1-1noble.20260902.030926_amd64.deb Size: 1006866 SHA256: 6f2a59965568ba0f62fa13d932aeb8b204a2879942c2d3bcd7c152718c45cd67 SHA1: f34192623eebd80655152e3fb91a2c0f480d9e6d MD5sum: 2c27ea5f8a72023579b444dd05e38816 Description: debug symbols for ros-jazzy-ouster-sensor-msgs Build-Ids: 21702a6c907162677b01226e8f8875eaf1488138 2a7dcc1406a3b229abde46288834bda64a1f62b4 327dfa2a2bb6f2af2f4112d9fbdbd48fd70f3b63 32d7ed63487d02d2d59e046d29dab767ee0a9e93 4be3d8caf8517c9abf506886c32b45c1b11734e9 576f0623e0f95330cc9f91f9d832b857d602b1b2 5ce2842b360188bbed535d6e5fc4e1282c929664 6e2ca3f514567f09035714f5f635421961784798 821faa8d4e9629493d869641f476df835f8dd51f edc8b5c4ea71cec101cc198a6af1013e9c8ffb19 ff313099f1d1cbf5283298dea02d0bb66076e2b0 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.8.2-1noble.20260903.011933 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 407 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libatomic1, 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.8.2-1noble.20260903.011933_amd64.deb Size: 105230 SHA256: 351388e039425339cd61c0fdc0e784d698c7ef78726090cb8e6c414586f56ca1 SHA1: effdf2e4724a170433712cb4d3e93ed87df96b37 MD5sum: b727ee390e7644674524c9c8b58290a5 Description: The pal_statistics package Package: ros-jazzy-pal-statistics-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics Version: 2.8.2-1noble.20260903.011933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2100 Depends: ros-jazzy-pal-statistics (= 2.8.2-1noble.20260903.011933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics-dbgsym_2.8.2-1noble.20260903.011933_amd64.deb Size: 1972404 SHA256: a18aad3707ed8094118cde48cab207b1597ecc3c9eae82cf276ac311c6f462d8 SHA1: b7751bfb2aee6c7cb015a144561adb8f545f6607 MD5sum: 462ad7b9f16f8fe80b9b93bca126ccac Description: debug symbols for ros-jazzy-pal-statistics Build-Ids: fe2962ad2514c4b82574a94b2a25933db406ad63 Package: ros-jazzy-pal-statistics-msgs Version: 2.8.2-1noble.20260902.030951 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-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.8.2-1noble.20260902.030951_amd64.deb Size: 83218 SHA256: 762c3a1eebb0e4716f7e30d5f31cd5be1dcdd9a036a6c84726892e6c36b4f16e SHA1: 7c93a07ff23da2f8dc7c2b59bc13000076c88ca8 MD5sum: fa4646fc2035542679f73930114c8e1c Description: Statistics msgs package Package: ros-jazzy-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics-msgs Version: 2.8.2-1noble.20260902.030951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 699 Depends: ros-jazzy-pal-statistics-msgs (= 2.8.2-1noble.20260902.030951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics-msgs/ros-jazzy-pal-statistics-msgs-dbgsym_2.8.2-1noble.20260902.030951_amd64.deb Size: 549478 SHA256: 024bb54663aeb099237fb2c7338da62b126d3fc8dca972bc32effccc999fffa1 SHA1: db36e87028b6225367479ed2849686a9a06b6603 MD5sum: 6a66f53b2473a7e4e7b840bb91168472 Description: debug symbols for ros-jazzy-pal-statistics-msgs Build-Ids: 0fab2fb436a7259eda857e2d5ebe5b5af43c3448 12b69d8e9f2a55bc62e38a8bf0ba230904cc497e 40754260a1e7ad7dcddc902c6fddc5b51c76a3f7 5515bbeff8a414d2223e0df54e1d64d5f8438970 7cef8fdc1cc5bf3a28c54999fb0efdd76072cab8 91aacac162301c60c55f782b82c95fa5a683254f 96271e471212bb661922550c4511bdfabe4eb7d3 a32673d369a51ace839194dec9deb65e6351a7ad a703c98d03947ab730ab3043f8f1a4e55dbaddb4 c8eed6c11ae72572949fdc345aca611da43b21fd e522ea7ba349c7c60c81991ed8b16b34478e8aaf Package: ros-jazzy-pandar-msgs Version: 1.2.0-1noble.20260902.034833 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 723 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.20260902.034833_amd64.deb Size: 71460 SHA256: 570f7e0a659dd890fb891c3bb22f8f57bbea53e9c006212a0ffe81de703d356e SHA1: d9de7f5f0834932e03e18a7373f4df38037cb754 MD5sum: 74a5d7f11cbe8c581d294290d7949214 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.20260902.034833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 540 Depends: ros-jazzy-pandar-msgs (= 1.2.0-1noble.20260902.034833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pandar-msgs/ros-jazzy-pandar-msgs-dbgsym_1.2.0-1noble.20260902.034833_amd64.deb Size: 409918 SHA256: 58fff5382fd74bb1c5d8bc94a6f6b5a97029bf69d27137c33d4ecf1bec87f1c1 SHA1: f02404c7dc85fe95a0ab7f394a203bcb328ea367 MD5sum: 7207f714a2452a928c9cf2ff54d617be Description: debug symbols for ros-jazzy-pandar-msgs Build-Ids: 1c4971146fd7e4a5c63a71a6fdc5384b733d85c8 3395c28d09b978ac40014f409c62a458f39bfb7f 4b3fc088c0cc819c4bde9059c570eeefd9d6a9a0 568df2547adea62b674f85fdb210363afcbf4d25 6ce523ca44a176639bc02e853cebc378613b7dc6 90781c756c97f775bab0512353125fa892dbd0af 9fa06cc31277c03b03e938a4067544fe5f7e5e56 9fb988ecd6e8d5a5116624ad3c7304544096946e c06253a6dce558035f33481b371b953d59b672e3 d378f9e3bcea730e03c7cac6d3faeb50ee3c4dd3 e3aa64df50ba62191f359a1dc5284271615c3900 Package: ros-jazzy-pangolin Version: 0.9.6-1noble.20260820.143839 Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 5734 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libopenexr-3-1-30 (>= 3.1.5), 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, libopenexr-dev, libpng-dev, libxkbcommon-dev, python3-dev, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/pangolin/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin_0.9.6-1noble.20260820.143839_amd64.deb Size: 1412988 SHA256: f98cd01d5e2fbe4d760517ed6a9f7c95f5e13f9b430f0f61bdef2f3a0c81cde5 SHA1: eb5577c4d57979f5f4b7c5a56ac9e378fa940b80 MD5sum: db6a4136a7e178dc7ce23c92035fcc31 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.6-1noble.20260820.143839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 35731 Depends: ros-jazzy-pangolin (= 0.9.6-1noble.20260820.143839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin-dbgsym_0.9.6-1noble.20260820.143839_amd64.deb Size: 33909098 SHA256: fdfe92d37bde4f0e37934eabd46b1fafa3c95b045a22a6afcefea4244a01d938 SHA1: e5dde70ad85c7add65588288a707b1f70fe07c16 MD5sum: 9d81fe5cb90be28717edf2ce984053c7 Description: debug symbols for ros-jazzy-pangolin Build-Ids: 03ff207dc0c4df0b16e0e8a108eb51d5f1eebf5a 0d15cde4972def7ff66bef95dd0472210bbedbc7 120fd92a1dd50cfd4ef304be405928b30c4e8f06 14e3c00be35b105f2e41d6a89ededbe3029f33fd 154bf5a0c9a40b0ea3ac2afcfb9e8deb6528983a 21bd76d65c1f468a9779a6c694ea2c3a3e9a857e 28ae4aa0c90be9190dd06caaf00b7a18be78e8fe 3d08b7b4e778d8373f99637cbd72fb93c9aa6ba9 3f8cd4b5d06550449ef042c466e369a1e65c22c1 55f366fdf1f701ab31c112a0a8cbc3146b829238 867e3c5b3cba4221b9f4e7601f5bbdf38c6f5249 9190d24b277c94b7a0a6bb51978cfa2de5565c75 9572888c24ad1419392efe5e4c62c47c5bdff3ed a626e80046716d2ad954bae5dd811a6ba5024623 b417db2eb569e487b054fdb0769683238646f51b c22c1c6256247047b6e678fdf862240eb27e5273 c8cead12b9720ae78f19dc7da9f1fb844a1e468c c91015c2aa0a84c4a36254c0ec9d908f56e80e8d d963fb4ab78654dcf93e447be29724fe46ac08bb eba35135fa939109cf050fddd7946f75c7271fbd Package: ros-jazzy-parallel-gripper-controller Version: 4.42.1-1noble.20260905.073118 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 358 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.42.1-1noble.20260905.073118_amd64.deb Size: 89510 SHA256: 00d684b6340337f9474ca4914ca78ccac91fb2c923ef6c40243eed51f7b449af SHA1: 58e96a99bfa1f39e2607642764b5e838a644f31c MD5sum: 335960744b5058caab3ba510320d9d0d Description: The parallel_gripper_controller package Package: ros-jazzy-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-parallel-gripper-controller Version: 4.42.1-1noble.20260905.073118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1142 Depends: ros-jazzy-parallel-gripper-controller (= 4.42.1-1noble.20260905.073118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parallel-gripper-controller/ros-jazzy-parallel-gripper-controller-dbgsym_4.42.1-1noble.20260905.073118_amd64.deb Size: 1046392 SHA256: c51510feae1fd38c4dedbc599803efdcdd41dc3e66d16f44914496c34694795d SHA1: 8d27e080efc093e12fb7ec9d921a2ff587fe7d36 MD5sum: 3141830193e0a7eff9afcfb8c5e696a4 Description: debug symbols for ros-jazzy-parallel-gripper-controller Build-Ids: 1d02b61099ba68daa12ff749de516846adf1fb18 Package: ros-jazzy-parameter-expression Version: 0.0.2-1noble.20260902.061554 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.20260902.061554_amd64.deb Size: 17548 SHA256: 2a59ccb4fb39c86278ce503e1cb812d38deefe5aab3fe524d58d24d8d44c60e1 SHA1: b3e08fec4b39cb19ea7bd46f7701085be9f44a4c MD5sum: a621a9ca37f0a06a99babd5fc54f0d4b 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.20260902.061554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 213 Depends: ros-jazzy-parameter-expression (= 0.0.2-1noble.20260902.061554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-expression/ros-jazzy-parameter-expression-dbgsym_0.0.2-1noble.20260902.061554_amd64.deb Size: 195692 SHA256: bcdc6a39db01dc6f4cde967404daed737b8f53e2498f23776bc71c7934efb97a SHA1: fe2d3641806c4cf6943e01f4c788f0ac8e0dfb08 MD5sum: 2d7fc4aba9d491b47db411b108334da0 Description: debug symbols for ros-jazzy-parameter-expression Build-Ids: 6eea52b94e4e3384cc8d10e58f5cb38946a32efd Package: ros-jazzy-parameter-traits Version: 0.7.6-1noble.20260903.014924 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.6-1noble.20260903.014924_amd64.deb Size: 10500 SHA256: 233cd501130dfa6f4a6cf70a88310ca55e4ecf966ce1d79f4073eac1887419b5 SHA1: 2268931c45ee8b3036f6acdac01bc8af3b828c8d MD5sum: 90dd9d6099c4f18d447f4a1579babe8d Description: Functions and types for rclcpp::Parameter Package: ros-jazzy-pcl-conversions Version: 2.6.5-1noble.20260903.065915 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.20260903.065915_amd64.deb Size: 12720 SHA256: 13a1c713a2e19c285cf16dda18630d0534992389ef7b272f5c6550e1bc8a91be SHA1: 177e9e0703565fc95d6eda4d585f5c0c9d121997 MD5sum: 9f91f1a3bc3f197ebc0c6070e10e6100 Description: Provides conversions from PCL data types and ROS message types Package: ros-jazzy-pcl-msgs Version: 1.0.0-9noble.20260902.043037 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1259 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.20260902.043037_amd64.deb Size: 113980 SHA256: c5421b16b3dc8e0f2bd7bf7ea1dae43439f2653f3f9276055b60a0f8ff46efde SHA1: 6c439a445de1a7875861fb215d034ab95d74ffa2 MD5sum: 28a7d89bc6515e1622bb9bb2d2b28b94 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.20260902.043037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1036 Depends: ros-jazzy-pcl-msgs (= 1.0.0-9noble.20260902.043037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-msgs/ros-jazzy-pcl-msgs-dbgsym_1.0.0-9noble.20260902.043037_amd64.deb Size: 833020 SHA256: 0f6a583e18a2f267840b32952ee3fce1e1c1d07b7511c6c85d19f661b2da6ab9 SHA1: 697427c19bcad80306a8990a9601aef96c2b1401 MD5sum: 84949659cde2f40dcc4f5fd50158eaaf Description: debug symbols for ros-jazzy-pcl-msgs Build-Ids: 0ebf4a019a5608c43c864c50c4784e056ecf05ad 123fd41432ab1e9e40506fd4fd87d72902b0a89b 2d169799f2a06072562daa443e990fe4e923967b 2f0118db725d80e879c32323fcb6af4159b7741a 32fdbff27c5bda7a75df0acdbbcabd3fea11c5a0 3ee6e88d0159e10d4fdd7e54034603358caee010 52d1ec72b5f486e867a2280c0057e09e61904c0a 76bbc4b8746b5721a1e86d4b90e4e6b38c4d31aa 8322968bfd05bebf9a67be66e8894e8e7278a387 9ac23faf100e7e4a9396427b6d0bab4c7069f6e9 d86c21c604c5baa5d8a1b34a7a19e333a311c92e Package: ros-jazzy-pcl-ros Version: 2.6.5-1noble.20260903.080037 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.20260903.080037_amd64.deb Size: 582494 SHA256: 30527e5b07dac0ee60d5e739ada956e3b2081cec336b1c2d2c49154fc5f913ca SHA1: a513744c282b136ae26f4e86f6d8af620166c47c MD5sum: 13de0fa043a9a9849aeded01574e09f8 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.20260903.080037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 28061 Depends: ros-jazzy-pcl-ros (= 2.6.5-1noble.20260903.080037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-ros/ros-jazzy-pcl-ros-dbgsym_2.6.5-1noble.20260903.080037_amd64.deb Size: 24167356 SHA256: 45b447fa5ce7f7b8406621ce6741344560d78a128c15825900ed487ade0ec509 SHA1: 2dab7165597a1c09e321b203239e599a506b07c7 MD5sum: fd3bfc202a7be50ef77267577e6bbbe9 Description: debug symbols for ros-jazzy-pcl-ros Build-Ids: 11ce8dff1a597a56156f853486bb26e1714f1ff7 1a4ae764289f54a3eb3ae6097f6a210cb8bab9cd 1c56eac069f0cc7d9a03e95a6d994d82e064e7a2 20619cfcfe35b6179fdc722cc79862a1bf08bfda 21b9ec3ed98793ad1dd034d03aa019b9ea816fe1 41095356a77d34ad1e63c6d73b06ef64a7291c4e 49820f102346170523287d72f45a772c5a588196 5e924ca22dd5351a10c6a0f572daa31776e4e405 636763f425a44d43cfb021529ec9c1dff94cfeec 7df46ee0be5192d780bf481d055d717addb6b64d 8482599c92b6812585f65c0db0fbbe1a72340996 88137ea6880fbee1b9a33eebda871fa700f46399 a3a1760ae56f75f313c559d45acd69e73d9fc032 ba08d333d2717a58accbb3d211fe5adc61058947 e6a10e16139c945b3c401ea2cf4e7eaede92c29f fe81b29ca732947a6894c09672e16f772015e7da Package: ros-jazzy-pendulum-control Version: 0.33.11-1noble.20260902.062516 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.20260902.062516_amd64.deb Size: 246630 SHA256: 313bebb3a49114b74d958d68a8b5249e4a3e8bd0263ec450bb528476bbc13e78 SHA1: a8b7731e372385ff1d261fabc39368bc3ce43b4d MD5sum: e93726790f35088822f4550245654e4f 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.20260902.062516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6280 Depends: ros-jazzy-pendulum-control (= 0.33.11-1noble.20260902.062516) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-control/ros-jazzy-pendulum-control-dbgsym_0.33.11-1noble.20260902.062516_amd64.deb Size: 5254844 SHA256: 1fd4c25cb0da433d6b83ea625b1cf8429d4720fc74219666034afe3237484cc0 SHA1: d24b4b74a6bde32bccd11ce77e51e44bacfa3e6e MD5sum: 7aaaf20f3ec684389729970636973d13 Description: debug symbols for ros-jazzy-pendulum-control Build-Ids: 4aa318736e68cd67c12ad609bb6d9ba45899e7f6 9a9aaf991352ee64516f560cb3f228d7d4add13c f569e55ffc22f5c932790f5c336a25c2c5149dd2 Package: ros-jazzy-pendulum-msgs Version: 0.33.11-1noble.20260902.021732 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 694 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.20260902.021732_amd64.deb Size: 61248 SHA256: 58560b51a8a04a28db1e869c26af53c2a8739aab6a1fe88594bab5f8be94843f SHA1: 2aa7765ea6eea778fbd09c0c910e29ea834192cf MD5sum: ebfd41b6db59a3896b204534dabf20c5 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.20260902.021732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 449 Depends: ros-jazzy-pendulum-msgs (= 0.33.11-1noble.20260902.021732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-msgs/ros-jazzy-pendulum-msgs-dbgsym_0.33.11-1noble.20260902.021732_amd64.deb Size: 328822 SHA256: f0e0b624b0a651631733eb73f099755f6ac90b6fdee053e81c0161706125f5ae SHA1: e9228d047883c361ad124f0448f61034dffba998 MD5sum: a6810333cb0cac1e7746c13feb0cc855 Description: debug symbols for ros-jazzy-pendulum-msgs Build-Ids: 357cf94d47423cf37c5078614703461c78b7a67e 435b34f05a0a9cee267cf521c74a00207a15ae4e 5e1e519913bfea9d71b87e7b2313f36d58a61ef7 62a008b33787e908ea66d7d4df1a80b4c03e7d9b 8c68a311218524191e937fbed49a0a6a80b05434 b056266cb35a6687eeb7058f0e4214e878043757 b56a4f2cfe7a58933fb8c7585571b3fc95bb8338 b8528dbbdcd6579221efdfa1cb8afbb38fdf5d3e c11e3fa5b8878297c9b11c52a2092bfed2ae5af5 ef033050e3103343226f410fc0decd2a63af9cc4 feb7409edbf1729c15e39920e6105a072a74b936 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.20260903.093752 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.20260903.093752_amd64.deb Size: 5376 SHA256: 698c4a58f2d464d6ee6e8b9326d3b5c8891f82e811338333e2f7993df93a36be SHA1: 8bbddb2b831789bbc4503b697c22991eacb64b62 MD5sum: c44bdb1c7d920918372e3da20d539c29 Description: A package which aggregates common perception packages. Package: ros-jazzy-perception-pcl Version: 2.6.5-1noble.20260903.082623 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.20260903.082623_amd64.deb Size: 5604 SHA256: f7a3730489c3d6d268a54f226ca4832a22deac99c41a77139cf176242a19ba60 SHA1: 8bc08323567539e4a5cb42d40fdb8989c74bbbbb MD5sum: b00a7142a2aa50043601304753f72d3f 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.20260902.103829 Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 8983 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.20260902.103829_amd64.deb Size: 988786 SHA256: 74a0f7ea83be7cfbe9ab8982647b838effc592782daab52fb119aed5dadfda5c SHA1: e349b3b8147b0270fe45d6435b951caa13f9e4a3 MD5sum: b595482af638917e8e042575b78f7503 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.20260902.103829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 35670 Depends: ros-jazzy-performance-test (= 2.3.0-1noble.20260902.103829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test/ros-jazzy-performance-test-dbgsym_2.3.0-1noble.20260902.103829_amd64.deb Size: 27338740 SHA256: 17226bf804c458aa1cbb052a830017ae812a33bd9a7e5017b67bf90adf67374a SHA1: 0ec20bda9e7888100c9855cbba80f3ff37479968 MD5sum: 3d7f1a19fe3b69d77c0ff8c882900a40 Description: debug symbols for ros-jazzy-performance-test Build-Ids: 106fd73ee3c9282201383ff9e45267c5de25be91 3b457907d62cc676ed2e2833ca49093acf000d83 55ca488769e6ad521dde5bd6c122e214b9522248 70c184d50a7d5ae202821ddda3c6c4f461ad58a6 87439e567810b2ad0e9cc27ac04e311422a1d6f3 89fcdfbd290f12d08356dabed8db5d9f9a7fe6a8 8ad12be6e85a542030367750a483d8c188cd0ab1 a06507a2f055041e89670b1d044664e32d029e80 c83d5fe07a3afb51e8c7da2fe2fbe8144abf9cfc db4e48e1eae7e03a3c8dd2ce2236e220acbca037 deef619227b031514616c0f957d435763c5dfa98 ed9cc2ae98cb0731440933215278daeebdf5d008 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.20260902.064456 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.20260902.064456_amd64.deb Size: 95402 SHA256: bf3a5eb8b1ddd17cba5eb01a3ba73c97a169ebfea10c3c719e0953458d3c381e SHA1: dfa7eb3a71ef127f4384b3aa8f5f315dc218482e MD5sum: a4ef9de24200c00d15072d26cde81f81 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.20260902.064456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 1449 Depends: ros-jazzy-persist-parameter-server (= 2.0.0-1noble.20260902.064456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-persist-parameter-server/ros-jazzy-persist-parameter-server-dbgsym_2.0.0-1noble.20260902.064456_amd64.deb Size: 1358540 SHA256: 28862dfe6e5cb3d8f51fc6acf9e61fc7ac4ec64c4549a3cd94f51624f75fbf89 SHA1: 184a70b9714cc393fe1d771aaaf0129a5301be2e MD5sum: 34fbaf1bb4337ec0ba188213a3429622 Description: debug symbols for ros-jazzy-persist-parameter-server Build-Ids: d292cb1be39d38cf9f56997c98f58d11592b684a 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.20260902.080412 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.20260902.080412_amd64.deb Size: 60784 SHA256: 783dc0175ebe9fa572fa2e3cbb8582b1be84c0359ae525b93ff32fda71c8ff17 SHA1: 1965accbc511bd2db197b77188e96cc0dae10b97 MD5sum: 0caec9e2f7e2f9b939005dd617d4fe5f 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.20260902.080412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 911 Depends: ros-jazzy-phidgets-accelerometer (= 2.4.0-1noble.20260902.080412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-accelerometer/ros-jazzy-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260902.080412_amd64.deb Size: 845676 SHA256: 9ba131145eeb362549970563a10e78c140aa95fa038487693248bb2f0e1bd4b6 SHA1: c28b2dda602752b1e346c7b55320b8fd1a6537e1 MD5sum: d91fa47b45c12c5b175939f4c705bddf Description: debug symbols for ros-jazzy-phidgets-accelerometer Build-Ids: e34ea140192f25502c33b349e57bef7a0abf5045 Package: ros-jazzy-phidgets-analog-inputs Version: 2.4.0-1noble.20260902.064953 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.20260902.064953_amd64.deb Size: 59972 SHA256: dca629057e6af1c90392b3f331ab47d07b651a6b0ce1a461ff1037891458db24 SHA1: 7f93ced1766bd7b2b21ce9246e43d883cc8a00d5 MD5sum: ee7450cf60600c8f7901cf8dc34b125f 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.20260902.064953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 920 Depends: ros-jazzy-phidgets-analog-inputs (= 2.4.0-1noble.20260902.064953) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-inputs/ros-jazzy-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260902.064953_amd64.deb Size: 854666 SHA256: 867fb67dc2ed61c250d78f89fd6718d22ff0f564b0ca6c3a9d7ac1334934c1b1 SHA1: 0ca10873502b8fa6df5725d10e1828193b255b22 MD5sum: bf6d7bc77b3bed334bc009e89fc32dd1 Description: debug symbols for ros-jazzy-phidgets-analog-inputs Build-Ids: aa4ef4c01649fb554630592a3db31a6092536a1d Package: ros-jazzy-phidgets-analog-outputs Version: 2.4.0-1noble.20260902.065022 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.20260902.065022_amd64.deb Size: 110794 SHA256: dc9c774856331c2f41845b07a485b62b4b9e6089cd33603f0a5eadd8fdeb58e4 SHA1: ec5512f3719c04fc5eebea2f0e2728c407938ee2 MD5sum: 3d3b30b9c543a3f451e56479143d7f2a 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.20260902.065022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2311 Depends: ros-jazzy-phidgets-analog-outputs (= 2.4.0-1noble.20260902.065022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-outputs/ros-jazzy-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260902.065022_amd64.deb Size: 1989630 SHA256: 5033003e7554d0882dddf28ed93b1dd67eaa625a8fae0b39dcaa4ae5a64fe6d7 SHA1: 954a0306dbfc4e965c06795ece5f743f4acc3e77 MD5sum: e6ada072af6824c5f394ab0386f8f4cb Description: debug symbols for ros-jazzy-phidgets-analog-outputs Build-Ids: 1574bdc13a6c20fbe605f569b8359488fc05ddcf 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.20260902.065020 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.20260902.065020_amd64.deb Size: 59222 SHA256: 72a2745f99d22b7ede4b506c8fb4b002c721fd1a65eab0c046d3796e9a9027f2 SHA1: e27fb1f6c896a34c88c41ecfd8d0a685bf39b35c MD5sum: d09b25e99532e891e059c7b5c4e8f553 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.20260902.065020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 914 Depends: ros-jazzy-phidgets-digital-inputs (= 2.4.0-1noble.20260902.065020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-inputs/ros-jazzy-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260902.065020_amd64.deb Size: 849050 SHA256: a911cf10ac145853c3f4e29cbdaf285dbc607c37e2c909afa8c89727f2cbf03e SHA1: 7f0b0e5b1c6fe4f089c95e65ca9a3b029effb2da MD5sum: 01ce99f9da0d011e1b363b39d5f16e63 Description: debug symbols for ros-jazzy-phidgets-digital-inputs Build-Ids: df4bfd60366f4426fa4d515fb3fcd50367464155 Package: ros-jazzy-phidgets-digital-outputs Version: 2.4.0-1noble.20260902.065029 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.20260902.065029_amd64.deb Size: 111146 SHA256: b16561fa8c6ccbe00a3eb87d1d39c9cb7a8e3e8fbf693127d5d2823bcc8d834e SHA1: f8b0ea14d1cf4aca70b64f21d4973f22370a4b26 MD5sum: 41f4d56af45c0120b0e4ac392920dbc4 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.20260902.065029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2315 Depends: ros-jazzy-phidgets-digital-outputs (= 2.4.0-1noble.20260902.065029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-outputs/ros-jazzy-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260902.065029_amd64.deb Size: 1996728 SHA256: 3cd35d314aa1f52915be96159b656a320e6d9bb100b92a47a18f3a854bdaf271 SHA1: 17da7f59a47c28d630fa4fb7d62d879f098045b2 MD5sum: a6db0f316426faf4c070316e7f2a7e0b Description: debug symbols for ros-jazzy-phidgets-digital-outputs Build-Ids: 4ef8155a401bfa117250370f7230fe3088c3a945 Package: ros-jazzy-phidgets-drivers Version: 2.4.0-1noble.20260903.071301 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.20260903.071301_amd64.deb Size: 6132 SHA256: 0a9304828b68e3e43e0fdf89fe3ad3b219e7637a870f51f2a6b945c9004e4f73 SHA1: 4985685501f50b69333618133082fa4bbe169b33 MD5sum: d13848f6faf468bb48222255c8201761 Description: API and ROS drivers for Phidgets devices Package: ros-jazzy-phidgets-gyroscope Version: 2.4.0-1noble.20260902.065031 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.20260902.065031_amd64.deb Size: 80844 SHA256: 1ca2c9d7ac75365bc9db80cf6c5f9d92becd02a659cd231f41f9afde90d77e00 SHA1: bac1de7a4319eeae887778a316385f3ad4c1ad5a MD5sum: f528e063dedf8affed05f88a2d0d4fb2 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.20260902.065031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1345 Depends: ros-jazzy-phidgets-gyroscope (= 2.4.0-1noble.20260902.065031) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-gyroscope/ros-jazzy-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260902.065031_amd64.deb Size: 1235198 SHA256: 13c0a6c604f2dd288308f8896fd965a60251530ca87f5a8f683331edcb12ab1b SHA1: cac4b4fbb80ceb7ed6a52c2e0298b42ae9fa8d10 MD5sum: aa6486deccd7a13f5b828944cafe58d4 Description: debug symbols for ros-jazzy-phidgets-gyroscope Build-Ids: 620bf338716f9fce7b2c0b8b82436262afe865d3 Package: ros-jazzy-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260902.075037 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.20260902.075037_amd64.deb Size: 84684 SHA256: 00dc8300b3cdf7d874e334cab3c8d5cf4df4a15a7bcc17c60d328b84b392fbc3 SHA1: e21df6558ed718fb5edc4391ffd63b07795b4d98 MD5sum: 9f3394f3af19488a306d580beab5de9c 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.20260902.075037 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.20260902.075037) 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.20260902.075037_amd64.deb Size: 1313086 SHA256: 2e74ba8ce776c21dd1ecbcd017bef14349731c9c871e2fc2cce5e587c461bb2d SHA1: 87b10905e8a054aee90f8203805fbf640c1da6ce MD5sum: e8d9065b31c733d1971152ca87e99240 Description: debug symbols for ros-jazzy-phidgets-high-speed-encoder Build-Ids: 8a603fea74f6f8f8972dbc2f5be0e455c70da2b3 Package: ros-jazzy-phidgets-ik Version: 2.4.0-1noble.20260903.065912 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.20260903.065912_amd64.deb Size: 7086 SHA256: 2cb741d5bccd94ea0dc4d791cb71feb608f91226ad1a176b536ab6ab4073f828 SHA1: d80d69985b8af7372d88a24c0bd87f024590d7c5 MD5sum: 672c40cde2945605dc172526158e34e1 Description: Driver for the Phidgets InterfaceKit devices Package: ros-jazzy-phidgets-magnetometer Version: 2.4.0-1noble.20260902.080530 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.20260902.080530_amd64.deb Size: 63574 SHA256: 7d7a37fd64426267dbd27f376bfa00cc30da0bb2e8ef6201e25a12178bffc1a9 SHA1: 930edfc68ccd8c980ea94e0f9c1d41d427e2da84 MD5sum: 9bc668133bd660c40f2d56331c4ff982 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.20260902.080530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 936 Depends: ros-jazzy-phidgets-magnetometer (= 2.4.0-1noble.20260902.080530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-magnetometer/ros-jazzy-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260902.080530_amd64.deb Size: 867840 SHA256: 2846679fd8edb6aaf901af02da42ce831284eab78a1aa2d1d3e0a89b93fbf7a8 SHA1: 3082d9fb36b02a278751eda1a808de76208ca991 MD5sum: bf45a6919ae0b61b130e8dacc0ed91bf Description: debug symbols for ros-jazzy-phidgets-magnetometer Build-Ids: a07982aadd1aa510a375a3edcc59f290767bb166 Package: ros-jazzy-phidgets-motors Version: 2.4.0-1noble.20260902.065035 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.20260902.065035_amd64.deb Size: 113010 SHA256: cf390621b87cda17fa2b51f94978e26d50dc8ad2fd05459cb9bcc0c0d458a3d1 SHA1: dc12c8892b4f9335a71fb2ea8e5b50796f508641 MD5sum: 63d4d638bf02a7d713cb959c8d93decc 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.20260902.065035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2238 Depends: ros-jazzy-phidgets-motors (= 2.4.0-1noble.20260902.065035) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-motors/ros-jazzy-phidgets-motors-dbgsym_2.4.0-1noble.20260902.065035_amd64.deb Size: 1921064 SHA256: 105b44d206b04089e52d3244348a5a4aa0c7556354ed75e4fe959738f8a6dbf1 SHA1: 1fa275afdf3292dcc5bb8070f1636a83bbe2b0ea MD5sum: 22f100bd3343cb9a01a2bc8edd1adf66 Description: debug symbols for ros-jazzy-phidgets-motors Build-Ids: 12b1d8f8bb49d528f974792f77d4686f29526aa4 Package: ros-jazzy-phidgets-msgs Version: 2.4.0-1noble.20260902.031004 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2061 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.20260902.031004_amd64.deb Size: 154218 SHA256: 43519215c26ff02656375802ddb7ecdf0520b44ae8d499798090c40be32d3477 SHA1: af2fb5faa2bdcb0edd01c93d5e4230f1ba27f949 MD5sum: e910341cf0c16902ba57c8925d760a78 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.20260902.031004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1428 Depends: ros-jazzy-phidgets-msgs (= 2.4.0-1noble.20260902.031004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-msgs/ros-jazzy-phidgets-msgs-dbgsym_2.4.0-1noble.20260902.031004_amd64.deb Size: 1116560 SHA256: 4dca1e5251adbe363392ecc5f0148ebffd8b65191fb27b64eb85cb27a0f75e4e SHA1: 9221da34411f91b81836d68061277606ecea74d4 MD5sum: ffd5a377771613904ab74580b6c6b290 Description: debug symbols for ros-jazzy-phidgets-msgs Build-Ids: 01ef3d1424f624bfae88f7635c80088fed4d2bb2 1ce622fce4323fda36e1b06c209bcae49eaa9e2d 420d705f2ef6d331ef4f22cb40e0d7bb953e83f2 4b1fc8ec78d0cdff9e01064fe5b51a758937d1e6 897e5dd359f61986b0568334ef152ac1169358a6 bae715c54685a002e6ff0a2a727967d6a463747c d5b15dd1e9235d7af8bd2fa64471ae49fb488509 da1075447ab703daf1f06e4538b55c34af5e730e e1d81073b6e4936ea878d41f558d430b0871286d fabf5b10b06b6c7409599dc157ee092b57889584 fadd0df2de06f59c3f89f3afe44a113cda202477 Package: ros-jazzy-phidgets-spatial Version: 2.4.0-1noble.20260902.065113 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.20260902.065113_amd64.deb Size: 96686 SHA256: ed8c3387b64f738d62b1a3814adf1e99590a08f21dc29f159d9f5316ce155cee SHA1: 86a5b97426cc8deb9a2d589427851c9826637ba5 MD5sum: 4dbcc80496c596868f09c3fe15e959ea 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.20260902.065113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1640 Depends: ros-jazzy-phidgets-spatial (= 2.4.0-1noble.20260902.065113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-spatial/ros-jazzy-phidgets-spatial-dbgsym_2.4.0-1noble.20260902.065113_amd64.deb Size: 1495674 SHA256: 23b68c0eca7c9f946ccb9a55d87a8ebea6342128842ec6485fe4807c772ce1fc SHA1: ccdd3200c4b13e5ffb13740b67f944d2a37a5252 MD5sum: fb938782cb4647ef1380b61d38f44002 Description: debug symbols for ros-jazzy-phidgets-spatial Build-Ids: c7fe03f66aa34752e886a139a502c96a98e8a5aa Package: ros-jazzy-phidgets-stepper Version: 2.4.0-1noble.20260902.065055 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.20260902.065055_amd64.deb Size: 150494 SHA256: c4047a2a6373ad2e903298f8fc30dc5afe190b772f5e089c2058f0266236ee41 SHA1: 816590b218bb03f74accfe85b190e1c1ae930ec1 MD5sum: 727f0967475fad2ffed85961b3bd1cfa 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.20260902.065055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3157 Depends: ros-jazzy-phidgets-stepper (= 2.4.0-1noble.20260902.065055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-stepper/ros-jazzy-phidgets-stepper-dbgsym_2.4.0-1noble.20260902.065055_amd64.deb Size: 2729664 SHA256: 3cc3f5840aa3dadfbc670277d6e9f43e8ff96687aaa01572132159fdf4da173d SHA1: 1c587da4a7b13a66fd8a7fbcf53ff5238f8ab946 MD5sum: b4f2ff10240f255db658067450796ebc Description: debug symbols for ros-jazzy-phidgets-stepper Build-Ids: 1c17d21dfb3162276c6d9899f74da0c5cff90f61 Package: ros-jazzy-phidgets-temperature Version: 2.4.0-1noble.20260902.065123 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.20260902.065123_amd64.deb Size: 58184 SHA256: ce5d9c3f152bb7d77a399e2b662faac5dddb817e9d1a124ae1d12f30b1d31a00 SHA1: aeba52247acd2fb26a6e25cfd2bb3bf29c522a2a MD5sum: cf08aaba41921eb807c87df85283a8e0 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.20260902.065123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 885 Depends: ros-jazzy-phidgets-temperature (= 2.4.0-1noble.20260902.065123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-temperature/ros-jazzy-phidgets-temperature-dbgsym_2.4.0-1noble.20260902.065123_amd64.deb Size: 820290 SHA256: 4c89a88a9d140b5caf8385d59a390549a50b854d21da2eb0ca0d43f5e2b59332 SHA1: 4370b3babb212ade82d7a8b5e4dbee0d9b2964e1 MD5sum: ac935db44dbfa405d6ec48c7d9e370ca Description: debug symbols for ros-jazzy-phidgets-temperature Build-Ids: 5ba5b181972b282ca4db5731c44df496aa201794 Package: ros-jazzy-pick-ik Version: 1.1.2-1noble.20260903.085737 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.20260903.085737_amd64.deb Size: 110856 SHA256: 32171f2990fc7677a6057076462452ecd5c2421c307cb7e1cd5cf4e9e3b5f039 SHA1: e987e6e68edf551259c0dc8a43009723640e3607 MD5sum: a07c37089b36935a2b5b6a2d8384d030 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.20260903.085737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5395 Depends: ros-jazzy-pick-ik (= 1.1.2-1noble.20260903.085737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik-dbgsym_1.1.2-1noble.20260903.085737_amd64.deb Size: 5377618 SHA256: 504378742db61460f1392874be6e779ce181f9d257cb5e93589265f37edb692f SHA1: 4f9fb5c122308d47b50bca113d8e7d8f10e07ac5 MD5sum: cff1a2c4208f0f7e706fccc585233eaf Description: debug symbols for ros-jazzy-pick-ik Build-Ids: d229e395bf089cc9a3c36df539315b2951df704e 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.20260905.074310 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.20260905.074310_amd64.deb Size: 69078 SHA256: d09c1a2352ed43d969df0b87473d1d34c785bf94e0bc50afb0b4f161d0d03bd6 SHA1: 145c5c1f2e8f46b74280ea64293e0df7566ebb5d MD5sum: c9e558001a1731d1cb16a98ecd0ee331 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.20260905.074310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1143 Depends: ros-jazzy-picknik-reset-fault-controller (= 0.0.4-1noble.20260905.074310) 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.20260905.074310_amd64.deb Size: 1062378 SHA256: 9dcd811eb2059dec8f04451c61280eb880aa34d2d8482377595fe6473365c627 SHA1: 04b861458ec8549b4ce7f031e90bfaa318c52c5c MD5sum: 77f355cc2a0346b9eec2703b36a04c72 Description: debug symbols for ros-jazzy-picknik-reset-fault-controller Build-Ids: 1d4ab92edd0b5932c267750a4f7d66907e6b275e Package: ros-jazzy-picknik-twist-controller Version: 0.0.4-1noble.20260905.074325 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.20260905.074325_amd64.deb Size: 106422 SHA256: c5f4ddf7a1a0faa2eb1abeba5ae5e9f93ec241eb2faef08a5b0b67f50fee3fc8 SHA1: 2e35277e7a3880dc20b5fcfb792a7dc12c3bca51 MD5sum: 48f51a6e0e9cde9e9c0f4ef424e5631c 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.20260905.074325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2129 Depends: ros-jazzy-picknik-twist-controller (= 0.0.4-1noble.20260905.074325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-twist-controller/ros-jazzy-picknik-twist-controller-dbgsym_0.0.4-1noble.20260905.074325_amd64.deb Size: 1817514 SHA256: ca86f0520de5fe0c7aacb1767823c2099cb4b136792800f8364e04ec30788d4b SHA1: 87f821c5ae7b6d2dd7c75469b3f4aa3a5a858917 MD5sum: 45db2cd1954af40fd367ca628b979c5b Description: debug symbols for ros-jazzy-picknik-twist-controller Build-Ids: fc2380d280f79cbaa301eca3e063eecbf14b6b1b Package: ros-jazzy-pid-controller Version: 4.42.1-1noble.20260905.073116 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 871 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.42.1-1noble.20260905.073116_amd64.deb Size: 207532 SHA256: 6a0d78e4272a489e531526caeda2fbfed55d1e16b643f5051d58707ab3cdadcc SHA1: d066292acb9594f7c1821cc40bec2e7a4305e7a2 MD5sum: 2361e30b9532ac45b442dfca3aa84256 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.42.1-1noble.20260905.073116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3572 Depends: ros-jazzy-pid-controller (= 4.42.1-1noble.20260905.073116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pid-controller/ros-jazzy-pid-controller-dbgsym_4.42.1-1noble.20260905.073116_amd64.deb Size: 3156114 SHA256: b83a3d9b878d7a771c680d31d9c06029d85d3f5c39ee84088627c1b168c12a2e SHA1: 553daa2b4ccc54c4d72570deb8950a4290122782 MD5sum: 56532f0c8b1aa7072cb5b66c5e97421e Description: debug symbols for ros-jazzy-pid-controller Build-Ids: 3623432f2379735d104967c230ed2e975d288d18 Package: ros-jazzy-pilz-industrial-motion-planner Version: 2.12.4-1noble.20260903.100010 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.20260903.100010_amd64.deb Size: 373344 SHA256: ceee05a468eb4e353bf1cc6b57dbd08ffc466785ba504434b5909c41f0c1eae2 SHA1: 06c50b34346d60fd9ec1d1ad9bd3520652a115cf MD5sum: 175b33974d3d0f381779654df7a6429f 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.20260903.100010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26532 Depends: ros-jazzy-pilz-industrial-motion-planner (= 2.12.4-1noble.20260903.100010) 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.20260903.100010_amd64.deb Size: 26397658 SHA256: cfd8e2492b60555218a70439019abbe0d503f0c7a8b294d168f9ce86dfb8b300 SHA1: 05c1aa89ea1aa8beb684ef726a088b3509f65573 MD5sum: 169d7970d2580d74af98b0f04885f070 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner Build-Ids: 00ed73f973a5e78e713ffb897401819470588ae9 0ed751d0e4e893cc23a6df8f622dc2680a9bf49e 1c52d649f1be8f78e4387ea953956cdc35276ebd 2240b63c9344b9d6d133649eb5e2be9c10ec2541 24a6daad4e9351db3a21664af36792b85ab56847 260e3c2fbfdadf269df92b14dc96c9c832b47f8b 3369192f22b547b777debe710d2a70f88197c54b 412fad20e88922e81b1b851e1ce3f438b0d30911 998c7c40fc6d26a3ad0d47c66246101e04205949 Package: ros-jazzy-pilz-industrial-motion-planner-testutils Version: 2.12.4-1noble.20260903.085829 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.20260903.085829_amd64.deb Size: 105686 SHA256: 6ee91d197b87c3ec40b9471d49a6878a53b5fc51855adaae841d2efecb7a8889 SHA1: 0cf573586385eb238adbab1a7761cef14cfc1c06 MD5sum: cff9644426fea0feb482fc959e5c497a 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.20260903.085829 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.20260903.085829) 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.20260903.085829_amd64.deb Size: 5451684 SHA256: 9c6a9bf8f48178bad1cc5390e4e73def798cfec2469187a845bf5e9b006b5e43 SHA1: cfa0771f0b96ea54025f1a9f4193c3568a167d84 MD5sum: 9d40578a2611eadbf506676dd58213e6 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner-testutils Build-Ids: 1802971f32b16aacade2e6ed9f0fd2f5eecd8683 Package: ros-jazzy-pinocchio Version: 4.1.0-1noble.20260826.071113 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.20260826.071113_amd64.deb Size: 6118692 SHA256: 340107301e1b678819e53f5ca2b30acfe70177b6b52ff177f86607f3129af690 SHA1: 5b5da490495400141490e0d4061367f4f6e515fd MD5sum: 1f761c5e13f94c3443552ae5574fce9d 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.20260826.071113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 438588 Depends: ros-jazzy-pinocchio (= 4.1.0-1noble.20260826.071113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pinocchio/ros-jazzy-pinocchio-dbgsym_4.1.0-1noble.20260826.071113_amd64.deb Size: 412824160 SHA256: ee8762102d595958a2bc712eb3087bc6dc7b8eae877bbf473d04e7211d52deed SHA1: 4d6fb1845540b4700470ce1794fbba9e06d08531 MD5sum: 9e46a4fea82bed9971e0e1663145efd7 Description: debug symbols for ros-jazzy-pinocchio Build-Ids: 0130774023240f0274250789fb6824976099f3ca 32ea06946f0be0a363a10f3c9d0d55826f1f5f98 562a238741f3522f7d2d05436f1ca749327e2f29 7f4706e9ed15603c59b5b25f753837879bf8244e dac7a3375bebd5deb12b9f6ac23cb2ad64827607 debc7a7f6ee4d92e90c284ea608516d18b72baf8 Package: ros-jazzy-plansys2-bringup Version: 2.0.18-1noble.20260903.085826 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 261 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-launch-ros, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-lifecycle-manager, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup_2.0.18-1noble.20260903.085826_amd64.deb Size: 64794 SHA256: 111de6e0037132a6a817dfee14bf42d4b90be2654dc18e3445e31b5ff97123f8 SHA1: 775a01ef66628490c80ee8e10f265add868d005c MD5sum: 1d978b569a47d4a3c156de8069aabc2b Description: Bringup scripts and configurations for the ROS2 Planning System Package: ros-jazzy-plansys2-bringup-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-bringup Version: 2.0.18-1noble.20260903.085826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1353 Depends: ros-jazzy-plansys2-bringup (= 2.0.18-1noble.20260903.085826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup-dbgsym_2.0.18-1noble.20260903.085826_amd64.deb Size: 1291544 SHA256: 5e33570c402e432e7f36221d20767fc772ab4888a193b5c712c04e8bf4b0546a SHA1: 95fe579d10381dc3adc2d1ba48b554530e6b2aae MD5sum: 53e5bd06a13f05e4b4b7c789c283395b Description: debug symbols for ros-jazzy-plansys2-bringup Build-Ids: 27213f4f9f8e516b2446774c296e5bcce5036e79 Package: ros-jazzy-plansys2-bt-actions Version: 2.0.18-1noble.20260903.093327 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 258 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-behaviortree-cpp, ros-jazzy-plansys2-executor, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bt-actions/ros-jazzy-plansys2-bt-actions_2.0.18-1noble.20260903.093327_amd64.deb Size: 70364 SHA256: d819dca2d3bc805854ce232408ec17002ac256859f494bb98a99b75e7b45e53d SHA1: 6e8178a5d10f15ea2f44964a9e15d02ea7396e59 MD5sum: 038a38418bc417ed766f1955e2d37407 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-jazzy-plansys2-bt-actions-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-bt-actions Version: 2.0.18-1noble.20260903.093327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1522 Depends: ros-jazzy-plansys2-bt-actions (= 2.0.18-1noble.20260903.093327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bt-actions/ros-jazzy-plansys2-bt-actions-dbgsym_2.0.18-1noble.20260903.093327_amd64.deb Size: 1480442 SHA256: d6384daa7e40f4259a5e082da6f2f08d24961a61712d9be7a7871f8b41461b11 SHA1: 13554085eb0da3da8654af395344359755909089 MD5sum: 20a4f41fe69883b722b1d4b8bd09f2e2 Description: debug symbols for ros-jazzy-plansys2-bt-actions Build-Ids: 502f9761317f29c0f271291c8b4371e6f0a1b563 985ede1415096a1d8e4d9e241df06275535d8a90 Package: ros-jazzy-plansys2-core Version: 2.0.18-1noble.20260903.011948 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.20260903.011948_amd64.deb Size: 17284 SHA256: efab8521764223fe7f2a7a978c9845a942e4c97931ffa8523294d4ff8777ed85 SHA1: d12bf527fb3d82791cf24639e5118938fdd66f10 MD5sum: 770bcdf27f6f408193a93e2c2e05bec8 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.20260903.011948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 75 Depends: ros-jazzy-plansys2-core (= 2.0.18-1noble.20260903.011948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-core/ros-jazzy-plansys2-core-dbgsym_2.0.18-1noble.20260903.011948_amd64.deb Size: 59982 SHA256: a34571bafbdb9ef8e44ab2e38ed808fadb91ed0193a80480fed9f1b1565a0e3f SHA1: bfd290dfa9afa6e305561bff3f54d7f8bd84889d MD5sum: 22aa5fdc304fb5e7334c995d8ea720a6 Description: debug symbols for ros-jazzy-plansys2-core Build-Ids: de85c5015a7cb7218862e3a5485adaddfb9c8f49 Package: ros-jazzy-plansys2-domain-expert Version: 2.0.18-1noble.20260903.071434 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.20260903.071434_amd64.deb Size: 188076 SHA256: 3aa32fb8f4cac57cc131c2f5c0ed74c977b17f2055af956d376f7beebc66948a SHA1: 3d27567f70054af4d49d5d6a4df727b14d0ad14b MD5sum: c11938ace9617dfa4a485a0234100b1a 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.20260903.071434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 5029 Depends: ros-jazzy-plansys2-domain-expert (= 2.0.18-1noble.20260903.071434) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-domain-expert/ros-jazzy-plansys2-domain-expert-dbgsym_2.0.18-1noble.20260903.071434_amd64.deb Size: 4654422 SHA256: ce3512973273f2742bd90f16cf2f46cdaf414ebfbb372a02d08151d7f1242f49 SHA1: 18852a343bfde2acfc9e61dce8fdc3e6e0115705 MD5sum: 2f523d7ece7b3bb5bad4414c8657112d Description: debug symbols for ros-jazzy-plansys2-domain-expert Build-Ids: 06d39fa1e5bad540acb5d9a0cd25d5ac71f1ab84 cd0ec57983c9cb93ebdb80728a654c409e14c102 Package: ros-jazzy-plansys2-executor Version: 2.0.18-1noble.20260903.084651 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2091 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libeigen3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-behaviortree-cpp, ros-jazzy-eigen3-cmake-module, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-core, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-pluginlib, ros-jazzy-popf, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-cascade-lifecycle, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-executor/ros-jazzy-plansys2-executor_2.0.18-1noble.20260903.084651_amd64.deb Size: 523394 SHA256: 3464e224dc0668ba225eb73f41bf110cc50500c47bbd98b91798f118338ab07d SHA1: 7e85b079faacbb9cac28deb066edadc6fd433c16 MD5sum: 162bb01e922f58b6fb29e881224e177f Description: This package contains the Executor module for the ROS2 Planning System Package: ros-jazzy-plansys2-executor-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-executor Version: 2.0.18-1noble.20260903.084651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 16219 Depends: ros-jazzy-plansys2-executor (= 2.0.18-1noble.20260903.084651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-executor/ros-jazzy-plansys2-executor-dbgsym_2.0.18-1noble.20260903.084651_amd64.deb Size: 15334378 SHA256: da42c45b5942c457fa7566811f5d7153fac9983f360188d471bbfb3c2c865a12 SHA1: 50685296bd8b53c9f1575014f44006ddcdcd46cb MD5sum: 39a3ad2852ff93f197dac5e8036bec09 Description: debug symbols for ros-jazzy-plansys2-executor Build-Ids: 4623c5a1331f4559a2ff04c8321633d96daa503b e133ed345d554f2a1ee4aba0eac923b6fc868019 e4396f7dbab1bbf14d7be216e883b57d1124b287 f5949aa4b6813608c5195b86c9e1fb9f25e70f43 Package: ros-jazzy-plansys2-lifecycle-manager Version: 2.0.18-1noble.20260903.012001 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.20260903.012001_amd64.deb Size: 74330 SHA256: b4b3b2470b4acdc3934ca4472687a1bcab90f799adce4ed35800886fa304f1ea SHA1: e8e563012f33006f50379f17df91eb9d10d847d9 MD5sum: 5302bb191c4038687da3e3749fc1eafe 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.20260903.012001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 987 Depends: ros-jazzy-plansys2-lifecycle-manager (= 2.0.18-1noble.20260903.012001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-lifecycle-manager/ros-jazzy-plansys2-lifecycle-manager-dbgsym_2.0.18-1noble.20260903.012001_amd64.deb Size: 931806 SHA256: 9459fd43b99811cf1ab2d4d427596fbd4a908c16b53157618d0ac73e5794c17b SHA1: a9685d681865c4c3a16764242ee351b8d4fe531b MD5sum: 00bfd89e540b4423118f3143b93aceb0 Description: debug symbols for ros-jazzy-plansys2-lifecycle-manager Build-Ids: a0d3fa6db62e513da02b0222d659b8e8b565ebbf Package: ros-jazzy-plansys2-msgs Version: 2.0.18-1noble.20260902.103721 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 14148 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.20260902.103721_amd64.deb Size: 852414 SHA256: 853a042cf82df811978726b51d7a610080703c7e8469bbda7a4ff49b1fd43a76 SHA1: 6b4b9fea1351ff92e6c195be1ef0970ee4b1eabc MD5sum: a18f3e84f6247b6425c54e7490f05024 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.20260902.103721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 11176 Depends: ros-jazzy-plansys2-msgs (= 2.0.18-1noble.20260902.103721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-msgs/ros-jazzy-plansys2-msgs-dbgsym_2.0.18-1noble.20260902.103721_amd64.deb Size: 9135526 SHA256: 8537eda8b1db7fbcd5b8195bce3c8f3735fa41d2e2e535f517b2161ff9ddef02 SHA1: ae2094eb1ccb386d8569ca68d3a246c10c57fb62 MD5sum: a74113c0429983c99b88bdc684206e48 Description: debug symbols for ros-jazzy-plansys2-msgs Build-Ids: 1efb2129612c6cfc5cef31d8e6d42f6aa9b194d5 35b31c5cec0cf5a9b15ac068d9830ac87fa429fc 4d00890106a107f47f16a1e1b237f518125c1413 52387b0944b470f134e274e2d4124b5109d406d3 5fef48d2d86d9e12f3c32077470c26912c64a9c7 73eeac4222f41660944979c5a02a270e1d0dcdcb 8a4f9c60ca103955b9b09c3996fd9e07ca1e57cd 900c5797293b7aa51e99afead30c7b0a8969c0a0 ac43b84351cfe5346fb2ff26bbb4eeff9e99d702 d12675382ac5cf8eff4d9811eebb1cc18c3b1b17 dec03d5aff7bdff4e496cf481e23675c813816bc Package: ros-jazzy-plansys2-pddl-parser Version: 2.0.18-1noble.20260902.104514 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.20260902.104514_amd64.deb Size: 176770 SHA256: 4598d9782526d0d8ef3ecffc0a21be5d80a093257ae8f2c0f6c824b78c8b3c27 SHA1: 0638b17309ebe78580fd21088f3b4cdc8d4133ca MD5sum: a7db8a31ebde400f3dc83925788177fa 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.20260902.104514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3632 Depends: ros-jazzy-plansys2-pddl-parser (= 2.0.18-1noble.20260902.104514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-pddl-parser/ros-jazzy-plansys2-pddl-parser-dbgsym_2.0.18-1noble.20260902.104514_amd64.deb Size: 3487134 SHA256: 0baaa28266afcd228f0ce38734a4221d4f41eb2264d4b2212246252d6c37dbbb SHA1: 15090285261e6fae4f6ab0a25d47c7492c339e6f MD5sum: 5c854097a0c1ebdece1e8d6d5c7b51ba Description: debug symbols for ros-jazzy-plansys2-pddl-parser Build-Ids: a5d2443b36fd10308c10f3fbd7b04d8f92754659 f06d505816ff52ccd582acebbfddf7721bfd4311 Package: ros-jazzy-plansys2-planner Version: 2.0.18-1noble.20260903.084119 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.20260903.084119_amd64.deb Size: 140198 SHA256: dbe497d1a8a0d5a77bbe4ea08be76f18c63870181fcd66aedd0b7d390c3f2958 SHA1: 5d21f8ec63d1b71d283ec33b31e1c872743fd893 MD5sum: 92929d63d7271e379712260ed807a16c 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.20260903.084119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2636 Depends: ros-jazzy-plansys2-planner (= 2.0.18-1noble.20260903.084119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-planner/ros-jazzy-plansys2-planner-dbgsym_2.0.18-1noble.20260903.084119_amd64.deb Size: 2517988 SHA256: 66e285fa39dd2ea13ab38df4f4bc5e193c4ab86923de31d140a44c49e5489140 SHA1: ec0c38d2b491635277a1e5fb4ded19d0f5fb1218 MD5sum: eb2011245ee0d864112b322a22983212 Description: debug symbols for ros-jazzy-plansys2-planner Build-Ids: 1ca2e940c2943d604eb79058980e5e2e7f0f75c8 d8bd607a2b858fbfbe7761a8c64ac47301dcbb2d Package: ros-jazzy-plansys2-popf-plan-solver Version: 2.0.18-1noble.20260903.065945 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.20260903.065945_amd64.deb Size: 33336 SHA256: 1c02127393aa2252ae0787d42ade4aa65766d4291f800dc0470c2a23f6ef1458 SHA1: cfd10188c9c0c45f1a64b3e79a9f7df0f9774d29 MD5sum: f24f894a8b403bde2c9e80a6e0491cc7 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.20260903.065945 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.20260903.065945) 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.20260903.065945_amd64.deb Size: 441430 SHA256: 2258d1e6ee767cc8c8301e199cb0eebbec660717a83ede7da189d50e71a493f2 SHA1: 97deed500a435792ba5e9d07585c25d47aeadad0 MD5sum: 9b5010725e7d6a889e5ddba66bd40fff Description: debug symbols for ros-jazzy-plansys2-popf-plan-solver Build-Ids: eaa413f917fd203e9654a53adc8c613734fd100e Package: ros-jazzy-plansys2-problem-expert Version: 2.0.18-1noble.20260903.082441 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.20260903.082441_amd64.deb Size: 278064 SHA256: 2a3959e27609c79fffc6e63659ce6b626b52b6fcea4cf621e78061b3f83268e4 SHA1: 032f1e432723cdf16d72b3270714282cee6449e2 MD5sum: 09a783fbe89ee655d7b276e0cd06f7f0 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.20260903.082441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 7394 Depends: ros-jazzy-plansys2-problem-expert (= 2.0.18-1noble.20260903.082441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-problem-expert/ros-jazzy-plansys2-problem-expert-dbgsym_2.0.18-1noble.20260903.082441_amd64.deb Size: 6793974 SHA256: 7d96f15afd93dcff95a61127bc283c93751049c736353af1920e6224bf9441b0 SHA1: c115ba76d27639ded75d2d3e59c7536956f55229 MD5sum: f013f46ffc99a52f36812bdf7aaf0978 Description: debug symbols for ros-jazzy-plansys2-problem-expert Build-Ids: a44adf8dfa9eb5aab791c4a8f9617569224b8b19 fa348332ca0914950c97b2a39aab47f80b7ca189 Package: ros-jazzy-plansys2-support-py Version: 2.0.18-1noble.20260903.065927 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.20260903.065927_amd64.deb Size: 7622 SHA256: 025c49f9d8204026bf2e558427f8eb0e1bf306c4a809a7f045fb928a028a627a SHA1: 65e64397b2ed69bfb94109d026706bf9c8a641e8 MD5sum: 1d5880150c54113fd09f4f5cb8cbb921 Description: This package contains modules for developing PlanSys components in Python Package: ros-jazzy-plansys2-terminal Version: 2.0.18-1noble.20260903.085954 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 719 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libreadline8t64 (>= 6.0), libstdc++6 (>= 13.1), libreadline-dev, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-terminal/ros-jazzy-plansys2-terminal_2.0.18-1noble.20260903.085954_amd64.deb Size: 188674 SHA256: b24ae5aa8752d39464d353446aa6355bd5fa0a4c18bdf90bac760e7542fd6b6c SHA1: 9b78c948b37724a0b4b464730c80f596ca83c176 MD5sum: 9e5b775b458111dc604444a8839b34b2 Description: A terminal tool for monitor and manage the ROS2 Planning System Package: ros-jazzy-plansys2-terminal-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-terminal Version: 2.0.18-1noble.20260903.085954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3915 Depends: ros-jazzy-plansys2-terminal (= 2.0.18-1noble.20260903.085954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-terminal/ros-jazzy-plansys2-terminal-dbgsym_2.0.18-1noble.20260903.085954_amd64.deb Size: 3548386 SHA256: a51f189f9ee827e55f2f8a4d2f9911f54f714225340d4c4faf7075aba19b4668 SHA1: bf01f6376d2fa1273a0c1bfdfb3e6455ce517367 MD5sum: 3f460d89032e712a693497feeb6fde49 Description: debug symbols for ros-jazzy-plansys2-terminal Build-Ids: a75e1b5f61877ad801f0f9ca4a3a04591ef68bc4 eee0489a9025462aa2f78dc7a6233999507c1d04 Package: ros-jazzy-plansys2-tests Version: 2.0.18-1noble.20260903.085819 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 42 Depends: ros-jazzy-ament-index-cpp, ros-jazzy-behaviortree-cpp, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-popf, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-cascade-lifecycle, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tests/ros-jazzy-plansys2-tests_2.0.18-1noble.20260903.085819_amd64.deb Size: 6118 SHA256: eeb4800fba825e5c1845f5845151a823498678f0482dac27cbcfa4a4e723a9ec SHA1: 1e0ab1132f1dd2b8bf5a1647caab98d18685a091 MD5sum: d1e7e2e4daa385bffdf6dac0604a3a31 Description: This package contains the tests package for the ROS2 Planning System Package: ros-jazzy-plansys2-tools Version: 2.0.18-1noble.20260903.090750 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.20260903.090750_amd64.deb Size: 396564 SHA256: 975ce5e7545ce7728e94f1313ad834e9fae1f4776641a8d2b084fe1335028ed0 SHA1: ce263697914c20fca9db28ccc9ecebe64e924175 MD5sum: c3f5c98c4f682013e3bb7904badfc7b5 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.20260903.090750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15023 Depends: ros-jazzy-plansys2-tools (= 2.0.18-1noble.20260903.090750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tools/ros-jazzy-plansys2-tools-dbgsym_2.0.18-1noble.20260903.090750_amd64.deb Size: 12580528 SHA256: 1f39c6f96751338d91aaa4a717648e1eadee5afa878974b7bc502f55a955bf59 SHA1: fca253605cf86287499d125bea73b6fc1ac682e7 MD5sum: 93b83fc54f7896116831b6557252eb51 Description: debug symbols for ros-jazzy-plansys2-tools Build-Ids: 24a9740c571fa530476fe20ddc2eff22721701d8 3e992599be3eee724e50d382ef3532aea6435629 805d3af051801be0ca243f27893f67b7a5b4171e aba49f800aa51429eb2c95bd51fc5b53aa585771 b7eb06b97c767a0de68c593b99fe6f3857cdeccb Package: ros-jazzy-play-motion-builder Version: 1.4.1-1noble.20260903.102015 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.20260903.102015_amd64.deb Size: 266204 SHA256: d3625048f5bd13381100379254f4818d948ad412ea1a2095c373ab3fbd7eac1d SHA1: 228a7a89353d450aaea7ea06358391fb9ea5b896 MD5sum: 2d41fd12cca184d396ae33594f632aa9 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.20260903.102015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6024 Depends: ros-jazzy-play-motion-builder (= 1.4.1-1noble.20260903.102015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder/ros-jazzy-play-motion-builder-dbgsym_1.4.1-1noble.20260903.102015_amd64.deb Size: 5271168 SHA256: ad3e3d35e5c805c7be2f5abcd70511d7fb78ab71363deabbf99e3326d40ef18a SHA1: bd2708a459f161f9ecd69827234f321a789453cf MD5sum: 6405fbec0826fd3e2a549dec2dff1b4c Description: debug symbols for ros-jazzy-play-motion-builder Build-Ids: 0f21e4435d36533d8ac0a145ab3c7c33c4e458fd 9972ce78c94024f350a3cba6d8ca42f981a4625c Package: ros-jazzy-play-motion-builder-msgs Version: 1.4.1-1noble.20260902.021658 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5238 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.20260902.021658_amd64.deb Size: 341516 SHA256: a06e2ccda0e19f0287784d7874136c2714a3d02d43b12163d7279482a2a24190 SHA1: 60da9d00ab041bb0e0c0c1e4bdb6ea23758c16cd MD5sum: dd813d4e2d83c98d29f0ef11fd24a107 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.20260902.021658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3369 Depends: ros-jazzy-play-motion-builder-msgs (= 1.4.1-1noble.20260902.021658) 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.20260902.021658_amd64.deb Size: 2585668 SHA256: 87b1c18a7084f34b0240601ebf142bc7ce1a898dd6496da76d184d584b434217 SHA1: e9e6aa4ffedaf0707c95abb894dc7f274ac173fb MD5sum: 94cb7c3f91cc32443384cbba81dbab30 Description: debug symbols for ros-jazzy-play-motion-builder-msgs Build-Ids: 159418c33a980379ccae69c26dd364b97bbdcab5 17024a38cd09e08fd87a4a51f15585c1734dbe1e 4bf7f8cc02333f9cd8cd04530204cef628463b2e 50b7cc4060dc225e3ecb86eaee27f31b4d52bf56 5d24fc1e49906f82c4240a50de08843540d7b049 70f00a009a221e08363516adaebf44e45ad2bc5e 757bdd685d5c9a4e45e1951576f41b41756b328f 76a1899d9d1a3f5783449abfd0f9166750c66229 8d698cf40fc3f30ee62b889bde96763735dc9e29 a2680530360a20e87f1e5447f165f45cd81f715d d6947fb48c1aae585254bf64f85f9f1605ae6931 Package: ros-jazzy-play-motion2 Version: 1.8.4-1noble.20260903.101103 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.20260903.101103_amd64.deb Size: 378270 SHA256: 13159e918af37becfad5b669f5f252b7d854a412f91d56e02fcecead2f297630 SHA1: 70110efd8aaad62de815c232516523ac8c06074f MD5sum: dd21513a60ff004e376cb2f730ddb3d7 Description: Play a pre-recorded motion on a robot Package: ros-jazzy-play-motion2-cli Version: 1.8.4-1noble.20260903.102015 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.20260903.102015_amd64.deb Size: 11704 SHA256: e90230ea9552713207d2131965a03c5a574cbb1c4a40fb56e6a2b7f0bfb64e19 SHA1: 7a88c059c1a7229ea52169f73fc407dcbc973ae0 MD5sum: 71f99e048228d16789d16f2ad5e43377 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.20260903.101103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11098 Depends: ros-jazzy-play-motion2 (= 1.8.4-1noble.20260903.101103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2/ros-jazzy-play-motion2-dbgsym_1.8.4-1noble.20260903.101103_amd64.deb Size: 10070020 SHA256: 7781e3b8879b502eeb4db4eac815f7ce26e77fda5dc4939996b0ce3ad259ba6c SHA1: 12a23c7f0b6eeb1a7bec4d9a928e703e4bd0a53a MD5sum: 9665a1b50825307648c121f0cc428eb5 Description: debug symbols for ros-jazzy-play-motion2 Build-Ids: 03888fe8ce86c2e9d88050720252a26484c99b55 4ae8c8dbe50782c901b697f32c1fa354fb9564d3 d232e4cc502f7737b91c0667bdf758babdf49bab Package: ros-jazzy-play-motion2-msgs Version: 1.8.4-1noble.20260902.021711 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 5979 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.20260902.021711_amd64.deb Size: 367738 SHA256: 32dfa6414ccf2e51a84d7924d1041e406e1cf3a742ed41b9b8d843b4ccd1467c SHA1: 20d0982ecd7fd92cc6a861113d563eb717a7da38 MD5sum: 35424b1a84840f300a2f4ad0a6ab7b9d 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.20260902.021711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 3899 Depends: ros-jazzy-play-motion2-msgs (= 1.8.4-1noble.20260902.021711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2-msgs/ros-jazzy-play-motion2-msgs-dbgsym_1.8.4-1noble.20260902.021711_amd64.deb Size: 2997720 SHA256: ec28f714ff5b9e06101f6f644a9eac961063ecb006c5b391f5ec9c8c8d4f45f3 SHA1: 5e67437a0710a7daf367800577bf71fc8089c05a MD5sum: 8851092fd84ab721f85753b0736e754a Description: debug symbols for ros-jazzy-play-motion2-msgs Build-Ids: 428a1a43595c26d8df620545d09a63a2b7c12bac 4e1a00884028cba543972ea176b839e155830120 547b238a914afb638299180053f141ec4609d8b4 54d6c0e8bc73fdbe47e801f05b26a5bf1e9b286a 75f3389534b28129bccb2071991d0ed1491db0b7 7c929e97021e80a7f94e61a9eb72cd2c317d3a01 894738facdd444cc513c13aaa82b19a1c393969e a2aa668f293eae3f9321023bbcf05368031d5ecd a527058d28b24a4b0c89c900b42be281a792d286 cc1b8a0e067e05f8ab8578fbd3a5a4ac5f812295 eb165f14df8360488d72f5bca21ae3ba4c8843b1 Package: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260904.064514 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.20260904.064514_amd64.deb Size: 9980770 SHA256: a2f02ea30f01aa90df95b4b015c3752e3a1e284e35923710f05fdd78323f288f SHA1: 7c361be21ac67907d47df1d35251e5d0d973006d MD5sum: 6f150971a8a658e1867ad9157fcda242 Description: PlotJuggler: juggle with data Package: ros-jazzy-plotjuggler-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260904.064514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 78004 Depends: ros-jazzy-plotjuggler (= 3.17.2-1noble.20260904.064514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler-dbgsym_3.17.2-1noble.20260904.064514_amd64.deb Size: 76346250 SHA256: 7eea357adc156bccb5ccf09ccb7e1ed35635f4910eeba0b9c1a5b99da63e0b8b SHA1: 1df89cad2c831de22bbfe3c2df05edbb84599994 MD5sum: eafe091803807cbfb941dff7c4bb2955 Description: debug symbols for ros-jazzy-plotjuggler Build-Ids: 2866c047397e474a7412844b8fadf4e3b4bc2bda 2fef64ff447df59171d05c3ddf80b3c0e67f8147 339634d1a92e273155d0702f6e3e58f0b334410c 41cfce416b164e422c593acc2f9491cdc6d9fb6f 46634e30c45d543d8c22f3e2f97890bbcef0dc70 4901e0b440aa810b580bb492d6df61a3cef72cd0 4aea512b81efc079cb2b95d759dea28774722dd1 508492811ad4a20e89cb04c55427382bf098108c 58c1bd5324325d9f5e5d0b4baa44e86e60d630c8 756882a0ee64e392eb478d1fe1aa79aa010429bf 77f8b10636ce9823302e9e7fc7cc65e5c1fcadb7 7e9abab69ba7494fdae89302f0c0816482b38174 9b4c836d1bf65bbe7190bdd80d6a947c83aab93b 9c845064725d83f3dfc9344defb3a64306956f25 b19cfc3f595b850788f52cc7b08965a117ea5454 b52898b95d5a558beba03cf817fa6611647c5663 c26359ac426c4f5083d6695fe7309b42ed06cff6 c435f6ce004ac8c3670ca12a0354488c22ea7d5f c72c1b732552a66f7887c8e4ce99b6f0f137aba0 d166c481b6ca11264d72b3b93aecd1342e93f5b2 d34685e2a7404b3d449d9a52ec8349ba42cc1ac0 Package: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260902.031012 Architecture: amd64 Maintainer: daf Installed-Size: 998 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.20260902.031012_amd64.deb Size: 87886 SHA256: 19b83833252af99a5828c09d79a99d19f15b36ee193ee51ce04e85b58eccc4eb SHA1: c4473b161c8ca437195d2cbbb4239e17659540cd MD5sum: edbcf90455abf8b76d3e21f135fa77e7 Description: Special Messages for PlotJuggler Package: ros-jazzy-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260902.031012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 793 Depends: ros-jazzy-plotjuggler-msgs (= 0.2.3-5noble.20260902.031012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-msgs/ros-jazzy-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260902.031012_amd64.deb Size: 628154 SHA256: 5aa141c7fdd8176f2e95f8edde157b1cd7761a7de6ad665f58cf93b8ff30523b SHA1: fc82e3e72da0e94495f7ca1e2e71ac31497fb8d1 MD5sum: f7af2eb7606ae9c6a8a79551b89b5434 Description: debug symbols for ros-jazzy-plotjuggler-msgs Build-Ids: 13df5da15637ad031ad5c72354c5c11d0bada617 2dd8bc95200de22aac21c0b002204bc6cae9b003 37e007be7c5a493b9dc1abde747a9f5ee74bbcc8 3fbfc3836b1c91ea632cedc78275a1a1b0026233 464db13b1892063855250d755d551b66fb0b4857 70faf250116c3d094ea885b08d865e67525f13d4 7371afbb5c28e0aab979451e5f1f2bd32ce4f2e5 9556de429ea16b3daf5c583b35efd0770745922d acbc4e2ec5d8f17e91fd25e9ea874be92a684106 ce37907a62d4e218a807953c3b13350fa8771935 db6bf0ba5d71e60d5c0a330b07e2adbee109c26c Package: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260904.071436 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.20260904.071436_amd64.deb Size: 211958 SHA256: 9f6139c215dadc8a61fdb5322a7933ed61f43a2827be63be169d9476aa04291a SHA1: 11cbc2093a2745886dab09045863ee23fd279943 MD5sum: 746aabb3a9a9ef3f605e48a5445cbf0b Description: PlotJuggler plugin for ROS Package: ros-jazzy-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260904.071436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7142 Depends: ros-jazzy-plotjuggler-ros (= 2.3.1-1noble.20260904.071436) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-ros/ros-jazzy-plotjuggler-ros-dbgsym_2.3.1-1noble.20260904.071436_amd64.deb Size: 7011466 SHA256: 193a14bc8de702c4b3b5c5c096fbe252a185ff48618b9855b209c8189c40d6ae SHA1: bc1739ac56179313942f1f1ef8978ba9b04e45e2 MD5sum: b2739e3cb43a0aec7789f0d6e70e22f6 Description: debug symbols for ros-jazzy-plotjuggler-ros Build-Ids: 1cb431a842e6ab00d57b26ca8049b3d08af69437 bcab7ef835c53fb4ca3fb97ed9cf401d8db504ad c999d75cf9ea1cecb6f4a542fc080983f734248c Package: ros-jazzy-pluginlib Version: 5.4.6-1noble.20260831.165748 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 346 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.6-1noble.20260831.165748_amd64.deb Size: 98346 SHA256: 4918241edeba18c602166edbaeb881b10a8332745771d0b6c72eac950b4a4c6d SHA1: eba92577acc1c58a955a3ac7526dc988a91305f7 MD5sum: 1f7c867e38b0eb35931f2f700c897314 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.6-1noble.20260831.165748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 936 Depends: ros-jazzy-pluginlib (= 5.4.6-1noble.20260831.165748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pluginlib/ros-jazzy-pluginlib-dbgsym_5.4.6-1noble.20260831.165748_amd64.deb Size: 877214 SHA256: 8efe3ee614d58d8d9848d46fcd78532695f091985bc6915b61287236a21dc94a SHA1: f694394714eec136d8bf001473d9222fc8c0dd64 MD5sum: 97275c236793f6704ad5e1b4e67a8440 Description: debug symbols for ros-jazzy-pluginlib Build-Ids: c27aa59202316e4a55838638577dc5987a6fa789 Package: ros-jazzy-point-cloud-interfaces Version: 4.0.4-1noble.20260902.042922 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 555 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.20260902.042922_amd64.deb Size: 60158 SHA256: 572871585a3013c400b98934c81aa526a71224071bacb5dae4b6c4905618d51f SHA1: 6aa7d990d962ef861fe92efa5e641c8793294045 MD5sum: 096f0e2e87842b5954cde156642f0372 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.20260902.042922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 371 Depends: ros-jazzy-point-cloud-interfaces (= 4.0.4-1noble.20260902.042922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-interfaces/ros-jazzy-point-cloud-interfaces-dbgsym_4.0.4-1noble.20260902.042922_amd64.deb Size: 268812 SHA256: cfa23fd399758fdf6e0fe42570defb4a79bf8aa1cf8319edcdec0fcd59e8a9c7 SHA1: f5e2c7dbf5c06f248d62be7e482b19606c6077fa MD5sum: c725ebb1b261c63c59476358bf00399a Description: debug symbols for ros-jazzy-point-cloud-interfaces Build-Ids: 0cd58240e732d697be14475eb08ecdba0701d3c0 107d54c5d3663761e1f52f887d06b5e06663428b 12d7336bab1053e41b823cbc86ad0c757adbbdef 313d1b9eafdad3923f848142615e0aa7fdb34208 32f7dd5d83a76c67222eec6d7e0e17fee13eaa0b 970822880b5a650a4f6829680eaa3766ea119c7c 979db66d95a7ba9b908931ffd4b3fcec9e8568be a5a906b3f13f2531b99dcbdf9416311e9e618cfd a619c5e41105acec938f91acdb63f0abb61cab15 c83234929e2d704ec0d8716504606031ffc1f56c fb6d2b3db65177cf6cb6f17ff03d443576f82ada Package: ros-jazzy-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260902.043340 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.20260902.043340_amd64.deb Size: 14546 SHA256: 0fc440ba5f1ba1db3a5f140231f8c3289e3ff26c1e897efb7a5605df2ca8900f SHA1: 0b4ffcb6c24ff54d6c80b073ae46849b3eedffc2 MD5sum: edc9735b4c86a26b69e7e34c3ee91460 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.20260903.070003 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.20260903.070003_amd64.deb Size: 338686 SHA256: ee5243f890059523902f471caa8d9962e19394f50748fcbf65cd3062a3a57cc6 SHA1: 14d3a7e1603d90e2e07d43f0ea6237c538cd5f11 MD5sum: ccf219ee6c94f4592b18f2e877dc9f09 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.20260903.070003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8352 Depends: ros-jazzy-point-cloud-transport (= 4.0.9-1noble.20260903.070003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport-dbgsym_4.0.9-1noble.20260903.070003_amd64.deb Size: 7735622 SHA256: 07114b24f750e801dc34eeefad2e6f6691234958d7a7123e96db97b1321c47d9 SHA1: 7d5012886070dcf6235f27f551ceb39263b4c716 MD5sum: 981a19d968caca9bf5d038359862b260 Description: debug symbols for ros-jazzy-point-cloud-transport Build-Ids: 6336658c7da5f15774832f3978ba8fea26e886fa 72b5464f59e377ef71d6e282af9daf66fe8a3d8e a14e745ed297d3a79b9cc46d4ae59015a109906a a68f4e033e34dc53e6592dec2e1f9048fdf18774 cb65bd0685ec201594ea16f46f4e9962facb4ac8 Package: ros-jazzy-point-cloud-transport-plugins Version: 4.0.4-1noble.20260903.085608 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.20260903.085608_amd64.deb Size: 5490 SHA256: f4986f1f30e428b9a1694e07a92f5129e005426562ca3054244007a27cd5d457 SHA1: 2db4ef199f0a24123341157256e60658c00f530c MD5sum: bd963631522c969acdedae183e4237aa Description: Metapackage with common point_cloud_transport plugins Package: ros-jazzy-point-cloud-transport-py Version: 4.0.9-1noble.20260903.074637 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.20260903.074637_amd64.deb Size: 132708 SHA256: 86ca7f5333231dda057fada64f9b886021884d14b7a13e4a278ba83be26465ad SHA1: a74e26e813ef11b9fd58cb372268e5fbaf8b76d8 MD5sum: cc07630519c90715445f5c98f3605165 Description: Python API for point_cloud_transport Package: ros-jazzy-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260903.085948 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.20260903.085948_amd64.deb Size: 708714 SHA256: 65324df1c57d4c825f8fcdb3b3738940e4c6221af4761f12325cb3801eb7daef SHA1: 63da793ec4863bf3afcc6277c50a7a32a643505f MD5sum: b7406a72ff28f28344f56a884573a8cf 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.20260903.085948 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.20260903.085948) 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.20260903.085948_amd64.deb Size: 1031094 SHA256: 688787663b06ec7f4fa4ec95160c5224fc7666fb4770d9c25b42cd048486bd1a SHA1: 7ec98ff7b94809d9f121b2cb634a78e9658e6738 MD5sum: 335420e185e90e2bf7228d2ba0a89fae Description: debug symbols for ros-jazzy-point-cloud-transport-tutorial Build-Ids: 1c0578152a58526738e9c2a4bb9b2a17789bf133 614e3fde3e97ff778df394473a9f720deb7f47b4 c43b3683d1d26a4e7ecc3c8d01ca4eb3ae760343 Package: ros-jazzy-pointcloud-conversions Version: 0.0.2-1noble.20260903.082722 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.20260903.082722_amd64.deb Size: 403492 SHA256: 5c74ab1af81fbb18dc8e463f99d54f93e4c8ee295e2aab62d08028273bdae26e SHA1: 519099e1f9d28ff8bc01e25e99a94029f9f55b7e MD5sum: c8f7a930973cda0f17ac22711b286caf 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.20260903.082722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "li9i" Installed-Size: 8782 Depends: ros-jazzy-pointcloud-conversions (= 0.0.2-1noble.20260903.082722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-conversions/ros-jazzy-pointcloud-conversions-dbgsym_0.0.2-1noble.20260903.082722_amd64.deb Size: 8227250 SHA256: 8e33dd1d43e09c69d63327fb4352f6709448a50df02132afae1aecb8bbce223e SHA1: c26e6b7c153fbd449303d63f0898f1612a85ea70 MD5sum: cc132c6c16daf41fb6df843f207d631e Description: debug symbols for ros-jazzy-pointcloud-conversions Build-Ids: 640e318b6ff7ea0330a49587ae8d3a8d7657abb6 f1aab4fcd686a7131b423b9d940b6f0aaf1ef552 f8aa354e10614425ba10268c13185e55762fe280 Package: ros-jazzy-pointcloud-to-laserscan Version: 2.0.2-3noble.20260903.023151 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.20260903.023151_amd64.deb Size: 262862 SHA256: 4545521c03e5aac70227e38db1c120ef6cc52a06624fbd2d3ceebc6ffed238e8 SHA1: 0dd73b15501f65b96ebaa61848defd8ef54ab8ee MD5sum: 46597d1daa451df3441bfa58b4e7ca11 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.20260903.023151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8895 Depends: ros-jazzy-pointcloud-to-laserscan (= 2.0.2-3noble.20260903.023151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-laserscan/ros-jazzy-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260903.023151_amd64.deb Size: 7949716 SHA256: d78c130c06ca0a3e30243eced2a684bcbce76a1db07d8b9a305807369a8d4e46 SHA1: 0ad52b0c914571dafa44fa78932b85579841d3a5 MD5sum: d8c0bba8b8dc129461b2184552961abf Description: debug symbols for ros-jazzy-pointcloud-to-laserscan Build-Ids: 1f1bb625674e91341ad8e1b49b646c9b78f39e41 4702acd3990495eebb946fdc8447b6696ba551aa 5e726d8abadce8cac679295baa72ceb2e16d3660 7f35be042a94f6f00d8406cf91cfc87037cfda2f 90df2bfc6c7b05ffeff731cc0cd94c02d1ce2d6e Package: ros-jazzy-pointcloud-to-ply Version: 0.0.7-2noble.20260903.082734 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.20260903.082734_amd64.deb Size: 121566 SHA256: 571b42e7c6d2ec2d16fe08c98e496b74444f5ab904f03d37fa4f0d94e5cdee92 SHA1: a331f5b142f8983261b524eb92524a4a9e79674a MD5sum: 3d1f878a30733b51ca96e0ccfe2f5ded 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.20260903.082734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: li9i Installed-Size: 3421 Depends: ros-jazzy-pointcloud-to-ply (= 0.0.7-2noble.20260903.082734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-ply/ros-jazzy-pointcloud-to-ply-dbgsym_0.0.7-2noble.20260903.082734_amd64.deb Size: 3105840 SHA256: c77a006165195d1648e1b51d7a968d8bfc6dc56a0b8062ec808464a8a519fdc4 SHA1: b1301d4318ab7da0a4feea5520c466900b2bd1c2 MD5sum: a6351ba7c8d5c26a0495c015cf4eee88 Description: debug symbols for ros-jazzy-pointcloud-to-ply Build-Ids: 868d51be319d06cd6648339af358bc27733c8282 Package: ros-jazzy-polygon-demos Version: 1.2.0-1noble.20260905.070752 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.20260905.070752_amd64.deb Size: 96876 SHA256: 5e8d5d33edb23c0dc1b6398fe2114b6f964f755403becf6f69bfee00dedb0a36 SHA1: 9662fc134e19fccc1196235c7012be50b56cc9ef MD5sum: 759833a3142b4673b7b44a7b8f4f9533 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.20260905.070752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1827 Depends: ros-jazzy-polygon-demos (= 1.2.0-1noble.20260905.070752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-demos/ros-jazzy-polygon-demos-dbgsym_1.2.0-1noble.20260905.070752_amd64.deb Size: 1630058 SHA256: 7d8177d5b6b0a3a202a747be8cbaa9f2b39fcbf4f4ee83f7add165a7dad332f3 SHA1: 60f10f58e0e8a1af1b1bdf087ca3132bd27b9679 MD5sum: 5e87ddd78b4b5b9a3d07084702c12095 Description: debug symbols for ros-jazzy-polygon-demos Build-Ids: c26bce55f84fc566be4ded3c9b6a0c6b82a64d9d Package: ros-jazzy-polygon-msgs Version: 1.2.0-1noble.20260902.031018 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1279 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.20260902.031018_amd64.deb Size: 100460 SHA256: fe7ecf1cc2ff4b351fd3cb45766fcc7ff0ee96b83aac08b08b8330b4c98b522d SHA1: 50eee9c069588791bf7dd635b2d0c56cc987eed6 MD5sum: 5009fbc4031641be66d1f16166c2494b 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.20260902.031018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1071 Depends: ros-jazzy-polygon-msgs (= 1.2.0-1noble.20260902.031018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-msgs/ros-jazzy-polygon-msgs-dbgsym_1.2.0-1noble.20260902.031018_amd64.deb Size: 871138 SHA256: 2170821ee37e4b1870cf546a2d895f5afc0c72d398fead3e030f6b44200e8e48 SHA1: dca9b6f5481e639af47aa61c1c84d811e255f0ab MD5sum: 55a7bcb85bee83bb3ca4061d21db6c95 Description: debug symbols for ros-jazzy-polygon-msgs Build-Ids: 285ff565b0f20c32b547a9cff8cba1b137fd90a3 30d6f498470f0993de6752759590df1d5992e12f 39fdf288ee753c49163e955ea0c0d5e3b2a1025b 3d831c95d61778246176ae2db1bd15ddd1851518 517180b4e1a75ca16441dc4161668a2d1a80beb1 55ba9ac6f9f18d8aeb9d70fc79dd2302dfd05ff8 626d82f3dc5625943151cfb8f616bfe0c61e7ea4 692169910965ce8171d7fd7fe83b530aaf0050ad bd849637a75e9a2b99d07fbdc27c3a418bc630ba e0083127b6e433d699476ed2c487ebf80ed17e7e f542ad6c3d8b1ba301f922362524fdcdd0e22944 Package: ros-jazzy-polygon-rviz-plugins Version: 1.2.0-1noble.20260903.025206 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.20260903.025206_amd64.deb Size: 306786 SHA256: a281706ec51e5dc3a1fdf808aeb142ceb0fefa8abd1203e440b5baa3571b3ce6 SHA1: a32146fbb8c36278c0e99e2bb51b3e3c848e56b3 MD5sum: 5377e9f20c24efe0524ab28cdd1f3ec6 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.20260903.025206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 13570 Depends: ros-jazzy-polygon-rviz-plugins (= 1.2.0-1noble.20260903.025206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-rviz-plugins/ros-jazzy-polygon-rviz-plugins-dbgsym_1.2.0-1noble.20260903.025206_amd64.deb Size: 12038334 SHA256: f5283427a2d2940be02fda79a4662788f32cba7b4bde5ffa78781eabe5e4fba2 SHA1: d805a0455fb48f33ff8c1498e463519ab3643035 MD5sum: 99d2404a730691b52373cb5f0b9a8896 Description: debug symbols for ros-jazzy-polygon-rviz-plugins Build-Ids: c069643d4cd8889b8514eb9f7396a35eb5b16458 Package: ros-jazzy-polygon-utils Version: 1.2.0-1noble.20260902.041017 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.20260902.041017_amd64.deb Size: 31864 SHA256: d9ff8d14eb5bd29655f7ecbb049a24ad05d9b7a03e0a319bfc408ac63ff3ede9 SHA1: 2d747e78a6a33868fcee0c8cea8167cd6fd64074 MD5sum: 5bcebf4da4d5c0e98334b6e59b95e369 Description: Utilities for working with polygons, including triangulation Package: ros-jazzy-popf Version: 0.1.0-1noble.20260902.083404 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.20260902.083404_amd64.deb Size: 862922 SHA256: 3b77aa5b1d031e6b99b8ec3d7eb5449793f230273913d23b307379e156c10835 SHA1: a49fd53f2c9f059433089385475c488ac609fded MD5sum: cabc5cf259847b86b0313929e3ebc08e Description: The POPF package Package: ros-jazzy-popf-dbgsym Package-Type: ddeb Source: ros-jazzy-popf Version: 0.1.0-1noble.20260902.083404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 22702 Depends: ros-jazzy-popf (= 0.1.0-1noble.20260902.083404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-popf/ros-jazzy-popf-dbgsym_0.1.0-1noble.20260902.083404_amd64.deb Size: 22201788 SHA256: 164d7148c04493aee52632e50fbd2043b8a6d06440d9deed8d0d0c14833329d9 SHA1: bec96fd58a62dcda088583a56f282cba459f6dac MD5sum: 1b2248f30b7d123848306c3d71034c50 Description: debug symbols for ros-jazzy-popf Build-Ids: 2be4de72b5f547df408c606f4b4531ada3214279 3404bc31964279c9b4a8c6430818c58142ce3052 75fafa0bab66134772a5c67dcaf084b6fb6000d3 8f91efd4d06b768c3954e3275772be0e5b6d49fc badeba16d0fd06356359cdcde2b3f310f53e54ce bf40b598994b3135e0dda362cec27a0f8894daae dbb99e260c3f20d8b2a2f3d08b957e543ccecd9c Package: ros-jazzy-pose-broadcaster Version: 4.42.1-1noble.20260905.074212 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.42.1-1noble.20260905.074212_amd64.deb Size: 97956 SHA256: 0e87b9b32868e173282f050eec5dc2764577bcc37bf9afe555f59bf6bff7db2e SHA1: 4ae6ff7931ce247486e3d67272b5fe956daac6a8 MD5sum: 7f817085e3bbd5791d1e1ac2853d8dc9 Description: Broadcaster to publish cartesian states. Package: ros-jazzy-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-pose-broadcaster Version: 4.42.1-1noble.20260905.074212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1473 Depends: ros-jazzy-pose-broadcaster (= 4.42.1-1noble.20260905.074212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-broadcaster/ros-jazzy-pose-broadcaster-dbgsym_4.42.1-1noble.20260905.074212_amd64.deb Size: 1365592 SHA256: 1bae934100890f7926e56b4450a47042da9412a47f6503b673e720edd923ce4f SHA1: f81245bf5bfde4267e77648eefb26fa71928821a MD5sum: 977bfd43d2086a131eefe1683b4c7003 Description: debug symbols for ros-jazzy-pose-broadcaster Build-Ids: f3a7226601c6e8e647d1db418aacdcda51899669 Package: ros-jazzy-pose-cov-ops Version: 0.4.0-1noble.20260903.025335 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.20260903.025335_amd64.deb Size: 15370 SHA256: 3b614c15f4ff408d318d0f5a328212e1a6e8a28c9accf25b4438e1a310b197db SHA1: 2b86085d2df7cff1e9609058965dc1cccfe986e0 MD5sum: e1940e5a37916fe764ff426747469b35 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.20260903.025335 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.20260903.025335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-cov-ops/ros-jazzy-pose-cov-ops-dbgsym_0.4.0-1noble.20260903.025335_amd64.deb Size: 125914 SHA256: 548fcc9519762ebabe059124b898ac9cf21a103c8ecf3a810c572f8814a5faf8 SHA1: 405e80d216644f75c957e4fe4ca5950e818b24de MD5sum: 8eb0cc631154eee6005c8b6078507f4a Description: debug symbols for ros-jazzy-pose-cov-ops Build-Ids: 2d2addd7e264cff91f72b8fc17a0dab68f2f70da Package: ros-jazzy-posedetection-msgs Version: 5.0.1-3noble.20260903.070020 Architecture: amd64 Maintainer: Kei Okada Installed-Size: 4808 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.20260903.070020_amd64.deb Size: 504736 SHA256: 13cbaad1ab2fde2b9762781af42f81f79f31a0ff0fca83194f86d0e8dc748d27 SHA1: 00e5b33d81612b26b6a254d1ec30aeb933d13e12 MD5sum: aebb5e900f993b53b74b54c0c42d89ff 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.20260903.070020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kei Okada Installed-Size: 10344 Depends: ros-jazzy-posedetection-msgs (= 5.0.1-3noble.20260903.070020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-posedetection-msgs/ros-jazzy-posedetection-msgs-dbgsym_5.0.1-3noble.20260903.070020_amd64.deb Size: 8709756 SHA256: 3ffe2201577dae47c545ac061d2f909a4888578ab38e5d4fdbcde8a53ba2966d SHA1: e943936e388c50c76d370d78170115eca2bdc338 MD5sum: 8c0c59a514256392bb0ca856bd082236 Description: debug symbols for ros-jazzy-posedetection-msgs Build-Ids: 03434352f07b920e8321df283d6ea67d04d50fba 30993c085f7284cf3eb76614371777e7d3769dca 44577e059ec731d1f3b13f7f9d17a47f667e31db 8ce376705799cc2d7736810c60d404b1f598fa4d af45270f8dcc6e829dcccae5b600cb030189267e bcc9aac27c0c963968472f7c6933edc1a326c435 c70a4dea107ea67f3d16c429c36b251d00ab1cd9 cbe5007e0c7b1f1b721f9b310a29fd59e7ad59cb dde9dd2623dac1a4a6b6dc019690275048fbaa28 e37b1bf6edcac143329490e193e7f52a6762a9a9 e80d4e811fb4f6c4e6b0f274212dac955b4021c9 f0d029132e2158d75260916bd88094e8e2f85b93 f45a2a44253b592d645b9171db47c50d1910e6fe Package: ros-jazzy-position-controllers Version: 4.42.1-1noble.20260905.074448 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 106 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.42.1-1noble.20260905.074448_amd64.deb Size: 23350 SHA256: a7c74fe53a513bfce075461480dfe35552621abd0fe95e093de09e6d1521346c SHA1: c8d43bedd8de6fe1e90060938a15d7a6ea1a0b7b MD5sum: b85ed7203aedc1d4aece7311650147d0 Description: Generic position controller for forwarding position commands. Package: ros-jazzy-position-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-position-controllers Version: 4.42.1-1noble.20260905.074448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 378 Depends: ros-jazzy-position-controllers (= 4.42.1-1noble.20260905.074448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-position-controllers/ros-jazzy-position-controllers-dbgsym_4.42.1-1noble.20260905.074448_amd64.deb Size: 360012 SHA256: 0e3b5bd93560b1ae5891cb45978edb5a385c0f9c2f796145d10e18714929635b SHA1: d5fe6125070d689bed37c7615ef2db2427ecbc2c MD5sum: a0cabe5f92a191acba08fd415d9a542b Description: debug symbols for ros-jazzy-position-controllers Build-Ids: efbf1935b2e1ba34c5b619ee61ff5b3f987479c8 Package: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260903.070042 Architecture: amd64 Maintainer: Robotics and AI Institute LLC dba RAI Institute Installed-Size: 1440 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.20260903.070042_amd64.deb Size: 148774 SHA256: a13acf799116afce6bf044f865bd332fde9151a2955924836e9b62e0815700f9 SHA1: a3b5cffc6e6472e08d6a1a2384ecc6f5bf139dcd MD5sum: 3d5a5df768eda0c85711d3d1ac5c45ad Description: Protobuf to ROS 2 interoperability interfaces Package: ros-jazzy-proto2ros-dbgsym Package-Type: ddeb Source: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260903.070042 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.20260903.070042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proto2ros/ros-jazzy-proto2ros-dbgsym_1.0.1-2noble.20260903.070042_amd64.deb Size: 1182294 SHA256: 85a554ab1b9d6b65700da499cba09f9a7cd5a03153d5dfd74e38f42bbf0bd89c SHA1: 179170cec658029641c5f8db91c70911179371b0 MD5sum: 7ac08ae02993fd5fc6cd333a4b28fdde Description: debug symbols for ros-jazzy-proto2ros Build-Ids: 2460caee1823eacec3f2dd1f179c784243f575d5 267566e64a8907571d331d003fe465763e802425 32f3c4ffe38692b34ba48b02fbd41e7d41f7dd6b 4a74eb6b7e84524e5ee729e620d6273c1d747c5b 51a52451476d3b2f9a8122ff7c849d2a1047543b 7372705f5fc96dcf0a15b9a96c8e51fbc48fc86a 955ce6295bdfb6dd9c120e03809d8b0f32f257e3 a3208cdc9422fc252b6005d6b006aa539ccb66ce abefc50b3fcfdf9872b50ad24bb5e6d5150c2e55 d0e17dad4b6150288e9b745a55321b8849ec8e11 e4eb6fdca946f6362f9cc4594cee0d940e7bbd7f f4697aec92e2386fd65858e2cdab39efa27f55a8 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-prox-mpc-controller Version: 1.0.0-1noble.20260903.031859 Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 1016 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-prox-mpc-core, ros-jazzy-prox-mpc-msgs, ros-jazzy-proxsuite (>= 0.6.5), ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/prox_mpc_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-controller/ros-jazzy-prox-mpc-controller_1.0.0-1noble.20260903.031859_amd64.deb Size: 258462 SHA256: fa5e06b2ea4ceaf39dfe7dcba97f95f4e1f6527c8d80727a462f9f6ad1a69aa9 SHA1: aa40ea7b94cde6478836d1a4ad7d1bd7c62eabac MD5sum: 13d4653bc9fed250c5e4400230b3cfe8 Description: Nav2 nav2_core::Controller plugin built on the ProxMPC core: it builds the reference from the global plan, reduces the local costmap (and, optionally, tracked dynamic obstacles) to the solver's constraints, solves one SQP cycle per control step, and decelerates safely on a failed solve. Verified in simulation under a full Nav2 stack. Package: ros-jazzy-prox-mpc-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-prox-mpc-controller Version: 1.0.0-1noble.20260903.031859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 4852 Depends: ros-jazzy-prox-mpc-controller (= 1.0.0-1noble.20260903.031859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-controller/ros-jazzy-prox-mpc-controller-dbgsym_1.0.0-1noble.20260903.031859_amd64.deb Size: 4384596 SHA256: f3c3282f386fb455e8f7169a9ad3dce197c058cbd353327c773e19b3fc1bf6e8 SHA1: 6ddb3e0b166b0d62912968feff674f839f115f78 MD5sum: bdb64889c1e5daafc74c762c22e0059c Description: debug symbols for ros-jazzy-prox-mpc-controller Build-Ids: ffa855007690e2d5de64921c65b3b28ad7d274d6 Package: ros-jazzy-prox-mpc-core Version: 1.0.0-1noble.20260902.075048 Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 596 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-proxsuite (>= 0.6.5), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/prox_mpc_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-core/ros-jazzy-prox-mpc-core_1.0.0-1noble.20260902.075048_amd64.deb Size: 214216 SHA256: fa5c63a4604688227acde929f3eeaf317a39ea14e44ab0a67d331dbc9c055544 SHA1: e468cf07d2ae4a6694cfc2fdbaf28b86233372a6 MD5sum: 4152ed4376276010e00b6eb3c5a5c8d5 Description: ProxMPC core: a nonlinear Model Predictive Control solved by a Sequential Quadratic Programming scheme that recursively calls the ProxQP solver, with Eigen for linear algebra. Library only; no ROS node. Package: ros-jazzy-prox-mpc-core-dbgsym Package-Type: ddeb Source: ros-jazzy-prox-mpc-core Version: 1.0.0-1noble.20260902.075048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 8360 Depends: ros-jazzy-prox-mpc-core (= 1.0.0-1noble.20260902.075048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-core/ros-jazzy-prox-mpc-core-dbgsym_1.0.0-1noble.20260902.075048_amd64.deb Size: 8366362 SHA256: 6b32ea2c21e054a2d02cb6a3f6de14519f030559a5a69eef51df90118243ae8c SHA1: 0379fcd0f0596b14c07bfdf8200d1427802942a5 MD5sum: cc0c991f138bdcf6cce3639750ab7430 Description: debug symbols for ros-jazzy-prox-mpc-core Build-Ids: 8ab1485a466a4bd22c99deb436072102a7e4fe7b ab6d39c17fd1d62e0315a71d114b0194baeed959 Package: ros-jazzy-prox-mpc-msgs Version: 1.0.0-1noble.20260902.034000 Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 887 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://index.ros.org/p/prox_mpc_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-msgs/ros-jazzy-prox-mpc-msgs_1.0.0-1noble.20260902.034000_amd64.deb Size: 84688 SHA256: ad57fd8dbdf727c2d68437526fab4616e61c60a5743230b724d2c4ed0a7943eb SHA1: e42dbfcfd129d9325e119ee7af1dbbf8d3d7572e MD5sum: 431469da5fda8487f2a0a8efd1edad1c Description: Message contract for the ProxMPC stack: Obstacle and ObstacleArray carry tracked-obstacle id, position, velocity, radius, covariances, and sampled predicted positions from the obstacle tracker to the Nav2 controller plugin; SolverDiagnostics carries per-control-cycle NMPC/QP solver telemetry. Interface-only package; no node. Package: ros-jazzy-prox-mpc-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-prox-mpc-msgs Version: 1.0.0-1noble.20260902.034000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 606 Depends: ros-jazzy-prox-mpc-msgs (= 1.0.0-1noble.20260902.034000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-msgs/ros-jazzy-prox-mpc-msgs-dbgsym_1.0.0-1noble.20260902.034000_amd64.deb Size: 476368 SHA256: 251b3bf157882e4488b6b8b93beef2d92f9ded886519a12f8492a80b48fa56c5 SHA1: ce436c022beaa9d39f9a378ee8b8c68db4e22f99 MD5sum: 9daab806e938917bc6f88a73980f3020 Description: debug symbols for ros-jazzy-prox-mpc-msgs Build-Ids: 04113803ab65bb71c8c274017d46d04a88d1e780 0af81570892b0f269664884674e8cd4658f7f7a9 1137d1cddf8c2b1419f8d81ca36121552f0a863e 24232967d1f5808c96e00472c4f97c057b4bd060 3221dbbcf5fcebd6fe4948c2b131a06805669f71 32d42e6d5f07148612f2d468e429fd1a17df8330 7bb8f7325a586cff6278b95461aeb349eaf55a83 8bb479992bf656b496c66fbc2922292d8b809916 91fa7b72593a62891ce17050133eb2829838ad3e 9d3d768a7e7639080bee4eb7516b8b09f3b58d08 a88354f6f03fb3020a501885da552f8eb1dafe47 Package: ros-jazzy-prox-mpc-test-models Version: 1.0.0-1noble.20260902.080359 Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 87 Depends: libc6 (>= 2.14), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-prox-mpc-core, ros-jazzy-proxsuite (>= 0.6.5), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/prox_mpc_test_models/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-test-models/ros-jazzy-prox-mpc-test-models_1.0.0-1noble.20260902.080359_amd64.deb Size: 17186 SHA256: 6d12a736a41d25d1e011bea7ce8d7706eaab44221c68f736256071d32160d474 SHA1: 88b3125e815694306aff58df449cfdb81b7fffa9 MD5sum: 1eee61dac693bf1823e7e29d7853862e Description: Test-fixture prox_mpc::Model plugins for the ProxMPC stack. These fault-injection models exercise controller fail-safe paths that the bundled models cannot reach (for example a non-finite command). Not for production use. Package: ros-jazzy-prox-mpc-test-models-dbgsym Package-Type: ddeb Source: ros-jazzy-prox-mpc-test-models Version: 1.0.0-1noble.20260902.080359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Simone Contorno" Installed-Size: 219 Depends: ros-jazzy-prox-mpc-test-models (= 1.0.0-1noble.20260902.080359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-prox-mpc-test-models/ros-jazzy-prox-mpc-test-models-dbgsym_1.0.0-1noble.20260902.080359_amd64.deb Size: 200296 SHA256: 3bdabb3d85146b31f11d0195e981cb51b97038eb8f7e6a70583970f45918ba41 SHA1: ed356a377f32bc705b1c87d01dd013841a691313 MD5sum: ddae832e1452f2b02963ce32c6ccb62d Description: debug symbols for ros-jazzy-prox-mpc-test-models Build-Ids: de2e59f9b93e3b8c608faca7357aadd06966c3be 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.20260902.023452 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 4486 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.20260902.023452_amd64.deb Size: 259354 SHA256: 848488f073d904b1173e53f76855ce4ad66da6e4db57078785be87e17170e31d SHA1: 6fa739671f3d02b2cebe1c4302c44a05cfabe299 MD5sum: 920bd85c10ba1a092ff4487a7cea9df8 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.20260902.023452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 2272 Depends: ros-jazzy-ptz-action-server-msgs (= 2.0.3-1noble.20260902.023452) 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.20260902.023452_amd64.deb Size: 1597082 SHA256: e2b02b7d31958a78a6b8ffadfedc42dc3bc0084b02cd46457a36b96b886a05a6 SHA1: 8fd6f9e2174cca59d738732aea3472ec3de8fba2 MD5sum: 35cb1fbb550f735a9561bf68947f1ebd Description: debug symbols for ros-jazzy-ptz-action-server-msgs Build-Ids: 002d22fb328c9f03f08b5ccc8c5aa8f874c9642b 0837d698684d137ccdeab53d96dd026d5282f33a 32bb89ee4daf46b8ab5e999b387b7cdd4437a744 45fd61b850a6d8cc3871313407088c2b3e1234ed 60889127f1a2d88a885580a018e6b5632354af8f a4d66db41c208195ba5a63f5bb284131803436e4 aa0c2110990253ed392255f8dac7636f4bac2ca8 d0afb2c7cb3ed3793ab7e50ea6677c89eac9cd3a d1dd69899c6fdc2b78c97f18b1cbdc6386563142 d2b630c77fb58798257881ad16fe22458fcac2b4 de60a303b6f26ddaeae2d728a1fb722085a2149a Package: ros-jazzy-py-binding-tools Version: 2.1.4-1noble.20260902.103811 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 381 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), pybind11-dev, ros-jazzy-geometry-msgs, 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.1.4-1noble.20260902.103811_amd64.deb Size: 113754 SHA256: 9e8a6dde97698febf37942f3695976815bda0bf5f6343463854f444e4d24dbd3 SHA1: 6fb3faa876dc1ac86f63fae22ad9153b67091fda MD5sum: b0706a2f0fcfe2f716a0e30a7c0ad1f5 Description: Python binding tools for C++ Package: ros-jazzy-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-py-binding-tools Version: 2.1.4-1noble.20260902.103811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 875 Depends: ros-jazzy-py-binding-tools (= 2.1.4-1noble.20260902.103811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools-dbgsym_2.1.4-1noble.20260902.103811_amd64.deb Size: 843478 SHA256: b1e47d3c89531de34e03149cc285484c88221498d0b58508426fa176f51d6c9e SHA1: 32aca270dd8edf674e7db693f68be1bc8ffde51e MD5sum: 865311e2696211021843ed1a327eb511 Description: debug symbols for ros-jazzy-py-binding-tools Build-Ids: c6f4051938f6707d829428a791f00764e735b862 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.20260903.074309 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.20260903.074309_amd64.deb Size: 106294 SHA256: 53b9308ebfd5f43a4e3fc55356870d967f0659f9225d869a3890badaf205fb72 SHA1: 3d118e2e05ace97c2db3ae0f039e035f980f4542 MD5sum: 05274726a21492689ea7598473afb07b Description: ROS 2 extensions and behaviours for py_trees. Package: ros-jazzy-py-trees-ros-interfaces Version: 2.1.2-1noble.20260902.043440 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 10019 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.20260902.043440_amd64.deb Size: 582306 SHA256: 84102882a201969d970e589570965f7ec94ffe5dcaf328b042a8edf37cf002c3 SHA1: c371c032b263d6eeb45c8b9c852a64bf1692518a MD5sum: ee3d95232a09c364c57e91d5637982c3 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.20260902.043440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 6471 Depends: ros-jazzy-py-trees-ros-interfaces (= 2.1.2-1noble.20260902.043440) 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.20260902.043440_amd64.deb Size: 4927966 SHA256: 9af5353069a2197dd9f264ebdd3a2a538c22a3ae82047525057f5f2c755685de SHA1: ab3234b580f0ae437abe514031b56eaec4e96470 MD5sum: 01559b7775a2aba4fa4b1ca2fd8269f7 Description: debug symbols for ros-jazzy-py-trees-ros-interfaces Build-Ids: 076266f3c8653124162c626d2ac5de5187602953 1b68e29ca1806c7efdca75a3e5330597140253a4 5b3f6d35c69177aae017a7a4a81a33375919142d 6e71bb7bc6ec3ae0732767708a4225f3a21e613b 977f8effde5f0bc542d4b80879c4f90f56852441 9c81a11e2f1c7a31d6bb5f2fdcd54a2989c4d98a a02509380ba3d1b2069bf85bb8e30fd7df7b78dc b2de9ba7a1beef8500062ca9b3c589a605b8848a b87a5779d03fda895dd712d3eebf903473642fd4 d6a5d64a2aae3ad7d7cfb7e28204c282a5a1ba7d da9719bd0a41ec18845b6285a324f33bd3fa275d Package: ros-jazzy-py-trees-ros-tutorials Version: 2.5.0-1noble.20260903.084717 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.20260903.084717_amd64.deb Size: 92218 SHA256: 65b27b9a63fd466cc98d0f7215262203b84d377137f9f2737a39eb4553dac166 SHA1: b8b3c0315d0eff3905765dafafbb4b6dd545ee8e MD5sum: cd691c37ca3768b1de8266be33be444a Description: Tutorials for py_trees on ROS2. Package: ros-jazzy-py-trees-ros-viewer Version: 0.3.0-1noble.20260902.102521 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.20260902.102521_amd64.deb Size: 68608 SHA256: a0b7c3eb78c4c341d7f3bc25c3fc9d2af8359a8eb5c1a8d5bd707b1939ce7824 SHA1: 4a8f83588e49e238cfca9df3c488ba2cc88465a3 MD5sum: 91b7c44268135e74f972ce66f3d32ac1 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.20260903.070437 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.20260903.070437_amd64.deb Size: 27568 SHA256: b9b761dda0861b2094ce4e41ab8b9b0357b5559494909eaaacd8ed910a478380 SHA1: 66bf04e20d7a19798ff714a74d010fc67da3651d MD5sum: 21999929f4a60f122846659d0a2e4b68 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.20260903.072747 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.20260903.072747_amd64.deb Size: 503108 SHA256: 60c4fee48b08be9c12f53f770891e15f4f0b1a2ce7f48fe2c965702a58dc20ff SHA1: a82b182da3fe6331b76b6404564b0c04027a6814 MD5sum: b2d8d99371e900a178044977a2f5e66b 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.20260903.072747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11222 Depends: ros-jazzy-qml-ros2-plugin (= 2.26.30-1noble.20260903.072747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml-ros2-plugin/ros-jazzy-qml-ros2-plugin-dbgsym_2.26.30-1noble.20260903.072747_amd64.deb Size: 10486524 SHA256: 2bd25a914665c68eda441f0739e0c5556af53f8faee2d5c5c62c9e2bef0bee64 SHA1: 4cc6f5af0f676ef5e888bff0d541aa42fbbdb199 MD5sum: 0957504263bd20061b54562a55b4cc9d Description: debug symbols for ros-jazzy-qml-ros2-plugin Build-Ids: 4d1fb3996c9b9a9d7bc8e413add5d82a53da5898 Package: ros-jazzy-qml6-ros2-plugin Version: 1.26.41-1noble.20260903.072715 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.20260903.072715_amd64.deb Size: 537092 SHA256: 20216aae318ad048430e35c138f22c6afff62311c5ecafe734018c4dd2cb7543 SHA1: f1c7ff073c0083676739462dc47401baedd10d47 MD5sum: 42b1c4b862eb5e9c794b8b4d1bfc2e7f 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.20260903.072715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 12155 Depends: ros-jazzy-qml6-ros2-plugin (= 1.26.41-1noble.20260903.072715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml6-ros2-plugin/ros-jazzy-qml6-ros2-plugin-dbgsym_1.26.41-1noble.20260903.072715_amd64.deb Size: 11350790 SHA256: 5983de6aca96b7c9a3359fa05155ee641378f25f20c965f2ee4240419c1cea17 SHA1: db9b270f8611a962bfa5ba4823d5bd0413c5b8da MD5sum: 9031dab264ba572cb049d53ca2c1e9a5 Description: debug symbols for ros-jazzy-qml6-ros2-plugin Build-Ids: 9cc7308fd1cae839c68087aa9d8f87eca77caae9 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.20260901.011623 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.20260901.011623_amd64.deb Size: 5666 SHA256: 4af7653117f904b3c10d31e4ee6adb375a6cb651cd08e38fff7eb186df5f4b65 SHA1: 86c6655a0184ede6ddc9ce5f7ce808e54ff57bec MD5sum: 0046f619d66bfc59f39ba47df030145b 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.20260831.231955 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.20260831.231955_amd64.deb Size: 345616 SHA256: 4fb1a497a923bc58aae1c0c8fe38e0b763ff010683a9eff735590484bd31e369 SHA1: f6918accaf730e5b6a7d299de8bd781d886071e1 MD5sum: 1821174e16e11543a27ae2c7f9a4b6df 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.20260831.231955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9730 Depends: ros-jazzy-qt-gui-cpp (= 2.7.6-1noble.20260831.231955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-cpp/ros-jazzy-qt-gui-cpp-dbgsym_2.7.6-1noble.20260831.231955_amd64.deb Size: 9381852 SHA256: c8a7de56cba0ddd713080ecfa04dd19a6dd16eb59b6d7a4348f1564504366155 SHA1: 48ff1d3de10499f4e9f9a148149d983863331e64 MD5sum: ba4718be8b1abbde4f032aad222aa811 Description: debug symbols for ros-jazzy-qt-gui-cpp Build-Ids: 48498db409981c7009dd48460320ab23365f19ca 52a6054a73b6130719ca9404b1e3a4e5af87facc a1e8ea9bdd6b335b09302d2d637563dabd288ff2 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.20260902.064446 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.20260902.064446_amd64.deb Size: 435712 SHA256: a459c6a1f309c223331b0535008e5414e63d5e719aec867944d5c988545eed17 SHA1: 2236dca2e578b88cfd9a199a25b7b288be8e829e MD5sum: 70115331af323ce664591c02ae9431f4 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.20260902.064446 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.20260902.064446) 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.20260902.064446_amd64.deb Size: 16435742 SHA256: cdf899258200d479dd852ffde9ebf9dd0e59904916b91ddc657009213b5944e4 SHA1: ee85d96d037075f64cd6287e28fd9001823be03e MD5sum: ac496c0d26875019cf8c65f339c0f82b Description: debug symbols for ros-jazzy-quality-of-service-demo-cpp Build-Ids: 2b8dd16529be587452e94eabc3f28f1109c939c0 340f241a396b791c9823469d0f79b8088e830bae 38f9463cd492aab87d729e30a713cc700d268133 41c29ccfd547099e0ca73ea607981f6f919700d3 4dee6646524f44d00d66007b674159652c7d094b 50e645bb470c803deb246baa291f80a3bb54d82c 5288ac609ab53f00115fe74f9e7c0dce2ab31177 56fd6280bd76e49d08f85f7a3353dc64ca9c6440 6334f096ca93971807908a770bd537405c6c4a1f b12cfe5e6102f8cd3ccf0afb6366460145da4073 e2619967f1a6e24768750d890243bcd826efe2dd ea01955b981f91d544b58ff6387bd05e3e3fb9cc Package: ros-jazzy-quality-of-service-demo-py Version: 0.33.11-1noble.20260902.054736 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.20260902.054736_amd64.deb Size: 20666 SHA256: 9e8c24c9a3176ab9913aba4b540ec7ee98098f1f03626bdf5e01846f12d15655 SHA1: f6750fe519b96ce5b0d192ed81103c61f78b4012 MD5sum: 5bf63ee91e481f686ea94da51febddd0 Description: Python Demo applications for Quality of Service features Package: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260903.022232 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.20260903.022232_amd64.deb Size: 23148 SHA256: d321dd06448dd3ff00b6ceb6bbd6aac5fe1de3ba2de229d9886369222ccfdd1a SHA1: 00ddeecad26c2ed8464221937c403dab87b82c4c MD5sum: ab6891865f37974454088218c208fdde Description: The quaternion_operation package Package: ros-jazzy-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260903.022232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-jazzy-quaternion-operation (= 0.0.7-5noble.20260903.022232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quaternion-operation/ros-jazzy-quaternion-operation-dbgsym_0.0.7-5noble.20260903.022232_amd64.deb Size: 5034 SHA256: f3b451ea0feee5a20820fd4a6c884e2389627871c8da4d3edb39c4a52fe7e6cb SHA1: f2fc7416b3a281c51f649f93d18beaf93ea2ba14 MD5sum: 37afaf07efd3cb676e3fecf18554b206 Description: debug symbols for ros-jazzy-quaternion-operation Build-Ids: 6ca96c06777367088d141473acdc8271046edfa1 Package: ros-jazzy-r2r-spl-7 Version: 3.0.1-4noble.20260902.055159 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.20260902.055159_amd64.deb Size: 6588 SHA256: 7f28b17e1945a773a7f094386edfce88fec36cd1dc2c8de47e0b1b52b5853cd8 SHA1: 59c616ddec62c0542a65898ad166464765a711b3 MD5sum: 8b428653540f8e66fdb8ebcd07c8f384 Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-jazzy-radar-msgs Version: 0.2.2-4noble.20260902.041504 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 949 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.20260902.041504_amd64.deb Size: 85514 SHA256: 092b34aae0d656af0cc300511bd95ec7a48984be516ca0c7d0406f4f3f1fca32 SHA1: d5e143248b67ad0f9f5b3a56dda91f75f621d481 MD5sum: cc0afaa8fdf88fe1ebc56302e550f146 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.20260902.041504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 674 Depends: ros-jazzy-radar-msgs (= 0.2.2-4noble.20260902.041504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-radar-msgs/ros-jazzy-radar-msgs-dbgsym_0.2.2-4noble.20260902.041504_amd64.deb Size: 526872 SHA256: 24ec916cbb894bdb6bc79f2e2fae67143a3587d206b794ee0d2133bc70f4d513 SHA1: 31f6825a4138ea5c13fe12d71a5c925ac5fe1dc6 MD5sum: 2f4f92d368edbcb2b137ab2ed53914ee Description: debug symbols for ros-jazzy-radar-msgs Build-Ids: 04d55d1db6954a7e8e98328ed74a5e6ee7eed58e 18ba7d9470aca0eb83274b6c6f06739e4d0f82d9 19168a0217b8ee0441b7d3225e8ce81db3f32475 1d133461a1b13247b240c89af4aba72d981540d2 24a1fafc640eb9fc62020d59fb339a35b8f7b498 27aef6f70b798aa704094d281a51b2e3ea88ebcd 483ee6d5db3f12f5262842bcf176c4a6d9a378ac 6eecb2a7a63e1d65c7c2e7412b391e19f7cb92d2 73bb73ef11e4090a6372910ff2a6598d6576ee07 8c5c7cdeb5480eff8f631a844be74f80604418ac 9dfbb1c94390367c34d1f4f9242ed41c1b04316e Package: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260903.071359 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 6631 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.20260903.071359_amd64.deb Size: 444700 SHA256: e731b1fcd61d6141ec03f1e1c3355b05cf111c6da5c83d421275dd54fc79d9ce SHA1: 4c1ebc96eb20c0ce457e81d8da6a0a80e856b876 MD5sum: 6b598ac2c3b44f2541f258d3179b6d42 Description: Interfaces for RAI communication Package: ros-jazzy-rai-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260903.071359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 4707 Depends: ros-jazzy-rai-interfaces (= 0.3.0-1noble.20260903.071359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rai-interfaces/ros-jazzy-rai-interfaces-dbgsym_0.3.0-1noble.20260903.071359_amd64.deb Size: 3755096 SHA256: aa70bc3209a6009ca1960332d98c2c83d2b49fa8661c96126a86bc420a6bfdbe SHA1: 24723f6eee1f66caa4f2242f4fe639e3a1844233 MD5sum: 44f038d04da6f63f66f27e9aaa85d6dc Description: debug symbols for ros-jazzy-rai-interfaces Build-Ids: 10b3087ea2e085a7551281b116628172ab82b592 19373a7ebf47604afe90379b75ee2d83877de67c 2c410ec66f6d7bb1210f32776937beaab71ab956 398418a05d34d6b1843b75bcd4ce292223aee44b 481e90e8165f9c024187d5a88609aaaba2a8d846 4aa5831aaed36ca72ca309f175aa8ff880c8f5f9 503e9edd845c65e29e99fb5618425f8f49a07dc7 bd371b55760bcbdf4503171e51d0a3ccaf07f307 c04b81214db2203cf675676db26632f4db29fdbc ee123beecda45df35e729b56674731a9a586456e fc0236caf50a6efaaa38e7f0c327fef6ff7ac97d 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.42.1-1noble.20260905.073649 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.42.1-1noble.20260905.073649_amd64.deb Size: 81326 SHA256: f0d389ab3348fc66dac1daaab123d463e3a639dbf8452046b8469ead98eeff75 SHA1: 0cdbdecd03d5293cd2fb2943641fa3e0680dc7ec MD5sum: 28b0cc8277e66f04dd9145bf75607221 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.42.1-1noble.20260905.073649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1117 Depends: ros-jazzy-range-sensor-broadcaster (= 4.42.1-1noble.20260905.073649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-range-sensor-broadcaster/ros-jazzy-range-sensor-broadcaster-dbgsym_4.42.1-1noble.20260905.073649_amd64.deb Size: 1048282 SHA256: 98a41eea0a5a95ce180c5d8559d22f112b7dcdeb78d4e783c3692bb5f876448e SHA1: a987c0987a2f33451d299274c299b7d4fa0f8ba8 MD5sum: 73ff4e9e6bb5246310be832ea2f4228a Description: debug symbols for ros-jazzy-range-sensor-broadcaster Build-Ids: a96e33ef9478ecfa90e01006a6e4dab194c01565 Package: ros-jazzy-raph Version: 1.1.0-1noble.20260903.082024 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.20260903.082024_amd64.deb Size: 5112 SHA256: d6047c41c024f925529f92a8dca6aba7000cbca86d1f9f50e1bfdd5ce40e3d93 SHA1: 358d30a86024f5eaef0833faf824a37a3e1d34c3 MD5sum: 294a1a6f0b346f774042f7040aeb07b4 Description: Packages for Raph Rover common to the robot and desktop Package: ros-jazzy-raph-bringup Version: 1.1.2-1noble.20260903.085022 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.20260903.085022_amd64.deb Size: 9258 SHA256: 4f41f875ba4bc6f3dc9e192f87e9680b45e1a8d13128d330e4229d552047764f SHA1: 044522889fcd0581c75a1a179a1b59f0ba272046 MD5sum: d160a294dd9304744a42e8f47a3e2bd7 Description: Scripts and launch files for starting basic Raph Rover functionalities. Package: ros-jazzy-raph-description Version: 1.1.0-1noble.20260903.022745 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.20260903.022745_amd64.deb Size: 11627552 SHA256: 72d9a5102a785cd45574a2c276be55df0e0c17842be3126570c93c1d6c4753ad SHA1: 9d811da3bfa48c8f76efe28427b5c580dee4ca9d MD5sum: 38078925b87ca04ccd7a12b6af349277 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.20260902.034840 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4559 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.20260902.034840_amd64.deb Size: 311786 SHA256: 157ca7b77def362281fa7b25ea01c9d9eee6003b05e6b30f38ca82303a51f06f SHA1: 9f50d9910a03b99324025d9da2c17ec706221f9e MD5sum: ed941c078b79cc56b38a3e3eeb1fcdc2 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.20260902.034840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3409 Depends: ros-jazzy-raph-interfaces (= 1.1.0-1noble.20260902.034840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-interfaces/ros-jazzy-raph-interfaces-dbgsym_1.1.0-1noble.20260902.034840_amd64.deb Size: 2758170 SHA256: 31b289927eb7548d7fbff0f93c5bd074684f3a8a397affe7a6596fb9ed6f5be1 SHA1: 382d86356626041fbed7e5751760fe8c83367dd3 MD5sum: 9b0e18c42ac7c0bd9bc895fde1f6d377 Description: debug symbols for ros-jazzy-raph-interfaces Build-Ids: 0b08553db9fc832647d0312c0d1a89bb17c1895f 4a10c91e419fcf6689c14f4784c4dbd3118bd812 53f6dba0bc423635b989f0d75a9ed685da46672b 5c0a31377f8511a6a7f6b08f87996461ca58d2c5 62b54cb03be7e48b3089f499b910a888ec43eee5 6a56ef200bafd954c951b047149f2630a1a55090 71e54e93e4f21b3c9622107ccbacd98915491213 750782de40b263db2ad96f0b06de76946256f64d a8ed4f5b51bcbfaed224da369b9869a6a500351a dac18107bacb5ac981fd69d3d292cf0bff0a91c7 f2550ce3240d68911ee7da814f1232da35e2240f Package: ros-jazzy-raph-oak Version: 1.1.2-1noble.20260903.082345 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.20260903.082345_amd64.deb Size: 196454 SHA256: d1c8999233af94176776db655555eee4eace435d99e1fdd53dc32b29766b282b SHA1: 13718620bf54f08f544d638420a68d1377efe94b MD5sum: 8d15bec6de55a51ac2d526bbd82050a1 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.20260903.082345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 4110 Depends: ros-jazzy-raph-oak (= 1.1.2-1noble.20260903.082345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-oak/ros-jazzy-raph-oak-dbgsym_1.1.2-1noble.20260903.082345_amd64.deb Size: 3891174 SHA256: 1f4fbd2ece50e5b73ed84aacf95e2a81aeff2b07b1bccd2f6b75766291f603ff SHA1: eaa4a32c0b617372b99b0f731544f346c3dfb591 MD5sum: e8ebc222640c0d955b79824e74f5e60b Description: debug symbols for ros-jazzy-raph-oak Build-Ids: 5e936679f0edf2680f558ceb036517de37de156d ab0627fb2f4f9a80e356e3c417dbfa8a76fe308f Package: ros-jazzy-raph-robot Version: 1.1.2-1noble.20260903.091047 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.20260903.091047_amd64.deb Size: 5356 SHA256: e896c69b622b37d673cd6402ff6ff5cfb9c90c2423a41d65e406c01c9c797f6d SHA1: dc284dcd52bb0aead1ad8ae225c7b2d364784502 MD5sum: f426530396e5bd80dba67a70de0974cf Description: Packages for Raph Rover running on the robot. Package: ros-jazzy-raph-teleop Version: 1.1.0-1noble.20260903.071358 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.20260903.071358_amd64.deb Size: 9126 SHA256: fa7165f0b028eaa1a78ad34b30a9cc76d2d4a05069e19bff08f5b35e96fef7a5 SHA1: 3a93d548a91122ed2565b7ad028b4496b702ca72 MD5sum: 8a80353492ccc54416bb8eac539eebb5 Description: Scripts and launch files for Raph Rover teleoperation Package: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260903.022241 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.20260903.022241_amd64.deb Size: 216500 SHA256: 0640a96d2480414da8ba409ad602f25ad11ead18b4bd6eacb925eaee0f37178d SHA1: 13adb02cc4dc4a7b38e9358987ed103183070841 MD5sum: 96d4cbdc22b8bb14dea6d2e970d37058 Description: RaspiMouse ROS 2 node Package: ros-jazzy-raspimouse-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260903.022241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5443 Depends: ros-jazzy-raspimouse (= 2.0.0-1noble.20260903.022241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse/ros-jazzy-raspimouse-dbgsym_2.0.0-1noble.20260903.022241_amd64.deb Size: 4512936 SHA256: 4951a5bcc37091068c807ffd3e650f962d886f0b2b1f428e20d8020a96fdecd7 SHA1: 31e58d9ff0a8b65986b6f373b853340c76bed2ab MD5sum: 59097966fcfc267f53b33ceefe3bb0f8 Description: debug symbols for ros-jazzy-raspimouse Build-Ids: 28b63ea48996ebfe8577ba617b3a13fe2db0b5ab fe872432f79429ed9b682cd05de37aba3bcfc5a8 Package: ros-jazzy-raspimouse-description Version: 2.0.0-1noble.20260905.084335 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.20260905.084335_amd64.deb Size: 1376972 SHA256: ba61884623dc0829a5ed077cb8c8d13aa10fb8b85ed3439eb790c29d0e843947 SHA1: 930811a12c6df54e8830fd9d1a90d5c19f5ed832 MD5sum: d8bd33ca3a44ef171be9162c2dff24ae Description: The raspimouse_description package Package: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260903.011935 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.20260903.011935_amd64.deb Size: 36010 SHA256: 9b1de21912c1e8c42533ce2e1af489bad9158ae396fa8dfbb3778eea775fc2fc SHA1: 4343eb542837f635114b7347b6e6ba2d9b0f0387 MD5sum: 0feb2541f31f49d809ed20bffe512755 Description: The raspimouse_control package Package: ros-jazzy-raspimouse-fake-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260903.011935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 545 Depends: ros-jazzy-raspimouse-fake (= 3.0.1-1noble.20260903.011935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-fake/ros-jazzy-raspimouse-fake-dbgsym_3.0.1-1noble.20260903.011935_amd64.deb Size: 507356 SHA256: facaf578910b67e558487fabf3fed789cf3997a21babeea8fd4c53bcf5d9ffca SHA1: da20bfa257811695a8be2973f4f9906673de60c2 MD5sum: 65a06229fde7ebe61e76e06edea285f2 Description: debug symbols for ros-jazzy-raspimouse-fake Build-Ids: e6e8164af61bb25d4003f3746d9155fa5f34cc1c Package: ros-jazzy-raspimouse-gazebo Version: 3.0.1-1noble.20260907.023047 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.20260907.023047_amd64.deb Size: 26868 SHA256: 5c893402561fa564adf90fdcc41ecbc2956f8c662e3e505dce54f66e2cc0ab04 SHA1: 40e1337b95b0a5b0b7ba853f6c3a3c7ab67636a8 MD5sum: 4af95f9f4022ccfe27f279277e49a0c2 Description: The raspimouse_gazebo package Package: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260902.031022 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 657 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.20260902.031022_amd64.deb Size: 55184 SHA256: 5960acb3b18224edb662ed2adafb01b8fc89f4d8c6669277081c3772cb8154dc SHA1: 099511b2bd13836399e10f23fbb3527cefab8c0f MD5sum: 21d2abd4a530a2666fa39a8f47523df9 Description: RaspiMouse messages Package: ros-jazzy-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260902.031022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 429 Depends: ros-jazzy-raspimouse-msgs (= 2.0.0-1noble.20260902.031022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-msgs/ros-jazzy-raspimouse-msgs-dbgsym_2.0.0-1noble.20260902.031022_amd64.deb Size: 313088 SHA256: a7b68a4bf93bd3099e5fbc58a04462f20bf9d91650e21f3b45d4c566fb6baabe SHA1: 375d5b41cd3a26cd59d3a0d90a085f3b8f96a3cb MD5sum: 49cdf2a8602e3c790b262b5861eed650 Description: debug symbols for ros-jazzy-raspimouse-msgs Build-Ids: 1d7e4fca6f151abf8963b22c5d452187e4d1d3e6 1e7d25c2cc7768f772e80f260f92cf38b4e82fdf 3f8526cdeaa0824ee0ae113c58db4c64152f6831 5cd07835f1d4b4d052c748a76e4b84585579bbb2 82f7a853def2aad0ccf3cff158d4e04080ed79c1 88f704eacfd11f1e5d54194407377381b16e5cd7 e946e30d149fce2b1e5c4983631c8b2f96ecce99 ed048f7f343440253332a105c4a54e56e078f1d1 efca146dfcc8be1e33fd01581c513836e9eebb48 f512de9fc1f6b214c72b6f95fed693b7d9df1493 f63d6b4c4a7cb9ac6c926bd8ddc8689f1f7ba18a Package: ros-jazzy-raspimouse-navigation Version: 3.0.0-1noble.20260907.024727 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 78 Depends: ros-jazzy-hls-lfcd-lds-driver, ros-jazzy-nav2-bringup, ros-jazzy-raspimouse, ros-jazzy-raspimouse-slam, ros-jazzy-rplidar-ros, ros-jazzy-rviz2, ros-jazzy-urg-node, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-navigation/ros-jazzy-raspimouse-navigation_3.0.0-1noble.20260907.024727_amd64.deb Size: 13176 SHA256: b43e58e81cd7d62f0de392d6ca48f06b70d2fd8dad1cdcb50b6d8097781b70aa SHA1: 2a6374b69de24471e81d051000117abd69be418b MD5sum: df3a780836cdc367f0a72fcd76d13003 Description: Navigation package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-ros2-examples Version: 3.0.0-1noble.20260905.074058 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.20260905.074058_amd64.deb Size: 529658 SHA256: eab3e26d9ed6f8791724d5ea4f14f2e7cdc9ff85a3e1fa2ce1480c8a35126a6d SHA1: b3f22d266cc4151d48fee61e2788fb149e2c658b MD5sum: e3a0f24f03488de51cf750ac1381f3e1 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.20260905.074058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 17053 Depends: ros-jazzy-raspimouse-ros2-examples (= 3.0.0-1noble.20260905.074058) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-ros2-examples/ros-jazzy-raspimouse-ros2-examples-dbgsym_3.0.0-1noble.20260905.074058_amd64.deb Size: 14674334 SHA256: abaf6cf1d3757d1a7f5703becc0f77a3c61a13d7e45bbde4b4ccc6739053b968 SHA1: dee3b11abc8166762f822a1a846300ce8e13da00 MD5sum: dfa3f7ad739364c4d42b0a5cc716fdd4 Description: debug symbols for ros-jazzy-raspimouse-ros2-examples Build-Ids: 06db21d52cfefdbbc6dd7ed184b31ef4f1d5a442 34702d208ba0fa23676c1d6f3e9f18477d853933 50bfc17031141c4aea6f679d49b62768c3640657 823cc84cc1977e879570aa42e766ce748165a6a7 86fd68d47785c0472ccc1a198958eb257a01c860 b5ea4bf51d9feda397ed1562460a6d0034819896 fa4757ae5b824dd1c6f3330d3e42cb373b70c6b7 Package: ros-jazzy-raspimouse-sim Version: 3.0.1-1noble.20260907.024918 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.20260907.024918_amd64.deb Size: 5550 SHA256: 81fe50a881dbd8bd124807169dfff162496527d452995ba086d1ce6fb77c36f5 SHA1: 2dded2d21b138c69e1274a64b860b5db573e5cb8 MD5sum: 673044e9561b9216c3893c495465ca9a Description: ROS 2 package suite for Raspberry Pi Mouse Simulator Package: ros-jazzy-raspimouse-slam Version: 3.0.0-1noble.20260905.085233 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.20260905.085233_amd64.deb Size: 12540 SHA256: 5f6476a996b33540edb0ae83caeca149385a370196735dfc4c2e5695d99696aa SHA1: bb33f0e8d4ed9463f0d14548c53ec7111f8589eb MD5sum: 019a85a9427f4569133c720111d1d6e0 Description: SLAM package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-slam-navigation Version: 3.0.0-1noble.20260907.030117 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 42 Depends: ros-jazzy-raspimouse-navigation, ros-jazzy-raspimouse-slam, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-slam-navigation/ros-jazzy-raspimouse-slam-navigation_3.0.0-1noble.20260907.030117_amd64.deb Size: 5412 SHA256: a27f56fed8de4d3e54cb83ef27bb923096e8aa9dc2bf1e2da8d4c1ca7ac5544f SHA1: 60b0fbb0da85ce2ee6081a7ceea5d0eb426c1fa2 MD5sum: c1292819c33ea016a59b0b5d51cbf2a1 Description: SLAM and navigation packages for Raspberry Pi Mouse V3 Package: ros-jazzy-rc-common-msgs Version: 0.5.3-6noble.20260902.031017 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-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.20260902.031017_amd64.deb Size: 112204 SHA256: 35ce0faa3937ce1247569c7990dc0bdf41fdfec30f7a2a2330cffa443bc7f04f SHA1: b2d4b83994eb406738b43cf36b45d1337e7e738c MD5sum: 9d2b94d5ee624fdb90eead0d42917655 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.20260902.031017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 952 Depends: ros-jazzy-rc-common-msgs (= 0.5.3-6noble.20260902.031017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-common-msgs/ros-jazzy-rc-common-msgs-dbgsym_0.5.3-6noble.20260902.031017_amd64.deb Size: 751580 SHA256: 950d25ace8a4a910905024084bb82d1738eb4896095cd700b204473fb4bbc6cd SHA1: 943e0025e4a9efc5aa91e0de7d707f3a896d7bec MD5sum: a2776bc7a04c75ca797f706c0972c51f Description: debug symbols for ros-jazzy-rc-common-msgs Build-Ids: 08aeadb6305c2d5d4a92e03f39e3f700faed0a0b 250e1d62a1afcb3ef72a420ddb1c78cb31fd264e 2dbb50a0d236edd8f251deb9d510ae4e2bd85b22 3c5d6bc8281b9647729fa460de067ba3fb49fb5b 4324875308409f673ec9cf02f9163b6177e90afb 46afe51b8282fc41765e9a5d536e6394b885b4d4 8fc445917d6c55a512bb92f8f95febdc592ad5cb ca512d86bda6e67a2686e5edd6f0b5c09df901c1 d2d1564f5cd930097c1a000bfbfc2d91fb2aa0d0 d75c87e70e16aa72236c1e313e87d09218c8f8f7 d7c14ccbe77a92c963dd906fb3f52b82b0fb9dab 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.20260903.072804 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.20260903.072804_amd64.deb Size: 190806 SHA256: 01f48163b84a35b3686ddcb61209abf00c02ec52601717e30c60c81f90d41710 SHA1: 32c0df057b769e117b8f442654e6bb2ee1d95730 MD5sum: 61b84bb3e93e25480253365617bcebf7 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.20260903.072804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5293 Depends: ros-jazzy-rc-genicam-driver (= 0.4.0-1noble.20260903.072804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-driver/ros-jazzy-rc-genicam-driver-dbgsym_0.4.0-1noble.20260903.072804_amd64.deb Size: 5035914 SHA256: 505b5ce5c91afec61f594bd019e242f7af1f095dbe8711e8be7eff5464cc4612 SHA1: 95d6b7167455424c949b180a9fb8b5b445a42807 MD5sum: f02ac8405d1154a1907637cf0de1f773 Description: debug symbols for ros-jazzy-rc-genicam-driver Build-Ids: 622e4550720f028536aba70761e206802853b48f 8a040a82bd86bc9fd877d4e5d211389ae49b59fa Package: ros-jazzy-rc-reason-clients Version: 0.5.0-1noble.20260903.074448 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.20260903.074448_amd64.deb Size: 41488 SHA256: c44fdd83fec32ef68c71cc92c95c76d05ea7372443e0c9bc322fa8fb8fbf007a SHA1: 4bf60a99e3eb5ea94fb9e46fec44e33342c5a6dd MD5sum: 071c0171c7bfb6f0a96b42f7d1c5f43a 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.20260902.034743 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15308 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.20260902.034743_amd64.deb Size: 922272 SHA256: 1cb1e0d871cbc2760f623cb09ed7990ec15e250ceab3ffaeefcfe2b0cbf7e2a5 SHA1: 10705a946ce033c5040c58606a54c718e70ea188 MD5sum: 5445a04004207252a73310f1c2fd377a 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.20260902.034743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11756 Depends: ros-jazzy-rc-reason-msgs (= 0.5.0-1noble.20260902.034743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-msgs/ros-jazzy-rc-reason-msgs-dbgsym_0.5.0-1noble.20260902.034743_amd64.deb Size: 9601720 SHA256: 4810fa774122c69024afeec6261dd935e09fe571d8620174d356e4dc1945d600 SHA1: d0ec165f9e4c04d16f743c41729a38535e467e0c MD5sum: 8eb2edaf546b86b7fa1c0c54bf825e18 Description: debug symbols for ros-jazzy-rc-reason-msgs Build-Ids: 086a6fa04f031b9340d98531090d0343a65848a2 182055545ad9802a4e9ccb593f2d2c2be30534a2 2b56a08a7c849bc68ef0f8520c87df23a51d1523 7aaa04018b34c0f07e94564e50576bf0d4b8778f 8817115b80b8c5f7395582be4a8796ad00ed944f a9319f21ead3a32981bf6109e1f034383767d137 dd678b9748507bef1f38e7b43a32eb856a59e01e e1aeaf4ca6d1df42b6d23d3a8890c9221618d0f6 e1f0c5c3de668ea72d30abfd28b567b5b9e3f558 e9b87d0b06e7aa85dfbefe4e7a159c4c6a8c82ad eaedb51464287ad702e7550b55f1d3c37167045d 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.20260902.031045 Architecture: amd64 Maintainer: ijnek Installed-Size: 792 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.20260902.031045_amd64.deb Size: 70344 SHA256: becebce646621c881ccf48de49b97bad6e3c5a6b8fa4ec42a8e763ec44f2b6a8 SHA1: 3af97e30a9f931ed050df7561b5dfaf9bd762710 MD5sum: da48fd743c95eafec49880e6e76619e5 Description: RoboCup SPL GameController Data V14 ROS msg Package: ros-jazzy-rcgcd-spl-14-conversion Version: 4.1.0-1noble.20260902.041029 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.20260902.041029_amd64.deb Size: 7692 SHA256: e359efba5ce6f113c077c699d2ff9d959b13faa1b7d51f4e8beb8a738551eb15 SHA1: a63e2a9745f44c6fab6db9f0aacdbe43b69cc359 MD5sum: 15c28ede4edcd52d4b5447ae6ae12b38 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.20260902.031045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 486 Depends: ros-jazzy-rcgcd-spl-14 (= 4.1.0-1noble.20260902.031045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14/ros-jazzy-rcgcd-spl-14-dbgsym_4.1.0-1noble.20260902.031045_amd64.deb Size: 367976 SHA256: 8394f2bfc8f5cd30a8a86b24706f18455bc59c151bf9132f2701f9c53a3f65d3 SHA1: 012469562b180fd65b5ca720b862cbd73dbd8939 MD5sum: de1c6d4a86bbb5f3c6ecdff0da49890f Description: debug symbols for ros-jazzy-rcgcd-spl-14 Build-Ids: 069f25d18cced24b833118d14a6f9b2263cf93b0 22c7ea09194e9197e569ff39ebeb33dfa8217258 2b1b56d251361d38d345e49b7a83f2c4b8a0ec48 50da03b8548bc07e62d3595bbd90b4e2270bb9f1 61c8fdd347bc73ed3ebac447e29793205cda7981 6c07a42b57de3dd264afdc71590743fda851503a a8fa3dee248062c10e78b06a7dc1997538b443cc b7178d9d569ae0cc9609635037d595f19026c377 e3f70a18031a8443c8034fd6c8c8f5e0e7681733 e5a4eb043a7e0e4960737f1daf14a21cb1b46069 e90546a443e4d0ef09bbaa3f533395e290bbc488 Package: ros-jazzy-rcgcrd-spl-4 Version: 4.1.0-1noble.20260902.031034 Architecture: amd64 Maintainer: ijnek Installed-Size: 466 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.20260902.031034_amd64.deb Size: 44406 SHA256: 5ec70a7d1c435bd246d65a0abec68f50bc51505a13af01eed1bc5aec0208a706 SHA1: 783935a9d37f24631cc30486d9b2f71d8e46be99 MD5sum: 6604c88652d007fc1110a0a567680fd9 Description: RoboCup SPL GameController Return Data V4 ROS msg Package: ros-jazzy-rcgcrd-spl-4-conversion Version: 4.1.0-1noble.20260902.040452 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.20260902.040452_amd64.deb Size: 5132 SHA256: 9a0e090f023d3ea98ec0ae440a4c5ac825edc42150e4def436305ea5b0bd6090 SHA1: 694fbc0ff866a32a2cb079f1c3c3df53e91a04f7 MD5sum: 1f67d190a53b0a71a05675d6f52524c4 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.20260902.031034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 269 Depends: ros-jazzy-rcgcrd-spl-4 (= 4.1.0-1noble.20260902.031034) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4/ros-jazzy-rcgcrd-spl-4-dbgsym_4.1.0-1noble.20260902.031034_amd64.deb Size: 183312 SHA256: 6b182dddbeb3ec086b3551fc9c92e9536e6bc894568236f88480f17b40215962 SHA1: afaec79a3bfb28261019a54fac6e5ea6bcf38084 MD5sum: f958d8ac942e36853ef6f51453fab250 Description: debug symbols for ros-jazzy-rcgcrd-spl-4 Build-Ids: 0bee352b152574acbedd2b00636726ccaefb29a4 18637f719b8563a8afc9cde527109853c820ee06 23749b6505c229749431285955fe89d62d04099a 36a49eb15e1db844d0dabb9732e83d214dda573f 8e53f7cffe090c8f587241c02279688da07174cf 8f6663c9c3b71a0889427b85d23beb25f6db75de 98eeaa2e60cd07c44cd9bda944f28be9bcbc50e4 9c740c0e2db5016f1983c81626b51b1d63a732d0 ab92987be41b8ffe2f35a72f0506626a0f532e4d ab961a5917d4331fd12277e3641005baec547c79 fec44bfcd95c5f16b4b8e74ee8330b9ebe12302a Package: ros-jazzy-rcl Version: 9.2.11-1noble.20260902.044558 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.20260902.044558_amd64.deb Size: 160534 SHA256: 072fd26e25dca2154c2c03ea7665fc925fd782c02b3b7c4bf375f3bf404ae9a7 SHA1: c4fdf37ed8c8c9c7768f3e5441dc66c1814365a4 MD5sum: 62a5349b41f2378e62a7cd908808f463 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.20260902.045222 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.20260902.045222_amd64.deb Size: 48288 SHA256: 2869a6a1362e8e6b153cad2314da44f73ecc6a26e2deab1a3f02f5f38ff479a1 SHA1: 2807a5115c58e1adf217552514b9f61c26fc6065 MD5sum: 0c8f8e91eb208e84ac7b5c0bd0478415 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.20260902.045222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 88 Depends: ros-jazzy-rcl-action (= 9.2.11-1noble.20260902.045222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-action/ros-jazzy-rcl-action-dbgsym_9.2.11-1noble.20260902.045222_amd64.deb Size: 58796 SHA256: 6cebf51615cebf149506cf308bd35a26fdebda09bced9ee045929199f472fe2b SHA1: 479f5d7f929310b88b9119cc7c2b8684af9b43ee MD5sum: f4ebbcc8e1892dcf4400bb64b96e1210 Description: debug symbols for ros-jazzy-rcl-action Build-Ids: 02b016c4b4fa05ad63f0a1c2d3bc5609b2ff26fe Package: ros-jazzy-rcl-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl Version: 9.2.11-1noble.20260902.044558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 353 Depends: ros-jazzy-rcl (= 9.2.11-1noble.20260902.044558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl/ros-jazzy-rcl-dbgsym_9.2.11-1noble.20260902.044558_amd64.deb Size: 272052 SHA256: abe064e5b29f56946b58f3d84b4c07be7b198318289e3dc101a6083b5cd16566 SHA1: 37c4564a3c272ce6f6f272ba1c050f6a7bff6fe0 MD5sum: 84077c26bac854ca0b1ffb1f82e5a286 Description: debug symbols for ros-jazzy-rcl Build-Ids: 15ae6643f09de2f7a332a344c76e9eea6d8b98f7 Package: ros-jazzy-rcl-interfaces Version: 2.0.4-1noble.20260902.021729 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5861 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.20260902.021729_amd64.deb Size: 396666 SHA256: 1bb6f99fd5a4e187f5dfffc4a9d11fbd14e728951be8b9438033003cd32fb401 SHA1: 5de22439a91e3b8df8f5719b558bf7a9a2af1e4a MD5sum: 5a1c120372e9e0610d8f85ae63080ece 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.20260902.021729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5157 Depends: ros-jazzy-rcl-interfaces (= 2.0.4-1noble.20260902.021729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-interfaces/ros-jazzy-rcl-interfaces-dbgsym_2.0.4-1noble.20260902.021729_amd64.deb Size: 4308704 SHA256: 45a4ee039ad855994967421d78061408d50fed1125ece2ccf930e8e850ee0a62 SHA1: eb484384127a79cfbe82e973f92bdbc71039b7dc MD5sum: ccec76473d78161ec41cb9e6b1023f7c Description: debug symbols for ros-jazzy-rcl-interfaces Build-Ids: 04c1d7602d9db1ade7818815fbbc44564e9a075c 316ead5e900eb411f08e33fd9e87fe718d529a65 4f86144506ed8317ee4035b76767dcfe7ffc27b8 50c315f4e0f12f0acaef3f297e431d8f7be4dd5d 537ebe4620e49134e73f56fe2a1cef42ae811e09 6394a6558b9b44252c1072c8a85fd4f35819ffd1 7249eabc5f8aa9b46b54dd80f9f107ebc0c43a03 8384a0d90538cb7139391812837de74adbfe03d9 867cb6d47004610db537d71175c78ee10f656cb1 afbe1fc5963ebbc4c9c51221b227580ac6bf55f5 e1b6f13068d61fb65fdec023dd3307e079dab42d Package: ros-jazzy-rcl-lifecycle Version: 9.2.11-1noble.20260902.051007 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.20260902.051007_amd64.deb Size: 27828 SHA256: 85b38e7b5963e2bb0427d6da7d93686c8c73599ef47de966e5d423ad36ed2ec7 SHA1: 6cbee1ec71d1b1cce1a69fff720a92426af5eb19 MD5sum: 9a08d8a7a08e5badfd95508f1127265d 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.20260902.051007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 53 Depends: ros-jazzy-rcl-lifecycle (= 9.2.11-1noble.20260902.051007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-lifecycle/ros-jazzy-rcl-lifecycle-dbgsym_9.2.11-1noble.20260902.051007_amd64.deb Size: 33122 SHA256: e64e0cdb82f6925283622f1bd46e076226b2a47d9e4e24abb5a8de4a801c28c7 SHA1: 9f31cb289b88229d4f53348ea662297a8984b67a MD5sum: a63d4ed6d5365d3752ad863548727756 Description: debug symbols for ros-jazzy-rcl-lifecycle Build-Ids: 2345ba7973f60f04a17cd4b72daea9280bcdaf54 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.20260902.051038 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.20260902.051038_amd64.deb Size: 47868 SHA256: 0778c3e00e028642ccdf7d9a82c248f462c583e89d34857f4d269cbeeed3daa4 SHA1: 741f779d17a2c1c63cf61457b53f451532d9fd2a MD5sum: 504331ff2d62224a8952ed6c4a4a24f3 Description: The ROS client library in C. Package: ros-jazzy-rclc-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc Version: 6.1.2-1noble.20260902.051038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 127 Depends: ros-jazzy-rclc (= 6.1.2-1noble.20260902.051038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc/ros-jazzy-rclc-dbgsym_6.1.2-1noble.20260902.051038_amd64.deb Size: 86852 SHA256: 7d6154457d144811b8953a431ad388d1a36f30924c4774003c83b443e224afd1 SHA1: fa6d8c460d241917141ded1058d618677df76a25 MD5sum: fbbbd48376ded1e74dc7fac251f601c7 Description: debug symbols for ros-jazzy-rclc Build-Ids: c886034eddfb25228de443a99fa3e8e8f0620334 Package: ros-jazzy-rclc-examples Version: 6.1.2-1noble.20260902.054213 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.20260902.054213_amd64.deb Size: 34534 SHA256: 196b11006120d844e9f0a54f0b0e6b1df23e8f002bc9ec6fb94b47a0c00e46a6 SHA1: 7d743a11f0b89c746ece0b1ec26ee6c2efeb9405 MD5sum: 0578c1c16784fc71c55161844ca8e4ad 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.20260902.054213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 266 Depends: ros-jazzy-rclc-examples (= 6.1.2-1noble.20260902.054213) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-examples/ros-jazzy-rclc-examples-dbgsym_6.1.2-1noble.20260902.054213_amd64.deb Size: 159046 SHA256: 10376652a6334c2cd438fdce6cd34aaddf75374573d304e8bfbe9236a04f9ba7 SHA1: 37771812ca186b770c3db7e86d3b931a412580fd MD5sum: 798a1793cf774a1d451f4daa7e54d27a Description: debug symbols for ros-jazzy-rclc-examples Build-Ids: 0a23f96b336f7b46cb42af983a5f597db40f2365 2c343c80cfe46d5a1b440a29820b73e22518410b 35b10d580134d0acfc7dc23f3bba48251fd5debc 542ea069fe71c5453061b2d2dc0b973018bfff86 5872638a67ea5ee648d54a03f60ca4ededfc34df 694ba0b066ad30ae40eaf9de736fe448fba91749 7275c001dc0ad959d8eab6731a3bade9475e7b2e a0316aee6edcb52a5b9ee6da2aac4b63fbe03bf2 b3da4f4a205b226aba10e65fbb98612284fc58b2 c0d186610e59d177a41ecc72222c1d0ebf25714f c178f92253353b6b232d85fa0f380aae703672d1 d814e917700537d93e122b6a0426db82c9604660 Package: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260902.053757 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.20260902.053757_amd64.deb Size: 17430 SHA256: 35b47076d3e0b68b81b4db7ff7967087dda77ab1507b1ebe3f8d6c6bde22b5c0 SHA1: 9d5de923eea0bc85ed8170a11f19eefc49a7d3cc MD5sum: 1c67327822f2ed962db181f0527a9234 Description: rclc lifecycle convenience methods. Package: ros-jazzy-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260902.053757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-jazzy-rclc-lifecycle (= 6.1.2-1noble.20260902.053757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-lifecycle/ros-jazzy-rclc-lifecycle-dbgsym_6.1.2-1noble.20260902.053757_amd64.deb Size: 20904 SHA256: ea09a6ff2b7deb849f3c738199b51ae37031f699035b865af1ef2e0fea7ebf1b SHA1: ea13d556bcf38713b8a3b408dc1db2e792dfd7da MD5sum: 970b18a524d666703bb11af26b4a821a Description: debug symbols for ros-jazzy-rclc-lifecycle Build-Ids: 1faff8dace934879278acbd064df474f4bfa7b88 Package: ros-jazzy-rclc-parameter Version: 6.1.2-1noble.20260902.053520 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.20260902.053520_amd64.deb Size: 24416 SHA256: 8a824285f15fee59dafcadace8927f259d85511e65cc248826857ec1324a28df SHA1: 49669a57edc552fcd55d2cf500b5da39851dba1a MD5sum: c3e529fe2cc8de066c1c73dbfe897f37 Description: Parameter server implementation for micro-ROS nodes Package: ros-jazzy-rclcpp Version: 28.1.22-1noble.20260902.055335 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 4075 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.22-1noble.20260902.055335_amd64.deb Size: 835060 SHA256: bee7c921ffbe92470700ddc4e7b35581c6dbd79bee55a0eece2320fdb27d525d SHA1: 3f930b36da700f2752d8025b73c429cc3b342e55 MD5sum: 989e92c3de6a30801d7ac92dc47f25ba Description: The ROS client library in C++. Package: ros-jazzy-rclcpp-action Version: 28.1.22-1noble.20260902.103722 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.22-1noble.20260902.103722_amd64.deb Size: 100174 SHA256: 3c4906bea8a09efcc6e9667cee42c1604d070592f49012c823461a52f91d6fa0 SHA1: 3237f7fbd57b0c7210f2ac4aa717b07970ac3b2a MD5sum: b97666d89c725eba9c9e8cb215c89a3a Description: Adds action APIs for C++. Package: ros-jazzy-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-action Version: 28.1.22-1noble.20260902.103722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1311 Depends: ros-jazzy-rclcpp-action (= 28.1.22-1noble.20260902.103722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action-dbgsym_28.1.22-1noble.20260902.103722_amd64.deb Size: 1211426 SHA256: b2d7f97ba760cf72d7e21d98bcabd97001a9bf404171ce7143bf457744c8ca1d SHA1: a9915090e2f6f80dc31ae8f2fa407cda001b0359 MD5sum: 343f9f4c5a83ef5ebb3690dced1c26c8 Description: debug symbols for ros-jazzy-rclcpp-action Build-Ids: 5fb8a1c48677377c2b1807f77e51a7daa96ddb8a Package: ros-jazzy-rclcpp-cascade-lifecycle Version: 2.0.0-3noble.20260903.071124 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.20260903.071124_amd64.deb Size: 140216 SHA256: 409cd80c822fde2aec210c988ab16d2a3f79877ebf7608627d5ec9eb01b09770 SHA1: 22918f225e1d84a4fb18d8fd6a1ff1d6671c2c8c MD5sum: a8235fa52da7180595d5aa165c8a31ac 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.20260903.071124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3185 Depends: ros-jazzy-rclcpp-cascade-lifecycle (= 2.0.0-3noble.20260903.071124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-cascade-lifecycle/ros-jazzy-rclcpp-cascade-lifecycle-dbgsym_2.0.0-3noble.20260903.071124_amd64.deb Size: 2591408 SHA256: 829043017ca99983adb54d342965522ce1ca9ccb92147388abb35df9922959ad SHA1: 4cc1985a804fcfe69b7dfc9bdd605117553f8227 MD5sum: 2479e3f5f4a9306f1b987ad2a441cdc9 Description: debug symbols for ros-jazzy-rclcpp-cascade-lifecycle Build-Ids: c2ef720b3075bf506394d5c0977f5eca003d62df Package: ros-jazzy-rclcpp-components Version: 28.1.22-1noble.20260902.062054 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 411 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.22-1noble.20260902.062054_amd64.deb Size: 88650 SHA256: 0614e7dfc7bfb2796d9586ad5bf20f47c451789135eedb3f09ffef87f301ed31 SHA1: d1a4218537966564fdeb0c933eec00e3f7b03f9f MD5sum: c21a7cb7acb69f3b34e64efb4d4fc142 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.22-1noble.20260902.062054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2130 Depends: ros-jazzy-rclcpp-components (= 28.1.22-1noble.20260902.062054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components-dbgsym_28.1.22-1noble.20260902.062054_amd64.deb Size: 2001720 SHA256: 94806d5df40e5f1ced96b901df627b29e22963b373bbb5e6ed145b0fb9abd825 SHA1: 817189b487252203909e16637d7b7a2c2fb33950 MD5sum: 0d9397a2e4413bc2fe9414d70ec958f9 Description: debug symbols for ros-jazzy-rclcpp-components Build-Ids: 1e4657e83777528b029ccef57db489c6b441751b 4e76d23e953221e39936b2ca748685b1958e164a 767e166f0e51deecac0e2103f30e30e4040ea798 e16e1fa7cfc14e689bb2317e638de84a485efeb0 e8a98c30da9ac956e7ce197a822747711a616cdb Package: ros-jazzy-rclcpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp Version: 28.1.22-1noble.20260902.055335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16331 Depends: ros-jazzy-rclcpp (= 28.1.22-1noble.20260902.055335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp-dbgsym_28.1.22-1noble.20260902.055335_amd64.deb Size: 14986268 SHA256: e8627f735beac997ce887b499027d68261f3271d9507ded2615f6c7f5bb4cd9a SHA1: b829020325c1d8aa08c667216332f365679095d7 MD5sum: 776951b258bc2565b744efa1a81ee522 Description: debug symbols for ros-jazzy-rclcpp Build-Ids: 401fd968f24e7918d0e63ebd70cb40137e5212eb Package: ros-jazzy-rclcpp-lifecycle Version: 28.1.22-1noble.20260903.011547 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.22-1noble.20260903.011547_amd64.deb Size: 82450 SHA256: 8f65e7eb333c553a0947cc62d3d1a6bdd1af5c2ab2073f06110bb144d86481b1 SHA1: ed52840587cd5272f7e408e725efe57e679f02da MD5sum: 04811379c97f1ec15e5de1d18aeede8a 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.22-1noble.20260903.011547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1251 Depends: ros-jazzy-rclcpp-lifecycle (= 28.1.22-1noble.20260903.011547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle-dbgsym_28.1.22-1noble.20260903.011547_amd64.deb Size: 1145618 SHA256: 67ab5cfe3ad68276dffe89ba7904c7e31f16657f99e68c8a005c5951e09d2358 SHA1: a6f1caf06123e5dc4db42eb8f892b98afe531308 MD5sum: 3aa4fc60ab42c3bac9bb86f48b867926 Description: debug symbols for ros-jazzy-rclcpp-lifecycle Build-Ids: c26cb680551e1fad9801ddc8021bb5e651e059f4 Package: ros-jazzy-rclgd Version: 2.1.0-3noble.20260903.075529 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.20260903.075529_amd64.deb Size: 66375794 SHA256: e60b64aeb7e842ef5c223655a91bd5ab36c70777f90a7b823d82b6cc0b003d07 SHA1: 11d5e578d0812e3f006217170d168e997722f7ec MD5sum: a76a9c7dc8ffbf038d42135e7e302e6b Description: GODOT implementation of rclcpp Package: ros-jazzy-rclgd-cli Version: 2.1.0-3noble.20260902.103111 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.20260902.103111_amd64.deb Size: 24576 SHA256: a69a7ceabd221640dcf9b25e6ce4095535b076de6211793221834df5c33e8228 SHA1: 6823e8ab9d4c3ff65d399d90ce3382a1ecc8af7e MD5sum: 5c67079cfeadb9b4f6355dc1b1fcf521 Description: ros2cli extension for rclgd: create/edit Godot packages and manage the Godot runtime Package: ros-jazzy-rclpy Version: 7.1.12-1noble.20260902.053513 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 1778 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 Homepage: https://index.ros.org/p/rclpy/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy/ros-jazzy-rclpy_7.1.12-1noble.20260902.053513_amd64.deb Size: 467316 SHA256: 6cc84b06be6813c111779c20c2a8a485ef3d84e5b8797250b4fb9c1965a0f4e8 SHA1: 5c41193eee3d616c2a0db388689f2bf88d23d1c6 MD5sum: 13e103be5950123a8ae6985e0f092b02 Description: Package containing the Python client. Package: ros-jazzy-rclpy-message-converter Version: 2.0.1-4noble.20260902.102625 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.20260902.102625_amd64.deb Size: 14648 SHA256: 2f0a9ab80311cd6f79c935bcd8450812382de8ede7e13b0de22b661b8218b896 SHA1: 376d54e3d0d1df5ffb5bb80c9b798c1485d6f6c5 MD5sum: ae4afdf453a60c1132285fe4f9c26968 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-jazzy-rclpy-message-converter-msgs Version: 2.0.1-4noble.20260902.021737 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1330 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.20260902.021737_amd64.deb Size: 106398 SHA256: cc502f51a912f855cbaff9bcf3bcf103abe72102e4431ad068d136a45b8a238c SHA1: b2974c5f3a5be1cd2e38fed8d67f308c170291e4 MD5sum: 3f28fb870012060a9915f67e7470672a 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.20260902.021737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1019 Depends: ros-jazzy-rclpy-message-converter-msgs (= 2.0.1-4noble.20260902.021737) 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.20260902.021737_amd64.deb Size: 790644 SHA256: 3b51c549896d8dfe188f65538d70747c10be82382e37b3652c8681b8dd631111 SHA1: 11a5c38206fdbe5d1b7bcd41ccccd7ea80ec8dd4 MD5sum: ce5a71668ce1de9ab6fc27f30123890e Description: debug symbols for ros-jazzy-rclpy-message-converter-msgs Build-Ids: 080dded9dc7b6268680d08c061db89a9518247a7 14196af8d4360d6570372fdb99cb0ffe0b1cf6f0 2682acd06e04c396e536a1a3208b62bd79fa058a 290cd56bac23ebc15c3030eb81efd8c8dbb10bbd 3bf0fee78a5b24802a1886117aa46f431841f9e2 4b94afebfc2b604ccda6bb5af410fb1f60dc102f 7d168fc637105dbe1b091063bfb04f369977b8a1 9dba6c83527f8deb6f1ed8f77d6ac5d1004578b4 ad96f5f39aa0e08b5780d9ff60095c5b4dec584c b77ce4b2abadc219068cec0de3b31ebf9292b8f4 fac012251acce0f7c85d91bc8c0ff5eab9f2a45f 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.20260903.070606 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.20260903.070606_amd64.deb Size: 57622 SHA256: 820417050414e173d19b5e8563e9db9076af69e6dc430f1a65b17e44848ce5c4 SHA1: d41dc4d360a3f4f63457eff695c0913491705eaf MD5sum: ffa228903238c51cc80e5685e5558f05 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.20260903.075351 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.20260903.075351_amd64.deb Size: 205784 SHA256: 6f046a6618bb6c9f1b5106d55e45bff332c98698db9bc6baf4a1e0e572fb4739 SHA1: 573c5a17c324006dd5cb65ca9b560dd7b91ce27b MD5sum: 949d92a8885512e8b628a718de2e09e5 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.20260903.075351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6165 Depends: ros-jazzy-rcss3d-agent-basic (= 0.4.1-4noble.20260903.075351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-basic/ros-jazzy-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260903.075351_amd64.deb Size: 4860628 SHA256: b7d8ef4b504ce9c4d0f8b54611d5aa1625014484e26c393a32ce4f324ff3e6ec SHA1: b2be429761c735794b0fd643746f8a77c6989738 MD5sum: 58d46bbcc1877f6da89184e2f05ad7f1 Description: debug symbols for ros-jazzy-rcss3d-agent-basic Build-Ids: 1329fbd3c3423c4ba006d5352cf137b16121d19f 2e58701bdbeb0299e078666b9c1c377db15e3698 Package: ros-jazzy-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20260903.070606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1048 Depends: ros-jazzy-rcss3d-agent (= 0.4.1-4noble.20260903.070606) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent/ros-jazzy-rcss3d-agent-dbgsym_0.4.1-4noble.20260903.070606_amd64.deb Size: 1012010 SHA256: 4ffeda612db617674953a88560b3dffb3c78bdb02f77f21da9743c5a112add89 SHA1: 68da7a16ef98a022a78bf67ba2538a4ad2c84910 MD5sum: eec03f913cfd66611def1f51e2412d9b Description: debug symbols for ros-jazzy-rcss3d-agent Build-Ids: 19340c901a902fd98fd963860537b461d0968549 Package: ros-jazzy-rcss3d-agent-msgs Version: 0.4.1-4noble.20260902.021744 Architecture: amd64 Maintainer: ijnek Installed-Size: 3509 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.20260902.021744_amd64.deb Size: 265430 SHA256: 73f16e1cc143e377fc4a1381c5be0ec6b45d29987a301c7586f1903e969bb884 SHA1: ebb63d159c3fd87b9558c8f7503c3ec1f738edbf MD5sum: 398f71ef58843d8247705f61448ec39a 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.20260902.021744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3037 Depends: ros-jazzy-rcss3d-agent-msgs (= 0.4.1-4noble.20260902.021744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs/ros-jazzy-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260902.021744_amd64.deb Size: 2556928 SHA256: 1bdeca7bf8606c7db905070f11eda804b43122afc644db3014c9bb8fe2d0cd14 SHA1: 34ad554971504405a4195a18369f8ec9242f22b7 MD5sum: 04ce51604398f470e0c3d3b12316d091 Description: debug symbols for ros-jazzy-rcss3d-agent-msgs Build-Ids: 339d6e199d7fe55014c2e228ddfd9d224185461f 4d49f2919ce3c8e7324cf455b7bea26211fe33a3 62b4532dd6d0db353f9b6ff6c169ff1f5ff1935b 87b404275001d87cd906b3e9a5dc76102c3891e9 9283f601714cbc1d40df2e0a98e07eecf84464a7 a010d2b257c41a2439a7d6cd9e2ba329079431bd ad8847512a7911b8889992d29876d6531340ecf4 b23f163e6e5cc072c95e09b809783b26f9ad4268 c61421d0e805a86d7b79aa1d4eb376f935ca3bab e6579f9ef5d367f8daf6a97a3d18581d35e69321 f270996076f33f32ccbc567bb16325d238a0f9cf Package: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260902.042609 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.20260902.042609_amd64.deb Size: 14440 SHA256: 4f277c7f750b2a466400837872f6676c2cc922852f22230542a2a02cdf5415d7 SHA1: e6be893b8061cee1994cb3c707aba570775ae597 MD5sum: 953754e5b4e20a5409bfe840862f66c6 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.20260902.042609 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.20260902.042609) 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.20260902.042609_amd64.deb Size: 106512 SHA256: 7dbab7791393cca311db929a791c693af5de16b9af8b6b4575da40cc7f299346 SHA1: fc2a172a77a1b44b2b3a833671c119ae1c1d2661 MD5sum: f0e1cba05d7cc7c6304f1156c094f75b Description: debug symbols for ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: cdc9994218b74143ba1a728e4b4123155c139ab6 Package: ros-jazzy-rcss3d-nao Version: 1.2.0-3noble.20260903.075344 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.20260903.075344_amd64.deb Size: 238780 SHA256: 6788693982dd5981b71f7ef6c8495c7cf3007805b2e230e2fca173f294868d26 SHA1: 4cc49030c11c96b0a3f6dcfa297253b45bf06c90 MD5sum: 47eaede1c8bee2cac5ddc962000fbffb 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.20260903.075344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6395 Depends: ros-jazzy-rcss3d-nao (= 1.2.0-3noble.20260903.075344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-nao/ros-jazzy-rcss3d-nao-dbgsym_1.2.0-3noble.20260903.075344_amd64.deb Size: 5457506 SHA256: 02e25f063134a4de3e6e413b68e827c94eb7d2dbf2f877ac20783721ac10baec SHA1: 76c8709d496a57ff2e1d495dd66a7468e8430e57 MD5sum: 50fadc7363c94e3f4e750497e718e310 Description: debug symbols for ros-jazzy-rcss3d-nao Build-Ids: 6c988377d564b2c323efbc2c5f5d28abc431bbf3 ee651eb66467462926a912e2e27b4c3419830261 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.20260903.081912 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.20260903.081912_amd64.deb Size: 4694 SHA256: 6482b5beb4aca77bb536a5e5a50917710039c96ce07e61a17acf53ec094ca1cc SHA1: 70deb5d0eec91d42ad43f78072afb40b237b1bd4 MD5sum: c4afc3e9e70fbeb25de3086d0f9cc795 Description: The rdl meta-package Package: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260903.070604 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.20260903.070604_amd64.deb Size: 72468 SHA256: 57d06b2e1dc911444496bdafdc6a61eb2819a7504d9905ed46aaa237645cbe4c SHA1: 8eca66a8e04c115e8026341228fe9648e02033da MD5sum: 677c5bd211c35c6d2bb2c1636322794d Description: The rdl_benchmark package Package: ros-jazzy-rdl-benchmark-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260903.070604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 9123 Depends: ros-jazzy-rdl-benchmark (= 6.0.0-1noble.20260903.070604) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-benchmark/ros-jazzy-rdl-benchmark-dbgsym_6.0.0-1noble.20260903.070604_amd64.deb Size: 9135122 SHA256: 80e8f31b5a62987f9a7fcbb52b24ea15cdef5f78bb1e74f0620e90b4e1d3fec2 SHA1: 687c4556a5a6fc30cda0eb66881ac0086f47349a MD5sum: 49c70d6a621ca0499d532dc565bf1f61 Description: debug symbols for ros-jazzy-rdl-benchmark Build-Ids: 146be8c6a7f54227507f572cbab361e66da4d3ab 2709cbe19aacb503d63e4c931fbfeca71ad739ca Package: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260902.083354 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.20260902.083354_amd64.deb Size: 386200 SHA256: 69789215bc56e9f43d0ec9fbe239fe392be6b451a9bf15f24a86956c1598f32a SHA1: 87fd32b50b6a7f58448b46a72c2ec178ca018ce4 MD5sum: e92df10d93baac15499d5fd13a4582aa Description: The rdl_dynamics package Package: ros-jazzy-rdl-dynamics-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260902.083354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 30712 Depends: ros-jazzy-rdl-dynamics (= 6.0.0-1noble.20260902.083354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-dynamics/ros-jazzy-rdl-dynamics-dbgsym_6.0.0-1noble.20260902.083354_amd64.deb Size: 30880386 SHA256: a151ccdd335db509c51f788ca4779ff209ad06fab9921d0d72399600c306a5e0 SHA1: 0912a35448c5768e6eeb9fa0794635a330eeedb0 MD5sum: 8cb096b8ce94411160b70d8e5135b394 Description: debug symbols for ros-jazzy-rdl-dynamics Build-Ids: fc692b5aa65f254df09fa080571fc847d495a8b1 Package: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260902.084612 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.20260902.084612_amd64.deb Size: 77596 SHA256: 7aa8481a429c29e88fe99824c2b3ec642af387d428d9ab7a62be21767f124a17 SHA1: ec2d1499369c436792bb1716eb7f4c2a1f91abaa MD5sum: 64423ce9fcbeeff4279e9387d593a890 Description: The rdl_urdfreader package Package: ros-jazzy-rdl-urdfreader-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260902.084612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 6710 Depends: ros-jazzy-rdl-urdfreader (= 6.0.0-1noble.20260902.084612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-urdfreader/ros-jazzy-rdl-urdfreader-dbgsym_6.0.0-1noble.20260902.084612_amd64.deb Size: 6735772 SHA256: 616c17bfb6c3a6ba577629148f1027ca8a2e222a087601410a75d54d8300c5bf SHA1: 1c06f2cf220722895c613a9f6f447a36150a983d MD5sum: f007bf9ba790e8fb2af711b8f14e8b60 Description: debug symbols for ros-jazzy-rdl-urdfreader Build-Ids: 011030bc0deb97909951a88d3b5ab6fb593d2003 1d3870b1e9788235ab52e686d416cf68443aa02a Package: ros-jazzy-realsense2-camera Version: 4.58.4-1noble.20260903.072830 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 2143 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-fastrtps, 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.4-1noble.20260903.072830_amd64.deb Size: 546640 SHA256: f0270efa0d8ee1e837fa137f9230043b54879ac6bf6419fff0a916563464cb51 SHA1: 84f3a507254e1b2b60d47f950e5976ad40244d08 MD5sum: 33c1054a8de5ea89b5dcb2d148d17917 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.4-1noble.20260903.072830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 14214 Depends: ros-jazzy-realsense2-camera (= 4.58.4-1noble.20260903.072830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera/ros-jazzy-realsense2-camera-dbgsym_4.58.4-1noble.20260903.072830_amd64.deb Size: 13371006 SHA256: eb66a9f51305f09d3b52829247a041533f4e18c4b1ab98cc4cd07dcb14e8b5d4 SHA1: 55762542126273c7676ea2b88b4b80e30bd580bb MD5sum: d96af3baa140aa3360d47f76a38aa775 Description: debug symbols for ros-jazzy-realsense2-camera Build-Ids: 3163ace1dc5501467700fee80f19ffe1c30c2b83 a61d2489f839688ae1c6fcbff4f36391bdf4e24a Package: ros-jazzy-realsense2-camera-msgs Version: 4.58.4-1noble.20260902.042822 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 6742 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.4-1noble.20260902.042822_amd64.deb Size: 409104 SHA256: 998b0254fe0dcbc1eb38fc9b2a6714add6129b63d617da943e1144849301b4da SHA1: 33abe95bfb13698a143e9582df6e6d2782cf47ef MD5sum: a06dfe420e11bbc4c15d55681303d989 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.4-1noble.20260902.042822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 4522 Depends: ros-jazzy-realsense2-camera-msgs (= 4.58.4-1noble.20260902.042822) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera-msgs/ros-jazzy-realsense2-camera-msgs-dbgsym_4.58.4-1noble.20260902.042822_amd64.deb Size: 3482126 SHA256: c8df3d678ae1642348e539b69284a4b28c18ed9d3a3ad0de0e58b8dd63e434f0 SHA1: cd244d4957a2517c875f6c09401f6e98cd6caaff MD5sum: 5ee664313df78fd2b308fcf2119a6872 Description: debug symbols for ros-jazzy-realsense2-camera-msgs Build-Ids: 07760df37f0d2ee24726ba5462afcf7045746091 092f75a5cfd7421f2f6c126ffff9015a7a43577f 48d0e303efab3c047cdac83ebdb91af563e5af0f 91825422a8be383c07486bf6b1342b6019d4866e 9474cb3b2b7a125739c66edba0662f4fc2877555 96ddbaedcee8ff0397b3eaef782e9cf31e3449c2 a027ff3be869edfce1b3275f3be0600db08cd350 b24743f4c544a828b92acb64a2302a733c0aa180 d18fc1ad427e050522de96ad8d23e81583f77c26 d241d566b52b3b33ec70026b914ac92187c75095 ec889a2e043f3b36ee500d22bed9b2db46a49197 Package: ros-jazzy-realsense2-description Version: 4.58.4-1noble.20260902.080515 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 94010 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.4-1noble.20260902.080515_amd64.deb Size: 15543452 SHA256: b52ce11feb0c4621acc08c9b86c39a660dd01eb4df610cd863b022de9ac9f611 SHA1: df76373874f5afa856836659a2e3932e1e4c875a MD5sum: 6a9ccaeb3d27cebe3711d7b23e0e2aab Description: RealSense description package for RealSense 3D D400 cameras Package: ros-jazzy-realtime-tools Version: 3.12.0-1noble.20260903.202759 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 277 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, libfmt-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.12.0-1noble.20260903.202759_amd64.deb Size: 53710 SHA256: 2d58afb3fec537d29e942f50a7a06127ee4f84b659fdfa9e5ebf714312e14db6 SHA1: e1dba321b055d2dff5ae5f99328887a016cf8f55 MD5sum: 64d0f9c0b5f583296b2e436ab718bcd8 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.12.0-1noble.20260903.202759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 324 Depends: ros-jazzy-realtime-tools (= 3.12.0-1noble.20260903.202759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools-dbgsym_3.12.0-1noble.20260903.202759_amd64.deb Size: 291522 SHA256: 6dbc4ff10c84072123161b91dcb336e60921d482cf9bd62a89f03d8d2bf6d11d SHA1: 4e5d067e5c9a3292318def26bb104269507ebddb MD5sum: 941f57f488570e4d072c8734b2361288 Description: debug symbols for ros-jazzy-realtime-tools Build-Ids: 4b52149292991187a25df1fa3d43f1cb2ab50bd7 b607ace26fc66f7ef46d1dfdb3c9bb8496e7e3b8 Package: ros-jazzy-reductstore-agent Version: 0.2.0-1noble.20260902.054752 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.20260902.054752_amd64.deb Size: 26366 SHA256: 5d8924a6e1a92f79f5394e5d85cd5b0b32c25ec5bb4845a75835013027fc9c4c SHA1: 8e9d8f7248f96e11c6f1a919b928af0930986520 MD5sum: 3c064570ffbe13d4657c37330334dba7 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.20260903.092012 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.20260903.092012_amd64.deb Size: 24592 SHA256: 3a180585cb8f250c3e926d00661777a108a68482260844e5e83e1a9e07dee589 SHA1: 7f57f7ed0574c55eb9fdf056c38c82ee0f7d99f4 MD5sum: 712da57c41927757667382c045075085 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.20260902.083442 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.20260902.083442_amd64.deb Size: 594904 SHA256: 8b8cda31b0025bd4c104fe8c66a8e1bf113d7a5efe4722d480b92c03ede6a863 SHA1: f05b7fc4255fb97bcbde6a36683178a27e6c5d28 MD5sum: f9bd6ea60b7fc8ed55b34b154737bd5f 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.20260902.083442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5351 Depends: ros-jazzy-rig-reconfigure (= 1.6.1-1noble.20260902.083442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure-dbgsym_1.6.1-1noble.20260902.083442_amd64.deb Size: 5167676 SHA256: 31537d3aa4ab09973e7d4e26e805af4e634c1e2e0d246cb6188894f76d749d09 SHA1: 992aeae6c3ab944f80507dfd4bbab796a6955cab MD5sum: 6499070817c76e97ff4b8c87f593f3dc Description: debug symbols for ros-jazzy-rig-reconfigure Build-Ids: da8978f2f39cf244d8638bd4cb6e9e7f63b11204 Package: ros-jazzy-rko-lio Version: 0.4.0-1noble.20260903.094835 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 6841 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), libeigen3-dev, libspdlog-dev, libtbb-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.4.0-1noble.20260903.094835_amd64.deb Size: 1043744 SHA256: 1b514a9ceabdf8e3e03d9429891d7ddeb9a4ffe1129bdde8f22eae802f65b48a SHA1: 66dde43e3b69844aef29de073cf20ee840c9b5b1 MD5sum: d3e064f01aa89624279bd2bd33be8fb0 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.4.0-1noble.20260903.094835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 38553 Depends: ros-jazzy-rko-lio (= 0.4.0-1noble.20260903.094835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rko-lio/ros-jazzy-rko-lio-dbgsym_0.4.0-1noble.20260903.094835_amd64.deb Size: 36920920 SHA256: eaac508d2999df0040001327e469a8f61767ea28bf0b40e366810ef79edd43d9 SHA1: f2cd09c763985a60164cd40971fa1fad23359013 MD5sum: d7279f79be1a353223a758b52f2dac38 Description: debug symbols for ros-jazzy-rko-lio Build-Ids: 103e815d933136bff3d43d3581f2b03e81d72371 3082a02ea7b133f5944e75f372bc3aa4774f49c4 4e11f4d0f6daf4773f57ebb7bd73f78f0fffc189 57222ad7106c220a23cc79c72bea46a702f64d8d 76cb116f8ac25ac95c82fa0b0576382e16f2c1e1 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.20260902.041457 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2559 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.20260902.041457_amd64.deb Size: 221604 SHA256: c9f15c58f5e18bf5e727a1f6cd5249f60aa4dbe0bf2e5624ee29fabfe034249d SHA1: ad16212d9f27d74d30b26ac628e74febb8c7c74f MD5sum: 7999428df482e992f76d94e020db4f0f 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.20260902.041457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2618 Depends: ros-jazzy-rmf-building-map-msgs (= 1.4.1-1noble.20260902.041457) 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.20260902.041457_amd64.deb Size: 2262244 SHA256: 2e9e6f21e4fda8f6332d9fead17a86c27f9980a8e28b0690d1ea3f5c2a827760 SHA1: 654ef1c55767f3272bbf3113e361f25f3f0d2bdc MD5sum: f4c2c363ac83262580618acb98466917 Description: debug symbols for ros-jazzy-rmf-building-map-msgs Build-Ids: 0740fde44a295f8e602134f210453bdd607be66f 25778f7d53ff7a66edad1f0cbd44daa8eece8e27 3dec8fb2f6ec704d1747a7ac38f941c1fee37f35 404b1c3ec86e84a8900a06357129700964ec5a57 4ae5bdbaa46a79833a784a594b8df1831db8550f 71300ecdab690b5bb5784c53d490f0c43c94f895 75c42ed146bebbdbc0b28c40742095adcabebe0d aa57599ecbeb08c372da6aa672f2af04ce6242b1 e9edb19feaa2fe359517cec1f091f0756ca01ca9 f1f487047601f163df87523c8e14de5157288e92 f8437f522748fef79ee91de165f1e7e308db7c10 Package: ros-jazzy-rmf-building-map-tools Version: 1.9.2-1noble.20260905.071645 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.20260905.071645_amd64.deb Size: 10835978 SHA256: d147dea142b2ef9d7520597933e22b61ca42524a85999ad97a661719be8a216f SHA1: e5f7db1c30e86b18b66507c4c94a295cbad1386d MD5sum: aad4b01bc4818850ddadbce2a031f9aa Description: RMF Building map tools Package: ros-jazzy-rmf-building-sim-gz-plugins Version: 2.3.3-1noble.20260905.084528 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.20260905.084528_amd64.deb Size: 482316 SHA256: 680bcc87c373468d214cb1349a4a2522add3026ffc007b71bd4bbb4f79cc5140 SHA1: c9c10b8c17f4bd52d96dcbac428c98b9661cfd77 MD5sum: 17b355892464bbffb7b2f977b2386adf 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.20260905.084528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14438 Depends: ros-jazzy-rmf-building-sim-gz-plugins (= 2.3.3-1noble.20260905.084528) 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.20260905.084528_amd64.deb Size: 13039238 SHA256: 33531cabd4755be9999c0c1c93028c77037cb0e215aa2277630241e6a10047ab SHA1: 375bd856fed29edced76a418432da0a30637b024 MD5sum: 54c09062a573dfb1487cf3906a88f52b Description: debug symbols for ros-jazzy-rmf-building-sim-gz-plugins Build-Ids: 4e2803c324fd70e3c23e86b2aa6459450ebcbba2 5ee77b2b01455a069168f1cd8210ac187b5ceebd 861707f3c28862a67d56f30b38a3162b0961b7e2 c62089bf32b55a082f554507f0c07602b678230f cdcffdb6adfbf542505df8ab151c5ce0ce7c0299 ecfc3608903715a6b9b271a161eb43f7948b7d76 Package: ros-jazzy-rmf-charger-msgs Version: 3.3.1-1noble.20260902.021752 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 760 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.20260902.021752_amd64.deb Size: 69808 SHA256: f7658dd33e82777d4d8c1eac69e57f96b9d41d9b594cd8572be13cec33f899bd SHA1: 1a8b9924019b4366e4135e7447f5076bbbf1fc02 MD5sum: 37be42adad1d0c5878bbd8a8f1db2985 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.20260902.021752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 518 Depends: ros-jazzy-rmf-charger-msgs (= 3.3.1-1noble.20260902.021752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charger-msgs/ros-jazzy-rmf-charger-msgs-dbgsym_3.3.1-1noble.20260902.021752_amd64.deb Size: 389606 SHA256: 6aa424448e84e23030d39178e61276ffa97f270fe461c45b62e3b5af39dd27d8 SHA1: 9b4489a8fd3e5308d42f398c8e9dd661b719674c MD5sum: 7c2eff537beda830be9c860b8c71e6f6 Description: debug symbols for ros-jazzy-rmf-charger-msgs Build-Ids: 02deb1ba0cef72ae1976c4f54880e371c2cf26be 289ff71dba2fca027836ee760446f9e547fc69ba 66a74f6f70e370e89bfb66bcce68021946176ec7 77ba0bd2f8c220fbd6ac23affd9c27c2c6613d47 87eeca784e06649b6b490cabfeedac9d4987b1c6 9b943a0ac3b0b6b7ce9d41a42552d6ae855119f9 aee383beaf3225dc3a33b8dd70cdd9e7d4dca8e1 b8df3572dd1896b32371235587331c92b1af1497 da16cd3a3ad43afad924443ecd3ed1e51c29c4bb de930bfd73e41ab71e35a3eabc0bec752c41eb8b fc9658e6263eb338e95cbbdbb081f11642721c40 Package: ros-jazzy-rmf-charging-schedule Version: 2.7.2-1noble.20260902.102652 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.20260902.102652_amd64.deb Size: 10678 SHA256: 95507461aff67355d385599b4e5d1b470e243d0d6bbaeb0a0a36e6621d1c03b0 SHA1: b9b24f8dab900c514016c6d59b963b1f20852c9a MD5sum: 33fc6b103766ca6568540646c491c455 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.20260905.072933 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.20260905.072933_amd64.deb Size: 13020 SHA256: 710bf44c7a187d9aa6dba19d951fd42b9bd2d754f3ca8a8a32afc6074294687e SHA1: 83ca56fd77bf9837620a6fb2b79d6c1332927980 MD5sum: f68971b35898f7e32ad1a528d19dd15e Description: Nodes for bridging between different communication stacks Package: ros-jazzy-rmf-demos-fleet-adapter Version: 2.3.0-1noble.20260903.094313 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.20260903.094313_amd64.deb Size: 38162 SHA256: 01fe0f691fdadf192ebe10270cf1a89e0f18a41012cf11eaea83b20313ae640a SHA1: 7edb9684fca7cd24f1573a9502235ff39591b69c MD5sum: 9b44cfb1b71245319325701ea6b84c36 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.20260902.044440 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.20260902.044440_amd64.deb Size: 31492 SHA256: c1ee6598bc301f39c295eb3b8e63afd9c02c17c27845caf7046cc4f06976e481 SHA1: 67cbea62977efc13fd285437142e26a3dd5a08fa MD5sum: 6a62d47bed46b30d99ef5fe4e60cac33 Description: A package containing scripts for demos Package: ros-jazzy-rmf-dev Version: 0.1.0-1noble.20260905.090647 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.20260905.090647_amd64.deb Size: 6046 SHA256: 83c36cc0aa49a5341860d378dca68359e4866b10bf20da685708d82b27eb59b6 SHA1: 55821b841a0d9e7581a2d73f28194e37503a9d11 MD5sum: 13efb9839836d6b1b17a930022f643ab 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.20260902.041454 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-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.20260902.041454_amd64.deb Size: 86800 SHA256: 076ed5997c514f569f0e6851c11aacb5bd247e849b719a60edcfcf278057f28b SHA1: be7e86e0a79895573b21911b813d3655b1b2bf5d MD5sum: 429732b7fc0859a54de233a7b3316c8f 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.20260902.041454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 711 Depends: ros-jazzy-rmf-dispenser-msgs (= 3.3.1-1noble.20260902.041454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dispenser-msgs/ros-jazzy-rmf-dispenser-msgs-dbgsym_3.3.1-1noble.20260902.041454_amd64.deb Size: 559388 SHA256: d3c0038c89f3591c5cfbb609319418360efacef5df39d6e8d516502f9319c9b2 SHA1: 405e33f085ed64cba466f7add734a1dbba413ee7 MD5sum: 823598740c16a03d1591546c2f91a20e Description: debug symbols for ros-jazzy-rmf-dispenser-msgs Build-Ids: 09b6801b67deca07f3a820152c65e655d1dff2f9 2a554db7a805307de52bec6197bcdfd777f47889 2e9072176be0c587ca296e2be8c26a3df185dad1 3eda53eb7a29feff41f2913b71ffc2c7cd8bc0ad 56866a7c51ccb4445a223c34ada15b81d78c478e 8133541b98b5df1c9e6307aef82c1646a33ebcef 98c55c88e762b6e03468dc986368e91f8e040cb1 c2f93df0898deab1c9d622eb10c346ea022b5455 c85da45f33cc55d24b50ce747eea61d911da9c47 cc112912fb5ea85a029dff71907b59211c283c41 d0af4c63362519eec45aff60abfbefddca1c4c3f Package: ros-jazzy-rmf-door-msgs Version: 3.3.1-1noble.20260902.022036 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1086 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.20260902.022036_amd64.deb Size: 94516 SHA256: 14b8b4a85700e5a148355e13f65262fb54073e89d1939d12c831b129d8a41f24 SHA1: da4457605a1171e91116dea113a01544d839535c MD5sum: 4c5cbd472724d24fa7e5e5eb2d81c365 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.20260902.022036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 875 Depends: ros-jazzy-rmf-door-msgs (= 3.3.1-1noble.20260902.022036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-door-msgs/ros-jazzy-rmf-door-msgs-dbgsym_3.3.1-1noble.20260902.022036_amd64.deb Size: 698154 SHA256: 2b4ae9ca28e5f6a680375b2166f8a39a03bbf7bda97aedb283b9c95375f1f389 SHA1: a950b7a6b4e77d524e89d7b7bfb1ad34bd4f747d MD5sum: 9d8d2fc2aeba50d799d8cc37836352e1 Description: debug symbols for ros-jazzy-rmf-door-msgs Build-Ids: 044c96d9ce0d6be0023d37e9cadc6349ac147ad6 23a68db6eaed141ef10a0a72837984aeab9f524a 32e5bc63d0821d269a9179f49ca206ae5895b39a 492516bff1d7026fc930d1a46bb2a8bd369bbf9b 8c856ac458be741ab235b7ff1fadc08c9fa628cb 9fa944ce8f2087b5108bccf112e31579f477168d b774219c56eb0876c330cac36af3f1ad5e513de6 c50bbb16b2d6de839f77e291fb650f918cf18dd8 d925a55451aa6c1cf33fc4da80f5881643766d97 e2212e76ed68656e377a0879f099da4a99f0cbef ead399569da692929bbf38f66bc4b4b5e477df66 Package: ros-jazzy-rmf-fleet-adapter Version: 2.7.2-1noble.20260903.075707 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.20260903.075707_amd64.deb Size: 2803154 SHA256: b505b67ce3798898392ec24f41e7c6813c7c5dd1f9cbe90fbc7724d918865f5a SHA1: fdada32bb15cb8f28206a9109b5c149c4cfcbd88 MD5sum: e99b9452ff484ab2cceb8e816337b8ad 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.20260903.075707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 114583 Depends: ros-jazzy-rmf-fleet-adapter (= 2.7.2-1noble.20260903.075707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter/ros-jazzy-rmf-fleet-adapter-dbgsym_2.7.2-1noble.20260903.075707_amd64.deb Size: 99569770 SHA256: fad524b613bc5a376507743cc10f8eebc8c6142ff9092b7eab5881e7e58a0210 SHA1: a0f31bba3d17505a01eae0d7e0bff8a3cce27ef7 MD5sum: ecd74152caf5aa3edbfad4c3f7879e9f Description: debug symbols for ros-jazzy-rmf-fleet-adapter Build-Ids: 1ad178e7ba403c513d865e61b17846141e9d3263 1f24ed25063c09b31939955e9fc22ccc5f85b09b 3343f55f9838dcabc623b2b1e648ed6778dec0f8 387761670a7b3fb6f33169a75bf3e034e497daa9 658d9abfe8dd1ce79011dd5c8bcea0c365a98b1e 71a0e827887f351961d5dcb6154df2bad9eee4bd 79ab4a19cb8dd2763411d82b3271829c00dfd264 7f9f5fa223ff27338215e3966196ba44c3c98b19 a0da3f47c467942b94c0ee155306d3931e237e8f b59d59bc9f0b6ef6706d19e7c1f806652d81e06a d8a74ddecbded375d282f101e3d3d1c36ac9191a ed3193c7df43af351f1664afbbdb01818d01a1e7 ee96d16ace718255f5ffc3c84639f50a879de1ce ef14cd07880b2b6cb0915ea7e384db6c1aec3960 f0a9b81c28dabce8b33b79c8c97c8357f73409da febc5141bbd2f6af22068b0355a474b3486e6628 Package: ros-jazzy-rmf-fleet-adapter-python Version: 2.7.2-1noble.20260903.090804 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.20260903.090804_amd64.deb Size: 365948 SHA256: 4e0f4a072588dfd3c7aecbdafda9c7757b94adacd08a5d143bb8437e13155f59 SHA1: ae552b1497a331087a2eb9e6c3d67a9fec766d5c MD5sum: 3bac188d1c2894e19c3e4ecdc8427429 Description: Python bindings for the rmf_fleet_adapter Package: ros-jazzy-rmf-fleet-msgs Version: 3.3.1-1noble.20260902.022047 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4786 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.20260902.022047_amd64.deb Size: 338162 SHA256: 6254bc2c0dd9eaec814580b3ccccc6909eddce2e68735edc9e369bd6f7b37a3f SHA1: fee30dfa5a6dbaabfd048e66e5d967fad243736b MD5sum: abc1b1ad4e30f8234686a0f0b5d22728 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.20260902.022047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4053 Depends: ros-jazzy-rmf-fleet-msgs (= 3.3.1-1noble.20260902.022047) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-msgs/ros-jazzy-rmf-fleet-msgs-dbgsym_3.3.1-1noble.20260902.022047_amd64.deb Size: 3390544 SHA256: a9d2f8dae822db8c5a1955e775b94b4d62792d87db145e22281a213b12c63700 SHA1: 8cf0314c6474da426fa8417e6bdd6f9dce6da21b MD5sum: ad466ef1ba98386511a2b36e37005e07 Description: debug symbols for ros-jazzy-rmf-fleet-msgs Build-Ids: 3378fb2895cae9d877f88d0b841002d07b9f22bd 33f951d1060a3e033d6c0cda091eea27f37f75aa 340ca03911a6ae61e7280ec054f930c41dae1251 3f7e6e8d449c6fdf6ec2e150ffc65298fcd745e8 4fd1df0d9363626de48c44558a74bc431e3c18d5 561d6756deebfe0709b9155edf1c4081c14db396 849209979585c8f486a545c547c358b6f4b3245d 9cd0d22e4d13a0ef290df72b9126f128124c6081 9d9a2a1669678da418a0ead150aaa0b1c96c8083 d3dd1bb386d92009726e4bbceaaa2913819c5366 e1006f8f0d17d6ae06ff5fee36da8bd96657b6e7 Package: ros-jazzy-rmf-ingestor-msgs Version: 3.3.1-1noble.20260902.042518 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-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.20260902.042518_amd64.deb Size: 87160 SHA256: bce9ae9837b91e8201f39739536f05222e407912a8d368d83a52fbcd9676adaa SHA1: 73478dfbac7a1b1b689e645f8183ab95e4079d95 MD5sum: 2c9921112a0f6c33f2357b72940e293f 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.20260902.042518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 706 Depends: ros-jazzy-rmf-ingestor-msgs (= 3.3.1-1noble.20260902.042518) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-ingestor-msgs/ros-jazzy-rmf-ingestor-msgs-dbgsym_3.3.1-1noble.20260902.042518_amd64.deb Size: 557138 SHA256: b9a999bf40f05289f5aaf031b7c5ef48c83ab061ed169ba86bcea0fe8a891b2a SHA1: 50c826b7788cc81b5484fe8676b2af1719036264 MD5sum: e97def9e9665c8c453fd6289b63e5b44 Description: debug symbols for ros-jazzy-rmf-ingestor-msgs Build-Ids: 06a1155db685df951d19b507d61c09439d90a26d 416f20e456911c89deb3dc7c9836f214f85c4afe 68aa44af40ea88f4d51e169463bbbbd8a9ee0b14 7e3125e51be86e48ec6d351ab33ea74958b0c888 9b327a75d49ea269a84ecc2723881aef512c4fb7 9f3f94bdb1ccdb4eb1ddb5542e1d12aac177ecc7 b5648784be23a198f6f5d0af5bcb9a667b8d5688 b9a5e4fbdf2ad7dbc89f8d0d7523f182be2b3111 ba7999448cf41ed23dafd081921f2987a5769f82 c5bf8a6ba92d6e9f857904d0c1dcec8a9c964ba1 e49c54a3c09879b4b712a4436bed972a0fc00be8 Package: ros-jazzy-rmf-lift-msgs Version: 3.3.1-1noble.20260902.022050 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-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.20260902.022050_amd64.deb Size: 72688 SHA256: e5d024ce3fb30b512e4b6f212017e0d67e9f926ac279c91561b6de8cc891edee SHA1: 9c915dadc4cbc445aabfd7bcd47b8e5b8dd998dd MD5sum: 0b52536655eb1cb059abcf597a89c5e0 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.20260902.022050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 494 Depends: ros-jazzy-rmf-lift-msgs (= 3.3.1-1noble.20260902.022050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-lift-msgs/ros-jazzy-rmf-lift-msgs-dbgsym_3.3.1-1noble.20260902.022050_amd64.deb Size: 382470 SHA256: 524f54d1373fe993932b6fa098a1c13996c3d82faef4bf439b09ddafac37d937 SHA1: e3d3bd1dab3a3a5c63a43632a795c22d1df8a4e0 MD5sum: fc36bec5d1295aab69acaa44dabd92c2 Description: debug symbols for ros-jazzy-rmf-lift-msgs Build-Ids: 05294e31466a9c4f88877b638ae6253e679fda0f 27d7ad6d566e0aacc7ed2b448d823acf838b08f7 36e7d35ea3198363ebd3a4dae8d0c2facbeb22f5 62c121786555c6cfd6a0fa62af3f41c3eecb7c50 64d32b36a03e4c45f59912a31b11bb3342b03be1 6f5bc74279af6ae207f17e568d9e965681ea498b 8ec73b9a2ddf42f228c877bf3065cb32c2af4868 9bfdbbcc2f49607e53e10f0615669936344f0a57 dfc2396e528f99e142f545b9d023f721a1766c29 fc97c7b43a92177bdf58ccb0d3b225207be72773 ff79cd0125e6bf282ed00c85c79fe511e80f1dda Package: ros-jazzy-rmf-obstacle-msgs Version: 3.3.1-1noble.20260902.041513 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-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.20260902.041513_amd64.deb Size: 83494 SHA256: 78b7ddd14cb017ad8ec400e542dd3a15644f4daa5db946f7470eddcfb5c3d90f SHA1: 6b173b623e0644b4a38df79dedeaab87078724f8 MD5sum: d6b71b13ebd945c0141142ebcda387f9 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.20260902.041513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 625 Depends: ros-jazzy-rmf-obstacle-msgs (= 3.3.1-1noble.20260902.041513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-obstacle-msgs/ros-jazzy-rmf-obstacle-msgs-dbgsym_3.3.1-1noble.20260902.041513_amd64.deb Size: 488078 SHA256: 301dc490cd3ecc5ae0b4ca4b2a61597a18d6a2fe75ca554304713819369bc3c8 SHA1: 3257bc7754d75954165ad8dd43a4bec827b1b65e MD5sum: 60b5198aaeb8ac17bb60a5357abbbd15 Description: debug symbols for ros-jazzy-rmf-obstacle-msgs Build-Ids: 36836d94a358dedcf48f0fa78dbb5b7f72e6c75e 7b3444c4fba1c8026512dfd6760a1525afc88904 84b7990ccfd7ae9fa48e24150315cc99092ed494 8577082486be19a319e167169cba2cf585b45d06 9f135772a0a14098262c7aae24079e3aab1c218b a1bcc5068b91fb41146a61a1bcfe0fee3dc2b3fb a5d4aefb3f51bd9dda446cdaf96d487c0c1f9fdd b232540db51353be15980e0b18f65ca5a077a1e1 f2c2647553d66df1ae6910444daa6017bbd5ffab f369da3c7b24048c60a3ddc4fc7f425852d6438e fcf000eac627bbb3c4d20e0d51ddcb83943de283 Package: ros-jazzy-rmf-robot-sim-common Version: 2.3.3-1noble.20260903.022241 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.20260903.022241_amd64.deb Size: 453532 SHA256: e0c46adc8518bca0fb5fc2456109a614f4bd2ef4fbed1512e30bfedba362d56f SHA1: cf4bfaf8f0dc1038ab539394b58155ca306f3e51 MD5sum: c26124d9bc06a64eb89612260ec06524 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.20260903.022241 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.20260903.022241) 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.20260903.022241_amd64.deb Size: 13740838 SHA256: f947be9338e6b3017b33467e86a3ec10db69f31354b4ea0acc7e2425564976bc SHA1: 171b0e6e324ffd2ab63a7ce457701f4d0fc4445c MD5sum: b4722ad0ced621d314ecad831eebfe6b Description: debug symbols for ros-jazzy-rmf-robot-sim-common Build-Ids: 4c9fdfcaa77ff75a617dcb9b127fce9c716acfcf 6ed6da898da2496fbc8de5f79d8949566b981902 dc15a436a2447a503479e7e1dddd687f26e58924 ef98980198df9197de59a1a2de18f8d0b94f1010 f2da74e14be9e05883c6476c23d8abf9e9b34a10 Package: ros-jazzy-rmf-robot-sim-gz-plugins Version: 2.3.3-1noble.20260905.085721 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.20260905.085721_amd64.deb Size: 278290 SHA256: aac34b29f6e81908693d859e4d9a040a69a62ec508c80adc21f75c86b8113e38 SHA1: 79541a0da697a266688ce146e92f7975cf84a6d5 MD5sum: dd2f199da8345a7f4161fdcb38dce40d 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.20260905.085721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9387 Depends: ros-jazzy-rmf-robot-sim-gz-plugins (= 2.3.3-1noble.20260905.085721) 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.20260905.085721_amd64.deb Size: 8938878 SHA256: afddd5021f130d6f4a63cff97e7cd8c8e61d500bd28b24607009588218295ca5 SHA1: 709c8062303c6f38eb24199e56c02b597fcc37b1 MD5sum: 17cd20de212555039835dbe0af8aab99 Description: debug symbols for ros-jazzy-rmf-robot-sim-gz-plugins Build-Ids: 062c9d8a276a38f54f952c400d6d48a32d5975c0 0f000df1705c48a3d4312c02170fa63aef547070 64e184d7b0b0cbdad9ca640506aac85f4858742b b3c3f09ce9213f4a78e78dce91299db24dc9bd7f fc28e36076792c47e13be5aa6dbf4e09704cc038 Package: ros-jazzy-rmf-scheduler-msgs Version: 3.3.1-1noble.20260902.022055 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4908 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.20260902.022055_amd64.deb Size: 316404 SHA256: ae25f5b9c3d129190a42f40fb33a0b969866e1501169738bcac73e69b4e88520 SHA1: 799d0b0736fc8294ab4ea08cd351bc9ed918b168 MD5sum: 96e4bdcd0b58b9a8378e82f4ac8231cb 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.20260902.022055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 3861 Depends: ros-jazzy-rmf-scheduler-msgs (= 3.3.1-1noble.20260902.022055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-scheduler-msgs/ros-jazzy-rmf-scheduler-msgs-dbgsym_3.3.1-1noble.20260902.022055_amd64.deb Size: 3132162 SHA256: 188c0e9b3e88e445f7757c1a57155f156657e4eb9dc67f92645946e66149aed3 SHA1: 3f510aba669115a26eebaf0875f0a07941598f71 MD5sum: c77e90d67faf542d4d78dd8df94b9c0f Description: debug symbols for ros-jazzy-rmf-scheduler-msgs Build-Ids: 0643053a24d2742d8a265d2bf128a7010e09d794 067b43cd14a3fc8b8001916688bc33b879ca6140 26701315991f3e51db8256827c5bd67a3a508b8e 4c9e4bd35aacbf99b0a0423548b2eaeb403b08ab 5e0d108c69677036fba6044d87167b4b4d41b592 6cb04458a117b76ff7a1238aed14e99c63f9ab63 83c19295a3c479744ca5ea057084a94f00d18583 873f056825f139d4637214b9bab7684d4ddcf130 8f7a9b5d7b63844f960b1a7a37dff4fc82206750 9151bcf31ac43f9abbdf86d2ad9b5628f3c351e0 f33b1c8e756b671577fdf9d35e89f820a23051e3 Package: ros-jazzy-rmf-site-map-msgs Version: 3.3.1-1noble.20260902.022115 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 445 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.20260902.022115_amd64.deb Size: 46076 SHA256: 36d8064e3e664a8319344382ecbd288d9eefb103fdcf37f800ada490f60b895b SHA1: dd89787c7920f2c1464992aac4091be727fe7cef MD5sum: 4ccacbda1d020416d1e601c57bb840f6 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.20260902.022115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 280 Depends: ros-jazzy-rmf-site-map-msgs (= 3.3.1-1noble.20260902.022115) 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.20260902.022115_amd64.deb Size: 192996 SHA256: 4cb794923598b87ecff586619f2c312a63fa5c93867eb38ecca92e73a1b6a503 SHA1: 08b18f53832dd25e87edd3cdd6f7216643fc7e66 MD5sum: 4c177ae691f3aeb15dbbf057702c3146 Description: debug symbols for ros-jazzy-rmf-site-map-msgs Build-Ids: 016e9476a04a6e3014828d4b4372fba545b0ecb8 0b05da92ce7263de7c22e37d2f22dbb76091deef 42ce573ff5d7c02258a191940c6f8b462ab5b59d 5c1e68d405f8305db03b832d43da9c919a436433 6c77e765c5395427d32397ff0f736367340aa7a9 6f302fbdbac246a7d22e5908756b40964487a376 71ff1e9406cd5faf3821c4ea98b67a8b02dbc6aa 9e7e7e261a59bad01c0359a587b9d4f1282e2d47 b6ec32944d25be973698f289eb821e6bc2dc2391 d44de506d88276bb9944c516ffc6013db1b33469 ef6d1d182a1a5a027656dd111e7b43e9cd3208c4 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.20260902.043629 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5641 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.20260902.043629_amd64.deb Size: 389626 SHA256: 47e92f4c0f8c21c1ec67908d3a23b39c7f9dd2e5791e6aa469e93bd65c1da3fd SHA1: 5bb853ce6c9c70fc9ad7a1375ece0e26a323f2ed MD5sum: 3ea9afab96466db8a14c79cb6d478aca 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.20260902.043629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4754 Depends: ros-jazzy-rmf-task-msgs (= 3.3.1-1noble.20260902.043629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-msgs/ros-jazzy-rmf-task-msgs-dbgsym_3.3.1-1noble.20260902.043629_amd64.deb Size: 3970724 SHA256: 51ea0fa690cb48eba7578f9393a73a5caa9530f168a487ed77ab07f5109c6db5 SHA1: 6abb6167d7040f579e35331578c5a99ff10a4cf7 MD5sum: 33fc0fe938ff14381d64096d1164b6e1 Description: debug symbols for ros-jazzy-rmf-task-msgs Build-Ids: 0f98a019eb3bf787c2f912593e8ac2de2f200fe5 152f0b9e8925d02c679920646256fc2e93bb6519 2361caa6d56c833de55508954e753433bff68720 25947fe38c5931ee839223bae6fb2b02e349a87f 38d6c5d386b48f66a3b96ba120eeeeacaf97167f 7d0b9562b8a3e80465ad39b80b83d22fb9f9f294 90e1032847c09c01cde746e3b11582b358608aa6 9c38091ef3a0f38f000036220eb77087be425e72 d9ab459c316c728fdba1c4550fcf7655ab72a1d9 f12906230e16e17db6aeeea4ce6506724ce96949 fffbfb6ac7f8a117d6a01e5c2c15c8caef06dc38 Package: ros-jazzy-rmf-task-ros2 Version: 2.7.2-1noble.20260903.070143 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.20260903.070143_amd64.deb Size: 366086 SHA256: de483584327763aaf76ab833fa2c423c11dc5c507a8ff932f231ec4d40e92b45 SHA1: 882e7837f6da981ee28e5830909d86a342705a36 MD5sum: 4fb21fdb24b674db6a279df4e415ad1b 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.20260903.070143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9311 Depends: ros-jazzy-rmf-task-ros2 (= 2.7.2-1noble.20260903.070143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-ros2/ros-jazzy-rmf-task-ros2-dbgsym_2.7.2-1noble.20260903.070143_amd64.deb Size: 8019444 SHA256: ab63281c3687ec9abb3b73abbd682e0d8469cb1701ec5e0abbcd0729e377b2fd SHA1: 0e94e626a865f85b7dff4ae0712ff4a6313c99d7 MD5sum: 56ad2e281e8e6367179797af3bfa16b3 Description: debug symbols for ros-jazzy-rmf-task-ros2 Build-Ids: 2a3fe8979627007140a3a2dafe6b1031dd5491fb 597bde538023eb3e867ac6606711ea5647f1e186 fdb47ce8044114781ef747bc3ffe4a9965a836dd 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.20260905.072936 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.20260905.072936_amd64.deb Size: 189276 SHA256: c6ba03f703240e4b606b5ae447c5217f77d0f61bb176b943798dd7a1d37c6c8d SHA1: 5422e4d6eb6b68dbb62df93219ea65ea8133c634 MD5sum: fd2de8af8049a39ab59c0b2637c3d9d7 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.20260902.041552 Architecture: amd64 Maintainer: Grey Installed-Size: 10760 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.20260902.041552_amd64.deb Size: 681952 SHA256: 68d6eddd70007ba7a1e864870bc0806c25e9cf595c011fb1f63655b9a35b27dc SHA1: a9b7fe83cd61f38e6f3aeec17695a3fab41b709b MD5sum: 5e43f0e7e9e04ff6c7bd6de713f384c7 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.20260902.041552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9343 Depends: ros-jazzy-rmf-traffic-msgs (= 3.3.1-1noble.20260902.041552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-msgs/ros-jazzy-rmf-traffic-msgs-dbgsym_3.3.1-1noble.20260902.041552_amd64.deb Size: 7848000 SHA256: e06732fbdd0c0783a430effbec30133271e15c50c53b79fdf5d8523f766f79d9 SHA1: 0307324244fcc5be028e394feb849968e1ce4446 MD5sum: 31641b36706f24263ee1efbde1d4a557 Description: debug symbols for ros-jazzy-rmf-traffic-msgs Build-Ids: 0b76a68ed7dc7967d70d4483be88289c00384453 0f2f921f13f5ba78e9a1d53c51e54c9684ce39d9 27da8988e9e55b90e6caff9b0cdd269c8de41925 357a0bcb7e18fe9f80dbaa5ab0ff8e49bb7895c0 4d7c786db2a294bb8f3d379b2218ff3e14b90841 4f0419e228c62d66387d4988cb3740a652f6871d 51218047b35556ae3d46a59839de633c810d0a1f 57d976263b4e4b53fe384bc686f14b5555a2c5ba bcf257118e5afbf683bb7336158df6e23bd0e66f f3dbaf9a530f236ed44b1b1aa3864414c0a34602 fd9d152a81550bd476ed8c233100d0cc6949076d Package: ros-jazzy-rmf-traffic-ros2 Version: 2.7.2-1noble.20260902.061355 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.20260902.061355_amd64.deb Size: 1048170 SHA256: 631d5a035855e41054114fbba68e8003c66d798b31b0afa30d89431923468979 SHA1: f6b42f7a3eeb81957a8f7fcc8e894ae13a43b1f5 MD5sum: 0f8187a17f51a0d19561ae2cf2c6be27 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.20260902.061355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38315 Depends: ros-jazzy-rmf-traffic-ros2 (= 2.7.2-1noble.20260902.061355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-ros2/ros-jazzy-rmf-traffic-ros2-dbgsym_2.7.2-1noble.20260902.061355_amd64.deb Size: 31280018 SHA256: 45e3abf9523321b6cdd7315c2a7723744675195aebf6eabe173024f3c3a3f56c SHA1: f2d2976906907f1aab4369d76c300c5cdbe5b6b7 MD5sum: f4cffdb28ba9bb70fdb332cb3d2fbb7a Description: debug symbols for ros-jazzy-rmf-traffic-ros2 Build-Ids: 6c3743fdc05cf43fe11e6bb19c566183c944aa7d 7f1d62f4e43e0dfbe4d311650751a5a630828090 8852545d1a90633af90c4d9ad9186956785e3eb1 bd81e6e291ed43191481634e4ae2de2b3ab3e81c febbb0d741907d02424dd7e758cbb8e5415174c4 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.20260905.072410 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.20260905.072410_amd64.deb Size: 6860 SHA256: 35de4b7d1e3daa5a783be5f8081fd61f759cd7cdd7c1fd3927d6a03010dd8cce SHA1: 4a1e4e0a4874b2375726fa29b57322f43eef71a1 MD5sum: e869b6e3d0a18acbdd25fe8d12ee1b33 Description: Package containing a single launch file to bringup various visualizations Package: ros-jazzy-rmf-visualization-building-systems Version: 2.3.2-1noble.20260902.042511 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.20260902.042511_amd64.deb Size: 12490 SHA256: dad93efb4216549fa92f38bfe957b271f5500d8f843dc8e737a8bda2f3a19954 SHA1: b1d41db68242feb1ce30747d2b8e18a9962ad818 MD5sum: c3ffb89f8924d435905c08450f2e0d48 Description: A visualizer for doors and lifts Package: ros-jazzy-rmf-visualization-fleet-states Version: 2.3.2-1noble.20260903.070236 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.20260903.070236_amd64.deb Size: 151336 SHA256: 8efa64e13412e801c33e7143a4d1120d4ca5ba07e7cc619ec20efff0b1627479 SHA1: 8c4a5bc643222bb78cfec617fbf7c831984526da MD5sum: 15fd4653686e0b40de2cef44d800fc40 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.20260903.070236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3681 Depends: ros-jazzy-rmf-visualization-fleet-states (= 2.3.2-1noble.20260903.070236) 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.20260903.070236_amd64.deb Size: 3086040 SHA256: d6df4c38a6e54989b375983c5489880cb06c34520cf014b93542bdaaa1b94ead SHA1: a14db9e3a34d898ae7249516700c925706d484c9 MD5sum: 2461f4dfaf7da1723570dd257d7708e3 Description: debug symbols for ros-jazzy-rmf-visualization-fleet-states Build-Ids: b8847684fcd8f349846eb417948fdb15b3d1de8c ef1ccf7dc175b502446a6af75b28e6d22877abc6 Package: ros-jazzy-rmf-visualization-floorplans Version: 2.3.2-1noble.20260903.070225 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.20260903.070225_amd64.deb Size: 150932 SHA256: 28a5bd456cc317982ce81ff2fca281d19418f0a8569d494f3a81f1e1f46b931e SHA1: 7e41bd32864f2a2fc7fdc3f608287b2703537aaa MD5sum: be7324b54983d1d6512156198426743b 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.20260903.070225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3895 Depends: ros-jazzy-rmf-visualization-floorplans (= 2.3.2-1noble.20260903.070225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-floorplans/ros-jazzy-rmf-visualization-floorplans-dbgsym_2.3.2-1noble.20260903.070225_amd64.deb Size: 3305464 SHA256: 8bb9a15b30582710cdc2e784c2139320c58dabe24203ce562ae2ae8090e1920b SHA1: 1d02f59b86b521742da9e2a4c59f912402616c0e MD5sum: 4cb140650140a2577742c77fdb21e00d Description: debug symbols for ros-jazzy-rmf-visualization-floorplans Build-Ids: 813542841b62aa1c4a8cb3f282cbf671571d7fa2 b33f5b58807a17a0c1342739ef8fd39b550c740a Package: ros-jazzy-rmf-visualization-msgs Version: 1.4.1-1noble.20260902.022125 Architecture: amd64 Maintainer: yadu Installed-Size: 441 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.20260902.022125_amd64.deb Size: 42836 SHA256: 816b7d86f678326a8e61e0389e4bf576fbe6d32f46d00ad9664a39b9237cfdf2 SHA1: 96694ca02dbb7c491a3f55efd455e98a000ee934 MD5sum: f1439193fcfb9a376e18127b26858250 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.20260902.022125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 271 Depends: ros-jazzy-rmf-visualization-msgs (= 1.4.1-1noble.20260902.022125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-msgs/ros-jazzy-rmf-visualization-msgs-dbgsym_1.4.1-1noble.20260902.022125_amd64.deb Size: 184874 SHA256: 6ebf1f688a710a3505327f532856dbc78c7eff1cf02ec97673b79dd553363f89 SHA1: 0133eb2110dd16bed966bb6a603c193dc232d927 MD5sum: 47ce8728e5bf6d06cfba0eea0447e6f6 Description: debug symbols for ros-jazzy-rmf-visualization-msgs Build-Ids: 52576b00c5f36bcfe1c82f0e81989c7985ad8283 5503af1ef14984fff03ac7b248b5064b227bc268 6e07bca44e6c3307eb95fc09588fffcbe68138af 8519bcc55c43c0d608534435de40286c16824051 8527d37bc004862419ab7c97faaca1cd3a9c127d 93b387ea66e4e46eeb068a7f8ebbd6253c7a7438 961a30506b05fb33985f2752e87a7af8d308e469 9bb9b07a3206d5b91d4456cd74c4e1041fe35f58 d0e9696763b06dab3a67d142917f955c5b59c3e1 d414a6ba90c5d1fc7a7354a7bfbd51a36c77b3b5 ea53fe509f4d3a511313886913ff82fb782c1786 Package: ros-jazzy-rmf-visualization-navgraphs Version: 2.3.2-1noble.20260902.064325 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.20260902.064325_amd64.deb Size: 189682 SHA256: 69ae4834399a6310a4509d021b1dbbad5b8d4a76b1e04a043faf0b083a4bb55a SHA1: 28baf6d47563a96b2d01a94316909ba94ff820f9 MD5sum: 017ff3e72f2988ab68084ed7b97b02b5 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.20260902.064325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5006 Depends: ros-jazzy-rmf-visualization-navgraphs (= 2.3.2-1noble.20260902.064325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-navgraphs/ros-jazzy-rmf-visualization-navgraphs-dbgsym_2.3.2-1noble.20260902.064325_amd64.deb Size: 4158104 SHA256: 638e72949424223f71384e45ebb8fe52c8e406847d1b48df734cd46871d9bdb9 SHA1: c1896f4f75e6b8122e72be73f75d56b2b090b9f4 MD5sum: 15bf23c4e4c919ed5fcadac0c7313619 Description: debug symbols for ros-jazzy-rmf-visualization-navgraphs Build-Ids: 5284b7cb08357ed40e39458dcbe342cd5d6f941d bb7294c3432cf0d1af410b3f6696ee88fad0fbc1 Package: ros-jazzy-rmf-visualization-obstacles Version: 2.3.2-1noble.20260903.070229 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.20260903.070229_amd64.deb Size: 149400 SHA256: 9dceda759091c3da108bae88864cb597c39f866023dc3501af444d292b6f7b90 SHA1: def6fe8de0e24019842a38c3056bfa600103edd3 MD5sum: 945f0e680e6dbe8789e61cea34e43131 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.20260903.070229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3615 Depends: ros-jazzy-rmf-visualization-obstacles (= 2.3.2-1noble.20260903.070229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-obstacles/ros-jazzy-rmf-visualization-obstacles-dbgsym_2.3.2-1noble.20260903.070229_amd64.deb Size: 3022458 SHA256: 50aa52418a1c18fc4ed747dd5c630a77137dc79bf1239eaa21d706cd7e4d1604 SHA1: b8469ba288a2972787d28ce39b6de3e95a38b19f MD5sum: 65d51db7e62f34df3ac665c541913790 Description: debug symbols for ros-jazzy-rmf-visualization-obstacles Build-Ids: 28d2ede6b53f536663d1d661b88332edb5b2ab12 6c7f7db3534ebe8f1ed15fc058e80408c6603306 Package: ros-jazzy-rmf-visualization-rviz2-plugins Version: 2.3.2-1noble.20260905.070240 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.20260905.070240_amd64.deb Size: 254660 SHA256: d5cb3ae2ff05f986c02f346704e5b174bc20d62aa5ade416090cd7ba4a851c0c SHA1: 2767b58ad71a548add0610920c8fb95c4f56a921 MD5sum: e12329177d2385ca4817039feeaacfd5 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.20260905.070240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7574 Depends: ros-jazzy-rmf-visualization-rviz2-plugins (= 2.3.2-1noble.20260905.070240) 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.20260905.070240_amd64.deb Size: 6414116 SHA256: 5d8923c5265533ae3c81761fef1ad8ebb8fb692673587927ea01e79cda545c4f SHA1: 97868098b51542e9c357e548dcac027ca2f904ec MD5sum: 5a859c4e8f06acde99d869e07be00b09 Description: debug symbols for ros-jazzy-rmf-visualization-rviz2-plugins Build-Ids: fb35f3d9f777e859ebf04f28cf2ad1d474a161b2 Package: ros-jazzy-rmf-visualization-schedule Version: 2.3.2-1noble.20260902.064311 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.20260902.064311_amd64.deb Size: 621956 SHA256: 1c467ecb8ab67c49be5cdc664a8722dca8fce211dbc94a25d4c02696aeb1fb0a SHA1: b4729dabf7df3bf583ff84be40709e9a48bba862 MD5sum: 34d5d58a600684bf2bf785072d2688c0 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.20260902.064311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9892 Depends: ros-jazzy-rmf-visualization-schedule (= 2.3.2-1noble.20260902.064311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-schedule/ros-jazzy-rmf-visualization-schedule-dbgsym_2.3.2-1noble.20260902.064311_amd64.deb Size: 8700156 SHA256: dfc11d5fc404c2fc1e648ead4bffd9a270a4433a22190322eec0148726270535 SHA1: 54ff9c8f87a1afe602a026296dfe87105d65f404 MD5sum: dc15550f82543fa4d3afe2564bf1ca37 Description: debug symbols for ros-jazzy-rmf-visualization-schedule Build-Ids: 491b76053c6ac2d197c196dd143696fb544b55ad 939f5cc62e84861a393e87b31c810fa3c5166f7c ae02315ec1a839ec9a2ca2d873deaaa34116d6d1 e8a184052274304257611af807da2d44e1e3c4e7 Package: ros-jazzy-rmf-websocket Version: 2.7.2-1noble.20260902.083506 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.20260902.083506_amd64.deb Size: 281414 SHA256: c25a2b5c82ec0d591e5367b318809b316c4c5d4e83fdf23639519fb2afc1192e SHA1: 95e2def6d3106e6034b69331d3ee4a2e0690f046 MD5sum: eed174da725039bd7e12784a256553c0 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.20260902.083506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4816 Depends: ros-jazzy-rmf-websocket (= 2.7.2-1noble.20260902.083506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-websocket/ros-jazzy-rmf-websocket-dbgsym_2.7.2-1noble.20260902.083506_amd64.deb Size: 4388386 SHA256: 61d4c40cf6b39aa144c50d74f9a50bf3c617bae625731c3913171e9af029eeaf SHA1: 53b5dad1e9615b56a2e00281d4974e541c24a8f4 MD5sum: 16d2abb88bed5655bac9b607f04adf17 Description: debug symbols for ros-jazzy-rmf-websocket Build-Ids: fcffa6beba882f54ecd50bc3b3f9666e71c79495 Package: ros-jazzy-rmf-workcell-msgs Version: 3.3.1-1noble.20260902.022148 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-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.20260902.022148_amd64.deb Size: 104394 SHA256: 78e344c0991c450bf3b6ce92a7476cd65d26e60054b415019527dedfea9d4f99 SHA1: 387beafeae8bb237c356b06ba9144c870e658257 MD5sum: 36dc0f1f931cfc3adcb2f249ec97e005 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.20260902.022148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 980 Depends: ros-jazzy-rmf-workcell-msgs (= 3.3.1-1noble.20260902.022148) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-workcell-msgs/ros-jazzy-rmf-workcell-msgs-dbgsym_3.3.1-1noble.20260902.022148_amd64.deb Size: 795040 SHA256: b7c204751b27ab50f9714d7ae3ba16449571457e7e28cd39b0a1f8b430c613bd SHA1: 6299b57a9d875bb44992fc31c5349fae7bc318a4 MD5sum: 208ccb2cdaab41ab19ea846dcbdbb69a Description: debug symbols for ros-jazzy-rmf-workcell-msgs Build-Ids: 11d67fd13ed2c82d23b424314b548cf2e2580abf 34b5fc77640c4f322a3daaa3afd136b44393fa67 3f6ad1bada238e091cf654b64abe6e01244cd052 6f93aed42a3f80d9cd08851d8a51f565a8764126 737b03741c5288967c98952eb386baed84b07129 9b125c11dcc11758ff1ed7ac3bad13c61b6d9fc6 9e4377d168fe2d2d4a6f90d36d79b283c94b4c2a a7f8b0113a80f37d279b9c29e46ed43ad47824f5 b61f2019f1e8066352f1385b778490ce16d279bc d1dae5c87a890160e40ccda31fc8a0f740119d0e f0092e2c9aa5fa0ce9b3b536892db9954e6fb898 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.20260902.041454 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.20260902.041454_amd64.deb Size: 16926 SHA256: 58ed79387e68a7f7231eaabd125761985b4b6843d4fcb1cb87729a1c0c379a45 SHA1: c298a6f092ffde0bb91f15de313453821f2a7975 MD5sum: c043f6e4e554d57efdb4b202caafd689 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-jazzy-rmw-connextdds-common Version: 0.22.3-1noble.20260902.041118 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.20260902.041118_amd64.deb Size: 259432 SHA256: f29a6d5c1a4f6e9966d40eb9e344d86914e7fcd89ad8931dae37fc007b3cc48b SHA1: a8b9a1be57127639274325d9763a2074ba70c241 MD5sum: a076b016655f86375322c7609a8cff4f 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.20260902.041118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3009 Depends: ros-jazzy-rmw-connextdds-common (= 0.22.3-1noble.20260902.041118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds-common/ros-jazzy-rmw-connextdds-common-dbgsym_0.22.3-1noble.20260902.041118_amd64.deb Size: 2791516 SHA256: 05ba99217e359ceb0e96c4631359ce17bb32ab413a3407c1aeefeb5cd0591b64 SHA1: fedef00704dac87514dc8073f3481de09eec235c MD5sum: e2412a91d43e646825e8b1a26cecaea6 Description: debug symbols for ros-jazzy-rmw-connextdds-common Build-Ids: 265a125a90cfca230741dd1f0a28effeb6995e64 Package: ros-jazzy-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-connextdds Version: 0.22.3-1noble.20260902.041454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-jazzy-rmw-connextdds (= 0.22.3-1noble.20260902.041454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds/ros-jazzy-rmw-connextdds-dbgsym_0.22.3-1noble.20260902.041454_amd64.deb Size: 101796 SHA256: 5c85429a2724f62c73eebd1e0e8d588e08d689530411a46946522b276552ecc1 SHA1: ad83c086329f828cbb2225b2cd6601390871152e MD5sum: c5567e401e5d2cc9f1bf5c74682e5fb0 Description: debug symbols for ros-jazzy-rmw-connextdds Build-Ids: 66e389344e8114041b5003427a02096387364999 Package: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.4-1noble.20260902.041134 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 Homepage: https://index.ros.org/p/rmw_cyclonedds_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp_2.2.4-1noble.20260902.041134_amd64.deb Size: 177110 SHA256: 220ab80b524789afb46875e68b4775467cb936ddd6a4a4c0717d0d8dd58fed3d SHA1: 1ec2aa54ed5148b8d806965b7c7da4b80f80cd42 MD5sum: 34c9d4aedd31f43cbe4faff688115f79 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.4-1noble.20260902.041134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 2199 Depends: ros-jazzy-rmw-cyclonedds-cpp (= 2.2.4-1noble.20260902.041134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp-dbgsym_2.2.4-1noble.20260902.041134_amd64.deb Size: 2076382 SHA256: 57556893e341d3142737fb0b018b5c1bf5178799e506f5b48d8d6d9971df2936 SHA1: 3fec96b3a0b7fa8c6cc2fe427c7f8ff0d9838955 MD5sum: 9070b10714e472d7942982df9e9f10ef Description: debug symbols for ros-jazzy-rmw-cyclonedds-cpp Build-Ids: 17b1a712202100047fba621b6dd986f7a87d6484 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.20260902.031038 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-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.20260902.031038_amd64.deb Size: 120960 SHA256: c0251c427926a24f9cd0ea9d6210526a3d8363b07f84b54535348e93600641b6 SHA1: a24ef0a8956382c755da050c64772c006badb7d4 MD5sum: b08ed0059bb040e90433e46a362a4988 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.20260902.031038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1247 Depends: ros-jazzy-rmw-dds-common (= 3.1.1-1noble.20260902.031038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-dds-common/ros-jazzy-rmw-dds-common-dbgsym_3.1.1-1noble.20260902.031038_amd64.deb Size: 1081288 SHA256: 422a5f439fc2a8285d48582b797c1605554850e4ebd7bc171c0f9175a17832e2 SHA1: 8e812d0324c92dce1478081d7868fb4abcbe0bc5 MD5sum: 91e5f99c44e59d9314f7290497c3acf8 Description: debug symbols for ros-jazzy-rmw-dds-common Build-Ids: 125ad85d474cc9e2f772fde95801501c5d0f6a5c 16e7d5c8d43a04b6c1846a00e3a0a2094928c241 1bfb749137ce724629b13227ebf75710f7094531 1e4947f43f6b9a3a1d94a410de01120df3a5744c 41d2a7270e0b378bf74bd54f55bf708154c51e47 68c244f6fc6fa0880b28fcd2b7e1720099ebe2b4 6e5c98b6c3f593fd3b214c70d602223622447f64 72fbdbc6278a3b01decc65251c9b997f61f98d48 8b237e041b278eea81dc14ad20dea0994cca9da3 9d6d1aab5c6275c4475259b5754be56420aa0afe c6d5fc2f88ed31e00144fe32db6160e47bc5c1c0 fdca7165bf02a0d3c27f40e2a84830abb9911eea Package: ros-jazzy-rmw-desert Version: 2.0.4-1noble.20260902.041121 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.20260902.041121_amd64.deb Size: 143724 SHA256: 6ffe84dc146a6e560b973c0311904a0ae0662da13f1abb560c4eb6cfd8625521 SHA1: 1325d213f96f45d071536459664c24985af82d6f MD5sum: 7661ad6d7bb5e108a89b60c56f7aae0e 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.20260902.041121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3249 Depends: ros-jazzy-rmw-desert (= 2.0.4-1noble.20260902.041121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert-dbgsym_2.0.4-1noble.20260902.041121_amd64.deb Size: 3154986 SHA256: 72c33ff7ba9dbbd2ef2bb5f43f6f59aaede6c89099c61d9ea23a4f06d9664c05 SHA1: 86215e8946434c52eac41a3838ed55e5d8b2beb1 MD5sum: d5acde4d2d19c573b772da6825d856bd Description: debug symbols for ros-jazzy-rmw-desert Build-Ids: f5ee6475cb11e4f535b8aa9ec12f8f587ca193db Package: ros-jazzy-rmw-fastrtps-cpp Version: 8.4.4-1noble.20260902.041916 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.20260902.041916_amd64.deb Size: 92018 SHA256: b4e18bfc7b746932cf0a18941b1cf9232b66bd0dfd6ff3a89744a68d83a98c0c SHA1: ea6ef5a7dd790226fee13dee85d9a4ef1a0d7627 MD5sum: 1fcc1960305d5f3d12709fcbef3c7cf3 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.20260902.041916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3174 Depends: ros-jazzy-rmw-fastrtps-cpp (= 8.4.4-1noble.20260902.041916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp-dbgsym_8.4.4-1noble.20260902.041916_amd64.deb Size: 2908918 SHA256: 4720226a06727b41b78f5d5043f656d854babdf728ab4778fb7b7913d6df9a90 SHA1: 7f3b0801f2cd673794388f8969bdb830496dcbca MD5sum: b93fe7ac04b7d9a24f8e0681d5eb0f3c Description: debug symbols for ros-jazzy-rmw-fastrtps-cpp Build-Ids: 5b69e825313965840a0268c6ba04c94dc06188fe Package: ros-jazzy-rmw-fastrtps-dynamic-cpp Version: 8.4.4-1noble.20260902.041921 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.20260902.041921_amd64.deb Size: 113990 SHA256: f6f7bcef7a62efcb864e355ea84e3964bf8c8b03040c32131dcdbb2cfc9b74fc SHA1: 549ed391b21cae2e7f85d9414040c46d40dbbe68 MD5sum: 6b01ffd78c6d4daa3bf566e54aac52d6 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.20260902.041921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3717 Depends: ros-jazzy-rmw-fastrtps-dynamic-cpp (= 8.4.4-1noble.20260902.041921) 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.20260902.041921_amd64.deb Size: 3399398 SHA256: 7f8c083394cae20e4bbcd2ecf1d7bc47a3b9860f7156432097e9c7fdb9ac7449 SHA1: 7a580aa050995d8539a1e63505b15860aa7e1a95 MD5sum: 25ac23de67c8c10334ec5a48d9d3b634 Description: debug symbols for ros-jazzy-rmw-fastrtps-dynamic-cpp Build-Ids: 52ef0f807d9db996e127dd2d8e4b8f6898f53a9d Package: ros-jazzy-rmw-fastrtps-shared-cpp Version: 8.4.4-1noble.20260902.041127 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.20260902.041127_amd64.deb Size: 171958 SHA256: d74ae8d210550ea2a86899e130f2f0301b5c6ae4b2c6c70a66e271c3fe734612 SHA1: 951444829f1a24de6e82e00c91c135d3a5a7e3b8 MD5sum: d8d2a1de560bba40cc6344833b0718ab 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.20260902.041127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6273 Depends: ros-jazzy-rmw-fastrtps-shared-cpp (= 8.4.4-1noble.20260902.041127) 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.20260902.041127_amd64.deb Size: 5804638 SHA256: ae5e01e4daa5fb4b639ffae231c32260efc5c5b2dee1fbb2a844bbae0a1439a0 SHA1: 21542e323b794e51da4cadf6f4bf535b095a89ca MD5sum: 62d746c2f579b3f0aca05d016041aa30 Description: debug symbols for ros-jazzy-rmw-fastrtps-shared-cpp Build-Ids: ce825906528ffaa0a125c8f2e794de9b50ef7d70 Package: ros-jazzy-rmw-gurumdds-cpp Version: 5.0.0-2noble.20260902.041137 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.20260902.041137_amd64.deb Size: 183580 SHA256: 17bf485e8409fcef59af5b42ec2ab7f9ca1af2eebc67798a261564b8aa7ef4aa SHA1: ea6076d41f1536e554b9becae00099520440e87c MD5sum: bdaaa0417d26ceccf5790112f21adce8 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.20260902.041137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 2293 Depends: ros-jazzy-rmw-gurumdds-cpp (= 5.0.0-2noble.20260902.041137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-gurumdds-cpp/ros-jazzy-rmw-gurumdds-cpp-dbgsym_5.0.0-2noble.20260902.041137_amd64.deb Size: 2176818 SHA256: 9f889a76641c10590b213ca4704ed952cb27abbe7978513dd3970e49acfec16b SHA1: d67b3a13f4805276574e2b5b166186787484c7a1 MD5sum: 92cc529a5e00db94c26b34f6b2636fc9 Description: debug symbols for ros-jazzy-rmw-gurumdds-cpp Build-Ids: a91a94910fc12df2ee4ababebf7f1eb91ac5d47e Package: ros-jazzy-rmw-implementation Version: 2.15.6-1noble.20260902.043425 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.20260902.043425_amd64.deb Size: 24516 SHA256: f58970a758b74a3998d8be863e1bb0bcdb991245784acaceba672c2df7a24d71 SHA1: f671c9cf63d18e9c33d1e534b058d2c074a880f2 MD5sum: 1bccd3f385ede3de66eb13f8c24cfc1c 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.20260902.043425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 124 Depends: ros-jazzy-rmw-implementation (= 2.15.6-1noble.20260902.043425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation/ros-jazzy-rmw-implementation-dbgsym_2.15.6-1noble.20260902.043425_amd64.deb Size: 100610 SHA256: af424156d8711bb353596d6dfa5dcb2353aece2ffc28a02339be129ca173c064 SHA1: 3fb7a68fac6595214e1f58577b36282dc05510b6 MD5sum: 7f1d72b5ed6aac7027a715060fcfc23b Description: debug symbols for ros-jazzy-rmw-implementation Build-Ids: 517c4593feb81e445c0c0e26fe518874b671509a Package: ros-jazzy-rmw-int2dds-cpp Version: 0.1.4-1noble.20260905.031851 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 525 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-int2dds-ffi-vendor, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, 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-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-int2dds-cpp/ros-jazzy-rmw-int2dds-cpp_0.1.4-1noble.20260905.031851_amd64.deb Size: 144174 SHA256: 8425f20ac65cdd6947e2d9df3997fafee501f3a432fc588293a8492c618eeadc SHA1: c16e48bfeeea041aab9f2012fe6742a798cd7622 MD5sum: 628eab039194a29cca85015bbbf6ede1 Description: ROS 2 middleware (RMW) implementation that binds the int2DDS DDS/RTPS middleware to the ROS 2 rmw interface. Package: ros-jazzy-rmw-int2dds-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-int2dds-cpp Version: 0.1.4-1noble.20260905.031851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2476 Depends: ros-jazzy-rmw-int2dds-cpp (= 0.1.4-1noble.20260905.031851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-int2dds-cpp/ros-jazzy-rmw-int2dds-cpp-dbgsym_0.1.4-1noble.20260905.031851_amd64.deb Size: 2343254 SHA256: e0b71a5475e10406fcffa8c0e2c50061e1130f130e5c0d450b8bd34a9ecc3686 SHA1: 86ccfff70cf6afc6586a3a65ee664dba967e3579 MD5sum: b9543cb366168b8d6f0ee5ef542d447a Description: debug symbols for ros-jazzy-rmw-int2dds-cpp Build-Ids: 1384e9827d6c0fa7057a91aae5eb967171acfae0 305db916ed947283e70beadc5e2ddda1331e6db0 a385fec82d7688492e0e6ef4fd3e5a467cf3587f df658e7280c7620c0fbb500bfed04795bc831381 Package: ros-jazzy-rmw-stats-shim Version: 0.2.3-1noble.20260902.034200 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.20260902.034200_amd64.deb Size: 28880 SHA256: e4a2ef8c98e78c2b66b58a8f828807490c94b66f9346a1f3a8aa212046d3600f SHA1: 9bccdb285ac0c9a3f4aa38c4a841f3d9d9f7e341 MD5sum: ab8f9aa4efc6b9b2cb199d4b9a4a3ee9 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.20260902.034200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 296 Depends: ros-jazzy-rmw-stats-shim (= 0.2.3-1noble.20260902.034200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-stats-shim/ros-jazzy-rmw-stats-shim-dbgsym_0.2.3-1noble.20260902.034200_amd64.deb Size: 277686 SHA256: dc4beb4033e778ab673a4367e0766355d6af302e74cfa8d1b2b99a1356f4b2b2 SHA1: 35ee26cdafc11be4f1ffea51fa1dd94bfc0275e6 MD5sum: c38618df01135981abcc1718d498aabb Description: debug symbols for ros-jazzy-rmw-stats-shim Build-Ids: 40176e9e248577a71b6706088fd008c2e09161ff Package: ros-jazzy-rmw-zenoh-cpp Version: 0.2.10-1noble.20260902.013525 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.20260902.013525_amd64.deb Size: 199984 SHA256: d340a987ea22f2e5e4185446b5388315d4509f9ccf96cc7fda8b382f906c7a8b SHA1: e31f366232c1afd2530c0b495b39eefcc3cdb13e MD5sum: 59169267efecfa5dc9ef528a795e93da 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.20260902.013525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5305 Depends: ros-jazzy-rmw-zenoh-cpp (= 0.2.10-1noble.20260902.013525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp-dbgsym_0.2.10-1noble.20260902.013525_amd64.deb Size: 5190058 SHA256: b1ee9bd93b6e2f09603859efb1b3378c31e457cfce315fe4c8ccc773d23715c7 SHA1: cded97870dcb92b6a17374729acd102411dd29a6 MD5sum: 106c12bcf770b00dbbe1327f8d7224d3 Description: debug symbols for ros-jazzy-rmw-zenoh-cpp Build-Ids: 0c33ccf52c0ec35c83f0af98766905152aa33609 b35bfea3fad33a6355b1e93f7b5eb49dff1c57e6 Package: ros-jazzy-roboplan Version: 0.6.1-1noble.20260826.093439 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.1-1noble.20260826.093439_amd64.deb Size: 491832 SHA256: f04af8f6214cf670f3ce35a15154b25c0176276d61a0bad46e3dacb807f4bbbc SHA1: 5bd6350a22f28d2914ad661b76847599194bce4b MD5sum: 94d84b1214ca7dff3423ce4af26ace71 Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-jazzy-roboplan-cartesian-planning Version: 0.6.1-1noble.20260828.185320 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.1-1noble.20260828.185320_amd64.deb Size: 108038 SHA256: 21463fdc0635379e69ff02584bda913706fe097674aa2af76606954817713ccd SHA1: 250d77868031c523ac2b29523fa017608670e13e MD5sum: 6c7686574b0a69744e1e05ad183bec40 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.1-1noble.20260828.185320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 5975 Depends: ros-jazzy-roboplan-cartesian-planning (= 0.6.1-1noble.20260828.185320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-cartesian-planning/ros-jazzy-roboplan-cartesian-planning-dbgsym_0.6.1-1noble.20260828.185320_amd64.deb Size: 5953218 SHA256: 1c20fe60f5c0eeb2e4b41729213c3975a736c47b0460b9f9a708f937e7343691 SHA1: 23b61a2977ba1ab1dca70374917e45c74b1d2ee2 MD5sum: 9ce3280bc6ed7d6eceffa05a9b37a20e Description: debug symbols for ros-jazzy-roboplan-cartesian-planning Build-Ids: 19afe7be3a9e631f73e51589c8d1062d3e10b7be f015fda39078a2a9621abd2f35157ad6c00d5ebb Package: ros-jazzy-roboplan-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan Version: 0.6.1-1noble.20260826.093439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 23941 Depends: ros-jazzy-roboplan (= 0.6.1-1noble.20260826.093439) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan/ros-jazzy-roboplan-dbgsym_0.6.1-1noble.20260826.093439_amd64.deb Size: 23518068 SHA256: 9b1d25daf36d6f3b6c904180eeb51c5bc70a8ea01f1d6588d0ae59ce01104f99 SHA1: 5c64ca24e82969b25d32dba0bd221b9d9ce1a108 MD5sum: 75c58cbfaa5c4f3720205d0fac6025bd Description: debug symbols for ros-jazzy-roboplan Build-Ids: 45529d58ff5ded43d9cbaf5189736d10aad6416d 4b8b77ba479ef900814321b61f28da56f104ca68 6b5941fd44fd56ce4ef6f975040ed3367156a729 ac3f818db5713eae4ff3b78f3d8b143daadef11c Package: ros-jazzy-roboplan-example-models Version: 0.6.1-1noble.20260825.005644 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.1-1noble.20260825.005644_amd64.deb Size: 22880302 SHA256: 94a4060701431168c132fe984c5a49451a4b2c114790a5239c955cbcf4f6e678 SHA1: 81fd52fbd51fb6da56e66be73805497006567b61 MD5sum: b2b22ce93d3387dadf5c503d1503cc89 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.1-1noble.20260825.005644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 607 Depends: ros-jazzy-roboplan-example-models (= 0.6.1-1noble.20260825.005644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-example-models/ros-jazzy-roboplan-example-models-dbgsym_0.6.1-1noble.20260825.005644_amd64.deb Size: 572994 SHA256: d2b30eaffd1ffb6da795d5a1edc7c14f32f2bbcb51b89107a4fde09069fa3a39 SHA1: d7504c6635541bbbd705574c68e3b2ef6e9db557 MD5sum: ed590b345ad735682692f5b7749cb906 Description: debug symbols for ros-jazzy-roboplan-example-models Build-Ids: 255ba13c41c7f445e77e1bd9889441755f057bef 25646c82dad055d8544faa5cfd83f4e64c164498 Package: ros-jazzy-roboplan-examples Version: 0.6.1-1noble.20260828.185932 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 451 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.1-1noble.20260828.185932_amd64.deb Size: 95430 SHA256: 9af98266bfd29f9767d5280d8b24247da6bf2d26eeac2af1ebf2d6c6a86707a2 SHA1: 53719d70ffde6e2e3227324f04b950f1d4f35835 MD5sum: 8e09fccd7e96d9d94458cc5277f00243 Description: Basic examples of RoboPlan. Package: ros-jazzy-roboplan-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-examples Version: 0.6.1-1noble.20260828.185932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14290 Depends: ros-jazzy-roboplan-examples (= 0.6.1-1noble.20260828.185932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-examples/ros-jazzy-roboplan-examples-dbgsym_0.6.1-1noble.20260828.185932_amd64.deb Size: 14389712 SHA256: 7acc81a684961c8a12d9e32ffcb35fcff64367ca67cc7eaa38f7c9efd5f414ce SHA1: daea6871f7737e411daf239245f942404f268cd8 MD5sum: b57f79486cac701862c227968694191e Description: debug symbols for ros-jazzy-roboplan-examples Build-Ids: 7b7187b259755cd7b71648f7c6bd599c4eb6adae 8a00e09efa29d429c43f1807fa2c06dc0b3f1f90 ace5d4403543654b90e6d0b4d87baf4aabfce60e bb7a07d93556913f719ba64272c19edaf63bb4c9 c8afcdb3800b02555d0d6da405d811df2996a20a Package: ros-jazzy-roboplan-oink Version: 0.6.1-1noble.20260826.095417 Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 897 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.1-1noble.20260826.095417_amd64.deb Size: 281296 SHA256: 9d196d7030c71be8ece0dac9f4a091aeefc0c9772ff5a862b4f0b656a9b51d7d SHA1: 72aa4641488d2609bccbccfdac4d22115071e4db MD5sum: b453ff2d646433afac406f77cb8aeb48 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.1-1noble.20260826.095417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 19520 Depends: ros-jazzy-roboplan-oink (= 0.6.1-1noble.20260826.095417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-oink/ros-jazzy-roboplan-oink-dbgsym_0.6.1-1noble.20260826.095417_amd64.deb Size: 19500470 SHA256: 77f6862a9e2416300fa9fa71c97737c7f0de7c9554f9441f3b52e9cd09a6661d SHA1: ba08622c40bd640f54976172967e299070d124b2 MD5sum: d36725b5f1828fe068d3307651e2c62e Description: debug symbols for ros-jazzy-roboplan-oink Build-Ids: a77844da1b1375fa888ab459ede5ec96a06823fa b56d5d4fa6349822362900232c5e5c2ca93b5401 Package: ros-jazzy-roboplan-ros-cpp Version: 0.6.1-1noble.20260903.022630 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.1-1noble.20260903.022630_amd64.deb Size: 132778 SHA256: 231f1f0e76aed8c66253445be9874739bea54b06c7e5c8a856a8a9f9c724fee5 SHA1: a31ba3ab7b66d18ba34d0437758bc468cb594a6f MD5sum: 44a73821c7d800a54d3513aca23ddade 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.1-1noble.20260903.022630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6159 Depends: ros-jazzy-roboplan-ros-cpp (= 0.6.1-1noble.20260903.022630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-cpp/ros-jazzy-roboplan-ros-cpp-dbgsym_0.6.1-1noble.20260903.022630_amd64.deb Size: 6140226 SHA256: 689fc140e690f4a9b77d1b9c7b17f64e93923ed64ab62fca5cc87a9b89103fd6 SHA1: 036942b36bee14885433892b495b634a4a157a8a MD5sum: 426c2701d26864d1212aa71a18631881 Description: debug symbols for ros-jazzy-roboplan-ros-cpp Build-Ids: a107aab0d1a5f86ce54df5f0807679e9b1e5079e fff049703a17b5115a33b028984cd7d33917a300 Package: ros-jazzy-roboplan-ros-py Version: 0.6.1-1noble.20260903.024015 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.1-1noble.20260903.024015_amd64.deb Size: 7592 SHA256: e1d0f7aee6472e433f091cdf3944885bbf2fbb9ef707f981ba2cf785cb254d56 SHA1: 1d3614550a7f0a3187850cb4fd6acf2de5fe51db MD5sum: c9b073e2b793a29fdc3ec25d1a3917b1 Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-jazzy-roboplan-ros-visualization Version: 0.6.1-1noble.20260905.072311 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.1-1noble.20260905.072311_amd64.deb Size: 107026 SHA256: b3b64bed79e6cd03b1b44a1cb4786dd80487a4e4c2af862f80cb41938e1d6f3e SHA1: 6c5a6f81a90335509aff2d93df292f4b182af1ce MD5sum: a46a221a3b9a2c06e522f04cf80eb8f0 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.1-1noble.20260905.072311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8225 Depends: ros-jazzy-roboplan-ros-visualization (= 0.6.1-1noble.20260905.072311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-visualization/ros-jazzy-roboplan-ros-visualization-dbgsym_0.6.1-1noble.20260905.072311_amd64.deb Size: 8243696 SHA256: e539d6cb0fa6765dfb3e06c3f5d0a31bc128ccb5f9572099ca54509ee3d1a9b3 SHA1: 1bd7e63fcdec295227471c09517069ee5d9ad38c MD5sum: 028cc3854a348f34fd3c3555a1297259 Description: debug symbols for ros-jazzy-roboplan-ros-visualization Build-Ids: 3c26fde0e76abab99fd0ca746b67218a86e9adf9 ff63ad237efba35c4413b21a78c257bd277fd710 Package: ros-jazzy-roboplan-rrt Version: 0.6.1-1noble.20260826.095010 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.1-1noble.20260826.095010_amd64.deb Size: 251254 SHA256: f028a3c4b88aa8bec8693c741c221f9058cb052589494563e6ed9146e98ecacd SHA1: a690bba7960eec1ede3125c6c19bc85393f98f44 MD5sum: 8934cb3c8e9ef2d0e1fca3a79f0fea01 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.1-1noble.20260826.095010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17044 Depends: ros-jazzy-roboplan-rrt (= 0.6.1-1noble.20260826.095010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-rrt/ros-jazzy-roboplan-rrt-dbgsym_0.6.1-1noble.20260826.095010_amd64.deb Size: 16968546 SHA256: 87bf1d6b2a05e41730ef422a5ff46afbcab89f43a0af2eb34a39181b43758bf9 SHA1: f3522fec99b47012a184777bd54e1da9841d1676 MD5sum: 8cd8cea63c5a81a917dd12125acb9530 Description: debug symbols for ros-jazzy-roboplan-rrt Build-Ids: 6f5fb8c0423812015dfba8f741a5a037a7d50c37 f12ce42f9e089f7c296641b9095f87819b2ab383 Package: ros-jazzy-roboplan-simple-ik Version: 0.6.1-1noble.20260826.095000 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.1-1noble.20260826.095000_amd64.deb Size: 169992 SHA256: 284648a4fa2f9f8d2494690ca6165c16c54d229ee2dac97461e6e52661019026 SHA1: 1fca5500625c2f3876e90b2831f908b69667b8ac MD5sum: 0c1d8783d9706fa8d640ac0b415c0ad6 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.1-1noble.20260826.095000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15313 Depends: ros-jazzy-roboplan-simple-ik (= 0.6.1-1noble.20260826.095000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-simple-ik/ros-jazzy-roboplan-simple-ik-dbgsym_0.6.1-1noble.20260826.095000_amd64.deb Size: 15249842 SHA256: 0508d4a50d8bc01554715423108d1e23a536fe891e7296d1ddb6932b8fb10a27 SHA1: b377c335dabffb3041ff27b802fbad01056947c7 MD5sum: a5022d725bc5435053085589c0be9df1 Description: debug symbols for ros-jazzy-roboplan-simple-ik Build-Ids: 71fde51b029b1e0cbc829b55d0249dd016e420ab 8d47069e85948e694e369374ff7d140fefc4bb54 Package: ros-jazzy-roboplan-toppra Version: 0.6.1-1noble.20260828.184537 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.1-1noble.20260828.184537_amd64.deb Size: 94790 SHA256: 25995e874c2d1de896dcd758f890075ef97229c8c44efa1a62439f3b1e883e33 SHA1: e33c931e54d203037818178b9515567b8142a58e MD5sum: b8885bdd9d9fac6032aeb9364921b66c 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.1-1noble.20260828.184537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6248 Depends: ros-jazzy-roboplan-toppra (= 0.6.1-1noble.20260828.184537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-toppra/ros-jazzy-roboplan-toppra-dbgsym_0.6.1-1noble.20260828.184537_amd64.deb Size: 6260764 SHA256: 3e265c7d2bdf4875c1e1175d73ed91e08797b2a7a5906d816a4fbb34479f7f90 SHA1: 8d95022c1a62101685f4049fa895e9efed9b7c06 MD5sum: 4f4fd0c8a49c0549fbb8f0e8f99ee384 Description: debug symbols for ros-jazzy-roboplan-toppra Build-Ids: 41aff3d6f989a7e891c3a8a069b37599e297ac4e 982de9948dd0aced41f10169c68c371bc2d43d75 Package: ros-jazzy-robosense-msgs Version: 1.2.0-1noble.20260902.034859 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 710 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.20260902.034859_amd64.deb Size: 69638 SHA256: 4a6ac19e0697604e9b9c58e75299bfe5bb85bf559d6b5859bc73ae49151eb51d SHA1: ce6d9f53d3e4ee14d2526da42f93728cbb087479 MD5sum: f3c4d8fa31f1a65364c636f92b4df1e5 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.20260902.034859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 525 Depends: ros-jazzy-robosense-msgs (= 1.2.0-1noble.20260902.034859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robosense-msgs/ros-jazzy-robosense-msgs-dbgsym_1.2.0-1noble.20260902.034859_amd64.deb Size: 394290 SHA256: 221b664634a0d135ca2d21742adc9789dc792162a89a74d104762d8b56225650 SHA1: b2cf6b9e3c51afbb03dc6c3a6abc416b22a9f7e0 MD5sum: 7237ffbe6c2356a2f56f75ec5522ec0f Description: debug symbols for ros-jazzy-robosense-msgs Build-Ids: 0eb33250e4616cd37da61b498ebbe51bceb4ee43 299dfe93238ee2f58f7264a19cb197ea513e0494 2c04e0d3423dc0ab8ec4049c1ed02035d08798ea 3322a870a62b7d87e3a8c930fa2867166d497aa2 39b64aedc54325d1e54485dfe70d336da67a3802 529919715ed1523d4f038440e640eeb1a9bd548c 7cd8331940b246faa3efbd020153456cfd0704b0 85503b862633fc69d37f0a65d53b82a4d1553422 8bc74bbfcabfdfc4f705c0d69f9a5a0583e5f7ea dfab58bcf0909273e9ef65567a3cc17a6db51386 ed27f4a57ac8c5fa8f94736c43664cec56f846fa Package: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260903.023236 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.20260903.023236_amd64.deb Size: 959048 SHA256: 1cdd71fe7c70eec5e343a5542f7eb04cb35a2a1989b997411b0a035cd56a8c9f SHA1: 78c07f47e51c850f6e8cfa688a0ce3211ceac1e8 MD5sum: f39f9e3d5c2e49432686da296b3900ce Description: Calibrate a Robot Package: ros-jazzy-robot-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260903.023236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33040 Depends: ros-jazzy-robot-calibration (= 0.10.0-1noble.20260903.023236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration/ros-jazzy-robot-calibration-dbgsym_0.10.0-1noble.20260903.023236_amd64.deb Size: 29805696 SHA256: e01045cde2300606b0642522cc0db48367fd04b6c63e80ae20944ec09d773f90 SHA1: 6d472ef8024e3ab3cbae9498abb1503784b0d448 MD5sum: 91306b9d9ab4bd94046fc943fda3b28d Description: debug symbols for ros-jazzy-robot-calibration Build-Ids: 11ec2dfa41778971e156adc9576f703c42e77ff1 1538d07c2ae5e8cd6ab6abe7d5c8968224aa1cf5 57bc1927e1323269533503118c83da6834b89907 8b0818f7b02ab27dcee16af3e822ca45bd1ba097 a20d36bdc58fb9e62e8b271ac565824394cf2de2 ca8b9130b1c4576d885ec7b4e25cf842fd6a428b f19185feb14d48b2ceac9e0e119be906d8220505 fa0445b64cdfa852f6a41712be2963c29ad15c70 Package: ros-jazzy-robot-calibration-msgs Version: 0.10.0-1noble.20260902.042817 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2501 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.20260902.042817_amd64.deb Size: 185188 SHA256: df4abc881001b0539f056edf872af93a4637d5c7d28f5d58dbf3ca4d67b12090 SHA1: 12a1a98421f406055488bc6d995daa4d8cf1b452 MD5sum: 8f9780e28a888d797953fbd718a72e84 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.20260902.042817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1698 Depends: ros-jazzy-robot-calibration-msgs (= 0.10.0-1noble.20260902.042817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration-msgs/ros-jazzy-robot-calibration-msgs-dbgsym_0.10.0-1noble.20260902.042817_amd64.deb Size: 1309226 SHA256: dba5bdef007e5b9aa61b7e35986ecaa28756d81d201b50285545671676c77c0e SHA1: ad3b6f32ef5d4ec12447dd3fb329be76fbc8fca4 MD5sum: 0ff3d43c06e0575f700f18340015e034 Description: debug symbols for ros-jazzy-robot-calibration-msgs Build-Ids: 03c008a293c25bcf58804e8d17956627b5a1c0ed 6cb692276bfeb47a497ee5ed7b15295e43b5064e 7b9964ef9026a9c27b0948adbc3695dd149e90b4 9e7fceafa94758d5d04bf64d6640e7d70899ea8b a7beeae625b88f734f67967999016cd41411b4a7 aef8b4d773b5b7f17136fca65fd3ed069fbb8967 af27733e71d11bc64989654eae8b493fd22198dc c519ce09ed45df3a1690fa16b872f3c56b40d079 cf0cfb493f74d656e1e4ded92f6f1ab32a299988 d82b28e60dfc79de15d720b9335e442eee5284e1 dc9cd00a5390fb88e94a1dd2a92e0c762ff57b1f Package: ros-jazzy-robot-localization Version: 3.8.3-1noble.20260903.023731 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7291 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.20260903.023731_amd64.deb Size: 883704 SHA256: 72ff001b0565e425c7f81eb409de5440264a2631922f305e0c34addff673b671 SHA1: 379ebcef207b6aba2d05d444bdd1f36ce2937617 MD5sum: c1a6e08b30429250fb422cdaf08a4e94 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.20260903.023731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24518 Depends: ros-jazzy-robot-localization (= 3.8.3-1noble.20260903.023731) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-localization/ros-jazzy-robot-localization-dbgsym_3.8.3-1noble.20260903.023731_amd64.deb Size: 21492274 SHA256: 1c193d58aa1ed24ee49e54720653b59ff966c7933285777e805592489738351b SHA1: e9389f727fdae0692de16a04d3c348be6e16f470 MD5sum: 3e9c75986413891ac5b9fe9b620a616d Description: debug symbols for ros-jazzy-robot-localization Build-Ids: 015d04fc9939b4a1f7f6737a4f8f56ecf67eec7f 028afbb0acb6049a7faa1e28991eb6a6cd385dbd 07a7bc92fdb561cce47ae774dea98b7d5bd3ed64 2ed620add474994e5535378bf38f1c390bfc221d 49d5bbb70f875aa83d8c3ba48267267b4a02d92c 6126a22755fab62f79103ba928951a0825a49bf4 78fea228f8a0b7ad4902713cfe9cb6e02883e98e 7dfbba5782027e44a0a7cd8f36d654a473daeb71 9031d02bd8554ad9eaca10692c9feb2ee7b7d136 93505ed4cff2c998469767d616ade2c29f86ac8b 9a15b4be89f5dcbc9aa3f65db25a2b0cd90dfd37 9bb9855e33677c1d1680789b45fd4dd7f3277dc4 abef4ec6b44f8936f0e148de19b977523f079c64 aff9d6da09e1157d026f2918b47320c590bc1364 d67c2090943b54a581a0499b455a319dcab9daa3 d758fde2bf7d036e35d7b64313a92903cabed524 Package: ros-jazzy-robot-state-publisher Version: 3.3.4-1noble.20260903.022201 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.20260903.022201_amd64.deb Size: 178058 SHA256: f68e165176c32bc13174a3c2b4817cb01f2be46e2cd7e590c0b0b8de3506ca29 SHA1: 6aa70e0890931116607be41f21224a825dc238af MD5sum: 12c2a5862b0d40ade77405f26b0feccb 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.20260903.022201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4150 Depends: ros-jazzy-robot-state-publisher (= 3.3.4-1noble.20260903.022201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-state-publisher/ros-jazzy-robot-state-publisher-dbgsym_3.3.4-1noble.20260903.022201_amd64.deb Size: 3526904 SHA256: a65ff22be627f3f26be3e955b95a955dcca101213ee1829182d2d89e49960abe SHA1: 402fdc70b533871d8bd9edf9fb99ee1fa38aefc2 MD5sum: 0cc6186a338b98b1e46a33f71aa8f2bb Description: debug symbols for ros-jazzy-robot-state-publisher Build-Ids: 0642e1be487a5fe621fd08b2577ebf2ca3c829de 1d95c1431c37b66f1090f870938f07adee12cec7 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.20260905.074347 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.20260905.074347_amd64.deb Size: 37050 SHA256: 1086a41c09b6c2967ae393cfe26c22d641e56f05092de7d2095748b4ebda270c SHA1: 1cf6c90bad25c46dfeb258e073a8f83175b2ccdc MD5sum: f8c3a76cc8a295dcb4381d91eb8e2c95 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.20260905.074347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 592 Depends: ros-jazzy-robotiq-controllers (= 0.0.1-3noble.20260905.074347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-controllers/ros-jazzy-robotiq-controllers-dbgsym_0.0.1-3noble.20260905.074347_amd64.deb Size: 557522 SHA256: db1a26f7c7f755a7a3dce4f5f87e0e8bbbfbb44721ec739c290eefeb7b1d9985 SHA1: de0a4da5181762609cfd14f17c6d37969043c75a MD5sum: 20c58024a59941120234ed932c23d118 Description: debug symbols for ros-jazzy-robotiq-controllers Build-Ids: 9f1f4179b1dc3a764d2db3bce40aa5fe6481e185 Package: ros-jazzy-robotiq-description Version: 0.0.1-3noble.20260905.072300 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.20260905.072300_amd64.deb Size: 794514 SHA256: ac6d5b622cfc1b13e8ecf5b2961fc5cb05c965f06c1c51d77845f91c1cfaee6f SHA1: bafee64e6d4be694b81ca274f8c7da15065564ca MD5sum: 7184dd9372467c946a1e53de0c70c8c5 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-robstride-driver Version: 0.1.2-1noble.20260902.061943 Architecture: amd64 Maintainer: "yamato" Installed-Size: 549 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-driver/ros-jazzy-robstride-driver_0.1.2-1noble.20260902.061943_amd64.deb Size: 127106 SHA256: b2053f0b6cefc10fae0b8a6df713a82e7084c8cb76da2b920635735596f02704 SHA1: 38aacc2e0b37aaeff9fe365cb8569194cdf3be89 MD5sum: 8759de30c52e246e5e31cca80564302a Description: RobStride private-CAN protocol, topic transport, motor lifecycle, and feedback library. Package: ros-jazzy-robstride-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-robstride-driver Version: 0.1.2-1noble.20260902.061943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 2468 Depends: ros-jazzy-robstride-driver (= 0.1.2-1noble.20260902.061943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-driver/ros-jazzy-robstride-driver-dbgsym_0.1.2-1noble.20260902.061943_amd64.deb Size: 2157108 SHA256: 95b89f6f0c510e8ba5e0ad56c0d605d07f9c98d7ab659a630cbbfb08bb49f15f SHA1: 20495f3be09919b5561c2b7097a821d4eafc1979 MD5sum: 07bb8f12e7a8e86f76a4a7b1c180ca0b Description: debug symbols for ros-jazzy-robstride-driver Build-Ids: ea2d912fc30a7cfc357d69d26839c5d1985493cf Package: ros-jazzy-robstride-examples Version: 0.1.2-1noble.20260905.075055 Architecture: amd64 Maintainer: "yamato" Installed-Size: 68 Depends: ros-jazzy-ament-index-python, ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-robstride-ros2-control, ros-jazzy-ros2-socketcan, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-examples/ros-jazzy-robstride-examples_0.1.2-1noble.20260905.075055_amd64.deb Size: 9556 SHA256: 6804480eb2da94d2bc0c758679771949d63043d2445e0a911172226efb391647 SHA1: 8975aae4524e58e51616d155e89de1a07bd8c76a MD5sum: 6bf24faa856ebd0b79ec8a08868a7c10 Description: Ready-to-use Xacro profiles, ros2_control configuration, and launch examples for RobStride actuators. Package: ros-jazzy-robstride-ros2 Version: 0.1.2-1noble.20260905.075410 Architecture: amd64 Maintainer: "yamato" Installed-Size: 46 Depends: ros-jazzy-robstride-driver, ros-jazzy-robstride-examples, ros-jazzy-robstride-ros2-control, ros-jazzy-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-ros2/ros-jazzy-robstride-ros2_0.1.2-1noble.20260905.075410_amd64.deb Size: 6868 SHA256: 2af4e4972dc4d90cdd3507158ddf54baf6449e4673a9a0a9a62efbf505c9d1c2 SHA1: 05e61884315dbfb82e75d50017ddb8e5cafa200e MD5sum: 8841f927df387cd2e85091e8ef8a4fdc Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-jazzy-robstride-ros2-control Version: 0.1.2-1noble.20260905.072647 Architecture: amd64 Maintainer: "yamato" Installed-Size: 173 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-rclcpp-lifecycle, ros-jazzy-robstride-driver, ros-jazzy-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-ros2-control/ros-jazzy-robstride-ros2-control_0.1.2-1noble.20260905.072647_amd64.deb Size: 46502 SHA256: a08e1d20b73c120c12c2ee2cd855bb4467c2d65564033dda1ee88d9bc5cd0d21 SHA1: b7b521fb15c83dd6ceb20e51465d612cc40ef48d MD5sum: 1b763b87f9e2ceafa028db621154c621 Description: ros2_control SystemInterface for multi-axis RobStride private-CAN actuators. Package: ros-jazzy-robstride-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-robstride-ros2-control Version: 0.1.2-1noble.20260905.072647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 830 Depends: ros-jazzy-robstride-ros2-control (= 0.1.2-1noble.20260905.072647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robstride-ros2-control/ros-jazzy-robstride-ros2-control-dbgsym_0.1.2-1noble.20260905.072647_amd64.deb Size: 800950 SHA256: 5472081087958d28a03ef8ffc87eafdeb233a6dc5a98010b7ba5a6fe0512c2ee SHA1: 4588b50e05cb02f14058f5002f60387b08e5ef33 MD5sum: ee6fcc94c611ecfc282539cc72de666e Description: debug symbols for ros-jazzy-robstride-ros2-control Build-Ids: 64712a51b51ce24369f971b4ca08614d8e31bc1e Package: ros-jazzy-ros-babel-fish Version: 2.26.40-1noble.20260903.070432 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.20260903.070432_amd64.deb Size: 371874 SHA256: 823a924bfd6287954e3fe21206e5ad6948988f14750ef33e98192ccc22d54f8c SHA1: a22c3665b79a508b30673e6f3b851de083609bae MD5sum: cef0982c918ee55559c1597f34f2d927 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.20260903.070432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7864 Depends: ros-jazzy-ros-babel-fish (= 2.26.40-1noble.20260903.070432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish/ros-jazzy-ros-babel-fish-dbgsym_2.26.40-1noble.20260903.070432_amd64.deb Size: 7010348 SHA256: e633401a3ec5afd79fbdf11b8cc3f7f331b7b2bfb04f54a0c133d5481665ed10 SHA1: ddbf9708110c6c8f7691ef2c720cebe25e573b91 MD5sum: 7504a317e9d7229922be39da0981e3a2 Description: debug symbols for ros-jazzy-ros-babel-fish Build-Ids: 2430b403234772b6efbb06dfc97fc3cce448f0c8 28aecaace20a27576601e5b225585731e52d0313 3f43b0c19c8829a819134d17f3a0dcb5aa829bc0 9d76b510b0f8e61c752b07409b6af97624f0adff b801a87322f37b72352b7f85dae3b1389cbc504c b86af352d0efc35b802f64b6d1c61de69aecc443 dd353fb67e3f7119db8f55b7df7f6e41edaa0868 Package: ros-jazzy-ros-babel-fish-test-msgs Version: 2.26.40-1noble.20260902.041552 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2556 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.20260902.041552_amd64.deb Size: 205638 SHA256: f61b175586254e902a4a32af458f3a021e1328e7693acadd72463771fd70269a SHA1: 29ebb2bacb41771c98cb661be118fa905c5efa06 MD5sum: 3fda8e557ad13b62e4f87cd49df5c6aa 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.20260902.041552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1644 Depends: ros-jazzy-ros-babel-fish-test-msgs (= 2.26.40-1noble.20260902.041552) 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.20260902.041552_amd64.deb Size: 1274344 SHA256: 6608915a1e60cfca4c7a9c0051dbed620ed82d92ff2cfded78e9258f2ac7d9dc SHA1: c228b22ff83bfd088c003ab9a297681ddddb9954 MD5sum: a882b90b697fb83929f022c2d00e6413 Description: debug symbols for ros-jazzy-ros-babel-fish-test-msgs Build-Ids: 231dd248ce04a269a6ed118c7f08694a0e8dbf1d 24ab94e2f48bff98a3b1567d64ee8a38a094e461 441b3bf8a40c16bce6210a708eb99a7d623dadd9 699a52c42dd803ea205f7fd33690f72e45698331 8012ab1239014536a6ed035de17f6e6db2a63b51 9111f66137b0ee5f8aaf7a22c0634bd456825489 9820b551089bad5836fbc0bd2ea248a0b825f759 ad70e644edf7b7aa716ac396c2ef69d069cc3cf7 b70895cfa8b0185698c56eb95933886d2a358941 ea6e79efad3664d9af10618246dd418b18dacf28 f3f77d51f1e871659133aa038445a650d8101296 Package: ros-jazzy-ros-babel-fish-tools Version: 2.26.40-1noble.20260903.075541 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.20260903.075541_amd64.deb Size: 201808 SHA256: 4d0860a4d5a423d2419d84645018a9a1c0a5db4500a4209019fbf4d0ed5fb215 SHA1: 80cc4b43324720ebbea17f02951842c8f33f02d2 MD5sum: 026464a97d9a626720a9bc58aa469538 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.20260903.075541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1349 Depends: ros-jazzy-ros-babel-fish-tools (= 2.26.40-1noble.20260903.075541) 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.20260903.075541_amd64.deb Size: 1233130 SHA256: cdeb956f9bd9c6f054d3f02c68b0901054d29c06dd110cdcbbbac3b565237350 SHA1: 410a7486819838cc73e16f9d30ddbbacae86d3e7 MD5sum: 1e0bc188d5584555a4ff686552cd2dca Description: debug symbols for ros-jazzy-ros-babel-fish-tools Build-Ids: 6db476fcb695d5cac57c41dcb68dffe4b51c2d7a Package: ros-jazzy-ros-base Version: 0.11.0-1noble.20260903.093452 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.20260903.093452_amd64.deb Size: 5670 SHA256: 98785a5702e938d927542975dc4458f4f00e90867ac58e7a6717f9ebc532fd43 SHA1: bca0ac0d51aef988fd300c4c74ef9695f9c6131d MD5sum: 6ea4b3cc1e2d1921cae4bed0faf41c8d 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.20260903.085113 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.20260903.085113_amd64.deb Size: 6458 SHA256: 9f69eef98b79bf7fe6201d624844d0526232b206863d66a9ef7cb8780a5c049d SHA1: e3025bf11a6314a83fbb6f371a719dc821bc68a8 MD5sum: 8b52efbd6b36a932acfaa98880bb0997 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.24-1noble.20260905.090616 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.24-1noble.20260905.090616_amd64.deb Size: 7120 SHA256: 2cd2470a85fb17cb7cfff847c824e005aabf96f2843a52fff8517704d1520fb6 SHA1: bfd8b8327398218f7e2c03e43b6e944af8b6f306 MD5sum: d5d060742b3c8c937b25bc874c49cb60 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-jazzy-ros-gz-bridge Version: 1.0.24-1noble.20260905.070149 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19324 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.24-1noble.20260905.070149_amd64.deb Size: 1937848 SHA256: 85ba2e525644fdc9c62ab5fe96040ed47661e93c41a2299fa9fc5fd56e9f60e0 SHA1: 5b108f08055ec8b9603dbdd51652d5b2329262ee MD5sum: b78d1ee84a2421d7ba02f716a6dc0b0e 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.24-1noble.20260905.070149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 79669 Depends: ros-jazzy-ros-gz-bridge (= 1.0.24-1noble.20260905.070149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge-dbgsym_1.0.24-1noble.20260905.070149_amd64.deb Size: 60827258 SHA256: 6541ad130edda368927d317981ca4a6b1af722901225a0b036332fe500ae1a57 SHA1: 181de8654eaad17677874af7162d582f7e47a87d MD5sum: 30f51712a64fae0d9fe453360f75e316 Description: debug symbols for ros-jazzy-ros-gz-bridge Build-Ids: 02e47811a5fc10b24d758c3e27fa03a3a4f7059e 264d7414ad5b09d1f2f3df2d9137af5facdf9294 4cbf6e165da1869009f22e55de54138710d8044d dc0afbfdd3dc3737ef128a28892fe559b7374e31 eb73d580d407dea6a63ddc9396e13d350907e17a Package: ros-jazzy-ros-gz-image Version: 1.0.24-1noble.20260905.072745 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.24-1noble.20260905.072745_amd64.deb Size: 27044 SHA256: bf3874d794159f54640d0b81d84316e9036c6b270d484a275b08bf77575ee8d7 SHA1: 4df37ad17040b60b0f3dc29e3bf123c51c6e0402 MD5sum: 664c06e01e7ba7abd0e0eb120dcbd184 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.24-1noble.20260905.072745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 516 Depends: ros-jazzy-ros-gz-image (= 1.0.24-1noble.20260905.072745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image-dbgsym_1.0.24-1noble.20260905.072745_amd64.deb Size: 490100 SHA256: 184cd41efdbec07e1ae9de95ae491264b2887792a4c6ed6407ce504bfd244fb3 SHA1: 8692142da409e412499845b2db71d8a5a59a6dcb MD5sum: 7de1dc3ebf925af07ddd7acc8400f0a2 Description: debug symbols for ros-jazzy-ros-gz-image Build-Ids: a28d5709ebe8424d9123d01ce0df6a05dba225f2 Package: ros-jazzy-ros-gz-interfaces Version: 1.0.24-1noble.20260902.041547 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5762 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.24-1noble.20260902.041547_amd64.deb Size: 402512 SHA256: f9094db235ff2a3b778896f3bf421ae02b12f9da0c277db2d9096a2bddc966ed SHA1: a657d9e3f911b9f00958bc67bcdb3f121a70c085 MD5sum: 446760988213c8b614f058134311eebd 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.24-1noble.20260902.041547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4425 Depends: ros-jazzy-ros-gz-interfaces (= 1.0.24-1noble.20260902.041547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces-dbgsym_1.0.24-1noble.20260902.041547_amd64.deb Size: 3650958 SHA256: 25e838cc70c01b3b999c67bfa051f6c9db36a7678db5bfe055bf3b91957cd4c8 SHA1: 8e2033b5a8393658bd33535e8ca653dee7565611 MD5sum: 89e73492b5f3f11a0e16fbdd6568f59d Description: debug symbols for ros-jazzy-ros-gz-interfaces Build-Ids: 09ad0565342175f9c484b0a83e2a7a4beb10e80d 0ea3e4719a106450bc75b8c5074d6808b5e1cc02 19302973488c3ed78743ceb126c69831d2562f26 336d9dd0b44507839dbbc6e169b52a5419416164 358763033ef8e896d36ace700b9cc27fba50b383 39675d6560ebda9eceaadd131980a0fab45273f4 611f2a79dcf666a5b598583f6ceb6009bb767533 676bea630d5ca93b08b31cd6872351aca7943002 bba97dee5f51fc016b7ab44e76b158fc56bf611b d9c11f0e4b43f080838c6def7d6179f8c93c0b3e e8f7b5ed454485b56db5d240457b0d46806864a2 Package: ros-jazzy-ros-gz-sim Version: 1.0.24-1noble.20260905.085151 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3888 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.24-1noble.20260905.085151_amd64.deb Size: 703034 SHA256: 6fd95340cc7c75181127e14b731bec52ffdb4e40a6c0d258ce93ac90e44c9f41 SHA1: 3f1b67799f962ec89b66583c9c37580c151f9de9 MD5sum: 05952d27ed89159e31933a830c0147be 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.24-1noble.20260905.085151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 23602 Depends: ros-jazzy-ros-gz-sim (= 1.0.24-1noble.20260905.085151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim-dbgsym_1.0.24-1noble.20260905.085151_amd64.deb Size: 22026016 SHA256: 6e363a33a236b347f7c8cae11a9d073e92d61d2c2df93553384ec9e288f66555 SHA1: ed340c535a969d8048589f408ef6c802c86997fc MD5sum: 1421f0021c80d86db13950eba818c341 Description: debug symbols for ros-jazzy-ros-gz-sim Build-Ids: 34dac1017937f22db80de129e796bbd2bd73c1d9 42e7946aab6cb324acf2f3508db21ff69b76f86b 50e5d6c4b980d2a38c49ca68cbc9c51f33a3a09f 644f932e220af71a84c043c42ce30ebd98d5c864 81ff2e4ef2b0a22ffd2e2ce5e0f70713616e046a a6e6576256929fd9ceed0204d7dc35b6ef497e51 abda9830cc812e4011814ba4ba574a72a483e112 cbc9b87917d4bd3ad5d7771e05ee813cec300edd cceda2dcbd309f7bb35804da7ad155b48018845e d3cbde13dd7287af8437d7091aef9d9e5f5fa777 d88bc85961b027c6511a90f08a706854ad2106c6 Package: ros-jazzy-ros-gz-sim-demos Version: 1.0.24-1noble.20260905.085920 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1259 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.24-1noble.20260905.085920_amd64.deb Size: 923636 SHA256: e8b5d5c7fe16394900bd95c25261cdaf8b53315b3950188e1c0af49404878a2c SHA1: 53bbe72f2775358e8561173c6e8e193773ba87d0 MD5sum: 1c518976cee38d66aadc76b41d6dd783 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-jazzy-ros-image-to-qimage Version: 0.4.1-4noble.20260902.082033 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.20260902.082033_amd64.deb Size: 54628 SHA256: 45754d917a170a14bc4823b2abbb8ec0d02b15cd660720c6773ad249d62d2a3b SHA1: 25ad9a2e443d8fdc7e7f8b3e3421517f1235ecf4 MD5sum: fef566b583bd72094175165487076809 Description: A package that converts a ros image msg to a qimage object Package: ros-jazzy-ros-industrial-cmake-boilerplate Version: 0.7.5-1noble.20260825.005749 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 141 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros_industrial_cmake_boilerplate/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-industrial-cmake-boilerplate/ros-jazzy-ros-industrial-cmake-boilerplate_0.7.5-1noble.20260825.005749_amd64.deb Size: 25058 SHA256: 50726d8db63cf8b8cf31fbdf686a8bd8131aa99b470102819a02b0753212e2a3 SHA1: fb934b0de5dc93e4710554a576acaad0f7299960 MD5sum: 9b4b0f2ed94e6fe999b0345e74233e58 Description: Contains boilerplate cmake script, macros and utils Package: ros-jazzy-ros-snapd-interfaces Version: 0.0.1-1noble.20260902.031050 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1977 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.20260902.031050_amd64.deb Size: 147014 SHA256: 9625e8a6750b884813f028006eb5d6e9394bf776530c41df692a2856472affb4 SHA1: 7a6287319c0969dbd8298abbe7c366a9ccb022be MD5sum: 2f90198923231f22f86b550c4641c8d3 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.20260902.031050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1456 Depends: ros-jazzy-ros-snapd-interfaces (= 0.0.1-1noble.20260902.031050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-snapd-interfaces/ros-jazzy-ros-snapd-interfaces-dbgsym_0.0.1-1noble.20260902.031050_amd64.deb Size: 1133464 SHA256: af89bfdbfe81a65cfccfaa6bfa62e1cde21863c3d020227d5b5e2a9102c4de9e SHA1: dd271cc18e50383cffa7ecede91a9cf67a66e89b MD5sum: 0457ed1374727978341bd39f455ded52 Description: debug symbols for ros-jazzy-ros-snapd-interfaces Build-Ids: 178932a3f87dbfd404c451c9b00be9c3111716a2 1c6020d32e3fe3d88ad33a66f476a5976b85620d 395fdb63ff914925d682a5c5694987c74e101fe0 71f357c7745993cdb89c12da8db01e6b38087ba6 955943c232ac6905d6062ebddf6aff5ea19f71de 9fa33b5b470d7513169341d048ed2197564d589f b99ce84721fe400bbdacdacf754872faa72c87e6 ba8c9e3b029fd59fdd92b509f9b28015d915c2b4 d1084bca2e881f8e33d966648b055521b062519c dd72e31c70330cbc3b139b62de5f43f988e18715 fff9152f4e82f43bea0be98776ca6b0a1444a4a3 Package: ros-jazzy-ros-testing Version: 0.6.1-1noble.20260902.104737 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.20260902.104737_amd64.deb Size: 7078 SHA256: 928d1b81920ab0d9c063e0227eafd208ae56be8d6261496463d68d87bd6e229b SHA1: 4f054606dad6dd0c4fded9e78d0bb62f35170f9b MD5sum: c2dd59e8133fe1e4ccc4be8d40660fd7 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.48.0-1noble.20260905.075042 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.48.0-1noble.20260905.075042_amd64.deb Size: 7000 SHA256: a5f56a8f03ef1739917b5daf9c465db7ff5d57fc49da7018fc2f13f982950e5c SHA1: 2ab47e8c36f3a5929b4b89b50be8ae60f97bcfa9 MD5sum: d98bc19535af1b28780372e444a6a7e5 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.48.0-1noble.20260902.194632 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 181 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.48.0-1noble.20260902.194632_amd64.deb Size: 20374 SHA256: 1886878b919a5be22e14f6f34a3a5f8bd83bbd7ffd082151cd5b2d13f1712722 SHA1: 6b13f71e9c0fb166755fd08c07ee11fda8663f13 MD5sum: ad533941255ce44b7ecb246095793c79 Description: Shared test resources for ros2_control stack Package: ros-jazzy-ros2-controllers Version: 4.42.1-1noble.20260905.075205 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 45 Depends: ros-jazzy-ackermann-steering-controller, ros-jazzy-admittance-controller, ros-jazzy-battery-state-broadcaster, 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.42.1-1noble.20260905.075205_amd64.deb Size: 7782 SHA256: 3ceeda127a08fc7f509f73151336d539bb79a447234080a1fece76de1752c765 SHA1: 56f7a7cde24bdbae06c5b1430b868dcda4d0f43c MD5sum: 38d91111dd1fb13f0ac41d05b6fb5333 Description: Metapackage for ros2_controllers related packages Package: ros-jazzy-ros2-controllers-test-nodes Version: 4.42.1-1noble.20260902.054752 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.42.1-1noble.20260902.054752_amd64.deb Size: 13096 SHA256: 61497efd7a62a9941abfb2d57d10cc172616f2cbad1a36ba48b05f8cf21766f4 SHA1: 0c96e1259dee654f79719a29e76d266a8251af79 MD5sum: 6efd444a4d283be50c6fab82acb24d17 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-jazzy-ros2-fmt-logger Version: 1.1.0-1noble.20260902.083451 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.20260902.083451_amd64.deb Size: 13348 SHA256: bb641f14b88542194230ab8b8ccbcd181636065e40f0f9c09d714cfc90cd6adb SHA1: af498366c0cf92ca93c321cb2812fd444f9b7ad5 MD5sum: e0f15882d474706a682483d95af127ac 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.20260903.074510 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.20260903.074510_amd64.deb Size: 251686 SHA256: d0ff227d8439448ac8dde5d5c155dc526a7ee2f454aa4afd034faad6a849f342 SHA1: 63922f3d76831c5bab11dbf498665529f113ffb9 MD5sum: 3d4800a6a3d0d869633071315fce6f74 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.20260903.074510 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.20260903.074510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-helper/ros-jazzy-ros2-helper-dbgsym_0.1.3-1noble.20260903.074510_amd64.deb Size: 7235620 SHA256: ecfa2517be065afc57b24b1ff3579c9e5b623a118a2718f3cb17f7aef00b53b6 SHA1: 00df255b52dc0d8001976a537079e34f3d13d228 MD5sum: 4b3b18f1112a0fa5a5d2bbd48692bb4d Description: debug symbols for ros-jazzy-ros2-helper Build-Ids: 6d2f74a63e979ce639989254c730cb2ffe0871e0 e2ec29c905e3ed2eccd758b25734c76a04402eee Package: ros-jazzy-ros2-medkit-action-status-bridge Version: 0.6.0-1noble.20260902.080625 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.20260902.080625_amd64.deb Size: 124780 SHA256: 0c4fdded6d9fbbd613a8af886690d744cc5a24b32e72be5a3e83ef7aa4a89fa4 SHA1: 0c99ff29daa90d8214a9f67720b35de4e29f408c MD5sum: aa3c00536c22174324b7c9775041edb3 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.20260902.080625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2559 Depends: ros-jazzy-ros2-medkit-action-status-bridge (= 0.6.0-1noble.20260902.080625) 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.20260902.080625_amd64.deb Size: 2230576 SHA256: 8cdc637a09e2a1a1fc4a1bbde9df4dad75d555e20314f3961ad21adc9da14416 SHA1: 23fe543632e859d4be3fe85e14e594c112bef5d7 MD5sum: 0aa2a6c8a86d4e79c2c9f7392ad1f4ab Description: debug symbols for ros-jazzy-ros2-medkit-action-status-bridge Build-Ids: 3363da5c93c23c8be6cdfa5f0765d06319710f70 be2d81399af0bfbee610ee5474ebcaf7db8d0166 Package: ros-jazzy-ros2-medkit-beacon-common Version: 0.6.0-1noble.20260902.094249 Architecture: amd64 Maintainer: "bburda" Installed-Size: 298 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.20260902.094249_amd64.deb Size: 55230 SHA256: b31bb36731d03c04a8655588bc2d53cb07d8f87b7d18db2a2690e922d21e93c6 SHA1: 714973e813105823b069278711569ab5e04cc847 MD5sum: 5b3cdc93e790555b8e1adef2a776f5ef 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.20260902.081221 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.20260902.081221_amd64.deb Size: 107256 SHA256: b6327b7ce230d4110fcc958ea59305d43bdccc93fcd4314bf8b5b8270e61a421 SHA1: b805f218520c3446a20d400045b19bcac26c2af4 MD5sum: adfddf416c72e4412f0ab160575c5ecb 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.20260902.081221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2381 Depends: ros-jazzy-ros2-medkit-diagnostic-bridge (= 0.6.0-1noble.20260902.081221) 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.20260902.081221_amd64.deb Size: 2063304 SHA256: cc94cbb8a3f74a8f8f17047f9d9b53259ef511b170db7acde22dfaf17b69f72d SHA1: 590fb2cf60a92be50dad9df96ad9f33dc7488d3f MD5sum: e550463ddf078fd509ded935f2166b93 Description: debug symbols for ros-jazzy-ros2-medkit-diagnostic-bridge Build-Ids: 888077f0caf74233489358ae0f196e6bc9ac1ffd d9d79edf8937ddf0a912faaade583a98d8dc206b Package: ros-jazzy-ros2-medkit-fault-manager Version: 0.6.0-1noble.20260902.084132 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.20260902.084132_amd64.deb Size: 458220 SHA256: a7d53e1eb60ee47d2afad96c3768de0d8aa8de83908e40d3739a0252506fbdd5 SHA1: d0049bbfbfb2e4828168c34cada4a8db53db1e57 MD5sum: 131613f35ba3cf9f48001c285f559d16 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.20260902.084132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 6918 Depends: ros-jazzy-ros2-medkit-fault-manager (= 0.6.0-1noble.20260902.084132) 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.20260902.084132_amd64.deb Size: 6485316 SHA256: ecd1991cebfc370cb6db16acd301509a1ee6ea75cac0cb10779ac294507ae232 SHA1: ffda86cb23a5495f6a2ccfaac1ec8dea8114dda1 MD5sum: 3c7886156c0b4316c06f49715264d527 Description: debug symbols for ros-jazzy-ros2-medkit-fault-manager Build-Ids: 158bf493b64ae8bb934dbc29b7ecab2c6361e4e4 Package: ros-jazzy-ros2-medkit-fault-reporter Version: 0.6.0-1noble.20260902.075834 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.20260902.075834_amd64.deb Size: 40598 SHA256: 6536c18a14cbb97437a7e01a96eea985909894cdade59d109fa07a0f90a9a028 SHA1: 18dcde31f29be94b67b4d207380d7bcc28c4a584 MD5sum: 13e97a48edaa59dd66ab622911eae244 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.20260902.075834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 648 Depends: ros-jazzy-ros2-medkit-fault-reporter (= 0.6.0-1noble.20260902.075834) 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.20260902.075834_amd64.deb Size: 616612 SHA256: 714d702aeb68030098fa14b8f6e791c8f0a9b772a6888a685f075e057df9ff91 SHA1: 8282b7c0c6a6c8e731084a19a8369337d68e8767 MD5sum: bba850df8602472385737f10eeb3c828 Description: debug symbols for ros-jazzy-ros2-medkit-fault-reporter Build-Ids: 80db2ab4351be4f83e1f15645623229444d8cb38 Package: ros-jazzy-ros2-medkit-gateway Version: 0.6.0-1noble.20260902.084816 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.20260902.084816_amd64.deb Size: 2113086 SHA256: 0078245656d9c32f40b85b88185ae96529b6245ffad9f0012ee376e7bf626273 SHA1: 1e9b8b883ef25ddb3f2f657bd1f5354a95c8eed4 MD5sum: 1ba9219190b30db9ce095f75d78714aa 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.20260902.084816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 51856 Depends: ros-jazzy-ros2-medkit-gateway (= 0.6.0-1noble.20260902.084816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-gateway/ros-jazzy-ros2-medkit-gateway-dbgsym_0.6.0-1noble.20260902.084816_amd64.deb Size: 49489854 SHA256: 8eed50ba1f27eaf7b424d9e587ad70c01086ecabce36c27291d8794fd55e59a6 SHA1: cc170d0296a7bcaca8e4c091825f757e0ebc7a12 MD5sum: b6ebf8c642366329dc63065195360002 Description: debug symbols for ros-jazzy-ros2-medkit-gateway Build-Ids: 9779b20a19c28c0c051b7d91953c2d45d0783406 Package: ros-jazzy-ros2-medkit-graph-provider Version: 0.6.0-1noble.20260902.094303 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.20260902.094303_amd64.deb Size: 137402 SHA256: c9cb5755025cdcf2e854a33c986d8ebf249ee369d325a404093c9c10e8286952 SHA1: 2ee4221a75032c6d3054f869ef3c9d5e5d8858e7 MD5sum: b12e2b2c5fcc1d427337c25069b69a89 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.20260902.094303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 3133 Depends: ros-jazzy-ros2-medkit-graph-provider (= 0.6.0-1noble.20260902.094303) 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.20260902.094303_amd64.deb Size: 2799064 SHA256: c93aef9638b049f529b6049d184f78e42c0a4b9ec5d7ab18aa7a9b451e06a186 SHA1: 9fe2cdad33f04641f617c54ac543d7ae49dbb3ba MD5sum: 5b5b54170b6e7a7d1626a93f2ec07af7 Description: debug symbols for ros-jazzy-ros2-medkit-graph-provider Build-Ids: 73b9b7cc98467694cc20dade61fbfc5a69a36e80 Package: ros-jazzy-ros2-medkit-integration-tests Version: 0.6.0-1noble.20260903.012158 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.20260903.012158_amd64.deb Size: 377832 SHA256: 09b6966c9b251425ff41233379e0a4e7eb8670f5d02fb49057ff2d90c7447f92 SHA1: 6a444bec347672d96e27349b90be4d936966c340 MD5sum: 3d066ce1f4da49e09a4228092dd45df0 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.20260903.012158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 11383 Depends: ros-jazzy-ros2-medkit-integration-tests (= 0.6.0-1noble.20260903.012158) 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.20260903.012158_amd64.deb Size: 10212344 SHA256: d97f263950d9b29dac1167114868f7b5495c2e203e49494ed736cfcc45acff39 SHA1: cf88b6796da50dc48e6155611f7a4c1b905e8a24 MD5sum: 8ced376bba4bbd310da4becd8d1dd617 Description: debug symbols for ros-jazzy-ros2-medkit-integration-tests Build-Ids: 0fb9dde7293ad426a0d7f2b5062448781e67be7b 1922ae9132df47d07e945822378b04af6983460f 1ed49d17e9029edb0b56810787adf39d4ad2f155 4fa24571278f28cfba7356c0deabf882aa135457 586b8baf6a3ca9fbd97a2cdc0b0b15590ed2ce3d 62f0067aa4ec3bb92d05dcfd89ea5a39abc5daf0 7736ec21f1820e8d73153318cc9a922eedda3d65 859ba505ebfa35a974a173030f0dd53dfbe34e38 96f20aadad35b8757b6c62cab3218aba672a8f9f 9d32c8c251144c5bf5fd07e6ce9dea5a2e31b324 d4a2445b79df3b181ab77eac3842e00a7a07602d f59aa608446c11c4b443b59e855ebb7a141a7082 Package: ros-jazzy-ros2-medkit-linux-introspection Version: 0.6.0-1noble.20260903.070242 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.20260903.070242_amd64.deb Size: 124644 SHA256: 68ae79a114080934a160f09beb345569d2dff43da726a2fc3e54e723615c5753 SHA1: 49ba12741abfccd0a296e3f5072330dc5cb47d30 MD5sum: 6a049a4e3d5ccde721ef3fcdd6bca284 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.20260903.070242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2690 Depends: ros-jazzy-ros2-medkit-linux-introspection (= 0.6.0-1noble.20260903.070242) 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.20260903.070242_amd64.deb Size: 2588854 SHA256: b298618989c6f9df0ae6ccdf61d0a6724af23873f6cff33263dd012f2936af25 SHA1: 7125132793273ac0387f5624f9bcf2a306ec17a5 MD5sum: 004b7973c0286bb2fbe9b362c6e7834b Description: debug symbols for ros-jazzy-ros2-medkit-linux-introspection Build-Ids: 3ebc6b23e86596c1871b860ee83427b5dab4829b cbef0382e05aa48aa0325a7e6734e17ac424a1a4 f7da56c03c9a1641e5e3fbae63468940ff82163f Package: ros-jazzy-ros2-medkit-log-bridge Version: 0.6.0-1noble.20260902.080748 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.20260902.080748_amd64.deb Size: 111340 SHA256: c8cb4285a2942eada190a44c36e5353247e06715ef2ada51f4d448e730b870b6 SHA1: 17a7bb44f3fc02884d3d17656db842ee72dda96b MD5sum: 5a7648da218b9d6a75d7cd5728b49320 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.20260902.080748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2414 Depends: ros-jazzy-ros2-medkit-log-bridge (= 0.6.0-1noble.20260902.080748) 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.20260902.080748_amd64.deb Size: 2103032 SHA256: 372d282c031200596c037a189500f5ad9b48254f4a59f7f7f36d37690b7d3a52 SHA1: 4345de02440dee54d3a0856849f9836ff4bdb054 MD5sum: 712d92a9638551d0db685bd6ccfc0457 Description: debug symbols for ros-jazzy-ros2-medkit-log-bridge Build-Ids: 13c2e3b1b7631d96081cfd61a09af812cffe55b8 f4a7b4fa17269ba0c574668f05b8a67d5a6373bf Package: ros-jazzy-ros2-medkit-msgs Version: 0.6.0-1noble.20260902.041634 Architecture: amd64 Maintainer: "bburda" Installed-Size: 6970 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.20260902.041634_amd64.deb Size: 490924 SHA256: 661b5759a1bacd3f08c6af39c09f43144b1472cdc4d07b4b319d23368a2ad1a8 SHA1: c64f18445d53d7f61f87f321dbe92c4c9310913d MD5sum: 2b9803b0e306ab7c0fad5d12db27fc04 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.20260902.041634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 5529 Depends: ros-jazzy-ros2-medkit-msgs (= 0.6.0-1noble.20260902.041634) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-msgs/ros-jazzy-ros2-medkit-msgs-dbgsym_0.6.0-1noble.20260902.041634_amd64.deb Size: 4573500 SHA256: 4a115e3f2779b78667234db2cf0a1c5c99842155fe5b7d5b6870a968d3ae1741 SHA1: 6b3db9b1a8bd59e257e75f178c3251545a20e7d3 MD5sum: 590cc416fd2415d45cca657ff0281312 Description: debug symbols for ros-jazzy-ros2-medkit-msgs Build-Ids: 11cd2c5e00d462eae0c009806d998618cf1799fb 176f894aab0792e755b821e3cd848bf6305d685c 3f9a00d38e44b9570b49830bcaaef3ea9e05ae66 71cdf846d940bc9c2f380dfa12bd45f521582e79 7afe128600c9bc8c8d3ab649a82065153190c59a b0d7368e14f3b0a974927d37063df25d098247dc d7f5c00f1d629e4ebcc49d351b0c68b28aa6fb3f e844f7227e2546c5ee95217e61198f4bf64557f4 ea2950df7bce0bbea2b26739dfcabe00ca82c1e8 f3522d00b8a3dad78f4cf809ae84f3558abfefc2 f3cee4f1198cb39f0080a2bf59a36082df9101d7 Package: ros-jazzy-ros2-medkit-param-beacon Version: 0.6.0-1noble.20260902.102016 Architecture: amd64 Maintainer: "bburda" Installed-Size: 243 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.20260902.102016_amd64.deb Size: 75344 SHA256: e02f5b6a9218ba23d3b79e2516afd25e32edb4f961744ead48ce964a01f0aee4 SHA1: 0a09f5be280688b52bb154d4294e0bd4ad9bbd47 MD5sum: 44a501999d68a6d232d29ae3d1558010 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.20260902.102016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 922 Depends: ros-jazzy-ros2-medkit-param-beacon (= 0.6.0-1noble.20260902.102016) 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.20260902.102016_amd64.deb Size: 873288 SHA256: cb0e3c8b51d4160ac92f8af651a61a41ff55a83b32bd852c8fed6dd73b4b2164 SHA1: ca2ff1dad04d4560dfedaddbe589b77745379125 MD5sum: 209d74ce5d5aa5e5896e4de904483b76 Description: debug symbols for ros-jazzy-ros2-medkit-param-beacon Build-Ids: ae99b2e044b63c26857948838253bcca02ec72f9 Package: ros-jazzy-ros2-medkit-serialization Version: 0.6.0-1noble.20260902.083516 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.20260902.083516_amd64.deb Size: 189172 SHA256: 6caeefdd9320644a0bd8da4d4741fd893a1f328ee16e38d3ae4d5863bde78e8b SHA1: 2f63abd2b74627040b927460f2d5522ea7c658fd MD5sum: d20d5e67c289604659ee62ce2ce37756 Description: Runtime JSON to ROS 2 message serialization library Package: ros-jazzy-ros2-medkit-sovd-service-interface Version: 0.6.0-1noble.20260902.094259 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.20260902.094259_amd64.deb Size: 52382 SHA256: 0544b0f349f88f709adb704ca7c3460c1fed40701128272fe113332a0e1cd4aa SHA1: d658f3388f0b3d2c3708f25ff36079e71e22fa0e MD5sum: 949755f42a58b2c701f83d0730b56153 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.20260902.094259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 1098 Depends: ros-jazzy-ros2-medkit-sovd-service-interface (= 0.6.0-1noble.20260902.094259) 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.20260902.094259_amd64.deb Size: 1009876 SHA256: 74539920f16961a4575ed301fccb686c1bc5dc84f6eb142cb8671ff889953dd4 SHA1: fdeda458c328c030207cdc998d25071cc9ab783d MD5sum: 5ceac12ec7c02fb4dc882798686a9d05 Description: debug symbols for ros-jazzy-ros2-medkit-sovd-service-interface Build-Ids: e863cb8d3b5bd5b947a7653c195b3ad8b50a32f9 Package: ros-jazzy-ros2-medkit-topic-beacon Version: 0.6.0-1noble.20260902.100100 Architecture: amd64 Maintainer: "bburda" Installed-Size: 564 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.20260902.100100_amd64.deb Size: 136078 SHA256: a56229afce220f0e1675ad6364679455ad806867ca35ce517250a77e1d7448f5 SHA1: 5708610aa2a85e7ed81940719010301bd2a09f6a MD5sum: 6885fc431a2c27857042016cc41b26b6 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.20260902.100100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2390 Depends: ros-jazzy-ros2-medkit-topic-beacon (= 0.6.0-1noble.20260902.100100) 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.20260902.100100_amd64.deb Size: 2055040 SHA256: 664dae8d14012c19e2ae5287d9b1dd2bcb2cdb266eb1f7e65cfad0af2261483a SHA1: 0e138b2d1eeb881a653508905670bf4311324aaf MD5sum: 18456bd769509bf951785599c43f0393 Description: debug symbols for ros-jazzy-ros2-medkit-topic-beacon Build-Ids: c79068fce202d857f2901748fbb5df357ad60357 Package: ros-jazzy-ros2-pulse Version: 0.4.1-2noble.20260831.021929 Architecture: amd64 Maintainer: "Tanay Kedia" <95276223+TanayK07@users.noreply.github.com> Installed-Size: 262 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_pulse/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-pulse/ros-jazzy-ros2-pulse_0.4.1-2noble.20260831.021929_amd64.deb Size: 82944 SHA256: 8d840d6225cf8e78cc27badb72618b1f7a625ef967893725d0daf7c5993af1e4 SHA1: bec2684a56e25139c2144bb189049d456c08bfab MD5sum: 22bc4558762ec629ab49bcfdc432cf2c Description: Near-zero-overhead ROS 2 probe for per-topic message frequency and active-node liveness, covering both inter-process and intra-process traffic. Works on stock ROS 2 binaries via an LD_PRELOAD shim over the tracetools instrumentation layer: no patched rmw_implementation, no ROS recompile, no privileges, and no DDS traffic. Package: ros-jazzy-ros2-pulse-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-pulse Version: 0.4.1-2noble.20260831.021929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tanay Kedia" <95276223+TanayK07@users.noreply.github.com> Installed-Size: 1097 Depends: ros-jazzy-ros2-pulse (= 0.4.1-2noble.20260831.021929) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-pulse/ros-jazzy-ros2-pulse-dbgsym_0.4.1-2noble.20260831.021929_amd64.deb Size: 1059058 SHA256: 9a15796f54070ac6bbc33b1c53c80ddc74136c518ba43f1c193ce932c0c00fc3 SHA1: 458a2d29ed3b20d56d1cec96521f2ee922cab858 MD5sum: f261016d1213fd88f40ac448f63d5b3e Description: debug symbols for ros-jazzy-ros2-pulse Build-Ids: 102fd3012329e5b3570547837e4d9c872ac79088 960d709563a7350f9f11e78b154953b5976cbbe5 Package: ros-jazzy-ros2-snapshot Version: 0.0.7-1noble.20260903.085024 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.20260903.085024_amd64.deb Size: 226412 SHA256: deaaf6e0e73e0f8401ffd39ddf3725ceee3e842ff973c21c5a2f3aa1143b88ae SHA1: 908577d6f6be5ab529cfc8fd152684f02166595e MD5sum: f5b4bb3e39593b06233d9dd1aa76ccbc Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260903.011939 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.20260903.011939_amd64.deb Size: 199104 SHA256: e2de7ea25eaffad029e0920d15fa165f1abd3824d6acb761ed1988e4d8626d38 SHA1: df57ade9201867702925840346c69060450df2a7 MD5sum: 228ca01b0c9fbedd5d4fba6ba628ce6a Description: Simple wrapper around SocketCAN Package: ros-jazzy-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260903.011939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 4895 Depends: ros-jazzy-ros2-socketcan (= 1.3.0-1noble.20260903.011939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan/ros-jazzy-ros2-socketcan-dbgsym_1.3.0-1noble.20260903.011939_amd64.deb Size: 4112790 SHA256: b700e78db9965b3b0d5fdee664ff4c705740e58952d7b8b8ecdbe2f369dcc831 SHA1: a70e0584fa2fa59286d617c6c5362bcd599d9b72 MD5sum: 023976068799664d2a2de4df356f26d3 Description: debug symbols for ros-jazzy-ros2-socketcan Build-Ids: 2e9c34e5b8f970430664fd461cf6719d9ae3a657 3a3df45631469b643b065b5c041a8fd8246172b4 52b1d74a3f61f8a73c60a6293f9dc7e5ff2902c2 6c61c377d9834795efcc4f00385d28a2173100ff 90f136c34e23c04123e5c482cc89f6b8f895f923 Package: ros-jazzy-ros2-socketcan-msgs Version: 1.3.0-1noble.20260902.031030 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 487 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.20260902.031030_amd64.deb Size: 50528 SHA256: b7d18cc42997793dbfff73386f749bf16f6383bc963609d94265af328b621554 SHA1: 1e578a600f0be4d9895f41dddb10367101f12e51 MD5sum: acc8f3eb5460974c4729ab2881447e96 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.20260902.031030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 314 Depends: ros-jazzy-ros2-socketcan-msgs (= 1.3.0-1noble.20260902.031030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan-msgs/ros-jazzy-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20260902.031030_amd64.deb Size: 218376 SHA256: 4aa84cb588cb17f975d67e696a18672f24ce3e31e5ce5c7dd3547b03334e4753 SHA1: 0cf070c75a25a345d20722a135a63b64726fd8c5 MD5sum: 6a40cb9549bbb4888e04fa35d467d054 Description: debug symbols for ros-jazzy-ros2-socketcan-msgs Build-Ids: 095a9487e4a7102fc6947cf31d2b380d6a5faa80 1165d555673f6091a862e05a643d3e0dd283a2a8 29ead1704e427ffa11b1b6ea117f3a9213db71ec 3aa5aab1241759693ec77284baafb1188381bd21 46b1862982a41769c252f878c3e04d8da2e833c9 5e137a7fad5cc45af5d2ca0b3e305498c5dd168d 8d7222d7ae2dca1bfb307401743c9e8ec9ee9cd1 8e00e89c642869355def462cfcfd84e229a0ef58 9fe009dcaaaf7aa61454d44873f3cf83e4ea9f64 ec7dfa7a8265aba974b4d44d4b58c0dcfd26acb8 efe146aab99c75393197ddb4a5e31f404cf4c2a9 Package: ros-jazzy-ros2acceleration Version: 0.5.1-4noble.20260903.070315 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.20260903.070315_amd64.deb Size: 13456 SHA256: 09b5000ee0511f15d7c469420b303b2196a2859dcd10da012d2b1111f7132959 SHA1: 7487c731f9ef246202f49985b32aae358e80061b MD5sum: 4be93ec3d117ec5ecacfd0eb76e63f02 Description: The acceleration command for ROS 2 command line tools. Package: ros-jazzy-ros2action Version: 0.32.12-1noble.20260903.070315 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.12-1noble.20260903.070315_amd64.deb Size: 19726 SHA256: ba49c28f60865c154e5de1fe05ec44efaf5c83c0f68aa1f1173da7ba7a63340b SHA1: f8c259599d93271a711862da57797e94662f7d36 MD5sum: d66aae1b8342f982b82c1f6f4b051209 Description: The action command for ROS 2 command line tools. Package: ros-jazzy-ros2agnocast Version: 2.3.4-1noble.20260903.070332 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.20260903.070332_amd64.deb Size: 39356 SHA256: a6bf1f6594df625309932cb77bd85fd35b274efb70a6ec621d5132e5776e0005 SHA1: 1b15ccca60caf4b3f231135efbd8ae50c5f7eb87 MD5sum: 183c7f9225ad878e430016779069d7ee Description: The ROS 2 command line tool extension for Agnocast. Package: ros-jazzy-ros2ai Version: 0.1.3-4noble.20260903.070408 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.20260903.070408_amd64.deb Size: 24264 SHA256: 36f7cb8bed6aa21315ec1439e0b3806cbaa5bc31030dbf17dc43c8b7b5382254 SHA1: 91d0aa72044e084ee558a156dd75e10054c8e1ae MD5sum: 04becbfcceb7db989c79d9c12c5dbaff Description: The OpenAI command for ROS 2 command line tools. Package: ros-jazzy-ros2bag Version: 0.26.11-1noble.20260903.091706 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.20260903.091706_amd64.deb Size: 43212 SHA256: 719b3a5f418cc2b3a746ec7df71919cbf221e538c7f5880809343c0506550289 SHA1: ecf9576d10a6b345687b5ab42395cb455a00bf06 MD5sum: f8b0f6c6737b231a90ddfef9f6ca82ab Description: Entry point for rosbag in ROS 2 Package: ros-jazzy-ros2cli Version: 0.32.12-1noble.20260902.102710 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 237 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.12-1noble.20260902.102710_amd64.deb Size: 54232 SHA256: 107b50a60d4b7f6a0a6a6123e307d102ff0e622d5bd3ea17a03fc70052a3063c SHA1: 1edb12ca937203a24da6159d89a749394e6c22c8 MD5sum: 1b7e15e9d7056f895dff6805ab1c8e71 Description: Framework for ROS 2 command line tools. Package: ros-jazzy-ros2cli-common-extensions Version: 0.3.1-1noble.20260903.085021 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.20260903.085021_amd64.deb Size: 5758 SHA256: f29bcd9f573b52c72dc601684d95cb55c39fe2c595a7c56ada3590cf39a346f2 SHA1: b5a709b640485b4a04ab6e1ffcaac79519dcb47a MD5sum: 2a47d164be2b31944d53ed5372b494ee Description: Meta package for ros2cli common extensions Package: ros-jazzy-ros2cli-test-interfaces Version: 0.32.12-1noble.20260902.031309 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2571 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.12-1noble.20260902.031309_amd64.deb Size: 168480 SHA256: c49f97a8000a313fdbd036d081535320e0bed854f333b9a2111f2b7ef32a7db8 SHA1: c1b56f99edf4da185d04de43a8eba08adec08201 MD5sum: db35f9e91cb76727545b5eee47831af9 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.12-1noble.20260902.031309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1497 Depends: ros-jazzy-ros2cli-test-interfaces (= 0.32.12-1noble.20260902.031309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces-dbgsym_0.32.12-1noble.20260902.031309_amd64.deb Size: 1087898 SHA256: 4eeba70c8330058d8fb3f8902b096e2861f47dccc2f0def7f264d5276951c526 SHA1: 91ecda0d3237fd4ee6eb77abd3b0deba1931543c MD5sum: 73fa8606d45f8edccb3ea4f079fc4d43 Description: debug symbols for ros-jazzy-ros2cli-test-interfaces Build-Ids: 193a42412420274f0a6ca3f8fa1f693db746e4c6 19dd2af5c4b2db5def89c266306f672b12cdd66c 1e67875fdbf412de840bd1c09d5f47004c0f5450 3ff99b302b635bcb91a2860d3fa8908806bcedb0 520756f30d50152c015f865fd127f3b6fd03e762 8266537069fa189eb57391346c8bfe64444262c0 98730550969a4b40d4f1f21e2cc94f7646f326e1 b15e0fe0452228e2ee848326cb4e8b84390cecd1 cfd0d49e51fd8e6985d9c7c4f4b064255a4db73f f1e0bd6018956b9a60136708bfb5f4112567f2e6 f245a88544ff731708d82a46f592cf6122f03e47 Package: ros-jazzy-ros2component Version: 0.32.12-1noble.20260903.084755 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.12-1noble.20260903.084755_amd64.deb Size: 22946 SHA256: ec8c99d9058092f8430a7d117714f7df861e68ca5b3597c809a205830adfa1ec SHA1: 01a74358b1c03c07bb6781d66bc2c947926ee612 MD5sum: 89da7ac65d9d1000edadb2c24edd3e67 Description: The component command for ROS 2 command line tools. Package: ros-jazzy-ros2controlcli Version: 4.48.0-1noble.20260905.074402 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 169 Depends: python3-graphviz, 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.48.0-1noble.20260905.074402_amd64.deb Size: 34556 SHA256: 5e394b0553e8c675e125d5fbb066ec0de5c0054ae29c2c9435e48901dbf72342 SHA1: 138f3e995e4e6ea14777f412c48d3c9036f3632c MD5sum: ca63d5395590ab96fecff195d4ba9dd7 Description: The ROS 2 command line tools for ros2_control. Package: ros-jazzy-ros2doctor Version: 0.32.12-1noble.20260902.103121 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.12-1noble.20260902.103121_amd64.deb Size: 41752 SHA256: 34740da141f3f5e8253d40f0431af963b1f38a20a465c874fa50de1237e65298 SHA1: a6403322172fe8e34e5a31a8134881c97b5bdf8a MD5sum: ae5a0c9b00b7932725db8327a6cf4225 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-jazzy-ros2interface Version: 0.32.12-1noble.20260902.103123 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 94 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.12-1noble.20260902.103123_amd64.deb Size: 19294 SHA256: 2bb95d0b8e205737599b8fde27950d4cd8fdc531199c44666b9b0fc88f355eb6 SHA1: 85da827854024ead4ec721fb4e812f0f08c91807 MD5sum: d326fc679f0351ea1f8d05e06afcbaae Description: The interface command for ROS 2 command line tools Package: ros-jazzy-ros2launch Version: 0.26.12-1noble.20260903.074444 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.20260903.074444_amd64.deb Size: 18208 SHA256: 1439f7844dc70e3a6ef2ab65f23d421f0cb6114f39c7341db1d80a9f91453792 SHA1: 862f29797f431e0687b225f8238a953becee7ced MD5sum: efdd6ccdee0221b873f6782db620a787 Description: The launch command for ROS 2 command line tools. Package: ros-jazzy-ros2launch-security Version: 1.0.2-1noble.20260911.015642 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 60 Depends: ros-jazzy-ament-index-python, ros-jazzy-nodl, ros-jazzy-ros2launch, ros-jazzy-sros2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2launch_security/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security/ros-jazzy-ros2launch-security_1.0.2-1noble.20260911.015642_amd64.deb Size: 10126 SHA256: 333bb0c1e774f22f50dbba1811f521a63cd53672b47c5600317e6fa41679635d SHA1: 2d2b47aca6f763485aa368f3308368a696b2d63c MD5sum: 6f13effc886c74907ae310c3a4e096fb Description: Security extensions for ros2 launch Package: ros-jazzy-ros2launch-security-examples Version: 1.0.2-1noble.20260911.015921 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 749 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 Homepage: https://index.ros.org/p/ros2launch_security_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples_1.0.2-1noble.20260911.015921_amd64.deb Size: 154900 SHA256: 9a047251c9ed0a37730ae1dba3c69d14971d83ec44c578647060078db98b9cf8 SHA1: e552153dba2de523115d53145e1ed7e474f70bea MD5sum: 881d1ddace13a5e433a085c032ef8462 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.2-1noble.20260911.015921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 3896 Depends: ros-jazzy-ros2launch-security-examples (= 1.0.2-1noble.20260911.015921) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples-dbgsym_1.0.2-1noble.20260911.015921_amd64.deb Size: 3355234 SHA256: fa05d4128d6d72d8e11d25f6b743ba98d91329fdf66ab2c15ec8442b20395614 SHA1: 31ca33954c7dc16ce116875976c34ee98966612d MD5sum: e61454d1fa4e36b4452253e0404666c2 Description: debug symbols for ros-jazzy-ros2launch-security-examples Build-Ids: 3fb62547f0720a6858d5378a22ccc3364c415144 532c7590bad6be78c7f2f8f54b57e380722d522a 605386707df77746e2e25d4147a778a016b19c5a aaeb4c9f5fc0c05f47d8aaa55407976ae0e93827 Package: ros-jazzy-ros2lifecycle Version: 0.32.12-1noble.20260903.084439 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.12-1noble.20260903.084439_amd64.deb Size: 16274 SHA256: e78186a882bb1243ec0f0f10468c7112f63a5eacb13de7f4efad0279fb838e1b SHA1: d1cb58f32f996e7fd2b96b754b8ddc38f2523e71 MD5sum: 306a9cf6ec9cc72639b97955322debcc Description: The lifecycle command for ROS 2 command line tools. Package: ros-jazzy-ros2lifecycle-test-fixtures Version: 0.32.12-1noble.20260903.070404 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.12-1noble.20260903.070404_amd64.deb Size: 14346 SHA256: 59ab525663e83f78f0e52a8e678b917df2e2f46836af5fd3c5a1c578775d47d9 SHA1: a282afc1bac6401fbdec2e7c922d529517d3f58a MD5sum: 58578323c906c7c2708caee0b2fef024 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.12-1noble.20260903.070404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 257 Depends: ros-jazzy-ros2lifecycle-test-fixtures (= 0.32.12-1noble.20260903.070404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures-dbgsym_0.32.12-1noble.20260903.070404_amd64.deb Size: 241126 SHA256: 39f15b1999bc49742caa5b35dce53cb6f4ae8fb244ae0c794061ea9d47031745 SHA1: 243fa78e31df287bdedaf43e5628e2fef52be36f MD5sum: d475ec55e51442d98b16f75b6fa4ce47 Description: debug symbols for ros-jazzy-ros2lifecycle-test-fixtures Build-Ids: 5cd8b246507f3f38ec808883f615767aeaf7f088 Package: ros-jazzy-ros2multicast Version: 0.32.12-1noble.20260902.103136 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.12-1noble.20260902.103136_amd64.deb Size: 10786 SHA256: 10f45093b531e59ab989d55fba72bff57e542494da6809f9d07d9cba4531489d SHA1: 335ffe9833c0b7daaa5a51364422e510dd0ac2f0 MD5sum: 84d018d881a05d08fe0231c0a5fd18d0 Description: The multicast command for ROS 2 command line tools. Package: ros-jazzy-ros2node Version: 0.32.12-1noble.20260902.103130 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.12-1noble.20260902.103130_amd64.deb Size: 15380 SHA256: fd77461d6521a05c25b4474d06d1af6b6de6dd1b483402c220cf3ea5223d5f13 SHA1: 3ae4bf3051033ad1bff95efd3f679d1d29e607dc MD5sum: 8cdeb13952445003e02e1ac6072aa012 Description: The node command for ROS 2 command line tools. Package: ros-jazzy-ros2nodl Version: 2.0.3-1noble.20260911.014411 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 133 Depends: ros-jazzy-ament-index-python, ros-jazzy-nodl-conformance, ros-jazzy-nodl-observe, ros-jazzy-nodl-schema, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosgraph-msgs, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2nodl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2nodl/ros-jazzy-ros2nodl_2.0.3-1noble.20260911.014411_amd64.deb Size: 33192 SHA256: 0387a51cfa1589b09c0b0b24b014d908c95470a6fd5c310d4de9ce8fb255e8d4 SHA1: 7bae531cfab99cf15489442d60cb46226c660dc2 MD5sum: 2fa83031fb1d1d304311f56f70f0163c Description: ros2cli command entrypoint for NoDL. Package: ros-jazzy-ros2param Version: 0.32.12-1noble.20260903.084453 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.12-1noble.20260903.084453_amd64.deb Size: 23156 SHA256: 4219605db18049e78a3bc09594ede542df388a97f27cc2d6f8dceaae619a4c83 SHA1: 1de0e355d040e8064c3a6c5fe6d018776b9dfcbb MD5sum: bd64616dd0bda81fc42d687031f29622 Description: The param command for ROS 2 command line tools. Package: ros-jazzy-ros2pkg Version: 0.32.12-1noble.20260903.070408 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.12-1noble.20260903.070408_amd64.deb Size: 30528 SHA256: bd5ec422aa21df60930139ec38896ea53f65e1d0f6225c83944cc677a4e65cab SHA1: 32a501cc6264cb672ed9a254436e0e8f7b3b06e9 MD5sum: 0e13038e19a8bfb7a5abd91fbf0a1620 Description: The pkg command for ROS 2 command line tools. Package: ros-jazzy-ros2plugin Version: 5.4.6-1noble.20260903.074527 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 Homepage: https://index.ros.org/p/ros2plugin/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2plugin/ros-jazzy-ros2plugin_5.4.6-1noble.20260903.074527_amd64.deb Size: 10060 SHA256: edbc8247510b368cd8bdae2d9a89114bef2e7cc34131cd76bf63f9c2d720493d SHA1: 17ace2b46f7e67f95a35c263c9acac61371b2c2c MD5sum: ebdf9f49761c37c4210753d98b01a1be Description: The plugin command for ROS 2 command line tools. Package: ros-jazzy-ros2run Version: 0.32.12-1noble.20260903.074618 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.12-1noble.20260903.074618_amd64.deb Size: 9914 SHA256: f715c973decf614d5d511ffdd529a4c07f98572d904052605fa2b600e104da37 SHA1: 2503ccc3fe9468915bd017badeb0e7da2e19e5cd MD5sum: 69ceff7b99cc474d249984c9146e49ba Description: The run command for ROS 2 command line tools. Package: ros-jazzy-ros2service Version: 0.32.12-1noble.20260903.074340 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.12-1noble.20260903.074340_amd64.deb Size: 23238 SHA256: 2627ae450baef1abe0e8b34305a279e74d984a62dd4c27f0993cd536199d659a SHA1: 9fe0734c12ead66a37ac1476f3ac20370e7c11de MD5sum: 943e4d51ddf02568be2a866066f9bf24 Description: The service command for ROS 2 command line tools. Package: ros-jazzy-ros2test Version: 0.6.1-1noble.20260902.103038 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.20260902.103038_amd64.deb Size: 5588 SHA256: 6b7c814fbf2e431e0ee7d7ff1bd4b3a6c6071f61e65d1d7c963c69723c8b6dcc SHA1: 1916112d29683fab2c1bfdf8f6b28f73af327888 MD5sum: 9c99a259991da54ee3b47de2ee23271e Description: The test command for ROS 2 launch tests. Package: ros-jazzy-ros2topic Version: 0.32.12-1noble.20260903.070408 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.12-1noble.20260903.070408_amd64.deb Size: 48814 SHA256: 315babc518237de2ec505b45819294ee964f93245bcaa9cd1f94e6e1c32937f0 SHA1: 96981c42baa0c09b8c613df7bf802408275bdf76 MD5sum: 92563fa2aa84de6c4b287233f51a746a Description: The topic command for ROS 2 command line tools. Package: ros-jazzy-ros2trace Version: 8.2.6-1noble.20260903.070424 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.20260903.070424_amd64.deb Size: 7830 SHA256: 938b65fcbc3ae69eee72ac3608450cb0f5f9337b69b175a938e1423c92022e2c SHA1: 0dcc7847ba9182d6fe48bbb5ec82bf3d58941f6a MD5sum: 33e28d6995a9b79d72d8b0c6d778f517 Description: The trace command for ROS 2 command line tools. Package: ros-jazzy-ros2trace-analysis Version: 3.0.0-6noble.20260902.103219 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.20260902.103219_amd64.deb Size: 5954 SHA256: e4dc87b19d193311919855f3080336ef7d0d966391d42c164d810331de7efb12 SHA1: e5f8fe37da1aed490b5016a4a6e3d1f53327c11e MD5sum: 4fe62808e3611813ddf52b657c6bc817 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-jazzy-rosapi Version: 2.7.1-1noble.20260903.074505 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 130 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.1-1noble.20260903.074505_amd64.deb Size: 21676 SHA256: 741b9157a42c6cf509da1edacd6b756c7906cd40f1fd83936f9e787b59103829 SHA1: 2f1f4d7af9caaca2464902aa90ab45cc47a56058 MD5sum: 6cd1cd07f89e6ced3a94503dda45fadd 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.1-1noble.20260902.022208 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12181 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.1-1noble.20260902.022208_amd64.deb Size: 693682 SHA256: 75354ad89f63abe26d6f8ee0e11cf8a7c95430cf624053bbf11e4473ad5fa9cc SHA1: 84e0296c33b717e2cc72a41415891981fe6a48e0 MD5sum: d2944d1a9f19203ce4fd27a1a46260c0 Description: Interface definitions for rosapi package. Package: ros-jazzy-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosapi-msgs Version: 2.7.1-1noble.20260902.022208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 9346 Depends: ros-jazzy-rosapi-msgs (= 2.7.1-1noble.20260902.022208) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs-dbgsym_2.7.1-1noble.20260902.022208_amd64.deb Size: 7442760 SHA256: 860250bb46c37dae4d4157127297030644a82ef3dafa5168d89103d84795db3b SHA1: acd9c79895077fa6de315ff45ed293e998108f61 MD5sum: 1a9ab42cd6748ed88895678707a5741a Description: debug symbols for ros-jazzy-rosapi-msgs Build-Ids: 328421136f4fd20b77824425e999b78cab40b2d0 4eaf8d15c1576077ab767eba32da73cf095e4416 5ceb23f67392352d422e384a587c60713d4e7d43 702fdd6ccb2f09087350ab868cdde4392afea158 a51ed3739651b450fbf04eefc83174a77f6408ee b533519455bd05b7c4789d0b37c8d0dc6b2e6eb8 beacd96d77162424c1e87db59da4adf064d78b77 db489a4aecd7c2a2f4b92f037f4f89462f805adb e7bf85b79b05cbd6296f90c24ab29817e7cb4c3e e8ec572dbe2ad94df399255b3fd95f1441e205c0 ea0f039d23e5b985261b1e3424688f7692e9d762 Package: ros-jazzy-rosbag-timing-inspector Version: 1.0.1-1noble.20260903.070515 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.20260903.070515_amd64.deb Size: 728116 SHA256: dc5d7bf240b4130d5372e67b1251a83e813f9e283d7a8bbf974646098e69d164 SHA1: b865444d86fb6e2b56fede261f65f76a28b34630 MD5sum: e5c45e5979bb05af41dfb5391e840d61 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.20260903.070515 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.20260903.070515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag-timing-inspector/ros-jazzy-rosbag-timing-inspector-dbgsym_1.0.1-1noble.20260903.070515_amd64.deb Size: 5393820 SHA256: dcca645cf934650cec299cdfc3fc4b75fff19f4c601abcdc61602514ef4d8b26 SHA1: 8a0e71bbe2c78536aa73801f4fb0fb7c49dfb5f3 MD5sum: 3ea682fd13d24920849247d44cd1a4aa Description: debug symbols for ros-jazzy-rosbag-timing-inspector Build-Ids: 9bdc413a055a2b00a93766ecd5d6bb630b287e6b Package: ros-jazzy-rosbag2 Version: 0.26.11-1noble.20260903.092044 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.20260903.092044_amd64.deb Size: 8876 SHA256: ec17b5b559513b528caf1c8404b407daceda31993c903f85efe8ce16b6659a62 SHA1: 28f1c4a79b07b4cdabc9a7e763fc41087159450a MD5sum: 7ab7c89833b2af2a60fa46eec1c66c9f Description: Meta package for rosbag2 related packages Package: ros-jazzy-rosbag2-compression Version: 0.26.11-1noble.20260903.070441 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.20260903.070441_amd64.deb Size: 135056 SHA256: 28c6851b3711be09301c3b01971f99125f7f88d4b5e67c388541f1a6f02cff80 SHA1: 1856fc92460b94750cfb31a422e29c55acccf4de MD5sum: fd6d4c7a1ad4e24f5091691ad932d2ba 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.20260903.070441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1723 Depends: ros-jazzy-rosbag2-compression (= 0.26.11-1noble.20260903.070441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression/ros-jazzy-rosbag2-compression-dbgsym_0.26.11-1noble.20260903.070441_amd64.deb Size: 1617420 SHA256: f26087d890656e788aa1a200e8501bc867192c9435d5622b1476a6177422f803 SHA1: 5646cf3f4fb63886fd47f1d16b116f6f2b0a26d3 MD5sum: 5cbe38b26786eb3160c80ce7551ee6b5 Description: debug symbols for ros-jazzy-rosbag2-compression Build-Ids: 122eca9738df8f84a3132fad3cfa2c23af922a03 Package: ros-jazzy-rosbag2-compression-zstd Version: 0.26.11-1noble.20260903.075117 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.20260903.075117_amd64.deb Size: 32680 SHA256: 576f0b7279d15f0d8a96f602c18847c3c71135c2ddbab0d07dfddc0cbe1444d8 SHA1: ce1cd93c0957c75ebe09301f522797b4b1045136 MD5sum: 2f02e7d0c3e37ac639837a10af1071f5 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.20260903.075117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-jazzy-rosbag2-compression-zstd (= 0.26.11-1noble.20260903.075117) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression-zstd/ros-jazzy-rosbag2-compression-zstd-dbgsym_0.26.11-1noble.20260903.075117_amd64.deb Size: 273774 SHA256: 3562a7de13769ee395fb7083d3b4c7f1f92e0b4ca124ee4fe2fe7d36cf0ffecf SHA1: fcef0b17eed68b7cb1498b03f0fc7f6b039f6fbb MD5sum: 17f563dafb02a91342838a478a9688b9 Description: debug symbols for ros-jazzy-rosbag2-compression-zstd Build-Ids: 85a646e04cdf8a0c2dbdf985be5cc63c6a0a0535 Package: ros-jazzy-rosbag2-cpp Version: 0.26.11-1noble.20260902.083107 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 851 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.20260902.083107_amd64.deb Size: 236872 SHA256: 3b0262ad5deb6979ab15533c7dedaa441dc29f81b8bf44903e9f3aecd4a48680 SHA1: 12f52d49c7ed4b328dcff6240f202629de9f4023 MD5sum: 4ca639b7c25e01d79a5e029bd0f31c93 Description: C++ ROSBag2 client library Package: ros-jazzy-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-cpp Version: 0.26.11-1noble.20260902.083107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3919 Depends: ros-jazzy-rosbag2-cpp (= 0.26.11-1noble.20260902.083107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-cpp/ros-jazzy-rosbag2-cpp-dbgsym_0.26.11-1noble.20260902.083107_amd64.deb Size: 3730424 SHA256: f86fa97ba47b6ed2f60a59628714f9000c7b325b12293cd7c925f1edf00c2ac9 SHA1: 52dd30b94518ad5cc2bbab8d2ff2ef7191a5c00c MD5sum: d6de4646a8d2e53305f30b1b7088a096 Description: debug symbols for ros-jazzy-rosbag2-cpp Build-Ids: 1e8b8b807b5f76115c990bd2e3aa46485a708b24 Package: ros-jazzy-rosbag2-examples-cpp Version: 0.26.11-1noble.20260902.084103 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.20260902.084103_amd64.deb Size: 103442 SHA256: 94bb355099b20ade8acdf9cb384ea908d0d8e103696396f3c3fc23b11c121bdb SHA1: 1ad582b132e37b699c15c8c75dbde24a11602923 MD5sum: 1af688b0934bfb0a319994e3edcef1fa 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.20260902.084103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2837 Depends: ros-jazzy-rosbag2-examples-cpp (= 0.26.11-1noble.20260902.084103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-cpp/ros-jazzy-rosbag2-examples-cpp-dbgsym_0.26.11-1noble.20260902.084103_amd64.deb Size: 2505486 SHA256: ec0f530e7bba5fc74454e21f1869002b4c59698aaad1ccd05818eb7fe18515f5 SHA1: cbc83e0aaa6841b66148bbd9efdc19d4dbb314f7 MD5sum: 39022c7b2a26c3ffe01bb3817907de92 Description: debug symbols for ros-jazzy-rosbag2-examples-cpp Build-Ids: 0486840e82790c0f276c052e57a581083d278ead dcf683a78e76769bc20806e285c02067edcf8a1f efa9ce06d273413c0336d835dc83c9745a62dcdf Package: ros-jazzy-rosbag2-examples-py Version: 0.26.11-1noble.20260903.095111 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.20260903.095111_amd64.deb Size: 10162 SHA256: 1f44a03e71f368959b30ca2f98a42465f8417b70f275a9446ff382e336e7cf64 SHA1: 131e14fa78fcdbba3005abed12e6b4417d2ee642 MD5sum: ed16975c6c0c802af7a056a9d75208ef Description: Python bag writing tutorial Package: ros-jazzy-rosbag2-interfaces Version: 0.26.11-1noble.20260902.022225 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 7159 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.20260902.022225_amd64.deb Size: 401230 SHA256: 1dc8a0b7060941be1664bb5f0824d911a088497a70204ce6ae2ee6356bfb64e0 SHA1: 15bd66af941b90667f8a42d9481046bb999a6f74 MD5sum: ea14f101f9c90c4c3d503dfae9e0f07d 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.20260902.022225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 4697 Depends: ros-jazzy-rosbag2-interfaces (= 0.26.11-1noble.20260902.022225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces-dbgsym_0.26.11-1noble.20260902.022225_amd64.deb Size: 3585784 SHA256: 6286ebb7f12f736dcb42490e97128e44be324c1a9561af37654e5d6ea5d86c07 SHA1: f2f72e5e7ad64f5ce2c543d6bd7b7819c77304ff MD5sum: d0fd37059d1e7c7f06bf2efea5fec01c Description: debug symbols for ros-jazzy-rosbag2-interfaces Build-Ids: 0c051c4d52aeec871129acafe10274b441d0313e 0ea6e9681532ef3908ea0123c39d000f7cc2cf11 4f7487b896199e0b02d4d766678573634095712b 50a2769edf9ef81efd48403ce7808a3e1340f11b 67da9847452f2f1f3701700ffd6cfe3309e15de6 70ed17b2e92bcc358af35c63881f1f0b31600401 7a69129d608efb2547040afe5d43760f7e6cc53f 91bad66e08bdb2988a3fde888127af1d245d80e4 bcdea3bcd019bb759407d7afd214245fd0c0650b e34bbe2b77a7745094e9f4d3626e5857b0bfb982 ee3fca56aca15acdf93d7bb83e482cb9babd75e4 Package: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.11-1noble.20260903.091658 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.20260903.091658_amd64.deb Size: 330582 SHA256: 0433df00553cb6853bad5c7646ec16a8f8f8e326499ec3fce01bc0d0332ab147 SHA1: 80a2f7b0006826e2e53b948ba238c840a6187240 MD5sum: 7c7813241f0600c1f007cff399237422 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.20260903.091658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9068 Depends: ros-jazzy-rosbag2-performance-benchmarking (= 0.26.11-1noble.20260903.091658) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking/ros-jazzy-rosbag2-performance-benchmarking-dbgsym_0.26.11-1noble.20260903.091658_amd64.deb Size: 8052062 SHA256: ce64f7324e8276d2e359acf99f04cda8b827e01eb22c8ec94d9e312b244c4e9f SHA1: e507bb4f63facf913f1c32c830193e52752b4fc9 MD5sum: a22ac3e69d7250074b52d5ce822178e9 Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking Build-Ids: 07111edf4beabd8badfec6c6667acaa7fd7c84eb 9f568251b07da6281a6f810c69f34b61a95b73ef dc8ae23cc6ae79d0d1ddaec62d2dd5e61fcf6770 Package: ros-jazzy-rosbag2-performance-benchmarking-msgs Version: 0.26.11-1noble.20260902.031049 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 460 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.20260902.031049_amd64.deb Size: 44878 SHA256: 2c91543ad312ede588af56eb0924b8c74ba5164b27bb0be86035eb4e87e04b9d SHA1: de32616a6d7fa0363e5b37178f7bff3a4b400a96 MD5sum: 65072201875cf1b7736bfbc8de6f504f 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.20260902.031049 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.20260902.031049) 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.20260902.031049_amd64.deb Size: 189372 SHA256: 7a4f190dcaac4b7451e3bd92c3d9c363e378de90283e12a1010ee658b968000d SHA1: 23bfdd22aa267e608439e0e7ddd5078ae9475198 MD5sum: 523abf27b7f860a39ec23e3f1984a79d Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking-msgs Build-Ids: 349e29c546fe2e873243ed3c6f47e6b16be6322d 38d7b6697cacb6cec02d307a2fdd96eebf6bd3da 4240d3dc079e0c4273ef33cb11e8cd94aceddd9b 5ab6e98726f9727b6cac42f4f0244eaad419d8a0 608a942350a2cbd2a17604faaad5919ba95401b3 62c99480d7361972dcf8a929558e3e75c27d183f 6d774717413f9176f22c19e73d6bd61c7022ef36 82a21952091edf334b5a208017406e7e00696141 8cf52d8a2661ee92b6d017ad0f0ab3e895dbc900 961f0b9d70d1e93f1a3964c9f3cab43b1df9c407 a029405155c1a467b83d8dcbf813173440c5c29f Package: ros-jazzy-rosbag2-py Version: 0.26.11-1noble.20260903.090602 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.20260903.090602_amd64.deb Size: 579454 SHA256: d9920182df85d8c8140104f57814d794744aad9716b41235924bafdfd1beb213 SHA1: 5d85f74582d95dc9a8e7074331cf8df83a9f87fe MD5sum: e5fc7cfdf0426f34490a7988c82cc0f7 Description: Python API for rosbag2 Package: ros-jazzy-rosbag2-storage Version: 0.26.11-1noble.20260902.082620 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.20260902.082620_amd64.deb Size: 183880 SHA256: 3af88ea8b649060b81ba7670f00277de09f193664e05de41f0b049c5d3f5acfe SHA1: 82229b7fa7519c68e6bf75684b85a60242192b90 MD5sum: 3f6096bc5b6a7450cdb4c47571a8cc9b 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.20260902.082620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2203 Depends: ros-jazzy-rosbag2-storage (= 0.26.11-1noble.20260902.082620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage/ros-jazzy-rosbag2-storage-dbgsym_0.26.11-1noble.20260902.082620_amd64.deb Size: 2052884 SHA256: 62b1b982f886e61f3eedef79ff598830db6873e2ce2f0feb02551d49b53783af SHA1: a47ad22153762c6b242c41d8de2e4763adf97e9f MD5sum: ddff547d854478761e918227f96bec1b Description: debug symbols for ros-jazzy-rosbag2-storage Build-Ids: 06b844e79aa822148dd8410b93c234b36bd4eda2 Package: ros-jazzy-rosbag2-storage-default-plugins Version: 0.26.11-1noble.20260903.075127 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.20260903.075127_amd64.deb Size: 5798 SHA256: d44273596090249ce9b575685d4538296dfb629032b62912c6801d3a5396e063 SHA1: 290fcec6b2179e94a4eb72045f14f4a039d02216 MD5sum: 8c15c17267a118008ab4ad341f8d425b Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-jazzy-rosbag2-storage-mcap Version: 0.26.11-1noble.20260903.070458 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.20260903.070458_amd64.deb Size: 137284 SHA256: c4691a078b7794bba04f3716b833e6b03b40dd4a28cab55ca171e471846cb1e7 SHA1: c8f9d7fc4acfcad85c160e8142e59c3d814ca199 MD5sum: 6298667bae4053b3a6546fe5e99b90f4 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.20260903.070458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1759 Depends: ros-jazzy-rosbag2-storage-mcap (= 0.26.11-1noble.20260903.070458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-mcap/ros-jazzy-rosbag2-storage-mcap-dbgsym_0.26.11-1noble.20260903.070458_amd64.deb Size: 1661534 SHA256: 0bb328ede30e102214f1b91507e2538a5cd84ba4a6d0315bd69d599a1404286a SHA1: 8c1506e95717350b737c6d6cf36e07603083cb52 MD5sum: 393576367e4bc81254d0d22bf196ba04 Description: debug symbols for ros-jazzy-rosbag2-storage-mcap Build-Ids: 9cb3b8b250900b384fa51722d4fdcaf838cb80f1 Package: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.11-1noble.20260903.070451 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.20260903.070451_amd64.deb Size: 168420 SHA256: 4b78b37d7cba3402f6bbfdd1b5e73c12091226e047b766f4aa00c4c5eeb2b013 SHA1: 70fbbdf1f0efbfaafd41a94e51aa4cdf68c055c1 MD5sum: 7c7eb8c47264a541b76344c6cfe8918f 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.20260903.070451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2059 Depends: ros-jazzy-rosbag2-storage-sqlite3 (= 0.26.11-1noble.20260903.070451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-sqlite3/ros-jazzy-rosbag2-storage-sqlite3-dbgsym_0.26.11-1noble.20260903.070451_amd64.deb Size: 1939826 SHA256: f6ed2d25fab13a707338cfeb586d29d78ebbbca7525e26d00403933dd535dceb SHA1: 7d112530f43ed789fe83d87ca7877b5dacf785c1 MD5sum: f74a90f82285863e9498fbb77db6fb9c Description: debug symbols for ros-jazzy-rosbag2-storage-sqlite3 Build-Ids: d322a6b53dd026e557404aefcf219af8b16b72fd Package: ros-jazzy-rosbag2-test-common Version: 0.26.11-1noble.20260902.104030 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.20260902.104030_amd64.deb Size: 20698 SHA256: 8b8886ca5263320e19eab3cb9ff866f25b8c0f82437c5595050094b24614b70c SHA1: 91c3ac163f190ff7a3e63b3876057e7f0ebd82d1 MD5sum: 941114670961b11c90588d6f0adfe150 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-jazzy-rosbag2-test-msgdefs Version: 0.26.11-1noble.20260902.031056 Architecture: amd64 Maintainer: Foxglove Installed-Size: 3490 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.20260902.031056_amd64.deb Size: 219220 SHA256: 7d2d8ac74260af05ffc62f84426164322a2c13e3b58c64cfe617934b1b695d34 SHA1: cf54cf13ace5eb8f906d23825ab77d2819c2f303 MD5sum: 4e24a95dbbdb14d19b63ea5d4637b830 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.20260902.031056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 2153 Depends: ros-jazzy-rosbag2-test-msgdefs (= 0.26.11-1noble.20260902.031056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-msgdefs/ros-jazzy-rosbag2-test-msgdefs-dbgsym_0.26.11-1noble.20260902.031056_amd64.deb Size: 1612318 SHA256: 938a70258d8a756e2f7a907ee81f27085f312cd8946c68ea3d96923eee02a1fe SHA1: bc80ce1c1ac33ad2725273ae15bbd4303b600e26 MD5sum: d07c506fc095a6e7664857d1bfb8766d Description: debug symbols for ros-jazzy-rosbag2-test-msgdefs Build-Ids: 0689c47ad89af758c939e07d76c412c7e6b89329 3dd564da6daa20a4c3416e7413abfbb5314fdca1 42e1b126363b05922c1c4f8d6a496e193a78d67e 44bf8b7f808385e65ae1c4087c753a992c7e1fa5 7ac92e8b7677bfe8738414bb4ac234384947292f 7c2e432bbbb0fa96ef604a690b6cd195e29a8f22 8da667862309abd41321cd11939242656070abd4 902a39a62cdc5f3831e9f62dfe3513365c175447 c1a28ad67ae971448e26b2b5db70ffc1cf1d0167 def794448e3d195f11fbe2aaa44fe85a140d21e8 ed72d7db177c43385539b326e91805c58d3a4b52 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.20260903.095019 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.20260903.095019_amd64.deb Size: 14378 SHA256: ea59a59c8bc12879435ed492ffb4d94d024c5cad012013b01652893ea0b05eb4 SHA1: a004062792e0c9872ed6dfb73cc495c9112ac57c MD5sum: 2649517fd722712d275402678b2da948 Description: Command line tool to create a video from a rosbag recording Package: ros-jazzy-rosbag2-transport Version: 0.26.11-1noble.20260903.085220 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.20260903.085220_amd64.deb Size: 402816 SHA256: 4d46b90e730abfb2b81febbd797188415a7456fa3131907c9ef4b7d6e7343a07 SHA1: 9de839a8a40495d46262c62e7a36ecae32d85a5d MD5sum: 6cc97938f3205f988a0df1dcf0789495 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.20260903.085220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9434 Depends: ros-jazzy-rosbag2-transport (= 0.26.11-1noble.20260903.085220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-transport/ros-jazzy-rosbag2-transport-dbgsym_0.26.11-1noble.20260903.085220_amd64.deb Size: 8655576 SHA256: 802579f208ec8c7b3d9f316348700fd698b717ace24e49b41b82ba46c6dc7680 SHA1: 5612c6889fbe1c1080bd978e33b15432ff1cf3ad MD5sum: 5c836c5ff55646cfa4e00aa68ee78a05 Description: debug symbols for ros-jazzy-rosbag2-transport Build-Ids: 0dbcb8a44345c98168e682931dc8803f52d67290 14978d6afb7dbb44879ec17b068a1f020a560f32 629ac3e14f9a9f0e10aa4f4ef242ff1179d4196e Package: ros-jazzy-rosbag2rawlog Version: 3.5.3-2noble.20260903.024315 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.20260903.024315_amd64.deb Size: 194248 SHA256: 5d8fa8ae1a8be8769db9aa07f355f5016b105f752a34002d71fbc274dae9d728 SHA1: 89538d9be0b2ea2a3634d8fff69eef0400eb18da MD5sum: 91f5fc9f806c5fe35d6be41aa2d2c4f3 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.20260903.024315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 2617 Depends: ros-jazzy-rosbag2rawlog (= 3.5.3-2noble.20260903.024315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2rawlog/ros-jazzy-rosbag2rawlog-dbgsym_3.5.3-2noble.20260903.024315_amd64.deb Size: 2499732 SHA256: ee1c16fc28fb10b7a89afd60987053e1fadb1f215bd02a124f5882bea68aba18 SHA1: 71eca23232a8b7d07646f5d75580f67608e40485 MD5sum: 67040a931977a822f6b3fc031320dfd0 Description: debug symbols for ros-jazzy-rosbag2rawlog Build-Ids: 7c2f801966e344f7b0f1796986f0c866d98331fd Package: ros-jazzy-rosbot Version: 1.1.1-1noble.20260905.084447 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.20260905.084447_amd64.deb Size: 8756 SHA256: 1d7f46ca1f2f166e05ab2b50c14473b541f4cae760d3045edc88e5a1d6fc5702 SHA1: 6669914e49d09d9785b0a5aaa373dfb7a3fa81cb MD5sum: 250b68a63572bc36ce03adc9579e28b2 Description: Meta package that contains all packages of ROSbot Series Package: ros-jazzy-rosbot-bringup Version: 1.1.1-1noble.20260905.084434 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.20260905.084434_amd64.deb Size: 12690 SHA256: e70c570399ac4766b663f61ed0ffa496a90cba0bb34dfbcbbf3e72d357664a4b SHA1: dd3286ddb38755eae803aa2b983d20facdc8460a MD5sum: ba649258bc660e2881a5ea736e5b5ebb Description: ROSbot Series bringup package Package: ros-jazzy-rosbot-controller Version: 1.1.1-1noble.20260905.084327 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.20260905.084327_amd64.deb Size: 13138 SHA256: f0f62f1891516abed51345b7fb8a1cb8c16edc3e3166e9430540c1ca415193a5 SHA1: 8040be30a4976fecebbaeaa255b6bcb0e3ecc159 MD5sum: f01d297d959476f6371c1627415a4005 Description: Hardware configuration for ROSbot Series Package: ros-jazzy-rosbot-description Version: 1.1.1-1noble.20260905.074233 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.20260905.074233_amd64.deb Size: 2858804 SHA256: ea4069171f06fe7e9cffbfe9acc86333b6db946e8742fe9da00ec045272d1c79 SHA1: 6baf3b4c7f1757335c14d4af1d324d8ec4844559 MD5sum: a99370d38e090df8a15574b8d1a5c85e Description: The rosbot_description package Package: ros-jazzy-rosbot-gazebo Version: 1.1.1-1noble.20260905.090025 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.20260905.090025_amd64.deb Size: 10632 SHA256: 09d7bc77253a17375d6acaa7daeda1126383ceae8200fac6297bcada5889879f SHA1: 2cb7d94215e14f89ba3441c69deb2fe8195f6d17 MD5sum: 4e168b0300cecfde77ad64e527dff7c1 Description: Gazebo simulation for ROSbot Series Package: ros-jazzy-rosbot-hardware-interfaces Version: 1.1.1-1noble.20260905.075202 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.20260905.075202_amd64.deb Size: 167198 SHA256: aaa547a99c38f541e8853e1947c905949307c028b15b2e3fe6af6790cbc89c29 SHA1: 4c80b2c1969e612972c0cd0ba40ecfc474792267 MD5sum: d8ada1c720623eff549d183298a6f27b 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.20260905.075202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 4148 Depends: ros-jazzy-rosbot-hardware-interfaces (= 1.1.1-1noble.20260905.075202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-hardware-interfaces/ros-jazzy-rosbot-hardware-interfaces-dbgsym_1.1.1-1noble.20260905.075202_amd64.deb Size: 3557198 SHA256: 02a20375a88f9da036d3828de066ab30e98608442938feca7b0f172481f1ca9f SHA1: 1f0d88a9339b541fb76933dd7e0991e195e960ab MD5sum: 3845e3f203fc6348dfc1fa35111060be Description: debug symbols for ros-jazzy-rosbot-hardware-interfaces Build-Ids: 220cf353d78a767fa1c20f7ed082b6a039828d6f Package: ros-jazzy-rosbot-joy Version: 1.1.1-1noble.20260902.103256 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.20260902.103256_amd64.deb Size: 8098 SHA256: 74e2512d3b400095533485182038fbe5c13744e7a1db74224836527c0c0cf1a1 SHA1: 6827e22355bb2cba2bfe1aaecfb940ed644a9e15 MD5sum: 229a029a507352ade50723cd18b069ce 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.20260903.025532 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.20260903.025532_amd64.deb Size: 8390 SHA256: 2338d6657a698109441273709111bf9ca11d4f912dee883cc136ecb2d34b9b4c SHA1: 21a447ba25f5d25f158fb8ba39a2f302d7fd680d MD5sum: fcc3f71be6721d7ac254f9c81841bc17 Description: The rosbot_localization package Package: ros-jazzy-rosbot-mavlink-bridge Version: 2.0.4-1noble.20260903.070525 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.4-1noble.20260903.070525_amd64.deb Size: 257754 SHA256: eff5b886492eed35fc106b19509648411d44025f9e6aa3ebcfce9a8c356b0c21 SHA1: 8e9801e84c2ede24d142d27757ebf7b7a6cb2d77 MD5sum: 8c7bc373ef465a51f41022f1ccc538f2 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.4-1noble.20260903.070525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 5970 Depends: ros-jazzy-rosbot-mavlink-bridge (= 2.0.4-1noble.20260903.070525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-mavlink-bridge/ros-jazzy-rosbot-mavlink-bridge-dbgsym_2.0.4-1noble.20260903.070525_amd64.deb Size: 5016396 SHA256: 4069b7c65ae22f5d9f4d9f73517220899058b7152d55f2826dbfd749eb82a9f5 SHA1: a7b3c2f27aae8c9792f884365495018e44b210df MD5sum: b1ea5b2c82ecf29e96aa2e3d32e34e29 Description: debug symbols for ros-jazzy-rosbot-mavlink-bridge Build-Ids: 8a1fc4e1e3d53a4f8a3f5b5767adebd65d484f95 b9ada5f8f0c7986c876204292e011914934ace6d Package: ros-jazzy-rosbot-moveit Version: 1.1.1-1noble.20260905.083017 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.20260905.083017_amd64.deb Size: 202624 SHA256: bfcf88c2a0983865775f7cc3e07b72c32e117610f38c7aaf1319c0aad96d7cd3 SHA1: c414d3b053719fd5825234cb56b4c3a02222dac8 MD5sum: 43462de32627522d33b9647c1bb749fa 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.20260905.083017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 9303 Depends: ros-jazzy-rosbot-moveit (= 1.1.1-1noble.20260905.083017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-moveit/ros-jazzy-rosbot-moveit-dbgsym_1.1.1-1noble.20260905.083017_amd64.deb Size: 8266814 SHA256: 728cedc8d140d7c8f371eaa6b506797b42c1a5db60921caae76b3e574ac4dfe1 SHA1: 3e04a188a6ceaf02a2a316165810273b5df493a8 MD5sum: 7b34c628f4f99269dd5bb7ddd6e8e83b Description: debug symbols for ros-jazzy-rosbot-moveit Build-Ids: 67adf3f39387c00fe93c240a3b7a284b9e84f951 99ec42b2eb39e09573bbbab43f6822c445e560ad b55cd98d4687411db78af24f12a8156af9c07947 dbcbc075782132b591672f88ed0ee54bfdb389e7 Package: ros-jazzy-rosbot-utils Version: 1.1.1-1noble.20260903.015542 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.20260903.015542_amd64.deb Size: 326984 SHA256: 80d8a8c4db321670ad15f357e978391749802e5406bef08a584d09965e86a2b4 SHA1: 1054ab8780570f154bf0fc9bfac945f238000f32 MD5sum: e786bff592453422fa31c9bc354bbc42 Description: Utilities for ROSbot Series Package: ros-jazzy-rosbot-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbot-utils Version: 1.1.1-1noble.20260903.015542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1949 Depends: ros-jazzy-rosbot-utils (= 1.1.1-1noble.20260903.015542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-utils/ros-jazzy-rosbot-utils-dbgsym_1.1.1-1noble.20260903.015542_amd64.deb Size: 1797056 SHA256: 40e83f0fcd1f58a49abb3d3fcf3214e5a0df5b9e993e73bb571b19d820569cbf SHA1: 20aad95a8938fe0dd495be036cea4fee7eb21e72 MD5sum: 7d572764d727ac3e5799611aa2154710 Description: debug symbols for ros-jazzy-rosbot-utils Build-Ids: 47d05aaa560286319adf1e3ff537997afc27db7a 9c0d6569a782b1eb7e4e16cff1e8c622a1969a9f Package: ros-jazzy-rosbridge-library Version: 2.7.1-1noble.20260902.102735 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.1-1noble.20260902.102735_amd64.deb Size: 47458 SHA256: b60dbb34ff980300782f9490a39f961e039253d3b09a82c81e64e5c8071b375d SHA1: bcebb5855eb5d1cc156c866c322e98de427585e9 MD5sum: 7e2c106c0ba80cf1b512914ef427a5ae 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.1-1noble.20260902.022232 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 571 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.1-1noble.20260902.022232_amd64.deb Size: 56774 SHA256: e5ddd7077823b58918a095bda24b7a60e6c2ac0c10eecf75ca8f85010b062ac4 SHA1: d41ad7cc38cb42c7ec51fcc55fd57400252d1e1f MD5sum: a10fef4972998fefb7a7d474c56c12f0 Description: Interface definitions for the rosbridge library. Package: ros-jazzy-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbridge-msgs Version: 2.7.1-1noble.20260902.022232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 413 Depends: ros-jazzy-rosbridge-msgs (= 2.7.1-1noble.20260902.022232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs-dbgsym_2.7.1-1noble.20260902.022232_amd64.deb Size: 303748 SHA256: 2dee34cd3da3dbb1abdbc600308b61960615115d6b4482bf9f8877e4a53e965f SHA1: 987cf7d1145583459b6b2f06a6dcce33158f0cd5 MD5sum: b4636e5a18c1a85cb360cbbb508bb21f Description: debug symbols for ros-jazzy-rosbridge-msgs Build-Ids: 0500b5e76530d7bed9de5a5d44673cf37bf5ae0d 2ce7c4139a89fad4cb45920930af66222461b261 32e8f532c5db16916543b4cca5f963ff9ca7b937 4f1d51acf617e344e628833aaf8f861284593606 514018800c9888410b3256823aa6add9aa257792 55363aa0b74a712536aa72ad48dea2e07f754e8c 5da71c5b44aab9a2fc2d1804f1f422ea84fc7541 63224e9cf58614fc9654e8edc6d664eb499da063 8bd30f3a93caec8cff050292d5cd2502a0378753 bcd9acbac3637b254ad5e9f996d920252acd66c1 c7df96549f1d104e98b606006acdbbcdb8dec992 Package: ros-jazzy-rosbridge-server Version: 2.7.1-1noble.20260903.084507 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 105 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.1-1noble.20260903.084507_amd64.deb Size: 17076 SHA256: c9e5718f15c73f07640fd5b522329c38962aed0b8cc77106fd7a48b14f7f96cf SHA1: 06d60ac6b9adc7cdb1c395ca0e658f379417f515 MD5sum: d6d1e9e994f16a131344fd60acd1bbc0 Description: A WebSocket interface to rosbridge. Package: ros-jazzy-rosbridge-suite Version: 2.7.1-1noble.20260903.085153 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.1-1noble.20260903.085153_amd64.deb Size: 6154 SHA256: 900ed7ca85589b9bcf498be2bac41adae684007f4b35b9a565fdf3d2c3984459 SHA1: c775f29ebdda981034badee47b80bfc97201a19d MD5sum: 421eaffcce29dc8d740e6c11b31435bd 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.1-1noble.20260902.041305 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15137 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.1-1noble.20260902.041305_amd64.deb Size: 763248 SHA256: 7b15aff7c7c0553ec8b1b559305c22515e128d31c2c78dacbaa33b706e0abba9 SHA1: c8d8e939e7db34c4e384aea767986a0d9708e632 MD5sum: ac30ee74ade621892563b13d9ad4e6a2 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.1-1noble.20260902.041305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 8224 Depends: ros-jazzy-rosbridge-test-msgs (= 2.7.1-1noble.20260902.041305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-test-msgs/ros-jazzy-rosbridge-test-msgs-dbgsym_2.7.1-1noble.20260902.041305_amd64.deb Size: 5849920 SHA256: 1238ec3ca112b0072732e42f711beaacbaa2b8cb63f5d5a246504c3e95e1bae9 SHA1: ce4912da12fbcc2821ecf3f1ff74776e7700e549 MD5sum: a86823465c6d29124a54b43c8b750872 Description: debug symbols for ros-jazzy-rosbridge-test-msgs Build-Ids: 008b050b39143af7c3a7f4beca42a0d9abf8bf72 4ade17f39699a2b93591f55e38fb1957c942ed3e 50b8277997e0c36a48c731a86d557770744dd673 59823f7d9316b926bc4fe422587c1aad9ed3e337 93cf951b6e9293f291954592d372d02b2a79024c 9f193207cb087d854b22de3b4485fb47c43a69b0 a1123ab53489fab00cdb7a0141de3a6b0c55dcc0 abbbfec565f50ea78f420a5ce219516907175393 be913b3bd89bde02ebe0d1d28c9968ba694c536a fac3b31a0361d5dd173218a534553096ff39f203 feb92189bafeba3f9326db7bd989717674779845 Package: ros-jazzy-rosgraph-monitor Version: 0.2.3-1noble.20260903.015549 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.20260903.015549_amd64.deb Size: 204632 SHA256: 6027cc151bef6e6ad790c97fb8de62bb04dbadcda95bab613960db614b2b24e7 SHA1: 10b5d94959140772dc1c06155b19938c94b112f2 MD5sum: e43be57ae7554010463a5ec54f9103fd 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.20260903.015549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4090 Depends: ros-jazzy-rosgraph-monitor (= 0.2.3-1noble.20260903.015549) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor/ros-jazzy-rosgraph-monitor-dbgsym_0.2.3-1noble.20260903.015549_amd64.deb Size: 3636342 SHA256: 82677de0a48d493f766096999fe78816bb5945f64af8f92b024e653d062629f0 SHA1: bd54550c2461ae335450948afcde8c850f9c5c78 MD5sum: 1713b59681838a634b3a8bcbb4e52bca Description: debug symbols for ros-jazzy-rosgraph-monitor Build-Ids: 0aafd08371b9602e3a17ea6366a7c2d86bbc2ebc ad53ba8750a7717c5b96d8999006e794ce708267 c1e5231a2ba03b969305bd4d570eea71dbe94300 Package: ros-jazzy-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260902.031344 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1350 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.20260902.031344_amd64.deb Size: 126062 SHA256: 27c27018e4d8ef3a8693220a604e41e5c7e6ab1c78ff4fb542745cdc2ae7c7f7 SHA1: f6aee25c72b2ed169441796aac4ccbe5bedf0a6b MD5sum: f9d77553641df94da02c2768d276d71c 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.20260902.031344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1296 Depends: ros-jazzy-rosgraph-monitor-msgs (= 0.2.3-1noble.20260902.031344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor-msgs/ros-jazzy-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260902.031344_amd64.deb Size: 1097488 SHA256: 67ecd9580885196bb014984849dec3dd5d552bdaf0d6b3e6a0514184f31fc0e4 SHA1: b290fc7b518c336cecfb49194ed3bfc0a819d5a9 MD5sum: 79e64dd39882e48473403336a0077eec Description: debug symbols for ros-jazzy-rosgraph-monitor-msgs Build-Ids: 02bf99f8f672feb4753ddb0893de04d81bd6d2b1 111359e04a0fc1d8d67b86b0361d9d8f3e0374e7 1b4f89d25a8dc9d552816c45fdf6079ed63d3114 321a3f59cb6544a11a6b7963a8541a77451e02fa 37ded5440b3c899e1e0e1112336e3ceb8ca2e824 4767bcddaa3de1226db6ca2011a6d30099ea3bf5 6dabf2b40bd37ce01e7e4c706c45fea68877bc02 7eb07b1f8f47f0c3208f382097cc877fa184a50e 8e499bb4201bf0a13198c1c81210ad1e205f9090 bd97e970f80885986950346b377ff426e931838c ccfd81ed575365e3251090b8a372d375499beb1f Package: ros-jazzy-rosgraph-msgs Version: 2.0.4-1noble.20260902.031408 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1809 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.20260902.031408_amd64.deb Size: 164532 SHA256: b5c08fa72a4abd2e515952bced5bee9370d350a553c2be4a6584c77992e94a52 SHA1: 19ad882bce2fd146d55f41475a87f92d435d5dc6 MD5sum: a9bccce6bd54821bc7fe5c0a85a92ab2 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.20260902.031408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1782 Depends: ros-jazzy-rosgraph-msgs (= 2.0.4-1noble.20260902.031408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs-dbgsym_2.0.4-1noble.20260902.031408_amd64.deb Size: 1528716 SHA256: e8b695bb65ee9c3d3d14eb329d030b4a8e814b67f0723489e377f52fa1aa4062 SHA1: b43c2c2ed96a6b559e62f151bc58fc80150c1ca8 MD5sum: a3fa0f79e7e8cdc80ccd93df76b08102 Description: debug symbols for ros-jazzy-rosgraph-msgs Build-Ids: 062ee88042dfd6addbf620080d43cb7f3afec4ee 1c62b09b5cfa48dee6fb4f9d2b7ed83eaf9858fb 1fd3f47728c944a64e9efeee59ab4a1f6d6d1660 3e8577adf8c404f4f4fb4e7af0c78006ec2246fb 3f4e23a4b8500fb80d7bb00fc2ffb53b1794fe7f 548e71b45a56af648d477bdc4933470be5e006bd 6437ceda62e1e49190b8b64be9b5836c38fd7263 659b09687947a545cdcf214afa3773cb714960d1 786a23db00ee8ff70c0a94bb5c7d1b72b0bab21c 823236fa2a5cc87b914f47c2bae52dfe86dd036c fa49d566effa1e52bfa68e74d307ca85d1b42f8c 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.20260902.013715 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.20260902.013715_amd64.deb Size: 6814 SHA256: 3df817453f0fe64fce01b424fea6d34cd319c24196d1e60d3d2f3c60d46fb833 SHA1: e076454d1820f2986ac3d519d6c8a7871b1f86d5 MD5sum: 88a9e2851261b61134731eef00d8d6f5 Description: A configuration package defining core ROS interface generators. Package: ros-jazzy-rosidl-core-runtime Version: 0.2.1-1noble.20260902.013745 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.20260902.013745_amd64.deb Size: 5852 SHA256: dbbf79f37b0a2436209e80bca1cdae6f7353e35ec3b2d2d4979ea0f29c4acc05 SHA1: b03382141691da1b037318a676ca54639857644a MD5sum: 1baef7196fce2082acef6dd0c4d45f8a Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-jazzy-rosidl-default-generators Version: 1.6.1-1noble.20260902.021422 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.20260902.021422_amd64.deb Size: 6788 SHA256: 92f3d94e245773769db82d807328c6c2e4e9bb99e58a62fad0e9f8da18488705 SHA1: 2b52d2a8aed1668f2d154b042bbd6792ca60336e MD5sum: 7ffec2bb4fe0826e031a0d100e7d2aba Description: A configuration package defining the default ROS interface generators. Package: ros-jazzy-rosidl-default-runtime Version: 1.6.1-1noble.20260902.015921 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.20260902.015921_amd64.deb Size: 7154 SHA256: 7d9ff6f667693441f298507d5381fcb60385d83023bab3771c44a9f6b912362e SHA1: 58d31dd4ee594b58809778912cc7e77785f3ec58 MD5sum: 75d8875c1bd7860434f05eb6baac079c 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.20260902.013600 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.20260902.013600_amd64.deb Size: 49074 SHA256: def199ddb59f1c010ec4ef09c32b643341d35848e393b80dce34ab10e55b1d8b SHA1: 1f9da33404fb29bbde53c8cf182220746de7e40b MD5sum: b7066f35a68c76b9efc33a917e7f305c 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.20260902.013600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 930 Depends: ros-jazzy-rosidl-dynamic-typesupport-fastrtps (= 0.1.0-3noble.20260902.013600) 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.20260902.013600_amd64.deb Size: 806506 SHA256: 23ebb2ebf9c93de62a1e1a9e20eedb4b1f2531a7b76c0bd481d2e131af81f68d SHA1: fce42c32125229d64324af3da7c62e54d7326205 MD5sum: 4a4ef624f13b3495aef9a291d56f88bf Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport-fastrtps Build-Ids: 201b240778a301bfe9ee57a0133f358cd8bb87f1 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.5.0-1noble.20260813.022251 Architecture: amd64 Maintainer: "Esteve Fernandez" Installed-Size: 140 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 Homepage: https://index.ros.org/p/rosidl_generator_rs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-rs/ros-jazzy-rosidl-generator-rs_0.5.0-1noble.20260813.022251_amd64.deb Size: 24870 SHA256: bf11d874a5d3b771f06249921b1dbaf530f71218930e8688bad00493095dc62c SHA1: 1aec6d015a5c374aa0a5e26fb18ca2069ae0ff81 MD5sum: 1ad108cd9d7652599d16e6e192b68bfa 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.20260901.223423 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.20260901.223423_amd64.deb Size: 26520 SHA256: 4583851ee9d11067caf2205e52f67bbc0bbcb43619e8c61b9ed45fe8431deb90 SHA1: 20440a3fd327393413416e166f9d1cd4cc372868 MD5sum: 55f74c27e94f0f716bc237d947e70b82 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.20260901.223423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-jazzy-rosidl-typesupport-fastrtps-c (= 3.6.4-1noble.20260901.223423) 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.20260901.223423_amd64.deb Size: 18564 SHA256: f639f4c02ac228b46328261a59e13db37a8bae215f3461dd39b00af87baef055 SHA1: bf872b341269a8762be38a80940f572e0a5a8044 MD5sum: f3f9b2a26a7c0aaed990317638b1d247 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-c Build-Ids: d6aa949da21a298fa77bf6377309bd1fdf76939d Package: ros-jazzy-rosidl-typesupport-fastrtps-cpp Version: 3.6.4-1noble.20260901.222810 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.20260901.222810_amd64.deb Size: 28438 SHA256: 8c0ecd18ea14dfcf87168f56defcf1ba8c9b5633dc927dcc6cbe67ef27c3b59a SHA1: 36c5f721763555aa5cf243d7fa4623b4ee8080ff MD5sum: 93109b594e26af5e5cef566e98981f81 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.20260901.222810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-jazzy-rosidl-typesupport-fastrtps-cpp (= 3.6.4-1noble.20260901.222810) 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.20260901.222810_amd64.deb Size: 29958 SHA256: b4206baa801cfc43b4cd6f91a12c81cded01716d3e9d290517e8dbe1ff3c2ccf SHA1: 2b5fade85432bc67ac331d5da2cbfc17d7b6ac1e MD5sum: 455ce211e9e431b21c366aec34bdd7e7 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-cpp Build-Ids: 2558f7eef2dd3caaecedfc853ffe5934c5e0a972 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.20260902.013803 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.20260902.013803_amd64.deb Size: 5258 SHA256: 6f18e326c852fcdc32801fcfb749c3116d1848d71d4441d450a066aa06926d04 SHA1: 8d42517e8030d29c08827475603116433a836468 MD5sum: 4d12a1fd61b6e4b2417fe48caa9f0d1b 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.20260901.223105 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.20260901.223105_amd64.deb Size: 95578 SHA256: 0ed433a788e395a12f54e1c780101d44ce469cfdeac289fbcf0b505e2afd992a SHA1: f4beffbcb336127be6de31d4dd341c8b88cf4c1e MD5sum: eebab80d133f35768908c14c80873bac 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.20260901.223105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260901.223105) 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.20260901.223105_amd64.deb Size: 1293580 SHA256: 70a34d8be77c6dc92d63a467a0986da1a6bf2c2f6cad826662780d48c7671463 SHA1: 97c4bb3645f56b3b111817c9a47526ce8a54d735 MD5sum: 825e9fa149c926af1845b65ce2a2bd83 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-c Build-Ids: 91960666bd856fda7e5a64f609dba17e870a4786 Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260901.222815 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.20260901.222815_amd64.deb Size: 93898 SHA256: d95c794af743b1c2f7e3d05060d3e5e39680110c3f829314efb0b4c8a69e331b SHA1: 75bdc83baf68e382da47e8dbc9e313a235418b92 MD5sum: 8f7a8e1d41bd317a74e9d03b55511ae2 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.20260901.222815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260901.222815) 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.20260901.222815_amd64.deb Size: 1298830 SHA256: 179d69a37adbe09b5b2e70b28a775f673ae8a499c4b0cf04633332c13a96661c SHA1: eb1fc0cb29a83785d7dcf9442cc07f0cef326d8d MD5sum: 5ef5433c4da3ec24d75fe645917dac5f Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: e60826023f064cc0794ed596f7b73287c1f4117e 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.20260902.084129 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.20260902.084129_amd64.deb Size: 220434 SHA256: 0333b15eeff3e5dea17733dc987e7ffae8fb2946296678c9fde64cccf004be5e SHA1: 72b2740fd148b53bc375e10e6d22e8e2cc6afe01 MD5sum: 76787504e6f79f112c0ace1def96ef35 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.20260903.022234 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.20260903.022234_amd64.deb Size: 162124 SHA256: d06c591140572ffc6cf3d7bf14af9e60f4c1d7b8e8e94f39de2106dadb74ad41 SHA1: c68385be68029c69cb0833f35260e6a4ddacdd75 MD5sum: 5586cdc9f593e704e92f699c3290111b 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.20260903.022234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2488 Depends: ros-jazzy-rplidar-driver (= 1.4.1-1noble.20260903.022234) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-driver/ros-jazzy-rplidar-driver-dbgsym_1.4.1-1noble.20260903.022234_amd64.deb Size: 2294922 SHA256: 0a48f2fdb87f772a0fac66fc7f51705e145e1d0e99e2120d34ae3faa50cd737a SHA1: 0ad1ce7aff3de1a0cef238b548529967e8dbcb01 MD5sum: c1e2bf41790fcefdd1b77619dc3478d2 Description: debug symbols for ros-jazzy-rplidar-driver Build-Ids: 506e66b441d512ac4677ea240579a1bb7c34ffd1 a59daa217bd09297db804514cd3568b8dc3921e1 Package: ros-jazzy-rplidar-ros Version: 2.1.0-4noble.20260903.070520 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.20260903.070520_amd64.deb Size: 113886 SHA256: 02f06d224f78f6cf4990c2f0cffba3ed10dc4934da5cba08ccb132fa601d77c3 SHA1: 26c5617dc07e3a57c4ac6444dcf5dd8f04c33ee2 MD5sum: 4a988ddac0da4542716a84a427c5ae99 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.20260903.070520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1614 Depends: ros-jazzy-rplidar-ros (= 2.1.0-4noble.20260903.070520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-ros/ros-jazzy-rplidar-ros-dbgsym_2.1.0-4noble.20260903.070520_amd64.deb Size: 1496748 SHA256: 4d8e08244191e9019d29edd1a37b22cee092a5c42e619a24c68b3d78a938c09e SHA1: 7d2a93fd7b3124bdd2d10e6c113eb288ae9361b6 MD5sum: 4005edfe2e818fa31dfa7c6ef1f938d4 Description: debug symbols for ros-jazzy-rplidar-ros Build-Ids: 539fe2748c91d805c70ee9acc267e22663987c34 b6b57108b040b2b73dc4b7ad01eeab2519c2941f 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.20260903.093150 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.20260903.093150_amd64.deb Size: 5126 SHA256: d180508d9a2a96c4ab931ea0db9572c8a84f713a821e733542e78dbc7f06211a SHA1: 2b6894a5896a05d525b845a8050b3ae8fe7968e9 MD5sum: 97af1f5df7feb3567be563c79f5db895 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-jazzy-rqml-core Version: 3.26.42-1noble.20260903.083441 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.20260903.083441_amd64.deb Size: 1886594 SHA256: 3be79e38bc43bc7dbfac7ec04d910bd1ec96608a76f27e1e076c4a8a541e28f4 SHA1: 718d6d90b16faecd771229a4a63724a7c4c0a1b0 MD5sum: edbc09bd822e360bf6276945838c768b 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.20260903.083441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 23850 Depends: ros-jazzy-rqml-core (= 3.26.42-1noble.20260903.083441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-core/ros-jazzy-rqml-core-dbgsym_3.26.42-1noble.20260903.083441_amd64.deb Size: 23244266 SHA256: 1b1659b823fd99c67c42b02d967adcc5ba3f820a8d51981874dafb86f53987b4 SHA1: 472bb1b256faecaf2087998d3fecd41f23a4430a MD5sum: 557c0dc85f2102888e9686d0df9254e2 Description: debug symbols for ros-jazzy-rqml-core Build-Ids: 7445b0a13385ef183c9c76f9878b4bba0ddd2868 7c33e97ecdb1d87ab73c7f997fa0f573cdca40dd Package: ros-jazzy-rqml-default-plugins Version: 3.26.42-1noble.20260903.085057 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.20260903.085057_amd64.deb Size: 79798 SHA256: 5fd16f940130bd20a0bff13a7e6a5b16569a5d6485c7f934c9b7b260e3ca55ca SHA1: 06d4ca3cd6923ff79e6f510bb8f8540c626c4a7a MD5sum: 9f9d05594d17d62052f250733749faa2 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.20260903.085057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 511 Depends: ros-jazzy-rqml-default-plugins (= 3.26.42-1noble.20260903.085057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-default-plugins/ros-jazzy-rqml-default-plugins-dbgsym_3.26.42-1noble.20260903.085057_amd64.deb Size: 491346 SHA256: 868438a3217f7665c72f6acc1a467c90983fe3d5fd3c0355ccbcbfc89aaad824 SHA1: ac70a86e833bd5ec4a9d18e8f8b6df6cf4f9fa8b MD5sum: 2db1e1a171c9222bfd2ce2b28190c74f Description: debug symbols for ros-jazzy-rqml-default-plugins Build-Ids: a95e1677a5aa8d8878de4d3e7f9e7d54668cccc3 Package: ros-jazzy-rqml-plugin-example Version: 3.26.42-1noble.20260903.085115 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.20260903.085115_amd64.deb Size: 6076 SHA256: 26ba99f5e9344c60a98e96417bc2ad9a5f1d5647ae1874ec337601f803cecd76 SHA1: 0e49649989a6c528370a4bd7527b95ecbe1c7e09 MD5sum: 73df41e972044ed10c301f0e820a46ad Description: An example plugin for RQml Package: ros-jazzy-rqt Version: 1.6.4-1noble.20260903.070530 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.20260903.070530_amd64.deb Size: 3596 SHA256: 4afcf0ffa68e34f346b2fe342c2c79522e5eed68b040e268a1f898ab9063864a SHA1: f50aff31b3ef2c25b29380d6907f7ffa904aab0b MD5sum: 4a43548ed9935a32c7f3cf08fd8ca318 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-jazzy-rqt-action Version: 2.2.1-1noble.20260903.085542 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.20260903.085542_amd64.deb Size: 7096 SHA256: c0b2eb624c0256589730fe8dc773f358bf90defe7274be4c5e343011c4e52bdf SHA1: 36c5c5ea914017cebaf3cb8aa36248306c955928 MD5sum: ccb47c048415a7c10346a0bff5047c25 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-jazzy-rqt-bag Version: 1.5.6-1noble.20260903.095136 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.20260903.095136_amd64.deb Size: 116654 SHA256: d013cdff6b70d39af5c2e4d9cfe5da676ab2d3c2046d584a15455f8dc95f28af SHA1: 5789ed894d18327dfdbb95eff03270c0165919df MD5sum: 85b9a232642bce211346a9576c66d3f4 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.20260903.095306 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.20260903.095306_amd64.deb Size: 38472 SHA256: 1ec8f21059d4b02dcb74bc654c5eb74a346448fd735c1f8fca431d70b070d310 SHA1: fb5fa977706784d7a6c809b38604d8c105edc379 MD5sum: f8369ef6a8981724ae1d90ea1ba33ca7 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.20260903.095347 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.20260903.095347_amd64.deb Size: 6406 SHA256: 9b3d9d44ed0b9b9d394d88b1e0ec0c1a94117b75ae28124f866ab5b760959107 SHA1: 6ebd6cb86af425be964c3bfeac0292d3a1c9e2a1 MD5sum: b800d29817ca4e31c7ed357ad9a4e070 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.20260903.070638 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.20260903.070638_amd64.deb Size: 66500 SHA256: f78502d9b71c60be2f80528121f6838e60c988e92d8baf1af3280af37344ad60 SHA1: 717de622cf9272ca01dbc9e6e1e11e7b80e4a77c MD5sum: 084c559600b63e1c58763574f0c04b5a Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-jazzy-rqt-controller-manager Version: 4.48.0-1noble.20260905.074436 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 139 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.48.0-1noble.20260905.074436_amd64.deb Size: 45292 SHA256: ab4d978bde08bf39cac591540bc8c9a9d70c55d5ea04e2aa56030afe61853f32 SHA1: 44cb193e310ebc003c13fc2ea635477e6d36f70b MD5sum: 0ae2e9cf6160e1c5786f4c989b65d95f Description: Graphical frontend for interacting with the controller manager. Package: ros-jazzy-rqt-dotgraph Version: 0.0.5-1noble.20260903.074938 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.20260903.074938_amd64.deb Size: 68226 SHA256: bc3f67887c924d2aff03477f197c1756065293c55d500b4c56bffba60af86971 SHA1: 320f33834dfaee61ab451c92907506bb5b8f410e MD5sum: e1f63cc7117730b828bbf6762ac34389 Description: rqt GUI plugin to visualize dot graphs. Package: ros-jazzy-rqt-gauges Version: 0.0.3-2noble.20260903.070637 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.20260903.070637_amd64.deb Size: 29716 SHA256: 47afa4bbebc09c9e8e64aa94c188c1298fa768984abfa7d4e3a0d174a68b0f3e SHA1: cbc5221611185071a4a0804c40bd323ae4b2474f MD5sum: 41a075fe4931e756c668fed824b5ea0a Description: Visualization plugin for several sensors. Package: ros-jazzy-rqt-graph Version: 1.5.6-1noble.20260903.070642 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.20260903.070642_amd64.deb Size: 56672 SHA256: 30b08f868b7fe2fe47bb32b0890dc4727bd98037809d67a33ab54d201135acc9 SHA1: 2ca0801ef2d859769e6cf9b1784477422f53f62b MD5sum: 6cdda78200a30ab30228104c2ba18a5d 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.20260902.081721 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.20260902.081721_amd64.deb Size: 97698 SHA256: 120b4c31ef71f13aad945a6ffe0d471da776f60f448767395dc5e9f722409048 SHA1: 3f8da812b6d20a977c0202f146d4e927fa2c5301 MD5sum: d9abdbc494d9757728087322fea07dce 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.20260902.082559 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.20260902.082559_amd64.deb Size: 112838 SHA256: 040e2dcc811649fa8c3e017bf7e964f07df9f0beda10c0118eead665b6044098 SHA1: 14dc4684bd402a2dc85fd72847a351cc5002a921 MD5sum: c84145dd9c8e33e0431e482651cf7e67 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.20260902.082559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1672 Depends: ros-jazzy-rqt-gui-cpp (= 1.6.4-1noble.20260902.082559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-cpp/ros-jazzy-rqt-gui-cpp-dbgsym_1.6.4-1noble.20260902.082559_amd64.deb Size: 1598608 SHA256: 1db0d1777a792943b1fb04b2f9e681bc093089f48ad1bf58442d5fa287932074 SHA1: e537342a846d41147b65ec243ceb9cac6622b679 MD5sum: 22d7d3eab69f29b5ec68962818b2ac2d Description: debug symbols for ros-jazzy-rqt-gui-cpp Build-Ids: 7fa5a21cb2a2eaaf65316c8de37fa33ed0eb12ff Package: ros-jazzy-rqt-gui-py Version: 1.6.4-1noble.20260902.105041 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.20260902.105041_amd64.deb Size: 8760 SHA256: 444fa14efb22c6f71c4cc3d5c8cdc3eaf4e350bbfb87b8650ee55f1fb24f3b08 SHA1: 8457be53877ddd03805e68156ad1ff02c01f7583 MD5sum: 6105bcbd581cbf8b045f78c319e14ea1 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.20260903.073054 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.20260903.073054_amd64.deb Size: 156340 SHA256: 4d1819cb582a245611fdfaa223402156c2692f892043db60857b7cf86fed1de0 SHA1: 4417e9c822047a9471b1db29a23b5335fafa0602 MD5sum: e7a034d76d6c5c20b680e780e545fb18 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.20260903.073054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4673 Depends: ros-jazzy-rqt-image-overlay (= 0.4.0-1noble.20260903.073054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay/ros-jazzy-rqt-image-overlay-dbgsym_0.4.0-1noble.20260903.073054_amd64.deb Size: 4543848 SHA256: f5a2e68f7fec9d1aaa64d77c6dc56eff010f03c3774e8f2cb66821dbf3a24c90 SHA1: 2aa45fe2b314e3fa0b08352c6ef4b57d5e1f971e MD5sum: 85981543fa798d04ff797cb9cb9d3ba4 Description: debug symbols for ros-jazzy-rqt-image-overlay Build-Ids: 6c0671864cb8536b7aa20b7e772be17921ff8a66 Package: ros-jazzy-rqt-image-overlay-layer Version: 0.4.0-1noble.20260902.104330 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.20260902.104330_amd64.deb Size: 8166 SHA256: b341a97b308433596e8336762672257f7e7f3e242987334d35a47db84194d207 SHA1: 5d0fe417ae4e1a8a04e986d2f965501653b2a12c MD5sum: e2d31808b976114d583abdce653ecf52 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.20260903.073052 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.20260903.073052_amd64.deb Size: 208172 SHA256: 9c13c6974876d4257cc7e57792841d4ea881ea6669e6e70f73a0974f75e43bd2 SHA1: 8c171475dede96787a7df16e0cc6ac92ecde2de0 MD5sum: 45880c11a40c43dcafb7a3c16d51a623 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.20260903.073052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2314 Depends: ros-jazzy-rqt-image-view (= 1.3.0-2noble.20260903.073052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-view/ros-jazzy-rqt-image-view-dbgsym_1.3.0-2noble.20260903.073052_amd64.deb Size: 2231390 SHA256: 6e5da4e71d98b4e56ba4740d7139e955071b9d7e10381ae96397b64d7209468c SHA1: f01e7cf0cd25416476085d37a7c79bac46ac9018 MD5sum: 6eae30a088dbaf7d415712e65b212176 Description: debug symbols for ros-jazzy-rqt-image-view Build-Ids: 2d70473ec056f42cb5602374c501919c98256f30 Package: ros-jazzy-rqt-joint-trajectory-controller Version: 4.42.1-1noble.20260902.201300 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 199 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.42.1-1noble.20260902.201300_amd64.deb Size: 46386 SHA256: 1687b59b5bbcc5beaa5688e5f3041b27668b8f6f13030ca59223e9ca70ce5bae SHA1: 5741c55863d7936bff6e3dad2544b911a190106f MD5sum: 13b608221a7829dcde0d95163131c142 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-jazzy-rqt-lifecycle-manager Version: 0.1.0-2noble.20260903.070651 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 102 Depends: ros-jazzy-lifecycle-msgs, ros-jazzy-python-qt-binding, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rqt_lifecycle_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-lifecycle-manager/ros-jazzy-rqt-lifecycle-manager_0.1.0-2noble.20260903.070651_amd64.deb Size: 21890 SHA256: 9d00cc1af0c01ebc51a9c069df6efa69d1b797ec11f108528bc8f3ad78d9944c SHA1: c8226506f9b5ee1dd3e3b585c99c3f9bd44e8c51 MD5sum: 86486ab6852308434f38f75ff115c79e Description: rqt plugin to list ROS 2 lifecycle nodes and change their states from a non-blocking graphical interface. Package: ros-jazzy-rqt-moveit Version: 1.0.1-5noble.20260903.084442 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.20260903.084442_amd64.deb Size: 17268 SHA256: 190348e7334723a06359c34cfbfafc47ab1b5664fc1a09db6b9b42d1143e0753 SHA1: 25f72d72044da789153ee7ae6e1224b7ad235dbe MD5sum: 2b90bfc46e529b03590b157611b4d863 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.20260903.075044 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.20260903.075044_amd64.deb Size: 16916 SHA256: cdf5a7a89886c08a4084b7f937839b71652af575ada4114134c4c08f9ba1decf SHA1: 4b405be6c6a68a30d38e9f8a9767a07ba1a58250 MD5sum: 1573dfdd05ace6bfbd2f45e73014b384 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-jazzy-rqt-play-motion-builder Version: 1.4.1-1noble.20260903.103051 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.20260903.103051_amd64.deb Size: 121082 SHA256: 04484fef094ad42c04257fe9b866f8d025e8c6a0d7e1f67e496ed1600cbc9a41 SHA1: 2c025c8e5c1d61822afadd275ec1de96ad56bc9f MD5sum: d3205c67d5348f9e7d45ba7152a47923 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.20260903.103051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3130 Depends: ros-jazzy-rqt-play-motion-builder (= 1.4.1-1noble.20260903.103051) 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.20260903.103051_amd64.deb Size: 2940120 SHA256: d5bf41c2d8c07875f7b96cde6bbb12aa50bf4f139cb9d4b38fe7024863456edb SHA1: aaaa16df7098a6ccbc6f1850dd5144b037be2385 MD5sum: 5eb5cf596e57f75fcdb5c94f2bab1827 Description: debug symbols for ros-jazzy-rqt-play-motion-builder Build-Ids: ba0845a835dd9f1e608bd8ace5dd9574d1110562 Package: ros-jazzy-rqt-plot Version: 1.4.5-1noble.20260902.105705 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.20260902.105705_amd64.deb Size: 55080 SHA256: 123c9fa4a43c743af8abd1088d98b51baa8ff34dbdba4dd09611f5d78b01dcb1 SHA1: 1c680894a06b96834deeb2a5eae9f0fb399361e0 MD5sum: 99e94b9f5b7e4c302ce473975e625cad 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.20260903.070647 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.20260903.070647_amd64.deb Size: 30698 SHA256: 5304d5f5be528dcf5f71b5ae569d295a2d7b34b85f6cbf7a8e2e8d82e33983b5 SHA1: bb7e87c79c546bcfe5e0a7fe2a21077db7b5a931 MD5sum: 88f1ef75024ed0628cead7127783eb16 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.20260902.081726 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.20260902.081726_amd64.deb Size: 22298 SHA256: ecb9e5fff789de3fdef7696a3db56849c433cc254314308fcad76571b970a921 SHA1: d427051f311b56ef9a47ab38be3fec3e2c19fd35 MD5sum: 0b794a3f654a861a46591a96e1c749a6 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.20260902.105741 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.20260902.105741_amd64.deb Size: 12506 SHA256: 2dcfcd86a6b784ec64852c4cd5c0c74a3d1e5c6502b15b97c303a6c2edf5449b SHA1: 22a08b5f3bb1159956f3eef0787fc1eabe7468b8 MD5sum: 5634502054d8f0834db15284de09ded5 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-jazzy-rqt-reconfigure Version: 1.6.4-1noble.20260903.075116 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.20260903.075116_amd64.deb Size: 62568 SHA256: 4a3a0377480bb61e46175d3f874a1e6f39e68c46dfd08f5c5d72aa25c4eb95bd SHA1: 64671f2ce478db8df7edd88257b4d3f0f6bba9ca MD5sum: 7027dbfc6f901d9ca3477a8585750440 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.20260903.074953 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.20260903.074953_amd64.deb Size: 58224 SHA256: 1e8e5b3c95f970ddd8e00b3dec5464f602d441ac6fc04092c4c4f13a1c53242c SHA1: b794417d2013d1bd49f2a6da79e9c9ef83305094 MD5sum: 5907071311edfae6e66fbfa1dd1a2207 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.20260903.070704 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.20260903.070704_amd64.deb Size: 36996 SHA256: 2448b5024a14176d8300056dfb048b680567388407d6ca3be586cc9448d59596 SHA1: 2e449ce13e73af08350b33a6976842d95a2a9bb9 MD5sum: 860cc25d7141f493fb04d788649caab9 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.20260903.070719 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.20260903.070719_amd64.deb Size: 15146 SHA256: bead021a8f5decc777470c8190934cfdaac9026741fe35c9bacde469fd47a562 SHA1: 3d370caf6fe24d252e3e54d18d3b127489300895 MD5sum: d91042f0046efd17c4b2dc07efc9f3dc 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.20260903.070725 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.20260903.070725_amd64.deb Size: 16672 SHA256: c99d9f1a15b807d8541e806193244c370d382f1c0dc01e24a1bb2b9ae5610346 SHA1: a97fde38f3430a8214220202f07fdc9d237e4773 MD5sum: 92d93e332c1c00851c6b5959e329effe Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-jazzy-rqt-service-caller Version: 1.2.2-1noble.20260903.070727 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.20260903.070727_amd64.deb Size: 19540 SHA256: 884f40026151f5488c84c62f2080048d772bb11a2edaa19bf245ec1566c7ad48 SHA1: ee65c677a76f0970d8466f8da64b71cf19329c8a MD5sum: 26726cbe20df34cd5aa2a943e973a889 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-jazzy-rqt-shell Version: 1.2.3-1noble.20260903.070729 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.20260903.070729_amd64.deb Size: 16612 SHA256: eed10f5cb3c73a42a742f9b0f5f89e879a8d6b715999a2bb6dfb778d4200b0f3 SHA1: 71bd156d070c1f2fe67fd613db0b13143f351a85 MD5sum: 9ecfeda670c98c3efc1f54931f3a4bb6 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-jazzy-rqt-srv Version: 1.2.3-1noble.20260903.085520 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.20260903.085520_amd64.deb Size: 7214 SHA256: b001d073919d61cd06260bec697d60d6c2828807e63b6b7023418ca05e643b22 SHA1: 465e626f3550f2e2f77454a04ae38a5d9259fff8 MD5sum: 844c9cae728675eed9c7ba0f6683818b Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-jazzy-rqt-tf-tree Version: 1.1.1-1noble.20260903.074738 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.20260903.074738_amd64.deb Size: 18504 SHA256: 61c1384f946a6ccfb202bacfc31644374b2aa1de4b0ca8dd0e6bf35dbc0e3eba SHA1: dae61a09ec5d0ddd81cc272ac7af8958af37c861 MD5sum: 281679e815d8bd1780b8c7f1692d4006 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.20260903.074359 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.20260903.074359_amd64.deb Size: 25880 SHA256: a155278890e902408415885783e7cfb24737b8803939b23ccc52442aab0893ff SHA1: 8fb2b103a4e37b5616eeae4d05720261cbf9c955 MD5sum: cd9e7ae4344a0992757c485124564e73 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.20260902.084118 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.20260902.084118_amd64.deb Size: 18234 SHA256: d66dc1f9a77b8359784cc896fd73a6e2f9e62b6c0eada1078c563861f5add009 SHA1: bde744d28569c85c71ce8a84688bd026853cf572 MD5sum: 25814ec7aa0a3c634ce4f6494c737894 Description: ROS Support Library Package: ros-jazzy-rsl-dbgsym Package-Type: ddeb Source: ros-jazzy-rsl Version: 1.3.0-1noble.20260902.084118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 160 Depends: ros-jazzy-rsl (= 1.3.0-1noble.20260902.084118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl-dbgsym_1.3.0-1noble.20260902.084118_amd64.deb Size: 146598 SHA256: e1356e11ba3e8afd7dae244b3cedb5e496984b6c6c03f5c4d111493d13a3920c SHA1: 8878ee28b862e6616ab5ace5ba062abcb76d1406 MD5sum: c2ccf066f0e1f7bb64fe9737f7ed5086 Description: debug symbols for ros-jazzy-rsl Build-Ids: 205ec0f8987e0f38920d83d5151080190f2f520d Package: ros-jazzy-rslidar-msg Version: 0.0.0-1noble.20260903.070732 Architecture: amd64 Maintainer: robosense Installed-Size: 472 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.20260903.070732_amd64.deb Size: 48520 SHA256: cc7196b0dd0e657a9e7f74d10b5055b3edcbb2ed86337dd867385ef6dc58a97f SHA1: cd2e2e2da06475e8d580823b5d133339e0b071ca MD5sum: b80fb5af8257ab3bdea2e0df7b5fce75 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.20260903.070732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 305 Depends: ros-jazzy-rslidar-msg (= 0.0.0-1noble.20260903.070732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-msg/ros-jazzy-rslidar-msg-dbgsym_0.0.0-1noble.20260903.070732_amd64.deb Size: 209914 SHA256: 46a1b63d2150944d3d910d003d860edbca2cd9ef3372dee63428e4ac244bca49 SHA1: 0f68309e70579ea74b557a5a4fe4d9a116c0ff53 MD5sum: bdea71ae2b6aded443d1213813ba1c88 Description: debug symbols for ros-jazzy-rslidar-msg Build-Ids: 2a296f8127225c5223dd342bcb5806fe7621cda0 36f5f347159013f8488517dc426026d0ad254b90 383ba001851075f45165ba51277c856e21412c33 389d8be9688cbb50aeef5d2d23f3211345e8abbe 4d535b77c0e8a218e2bd0dec86dd8172f486ab25 4fecb323bf6691e66bf296661b62260d6ab53423 6d3f1f630c0a9796046cb4559128e4f88e72a649 b45b0b155bd6900c994ecc654f7e1f2c8b4e41e4 c7a626cf9d3f8b6f6592cdf765cef57e845f883a d0cac9c5213270565eb91ffa712f7cc7e6a27586 e421ec6076f4285f4b342c9c8adcdaf41db552db Package: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260903.075355 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.20260903.075355_amd64.deb Size: 199698 SHA256: 9b4ef2053d923a1f2cfed18b053628f446f514a37d2dcb8a6b59a47536f229b3 SHA1: 42a159e91b590461000530de7461e79de2da6171 MD5sum: 17cc7539f0a27d5c8bf94b09f162b52c Description: The rslidar_sdk package Package: ros-jazzy-rslidar-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260903.075355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 3708 Depends: ros-jazzy-rslidar-sdk (= 1.5.16-1noble.20260903.075355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-sdk/ros-jazzy-rslidar-sdk-dbgsym_1.5.16-1noble.20260903.075355_amd64.deb Size: 3253926 SHA256: cb9b8dffea923ab755879dc2d1ff8773e852aa84c56b6a1b59f65a929401c2fe SHA1: 1f320f9c28895c37d9c9f99ac3abcd89ac66ccc4 MD5sum: 9d08ab5d415e02ab50b0d81ba312692d Description: debug symbols for ros-jazzy-rslidar-sdk Build-Ids: e97fc33666b43dcddfc49461c5687d9b4bc50d14 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.20260902.084149 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.20260902.084149_amd64.deb Size: 22738 SHA256: 805e72220a949d13250d1a1423dd5eb60c2ff85e5fc8c0c1f133c2a9001b9863 SHA1: c954985622a648956547eb73381a8906c592348f MD5sum: 8f0c9a97b7aca7191a12ca6e6cd845f3 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.20260902.084149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 522 Depends: ros-jazzy-rt-manipulators-examples (= 1.1.0-1noble.20260902.084149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-examples/ros-jazzy-rt-manipulators-examples-dbgsym_1.1.0-1noble.20260902.084149_amd64.deb Size: 497332 SHA256: a59380a42fc1b516a4148248c28fb4762c031332d5476f4ca14130e2c7c5461a SHA1: 3cb5042b8fc6156fd7f3528cbd5a7263f1b647b9 MD5sum: 04f36e7e64191098ba06c1eb4ed10db6 Description: debug symbols for ros-jazzy-rt-manipulators-examples Build-Ids: 88e257f364ac4492132a87da9581ca2ea33ef38d Package: ros-jazzy-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20260903.070747 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.20260903.070747_amd64.deb Size: 102340 SHA256: 645d19d37cb587c92230540656d032dca224f47fd48960ff7d5467dac5e6e1df SHA1: affb8c475c20d5d646818953d88c3a97220819e4 MD5sum: d9a556f92e9cea1399b19cc95d6e13d0 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.20260903.070747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1770 Depends: ros-jazzy-rt-usb-9axisimu-driver (= 3.0.0-1noble.20260903.070747) 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.20260903.070747_amd64.deb Size: 1622090 SHA256: ff85afbb6a30d0c0c11d30fcf0f54a4389ab8a3ba14136344842e0507c99f234 SHA1: 42202875f2cfe3094b9a4e09c0ae40fcb7f493ec MD5sum: e4a3bc7b71e3a423a43c3ca04ccd7fed Description: debug symbols for ros-jazzy-rt-usb-9axisimu-driver Build-Ids: 5074ce80653d7df2b8b9137bf57fe919eb98567c 94499dee6d3861662e32a1f7c41cab1d6999e328 Package: ros-jazzy-rtabmap Version: 0.23.7-1noble.20260903.070800 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.20260903.070800_amd64.deb Size: 6075534 SHA256: 8d12b967e6b7da259169028f7b92059037f50cf0aa165226dd8eeb22e4186981 SHA1: 1d90f061724918390b4d3f2e12dfbaa56bed6e61 MD5sum: 0390b95b6db170dd04f247f1b4cc8d68 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.20260903.082501 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.20260903.082501_amd64.deb Size: 170866 SHA256: 7750a4f41fffb1c8fff21eeeaba7a8814dbc781b37705498fd39b3e87308a7a7 SHA1: bf061e11e2331d8b506dfc4498c2e96cc44248e7 MD5sum: c261068d010c3fa118c4f6ac729e9cfd 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.20260903.082501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3089 Depends: ros-jazzy-rtabmap-conversions (= 0.23.7-1noble.20260903.082501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions-dbgsym_0.23.7-1noble.20260903.082501_amd64.deb Size: 3030752 SHA256: fe68a26def8a50880fe66a046133096baa8b78550539851e76ddbd395c86f0a6 SHA1: 837a7a6fdfe5ce8dbb66c811d4bddd4a99691cb2 MD5sum: ae3666ab310f39bcbba8c20a6d61613f Description: debug symbols for ros-jazzy-rtabmap-conversions Build-Ids: 6c3f936b0e42eb4ec6ef1f7cf02371bf30948efc Package: ros-jazzy-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260903.030140 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.20260903.030140_amd64.deb Size: 169538 SHA256: 8570a5dbee6cbfdf778b6553320ee880c5548c452d8b3e5e9120ac0a13a665ea SHA1: de4b539a5e18dc92eb86c6c97af5aedcc0cc8251 MD5sum: a5d72e8a7eec78643a968b1020163cdc 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.20260903.030140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4216 Depends: ros-jazzy-rtabmap-costmap-plugins (= 0.23.7-1noble.20260903.030140) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-costmap-plugins/ros-jazzy-rtabmap-costmap-plugins-dbgsym_0.23.7-1noble.20260903.030140_amd64.deb Size: 3797958 SHA256: 39bbef074118aedfc84bf6802ebbd02fdf2c33063e6c17afb9ba06c954b02c45 SHA1: 5bb651f3a0ff5dab3aa7e52ea9124fd687230aad MD5sum: 30c7c58492e435797ed085efd956a88f Description: debug symbols for ros-jazzy-rtabmap-costmap-plugins Build-Ids: 9fbe71dc17e96dfea4fefb20eb2b17a60e346f39 a68dbbb6eef7a33e2bd4a0a4d55dabb32565ee71 Package: ros-jazzy-rtabmap-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap Version: 0.23.7-1noble.20260903.070800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 114741 Depends: ros-jazzy-rtabmap (= 0.23.7-1noble.20260903.070800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap/ros-jazzy-rtabmap-dbgsym_0.23.7-1noble.20260903.070800_amd64.deb Size: 111590050 SHA256: 714a603c61fbf505ee0ef0e314b8cc8b5acbb2da4b4e886033d3f3622b853881 SHA1: bbf59e613f7d59d7df68be07ac0fd3ce9efbd24d MD5sum: c7b8cf73e6621f73d0016ddf38dd5e6c Description: debug symbols for ros-jazzy-rtabmap Build-Ids: 007bde0a7f88443a2b4ab798ddb594054e3a917d 084a84e39c780ec88885cf5cfebba3686b75cb9c 0ea48b01cf8b1693dee547598107026602206d04 1169cabaa4cf8e5edbd54948cce20133c90f72ff 2191ee2f6622b5dae36be836c0b3fa2ecf82f5c7 317e2d9ddb87c78366ea7dbca5c2f963e1510a64 35b430b89e2939775656fe09ddc5f500df80109e 3617ea83c5b7646538a3ee669ad2474ad61667ac 37fd782cd0f286685153557cbfbab0c112976d0e 415220750571471b4b70d622a23058f0c9eda150 4d44e3ccb7e8b45c04eb83caf1e1e20ae57eb51c 50143cb4d2626d28e83bef865547a00083db13e8 5308ea7e4a38d1df366af30ce96c1c743ef8f0cf 7cabbe242ed562dff955c95c0489f8f1f6bb063a 7e8514253a99a6cc516c3f930516ef3c7ac2d8f3 884792038b52a5a46c00f199d40a95e97e2270c2 8d1bf61c216eb83733635764e580419a5202598a 9a4af99c77ffed8a55b8db5b83dd3c169b7e1f8b baf1c056591365420b4da07c40e240da08f7154e bc18b6befc82801b3521965331567aa6fc639375 c3960f5e4da621f4f1fd138bb3344ca6291647e7 db61890e3d5b83a75a0a035b763455f72d49d4d0 dbbd47bbb97419d3ac7f0d1c8e22751d4f71c68e ea3f33e0ed9ac8e4e208c652bdb20fa1cbc6511e eb33287bbcf7f86cd89c4dae5a94dce4801b7ec4 f01259b918b5d8063b960b20e02ed2f0799673a4 f4de9adfb4d005a9d32a85427e87523fb9b124ca Package: ros-jazzy-rtabmap-demos Version: 0.23.7-1noble.20260905.072830 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.20260905.072830_amd64.deb Size: 125838 SHA256: 7e0c2991e287384e764323834a13ef32e455e01b12109d80db2085002a685eeb SHA1: ed4fa557e677170170538a03655938d696cdc30e MD5sum: 0dfed02d7044c4923fa53836c0f632b9 Description: RTAB-Map's demo launch files. Package: ros-jazzy-rtabmap-examples Version: 0.23.7-1noble.20260905.072909 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.20260905.072909_amd64.deb Size: 29030 SHA256: 55b68e110c4280fec31b475837aeea1dd98d52e41f93e975bdab05190f443736 SHA1: eeaf9673aa242bd12a96fe1bb71729b15b6dc6b8 MD5sum: f6ce5fb756a78fdeab4fd4a198df39a5 Description: RTAB-Map's example launch files. Package: ros-jazzy-rtabmap-launch Version: 0.23.7-1noble.20260905.072923 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.20260905.072923_amd64.deb Size: 13014 SHA256: b29649c760fc66dd308ebb443494e35d9a84414091c4773b1bcdcc54d08c8f3c SHA1: d3af8d2abcf0009a056c1b33e4ae4bfac8f5f19f MD5sum: 92f620e7c307cc2c5a88fe95fec398eb Description: RTAB-Map's main launch files. Package: ros-jazzy-rtabmap-msgs Version: 0.23.7-1noble.20260902.042917 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 12327 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.20260902.042917_amd64.deb Size: 814748 SHA256: 11b317a28462eeec4d525bfbee3260a5a9bcec869570278e4f30ad9396daf24e SHA1: 97118a13f7b56a8b693e730da821e8868a090219 MD5sum: c86dc67fd958b27db7391bc1dd968053 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.20260902.042917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10057 Depends: ros-jazzy-rtabmap-msgs (= 0.23.7-1noble.20260902.042917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs-dbgsym_0.23.7-1noble.20260902.042917_amd64.deb Size: 8451782 SHA256: e2b7fded2efb532d3a78418a4f90953b52e6c02306db442e0120d8b7f8f765bb SHA1: 6122120d3bd4a7990e464ba9689a9c15f326ff11 MD5sum: bdec7ac9c5cd3dbfc6ffac17b165588c Description: debug symbols for ros-jazzy-rtabmap-msgs Build-Ids: 171daa27f46f83070e258d910c41797c85c34e3a 1ec725c9f937da529caa2ec9c1a9a8f04aaf6087 2924cebb508a5301b3af63861524610245a0b429 3c1805eb3bdb0f08a75c256ed482acf78c3a19c8 4b85888c53e5340b908e07ddd9b28ad26be1854e 4e419b9b70ee888c144a0bdd359a4ccee3b74062 6378aa7f70d452c08a90f022ad5c39d7600c0f52 795fd6d719e57517625b1b8b91246abb214bfcf8 cd4c911ca3bb75af85f4ae0367bb5432eb1024bc d12c93c9a826310a6b5f788ce5073c8584ecee1e d4e201058c1e60f084d7c167aebd64e79927f557 Package: ros-jazzy-rtabmap-odom Version: 0.23.7-1noble.20260903.102901 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.20260903.102901_amd64.deb Size: 761254 SHA256: a6de00b228223cf91463790156b2230176127f6917b724bdeead3c45d776cb81 SHA1: 1606b3853f90368d139448aadc75587b7a9a95df MD5sum: 4180302be37d004826a9ecbccaaa95da 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.20260903.102901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 23714 Depends: ros-jazzy-rtabmap-odom (= 0.23.7-1noble.20260903.102901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom-dbgsym_0.23.7-1noble.20260903.102901_amd64.deb Size: 21077296 SHA256: d75a9691178e17e8b28fe8de1502610134edbaf0d8222de340bd60cd84d9ba73 SHA1: 51a2c2e1ee9836c3f52f13bfbb077ff89dee2af4 MD5sum: 10de56e13ab34d752f38ca0170811b55 Description: debug symbols for ros-jazzy-rtabmap-odom Build-Ids: 004247f63bef60cee1752b2d5ecc680a026124ba 0dc81ba31b2f61a33dc266530cbb7abb1cdd93c1 4c78fa325fdc760ecdcbbea80abcc8e4df2843cb a466f63fb8de4965d6b39043a8f14eef8572a84b d61f94e9a3cbbe4ec2256c7aa9d9d959c5f5a5d6 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.20260905.073700 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.20260905.073700_amd64.deb Size: 5278 SHA256: e16783d42d286d54342fea8dc6fff901549f509b76a0243c57f17f08b9951c1c SHA1: 2a26a4dd1a7610728bffead5cc3c916a04bd7f83 MD5sum: c18ed27fec938cf99911fe1818db3c18 Description: RTAB-Map Stack Package: ros-jazzy-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260905.070222 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.20260905.070222_amd64.deb Size: 292290 SHA256: dabd596629aec0ec1aeddecf3452243ff82ca9c0f5789512faab9435506b6206 SHA1: c2b65edd09e93d737069a3c6173764f037da8280 MD5sum: a90eb17da9ca6395ef348a242de36e09 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.20260905.070222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10311 Depends: ros-jazzy-rtabmap-rviz-plugins (= 0.23.7-1noble.20260905.070222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins-dbgsym_0.23.7-1noble.20260905.070222_amd64.deb Size: 9333008 SHA256: 40af559047fbb3667c09993c585b43da2a4b60cf2c3555fc11757a44987e6fb6 SHA1: aeb9473c7c1ef1813d03221517e474a5656c4281 MD5sum: 6e023044cbdfb554b5e2f28d39f89b0c Description: debug symbols for ros-jazzy-rtabmap-rviz-plugins Build-Ids: fad49f7565fdb619e0ee3246435a6a704d8a76b2 Package: ros-jazzy-rtabmap-slam Version: 0.23.7-1noble.20260903.103010 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.20260903.103010_amd64.deb Size: 860644 SHA256: 0469d74af29c6361085ef8308c3e5611c67174579527a5db87fc16540a233fd4 SHA1: 0035d38239d571c7ffb5e01641c28cb682dd763a MD5sum: 66b4d92a1ae7eccd4a6e8b698e1c5bad 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.20260903.103010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 27196 Depends: ros-jazzy-rtabmap-slam (= 0.23.7-1noble.20260903.103010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam-dbgsym_0.23.7-1noble.20260903.103010_amd64.deb Size: 22335558 SHA256: 875c77a85ae023f0a2af0ecaad25e1f023d363ff0e35063fa523dd98d950d4ec SHA1: 985f80f9d5093895d4222d9bdf4977c1332d1a51 MD5sum: 1f458b2cc3eafe020688cbe37ea6ecaf Description: debug symbols for ros-jazzy-rtabmap-slam Build-Ids: 2d9d60be1611541a4131bcb1ef745d220f45fcc9 2ffc60c3e5ce39f98ce20260c2c0fabebc5c86d1 Package: ros-jazzy-rtabmap-sync Version: 0.23.7-1noble.20260903.084451 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.20260903.084451_amd64.deb Size: 1761118 SHA256: 6d3414e7464f3a80a7296fbb5bb5a8e66550b2448ecbe54bfb46cf463be84323 SHA1: 03fe8c3e5c22c2276ea20c2b0fd678fe166d06da MD5sum: 4f07770d83c6d7bff251ad221cf74d16 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.20260903.084451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 66763 Depends: ros-jazzy-rtabmap-sync (= 0.23.7-1noble.20260903.084451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync-dbgsym_0.23.7-1noble.20260903.084451_amd64.deb Size: 56503534 SHA256: 2336f7737c334c8d635afdfcf603a9839d310d9d5397ec8da6fb3452fb572562 SHA1: f422c023d015e244434e0f7d838043a9d6789456 MD5sum: fba41dbb0db725e87234dfffd5295f9f Description: debug symbols for ros-jazzy-rtabmap-sync Build-Ids: 095f60ac1950b25d27f1aa65cc030158ad7722e9 561ec83d761b2136caf489486509535c11cbdfd3 85a20864bdbbb2a8828732518ad9aeaad9842b0d a745bdd69c43fe06bc84621073675708fbe40215 a9add3181b9ed44765905a587e1c2e4d8a160bf2 bac2acbcf40fbf95a3bd0c7084b81b4da7b9cc29 Package: ros-jazzy-rtabmap-util Version: 0.23.7-1noble.20260903.095812 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.20260903.095812_amd64.deb Size: 992932 SHA256: fe24a5443296ef80c67a812261c8dbb9d66f2808649fb4b5382d4066bf760356 SHA1: 21badca0cbaf62d7cf045fb812bc57296cb2e9aa MD5sum: 45b96e1013e18005fe3f3e75ba6e4740 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.20260903.095812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 40193 Depends: ros-jazzy-rtabmap-util (= 0.23.7-1noble.20260903.095812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util-dbgsym_0.23.7-1noble.20260903.095812_amd64.deb Size: 36407524 SHA256: cff69a4d336bf338e5a9a7ae5a850dfb8dd84305ca37708df3ea36c285e9f177 SHA1: 9eb8e41aab0a3c39d58d16968bb8507921f2cbb4 MD5sum: 0ea005f4c8e605f0adce27274ffcb973 Description: debug symbols for ros-jazzy-rtabmap-util Build-Ids: 01264c408c88e5f9ff12467c3fb08edac422fa64 06ac7351971ac9e42afab63d8a15afe9242c0831 16edcab688d4effb91ccd022f938e45926c540f8 1eec9000c3bf7f648af0d78e1d0def295fb19739 2c9194dac68e903c8bfd87cdd9ef3aa5cb445ae5 545058a2fa819525cbc10c4ecd968f1d87923917 6612a819eccaec1a644da5ce1cb9eca4b7ccb977 6962027a5f4ba9d7573678c33d6e2bd8c66f1fd2 6b3e79b1371361c01cb6dc02f59ae5b1de34bae7 9ab7fd74f7f8c2e9de687c8fcc6661639fabb4ec ae8fbd3356454dc77c947785a50ed0c79b87553e af62020ed58ca10a59b5da2dc8b38c743989d5ef cf7af030830a3a274dfd24fc40ee57e83edea473 d5e98b4d5c2aa40232f1e34c4da5b405cb9a1b76 e922191250449be756b9101a0cc75be28ca85c59 Package: ros-jazzy-rtabmap-viz Version: 0.23.7-1noble.20260903.095818 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.20260903.095818_amd64.deb Size: 469172 SHA256: f24e6e866d55aeadb5ea1c7f81f3ccfdadde507ef2e9d69c746293b543b27d91 SHA1: e569add5364b622cac61476cbce5c3abe9647d0d MD5sum: a5cd465af7b7cb48c21f44ff0a7f607f 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.20260903.095818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 14707 Depends: ros-jazzy-rtabmap-viz (= 0.23.7-1noble.20260903.095818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz-dbgsym_0.23.7-1noble.20260903.095818_amd64.deb Size: 12897814 SHA256: 05e45407175f8b16b5f8e6df1e5cb209d517c915a2f689baff9edffe4b9e8169 SHA1: 6a0ff3bd15271f2b5131689a38806ade8ec1a5f6 MD5sum: 14ccdae124fea2bd908368ae78612f40 Description: debug symbols for ros-jazzy-rtabmap-viz Build-Ids: 17d7a31ff70c360913a6b9dbeb7bb632e533d0b5 44d2c1d793c75bedb10d2556261e96bcbbf6c637 Package: ros-jazzy-rtcm-msgs Version: 1.1.6-4noble.20260902.034857 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 448 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.20260902.034857_amd64.deb Size: 47134 SHA256: 58676607f6006ada8e6472639a4923d9f88af4e89588a47a751b6fca096ba202 SHA1: 54a8e56f38ec9f5711f64b5d45eff2233b6950a5 MD5sum: e7ea2d6ac3e898e6bd885171c5b9c193 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.20260902.034857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 297 Depends: ros-jazzy-rtcm-msgs (= 1.1.6-4noble.20260902.034857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtcm-msgs/ros-jazzy-rtcm-msgs-dbgsym_1.1.6-4noble.20260902.034857_amd64.deb Size: 207174 SHA256: 710b63fd650601f78fd27e8d4835963e939e41250148d9e474d74f73e762649d SHA1: f267450a0b1c5804a51209fa63873c2a58ae735e MD5sum: 16fcd444c2f52319e584eaaf3a0e3f90 Description: debug symbols for ros-jazzy-rtcm-msgs Build-Ids: 08ee3056c1028f37802f731c248ac3ca0e024af3 0a5c7370da659f7c7c69f6bde7dbb801dd50ab14 1f6ba74e3f8eb45f4bfde28d570169667df99035 20878627fca9822801fd9ca90869e4f67a87e9a3 2c48ea7f408160312b0493a2d84bf509c9ffd2ac 5724af6a4636b95cd72ae2553dd88735b89f8567 7ce1317584bec6d30686e6790313cdf0d0809ac6 7e8ed33490ff0ccfbfc0d46c21f4704f11c9a725 b2cb6f7a7cf2d49ed4eb42440c9e04b04a8f3427 b877d235c55fada7b34f8905d88ca9933d5aeffd f5acedcab6008b2525e070af69ef86b9dcaa87d6 Package: ros-jazzy-rtest Version: 0.2.4-1noble.20260903.070741 Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 942 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, 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.4-1noble.20260903.070741_amd64.deb Size: 244146 SHA256: d3fd22561a476df782d0699c14884a0f679c115deb2804343b7dfb9132bbbefd SHA1: 8e279f024028dfaa70fc1abc14e2d71a7d9f11f0 MD5sum: ad6983949d159263316478acdf29c0b1 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.4-1noble.20260903.070741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 738 Depends: ros-jazzy-rtest (= 0.2.4-1noble.20260903.070741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtest/ros-jazzy-rtest-dbgsym_0.2.4-1noble.20260903.070741_amd64.deb Size: 588374 SHA256: bdffde4389efd1946ab470a755b420b9ef875afa198aabb5c224be91281aef98 SHA1: 20c4584dbea3f36e5172a3cba9341403b47bc57d MD5sum: 40f2e17da37d9b2aa47e7e3a88f0d687 Description: debug symbols for ros-jazzy-rtest Build-Ids: 74eeff768cf7d144d5c11434e87e714183f3c4fa 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.20260903.073314 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.20260903.073314_amd64.deb Size: 358556 SHA256: 8eda83be6ba0bb569f3d81542824d95eaa548426009d2c4133787b45a8507119 SHA1: 5365afc5e23981bdc15c7060fb1fdcecad8bdb95 MD5sum: b8b008b79da431b6fccc5232c2c6d867 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.20260903.073314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 7632 Depends: ros-jazzy-rtsp-image-transport (= 2.0.2-1noble.20260903.073314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtsp-image-transport/ros-jazzy-rtsp-image-transport-dbgsym_2.0.2-1noble.20260903.073314_amd64.deb Size: 6967852 SHA256: cfef5b632ff746fde138c014a8459c36dc7a5c50f1f1f8724a21a792c3be8cc1 SHA1: 200636be108c105deca15e158c887cd9441f8529 MD5sum: 566f27a6b220b2d330443d3077727285 Description: debug symbols for ros-jazzy-rtsp-image-transport Build-Ids: 66ff66f92ea9a219d52bd3a88c93e7c28b636c52 e32d5a10b7a9c5c0ba816343ff34dacca4f48dd3 f32117a01082c202ac8e0511f4c8344167b67b37 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.20260902.031109 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 523 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.20260902.031109_amd64.deb Size: 51816 SHA256: 70dc0e9704e3108d95f5f3bdcf1638046a282e54a4c24548825f4c4d811f5ce4 SHA1: 78865ab395300fe770b31a29706449ea193eab47 MD5sum: 3ad7cdaac4015dbd2e087b375183c83d 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.20260902.031109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 306 Depends: ros-jazzy-rviz-2d-overlay-msgs (= 1.4.2-1noble.20260902.031109) 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.20260902.031109_amd64.deb Size: 211350 SHA256: fcc6cdebb40c60d762f52764a53e271186e90113bf6dde3832880d01e70ae61a SHA1: 5cdbab43cc947220216b2b1a257d86bbea2d74a8 MD5sum: 2012ca403d33f98f62e3e4ae2a90aadf Description: debug symbols for ros-jazzy-rviz-2d-overlay-msgs Build-Ids: 2c9b4ff30ad799eecc8a224eaa7c8308d204f78c 4652675e61d7952cafda0338e302f1bf4d4797a4 932f55c05b1c2e20c160ee5760f960c6d7b80546 9e325feb5b7f2b10e0488d0502e03a2bc9641fae a9b8baf084347ec594f2cbab9263c4e1190bc963 b50d8e01adf842b350cc8dd366095349f03e8542 b9dae372feb958dadf416813e1a9387af072efff c119eaf0076c592d5f64b8f44cf102f9f66273bb c7d6a22ee9b0f312f3308f0fe5c89cbbc8e94698 f44e9e96842400f4f37e279775b4aa14f671adcb ff49cf803f7d11555b9835c8f672c74d68e94196 Package: ros-jazzy-rviz-2d-overlay-plugins Version: 1.4.2-1noble.20260903.025214 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.20260903.025214_amd64.deb Size: 293686 SHA256: f156c15a181c2cf06784608158a563f09dcbe0dca19b80dcbb4b049968d52125 SHA1: 20f6eb54fb6eb0aa03ee238b81bdcf41bb395822 MD5sum: 75ebf18fdfe8bae1af543ab18363e950 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.20260903.025214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 8337 Depends: ros-jazzy-rviz-2d-overlay-plugins (= 1.4.2-1noble.20260903.025214) 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.20260903.025214_amd64.deb Size: 7389800 SHA256: 53fbe4106a034f64a1134ac82e81ea06c6cff3959811b9c43453bfc779a03da9 SHA1: 4ca06e9ba1ae95f2a89762962f9d703b19816300 MD5sum: cb4a0dd655335f6e031148febe492538 Description: debug symbols for ros-jazzy-rviz-2d-overlay-plugins Build-Ids: 61d36db5704349252c48b376764b723f8ba829ff 6537552a4348ead3887f761c63acb67e859f0500 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.20260903.022201 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.20260903.022201_amd64.deb Size: 633644 SHA256: d33387cecc7c8f3f312361eab6c97e81953766d5344586274e1876947e48e989 SHA1: 4ff821294e010f84b9cff67b8edc53216177e90c MD5sum: d129f9433b72219de4102f8a12fa9df6 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.20260903.022201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 27234 Depends: ros-jazzy-rviz-common (= 14.1.23-1noble.20260903.022201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-common/ros-jazzy-rviz-common-dbgsym_14.1.23-1noble.20260903.022201_amd64.deb Size: 26959128 SHA256: 879fb97bb1c5acb519cd135141f320b36c09b5f0057602824a6fff3187562fa2 SHA1: a881c3ebc64b6e17c6b7b621f03dfa00b5a1b4b5 MD5sum: 7b4284d18416f5288b01ed2152ecc8b3 Description: debug symbols for ros-jazzy-rviz-common Build-Ids: ce1245e56208c97258b531e9a62732a9d667da46 Package: ros-jazzy-rviz-default-plugins Version: 14.1.23-1noble.20260905.033533 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.20260905.033533_amd64.deb Size: 1562384 SHA256: a86ddb9db1e631ce45329bfbf81ad7dfa3baff195ce7311ceac4bdee43743a00 SHA1: 08ddb4736ced4df12e9bab892a070efe5c304b4d MD5sum: cce8a31113032533d2bfbae801143642 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.20260905.033533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 86891 Depends: ros-jazzy-rviz-default-plugins (= 14.1.23-1noble.20260905.033533) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-default-plugins/ros-jazzy-rviz-default-plugins-dbgsym_14.1.23-1noble.20260905.033533_amd64.deb Size: 79276986 SHA256: c951f6fa458ae3351308201be4474c369e7eea95bdc105f31fc960276c7e611b SHA1: 2e76b74167f3863c4b180c46d5ecfd29f7516ecc MD5sum: e8e0db5f5a8a1d97e70476ed1bd47c9e Description: debug symbols for ros-jazzy-rviz-default-plugins Build-Ids: de8c9dd66f6222233f5e71d2f1a1f9f11cc1e04a Package: ros-jazzy-rviz-imu-plugin Version: 2.1.5-1noble.20260903.024056 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.20260903.024056_amd64.deb Size: 170910 SHA256: 83e516075621a0bbe4467d71f68a22ba8e0df3824735d04dbc6d1f628a4b85d6 SHA1: f84e8f3e638b8f9b08caba085e2956f10b30b881 MD5sum: afe1227e0c2c4214d8eb17669f2a66ad 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.20260903.024056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5829 Depends: ros-jazzy-rviz-imu-plugin (= 2.1.5-1noble.20260903.024056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-imu-plugin/ros-jazzy-rviz-imu-plugin-dbgsym_2.1.5-1noble.20260903.024056_amd64.deb Size: 5198916 SHA256: 70f8ede9302e8d10821ae7866014cb34f90d8b09ea68d9800c0f44dc719aac17 SHA1: b06daf1c0f2f8e5da1ffc1d8852d451f28eaf72b MD5sum: 7f185d3c9daec0af364e7a902c7b8bc3 Description: debug symbols for ros-jazzy-rviz-imu-plugin Build-Ids: bbd94983483626214bd40e8093b4a06a48d97b79 Package: ros-jazzy-rviz-marker-tools Version: 0.1.8-1noble.20260904.023331 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.8-1noble.20260904.023331_amd64.deb Size: 19866 SHA256: 4f884b3881f601018db935ce932cb348537dcee1288c9d1c3c4dd7813859fab7 SHA1: cdef8101e4103578c4606f4e0f8a8ea65495ed4d MD5sum: adba7c4eb80618bd26aa91e906a16e32 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.8-1noble.20260904.023331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 873 Depends: ros-jazzy-rviz-marker-tools (= 0.1.8-1noble.20260904.023331) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-marker-tools/ros-jazzy-rviz-marker-tools-dbgsym_0.1.8-1noble.20260904.023331_amd64.deb Size: 869328 SHA256: 894262ed24651aa61e495a161a11d7b2b87f6352e5c85509a0865860e39e4f66 SHA1: ed047780bc54423b186190b989c8d91bf2f6d989 MD5sum: 02a40c5ec416e14e3d57c2635f33a6cc Description: debug symbols for ros-jazzy-rviz-marker-tools Build-Ids: d07b185b941afd32b4d2787220bcacfc98594209 Package: ros-jazzy-rviz-mbf-plugins Version: 1.2.1-1noble.20260903.025159 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.20260903.025159_amd64.deb Size: 167490 SHA256: 95ea1b58e6802ab2d17d79e70b0390e25ccaa13e53940b7e3b0a8dd39adad0f7 SHA1: 82152e80144ece690118030c1d7d8307b7b20203 MD5sum: 52f96adc5ddbae40c77bb1ec387ffcfe 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.20260903.025159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3402 Depends: ros-jazzy-rviz-mbf-plugins (= 1.2.1-1noble.20260903.025159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-mbf-plugins/ros-jazzy-rviz-mbf-plugins-dbgsym_1.2.1-1noble.20260903.025159_amd64.deb Size: 2970348 SHA256: d8d3eb6e048ea0ab715c351695999ead3708db211f66d7fa97d9b2ed728690bf SHA1: 680db10475a1f12acbb82137f82445f3351533af MD5sum: 9b534a8e6e83c65d8e2e99f80e9492d5 Description: debug symbols for ros-jazzy-rviz-mbf-plugins Build-Ids: d9da6d8b87eb9959202843003a30cc20c522ab34 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.20260905.070309 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.20260905.070309_amd64.deb Size: 189920 SHA256: 5e7d8572a2fda6d6c5379fb5eb066907581541d40c9d3e39d285baa735b0b88a SHA1: 62fb9bfeeb1faf62f5ad58b5122a6e7caf1564f2 MD5sum: c98a93507782b2906c7f44ba05f925ae 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.20260905.070309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 4839 Depends: ros-jazzy-rviz-satellite (= 4.3.1-1noble.20260905.070309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite-dbgsym_4.3.1-1noble.20260905.070309_amd64.deb Size: 4475584 SHA256: f0e23687cd477f71f5a6770ab38afd750189c71d22d773db0297a93d19e7f48f SHA1: 05d0430c181788a6f50e3d262db871af01a55890 MD5sum: 345b38bf45fefbb1b7ef3f7b620f2f91 Description: debug symbols for ros-jazzy-rviz-satellite Build-Ids: c203b8866f257f5308dc09e3c7a5805c7bd4747a Package: ros-jazzy-rviz-visual-testing-framework Version: 14.1.23-1noble.20260903.024122 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.20260903.024122_amd64.deb Size: 74290 SHA256: 4cadab67f775c622d55f690123c9d989b8a45f9ddf8a4e2ff5c88dd1b6ba95ea SHA1: 121225a4d6be268df1f4de64339c09e64d265cfb MD5sum: a0870cf97f0675034d998750eed2f832 Description: 3D testing framework for RViz. Package: ros-jazzy-rviz-visual-tools Version: 4.2.0-1noble.20260905.070816 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.20260905.070816_amd64.deb Size: 302390 SHA256: f2dcac7e4848f1c4483faccba8eb7bbe916b8ad330a8c1f80f993a8d57cc8b3c SHA1: 624cc9768596ea00f05e7868de09ef124d162857 MD5sum: 039585e33d8f8e1e2d1ae35ad1dcd1a2 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.20260905.070816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 12098 Depends: ros-jazzy-rviz-visual-tools (= 4.2.0-1noble.20260905.070816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools-dbgsym_4.2.0-1noble.20260905.070816_amd64.deb Size: 11392244 SHA256: 5dd5cde8fd159be870ec8171a3b2aaa58f9f6179d73af52b5f2b91e5c5cfb296 SHA1: d136ee9bd5d2da8b616bb0da69d4721a05448711 MD5sum: b05a027a5cc95fffb88462ede2f26b1c Description: debug symbols for ros-jazzy-rviz-visual-tools Build-Ids: 1112c9989325e65bd6883d3e09e163a139a5706f 1e4fc90f5cfea0a658f4db048cceacc5ccd27852 39599451deee74edfb02bda7f6487518ff1721fe 40c5505da40b0cdc841fb0f1e518396f865afbb4 a70c7458aa3fe65be31412f63b161a2a429c4eee f266a0e41a3637837f3e39d9967d418eaec5bd06 Package: ros-jazzy-rviz2 Version: 14.1.23-1noble.20260905.070259 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.20260905.070259_amd64.deb Size: 18702 SHA256: 791dd026216e91f09e0b71d0209b862a4399994cec39502014c22a4d8b0a9511 SHA1: c0d3e65e195409ebdcd69a10e0973a8aaf34a7fa MD5sum: 264643cd4b99719cfcbe5887e905418a Description: 3D visualization tool for ROS. Package: ros-jazzy-rviz2-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz2 Version: 14.1.23-1noble.20260905.070259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 398 Depends: ros-jazzy-rviz2 (= 14.1.23-1noble.20260905.070259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz2/ros-jazzy-rviz2-dbgsym_14.1.23-1noble.20260905.070259_amd64.deb Size: 384092 SHA256: b4a0da2bc135609e0eb031006a169daea9dd30ab990a3a4bb715c937d1021294 SHA1: 036c573252f686fa8567707a7f5d9bf59004257e MD5sum: b5d38d2dca9a4ff62f7ee7b9f4c8b005 Description: debug symbols for ros-jazzy-rviz2 Build-Ids: 87a49ca6ea9c563f8291a12983278bf7caf053a3 Package: ros-jazzy-sbg-driver Version: 3.4.0-1noble.20260903.023236 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 44582 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.20260903.023236_amd64.deb Size: 10720474 SHA256: 4e40a1451828a48d4bbefc52e735886f2e6413a8bd076f7bcc9c97fdc9360ca0 SHA1: 41756369782b51a77cbaefb6d0e654e0ecaf074f MD5sum: bdad26172d40deeeafafcaaa9b01abea 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.20260903.023236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 24941 Depends: ros-jazzy-sbg-driver (= 3.4.0-1noble.20260903.023236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sbg-driver/ros-jazzy-sbg-driver-dbgsym_3.4.0-1noble.20260903.023236_amd64.deb Size: 21381952 SHA256: a9b009bf542cd79b312455c4562c642c0970c55ccce99bd74495d33da6e22b81 SHA1: d30badb5151a89a565d20a6b6840acea220bc270 MD5sum: 6131b52de2a0627a60608df0f421f978 Description: debug symbols for ros-jazzy-sbg-driver Build-Ids: 0647d2597f4235b939e002456f4ac2760389a546 07c2bb6dfb27be095ea6d533e6615a3ff84ee73d 20feeb314b02158f4c479553e673b8c6665c074a 2b2e4911f8e368a61316ab09b50d1bfc28b99400 3b249fd9818c1f952d380cc725d53bd5a4f79442 78392828548b05e0693e7b7f1f6a8cd16c4060a1 7b11573ca6b00bf33a669c29dba2e05b3ef532f9 ca9cc1463cfab3a5c9c80857cf9cd43153f61e3d dafc5ea8f884fdea33540332f8f8e924e28424c2 de97ca8eb9b31e5291f268bb83849f4b09ffa6bb e6a5723f5d82bd1fd36a64cab36fd9c0d9838bc2 e746e8f42207f4de170935e4bd713afddda2f443 e826875c18963ee01766d2366e6c46582bc9b354 Package: ros-jazzy-scan-2d-merger Version: 2.1.0-1noble.20260903.023745 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.20260903.023745_amd64.deb Size: 7632828 SHA256: f1c15af7c751bb4ed8bf289e8931a276229da8fcaddde51560efcb53e4ed43d6 SHA1: a3c0e666a907c6c25634ba620d9cec5d36cd5c6b MD5sum: 75eb10fadb5b1e392c348002439dd75a 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.20260903.023745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ali Pahlevani" Installed-Size: 2669 Depends: ros-jazzy-scan-2d-merger (= 2.1.0-1noble.20260903.023745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scan-2d-merger/ros-jazzy-scan-2d-merger-dbgsym_2.1.0-1noble.20260903.023745_amd64.deb Size: 2331028 SHA256: 99a63da4a7ce485222b7951d302c54b44fd8f6592be04ec6de60921dcc458f7f SHA1: 8bbc1fa10ee6b4f2a1b906af5e353531f2fe0654 MD5sum: 30b4d2f6258ecdabd65b780cbee5bb37 Description: debug symbols for ros-jazzy-scan-2d-merger Build-Ids: f4a6eb7b0a5c7262c70e799eddd9d3315768a7a6 Package: ros-jazzy-scan-detection-fusion Version: 0.1.0-2noble.20260903.022238 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.20260903.022238_amd64.deb Size: 29674 SHA256: 134de7d82996ad7037546b7a124c4034368eb383d7373167e5f2c31e471b8824 SHA1: aee82f1c80b8f3066adce0d41bd0442e080387f0 MD5sum: 9f4a0002fcd7165b732a21f242e802d2 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.20260902.054930 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.20260902.054930_amd64.deb Size: 14554 SHA256: f5ad36661f48ab706b517cce2ae4a5c9f3a852b4a897d76a6091048428499ea5 SHA1: 4abc2e9da5e1139adfa3f079e26b97f0ebf01a8e MD5sum: f2ab7d7ea1caa1f1f80af780733cc397 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.20260903.092431 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.20260903.092431_amd64.deb Size: 25230 SHA256: 5cf7c4c90ca4a32bf8392649682776e7c2e174611d064804e9ca4294932c634c SHA1: 25df4acec4da00cb503d23e92ea6160b14d13888 MD5sum: ac0887ab6474f961bc71fa7eb66208e1 Description: Scenario Execution library for Gazebo Package: ros-jazzy-scenario-execution-interfaces Version: 1.4.0-1noble.20260902.041559 Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 1306 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.20260902.041559_amd64.deb Size: 106910 SHA256: a77b4ed4b5fe1684b450d483e82b3fe7f0f8d2ad4b05913ab9b1ec51828a9c81 SHA1: 87fb3dc9d615054fab73e8d4ec929819f8f6af45 MD5sum: bb7510666b8dc59648b9905b13463290 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.20260902.041559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 955 Depends: ros-jazzy-scenario-execution-interfaces (= 1.4.0-1noble.20260902.041559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-interfaces/ros-jazzy-scenario-execution-interfaces-dbgsym_1.4.0-1noble.20260902.041559_amd64.deb Size: 735692 SHA256: ff52258b064d5b232af16f5b9c85778c414ad5f014e47de035f419923d877a7a SHA1: 6c79125d93909c9ce07029fe9754f7c1e2d342cd MD5sum: 96026ba4164feb08610e7f608d0b132f Description: debug symbols for ros-jazzy-scenario-execution-interfaces Build-Ids: 04a84a9f96e42366551c926998fda67d0877c703 31ee22fc4809559b07e1e1bdb61465c07a1de122 322fbe4864e0b17d38e12bcd54030ee4df592582 3c06501b47828682ca9cd2487f4c060efb7c7ad2 3f181cf1e23a29cd3461a017c57d4fad8e55f58b 56f8c1035710adf33d26e41d4e08bb490e787c22 a025e365f64cebf620eab24671ca5b1827b1a8c2 b4137734a544b6d69f378a9197284f487f253af7 c08c3ec9d32f2dbe438500abbce7f3f180637f06 ced9ede9cc8b27fe002051559766158d2b62037e f7c84c964b316068923d40703f0ed542619e33fd Package: ros-jazzy-scenario-execution-nav2 Version: 1.4.0-1noble.20260903.084743 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.20260903.084743_amd64.deb Size: 16208 SHA256: 496c142510b589b20610815eb37475ac983ad2501ec8b71334afb59929437443 SHA1: 24dc2d825cf06f9d38f00d6150b97ea51352e120 MD5sum: 7668cf1e386c6a1431ffcbcbafd28f06 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.20260903.084532 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.20260903.084532_amd64.deb Size: 94672 SHA256: 9c69150db004f48fdefbd1b6bfdc4bb4fc3c081782eb1164670e9324780b63b8 SHA1: a517f4e8e0dbe8922482c6740061d408a29f4329 MD5sum: d734fe6ce44cfe0b4f73faea433eb83d Description: Scenario Execution for ROS Package: ros-jazzy-scenario-execution-rviz Version: 1.4.0-1noble.20260903.025205 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.20260903.025205_amd64.deb Size: 169972 SHA256: 9ca99e25595b30e82a2fb6460741a0f22ccc2a955ff6b1a6fe74ddce1f3f35e5 SHA1: 006fd858a7f9de8e4a385fe517a16007dc0ab3a5 MD5sum: 1efb8f595b95929d197db69e1ccd6f81 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.20260903.025205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 5660 Depends: ros-jazzy-scenario-execution-rviz (= 1.4.0-1noble.20260903.025205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-rviz/ros-jazzy-scenario-execution-rviz-dbgsym_1.4.0-1noble.20260903.025205_amd64.deb Size: 4829406 SHA256: 6d11dcbf522c7715baef89da644a4c86260438887e52cda4aa536e2ace94f020 SHA1: 7e63b93c53c3373c452a51e12a8ba2ecc883d765 MD5sum: b9ce9c23525230121305a02f50cb88a4 Description: debug symbols for ros-jazzy-scenario-execution-rviz Build-Ids: 791b06cc5a9a71eda603bb140f986e72d1254789 Package: ros-jazzy-scenario-execution-sim Version: 1.4.0-1noble.20260903.093052 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.20260903.093052_amd64.deb Size: 16834 SHA256: 76ec65dc00d02daaf39ddf03e56f41e8632339a26d6b3147260c8319350b0e71 SHA1: 97c9b1b17ef4dea35680f385333261f7db787547 MD5sum: 5e307a24315011ef460f1a33ae6fe6d2 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.20260905.070219 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.20260905.070219_amd64.deb Size: 48860 SHA256: d211c0a723069b096e48022901f82e6e5df39a576c20db95134dcb3d549b48e9 SHA1: 769db04044228f112148d0398bd2943390e92e57 MD5sum: 2202d023942e2f8fb030fc2944c28025 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.20260905.070219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 742 Depends: ros-jazzy-sdformat-urdf (= 1.0.2-1noble.20260905.070219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-urdf/ros-jazzy-sdformat-urdf-dbgsym_1.0.2-1noble.20260905.070219_amd64.deb Size: 693818 SHA256: f455c6350c9bccb68ad2a4403394ae3e3a3f11983250f03daa5bc23f20fb3530 SHA1: 6acc030bc2c6483bc4d5c5bc42a3d8aa0f914472 MD5sum: 0609d9545249ab021cd128ee3d485367 Description: debug symbols for ros-jazzy-sdformat-urdf Build-Ids: 12b26a4ca91d8e643545b8f369aad31fa2ceecbb 8903c92a050806615e2b7065efe201272988fef0 Package: ros-jazzy-sdformat-vendor Version: 0.0.14-1noble.20260905.033543 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9792 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.14-1noble.20260905.033543_amd64.deb Size: 1275442 SHA256: 4ddd40dcf6dd0134ab7543ee276dfb732f3f279c30f2f3de5247546642c6f15a SHA1: 1a01c5c4924fe65f6360d6dc8f0c5d5b2ef06714 MD5sum: aa3401f57aefef5b5e82ed255f636ea3 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.14-1noble.20260905.033543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 13921 Depends: ros-jazzy-sdformat-vendor (= 0.0.14-1noble.20260905.033543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-vendor/ros-jazzy-sdformat-vendor-dbgsym_0.0.14-1noble.20260905.033543_amd64.deb Size: 13447486 SHA256: 42d7d03170ce4f5fe42cd15726b0a774d12daa8b3dfad98464912c74a60561d1 SHA1: 910724750ceca078cf5b6e36a95b74e9d4c242d2 MD5sum: 70d020af4ebf438c53c9e698ce42a8b8 Description: debug symbols for ros-jazzy-sdformat-vendor Build-Ids: 6ef07d942111cc58ac7832475bca15643e46529b 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.20260902.075154 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.20260902.075154_amd64.deb Size: 59552 SHA256: 71a0987bc620bc70a0a14bb9f59df5dd1bddfb9d6f0e18fe472a140c93991a95 SHA1: 4d2ae752d6784494c6d0f968ec81869a30e669a9 MD5sum: d4b3991be525788c5cbca5995dfff8ef 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.20260902.075154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1140 Depends: ros-jazzy-self-test (= 4.2.7-1noble.20260902.075154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test-dbgsym_4.2.7-1noble.20260902.075154_amd64.deb Size: 1075754 SHA256: 864c2ed7a498561d99ca6a6f44caa0f64426c8e7e0b4a0e6007d2883169e48e4 SHA1: d9b84a9667b6707306ae3e14035bc4dbff74007c MD5sum: d128fae5a0cfdf734513b969437279e5 Description: debug symbols for ros-jazzy-self-test Build-Ids: 6506d027f9c8096209096c81225863b1bedcafcd e091bd30b2ff7c5e8bbd1fd2e0f066efd4012de9 Package: ros-jazzy-sensor-msgs Version: 5.3.8-1noble.20260902.041633 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 5225 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.20260902.041633_amd64.deb Size: 391402 SHA256: 291bac8996476a7c9da5bcb16f94f4b782ed2e42d8b317fc56edf76630bd7cb4 SHA1: f7cd61523bd8dc0ef1450cb8c8deed86a143bfd0 MD5sum: 9fa90ec83fa095759bf8dbc0e7a5fa4b 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.20260902.041633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3996 Depends: ros-jazzy-sensor-msgs (= 5.3.8-1noble.20260902.041633) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs/ros-jazzy-sensor-msgs-dbgsym_5.3.8-1noble.20260902.041633_amd64.deb Size: 3347018 SHA256: ab294326a3312f034eb88365937ba83313d8a73ccbe399c8bb5d0837c8c8c644 SHA1: 9f009b2d8897bff860633f1bef169e910f5443c6 MD5sum: 82f30803d741d591603b8ea2f1823058 Description: debug symbols for ros-jazzy-sensor-msgs Build-Ids: 2a410501e3d53217eb347579108be864c27acad7 301b1e0006472a30b1c30d4c6cbf1390cea41c20 31beb34c699d76b4115e50471d330abc85219e60 55dd5ef37361626d085fae0e37cd3df9db25e736 6d7e7e8420d6aa151dd33b012ff4219e245cac49 899f759f37eb850c7ffffdb305cb5ca16de943ea a21458877b1848f3e2c129cd9d6c70f7ce384674 d2f1ff1195f75ffcb1e0e848de13133816c26288 e949e6f85e699baeef8517a4dd7523fde7c3ec9c f6bdc22dc3c7b1326def2ebea9bc155ecfe8eeaa fb8248a801dc48ad2673232ee965b8b7181a8ff1 Package: ros-jazzy-sensor-msgs-py Version: 5.3.8-1noble.20260902.043313 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.20260902.043313_amd64.deb Size: 16536 SHA256: 105c6f3a4a3a823b11e3e57a12541f41deb20711193a92a2023da239cc4b5224 SHA1: b4e2f55effc6e14e01990247f7be0ce00f8a83ea MD5sum: e35cdc3ebcdfe0573bd6d76d3cf9e68f Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-jazzy-septentrio-gnss-driver Version: 1.4.8-2noble.20260903.023817 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 9408 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.20260903.023817_amd64.deb Size: 1046700 SHA256: 543d047774761095dfd850dcec3edd1aadc79c34d06f2562c2961a31a7b50aac SHA1: 2f64092e7c1a511ec19734fa63be7eecb8effd58 MD5sum: 751cfde5ab111c41e19a7eb26b4e5432 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.20260903.023817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 29281 Depends: ros-jazzy-septentrio-gnss-driver (= 1.4.8-2noble.20260903.023817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-septentrio-gnss-driver/ros-jazzy-septentrio-gnss-driver-dbgsym_1.4.8-2noble.20260903.023817_amd64.deb Size: 26599920 SHA256: a102df0bda7a83119d60a923512376f0283b6b19d0e096b44f2f40988e758a1f SHA1: 3ee0d963a69f272d4ca97ee14c2839a6a84cb308 MD5sum: 6c18241ecc3292d0019ffde8fd70baeb Description: debug symbols for ros-jazzy-septentrio-gnss-driver Build-Ids: 17afcd3f420ebb2cce5289a46704d8793d26fd9c 2d0815de23fad0932f00b2af1e0c74f087de169a 646534a7f22ac407ae6d5b82c9d2cd944c6a840e 86dcc1eacbacaf940a037afe7b315216ff91e0b3 9f04d60d391f4180e2cf8eddc59aabfbbb3d4dfd a70a270dc1abcfb0f99f41953e86a25aa89d4335 c11711b5cd3a2bbe256c739d1dcc343df98d5bab cb24b42775f28991c8f1aacf5f64b405620473c3 cc0d2999f4c02035455ac1a2e75b46d3adf07118 e5f6636556ab459b867a4256ad4e010ed5e0ac99 e93f22a6e21799814bc1b54648d9c32fd9e6a94e f3efbe5306dfbf7f41483d5a39a9935c70ae5517 fa18743f5e30d2c2d303e3ddcd87b36fc52d7970 Package: ros-jazzy-serial-driver Version: 1.2.0-4noble.20260903.011948 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.20260903.011948_amd64.deb Size: 167256 SHA256: 5fd516d2cae01b26a977e73928921aa2cebef4339539a26df840b2f44c46f47b SHA1: 44a618728ce2df9531ead306e16f2c48256710e4 MD5sum: 3c299a9df3daac8bcb3bdffe973eed72 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.20260903.011948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3174 Depends: ros-jazzy-serial-driver (= 1.2.0-4noble.20260903.011948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-serial-driver/ros-jazzy-serial-driver-dbgsym_1.2.0-4noble.20260903.011948_amd64.deb Size: 2772858 SHA256: 2a8a64a9611d2dcaca720028d97f2f1006c72b8bc64054f872cf71b110e2a796 SHA1: 1f4d4bed296e4a358b0e7315a68b0924a31cb5d6 MD5sum: 017623339afd4a40def99c24685ced38 Description: debug symbols for ros-jazzy-serial-driver Build-Ids: 0316af4c67d295702afbcc8a0e1927ad8364ad86 98b07c858bbec324eaf58b0072e02dfc8f649bc5 f57857697a33b672f5e474fc182a2fa39f93f489 Package: ros-jazzy-service-msgs Version: 2.0.4-1noble.20260902.015102 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 458 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.20260902.015102_amd64.deb Size: 45330 SHA256: 537832142ce304f10c311de03f63bd0a2347e5fbe30bf2908ff0e8ad633934c3 SHA1: db82101f64d070fe906f2eb639a66685795e971c MD5sum: 14469b967a697d7f3a57ddbc9e1d0c31 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.20260902.015102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 272 Depends: ros-jazzy-service-msgs (= 2.0.4-1noble.20260902.015102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs-dbgsym_2.0.4-1noble.20260902.015102_amd64.deb Size: 178478 SHA256: 82c2471eb9579335f8e454b40077f8da7a86aecf4f719e16e9408630c90f88ae SHA1: c7d4cd02321877a82312fa96b43f172a279bd7b1 MD5sum: d4ebca9501aacfbd9bc8b90bb71710bc Description: debug symbols for ros-jazzy-service-msgs Build-Ids: 05ddf4262990f277d8cd5c22d0afd5206fb2b5bf 0e604320c4bd7496f46edd12045dd7e72b78e0ab 17aea3edc87fbab7eb1a4db417db621c13eea48b 46b8443c82c5b45c6162f6044d1cb78675e9e388 646d185ee7f7a7ca90c5e6e4f00c932a7454835a 80f594b56841d06c8ad188ed5cfe4703e7f58c8b 862726203bbf4b10e227a9c40690f7837a96e634 8bcca29f69fccc17916535fc69d52e373e9accf5 a292aca24081d710bdc22460e9df5f13ce6e5651 a72450d04527e761d90f2aa599538d302f647673 e5ac8623af1b6adcf7a7d79bc21766596c394f57 Package: ros-jazzy-shape-msgs Version: 5.3.8-1noble.20260902.034008 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-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.20260902.034008_amd64.deb Size: 82408 SHA256: a1049c52aa539c86666e6735c087426518c32a91b77c9af259b7cb6ddc18e82e SHA1: 76c0bc3453d9a1dbfd0ed292d064a24d6a0e91ed MD5sum: 19ee619e79a5231e005a1f0d3f8b9990 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.20260902.034008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 636 Depends: ros-jazzy-shape-msgs (= 5.3.8-1noble.20260902.034008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shape-msgs/ros-jazzy-shape-msgs-dbgsym_5.3.8-1noble.20260902.034008_amd64.deb Size: 494886 SHA256: 3a19d75003c42987cfb0a54659f35c4a84e6d295e8bd3b6ac6c850c2d6f2a000 SHA1: c63a19faf299fc95a66bfc211038437b66b19224 MD5sum: d5a223e8dbd9a3fdb0b7bc2d144209a5 Description: debug symbols for ros-jazzy-shape-msgs Build-Ids: 15ce6f5256bcf3fd38a6a98723568ab6b6e513b7 31c66277823a69ab22117db3e33acf9e05de7216 609dc0d9fde4069be41dfa9dbcd4d3228c371d04 6f7a7c94ce04cc460c74cc01fd3e896dad1e802f 80e1cc24a3d2d462d83fc3dacd6df4a43e483dd6 855e2a7670c358777bb662dbbb8bb862c381f653 a3d31dae42dfc2e07ce32508eefd4776edb8aaf6 ad99dee26d550b8af8d5e969b035b6bd250c19f2 bc661c35510bdf1d4e6b610c8858de697f892bd3 c45050ff5c20a56e53ec56a8057f1bc8d19a0645 ce39d204ce683cd61968726d64bda0409772c397 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.4-1noble.20260813.180709 Architecture: amd64 Maintainer: "Christian Eichmann" 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 Homepage: https://index.ros.org/p/sick_safetyscanners_base/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base_1.0.4-1noble.20260813.180709_amd64.deb Size: 202304 SHA256: dd7ee529ab5091f357d8efbac85de3c98ab38f81e785da2199b845b6a26bd0cd SHA1: 9c766fdb160d0bc2c9e8bbd843a02106e0c4a1db MD5sum: dcdd9e3a42e89bfe12214882bf969b4d 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.4-1noble.20260813.180709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 8612 Depends: ros-jazzy-sick-safetyscanners-base (= 1.0.4-1noble.20260813.180709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base-dbgsym_1.0.4-1noble.20260813.180709_amd64.deb Size: 8278244 SHA256: f5298939f3e1201ef904caf234cdb763376c0dabe9cbd6bd9caa29374616c719 SHA1: 77c9761d5baddf71911d01298afc5b3ac20795f1 MD5sum: ae5e49c4d4106c26daa37b60cfcd0ac2 Description: debug symbols for ros-jazzy-sick-safetyscanners-base Build-Ids: 1042833aa7023537bce995a8339279fd11acbd34 Package: ros-jazzy-sick-safetyscanners2 Version: 1.0.5-1noble.20260905.072005 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2007 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 Homepage: https://index.ros.org/p/sick_safetyscanners2/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2_1.0.5-1noble.20260905.072005_amd64.deb Size: 412398 SHA256: 5ad2f8937a5d5492ebb82db2c4b7018a50a2f7c3b09190c95208c0ce5e476ed3 SHA1: c2a24bd691002ead515e03cba2a5d8cdcf3ebd14 MD5sum: 28999c5f3c6e8c6b7f3b88a3b4838472 Description: ROS2 Driver for the SICK safetyscanners Package: ros-jazzy-sick-safetyscanners2-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners2 Version: 1.0.5-1noble.20260905.072005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 7439 Depends: ros-jazzy-sick-safetyscanners2 (= 1.0.5-1noble.20260905.072005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2-dbgsym_1.0.5-1noble.20260905.072005_amd64.deb Size: 6909548 SHA256: bab23c950641bbe57e458b8939eddf99037a92b676e327a60cfa80d85f9cf62b SHA1: 7e3031a62ad8292c18b9b1438b7cfe7a7feb7503 MD5sum: b065f1dc20ee17e1b55bbd379d64e556 Description: debug symbols for ros-jazzy-sick-safetyscanners2 Build-Ids: 1aa144f6c9bb8c910ac95c6c821afc0e08e1465b f3909f1601d6638657f1033bdb22033fdd977ac0 Package: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.1-1noble.20260902.043224 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4184 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.20260902.043224_amd64.deb Size: 297740 SHA256: 7d8f4f9c22f175e55d46f451635f79572a08480a1c10b0b4c0f383a58448828b SHA1: 32646a7e1415743320d00811c0728d5ef5bae3a3 MD5sum: 5d32fc989d608b6d0e4b8ca3fcaaa5ad 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.20260902.043224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3066 Depends: ros-jazzy-sick-safetyscanners2-interfaces (= 1.0.1-1noble.20260902.043224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1noble.20260902.043224_amd64.deb Size: 2519662 SHA256: 5d44541c8cd9ed25e027005089249f25e4f3d1f326baa72e532afd0b1b7f3fb2 SHA1: dd6173fbe9557b79d755cab595d538efb2ecad32 MD5sum: 088a737c34c3a007982cced84d953689 Description: debug symbols for ros-jazzy-sick-safetyscanners2-interfaces Build-Ids: 15972ed49b5651c1b601dcab1aecdc09278c8be2 16355c6122533669a802c7ed6e0186b0b4166af3 48fe4c2dc30ccb051547595110fc5d3bfc601d11 7807b176ea8a34c740737b13d5708214baf69514 a038ffccb53ac367a4a11ee4d8655031c4a0b4da a3e5dc176d75bb7f605beb499baff60b3eb5d1bc a8fd3fd314bcdeed6a3a901a6267c5f7c47ce557 c86a0e1e6443da325497f3f7d1e15055c0a5d879 e87d204e6711767385f6f4dc89562b7259b597a1 ed13c3e22c1879880846de8f84e4ca4e845b7ee0 fe216030405c0f0b982b2441db84ddd656144709 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.20260903.070754 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.20260903.070754_amd64.deb Size: 163646 SHA256: f5e2f7669a3b3aa79dba439c84cd827442f1fae7dca1fc0b7198ef02eff6cd3f SHA1: bb2b73e951d19bef981aeb09ea44b9eb1c3e3fc4 MD5sum: 528d955be20f3580966fae9715b54074 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.20260903.070754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3999 Depends: ros-jazzy-sick-safevisionary-driver (= 1.0.5-1noble.20260903.070754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260903.070754_amd64.deb Size: 3642432 SHA256: 7964cc2ae2cec1362a18783fb79ef93c35f048ec00ad063bcd082a0b4a7db52f SHA1: 761192ac5c49f35e91d96ee23bf9689db8eeb880 MD5sum: 0edd870dfa4e4495b32683a0db8e4b2e Description: debug symbols for ros-jazzy-sick-safevisionary-driver Build-Ids: 9a13f442492a4636dc27f27944ec64cde176748a Package: ros-jazzy-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260902.031120 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2648 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.20260902.031120_amd64.deb Size: 167678 SHA256: df5de27aaacccde006265daefc7381db2367a8b6877f8848ef7b8e7fd123c259 SHA1: 75fa052a9710cd3ffba77a8a1f9e6f3bb832dd18 MD5sum: 61e837717596096f35295f4eaf1cb280 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.20260902.031120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1738 Depends: ros-jazzy-sick-safevisionary-interfaces (= 1.0.5-1noble.20260902.031120) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260902.031120_amd64.deb Size: 1382096 SHA256: 2aa38245bc143638f452da1b07eb0c274c4f6c54c92f40e044c42a48ac24aaaa SHA1: 9bebb98903671bb9abb84c555c98846874dd28ca MD5sum: 5770c43804935203ecff28b6ceab04f9 Description: debug symbols for ros-jazzy-sick-safevisionary-interfaces Build-Ids: 3dea7ab15cd42f607dd00bc6971eff76fe4d5eb7 5434d736bdc8e678e1851ae7917b7f348fed399a 6be4a3616b8f3cccc1a3704d2a73ffd940de6dfe 8cb5d6d19a6c06efb85dc613b9b47c640811c1a2 90115bc3c62b9f7ac4dde7792b18c8e7f684f4f3 90f1dd41a5ebad7a9d660914093a7bc0e8f65a7d 95dc1c2253e544f051d9ac841ba72afd58ea4248 a4d4cb72c6f04a7ec04bbbc4e0d6994542152f69 b7e31994b5727f1d03063abd81fcff524e28335a dc9301c284e7d355332470ff4777a3befaf69c5b de509d9f407a3febf7eec586773540617ba99ec5 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.20260903.022241 Architecture: amd64 Maintainer: rostest Installed-Size: 40085 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.20260903.022241_amd64.deb Size: 5637746 SHA256: 3194cdca5e526f66afa32d5bc90800d5fb69dde12c66d7ca053da2d81839feaf SHA1: f29bdb231d1626c9d854ddaf1235c4a3294b2c0f MD5sum: 8e4c44ea789326d4493a58a604af6904 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.20260903.022241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rostest Installed-Size: 42631 Depends: ros-jazzy-sick-scan-xd (= 3.9.0-1noble.20260903.022241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-scan-xd/ros-jazzy-sick-scan-xd-dbgsym_3.9.0-1noble.20260903.022241_amd64.deb Size: 37960532 SHA256: aec587f6aa3a44b33b7ae010339e7e3a9b7a6be34f69f90fec8992339970acfe SHA1: 4c887f65c4c7b133753e6b9984a4f57cc8631efa MD5sum: 63b329a7669160c85f447c75fd43c76b Description: debug symbols for ros-jazzy-sick-scan-xd Build-Ids: 03c54ee6050f3812dd10ca9c6bd807bc7367a276 2113330c95bb25d17cdc99355b9377a809ead723 40e76fef90dffc8cc52842ff360a370b76d3eb51 54f8b7fe909fc2a0851cf007fe01d38251d2c24c 5b64311eb6687495e3dfd40e6cede5bca467d686 5f15d595b476793bde158c76548f6b3845affa3d 748109cbb585dc5692b520499429fdb4ab2ea7ea 9f7e54cce843e7fbec60e7c6f07ea51124746cda b37773db5c9fdaf70d50d55823a28cada01a940f b6a4f2c66243df6aef85f89c0009d11b34064187 bb3ad8e9c164f77f73dfc38eb064d7df90a26e9c d7627d7e17aa1922f1a669259c7b4a5f6c311331 f2ab8e1a99c010be078f3dd5f290fa57391ed9fb Package: ros-jazzy-simple-actions Version: 0.5.0-1noble.20260903.070835 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.20260903.070835_amd64.deb Size: 11284 SHA256: 85f9ea23f72d24ae3e9abe8ea91ac083a7719d14a9127664457255b529ebe5e1 SHA1: f9d8a77f7e692a807fc9d82eaed36f078020cd32 MD5sum: 820ccecd3cd3f060c581a514528274c7 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-jazzy-simple-grasping Version: 0.5.0-1noble.20260903.082804 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.20260903.082804_amd64.deb Size: 244576 SHA256: ca20fc4672a31d35b62328c4ed10a24fd2184ac4e77a843d739ba3f4ff2fbbb9 SHA1: 2d9e3a04b0e017299e843eade8e44f2f92b54186 MD5sum: 5919050a1e76375747f412b9d9ee37e5 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.20260903.082804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9897 Depends: ros-jazzy-simple-grasping (= 0.5.0-1noble.20260903.082804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-grasping/ros-jazzy-simple-grasping-dbgsym_0.5.0-1noble.20260903.082804_amd64.deb Size: 9338966 SHA256: a7cf9bec7ca0b2d702d3fb29de6873fc4264448c9af6cf8edd9ec03050f435e7 SHA1: bcc3b33223d07e0e3e780627d71f15ab4930d1e9 MD5sum: ae1ace89070209a8a2d588c726b61321 Description: debug symbols for ros-jazzy-simple-grasping Build-Ids: 68361212cfea1fe5569f531b7f9f6692fd9a17cd 8069ad6f1ac3e47c5c423984d966e9185b1c8214 882aec43537a0434b893e7d8f2092b2596d2adb5 d0a39179c949cb151f8fc9a5325d86fd71045239 f43cb02db0ecef6d37e413398f1b3a9bf13b95ee Package: ros-jazzy-simple-launch Version: 1.11.4-1noble.20260902.103253 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.20260902.103253_amd64.deb Size: 31552 SHA256: d5ed9a7356ca9e24e297b774654917aa8c7256e6ed65ebc8d7bb53971224f211 SHA1: b38a24d7d162d819a44545f38b7cbc174a355530 MD5sum: 1f1986d4c96c393c212956330399e967 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.20260905.085929 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.20260905.085929_amd64.deb Size: 5292 SHA256: fa6c02db4e05d36fbde184f7651982aa4e15a149462508269cfbfa220f8d5a2c SHA1: 51a3b849b1ea5d73a493b121d6daf16f90463301 MD5sum: 628198dc2be7efc4df09ea261195f84a Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-jazzy-simulation-interfaces Version: 1.5.1-1noble.20260902.041638 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 13795 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.20260902.041638_amd64.deb Size: 823818 SHA256: f69ea252cf6872dce7783f04575e3e33c1fe1fd4c14f0da4d1587677e1032040 SHA1: 45b6f2c638d1c4ba8017931f562695108684ecbe MD5sum: 4fb05e3d9609f808105a417bf62621fb 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.20260902.041638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 10176 Depends: ros-jazzy-simulation-interfaces (= 1.5.1-1noble.20260902.041638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simulation-interfaces/ros-jazzy-simulation-interfaces-dbgsym_1.5.1-1noble.20260902.041638_amd64.deb Size: 8134044 SHA256: 1fc9950b977ec4f61476fbb317f4bb29210ce1adb3f1c5ba4d403b0066b2cfc8 SHA1: 5a9b95e129ae088c9a7d14b28c3e0c350a05655b MD5sum: b23f51d740b7fab215cd638060d6eed6 Description: debug symbols for ros-jazzy-simulation-interfaces Build-Ids: 2d1f434770374d9e00c104e54a3d19354bf2c533 35f0a4af3a15d8c1dfde760a0505b109a601da82 385e49f891ca47062d4e7ae18b199569f5e064fa 4ed1f0f5b2277ada3ed3e4a4fa22cda9a2dd79b5 6e24c959bec533a3b63d539bfc812c0122bce4f7 9616ca05daefba6c179b56880048dc4c50576790 a7f7f17cf34244a39e542c021de4b75701f6d7e1 ae903e5811cbbde7f39290598be52cae057c5f90 ce40a077a7f666f5366f3af8989ffa86add44243 e6d8e05577564a5111444912ea29ce48a22eb697 ecf5fee93b266f583020e14b97571a9dc65af689 Package: ros-jazzy-slam-toolbox Version: 2.8.5-1noble.20260905.070219 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14791 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.20260905.070219_amd64.deb Size: 1813640 SHA256: 30f8d24d26c038b6217c8df30cee5155dbb5fafd486e077022b918368482e5c7 SHA1: e401f7e4c4e0238775e252b917f64ef32472586c MD5sum: b774abc04d008fa2042e2f492b6de9a5 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.20260905.070219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 52930 Depends: ros-jazzy-slam-toolbox (= 2.8.5-1noble.20260905.070219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slam-toolbox/ros-jazzy-slam-toolbox-dbgsym_2.8.5-1noble.20260905.070219_amd64.deb Size: 45434776 SHA256: 1ccd21f75a24c3f496c04648351850c243deba3bc8c6b828ea5211c9ffd596ec SHA1: 832d7ce7abad83b561ed9c22b989227539ae988e MD5sum: 0d945140bf5ed87ed32012c73afcb557 Description: debug symbols for ros-jazzy-slam-toolbox Build-Ids: 0375f167c9689928ff8f43e9f16d8419d95da287 08a6d9eca4f22b05e03ce01052473453c8f1eb70 14b8aa77f509eb4bc8df74c302cf6a935c91196b 18992d5110e3cf183ae9a350df2f43e7bc3b860c 1a16e90b5d6510de9eb7aafc0f5ea980690dd0df 1caa7da4ddde33f64536f8384e78b67277b19bb5 3593a64ba80d0834923f5f43e666b0fb248d66a7 3d5af95dfe185504684052ab51b583b1078e96a1 3d6970bf38d97fef808907f1b78c22c0d71bc5c4 42b9c160efa7651dd4562526a24b614ed7fbfb88 46cae7826c985fea40b68d254fd6b8ca388266a7 6adf540e4b07de3f7cb1efa86faed2680b123723 71a9ea326acf61b5584629ab90cc99e34564a1d5 7262f34faa374601e0a07c9ff4d9a26070d0c92a 7414aad016937add52931ef0d594711903034171 80603dcc6fadcbe30ba5ece6ca73aea76eb1a748 8a0f157c3efe77b9808893fe081839b1603a7c39 999954f42aa2e91e8f610748e2211dc39db8223a a4c32a5f70ec1deb0932398c3255f99fbcef347e a51f244146b4c9d0d8fc4edfc19c439a8ee27a91 b1e9e77df239fab64fe140881375984fc5635b45 b215afa7bcae9f580dfcde8f19e04b45dbc33abf c7c9dad889fee0c14d96275484130d0a82d83710 cf9e0d6f510c64efe62d0fbcd42e6b416f300fb3 d2da8dffcb9553fe7284935be4d9dbc09cf226b4 efa7f27428863fbc4a649ad123262e47f4eca9bc Package: ros-jazzy-slg-msgs Version: 3.9.2-1noble.20260902.033524 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 634 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.20260902.033524_amd64.deb Size: 67010 SHA256: c87b383be30b83cbdb3ebefcbe1afc0bcf72ddbf407fbceec4cd5948abc4bbfe SHA1: 6afb32ba57924cf4c038bc879a42a13a2dc74f8a MD5sum: b89e69197f80cf94a7525a7aab2c9c1f 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.20260902.033524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 443 Depends: ros-jazzy-slg-msgs (= 3.9.2-1noble.20260902.033524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slg-msgs/ros-jazzy-slg-msgs-dbgsym_3.9.2-1noble.20260902.033524_amd64.deb Size: 334180 SHA256: 4bb87c1e0aa19d8f94936331b8aa8ada797a09c841c32937340f67f46a55ee30 SHA1: a62909a925047447a3ad055e05f22949ed754de7 MD5sum: 6f11717c3e50b233c528d3a5e3d8aed6 Description: debug symbols for ros-jazzy-slg-msgs Build-Ids: 15b3b32f5207e68d5fdb2bf47b71b66d3fe17276 292dd0d18b069f232ffa046f895577e64f725ee2 41d82c52625293e6d53f32299de6d9f11ec3efc5 799e99da18a6257151f0a5dd7a3413e7b4e1f650 84b1f33e496fe784bffb9d93da40eb002c1b52da ac51cfc75c871bfba9e32e9a3035307182bb1bfd b0f27fb5d0ebcbadc6d14f10c6342cd105cb368a c63e6ca55f99c2f23a8a191bcdd9f32da4f57f1c eaa647f1978cdb523e992e88cd45bfac61ef04f6 f64f81c05eff91edd7d90e87589666a24bbff5b1 f7b03e5d25fe40f71c9a553aa1d35787a3d211d8 Package: ros-jazzy-slider-publisher Version: 2.4.3-1noble.20260903.070816 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.20260903.070816_amd64.deb Size: 12326 SHA256: 35d97a944b9ddefb7ad9f3d0f9084c7aac19b7a0ec303c0c612623f762f62c70 SHA1: bab6350f8776b409c83cbfd530b1b9b3c98e2dda MD5sum: 76156e185aa2190a04626b293d0e2db4 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.20260903.075241 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.20260903.075241_amd64.deb Size: 323460 SHA256: 7c85e44763e6d2b6b92523e7564d2bc43011f1b544aae4d9322c12434c181355 SHA1: 0cc07b8a5e4bf6cf42fbc4ad0b52dcd3cbe74228 MD5sum: de750bbf306cac87085271b5a0e19336 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.20260903.075241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 9725 Depends: ros-jazzy-smacc2 (= 3.1.0-2noble.20260903.075241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2/ros-jazzy-smacc2-dbgsym_3.1.0-2noble.20260903.075241_amd64.deb Size: 9362396 SHA256: 6523e166294db9938816d6f0a7885c372310e3b9ba4ae53dcac51df405b38a98 SHA1: b73978980c1e5413ae67c24032a0aaa8f57dce93 MD5sum: ad2947e081d161595e5317130c15aac5 Description: debug symbols for ros-jazzy-smacc2 Build-Ids: 243b7fec769f610d72865832a6be0ef038fe7178 Package: ros-jazzy-smacc2-msgs Version: 3.1.0-2noble.20260902.034912 Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 2910 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.20260902.034912_amd64.deb Size: 238590 SHA256: fa49d927a890de8e3970b60bb45955ef137f1aff5b76dbda51041d7451cbc062 SHA1: 1da4dde3b2ce5afd1e2d49b504ad15e1e08f214e MD5sum: 4a740270c3cba5435becf6b4a5305e84 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.20260902.034912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 2621 Depends: ros-jazzy-smacc2-msgs (= 3.1.0-2noble.20260902.034912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2-msgs/ros-jazzy-smacc2-msgs-dbgsym_3.1.0-2noble.20260902.034912_amd64.deb Size: 2210392 SHA256: 33edf9f44e823c5f4eb006c9674a842e0cdf38cfed1eddfec5fe3fac93e0d6c4 SHA1: 52c6743a00520041e56f02cf17869f6d0726fc87 MD5sum: 3df9abcff3179a330242a000daa40268 Description: debug symbols for ros-jazzy-smacc2-msgs Build-Ids: 1afd7c9bc6ee8b2a15c457ecce8b2d7214c2939b 3112c99bc674b99010dfbd5704005d0f1c2a96ed 4496043e8d29c5ff5ed6ede7e73c2415fc35d8d2 5b1f02d3caf84fefd6494fa343de2da8464aeb52 5e2627edaf3a2a3dd93f2f6e242aa2d6b3b4d94b abed730a848b207e391ae5c0594a78290c8117ba d82bb52143a5c1b260850b79074cee800024b43a d9222815c09cf71918d9e56183438ffa8aa1a9ca ea7477e3efba1525380b33b55eec7ec81904c7fa f552719a35fec2afac5e5f1e3e3e957df25c80e5 ff6eebba63db4bd7ef3152e590c37c102ca514d9 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.20260902.034910 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 921 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.20260902.034910_amd64.deb Size: 87324 SHA256: 8b6d3b3df76fada104d0b3671a8b7d752b5d6824731af52ace35828bddf95d5f SHA1: 535dc220b0c7d31e373a9b701af68295e76d6c6a MD5sum: 475066a276caf881c3604ffa17c48f51 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.20260902.034910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 699 Depends: ros-jazzy-smach-msgs (= 3.0.3-3noble.20260902.034910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-msgs/ros-jazzy-smach-msgs-dbgsym_3.0.3-3noble.20260902.034910_amd64.deb Size: 551858 SHA256: d51f5a84c40be49c66d39c5ec49efce35b2c9eb3efe3b8f1cc2015201e3c9d5e SHA1: e948a4c5b0ba34b7545e411e36083d14bcc18639 MD5sum: 72a51d96df4957b29428b05ead23f77f Description: debug symbols for ros-jazzy-smach-msgs Build-Ids: 00e02808c04c1d47cb3af42ac99e64bfaf0acdd9 04613168c59933f840a7a4d5aa9a175e0ae0dd17 2cbd17802f13ba09bf29f591882bfaf3aa20d003 3a0df34ea07f7a1f0c87ba5528fe5b8d921197c1 45a5f31dd011686469427425f0a4faee20566299 67fd8e7c219e3c2c60574afcdd9955c4d0aadc87 69c5dcdd8d783bbe8b87bd22b0815234e5652961 7511a5ef0f1c6ca47d2a7a8fe84e7c5999a671d1 9546c2968c41d6375c7b2ce39b68c9bace074c76 98e23ac30818e910c815f50f3f5af4526116c08a dca1752c834a5b25f6144667f1c2fb4bd1d6203f Package: ros-jazzy-smach-ros Version: 3.0.3-3noble.20260902.054424 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.20260902.054424_amd64.deb Size: 38896 SHA256: f32f3420a9ad24e9e6c25c3ebc665dc93146b0089ea1bdd4a669760c4781c9f8 SHA1: 7d7cb8fe0dbeabd15a1df9569ca7bc0a6a970968 MD5sum: 5142de76bce884a1aa1abfb95c221062 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.20260903.025237 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.20260903.025237_amd64.deb Size: 31234 SHA256: 60697f2c1f1b3faae7da4eaf9c6388c5dd3989613eab90468f077fceb93f58c0 SHA1: 1f0652cc88ec358dbb9d623c86231076579c246c MD5sum: 2ac2c7bc5a25a96495fb526d960cc415 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.20260903.025237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-jazzy-snowbot-operating-system (= 0.1.2-5noble.20260903.025237) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-snowbot-operating-system/ros-jazzy-snowbot-operating-system-dbgsym_0.1.2-5noble.20260903.025237_amd64.deb Size: 387680 SHA256: 3245d807d672de3ac962500fe1d8a31acb157a1ce03cbeca49c9a97ee15d7920 SHA1: b0598448ebeb2cff477521166004eec35d7dcc86 MD5sum: bde99a991dbc696fcf9d2416000f668c Description: debug symbols for ros-jazzy-snowbot-operating-system Build-Ids: 31acfd3c16cc0905af1893cf25682a70619cdc13 Package: ros-jazzy-so-arm-100-hardware Version: 0.1.1-1noble.20260905.072648 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.20260905.072648_amd64.deb Size: 174040 SHA256: b6a97580a4172097bbe630907529804ec29ad74495af646384ded730d2e78320 SHA1: 832b0926a10e7fd892be728385e4b37167458c0f MD5sum: a8afef595395da82f8cb37e3fc513ada 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.20260905.072648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bruk Gebregziabher Installed-Size: 2982 Depends: ros-jazzy-so-arm-100-hardware (= 0.1.1-1noble.20260905.072648) 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.20260905.072648_amd64.deb Size: 2611914 SHA256: 5eed796b3d8dd1a1c2a51cdac09644a709eaa309e32fc9895e6fbb71fea3ec73 SHA1: 95fc9c265edcd844282b67daceb7e7d49b1dcbb9 MD5sum: b734ffa9861273c04f8f2e63da250626 Description: debug symbols for ros-jazzy-so-arm-100-hardware Build-Ids: 009a04935b40dd248bf0bc18a972d91a279ea620 49ef40084ceb3766caf265fde2e920c8cedf8b5e 9f989ab80dc922decaf2bebf6693d437084c981c Package: ros-jazzy-soccer-geometry-msgs Version: 1.0.0-2noble.20260902.034012 Architecture: amd64 Maintainer: ijnek Installed-Size: 457 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.20260902.034012_amd64.deb Size: 43180 SHA256: bf022fd1f5fc3e94eebdc31d5fd233fd99a711e8a9de67dea78fb6d6bb16dfd4 SHA1: ceff9a6e6afa01a68b5d3c7e18d5185ac4a4252a MD5sum: 8a79f32e5f140b3e7c0d37fc9505ebfc 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.20260902.034012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 264 Depends: ros-jazzy-soccer-geometry-msgs (= 1.0.0-2noble.20260902.034012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-geometry-msgs/ros-jazzy-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260902.034012_amd64.deb Size: 171942 SHA256: b2b96229b35b6ae2f2c343d3483b060c9a7234e164c045e2e5196fa474a5d7b8 SHA1: 3a6a940f06d037373cd1e3a34c381b8344b0f27d MD5sum: 95de459631771df1adf962d100819a1f Description: debug symbols for ros-jazzy-soccer-geometry-msgs Build-Ids: 030f8bf84b4127fa13663021530aaf0b50a0607e 17d6c87fded70d04946c29b7ac2243e38c66010a 1d8182422f7a25dc86606041a2144d0cb17e0692 2592f4be08f9325a7bf7839b87777646edf6ab0c 381f37a6bc949a390372e8c27ccad897b8ed364c 449d7e60f8383200dc7131665f2916337cb3e0d0 4c5eddf7746cbeaad56b2ed50fdf166181edbed8 772f694641b81c305c25b499c56da0a00ffeb706 99886dfd098a139d1bd965cabddd15cb11490abd ccd988bfcd52561673e709f31d72c9345790f501 f69e83d8219766dcf1ed34c71909adafa17f55ef Package: ros-jazzy-soccer-interfaces Version: 1.0.0-2noble.20260902.041026 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.20260902.041026_amd64.deb Size: 5062 SHA256: cca8975a2148a99b336429a981eecd712551170af3b764bccc7b115c83ba14b8 SHA1: cb4a109f94c38ea86615bd83ff8b7677cdc1edb2 MD5sum: eac1dcf7a5eb28375e88754c60eed772 Description: Metapackage for soccer-related interfaces Package: ros-jazzy-soccer-model-msgs Version: 1.0.0-2noble.20260902.034740 Architecture: amd64 Maintainer: ijnek Installed-Size: 1054 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.20260902.034740_amd64.deb Size: 85928 SHA256: fb03b508d186e0d5308b8f4a3025be596ed37bacc853a7ac6d8ed84878005061 SHA1: 77c0cbfaf594468520d84b1c390df0a388b42e2d MD5sum: 484c7631d78c9089651c9a133361795a 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.20260902.034740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 771 Depends: ros-jazzy-soccer-model-msgs (= 1.0.0-2noble.20260902.034740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-model-msgs/ros-jazzy-soccer-model-msgs-dbgsym_1.0.0-2noble.20260902.034740_amd64.deb Size: 600328 SHA256: d4d19fd8f3552fa6551b38b29843c7d785affb124c9294824d217889be1499e6 SHA1: 9bf4bb2ba52085c22b3fd99c3c330e79a2ff9139 MD5sum: f5916eab7eb1289fbb0e5d4b2caaa4ad Description: debug symbols for ros-jazzy-soccer-model-msgs Build-Ids: 1227bd234cdfc9e71bfe45f284c1934fce87f5e4 43266215921d9d98d156cf5ce5b5efeb8bb519e3 4ce70dbef35eef1d3476cb6676ebda5dd9fc6123 555044f277dba9347416ba9a9f556ff6a6ab4438 6db65ae18abfa5ea2c5567afc08cdca5f3727855 726c78cb8dc6b91faf1ecbd9b2ce56843d3c0f9e 8490936a94ee59367abdfc6636b0f5dc0a6d96b1 af5fba2e59ffdd2a201125319b4d0e9f75b84c57 b3e09a3c042f7ed134d5087033b1ba356481fc9c ec3d9f3b02505ab88975ca9029606ba4b9fa27d9 f55f86690010c4c90a4aeebd03ba943fad61cf27 Package: ros-jazzy-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260902.034751 Architecture: amd64 Maintainer: ijnek Installed-Size: 2290 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.20260902.034751_amd64.deb Size: 162178 SHA256: 1df936ae7ad4d90a74677bf91db567e0195d72a260e41baa993f585909015d20 SHA1: 06e9ee1ed1f0aa5a30cd101e37d9e239da52b732 MD5sum: d37c80d3b116f87b60c5178c881055d0 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.20260902.034751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1730 Depends: ros-jazzy-soccer-vision-2d-msgs (= 1.0.0-2noble.20260902.034751) 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.20260902.034751_amd64.deb Size: 1398200 SHA256: b9bdfb01ed0fb7f03b5023765b20f42e651cd2e318385137ca94b945d2a69e47 SHA1: 07bb3d195cf4dac5c4bcaa00159716167e73b910 MD5sum: b1928fa20d59d2482c1c2491be7e59ca Description: debug symbols for ros-jazzy-soccer-vision-2d-msgs Build-Ids: 07ca09cf7077274b376af4437cd8d8d56f377c79 2c63a8ecb1dbcfe30b0001cc82378dcf6f410655 2e5fd48b03828515bac7d7e3f372ee8e84c3a3cd 2fd2ad5a4145bcf3b6653baa7d374b2c1a53803e 78458cf6a42a57aa6d106d05dd990d31dc17cb39 9119c5111875505447c7254fc7d745648d221fac 9ee88f21549474dafe0e4db101f0f9e4438d21f7 e8fe81a9d5950209a3ba4a4b01c1026cb259097f e98c8d933b3c4130e381668fd389923e34d6eb9b ed33e2ce77ca7b9a78a59bf0dbeb0ff4e328725e fbeb2cd5be9b2486d3df003683b0fe54c026eb3b Package: ros-jazzy-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260902.034751 Architecture: amd64 Maintainer: ijnek Installed-Size: 2310 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.20260902.034751_amd64.deb Size: 161260 SHA256: 1204f2a2ed8119299285b7244b69f6789c5bd8808890fa0ca042ffdee4157445 SHA1: a2fb7d01ec47ea84680b3adde2f2b801a3b48df4 MD5sum: 85b3bae08baf6fee653722bb05686a8c 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.20260902.034751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1748 Depends: ros-jazzy-soccer-vision-3d-msgs (= 1.0.0-2noble.20260902.034751) 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.20260902.034751_amd64.deb Size: 1413068 SHA256: 70cc4dba04450d5f8060a88c4a39d0f57d7ed9212e938b03d728beaf11f6a4d5 SHA1: 14cd29672c8c53703125265ff6a26feab6551048 MD5sum: 6ee0ce9fadd6cfe4fbb79786db66f7e5 Description: debug symbols for ros-jazzy-soccer-vision-3d-msgs Build-Ids: 0585c87295e8e0d5489b9b43d316c2173dd454bf 0eafcba1a60005951323a3ca4f6a6b843a5c0fe1 386b0391b6c35a0a149aa4ddbef09749b94dacbe 47b452c4dd12457c6eb0b105c10a48c7546a155f 48c123988ebc54b63a51f4b477c50227058be0ca 6e6c5bb7f22d27b62b5ff4749af6403df6225fe5 789a1f25fa2918b2ee72ff30bc8aae3ac5e9ece4 a9a0fe4cf9b0ccac2d2fc90da750398fa8980569 b0fa0af5c976db15cf0322c3fe0941516ae8f785 d1742db716f98d1ea791013ebc24050b1a79c566 e2d0a2016053befa86cb1fea5aca835b82c233bc Package: ros-jazzy-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260902.054919 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.20260902.054919_amd64.deb Size: 165216 SHA256: 48053d5bd61c3ebf75e9dc785ab93bf7660ee3e528e3e521a66cae02a6a5b440 SHA1: 758906dc4e235530e4087b438d9e00a50a45d8e8 MD5sum: c0a21c320570d6ebd1fde2102c6346db Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-jazzy-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260902.031120 Architecture: amd64 Maintainer: ijnek Installed-Size: 692 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.20260902.031120_amd64.deb Size: 57132 SHA256: e5cfe9dd57a7d12131caae74c14f52d88a179dff8246e1d55d903dab04427295 SHA1: 139c684aaecde53e8f9d2fe5f305a3f09679fd40 MD5sum: cd826325ec018c7de0e300be3f2349d4 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.20260902.031120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 433 Depends: ros-jazzy-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260902.031120) 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.20260902.031120_amd64.deb Size: 314328 SHA256: d575335add53f1d7fb1eef17057c7d2748e3ab312bf54409e41c67f4b4e2f619 SHA1: 30c3bfac5d510b750667ea9f4f0809555f3fb71d MD5sum: f6adf403ce7aad3dae41de1dda01e845 Description: debug symbols for ros-jazzy-soccer-vision-attribute-msgs Build-Ids: 27407a9246b150b41ff3354504beab574fb65e4b 50d5e1edf957d6da6b83c0b456e2dacd7b9e5fe6 5b31e0e1593fd7450422e025e0585a600b2efb80 5e41a0558bde80380779f6a32416ccb76464fb86 67ea9874f17c6f299869d8d0361304768f4c3358 6f05ed986bc04978770e63602bbed75b41c17b33 715146ccedc99c5980afd588bad070241e84369d 716566129f408c40f277680208c8484f6713a0f2 9101f7cccb894533125f64d7b385dc9985341e32 e426ac288e221822506fdb3dd2a2aa4b8220f987 eb9df6d43eb411f099bbef9903884c1f942bf1d9 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.20260903.070829 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.20260903.070829_amd64.deb Size: 169712 SHA256: dec02746d523230674fb73d43423b27826aeeef6d5e476161e6e541484c2847c SHA1: 0fbc5362f80b63f30ae8d8097fe2fd08f59a5670 MD5sum: 5d9b029ba6c20d1e84a1be96986ba613 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.20260902.022344 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1777 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.20260902.022344_amd64.deb Size: 133316 SHA256: f31894376018d3df421b2038dd1cb010edd3ac38b27de6ab3f59c0345bf3da1e SHA1: a18672b6a32ada58f3cf59fd5f95a21159ed3f9e MD5sum: 02ace0da32ffef4beb3d47ed87a9e6d0 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.20260902.022344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 951 Depends: ros-jazzy-sound-play-msgs (= 0.4.0-2noble.20260902.022344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sound-play-msgs/ros-jazzy-sound-play-msgs-dbgsym_0.4.0-2noble.20260902.022344_amd64.deb Size: 672358 SHA256: d70d99d1f4768b6415b1954828a927d4153d553a23288784bbab346f5296be0a SHA1: b6c3e59a56fbaf5e17557875f1295617002e8a0c MD5sum: b1b2b2557d807dfad0000b1ca9b33651 Description: debug symbols for ros-jazzy-sound-play-msgs Build-Ids: 07b32314d46c1c72b1b7dca31e4d8bdd54272253 09947612c7ace13a445a10404b6568de3c6d51be 19dacfb21d49ed1bbfd56ae759ffcb169b3dd3b6 1c0294585e562b6a3b70ee5da626b496c0e092cb 4f185478d16e6da90ecd3ee71faa4c5ee5083bf2 6b5b6e67c92f3ae496f66c6df58895e0460c0f22 6b6963352d493ee31f0d796324cdcb199d96b2de 743081151d6d543156b7e15e7bdc23c9b1d32b5d 88df674c63478ff80955a1a4a6a6428ea0b1e8f3 a49536851ea9820600e7893644e6aa894b70e13c bf00bc3d0830bd844d5ccc1dcd0aeef5acd324df Package: ros-jazzy-spacenav Version: 3.3.0-3noble.20260902.075125 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.20260902.075125_amd64.deb Size: 101646 SHA256: 69350a0efb26b683d98d9094d9bbed83d5d02c9ebdd6599a8007215ee0115de2 SHA1: c513e9287a8a92375a2dbd452db86f5b2d37c9dc MD5sum: 0c90a62be509370a8ee278efdf1fc452 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.20260902.075125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1928 Depends: ros-jazzy-spacenav (= 3.3.0-3noble.20260902.075125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spacenav/ros-jazzy-spacenav-dbgsym_3.3.0-3noble.20260902.075125_amd64.deb Size: 1759610 SHA256: 2f2773e554c9e7941ed48c1066679d25203f9e118eb1bcd6a49ae0c37eea66d4 SHA1: f9b73ff7628a0379cf56538f28992997b38231b7 MD5sum: 007e6bc9ba25bf6eb1240b986a031b9e Description: debug symbols for ros-jazzy-spacenav Build-Ids: 7371738fcc4be29b276a7c5ee4b1477e1f4e4489 b727880a0bc46960982d95f62964ceda11ddc249 Package: ros-jazzy-spatio-temporal-voxel-layer Version: 2.5.5-1noble.20260903.075844 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2239 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.20260903.075844_amd64.deb Size: 428250 SHA256: d06840d1050edc33cb1ccb37504fe5226a1956f9576b0bc88f997537602a2b4f SHA1: 4443ac680ffc7b4d0c79621c6239fc78ce0d7878 MD5sum: 154c859ce7ce67b0e6d5c016d0433239 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.20260903.075844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 13991 Depends: ros-jazzy-spatio-temporal-voxel-layer (= 2.5.5-1noble.20260903.075844) 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.20260903.075844_amd64.deb Size: 13026568 SHA256: d3159016b4f2e745e69ce189c4a077c114372549a76489943e5bbb03150d17ad SHA1: d81a9a5aaf301cc87ddf3bd4ac26a959f89c7c2b MD5sum: 6a7cb771c691e077403a4cd502398354 Description: debug symbols for ros-jazzy-spatio-temporal-voxel-layer Build-Ids: 0d5fb1575062383627b7ce10eeefd903fb7ba34e 176e6cbb4c99b9ff073cec29e7a735520b251209 288a24fec1a5a5a3547035aaea327faef39a8049 64abe3047e1f8b6a0c8df1e4098d1ac3a3ad2013 715b81f5adf4b787f7a1985921ff697ae984a812 83aa00a6d7d29d6419c667fd36ba6571c7576492 8bb566d14cca06e8a18212f3a6c80c0b4953c898 96a2692994940cba25f32c30839a2c54af73a454 b4fdda029b37d39aaba16f5f08aae839397defdf b83325ce557fc57cb26758b21f160ac634a90361 bb236992771b36ab7e6058d539d8e8f89211877e c64abc7d83e55060abd8757f8ceaaac19e04dc18 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.20260902.031122 Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1483 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.20260902.031122_amd64.deb Size: 141812 SHA256: 16018f5dad23ce9417894210ea5081ae420f11c6242089833a8418ea2b097a6c SHA1: 922f16243c89cd48e23dd2e56bcfa58fa61ca6ea MD5sum: 952c3f79573c2d1dd9dba24152effcc6 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.20260902.031122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1395 Depends: ros-jazzy-speech-recognition-msgs (= 5.0.1-3noble.20260902.031122) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-speech-recognition-msgs/ros-jazzy-speech-recognition-msgs-dbgsym_5.0.1-3noble.20260902.031122_amd64.deb Size: 1162098 SHA256: e61084d2323e6ff0c8ce609ed6bf0cfce2dbc0a9d2824bb3c8ff18b346616dba SHA1: 321a55c235dd02d608d5b4d60d18b149e1b133ae MD5sum: 8817b03431e2b6b089a3565d01e7dc37 Description: debug symbols for ros-jazzy-speech-recognition-msgs Build-Ids: 0a3ac1ab3ecc30a74dfa302e4dcc2d94d3fb3099 1540a031479ac4b1af65f6a6e54adcccac38400a 168d6a224e292feeeab0e443cfc23905b66aa79e 22f8bd83c36c9b9fe255b8e027479214a1d04ae5 3f6c7235b44f69471387f4c241943bfe5870a697 54902cb025cb0bf04530213bc5685bf30ee272f7 5975f089f59bf96dd14c474e056195a1770dbac3 684a8daafcf9a6610c6da2632c02c18ec08855d2 685415c98010bd60732e8673f027ee0353944a9c bcb87c0f6cac48bf04a46e0e98a73c000e8211ae da913b072e73000a4f21e6d7f0e9d7b5d7cf2e16 Package: ros-jazzy-spinnaker-camera-driver Version: 3.0.5-1noble.20260903.073338 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.20260903.073338_amd64.deb Size: 11790092 SHA256: 0d1cae9cb86e97f6adf4bebef98564faffb8e86eadb1e83d97a1a877bb02a007 SHA1: 436a048268d749f1b9cd991e166039de1e50699e MD5sum: d201fe23538b3b5299d25c56ad5fa098 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.20260903.073338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5951 Depends: ros-jazzy-spinnaker-camera-driver (= 3.0.5-1noble.20260903.073338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver-dbgsym_3.0.5-1noble.20260903.073338_amd64.deb Size: 4431442 SHA256: a718f84dae0999649496c5b37bbd1c8ca3115538cd96ed1d0c79ff1cd7039c9f SHA1: 798f8076b46711e06f80a7320e03bb022c6594ca MD5sum: 6dc4239b7e7b9e8e7439c3f5385bed71 Description: debug symbols for ros-jazzy-spinnaker-camera-driver Build-Ids: 27b23ac21486ef5eea745d5d696fc237f1723fda 3291a4d35045ebe8acf4997b8e73c46edf5ff303 68c04f9e581bfc62e7e279e371ec3c2fa944eea7 968f05c84b2c91ac30dcc5965a05ba203add58a5 aaccb66d3cbc96e474f83b60c8ff3a803f82abdf ada2418d990c3487aeb161d27c85dd232bcf52d9 c5fc98a974dfa425102b6ba772a51305c69870a7 d5fac20e309f3b3dcc0b2cb0b44aa4268bcd95cd d64ed1aa4d32b48394a919b562b976f4457e8012 Package: ros-jazzy-spinnaker-synchronized-camera-driver Version: 3.0.5-1noble.20260903.093126 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.20260903.093126_amd64.deb Size: 57688 SHA256: 018807474365779e769f5fb67d96c3532f2c6d4a7907a81403a9d2d0786f4cc9 SHA1: 4efab7a86ec8e04a3e33ba63eb09103f33d0a34a MD5sum: bc84b00fb7294735a6e869555fb36b37 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.20260903.093126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1822 Depends: ros-jazzy-spinnaker-synchronized-camera-driver (= 3.0.5-1noble.20260903.093126) 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.20260903.093126_amd64.deb Size: 1770658 SHA256: 1f93c47fe7beb896b8e277beb9c58b6668a0a04a97bad67fedeffc5cb41f71ed SHA1: e0464689b2f087970322ae558414a0ead1cf1617 MD5sum: f92dc7a3d691b5d4a8ee3c6a76f7ec49 Description: debug symbols for ros-jazzy-spinnaker-synchronized-camera-driver Build-Ids: de90187e5d690db95987d6708a932d4541bf6e56 f4626459b82bd3fa0de268c157b74a67cc4ed214 Package: ros-jazzy-splsm-7 Version: 3.0.1-4noble.20260902.031151 Architecture: amd64 Maintainer: ijnek Installed-Size: 482 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.20260902.031151_amd64.deb Size: 50348 SHA256: 99c9f978b7b475b4958a3ce6b5e418536398c1cd76495f2f6ae3037fa5904c3d SHA1: 7a24c325411a8b95d05c7c38e963970a98481600 MD5sum: 75dd5c81e32d4e0b59d86ab1df6477bb Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-jazzy-splsm-7-conversion Version: 3.0.1-4noble.20260902.041036 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.20260902.041036_amd64.deb Size: 6096 SHA256: b7f76a3eba8ff41b18fad9d6a4a1c525579045cd0a4b08f17bc8d9af36381c01 SHA1: 0da1ba34e10405ab176ebea24c82c1b3faaa7bbd MD5sum: 005657fef718087108a0288670fbf915 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.20260902.031151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 309 Depends: ros-jazzy-splsm-7 (= 3.0.1-4noble.20260902.031151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7/ros-jazzy-splsm-7-dbgsym_3.0.1-4noble.20260902.031151_amd64.deb Size: 219076 SHA256: 2d0b63298f61c62b24f0755350a049ed052a384f8cea992472da7345810d4542 SHA1: 0ba153197959580181ed3323dda9d4887ff30164 MD5sum: 893c3c914210a627e863453cd983137d Description: debug symbols for ros-jazzy-splsm-7 Build-Ids: 10fcddd740b6f7d49e5c7f98e61d85f1a4c6c1fd 1c350ab28a63290547b102670ab1b951e1fd2601 724eaf8e4a74533e52cdafebdafa8c752aaffa60 8af3488f1c78dd146c885000b9b4274f95dd7246 a877998a48f73fed38ec3f26573f2afd8a905967 afbc573a7eb70556b291bcb08d8fc6d1106abdee b26a11e12c7c292ba6ca2c76e4424f464001c23b bd0e04f7ea16a9eda5323aa47b6f374ddf1d7090 cdab3a5e8f1f45355a1a63cc6a7f55c12901251f d7fc750b55ec1a3e45aafba1810890b9c618a801 f552893b3f7af6372c2e89d08a6caaeb3bfb7c9c 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.20260903.070931 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.20260903.070931_amd64.deb Size: 60558 SHA256: 60c39f7b6e05803f969970ba92b4e830c50fb920990fabe065914398fa918754 SHA1: 243cbc9dc4e5e689cbab6999b6323831bb2fb06b MD5sum: cf6b53c4571825426ddfceda4f8274df 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.20260903.070931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 716 Depends: ros-jazzy-srdfdom (= 2.0.7-1noble.20260903.070931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-srdfdom/ros-jazzy-srdfdom-dbgsym_2.0.7-1noble.20260903.070931_amd64.deb Size: 685134 SHA256: 11470f9f39c2b145abd074307d3262d15c635a9efa4e83efd00c78e697d9308d SHA1: bbead81a4b3beb81cff01074ef642cd3701ca83c MD5sum: 2d47a5cfdaa91d087922652c6d9f0945 Description: debug symbols for ros-jazzy-srdfdom Build-Ids: 59ef7e232197e6c5debee9e8706148ae675ea9a2 Package: ros-jazzy-sros2 Version: 0.13.6-1noble.20260903.070845 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.20260903.070845_amd64.deb Size: 44928 SHA256: 5d9ecd3188acfec42e6fbaaa74aac65c1f4ffd09c4d244bf5d50ba267910cea8 SHA1: b518cb041f0ed0d1b832654cf6ee6f878c67f766 MD5sum: f9c705ecdeeb123af46d788e5de4313a Description: Command line tools for managing SROS2 keys Package: ros-jazzy-sros2-cmake Version: 0.13.6-1noble.20260903.075137 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.20260903.075137_amd64.deb Size: 6978 SHA256: b4006f3ae987f8ef7c3ccb35ce602e2cce4381efca3566eea3e49876d05f64c3 SHA1: 4e464781454651968dc1237ed8182b2c2601f8be MD5sum: 67573576e7ded7f261dda61cca4e4aaf Description: CMake macros to configure security Package: ros-jazzy-state-interfaces-broadcaster Version: 4.42.1-1noble.20260905.074300 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.42.1-1noble.20260905.074300_amd64.deb Size: 85078 SHA256: 396b9b00cb7bd46ffd08bad0292bdefc5d989bbb3579e25ebebb8b19fc5c0195 SHA1: 14ed5507bccb4f54c7bcd6accedc0c300253e9be MD5sum: 1d58fabaa7d72764520e56061dfbf82c 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.42.1-1noble.20260905.074300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1364 Depends: ros-jazzy-state-interfaces-broadcaster (= 4.42.1-1noble.20260905.074300) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-state-interfaces-broadcaster/ros-jazzy-state-interfaces-broadcaster-dbgsym_4.42.1-1noble.20260905.074300_amd64.deb Size: 1261120 SHA256: ac526914e1a04110ecb93a114012ab28c9e42cfe794bfef0fddf6d6eaab899e6 SHA1: f23a024efe9f01c64cd6b4b5736a47713a8e550c MD5sum: f8cf45b2f4eb4e88b264c6dbc7b3e1e2 Description: debug symbols for ros-jazzy-state-interfaces-broadcaster Build-Ids: af3d6bab19ebaf6669721abd3c43c51d62ee90e1 Package: ros-jazzy-statistics-msgs Version: 2.0.4-1noble.20260902.022352 Architecture: amd64 Maintainer: "Geoffrey Biggs" 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-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.20260902.022352_amd64.deb Size: 68892 SHA256: d1c4e13d98e6f0006ef5f55e923ab62126733e33aaec299fdd9db869464fc64f SHA1: cd538ea2b8be50d47c0ed9d0644f3b50c09396b2 MD5sum: 7946519dac81ac16e18f8bf56bea7c3b 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.20260902.022352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 505 Depends: ros-jazzy-statistics-msgs (= 2.0.4-1noble.20260902.022352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-statistics-msgs/ros-jazzy-statistics-msgs-dbgsym_2.0.4-1noble.20260902.022352_amd64.deb Size: 379138 SHA256: 5dd31042176cc34f590c2a7a64ae33848e26acb4b617666d1fb0a39801da47b2 SHA1: 3e24a32873c4e8d64cf9a840272b11809a94e326 MD5sum: 4538dc21b386abfada2478839a8fbb74 Description: debug symbols for ros-jazzy-statistics-msgs Build-Ids: 00523f4bbde468d796a84070b65d6d79edad1edd 39804a02615b202b86ed4a24574cdef69897fb26 65557d384a5d4980b36dd38f4b23f1c9f962ee9b 7553a9b4f107b9b659c350e1f8547a4b7794bc89 8a62677704fefae31dab38864769e5c3473a8d85 9a4657ac79c6e259eaa1da4cc917ae77a90e4e13 b00e5d5b42d6440c9a4c39ea1409553fb4e99715 c77d02328306107ff949ce74f5fd019231fd6f64 d06de1dbc7e677ab878550f7274d387c14336fd4 d5ddfc5c58afdcd3893ce851a5c27ae8fac175bc ec30cd12aafa5f4e7e3868bcd2e1fcc08ae25123 Package: ros-jazzy-std-msgs Version: 5.3.8-1noble.20260902.022418 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3850 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.20260902.022418_amd64.deb Size: 235958 SHA256: 602806dd2b94cd7ea5648c8b82c7d10e3efeef8118a8b331d4badbf9d1c28ceb SHA1: 46db924793f72ce647ad4cdddfdd7345749fadd4 MD5sum: 885087a6c25cfefe6df0214663573d27 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.20260902.022418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3305 Depends: ros-jazzy-std-msgs (= 5.3.8-1noble.20260902.022418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-msgs/ros-jazzy-std-msgs-dbgsym_5.3.8-1noble.20260902.022418_amd64.deb Size: 2731870 SHA256: 4f27dae296433b440d5a9a0ac7d672ee33b729f08b035b6fbdb26c11ac3ec1dd SHA1: cc31b831defa9531f87490dbb070aa97cfd59d61 MD5sum: 2e6cadb73975b486a85958e0a3a98783 Description: debug symbols for ros-jazzy-std-msgs Build-Ids: 401fc540bb5e4c707d3f01db64a9c66efa24ef36 42284f0b18494f99965696f91c298a9f70c5cd90 428bdc88709e37972a8bceed3b316dfac4cdc4d1 95ddc5deb3e9d5612921fe75e59c0791719d5ec6 9e67abfeafece81cf21be845fe50a20cc80a6836 a67b763a3fbf0b694051d52517087483cc6b0e84 b16db8c27cdd6ca1cc852ea1bde4617848edc7c5 c77057369e08774a34d2667b12b6127962b7f2e2 c8b85e1638113dba6ef07692e3288e10623dd999 dac069b4b8b7957b7e3d59abbf4c249499b1fcc4 f3574023ca65caedce33c0c443ffd7929ea37b15 Package: ros-jazzy-std-srvs Version: 5.3.8-1noble.20260902.031157 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1434 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.20260902.031157_amd64.deb Size: 112050 SHA256: 7a0fb5afb0712f73bde6b0deee7920259539689ef765b3fbb2f2d751e375956a SHA1: 0aeb219849b4f849c2feb96661810532627d1e0d MD5sum: 1f8f5d520ca0661d48195a43b6347acb 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.20260902.031157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 997 Depends: ros-jazzy-std-srvs (= 5.3.8-1noble.20260902.031157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-srvs/ros-jazzy-std-srvs-dbgsym_5.3.8-1noble.20260902.031157_amd64.deb Size: 769372 SHA256: b29d6a5464c3552373460b534d1b9e9eb886a17e0007a814f581a1b040d9b94f SHA1: 89428ad944599110b23a789427cafd6e015dc1ce MD5sum: 112609d182a7e233016da583d0085d4a Description: debug symbols for ros-jazzy-std-srvs Build-Ids: 0913360e95e0ca51f973acacfd7319ed87cd2254 278104d70d4878d415f621683fb121cdc3352b7c 2cb19342e1ee957f15ddf6d7eb5f96d25074514f 3893f0c482bb396449a152a8ac4b84e7f5d12d77 3bb050f27afb13c7f1bb55bdb23fdb22ae5dc4c4 3ea78e4dfe137d90e948ff89600f0b5f63f7799d 8e1a03743e2fae0bce43ae66f5b9b94ab3698f8a 8f6c7d40ba6e827192f75a9c7cd4a81fbe3e0813 a0913a7399b154dd23a52957c7169b23181b1bb5 c8c04a5c8bbdb364d3b2757fb5c615eb204a432f e867b12397e6acb31bb8f72220499d349c5ffe69 Package: ros-jazzy-steering-controllers-library Version: 4.42.1-1noble.20260905.073642 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 916 Depends: libc6 (>= 2.38), 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.42.1-1noble.20260905.073642_amd64.deb Size: 206858 SHA256: 592f1088f2166b2f47ef69383acf624c0e6b30ccc13d119b73821227be182219 SHA1: 6b8e4d6313755db9c8bb9fd360ae42dd3a977818 MD5sum: ba61f2a6c72d6cc2cb6cd31d96a79e6a 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.42.1-1noble.20260905.073642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3716 Depends: ros-jazzy-steering-controllers-library (= 4.42.1-1noble.20260905.073642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-controllers-library/ros-jazzy-steering-controllers-library-dbgsym_4.42.1-1noble.20260905.073642_amd64.deb Size: 3273252 SHA256: 19ae18d6bfea607bd01b7edd4370214e9f3c4896e95a421c16865217d3505ac3 SHA1: 4339755a332fcfaa30c6242a0a04bfd7bfc0b3d5 MD5sum: 30c9d24cf41aeb550f8b990e57c664de Description: debug symbols for ros-jazzy-steering-controllers-library Build-Ids: 5a58c99e331e730d4f0bf63275de67829978cf7c 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.20260903.073741 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.20260903.073741_amd64.deb Size: 298676 SHA256: 4f765f42d384ab548d53d604856d24bc0be45ad2f3f3a59b10ce75dcc859cb4f SHA1: d1748e5b2e7dd4c47590b03481d8e051fdbb19b8 MD5sum: af661668d8ba65ff7aa3111b8719b5fe 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.20260903.073741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7515 Depends: ros-jazzy-stereo-image-proc (= 5.0.13-1noble.20260903.073741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc-dbgsym_5.0.13-1noble.20260903.073741_amd64.deb Size: 6530376 SHA256: a54d76d311590e27fbcdc1acf6338f98b05f501cf6dd7e8cfcfc1460e880cc6b SHA1: e50b4becf9ecff29f2c4b8b6038f0ffb85322f30 MD5sum: d19f4cea1e266ff01910d6df276305a0 Description: debug symbols for ros-jazzy-stereo-image-proc Build-Ids: 5f66ac2f188260c0d9f238351088b11234b2833f b943a38d2a33e9cb3f10059d3e56b085f11a38a1 f0fae5d981318063757f73cf02f5071e92cd97ee Package: ros-jazzy-stereo-msgs Version: 5.3.8-1noble.20260902.043227 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 507 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.20260902.043227_amd64.deb Size: 49242 SHA256: 5e81caef0f8c3768e2d1f4e51a11a43a14e5b78f1075837f92a4268544d6d079 SHA1: 96de020264aeeb4ee3e4e6f9563a616eba25d084 MD5sum: d2d4aaf130b5be7e3e37b95181f5f9be 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.20260902.043227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 301 Depends: ros-jazzy-stereo-msgs (= 5.3.8-1noble.20260902.043227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-msgs/ros-jazzy-stereo-msgs-dbgsym_5.3.8-1noble.20260902.043227_amd64.deb Size: 206356 SHA256: f4d5751c1a3391e82b5f7fc48b2a421616a2f984e1820319bffae0b0bfe54bcd SHA1: 47f73c2abe3ea0b9e5f4c78163fd629ebf08abd2 MD5sum: 44cd1ae7ae4cd263968b1e7f46b91bf1 Description: debug symbols for ros-jazzy-stereo-msgs Build-Ids: 171b75620ee1e38517bd7a4cbc2d555df44f50d9 1ae5e4583b22d8dd84c40e5ff9e969c27d6674ac 5c6f365d6098ce65cdce997bd787e848e95aba3e 8269f200831b8d0d411c765e11554ac7d9f46ed5 ab5f863501399b8d293e6ce83986462841bbae9a b38f708f7a67c6be7db8c754e83d341990e6e1e7 bfbd0bc9179506fa034995b19ebb9df937745b41 c4576cc82757c8a9f179c553bd31fd086d0af8da d0a7d8285ddb684458160b083180e666a85eda85 d67434446880f7a9ce5171389def019666316de8 fc8eab5f5999b12d77ba23da0ccf82f7993f8594 Package: ros-jazzy-stomp Version: 0.1.2-4noble.20260825.010421 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 213 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.20260825.010421_amd64.deb Size: 67906 SHA256: cfc328418830599ecdd41296d1c6150aa905a435769b0beaebc1840a9b06905c SHA1: a22a4b87251090764483b3e633167963fb78cba6 MD5sum: 62829980df554dcd6fadb0cfa036700a 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.20260825.010421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-jazzy-stomp (= 0.1.2-4noble.20260825.010421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp-dbgsym_0.1.2-4noble.20260825.010421_amd64.deb Size: 2630084 SHA256: 3eb60504aa94350d3111c44e952e5220fb77d333d90c2d10d9273e636cdc24cf SHA1: c7e376a3a27e85dffb9a8e673f0fae7e6878d5dc MD5sum: bcfe03bcc23f3e5536a2a13b72fe9b17 Description: debug symbols for ros-jazzy-stomp Build-Ids: c04348df10eef7328492f8bf2707f7262b190fbe df2234eb5a45393f60019f96307a15f76719f501 Package: ros-jazzy-swri-cli-tools Version: 3.9.1-1noble.20260903.084743 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.1-1noble.20260903.084743_amd64.deb Size: 14550 SHA256: 5e8f5e19cb7e69194ca04a920936e97cfe172c49b0e3447eba8655f86dcf381c SHA1: b8da56f7ca4855de7cc0592d9dd7d855983d1c08 MD5sum: 58c211108736bc879882d06225662354 Description: Command line tools for introspecting ROS systems Package: ros-jazzy-swri-console Version: 2.3.0-1noble.20260903.090113 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4885 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, qtbase5-dev, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosbag2-storage, ros-jazzy-rosbag2-storage-mcap, ros-jazzy-rosbag2-transport, 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.3.0-1noble.20260903.090113_amd64.deb Size: 1822376 SHA256: bcfad4347018c279187b9f837915c87a9ba5973c1a7f34e372efb2b90ef84bd1 SHA1: 50e6d60bc2a34c29d27b52793288c8ab76f6fff4 MD5sum: 28bbb7ab8b5867ec424fa1381a7e45aa 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.3.0-1noble.20260903.090113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5986 Depends: ros-jazzy-swri-console (= 2.3.0-1noble.20260903.090113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console-dbgsym_2.3.0-1noble.20260903.090113_amd64.deb Size: 5662656 SHA256: 9a442b2dd8663793731a7f04a7ff64f8bf1271064c1c667f6f4fdb0562a4fd2b SHA1: 6cd7e229e1e962b39f281f0e99ed6637d5a15103 MD5sum: fe6eb9537802c2fd47e377cc78c90d01 Description: debug symbols for ros-jazzy-swri-console Build-Ids: f58d79654518ae59eabcfd071430bc9f1e590de8 Package: ros-jazzy-swri-console-util Version: 3.9.1-1noble.20260902.084215 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.1-1noble.20260902.084215_amd64.deb Size: 17778 SHA256: 5bf59dcf55158c915e8fe18827b03a87965061b00037c5dd3e54f24814a88998 SHA1: 56aa2c3b3cf276a6eb2275ddabe9d0bd55bc9020 MD5sum: 30bd695fee17a343cb94c3209a385908 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.1-1noble.20260902.084215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 212 Depends: ros-jazzy-swri-console-util (= 3.9.1-1noble.20260902.084215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console-util/ros-jazzy-swri-console-util-dbgsym_3.9.1-1noble.20260902.084215_amd64.deb Size: 198576 SHA256: 5c2f8a67b913590f4b5969e9c83d78117ebf53d8bc42c39259db5f78e38b09a2 SHA1: 140ebe4d13e535ad54b5999d7b07a9cf07188baa MD5sum: ecc40073c49112fd7de9296be6023bef Description: debug symbols for ros-jazzy-swri-console-util Build-Ids: ead8873376e2932c661d02e7bbb6fe5dcf228aa6 Package: ros-jazzy-swri-dbw-interface Version: 3.9.1-1noble.20260820.143647 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.1-1noble.20260820.143647_amd64.deb Size: 8792 SHA256: a65c2e8ed335c0a6c96283c1d18f998323349b9bb558cfd3ddbb103f164b38b7 SHA1: 23c8456bfc3cb2ab750e9e862be001319ee67107 MD5sum: 2ca1323c24b5fe4f7d081bf2d8ff421e Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-jazzy-swri-geometry-util Version: 3.9.1-1noble.20260902.042559 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.1-1noble.20260902.042559_amd64.deb Size: 46458 SHA256: e968b749c3ac4dcb738cd4718e2ba12b159237f415a26bfb03db68905fa8baf6 SHA1: 5e699eeb49263d7c9b8fb3227e88d7ae52a3af7f MD5sum: 0c379d415a8766dfad812702f4759435 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.1-1noble.20260902.042559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1779 Depends: ros-jazzy-swri-geometry-util (= 3.9.1-1noble.20260902.042559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-geometry-util/ros-jazzy-swri-geometry-util-dbgsym_3.9.1-1noble.20260902.042559_amd64.deb Size: 1782982 SHA256: f3747daa6a7c34e11b0f2bcfe13593e1831f71d0c7939d1e5672c673935b67d7 SHA1: 7293c2b4f4221fd625b24293c660d252c136532a MD5sum: a6da7ef1df0b3ac0bb73f9dff4b71134 Description: debug symbols for ros-jazzy-swri-geometry-util Build-Ids: a64f8c38c9e2f5694bb5a75bec7375ef0e27de35 Package: ros-jazzy-swri-image-util Version: 3.9.1-1noble.20260903.073351 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 703 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.1-1noble.20260903.073351_amd64.deb Size: 187714 SHA256: b14342ecf3268cf6525d5b76c9908ba968c552db360c59233c3b9ce5f48e6f48 SHA1: fbec6afe464ac36f907f59e1e759ca4abb942825 MD5sum: b5aaec3d81f28ec08571d25815db4397 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.1-1noble.20260903.073351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6875 Depends: ros-jazzy-swri-image-util (= 3.9.1-1noble.20260903.073351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-image-util/ros-jazzy-swri-image-util-dbgsym_3.9.1-1noble.20260903.073351_amd64.deb Size: 6655578 SHA256: 9d9ceedff9d37d5b678c9dd1a01a5861a97e8d3105fa8b772864b8dc80765b64 SHA1: 99c845f882c415c26ce13953b056bfee950084e0 MD5sum: d13536150754612d052e0d00f36a1f14 Description: debug symbols for ros-jazzy-swri-image-util Build-Ids: 688e609081db6138c5620994cb1b60cef3626f8b 8d1bba6046ab3f059d41ac3dc25cc24e4bc67f56 Package: ros-jazzy-swri-math-util Version: 3.9.1-1noble.20260902.084224 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.1-1noble.20260902.084224_amd64.deb Size: 31578 SHA256: 61d6f1fbe93c3dd69c5ac864632967c19a13ea59f32851d7620c6235ec60f805 SHA1: 0e4995127467d979493f290c01c34b69bafa0e1b MD5sum: 401ae892647e0f0fc7e19ed8b04e8850 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.1-1noble.20260902.084224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 328 Depends: ros-jazzy-swri-math-util (= 3.9.1-1noble.20260902.084224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-math-util/ros-jazzy-swri-math-util-dbgsym_3.9.1-1noble.20260902.084224_amd64.deb Size: 309628 SHA256: 2c700d3cba3325b5860f09876e6be1f427c72d306f6ee091af321fb8eef2509c SHA1: 7494b72c90c5202578c47c9092ef47434655f13c MD5sum: 04477477271cd233ba4bb6b3583f16f2 Description: debug symbols for ros-jazzy-swri-math-util Build-Ids: f15dd02b424d5ab36b0aad230f8de4a77a019166 Package: ros-jazzy-swri-opencv-util Version: 3.9.1-1noble.20260902.105018 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.1-1noble.20260902.105018_amd64.deb Size: 47788 SHA256: 687eaca98ff2e615b69851dcb4565fc4d7850d365244ed285f8d85e0c21005e6 SHA1: 0c8b786b8916b42e5595abf807fdcf7f3a78088b MD5sum: 674227a86751c9819ad7e04b3f647ccc 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.1-1noble.20260902.105018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 515 Depends: ros-jazzy-swri-opencv-util (= 3.9.1-1noble.20260902.105018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-opencv-util/ros-jazzy-swri-opencv-util-dbgsym_3.9.1-1noble.20260902.105018_amd64.deb Size: 489548 SHA256: 4b78119348c79e670f1e99ec8e25a1bf928ca52037d4c10e0e9d86e36995c478 SHA1: 14ac154497172e45f2e1c8fd835ae2b7ccb71c4f MD5sum: baf56266c6901f362083cd90266bea77 Description: debug symbols for ros-jazzy-swri-opencv-util Build-Ids: cc967f54ae09c1dcd40ca58355a37c329b74acb0 Package: ros-jazzy-swri-route-util Version: 3.9.1-1noble.20260903.024815 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.1-1noble.20260903.024815_amd64.deb Size: 66332 SHA256: 1fd8685efaf77396a4da89a3de4ff939f7d9ff6211232c33345b7a908ad682d4 SHA1: 8f89a78287fdc9368af44033c9e05a74d59c4047 MD5sum: d5f30e6f1aa02ca9efc373671645efa4 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.1-1noble.20260903.024815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1035 Depends: ros-jazzy-swri-route-util (= 3.9.1-1noble.20260903.024815) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util-dbgsym_3.9.1-1noble.20260903.024815_amd64.deb Size: 1004266 SHA256: daafee06a2ea8f3f040724076fb66cca95bb51f31ba2194513a80179ffdc6abc SHA1: 6a2fd792e5badf559e40e7528a7378395002b61f MD5sum: 1e14daae4f266b6ea67f91c400d25bb6 Description: debug symbols for ros-jazzy-swri-route-util Build-Ids: a997f88c580882d6c50a5f31c07fd5a2b520c386 Package: ros-jazzy-swri-serial-util Version: 3.9.1-1noble.20260820.143829 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.1-1noble.20260820.143829_amd64.deb Size: 21384 SHA256: 3520ca727a7d41ec1bb80bd1861a4118ea7d08b3eb88bec21de82a06d84f54ad SHA1: f74418ca9958b09d3b1d82e06429752f675a6cab MD5sum: 191303c5566bdb6fe8a8ea513c09f588 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.1-1noble.20260820.143829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 106 Depends: ros-jazzy-swri-serial-util (= 3.9.1-1noble.20260820.143829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-serial-util/ros-jazzy-swri-serial-util-dbgsym_3.9.1-1noble.20260820.143829_amd64.deb Size: 90926 SHA256: 02f1eaab3ff458ed78be2fdf73435d0e59e87c0ccd243d6b795d8fb797fd33ac SHA1: 5b35a4253cd78656a0e8c8cc97c093843277831b MD5sum: 88320c0e71d94b1eac99858861a699f2 Description: debug symbols for ros-jazzy-swri-serial-util Build-Ids: 1488150be4d0291b97e5ec34728022a00932cd15 Package: ros-jazzy-swri-transform-util Version: 3.9.1-1noble.20260903.023814 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2721 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-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.1-1noble.20260903.023814_amd64.deb Size: 440144 SHA256: b9d8684b4086603d80e039a8e2e78f39bcbadf070d16da205082ea9fc167535f SHA1: bd7a09450ed457bf1e67e229753891ad7ff96f85 MD5sum: f5462212dc8db2703909d29bc55772d6 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.1-1noble.20260903.023814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 12583 Depends: ros-jazzy-swri-transform-util (= 3.9.1-1noble.20260903.023814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-transform-util/ros-jazzy-swri-transform-util-dbgsym_3.9.1-1noble.20260903.023814_amd64.deb Size: 10592468 SHA256: d06980c6b0172af9131881d7e869b43f74454af32c5ac6f313f80dee59cf78e9 SHA1: e3be140553ff8d2149779067139fc865e5599f11 MD5sum: 820b43768b14dbe0d6bd44ad9b52d9ac Description: debug symbols for ros-jazzy-swri-transform-util Build-Ids: 997bd847d4b7de9614d6f5d6fb0391b98f11ec42 a8f0fa3c65a767ea89da3edfd89f8e5e6175f3c2 c97db5df87e21f4d03c86f60cf0293d56113d0d3 Package: ros-jazzy-synapticon-ros2-control Version: 0.2.0-1noble.20260905.075030 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.20260905.075030_amd64.deb Size: 140674 SHA256: 4ccdc070e7e363e82b42d68606cdc9d50d58e48ff064825b91597dd73123d773 SHA1: f84cdb5fd49f2a15ff28b7a1517317bbe8781790 MD5sum: 1752494e319a67530d65a970e6dfa2f9 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.20260905.075030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 967 Depends: ros-jazzy-synapticon-ros2-control (= 0.2.0-1noble.20260905.075030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control-dbgsym_0.2.0-1noble.20260905.075030_amd64.deb Size: 914160 SHA256: c55e5511983da110374473eb67918ab4e349b2e3293576514066ee21c4dda4e6 SHA1: 0d8cd00100b0b5c0792629b6439fd5506f07fc8b MD5sum: 947ba4d9d0f0d5cf1a3d81c9c63a66f4 Description: debug symbols for ros-jazzy-synapticon-ros2-control Build-Ids: 57fcc1bc013c5b592e840313d4a69d9aa21103ce 84b720ef5397338496b7ea51eeabe9387ae0bb48 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.20260903.022911 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.20260903.022911_amd64.deb Size: 147748 SHA256: d7c276bec5883c131d6d840e00862cd660c69471b594755658a18c25ce6428bf SHA1: 773544c649c89d2bacec6217e7c2a23da6eec5aa MD5sum: 137bedf5894bf91ae8fd7dd26753cedc Description: RAI Institute wrappers for ROS2 Package: ros-jazzy-system-fingerprint Version: 0.7.0-4noble.20260903.084759 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.20260903.084759_amd64.deb Size: 10704 SHA256: a66fab1ce8eaa516cda9a35cc1b99b1f8324e442367bf9e3762d93a074a58704 SHA1: 1fa80e3ecf569e9313dd4ae7b8a566a113059a34 MD5sum: e2718e47e2fd2c721bcc519dd8343105 Description: The system_fingerprint package Package: ros-jazzy-system-modes Version: 0.9.0-6noble.20260903.070859 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.20260903.070859_amd64.deb Size: 467834 SHA256: 6807cc1d8a232ebaf091798c49072a2a931e894d7c1ad43c8f150458ced029bc SHA1: 55ac346d671a23284ae629647d2ce4be63c72034 MD5sum: aa971dae31a66ecc927a8263900ea95e 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.20260903.070859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14504 Depends: ros-jazzy-system-modes (= 0.9.0-6noble.20260903.070859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes/ros-jazzy-system-modes-dbgsym_0.9.0-6noble.20260903.070859_amd64.deb Size: 12154692 SHA256: 6ed4f8e3da59f4a39dcea143db7d37ace121a8a99b58ee528512dcc4f6610b28 SHA1: 2a6948fca0b8e83f37d34027f80b429c3cf2588c MD5sum: 5bbfb5f0cdbe6e837096114b7f0fe829 Description: debug symbols for ros-jazzy-system-modes Build-Ids: 275beab78011f186f386c986a63edaaa9c59e849 43c34c7cb0bfc1113e23fa2cfa27dd0384f7cc06 67166716157e0e9bc43ff92825d375d402902a2f Package: ros-jazzy-system-modes-examples Version: 0.9.0-6noble.20260903.081055 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.20260903.081055_amd64.deb Size: 33170 SHA256: 5ce9568d61bab04c8777017a34c370d400d26938b945708c9b7aeb80309a75cd SHA1: fdd0967baac9e058e89884b1053f90ee19026534 MD5sum: c05f2af85640c5f371fee4b6da401fd8 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.20260903.081055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 763 Depends: ros-jazzy-system-modes-examples (= 0.9.0-6noble.20260903.081055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-examples/ros-jazzy-system-modes-examples-dbgsym_0.9.0-6noble.20260903.081055_amd64.deb Size: 724202 SHA256: d892dd6b0d0ab0b0106422836d7f802c695a7e45efd4bc1ab9be5e12e910ef8f SHA1: 443fb10051cd8300ae76747dd70046ac62297cb8 MD5sum: 165a76aa9a82cfe5480c316b3fdd8a63 Description: debug symbols for ros-jazzy-system-modes-examples Build-Ids: e2a8a8bb155f8c26483b6b512e03dea769c5cb8b e31be555659702c728540e84f6be8eaa2ba154c1 Package: ros-jazzy-system-modes-msgs Version: 0.9.0-6noble.20260902.031216 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-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.20260902.031216_amd64.deb Size: 138212 SHA256: eb413416f010f4658770a783a736f3a0f72dae955dfe37e6a405d726be307a47 SHA1: c081556a29f60228c9ea95bb1c59397a7a8cf094 MD5sum: 6b05f5407fd2f26c0809ea6d9f4b7ee5 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.20260902.031216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1316 Depends: ros-jazzy-system-modes-msgs (= 0.9.0-6noble.20260902.031216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-msgs/ros-jazzy-system-modes-msgs-dbgsym_0.9.0-6noble.20260902.031216_amd64.deb Size: 1031598 SHA256: 28cd5e50d41b213adb5a5076c2f2e8c9c871d9fe2d3f63b9bb6697fb93685c6d SHA1: c0bee0914f6fd7eb12b461948b9cf8f4d8a3c373 MD5sum: 3de5f2dffc4a221615b2f3c952144f6a Description: debug symbols for ros-jazzy-system-modes-msgs Build-Ids: 25e3df371c1cc45e216bc37ba1cefb33ec50650d 390097ae91b3254ec429c358bd0585e6cf93f432 406f27ddd548f3117d364037816f3903949744da 49a546e0c4670e1c8998ea2089dd8e21c402be3b 8897ca2475cce55f54cb88b0247f815c580dd346 8e4d9c876f9e297cf1c6c22c6eef8abf56aeb130 9ace02c6f139a06bcd61954e67704aa3af89b1df b6ffb271011cbb3b63a22a861bb9c8c5b7eca5d3 db67a0a8a5c40f2f51fd817c36e25aba372ce4a9 e003bc0a160fa37809c5876ade98c3bfd10b218e fe4556445429414eba598e8c37d462a2f337d727 Package: ros-jazzy-system-webview Version: 0.0.3-1noble.20260903.093050 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.20260903.093050_amd64.deb Size: 298110 SHA256: fb2c5c14d853f997c67e485d5b03d7b29307b3de37898f3d7c8ec0413cff334a SHA1: dce32517d0ca08853d785ab4cfbf452d73764e4a MD5sum: 604a6f0e3705899c686ce6a21115ea69 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.20260903.093050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: david Installed-Size: 1372 Depends: ros-jazzy-system-webview (= 0.0.3-1noble.20260903.093050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-webview/ros-jazzy-system-webview-dbgsym_0.0.3-1noble.20260903.093050_amd64.deb Size: 1315920 SHA256: 9323f8623b9289e2d74f6e4913f0271021fbd853096cce9588fb9ee1c76e4439 SHA1: 8bc8b2bceeae3dc243a7a9b275e5bb4fad3866f1 MD5sum: a8e4f404c1bb69e25afb1cc367df49f8 Description: debug symbols for ros-jazzy-system-webview Build-Ids: eb1c918ca7470212da2be88359d7990a8bbaa423 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.20260905.072320 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.20260905.072320_amd64.deb Size: 63312 SHA256: 9dbc544baae2653f0dc39bef16a02c3ccf3449174d2be73fe38f866554fe9c10 SHA1: 410e6499df97cbcccb639c620f157d1b7ef2d5e4 MD5sum: 6b144c4c22becde0b79a5f225f28b55d Description: Linux and ROS driver software for Tec Gihan sensor amplifiers for robots Package: ros-jazzy-teleop-tools Version: 2.0.0-1noble.20260902.055508 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.20260902.055508_amd64.deb Size: 5804 SHA256: 640d4e64a61cc9692f28bcf6bba93e244af652bced08821f3b2ab7fb956af558 SHA1: a1d5d594d4ee135ecf5ea14e3fc64808fd0f7287 MD5sum: ff3a12bda0c9542ae86fe9758bd10d4e Description: A set of generic teleoperation tools for any robot. Package: ros-jazzy-teleop-tools-msgs Version: 2.0.0-1noble.20260902.023501 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-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.20260902.023501_amd64.deb Size: 121676 SHA256: 1c4b4f3d71a9febf5eac5723c61cd717e9acb8b3e3e9a3068456b2917ba91c07 SHA1: 1315bc991416a0646aad8eab8d2500db3acc1b29 MD5sum: 78818b522bf1b6e39c5f441e9e176227 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.20260902.023501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 816 Depends: ros-jazzy-teleop-tools-msgs (= 2.0.0-1noble.20260902.023501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools-msgs/ros-jazzy-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260902.023501_amd64.deb Size: 555886 SHA256: 3dcae8c03644293d684de69d1225b0e18ddd6e222b04cdc63b13f331b204e84c SHA1: 2e9b161f96d313b49f404dbde69b0f0ffa7f522b MD5sum: a94c5d96897305e02b21d85151b7f26f Description: debug symbols for ros-jazzy-teleop-tools-msgs Build-Ids: 1ef865cc6e2ef3b27537795132e23823440286cb 22a6506e2a184344b98ce5ad3d6a948c725ec420 236dbb2588842aa9459a2563b571abe722b8b2ef 2fb54a3cd4a1568ac9f7c7b006573c8887c9c30e 3bbbeaef9cb84ddc021dac41235f1da15543032a 6c6907a2f39b828b2bed33c0bf0bbb4c24644028 a897da407959fd8f2b1493dd2877d713d36e9d41 c779d191ae2a368f9e5c98b71f6b538ab8ad126a d5181c14c24fe40af2bcb925f36a072f6483b86d da51d37498265dd4a599d432d36234986437ca9a dc9acfd399ebe21b5fd5587c7e26c184aac24318 Package: ros-jazzy-teleop-twist-joy Version: 2.6.5-1noble.20260902.080807 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.20260902.080807_amd64.deb Size: 143024 SHA256: dcc4ee9540ebb88d20817c24072c8bbc376a6472d0f0b82debd353cc8695b920 SHA1: 0ac4dda47f4adbbbfe8ebb210f783761dee5bb2f MD5sum: b1e899b559ae4737ed5c852a38baa021 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.20260902.080807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2999 Depends: ros-jazzy-teleop-twist-joy (= 2.6.5-1noble.20260902.080807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-joy/ros-jazzy-teleop-twist-joy-dbgsym_2.6.5-1noble.20260902.080807_amd64.deb Size: 2623870 SHA256: ff69b368f7e77808db4db4cbaa14a3e97bd963609a17a2d39f72076bb1382070 SHA1: 3acd0a82ce6b240280a9427d4c817e7be1580a52 MD5sum: c5e46185363f04f558341d68d8d583f3 Description: debug symbols for ros-jazzy-teleop-twist-joy Build-Ids: 12ae740a1646e87bf0d5bb521c4676e061cb4420 f7bb49ed16f4794badaf966f50d77b9483dd371d Package: ros-jazzy-teleop-twist-keyboard Version: 2.4.1-1noble.20260903.070917 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.20260903.070917_amd64.deb Size: 9446 SHA256: 731db0d31c1315b073f7cb0ab836443456de705e3634134f202cd5e9158b1b26 SHA1: b9bc093cdc35bc764938cc651c868db06f1cc5f7 MD5sum: 6c1884538479df00221f660dfcf55d7b 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.20260902.022427 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 10015 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.20260902.022427_amd64.deb Size: 641006 SHA256: 34ee471171cb5d8ebbb1070d0fe22ced02dcefbb99e1025c46c75a2d178ad837 SHA1: 2aac90a94b664a5988b7741431807c693e7cb1b0 MD5sum: f40bc78a9f4abb40f8965781451ccc30 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.20260902.022427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6328 Depends: ros-jazzy-test-msgs (= 2.0.4-1noble.20260902.022427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-msgs/ros-jazzy-test-msgs-dbgsym_2.0.4-1noble.20260902.022427_amd64.deb Size: 5165708 SHA256: 171fe3d9a3ab925a615ee17166b00cdbfe43e350351354e317be07cd490a1c7a SHA1: 8ed37d89ac58222aa7c911a66beb6a774f51788f MD5sum: abeda70c30da3338bfc1e9ccb4b0462c Description: debug symbols for ros-jazzy-test-msgs Build-Ids: 160d84d58284974ab3eb4413d46c0c416c194ad3 377c68a1fb211cab9cb9181ba922928409b2ff67 3ec18a22a3969b07927c088398f1c120db55c01d 4d5162f43f2eaac3439c9a4f3ce5efb0f6031aa5 790b0a8df3853d1c535f788dd4ff1fab7cc6249b 7bd4faab7db96159a6d805c57d037b81c8d4e620 90233a70260710d35c5d987b616b45e4729fc2ff b395f5923452adda433b8da4c24da5f66f3f7caa c089d953be5bdebc0f1a9ae92a28f07a7589c08c cedeaaac911e7f0fe504e4536144fb076e23fc88 d5c35d83c247eb7fcd20138010d8811e0a92fca7 Package: ros-jazzy-tf-namespace-bridge Version: 0.1.0-1noble.20260903.015541 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.20260903.015541_amd64.deb Size: 253182 SHA256: 9888ae40cb5963fe0db0912ae5c157a87f4d94d4b48f6ab4f193ff245a819c13 SHA1: 9d3d6a6f6bd9d7c20456943d30e07c55584b1784 MD5sum: 64fe397dfaf83c2d63240e27df262e7b 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.20260903.015541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rafal Gorecki" Installed-Size: 6441 Depends: ros-jazzy-tf-namespace-bridge (= 0.1.0-1noble.20260903.015541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf-namespace-bridge/ros-jazzy-tf-namespace-bridge-dbgsym_0.1.0-1noble.20260903.015541_amd64.deb Size: 5669880 SHA256: 77c0434ca1f799b251579418e9f2dc468dc9dac629f9311e52fd2569e08f5719 SHA1: 2bf274b636531985b42297a41653280e7f14769c MD5sum: 8403a9a0991681e267ab1f4fd04ed29e Description: debug symbols for ros-jazzy-tf-namespace-bridge Build-Ids: 71e1129e292ff57769331b81a8f16e6a12a1232c ebf10c3bb1bd07612914bc025db0fcb69e9a758c 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.20260903.022243 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.20260903.022243_amd64.deb Size: 14508 SHA256: 35c2380aa737aec4d1de7dad4ef18bfe741d46d255335f7d02bdf31de3282775 SHA1: 372b843691cbd5dd1d2124e3e96d307f806c0a4e MD5sum: ee23520b4a38bcf43567e9f80ed548f0 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.20260902.041654 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.20260902.041654_amd64.deb Size: 93920 SHA256: e20471f55cf022cb86384ac4aada3bf2432dfac68ce41b85c1b6b802c1d91bc1 SHA1: b6774e0c5a110a198308b6522c327f7bea281e14 MD5sum: 3ea8f59cd19198d746c7abdd64644053 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.20260903.023826 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.20260903.023826_amd64.deb Size: 15990 SHA256: e1d29c3884ce2309492ccaed3e3f764026761de1df0d6cb0a1ebc22f8dbc5e92 SHA1: bd0ad481655522566269cbf1878120cbb6bf5f50 MD5sum: 7dba1c9d1f346c4e54bafffb572ad73c 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.20260903.022532 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.20260903.022532_amd64.deb Size: 10650 SHA256: 7512743226176468e76e77aecf5c02a5ddbd44798642f5798b51ebd68747ab53 SHA1: 7df48ba0f2335c477254e6a1b0286924f8a977dc MD5sum: fb988a1036215473d51a525fa5105262 Description: tf2_bullet Package: ros-jazzy-tf2-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2 Version: 0.36.22-1noble.20260902.041654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 595 Depends: ros-jazzy-tf2 (= 0.36.22-1noble.20260902.041654) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2/ros-jazzy-tf2-dbgsym_0.36.22-1noble.20260902.041654_amd64.deb Size: 551980 SHA256: 94a52776b1e71764d6b570e6f794a306e311d6361346b37f9f4953908a03f410 SHA1: d9af2a8211d3d90aa65b0c170331262cda719284 MD5sum: 7bf21d7cdc009d347eb4931da588d1b1 Description: debug symbols for ros-jazzy-tf2 Build-Ids: c9ce811578e8d967e82846f47e1c4f982352832e Package: ros-jazzy-tf2-eigen Version: 0.36.22-1noble.20260903.022246 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.20260903.022246_amd64.deb Size: 13856 SHA256: 0a31af57127bddb718f8d4f95383106ff862c93ecd071f7cf93bc7e1e2aca38a SHA1: 69d8644db798c606541ed9b231301344f9784fff MD5sum: fedd68caf6f5e5d0737581420a4f3af3 Description: tf2_eigen Package: ros-jazzy-tf2-eigen-kdl Version: 0.36.22-1noble.20260902.042605 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.20260902.042605_amd64.deb Size: 15206 SHA256: 99200668c3cdd3f6bf419bd5f68880d0c13026e8b7627db74c613cc70919a3fa SHA1: 6b98e156648fc2185171bba6604b5b51b5c1cdec MD5sum: f5e7d2cdf80dc909142b0afb3b00049e 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.20260902.042605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 102 Depends: ros-jazzy-tf2-eigen-kdl (= 0.36.22-1noble.20260902.042605) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl-dbgsym_0.36.22-1noble.20260902.042605_amd64.deb Size: 88736 SHA256: dd8e40d2e1f19450826c5fe2f3cdfff8afdae3b109a7f986da76de2a5ab6b8b1 SHA1: 491c701e47b3308b3b8190dac81096ac1ac90078 MD5sum: 3bd39aedfa5358f5e6235c14dc375b54 Description: debug symbols for ros-jazzy-tf2-eigen-kdl Build-Ids: 0cae979ac8b49701f6df35bba2d157393ab5c1cb Package: ros-jazzy-tf2-geometry-msgs Version: 0.36.22-1noble.20260903.022912 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.20260903.022912_amd64.deb Size: 20076 SHA256: 5a60cbcc8a02c50e9d4ef990467501601fb6777b72046789d77657b04c334456 SHA1: ccb4d12c3369ad8e30bf4b2d1723128284be6c31 MD5sum: 4bd57fff63a1dc3e3d58061afb032aeb Description: tf2_geometry_msgs Package: ros-jazzy-tf2-kdl Version: 0.36.22-1noble.20260903.022912 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.20260903.022912_amd64.deb Size: 13812 SHA256: 48a7d2a39cd22568e99c699d046dbf260dd6459a22fe55f7300875fcb7626926 SHA1: e22b5a4fc00faec30aee26193dd6fe41ec9f11fb MD5sum: 302f3443f92330ae25cd89353c469c03 Description: KDL binding for tf2 Package: ros-jazzy-tf2-msgs Version: 0.36.22-1noble.20260902.041736 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2344 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.20260902.041736_amd64.deb Size: 179532 SHA256: 71669d6c4af5419ad9526a73c74d5378199740cf9279874707346132e62838eb SHA1: b867725e579970c0eafdaf9b1a2f1f4a7ea60849 MD5sum: b60b808ff7987dcb757c8db0c9ee7d9b Description: tf2_msgs Package: ros-jazzy-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-msgs Version: 0.36.22-1noble.20260902.041736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1448 Depends: ros-jazzy-tf2-msgs (= 0.36.22-1noble.20260902.041736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-msgs/ros-jazzy-tf2-msgs-dbgsym_0.36.22-1noble.20260902.041736_amd64.deb Size: 1096582 SHA256: 81f01e3dfd2f499a3f98105a0d9acd6434b1a31f6e84756bda98fdf4bdc9b827 SHA1: 5bc3ffcf75ea583348faa9a0b86c6d8e5b8183c6 MD5sum: 974c72af9657107fe2255f54e7527096 Description: debug symbols for ros-jazzy-tf2-msgs Build-Ids: 3100549af8e4f3a54ffbe706897220aa96c2d59d 3527a65c73059e10abfd24690a9c6e3f240f599f 360c64af2131faec118f212bfdef575894f19d94 5f219a34172b301a8b12513b1f9fa21563eeabf3 a24427bfa5af48b05aecf6f0c07f11bd20983062 bb6ff07f636078b06aafd9b1d57c52d2ae658d10 bbd08beeded9e22803a34509c5bbdc19c95dcfb1 cfdae7e2d01c72c08a1ddb0901995ae6c4158fd6 d4431fddb7c5038be1a8d9c91578b2a8e347a82b db53f1625fa681604d01beeca7d1f99b1130fc9d e6b76cb17b0648326a8f68ec592a048a3f9ab1b4 Package: ros-jazzy-tf2-py Version: 0.36.22-1noble.20260902.102727 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.20260902.102727_amd64.deb Size: 28314 SHA256: 70cc20b0bd203ac459cd662a9618cc42c2abac07e20ecb792bf5badaafa2566c SHA1: 72e75709ea83c62e8f55ec3ec0778259d72f303c MD5sum: dd19a038e9249469a694fcd852fb73e3 Description: The tf2_py package Package: ros-jazzy-tf2-py-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-py Version: 0.36.22-1noble.20260902.102727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 184 Depends: ros-jazzy-tf2-py (= 0.36.22-1noble.20260902.102727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-py/ros-jazzy-tf2-py-dbgsym_0.36.22-1noble.20260902.102727_amd64.deb Size: 162478 SHA256: 51baaec7f65224494900228fbf1f434ca1dfb74bdf22994621746366025210d6 SHA1: ce522f5f31612682ceb87c353d58d8711bd8047c MD5sum: 21ce116b9a7a40bd10149bcaadbccd06 Description: debug symbols for ros-jazzy-tf2-py Build-Ids: 15cdbf700da471c298a15f575eb70e537497c70f Package: ros-jazzy-tf2-ros Version: 0.36.22-1noble.20260903.021700 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.20260903.021700_amd64.deb Size: 331092 SHA256: b7de3a153c2d9037660f2029dcebcb5e3d7cd05872f24a5b84f6b849ca2209ea SHA1: 35a7cc8b87e1116cd7fdd0a87bb34a47f64863f8 MD5sum: fc08a5538c824c6efcb51732f150ae1c 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.20260903.021700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8192 Depends: ros-jazzy-tf2-ros (= 0.36.22-1noble.20260903.021700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros/ros-jazzy-tf2-ros-dbgsym_0.36.22-1noble.20260903.021700_amd64.deb Size: 7321380 SHA256: bc2a8d2ab6b584eba2ebbeec4bdfbdb67e9f0741fd907d2cb9f3ccaa44b657e9 SHA1: 561d0be1b0441e12d356032c7df97892283a274a MD5sum: d9c44b41c48e9a5ce2301f8fa0a459a6 Description: debug symbols for ros-jazzy-tf2-ros Build-Ids: 0676c4b4c93bf9d0bc81a8a3d48177b61b4275b6 149de6ce8059824cd276aea97f7067602b1ad4d4 3f322a94057d219eb854c6b034e39271fa28cabf c0dbb30375e9563d7d9677789436709ba48e7e97 dfc8483a6fe08324e9d9807e402970b4535687ce fd905007a560cbbdc221632f71f46ca95b7bce76 Package: ros-jazzy-tf2-ros-py Version: 0.36.22-1noble.20260903.022808 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.20260903.022808_amd64.deb Size: 28286 SHA256: 8e07fc172eb2e26efbbbfb1b2f48bddcbbc07a5b313287ecb42420403cfd7b3f SHA1: 9562967c34cb08d9831f885f6a8653bc03d4268a MD5sum: 7b024998a29fce9eb792ffeec8abb944 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-jazzy-tf2-sensor-msgs Version: 0.36.22-1noble.20260903.022912 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.20260903.022912_amd64.deb Size: 15236 SHA256: b2a25e0897c8318e2302ecbc7ecafd366d7062ab7090a0c0e829cbbdefb428b6 SHA1: 417cbc6cc3e88d147be543cce0edec92d589c12f MD5sum: 4a89f138d2d8bff4dcad9d33766005da Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-jazzy-tf2-tools Version: 0.36.22-1noble.20260903.022914 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.20260903.022914_amd64.deb Size: 10468 SHA256: f2719e184ba3b5b7fcc3b8740c8bc3a3e5a48b6c744491284431271eb25648d5 SHA1: ed4542e55314b5146dcc118ef4bb7267cf8ad4f1 MD5sum: 570859d37fdf93ddb20225e6ae63bba0 Description: tf2_tools Package: ros-jazzy-tf2-web-republisher Version: 1.0.0-1noble.20260903.022248 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.20260903.022248_amd64.deb Size: 58988 SHA256: 86e455bcc9dfc34526eec5954f7604dc71e3408fd63fddfb55529827d4250a1f SHA1: aa42f09f7c787cc70ab9498cab07d49b51fb2290 MD5sum: 065629761a5c53ee30b91ff1909237c4 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.20260903.022248 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.20260903.022248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher/ros-jazzy-tf2-web-republisher-dbgsym_1.0.0-1noble.20260903.022248_amd64.deb Size: 1047066 SHA256: 8b51df8d0c899886971b6854aeb1287b801b2a1e809898f71b06b625cd68d1c6 SHA1: da6418143f474d6aaf31a4e8f3075d61fa5f92a8 MD5sum: 5baac845fdda62da289c06857bc8046f Description: debug symbols for ros-jazzy-tf2-web-republisher Build-Ids: 8f249b920a8dea4f486ecf221fd20fe2751798ce bf40735009ba5602fdb75d3bfe0d897d7a79b704 Package: ros-jazzy-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260902.041818 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2452 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.20260902.041818_amd64.deb Size: 176206 SHA256: 13bc0cdf79f318386e2f69dea1bcd2225982634d4dd8f8fe07f1e8bf8b67abd8 SHA1: 875f662b1a0f8f1d3e441e4bb9d4f46e8336c8da MD5sum: 0cc745e1c400cccdc69928649125e726 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.20260902.041818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1473 Depends: ros-jazzy-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260902.041818) 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.20260902.041818_amd64.deb Size: 1086016 SHA256: 9575c9d18c8a05286f1e7e80d6e0595e683e2b0dabfc62e454cf49573aa9abb9 SHA1: 1bbffa1c046e0b75c97c0d9b587deaea4ae1a5fa MD5sum: 70a5235dcecd38f0eb55161c3a8a892a Description: debug symbols for ros-jazzy-tf2-web-republisher-interfaces Build-Ids: 18993b7563ff76b683b53950ba67bb5c6e4de8be 189ec3779e07d2ff8227a894dcd82204e2fc28b9 209b009817a248066bf94264a9780f787de7c646 6653bf592413b893c0e178715fec876dfd5db69b 849eb87ec453e782c281d80fcd781916fb79dc54 8978b68c13143fc831a5ee57d56b45e268b54e5b 97644393fb70835ae3e4bc4625f32a765d93d801 99d4d96f5b029ef98ace2fc2e1e996318b3dc700 cac66beedecb4006d62881b36262bdde215b4d21 d439e777ff2f3025cb28849915ae7e1d8c7e8366 ff79136334b3628a0d488d23e43173dc9f70499a Package: ros-jazzy-theora-image-transport Version: 4.0.7-1noble.20260903.073409 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1792 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.20260903.073409_amd64.deb Size: 300962 SHA256: 7ec887d8c8b0ccc52af8a3a22e83aabebe7474e87b0ae3fcf5130464b5a33a98 SHA1: d21ce7adfd7c6f2ae246ea80f1e8b00465893b4b MD5sum: 090b9c143be4667f282389e3795858d7 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.20260903.073409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 7022 Depends: ros-jazzy-theora-image-transport (= 4.0.7-1noble.20260903.073409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-theora-image-transport/ros-jazzy-theora-image-transport-dbgsym_4.0.7-1noble.20260903.073409_amd64.deb Size: 6004208 SHA256: a0297813e0bb20a4cc1b360b0f51da43cef4dbd606671ebc37953188aa950bd7 SHA1: ff8f60c4b6f6f855c34fe83210f83d939b01f950 MD5sum: de3633e2a4215cc5abc438ff0975be2b Description: debug symbols for ros-jazzy-theora-image-transport Build-Ids: 1380f50b29fe8cdbabe189a8b02216880c1e6007 30c2bf45e8b97c6b00c32b5a768a1657399535ba 3ae41469dbab0782be4345cefdd0c598a7ab4977 432965b48a031fda5013e533e7cfca3c079eee03 5d58479ecc6cff1b9beb8f473b40c3525ea77b0f 6be9429d90494e5c9a0f9e87cb9d2fc94d743fec 7dfece8881a25437a4cc7bef343f77d9a3f8863f a682eff59f3d053240f8b843653dac19b6d2f8d4 ce3e2df73d3ce813a26c7f353b0ff08580b47df4 d212f574dd476607da11e2a7f8f85df5302937eb d9c95bced6b176e5ff4431342d81847a86249039 e48c6af3f9ac1edc3bd92a20d7d754c9f9b792fa fb29cedc75f015ef08d7b404ade38f99ed7c78aa Package: ros-jazzy-tile-map Version: 4.0.3-1noble.20260903.090810 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_4.0.3-1noble.20260903.090810_amd64.deb Size: 101230 SHA256: 3d7265d9590c4c63f170ceec66aef6f9045e636242deca103ff56a813f550e77 SHA1: 43276f10efe4a159c578d9b5bf1adedc192506dd MD5sum: b67df792f616a4dfc99f1bb3d65ed176 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: 4.0.3-1noble.20260903.090810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2824 Depends: ros-jazzy-tile-map (= 4.0.3-1noble.20260903.090810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tile-map/ros-jazzy-tile-map-dbgsym_4.0.3-1noble.20260903.090810_amd64.deb Size: 2777458 SHA256: 0fff71d5a2268add47c308bb654283f5287b235dfa6aff23f714a4053f50d716 SHA1: b911c6c698a3925036b1f9c33682dae6be1ec814 MD5sum: 512b1b92b2c9a1dcd487060a3a7fd893 Description: debug symbols for ros-jazzy-tile-map Build-Ids: 9975f09002da701b498305d6c6b2a04e4f649069 c33767ba494f787cec45b041777b1001f7d3c40d 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.20260902.061550 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.20260902.061550_amd64.deb Size: 120034 SHA256: 3b6c4bb5c5f60e99a842ae1b05d2ed15241189c1d7241ad890053b7580e57342 SHA1: 4dc6e3a263d91fc8b19f6ab78b463dc62287a519 MD5sum: bece0b0dfc14efb0a65244d88c15bd14 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.20260902.061550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2369 Depends: ros-jazzy-tlsf-cpp (= 0.17.1-3noble.20260902.061550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf-cpp/ros-jazzy-tlsf-cpp-dbgsym_0.17.1-3noble.20260902.061550_amd64.deb Size: 2005720 SHA256: f7f5c4a3ee79dbd57fa5b42ac737a05746232e0be3dd08d0dc7205a6dbf0f263 SHA1: 4967e1baa18c501d21faaa92a17aabe2a75e2697 MD5sum: 09ba6c54eb89867dbd21d6eccf0276f8 Description: debug symbols for ros-jazzy-tlsf-cpp Build-Ids: a7ad35533d6b21bdcd51e40df7ee2116f2bbe036 Package: ros-jazzy-topic-monitor Version: 0.33.11-1noble.20260903.070931 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.20260903.070931_amd64.deb Size: 21644 SHA256: 0955c404146e7bb26cde11952438c49b8fa44af1837d2d73f0d80cc1a1e51c95 SHA1: 50e828ce7c7ce14addc53a66920b922b94fe8e54 MD5sum: c560ad0624c4366c11caae7170e13b7d Description: Package containing tools for monitoring ROS 2 topics. Package: ros-jazzy-topic-statistics-demo Version: 0.33.11-1noble.20260902.103825 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.20260902.103825_amd64.deb Size: 153986 SHA256: 1ffb1cf2d05cff4e7db8745d4743340515359ab1e7662657e6347e0beb51de8d SHA1: 8d94d9f5e211da180360cc5eb470b018d976d90b MD5sum: 640df649d029b538fff75174ea459fc0 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.20260902.103825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4492 Depends: ros-jazzy-topic-statistics-demo (= 0.33.11-1noble.20260902.103825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-statistics-demo/ros-jazzy-topic-statistics-demo-dbgsym_0.33.11-1noble.20260902.103825_amd64.deb Size: 3720802 SHA256: 438ab193485a549d8f0d423ebfdaf66c818f42372f05c5d20f504a516b969297 SHA1: 3a13ffef9d5529ad402200bd217e9e86c605f021 MD5sum: d51c5585b89ef743c2751a6b7da05d30 Description: debug symbols for ros-jazzy-topic-statistics-demo Build-Ids: a85a559d2e15895ffba327663961b5d46a7ead77 Package: ros-jazzy-topic-tools Version: 1.3.4-1noble.20260903.070927 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.20260903.070927_amd64.deb Size: 210630 SHA256: 66dc0741ffc07abd113677680e432a5e95dced3cf53db8d3870f5b7141c88f79 SHA1: f1d898153d8347a9dd24027dea6a3544717b3bc2 MD5sum: b3c1b2c2318aeeaa82185bc9b17e2cd7 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.20260903.070927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8216 Depends: ros-jazzy-topic-tools (= 1.3.4-1noble.20260903.070927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools-dbgsym_1.3.4-1noble.20260903.070927_amd64.deb Size: 7693870 SHA256: 90dfa0c372fa9c6906baf59c368ad924812877bd25d413921707f093f01bf31e SHA1: 9baa6f2a49a93462ac9dd8564ad799a99fca8c70 MD5sum: e1872020d56a347c19b195f8b87240c7 Description: debug symbols for ros-jazzy-topic-tools Build-Ids: 18c126c98be4ea501890f48fdbdf4b4e4e81c052 197c25c2e0d35b68b2475e8ebc8f2fc0576107a1 27aaf097677a16fd430c18ef13fdb80ca8bf68dc 288bd318c562f3a6126eaa47e82b39dc6913dd7c 35f36d271379b9f493b86e894a6b57b7c56a8449 499e4b920b0753f70a9748aa38ad1439a800b490 507ad7fdec5a946d2146d2e9f64206726c962a00 77278d05e335916f94fd6562041e244ec50a7ac9 7f0c529da5a6b9fce8fd4aedf23cbc61cfffff4a 8ec4c0b1b2301dc363bbc615767816f9f95f173f a3b4f79b634ec55e1309fd3b603986d621af0c17 bcc7cdda507eb14e811425fb0771a2d463cd2ac1 Package: ros-jazzy-topic-tools-interfaces Version: 1.3.4-1noble.20260902.022442 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3528 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.20260902.022442_amd64.deb Size: 222392 SHA256: 3e04dfa40f20f3029e9e1e0efa0fd8cd2eb77be0f21905fb6b794acf88633e6a SHA1: 0b6693aafb395262f8ef53714b19f709a2696e4f MD5sum: 736c4e40d3c3f45b2735abd2845754b2 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.20260902.022442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2552 Depends: ros-jazzy-topic-tools-interfaces (= 1.3.4-1noble.20260902.022442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces-dbgsym_1.3.4-1noble.20260902.022442_amd64.deb Size: 1988298 SHA256: 3c6a5abdac663394b841d9a1bc8e0092b0356af8243cb0bf22743cefc0dded32 SHA1: e583787f000a2a0a8d44a932018bca9d4911ed7f MD5sum: ae47989c3da1f36f643d168b1171d799 Description: debug symbols for ros-jazzy-topic-tools-interfaces Build-Ids: 240848caad2c624e3f6eeeb3764c2f9b36946fc8 2a31f73f1d20fb69b195a9f739712cd140f1d662 2c8158f161b024ee5b3d58b53e4c10e156677e3b 4af0204a02fc9c497927bd7e577a521d4fca0762 6726597eaa12dd0686ef6d92e311d73b0ec9679e 698440adfabf7763c4f89e3431fdf7387d57c78f 7df4b5d6ee1995e3b837f401b47c7e90e48c64e5 915d7fff23309e081f461d742994a4f9d2a47a34 add4d66480155bed32506dbedeabfa32fb0d32e2 be41b4da6e9beeb3db449bc00ccf22bb6cd877a1 ec9bfd39082a68946267a2d42f09133b1f36b147 Package: ros-jazzy-toppra Version: 0.6.10-1noble.20260828.183819 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.10-1noble.20260828.183819_amd64.deb Size: 213278 SHA256: b29b6f54705114e456586537fc19eea084da16a6c98e55d2dc11ccadbca577ff SHA1: 45fdb040c43cbfd7750394be702d005e4649e6d9 MD5sum: d9d2fb6b68ec7b8bf10c58bb52248fa2 Description: Time-Optimal Path Parameterization Package: ros-jazzy-toppra-dbgsym Package-Type: ddeb Source: ros-jazzy-toppra Version: 0.6.10-1noble.20260828.183819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 4874 Depends: ros-jazzy-toppra (= 0.6.10-1noble.20260828.183819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-toppra/ros-jazzy-toppra-dbgsym_0.6.10-1noble.20260828.183819_amd64.deb Size: 4891512 SHA256: 4bb0866765d4d321262c57b9c48a7fda3a7ccff8cac105b3332968f2145bc257 SHA1: 85d0476df3ab67ffd20663c565b542630ad9071b MD5sum: 0d2edc149514201573d5d4453821fbb6 Description: debug symbols for ros-jazzy-toppra Build-Ids: 2206623e24a7d06757c9a1bdf62660982503b04a Package: ros-jazzy-trac-ik Version: 2.0.2-1noble.20260903.095227 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.20260903.095227_amd64.deb Size: 5688 SHA256: ff209489307f067f91e35d3b19a3cdad0dfacac77332737e244423687514fd37 SHA1: c5f411821f3a57047056eb93ca77421f0591fa3f MD5sum: b1fe8167f8c1bc2922979ca8b4da7a07 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.20260903.090600 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.20260903.090600_amd64.deb Size: 58766 SHA256: b97265ceeaa852d2e916be6d4653b6a5cef4e1e8de89cfa39eed8d8d9318df10 SHA1: f194053fbf6d4b9956af5328f2d9cb1f2fd162f4 MD5sum: 8279ea67691ac96ede0740925a797c96 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.20260903.090600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1445 Depends: ros-jazzy-trac-ik-kinematics-plugin (= 2.0.2-1noble.20260903.090600) 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.20260903.090600_amd64.deb Size: 1418062 SHA256: ae96f77877ac5d4ab29c6ef141c951980662bfdb8e93152d41e8d88b7a6955c7 SHA1: 20ff29cbfc0347c2d12e65d7b233e32d9a2823f5 MD5sum: 69520b7e7d5f7b0beda8837fafbe2fc9 Description: debug symbols for ros-jazzy-trac-ik-kinematics-plugin Build-Ids: b89b5c21e7302376b3022e72b32e34bd46899387 Package: ros-jazzy-trac-ik-lib Version: 2.0.2-1noble.20260902.075118 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.20260902.075118_amd64.deb Size: 97254 SHA256: 12d3a4bdd161b41f2e588ee80fa45dcdf942f437327e101620fad5f371d597bf SHA1: f1d405d990d7f224010ed14dee26b8b8e2d28c0c MD5sum: 6099f37654b19a3ebe850d0474e934f2 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.20260902.075118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2688 Depends: ros-jazzy-trac-ik-lib (= 2.0.2-1noble.20260902.075118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib-dbgsym_2.0.2-1noble.20260902.075118_amd64.deb Size: 2679804 SHA256: 704514c13f00669ce218a5954b6d1a8e5ec7df214c24184d7493b8a71a21b3b7 SHA1: ae8026e7ce4fd1bc2c1c06341b8d5d8ce099609d MD5sum: e61ec8b0d1c58c6f06085bd6ff33fb34 Description: debug symbols for ros-jazzy-trac-ik-lib Build-Ids: 3536f77f45d5940595fbadc50b64c8f3afcc6197 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.20260903.070954 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.20260903.070954_amd64.deb Size: 20368 SHA256: ec40fb65bcc17efd8354acaf9f81b94c2dd5d1d2b72b8b31f85bc3ad103b5d14 SHA1: c4de3e5ae14f8c040f24e2e49b228db7442dc468 MD5sum: 29f867d7fd625d6b2e7e013e7fe3bd0a 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.20260903.075328 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.20260903.075328_amd64.deb Size: 20030 SHA256: 26fb5063c1b9623ecd7897b6c00beab8ed06e8b6622fbcc4ec9a058d9800bafa SHA1: 10fa0614bfb2516fdc6cd718711b1ec0e6fc57c4 MD5sum: df937391d54c54df56c9c85755345a0d 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.20260902.041818 Architecture: amd64 Maintainer: Tully Foote 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-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.20260902.041818_amd64.deb Size: 101632 SHA256: d1fdd3e937d0ebf45bf90e50e65e85166445899907864f19f80b0557cf20ba39 SHA1: c983d92199aba53fb885ee9dfebccdc67431d917 MD5sum: d1519ffe4bf9b05a20bbe96ebb64c2a4 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.20260902.041818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 869 Depends: ros-jazzy-trajectory-msgs (= 5.3.8-1noble.20260902.041818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trajectory-msgs/ros-jazzy-trajectory-msgs-dbgsym_5.3.8-1noble.20260902.041818_amd64.deb Size: 696148 SHA256: 1b4be435398bc19c69e74c7d2645c2e88b785a5b28fc3899b5404ee971087583 SHA1: 4445fb0bfc422143ec86db010f88e4235c7c60a5 MD5sum: 73b05692c434749e5584cb9a1c4daf0b Description: debug symbols for ros-jazzy-trajectory-msgs Build-Ids: 2211fc60d994c6f323775b8e3ea33974dfddd959 321f883d9addc88c06b92fbe9c833d1d2ee561dc 354624274ee1de368b95ee21e117d11ed2a12c98 564da770df948c2949e5dce79bda60816832655d 741a6b981f76cbb590249047a277c33978121a89 83b54aae6d05fedc529abd92bfee79acb663bda7 8912aef1d03485706f5d160e93d143cfed5dae5e 98d005e63a99352b5fdadcafb8f01113be49f8bc bc413fbf83cab357d4b43054e61ff8d7c6fe2823 d41366be5f1004e5614c01d2322c413d213bb34e ea4b66a627406d0629bb44269f626f1739a682e0 Package: ros-jazzy-transmission-interface Version: 4.48.0-1noble.20260905.072703 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.48.0-1noble.20260905.072703_amd64.deb Size: 58794 SHA256: 8d47b59344aa93795c8154f2517fc69e335999a7936520d65d65ce094608a1c5 SHA1: 163b0736124b7fffb776d2359d00a4efa19281c2 MD5sum: 66dc76f6c60e634ac6ecf8327eec5974 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.48.0-1noble.20260905.072703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 670 Depends: ros-jazzy-transmission-interface (= 4.48.0-1noble.20260905.072703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface-dbgsym_4.48.0-1noble.20260905.072703_amd64.deb Size: 626162 SHA256: d97bdb4b6717a9d5e0fb7095185128364302d6c111599df0a6eeffc906a984d8 SHA1: e658f7875263d37c96c07c516b2c80ae2fc47b27 MD5sum: adc4e41d03f8901eb945176b56155f2b Description: debug symbols for ros-jazzy-transmission-interface Build-Ids: 6c497fc4ec70704a49eb40ff80a86ac3fb29b4c3 Package: ros-jazzy-tricycle-controller Version: 4.42.1-1noble.20260905.073703 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.42.1-1noble.20260905.073703_amd64.deb Size: 216128 SHA256: c8a9365fcabe3cf25e3343bb0469da96167cdb2a6d9454286fcaf16d52c51cb5 SHA1: 34f0ea8a7ab95f5ffc461777043d23a08bea8d50 MD5sum: 4e8e39335362eb5a83126b9c01bea2ba Description: Controller for a tricycle drive mobile base Package: ros-jazzy-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-tricycle-controller Version: 4.42.1-1noble.20260905.073703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3920 Depends: ros-jazzy-tricycle-controller (= 4.42.1-1noble.20260905.073703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-controller/ros-jazzy-tricycle-controller-dbgsym_4.42.1-1noble.20260905.073703_amd64.deb Size: 3459650 SHA256: 4019a5a5e2ab9812a8adf7cf6770f3e2b748970117e10b19f432ba6af5159075 SHA1: b9964ad568502bac378e1368602b0ee1cc9759db MD5sum: f94aa0ee6fc0c43883c850c8ddea40b5 Description: debug symbols for ros-jazzy-tricycle-controller Build-Ids: f84b4a6f4c6d84854f426ef0da266c361dc3aad6 Package: ros-jazzy-tricycle-steering-controller Version: 4.42.1-1noble.20260905.074204 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.42.1-1noble.20260905.074204_amd64.deb Size: 51520 SHA256: ea55fefdbd905dd8f50d9d190bcba547c2d306d0b9a6e240df31688d3f984f9e SHA1: 3d67d40cef3b45305957ebf5376f5b6d6a2d8c06 MD5sum: 57c757084e057a31366479a869435a32 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.42.1-1noble.20260905.074204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 733 Depends: ros-jazzy-tricycle-steering-controller (= 4.42.1-1noble.20260905.074204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-steering-controller/ros-jazzy-tricycle-steering-controller-dbgsym_4.42.1-1noble.20260905.074204_amd64.deb Size: 701584 SHA256: cf34ed2fe7b8d64a376c551ce4612fe836a27f0e2ea425aa598ee42f49bffcd0 SHA1: 717c62bbfd5ea766c4370ab64703c36de2f071cb MD5sum: 9faefb237ccea51a346782a938e0b6c5 Description: debug symbols for ros-jazzy-tricycle-steering-controller Build-Ids: 5e8d75fe06d298971ca5b3604c4dbc06bf578fea Package: ros-jazzy-trimble-driver Version: 0.1.1-1noble.20260903.023918 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 2141 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 13.1), libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-jazzy-diagnostic-msgs, 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-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-trimble-gsof-msgs, ros-jazzy-trimble-interfaces, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/trimble_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-driver/ros-jazzy-trimble-driver_0.1.1-1noble.20260903.023918_amd64.deb Size: 387468 SHA256: 3dcda5a15f3de0141dc50f5a6786795492c64bcc2fed2ca08fcfc9e2be44d8bc SHA1: 61f6e54539f6bc292f33d0ca5c3bdc1860bb7834 MD5sum: 39decfe1cec53accb78ba8b0b5d2f52f Description: Connect Trimble products publishing GSOF data to ROS. Package: ros-jazzy-trimble-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-trimble-driver Version: 0.1.1-1noble.20260903.023918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 9739 Depends: ros-jazzy-trimble-driver (= 0.1.1-1noble.20260903.023918) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-driver/ros-jazzy-trimble-driver-dbgsym_0.1.1-1noble.20260903.023918_amd64.deb Size: 8570824 SHA256: 7d15042e1026e695afeb3773df992805bc9a3dab954251a1f4b634ebef9946d7 SHA1: 7f3e041bd59f8e7e416630f99f3578b97464fe4d MD5sum: c8c59990b5474e4990d388bfff4ff314 Description: debug symbols for ros-jazzy-trimble-driver Build-Ids: 20259e5d4603799dc217c809ca77911454642ed6 2bb12b370e19d40a0749b159ce834675832dfb0a 8c56abb3dc4c07ab5acbc320104011871e718ad6 985a3b9f8ea086137b82b56ba4e96f5457415a6d ac75728408cdc7bdaf2ef17d147fa07f451c1222 aff298cd51add0968a58782a5db15939b6053a76 ee8a419d01c37fd30dff2697c3b148f89be275c3 Package: ros-jazzy-trimble-gsof-msgs Version: 0.1.1-1noble.20260902.041930 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 5681 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/trimble_gsof_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-gsof-msgs/ros-jazzy-trimble-gsof-msgs_0.1.1-1noble.20260902.041930_amd64.deb Size: 344722 SHA256: a3e8cb54f88a9e3c2d367daff47ce6c6f73cbdb821f577700e9fdfe307179b37 SHA1: f00c35ffb7b832ebf3a857f6d6f04003e5121095 MD5sum: 8a1feb25983c3ed4cca60149d6371777 Description: A package ROS idl equivalents of Trimble General Serial Output Format. Package: ros-jazzy-trimble-gsof-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-trimble-gsof-msgs Version: 0.1.1-1noble.20260902.041930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 3816 Depends: ros-jazzy-trimble-gsof-msgs (= 0.1.1-1noble.20260902.041930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-gsof-msgs/ros-jazzy-trimble-gsof-msgs-dbgsym_0.1.1-1noble.20260902.041930_amd64.deb Size: 3071158 SHA256: 7eab14426dc260defdc2a104173f4109d9016d8f66243e59cad596f7dd26d9f0 SHA1: 243fc32c4d66b0db3931efbf60d2d2c2c00470a2 MD5sum: debb3dd70293bf64603337ab1b52ba9e Description: debug symbols for ros-jazzy-trimble-gsof-msgs Build-Ids: 2850b005d9d48ab6fcda0ce74ae9dcf7f2239fcb 3c8d47ed83d14c033370600871a01a7d97838038 5ece6e326b30817076dc204f1d2010947325ec05 636e1bbff927e2469de975091a684b36003275bb 74fef9659f1f0c9f45e245f363bc81350aba243e 7fb3d8fc7c915d103713d5586c2013bbd9667b4e 946f4f7809665ae1567e0b0731949a1f2ddcaf9a b81f3af4b78f924dfff5c3a809a2c6d52622f328 f3a322be7b916944bdb4c8752ac95521a872c0f0 f4b19654a5f66e253296e22ea7c0a70ab232db52 fe0599b77f3922e36dd02bac25812c24875a9ff1 Package: ros-jazzy-trimble-interfaces Version: 0.1.1-1noble.20260902.031223 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1904 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://index.ros.org/p/trimble_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-interfaces/ros-jazzy-trimble-interfaces_0.1.1-1noble.20260902.031223_amd64.deb Size: 134566 SHA256: ac6447e48b88163763196d1990c073f7861c7075ab0667e41056d9273023e2c2 SHA1: c8efa96ca4fed6904fb1fa6462bde12b8ecbfa8f MD5sum: 9ec543bef5d1e90729980c183568792c Description: Trimble interfaces Package: ros-jazzy-trimble-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-trimble-interfaces Version: 0.1.1-1noble.20260902.031223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1277 Depends: ros-jazzy-trimble-interfaces (= 0.1.1-1noble.20260902.031223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trimble-interfaces/ros-jazzy-trimble-interfaces-dbgsym_0.1.1-1noble.20260902.031223_amd64.deb Size: 968020 SHA256: 5d8b9dc9bd17352234e8ef7cb515f1004ac509bf83821d38c5a0b6bc7e3dc19d SHA1: a6cf41fced9b4f384dfe10e13ab921029bf8f3ab MD5sum: 1a19cac37adad4b8a85158cee76690c4 Description: debug symbols for ros-jazzy-trimble-interfaces Build-Ids: 10bf7c90d2c0fd1e540f69511d93e87a9bee56da 25a8481af7e68ee07e2257c4a04089d0e0d2e692 33d4e06110b86198c78149fae900c9f2d40afe5e 7c216ca22adb9db323a84f022bd66734d21c2e38 831e8915ec3c47679072022106ded2f983c931ae 84d68619363cffa939dd1a6c21166ba27dd13357 c1813589d94bd44740c1c7476b12dfa03944edb1 c34ac895f81d9401c0ebdd275f84a78706bcd59c cd9abf3e76616140ed43307889b8a212b25f05a3 ef85ea372f2233a97f5b2c741c3163d20468017f feaf53491f4056108c66cf415b78c399a441b043 Package: ros-jazzy-tsid Version: 1.10.0-1noble.20260826.093422 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.20260826.093422_amd64.deb Size: 585084 SHA256: 9dcc1a05332b2b9743baf7eb540d3bb699da96fc2d2704540db85e16cb566982 SHA1: c3fdadcea721b2fad2d98c0867e562647e7c2086 MD5sum: 8720be0cbc5c0794e222ac9288b1971f 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.20260826.093422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 36700 Depends: ros-jazzy-tsid (= 1.10.0-1noble.20260826.093422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tsid/ros-jazzy-tsid-dbgsym_1.10.0-1noble.20260826.093422_amd64.deb Size: 35409202 SHA256: 023f2222ab138fdf59a84d46085e47cbc538e36de0d73cd47f262e994c05c3aa SHA1: 2171cde1f4f4070817492f436ce3f70618e87820 MD5sum: 8c44fd8aa31353553b38800712c2ce33 Description: debug symbols for ros-jazzy-tsid Build-Ids: 2b73e364a013981748fc72df5fe54c4b57a48331 9b642d33392dd3d3d0863410004e64377835cebe Package: ros-jazzy-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260903.073410 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.20260903.073410_amd64.deb Size: 96528 SHA256: c76e437e81d78f52257546446664f4c5381912e2ed9f1b9bd67251e82fd0e568 SHA1: d63379f6c6ee8fcf56ff7bad4e3109b5498e8435 MD5sum: 16393d47adeb3e091ffc8b0d7c171464 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.20260903.073410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1690 Depends: ros-jazzy-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260903.073410) 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.20260903.073410_amd64.deb Size: 1598420 SHA256: 7c74a17f6440354c705a76f6eb198231c8988d2312b8217c124fa0a145582ca9 SHA1: 4e9323f4158287933adeeb23a0842cfa9aeb458f MD5sum: 10b818ae8bfd020a8fe1306178d1d3d4 Description: debug symbols for ros-jazzy-turbojpeg-compressed-image-transport Build-Ids: eeaaf80f561b717d3c5d10e4aab39127c23546d1 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.20260903.082142 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.20260903.082142_amd64.deb Size: 284558 SHA256: df9dc7860455db9a3a64b77e406e341ddd590dd51d83d086df2c6e08a2d14fda SHA1: ddbcc5399f288263ec46e6f0cc3f7d4fefb17229 MD5sum: 6265b992fbd498ab0dc9d0e21115218b 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.20260903.082142 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.20260903.082142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-cpp/ros-jazzy-turtle-tf2-cpp-dbgsym_0.5.0-1noble.20260903.082142_amd64.deb Size: 7180714 SHA256: bcc03266baabb3c98da51f9e841f777cf2ffbb11f788e43afbaf6ec2c584cd90 SHA1: 95b9d6c0d349054c68e6ff22d478a49eddf23475 MD5sum: 98de7dd7ce4843f7b6696d1855520326 Description: debug symbols for ros-jazzy-turtle-tf2-cpp Build-Ids: 21783fb51bc59e442cb4483c58219c2eae1f0e6d 25bb08d1a570c63d115e2e8ac6f8a48a1e0c2c27 4a645e3aa5f93e5e89890608d79618b37c24d48c 50e80e25f0a44f31d58fa6a27a1974766f26fb24 c3d2c6efed4a72ca360e0cda7fd20d921f103ae2 ef337460d14339fd5058367ee98141e977b7c1b6 Package: ros-jazzy-turtle-tf2-py Version: 0.5.0-1noble.20260903.082123 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.20260903.082123_amd64.deb Size: 16808 SHA256: c701875a076ad4d8cbd752836d216dde2e926977fca0efd98bcdc92efeb1f0b5 SHA1: 069576f562e92d745e64f713060eca5601afa31d MD5sum: cb1bde82125f04bb8a2db9c52c7e374d Description: turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard. Package: ros-jazzy-turtlebot3 Version: 2.3.6-1noble.20260907.024758 Architecture: amd64 Maintainer: Pyo Installed-Size: 44 Depends: ros-jazzy-turtlebot3-bringup, ros-jazzy-turtlebot3-cartographer, ros-jazzy-turtlebot3-description, ros-jazzy-turtlebot3-example, ros-jazzy-turtlebot3-navigation2, ros-jazzy-turtlebot3-node, ros-jazzy-turtlebot3-teleop, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3/ros-jazzy-turtlebot3_2.3.6-1noble.20260907.024758_amd64.deb Size: 7298 SHA256: 39f9da002fac3c6eb072003bd3837ad0c7edf49bc64e3f38be367edb3920ca17 SHA1: b1f7a65ed52fcc37a644de8dd07c9892a4781aeb MD5sum: 5dd52c9e26ce112dce980ea0f7dadf98 Description: ROS 2 packages for TurtleBot3 Package: ros-jazzy-turtlebot3-applications Version: 1.3.3-1noble.20260903.083320 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.20260903.083320_amd64.deb Size: 5880 SHA256: e22d0ef0d9914d84bc71441e71ee2b3320f8e9b48b83b81e2642e4fe15a999b8 SHA1: 4809069e830621a84fc7e9b6ba02c174ee621b9e MD5sum: 0b6662341021f7c332a4ed7d8877374f Description: ROS packages for the turtlebot3 applications (meta package) Package: ros-jazzy-turtlebot3-applications-msgs Version: 1.0.1-1noble.20260902.042926 Architecture: amd64 Maintainer: Pyo Installed-Size: 1359 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.20260902.042926_amd64.deb Size: 109138 SHA256: 5ba20847a53e815cb04e15fad307c26c85d997705d77db93efa0ff4a22974637 SHA1: 712d75250189c47991170776f9b84741eccf7f95 MD5sum: ff03624498a90af66cde75ae959918be 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.20260902.042926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 869 Depends: ros-jazzy-turtlebot3-applications-msgs (= 1.0.1-1noble.20260902.042926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-applications-msgs/ros-jazzy-turtlebot3-applications-msgs-dbgsym_1.0.1-1noble.20260902.042926_amd64.deb Size: 645498 SHA256: 72354c6dfe52424db80d467d2e03fba01e423cccccc6b47e66bb0c67cdc820a3 SHA1: 096f6c7d4fc180369a2d0d1f73e01a82f35c5cf5 MD5sum: 2c4f9d33832bda1990f2b60f95997ae9 Description: debug symbols for ros-jazzy-turtlebot3-applications-msgs Build-Ids: 06b5ae925f502496a103bd4e64e4168a020b4a61 0d2a41e3d8395d048db4dab12f51d29ceaa99973 1e3e0f8bb1be5de1b8b53ac3e9e4e4b404e90a66 32ed7985d61ae7dc36188eef07a79e88ece8e0ae 418a924b40a4217fca75c6973585df465e15aa94 7227bfa23a8e19c70c52cf1ee96b7edc3ce8c4b0 75ddb74a8a16364e281ce6cc347fe56dde7b2cf9 7e32776a2e93471a27264094482c97fff94a1af1 b66179ab8a9d34b1f46892ac30184ab8302f593f be7d963b9499a75f90f694dcfc52b6633a75b9d0 ce2c8cca9bd22c1c67ebb8a552b4926c839b2c82 Package: ros-jazzy-turtlebot3-aruco-tracker Version: 1.3.3-1noble.20260903.022243 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.20260903.022243_amd64.deb Size: 8410 SHA256: b64bfc96cb92481d9f043809a5e6b8996156fd39b75a77a5f4114ff4212273eb SHA1: e2a5fdbd204c23dd2cd7b445182b9e8257c8ef52 MD5sum: f1f7d09df9b434f582ab9c673acda987 Description: ArUco Tracker for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-automatic-parking Version: 1.3.3-1noble.20260902.054800 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.20260902.054800_amd64.deb Size: 12620 SHA256: de3ae99bb20531d61131a71073c6ce6bfd7b1d6f829b663df0f28a3cb65ecfaa SHA1: 8f585b1e71b35c2e042e57d134d7d239dd5cc2c4 MD5sum: e2cdd50b8db1950cb15136e98796573c Description: Package for turtlebot3 automatic_parking. Package: ros-jazzy-turtlebot3-automatic-parking-vision Version: 1.3.3-1noble.20260903.022245 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.20260903.022245_amd64.deb Size: 12930 SHA256: 67fc8e75a1594a12a3cfec2f09a915eee40b6fa019e652c1b56df2e073108f82 SHA1: 7b17478c853fcce91ece0306cda7de9c19c1cadc MD5sum: 411cfeae8a07da95070b894ced4d845c Description: Automatic Parking Vision for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-autorace Version: 1.2.2-1noble.20260902.102732 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.20260902.102732_amd64.deb Size: 5554 SHA256: cd0d9042cad13cc393e0334bf2175a7497251ac629c69e6c49b2f3c8539709c1 SHA1: f1ebc13f99a0f4e9c06d18491707d47dc9d139e4 MD5sum: e34f91250bbe2a47076accb313e0ae8b Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-jazzy-turtlebot3-autorace-camera Version: 1.2.2-1noble.20260902.081959 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.20260902.081959_amd64.deb Size: 12534 SHA256: 0bd28d1437fe492fcfcbed5e8c2dddb807d6a2367379a3aaf716dcba36564a20 SHA1: 01a3f8afd61c4a8286f6884fcd25855b653daeb6 MD5sum: 88cb27ad18b92756a99abc19d6363898 Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-jazzy-turtlebot3-autorace-detect Version: 1.2.2-1noble.20260902.054802 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.20260902.054802_amd64.deb Size: 68614 SHA256: a0b28a380884fc6e3f563ce0d824dce176fc43da8dc0d30c2347d1b05740657a SHA1: b067a157b86e9b242440242b0ca0ce24271fea0c MD5sum: 9f196b4e0070bdfc988b100cf900c8c4 Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-jazzy-turtlebot3-autorace-mission Version: 1.2.2-1noble.20260902.054817 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.20260902.054817_amd64.deb Size: 20864 SHA256: 9e82a9926ba49667f82b23cfa43926fccc00d2dad0c5c5a1361b8ad9562ffb8c SHA1: d113e8102492ca8414fd0730a336a0cb9bcc59b4 MD5sum: 7ffd838d32f6859f68975aa142d27f52 Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-jazzy-turtlebot3-bringup Version: 2.3.6-1noble.20260905.072136 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.20260905.072136_amd64.deb Size: 9866 SHA256: 3e9b0d2f8c6a50c8e86bc599682a5baa0e66418de70aebbcdc91c6803b7ee764 SHA1: b1a5f95aeef8c1381ba21533ca4682abb4b0eb99 MD5sum: cbbce780f098e48d72770e6d0fa36b8b Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-jazzy-turtlebot3-cartographer Version: 2.3.6-1noble.20260903.095222 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.20260903.095222_amd64.deb Size: 10566 SHA256: a99b0d6914b9de80439117225d6df0f0ae148b6e00ea28a03a18c4f1a4313294 SHA1: f862603b2a984e316d80f9d246ed5773e252cf0f MD5sum: 9837d2a86ba7657f56b30a1c0f3afb7f Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-description Version: 2.3.6-1noble.20260901.011452 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.20260901.011452_amd64.deb Size: 5278186 SHA256: 77368b6e3e929e6d976daeb2f95531b7f099940d5117e5bf97be6cb83bb42b6e SHA1: acf1e5f25950fa144804b4cb78fc041ea62c4fd9 MD5sum: e6e81172978e546b16fc63fa242d53b9 Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-jazzy-turtlebot3-example Version: 2.3.6-1noble.20260902.055114 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.20260902.055114_amd64.deb Size: 26508 SHA256: 7856eb81d2207a54e1f034842259ba790bd3b93a855216312b6cdacf3542d86c SHA1: 5f632edadf84f516d4f8efdf6c26efb78f611b9f MD5sum: 607c1c6b9745b477b09ceb6ede07da06 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.20260903.022757 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.20260903.022757_amd64.deb Size: 133402 SHA256: e166bd4538f5ff191fcc1599b8a07dd3de085166c3db11b3a02f4fbf68a335a9 SHA1: 68577e7987ecec34e90e26b8302ca778db4dd8b5 MD5sum: b09bedae768534fe64c19f455d7b8578 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.20260903.022757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2831 Depends: ros-jazzy-turtlebot3-fake-node (= 2.3.7-1noble.20260903.022757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-fake-node/ros-jazzy-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260903.022757_amd64.deb Size: 2433820 SHA256: 94652a1c5e0bff1259fb95f4353b3a2d70a82137bcc6625cc98cba9c8fd8d83c SHA1: 00a55d0e83b4b87fdb215782811b079fd8b8f1a8 MD5sum: b3fa5b6398063e94c9acb40947963a7e Description: debug symbols for ros-jazzy-turtlebot3-fake-node Build-Ids: 9cb2ad568b19f57a31d00e690312a04e7dd4e78a Package: ros-jazzy-turtlebot3-follower Version: 1.3.3-1noble.20260903.023612 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.20260903.023612_amd64.deb Size: 77448 SHA256: d37326600089258773456c258b505943f7df503eb410907ab5eae2537cdf2f9c SHA1: f9878220d5564085991482a5232e23e3bdba1498 MD5sum: 3bb4eaa378c69f053a4e796ecb641f1b 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.20260903.023612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1298 Depends: ros-jazzy-turtlebot3-follower (= 1.3.3-1noble.20260903.023612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-follower/ros-jazzy-turtlebot3-follower-dbgsym_1.3.3-1noble.20260903.023612_amd64.deb Size: 1180268 SHA256: 1fdae3c482b3e970fc3a9230a5c25ee33f1bca54fe76c9c6dc6c99677ee4be32 SHA1: 7798baea92e2ecf63ddba1afded8ecdc95a2658b MD5sum: f66c7ca4513f30f7314bc08a77cdc4a8 Description: debug symbols for ros-jazzy-turtlebot3-follower Build-Ids: 90f7e4127f02a7a85e30054da034f8e625de030c Package: ros-jazzy-turtlebot3-gazebo Version: 2.3.7-1noble.20260905.085915 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.20260905.085915_amd64.deb Size: 8603902 SHA256: a898d807f2d7e9a6d1628b4f9d65dcb8a7abc3442e870aedb4e25a1443cb47dc SHA1: 207ce2d0808c4bff0772e761ce6b20145e65ddfd MD5sum: d4c3cd6f2a39310561e72b1796ebdf7d 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.20260905.085915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4180 Depends: ros-jazzy-turtlebot3-gazebo (= 2.3.7-1noble.20260905.085915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-gazebo/ros-jazzy-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260905.085915_amd64.deb Size: 3549310 SHA256: 04c47713069b3b5a023eb84eafe7ab5d27294e8fce4783f2a0ef34d020af328d SHA1: c2ce9ad20028389ce89d637cb8ac32885c8e9d07 MD5sum: fe313cc220bbb383c884a14bceb5ddae Description: debug symbols for ros-jazzy-turtlebot3-gazebo Build-Ids: 50f8d637e89f3413dfa2551cb415e3a7ae89dee6 7bd339eb956093869a1b584699f94c87f8674782 c363576fbb72d298e235725fd0710af77c47e12c d6c9a959b72bea6dc599ad311a65b0c39d2b905c Package: ros-jazzy-turtlebot3-home-service-challenge Version: 1.0.5-1noble.20260907.025811 Architecture: amd64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-home-service-challenge-aruco, ros-jazzy-turtlebot3-home-service-challenge-core, ros-jazzy-turtlebot3-home-service-challenge-manipulator, ros-jazzy-turtlebot3-home-service-challenge-tools, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge/ros-jazzy-turtlebot3-home-service-challenge_1.0.5-1noble.20260907.025811_amd64.deb Size: 5862 SHA256: f1372c46e8508f6cb75afad9c2bf9a4c001428d7c86a499bb4760a8d839d8c9e SHA1: f14c4c0b569e4e6564fb96f22d40ca58ff3c95e4 MD5sum: c0473b89f451cba650f544b97d121501 Description: ROS packages for the Turtlebot3 Home Service Challenge (meta package) Package: ros-jazzy-turtlebot3-home-service-challenge-aruco Version: 1.0.5-1noble.20260903.022246 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.20260903.022246_amd64.deb Size: 17114 SHA256: 00916acc7e65cc8ccc00f5e946219a241c4e7080f63e493b61356478e303a8a1 SHA1: 19022b71d8766cba301d9d92f13a8d8a30a2036c MD5sum: 7dfbdd184333950e7242168397f37f3b Description: Using aruco package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-core Version: 1.0.5-1noble.20260907.025621 Architecture: amd64 Maintainer: Pyo Installed-Size: 59 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-turtlebot3-home-service-challenge-aruco, ros-jazzy-turtlebot3-home-service-challenge-manipulator, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-core/ros-jazzy-turtlebot3-home-service-challenge-core_1.0.5-1noble.20260907.025621_amd64.deb Size: 10144 SHA256: d5bc9fc810977eb608b94d8628bdaf23c1cb1ca5d1e8410570dcbc5dec366fc4 SHA1: 08493f6daa9f99b7db8271685b80d925d8da6be3 MD5sum: 11865412d01155cf1c4d556a44d0123a Description: Core package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-manipulator Version: 1.0.5-1noble.20260907.024800 Architecture: amd64 Maintainer: pyo Installed-Size: 507 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-ros-planning-interface, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-turtlebot3-home-service-challenge-tools, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-manipulator/ros-jazzy-turtlebot3-home-service-challenge-manipulator_1.0.5-1noble.20260907.024800_amd64.deb Size: 110694 SHA256: d519d0040dc3d9f7538f7ef2199c69957137de0ad177b34de33a326005d94c3c SHA1: 4e272eb4afda4a660abfc4871dd75bacae61a84e MD5sum: b6d641f5b3851b341d25b73d80e0307b Description: Manipulator controller package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-manipulator-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-home-service-challenge-manipulator Version: 1.0.5-1noble.20260907.024800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pyo Installed-Size: 3720 Depends: ros-jazzy-turtlebot3-home-service-challenge-manipulator (= 1.0.5-1noble.20260907.024800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-manipulator/ros-jazzy-turtlebot3-home-service-challenge-manipulator-dbgsym_1.0.5-1noble.20260907.024800_amd64.deb Size: 3414420 SHA256: b450f5a6ca8df6da3865049d71fe6d3bb15ed80a6dfa2574aa573b30a55a9df9 SHA1: a83b08c64bd28b97dbfbe8e90939521140489848 MD5sum: 3f09b9b420123cd9a18248661b34dfbd Description: debug symbols for ros-jazzy-turtlebot3-home-service-challenge-manipulator Build-Ids: 799e1b697ceda5142892d916e95b11e01a7d4ba7 Package: ros-jazzy-turtlebot3-home-service-challenge-tools Version: 1.0.5-1noble.20260907.024655 Architecture: amd64 Maintainer: Pyo Installed-Size: 145 Depends: ros-jazzy-controller-manager, ros-jazzy-moveit-ros-move-group, ros-jazzy-nav2-bringup, ros-jazzy-nav2-bt-navigator, ros-jazzy-turtlebot3-manipulation-bringup, ros-jazzy-turtlebot3-manipulation-moveit-config, ros-jazzy-turtlebot3-manipulation-navigation2, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-tools/ros-jazzy-turtlebot3-home-service-challenge-tools_1.0.5-1noble.20260907.024655_amd64.deb Size: 21008 SHA256: 593e2d331479dbb88ed92d0b154090d727ccbbdb65e77e720f67e619ad356eef SHA1: 7ff7c03a8a04cde453633fdc7ce861357b25e0de MD5sum: fe4b7174577d5480e40b95db040209ce Description: turtlebot3_home_service_challenge_tools Package: ros-jazzy-turtlebot3-manipulation Version: 2.2.1-1noble.20260905.080512 Architecture: amd64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-manipulation-bringup, ros-jazzy-turtlebot3-manipulation-cartographer, ros-jazzy-turtlebot3-manipulation-description, ros-jazzy-turtlebot3-manipulation-hardware, ros-jazzy-turtlebot3-manipulation-moveit-config, ros-jazzy-turtlebot3-manipulation-navigation2, ros-jazzy-turtlebot3-manipulation-teleop, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation/ros-jazzy-turtlebot3-manipulation_2.2.1-1noble.20260905.080512_amd64.deb Size: 5754 SHA256: 005adc77b775c086b4adca4f78d0904bce39685e0b2d73d2ddacfb4dd4f8b87e SHA1: 5da12cace0959a4244000da0f710fc6c29f44126 MD5sum: 18c8f4bfa221a70c895f8707e188ab22 Description: ROS 2 package for turtlebot3_manipulation Package: ros-jazzy-turtlebot3-manipulation-bringup Version: 2.2.1-1noble.20260905.075418 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.20260905.075418_amd64.deb Size: 10988 SHA256: 45cf94c9c9f531dcab76ca5d669f190b74611951e293a9f788fc55880bd99472 SHA1: dd48ce9e6898a247e76ae4a749cff5da62f16907 MD5sum: 837a51c05d8b8981caa43d6756797e8d Description: ROS 2 package for turtlebot3_manipulation Package: ros-jazzy-turtlebot3-manipulation-cartographer Version: 2.2.1-1noble.20260905.071713 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.20260905.071713_amd64.deb Size: 9592 SHA256: 6e04e47a5a86f7825e20a84bfd343d6a635d9a639e1147971d5cb1973a030209 SHA1: 4c2d0c1ebf628475c529240f555b6d8914fa98ef MD5sum: 36d776864ee6552a6077280688922906 Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-manipulation-description Version: 2.2.1-1noble.20260905.072353 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.20260905.072353_amd64.deb Size: 2500842 SHA256: 34450acb23b02ce7da6f54e772f926ce774952bfb81115f0f9942381822f3157 SHA1: ed973e0ab863e2efdeac9bbadb28fa78441e1e32 MD5sum: d3b3956f32bff59613213eb3b91aec70 Description: ROS 2 package for turtlebot3_manipulation_description Package: ros-jazzy-turtlebot3-manipulation-hardware Version: 2.2.1-1noble.20260905.072657 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.20260905.072657_amd64.deb Size: 39796 SHA256: 064532e7cab5bf2e29e7f42b32b538f5e884698eae48f6e76f1f414e3f0783e3 SHA1: cea71ba3a858771ca85955940443733c5578a7de MD5sum: 9fe56de04b565473599eea0bc090856e 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.20260905.072657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 637 Depends: ros-jazzy-turtlebot3-manipulation-hardware (= 2.2.1-1noble.20260905.072657) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-hardware/ros-jazzy-turtlebot3-manipulation-hardware-dbgsym_2.2.1-1noble.20260905.072657_amd64.deb Size: 603200 SHA256: 020d9c38e612ad499416324184c1cba017e1eb95f15576939683a287d7fead82 SHA1: 9120771b7374cc09b4b2680a2023e5cea7108f0d MD5sum: 05159c56cd9c9a2f51f85c34dbcd130f Description: debug symbols for ros-jazzy-turtlebot3-manipulation-hardware Build-Ids: cfdfffa82f945113963805fcea9372ad8a9cbb2f Package: ros-jazzy-turtlebot3-manipulation-moveit-config Version: 2.2.1-1noble.20260905.074624 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.20260905.074624_amd64.deb Size: 17388 SHA256: 72d89cd84fb2ffb022aaec79f7472efad01569c38aec4cf44a08f95ac339d926 SHA1: 5ba3b87dd2e06c26ef2b2da75f9a7f3b1f3e020f MD5sum: b3cfcb6ab085eebc9f0aa36e937527fa Description: An automatically generated package with all the configuration and launch files for using the turtlebot3_manipulation with the MoveIt Motion Planning Framework Package: ros-jazzy-turtlebot3-manipulation-navigation2 Version: 2.2.1-1noble.20260905.072930 Architecture: amd64 Maintainer: Pyo Installed-Size: 242 Depends: ros-jazzy-navigation2, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-navigation2/ros-jazzy-turtlebot3-manipulation-navigation2_2.2.1-1noble.20260905.072930_amd64.deb Size: 13430 SHA256: e0583e5e0b12642cf7038b54d8fb98ff2640f1fc37b5d8e901666b93fa4e2849 SHA1: aa1ffbfffd32099aa97f9340b713406cb060f9dc MD5sum: 553e4e2d52e64762376bfe68752798de Description: ROS 2 launch scripts for navigation2 Package: ros-jazzy-turtlebot3-manipulation-teleop Version: 2.2.1-1noble.20260905.075616 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.20260905.075616_amd64.deb Size: 94168 SHA256: 64c3ee33c1a0d441db38cd5be401fdfb3c1f2bba29d0781cd5eff2b9f0731a41 SHA1: 650985ee16351003d69166d13baa97db54b49e79 MD5sum: 75c8d9c9c55fc7b5241fb6b0e661f35c 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.20260905.075616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1627 Depends: ros-jazzy-turtlebot3-manipulation-teleop (= 2.2.1-1noble.20260905.075616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-teleop/ros-jazzy-turtlebot3-manipulation-teleop-dbgsym_2.2.1-1noble.20260905.075616_amd64.deb Size: 1488574 SHA256: 7c2ea1de161dcadb9cf744ccbcd609d5b85fcf3a462bc7a750f4355b0d1bd7a7 SHA1: a63be7b5a6c2e885ada2fbc29de9b3b06f143fed MD5sum: 9b3da5f4f61eb05b7d6f9ccec1a8d312 Description: debug symbols for ros-jazzy-turtlebot3-manipulation-teleop Build-Ids: 35febe9685664976628c1d756bc40beb7e2abdc9 Package: ros-jazzy-turtlebot3-msgs Version: 2.4.0-1noble.20260902.041925 Architecture: amd64 Maintainer: Pyo Installed-Size: 3193 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.20260902.041925_amd64.deb Size: 225488 SHA256: 3e24b2883f92f53346de1eee7d93df165ceafb549db55dcf394b1a0721b8426a SHA1: 83fc89d3e6f04926a9aedd2a6c2382afd8807ed6 MD5sum: 0d54fff02111d223250b2c5a1c5aeb44 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.20260902.041925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2013 Depends: ros-jazzy-turtlebot3-msgs (= 2.4.0-1noble.20260902.041925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260902.041925_amd64.deb Size: 1542850 SHA256: b8a288873da9fbead605fbc20196bf46d8fe72f14f2bc808da9582f2ba109047 SHA1: 20ebc920813a078114c89295183940ac695cf86a MD5sum: 2ccea14a79714a50f562c495407f1528 Description: debug symbols for ros-jazzy-turtlebot3-msgs Build-Ids: 39f0776345ef5c3e18422cf3ba537176dbd8303a 3dd921a1d8447095b1a1b0bcbdf02a5bee296383 55b537eb4f771610a7ab154db5ed8bd44ce011c3 5b6b11cc992c71b933a410d721ac20d4c2a16e8d 5e52a73f103d6b561c9b57bb81b142d383271794 98b27bf669e31015141cccb8d84eb6ccc77558f2 ccfe148048e20232a56f5c09afc8996cd67b3bcb e0256237f3f584f7168204cb0278dbfdd56c6ef4 f22bb7d9ece5c92f43caf71a9ea488405b6fefcf f49474fe8a55958b03948260cca5fcbb23f26ce1 f59796ecb80c418fa30c1c9d71655874a53c1a13 Package: ros-jazzy-turtlebot3-navigation2 Version: 2.3.6-1noble.20260907.024720 Architecture: amd64 Maintainer: Pyo Installed-Size: 308 Depends: ros-jazzy-nav2-bringup, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-navigation2/ros-jazzy-turtlebot3-navigation2_2.3.6-1noble.20260907.024720_amd64.deb Size: 15154 SHA256: cf8710aa2d5e516e8f78b49e101d0fb7b6ec81a327ad56313c1987fe7b5dc524 SHA1: ebcf662b90bebb74cb54d1f63fc0a8f0dab00df9 MD5sum: a59ec46010e2da2a65e06c47b998ebd7 Description: ROS 2 launch scripts for navigation2 Package: ros-jazzy-turtlebot3-node Version: 2.3.6-1noble.20260903.022248 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.20260903.022248_amd64.deb Size: 365336 SHA256: 5eaad4829c8f0f78c3b6aa45de7b40dfdafd5b86c4ffcd0d7f1984fe9011fc83 SHA1: c8fefab0684070f2a0251469155df4ce6eb52148 MD5sum: 3290cd4a2ff6b3d0dd0229cf9521e1a0 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.20260903.022248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 10741 Depends: ros-jazzy-turtlebot3-node (= 2.3.6-1noble.20260903.022248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-node/ros-jazzy-turtlebot3-node-dbgsym_2.3.6-1noble.20260903.022248_amd64.deb Size: 9182984 SHA256: 4d84fe0bbc852f08129bf792443b4f7c04fe79b51bf3a0c6e1fd9dcddd1d262f SHA1: 66dbb8ea98b76c77c5a1735dd7f41a15431be89e MD5sum: a01ef4acca8eae7b186c901aa5fd281a Description: debug symbols for ros-jazzy-turtlebot3-node Build-Ids: 9ffcd74e7d6e6e031d40942aaf771536f2cc4a3c Package: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260903.073432 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.20260903.073432_amd64.deb Size: 183350 SHA256: 615cee8668391ae0a3702d5f495d948092388f5105d78d224177adf24916e4fa SHA1: cd35e04eb0838e9db9c0d166dfce76aaddf84564 MD5sum: c4e758dc48bac698998386cfbc9a02b0 Description: Package for turtlebot3 panorama. Package: ros-jazzy-turtlebot3-panorama-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260903.073432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4073 Depends: ros-jazzy-turtlebot3-panorama (= 1.3.3-1noble.20260903.073432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-panorama/ros-jazzy-turtlebot3-panorama-dbgsym_1.3.3-1noble.20260903.073432_amd64.deb Size: 3466196 SHA256: eaeaacdb1ebcb8f449a51431f4cd3fa8e63546f5ac882635cdc82fbcd34b4705 SHA1: 572e9dfa9c5ed1b3a52b66b9a218bd281b39cc6a MD5sum: 754f6bad9b189fd33354b5fae278a0e2 Description: debug symbols for ros-jazzy-turtlebot3-panorama Build-Ids: 593c69a2fe97a88bf6a230850d3b619e91fe7c32 Package: ros-jazzy-turtlebot3-simulations Version: 2.3.7-1noble.20260905.090529 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.20260905.090529_amd64.deb Size: 6564 SHA256: 680dfa428775cd48bb94745fadcb8a4311b3959292f7567e33b989fbdbff3ba4 SHA1: 63581879c1f07526a7c07a086a6cc5ee378c756e MD5sum: 91abec3fa9dcd261c2187020eb469a32 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-jazzy-turtlebot3-teleop Version: 2.3.6-1noble.20260902.055105 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.20260902.055105_amd64.deb Size: 9616 SHA256: ebf3e3f00e560df2f0ec4ca522bd597a6d894156f442e55a32b0df17526a5e32 SHA1: a13ae63dc30dc655af08a6c868a873303bebbb79 MD5sum: f1ae708ce7d918e655219c2aca66d068 Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-jazzy-turtlebot3-yolo-object-detection Version: 1.3.3-1noble.20260903.072940 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.20260903.072940_amd64.deb Size: 6928 SHA256: 83ff37468df7cb3922660a9e403151dede593521c59196569986a2bdd0039a38 SHA1: c39959bbeb5eb2dfe7b327608093520feb5f7391 MD5sum: 75e9e9b719bee487715c641ace163e62 Description: YOLO-based object detection for TurtleBot3 Package: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260903.082345 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.20260903.082345_amd64.deb Size: 153866 SHA256: a4e3a27d41a282124a676d8d2e024e63a359f35d66feeabcb872000a55c3ea71 SHA1: d44fd800c5dc05349d5ca5a8446ea53672a1a6b2 MD5sum: 47352d51bc6fcaa58f224f8e41aa8b79 Description: Turtlebot4 Base Node Package: ros-jazzy-turtlebot4-base-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260903.082345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 5012 Depends: ros-jazzy-turtlebot4-base (= 2.0.1-2noble.20260903.082345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-base/ros-jazzy-turtlebot4-base-dbgsym_2.0.1-2noble.20260903.082345_amd64.deb Size: 4440142 SHA256: 0712de9b715e63a92e917eec937b2d309280e3101ee4e29c4882daa7047b6721 SHA1: 5e52fca7c42756b88920932fc18e8951864c387f MD5sum: ec701b52b6fa2704291f8f3a716b1d96 Description: debug symbols for ros-jazzy-turtlebot4-base Build-Ids: e2acd58283918340706fb53233238f7fa5f48ce8 Package: ros-jazzy-turtlebot4-bringup Version: 2.0.1-2noble.20260905.080527 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.20260905.080527_amd64.deb Size: 12056 SHA256: c2f563145480540e9f9ab3ee4345014e7e1c2e5602caa897fd39dfb5bd9d3755 SHA1: 0aa80639d46608b21251d7cf72172821120957c3 MD5sum: cba1f92c050d3612c8c0924021fb8e8c Description: Turtlebot4 Robot Bringup Package: ros-jazzy-turtlebot4-description Version: 2.1.1-1noble.20260905.075729 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.20260905.075729_amd64.deb Size: 5506150 SHA256: a645476a2768e17966ffe679dcdfcd296dfaf43b413fbc695dd550eb321c49c1 SHA1: 4338fd87ba9d038f44fbdb1ef5ad5b2269822daa MD5sum: bffb53cd44b5bd4d01cce8194eab5a56 Description: Turtlebot4 Description package Package: ros-jazzy-turtlebot4-desktop Version: 2.0.1-1noble.20260905.081826 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.20260905.081826_amd64.deb Size: 5024 SHA256: 2247c5f2c9d9204472aa288d1990034e70e1d6efbf4ff3a7e9a3b572e7b83596 SHA1: 843417cd88b571a6c02eb1726d689d2cb856d50e MD5sum: cf2cfd03fdb35a5c75d95e101113b16d Description: Turtlebot4 Desktop Metapackage Package: ros-jazzy-turtlebot4-diagnostics Version: 2.0.1-2noble.20260902.075121 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.20260902.075121_amd64.deb Size: 10040 SHA256: f0961c5e277c43c0548458295563dfa280aaa8b21f4f662d52bf476e0aa1bc19 SHA1: f58e7e584fa61f5f9ee6c3d0b9ef4f297bf499e1 MD5sum: fe2399f219e7a76c899d50b115330820 Description: Turtlebot4 Diagnostics Package: ros-jazzy-turtlebot4-gz-bringup Version: 2.0.2-1noble.20260907.030119 Architecture: amd64 Maintainer: rkreinin Installed-Size: 137 Depends: ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-common-bringup, ros-jazzy-irobot-create-description, ros-jazzy-irobot-create-gz-bringup, ros-jazzy-irobot-create-gz-plugins, ros-jazzy-irobot-create-gz-toolbox, ros-jazzy-irobot-create-msgs, ros-jazzy-irobot-create-nodes, ros-jazzy-irobot-create-toolbox, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-description, ros-jazzy-turtlebot4-gz-gui-plugins, ros-jazzy-turtlebot4-gz-toolbox, ros-jazzy-turtlebot4-msgs, ros-jazzy-turtlebot4-navigation, ros-jazzy-turtlebot4-node, ros-jazzy-turtlebot4-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-bringup/ros-jazzy-turtlebot4-gz-bringup_2.0.2-1noble.20260907.030119_amd64.deb Size: 14338 SHA256: 74afaef450229a80bb027cda5bd12a88a9b7abee50ef6d925e686b82637a061e SHA1: abde5120c3a7c9b5455ef4c581462b7b97f98c1d MD5sum: 5dec2bfb097bc733c1bceb7c782916a9 Description: TurtleBot 4 Gazebo Simulator bringup Package: ros-jazzy-turtlebot4-gz-gui-plugins Version: 2.0.2-1noble.20260905.074348 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.20260905.074348_amd64.deb Size: 58636 SHA256: 8e5369baa9e656632ce35a1b162bcf42fab51b99224196a8b9aab208e0af8117 SHA1: 07e72207c9ba8561c583a0543ca60621541a4021 MD5sum: 41fb4765f914ca86ee3ca436f51714b6 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.20260905.074348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 893 Depends: ros-jazzy-turtlebot4-gz-gui-plugins (= 2.0.2-1noble.20260905.074348) 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.20260905.074348_amd64.deb Size: 862476 SHA256: 0598f815dd28fb66148a524ec22e1dd05e17c2446d129cdadb0f875f9a6a3632 SHA1: dddc6f0e5e499f8ef330c4130824fdf8e3309232 MD5sum: 3b85d3bbc63beb98e6ec1197e22c0a3b Description: debug symbols for ros-jazzy-turtlebot4-gz-gui-plugins Build-Ids: 578a1b18d1348f749773e3ed38f51b9ee1bbcd70 Package: ros-jazzy-turtlebot4-gz-toolbox Version: 2.0.2-1noble.20260903.070942 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.20260903.070942_amd64.deb Size: 143280 SHA256: 7779ec531030c46af9386063145bba5c2621f27a90418a10387a8dbd5450a086 SHA1: 169af84431cb68d1ad215646df47bddd206546ff MD5sum: 13cfbeec30d7f8bee7df7a012acb7a61 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.20260903.070942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 3456 Depends: ros-jazzy-turtlebot4-gz-toolbox (= 2.0.2-1noble.20260903.070942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-toolbox/ros-jazzy-turtlebot4-gz-toolbox-dbgsym_2.0.2-1noble.20260903.070942_amd64.deb Size: 2856138 SHA256: bbb42567f8e20420c02dbc95becf241ba141592207b2120e0b8b1621dda6af3e SHA1: 07c234e2eb84b2087c4faa70517787e96b894b3a MD5sum: cabf28e7f65de7e4f9ce8288dfd975ce Description: debug symbols for ros-jazzy-turtlebot4-gz-toolbox Build-Ids: 6c570d62294b92a1b5741f1ad5c3cf157c3abda6 Package: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260902.031154 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 686 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.20260902.031154_amd64.deb Size: 66354 SHA256: 16fc202319e5eb844377c7ab6156274945ebb7f0537393f0710cf62193cc5f70 SHA1: 486db7da86d4b79e96db9a7804d7b82ca45e17c5 MD5sum: 2e0c451f665cf6083622f7821b4b21cd Description: Turtlebot4 Messages Package: ros-jazzy-turtlebot4-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260902.031154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 493 Depends: ros-jazzy-turtlebot4-msgs (= 2.1.1-1noble.20260902.031154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-msgs/ros-jazzy-turtlebot4-msgs-dbgsym_2.1.1-1noble.20260902.031154_amd64.deb Size: 370208 SHA256: a433fd631a73ef847dff745d0ec37064f19b1a44b8a10cb120936d140d648259 SHA1: cfb03572f7f01fb3ccae21dfc0a30f010fd96753 MD5sum: a24b3000df849ad9e9a9d76b5fc6b5de Description: debug symbols for ros-jazzy-turtlebot4-msgs Build-Ids: 024190e77511d41a1e07c5760516a02a9eab46fe 08619c54fbba5528d5de4f8973f73396b855c4f0 229aa21a9091e1d8dede8536828f279a1b4da706 2f6447a339e2eb57c34a88fe118362dbbb68ae43 30d41c164669b272ec8e37b7ec47c38ef56e8203 66de48908e0306d24471ad14585b465b4f5feeb8 6be185e3ff7e6c8d2295a5de1ab7a3df370a6afe 9e3fbf44654f518530ff72d17438f0ca2eb72da1 9fb1fb9e019bbb6b578ae10eeb6775571afae4a7 a4af964ba7d9e39467bb4decd3a8cf1947336f4b d1dc5b7763a16aaff3542a11e5ff13644e9f41f0 Package: ros-jazzy-turtlebot4-navigation Version: 2.1.1-1noble.20260907.024725 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 2472 Depends: ros-jazzy-nav2-bringup, ros-jazzy-nav2-simple-commander, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-navigation/ros-jazzy-turtlebot4-navigation_2.1.1-1noble.20260907.024725_amd64.deb Size: 27392 SHA256: 383248bc53113e5974ac4bd8deb5d97598d21bdf07d41bbcffebfe6486f56849 SHA1: 7fe42d81ff2a3c909818d9052c37524937079057 MD5sum: bc3df437505dee8e472957a79aa93caa Description: Turtlebot4 Navigation Package: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260903.071017 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.20260903.071017_amd64.deb Size: 409350 SHA256: e0f2eb361c59255b9703ea2f2d72fb5ff9953ff7afe8ba2c91c0e0533f983b2b SHA1: 112e8954c420c297b1132a59dc89fc832c6d7509 MD5sum: 2a8417dd62d88c08804dcf7d321cf36f Description: Turtlebot4 Node Package: ros-jazzy-turtlebot4-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260903.071017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 12991 Depends: ros-jazzy-turtlebot4-node (= 2.1.1-1noble.20260903.071017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-node/ros-jazzy-turtlebot4-node-dbgsym_2.1.1-1noble.20260903.071017_amd64.deb Size: 10672180 SHA256: 191496946737b0c67c388272a18897ffa7534b3ac6ee7a0b0d49f0c175ced11d SHA1: a4b61bd3779c9ea561b3c3f8c7586ac3d65ba5f5 MD5sum: 3c884d8e260eedd8a51a2ff9947254cb Description: debug symbols for ros-jazzy-turtlebot4-node Build-Ids: d142e23ce0fdb741030aa86a08b012c99f2d2010 Package: ros-jazzy-turtlebot4-robot Version: 2.0.1-2noble.20260905.082023 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.20260905.082023_amd64.deb Size: 5144 SHA256: 4e39e30828bbf3687b979c1b6f804bee21328b69249f1f3027fad1e4343c344d SHA1: c55bf97c6e7987916b3663f181ebd0911e54b03f MD5sum: c3c863e34eab6783a16a693b839ad57e Description: Turtlebot4 Robot Metapackage Package: ros-jazzy-turtlebot4-setup Version: 2.0.3-1noble.20260902.043445 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.20260902.043445_amd64.deb Size: 26966 SHA256: b2f2d4efc981ba1b3098437836d3704cb1bb882a007cc64a61ec70554ac48366 SHA1: 60b35de0968b61e536dcb3c257c491d08332d4d4 MD5sum: d3e1508ff9c16310c2f5967eb3d7b67c Description: Turtlebot4 setup scripts Package: ros-jazzy-turtlebot4-simulator Version: 2.0.2-1noble.20260907.032541 Architecture: amd64 Maintainer: rkreinin Installed-Size: 41 Depends: ros-jazzy-turtlebot4-gz-bringup, ros-jazzy-turtlebot4-gz-gui-plugins, ros-jazzy-turtlebot4-gz-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-simulator/ros-jazzy-turtlebot4-simulator_2.0.2-1noble.20260907.032541_amd64.deb Size: 5336 SHA256: 7b8812bc3db1a50d6cda76b053fa7ddec1e62f5a5716ba5e667ccf0c32d765b7 SHA1: 15847367df09cb0d4fa171c3bcaef749fa7490e0 MD5sum: 67b17d7501250ee5b8b184e5d827f681 Description: Metapackage for Turtlebot4 simulations Package: ros-jazzy-turtlebot4-tests Version: 2.0.1-2noble.20260902.043313 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.20260902.043313_amd64.deb Size: 18510 SHA256: 55de9fd5cf9f79cb53e259953ba63bf4834f901234a9e1594c9d4158fca0280d SHA1: 5f3b608e4c9dedf8255e9e21b7db3096ff35216d MD5sum: f4b5fe050ef0f1561dfe497ce49ea4f3 Description: Turtlebot4 System Tests Package: ros-jazzy-turtlebot4-viz Version: 2.0.1-1noble.20260905.080600 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.20260905.080600_amd64.deb Size: 11046 SHA256: 20549442a16d6b154077d5104b7883b7b5b26db32dc9850563fbc12f23bd12af SHA1: f7854b4846ae931378bf89ca8ee0bf3a4ef629ec MD5sum: 4a89c8058385d3232785cc2cd7cc89eb Description: Visualization launchers and helpers for Turtlebot4 Package: ros-jazzy-turtlesim Version: 1.8.4-1noble.20260903.071057 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 5948 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.20260903.071057_amd64.deb Size: 678376 SHA256: eed04d41b1afb372e818517291aaa763d6e55f7bc841ccddeb0ff650b6beac3d SHA1: dd2b20f2ab332da1223ba34cd829ef78746263b2 MD5sum: dcc7fb70ae2529ac2460357727678b95 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.20260903.071057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 13861 Depends: ros-jazzy-turtlesim (= 1.8.4-1noble.20260903.071057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim-dbgsym_1.8.4-1noble.20260903.071057_amd64.deb Size: 11824772 SHA256: ababbf835270bf3f22c2bd72dff0141477fdbe8c36942458ba4e3883ec339d9b SHA1: e47a67ff44cee3ba382cf8bdde34053f35cf49e8 MD5sum: a30d1293d6b073e63ec72fe047272fe9 Description: debug symbols for ros-jazzy-turtlesim Build-Ids: 00e179e36e2a9a000d97d3e5abb84a9347051744 03364ebc1ad32b15c3314f1fc2273484321f4507 03a75c78be82b7cd670a217893ea41323aead768 25d9a959a5205f452316871eb884c6819733e94b 34188fa0bfc2a4a919fa2f27a2724d3e9db68928 3b1d1dba4994ab6a9ee1d1ba8b9d64c36289e3fb 64b76585e854d209f04bdd6fecb7e8ea654d5a10 94fae61e545e7d4beda19c70713413363357d868 965c03ee572b121be90b43fe7700bc40c8ae8c4c 9fe05c2b1850a975d12afcfb1d517d9003d3fd63 afc7d6d7b989ac8037f29c9a92929ec61039562f b5b589a8321486ac78b9b8ca0ca814bc99094cd8 be9e79f9945cd02d9b42fce9dd618a2c40aa52da efcc26435b5fab9dec243594bfddac1a489d5af7 fc30535fae4a5a15912778b97acca24c89afa2ef Package: ros-jazzy-tuw-airskin-msgs Version: 0.2.6-1noble.20260902.034939 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 824 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.20260902.034939_amd64.deb Size: 83060 SHA256: 5a6c1b319a4823b10bab7b417f1f4e407910b3ca0ceab34f2d0dc1dd789d56c1 SHA1: 61f4ed6fd978aa5365982043b1b8c0064f4e1da2 MD5sum: cbfd415dcfa9bba3e69d27c67c1e8d0f 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.20260902.034939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 658 Depends: ros-jazzy-tuw-airskin-msgs (= 0.2.6-1noble.20260902.034939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-airskin-msgs/ros-jazzy-tuw-airskin-msgs-dbgsym_0.2.6-1noble.20260902.034939_amd64.deb Size: 519548 SHA256: dacd826ceff8573a44da36deb86aa2adadabd2a5859a2d609973b4de5a2de0ce SHA1: 1aaa2f6d8f55fdf2cc7482ac18c07b724c43754e MD5sum: 461c96205ec2206e5eed3dc6ef1d8090 Description: debug symbols for ros-jazzy-tuw-airskin-msgs Build-Ids: 04b28a6aa55817d64dae8e91cf52519e375e07d8 36b06b24c9ecc667776c6dc6c742e38e3a0b8fb8 4580b6bbbae7c10052bc2039e6d191d37c3611b5 47c1fc67082ad03ba1866d42d2ca89d6b16d9fe1 50c470568a0474b6200377b10453272a6dd86a95 531ba1c45aa47cc87b38a6074cc4c5749e8527bf 5cc4f792ea8df09f21df8a40f4370851d0a4a698 7b98f1b364917c1366053bcc0b81fd33e24a25ff 94627133bfae2b03e3049ec267be6fc3544cd752 fb716b972d20d8412c3e6f744e612a2139b1e12d fd8b668eb37cad7970adcc50affc5e7253c3bd47 Package: ros-jazzy-tuw-geo-msgs Version: 0.2.6-1noble.20260902.042539 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 930 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.20260902.042539_amd64.deb Size: 90038 SHA256: 44385de78ddfe011719f2dc09d873cb323f06dd457966ea70934ce43152736c9 SHA1: b2f3a240c999281f017a1a5bada6492ff9043b13 MD5sum: 872408d94646574c39d586714931e184 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.20260902.042539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 768 Depends: ros-jazzy-tuw-geo-msgs (= 0.2.6-1noble.20260902.042539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geo-msgs/ros-jazzy-tuw-geo-msgs-dbgsym_0.2.6-1noble.20260902.042539_amd64.deb Size: 619452 SHA256: 940d32d6de40e2b79b1f85b8980cfd0b2546be214dc1a1209c7f2fb67519cebf SHA1: 03f65065f89e8ae629ebc70b773579ebe3d5dd40 MD5sum: 9f6ec50c093397664e1eb1e1637a9695 Description: debug symbols for ros-jazzy-tuw-geo-msgs Build-Ids: 0c40f228d486fccb61a33f63660553cdea1397f3 163be8586f2eb8253754302c5a3a2b1e86f2b486 2952d98a832884124e08aa1f8b66a5feb03946e0 450058e24f1824bac8c84f284958447c156f7ac4 6447dbaf308bfaa8a1584e7d3c77e581961db0c4 7c58f943b2dc4ade1795f27a3be3d61a1ff11dd9 abc09f2feaba9a00594fc53cd75325af733fee1c ccffcdd7ade470ffe84b3d85151f9b00109958be e04fb74a4e0803648002e5f08f3ba246e28b8266 eebd61b22ca73832910bc581f0ea5dc491d635b0 faafd297e97def251b1ff88e9efc983ca34cdafe Package: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260902.065123 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.20260902.065123_amd64.deb Size: 64806 SHA256: f874bdb41fc378b73f99c1816a096ab4b4cf43f0b96a49d97fc657bba4e5c182 SHA1: 595ddc3ba4dad68f07bf038db1a73afd34af5119 MD5sum: ce48e656e1b6cf12f680b5b5a70c1481 Description: The tuw_geometry package Package: ros-jazzy-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260902.065123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 851 Depends: ros-jazzy-tuw-geometry (= 0.1.4-1noble.20260902.065123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry/ros-jazzy-tuw-geometry-dbgsym_0.1.4-1noble.20260902.065123_amd64.deb Size: 817512 SHA256: 0e1b8b2ab76ff50e1f8983d350fb081e96838b8b92dca774b9bc6eef90c552a2 SHA1: d7e52dc7c26875e90bd7fe64db7ce9f96153ea31 MD5sum: 99444c477533f7b3de2e33ddcdcfd70b Description: debug symbols for ros-jazzy-tuw-geometry Build-Ids: 90e73e6b4df1e594a80d1a4413f0bcb275361a97 9544bcb8f2c6a38ae5f6c9397a4721909a4be483 Package: ros-jazzy-tuw-geometry-msgs Version: 0.2.6-1noble.20260902.033428 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-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.20260902.033428_amd64.deb Size: 80014 SHA256: 13033f7f79fe600d59cce2e59892c9c33f73b32a301436d39b0f1d34bfba7001 SHA1: a87bbc7794af5eb12e1954a7a3ce8befe3e2e8b8 MD5sum: f7c68ec83453dee3f13a267dbeabc3d0 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.20260902.033428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 654 Depends: ros-jazzy-tuw-geometry-msgs (= 0.2.6-1noble.20260902.033428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry-msgs/ros-jazzy-tuw-geometry-msgs-dbgsym_0.2.6-1noble.20260902.033428_amd64.deb Size: 500650 SHA256: 87c9d2abc97d7c48418688da1299738fcfb697e35e93f60f152c0a9b1fa5f8b7 SHA1: 1bc6f27134c80e6bd51379220a8b96c6a922ed9a MD5sum: 8214fd6df4dcc76cfa3b1abb028c8a6e Description: debug symbols for ros-jazzy-tuw-geometry-msgs Build-Ids: 1c955f3f3d83be5bd85bc97b09e2c9f466f23fd4 540d2429ae04274c4b8f213bde96a7eb22c028d0 5e4f1d215a1b9baff8e2f82a7e1b9fe6828d08bb 8f743894551a7672a1ae7aeec7bb2a30ef123785 b36fc275a235b285a8a4727c067f0dca3cb0f298 b6e743e99e825b5b8aeb3bfe5f9efc16b9453a38 c2da49df8ea0c35a2aea507ca11f3766a36992dc d686a7c755c98df58ae1c2d635e36a09e5e72e97 dceb00b2fae02d1e9dc1a28b1270f7c638f1306f eb72696e841d1919376d60d103f5eddaaf07047a f09c6624a7c985e595c21e868850b4787fbdad34 Package: ros-jazzy-tuw-graph-msgs Version: 0.2.6-1noble.20260902.033503 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-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.20260902.033503_amd64.deb Size: 140784 SHA256: 76a328bc173646a819f3f5ecb557acfea660490fd76ae515f9269d76d7befb7c SHA1: 65266fb975a58e86646bd5999266bd12a7da4052 MD5sum: 7e478fd55e249ec7dae398e8231b1e05 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.20260902.033503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1280 Depends: ros-jazzy-tuw-graph-msgs (= 0.2.6-1noble.20260902.033503) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-graph-msgs/ros-jazzy-tuw-graph-msgs-dbgsym_0.2.6-1noble.20260902.033503_amd64.deb Size: 1060966 SHA256: ce84798fb44e1bc132846d93513d8951916289fd97afd9351f4d6d75c2ae003b SHA1: ce253ce0b46f0447c2da041aaa5f55290aa654c4 MD5sum: ebd70bc2991264b3016e5184b7570b52 Description: debug symbols for ros-jazzy-tuw-graph-msgs Build-Ids: 00b7fadd151fdbad69edc0407dfaa662a61d20cb 200eb2b0c01575cc43ac8cd22daa292992edaffe 2fe4e847d058ac5150416aad0d1e84393d149443 40d710d544fef06774f5ac490a024eba6f2b8d73 51f39dbcc4cde92e69d778dee448c1147b35dfe5 6a14c09e610bf12340c1e45403177263b58eaff1 6ddcf34c9345ff3121bcf73609388b615ca82f63 8ddcb4a72c5b4e8fd77fd45c56c8effc8b925436 a9be21b0cc8184ce466a2c1d6e044162ff8e6195 c5c044619c8e143995deefbd8cfd9034118bc7b2 e4127f37408251456f6630510b7c48e3fcaaf0db Package: ros-jazzy-tuw-msgs Version: 0.2.6-1noble.20260902.064540 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.20260902.064540_amd64.deb Size: 12870 SHA256: 2b51cd168e0431433672b467382a96fc82e6d1627886add8f1d0f2bd632fe657 SHA1: e32778a696f8c44830acd501c600205f8bbd0326 MD5sum: fea8fbfece39fd31496e12dff4bdc7a6 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.20260902.033453 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3832 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.20260902.033453_amd64.deb Size: 281430 SHA256: 82f019b9bf3d386678f28559f32600e4ae2716cf28f1686726e185fdebffa49f SHA1: c7c9148721ac7b0ee8f3482e2e1acbbaa1fca66b MD5sum: 4570c5fecc3810b1ca158aee23a5e2dd 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.20260902.033453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3110 Depends: ros-jazzy-tuw-multi-robot-msgs (= 0.2.6-1noble.20260902.033453) 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.20260902.033453_amd64.deb Size: 2578012 SHA256: 4a9622308558d2c9c75a3203309167aff071b45186ff6d7adfbcf20bd578eed5 SHA1: 56eb380b4d8dd9d7ef0fc1ebd5ced2568f25539d MD5sum: ffb496a0b6b58080ecc31e72f7745b61 Description: debug symbols for ros-jazzy-tuw-multi-robot-msgs Build-Ids: 4463ad74b711a53495c8f377dfa26b75fe4c6183 4be32dd9b1ce67dab2204a744334523dc4aca4a9 5c977cd646399e55fa30cd5c5fed15725cf88b18 80449aefe51b4eda7bdd2f7ba6a8ab4958544970 a526ee05711f01fa30d08ef43f7dabe341f581f4 bcb2a2df638c7675b0785c5cb9adbdd5361feb7a c3c212963b344d2dca6bcf54a8ffb1513a31b181 c797a234c37f8cb164cd547248a7a6755748878c f8a702af9afb9de0ff08982412db18aad7f0d754 f9b37515c3d755b37927fc940f3f6553e0bd4960 fdb064cf3cfda95c24e61cecabd37457bc02c47d Package: ros-jazzy-tuw-nav-msgs Version: 0.2.6-1noble.20260902.042454 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-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.20260902.042454_amd64.deb Size: 176804 SHA256: b430df25724c4aa5d3f8a84326a528f7de105abd7e93828aa456a47f12900d20 SHA1: 7e686621201979a99cea4edcffb4cdabf48d0b18 MD5sum: 01beda28bd93992722a7add56026f10d 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.20260902.042454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1768 Depends: ros-jazzy-tuw-nav-msgs (= 0.2.6-1noble.20260902.042454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-nav-msgs/ros-jazzy-tuw-nav-msgs-dbgsym_0.2.6-1noble.20260902.042454_amd64.deb Size: 1456448 SHA256: 91f5ca49f378bf51c441c899085cdbe11b4017fdd046050b2d5fe17d055c1845 SHA1: ef8d7c4a6ed12c186358a90ddc5c43d49a804727 MD5sum: f2b5191c656d08c5c560e5f4552a7773 Description: debug symbols for ros-jazzy-tuw-nav-msgs Build-Ids: 164e2dceabbd9a3b38a0b6b1ce197ec91474974b 24f81630f71431a4d8289f7724bc405bc2748b5f 2878e7032b08c134c97f68ce81c2b8afb8bb2127 3908128ef301ddc03700fbce1ce36b75127d9648 7e06052e9a58374683eaec8930f494d1b7c92b16 a13edd9a28c16c6473bd07bb353767c9618854c9 a530b304b0e9ff72ede8477427e0cbdd97b48872 c72d99ec83b676af600b638fc39ef5500ca1ce38 ce009b9d7f7364115e93b020bcbf25fe9b95ad1a d747d558266978944d0d7de2166499d52279af16 fd4a28be3e0cc0b5cbd3f88aa6aacd1ad5cd4896 Package: ros-jazzy-tuw-object-map-msgs Version: 0.2.6-1noble.20260902.042547 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-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.20260902.042547_amd64.deb Size: 161156 SHA256: ed74f6af3a25603fc261244421144f544eb5dfa4c7bbea4524b17cea8d606713 SHA1: ce4f4893e9706458f4b349d2d0fd88aed3e98576 MD5sum: 4d8b6cf00ac717e6a4e0a6d4b5f09be4 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.20260902.042547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1634 Depends: ros-jazzy-tuw-object-map-msgs (= 0.2.6-1noble.20260902.042547) 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.20260902.042547_amd64.deb Size: 1360762 SHA256: 26f0fafd9ff5319c95e06a02d2bd3dd1040ccbdf4fd8b175f197ece8960773b6 SHA1: 787b6be782cea04f2ac255cd68f1ccd94b73e652 MD5sum: 12304f5b32a4e4d1d74931ef635a9dda Description: debug symbols for ros-jazzy-tuw-object-map-msgs Build-Ids: 060e8478c5d57064563be128b885ee4b6b6726b2 082fe7c603d2590ae8e6d21c2059964491244f78 207e807695d4a9fa87a108849fc5e6a87b9e8863 4e1906df33c7620b7c7925d85b0dff843d30575e 777abcd666476869f9b14f5608b2088f1620f6a2 83002a4900618696f0055d601f7145688e448c73 90e5b5323a0db46f6cfc65aac8d535156b83400b 947bb070e41e2c083eb0f87aff98fefa07eee269 965da1410b4c2fc819f88758f676817c8a4f5f05 a5b0101e1aaba8a09a4c77a6d7e08f64a277a6dc cf340fadbc80ab31c92f08b292c65cdea9e87610 Package: ros-jazzy-tuw-object-msgs Version: 0.2.6-1noble.20260902.043212 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2438 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.20260902.043212_amd64.deb Size: 200700 SHA256: 552f69df94485103d66d662c5d0937f02e6a7462b0f44728fac594a97993a6aa SHA1: 72b0d9d53876a7165a08468b99d705a5619a07ee MD5sum: 6d5ec2467b6a8baaf84709446c5c34d8 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.20260902.043212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2103 Depends: ros-jazzy-tuw-object-msgs (= 0.2.6-1noble.20260902.043212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-msgs/ros-jazzy-tuw-object-msgs-dbgsym_0.2.6-1noble.20260902.043212_amd64.deb Size: 1767950 SHA256: 364461ebd2f3b5f1f3981514b21377b3e29aecfb0bc6efe3a104a3097605fc9a SHA1: 4e3a64bb46858c11936ab0e3c4844cc067688536 MD5sum: 55883f87eb25baf2952f7b49ab07b12f Description: debug symbols for ros-jazzy-tuw-object-msgs Build-Ids: 095eed39d38acd312852b69b9fded9981a62c0f5 596d459d2060adb7c7c6e0810431bc1cdf278036 5f0d29afd11899258cb3388e0635e29af0a90393 6974342073fad3f13b274d6fc42ef05792367de8 6d7a851b944be361b62ba3c3d07b0605e98700bf 83516b21a176d1e717ca5d0ecae63392a30a0027 9326af4fe4733384be73ff6580d43f2270ffb088 9eabf379106de0fbf050c67d7873cb47400a87d4 a0f7788215b03dc86cd087d6ce140ec52e3a212b bcee266213bf257ea68b19932edc08a5bb7129cc d298ec2ff6c2d4c08f4ee6b6a81b0b4387c72f56 Package: ros-jazzy-tuw-std-msgs Version: 0.2.6-1noble.20260902.035001 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-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.20260902.035001_amd64.deb Size: 102718 SHA256: a991cd96a1fadb711391aa49b0f6792967b2ec107eeeafa967f1bdefe64cd219 SHA1: 6af5aebce8a3a1debd7cdf77893ce4bf1d53706a MD5sum: adbf2f94082103a0dd7c47d5737e06f9 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.20260902.035001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 867 Depends: ros-jazzy-tuw-std-msgs (= 0.2.6-1noble.20260902.035001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-std-msgs/ros-jazzy-tuw-std-msgs-dbgsym_0.2.6-1noble.20260902.035001_amd64.deb Size: 675494 SHA256: d481eb0915d85d2b2408e0b8a12a42ea849f2bf4c934772b105abfc398660660 SHA1: 9220c15f10246fa4bca0d4c2ddf50c6c2e2a41bf MD5sum: fd2e314c14321f4c2620e02e919938fd Description: debug symbols for ros-jazzy-tuw-std-msgs Build-Ids: 0114ba2b70378647d14d6adc700729774a424d4d 0bd5c251135228b9a78b0eb93dbf5e313fc94780 121cd2fcd5a0612eb9b92208490edb35ab15f035 296e5e24d813e95aaa9fc940e1038e012be12e37 313333deab3a8b93ec54018cdb0e8e9895f187f8 4fa047916387ee54dba874c834ba2fb37f1b14a8 5dd3e996ff66366ca77839958f87c7b66ab294c9 8d749566940aac15693dde81fd8890c171134431 99c5b246d0fbbf2e3bc0b833b3feac01f46d613b 9b9c58cbbffd321af1cf1516dc4a14477b6910cc fa28f689a2d0f615ab73fba76de0a7cda85b0a5c 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.20260903.071116 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.20260903.071116_amd64.deb Size: 274868 SHA256: a7d778ffe3494550798760919030d016171f503d57e03787e25b90da51f3fb0b SHA1: 6758a52486698346914040ae541cf74543e16571 MD5sum: 0e557406a4a674efe0d171a1176eb08b 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.20260905.073705 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.20260905.073705_amd64.deb Size: 145184 SHA256: acf28ed82a70a8639b7059de2c6b12a8f7d32cbf1ba080c5a1dcc800d83bd5c1 SHA1: fae6a9275b37d9768c863a1898e53a1f12e85989 MD5sum: eb4e6925f8307364d188d9911f043052 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.20260905.073705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 2830 Depends: ros-jazzy-twist-mux-controller (= 0.1.0-1noble.20260905.073705) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-controller/ros-jazzy-twist-mux-controller-dbgsym_0.1.0-1noble.20260905.073705_amd64.deb Size: 2473778 SHA256: c257776cad0bcaacb1615b148b6e394cfc7a17ef7079ca4a488862ddf524ab16 SHA1: 4597d12ca8d52c47e7dc15ac43745c2499435fbb MD5sum: e886c0838b0482ece3a19bc63d3a472f Description: debug symbols for ros-jazzy-twist-mux-controller Build-Ids: f330d47ce0b23ecef3fbc5eb8565799601f4e0be Package: ros-jazzy-twist-mux-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux Version: 4.5.0-1noble.20260903.071116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8256 Depends: ros-jazzy-twist-mux (= 4.5.0-1noble.20260903.071116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux/ros-jazzy-twist-mux-dbgsym_4.5.0-1noble.20260903.071116_amd64.deb Size: 6864880 SHA256: b31b89ae93aae69ec7f007efbb15d8f82baa4c6af62c3e094076283b1fb3e277 SHA1: 14875dbf35d5ca65755cb05661f613e302083663 MD5sum: 531910b5600077a551d2fec24c71731d Description: debug symbols for ros-jazzy-twist-mux Build-Ids: 984040f9743b6286ccd0e3706a92af04415bef5c d66f1579d1bcc55c427e5eb126835441e5644c45 Package: ros-jazzy-twist-mux-msgs Version: 3.0.1-3noble.20260902.023458 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2796 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.20260902.023458_amd64.deb Size: 171270 SHA256: 49d7a11bd47fbd5c4d27f1f17973b04dd195dac327ac0e33443792b732c322ff SHA1: cbe75b591a303090b11c1c9672ea5c27536d72ec MD5sum: 32caf42c1307e92f1446243d1e9c93ab 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.20260902.023458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1293 Depends: ros-jazzy-twist-mux-msgs (= 3.0.1-3noble.20260902.023458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-msgs/ros-jazzy-twist-mux-msgs-dbgsym_3.0.1-3noble.20260902.023458_amd64.deb Size: 856948 SHA256: 4ba3ed514d9549a3b83c332506d6de25c04d3dd700d96dd3575300c49eabcb20 SHA1: 782c28798c0e4e12b4841ffe37d5ddcc5e1d9a68 MD5sum: 5cbf3fa167050b5917c25d858ba4c8da Description: debug symbols for ros-jazzy-twist-mux-msgs Build-Ids: 286bb01163bd46ea23256dcf48669d1c96d95d69 38bf35bdd8c7b99bc524690bcfc8859a98ad0c03 41aaaf54bfac1968f742fcf0ba81d6cdf32d3b10 4bc0ff7c9df29eecb7d49eb793a45621ef9abe12 624f8edc1c7307a34e1809d27923c8da6cb0d99e 72950743f3439bcb0bda56f1bb0af06cc4ece715 b59be3ebf19f62dbb4ccc493f5c4423c25b820ef bc719159153381e3c5bcfe54001746faf08223ec bfefee7ba9659240298d5d0d623e159354ab9131 c2b9d14730e8e98e52d020108f1f7f1972e4a68a eb9b35d755761f79023d9ef24448d5cb93a158ff Package: ros-jazzy-twist-stamper Version: 0.0.5-1noble.20260902.054804 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.20260902.054804_amd64.deb Size: 6680 SHA256: 3ae7a743e6308b2fe2f5581df73b8038b790b727b0ab839ba8550e9f27ccc648 SHA1: c122c301989168a6cb0975183b6dbefec492792c MD5sum: c725e801c5ec7b599e5f2ae4b2a38822 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-jazzy-type-description-interfaces Version: 2.0.4-1noble.20260902.015447 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1904 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.20260902.015447_amd64.deb Size: 160798 SHA256: e14403b550550d91b8c5af79eb1001e3cf88091d53809c207d985be4b516bbf9 SHA1: 21283b4b15f6c7f9a31d7b8fed5929d983f38762 MD5sum: 99cbef9dbdd6871bf1551997078126e5 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.20260902.015447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1534 Depends: ros-jazzy-type-description-interfaces (= 2.0.4-1noble.20260902.015447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces-dbgsym_2.0.4-1noble.20260902.015447_amd64.deb Size: 1261290 SHA256: 5f50f95884ade144b34a53d989bfa6bba4734675e2224c37094239489d6f85ba SHA1: d6fb6a20aa65c0aa5add39f0540f605336fbe07e MD5sum: 4cfdc4e56c1bb25477b5c1a931ff4962 Description: debug symbols for ros-jazzy-type-description-interfaces Build-Ids: 153a77ea1d9c435209e4fcf67c7b8312ef39f70a 34ad376424c0f493cf2c45c56855871d46f8113d 4bcde1787757237d4895ea8064e9b604f7b91ffd 568b24d9cf71056fcafc962a23e66d2595d7a4f9 58295cf2caa33f40f68aa2b1b445cae733eb4912 5d281fbd5ddc1055fe93abb4c001e0943be55d06 6afd8f9cd3e180d0fb4289b2b1400f865b7060a9 78e532d0f5d7fb9962e7f5ca286fac8ffa620b27 a98205e655f88d285d7df73e07e80ed912355357 cac2a045b837540b3e1272324ea259fd59a2ecad daac4a70a2bd365845877d2c2f18dc46e409225c Package: ros-jazzy-ublox Version: 2.3.0-4noble.20260902.080912 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.20260902.080912_amd64.deb Size: 5316 SHA256: d805c1f37e7db819ac9cb345330bb378ce250f18b70d0962de3654b5ff938cbf SHA1: 45efb3070f643dd779950722d8ce238b0b902444 MD5sum: 2cd4bd97debc504c1410b0096fbbedea 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.20260902.071231 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.20260902.071231_amd64.deb Size: 11480 SHA256: 974bc23bffa7944ed56365478cc4388acbe65dc61b634b3ad9865da3c5f73dd9 SHA1: d41ca098fe54a45da27d8d26f81498b315e7464e MD5sum: 1433398cfc0c8e96b37e693ad05c9c14 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.20260902.063241 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.20260902.063241_amd64.deb Size: 634266 SHA256: 9c32f61bcd7dd79b4fe463892546b2950abcab0f71218e0293e697e691b8e911 SHA1: 3305ac49ef0ffdff74ae1e05feb437f800f2cd12 MD5sum: c616b995889e4becff30a8af54e09f4c 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.20260902.063241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 16078 Depends: ros-jazzy-ublox-dgnss-node (= 0.7.4-1noble.20260902.063241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss-node/ros-jazzy-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260902.063241_amd64.deb Size: 13990532 SHA256: f2f05e21b9aa978c24e91e0eb0c6b6e74e13b0bf61432957a2f1426b11359363 SHA1: 5ff7eb18db73a018f9b365308f64c3f2c2a0c443 MD5sum: 89aee19c3c022ad4b5a75592c7107827 Description: debug symbols for ros-jazzy-ublox-dgnss-node Build-Ids: 0d48bad33cd04dc7f55807241db276b8f6b11cf4 cab3c3be9b9bbf5154c6391be46b900ef78ad37f Package: ros-jazzy-ublox-gps Version: 2.3.0-4noble.20260902.063059 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.20260902.063059_amd64.deb Size: 745514 SHA256: c12295ee495a3f436b4a15d32605f83a9066d3970140321f1a5be0996dde929c SHA1: 77e9b0789dfe7d3f3ad2dcf770ecba58a6912db4 MD5sum: 0fcefd67a0f15b38d104b6f26731fcd1 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.20260902.063059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 21011 Depends: ros-jazzy-ublox-gps (= 2.3.0-4noble.20260902.063059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-gps/ros-jazzy-ublox-gps-dbgsym_2.3.0-4noble.20260902.063059_amd64.deb Size: 18928640 SHA256: 0f36f43f0a9bb4e3e3b56142cf2cabf820d46c3ebf12667b4cdc4a7e1262f0d4 SHA1: e3a66eb62c68401be300a35fc14dc7e66ff45d6c MD5sum: 4a9a2b877385f02bf585323c5e8a0a63 Description: debug symbols for ros-jazzy-ublox-gps Build-Ids: 8234ee3d9b0771d06c6a1749013b8c140626e54b a86e9c65a2ebef63b311471f1b86a424a477fa1f b6b2162337fd9a34469696ec2e0ffc40785cc60b Package: ros-jazzy-ublox-msgs Version: 2.3.0-4noble.20260902.043226 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 13413 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.20260902.043226_amd64.deb Size: 820538 SHA256: cf6fa22461647fb9184bc6adf2a382fbb518992c01897bc9be6c8a72a5994a15 SHA1: 24d12b4e1786a0fa15e5b85838c6817f1743c21b MD5sum: 8818418b1e7688ae4bd208d187fb3889 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.20260902.043226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8690 Depends: ros-jazzy-ublox-msgs (= 2.3.0-4noble.20260902.043226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-msgs/ros-jazzy-ublox-msgs-dbgsym_2.3.0-4noble.20260902.043226_amd64.deb Size: 7155290 SHA256: 97611b27e614833d4941320f389dcc97360c4b88be786677e25d223a9f5e76cc SHA1: 99f6ad2f5a0f72e3c3ec83c082f93959b22e44cf MD5sum: dda2411445b2f1fb7f901ffd56e0eeb5 Description: debug symbols for ros-jazzy-ublox-msgs Build-Ids: 1ccb405294cfd22b8c4e4576898690be4cd4ff5e 23878bc9a568d3607c1e16ca2b056fb6f2749a56 28d7ab7cfaf8e72b96810ff51b83674ab6a228e0 558e877146d7442c40cd9bcc3fdacda5154f5593 7be192c4b4cb9edd32063e21557386b365738ed4 8219878c5287d970e1f41a179e62f4241f92ed9a 973e57dd4e06dd1f2d303f477de4ec8e40a33d8e aa60d3d70227567d26b6c92d222884833e3b6beb b2834477ef9953bdc011a2a8db34dc46f8750318 b57b97aca2daa339e09305b274520652857d0d35 cf5a3fe3a301e310cd155e1178f94219c6daa30d de5c87d15353bff2dd361f2d8a567cdf5adf792b Package: ros-jazzy-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260902.064428 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.20260902.064428_amd64.deb Size: 161828 SHA256: f68975157a3293738c324675838044a6ca7d851e414b181774ed4ee31c01f792 SHA1: 93935b561a804e1c6471b16dad5dca29892c370e MD5sum: 5650c178030fdc7da4425d64e35d6cdc 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.20260902.064428 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.20260902.064428) 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.20260902.064428_amd64.deb Size: 3561090 SHA256: b0909784b1590bdb3a321088afc8edf0220221096de87591083248064cd1f642 SHA1: 60f2c0951363bf87519cbc068659b7a1c9bf5fec MD5sum: 590f49a81d75a2ead4b135fe7d7a8514 Description: debug symbols for ros-jazzy-ublox-nav-sat-fix-hp-node Build-Ids: b98d0027f4719b2abf26fe2dae7df5dcfec1a077 f731576d438e9c1456a039ae7a040816b54cf392 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.20260902.023702 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1851 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.20260902.023702_amd64.deb Size: 122054 SHA256: cb30956071ecdcc47357479070eceb61abc8c8ed6dc60967b4ba1654645d187a SHA1: ba0e6389184ab654f44b3a22c00e56159611ce17 MD5sum: 77a3e1cb08d954d8443a9c819070f02a 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.20260902.023702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1156 Depends: ros-jazzy-ublox-ubx-interfaces (= 0.7.4-1noble.20260902.023702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-interfaces/ros-jazzy-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260902.023702_amd64.deb Size: 849032 SHA256: 3f9a8c3244d8b098a3d31a8db3a80f0cf6a8abdb5876df2e6a0fcedb99c01837 SHA1: 707264f5d0fdbdd1252593a47448b1cf063a1c5f MD5sum: 597ef1398c66aa1f6cc612748cfb503c Description: debug symbols for ros-jazzy-ublox-ubx-interfaces Build-Ids: 12320f6fb0724ba3819e4c9b61ad74bea1aa0fb8 166a517b0e68ebf52549b9ddbbdc026ef6de72fd 1a2030cf43d6469c56cf83acc93bd65a36545bc9 2a502b95729f159ecb63d493e3496eb5a1ba1f77 3be09bd0249126a998ea4e16c002aab8becc835c 545d86ee5db12176f52a093ea5fe5dba6321c1d5 618c2be739f1bb265255c80a0c71112e1504bce9 822982d394421dfcddd59149870d6b2e7533ed1d aacdfbb52bbf6b50b512efe5477a6839a79a5e3a b2abb64e3d214390533e5bb67eb466f66a3e8a02 c03d23f675ea272db057e645f5473e30ce01f628 Package: ros-jazzy-ublox-ubx-msgs Version: 0.7.4-1noble.20260902.034954 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 10279 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.20260902.034954_amd64.deb Size: 626914 SHA256: e74aa3fa5075f037910cc60662f4b959cc65df9602b235b6a837618025e6e99a SHA1: e55e15e7a5e566d23a8764d4a644034515f95a3a MD5sum: 36be15041f074801167f25e3fddc4f55 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.20260902.034954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 6878 Depends: ros-jazzy-ublox-ubx-msgs (= 0.7.4-1noble.20260902.034954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-msgs/ros-jazzy-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260902.034954_amd64.deb Size: 5677476 SHA256: cf8cc4e212969912abffd549990b78aa38c7cab3a0a63592c30db5880417b595 SHA1: 1d64069931bc43cfafc5bbd634364b4b9cc769a7 MD5sum: 2d45015abf059d2191344d51d49a57a2 Description: debug symbols for ros-jazzy-ublox-ubx-msgs Build-Ids: 34d7d434559a865cffae2ed5a2b83a469d06eadd 49ba72d7246807f735b2a7c6e6b4e02f51e97a18 618c3d1c74d1d5ca67769d5dbb59de41081df165 71a7fcee8e4d9bd1bff1017273e4666947647ac2 72f6c02141494385cce6d20a4a7b79548e34b5e5 7b0289d65c15abcb44eb0150aeb167523c5b2ace d68f98af988004b1e3e9db51c31843fe6afecc95 d7d3ac393b418b74356e20ad2c75ada9878055a2 e5af8cec118493070673e33439486ab062a6a28e e8381e7f6e7fbdbbf6f20bce37ee8a0cf3cd4803 f38328421a76d0347836716f279ade45d9c1a819 Package: ros-jazzy-udp-driver Version: 1.2.0-4noble.20260903.012207 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.20260903.012207_amd64.deb Size: 179588 SHA256: d3953902862eadcdbac1e52f723a60291eff5c835de5cf949027323e3976289b SHA1: d21a186e2c71e08c837849e2b9a6b45c69cb1f71 MD5sum: 8bba4b26e69468560b4c5d7b8b341c0c 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.20260903.012207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4130 Depends: ros-jazzy-udp-driver (= 1.2.0-4noble.20260903.012207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-driver/ros-jazzy-udp-driver-dbgsym_1.2.0-4noble.20260903.012207_amd64.deb Size: 3589756 SHA256: 2dafb529b8d506307e2bf1e30411e95194749e62b9db50f437f976a9a87daf20 SHA1: ca4e68a411450c01d6ac710d7a1a0577f05def55 MD5sum: 3fc044cc9ae1e9b52c5470bce06fb4aa Description: debug symbols for ros-jazzy-udp-driver Build-Ids: 3a5ca0dc70ad5f9cd4fc27cf6f8e2a9689306f46 541ab2f701ae950a1abe2fead24ff234768d9c6b 9e6e68c68c91e1860f5056761d3100c36c83c924 aa6767ee17b4beb21387494d09b6fde7c27e9756 d90d1685cb7510839171b696bb14def2d1704f25 Package: ros-jazzy-udp-msgs Version: 0.0.5-1noble.20260902.031154 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-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.20260902.031154_amd64.deb Size: 115602 SHA256: 4028ac8a057c4d5406319cf55d10ae85fb8b88995271b97a51c84532183ebc3b SHA1: c77ed0b3f9b66c729739bd3db15e2fcc21aeadbc MD5sum: 10980c7c1e88d3a429aa211b55978222 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.20260902.031154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1002 Depends: ros-jazzy-udp-msgs (= 0.0.5-1noble.20260902.031154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-msgs/ros-jazzy-udp-msgs-dbgsym_0.0.5-1noble.20260902.031154_amd64.deb Size: 798730 SHA256: f621d7f93cee0bd1c8804275789707619d9977c27066348ef2ea0a118e096036 SHA1: ad862a8e9c95cd8c38df005ea4b7f8a6539e895b MD5sum: 7ff85df6ca8f50c6e551700d0a59b654 Description: debug symbols for ros-jazzy-udp-msgs Build-Ids: 0b65f7edc65ca4d49fcdf6e9956ecf62276bec7c 0d2dcc8bd642ca645186fffa22b42da9e89d2a68 0e8f1b80bccec153e1b6b5ad44ae297d129b4fef 226f6e1abd97a4f5a8f11185de86684e498ed2a5 2f9fa7e8f95c341db7e9116b2e66e74ec6664647 381dae78c74dcf04a6922263bd9448eba8118d4f 60aac10908f22fa67e2de698135f29e21d693293 9887072eb446ad357462ccf037ae4beb8cadc940 c575b75746933c71555df0c50a70d092af0dca6e df1155656e8e1f8cce61e63242bfdb5414e83203 f2fb800ac26076c191e19ff6a3b67a5b963e2111 Package: ros-jazzy-unbag Version: 1.3.1-1noble.20260903.095125 Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1024 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 5), libqt5svg5, python3-numpy, python3-opencv, python3-tqdm, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosbag2-py, ros-jazzy-rosidl-runtime-py, ros-jazzy-sensor-msgs, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/unbag/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unbag/ros-jazzy-unbag_1.3.1-1noble.20260903.095125_amd64.deb Size: 651746 SHA256: 726ab1a75a9c8d2271b0a4a85742193c6e18958c16ffb33bb541162c0a756bff SHA1: 54cb6331b49021d393ec8ff5034ddd29cf4d9aa4 MD5sum: 9b1f32ee1d658f54de15f971aa2408e8 Description: A ROS 2 tool for exporting bags to human readable files. Supports pluggable export routines to handle any message type. Package: ros-jazzy-unbag-dbgsym Package-Type: ddeb Source: ros-jazzy-unbag Version: 1.3.1-1noble.20260903.095125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1253 Depends: ros-jazzy-unbag (= 1.3.1-1noble.20260903.095125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unbag/ros-jazzy-unbag-dbgsym_1.3.1-1noble.20260903.095125_amd64.deb Size: 1182822 SHA256: ad62c3265e079f2211e269e299bf0f149cd91ffa41b867353907f9d49c71b300 SHA1: 2fbe3447e7cf879bf86fdb77a06ad6a39e3a39ed MD5sum: f0ef21c59843fb732cd74f51a357b33f Description: debug symbols for ros-jazzy-unbag Build-Ids: 78d7723273129259a525e724e0110fc47e9a0e71 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.20260902.014005 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 431 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.20260902.014005_amd64.deb Size: 40954 SHA256: 84ff090c762e6a0923cd9fed626a084175fda1664cb69d90826e7581bc13a500 SHA1: 3be368ebb7d73a6901e670e576f6be671487e575 MD5sum: b8b898ee68930714ee4ea6f3bfc3ec61 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.20260902.014005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 252 Depends: ros-jazzy-unique-identifier-msgs (= 2.5.1-1noble.20260902.014005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unique-identifier-msgs/ros-jazzy-unique-identifier-msgs-dbgsym_2.5.1-1noble.20260902.014005_amd64.deb Size: 166552 SHA256: 30825b1b74b7b3ab995e1a91e008111b32b7f206d076d6de1ceeca05d3ddcdeb SHA1: 716782a27ba0cd109dddb1a0b3f9ee823f1fb68e MD5sum: 62cd6f7c5a182075135ffe969ae42fef Description: debug symbols for ros-jazzy-unique-identifier-msgs Build-Ids: 08c190573fb7b68cb5e0974ea3878975c8e75c74 16cd9f2494e2cdb47a846cd0cf3bb6049e91a300 2f909d0f27fba8f3579631804babddf9cff7eebb 4dc573a5e9b7c08e13cc57a2ec6418d3d56835ab 797206cd781ec66beb29b26ae24848d1c6cb7e54 8332723762043ea58e8cf529bd03e9f808ba999c 88a42b57510a441bfc25d6e828a6182d98789bc6 92b98fb525d7f2f8d868afc70d5814e1b4c13ccc b81fedb33b5dba898ff60254aad27cfb34bd2c66 e81db84506eb571426a2ef2303f1433afa0007e3 fca1759ee80156b675f90ecf30c601804e3de1da Package: ros-jazzy-ur Version: 3.8.0-1noble.20260905.081648 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.20260905.081648_amd64.deb Size: 5826 SHA256: 6df0766d4bb58e004d3450a666e57e3172b8475819348440d510d23020ca458b SHA1: 05eededd07b315f1962f0aa8a64e82d290cb51f5 MD5sum: 05bc7334e978a5e8d62709dbb81a11cf Description: Metapackage for universal robots Package: ros-jazzy-ur-calibration Version: 3.8.0-1noble.20260905.080615 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 198 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-jazzy-rclcpp, ros-jazzy-ur-client-library, ros-jazzy-ur-robot-driver, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration_3.8.0-1noble.20260905.080615_amd64.deb Size: 56782 SHA256: 542bc2dd8cef4caa7ac0968c8f1babe4f602f58ad60b4aa184aac44e7760902f SHA1: 3ac588d18fde1e7e725625ef56082cde91a7342a MD5sum: 60a206c2f686ec84b652be36421aaae9 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.20260905.080615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1569 Depends: ros-jazzy-ur-calibration (= 3.8.0-1noble.20260905.080615) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration-dbgsym_3.8.0-1noble.20260905.080615_amd64.deb Size: 1536064 SHA256: f34a660913db98a8f5bf5c4166fe2a63a86dcba6b106146722e70fda2d5e7e76 SHA1: 5db2b668fdda090db74a59dc0fa82519c81eac75 MD5sum: ddda7762d34ed711f354b8c82bf30ed5 Description: debug symbols for ros-jazzy-ur-calibration Build-Ids: cb3b8873dcc1ddc1b574078785d3c55b9e48e8a1 Package: ros-jazzy-ur-client-library Version: 2.15.0-1noble.20260905.031724 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2190 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.15.0-1noble.20260905.031724_amd64.deb Size: 584226 SHA256: 8e3e9a8113cb5237c1b4aeba64454afcf0dbbad8379758d18a3dded52d35b65e SHA1: 0f2024dca1e9cabf413f0a07bb27d0ad28d5be2b MD5sum: 1f3f0e14d8f1edf090d87b7f0780e653 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.15.0-1noble.20260905.031724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8343 Depends: ros-jazzy-ur-client-library (= 2.15.0-1noble.20260905.031724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-client-library/ros-jazzy-ur-client-library-dbgsym_2.15.0-1noble.20260905.031724_amd64.deb Size: 7878914 SHA256: e33bc7b4ed7268e16ee5f222a047557ac07a8e408e81270664bccab2ad7378af SHA1: 2609b063091781256b1dfc21816415806dab9e8c MD5sum: a12cd89ba73d2647f4b40ee1899309b4 Description: debug symbols for ros-jazzy-ur-client-library Build-Ids: 6fb3c020385d9edefc3a413bbe45ecce340de5c2 Package: ros-jazzy-ur-controllers Version: 3.8.0-1noble.20260905.073606 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.20260905.073606_amd64.deb Size: 434956 SHA256: c83fff2a80fbcec486375914d2fc7c3b76851812de81fffc80cabcf17999f5bb SHA1: 15dca113719114cafa05c0f82f089bc18483f77e MD5sum: fcd16f637090b808fe74841856276257 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.20260905.073606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 9555 Depends: ros-jazzy-ur-controllers (= 3.8.0-1noble.20260905.073606) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers-dbgsym_3.8.0-1noble.20260905.073606_amd64.deb Size: 8668510 SHA256: 7cb07b9b577e697566a8994047b07ba19a4c4a2a58de9f870fb446e791ddd501 SHA1: b3f53f97f1aa13881e0eddc1599e47c87ab53cba MD5sum: ac612d53ae97430b9be9a8b9093ee09a Description: debug symbols for ros-jazzy-ur-controllers Build-Ids: 0c50ff4f09e3f866f1f1e0d6af056a83b5cc719f Package: ros-jazzy-ur-dashboard-msgs Version: 3.8.0-1noble.20260902.023507 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 12531 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.20260902.023507_amd64.deb Size: 706726 SHA256: 8ea72e8df833eb0d9f4c6aaf53e180a3cc2b1b366e6b753551590471f8c99606 SHA1: c4134e0ff10a2b26561a6e591d3f4acbeb43ec01 MD5sum: 9bc5153952f2ae291c94e5e5c31167ae 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.20260902.023507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 8770 Depends: ros-jazzy-ur-dashboard-msgs (= 3.8.0-1noble.20260902.023507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs-dbgsym_3.8.0-1noble.20260902.023507_amd64.deb Size: 6841874 SHA256: bae4fad5506eded3b9d4f7f4d33c6016f9d27a69aa341a06fbfd78f0eff56a5f SHA1: ce6b9c9d8edeae5b1049de1da4bf3452e811b139 MD5sum: 113415c83c2af5f1d500b4370a4eaa87 Description: debug symbols for ros-jazzy-ur-dashboard-msgs Build-Ids: 16a79608e33b5393101fa04d8b9b82e8261214d7 2bf9b7f041f9aa6409f298c7c8bd487e2c54c5b2 5038e266a384b0d0d46e11a80f33dee0a86be3ce 5fafad6785000513544f8308fe092c9b22c521dc 63afde300ad20dc7125ce4234856cb185d3489b4 6dd358260f6a56eb501fb9e18d04b06c3b8a5676 72c4aef8f89328e462bfc4b48d00674f48beb444 7bc9a79d03e3ac74a1830e5fc2b79becd68806f6 906e7949ff9d85780733b8908aea7453c064e279 c13fac83db087ea5adf8bae32c4c847b6b59e72d cb82c68140e36e52e39f46a119d6b50f48ec701b Package: ros-jazzy-ur-description Version: 3.5.1-1noble.20260905.072414 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.20260905.072414_amd64.deb Size: 22113722 SHA256: 8be10d6b21c72e687abcec7965d8d29ad2859f9072c1264b4fb89bb45850f5b7 SHA1: 9e37db36a33b2993eb542f7fb09a6e787dddcec7 MD5sum: 4ef4863794558422405167686b040c1a Description: URDF description for Universal Robots Package: ros-jazzy-ur-moveit-config Version: 3.8.0-1noble.20260905.080712 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.20260905.080712_amd64.deb Size: 16802 SHA256: 9dbb6ff9bb506224cf2c4b7b6c8d5a8d10e3e9b43ccd5e563be5a15c2a9d70e8 SHA1: 4f5db454702a0a658ad25e2399d608af4d5876d2 MD5sum: eef80b5497d1e0731bd973add2f03705 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-jazzy-ur-msgs Version: 2.6.0-1noble.20260902.044510 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9208 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.20260902.044510_amd64.deb Size: 581622 SHA256: a0e50b7fed552af4b943a6ae4fde3b70c16fa703ed16081aef44a21ae8fafe43 SHA1: b278e31c80cbfed23bfeaf20ed5ff3617830410a MD5sum: 0581b243059618d8b8024fb3af2c3b33 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.20260902.044510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 5542 Depends: ros-jazzy-ur-msgs (= 2.6.0-1noble.20260902.044510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs-dbgsym_2.6.0-1noble.20260902.044510_amd64.deb Size: 4265214 SHA256: 28ffcd2f0f75d81bdb4e1517cf36475ffc2f6df10c2ea02fa75f1d5fb80bafc0 SHA1: 46d9200b792b0a3727cc874c7d9e3aa8faed3d12 MD5sum: f74b4766cc734429c4e5e314333bfa04 Description: debug symbols for ros-jazzy-ur-msgs Build-Ids: 147f3c60754fc42fc1abc4cd2c2a8579edc695a6 150404c80dd15b1ec1f40458517b6708eafb202c 215106d6883001ec00ad4b33a443751705f683e7 5506d0050d59f07a3f9f1722a686dfcf4aa909c5 5a591da3e2de244473e7f138ebcf702f9a77a9d6 7db2b9d0586e1c38fc720fdde0cddb82c28db078 89bde586e995d1f26363b216ad65743f2e54d3bd 96fedf8af7a61a68f05e3e5554f4bc89a22869cc a53e355290451b74bc56a8af5a1965e9f1899eb4 c60a202d6a1771298137482eb84e0a0bfcf5a6bc d998026a9f328ea06dc15035d15f80f4ef00de28 Package: ros-jazzy-ur-robot-driver Version: 3.8.0-1noble.20260905.075123 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 5970 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.20260905.075123_amd64.deb Size: 1103264 SHA256: 9d1effa9fe0dc6cf63c342b03289a4d2e9120c844680efcaae3ae049e962d0df SHA1: 5d614c7947d557a87029accd94fe7d493ddf7fc2 MD5sum: 1287e5fa37b0af1ce84fdfe37ffd0f31 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.20260905.075123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 27079 Depends: ros-jazzy-ur-robot-driver (= 3.8.0-1noble.20260905.075123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver-dbgsym_3.8.0-1noble.20260905.075123_amd64.deb Size: 23225372 SHA256: 766e48350f02e53e5900eaaffc3574027ade7c92aa74c5e7e7ac553b3078b86d SHA1: 48497107a26061dc8aeeacf32aaf1d2a8a6a4f0e MD5sum: de6fd6a88644aaea2fc9d589a92b7117 Description: debug symbols for ros-jazzy-ur-robot-driver Build-Ids: 01abc4e05cad5215f2260a6954966ba450794646 8bf8e3bd8b886afe46d7c9562f53e4cdd9ee825f a069809f144ca2a976337e1baffab34409bdcee1 b8433e9f0258b877cde17547f71f6f2aa7e06a72 bbba0073461222fb1773603ea37aa8d687ca0b45 c99b9c189a6c6b5b1741b1139065bebb33ea70af Package: ros-jazzy-ur-simulation-gz Version: 2.5.0-1noble.20260905.085917 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.20260905.085917_amd64.deb Size: 11282 SHA256: d84b8b73ad3648694eac2e2c328ee5cfeef6e4baa2960106bbaf01ee9e1956b1 SHA1: eb48b3479d5caa71d49656accbad47615279378f MD5sum: de89f694c1419724ad1738acb87b7c17 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-jazzy-ur10-inverse-dynamics-solver Version: 2.0.3-1noble.20260905.074028 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.20260905.074028_amd64.deb Size: 713490 SHA256: 87dd1b77321a8040b0d4c12c4f2d0173b96eeb1743ed7798c79fc552dd5a126e SHA1: 91833617e46e09a573eb79d9da1125ebdf50c72d MD5sum: 071bac0c76402844a901e17d96ad0ed6 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.20260905.074028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 25 Depends: ros-jazzy-ur10-inverse-dynamics-solver (= 2.0.3-1noble.20260905.074028) 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.20260905.074028_amd64.deb Size: 4292 SHA256: 61097d3e4318e533af2a86e29310cbb10839913e6956b1ff039b794c0b794ae4 SHA1: 9e40546db21c3da10e9ab1181291c80f38d3faeb MD5sum: c32113d36927ceb36872ba12e4c65c41 Description: debug symbols for ros-jazzy-ur10-inverse-dynamics-solver Build-Ids: a08d88479323c9800b55afeefe93de47179d5737 Package: ros-jazzy-urdf Version: 2.10.1-2noble.20260831.232032 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.20260831.232032_amd64.deb Size: 104670 SHA256: 6e9fd050a5b564410f3d776b4d0432f9877bcdecdb87d6bd22d5b45100355702 SHA1: 09a861a52145a6fadb9794019dc8a63c5dd83de1 MD5sum: 04b1eaff9f3a3b4976bdeda99a7e113a 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.20260831.232032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1262 Depends: ros-jazzy-urdf (= 2.10.1-2noble.20260831.232032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf/ros-jazzy-urdf-dbgsym_2.10.1-2noble.20260831.232032_amd64.deb Size: 1184382 SHA256: 9f11fbe7a2e289bee3d961f49d5dc6095863862dd6ffcde8662a97657072d28e SHA1: 63b95cc04beb772b81267b04a4378fb7d7a2dcf0 MD5sum: 96aa125a48fd751dd6be6e18fd58bf8f Description: debug symbols for ros-jazzy-urdf Build-Ids: 5f76721110e132b1f14c758c91ef582248286953 8d95852cd0c3ee234b3f8ca26896bda2ccd092fb Package: ros-jazzy-urdf-launch Version: 0.1.2-1noble.20260905.070821 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.20260905.070821_amd64.deb Size: 6438 SHA256: 138bd9622eabb67568ebd15c7b8b08f06d889182d7cb34b735f208139b0cee78 SHA1: 8b6ab0cff707097606f9f24e96b30bab0c67f40d MD5sum: d323e09f111d2aaccb9ed6fd896832d2 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.20260902.081732 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.20260902.081732_amd64.deb Size: 9584 SHA256: d6f92f510b161eb6d884bf7c0e37b5e3be031f28e63af74bec73991accc9cc51 SHA1: f7df9dafc485199dcd72d1ba50c4662cbf65a9cf MD5sum: 558138c446ccada57418e8627fe33611 Description: The urdf_test package Package: ros-jazzy-urdf-tutorial Version: 1.1.0-3noble.20260905.072725 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.20260905.072725_amd64.deb Size: 731292 SHA256: de0ece5d5f920e3ecde94a57df49a1eb61f0d8655847fd49292f282694ca1e7d SHA1: 4d9bb9dd8145ff9b16daff4ae7169c9d3d73c680 MD5sum: baeabc5e205bd1c1e22145c5341b689c 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.20260902.082036 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.20260902.082036_amd64.deb Size: 38668 SHA256: 015af08e9bcef109e179a0fa858311eec76a4dbd6ed8639e3e9da0846b41fd9d SHA1: 3e62123e88586fcc6b35cb4ccd207625ef9d6def MD5sum: c513bcd3d80a6fcf1e7ef1f1333d4e6f 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.20260902.080542 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.20260902.080542_amd64.deb Size: 184942 SHA256: d0a46b9e14b7b46214467d9f6689783608cb7286134be4cacdc2d51987940527 SHA1: 5305527df2007b55b6816f950b4aaf0231ce0d0c MD5sum: 0d5f39b00cdef584c4d88e9de89577ca Description: urg_node Package: ros-jazzy-urg-node-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-node Version: 1.1.2-1noble.20260902.080542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2377 Depends: ros-jazzy-urg-node (= 1.1.2-1noble.20260902.080542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node/ros-jazzy-urg-node-dbgsym_1.1.2-1noble.20260902.080542_amd64.deb Size: 2227092 SHA256: 01a0e17f3bd22b6c3823f028356fb679a4ed116b786bb0d5033ccbd176b8cb58 SHA1: 6c06b7497732f82412bc78bbafe0d7709c11a818 MD5sum: 7103779f61aa1a7b68e2a407547b229f Description: debug symbols for ros-jazzy-urg-node Build-Ids: 1e22533939d616f7b4ba65b3714f87e6077f7828 4d2e3fc23e401b8fe78c19682e28e7067bbd8ebe 5074b6f5bdfe274b996afb48a3f18493a0f52551 Package: ros-jazzy-urg-node-msgs Version: 1.0.1-9noble.20260902.034948 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 454 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.20260902.034948_amd64.deb Size: 43050 SHA256: 40389d5d7387cb5801576c895121a6c76e9e08308bb6e882628cb2fb83ef383b SHA1: 120c0c9339904b2ca236fa0df0be227b7443e992 MD5sum: 79d588d6238527b1a0e7aeb00bbc213e 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.20260902.034948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 258 Depends: ros-jazzy-urg-node-msgs (= 1.0.1-9noble.20260902.034948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node-msgs/ros-jazzy-urg-node-msgs-dbgsym_1.0.1-9noble.20260902.034948_amd64.deb Size: 173304 SHA256: 4148e61192c407fc360d81dc81c10daafbb51a68950d48089e21c21e71dd804b SHA1: 20423490de503f348e63c4536518b586d0ca3034 MD5sum: 5d0517d36e7fe955f816eae3fc8597c2 Description: debug symbols for ros-jazzy-urg-node-msgs Build-Ids: 11c48f6ee0b2cf9239d25bf8067d879a07b4c1ff 1d16e478f9c92a1239322771bef22a45eb1c95ff 29bca08d26b5e6abc4281c2f1533373ae457e897 6221726b962a4bcf0e70e44134ccc549479871f6 719a3a1678486c65e3c7cf9c827e29c960a31944 72dec017ec816ae50b221bab76c03f75a93ddb20 7320a6a989abeb91ef5d86e0a6518169b35f314f a360976b59fdb0590f424f91c5f0d259c769e62b b86c6287a39f25ddfe3d683240e019033e586ffe e46d6619da6f8c8e66e53f33cdfebc68ae308699 eeec963a10bb49819728c0cfbeb8093dd549ed8b Package: ros-jazzy-urinterfaces Version: 9.0.0-1noble.20260902.042943 Architecture: amd64 Maintainer: "Universal Robots A/S" Installed-Size: 7374 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.20260902.042943_amd64.deb Size: 451516 SHA256: a2fa8a3e16a4eaf878475d32acac50665f515565bef3bdb45fd10c839eb17c66 SHA1: ddc9227e6660612e2436ca5b1076d4ffcea29ee9 MD5sum: 0b395467a1422fa6ae54c792b83ed961 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.20260902.042943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Universal Robots A/S" Installed-Size: 5282 Depends: ros-jazzy-urinterfaces (= 9.0.0-1noble.20260902.042943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urinterfaces/ros-jazzy-urinterfaces-dbgsym_9.0.0-1noble.20260902.042943_amd64.deb Size: 4215962 SHA256: 42621221f371f8d542f2f00fbfaec59aba774fcc0221bc01dc1bd473d2b8d9f9 SHA1: bbb598e9a34c2220d8e9a8fcfecced9c2825e4e5 MD5sum: 0b40c82dd68706146e668ac28a568dea Description: debug symbols for ros-jazzy-urinterfaces Build-Ids: 0cecac4ad9c8932b58e5dbca3ef20930b998c233 40b635461fd5d9cf68e8358067cce44580eb226c 46c6c19f2ff4019360769b86ab3fa5a1ba135f80 4df3a1765f424518610e128fbab9ef776a989bb3 5caf35d5936f4ef888d6e8ef44a0c1fe355d32c0 911f3caf1f8dc1e0d963da84a7f969ced14a76e3 927fbd4f818e33c3992698a876686f516fc71db1 b01fb9480e32938537b7755e80aa1f417e59198f c4d06b54cb5e4bc5188ae2607e8bd662694611a6 d7436dcbd5405a93e6eac63e0588d8301867a5e9 e9069cc9ca8ac57cb93f0216d0d3f9f470b7c597 Package: ros-jazzy-usb-cam Version: 0.8.1-1noble.20260903.083041 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.20260903.083041_amd64.deb Size: 168544 SHA256: b56d2402d7a1aa4945d73c8fa86daf6c40c26667effa73feb572b6ab32d01fa0 SHA1: 35a2ad5a2c82fcf880190c8fa5c095ee2e55acf3 MD5sum: fb292e0ce6e1964a32a4ea6b466af63b 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.20260903.083041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2659 Depends: ros-jazzy-usb-cam (= 0.8.1-1noble.20260903.083041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-usb-cam/ros-jazzy-usb-cam-dbgsym_0.8.1-1noble.20260903.083041_amd64.deb Size: 2461018 SHA256: fd1f4b5a6682425ab59e30324f7f3842d371020f0f27a80a7e1cb5988ed1b63f SHA1: 081e4301ab297857db065e99cab5d6bfcb95ad9e MD5sum: 6eae24e5fc323c720e21076ec64c2fb1 Description: debug symbols for ros-jazzy-usb-cam Build-Ids: 21fbeb8a2966ce4d24095a6ff7f283c5c81115a4 b6359104ba89382774d0fd5ae48b8c07790f9ab1 ecd81c2996e3c4d79d8e5ef21793691c2a29ca8a Package: ros-jazzy-v4l2-camera Version: 0.7.3-1noble.20260903.073438 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.20260903.073438_amd64.deb Size: 193102 SHA256: ba9f8fdafa42ed05fc1e97f3023927dc7634a5222f047d7f543f1d952361f498 SHA1: b66e5334b39ce998318b8ef76022f167cfb7fc31 MD5sum: ad938ca2f7ac8fe9b2388662ba0f3d79 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.20260903.073438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 3902 Depends: ros-jazzy-v4l2-camera (= 0.7.3-1noble.20260903.073438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera-dbgsym_0.7.3-1noble.20260903.073438_amd64.deb Size: 3532404 SHA256: 19ad3be416ba8e6e8081d6bf8b325eafa82234da89017e212a610a40c729fa04 SHA1: 80731b123e659359f199da2234603d3d24b9b9f6 MD5sum: 97a7d4335e1390814cd5ca9e8190be69 Description: debug symbols for ros-jazzy-v4l2-camera Build-Ids: 075eac8a854c190cf31239749867c88e569d6202 2b85fba83d46ac36c1bea72267c6143393d0307e 3305f0997713e2f65a98304f12b52bd9afe06ca5 Package: ros-jazzy-vector-pursuit-controller Version: 2.0.0-1noble.20260903.031920 Architecture: amd64 Maintainer: Kostubh Khandelwal Installed-Size: 709 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vector-pursuit-controller/ros-jazzy-vector-pursuit-controller_2.0.0-1noble.20260903.031920_amd64.deb Size: 99316 SHA256: 24cc9959853ec9f83b1d73c901f0c334e245296d42685af9028e138fe8e43613 SHA1: ea0e0a1dbb3bbda9ef231dbc64f731741687d22d MD5sum: ca4aa4e43a76f59d4c96aa5775e16af5 Description: Vector Pursuit Controller Package: ros-jazzy-vector-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-vector-pursuit-controller Version: 2.0.0-1noble.20260903.031920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kostubh Khandelwal Installed-Size: 1383 Depends: ros-jazzy-vector-pursuit-controller (= 2.0.0-1noble.20260903.031920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vector-pursuit-controller/ros-jazzy-vector-pursuit-controller-dbgsym_2.0.0-1noble.20260903.031920_amd64.deb Size: 1279550 SHA256: 345af899db03c0540e4cd266ee8c6e995cabb4d87fea2029c9065324a318828b SHA1: a12d659717d527e7686492d7f574b1dddb08dee5 MD5sum: be78f6287c8dd420cc49365d0eea0c46 Description: debug symbols for ros-jazzy-vector-pursuit-controller Build-Ids: 7332fb3f4a7fe30c2a5d4d7563804b479ca33984 Package: ros-jazzy-velocity-controllers Version: 4.42.1-1noble.20260905.074523 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.42.1-1noble.20260905.074523_amd64.deb Size: 25218 SHA256: 19dc7eb1b332829b44807ba6841f6640ca93d4b48e8094f137706a11964b0bb1 SHA1: e817dc5d009b8db0019a9f7e8c4df75e2bc1c735 MD5sum: cf9d5370b15cd8e7bdc0570795ffbacd Description: Generic controller for forwarding commands. Package: ros-jazzy-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-velocity-controllers Version: 4.42.1-1noble.20260905.074523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 393 Depends: ros-jazzy-velocity-controllers (= 4.42.1-1noble.20260905.074523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velocity-controllers/ros-jazzy-velocity-controllers-dbgsym_4.42.1-1noble.20260905.074523_amd64.deb Size: 374118 SHA256: 3d07f07e0a891b69b3e42767a00633addc35b5e0cf3fa7edab1a09d3ef9bb35d SHA1: ab6155a0242fce873d30ffc636a52fef2297c2cd MD5sum: ba0945674f647c09c6164353cc659dfe Description: debug symbols for ros-jazzy-velocity-controllers Build-Ids: f454b2e45a72f49b45e083a423d0a3dd0e8c828f Package: ros-jazzy-velodyne Version: 2.5.1-1noble.20260903.023546 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.20260903.023546_amd64.deb Size: 8524 SHA256: 26a163c4950048b6ca0fd716b043911084a9b279397be53e0d0650bab5c9836a SHA1: 7e6f34661018b20970d4e94e03aac3aa4114fe1f MD5sum: 95561e117b66b537e54b10d195f78719 Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-description Version: 2.0.4-1noble.20260901.011448 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.20260901.011448_amd64.deb Size: 208496 SHA256: 17d7862107f6fd73440ac4ce932007cce67e3fb6ed7f67311e59865a02d4415e SHA1: f9493ba5a4820301f710446480ddb2248156159b MD5sum: c2fdad42dc3464434b04e0080273b25d Description: URDF and meshes describing Velodyne laser scanners. Package: ros-jazzy-velodyne-driver Version: 2.5.1-1noble.20260903.022253 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.20260903.022253_amd64.deb Size: 155510 SHA256: d0c01e691af63dcf6dfdd47aed2c1c85aa7154ff1576ddfafa04464812f89ecb SHA1: cbc87634c78ea9f9e1ccc88a60ddfe6a2ff06311 MD5sum: ce2e9201e2f0e8b3f973965eaf495afa 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.20260903.022253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3165 Depends: ros-jazzy-velodyne-driver (= 2.5.1-1noble.20260903.022253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-driver/ros-jazzy-velodyne-driver-dbgsym_2.5.1-1noble.20260903.022253_amd64.deb Size: 2786812 SHA256: 40bca239c1a50b32ba4d274a9e3a9b76dc8ca477863b5cbd9c21bada9aa7c3d1 SHA1: 0cc1d7ad222dda76f94e0f3bc19950020b9f6c52 MD5sum: 580e4efb4751fc1587b99a53341e872e Description: debug symbols for ros-jazzy-velodyne-driver Build-Ids: 0e1f9f740e46fd7414fe3c636740bd200c16c6b9 2490d52857c763a982957a8f55c0edeb9e49a7ea 5bad03cfa72353daacd1e7608b65534283231726 Package: ros-jazzy-velodyne-laserscan Version: 2.5.1-1noble.20260902.080538 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.20260902.080538_amd64.deb Size: 126694 SHA256: 1b970f899ec3bfa0108dd5a3836dc7fcbfa905daa2e0684dd0284116fc6f7213 SHA1: bd2b3123f65527a31423ab4b900feabcca741900 MD5sum: a9c42167294bf85384d872bea3963658 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.20260902.080538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2704 Depends: ros-jazzy-velodyne-laserscan (= 2.5.1-1noble.20260902.080538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-laserscan/ros-jazzy-velodyne-laserscan-dbgsym_2.5.1-1noble.20260902.080538_amd64.deb Size: 2358256 SHA256: a0b508ae9e305ecc069d392d1a7e5551556f9ff0ae7d375b931466ed791677c0 SHA1: 31e70039407603fd68b498ef9ddb16ac9dbe4712 MD5sum: 97b13bd7365b5fb1ab47f5ea3aaab347 Description: debug symbols for ros-jazzy-velodyne-laserscan Build-Ids: 7113d30b557f75614a57fd2a7c60bb252d10e254 cf28faca4f0ecd4cb7d90d734239d7c7e8010af2 Package: ros-jazzy-velodyne-msgs Version: 2.5.1-1noble.20260902.035212 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-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.20260902.035212_amd64.deb Size: 57996 SHA256: 6347d822064481dd9060bf4750a0f6c0a7ee142d6c13153675c9ec5663c9538d SHA1: be9263c6e7e94067571c85a6fb06f73182e56239 MD5sum: f7472c2001f6c0a98943c2e353e0392d 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.20260902.035212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 408 Depends: ros-jazzy-velodyne-msgs (= 2.5.1-1noble.20260902.035212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-msgs/ros-jazzy-velodyne-msgs-dbgsym_2.5.1-1noble.20260902.035212_amd64.deb Size: 299234 SHA256: ae401986d2e0921b92887baf172554c9f0386de9bca754fef38ac0f8cf6f9902 SHA1: 9aa03822f88f9d0b36e8fdd67fc701081864aed3 MD5sum: 17b8ad0724a94608b0a7f0f9cf5e8aca Description: debug symbols for ros-jazzy-velodyne-msgs Build-Ids: 2c451643d859bb9614732496c510b2a9261ab2f8 4189b998b5b0e1e90390b7fbd9253040250b970e 54398d9d5dbff247f931a244fcf55b595c0da8fb 5c16bab2a2325a18f41c1c360f52e6022d9b857e a12fb925c02aab011e4b4fb587f3e188cf5b5f60 b4d6ad119894c26776d5586818beb7074b38a76f c8351cab96f367040cd81c5ba5949643adf9aa85 d2d31534da3d321b34eb6a2d8b2c79b19a091786 d6e73de524fea0f49e244ad0064e0782f6c7404f d90d1ff0b26308d5a87dde9c87e574dce5603022 eaa333a65efd36f51f4cbb556a70d78cd6b3c989 Package: ros-jazzy-velodyne-pointcloud Version: 2.5.1-1noble.20260903.022247 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.20260903.022247_amd64.deb Size: 227246 SHA256: ac8b94d34a527c58b26f5288297cc441db92595880d73493fdb547bbb1d20d43 SHA1: 82fc12642f3c01459f74a825d7226ebd92a080ec MD5sum: d6e58d781bbf09c5a8234e741595413c 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.20260903.022247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 6286 Depends: ros-jazzy-velodyne-pointcloud (= 2.5.1-1noble.20260903.022247) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-pointcloud/ros-jazzy-velodyne-pointcloud-dbgsym_2.5.1-1noble.20260903.022247_amd64.deb Size: 5879954 SHA256: 5db3b06cee732ce885d0f1d308cfaa6d6bf8aa27a3e8d92f2a0712a7b18157af SHA1: 50c436f826cc658aa846b85e318777a5c8964f36 MD5sum: 504934f230f40c7537763b83977c1dfa Description: debug symbols for ros-jazzy-velodyne-pointcloud Build-Ids: 07bef66c36adb11fbf2f7366fc6328a3ece7f951 14d6c4764c1047ab6dd4377ee8093bf96d19f8ac 2592ea3bdf163ef01c0095ad65cd23cb63f2448b 59be799e69e4ccb8201f8577e02bd58deadf3060 Package: ros-jazzy-video-to-image-msg-publisher Version: 0.9.5-1noble.20260902.082020 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.20260902.082020_amd64.deb Size: 86302 SHA256: 2af64c7c28cf0a972c582345c7e239ac44a3636a144279bc3910b5b522a94462 SHA1: db719209b608c4d1f7b2f9442c16085539abc75a MD5sum: 97025cfa7d06de10af6281392ce42b01 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.20260902.082020 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.20260902.082020) 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.20260902.082020_amd64.deb Size: 1572620 SHA256: 74e67a7035ecb3d7364735211d831870b1bc2bffaea8a88cb2bc372c8ff1e059 SHA1: 85aded5defcb28ae235e061abe768d67f64de3b8 MD5sum: b4e6d8f2bc29485ae978738818dbe21d Description: debug symbols for ros-jazzy-video-to-image-msg-publisher Build-Ids: 81e7d99508900f11f53eaff0ce2083a6d9877c99 Package: ros-jazzy-vision-msgs Version: 4.1.1-3noble.20260902.034028 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2567 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.20260902.034028_amd64.deb Size: 189638 SHA256: ddbeeeeae57654e181f4cf119b8e848b963dded443a78f6068e5272616d7cb1a SHA1: 5830fbce4182a0f53f231cd896257f864532d75e MD5sum: 5ffff9570c4ea543a70ff93f31ba61c6 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.20260902.034028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2143 Depends: ros-jazzy-vision-msgs (= 4.1.1-3noble.20260902.034028) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs/ros-jazzy-vision-msgs-dbgsym_4.1.1-3noble.20260902.034028_amd64.deb Size: 1777118 SHA256: 2c5ba6d7e01060c37494a3b714d5987b658ba3ef3571cc913d5c7976e8292cfa SHA1: 436f4e4265973964aae763ce0bc106fd758a9c2f MD5sum: 93f86b9d17ce0ba4a78afd4a32f53b43 Description: debug symbols for ros-jazzy-vision-msgs Build-Ids: 28275227e492e89d52f4035d77c9ee15eece0072 3d50ab44cf3714082325989944b3a4f0be78c038 55fa1f94486fba191826272eaf4a9492329c999f 63c307decab9ee9faf3a1703c4018c6b479431d1 7cb473b73a9cac2e450e4f9c124cdee6b8de4ba8 85d4dbb91cecce5611af167912688df1b3f70bbc c6c69dae6756831be910cefb783d75d3f54d2d03 ca2cf93621e7b6c87cba0d21a4358f20d00c7ed3 d82b3528a140e11c0d9820cf92151a250e8c0133 eb55377337f9d66f7763e6277b5891cad2f2353b f97b165da6b746841e5feef03f7f95cfd02dea0d Package: ros-jazzy-vision-msgs-layers Version: 0.2.0-4noble.20260902.104928 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.20260902.104928_amd64.deb Size: 21096 SHA256: 03d98147f5ab839b82169e2338397998c20b754141c642a3b5dc2134bb19b2d8 SHA1: 398383fcb4e663e230499865aa70fd40277c5e09 MD5sum: 9f98c51ae7a2c231f608ac52abb36884 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.20260902.104928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 436 Depends: ros-jazzy-vision-msgs-layers (= 0.2.0-4noble.20260902.104928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-layers/ros-jazzy-vision-msgs-layers-dbgsym_0.2.0-4noble.20260902.104928_amd64.deb Size: 420796 SHA256: 06b49d59cd76ffb36ae65c9de9190424b160a23ca88639ccd26b9b3c1cf17558 SHA1: fd75744dd6cb1180ad8ec938e994902de69b3502 MD5sum: 3c646ace46eb3f0a0d91ef3923e1ec4c Description: debug symbols for ros-jazzy-vision-msgs-layers Build-Ids: 599634a2bcf5b0fdb0110c0d4399820031dfb1fd Package: ros-jazzy-vision-msgs-rviz-plugins Version: 4.1.1-3noble.20260905.070851 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.20260905.070851_amd64.deb Size: 230358 SHA256: 73f713ddfd8442dda4f6da0fa7d315631ce1c63155fabf9406f613e8b25a6f25 SHA1: 8b89e4afee82a09e2d50e8a961f53ee425f488f9 MD5sum: be0ac2b3a22cf4f88c82b7d23aeb75ea 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.20260905.070851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9752 Depends: ros-jazzy-vision-msgs-rviz-plugins (= 4.1.1-3noble.20260905.070851) 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.20260905.070851_amd64.deb Size: 8649492 SHA256: 0ac299162c33e8d5bb0d0c28e6cddf4e4ed1fcdb52d45fe6f2260be266f09f61 SHA1: 3b99b609e669ba9bbea8d792eaf57e3b2142f827 MD5sum: a9cb50682f105e7f71ad8ff6d85993fd Description: debug symbols for ros-jazzy-vision-msgs-rviz-plugins Build-Ids: 5ca59b98270516eba5d71e5facbe323fa9e6ddd8 Package: ros-jazzy-vision-opencv Version: 4.1.0-1noble.20260902.082053 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.20260902.082053_amd64.deb Size: 5742 SHA256: 51e6d38ba0c06612869619dd81933706857c5c1d226d8b12dfc5b0a506c638d0 SHA1: 377b73ff6e99abb1a5aad42a030d6331f910d706 MD5sum: 2522a54f0347b03ead50a292b3497ca6 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.20260902.042956 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-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.20260902.042956_amd64.deb Size: 264602 SHA256: 00e7b03a974e77a44d8c19972e2c41d7e9c5ac7cab5b8f6a8ced83737c3a6b56 SHA1: 78a7df45fca72f92dc48a4f13059bf5eb30ca0b3 MD5sum: 5c900170a67f029907480d398c08e1fc 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.20260902.042956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3000 Depends: ros-jazzy-visualization-msgs (= 5.3.8-1noble.20260902.042956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visualization-msgs/ros-jazzy-visualization-msgs-dbgsym_5.3.8-1noble.20260902.042956_amd64.deb Size: 2573916 SHA256: 78c6c48e35d11aae6b97a4d0bf7f4ce01be6f07a734ecd65464c7a38fb1c1207 SHA1: 06a830f8eaa2dacc7d6827d9c906d2b4f7181c06 MD5sum: 31bade0e99398071a61756cb97c09400 Description: debug symbols for ros-jazzy-visualization-msgs Build-Ids: 027bf02d933ecca7d28518b0d962e13830523be5 1eae190f4e0461f53af7b702d18f4f4bc28d51f2 263c20c6d32e2f5f3511d2d10dc0464f14d6c573 3f53920f3d962d42a082e2492d85412a4b541d57 40290b689b2de472ec8b014148c64749dbf0162b 5ab0aec908390a7fcb5c01d472b1c9295522582e 5c1b8b33c7a19d288e613674765b87f68aaea1aa 5d189a597b7e3322cd92d339ff58a1852f9995ef 82d837f49b5ffdc537f07e6a3097234f4f367721 8e8a745cbf80ec616dca19efb5f5f3e038385987 fbcbb6f57203e5584b454c237cd5b843e9e0f83d 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.20260902.061459 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.20260902.061459_amd64.deb Size: 305448 SHA256: 05a3090454a4e1cf664e813c5a6d5064467e84824a56e27992386f451f489cb0 SHA1: bf7f12eb67b4107067fd6434b4fa89a6b04e5fdb MD5sum: 41c62435d6f7bcf5ee7bb73c9f23eb5b 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.20260902.061459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2610 Depends: ros-jazzy-vrpn-mocap (= 1.1.0-4noble.20260902.061459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn-mocap/ros-jazzy-vrpn-mocap-dbgsym_1.1.0-4noble.20260902.061459_amd64.deb Size: 2418210 SHA256: b0fc99c5f954dab595d423057c94b88ee0bce5290c06bb6aa08697be3882c84e SHA1: 59435293a27ce3f5017f642c8e2b1fd92f9e0970 MD5sum: 1f7c909ecdbd9c0c7d8565852bc6b4ed Description: debug symbols for ros-jazzy-vrpn-mocap Build-Ids: 087b315b1e2a933952843b26f6aa61af1b327bc0 Package: ros-jazzy-warehouse-ros Version: 2.0.9-1noble.20260903.023241 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 430 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-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.9-1noble.20260903.023241_amd64.deb Size: 124198 SHA256: 4ebe9f29fe42957488cf3edc0e0c30fc83fecdbd727b6f92f9f11f4dc82d0043 SHA1: 74504cd1ce4351296c768cc1fd83947a4f8d6c41 MD5sum: af1478072ba4317ab40a5204f003d6b0 Description: Persistent storage of ROS messages Package: ros-jazzy-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros Version: 2.0.9-1noble.20260903.023241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2158 Depends: ros-jazzy-warehouse-ros (= 2.0.9-1noble.20260903.023241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros-dbgsym_2.0.9-1noble.20260903.023241_amd64.deb Size: 2065314 SHA256: f0c286014320f629e65facd114788acf816b48ac54c99edf200bcb669b40c206 SHA1: 71b4405695c70159252a3826d3a0f9fa114a96f7 MD5sum: 2d0ac0b5236d3e0754ef8332897441e8 Description: debug symbols for ros-jazzy-warehouse-ros Build-Ids: 2c723c8c98bf16de803a74dbf960c29400f17365 c77260cca305a1a42b3a20f3b7a1a2f43dd096f5 Package: ros-jazzy-warehouse-ros-sqlite Version: 1.0.9-1noble.20260903.024536 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.20260903.024536_amd64.deb Size: 65380 SHA256: 08db364a6b14aaba46a52a32f412fc128a52f816bd43a42a2d514f85e95864e4 SHA1: 2cf636d41cee14bc9a49a2ab9b08cc72a095230f MD5sum: 44f38c2d8e77c5f3ecb4946479fea5b8 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.20260903.024536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1155 Depends: ros-jazzy-warehouse-ros-sqlite (= 1.0.9-1noble.20260903.024536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite-dbgsym_1.0.9-1noble.20260903.024536_amd64.deb Size: 1100836 SHA256: 28c110db13de1c10f5d2a19132a85b3d55e0e4ca6ad2c784d53118d016c501c4 SHA1: 173fcfdddcae178e865347a681eabf9e6ece57cc MD5sum: 304707ffad7b234d2221b34a023ed191 Description: debug symbols for ros-jazzy-warehouse-ros-sqlite Build-Ids: 55ac32992e4ea36887cb923163001a5d93f6c81f Package: ros-jazzy-web-video-server Version: 3.1.0-1noble.20260903.073757 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.20260903.073757_amd64.deb Size: 303362 SHA256: 22e50b5533c83ae66a68bac526f5a3ab2143a53eea9a31e5c0f7a8fe3bbed95c SHA1: 59e016b0abdf2ff71d25c92720910e557f0cc697 MD5sum: 32fbd09598f10da9048ec664aac6a895 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.20260903.073757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 7431 Depends: ros-jazzy-web-video-server (= 3.1.0-1noble.20260903.073757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-web-video-server/ros-jazzy-web-video-server-dbgsym_3.1.0-1noble.20260903.073757_amd64.deb Size: 6856740 SHA256: 041bfd107f4984f832f231387ead1007db7efc87532cc36f0c14dcb5fa9bc04a SHA1: c4814773b363a73373b55a5933e01dde7b2f5cd0 MD5sum: 46e2c2564485fd4364afee310b273195 Description: debug symbols for ros-jazzy-web-video-server Build-Ids: 0fbaac70c19a89614f4c65d0db9a1bba9116281d 18c9dcffeaffee1aaf8c442aff91f5d6a899ee5c e798a777643bde3680d2004e70705ad896337da6 Package: ros-jazzy-webots-ros2 Version: 2025.0.0-1noble.20260905.075519 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.20260905.075519_amd64.deb Size: 5672 SHA256: b2f590ee9f97ae10fcf012e55359abe6fa63a8371e129e3241de0a8319aade76 SHA1: 84ab1d992167f003b3d429a06bf1bcdada546051 MD5sum: 57ecdc4bff1112ee4ba394b62ddd9734 Description: Interface between Webots and ROS2 Package: ros-jazzy-webots-ros2-control Version: 2025.0.0-1noble.20260905.073821 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.20260905.073821_amd64.deb Size: 115214 SHA256: 0626eaa23bcbfa8f9c52c00ef6023a06849f693ac1d17f54f7a2ce069e4cdc60 SHA1: 9369af55e5966a2d3d39fb9c4546d0889cd890cd MD5sum: d0eef00b02d3bf538861bd28c24ca67e 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.20260905.073821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 1870 Depends: ros-jazzy-webots-ros2-control (= 2025.0.0-1noble.20260905.073821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-control/ros-jazzy-webots-ros2-control-dbgsym_2025.0.0-1noble.20260905.073821_amd64.deb Size: 1776810 SHA256: 58414b6929594647919c39f5b7c2c406d7fae68485ef3e3835bfa3c9da0b6a32 SHA1: bca754ad0a248b142c67c9037ed1d9793111ed56 MD5sum: 1ca428bb85df32e70f01d9c1fa318f43 Description: debug symbols for ros-jazzy-webots-ros2-control Build-Ids: 6984ad5c001b8e859907a5790dce80e0b69566c2 c45c537e1eaa3fb0364994c8bf793c7a11ee11cb Package: ros-jazzy-webots-ros2-crazyflie Version: 2025.0.0-1noble.20260903.025357 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.20260903.025357_amd64.deb Size: 14522 SHA256: 34c3bc3b1ace5e63073474b95d0e3a89f291430d48d38084e105066e4d2b32f1 SHA1: b80bda015ab44e3a44a0ccd9d563bb25dc01a4e4 MD5sum: 1c9ec71ea646a2f572588729b35d2af4 Description: ROS2 package for Crazyflie webots simulator Package: ros-jazzy-webots-ros2-driver Version: 2025.0.0-1noble.20260903.023242 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.20260903.023242_amd64.deb Size: 849582 SHA256: 5f7893d4df569d22b9c55e603d2bcac276b5a37bf5011b1c4ba858c953084f6b SHA1: 092943b935f6df36b325668972eb492376ccf9c4 MD5sum: 16c4bacf79039be8925b2bfdead4a515 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.20260903.023242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15933 Depends: ros-jazzy-webots-ros2-driver (= 2025.0.0-1noble.20260903.023242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-driver/ros-jazzy-webots-ros2-driver-dbgsym_2025.0.0-1noble.20260903.023242_amd64.deb Size: 14293628 SHA256: 713cc91283af309de947ac42dc68eaffcfdedd8ba82036992bc54937f1440df6 SHA1: 170b47f08ed8cb53ca1767a49da16728408d5a70 MD5sum: f9cc3645aaf3d8f02c0ee74c39818efc Description: debug symbols for ros-jazzy-webots-ros2-driver Build-Ids: 3965eaf46f26fd3d3ae383d355255d71f81c6736 5774be68b7ee317a33508b8a6fed31c3cf576593 adbd80edf17bf9385ed24d5c3edb301f70ce9eb1 d4a3b9a38c29db18bab273f4148ef14d392cdac6 d65f8669e1b5d6273b7931a4e4b3dc7072f3f182 Package: ros-jazzy-webots-ros2-epuck Version: 2025.0.0-1noble.20260905.074944 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.20260905.074944_amd64.deb Size: 32136 SHA256: 874bc9638565b83f7eb36d111bc5b21164221c416883ee65d9043961c267b90e SHA1: 34107800605d4e9b8bd5a1fe77f9cac99283ed83 MD5sum: e1beb645da2e721faab32e6ae96091a0 Description: E-puck2 driver for Webots simulated robot Package: ros-jazzy-webots-ros2-husarion Version: 2025.0.0-1noble.20260905.075327 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.20260905.075327_amd64.deb Size: 46288 SHA256: 8c520035a9e5ba7d93989f8f4fbd58c14dbc75223899a7a1301e1e299debf6fc SHA1: 4a16788c0e8c22734f0cdf5feac0859da82eb48e MD5sum: e37ca86d39aab5b17866e24537500679 Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-importer Version: 2025.0.0-1noble.20260902.015223 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.20260902.015223_amd64.deb Size: 63456 SHA256: 7eb46353f41afd1432e7379c3654505bb632e01bf019a06411bd81084e326123 SHA1: 0d09166a3350a45ca29fe3abc8ef62c430b9d349 MD5sum: e726b93d285c967b057a1c5445c6ea42 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.20260903.025436 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.20260903.025436_amd64.deb Size: 10288 SHA256: ea67c46f4abd507d2595ac613ebc1e54735a3a7a1ba2eb72ef11044f3d284169 SHA1: cd0cbbbebeb78feda62bc5678d31327a098b7b2c MD5sum: 25019112438828ad3b2adbfcbaadb401 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-msgs Version: 2025.0.0-1noble.20260902.042117 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3332 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.20260902.042117_amd64.deb Size: 234314 SHA256: 79e26f96f3435320ef208398320b24a17b3a7c5431a9eb20262d3b4cee12a31a SHA1: d185d7b187691ca7f0a7294eaa11e9115d072632 MD5sum: e48b652f13b79a57bb538a10f59c46f7 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.20260902.042117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2492 Depends: ros-jazzy-webots-ros2-msgs (= 2025.0.0-1noble.20260902.042117) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-msgs/ros-jazzy-webots-ros2-msgs-dbgsym_2025.0.0-1noble.20260902.042117_amd64.deb Size: 1979856 SHA256: e525407b9a8d27a214b92191923ee794d7b1965cb49d48231742d3302e250407 SHA1: 5799c38f4e2432555f770b26894f7b82f1b544e7 MD5sum: 69c015985909a2d03de9ea5482bea38c Description: debug symbols for ros-jazzy-webots-ros2-msgs Build-Ids: 10e0292487e25c2400c241cbaa729630a5c3f06a 38a05f6bffd472cd77bfbc4b057b2cd11281664f 45f231846bd4eb93a19fd293437e350437d7ee7d 4816bb5136ed05b4c2b2bf853ca6872a5624ee6b 5a573ec0e7037bbae9cb2e120977358c752f575e 73833abf41eb8ea95dc143b18525a6775933b58c 9cc4139d64c06ba7be4df8b0118436a6b76c12fe b2a70b9099285bc74f9c4c6a2e27999c69c9c20a c7828f7d4a056fdc02230d7b5185e1a5302c33de cc086a7889693cbd6b7c37b418ad86af682a5cff d91297914eb304aa733cfbb5a341d0536ded1791 Package: ros-jazzy-webots-ros2-tesla Version: 2025.0.0-1noble.20260903.025432 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.20260903.025432_amd64.deb Size: 13658 SHA256: e606f896d8a721e1b3b2ec177e2b04fc0be4333dcd247b5be648a39579906623 SHA1: bfcbe656146a946137fcec0a4078c6e1da7d6572 MD5sum: 248613f4073f0fb3ca681956147042e4 Description: Tesla ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-tests Version: 2025.0.0-1noble.20260903.092016 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.20260903.092016_amd64.deb Size: 8650 SHA256: 350963736ec9c79666433e0d21b37569559af6c99df409fecf1a2a4d5c401df5 SHA1: 0f20ab39c1c4216adcb742b980b6becd52d62fcd MD5sum: 8fef22493a7aedb62ba601ccca515710 Description: System tests for `webots_ros2` packages. Package: ros-jazzy-webots-ros2-tiago Version: 2025.0.0-1noble.20260905.074910 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.20260905.074910_amd64.deb Size: 20656 SHA256: 7b4970e6087a6503f611048a106d3beaf86d51c3b40e48db418269c3ab82393f SHA1: 2147c287eedad031bbc656ec02a20fdece2a9930 MD5sum: 9003901c153353d183b0232c592385ea Description: TIAGo robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-turtlebot Version: 2025.0.0-1noble.20260905.074941 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.20260905.074941_amd64.deb Size: 14204 SHA256: 947956f44cb1839af840e0b6f3bd50a173155640009058d11ba359850288cd05 SHA1: a421af4de4c1e2e640b245a3b1c8dd9c4b73b73c MD5sum: 3630a6f218c39685b2c1f15b4bbfd0b3 Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-universal-robot Version: 2025.0.0-1noble.20260905.074925 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.20260905.074925_amd64.deb Size: 3132062 SHA256: 20d39ce7c1a0459cb92d24c21fac44c855615e90d8a106f85c26ba649ed038c6 SHA1: 520f066d7c8d15c3c53f724b39d9ffa8f1ba44af MD5sum: dc5694469c7ea81ccfb69f71fa3027cc Description: Universal Robot ROS2 interface for Webots. Package: ros-jazzy-wiimote Version: 3.3.0-3noble.20260903.011947 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.20260903.011947_amd64.deb Size: 306362 SHA256: ed6e3c13dd1f58746b5640baa4f3369b308a51418c8d3580ceafa071fe580113 SHA1: c8923628772230ec20ca7e14e9923a516551a3d7 MD5sum: cc76c382eef915a773c923b6e81ef3fd 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.20260903.011947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7761 Depends: ros-jazzy-wiimote (= 3.3.0-3noble.20260903.011947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote/ros-jazzy-wiimote-dbgsym_3.3.0-3noble.20260903.011947_amd64.deb Size: 6552772 SHA256: 76a6560d6f9fdc3f2df5be73b3fe57c1a7f9da0eb9ebe4eb0363da837d86fa90 SHA1: 62d2f5220470709bc1956668ae14b0c17c3d0b15 MD5sum: 7df1228eb2f2c067e7c3e0cd4d67fae6 Description: debug symbols for ros-jazzy-wiimote Build-Ids: 3df50bf6a65197db3e4b5af43e0ff965449e9112 7693a1c144d2fe690dfaa681168ce918c0212f4b d25ba1d8ae5886509073990fe394ff9bb7c00587 e27bb6b947b09b5e1889519ba8718556ab9e23b3 Package: ros-jazzy-wiimote-msgs Version: 3.3.0-3noble.20260902.033512 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 976 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.20260902.033512_amd64.deb Size: 93106 SHA256: 319418968bb55beb4cf1fe2d053597a648b4f0a68244b0d0341ed6cc4f81bc4e SHA1: 48a0f21138511ce2ce21ade976ca982a4a44307e MD5sum: f14473c4dea957baecd5a61121009fd6 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.20260902.033512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 608 Depends: ros-jazzy-wiimote-msgs (= 3.3.0-3noble.20260902.033512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote-msgs/ros-jazzy-wiimote-msgs-dbgsym_3.3.0-3noble.20260902.033512_amd64.deb Size: 468680 SHA256: 12c2dc1d15b0e117065724ad845ba2c4e9183e01b7d673f38d14c0a5d57ea8c4 SHA1: 4d38c3a0f6fcc6ff862a99460a93b321c3960426 MD5sum: 1643c53aa86d3daef7484e982c5f0aa4 Description: debug symbols for ros-jazzy-wiimote-msgs Build-Ids: 0c6ae216cd90ca7977114136fb7afe9bc51c578f 2e1e06c09abc520021078c23a8b6c12d4a4eabfb 4d6c3aca683be78aca16d1ea4b5e6932ced124a7 5bc0c91a2e37746c36edc04ba98fbbda116ffa5e 753483ace34ec1da99c3dc80e3aa9d48f76815a8 7938f7863439f4c7387bc0a1adca2d459b50eb1b a1671ff3407a1dcccb99158cd43251bb72413e24 acc6ea9c4fec0a01234e4b53921c1716e64fcb0f b05a199c80eb5186a9b156ea89af921e03503b9f b8fda9401031a1a6d3d3b84a24b2ed2b56106d2f bec90f48b9e822aac833f739aa5525a781fce64c Package: ros-jazzy-wireless-msgs Version: 1.1.6-1noble.20260902.035212 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 932 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.20260902.035212_amd64.deb Size: 91210 SHA256: 2d538e2576d04ba5d83ce29532f08e3f2d59d4e422f5aa2392fafc18da9e9be0 SHA1: 054422c59f371743808229cf9fe8cda42585be77 MD5sum: ab1aa4572d7c5fd38c75e0984536d1cd 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.20260902.035212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 738 Depends: ros-jazzy-wireless-msgs (= 1.1.6-1noble.20260902.035212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs-dbgsym_1.1.6-1noble.20260902.035212_amd64.deb Size: 592680 SHA256: e8af340d9bbedfc9b4134a9feacfc1158f942c7de5eaba8e4a0701d10b4a49b7 SHA1: f19fc223d6cf920da23fb51d036ade7801bec7f1 MD5sum: a51a85b8de911c001685a9742a61b0b5 Description: debug symbols for ros-jazzy-wireless-msgs Build-Ids: 11391622c0b422b2265525564c143834e0ef439f 1470597504d37ee3912095267aeab789a6dbd329 1b218a7bf6d242ef7c21a08818028907fc4d1d3f 53d187eb4e5dd9b13ed5d472138103ca2b94b760 558d940c8e78f5b219652eaa58a579fe6c5e20a9 663b2d58ce2bc21aefb813834d9e20f1138e9606 83176b17e0ece20b2149c1545658a507574802e0 85ca90b17103ad67b39e25bb6187cd3f7a74adcd 9c9e69eda5d92580d8f9ba54d29b5ec0a29b01d3 c714cc0875ed5a821c1685eb8e5bbec3f8caec02 c9f08e5cc2a4ea7000a86b2cc7b98ee77089fa5b Package: ros-jazzy-wireless-watcher Version: 1.1.6-1noble.20260903.071053 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.20260903.071053_amd64.deb Size: 119484 SHA256: e12d37bf19ac6b725b9dadbf6ecfe1f6902ea15cdf7b0aaea5b92d6e373d23cf SHA1: f03698f69c90431590e51e94ef052badcbcbf86f MD5sum: b1bb9b86bbe4a452f0e18f017d990c4a 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.20260903.071053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 1794 Depends: ros-jazzy-wireless-watcher (= 1.1.6-1noble.20260903.071053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher-dbgsym_1.1.6-1noble.20260903.071053_amd64.deb Size: 1673350 SHA256: baac8b3b812111eb620bbf5afa60bbe22c3e45d964ca777f8e354715deb837a5 SHA1: adca7d8d7296cd839b2c6036c22a5185f63bd90c MD5sum: 2892d28fb80de112c17ad1f255bb2de0 Description: debug symbols for ros-jazzy-wireless-watcher Build-Ids: 7c44dcf5a7bf0a080daaf18aadf8a0368da50048 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.1-1noble.20260810.121008 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 Homepage: https://index.ros.org/p/yasmin/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin_6.1.1-1noble.20260810.121008_amd64.deb Size: 578608 SHA256: 8f37d24dc68a954f32ef1e72e798157bf34c4290112f76ca473f0ded37afe247 SHA1: 8531412da9a98f7d4f1cf0a2a0d5337e683f58bb MD5sum: d646297607408380ff64c3a59a14ccd0 Description: YASMIN (Yet Another State MachINe) main package Package: ros-jazzy-yasmin-cli Version: 6.1.1-1noble.20260903.031114 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 Homepage: https://index.ros.org/p/yasmin_cli/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-cli/ros-jazzy-yasmin-cli_6.1.1-1noble.20260903.031114_amd64.deb Size: 47936 SHA256: 6f1d2e03f79b3cf913cabf5e9140fa4e7148a4654469ac130596f37a8ab96e28 SHA1: 02a4a61bbfa0c3b966b15849a2fcd4cb6f146c0d MD5sum: 9a87ff42194fbebb507a7b050ee5d0d1 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-jazzy-yasmin-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin Version: 6.1.1-1noble.20260810.121008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1572 Depends: ros-jazzy-yasmin (= 6.1.1-1noble.20260810.121008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin-dbgsym_6.1.1-1noble.20260810.121008_amd64.deb Size: 1501272 SHA256: 36718285b556241b47a241e308d2840d0a9875ecbad450bc7e90460e50a3a156 SHA1: 0244feecc3907084ddfe82c2e1aa47b107e9f388 MD5sum: 17fa1c9eb3d84e65d46243b7aaa6ed56 Description: debug symbols for ros-jazzy-yasmin Build-Ids: 0e1f6bdb72787f438219c0a606e6df6abf83d7d1 Package: ros-jazzy-yasmin-demos Version: 6.1.1-1noble.20260903.025301 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2059 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 Homepage: https://index.ros.org/p/yasmin_demos/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos_6.1.1-1noble.20260903.025301_amd64.deb Size: 393140 SHA256: ed140c308b77180d3ff28000ebc4dea22452e17f978c976a4fcfdbb1dcdc9aa0 SHA1: 4d71f8290944f42fe8cd6c0b0edd9ff8ac2219e4 MD5sum: 539235fcc8ba4a54c2db4c9d4c70591f 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.1-1noble.20260903.025301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 13490 Depends: ros-jazzy-yasmin-demos (= 6.1.1-1noble.20260903.025301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos-dbgsym_6.1.1-1noble.20260903.025301_amd64.deb Size: 12531182 SHA256: d27a33ed6a8cfcdbd73b378d9ad2541a368c9b8fde2a6b968db18f5a89c144cc SHA1: 0aa32423f955c9a738cd6e5166ccee58335522e3 MD5sum: 13eb438f8eb5b9dc6cbb88dbbd3f11d2 Description: debug symbols for ros-jazzy-yasmin-demos Build-Ids: 00519953a6e00bd3641ba8dae4f52a1c210cf137 0f8428c1b963e8e04e14f0c796064f554afac7c7 16c3b46689573f837ecb3b7af097680bebbfe2a2 372ad92e37354f46b719ff22d3ee6a70d2624170 52f3ba103a0dfca17c2c10f59bf27ee115dcb00e 59a183acea69b46acd500411cc3c9ddde7db48cf 5a403080462d7798e054e0fc01002badf92e1b74 5b01ffa5dcee793bc323ec5c9ad782f5e93463e3 778bd91a312c4c8479b623e6f95f051bb74d4383 8aa445249c941b5cf7c8ce085bb5425bed1672ba 95c69b092ba9d812288aef3b705a786bdea17742 b02b04b4ac1530d959c099141334ed0cee7f5793 c375db9ff971a7b14f7494445686d941bafbf81d ca2a0518a7bd63023d45176c2fa75205e41b1010 d703d95f4769a044a4085c78b4441dee51e1e970 df13f7a5f3ae04983869e5268728b658178ea052 e440b50e317a7bd494c3d7bd580f23355a3bc47b edd006526828d869d0ffa9bd47e40e0ff728b9e7 Package: ros-jazzy-yasmin-editor Version: 6.1.1-1noble.20260903.030738 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 Homepage: https://index.ros.org/p/yasmin_editor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-editor/ros-jazzy-yasmin-editor_6.1.1-1noble.20260903.030738_amd64.deb Size: 123414 SHA256: 6eb73098af1c17fc5e7b94cf214b2d2d2e6c98b7df94df1a1086b7bc6b196085 SHA1: 5b3311dc15dfdd9f472244fa61884ebe513f86fb MD5sum: 319caeca687be487a4eee82d4d9ae083 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-factory Version: 6.1.1-1noble.20260903.024511 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1191 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 Homepage: https://index.ros.org/p/yasmin_factory/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory_6.1.1-1noble.20260903.024511_amd64.deb Size: 319946 SHA256: 4b5cd124ac02716cf18925fb6c30193b081eb344dbab6cdfd3d508164ec50373 SHA1: 9dffa912d8073bc65ba940e02ee77d8b98ba2d4f MD5sum: 48ae33f6a8359439694c67e64f9a0d0f 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.1-1noble.20260903.024511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4429 Depends: ros-jazzy-yasmin-factory (= 6.1.1-1noble.20260903.024511) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory-dbgsym_6.1.1-1noble.20260903.024511_amd64.deb Size: 4205602 SHA256: 89df3b08ce7b1e6f847795d8ff9cfea4c7fa967c9a215d8ba947516ee064ffa7 SHA1: c3acc8fd0ef24f4eeac30940bd8a6cdf462f891b MD5sum: 9ebc65ffd2c0fbd9679dce43491e67bf Description: debug symbols for ros-jazzy-yasmin-factory Build-Ids: 4d98d62d4ffdfe8afd670cb8fca9a60818240234 948bb047c03ddc2c73ad7a7da357f8b18794c91a eb251e8b44b3815053bc59d799cc4981fa808259 Package: ros-jazzy-yasmin-msgs Version: 6.1.1-1noble.20260902.023546 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2028 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-generators, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/yasmin_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs_6.1.1-1noble.20260902.023546_amd64.deb Size: 160674 SHA256: a6ff14980e1f9c7e01b9eda16ae9c1961d7e712b5d61e964e82cb108679d3fed SHA1: d999521c1b778525f2b38ee0833de9bfd5b724b7 MD5sum: acd7d377f1da933fd3ffb282a6f66991 Description: Msgs of (Yet Another State MachINe) Package: ros-jazzy-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-msgs Version: 6.1.1-1noble.20260902.023546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1316 Depends: ros-jazzy-yasmin-msgs (= 6.1.1-1noble.20260902.023546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs-dbgsym_6.1.1-1noble.20260902.023546_amd64.deb Size: 1000160 SHA256: a8bcdbfc1ca29a9e974e33732f4003db38c03284e48e9409932baa491d3008ab SHA1: 74dce4186a4ef2570639ef347e6b8eb0607c3d89 MD5sum: 1fa8d0bc3f6a02874d98aa69cf9924db Description: debug symbols for ros-jazzy-yasmin-msgs Build-Ids: 488f4d0b8060680971dd37f6f0a0c8f41f1d2aec 56ca6de90e5eccd4192a7d4480bd66728c10d41d 6da1b766f5431e624848aef08845c83781a6c4d2 6eacd14e6ac1669fb40cda6fe6a840e2af6d7518 7292bc1c0528c4d28626d72cb77d70bcc21cbfe0 7f42193cf555964d43d2005a24d544e847f1e8de 9400677ccc977f208a10a585aafee826775380fd b287a8fd84d941f553ed54e87e24486cf99cc6b0 c23c887c065d5ab6c552654ffe4e180a4f30679e e54fcb7195967c2a8472a9733d4823dd600dbd3e f515bf360f2bef8c644832ba078ecc929fddbfa5 Package: ros-jazzy-yasmin-pcl Version: 6.1.1-1noble.20260903.075947 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 Homepage: https://index.ros.org/p/yasmin_pcl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-pcl/ros-jazzy-yasmin-pcl_6.1.1-1noble.20260903.075947_amd64.deb Size: 103912 SHA256: 9990657113961bbe34fe1fedd62400c4e5ca869050c8055566a5c2647b890149 SHA1: 2fedc8808c03a73c56bfc31c017075c8c242a676 MD5sum: 28157482c58ef5df0ff3ecbc61dbc8c5 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.1-1noble.20260903.075947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 5603 Depends: ros-jazzy-yasmin-pcl (= 6.1.1-1noble.20260903.075947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-pcl/ros-jazzy-yasmin-pcl-dbgsym_6.1.1-1noble.20260903.075947_amd64.deb Size: 5497854 SHA256: ccea34f81cfa7e1f9349fdc7853fad55aa8ffa3eb3e1236bc62e7f29a6fb6d94 SHA1: 48f23667b779950d8e2d99f311dfd1baabdf19de MD5sum: 069e8a164190841685771e303af0c88a Description: debug symbols for ros-jazzy-yasmin-pcl Build-Ids: 280e33d2bb3ff58e8f6e2ee5ec11f0c6220b45bc Package: ros-jazzy-yasmin-plugins-manager Version: 6.1.1-1noble.20260903.025617 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 Homepage: https://index.ros.org/p/yasmin_plugins_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-plugins-manager/ros-jazzy-yasmin-plugins-manager_6.1.1-1noble.20260903.025617_amd64.deb Size: 41426 SHA256: 5fd27e6204cedc82a56524f797311323b6e00c1746f665746b7932b2e2efcc0c SHA1: ed3935b390f1195801fcefb59ee6c451dda80264 MD5sum: 3b1bfc5e44f99f57cca23b2dba67237a Description: Plugin discovery and caching for YASMIN states. Package: ros-jazzy-yasmin-ros Version: 6.1.1-1noble.20260903.022911 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 Homepage: https://index.ros.org/p/yasmin_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros_6.1.1-1noble.20260903.022911_amd64.deb Size: 219608 SHA256: 77add4ac50f72554f042541c232a213e40a97961139887bf2694cd6408fbab13 SHA1: 26e6ca17ee131270b8acbc09dcf788fdb94f5c2a MD5sum: 24fa4a0c99c1260bfad7428f0949ede4 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.1-1noble.20260903.022911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4622 Depends: ros-jazzy-yasmin-ros (= 6.1.1-1noble.20260903.022911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros-dbgsym_6.1.1-1noble.20260903.022911_amd64.deb Size: 4173806 SHA256: ea3b6f39db49e03d629e1ff0d790b6db8abccedc10bb8de34c9cdc4091abc439 SHA1: f38ff049ccb061293ee7b65fedde79bd4aa38520 MD5sum: 061a65408b4a36b67f1f5fb73c012243 Description: debug symbols for ros-jazzy-yasmin-ros Build-Ids: 63ac030cc4b7a4b590a16063fef3b5ab089d0e21 91bcd1aac4160c8f66ef5b395ebcf20ffa73cf85 9a49ad384f1d099b616fd316e121142663ac30ac d72af137a9b7d7cb5f102614a1d904752c3e4e2d Package: ros-jazzy-yasmin-viewer Version: 6.1.1-1noble.20260903.024013 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-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 Homepage: https://index.ros.org/p/yasmin_viewer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer_6.1.1-1noble.20260903.024013_amd64.deb Size: 943964 SHA256: 3747125ab2dd1f5f484c4f06186fe9bae7500aa0652737410c168b35622d387a SHA1: e4b44634301c34466f7d98c101e5d7539789992e MD5sum: 1a9e5c610920f4edb8af4abbd2aa2c95 Description: YASMIN viewer for FSM Package: ros-jazzy-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-viewer Version: 6.1.1-1noble.20260903.024013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4503 Depends: ros-jazzy-yasmin-viewer (= 6.1.1-1noble.20260903.024013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer-dbgsym_6.1.1-1noble.20260903.024013_amd64.deb Size: 4028750 SHA256: 3a18b6d218c170a0914d9bb151c143c5571d4853c69093b726dfbde19bafcf65 SHA1: 468b96638d33ebf0e8c3209fa3e27cc8e8588efb MD5sum: bfa315f647a035cf4eb440e3dbdc7a63 Description: debug symbols for ros-jazzy-yasmin-viewer Build-Ids: c717a15c6a142e2b7175b5fe87ea1a783e9138b6 e2cc2e242f1cf0b32af64294b7be9813ee69ca18 Package: ros-jazzy-zbar-ros Version: 0.6.0-1noble.20260902.104728 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.20260902.104728_amd64.deb Size: 301820 SHA256: 42d0bbc425634d206eb457e9d2487443ae319b3710c4855be2efc8ac74df763d SHA1: 32b9c9d9100a7967d697a056feaa3c0b49c71152 MD5sum: c87b95a27ae984d15f942d58b3263ac0 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.20260902.104728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3207 Depends: ros-jazzy-zbar-ros (= 0.6.0-1noble.20260902.104728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros/ros-jazzy-zbar-ros-dbgsym_0.6.0-1noble.20260902.104728_amd64.deb Size: 2825100 SHA256: 61389dab2ddbcb815ff7d677a61d0631fd0b6dcb83437385431b87285644b0df SHA1: d44da55475b9971407988fafb90119bfaaef4fc3 MD5sum: d7047dac4e881761b0c92e2993c8e50b Description: debug symbols for ros-jazzy-zbar-ros Build-Ids: bc122eea6d11193727e014e04445bfb465980725 Package: ros-jazzy-zbar-ros-interfaces Version: 0.6.0-1noble.20260902.042012 Architecture: amd64 Maintainer: ijnek Installed-Size: 455 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.20260902.042012_amd64.deb Size: 46960 SHA256: 09ebd9f528c21c838b9c37fca6b4b51e6bb184f4876234ae13c78b3aaf3f7e5d SHA1: 1dda248505a780beb34af548edf23558ddf1cfea MD5sum: e475df41cd80056ec0e0bd3ad425178c 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.20260902.042012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 300 Depends: ros-jazzy-zbar-ros-interfaces (= 0.6.0-1noble.20260902.042012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros-interfaces/ros-jazzy-zbar-ros-interfaces-dbgsym_0.6.0-1noble.20260902.042012_amd64.deb Size: 210280 SHA256: 984fd17a1cb08d4334a5b1b3af91d202fc6a65bf857169afd8db994798b19051 SHA1: 8261adb8e1ffd765306856abbb649416c541f313 MD5sum: b268e850ed5df5fc9a5d95700c3ddc01 Description: debug symbols for ros-jazzy-zbar-ros-interfaces Build-Ids: 459aad8f39b5949ef3578c71defd77a736bc66a6 5601f2799eee708580afec6f7911a8080410880c 71017b925dc62a83e6829dc6e1a045f13fbd98e3 7db09524ecf7e3f1eb6fd1dfe32f54ead1f32be6 9b1dec3f7b71b8d7d3828ff2edb4723b04e64ad2 a64faa2fa27c0534e9492c8bca25c56e01426a67 b14ef6e497ba932654bde430eb962fc7adfc5ac0 ba16db7335765bc8911e8966f6f00e42c0987f63 caa3ac8634c580d028705d2da4a7cb7e631ec958 f5f531a530e07774cd5483ba8e57a8c690fde4bb fd2ca6ee70bb92f8f8da0819d13e7d60a973a6f0 Package: ros-jazzy-zed-description Version: 0.1.5-1noble.20260905.072408 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.20260905.072408_amd64.deb Size: 2032244 SHA256: 3bc3b49574fb44f1e0c1283e12652a93b41c8b7b923234a451ee20857deda624 SHA1: cfbb11e33b4f6a033113cd45c0850f974e9655f3 MD5sum: 2750c4ff3f1a968ecd20a544b8724750 Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-jazzy-zed-msgs Version: 5.3.0-1noble.20260902.034702 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 4839 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.20260902.034702_amd64.deb Size: 330256 SHA256: 5149e679d0ba147c6768990ee949c6be851656f6f90d526a272176dae6099bbd SHA1: e8b529d63aa63d57812600db14fdab084fdfdf07 MD5sum: ebc4cdfaa60dc0a52910208646b886be 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.20260902.034702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3614 Depends: ros-jazzy-zed-msgs (= 5.3.0-1noble.20260902.034702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-msgs/ros-jazzy-zed-msgs-dbgsym_5.3.0-1noble.20260902.034702_amd64.deb Size: 2946704 SHA256: 909e8b390b61c33f12ffde31a6b3f4a26df87c1e5a92f5ee19714e02aa3bece2 SHA1: b4923fc49c1f722b4545b2f5da57b9dba5314b4c MD5sum: a2988acb3aa35ed8d4c16b62ea5550ba Description: debug symbols for ros-jazzy-zed-msgs Build-Ids: 2824a0aa0467d0166d2fa08f8fabd010f7e3f52a 4e983dbd87ec14885b510fafb5bc7c8602946a52 5db16ef7e97e6079d62e5c604638430b7e12e531 5feb4a41396dc82728c05e0207af97888dd67148 76464e7d802b1592b17df6e246574a68015bad3a 8b68e17fc57f20a386b2f9d1c13cec2226649a3a 96163d033c3d74d0149946b4a6cadc60b3681b72 9f9ecfa89adea6fb3a70927efe2ed4105499af26 b21e22968ddfdf53d8e836e55dcbaee6f242f2d5 bbb3c816794cb57a49b059b79d14c5362302b855 ec9849a1e41a355454c00c0316d0994eef2c1adf 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.20260902.041134 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.20260902.041134_amd64.deb Size: 83198 SHA256: 4fa00beef316acaabd16661a91fc51e641fbf96677304f1f0c65333629a78a07 SHA1: 17e6e9be2c272bbe11001387c1a2af567ce4f44c MD5sum: fee4dab0698479a4401e9e254768ea48 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.20260902.041134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1105 Depends: ros-jazzy-zenoh-security-tools (= 0.2.10-1noble.20260902.041134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-security-tools/ros-jazzy-zenoh-security-tools-dbgsym_0.2.10-1noble.20260902.041134_amd64.deb Size: 1048546 SHA256: 66662e266933ab94f386ee1d8997e8e71e4a92a3e8917061cd5f0d98293ae349 SHA1: 42cc54ab32c65e94864e2773cb105c13ddde8e37 MD5sum: bde3a9851237e3d2713eb04a57974067 Description: debug symbols for ros-jazzy-zenoh-security-tools Build-Ids: 129ab2c96c15a8f6fdfdab1c2acd97f8dabe6270 Package: ros-jazzy-zlib-point-cloud-transport Version: 4.0.4-1noble.20260903.074612 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.20260903.074612_amd64.deb Size: 125266 SHA256: 0e354ad3fa8d060af7e828fdf09273d8de15e7e91e6bf1bcab21bcd987b4a138 SHA1: 7d954aec98314f4bdebbd76aa33bf1711fa152d7 MD5sum: 2552b34ddc105a9171ebc2225ecea16f 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.20260903.074612 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.20260903.074612) 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.20260903.074612_amd64.deb Size: 2885660 SHA256: 8dd0aff66fa22c9128cbd5c27cd7a54bfe3f6deb0f320b28e5cafcfa1bfbac29 SHA1: 101dfb97c0b89dfbef5e00040c7e7f753ce9f68c MD5sum: 96d22b3f0df112da8c8476fcd5edbd65 Description: debug symbols for ros-jazzy-zlib-point-cloud-transport Build-Ids: e9987eb0621b80724ef29ec5202fac8c16674e73 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.20260903.073902 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.20260903.073902_amd64.deb Size: 116528 SHA256: d5473002f24be2b927ba2b70c0036e5a4981ac95da3917aef1d9ccdc21c6558f SHA1: 670d80350d6031c2e4335d5d8a729138a2165444 MD5sum: e3019ebd32f88bbe6f56645cc5bea8bc 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.20260903.073902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2571 Depends: ros-jazzy-zstd-image-transport (= 4.0.7-1noble.20260903.073902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-image-transport/ros-jazzy-zstd-image-transport-dbgsym_4.0.7-1noble.20260903.073902_amd64.deb Size: 2230340 SHA256: 7e296f2c51b5bef0dc5a0b7b7f6bbbd8f64f4e98c069a92cb162bfbe47c169b1 SHA1: d3d0d509c1173e67ea1a7ef2392ae889524e0f86 MD5sum: 51b06ff49e2f42752547011f59f60a6d Description: debug symbols for ros-jazzy-zstd-image-transport Build-Ids: d19e468ece505a23810c4f1ee7f72c86c62f1552 Package: ros-jazzy-zstd-point-cloud-transport Version: 4.0.4-1noble.20260903.074718 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.20260903.074718_amd64.deb Size: 123854 SHA256: 618daedd764fde51185e11edfa040f621aba0c7041d0b1ec68e591b534b956c8 SHA1: ec7eb9f8aa9b4b993063662f3edcdb40549bed13 MD5sum: 8256ad9d54618be3b598b107d75c6094 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.20260903.074718 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.20260903.074718) 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.20260903.074718_amd64.deb Size: 2301266 SHA256: 04f01b60c356dcb787995b750df7ced6bd04db77b13a3bf71b3c77488a3fad39 SHA1: ffd2b9376190212c43b4bf7eef286c7200901931 MD5sum: f1489b27a2c864ace0a3de0b6f5caca3 Description: debug symbols for ros-jazzy-zstd-point-cloud-transport Build-Ids: 088ab6aa4f57fc156aad5d45ae7eeb6d02aeb3e4 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.20260908.165002 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 586 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.20260908.165002_amd64.deb Size: 53116 SHA256: fb7f04f5e10ff695784c6f35dfc94b419991026c5229265c23a23fbe94ad464a SHA1: a57689c271b13bfeb041091e61fa74dfeabeb8ce MD5sum: 80f5f7f9e5f8aafdb3cb58b5aa4f9ce7 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.20260908.165002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 367 Depends: ros-kilted-ackermann-msgs (= 2.0.2-6noble.20260908.165002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-msgs/ros-kilted-ackermann-msgs-dbgsym_2.0.2-6noble.20260908.165002_amd64.deb Size: 261558 SHA256: 10167e7efaaab465dd750de0e866af84a5223cce2f3c20c45e978a5477c20a78 SHA1: 4e600fc3b9334a1da2d8b70506d0901ef22dc88d MD5sum: d3a20fd2849009e6ad66aad75d33726f Description: debug symbols for ros-kilted-ackermann-msgs Build-Ids: 24a6da3670c8547227578fad3c8a0f57df9b2370 3bcb66b09ff9f4c6250ab165f4e3bf8736927d7c 4e6d7124ee40feee30329b665c4d32ec7e416c93 57cbd1d1a2728a0b9fb3892388a9d88056513c51 857b07ef5a7702591551300702765f4ccaf571fa a4ddaaaa5a55c2ee95987d9a2b0fedb2025e4750 a72a208cbb1ed64e945d0706d865dc680a51f0fe b20d17c31773d0993b53a3ed86d83dc31184f75e b97a93b1e530e2118c482fc29e3d8a448d277fd1 d6fff1bc77035164c51565f55c0fdbd31b34b795 eeff814f2bba9faf9a256cc8b7d27965cabcf473 Package: ros-kilted-ackermann-nlmpc Version: 1.0.3-1noble.20260908.195013 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.20260908.195013_amd64.deb Size: 46182 SHA256: bb9ddd056a5c4e13207ef6f5a6a940e9a24e15670b417abbe9472dde459e9078 SHA1: b087e7755f7f9eb070b5f14d321e84dec1cd9ab0 MD5sum: 42c84668f46d562fee0e3045a4d666c5 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-kilted-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260908.165025 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 674 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.20260908.165025_amd64.deb Size: 64050 SHA256: c80a6ac1b8f618f2c605c62cb3284f0e3ba865b43820dbd83dd8902461594b1d SHA1: 033f8e95b8c14c98bca02da273dd115c039ac288 MD5sum: f2f490301c0088ff0213183f711477b3 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.20260908.165025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 441 Depends: ros-kilted-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260908.165025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-nlmpc-msgs/ros-kilted-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260908.165025_amd64.deb Size: 330660 SHA256: 3916b82dca670eec592b85ecd13a06ecf5269f6846c77f11ad464cc13f1fa417 SHA1: 874853e23fdbcd133686c34df6b08a376dcf6b4f MD5sum: e79df7e317a71c3f975c90c06e382f76 Description: debug symbols for ros-kilted-ackermann-nlmpc-msgs Build-Ids: 01b0f9e3a7015b212f1fa365c10160c2952f07c7 09fb0c897f3c6a238d678c092f1a1f681d0f2858 1db67ea99cd96171d96cf0188ed30531b3314ec2 3703bdcb5e9dd4bb054da50f43c92a1c66b7ed6a 6563c70983422ab148957733f39895182852f788 6f345df08cea4bf6f155721b212238f4b7507b8d 7ee4445c19b374937d628bfbf385ff4437429957 82653e4edc6d11452a2aff4c37f73e53d59bdfd0 a13ed06394606e44332686bad2d530d4a1d56548 ada28e2071016bac58d3373033c413bf67f33b11 b88e3f93a068883d52d712fbe8a8dcba083b6eea Package: ros-kilted-ackermann-steering-controller Version: 5.17.0-1noble.20260908.234649 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 203 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.17.0-1noble.20260908.234649_amd64.deb Size: 51560 SHA256: e697992b47a097fd87e317b658d8a386f3e2c844264bb65fb2ce651a22b32e4c SHA1: fe8490c4e8e480c16125c5674ad1af5825c2a1ab MD5sum: 470675339fa8fbd95632193e1bf54dbd 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.17.0-1noble.20260908.234649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 741 Depends: ros-kilted-ackermann-steering-controller (= 5.17.0-1noble.20260908.234649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-steering-controller/ros-kilted-ackermann-steering-controller-dbgsym_5.17.0-1noble.20260908.234649_amd64.deb Size: 710908 SHA256: 30857030ac677d0e830bf3275828ee11568c3658e9371d33449701e57c6925ae SHA1: 844b560daa7fc15adf4aa4a6159601e86c20bb27 MD5sum: 54fb912bc08a0e0d0f7c878dbd35b95d Description: debug symbols for ros-kilted-ackermann-steering-controller Build-Ids: 3b8e472ed58dbc394fb2f0111f3dacb70c9f98ae Package: ros-kilted-action-msgs Version: 2.3.2-1noble.20260908.142623 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1126 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.20260908.142623_amd64.deb Size: 99758 SHA256: 3a8ce5882a3bef716b33c94bdb288726e9e6b3dbfd476312048d05cf9947df41 SHA1: a1818529eb397de7ef68ae8ba364556ad9056cbe MD5sum: 4968d07bc441f691496e0ba396dddaa7 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.20260908.142623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 806 Depends: ros-kilted-action-msgs (= 2.3.2-1noble.20260908.142623) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-msgs/ros-kilted-action-msgs-dbgsym_2.3.2-1noble.20260908.142623_amd64.deb Size: 626710 SHA256: f7ccba6563db4f87e50970bedcac39202d1089c47b527953f4e3747346b100ce SHA1: cf95fbe9537158bdd25fe0768332a51bab47451a MD5sum: c66c0fb5d8dbd8e3ad655f8966514bcc Description: debug symbols for ros-kilted-action-msgs Build-Ids: 124ce77ed54a17c8e6adf592f7d374aa3c1e11eb 12cf3f5662ef2e1d64872d16d4e586a74dba1094 16c2864ea9e8a6b4b731f5d8911d05e3824fa352 1ed86e1d7f5c67fedfc999175a49e2fdffa9f006 3372b7b3ddf31615013035e90ed0db4c8a3c65ca 48cb86803c6835fb61b9d50e3cb5037fbc8da794 516e048921a37c09e5f9947c01c17553427cda30 536c86d31d645d3442a2021753433bf815c04e46 c80e37845cb6a8c1d86a27e31e881cca52f5ba2d e5f3d38733fc37865345d84c798d8e92bb722dae f777c843269c06d18a85332543b26fd90a4aac3a Package: ros-kilted-action-tutorials-cpp Version: 0.36.5-1noble.20260908.211228 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.20260908.211228_amd64.deb Size: 76848 SHA256: bdaf598a7c2c98f4fea3b8a4db58ca0cbf368892530f5ecfbc9e27af5a44fb33 SHA1: 06be7266c2ddcf120aedf3ab15d87a15fa1684f2 MD5sum: cacf0e62852374195ef3372f1479ba6b 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.20260908.211228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1851 Depends: ros-kilted-action-tutorials-cpp (= 0.36.5-1noble.20260908.211228) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-tutorials-cpp/ros-kilted-action-tutorials-cpp-dbgsym_0.36.5-1noble.20260908.211228_amd64.deb Size: 1565826 SHA256: b2ebdb855651b9da995f086110264501bdfeffd44da0d39a4d3759e7ade2f1c4 SHA1: 4bb340eab3d2badc01e0c9ae8d8b004033d807ac MD5sum: 6b2c1c290d8708af27c2f6f750052579 Description: debug symbols for ros-kilted-action-tutorials-cpp Build-Ids: 451c0a1ce4a6ff13f1e3259a6f8cc3a1d90f3877 7b546ac55af63f99caad2e24ca6759486db75e84 a719721e076ab928aa7320496f7feb2fb01eded3 Package: ros-kilted-action-tutorials-py Version: 0.36.5-1noble.20260908.205933 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.20260908.205933_amd64.deb Size: 10804 SHA256: 1edf27bb0a862c56c492a74b8b057308b80eb6386e6be77ad8b2b27ff6801ac5 SHA1: 25d4ff0606f5755d558d104d0d076ab138e0045a MD5sum: d627346cee3dcdf8ba31e8a55f27386f Description: Python action tutorial code Package: ros-kilted-actionlib-msgs Version: 5.5.3-1noble.20260908.151438 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 721 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.20260908.151438_amd64.deb Size: 70618 SHA256: 7c4aec8a264feae1585cc5f319510b1ae9b138db309740ee51d818f981b91817 SHA1: f3223c746e97a3bd4d60f1336406b44e8e667e6f MD5sum: c6f3a5ae1ed1c344b26cfd781a1fcea6 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.20260908.151438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 528 Depends: ros-kilted-actionlib-msgs (= 5.5.3-1noble.20260908.151438) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actionlib-msgs/ros-kilted-actionlib-msgs-dbgsym_5.5.3-1noble.20260908.151438_amd64.deb Size: 398236 SHA256: 62a42af1a068fbe49a38c6fb7d6c5f4899945c7dd900c34158c2c9639f4531be SHA1: ef3d46553bca3405855fcff65f737ffdc853e6ba MD5sum: ff20072080d354b6e7f784698ea49b16 Description: debug symbols for ros-kilted-actionlib-msgs Build-Ids: 04b1fdcbfe58f11e127add36578d6237b4791197 1e6ca8df32e35932343b8fba13a5dad13e290b03 265287d41a7429d1ff2285ea2cf2e1670d90d5ea 2e68072f13c9f150812ee2c662408bbf63825dd8 31750d1c56a6587255593cbe7fe151a022358e01 47ef3a162dc6e1e268ac5bd8f1802a5fa7089f47 6b2614293a75528ff1da68829d6826963c720367 6ef8c27c175c1471ef46dd5039b7dd38d3e9a4f7 b70330e0aca498c1c8d1cf958761d54f7e11d486 c26f523390559346bdd65e2ac1329adad094c137 c3732e2ca8a614ced975f4798663fa0d18115cc5 Package: ros-kilted-actuator-msgs Version: 0.0.1-4noble.20260908.165050 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1418 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.20260908.165050_amd64.deb Size: 103908 SHA256: b420b852632d166779650e6da8d70ea52645edbf916e4e3ac4839e47174c22a0 SHA1: 6c6e9b21a180b0fca97bf1716a88afa1f51f0c01 MD5sum: 755d5672ec1dbf640b3115d5aa4f39b3 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.20260908.165050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1059 Depends: ros-kilted-actuator-msgs (= 0.0.1-4noble.20260908.165050) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actuator-msgs/ros-kilted-actuator-msgs-dbgsym_0.0.1-4noble.20260908.165050_amd64.deb Size: 833592 SHA256: edb431c6fa36f385da621c0bfd2b1068567823403c24c310f98ccfc79e0919bd SHA1: c43fcaa1396836b609f042b663f7648a47955cd6 MD5sum: 2309bb14a3cefc45e22b3701df96aafd Description: debug symbols for ros-kilted-actuator-msgs Build-Ids: 0ef3a065322031d39dd0b0606864b5e48f2fc80b 2262f60420ed028c1364086dab32f4d1599368e6 2cd508b0d2e6f975599ddb457df40c80928a6f03 34ca6c34e34cc8e93829c2fa932960c85acaffd3 3b72f2ab725f632fa7e65afa133e71b83e669c78 735b81472f1a16f8c211d9516ba78e3847eddeea 754a08a027e114b46c87c81c827fd25ca7f60a7b ab8e64ca64b260e482035264558f6829a033a26a c575ab43e2a0f2a257016f7779b87ed4ed3a7c9c df875de615562f6ff742cf685df6469809042824 ef465f0ce47f293d18d1ef2ba41cd5eb11db9ebd Package: ros-kilted-adaptive-component Version: 0.2.1-5noble.20260908.223810 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.20260908.223810_amd64.deb Size: 29650 SHA256: 33caa2f1c5d9ab97656fc8599da702a2ce5c673bcb47a8841489df02cd13271b SHA1: 45a4851ef5374524d2a6cc0707882de1e0b47a23 MD5sum: affe7cfa5c133b26ad8c43c90d2103a3 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.20260908.223810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 414 Depends: ros-kilted-adaptive-component (= 0.2.1-5noble.20260908.223810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-adaptive-component/ros-kilted-adaptive-component-dbgsym_0.2.1-5noble.20260908.223810_amd64.deb Size: 384340 SHA256: 90d94bbd655cb693c7f258a179e70ee1afa0cb24c9af38ede0daea93836cb21f SHA1: 0922a4892c5dbcc46c9fb4c1f0251ffc864acaa1 MD5sum: eaa293ed5712cb0856b6f5e12c4648b0 Description: debug symbols for ros-kilted-adaptive-component Build-Ids: 313030a691d5fe092f661c1067e528b1002fe7c4 Package: ros-kilted-admittance-controller Version: 5.17.0-1noble.20260908.234711 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1274 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), 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.17.0-1noble.20260908.234711_amd64.deb Size: 298568 SHA256: d37fd1abd158dcec70c3d6876e90fb42e13db9f27ec11aa314c1fce251e62f98 SHA1: d28a11e73763f9e5ca3a2b8a2892dfeb389c69f6 MD5sum: 61e60cac6faaabc230806aadf992568d 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.17.0-1noble.20260908.234711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6925 Depends: ros-kilted-admittance-controller (= 5.17.0-1noble.20260908.234711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-admittance-controller/ros-kilted-admittance-controller-dbgsym_5.17.0-1noble.20260908.234711_amd64.deb Size: 6296712 SHA256: cbd02839e6b0af222b5fd36b5a4f8b2ffa8a4bb4ab2ba82450b7d0d7d91739df SHA1: 2832cc00eea9ec1d23c22b942ca1d48666221dab MD5sum: 4cb036b6cf8a8a490f97afb2b86c4eeb Description: debug symbols for ros-kilted-admittance-controller Build-Ids: c54016f047c3508b5fe4ca5597158eac0927500b 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.20260908.201708 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.20260908.201708_amd64.deb Size: 8406 SHA256: 3a22c3ab282076d1043f29922838b045c0a685f1c2f2e8b4c3393ef55c2a33c5 SHA1: dd502bab8eca04950da4772b8663dc01188eebf4 MD5sum: c96e6e4d873a9cdb677a5d85e7529a66 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: 2.0.3-1noble.20260910.115545 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 53 Depends: ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-launch-testing-ament-cmake, ros-kilted-ros2nodl, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ament_nodl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-nodl/ros-kilted-ament-nodl_2.0.3-1noble.20260910.115545_amd64.deb Size: 8812 SHA256: a21d584171b4f0e1f0b4682fcba424518ebc8bb92018f0663c78de3cae3b04f1 SHA1: 46e1ee1bb22ceb90a228d12bb87617135f27fc4a MD5sum: 1f2fb0e803d65588280820c77012b7a1 Description: CMake integration for NoDL features, such as ament index registration and test target creation. 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.20260908.202502 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.20260908.202502_amd64.deb Size: 15286 SHA256: 8843e02c2575b12d8373b3fafda33b41194eb3aa90550ae938d4754c1760dbeb SHA1: 6cd8743447f7332d77e6cd4a2e18336075647cca MD5sum: 616e77676de80c07ec9e859dfb2872a0 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.20260908.213145 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 452 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-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.20260908.213145_amd64.deb Size: 134756 SHA256: 02429e3960f26b2a9a6087454320b42d08282a1e33faae3fa38f2ecb6b84a47d SHA1: 41da8188fdf1286153ee270a9a41021411ae6dca MD5sum: 05a7a7b12f1afa8cf9d9ebcf8c70c132 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.20260908.213145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2114 Depends: ros-kilted-apriltag-detector (= 3.1.0-1noble.20260908.213145) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector/ros-kilted-apriltag-detector-dbgsym_3.1.0-1noble.20260908.213145_amd64.deb Size: 1995522 SHA256: 93b97f3a0ece5043957322da05a2e6a677ab56fefd312c329aba5f9f5dc98d37 SHA1: 5673a926743b0de8dee27b6e44ca214b016de4a0 MD5sum: 2532d5d7760c35e2e99ebd38b280d94a Description: debug symbols for ros-kilted-apriltag-detector Build-Ids: 7dcccae9285fa0e9e0c9136a20f933bae525bac8 aca6b9580ecb9569756681b17f7a0f9040117588 Package: ros-kilted-apriltag-detector-mit Version: 3.1.0-1noble.20260908.213810 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.20260908.213810_amd64.deb Size: 28122 SHA256: acd6190ccb7650da8d5bdced5a66ed84bc44e7d2811f55d89bba30d060dd23c6 SHA1: 22e59415a32240c2e93d8b9a5c57f7ccda68bb84 MD5sum: add5076e3872b09ba8e042f7ccd08177 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.20260908.213810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 463 Depends: ros-kilted-apriltag-detector-mit (= 3.1.0-1noble.20260908.213810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-mit/ros-kilted-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260908.213810_amd64.deb Size: 444190 SHA256: 52945cf86002bfb51cc925be663684d78a9e6489b80ab4268c0ed4f597aca49b SHA1: b4f0fc838c0295374ccb272f4c2d007557053112 MD5sum: 6639fb5155a10295594c222226626b36 Description: debug symbols for ros-kilted-apriltag-detector-mit Build-Ids: da05c1adbe5b88a8362e98a2c36c315d90b9b49d Package: ros-kilted-apriltag-detector-umich Version: 3.1.0-1noble.20260908.213819 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.20260908.213819_amd64.deb Size: 23014 SHA256: f50997b3f738c7e645acc2fbc61bfe4aff5e620aa765a7403d7e0e5244e1c1fb SHA1: 389c5b9ea72f4cdfa99e8419e013974105f817d5 MD5sum: 5f390b057db344957a815d6b34452ad8 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.20260908.213819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 445 Depends: ros-kilted-apriltag-detector-umich (= 3.1.0-1noble.20260908.213819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-umich/ros-kilted-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260908.213819_amd64.deb Size: 426368 SHA256: f283180f861470d23e7b2b8eb9e6c09943a57168e35f5813d82013631decb3ba SHA1: 3a0916a9047f8cfeb0995b5add2f4582ebc37299 MD5sum: 7f7ad156e493b7a3fca93de7fa25c7d6 Description: debug symbols for ros-kilted-apriltag-detector-umich Build-Ids: 497429a47f120739e9d969dc710c5c9a9896eee3 Package: ros-kilted-apriltag-draw Version: 3.1.0-1noble.20260908.213146 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.20260908.213146_amd64.deb Size: 148088 SHA256: 42a2ee5219043f824ad3e765766a178bca8fa0942fe639b6fc0325336823d442 SHA1: 6fad41d9afbbe30a9edaaea4d7f0d58779d1accc MD5sum: 8d6ae1eda10b91ea57cbe52b9f05b664 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.20260908.213146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2982 Depends: ros-kilted-apriltag-draw (= 3.1.0-1noble.20260908.213146) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-draw/ros-kilted-apriltag-draw-dbgsym_3.1.0-1noble.20260908.213146_amd64.deb Size: 2633192 SHA256: 7179951157bb92c52c4d8f1bfcb6d9e9e31ee0161931c20d71f690c11afa436c SHA1: 503e8dcf4e2724bb1cf8e785ff2b504ecef712b9 MD5sum: a850784606a368f8d061020b1a446736 Description: debug symbols for ros-kilted-apriltag-draw Build-Ids: 6fbe685bd531037508c1386c0aa0a104271ddd62 ef5cba914f2bd62da182017070fafebd3f7df6a2 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.20260908.165101 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 748 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.20260908.165101_amd64.deb Size: 73258 SHA256: 89f57febba9b56aa4bfbd4094f43d0ab07c0a2b101480fede730f251f6a39bbd SHA1: 65c0f04654cce5eab60693f51d1180b60709ab18 MD5sum: 794ae0f1238a41add66268863635e7bd Description: AprilTag message definitions Package: ros-kilted-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-msgs Version: 2.0.1-5noble.20260908.165101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 551 Depends: ros-kilted-apriltag-msgs (= 2.0.1-5noble.20260908.165101) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-msgs/ros-kilted-apriltag-msgs-dbgsym_2.0.1-5noble.20260908.165101_amd64.deb Size: 422888 SHA256: f3d5b7eb7360841194d0b4790e754062da9d7b406d7b7a7fb51bfd86e86811dd SHA1: b597e5880113527c1b459a0e0fbe449f9d31a4b9 MD5sum: 1b30069ed07004fcaa43e8e7af589d0a Description: debug symbols for ros-kilted-apriltag-msgs Build-Ids: 048bca5db392ebd61d493b857dcc4f4c49c0d355 3756028d2939f7e5ad029f0ba1b663a07e13c870 5518efe4d98e27b10e1ad9c64fc03dbae753680c 57cbe9c99dd3f6f62f89bceefe64945a7de5cfc4 60b340b83852adaa83300dd4f3d6bdbee087583d 670cf2ecbe9bc342a510d40b08513b8c627a108c 7360536d86e84eb4220a101fab5e549d0d55c680 78bd302fc88cf386129fec01d161dbfd74963dcd b65b452dc2513f9e8a24f68db536d3538c94b96e b8e63dd93fbbb37074b3ba2b4afc922cb87ca40d ccd27f0d466e82eb99141d185e240f42e67ec75b Package: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260908.213159 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.20260908.213159_amd64.deb Size: 123548 SHA256: f6b2585510a43c3fdf5c06bd891803b8b7d7c9a0a503e9c53d0adaaae2ee908f SHA1: 13e26659ad808f5889f5f4786ed8d93ae130b602 MD5sum: 93d8f68223d1abaed4c560a65c79c3a0 Description: AprilTag detection node Package: ros-kilted-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260908.213159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2401 Depends: ros-kilted-apriltag-ros (= 3.2.2-2noble.20260908.213159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-ros/ros-kilted-apriltag-ros-dbgsym_3.2.2-2noble.20260908.213159_amd64.deb Size: 2274908 SHA256: 539690ebc7598f259d8be12f2985af43437c238abcd8f1c791c025973b12ce6a SHA1: 41659696ea117bbbc40c989a6c6e2bce9ab9a360 MD5sum: 2ab51a9813aff8c5f6b1aa53f04325a3 Description: debug symbols for ros-kilted-apriltag-ros Build-Ids: 37894c205911c9523ce01f5cf28f212ceef6832e bcee6595b5b8e95627fb472436513e92e05d077d Package: ros-kilted-apriltag-tools Version: 3.1.0-1noble.20260908.234054 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.20260908.234054_amd64.deb Size: 24924 SHA256: aec4306cf74dfd3a42de8358b81cf6bb01407754b8b51be97f0147b59a23281b SHA1: 115ab4294521b40b0827f3758ec1cd00cf54b342 MD5sum: 507b259d6a1ed39044b9614655372aaf 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.20260908.234054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 514 Depends: ros-kilted-apriltag-tools (= 3.1.0-1noble.20260908.234054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-tools/ros-kilted-apriltag-tools-dbgsym_3.1.0-1noble.20260908.234054_amd64.deb Size: 488470 SHA256: 100b39ca3322e56970ce59c057a8d334912780796d9887646d0d6dcfd70dfc3c SHA1: 950830748e78be02892447cdf9ebb2db8ea20ea1 MD5sum: e8592d8c45989e0519ffb936843a5323 Description: debug symbols for ros-kilted-apriltag-tools Build-Ids: d140c6926d7eea746019cb482c205447ddf8fa64 Package: ros-kilted-aruco Version: 5.0.5-2noble.20260909.001206 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.20260909.001206_amd64.deb Size: 297810 SHA256: 0a09f83db719823c7b83e60a321ef0925f3eec15a16fee43d6ce83768f3d0f8a SHA1: 6bd93ade5ad2869d818fe3b2fb573707c3b03d66 MD5sum: 062e93a5394ef9335d792ae7c7365893 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.20260909.001206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-kilted-aruco (= 5.0.5-2noble.20260909.001206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco/ros-kilted-aruco-dbgsym_5.0.5-2noble.20260909.001206_amd64.deb Size: 4415128 SHA256: 6640b27261ca819af69fb604ade34e6144827aa66314c1a9c058ae6589c27284 SHA1: 7c0ab78434a7d5adcbf72fcb68e66b7c5a985e3d MD5sum: f38c5113c03efb3916148526d9d105d5 Description: debug symbols for ros-kilted-aruco Build-Ids: e42d31f925dabe759334036840684e571ccc82c3 Package: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260908.193157 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 600 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.20260908.193157_amd64.deb Size: 60342 SHA256: ca6786da826a94b5387159967fbc7f1dda86ac23127a950e60e0c53228401f19 SHA1: 8033b3b39ba85ff0f651fc6422e5eba6ea2a7925 MD5sum: b49451d0a478fdc7336f4fc007e06445 Description: The aruco_msgs package Package: ros-kilted-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260908.193157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 430 Depends: ros-kilted-aruco-msgs (= 5.0.5-2noble.20260908.193157) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-msgs/ros-kilted-aruco-msgs-dbgsym_5.0.5-2noble.20260908.193157_amd64.deb Size: 321006 SHA256: 87130b3210726312903e7d34c80282e5b03ba01648c2f573ac75f6adae2d89cf SHA1: ce9ef9c60146a2fddc2b391a8376b40379e67235 MD5sum: 78c841b39785e057ba215c15f4630b41 Description: debug symbols for ros-kilted-aruco-msgs Build-Ids: 05b669772c06f75486364458fd5c6064dcf94fc0 18b07c127a264c03fb6f20cf68c2b760e5e551bf 5def28af292b206ce38246e6259f95d59def647e 859ab2fd10b7509dcdf38743797d2fcb0b25037a 9453ea03ffca631b5445ef98b5c142eb611c6815 9cf8b43c346a989eae18b77a042a7588ad7a5e4a a5c2066a9125cae0a8803c42f7e51ca681d22a84 ab4e0b283b5507573ae9461d6eaf79540614ae68 b6e72aa6ff8d4bfdc021c9a0c333565b076c2214 b7dea0a4515f10b13194eae4ee4330f929e73fe9 bb5f71f41c6f9f76c38015878d7c23b61fa01428 Package: ros-kilted-aruco-opencv Version: 6.1.2-1noble.20260908.230827 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.20260908.230827_amd64.deb Size: 293088 SHA256: 646eb3b3d58e8e215c564a5b19e071fcb5b1bc7dc4b387b8f40302348f1bdb00 SHA1: b473fd03e851dfda642681fbd2974ae7971c250d MD5sum: d81b5837c0baf232e9d3ce7d8eea1acb 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.20260908.230827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 7554 Depends: ros-kilted-aruco-opencv (= 6.1.2-1noble.20260908.230827) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv/ros-kilted-aruco-opencv-dbgsym_6.1.2-1noble.20260908.230827_amd64.deb Size: 6473024 SHA256: a94813662c80ded1d992335787e925588298c2b3f1d1cb55e7b8c28c85b58e02 SHA1: d69c90c7f26d846032752411791a5cc6ad4be89c MD5sum: 447c51aebf6817097ecf6267e7db2341 Description: debug symbols for ros-kilted-aruco-opencv Build-Ids: 08080aaad2ebcd5932228ba59ebe0e8067962d9c b361e257cabeffb78693617c87f15677b6891407 f52d2a2cd79253575d4a9160b5d895c8014e1ad3 Package: ros-kilted-aruco-opencv-msgs Version: 6.1.2-1noble.20260908.201334 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 734 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.20260908.201334_amd64.deb Size: 70380 SHA256: 0b3540854aa1797efc7b8a97c961d2d560e76eef007d96fdd6f3dd9810db76ee SHA1: bd9cc17e7424fa1cac7e7badc01892e01624fc65 MD5sum: 5b1190e32fc435b4d818d8a02c5d87ee 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.20260908.201334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 554 Depends: ros-kilted-aruco-opencv-msgs (= 6.1.2-1noble.20260908.201334) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv-msgs/ros-kilted-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260908.201334_amd64.deb Size: 423672 SHA256: d377e280e7d425284febdb8488d3cfee4129d0d29965556f2629b6fcb28dfbf1 SHA1: 63e6de7e28123c077182d69387f7f76e80d9f210 MD5sum: f39d5ddc4ffc308242fcfa690c3fb577 Description: debug symbols for ros-kilted-aruco-opencv-msgs Build-Ids: 399ae70cb4e59a2269e45514759a076b69a02adc 55171d8c84fe58026585759ba715908ba9fee81e 750527938f84badad3a1f9219feba90ff1b05b72 81d6dc6c2b91329f964507fdb0a0a895f1a8c7d9 8e4f29d7edc53fa1630d7837c9d004504502276f 8f6ceb20e7cae2590572ab604359b3668ff703fa 95b13c5302f90fb2a25826ea17034a3df816e42a 9b578e9098188b631384733ff5ee07e59b7bc3a9 ab789912c9b9c922aedbbd73e171bda6dec88dcd e0c0618117416d39560f0a23ac79c701ff40e675 f0703a97a8134ecaeba6f49e0a7ed151554a422a Package: ros-kilted-aruco-ros Version: 5.0.5-2noble.20260909.002020 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.20260909.002020_amd64.deb Size: 557228 SHA256: fd617ba14357bc8476750f1675bbaf1122889b585c05e2231de3c4a3f2bd879d SHA1: 62a811dc5e4084932325ea2547c77c3120f64f91 MD5sum: 0fb7beeea1ccce27d53285a37cb0286b 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.20260909.002020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12948 Depends: ros-kilted-aruco-ros (= 5.0.5-2noble.20260909.002020) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-ros/ros-kilted-aruco-ros-dbgsym_5.0.5-2noble.20260909.002020_amd64.deb Size: 11546502 SHA256: 7c303bbcb5b593f991ce3a0b0fc58bfc939b7e5d3b95913aece6592a84b64d52 SHA1: ed7f6b4e76d1b49d8ace242a3bea3831f0975a7e MD5sum: 0b99c2ed7dcf2f22ee4d74fb40b65e58 Description: debug symbols for ros-kilted-aruco-ros Build-Ids: 28d5c98f6e5c8dbf6c48b8660b2146d05c2de5cc 8d7e1b96cffe333a069d8650ef546cb47c6835a3 bd6d83e346368860dcc417ba03fd0193d1175448 d5a2afcac129bb93fbd2f7d2dc16852783c4cce4 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.20260908.202509 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.20260908.202509_amd64.deb Size: 182156 SHA256: 13bff46e2be6dd02c214ebab9ae016edefd0e712e3b60770201f64cfcec33385 SHA1: 436f0952bc9b5cfde369c7dbbe6c494e0e996795 MD5sum: 5e65d3a7cf47144ef67ae20af22f8a6b 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.20260908.202509 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.20260908.202509) 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.20260908.202509_amd64.deb Size: 2645866 SHA256: 1124e62bc3d369d2489557a7045a77431a69ed5ddf5d4d0cd2098dbcd682de20 SHA1: f02a1db3595117ad415eb29b5b18f19b45e530ee MD5sum: e2f26f980e9b6be858184e9e5b09a39f Description: debug symbols for ros-kilted-async-web-server-cpp Build-Ids: efcc63d420cae4d81c90c9c35564f284df2e31ce Package: ros-kilted-audio-capture Version: 0.4.0-2noble.20260908.211038 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.20260908.211038_amd64.deb Size: 117190 SHA256: 6c1c1c2ab10c9f682cff18810e3a9c293e9749a79b0809d0aa8b401eed00cfd8 SHA1: 4bb56cba8e5c2a6891705881405d9eabd560535b MD5sum: 2bfa0d32f84820b57af4f4f0443a1133 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.20260908.211038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2158 Depends: ros-kilted-audio-capture (= 0.4.0-2noble.20260908.211038) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-capture/ros-kilted-audio-capture-dbgsym_0.4.0-2noble.20260908.211038_amd64.deb Size: 1985536 SHA256: b350a7f26581413cfaaad9f9b2ff789ca6635bb80b30fe3f53f61ea7570b9290 SHA1: ff05c20c4ef550106f36e81358a99f242115f962 MD5sum: d22d6ab7239a1bc0412ac5934bdd1bb2 Description: debug symbols for ros-kilted-audio-capture Build-Ids: 183a565889ea3b0186b17e5c052620a0febef437 2fbfead993bc1b2458691f50ca62b16b654d031a Package: ros-kilted-audio-common Version: 0.4.0-2noble.20260908.212025 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.20260908.212025_amd64.deb Size: 5650 SHA256: 043ddece7729ec475ddc516d739160c14096bf794c6730b46f9894961b3d3a92 SHA1: f6fa00577ae42cfdec7ed18ad0a1f981ef6efc54 MD5sum: 8abf0f0e85fc8786c618096a8160c54e Description: Common code for working with audio in ROS Package: ros-kilted-audio-common-msgs Version: 0.4.0-2noble.20260908.164925 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 702 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.20260908.164925_amd64.deb Size: 67632 SHA256: 562d3a001716e65d601e2b7dca1a7269d68df969d26d90e313ee93eb1b4c4385 SHA1: 1a9fa1a6f604f646e4023f9d0b6679ce4ddcdd01 MD5sum: 22ceb77497ad844326a5890c26cdf90f 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.20260908.164925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 524 Depends: ros-kilted-audio-common-msgs (= 0.4.0-2noble.20260908.164925) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-common-msgs/ros-kilted-audio-common-msgs-dbgsym_0.4.0-2noble.20260908.164925_amd64.deb Size: 397828 SHA256: a430a33b7be8b52c359075d667edb5fc0252116a1d7d8c6e84ccd59347e6bd7f SHA1: 6e4075d2918a91f54dde5a670aaa47845597de98 MD5sum: b5c596faee95d94b5fa8e4266f8985b5 Description: debug symbols for ros-kilted-audio-common-msgs Build-Ids: 0403f80a0cfa8724ab6aeacb2cdd246119e2a908 0f89692c16298efad06aca4c6d665de43e1ab77e 1a3309edf3b0431e9fd10c44dbf116afa7783efd 546f797fab6d031fb8c733e137c1fe29cfad9efa 746ac9178d4b53dacdfbe724542ff8bc4ac789a3 9b4de7f766225288c6b68e4f10c5b0bc3cd2c190 bfb27f38a0ae46d1b1cbad844e4dfb0d49eedec2 c3c1e5589b632bbc6f5db80f23e8d219393bf6b4 c6b9d5ecf02035d6dc21faa310981f5d43d7aff8 cd93e7333a4436dac7599790ef4a6989b849967d f199aca80155ecd423a76719ea8b0c043b208f99 Package: ros-kilted-audio-play Version: 0.4.0-2noble.20260908.211110 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.20260908.211110_amd64.deb Size: 127842 SHA256: 57ff41226e2e7ef72f8c252113881a4102c914213c165f201af0884479da91e7 SHA1: c086c79d95a0ed0b9bca4bf623097e95845cf5c7 MD5sum: ffd51658afcf9a9a833c3c6030d690ed 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.20260908.211110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2689 Depends: ros-kilted-audio-play (= 0.4.0-2noble.20260908.211110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-play/ros-kilted-audio-play-dbgsym_0.4.0-2noble.20260908.211110_amd64.deb Size: 2344992 SHA256: 1f653be2df57195a0647decc5b431fecb062b3d34923dc9b29bafe198df33aeb SHA1: 524acf8ffe0036cd3d2184de6d00d6f06f6cb30b MD5sum: dc57f074e418f435a630737c82692d41 Description: debug symbols for ros-kilted-audio-play Build-Ids: 28306395d7d5172b3d63764d9cae269b11da092f 5ec8d5ec403a040ea80a726cec0e2eeaf61a2487 Package: ros-kilted-auto-apms-behavior-tree Version: 1.5.1-1noble.20260909.000452 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 4291 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-ament-index-python, ros-kilted-auto-apms-behavior-tree-core, ros-kilted-auto-apms-interfaces, ros-kilted-auto-apms-util, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2param, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree/ros-kilted-auto-apms-behavior-tree_1.5.1-1noble.20260909.000452_amd64.deb Size: 854104 SHA256: 31dc5c53e79ca67cacebb3425792af3c5c0dd74b575a8f4876b913074f9fd8f3 SHA1: ee3095df904a8536470571391b4617d8233220f1 MD5sum: fa0849c45406556eccaccce562cc43bc Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-kilted-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260908.235640 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 1890 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-kilted-action-msgs, ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-auto-apms-util, ros-kilted-behaviortree-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree-core/ros-kilted-auto-apms-behavior-tree-core_1.5.1-1noble.20260908.235640_amd64.deb Size: 454230 SHA256: 9f3b061d0d634c17c1effcdf5de3bdf26c123348ae59924cb22cbdb08c22dc5a SHA1: 166bb2a7a0636e2b911876ed9c5fa438670fe38a MD5sum: f15c2014046fee85c1b9776e4c8a70e4 Description: Core functionality and cmake tools for AutoAPMS Package: ros-kilted-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260908.235640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 12622 Depends: ros-kilted-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260908.235640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree-core/ros-kilted-auto-apms-behavior-tree-core-dbgsym_1.5.1-1noble.20260908.235640_amd64.deb Size: 12300526 SHA256: 23d500abbd01a6372ca92b0f1e87536fdae406d3a7be73dfebf63c269a6fe533 SHA1: 33593d3833d545fe0ea5aa6a9f6925c9bcacdbaf MD5sum: c6f196593b696d9a3de858ae6ee26590 Description: debug symbols for ros-kilted-auto-apms-behavior-tree-core Build-Ids: 1e9b49106b04462f49b7614361fa3b2b4ea601ba 46069b527b9ad41b2f8d14662839a7faf029ead2 8a6c5d8ef481bb7927e25652eaa6e5a039e80762 b695ebb229313e8242384556808afdda304a6f40 c54119dc1b65f7fb92c341ebeb3726687efc62ff ffe2efda1bd12537d05c5ef7c782693451dba206 Package: ros-kilted-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-behavior-tree Version: 1.5.1-1noble.20260909.000452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 27460 Depends: ros-kilted-auto-apms-behavior-tree (= 1.5.1-1noble.20260909.000452) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree/ros-kilted-auto-apms-behavior-tree-dbgsym_1.5.1-1noble.20260909.000452_amd64.deb Size: 26339780 SHA256: 2b083d8c7a3acc07f5f7cf0269b8c6958d1d9ae00f473e7bb2ac5e1aec758595 SHA1: 2964d8c0645b9bd1aeb29e6e211d66ad23195110 MD5sum: c7425f264d9ad2f4aa7427f1131331a6 Description: debug symbols for ros-kilted-auto-apms-behavior-tree Build-Ids: 03170a279850894699b62ba50afa097e3d8215af 3a829bf5d5d2f34405775d1a26dc06b48a09b6b6 4647883e3b379e4ca4157ec5138c852b3900c962 7e9838f3e1b76a3f622cae90277736eba61f4687 8e7406c6fa4e03bb943edc67f3c2ff54c0fb583b a47e26fbdeb249ddccb003503f58625f9ff464d2 c78c1555c52664f725a07f8390d23f3938dc821c e712ec8e7f86518755175e78794c6ed79f80994b Package: ros-kilted-auto-apms-examples Version: 1.5.1-1noble.20260909.002935 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 748 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-interfaces, ros-kilted-auto-apms-mission, ros-kilted-auto-apms-ros2behavior, ros-kilted-auto-apms-util, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-examples/ros-kilted-auto-apms-examples_1.5.1-1noble.20260909.002935_amd64.deb Size: 175958 SHA256: 3b597ab5cfc990dff1d0015f9199b28a6b32a8afb00033c8f11db8c1997edebc SHA1: 6a3214d9c56e7e874ec1f52090547cca7456af87 MD5sum: ee00f7926b3df984ee75279adca47ef1 Description: Examples package for AutoAPMS Package: ros-kilted-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-examples Version: 1.5.1-1noble.20260909.002935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3577 Depends: ros-kilted-auto-apms-examples (= 1.5.1-1noble.20260909.002935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-examples/ros-kilted-auto-apms-examples-dbgsym_1.5.1-1noble.20260909.002935_amd64.deb Size: 3388732 SHA256: f4eb5bd7c9caee6a7bdacefc53e6d574f40f6b3c3b05218171fe013966710461 SHA1: 2315d6316682091cf8c80b52015430294ee59374 MD5sum: 4d1c4e52ef6e55a875750ba7447db3a9 Description: debug symbols for ros-kilted-auto-apms-examples Build-Ids: 2f3450e109323675a30ef30fbf9dd26a38d84719 66cd60ef5049c8657db84a178df3242d18ef839e 783443bc964aecf126bc4fd3c0d1d56907e173b8 Package: ros-kilted-auto-apms-interfaces Version: 1.5.1-1noble.20260908.194906 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5737 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.20260908.194906_amd64.deb Size: 310934 SHA256: f807f48cb3e07fea4509d9f00533900cdb72b4ab43aec39320228d5a085cc0db SHA1: ac85ee343ff525d1eb13f1fbaba6bb11f2cb02be MD5sum: 325525f0fe5b4690f377b800f89ccfee 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.20260908.194906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 2705 Depends: ros-kilted-auto-apms-interfaces (= 1.5.1-1noble.20260908.194906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-interfaces/ros-kilted-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260908.194906_amd64.deb Size: 1821172 SHA256: 1fcc079fb67d43a379c9c666f5263b4fb90bc0b2627175583384949332d38258 SHA1: 259ab7cf7516cd3a4edfa7d0f5067f08275e2a7b MD5sum: bb7b387c08e4b8e912c008fab616ab63 Description: debug symbols for ros-kilted-auto-apms-interfaces Build-Ids: 1f1278e3063726a61bf4163730e5fbbc9ac96058 2c54fade7c1ab4d4ee9aea5c545033842f97757e 3747d10dd0192e1db924bdccffa70489425b3fbc 4f0fef961c67c6e078538b2cd3d81ac5a303942d 5c37292a7d1d71e4885aaa0bde9ddd5d4ef47780 6ea23ba7f6859122fc6b0b722459c85b485e4725 7fb8fc1678268be455766e8bc4b3225b991d7abd 82847e0ddc82cc3489f0b48ad890049bf4af987b 91216cde67f875a97f869fc505a7c8cfa6e9724f 914dc5355ce8a9b5ba5ee2119982dd8c12f05e72 ace33c961f21023527dc91ca17c71993dbe8a7e3 Package: ros-kilted-auto-apms-mission Version: 1.5.1-1noble.20260909.001821 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 694 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-util, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-mission/ros-kilted-auto-apms-mission_1.5.1-1noble.20260909.001821_amd64.deb Size: 148986 SHA256: f171ff726571dc516eac8874a7e6975f031870a262643285b9dea90838ddbfa2 SHA1: 2acfee1aed5f56bfd045618bd4fb4157f2c8e989 MD5sum: faa1621b551e1a0ade55e7892892a9d2 Description: Implementation of AutoAPMS's automated mission management system Package: ros-kilted-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-mission Version: 1.5.1-1noble.20260909.001821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5610 Depends: ros-kilted-auto-apms-mission (= 1.5.1-1noble.20260909.001821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-mission/ros-kilted-auto-apms-mission-dbgsym_1.5.1-1noble.20260909.001821_amd64.deb Size: 5460814 SHA256: 33644061b1887ca8bc6200fab283e7bc1a823858e1b913b653e7a300f223fd93 SHA1: 29f019726bdbe3170f17e2a42a1715286bc0b414 MD5sum: 3b2f43b13d5aab961c143fb011dbb293 Description: debug symbols for ros-kilted-auto-apms-mission Build-Ids: 68e892c8e6ee29e91ba8190c5d3817cebb720f8d 710f83b193f09310f81f737be3d98694356e965d ab99910550b2bec31338e851db85b6fc10b51206 b93780093150d1ace49d45349417213b4facd9aa Package: ros-kilted-auto-apms-ros2behavior Version: 1.5.1-1noble.20260909.002619 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 153 Depends: ros-kilted-ament-index-python, ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2param, ros-kilted-ros2run, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-ros2behavior/ros-kilted-auto-apms-ros2behavior_1.5.1-1noble.20260909.002619_amd64.deb Size: 28064 SHA256: 8a544c33a18c28e4e46f455a9d8a1e49926005089e56aa2143015b93cb0a13ea SHA1: 2d3551e0052f0aaeeb2ef5eeea735668ed0f0664 MD5sum: 8f5871e608cf8af20393587289622a85 Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260908.235211 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.20260908.235211_amd64.deb Size: 41294 SHA256: 6764f5976898ea6fd03af02e1cf031631c4172c6894edf1a9a2ff521aba035a0 SHA1: b8ef0a3efad2a24f52d682f1836b4d8814ef9c03 MD5sum: 22896f499221b7677c70696891210c48 Description: AutoAPMS utilities Package: ros-kilted-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260908.235211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 282 Depends: ros-kilted-auto-apms-util (= 1.5.1-1noble.20260908.235211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-util/ros-kilted-auto-apms-util-dbgsym_1.5.1-1noble.20260908.235211_amd64.deb Size: 260672 SHA256: bd6538173990c28ee457cc4cebbaac0250f21ac4c99aa56d3c1d7e6c0662210b SHA1: 9b29f7c764d69dcacb327a38aa2c34d5cdaef357 MD5sum: e1e495f939e732c69a5cd8abefadeac1 Description: debug symbols for ros-kilted-auto-apms-util Build-Ids: 6cedd04d8e4e0e9238057a905b92c1612e8762a5 Package: ros-kilted-automatika-embodied-agents Version: 0.7.4-1noble.20260908.211526 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4199 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.20260908.211526_amd64.deb Size: 518602 SHA256: 66c83bfe97c3f4a9ce53ff8f09bcdafc481a54d2d3b5ad255729683d4b8effa5 SHA1: fc56d95fa52830d34db15e363e48854d13aa4b88 MD5sum: dab7f1e9276e3271d99bda5d2a2b3766 Description: agents Package: ros-kilted-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-kilted-automatika-embodied-agents Version: 0.7.4-1noble.20260908.211526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2392 Depends: ros-kilted-automatika-embodied-agents (= 0.7.4-1noble.20260908.211526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-embodied-agents/ros-kilted-automatika-embodied-agents-dbgsym_0.7.4-1noble.20260908.211526_amd64.deb Size: 1902788 SHA256: 7e6c1bbc3ba1f0fbe70a47eb2a076f7dfc3dac38ff41be5c9cccc69b9e59a47d SHA1: 8def58e834e25777ccd072753570172c614d4990 MD5sum: 039f7fed5443513a2c05055c42d81e54 Description: debug symbols for ros-kilted-automatika-embodied-agents Build-Ids: 0474b6bcbaf0b20d5f2ec7e94e77420c6cffb3ce 075e03b3245c270daa8f02bb0bec2754aba08d01 0c0672a6c1bc7f3c46a85fcb1a0ec75013a47e51 170b082f25a1d49f3ca95270b74b98433b7a911f 2e801bf4ecb72e0115c2114db22d9b9c638f77ec 68dfd9bf8d810794b27e57fc21fad78734ddb4eb 9c31ba6735db5380cd1a5c59c0b08d2dc9cf2cf8 bac132e47ea0683d6605f0eaf34d2032f532cd7f bf6b546f92293ffd690edf49576949ac973da079 eacc27a8cb1fe6883ae88352de901204eac15f43 fc3949ab528c467aa15a9d40af50bc53b4599c02 Package: ros-kilted-automatika-ros-sugar Version: 0.7.1-1noble.20260908.210813 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4034 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.20260908.210813_amd64.deb Size: 710146 SHA256: 746c16fb8d1ecd937bd159b048020fad0c5853a3f7aa38a2848c5ea153cc4059 SHA1: 21a9931e079bc86b6fb6bb9abaa9dbf4eb09de58 MD5sum: 4fdac41a5035d9906956c7e452fafe6b 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.20260908.210813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2079 Depends: ros-kilted-automatika-ros-sugar (= 0.7.1-1noble.20260908.210813) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-ros-sugar/ros-kilted-automatika-ros-sugar-dbgsym_0.7.1-1noble.20260908.210813_amd64.deb Size: 1661072 SHA256: 94e16c98645197804364348f7d868162e2d32720f86cac7486f4b5b32934587f SHA1: 6d86473be5000cafb7f93420ac9fd4b54ec3460c MD5sum: 335daf07fa079dcf91a0b2a62abd0bcd Description: debug symbols for ros-kilted-automatika-ros-sugar Build-Ids: 1383b40477efea4ace870781c42848a037f354ad 3bad721745fd1a5f082aadf3ab2a030418aa22e2 3eb3424c0fe770355c5b8be34575f6e8b11dc741 4309abe0af1ba9d873bed74cce2252d14cf6e5eb 48fc02aecaa5d9f5323d4bff235105bca8bc2b18 490ca6acbba70a84777aac5b28cc0892640700fc 6667f9a58672a111483f77f96e5997f212204bef 7a2df0d0c7b7c7ba205ea15322efdb90980f7e32 b0e8dcd2004e6b67b6c37434058a8944f6203945 bf19e1217c658a12bfc377e497d964b86545ec2f f4f15695306bdb466a64a6ce303902b589208016 Package: ros-kilted-automotive-autonomy-msgs Version: 3.0.4-6noble.20260908.195050 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.20260908.195050_amd64.deb Size: 5628 SHA256: e8de31e4d2ff1a4c695759aa94a2910b0dbf32f84b3e327c3072dab084c91e13 SHA1: 94734fe4172419ff5221033f3e1f3e4d7940e05f MD5sum: a2b4aba538aad1155fb6fa208748386a Description: Messages for vehicle automation Package: ros-kilted-automotive-navigation-msgs Version: 3.0.4-6noble.20260908.191907 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2302 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.20260908.191907_amd64.deb Size: 166392 SHA256: e84e37eabf5650863bfea2026eb4bf6cf66bfa8b21a6e863905928eb77ac3d6a SHA1: 225c72e60ead09238623467c1f8185e94099f1bc MD5sum: 8417420ff1d052a382154df78ebe99a8 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.20260908.191907 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.20260908.191907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-navigation-msgs/ros-kilted-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260908.191907_amd64.deb Size: 1422936 SHA256: 6b2beeaae14597a894bae8730b802336055bbe8dd39e0de86784f2867185c0c2 SHA1: 1478515cb94b2c64e91d382de6fb3d61fb704aad MD5sum: 12af01c35c25e4767512b3d4a2c8c077 Description: debug symbols for ros-kilted-automotive-navigation-msgs Build-Ids: 2208f5cf77f7f2d352a126944030822d9209b0cc 40bbc32519d9621deec7287ff8c54e44f2054858 534983093e3b9ffe651a1bf1d6bd954fcae73a81 5404ff85fd1096f4f1a0f37da8714913c7b88e49 5a54e36430a82cc4424bb91402d064969e95e059 915dda7a48fc44a0e0112dd9694c0433aaada744 9ae5be366f1d8c45e74fb0d3af631394ac7f2d47 bd79f81fa9c7a95c4e277762f8bb3c661810e619 c16d137d35232cb257719de116914df65b6589e5 c9a9bcd50616ab8562e33f2e8c2cab7828660f16 ef5351d5d4b1832461af290bcd4d582eb4725036 Package: ros-kilted-automotive-platform-msgs Version: 3.0.4-6noble.20260908.151452 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4369 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.20260908.151452_amd64.deb Size: 259298 SHA256: 39fca46b67d8f61abbaa81c86ad51ab3c67874b35e8c51e7bb1d1c4c15326818 SHA1: 8a362b4a2c2c994bfc7120f2933a3b13be3697c9 MD5sum: bbb25abd20936493161d210472d01a56 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.20260908.151452 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.20260908.151452) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-platform-msgs/ros-kilted-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260908.151452_amd64.deb Size: 2290932 SHA256: 915a5513ff5b311adabdb5941fa49306e5126d9dc44b6590f1ee8a37ed42d014 SHA1: 919b61612d3d63f372d86fe978fe853fdbaca49f MD5sum: dbce399c0cd52123143ad55ed2cdb2b2 Description: debug symbols for ros-kilted-automotive-platform-msgs Build-Ids: 18ea030c52cdda6e995c81baf419512d5d1079da 229e41e5f3f60aecdf97baea6aa5515fa7b22e02 37f2d684bde1a3dc91229db69113dc9589988c81 386bcfa202538fff5b10dd701bc5c0ff83af7d21 9be5fc2ac315663a1d79ade5f152ee46cdb7bdad 9e252a7770b8e45e969f9add0c0b0055cf067cc6 a258f4ff935b50c79e556dc8b28e998363b67c99 b86c2a93a111b1f2bc26f4286439b35364c489fe bbd3f911211db6c01302204044a687237b327e51 e7ee2f70ac5bfcbaf6d8d65534dde53cc9e8cbd1 ec3e4b5fc858b645d9d681dab19e5e2c51ad13dc Package: ros-kilted-autoware-adapi-v1-msgs Version: 1.3.0-2noble.20260908.201403 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 11756 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.20260908.201403_amd64.deb Size: 706674 SHA256: 1db60ef8c9d63e5069623ddfea8c902a949b2a8b34a22fd46cbc063eb7d9bd22 SHA1: 46233c9f32a119fe8f1008afdd6592725e812a9e MD5sum: b8ac276be1d09232d50ff40daef4d356 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.20260908.201403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 9257 Depends: ros-kilted-autoware-adapi-v1-msgs (= 1.3.0-2noble.20260908.201403) 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.20260908.201403_amd64.deb Size: 7506338 SHA256: 634c23683153750fe36dd6c9ffc9ba3f7f0bac1a1b5e10ed747afaf3cbfe609d SHA1: 34732640c62699496c5efe8a85a39599191eff34 MD5sum: 485506aa959a817cd18a6f45943f916e Description: debug symbols for ros-kilted-autoware-adapi-v1-msgs Build-Ids: 1f601eb78565d915f4c40c4dacc294ee5205b618 37cffe9d90d5f06c6165d25de06a0f796091ddc8 5c9bd3987c650aacb94a65c4bd5996ef057c1799 6fabb61f04d22b80469cc38c6d9a24059d6cb145 75d72fb40dab34e0753c77f1c2c8439f3949fea4 92239ddda84d153ed3ccec73a453f8f14a2ef3f9 9ab8339c5521abf2facfa698a9323b4cc81cea1a bbce16fdce40ff77c023c391cdbea36c240c758d d8ea08d452dd50e4cb02f59523e010640372770d ddea50d4c7abc61da7fd76f7dc73101841995bce e32b2831031c396ef7ad54523b5fa38c9967c0b9 Package: ros-kilted-autoware-adapi-version-msgs Version: 1.3.0-2noble.20260908.165117 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 744 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.20260908.165117_amd64.deb Size: 67544 SHA256: c01932bc182510aee19876c0a5b5cb8a820158e49648a63679b08fb4c04b17be SHA1: a5323db328c4535e033c56b33f5377ea1cbc44e2 MD5sum: ea49a7d010bac834701373af9565a0c2 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.20260908.165117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 445 Depends: ros-kilted-autoware-adapi-version-msgs (= 1.3.0-2noble.20260908.165117) 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.20260908.165117_amd64.deb Size: 309246 SHA256: ac4e30126e164cf864c4424a80ab4e5d5731a2721771e9be8b36e3615bb669d6 SHA1: a2a0a75dfde232fb29d5e0676249e45f49b108a9 MD5sum: 1541cd888e6ad12479b8040bccfb724c Description: debug symbols for ros-kilted-autoware-adapi-version-msgs Build-Ids: 075c2fa97cc5c7364cc0e1e813225ebc68171237 0f642c7fda8989b5f13a9d8aad1f68dbe0aafbd8 17bc0dcfc6150b6b5223df34e2cdc89d3bbe7601 222384e84e9d870a8b041c3cd3ad9f313ca419f8 31b2adf8791ee78c6300d5ac183dd2b8e5021f2a 3ee8a4a58081cce0bce6c5b38d2f16d6cf23c86d 6a1f72f93bf39c1c7bd4fff419e9479d514c589d 885b79573fa15bad9a47ef8a10450cdc7506784a 9e7fb3b5f34fcbf62eed09945bcc3ab814a82a75 c01e10d9e7e8d28e5ceeeabe57bb0c82c3bc2ba9 c4d83330b5f3f5477df5b91f6b2a75b817a19d1b Package: ros-kilted-autoware-auto-msgs Version: 1.0.0-7noble.20260908.194442 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 6048 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.20260908.194442_amd64.deb Size: 407434 SHA256: 31f005c0a8621d75608b75ffdaf362f8541ff1786990356d0fb2a828fde77dcf SHA1: 404e235c95c95143cbd47fd953f4129a2dd0b6ab MD5sum: 8b93fbc400bbcb4dbb445a62cce08808 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.20260908.194442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4225 Depends: ros-kilted-autoware-auto-msgs (= 1.0.0-7noble.20260908.194442) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-auto-msgs/ros-kilted-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260908.194442_amd64.deb Size: 3390040 SHA256: d51c4c03acfa718208c9e4b756ce64b96811f6cf52ba8d9d183a3525f911b71c SHA1: 9b62e7b5cc73155c2bf8ad5b47ed8e719f83d429 MD5sum: 69c9ae0c16c59cf9743bbbd706d7726a Description: debug symbols for ros-kilted-autoware-auto-msgs Build-Ids: 791b4eaa3c6a0ca39eb10de2d4fa811b3d7ca6c2 9660a9e3a039577925c9a6d02eb0934f7bf629e1 96b506844fb7919a7afedebd94997099a89240c3 b34f0e0c122a0d1ffbd600d69720cf09475679fa b658c0849ddf97b23e03ac030ef5a6485f8753ee b7c804c948dcd3c3e66f3c241e8549c1499d5472 c60f1aa46de55e9589f0c5fb7ed872103e2d0e61 d2dd6639e6382b7e9af8b49c4ba746f5bfb6ac84 dbf4988c8e4cc57d9834db061efd46e3f40498ed de666d7ea4b5fd542db00b1f677d9509defd341a eb96da9eb7119fcf20e352ae7e2284025d75e2fa 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.20260908.165054 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 451 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.20260908.165054_amd64.deb Size: 43706 SHA256: 9b6eca530c5c1e051e600a9ba1fb50b15a5954618e4d41df1b60e2329a5bb820 SHA1: 1a3a947b159514d46da5e303f841a2ba69327f27 MD5sum: 2546e5e8a3ab70805f8118bae2f26d03 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.20260908.165054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 274 Depends: ros-kilted-autoware-common-msgs (= 1.7.0-1noble.20260908.165054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-common-msgs/ros-kilted-autoware-common-msgs-dbgsym_1.7.0-1noble.20260908.165054_amd64.deb Size: 183890 SHA256: df7d49efafcae3ffdda83749b2a5b7f77460233952c4c0078b9951106e066124 SHA1: 1100c90ad887d9966a70a32e94bda2648c81f7c8 MD5sum: a7279ec1e85ec9f5a3a502ae688c4b05 Description: debug symbols for ros-kilted-autoware-common-msgs Build-Ids: 51a414b333963845776be064cf60f75c9345f353 5991490db912ec1d028201fb0dab8786e2ab5ab9 674c75b5ddf7790eae0aee7925263bc6dada9aa9 68026c282cab0758e2dd62a0ce41f5e32d5b5a86 68d39fc198c02afcb0d45e41204dc191c1b67128 8967eb272ac766b7f2211e452c685c44c7618f32 9939a3718d68ecb899ce964f268c6391ac9f5169 9f787c412c227e63096c2005ab61c398f49c9a06 a714366cb9cb468e094b28fc45d9f2a388250580 d496557c21bc897f16b7401ad0fd66019f5711aa f8212beb5c0efa76757852abc14111d6bcab20ac Package: ros-kilted-autoware-control-msgs Version: 1.7.0-1noble.20260908.143805 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 930 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.20260908.143805_amd64.deb Size: 75868 SHA256: 0277b32c4cb97ac4e9421f950172bd0861b7372bdc9e18656ddfd1ed9976508e SHA1: c552861db84fa94fa4075deaa8245be117eaa57c MD5sum: 277352617f8a16f26b23a905b2b07e09 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.20260908.143805 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.20260908.143805) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-control-msgs/ros-kilted-autoware-control-msgs-dbgsym_1.7.0-1noble.20260908.143805_amd64.deb Size: 449432 SHA256: 43deb61c177d6d2955920d74336e9deca52d5533c1d1adbca31e65dc77884ba9 SHA1: f84662a97082ba9e5e07b1a2a3e693a61f1a4a45 MD5sum: 5719ddeb1320a27d5ab728b0ce7b5b31 Description: debug symbols for ros-kilted-autoware-control-msgs Build-Ids: 1fe1a8f546782e534623e6951dc04e6945d6f019 40e7c6ea44a45dcd2814d340630df9e3efce352a 56991ea148d53046f375bbc6a65fb8997e53db69 57925deebe5c434bec1d81365a32db373d0a62e0 5a08543d1fd31bbd5a4595dc9803c4990902ca95 86d870cffa169ec748964b5641b18439363a2cfc aa5ef881cceaf23a9c02b9cfe18a31525487582b b5f4655157dece2eb6eb2f87e86470213152b18f b66ca7268330d9d7a4ead2aaf1c33bdc09176b55 ee4802515fe1bbff42061bfeffdb94de942041bf f9b73fb0ba1a7f8eb47573a1966dbae91f568164 Package: ros-kilted-autoware-internal-debug-msgs Version: 1.8.1-3noble.20260908.151504 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2450 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.20260908.151504_amd64.deb Size: 165936 SHA256: 4511c45d8acab0c0cc1acc280d2e46cbe9ae8a6076dd4475ccb72693363ad401 SHA1: 3ce3eefed7ea73c81bccc22e2c29f6f1a83f2702 MD5sum: af9eadee70a795a4b4ea212a0690b966 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.20260908.151504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 1874 Depends: ros-kilted-autoware-internal-debug-msgs (= 1.8.1-3noble.20260908.151504) 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.20260908.151504_amd64.deb Size: 1489928 SHA256: 79853bbf8cedd99d36339585034748140ba427a0b26b8ba8be5263d6314ce6b1 SHA1: b40c465adfd676be4fdb1f2cae283cabfee3cde4 MD5sum: f6c0cece6f7612977c7d47dbd0079122 Description: debug symbols for ros-kilted-autoware-internal-debug-msgs Build-Ids: 5e4d3e345da9274d86481bee797abf949dea368a 82ef122ec670cee385ef7d84b9d4294fa598feed 915216f89643084c634eae81147c3b2152c0c947 9eb03091b92f8af0e10b3b8a6b17c664a05410b3 a30f8c758f834d43425458865f8513305582719e b8f90a795911df2d245cf5212d1dbbeda612323d c28910ad522534d5e5797c8fdf101b1c8d995587 c8ec5be288533cda16540042e27a3ca311f9ba39 e2ccded92bd1c50b9085df7b2793ca2022d3f09a e753c7cab7c9d39a0d694d19a676efc3bb2ecac1 e83b873b0929ebf7bb8a36a79514b97728c64639 Package: ros-kilted-autoware-internal-metric-msgs Version: 1.8.1-3noble.20260908.143818 Architecture: amd64 Maintainer: Temkei Kem 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-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.20260908.143818_amd64.deb Size: 59686 SHA256: 49c1e54e6330eed2ec7e554df2928d8762e5bff3b2eeb2a7d19c3cce4e8a9a2b SHA1: 44ae5412da0b030f40fa94e0eca43519a498b77e MD5sum: 346c857b34a75db5e7c4f5e7d67d1661 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.20260908.143818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 433 Depends: ros-kilted-autoware-internal-metric-msgs (= 1.8.1-3noble.20260908.143818) 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.20260908.143818_amd64.deb Size: 323384 SHA256: 6b57eb68394c55f683a5237838bae909b72994849d29e9cb67a764f1a4b37516 SHA1: 0f0c786731698b8b9f287e67024580f95188b1ea MD5sum: dc381647e24d0f69cd673619d0b10bad Description: debug symbols for ros-kilted-autoware-internal-metric-msgs Build-Ids: 46be6beeae85dfcd28fef2184c9a85ff2859edf5 592b5017b01869cd137e4bd2a2af912034e2a81f 7183bdc5149491ddf7b1c63794c0621916820a6e 76a65154cb22108142eb2973e8ab45226b31465c ad4e9291a30939257f19ac607704abfa0ee8f63a c06cd2d9270266920cc58f30c8bea4c0cd3f4e2c d13d3718703634074d20f405bd8ed526c22da597 dc2fcda73bb6ffe8b06dd2c94db4d44025655822 e65eeabd25c78eb4e2093391f745e18035aa2fc4 e8983dc17aded32416ccba4873edf7529a77ea02 f31e65129ac2b2a410e5405f6019fa983b035af9 Package: ros-kilted-autoware-internal-msgs Version: 1.8.1-3noble.20260908.201710 Architecture: amd64 Maintainer: Berkay Karaman 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-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.20260908.201710_amd64.deb Size: 62626 SHA256: 462a62b9651298311b185a98401cddb985555d734be15c0089f08e9cb1db3d12 SHA1: 49c5b3296edd884ec91b22cd0e9adf384f8c73fa MD5sum: ce11140b5246bfab73c0adedb6d5f95a 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.20260908.201710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 482 Depends: ros-kilted-autoware-internal-msgs (= 1.8.1-3noble.20260908.201710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-msgs/ros-kilted-autoware-internal-msgs-dbgsym_1.8.1-3noble.20260908.201710_amd64.deb Size: 355452 SHA256: 8de617154bb055774e73f720e3acdb4b9bd8d3d4eaf143903bc689f6aaa70f78 SHA1: e5d51ee645f6d53e8bc08905a65c1f85e07f6974 MD5sum: ca4584cc20487e187c30524058fc3626 Description: debug symbols for ros-kilted-autoware-internal-msgs Build-Ids: 0158aaa7a8472fb9efe6d0e3326c2b04ddbd8ebc 0b8fd284809859f5f828c0d56f5120513214e2cc 1fd8a5f8793562a25326274e6d2697b36f124d68 20e11640e4a5d2bbf016416feffe504c5e119baa 235d731c2dc057bd366e640d160516d8f9f4299c 435100348ebffd661586efaa47d8c0606ab1fcb1 74d8fe5a33883edcf1a34cc0dbc231b90da5220c 83747b111d3ca042dbb83f38b31bfb83a9b529a2 837e046572545b5ec3f221d54acddfe2d4486305 d51cf4dfe5cafae02b4a42e3c6c62dc88034ea84 dbefe47fa98011bab9d305d93cc7018b7c39d213 Package: ros-kilted-autoware-internal-perception-msgs Version: 1.8.1-3noble.20260908.201357 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 500 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.20260908.201357_amd64.deb Size: 49694 SHA256: c31321435026362171af3ddccc117c3cd0670d52ba6064bd55e8ef9e9631fb47 SHA1: 971d70e936ec5a8bfe4c5a322f1636f0e650348a MD5sum: 1fe549629bd2de6e94515a711ebef9d8 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.20260908.201357 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.20260908.201357) 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.20260908.201357_amd64.deb Size: 222088 SHA256: 6302e2611e9d1507e66453300ab9932c3e6d39d7c53fddcb4ab870a6795d17a2 SHA1: 6a86aefbdd3e70a39011bbdc6f550ff939f34458 MD5sum: c584c7c9b762e726936e951aa2675af6 Description: debug symbols for ros-kilted-autoware-internal-perception-msgs Build-Ids: 094260c40abc95e5ae8b512e8d81e0de4d308958 0a0d152a64866a100abfff0ea807c763d6963f18 0b7125c5c92136c06c134a9f0f9eb329c7cd3739 42cedba1404630cfd6d54d65e82a80d5ddd1d834 4b314c44ab728d7ce89c20293b0a5cb6a50bbd83 5543e41f93643b7af659129832e2a1dc6d807377 8f97e54ac16fe78e2157b989c11e1364f3c82f27 91a7c9082a23681115703372feaed392fb028757 960aa69d97f70a71f7f9489b457219d6043ef22c c4542f224d8697793fc1eb22cefdb50a7e97fbcb fd449e403e391aa6a6d76be5298b96b7192922d1 Package: ros-kilted-autoware-internal-planning-msgs Version: 1.8.1-3noble.20260908.192914 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 3839 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.20260908.192914_amd64.deb Size: 276052 SHA256: dc80ae065e60d96807b9323e419f66ed71de54f12e50e51049f232e95d1c391a SHA1: 633a0bd0b9691b464df669c56c47e1e4d5b4fbc5 MD5sum: 56e11d3af8c7e1f3dd1000200b30e477 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.20260908.192914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 3028 Depends: ros-kilted-autoware-internal-planning-msgs (= 1.8.1-3noble.20260908.192914) 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.20260908.192914_amd64.deb Size: 2470626 SHA256: 337a0bc6b49d6ac09416f1ef06dc0b0e707644228180ea5cda7ce063e6d9730c SHA1: 893485704a186d22d9b4b30cd36a42a29de228f8 MD5sum: 5bec4e826f7fce0915dfd40f8beea4e3 Description: debug symbols for ros-kilted-autoware-internal-planning-msgs Build-Ids: 2032c87edc9ab3cb647fee5f89250d1191275009 2b0bdfe3c510c8b2c890cc42537023eee5a6a66d 3535fec21c88298fca1bac3021fe2594aefb8246 5453066ac71098b579071d4dcb6b759adf84edbe 5be33ec92431b2d8510ca27735a0206706dfcf9f 62d08f2a1b16f0d9ba4078ef3aee3617be713d86 6b130217af8bc8ed3d72faee8fb07b981a2e46b5 9e2c488d4a98ff67adebbfa8f618bfb6f70ce2c6 b7d599dad3fd0210d267b9d419497c5f06380202 c7f2d7b1d2ea12f3d2b723b8ce53b8468622ce57 eece879e45d2a27f6c763799f81783ae0d82c5a9 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.20260908.193218 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 520 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.20260908.193218_amd64.deb Size: 51834 SHA256: 92f949ae42dfe6de7ec56fbcd00f10e6676a2c92a1b37447fd2af5727779d171 SHA1: f5c8d0ce03ee390e417940fa713819de20e0c640 MD5sum: b9b638bebcc4ae244be17bca8faeb228 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.20260908.193218 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.20260908.193218) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-localization-msgs/ros-kilted-autoware-localization-msgs-dbgsym_1.7.0-1noble.20260908.193218_amd64.deb Size: 207196 SHA256: 8142a0b499c7305ed928b67cec6baeae0e0d330aa35633a48ca8c379a0edc4a0 SHA1: 5baa6b89410737d080320c498c0fd338d868850d MD5sum: e2cdc9e9941705b90291f0dddb4f00d3 Description: debug symbols for ros-kilted-autoware-localization-msgs Build-Ids: 32164dc2de1c7418ebf2678a54310f94521078fa 42923ca1b4b43087a435eef08b1a27da2a7e4187 5720d429b61a50f92f45e9d3f88107881ed956c5 626f1168148961c67e36ec3ec43e15e5f0492f18 6a70dc104f80057f0f47e6b85e156c09a0fc0bbd 7ff73dcc07400bc01d24a013682e4b46dd1f9e2f b73f695b7b7f8a2d1d8221a786085357f4dbc409 bd6ef00c32a975a9b61566c3c7e77ff6c6f3b546 e3ed2431ce5f3886411ca2aaa84eaf10a8a518cc eab5849d35767ca53aa69e786ac40a7488cf2649 f7d28624e453b9ea8168c6563c9495f3d61ccc18 Package: ros-kilted-autoware-map-msgs Version: 1.7.0-1noble.20260908.194236 Architecture: amd64 Maintainer: kminoda Installed-Size: 3624 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.20260908.194236_amd64.deb Size: 258286 SHA256: 7595c5c5f3ab4b559c2e14257de1b44fca7c4551762e803d603530a33983af12 SHA1: bfe1dbac87ecdf300cfb49900e424d812f4dd3b7 MD5sum: daccc6d7cc5465f4fbc191e6eb48c65f 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.20260908.194236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: kminoda Installed-Size: 3014 Depends: ros-kilted-autoware-map-msgs (= 1.7.0-1noble.20260908.194236) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-map-msgs/ros-kilted-autoware-map-msgs-dbgsym_1.7.0-1noble.20260908.194236_amd64.deb Size: 2478810 SHA256: b461fcd8fd82415ddca7b3a5d4eec62e1e717d9d9778a8a5c9e0608518244313 SHA1: 6ec8f2cb8f68a0e70abad390ba2ae26b006f46e1 MD5sum: 9bf96555d0a011ce275563da5df4c165 Description: debug symbols for ros-kilted-autoware-map-msgs Build-Ids: 16c8834db748ee4326f279872dbba40235364158 2854917629ecc50c9eb1cf739b5952bc03703f05 2a4d174e1959243fdd05398c517f5b3eadd2f4ab 36db5ab3c7a36da48b55050f071689f568177e29 43ed790a8a7211bfb8fe0c38b5a4581e721a296e 4a756123ddf99eac1054e2403f9bc6cf97b12b49 722f23b2c3c13605f1e6149fa3582d97e7367b76 8cdb37d9c3b2005f2a7fd5220ea8a2be5276b371 b37976580a730d9ace84c141e598fdd1687027af e49d0fae3bf798c838c7aa78321d49dc07a2cae0 f9bf173c4eb7042e3cffbb1a2323e541f317bb6f Package: ros-kilted-autoware-msgs Version: 1.7.0-1noble.20260909.070900 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.20260909.070900_amd64.deb Size: 5420 SHA256: 8c06f0b449a3657d52508949d52b4e3f107015fdf8cad67eff403bce35dcbc77 SHA1: 71453f7a3d23e67b4f02f8f0789174fd182f0c84 MD5sum: 74e09f8eed64a508e53867922b3d885f Description: Meta package for the autoware_msgs packages Package: ros-kilted-autoware-perception-msgs Version: 1.7.0-1noble.20260908.184804 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3359 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.20260908.184804_amd64.deb Size: 220050 SHA256: 4577bf04c3b39016623ecbe2ce8f2db96753c537496ac69c36f3ed2578121f4c SHA1: 4917577021ecfb45721c1ea53e254146a35386f0 MD5sum: 3bb3851e485fbc31dd3607de481c1a5d 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.20260908.184804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2576 Depends: ros-kilted-autoware-perception-msgs (= 1.7.0-1noble.20260908.184804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-perception-msgs/ros-kilted-autoware-perception-msgs-dbgsym_1.7.0-1noble.20260908.184804_amd64.deb Size: 2111262 SHA256: 6a5a854a0d3d14a455cd11918b8a253d185ecfda33c45ce8084296951af32b58 SHA1: 97f7b2773f9e59ab00670946d3f6ac3817b35676 MD5sum: 28045616c6c602a0d7720dd11b824742 Description: debug symbols for ros-kilted-autoware-perception-msgs Build-Ids: 106f12eacc0ea8be8565664a21d7d0ab202dd4bd 14c3701cd5c1c34257da1dc7216c2494cb363239 33ebe202421153f4a25c279f7531aa5e86d350ba 387140e52ffa9121d38e649b6d5ed695149fce35 983fad2da72aa93cfde13afb5a22c305cdf6fb2f 9a1e9e7efde7720ee028860155b577d919e5cd4f bd6cebeb00be51434db21291d289a9a0774ecacb be25405d38005e9b289a331010c713624414e198 d4d06fd3388581dcbfccd09c3306010c3b7e2bc0 d83469952eafd511a5500f01d109dc87223ac0b6 f4a6bf68c6b8ab932631e4961262daf91eaa1a7d Package: ros-kilted-autoware-planning-msgs Version: 1.7.0-1noble.20260908.192520 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1591 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.20260908.192520_amd64.deb Size: 128838 SHA256: 5b3b8de39c86ea7c1212a0975c01c1caa8ca3ca8db550f77039093b66568fef3 SHA1: 4b0ba7a7d053be7eadeac998114b8ee8b7a51832 MD5sum: 5ea0e0780df848342c76b906697cdef3 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.20260908.192520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1224 Depends: ros-kilted-autoware-planning-msgs (= 1.7.0-1noble.20260908.192520) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-planning-msgs/ros-kilted-autoware-planning-msgs-dbgsym_1.7.0-1noble.20260908.192520_amd64.deb Size: 989900 SHA256: 3299a22ad41d5dc2c57caabc694451d18103f9923e9022c98c4975f1f5ad99f0 SHA1: 44a632b9d3ea5264d828524e81a00aa9d2c54ef5 MD5sum: e8194e6eac7973debf42df0b89fddaa7 Description: debug symbols for ros-kilted-autoware-planning-msgs Build-Ids: 09dd484020928892251e9d31b3b60a2107af0528 32a757a9c8d45f62188fc53abf2d9bafde10e01b 3d4685889d99635e3e682b589f7a489c658be3c1 684cee162838c0390ed270bac0dbb6c9bb8b7165 72de97e8166234282c190af954ebcdf7d2d1ddd2 c10cd9797773edacc9e5dc43179d1485cbbdfeeb c4fcb463446b40da76a1adca5685e4eec15f018a c9a798be3a8dac451ad040294b37ce165c253c84 d0c4f5a7bbf4260eee306ef69977faeed5557d3a d3c89cd846638797d7121fde93bbac17a5cb0d8c d985c60b0e1daaa2c1571cd77ad514e3d5214c48 Package: ros-kilted-autoware-sensing-msgs Version: 1.7.0-1noble.20260909.070348 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 1570 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.20260909.070348_amd64.deb Size: 129430 SHA256: e052a737c6f17ddc6df535042d2ecb8b3e810db82888f6deb044963ebf54901c SHA1: 232b3dfa2e6967d42b645c94b71281e9326a8d29 MD5sum: f40fbea9351b55693e9ea87843f0a9a0 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.20260909.070348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 1115 Depends: ros-kilted-autoware-sensing-msgs (= 1.7.0-1noble.20260909.070348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-sensing-msgs/ros-kilted-autoware-sensing-msgs-dbgsym_1.7.0-1noble.20260909.070348_amd64.deb Size: 894600 SHA256: 364da921faf70e70c26ad43536e8016569110e588a5c450e6811cd43d6c6f366 SHA1: 88935feb67e1394741204b91e365251d166f9887 MD5sum: 50bb5b52f94f2888588d481cf437f35e Description: debug symbols for ros-kilted-autoware-sensing-msgs Build-Ids: 3063718993054c994af8c5bbb0e699b7e8518888 32957b20230c2ce2740004548c75aa5e24774544 583de2abc19afd98fd69ca8bd870874525483094 5a07b36ae90471f3d3d57be803462037a6a941a7 6a18ea47ae0b3c8ec52ecc5814fb15ceba9f8228 9489d085d4af161a5c8bd2badcc798d10aaa4cb1 9f485f961311f45011e8dc3871ebe89bbfb3f8cf c3e3fd25d56e76358ecce69993a074916663f16b db841fbdec1bf07045b108345d9a50ff658850e6 e6dea956ce1b7102151f733641220ba1bcba4cb4 f34c8c62dea4c4b84338bfb56eb53d838d102300 Package: ros-kilted-autoware-system-msgs Version: 1.7.0-1noble.20260908.192536 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 800 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.20260908.192536_amd64.deb Size: 73958 SHA256: 66b2375a8a9bfa38b441bd24154b0c4c770b25931de9029abc135fa74a5701e6 SHA1: 8bcb75b116420b902eabf52c2d45d1695eda55d5 MD5sum: 63f932f45a319b6d8c3bc8f737751641 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.20260908.192536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 596 Depends: ros-kilted-autoware-system-msgs (= 1.7.0-1noble.20260908.192536) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-system-msgs/ros-kilted-autoware-system-msgs-dbgsym_1.7.0-1noble.20260908.192536_amd64.deb Size: 463982 SHA256: cc1d45d4ecf3d67a90925083d3d9364adc17e44c3b04a1f2dad2a583d34a292e SHA1: 8aa016e9e834563d4c528e5ee555885f2bb55647 MD5sum: 4b686a869d5d93e9fa57914cfcfed5be Description: debug symbols for ros-kilted-autoware-system-msgs Build-Ids: 0c3d75037b19eb2ed942e2aed12f8ebe842566bd 2094cf2c05fa0ba899c99e00137421249ade4ff8 268acc97defe606f0df098636779159e57184e10 3df0e834f2083313a9f77f005ed3f4e3394cef65 4314576fe3a9aa39d887e60cb389e6e7d7ea4c5c 579575fd066cff48d2603e8a13e6d6801eb9a0c4 5ca65172ca2defd9f64ff6f0d20a4f457e7e96b1 74c82977de8d4fd3c3dd747c10dd309c7b6a7577 842cff5e2111e5c9523c6f79c3acdb69ec817fcc d4c73f113d4cbca1a44e854291a12c43602474dc fb391124cebebaef10392b005cd6a92c24338f2c Package: ros-kilted-autoware-v2x-msgs Version: 1.7.0-1noble.20260908.191907 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 981 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.20260908.191907_amd64.deb Size: 88576 SHA256: 9a4fe41d5185ee3835eb60dbfaa37961b7a6a459670c28015791b33a63d3cd6a SHA1: 6633b14abb6bd7065f9ca1c453f6a2be2da686f6 MD5sum: 366829f72b074c8fe1250c7c715afe7f 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.20260908.191907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 843 Depends: ros-kilted-autoware-v2x-msgs (= 1.7.0-1noble.20260908.191907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-v2x-msgs/ros-kilted-autoware-v2x-msgs-dbgsym_1.7.0-1noble.20260908.191907_amd64.deb Size: 682776 SHA256: b8d56c267424cad469266a6dea0977d680abb89050f6091a6478ffeb3d4932f2 SHA1: 3b01e8febaecceaec1fb30abaf52132ef83d7afd MD5sum: 1f1e539788dd7b69faf25eafd853741b Description: debug symbols for ros-kilted-autoware-v2x-msgs Build-Ids: 349ac0bb6e0590ec2df7a5429d4c1547db06c903 615477f87e297eee19c7e31bb47e01bb19311ed1 7492d5a2d8fad61b4ba9c04626c0a7e9cc775190 76146db694caeac633a3c91a9819a969cf964ef4 83c05a2a7394c855a11d1dfd474dd78b7b4213c6 85838979b9f207de3ac93357cf80e48b073960e2 8bcccf353118a30e461773824bcc6402e4b71d6d b5254acf7b71a8d44acb9640a4576b13ea3a0180 bc603605685443c45098feb640d1242d4690c830 f3547b65470144d6b8ed7d937dd7f0955c20c741 f59a4a5770b210db754b3900220f9e451d1ed15f Package: ros-kilted-autoware-vehicle-msgs Version: 1.7.0-1noble.20260908.192917 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 2031 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.20260908.192917_amd64.deb Size: 139192 SHA256: d019a23db6a3ae79ffcbe63cde42dd870507dba536d79bb683caa6f4cc9a1f3e SHA1: 72cae02811f134d511407f323f6ada2464571d85 MD5sum: c4fa76a4025b1f79e395103787b6f174 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.20260908.192917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1351 Depends: ros-kilted-autoware-vehicle-msgs (= 1.7.0-1noble.20260908.192917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-vehicle-msgs/ros-kilted-autoware-vehicle-msgs-dbgsym_1.7.0-1noble.20260908.192917_amd64.deb Size: 1033422 SHA256: 48c7bc860306f25acecd70de825285bff0efb694eeedfaebf7ce4be27fe711cd SHA1: 8bd5cefa81d4fbe8e106d069d61abea56efb24bd MD5sum: 93b9cdef2c099f7db52df9265dc3bb94 Description: debug symbols for ros-kilted-autoware-vehicle-msgs Build-Ids: 1b0f1d75c9fb6d137ebcd465aa4bba56bd9698d4 3e517040ab62900343b7f145eed7315f0e4b56fa 4d0be9685dea13a2a955a07fe5d76fcdda14776b 516ae196b18355b81567814806a07d686d6b6b7e 574d2cd2cdb51f794a301c3573f2f972f4ac7398 7c0f32aa06604456143200ea8ef8d1af97005f7c 7c43e6341704134dedc7d6fa2fae78e0733b091c 86f109dd578b497db0058dcff6527095fd1d1db8 885fd9e4a546f39c0d70199f6fc66bff88c7f553 8e34d366b5c1ca927835b9d34ebebab63545284f d04ee43ec2dce2a12b567a4463db45d1cf0db14c Package: ros-kilted-avt-vimba-camera Version: 2001.1.0-6noble.20260908.225905 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.20260908.225905_amd64.deb Size: 646154 SHA256: 45e8bbff1768de78ec668af8b18c2dc145c16e4a1341a60286f2c515be2eb614 SHA1: c336fed428a6e5fd19dbdc837c314499b2178b92 MD5sum: c6fbb2cdbd08a40707a7f5c758a02c63 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.20260908.225905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4539 Depends: ros-kilted-avt-vimba-camera (= 2001.1.0-6noble.20260908.225905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-avt-vimba-camera/ros-kilted-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260908.225905_amd64.deb Size: 4113070 SHA256: 9481b16ff704f743740b44ed1e57389eab1ac517a3af2dbc4218fd967ecdf5b4 SHA1: 038e8546e1bfdfd2cbdb4d068fe84f30259eeb0c MD5sum: 04264e4e942c7f193e21e8b0f85525e3 Description: debug symbols for ros-kilted-avt-vimba-camera Build-Ids: 0b71e619f2e282b622c0eea470dfa81bf465475d 47b6bde3f50b38240a1686bc286ccd80dd9c367f 8fb561e1f4faa83c9fbff54da89a988910b89635 94d0b1a4b46c9885e6cda6464e8c9ffa90f5314c 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.20260908.225458 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.20260908.225458_amd64.deb Size: 84592 SHA256: ac2b2d9a80c96af660e0dc4289b9c8d69f21ba7572f6bc994cdb0efe59926ac9 SHA1: e05aa74592fe6b9d26f7cc0d3310fe9ffefaf7ad MD5sum: dc11cacc4ca2e2bef3220a9bbbde99a8 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.20260908.225458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1596 Depends: ros-kilted-bag2-to-image (= 0.1.1-1noble.20260908.225458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bag2-to-image/ros-kilted-bag2-to-image-dbgsym_0.1.1-1noble.20260908.225458_amd64.deb Size: 1531700 SHA256: ded33c8b9b3e6bb93078f9fb337da9b462b2ae7d6c7b69188dd496a487605f8a SHA1: 121f64cdf1689cfe61216c9d12dc1a8c8a99f7a0 MD5sum: 45362a9ac96513040d9148c75e43ce24 Description: debug symbols for ros-kilted-bag2-to-image Build-Ids: 2969413031fcb37c315c48a7574ffb851dfa0c27 ed9232158bac992cf433de1968f6e73f0eadd17d Package: ros-kilted-battery-state-broadcaster Version: 5.17.0-1noble.20260908.234257 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 471 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-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-battery-state-broadcaster/ros-kilted-battery-state-broadcaster_5.17.0-1noble.20260908.234257_amd64.deb Size: 121998 SHA256: 49a13ad3c037a162decb5e39f35a393aab322b2b0a0230a892630305b0b859e3 SHA1: ab51e73877ae7474b677f548ee6e06ccaa9242d6 MD5sum: 07010cd82fe6bad59bdc268a25a6f823 Description: ros2_control battery state broadcaster controller Package: ros-kilted-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-battery-state-broadcaster Version: 5.17.0-1noble.20260908.234257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1750 Depends: ros-kilted-battery-state-broadcaster (= 5.17.0-1noble.20260908.234257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-broadcaster/ros-kilted-battery-state-broadcaster-dbgsym_5.17.0-1noble.20260908.234257_amd64.deb Size: 1631496 SHA256: 33d304891cc974c1cf3d10fd0c430cba01ae9d0ddb95190097a2c6ce17872e26 SHA1: af0fe93d9ad71c1a0e83ea2e5428880f750eae17 MD5sum: 4e09c010847c40fa4fd7b5843d7255bf Description: debug symbols for ros-kilted-battery-state-broadcaster Build-Ids: 9aa6a73201eab24efd638c0ffd9fc0fac7e7864b Package: ros-kilted-battery-state-rviz-overlay Version: 1.2.0-1noble.20260908.211910 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.20260908.211910_amd64.deb Size: 116626 SHA256: 1566a85717ecc9502210108ea5234dace2b3a23557693133361f3a057c019f2e SHA1: f0cc020e7b7b933a642630a9c7f8d69d20301149 MD5sum: 8cd507ae30d950193630b272b9d9bd4d 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.20260908.211910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2374 Depends: ros-kilted-battery-state-rviz-overlay (= 1.2.0-1noble.20260908.211910) 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.20260908.211910_amd64.deb Size: 2038964 SHA256: f9523f8320dfac6c1004e200a3159515c9e39556d0072e3878642bd5b4205adc SHA1: d97c4d98f35a51f48d2e76fe9fb188a35c92c8dc MD5sum: 8246cf4cdadb444c5ca5fd4a714462b3 Description: debug symbols for ros-kilted-battery-state-rviz-overlay Build-Ids: 71151e61e631b4f872081041ff57cbfab18685c1 Package: ros-kilted-beckhoff-ads-bringup Version: 1.0.0-1noble.20260909.000502 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.20260909.000502_amd64.deb Size: 9506 SHA256: 418bd350c60921a0f497a3cd7cd1d74eb832d182b25d5eb86cd6e9e506c547d2 SHA1: 080b176ffb5fae1bfc22c5055e5b4782fe331eab MD5sum: 577a4c15f23611e89d7372f0d1cf4969 Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-kilted-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260908.231913 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.20260908.231913_amd64.deb Size: 51060 SHA256: c874fe808c95ddc40c060356e8cd5e94774f8723f1e085e3bcd6adb473cb0a22 SHA1: 514ac23daffcf2c694eef5a47de7115a1ab52057 MD5sum: 58d882f1002f24d608432bed9de4c0f2 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.20260908.231913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 765 Depends: ros-kilted-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260908.231913) 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.20260908.231913_amd64.deb Size: 729494 SHA256: 85eecbf41712f6385f4579b4688fbac47ec52e631cdb3a310ce3f55be3beb85c SHA1: 2e7fec2465aadec7e5e7cf70be42ad8e8dd03336 MD5sum: 0f95bfc4663d3fd0c669c82841838bfb Description: debug symbols for ros-kilted-beckhoff-ads-hardware-interface Build-Ids: c20347d498feedf929283501ec5dbe6b74268fcd Package: ros-kilted-behaviortree-cpp Version: 4.10.0-1noble.20260908.223740 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 3015 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.10.0-1noble.20260908.223740_amd64.deb Size: 639876 SHA256: d731ec85deec7bb08b78a7ffa4548b3cbe553f35680461487cd355e40bc5e614 SHA1: 60f6196913345ce2d1099afb6c6494a0b68138c3 MD5sum: 716536aeb01d1cf4103c9ec3f145666f 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.10.0-1noble.20260908.223740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13349 Depends: ros-kilted-behaviortree-cpp (= 4.10.0-1noble.20260908.223740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-behaviortree-cpp/ros-kilted-behaviortree-cpp-dbgsym_4.10.0-1noble.20260908.223740_amd64.deb Size: 12904474 SHA256: e6eead616cd7247ab31d1fa1f14f0eae154756db336b94e44542624e962fcdf9 SHA1: 5dbb480baff159f72258126caee1aebeb8541f2e MD5sum: ae9565398201531708ab2ae70646669c Description: debug symbols for ros-kilted-behaviortree-cpp Build-Ids: 06a830f3c3bb525f2ace83dde363cfda0c02e9cb 143e444781b30d13d13829b993ed759a5e5418a0 6bfea677353a2762260c161b232e3c6bd57fd59c 9d0b4f273f2f709f71c4538cf914412625a4269f a256160b53a9184b40de693716d67d7b6300bb79 d5ab569b0d1a275e81c352060890653ccf2ceec0 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.20260908.230523 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.20260908.230523_amd64.deb Size: 787322 SHA256: 120bbb5016a62c32dbe400d65e0c817f83e2872c0ac4ab2a16d27ff6a671693f SHA1: 1723a26a3657c211950c29cbda0bc08290ab1ec6 MD5sum: 7ec8cc8e5bf3baaf9ece7938d43a7022 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.20260908.230523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 36959 Depends: ros-kilted-beluga-amcl (= 2.1.1-1noble.20260908.230523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga-amcl/ros-kilted-beluga-amcl-dbgsym_2.1.1-1noble.20260908.230523_amd64.deb Size: 34269558 SHA256: b89fbc1efa2493184557d87e48af48526f852a7079298e123c357b9cc078d772 SHA1: f697e1498e0c67fb73309c48e4964c7211a1d9e8 MD5sum: 53932fd754e4a8ea68c3b9bfa5a33e37 Description: debug symbols for ros-kilted-beluga-amcl Build-Ids: 0cc93386ae46b3b3276c1a811807418e924c073e 2590289f85e2c7d2d19c9011c0eaca1d024876da 3f997ccffb91eca173f327ab36dcfaba93017d25 5af0e6c972062216baa124588401285ce607979e 6efeb4707ad901415dd8369077df82e440258650 e5bcde96676691f9b5fcbe8a5f3e0d2ee073c036 f1124125f806ccf46c1758a038d1d76c5c032339 Package: ros-kilted-beluga-ros Version: 2.1.1-1noble.20260908.222602 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.20260908.222602_amd64.deb Size: 119652 SHA256: 704ef618689656c9b342cdcb8357e3423996a8ff070eda5c5f481f5c62550301 SHA1: 9a9cf45b0b747aca1a9746e6fce0c5e1d334d314 MD5sum: 529eb53771400422f57446d4e81c334d Description: Utilities to interface ROS with Beluga. Package: ros-kilted-bicycle-steering-controller Version: 5.17.0-1noble.20260908.234655 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 192 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.17.0-1noble.20260908.234655_amd64.deb Size: 48540 SHA256: 10ff2ec27ead38edc3e3eb1d08484461006daedf574e5d2f1c56431aecd94ac6 SHA1: 048e7ddb1fe0ed571a26d79e84b6c8dc9ffa1606 MD5sum: 2ded50b8811e9e0ca61d206aae70742c 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.17.0-1noble.20260908.234655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 724 Depends: ros-kilted-bicycle-steering-controller (= 5.17.0-1noble.20260908.234655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bicycle-steering-controller/ros-kilted-bicycle-steering-controller-dbgsym_5.17.0-1noble.20260908.234655_amd64.deb Size: 694274 SHA256: b0bda9af201cb1abd30728342ffcbfbb181f3db58708d4a1a39a4d6a60bd2acb SHA1: 7c34fd65db59cfd89b710516aa41872df16fdf23 MD5sum: af4cd5b8745dd77bdd86607f02d129cc Description: debug symbols for ros-kilted-bicycle-steering-controller Build-Ids: 38711a71cfe56875c786cbdcaf29a09f282daf4c Package: ros-kilted-bno055 Version: 0.5.0-3noble.20260908.205332 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.20260908.205332_amd64.deb Size: 34762 SHA256: 21b774f75a50c27a82e0206e83bb4fdcd69c63a311c3e309457eb83f0757d136 SHA1: 7b3a6734635efef268d29ba876363b84fb080378 MD5sum: 7850b7ab9850db4494c7f10b3faac327 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-kilted-bond Version: 4.3.0-1noble.20260908.151518 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 560 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.20260908.151518_amd64.deb Size: 55114 SHA256: b04340bdb6fae7d6b18378ad6ce5116731571b47783e0b175976fce77a25c452 SHA1: 82aa2579ba4bab01fa442bc19e32c68c12301f46 MD5sum: 0916e4f5e1a79d16113b49fba767d703 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.20260908.225320 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.20260908.225320_amd64.deb Size: 5844 SHA256: 7b9fe43324abdfe5f0208adaee25200d7a72661c02185e4c63d9eb6e00f642b2 SHA1: 396ba5a6a6996e5a32222ebf9a3c0d9e08661902 MD5sum: 098031eeec97f146ea4a3846c2e25676 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.20260908.151518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 386 Depends: ros-kilted-bond (= 4.3.0-1noble.20260908.151518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bond/ros-kilted-bond-dbgsym_4.3.0-1noble.20260908.151518_amd64.deb Size: 283670 SHA256: 353016a175998d9924f0b0d989361b2899b29867cfffd6387589c059d9511709 SHA1: 408727556b55f52d8260ada909560f322811761c MD5sum: 85a7b6153176ef041b2a1dfd0375e1c2 Description: debug symbols for ros-kilted-bond Build-Ids: 0873a36f28af4405057464e4735c807d760808f2 21170aad8c06e17dbd03abb51d80f40695127180 356dfcf7cb48ea9e50855ed472597732aad5f8e4 371dca971bf95c7d2eb75432dce4b15cb94761ec 4b55a79db28b50f7919e0c0e86ecfab9ef645921 6eea09f5f9b8b0730a72532b5bd2e49c94d66c3a a070288123c48d64e4ba6bc31d4b195d0351428c b9f5ee9fab8646bc1f37e9d02982e9a7a1531599 d4dc2ab18fc3007c797509577fd603adfeec523b d6115d48add68c04ae84fe265bf93df51673da7d e22e455711580696e64de7f5051e7de931cef163 Package: ros-kilted-bondcpp Version: 4.3.0-1noble.20260908.224940 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.20260908.224940_amd64.deb Size: 123100 SHA256: 20df580c742827af692989d28202401d2a285bb36a990b8fcddd6876e76aa88c SHA1: 3b984641a8d1ef1144f0af4f8967ba99712018af MD5sum: 0751feaba0251526758b3f85f74f9890 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.20260908.224940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2278 Depends: ros-kilted-bondcpp (= 4.3.0-1noble.20260908.224940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bondcpp/ros-kilted-bondcpp-dbgsym_4.3.0-1noble.20260908.224940_amd64.deb Size: 1944580 SHA256: 605595b23d1ab04747bf54bdeb45c14a8f3be4d1e8afad0610c508a870e72891 SHA1: 2de5df1fef77abea256b6369412b3eb69bbe498b MD5sum: 1c85e31da36dbda71651a9f3def0d53f Description: debug symbols for ros-kilted-bondcpp Build-Ids: b7ee32ed42fbf4b8c79a39fb1ff8381e4617726d Package: ros-kilted-bondpy Version: 4.3.0-1noble.20260908.205718 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.20260908.205718_amd64.deb Size: 16230 SHA256: b2169b6db2cdb6a306b8be49655d222cb76269753a6570b77cfb01a8e168f804 SHA1: d4b6ba2f76d39706296c35912ecd8dd8b0d7dde4 MD5sum: ecf65fab5b3842345894f9f9d7aee993 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.20260908.210030 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.20260908.210030_amd64.deb Size: 10808 SHA256: 408fb712e4b34a1d6e3dd285c255d8f060490d189c2020647eaa3c98d5f1bc10 SHA1: e02580b4d8c432f306f634b3985da69ada05755b MD5sum: 1bdded9c116aa7b6f6de56a0185c40df 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.20260908.210030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 49 Depends: ros-kilted-boost-geometry-util (= 0.0.1-5noble.20260908.210030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-geometry-util/ros-kilted-boost-geometry-util-dbgsym_0.0.1-5noble.20260908.210030_amd64.deb Size: 34680 SHA256: 86966a380cde022d67240becfaf37ba218271eec267a8afd2a32c7de7183a8ee SHA1: b4fc54469396313306606edf454436773ef585ee MD5sum: 1e8970d37fcf045c185cbf07b1c4610f Description: debug symbols for ros-kilted-boost-geometry-util Build-Ids: d50c32ca7b94a0833bc74f6ded5f2137bc77a462 Package: ros-kilted-boost-plugin-loader Version: 0.4.5-1noble.20260909.174415 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 305 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-filesystem-dev, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/boost_plugin_loader/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-plugin-loader/ros-kilted-boost-plugin-loader_0.4.5-1noble.20260909.174415_amd64.deb Size: 79392 SHA256: 41a48b6ed740eb9af3014b67c51522090f796f807ed700db6cb6ffb0184d9169 SHA1: 0b3464fd8c720ac0f222637451953dba974791fd MD5sum: 8de76ff6a9b48e2b62ae377e5e6bc556 Description: Boost plugin loader implementation Package: ros-kilted-boost-plugin-loader-dbgsym Package-Type: ddeb Source: ros-kilted-boost-plugin-loader Version: 0.4.5-1noble.20260909.174415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 1059 Depends: ros-kilted-boost-plugin-loader (= 0.4.5-1noble.20260909.174415) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-plugin-loader/ros-kilted-boost-plugin-loader-dbgsym_0.4.5-1noble.20260909.174415_amd64.deb Size: 977856 SHA256: 93d759868458e03a199e4a2bc9b5c5a3f966fce61100c2d2806051f27ccb8eb4 SHA1: 9a4b6fe89fcf2b053e8735364e1c1c54cc644fdb MD5sum: 3ffc2dfee158801325088464f6b86fab Description: debug symbols for ros-kilted-boost-plugin-loader Build-Ids: 40e0d74f2865ad81b4b844d00a3c3b44921546d5 42dcd51050c88283c7a6c958dd3ddbaae2bccf4c 48ae1ab633b36d5e0ddb60379354a36943e0323c e9c12528386a81b8de1d9bdbd2695d34466b5605 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.20260908.211924 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.20260908.211924_amd64.deb Size: 174340 SHA256: 743b0c791e1b626fa53f65a1a68f9829e8892ff447207979beb15e17c3db1ecf SHA1: 1cd7b2d755ce8d4e1c0aa767bec6416efa5b24f4 MD5sum: c9f4d6c5d4ea63b1eef78cf54ed3d957 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.20260908.211924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3361 Depends: ros-kilted-broll (= 0.1.1-1noble.20260908.211924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-broll/ros-kilted-broll-dbgsym_0.1.1-1noble.20260908.211924_amd64.deb Size: 2970684 SHA256: ef4e33ef4bff270f6e591efbbc0b4d76e5463523823a8d584b4cc40ebaeb3323 SHA1: 6fc6ceb83ab207064ca91b00f18030f816ba3619 MD5sum: 85c6442f107005a3e10f512cbdd25e3a Description: debug symbols for ros-kilted-broll Build-Ids: 857c1ba59922f8772cc178b882c66230ee64189c d90bbc64fb95dd7eb0266735ea8f54e335ccbe34 fecf6aa833d6757367c53f3f801c22c2834859cd Package: ros-kilted-builtin-interfaces Version: 2.3.2-1noble.20260908.123822 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 522 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.20260908.123822_amd64.deb Size: 46514 SHA256: e1bab0f61407e85929165544149d10203a80dcaf1cc9eda93b033f491b412acf SHA1: 115fa96af3330aec7abb3b2b7519c9e8f21fb5e4 MD5sum: 8336c25a37a9a962ff52bbaec9b75a33 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.20260908.123822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 331 Depends: ros-kilted-builtin-interfaces (= 2.3.2-1noble.20260908.123822) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-builtin-interfaces/ros-kilted-builtin-interfaces-dbgsym_2.3.2-1noble.20260908.123822_amd64.deb Size: 229242 SHA256: 598360bc3d48c137001561bdcaff723409cd9ce5849720b67fae35a78ee81ed2 SHA1: 169e70b661297a71bf80273a695af44a2f456149 MD5sum: 18114224d1e96ad53b8bdd47b3b196d0 Description: debug symbols for ros-kilted-builtin-interfaces Build-Ids: 17c2e4f10105470e24f8cfcfc01fe3860769204a 281a8ee574a2660ff0904fb3c2dc7115b31bf2eb 2cb2ed616bf3492d7332f2a44a832bd5d35bbee0 344c879d1adc5a1e46b59d4ea9336771b483afae 3b1589860d50dbe399a37d40b59047b5bd93085f 43c4c0efd9d38626e815f5112900752bd62c2a99 67b10a7306c66e77e0b4757b9ea8ce32ce2c089a 910dd8358dd6aea46baa11a22b579ae2f04ff8c9 b3bee3592cc5281d73ccd8ed651ec329c298f102 cc3c98fc4992958d478ff68dd75bfe39a4cdcd54 e7949b5aaf8aa28acc32b11da8b6badde3b98f05 Package: ros-kilted-camera-aravis2 Version: 1.2.0-2noble.20260908.225912 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.20260908.225912_amd64.deb Size: 282320 SHA256: e766a094e79c040b506fb528055653a511e0da2e0e190cf8c3488def702921ac SHA1: 7fcecfe0a241092f23d883c5c69dfa2e3a084df2 MD5sum: 6406d8734717fae8a6f65b4e34d6eb2b 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.20260908.225912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 7125 Depends: ros-kilted-camera-aravis2 (= 1.2.0-2noble.20260908.225912) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2/ros-kilted-camera-aravis2-dbgsym_1.2.0-2noble.20260908.225912_amd64.deb Size: 6600488 SHA256: d21e635332954331d2f55c5669c76e542dfae35ac2956a6375f88912cd57a833 SHA1: bdf5e5a06424549a4b0df1239aaf79835fc200d7 MD5sum: b7deec97708cedbd38c3f4dfd58f293c Description: debug symbols for ros-kilted-camera-aravis2 Build-Ids: 5a0e1e2a31220cb691ba825f83e958b15cb7c92f b2a50d40e7dd06f8d32e3b2f12ac79605bdc88a1 b7802c2c03ca03869e37bac0f8382044653c774b be9470c6d98f8d6e963f7f6977db7344998fa75e c017000165265c337ec5b5906df97511f996a2c2 Package: ros-kilted-camera-aravis2-msgs Version: 1.2.0-2noble.20260908.201343 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 924 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.20260908.201343_amd64.deb Size: 85000 SHA256: fa375fca60f52e02b2b2bccba6d5a8f4f80e3b57ece11788b6e4b97d1fced781 SHA1: ff99df6c8e0502c7326131fcac56ee841cc069aa MD5sum: 3ae548bfc0b298e4434ed5e1d080a1f1 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.20260908.201343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 684 Depends: ros-kilted-camera-aravis2-msgs (= 1.2.0-2noble.20260908.201343) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2-msgs/ros-kilted-camera-aravis2-msgs-dbgsym_1.2.0-2noble.20260908.201343_amd64.deb Size: 522940 SHA256: e5111e5f6665565ae7a5a8f55cc353492c6bd9d7443cc45b1c4a85effc6b4202 SHA1: 3ebc0a122d4f84f416b74f30b78dcfad66b5d184 MD5sum: cc65936b3ce53321bada7c4067f3c505 Description: debug symbols for ros-kilted-camera-aravis2-msgs Build-Ids: 0264b1ade01146dd325f9542087b225e836a0760 2eb9395aa0f2af052685781eb9cda89cde0065d8 531fb24a788651947e66c2b8b8604ea9f148e220 6ed6e26dc969d946305a0c2e59dce5ede22f8dab 885ed085b83056aea8ddb1c145fff91f68e8045a 909c919f3813de0fe89ca32b7abf4d29c9dad17a 94ae8b0c3bb76588a0eb76d2e3f1ed65136595ee a19babd02a9bbd62dddb922648d55cfdb1219827 cc623d46933db8d132f7f844a0f64ab2c917152c dd9186044a0cd4d7c3728a57fed0aa9131c679b8 fe95c9c9b183c26dc593725b0f6f416e77dbab19 Package: ros-kilted-camera-calibration Version: 6.0.13-1noble.20260908.213209 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.20260908.213209_amd64.deb Size: 80320 SHA256: f618f57a08225190449d9db70750ce6340bf16152291bb7282f2b4dcf2fefc1c SHA1: e015f140268b5fadb434efc00023a41407c2c4de MD5sum: 54963db451abfe15192a72c2a43e69cd 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.20260908.212029 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.20260908.212029_amd64.deb Size: 57596 SHA256: b374d9ef3f3eefcd9fe9ec9ff2d127cfed1666e4a212a8a464e65185ac690494 SHA1: d0826642d931052e010c0e9a5747e558617fcae9 MD5sum: 62a758ccd86856c2feda5a007cbf4f11 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.20260908.212029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 780 Depends: ros-kilted-camera-calibration-parsers (= 6.1.4-1noble.20260908.212029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-calibration-parsers/ros-kilted-camera-calibration-parsers-dbgsym_6.1.4-1noble.20260908.212029_amd64.deb Size: 724308 SHA256: 66db86368b436b278910b7c4293a2b11812e558cb686aa8d7d6f8d3d5e2d071d SHA1: 920744714d9f186d10001adc096f23f62db6e6ec MD5sum: b46d7c5a49cc863b61cf249d5fb05bcf Description: debug symbols for ros-kilted-camera-calibration-parsers Build-Ids: 61ee0599ff99cc9e94b40c23e0411dd623b826c3 9b5276efdbb1c779ea8d37ae2a8ec7639a105d18 Package: ros-kilted-camera-info-manager Version: 6.1.4-1noble.20260908.225442 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.20260908.225442_amd64.deb Size: 41984 SHA256: 7eaa2dea412b24c5f7a56cdd2de987dac7d63eb37a941f0b066507d1edad24ac SHA1: bddfbb4f6b282001b50dadf4d803103d467c9b4e MD5sum: 8cb7f8d28c5e7a8e486b5c71317204ec 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.20260908.225442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 492 Depends: ros-kilted-camera-info-manager (= 6.1.4-1noble.20260908.225442) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-info-manager/ros-kilted-camera-info-manager-dbgsym_6.1.4-1noble.20260908.225442_amd64.deb Size: 453006 SHA256: 1ca2f8495ec991390d8237026bf9c192089c28a84d50fbb2161d8703a68c0e08 SHA1: 6753e8fdd3f08807dbc121c3bc92bbde6ba2c304 MD5sum: 9f5f3126a0808f79519d9bd35971ce20 Description: debug symbols for ros-kilted-camera-info-manager Build-Ids: 31438a3738dcb1f6390bb21af2de5993a2960efe Package: ros-kilted-camera-info-manager-py Version: 6.1.4-1noble.20260908.212519 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.20260908.212519_amd64.deb Size: 24158 SHA256: b2fb437b2fae8ad51c5f4384c3b8fb437e54c37062c498e4ce068c249c0c90e1 SHA1: e65340ff9f9e5398a47f187cd38218bc6c74d89c MD5sum: 25693ea5468317fadf2f13b3105a5006 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.20260909.002700 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.20260909.002700_amd64.deb Size: 204790 SHA256: 1bb323a1c2395e0ff03b01ae92886bed8a0e0a491fb0e198e5e231c6c92fce3e SHA1: 0ed2a539cb15a183e3a698e1d872370e8a2ec7ab MD5sum: fd01aebb8ba3216c703c28d2f1f439a3 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.20260909.002700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 4215 Depends: ros-kilted-camera-ros (= 0.4.0-2noble.20260909.002700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-ros/ros-kilted-camera-ros-dbgsym_0.4.0-2noble.20260909.002700_amd64.deb Size: 4015234 SHA256: 113ac92c2a52a5e0f32b376b8e16af5fb45c8760931df1c8355cce29bb001fa5 SHA1: bf0ead880b12a2d85d8549ef93bfbbde3c852292 MD5sum: 0d3f238818de1dd0338c0d653512df33 Description: debug symbols for ros-kilted-camera-ros Build-Ids: 61ee34963506a239b2b22eacbf8b597132412169 b9a9b810d235e7d13288b988eb10c90b5b665c58 Package: ros-kilted-can-msgs Version: 2.0.0-6noble.20260908.165106 Architecture: amd64 Maintainer: Mathias Lüdtke 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-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.20260908.165106_amd64.deb Size: 45882 SHA256: 281340434f646b7b83c2ff062cbbae8b81e363c33a34aba74e6c040fa78679bb SHA1: 15e875c59dd348f78cacc6de63797bdd241be366 MD5sum: fcd231c6f5a674922e1b8043dc447476 Description: CAN related message types. Package: ros-kilted-can-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-can-msgs Version: 2.0.0-6noble.20260908.165106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 283 Depends: ros-kilted-can-msgs (= 2.0.0-6noble.20260908.165106) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-can-msgs/ros-kilted-can-msgs-dbgsym_2.0.0-6noble.20260908.165106_amd64.deb Size: 196770 SHA256: d2d04fd478c939b9fa43800a0be052f6a1bacfea7c6a1a212e9c1e478ef170c9 SHA1: 30a445ff606b3da279d76f7d61764d37147a00ac MD5sum: d2be6110658376d99862c1607bf4ea0a Description: debug symbols for ros-kilted-can-msgs Build-Ids: 07f0169504e49990d519becd7ca487efc289c961 172a2fe5b3cf92ef49c60895107c7d903fd156dc 1ddd1be1689ed2d19be132ad1da75e92fd705dc5 48cbfc55401acc0b572976d8731d8cd20d7f9b62 4f721d45368e170bb0073a74a23fce309feb8cfc 6f228ba08cf0a98704bab3699869a1c834be240f 8624e0a2d4465b87fe6f54a60b1512be5617fefb 8eba9e39d082629ffefc40c7f89f10644a1e3e57 9b9e4f4087d10c5c8f7585ea2e51f56d720cf45e a1efd0194d27f1d2f2ef68d92b6409d5e3515bc1 ac2c629f56b451776d25e62a9d9ff5bef732adf4 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.20260908.231926 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.20260908.231926_amd64.deb Size: 6972 SHA256: f4f8d33bf4b6ba2161084541475f71dff5c5f6fea1da5f730677bf2f3e1b6436 SHA1: 8d42ea119e9e4410e767d748ce5b48525df19023 MD5sum: 4437b0dfeba8ee096b68eec8850a9c4e Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-kilted-canopen-402-driver Version: 0.3.4-1noble.20260908.231156 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.20260908.231156_amd64.deb Size: 260808 SHA256: 21e89607e901718e86474e767afc11d3b9e4e05b4170d8e0118d05cb4f00f514 SHA1: 10ddc24548ba2d5c7fc68e0d59bc3c7e7484628c MD5sum: 4d1064b077306b12ab45986fb756c7c2 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.20260908.231156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5989 Depends: ros-kilted-canopen-402-driver (= 0.3.4-1noble.20260908.231156) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-402-driver/ros-kilted-canopen-402-driver-dbgsym_0.3.4-1noble.20260908.231156_amd64.deb Size: 5587520 SHA256: 8804eee08fecaeee29fbfbb24ae8406ea6b2be3e9c0436cc4093684b8f8c3072 SHA1: 60abbbf2cfc3fa2a107946ce01a0d0052c1e6320 MD5sum: 10ac152f57ceb693c5c6e90bd4b84b4a Description: debug symbols for ros-kilted-canopen-402-driver Build-Ids: 0b93ba669259b646abcbd866bd9ff8a1285f469d 0d4b1f7afb529ca60ff9362fc9d1ae9ac3c6c9b3 8d616ea60f5516f0c55d62974893bff6220b1742 e0090b9e2cdb68cb1b825efefb3b59e772948bc4 Package: ros-kilted-canopen-base-driver Version: 0.3.4-1noble.20260908.225929 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.20260908.225929_amd64.deb Size: 181670 SHA256: b856789dc54c2eb6e6470af87b988a8d491006fc8e02afb91af9fa12c6f1e239 SHA1: 1fce92cb53800155c193a9711848806b2284f02b MD5sum: 89155b87e622daaa4f8560f655d695af 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.20260908.225929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3985 Depends: ros-kilted-canopen-base-driver (= 0.3.4-1noble.20260908.225929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-base-driver/ros-kilted-canopen-base-driver-dbgsym_0.3.4-1noble.20260908.225929_amd64.deb Size: 3710770 SHA256: 19821b42c216a17a232c6a037c7098b1ca1fbd29438592dee3eca53826e31412 SHA1: 5f6059e6dead75e74a03a42c76a29db8f76e967b MD5sum: 33e1b39da76db6ee30e4f5fbd0b75ee7 Description: debug symbols for ros-kilted-canopen-base-driver Build-Ids: 0b78285d8eda93067dd84ffffbcc5e39340c22be 68c3e3e603fa1f06b2a3dec18881d2c864896da6 7de98e44eb99742e6a9b5f7ba6ea7e045e4a98e7 8f02ede54ca21dca4d88f3f5f083db339fdfbd8c Package: ros-kilted-canopen-core Version: 0.3.4-1noble.20260908.225115 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.20260908.225115_amd64.deb Size: 188254 SHA256: 8f531f8897709b1d54dfd906fde9898573f5fdfa261b404f04286e6279edc3b6 SHA1: b05cf09ba10911bff6e62f769d2bd792b725368f MD5sum: 5beaf4596d43ccb225b69f1210e9cb57 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.20260908.225115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4428 Depends: ros-kilted-canopen-core (= 0.3.4-1noble.20260908.225115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-core/ros-kilted-canopen-core-dbgsym_0.3.4-1noble.20260908.225115_amd64.deb Size: 4241876 SHA256: f8db4affe0d922b6e74b2ec162479e0d960d6d194225854612e226b69820c2a7 SHA1: 67e3e311e27444f795d8367b55d2f3fde42475a0 MD5sum: 16bf78a1cd3765dad244b68cf40e7662 Description: debug symbols for ros-kilted-canopen-core Build-Ids: 4e86c9ab9c20316353cd5d23a3d1aa9694c728ff 72c8657bb231214a96dde348de344deddef65765 ac89a3da9444818516777d5f8a30604c564a3a54 dc8f0eae1230dc7109ba9dc08fe7c832f946b5a9 Package: ros-kilted-canopen-fake-slaves Version: 0.3.4-1noble.20260908.230445 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.20260908.230445_amd64.deb Size: 66560 SHA256: 4f7636ac9b318847def58c72592cb80e4910cea9ce42a8638a468f0017c9b59f SHA1: 2a7803e673d2f6eecec06958f213e4ab7772d84c MD5sum: a454a6e39dfd46fc21db63ec9c382e65 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.20260908.230445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 948 Depends: ros-kilted-canopen-fake-slaves (= 0.3.4-1noble.20260908.230445) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-fake-slaves/ros-kilted-canopen-fake-slaves-dbgsym_0.3.4-1noble.20260908.230445_amd64.deb Size: 874418 SHA256: 7acb77036086c556f332d7c6f437eb1bc2fa0d2705c066220e3f315c51bc32d4 SHA1: 2088af95b4fcee21ee80d4a8fe92490469f52075 MD5sum: 1a73564b429540f75eae212b007402a6 Description: debug symbols for ros-kilted-canopen-fake-slaves Build-Ids: 7597fcd2a8100c8bad2d0a26809e903b2339f98c 7c0e4cfccb1b58741371b4f4044f71e1c94870df e88d61cf3ff52dd181e9f04e9e1f3fbdbd291449 Package: ros-kilted-canopen-interfaces Version: 0.3.4-1noble.20260908.165217 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3591 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.20260908.165217_amd64.deb Size: 219506 SHA256: 199f124f5c2d07f3c9ccf429ae25b0d2d8261cfcb059f791a2a5470068ab1d03 SHA1: 7581d1203154d6f6e8a699a4c542f52a7287f873 MD5sum: 20400342ae7cf75b314813cc9c1149b0 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.20260908.165217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2309 Depends: ros-kilted-canopen-interfaces (= 0.3.4-1noble.20260908.165217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-interfaces/ros-kilted-canopen-interfaces-dbgsym_0.3.4-1noble.20260908.165217_amd64.deb Size: 1756934 SHA256: 039bef3f2804bafa7555d1c9961342dd003820e71c400d0bb805119118d18369 SHA1: 583b403295cf62222b81e76b9c9ec3c1565036c8 MD5sum: 6af6391c919f4c44a5a55c501191c6fd Description: debug symbols for ros-kilted-canopen-interfaces Build-Ids: 17c94dbdf8c2f66c4a822bc16090aa44b58abc68 3830e05f5a34fb9a81c86354f0b29962056e3a96 4f2472cdc4b78732d6a424807a3cbf936c4c40f0 7289051364cb0c047733e79fa47429cac245ebbc 86c3eeaa0165c37a624a3600fb4de473124576b7 8830159940c7298516d9a0d428f89da748e92061 b183209455a2b4d60421687dc16b5b0d4e14779d b952f281f873047a688bf38394bd1218d8becb6c bea484fe530472b5c31c822a819f67e7c930d915 cee91d6740c2832135c7b05790862785b77c3b64 cefa39e9d210f70da8f8b595e6d7a35046fb9768 Package: ros-kilted-canopen-master-driver Version: 0.3.4-1noble.20260908.225921 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.20260908.225921_amd64.deb Size: 146160 SHA256: 91ea32fb8367b6d243d3a6c19190d183706acda5600b4e19afe8803e3fdca5d5 SHA1: 00bef8c75ed2c0eec2031e75c397999b3a5fc472 MD5sum: 4eb93acb7f22ed436ee2fdaef86256af 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.20260908.225921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3437 Depends: ros-kilted-canopen-master-driver (= 0.3.4-1noble.20260908.225921) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-master-driver/ros-kilted-canopen-master-driver-dbgsym_0.3.4-1noble.20260908.225921_amd64.deb Size: 3180386 SHA256: 8b97867d88fce0b9d3314704e86c38497cd8193ef99501f68fa8fd9e822dd094 SHA1: 80b6e47879a3089ef660e9aaf61552e385312236 MD5sum: 3a239b519b6d8bf5f123a2a174de325a Description: debug symbols for ros-kilted-canopen-master-driver Build-Ids: 66652905ca3595858ab614b5152aaa9763b01ffb 6f5434a20911b0876e3d737f98a02fbd85ea40af bd49cb2982a775bc7590bf72e8c0a4774c61641c bf2503fbd19da3bd6dac699f4922019848b154c3 Package: ros-kilted-canopen-proxy-driver Version: 0.3.4-1noble.20260908.230553 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.20260908.230553_amd64.deb Size: 235806 SHA256: bd59c7d01343a86774c5a4b123e67b8f9a2edd21c1a3707067e336d3065c3601 SHA1: e7409b1b9e4ae8710358078011e50ac65b363b3c MD5sum: 2773fe216f8c8e4c11b374c51bbbdbea 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.20260908.230553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5578 Depends: ros-kilted-canopen-proxy-driver (= 0.3.4-1noble.20260908.230553) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-proxy-driver/ros-kilted-canopen-proxy-driver-dbgsym_0.3.4-1noble.20260908.230553_amd64.deb Size: 4992558 SHA256: 538df407d8c07e15a3e3305b58628679944a22b3854551253259cc9ea5120fe8 SHA1: 36bd16ace75e1f352317340b75a3bd69aba589e2 MD5sum: fb7a90abdb67c3b57037d52cc9763173 Description: debug symbols for ros-kilted-canopen-proxy-driver Build-Ids: 0e8a136fdb86fb4264261c8f8a1074655de0d4e1 983e566087c1285da8e8a202fc690e66138457a4 db5e1004d4d2e6cdd4312339bee1496742f4b02d Package: ros-kilted-canopen-ros2-control Version: 0.3.4-1noble.20260908.231941 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.20260908.231941_amd64.deb Size: 109356 SHA256: e6d1447fba23c990079f8e3ebe38620fddfeb99cae043918ba1ea79a4e7d6aa4 SHA1: 3e70ae98fa84b3ed02c72e5c00a3931b908e13d9 MD5sum: 4ee7ba06072cdbbaf4ef922112a1b309 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.20260908.231941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3249 Depends: ros-kilted-canopen-ros2-control (= 0.3.4-1noble.20260908.231941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-control/ros-kilted-canopen-ros2-control-dbgsym_0.3.4-1noble.20260908.231941_amd64.deb Size: 3156556 SHA256: 6608ac14fc6aa640f8d943fd67395ff4ace7823110e9a23f0330ce5810020391 SHA1: 2dfded78cacd8b7b7c56240ae62fb325ed1ebf8d MD5sum: 50a284757ed43689a80bebcbe5baa3f3 Description: debug symbols for ros-kilted-canopen-ros2-control Build-Ids: 5b47fde9bc869e05da9fa96536b36b5bae52f389 Package: ros-kilted-canopen-ros2-controllers Version: 0.3.4-1noble.20260908.234704 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.20260908.234704_amd64.deb Size: 168502 SHA256: d8c83041f1cef362c2fa968c003f68e3172d11b1f22f7b37c933b7a1f98612af SHA1: 19b025fcc95c8fc6c77184804acfb27804617d87 MD5sum: 8dd139cb0949a746252cec0353b66efa 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.20260908.234704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 3946 Depends: ros-kilted-canopen-ros2-controllers (= 0.3.4-1noble.20260908.234704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-controllers/ros-kilted-canopen-ros2-controllers-dbgsym_0.3.4-1noble.20260908.234704_amd64.deb Size: 3516076 SHA256: 415d67e5a2cab1f65740e8ea981947ded6cb6bebddf56d2c84777d560d7bec45 SHA1: 9958ed59fd1a243891c8fc4985d8428b9428500b MD5sum: a842426817746e3f3d25c637cb1ac5e0 Description: debug symbols for ros-kilted-canopen-ros2-controllers Build-Ids: 51713629e101a1597d5adfd32625b0608c14561e Package: ros-kilted-canopen-tests Version: 0.3.4-1noble.20260908.235424 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.20260908.235424_amd64.deb Size: 34136 SHA256: e952e731aec376578eb4a3e53ada67287477a6b616e6e40912463169109ad29f SHA1: b9fb4e22a1f4c837587d4b23d0d587998e94812b MD5sum: 06aa76535494ce02db0fc6915ac27495 Description: Package with tests for ros2_canopen Package: ros-kilted-canopen-utils Version: 0.3.4-1noble.20260908.205326 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.20260908.205326_amd64.deb Size: 15128 SHA256: 4c8cb554426855161c68ba9fb5e4cfdb8f75a2421fac8a1d96851b84ad56f334 SHA1: dc39070d2ecc11c3d9b1668ff91063daa106504d MD5sum: 6808ea06e2ccb877992c5cec2aaf11ee 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.20260908.224704 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.20260908.224704_amd64.deb Size: 3124356 SHA256: a763383ae91dab55d301a218a2fc203c930d94849a7710aa6815f236d1878b4b SHA1: 8815b1f719982235359e16f61acbba4498abac84 MD5sum: 752da7996796cbbd22562ae48a91bbb6 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.20260908.224704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 49007 Depends: ros-kilted-cartographer-ros (= 2.0.9003-2noble.20260908.224704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros/ros-kilted-cartographer-ros-dbgsym_2.0.9003-2noble.20260908.224704_amd64.deb Size: 41321056 SHA256: 69498fd237262d17b05ee4a4397f44fe9bac545c73ab11e37a77cf4443b9c17b SHA1: 1f1e6c602012e31b38e506d4c8a2c18ec1248389 MD5sum: 511b20502083e00c89977ad117bf6e44 Description: debug symbols for ros-kilted-cartographer-ros Build-Ids: 0433ab37cf864d27f8d649ce5126b996753b9832 101cf746c03b1fd0ce054e0784134b9c11639d8d 21840f767decb534a2011d4e04a7238a3ea7492c 276e65311b63d9a830a4d8246a3a38a43ef676ea 4426ddcb0e9e6c2a2ce1c0a5b8de7bbf52df4afb 93986192c421ab956ed5e5c71f9b2e18bf984751 f8dd315f0e31e7c61e3ad96070f04b665a735ae7 Package: ros-kilted-cartographer-ros-msgs Version: 2.0.9003-2noble.20260908.191855 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5420 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.20260908.191855_amd64.deb Size: 370896 SHA256: f18b753832f1c8c9ce2b13916a7ad6b6273560b46ac322a3765f84221cb3bd4f SHA1: 9779b57a5308fab3539ab9c264d54aad5f286a0a MD5sum: 9fed45c406718d29d01f355b9429f9ae 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.20260908.191855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4322 Depends: ros-kilted-cartographer-ros-msgs (= 2.0.9003-2noble.20260908.191855) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros-msgs/ros-kilted-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260908.191855_amd64.deb Size: 3543984 SHA256: 8fccbe2810b2b84540fcb4abb9bf0a74ddca686d133b0393db69a57d1d1d1fe6 SHA1: 59ee6f0c0ad95ae0d4e475353257edaeda24c0e3 MD5sum: 5a0ec09eca6f60dab879f420fb0570bb Description: debug symbols for ros-kilted-cartographer-ros-msgs Build-Ids: 0edc881c950ade67312c1efab9862c5695f255d4 1b359b53fa35e45563690d44acb33f5dfdcba246 214f8230ddd4cc9f4bd4c2dfd95729b7b10d329a 221c346dfa4a54a531aede7afd9c78a2810b4ad1 3650ad48250a8a6bb4973f95e6ea4f6b22ac4128 45763fa7dc0601e7e77cb5bf01036b1bf2869750 5d415a0a2cad003113bd252cf4c8c51bd056722a 6c279d9029aa654b11c6ff98be54747addb8de97 733eb0292bb519a1b0b8b478f78785935794e568 98b421caf7cb31000cdaf9d834451de42270499d d19e39436c6c025af14272649de406686f4dd9f5 Package: ros-kilted-cartographer-rviz Version: 2.0.9003-2noble.20260908.230753 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.20260908.230753_amd64.deb Size: 474302 SHA256: b133d3d038fb8f88f1587f28c25d15263179cac5b7fe8e0b0cce0451f0195f1a SHA1: 210db527f4fc5ac9f978320ce5cee0e9f02dd5f8 MD5sum: 1f780ded42b6f0290e803eab8da4655f 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.20260908.230753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5481 Depends: ros-kilted-cartographer-rviz (= 2.0.9003-2noble.20260908.230753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-rviz/ros-kilted-cartographer-rviz-dbgsym_2.0.9003-2noble.20260908.230753_amd64.deb Size: 4683136 SHA256: 7400c771a8143267807d3a1ae0b44dad3df1313d673b7aa2a7d4da42237d2376 SHA1: 42948924720ed9bdddcbf2466b2cca4395cbade2 MD5sum: ccbfd68ce3a80089b6ad17e80c23ce1f Description: debug symbols for ros-kilted-cartographer-rviz Build-Ids: e7b9176177fd9ce0dee38894a214c7deb5fc3498 Package: ros-kilted-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260908.201552 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-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.20260908.201552_amd64.deb Size: 52314 SHA256: 57f39c3bb419ad351236be221e44a7804f26900c60cabcd6ecbf52b289ce848a SHA1: 935578ce661d7283a2a36c51a0c41c2ef8307e7d MD5sum: 91a590df7d525b036bd7a7e0e13ede6d 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.20260908.201552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 369 Depends: ros-kilted-cascade-lifecycle-msgs (= 2.0.4-1noble.20260908.201552) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cascade-lifecycle-msgs/ros-kilted-cascade-lifecycle-msgs-dbgsym_2.0.4-1noble.20260908.201552_amd64.deb Size: 263704 SHA256: ed6deb5920387ccb5fc3d6ac742296109b507efbe43cec87f26bdf495b587dcb SHA1: 65cd2f098718066187d9cdccdee2c756086b052c MD5sum: ceefee51f341ab211d449c3cfea9e232 Description: debug symbols for ros-kilted-cascade-lifecycle-msgs Build-Ids: 07e8210cf03968a43724f0b79f1eeef3d7c6b85b 2a562873fac4bb37e765fcff467495bc9ca2234d 479dcb6030b20c647eccaa5bb9083abebcf4ac62 673b638262f1e31e673c000157c63ad5e02fdc61 70605e40d498c1485b40946e1054efb8b88868bf 85a0609a6ef704ce39907dc154f5f58defb0f7d5 a262d3a15ddc0f095f0ad555857ff51f427c7b08 aa402646d41198198de8a2b5f804ac5c8113ef56 b10b19a2ef693d9978d9de5f60260ec6d814ff18 c16ef9437e53025074f4409dc524cd82be136408 cbb57d53300b82559c134673e0130f47244c56dc Package: ros-kilted-catch-ros2 Version: 0.2.3-1noble.20260909.002727 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.20260909.002727_amd64.deb Size: 366068 SHA256: 0cf83d1eca393cb2ce4eab22bb7a9cabb4ca579cf4943909472007ff35eba8fe SHA1: 3fc38990beed4a978f20bd63c2bc3ffc83a34b15 MD5sum: c820b3dffef55e5a57e22b83f5c74ff4 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.20260909.002727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3306 Depends: ros-kilted-catch-ros2 (= 0.2.3-1noble.20260909.002727) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-catch-ros2/ros-kilted-catch-ros2-dbgsym_0.2.3-1noble.20260909.002727_amd64.deb Size: 3048938 SHA256: 865e0aa2762ff480e7f9a3b7be7ee87677abdab3c5a8ba17f8d565b1678ab6eb SHA1: 7ce5e44ad7ad35d8f187b3c32fe7edbed4efea38 MD5sum: e92a5efac8ad7db03d5169292d96b9c6 Description: debug symbols for ros-kilted-catch-ros2 Build-Ids: 162e77725648fe70b100958e8344328dd9c83148 a0a2ca82e13afcb3383170ece84eec5e07e7937f Package: ros-kilted-chained-filter-controller Version: 5.17.0-1noble.20260908.235121 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 425 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), 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.17.0-1noble.20260908.235121_amd64.deb Size: 132644 SHA256: 31eb26d89625ab771e3704b05972193731577cfd352b0ec54b85876d6a12fab7 SHA1: 7aab3f38d2eab3606bfed341254bca723d422578 MD5sum: 5f8823e564f71a4e243b7e99bcbd63f9 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.17.0-1noble.20260908.235121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1754 Depends: ros-kilted-chained-filter-controller (= 5.17.0-1noble.20260908.235121) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chained-filter-controller/ros-kilted-chained-filter-controller-dbgsym_5.17.0-1noble.20260908.235121_amd64.deb Size: 1669936 SHA256: 2cec5e4cf11269eb0fbf37393d87d7f43ea628b686dd9ac483250435d9f94a46 SHA1: e2b42ec38208610a94f7ac8efb63efb8382148a3 MD5sum: 5c9b59d65b2b41e1e50381d1fdbc235a Description: debug symbols for ros-kilted-chained-filter-controller Build-Ids: 28178fc2545a3d5ea14aa92fa42a9cb0de7b1c2f Package: ros-kilted-chomp-motion-planner Version: 2.14.3-1noble.20260909.000538 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.20260909.000538_amd64.deb Size: 109292 SHA256: d58657180e4aa7cc9516c278f88a0b8f9dc6a0d26c597c51444b0ae0fec4d46a SHA1: da73a476fc175b66cd5609e3934f8cfa9e8fb2a6 MD5sum: df031ce3be31eb297bc51f7d9ebddacf 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.20260909.000538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7349 Depends: ros-kilted-chomp-motion-planner (= 2.14.3-1noble.20260909.000538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chomp-motion-planner/ros-kilted-chomp-motion-planner-dbgsym_2.14.3-1noble.20260909.000538_amd64.deb Size: 7400314 SHA256: ffb20ddd2d56704aec8fd6bfe1e10ae1c903b438eb4512aeafc844a1f5a810bb SHA1: 5476f570a719f46939157f223c3fb5be14380353 MD5sum: afe0da966e0d4091b3bac2150ef6b44d Description: debug symbols for ros-kilted-chomp-motion-planner Build-Ids: f7ccc87bfaf9c222de425a0f3cbbb2ecdcb5a971 Package: ros-kilted-class-loader Version: 2.8.1-1noble.20260908.202515 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.20260908.202515_amd64.deb Size: 47030 SHA256: 4349c1ac956c5e1c9a2a69605007ce978809d3f8d382bf9e218e7fc73b8c86d2 SHA1: 1705f2eefaaec902f5b1ec068098dba2b96f972f MD5sum: 56a7a002054f5e74841161b10562a6ed 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.20260908.202515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 363 Depends: ros-kilted-class-loader (= 2.8.1-1noble.20260908.202515) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-class-loader/ros-kilted-class-loader-dbgsym_2.8.1-1noble.20260908.202515_amd64.deb Size: 329826 SHA256: cbdf22429cdee1471773d0c60b5517a6cec188bd02f99c09c52c4bf1b05516b1 SHA1: 5d462b934da025ae39241cf12a0ad59d6fa6a359 MD5sum: 3908924298a90d6535992a6b6332c414 Description: debug symbols for ros-kilted-class-loader Build-Ids: 54cf7f2a7a8e8d8ba39fb8771e6da8342d448e01 Package: ros-kilted-classic-bags Version: 0.4.0-2noble.20260908.235630 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.20260908.235630_amd64.deb Size: 9168 SHA256: 07cccdc30307d12f1b30fa535373dea0348affb4af161d219e9d9ffacf7a1b61 SHA1: ad89c3282104347560c0cbdab1f2e6a952ac5b58 MD5sum: b528ec7ed5048a7a71b3bf4ad096b1af 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.20260908.232905 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.20260908.232905_amd64.deb Size: 5570 SHA256: 274a6755ec3260a86268e9d65729c4ae302cfb6659552f06ee73c3b4c4ca7644 SHA1: 2cf7d242c85eb8c60842ce3321414eb2dfb036d9 MD5sum: 77d58f0543263c2c3c214981f271972c 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.20260908.225501 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.20260908.225501_amd64.deb Size: 321218 SHA256: 3351f2255b6af497d7d4fc603c1ac55c387337952537ffeeeef69621c5216334 SHA1: 30d06b99daa04faca83fd2529e5cc67480c834d5 MD5sum: 723a0382d8e284621bf709ec154b6ccd 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.20260908.225501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 9576 Depends: ros-kilted-cloudini-ros (= 1.1.0-1noble.20260908.225501) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-ros/ros-kilted-cloudini-ros-dbgsym_1.1.0-1noble.20260908.225501_amd64.deb Size: 8452618 SHA256: 3d7f6486f972a59b0b6c21d6eb3f7926542af21e54caa7a1caecd084c006b6ab SHA1: 2814ef0a49d4aa1da17ed0eb39e68ee0b0363e40 MD5sum: 5f1feabb6b75978ee6a6630f2152f363 Description: debug symbols for ros-kilted-cloudini-ros Build-Ids: 0d279f524e3ec1fd65b8334a260213936e745a22 4578139b55cada856936704ff664734f4ab5681a 6d2ac6bd118280c8e90343db905958680f5a87dd 759d058458efab02658b4fb945582114f8a02527 92cb54cdc19e429bf125fab0a86a04cac5c21f1b 9b9b50733ba6c9247eae528bdb6163fb2df93f0a af677e3dce6329d86a811eb03f630fef557d3430 b60c1fc601fe283149637fb308131d2f73586a1c dfdbbcde68496f7c8f205fb798300401b0644fea Package: ros-kilted-cm-topic-hardware-component Version: 1.1.0-1noble.20260908.231932 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.20260908.231932_amd64.deb Size: 131148 SHA256: 9384baaddac41276b82d3102723aa1506246f60470ef4dc0080755606ea77317 SHA1: c9f66262da0ad6d696c0889429b457578ab97972 MD5sum: 304c210f9deedad6d0f30d6b688c4bd8 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.20260908.231932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3212 Depends: ros-kilted-cm-topic-hardware-component (= 1.1.0-1noble.20260908.231932) 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.20260908.231932_amd64.deb Size: 2656638 SHA256: 9a358f320ca6c744d555e6f60c3d32f0f805d64c09ec48f3bb449664530e937f SHA1: f1bc8ab72b6b556f042ec9c83e583dbf5f6782a4 MD5sum: 0539a0a98ed91ea563e1fd18a29f450b Description: debug symbols for ros-kilted-cm-topic-hardware-component Build-Ids: 3bdbf75e7a0d2df73e62a5c8b33b3d59d1ea8337 Package: ros-kilted-coal Version: 3.0.3-2noble.20260825.030640 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.20260825.030640_amd64.deb Size: 2031022 SHA256: 986cc3c578f335888b751964a9136dcd9b826f3ef2e28b587ae224f06d9a61fd SHA1: 6763e5bc60fe5b28e72c15a6067321a32dbbb0cd MD5sum: 1d99a39174efbaa946202d94d1425047 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.20260825.030640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 78189 Depends: ros-kilted-coal (= 3.0.3-2noble.20260825.030640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coal/ros-kilted-coal-dbgsym_3.0.3-2noble.20260825.030640_amd64.deb Size: 70284554 SHA256: 7da02ff23054e2724c7b3f2bf00e0a3f49a01db86f37af195d26fac0b653222d SHA1: 0412102879d0a5e1dda5c2ea1057ac3c07ae9775 MD5sum: b46df67b75c5e61f4d993341cf74195a Description: debug symbols for ros-kilted-coal Build-Ids: b823034e6f04e88f2bd99d41d808b51bbbedf7ff cbc28ef859b9c35af4aa89f4c11cfd2921272ea9 Package: ros-kilted-cob-actions Version: 2.8.12-2noble.20260908.191835 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6477 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.20260908.191835_amd64.deb Size: 365066 SHA256: 5e7841bd9cb92d38bf558c78f1f8ba299b2bafae3afdfc9119973447852e70a6 SHA1: 188e3b64b05fcfaf4a522abbd7ad56aa87bf7a93 MD5sum: 9206311d37a498a3c481e87bd19216f8 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.20260908.191835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3242 Depends: ros-kilted-cob-actions (= 2.8.12-2noble.20260908.191835) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-actions/ros-kilted-cob-actions-dbgsym_2.8.12-2noble.20260908.191835_amd64.deb Size: 2280648 SHA256: 73c29cfcf36c94162fa57ab586efc60feffacef3d4452e362611e4ae1f1e2bb7 SHA1: 96af2e7fd4dbb5e8a825c12992f17741fad0e768 MD5sum: 0c964482a30c0245047216104f45a3e4 Description: debug symbols for ros-kilted-cob-actions Build-Ids: 0cb4839211887f5f0c0b60a604cba8829a20fcf3 1a8077622e908f75f3f0de9e4fcb51661274d2e9 3f969b050581591ecd56f2df8ba6b4b7090f123a 686c4943056ecace64513d4f896a3d155c985bf8 73f9f8488f69496c56cbaf12f569379e58bd31a5 7f573a0868196a661a24528661cdba42c4145096 80a64df327061a3481e9bc91d0b31c0cff6905a8 b2c4bbf72791a63c874eae25bc71b8d1272ed231 c9e2a4e7793c58e369dfd21906edd6aa381f1540 cede159a75c3520fcad82b9ac5342a912edbec53 e8a8448a04c6c654325364c040818db8af9100e9 Package: ros-kilted-cob-msgs Version: 2.8.12-2noble.20260908.192320 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1502 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.20260908.192320_amd64.deb Size: 124778 SHA256: 08f9b0ff80401d49517fc264184b69a4a6314b1c987cd8f03898d8a179c87e9f SHA1: 8ad4e1dfc96181ef5c6b149e857570293d6bd456 MD5sum: 29e3c788721812ea89821aa5cbbe65fa 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.20260908.192320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1043 Depends: ros-kilted-cob-msgs (= 2.8.12-2noble.20260908.192320) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-msgs/ros-kilted-cob-msgs-dbgsym_2.8.12-2noble.20260908.192320_amd64.deb Size: 849420 SHA256: 687ea8b417e6e97a262fdae194f3b78a534ec08bd8e78fe1564995693ac488b0 SHA1: a2873145847391b6dedff26c34b3d99d77dc75fd MD5sum: 9855145fbfaf9195a4ce0e19727820fe Description: debug symbols for ros-kilted-cob-msgs Build-Ids: 28a31f1001da93f6f64d4bd3d82fe3e7951a648c 36d7742f6158e575f3a258ca80a4751000627347 3e87ae34ee355f29e6d6d2ec22ac3f0c302ad01e 6b10ce5699c589a2dcb2e04c6fe590bfac5f0553 83eb45fa1a33fa88d69baf64be386af6010b72bd 97796f85029543053dd014a9615e36019674ba67 a904d24c09a87f964d3c741adac8050c658de7cc a9e8f4e183348c3392201e136c4380132a3d2286 bb17ad633be03a2b6bbf43fbbc491eb43db1baab e5b22867d95730de4e6fb464d2e72df779389cec e86302a83ef2d4621f8a6becded2d4a8be3961cf Package: ros-kilted-cob-srvs Version: 2.8.12-2noble.20260908.191907 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1461 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.20260908.191907_amd64.deb Size: 115676 SHA256: 0d88f6f771227eec85a8e0b32846c0cf98e6ef9e36d35ad39f264a05c664b4b0 SHA1: aeae4f7a7e9dcee6c4f492a134403a87e5675635 MD5sum: 23feccc6da03bda462e27641964660df 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.20260908.191907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1046 Depends: ros-kilted-cob-srvs (= 2.8.12-2noble.20260908.191907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-srvs/ros-kilted-cob-srvs-dbgsym_2.8.12-2noble.20260908.191907_amd64.deb Size: 809662 SHA256: 5b1020bf135d403fe4d8b9c517b638caed7a17cc69bcae16f296efd2b594c911 SHA1: 0f5a377044eb92aa82bc3f597d3074e0ec4586ed MD5sum: 5409b5e3aa9ce564e10ce19088ea7726 Description: debug symbols for ros-kilted-cob-srvs Build-Ids: 0b6414ccba42f5d12f0ec2053d6913c80bddf40b 3abae25212d73042b6248a7709e86a3b2bbb7ada 40005fb2e9e2c5d7b0270ea03b4eddfb6aa3112b 6781e89da319fcf5f046768c63e94ca52524810c 80fdbcb0f521dee3e39b485829614f82c3458413 84980f5b06491c3980384aac5cdb9995b7dc5a33 b508f12901b54fcc24fde69f2e1a97a22a9bd091 e0b2132e8d046351b6f4b652f118c23e2aadba1b f2c1429ab08745fdbcebd548da8d042305947f6b f49bfeed85e365597573bd107bfec191fe7c5dcd f663c0f03d030eede1e12ea7b01bcc7ff0815c99 Package: ros-kilted-coin-d4-driver Version: 1.0.1-1noble.20260908.225137 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.20260908.225137_amd64.deb Size: 93648 SHA256: 1db0311b4bf6e5cf74944964be101eb96f0ad4c1117de2513dcdf68b00eae45b SHA1: ed625b8cc593b1d4ff67e69e544170b20916d51e MD5sum: 4e57ab09a7f9103c5cdf38922d380175 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.20260908.225137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1945 Depends: ros-kilted-coin-d4-driver (= 1.0.1-1noble.20260908.225137) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coin-d4-driver/ros-kilted-coin-d4-driver-dbgsym_1.0.1-1noble.20260908.225137_amd64.deb Size: 1846550 SHA256: 80126d3175b9941f3d630528678fe32b9479bb1482aca392d9165499f2cec2fa SHA1: c04be82bbe404de8c6bbfc23e11d6c92bdc062eb MD5sum: a7f37c8b6564e546c8b1f267d82deec1 Description: debug symbols for ros-kilted-coin-d4-driver Build-Ids: 5bc50b8105c569dde2687350e513d6fb570eef10 7648c8070c333777c3246836b47200e97cc4e865 958c957efc14f69c6e587041154f51818498a21e Package: ros-kilted-color-names Version: 0.0.3-6noble.20260908.232030 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.20260908.232030_amd64.deb Size: 72358 SHA256: e8221c9680b3ad8a61daf06dafca5d4a233aa6e2e330bbb2538252808e38a819 SHA1: 4034f0310087cfaf0c4dc9b1a31ab1267fee8318 MD5sum: 8803a8cc7848c86a0334713040cf961f Description: The color_names package Package: ros-kilted-color-names-dbgsym Package-Type: ddeb Source: ros-kilted-color-names Version: 0.0.3-6noble.20260908.232030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 997 Depends: ros-kilted-color-names (= 0.0.3-6noble.20260908.232030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-names/ros-kilted-color-names-dbgsym_0.0.3-6noble.20260908.232030_amd64.deb Size: 915036 SHA256: fd17db37de43e4504b2c4052d41ee6960fc23e35919f149e256204cb7917d748 SHA1: 1fdf818d7ee3f5b6a43df01308935b6da25b9ee5 MD5sum: c36e68d7ce0c7de7384a81cc287da817 Description: debug symbols for ros-kilted-color-names Build-Ids: 29380028daf4b4b04ae960a0f8f343a4b16bbc8c 34dd2df66329659bd30a114183b46326554323c6 Package: ros-kilted-color-util Version: 1.2.0-1noble.20260908.195039 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.20260908.195039_amd64.deb Size: 15708 SHA256: 8050c6105400c6f2fb47aa3ef87bd9cafcb5b437b1b412bd137391c98ee37b20 SHA1: a80fa70cf0e8ea94c2f6dfceea13dd16b6541f15 MD5sum: 6300e49daf9bec49e4440064830c08ae Description: An almost dependency-less library for converting between color spaces Package: ros-kilted-common-interfaces Version: 5.5.3-1noble.20260908.195027 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.20260908.195027_amd64.deb Size: 6302 SHA256: 0ede691f02fd377e9899986b169b4de916303350fe7a919eed097eaf6a9b5542 SHA1: 12591573756c66c572581bcd6945dd1c57887bd0 MD5sum: 141edf5a58a6ec4071e522973f6831b7 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-kilted-compass-conversions Version: 4.0.1-1noble.20260908.223848 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2916 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_4.0.1-1noble.20260908.223848_amd64.deb Size: 470876 SHA256: fbef02a96decce9638a91d661125dd03c26c100a211840d32ea7fe8644a6300c SHA1: 796fed516cd1bb469da72160485312fee05681f2 MD5sum: b67bc24289e3baa5599d36ed6b5173c5 Description: Common conversions for compass data. Package: ros-kilted-compass-conversions-dbgsym Package-Type: ddeb Source: ros-kilted-compass-conversions Version: 4.0.1-1noble.20260908.223848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12995 Depends: ros-kilted-compass-conversions (= 4.0.1-1noble.20260908.223848) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-conversions/ros-kilted-compass-conversions-dbgsym_4.0.1-1noble.20260908.223848_amd64.deb Size: 10833414 SHA256: af356b43c25ba2f5617b6cbbe03b199d9121e44caacf4ae81da8bb8a57cc115f SHA1: 235f810f5497bd2833101faba554ebae107ee3c1 MD5sum: 3bd73fad90a311a0a173506887e71716 Description: debug symbols for ros-kilted-compass-conversions Build-Ids: 40143d0bb02f6ced392b049ecd7d304918c9abb5 8af1068d86b5004a041abd058779338d87db74d6 8efa648a3986d22be22d38e9f0b9ed5f5b744b06 cfe78d8adfe434303c446a7bbbdf273dc4c35af9 eb861ff18bd45fce452d4f6e8db8cfd2b6ad92b5 f36a3c4aef209d9c26aecb6b2d4fbd50c7dc8e48 Package: ros-kilted-compass-interfaces Version: 4.0.1-1noble.20260908.223257 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 571 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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_4.0.1-1noble.20260908.223257_amd64.deb Size: 76870 SHA256: 6288fc676736c4fc25ebae3fa89e416ae6fde1234aa476e5e46a6de01fff2198 SHA1: 359cd9aaff1fb621d8b70c9c9621bc170ce7c3c8 MD5sum: b321b13bb6969234a729a2e9fe64ad6a Description: Messages related to compass Package: ros-kilted-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-compass-interfaces Version: 4.0.1-1noble.20260908.223257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 531 Depends: ros-kilted-compass-interfaces (= 4.0.1-1noble.20260908.223257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-interfaces/ros-kilted-compass-interfaces-dbgsym_4.0.1-1noble.20260908.223257_amd64.deb Size: 429328 SHA256: cc970b7d1f8a92c644793b1991fa129e7c8c2ea08cc2e64506def18684b9b3ad SHA1: 983f6a3f4990fefdef77463bac2580821dda6413 MD5sum: 922c7ae9e8dd708ebccda1d7a57c5dc4 Description: debug symbols for ros-kilted-compass-interfaces Build-Ids: 1b6ec2130b50db6dea14025a206157f2be1697d9 309d59c81ad8f6172f8b34f857bdd663084298d1 33e352cdd5f60e3ab97202fc0eb9d6e40a82eb11 402b6ac675d30207585422fd779cff2b162995c3 563bf5a84806e6d65c0be74d8067e0200a249dd2 6ff95d188f2b557384772208634d67af0b3194ca 8eb6844ecf852000b4bc42226836e8a5a06e83af 9dbd9199e0a31ac6a18b6c731d4490e8ce461439 c1f2138417ea32ef285b805812b3a2b84723f3e9 c79c5610adfdd6bcb62a4dcf0b590accab65b721 fe9d59df67d7844bffb00370f1058c76b61faa2c ff2b23a9735aca29ed64b79484cd175535e3eef6 Package: ros-kilted-composition Version: 0.36.5-1noble.20260908.210427 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.20260908.210427_amd64.deb Size: 218636 SHA256: 9b9ca8f07c695ea98ffeaef1faf6828f571a17f5248c952a3171859c1af14103 SHA1: 6810f0a9a042f067e63620b0220e091621e17e1b MD5sum: e0153ecf33108d37ee866d185c962fb3 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.20260908.210427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7045 Depends: ros-kilted-composition (= 0.36.5-1noble.20260908.210427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition/ros-kilted-composition-dbgsym_0.36.5-1noble.20260908.210427_amd64.deb Size: 6261588 SHA256: 8d9b9ddd1b20a8030f55dbac983e0ba9a8e5f3948f77a321e60217ee44bb1f29 SHA1: 50ef5a467641652a1c200aa1f4aede001c7adec0 MD5sum: 67886f3ebdd205dd002f8ff4c852b7e8 Description: debug symbols for ros-kilted-composition Build-Ids: 0908c0453bf420cd56bd7214ecba80e7e4b4d6f4 101540157a6494f8b7e234aee37b419913f49fe5 48febdfccbee688bbf39244e8aa8a59d9bf5e560 8a9f292003a75c6b36bf6c3ea6f2ad8f21b8bdbc 8d80564f5badcf009b1c6623001da7c723f1dba3 9709bc282c20d102f9b49537103f21deffaffb8b aff290e6d689eeba115e21131ad8957cc1e6bfef b04e42b7ae0a96000130e7d3ddaf7fedefacdb12 Package: ros-kilted-composition-interfaces Version: 2.3.2-1noble.20260908.165228 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1750 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.20260908.165228_amd64.deb Size: 156670 SHA256: cb1b8e0074e1eda8255a163b7e4f0afd97259a9bd01a3dbd78c0f82aebcae126 SHA1: 9b3648e0606a071d0933fdb12dea4a076989bacc MD5sum: 9286c1c44aad513f7a15a97966bd8fb0 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.20260908.165228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1525 Depends: ros-kilted-composition-interfaces (= 2.3.2-1noble.20260908.165228) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition-interfaces/ros-kilted-composition-interfaces-dbgsym_2.3.2-1noble.20260908.165228_amd64.deb Size: 1252244 SHA256: a6b1f1276886bb3b66ce50257c46fab02323be9c22679791011f1a0175955f22 SHA1: 6cf0cfe609b45876c4b27b9db8084fba85b06a16 MD5sum: 5b467b74d73ede517f1f451ae097136e Description: debug symbols for ros-kilted-composition-interfaces Build-Ids: 09d2f9bb27302a260b6ecf3b09c491954ddd6372 2a8e3d0018c4eb6d3c759d2b75aa223af1c4ffba 465c78b3bf469ece45b244d47a9185eed54e8971 51bb60de99ce5ceabc1742b2bf2fa7e77774da5e 5a644dfe9be88cac55900c7b4466a31d01bbcb89 65ef237605818133d218ce4d6fe15361de52b67b bf4bec60420f974e30e86127419f4d5a06045f23 c7c1b166bb6fc458ed6b4af9851085fad227c5ab cd27d19a5ffe852248bf0fbc51deb9d661e0c5b9 e23b9dde9a05b9cf7cf205e4fc7ff51f6e6becce e28778545c91ffcd6274e2177968ba7d5b61e44e Package: ros-kilted-compressed-depth-image-transport Version: 5.1.3-1noble.20260909.001156 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.20260909.001156_amd64.deb Size: 200976 SHA256: 37f64564d2ef8421dbab43cb5938a0407a47d5696ea77632c30b6a7993cdbef0 SHA1: 9d9ea3a9d07f8d898c66ad51df4c07bc455ac947 MD5sum: 40b65916c04802625b4d16e26e90615b 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.20260909.001156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 5063 Depends: ros-kilted-compressed-depth-image-transport (= 5.1.3-1noble.20260909.001156) 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.20260909.001156_amd64.deb Size: 4450772 SHA256: 6bda9554fdb718b7a7a4d852a5859954ac599af969f6e8bdbcf216cb2d8d500d SHA1: 5b9b7d6ea610cac953de3a1000705b257b148fc6 MD5sum: 6bbec3f1579d112774e55d1674495729 Description: debug symbols for ros-kilted-compressed-depth-image-transport Build-Ids: 91adcab6541a25508d285eede20492df09b154d5 Package: ros-kilted-compressed-image-transport Version: 5.1.3-1noble.20260909.000805 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.20260909.000805_amd64.deb Size: 202050 SHA256: d3b35cee2f9a8d7a9dcf09543f0f35e981a71f4932cff0e8809654be523158f8 SHA1: 5d8b4e750ffad27f02b8a70a397c6b548ed71ec8 MD5sum: 3660f7117f21f0e73c9b5b72794c5f62 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.20260909.000805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 5216 Depends: ros-kilted-compressed-image-transport (= 5.1.3-1noble.20260909.000805) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-image-transport/ros-kilted-compressed-image-transport-dbgsym_5.1.3-1noble.20260909.000805_amd64.deb Size: 4576268 SHA256: f0b1219c1b8533e5f55e53c85fc738ce590c8bec3a4da3d74aa38ef88f5663e4 SHA1: f853d5c033d23efda3f9a99a0026030c31da942d MD5sum: e7cddf318ae88daba6ad46582b244417 Description: debug symbols for ros-kilted-compressed-image-transport Build-Ids: 1a867e14bb8ebef699f9b50d7c755e20f89f59e1 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.20260908.201352 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 19325 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.20260908.201352_amd64.deb Size: 1134036 SHA256: 04f75abd82b23988c0f58a6c074055c23ce1b921a45760a52b3f14a62a9ca344 SHA1: e1ab9fb515d3a72df0f8cc1cd763065d9f370220 MD5sum: d96d8a35902bd910d584c7f66fce497d 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.20260908.201352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 12503 Depends: ros-kilted-control-msgs (= 6.10.0-1noble.20260908.201352) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-msgs/ros-kilted-control-msgs-dbgsym_6.10.0-1noble.20260908.201352_amd64.deb Size: 9800562 SHA256: 6e5c484b5c1d17b016e33bf67b3c0a7e555667def6d5bb2c9b2a6c28056eb70e SHA1: 28d1ecd2212037da4be968b46ec72db6797c6708 MD5sum: 878f342ea0b7ac2cca4ae5e36167c270 Description: debug symbols for ros-kilted-control-msgs Build-Ids: 0c17d237a44800cadcba079afe8ec798e432ba14 2795a126571fece84fb6a7e0b4d23f9ecb6a0d42 3e9f99078457239536a6cd4ee66222df708791b3 5320c987669c631ae4ad756afaaf7e070b25f5e0 6e983c653bedb3a24e3352a218d7d439f0eb322b 8dfbcc7457d16ff8e83a1bc20a9b3074f1485ced a27adb68440e02a1b4928f0c0e9dc069163d5522 a7ef5a6b80626a162b374fa49663bdae7ec0ea40 d778e89c55943071e7ce08687b72d4885d607cad e2320b4a7d8c14420f5178fca82a99e40be95bc2 e2ea176db3c0633358bab7d0678453ae537d39ae Package: ros-kilted-control-toolbox Version: 5.10.1-1noble.20260908.234109 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 855 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.1-1noble.20260908.234109_amd64.deb Size: 189610 SHA256: b7c36e8f0f056e63ed6d9cbbde065361ad7dc33869bb1c3129f7c863baf8a824 SHA1: af3d5d00785faa3192664e7a3fca3299a3a94024 MD5sum: 9a254d2ca1f393b397493b47f7ab6d08 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.1-1noble.20260908.234109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3374 Depends: ros-kilted-control-toolbox (= 5.10.1-1noble.20260908.234109) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-toolbox/ros-kilted-control-toolbox-dbgsym_5.10.1-1noble.20260908.234109_amd64.deb Size: 3188586 SHA256: 0ee7ac8a04e0f00c64d56b473e965e7602f18f5bb436ca0cc335356d4a1d62ed SHA1: 04b777ae6333fb1d1be6fb400e2a5625ce6d2457 MD5sum: 7908286e4e517534d376193b07145f0b Description: debug symbols for ros-kilted-control-toolbox Build-Ids: 2c89129eb5efeeb22ec2c9a65423a245851f0ff6 38f5a453fae06f42cd61a38e8fe63d98c8e13a11 48b0c55e80458620c2629349a4bcedfd6f1acd0e 8295fc459c5175a8b4fe9b4337e6c51cad768fcd f42e732cbe48ab7c3ff8d2d41624f8683abdea3d Package: ros-kilted-controller-interface Version: 5.18.1-1noble.20260908.232824 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 359 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.18.1-1noble.20260908.232824_amd64.deb Size: 95322 SHA256: b1ef46d6673fbbaac6d4866260b956c60cf767b7f420bd64b1fac6e1b285efe9 SHA1: 8a6a0dc9038900caeaa9d8198f9af033fb189776 MD5sum: a8b4dc75795484beb60db502ccb48c72 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.18.1-1noble.20260908.232824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1360 Depends: ros-kilted-controller-interface (= 5.18.1-1noble.20260908.232824) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-interface/ros-kilted-controller-interface-dbgsym_5.18.1-1noble.20260908.232824_amd64.deb Size: 1317152 SHA256: 6a6363902cec38734f8627949ac12dd24d97376ec848e3ec992a41040a395659 SHA1: 8fb008b5f3d52ce217cfa9ab05cfb0285e3d8ec1 MD5sum: a2a97d7a4efeca91b186a1d7bc13b59f Description: debug symbols for ros-kilted-controller-interface Build-Ids: 759c9c078a1a239295a0dba001f489963919910f Package: ros-kilted-controller-manager Version: 5.18.1-1noble.20260908.234011 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2132 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.18.1-1noble.20260908.234011_amd64.deb Size: 527360 SHA256: 422c904ec976859be2f882421c45718891d62061d4aa411b5142e3c24bde24eb SHA1: ca71375507828164c85c12af6014b8cd1cde5331 MD5sum: 184c9d0fa8906e34f5ccb960a31e05cc 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.18.1-1noble.20260908.234011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8326 Depends: ros-kilted-controller-manager (= 5.18.1-1noble.20260908.234011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager/ros-kilted-controller-manager-dbgsym_5.18.1-1noble.20260908.234011_amd64.deb Size: 7538764 SHA256: bfc7440df5eb64646c89c73276a10ad8111253271f4094dd5bf892f1c3f4de43 SHA1: a548908b852422e569b318e0254583b0bc740800 MD5sum: ecd8025f68f0f6d6868006eb691db50b Description: debug symbols for ros-kilted-controller-manager Build-Ids: c9b4dd12dd017e30eba044e8e0741538a4e7a802 dc4b700bdb8cc3b3f983948f462c5b10db0bb776 Package: ros-kilted-controller-manager-msgs Version: 5.18.1-1noble.20260908.201551 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6316 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.18.1-1noble.20260908.201551_amd64.deb Size: 398958 SHA256: 018b45c32b24f5f76f595a4bac3b7541739b24e9dc64ed9dfca84f4505bdb6f6 SHA1: 7eb802cbaddcd45bd50deac22ed38d1f31fd2417 MD5sum: 0d84150d061e4083a310b40e4d2fb5e1 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.18.1-1noble.20260908.201551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4681 Depends: ros-kilted-controller-manager-msgs (= 5.18.1-1noble.20260908.201551) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager-msgs/ros-kilted-controller-manager-msgs-dbgsym_5.18.1-1noble.20260908.201551_amd64.deb Size: 3713186 SHA256: 7eab62a295b923f14db87c74800f69b4e192c019c3fda800c527ba04c3a9a188 SHA1: 97107da208cecf2ada561ddc94605015fb88e12b MD5sum: b77fdff39d2f8bbe0d3d0a0aceb1825e Description: debug symbols for ros-kilted-controller-manager-msgs Build-Ids: 04ee64a4a9208143bc10299b2b32a5e193d86c49 1929b543255c9b86da4a96d1fa47c0459d9a8b55 27eeedca5bcee34a001d919d9c664e9dc8ef1920 320d5309fb499bfc95a7f57ed8d8bad290558296 3d11e426e1623744e509a4fd041a8d5635c76ad1 3d957e43b9ba905375a25a35e4b4a1c315e248a7 502f01a9e99f670720d83cb07bcd75aeda9df5ff 54bfe389299f40bd79e0077f62b23773df8c2930 8e4b6d3d73f9abf2c61617bc0910284a13f7dbc5 90f8c9608dd3a00c6fd8825b2d346942288c2e2b ef9fd03986b65105b94eca9286890c3031cc91d6 Package: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260909.002609 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.20260909.002609_amd64.deb Size: 20534 SHA256: 9796c125946b5f6f7f20c82d9a91c3a9bc3c81037db7f224ab55874aafb5bfd3 SHA1: 05dda8a1ab2d8ba63c529c97c42428d405d0f522 MD5sum: 4533dca17ef72c6f8075f1bde7e76a61 Description: The costmap_queue package Package: ros-kilted-costmap-queue-dbgsym Package-Type: ddeb Source: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260909.002609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: ros-kilted-costmap-queue (= 1.4.2-1noble.20260909.002609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-costmap-queue/ros-kilted-costmap-queue-dbgsym_1.4.2-1noble.20260909.002609_amd64.deb Size: 122288 SHA256: 3bddafce90a4ce0f06213b4e55d8ee94738a7caa817635a67e67b3206f8e64b7 SHA1: 442a3d9b5a67f094f86eef4e130c4f2aab1005da MD5sum: fb6cdcf3a38c93830c22f36e19cd7cfd Description: debug symbols for ros-kilted-costmap-queue Build-Ids: 945f71f5dcacbcd5cf3c1f7f1526015a493ed89d Package: ros-kilted-cras-bag-tools Version: 4.0.2-1noble.20260908.235639 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 169 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://index.ros.org/p/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-bag-tools/ros-kilted-cras-bag-tools_4.0.2-1noble.20260908.235639_amd64.deb Size: 29018 SHA256: a3162a27d4cb6721a45f9f0766db255c33c80c57a0732b3c18d09b5ba305d648 SHA1: 67154c583840bd8812a0858ed3eae504b415668e MD5sum: f70c30b38dd78f26ad5e5c4ee5bc117c Description: Various utilities to work with bag files Package: ros-kilted-cras-cpp-common Version: 4.0.2-1noble.20260908.222518 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 1741 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), libstdc++6 (>= 13.1), language-pack-en, libboost-dev, libeigen3-dev, libexpected-dev, libfmt-dev, ros-kilted-backward-ros, ros-kilted-builtin-interfaces, ros-kilted-filters, ros-kilted-geometry-msgs, ros-kilted-rcl, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-cpp-common/ros-kilted-cras-cpp-common_4.0.2-1noble.20260908.222518_amd64.deb Size: 346702 SHA256: 66866c21110af72044e113cc1c98a061e6ecf614f828c832591ad48cc5ad8dda SHA1: 1add97d7eec9809c44a828b57a33989047cc2a1a MD5sum: aaa76f0115099c0e727b3cd6dea834ba 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: 4.0.2-1noble.20260908.222518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5421 Depends: ros-kilted-cras-cpp-common (= 4.0.2-1noble.20260908.222518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-cpp-common/ros-kilted-cras-cpp-common-dbgsym_4.0.2-1noble.20260908.222518_amd64.deb Size: 5182174 SHA256: bd81c50df6c9cdd07b81f27eaabc9398bfa2e9ea858b204559d15c7753d28caf SHA1: 64594b1fddb24ce49c1fcb70997cff8cb523d552 MD5sum: 8bb58c0c6a17e6894cdde34d903c90eb Description: debug symbols for ros-kilted-cras-cpp-common Build-Ids: 231704459116165812307fa0aa64df89987065a9 24d3c5cf7c7fca54bb402fdb058f187fe521ed64 29ef0907d92764bbb73ec466b7287adcc2836815 435bafac9b7466e6699438d965b7db0eaaac81c3 479f4c1cfad94383a3322628c322213c261e297b 4df0607ecde636cc9844842f9cac903da91f1edf 5c33d44937185faa9bb94ea645936b6a7bef03f0 69335d52f4807a6e1c45f910655c041c09522b2b 69b2b5127998078a91dfa527ac95f055b719569d b5c5930a8d8c33e4dd614fd324976d68f4e3a527 baa37df86170164efb0297e36da0f8cc4f375bc2 bd799650351bc5c61890ddd45517e61fcce43052 d70d08ba1202b37be4187d8ea4e50995007ec0db df2d3a9ff3840a97288dcf2bb88e35487c3e993b e7f789791611def817a8426d3985ec573cc08ca9 Package: ros-kilted-cras-lint Version: 4.0.2-1noble.20260824.235413 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://index.ros.org/p/cras_lint Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-lint/ros-kilted-cras-lint_4.0.2-1noble.20260824.235413_amd64.deb Size: 32164 SHA256: 4117ef160cb9cc3ce11d677817ce700a0e06436dfb58e042810711e15f62d367 SHA1: b48599ecc7982af3a3dc48201a1f95723a20e7af MD5sum: a46755a1ad9b1bd9862be3ec5fdd0628 Description: Various utilities to work with bag files Package: ros-kilted-cras-msgs Version: 2.0.1-1noble.20260908.165315 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2869 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.20260908.165315_amd64.deb Size: 189816 SHA256: c38f600359de51270f0b7bd9ac8ff1480e4f2cc93da91c5043f0be5d5e51226b SHA1: 8318e14f07686ac3128c5b857a3fbbb6a574ef1d MD5sum: 5650b82562a2852f10069812ab13311e 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.20260908.165315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2088 Depends: ros-kilted-cras-msgs (= 2.0.1-1noble.20260908.165315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-msgs/ros-kilted-cras-msgs-dbgsym_2.0.1-1noble.20260908.165315_amd64.deb Size: 1648886 SHA256: 5694dcfbfa30103a55bcb96f8bd6b384966a38f8069f23771fb87fc0b4b3c812 SHA1: 0f7b4df715be69d34c4cf749e308dc1f3ca8ca37 MD5sum: b42bbe73e1df45b79921633f07451a7b Description: debug symbols for ros-kilted-cras-msgs Build-Ids: 06f8aa20786a4b6b93ea5452d3b7440331b5bba8 150a089bebd9199e18ffbad4918b6ac53425dda0 1a1a8221861060b4da5c1dbf339b18b6600f68b5 2b32facf292c562d6fda83906b96e5b5b712a73f 2d453217e1a5517204642a72a6059a5f600389dd 32afc3d901dac90eefaa96d9c7c654db7cb63477 80c3080bddfb253ba98857123067905c3e3b66a2 9163fb801a47927af84c20b3e5cf62b45fbb76b1 c685b53b5649a3aa54a2eae0d03e56d21173d2c0 c7b2aace6f3d8eb17c5c500c1b4980d2df7c065a d8f0d6c00c7af30767f2e96245953a1752adc2f5 Package: ros-kilted-cras-topic-tools Version: 4.0.2-1noble.20260908.223301 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 644 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://index.ros.org/p/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-topic-tools/ros-kilted-cras-topic-tools_4.0.2-1noble.20260908.223301_amd64.deb Size: 184754 SHA256: 01b6b38e46a81c2cce4264d5e4674265a677b82a4ddb97d8fab157bef240b21c SHA1: ba985ccffdac7e3d4e720759f02e33299c8be9c3 MD5sum: 44bc9472adf6d1d397afdc987de2cadd 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: 4.0.2-1noble.20260908.223301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3260 Depends: ros-kilted-cras-topic-tools (= 4.0.2-1noble.20260908.223301) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-topic-tools/ros-kilted-cras-topic-tools-dbgsym_4.0.2-1noble.20260908.223301_amd64.deb Size: 3089414 SHA256: 657226b4ced4d3804f0b70f873d7c86eabdb9b52b5e102b4a5cac230dd914a95 SHA1: 7bbd127fb90a377868b42b7c0ca4f88a0598ace1 MD5sum: aa84b199245f65c68991cb2102078d20 Description: debug symbols for ros-kilted-cras-topic-tools Build-Ids: 053d2c2fde6efa530a70153daa202a500fa0c1c7 a814cbd77af0f6410dd948c67b2a863cc002f2f0 Package: ros-kilted-crocoddyl Version: 3.2.1-2noble.20260830.070626 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.20260830.070626_amd64.deb Size: 6057418 SHA256: 3d40dc74ee219c61799731b77b4f81008c4c581d599e62f91659e8216204d6d2 SHA1: 2d8fa96639112a18746ed182dfc9c978de437492 MD5sum: 65f7603fb80feff6fbbfeff5a9aadb43 Description: Crocoddyl optimal control library Package: ros-kilted-crocoddyl-dbgsym Package-Type: ddeb Source: ros-kilted-crocoddyl Version: 3.2.1-2noble.20260830.070626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 557753 Depends: ros-kilted-crocoddyl (= 3.2.1-2noble.20260830.070626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crocoddyl/ros-kilted-crocoddyl-dbgsym_3.2.1-2noble.20260830.070626_amd64.deb Size: 539042378 SHA256: 9c95d7d93b868984f0c1c6e650b549ebab0c06f12b849941a716e2f2a03c29a9 SHA1: 1fe31aa2815f62f9770ec54c44ff10aa68e7cffe MD5sum: 6d17a58de1700b01578499e207b19fd0 Description: debug symbols for ros-kilted-crocoddyl Build-Ids: 2ecd231f072d77fa6625d1b7e29256f1a633d9b5 696161245718fbec8a529c328d3f7e0298cd3874 71fa876a08380fcfa7ca289c61674bfbbab7e7a8 Package: ros-kilted-crx-kinematics Version: 1.0.0-1noble.20260909.000546 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.20260909.000546_amd64.deb Size: 40954 SHA256: df976aac928d77010236b69a46e46bfe24848db3f8dd091efa27c24d25db57db SHA1: 9cb85f5d263469fd2e8eb925af72806b10d7fbd6 MD5sum: d7aca93b120658443b4e99dda9b46183 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.20260909.000546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2740 Depends: ros-kilted-crx-kinematics (= 1.0.0-1noble.20260909.000546) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crx-kinematics/ros-kilted-crx-kinematics-dbgsym_1.0.0-1noble.20260909.000546_amd64.deb Size: 2749200 SHA256: 23b8b9429bc2d03452087b51cc599759331f9f8ace68660eeedb3c3addcf9390 SHA1: cb9eb5f49758ad387cc9b27f5a4b40ae44c60a6f MD5sum: a4893482c05203a3af4d3cdc7d2ef478 Description: debug symbols for ros-kilted-crx-kinematics Build-Ids: b1f9e702730c6f2321938e09a285f70e4e4ef304 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.20260908.212019 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.20260908.212019_amd64.deb Size: 125060 SHA256: 5cc03a4a5f33b1dd6f20b55d2e17e216bf0024d31792754936fbd0be894aaabd SHA1: f5fedff389221f89823aa8b2be31a4b7d9fd7d4b MD5sum: 05e28096afd3af11a19f7f9a0a14eb1e 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.20260908.212019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-kilted-cv-bridge (= 4.1.0-2noble.20260908.212019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cv-bridge/ros-kilted-cv-bridge-dbgsym_4.1.0-2noble.20260908.212019_amd64.deb Size: 1854424 SHA256: d6009c9e5eb4c67ece6d42f7d32ebcd2d816e77959f0d1a9fd946b84bb879a79 SHA1: 82da443d8fbc516f808a565053dbb38128d9858b MD5sum: 1d57aac731ca77d9382689d4a3b8d871 Description: debug symbols for ros-kilted-cv-bridge Build-Ids: 93715d3c53d6cff4dc5f0b7e107a417c07075a78 e4e1d5e48716b8510744e3719d3bd4e39d8c09c9 Package: ros-kilted-cx-ament-index-plugin Version: 0.1.3-1noble.20260908.231425 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.20260908.231425_amd64.deb Size: 115292 SHA256: e8522b5cba6046889a58a056ff5fb3d5aeb63fd1a3e85811e75f690f9fa90cc0 SHA1: 884a1b8e0c50c499488165e38289d3cd21711bbf MD5sum: 714ac2676b5a4a0d32237ee9e5ce1d7c 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.20260908.231425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1625 Depends: ros-kilted-cx-ament-index-plugin (= 0.1.3-1noble.20260908.231425) 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.20260908.231425_amd64.deb Size: 1509382 SHA256: 47e74905cb67d576d2c405e37e00eb50cd9b1041410c46d50bd20974083286b8 SHA1: 62d64fb79dfd3316319eac83d246469a46fcdb0f MD5sum: 1d6a719dd6f89d1b5d334ae40ef3523d Description: debug symbols for ros-kilted-cx-ament-index-plugin Build-Ids: 7b9bb8bc9c1cc8edd9e2de6d178b08a97289d5b3 Package: ros-kilted-cx-bringup Version: 0.1.3-1noble.20260908.232257 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.20260908.232257_amd64.deb Size: 427008 SHA256: 76cf4162802ec056d1a5da3cbbcbb2a0b0058b756b86e8be9d8417d129effca6 SHA1: 3289f1caa8fcb86f96803dc8716ab44b07cba886 MD5sum: 166c27d978af095c9eadc3b434db688e 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.20260908.232257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 9308 Depends: ros-kilted-cx-bringup (= 0.1.3-1noble.20260908.232257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-bringup/ros-kilted-cx-bringup-dbgsym_0.1.3-1noble.20260908.232257_amd64.deb Size: 8453960 SHA256: 0cbb6be8ac5b0fda00d6e4d6c119a5acc3ac3cb618abebd213e2eb0491a36a13 SHA1: 16f420cd11f2be7b32e88ce0b232183d96859ff4 MD5sum: 5ecb738d7a1de02125d81c32ca2f27f1 Description: debug symbols for ros-kilted-cx-bringup Build-Ids: 6efb8d9ed997b3532b7e03675b177b2a0f56cc58 6f034c28558d8bd7bc001d529b9112f678050f5a 7d5acff0858d97aecfb0953cec9c8a42cff8ac24 b100f71aa7b465f9ed9ca56facebdbbeb52def1d d0016722de66b76e78d4533a4b2c6c4041af2f58 Package: ros-kilted-cx-clips-env-manager Version: 0.1.3-1noble.20260908.231240 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.20260908.231240_amd64.deb Size: 298962 SHA256: 7684fc03429c247bf0cd648790691100ba71e5cf692a7ca80d7a31dd8a4b72e7 SHA1: ecea8ceed59c9c7b175182542beb612209f12015 MD5sum: 02c5ac96d8232860086645bcf30035fa 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.20260908.231240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5775 Depends: ros-kilted-cx-clips-env-manager (= 0.1.3-1noble.20260908.231240) 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.20260908.231240_amd64.deb Size: 5377146 SHA256: 7ea855b3571bdb5a52a97d4a2cac41fa8b239b95334ea4e8b2933dc2b7868f2e SHA1: 45b73a08e4639ecbf1b1514f56162cd97b769df4 MD5sum: 8b53631d49f7f684afd9f76ca9874089 Description: debug symbols for ros-kilted-cx-clips-env-manager Build-Ids: 014517303b84b14f4aa22cf7ec117d9b50ec0d73 7f45eee128558fb8f752dc9c8d27235561a56daf d6533ab3d35ad6877b28d229caff17d09331c2bb Package: ros-kilted-cx-config-plugin Version: 0.1.3-1noble.20260908.231434 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.20260908.231434_amd64.deb Size: 64234 SHA256: 4550668163c2d44ca3ecaa724a1d6217d6712e2bd6112d9374f8a2f87a180edc SHA1: 45fd0c183e6d97877c656694d072ad6800bf94a0 MD5sum: 8b09c81532923de6a4e245dd49475082 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.20260908.231434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 605 Depends: ros-kilted-cx-config-plugin (= 0.1.3-1noble.20260908.231434) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-config-plugin/ros-kilted-cx-config-plugin-dbgsym_0.1.3-1noble.20260908.231434_amd64.deb Size: 567766 SHA256: 14aea96885760edbd26492cb6826fbeab927c4cbace101e0ac82ffa8de261d56 SHA1: 2ec6e58d8f5a3e65f97dbfeac860197ad580ca43 MD5sum: 45f9a63e1c6546a52bf7fed8f2199aa3 Description: debug symbols for ros-kilted-cx-config-plugin Build-Ids: 13c09db9a820664fbd90400cb810b6339e0e8cf0 Package: ros-kilted-cx-example-plugin Version: 0.1.3-1noble.20260908.231541 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.20260908.231541_amd64.deb Size: 81968 SHA256: a637206d849f6eb387e1a0091403f1722d275608215c5ca87804e1790941b969 SHA1: d3abc1d8de52c0784552e3a4265ffe82bcccd8f3 MD5sum: f63c356152b782ae3453beed69a5d1d6 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.20260908.231541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1335 Depends: ros-kilted-cx-example-plugin (= 0.1.3-1noble.20260908.231541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-example-plugin/ros-kilted-cx-example-plugin-dbgsym_0.1.3-1noble.20260908.231541_amd64.deb Size: 1234316 SHA256: c203c9a1028d18ee3f9b8f1e137c04a8df44d74cb49cc4125b5aa0e70695aee2 SHA1: ae2334439643e3a907d28fae2e17fb92ddddd059 MD5sum: f8acdf9617411cd3db9bbb6663787e47 Description: debug symbols for ros-kilted-cx-example-plugin Build-Ids: c04ead2ee1ce0a3e2eb4f0c1985d79f0c808d1bb Package: ros-kilted-cx-executive-plugin Version: 0.1.3-1noble.20260908.231207 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.20260908.231207_amd64.deb Size: 123148 SHA256: 956bd85f8674e10abecff420b09d739476a06ec8d8f9a4c7dfbd8721dd64d251 SHA1: f51e76de08ed1cb48b8bb5f99ab39960f677815d MD5sum: aa2080ee187be1815513d9a969e8b72a 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.20260908.231207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2012 Depends: ros-kilted-cx-executive-plugin (= 0.1.3-1noble.20260908.231207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-executive-plugin/ros-kilted-cx-executive-plugin-dbgsym_0.1.3-1noble.20260908.231207_amd64.deb Size: 1863364 SHA256: bad6c5afb98c4ea405e5a7c40188fdcd13ee2652a0521240b0d7b05966c79fd6 SHA1: aad7cce192f35532f72812a00dbab5d1ef13e209 MD5sum: 6e239c1175b7dff1ef6dcb7031bef84e Description: debug symbols for ros-kilted-cx-executive-plugin Build-Ids: 22018d6eb13147f7fe63d9f8c61d7d0d85db20dc Package: ros-kilted-cx-file-load-plugin Version: 0.1.3-1noble.20260908.231602 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.20260908.231602_amd64.deb Size: 115906 SHA256: c0611f0e122a3ccdef413fc758204a172a20dcd628341f165cb5add78fb9d702 SHA1: 819fda33c02ad3cf7f387cf7bf1c7cfe0154ca06 MD5sum: d87fdc41b45ac157d547167e8fb67772 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.20260908.231602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1624 Depends: ros-kilted-cx-file-load-plugin (= 0.1.3-1noble.20260908.231602) 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.20260908.231602_amd64.deb Size: 1510548 SHA256: d8f83a2478d0726cac9273189879d6c3ca02e55c7f8fa6795837a3e1b6bd6109 SHA1: f52acaca7cdc8b98bca6802ba1991f99aa1bd8f1 MD5sum: d3935a1df1da60203f075fcd65ed1113 Description: debug symbols for ros-kilted-cx-file-load-plugin Build-Ids: 0548f16069c4da1d737b6ade0dcd334c6f673cdf Package: ros-kilted-cx-msgs Version: 0.1.3-1noble.20260908.194911 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2733 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.20260908.194911_amd64.deb Size: 191804 SHA256: 88fd4794b6e1a5ee697bace4e68631a52aa1a87b84d6cf51795c3546cfe82c9e SHA1: 615d1d224d706d17ac882c53cf1a388b209a1ecc MD5sum: 651d5c9e1587048f43685911b87efa35 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.20260908.194911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2073 Depends: ros-kilted-cx-msgs (= 0.1.3-1noble.20260908.194911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-msgs/ros-kilted-cx-msgs-dbgsym_0.1.3-1noble.20260908.194911_amd64.deb Size: 1645466 SHA256: 88a1f85129ca1e52e5759d7d40b5eb3c89e709ff3e31a0927092297bd78b0dc8 SHA1: e6786f1c22f45499c88ec6e6acd8d12505206c81 MD5sum: 62c8fc95a483e1fc4c687307494e8404 Description: debug symbols for ros-kilted-cx-msgs Build-Ids: 017490073749a484121ce5c016560b8753265972 0786a14fcfaea7555b17a1074961dadd00c0e273 119029443b03ef5e6ed66688531fc5b8e1847020 37092ecdd3137fdf53282cc8517faf9fab5aa758 4605c2841826b583ddb8e1d3b0d98a210ebedb60 4e128972b71fe6e25e8411da4a5c5d21cc9cd33b 9bf5ea141f3a426b02c6a5673d793b7b543cd411 a5cb2687b16e797447783e9bc196ae477fa3f00a bf7c69a69ab6e3f77fd77850db08f47818cb54b8 d74e4a138b4e29834998f35b2b7c1f49940c1246 f9a0fa1de1509a858024376d14612aa9b7e88a1a Package: ros-kilted-cx-plugin Version: 0.1.3-1noble.20260908.230921 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.20260908.230921_amd64.deb Size: 11544 SHA256: 3130dc1699a6f62e18f19818ff60c1fdc4b83a400527b7c6612e6360eece6863 SHA1: ea4ee541e7a34e97deeed3b1486fc6a0f0252251 MD5sum: ea8ec01a62008796488117bc1534161e 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.20260908.230921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 107 Depends: ros-kilted-cx-plugin (= 0.1.3-1noble.20260908.230921) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-plugin/ros-kilted-cx-plugin-dbgsym_0.1.3-1noble.20260908.230921_amd64.deb Size: 95042 SHA256: 24b0f6b95fd1acfce9817597db8bbb85bcb53855d2f834d70167680db5da166b SHA1: 49837bf5744317157e8c992f520a16d429f3e3e1 MD5sum: 8c67f4c7a85e276addf4e7ea89a15434 Description: debug symbols for ros-kilted-cx-plugin Build-Ids: e547b8f868650f58b1bbb056086fc0ff55c1e8fa Package: ros-kilted-cx-protobuf-plugin Version: 0.1.3-1noble.20260908.231604 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.20260908.231604_amd64.deb Size: 36106 SHA256: d20934c65ffa9097e0044f900555e9c3bcd5d30deee940cecbb79d89b9bf65b5 SHA1: ed3fb91bdb959d941b5d51ef0d748cbb605dc4f4 MD5sum: 4e17deede493dbacbc143d5ee1011488 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.20260908.231604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 736 Depends: ros-kilted-cx-protobuf-plugin (= 0.1.3-1noble.20260908.231604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-protobuf-plugin/ros-kilted-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260908.231604_amd64.deb Size: 716486 SHA256: aac8f12ff1891c715e57aefa9608bafef8d127f34725e7ac31e70527efb2afb4 SHA1: 6c593f1b827d3f51fc61706706d47b0997646f8b MD5sum: 538b657de0cf5811943964ef2dfc01de Description: debug symbols for ros-kilted-cx-protobuf-plugin Build-Ids: 1fd40db622802ef2d3c7c705e4e964b8c54c9517 Package: ros-kilted-cx-ros-comm-gen Version: 0.1.3-1noble.20260908.231610 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.20260908.231610_amd64.deb Size: 19152 SHA256: b4e820aa13ea155312183e191e1e362acc0ea35d30e4c97b2960fb8935171247 SHA1: a996a25ed083d7cd4f7521c8299e71cf9954e8b0 MD5sum: 9cc0136e111d2adc876f129025313ac3 Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-kilted-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260908.231624 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.20260908.231624_amd64.deb Size: 139610 SHA256: f5306e022cd775d14d24df658f6ddf0a7d73a4a1bd8b133bffba230bb594bf7d SHA1: f672fda726c03b02c130471b36b9d6b74dc3a2a9 MD5sum: d6fe45c8292b518db8325067487ddc8e 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.20260908.231624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2397 Depends: ros-kilted-cx-ros-msgs-plugin (= 0.1.3-1noble.20260908.231624) 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.20260908.231624_amd64.deb Size: 2247610 SHA256: 9eb56b6cf76b3a32d3b7158fcb9998078d7a8b163b2c383facbb0e4cedd1d896 SHA1: 2cdfb6058a4240de387d3fdb6eb88a7d0680f8b2 MD5sum: f3f22c15ee5acecf6aa5f0df88568075 Description: debug symbols for ros-kilted-cx-ros-msgs-plugin Build-Ids: 64c6cadd796674592819e9acc69d1c797de00924 Package: ros-kilted-cx-ros-param-plugin Version: 0.1.3-1noble.20260908.231633 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.20260908.231633_amd64.deb Size: 99306 SHA256: b2ada96b3e7a62a2ab261289ed223359c231cd16c54da24f312b2d42f3dbe18c SHA1: eb545be35adc395546168146f3b54799896b4a35 MD5sum: 460e3c3497e8ca6bccab1e542e1f86ce 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.20260908.231633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1500 Depends: ros-kilted-cx-ros-param-plugin (= 0.1.3-1noble.20260908.231633) 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.20260908.231633_amd64.deb Size: 1393284 SHA256: a3170ac3ee06e61e2cb1beabc98cb8ef8ba4463596ae6945e2124b650a87d0b1 SHA1: 916ec3def0cbc2038be6fada9c16482dd1bd6cbe MD5sum: d7e8b70ac5d3cdece22ad73cedddc175 Description: debug symbols for ros-kilted-cx-ros-param-plugin Build-Ids: d6d4db78c5a32718ee7dc69f180b660d3da4bb92 Package: ros-kilted-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260908.231307 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.20260908.231307_amd64.deb Size: 209140 SHA256: 0d23680f2f341043ade96c0553eb9ae320b63a2e9b0d1c9d899c232a0a037fb2 SHA1: 4f3e654389d86cd097736fb09686719d394314a5 MD5sum: dfb7044133e8af39cfb2e072a991071e 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.20260908.231307 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.20260908.231307) 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.20260908.231307_amd64.deb Size: 3421928 SHA256: d91916be919a106f78fc84ebd34f14d17eccffe8a4c3a63046a22b5d8f293ac2 SHA1: 969d15b9e769be34e8852f773f1daf76de5a226f MD5sum: 3005b4a558ed31433101629256a73b5a Description: debug symbols for ros-kilted-cx-tf2-pose-tracker-plugin Build-Ids: b5fd2c220710eed7d4708b73533b8040a3695e20 Package: ros-kilted-cx-tutorial-agents Version: 0.1.3-1noble.20260909.005657 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.20260909.005657_amd64.deb Size: 7324 SHA256: ed6960dd00d6bf3b313a125698c903b3a1c70a28e0be8a18dedfb48a028898b2 SHA1: c9740215e9165a0a48ca06c54935f4d918e9dac9 MD5sum: 722ee5d8e57bab3c41fd66ff4e70e80f Description: Files used in the agent tutorials Package: ros-kilted-cx-utils Version: 0.1.3-1noble.20260908.223820 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.20260908.223820_amd64.deb Size: 28112 SHA256: 7040ceb7f05676743ee8c9dd80c2528e3c2b4ae619cef2205dae1a87075d283b SHA1: 1538aa8308c37714687fe919a175e63cf440e2d6 MD5sum: ab433fa422d5961f7edfbb62ffc5e50a 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.20260908.223820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 508 Depends: ros-kilted-cx-utils (= 0.1.3-1noble.20260908.223820) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-utils/ros-kilted-cx-utils-dbgsym_0.1.3-1noble.20260908.223820_amd64.deb Size: 488408 SHA256: 739b6cd253b26922ef38f5701a98681a062dcf0bdf4db0badb10ba0a754f79be SHA1: 4f10acef592e64643033e9a1ef9d5fcc76918630 MD5sum: 7cb92abc2f4f597bd501ed66d2ff964b Description: debug symbols for ros-kilted-cx-utils Build-Ids: 9dddef186f0fc1d0c985d32115bc2f1ee4a176ab 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.20260908.224624 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.20260908.224624_amd64.deb Size: 124398 SHA256: 93e795970289f506c971db4623888f7c3229fce40aff06dfbccecb1adb50bcf5 SHA1: 5763951cb04b701adc522e2067847f91266f577a MD5sum: 34b8b3c1fa3783903bd794e76786acfb 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.20260908.224624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2336 Depends: ros-kilted-data-tamer-cpp (= 1.0.3-1noble.20260908.224624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-cpp/ros-kilted-data-tamer-cpp-dbgsym_1.0.3-1noble.20260908.224624_amd64.deb Size: 2209010 SHA256: 1cff0418d49d7d2e88b1698e9702f1bb00e2c3aec988aa3b519e8772bc430995 SHA1: c0670dced2ccc258cabdee967dd86e81caf6d40a MD5sum: 5d14728e4edbdeed6d5ab754c90f01ef Description: debug symbols for ros-kilted-data-tamer-cpp Build-Ids: 3f6e3cd9e01777ada5fd47673af76dda091431df d29316141a921d9123d81f9ec918274b53e7c21d Package: ros-kilted-data-tamer-msgs Version: 1.0.3-1noble.20260908.143846 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 710 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.20260908.143846_amd64.deb Size: 70770 SHA256: 90251935c379e08abdbf03022c39b6b6c0988fadc8925bc0531b46cbd1670b6c SHA1: f348021b348f25a40eff021c6cb50885590fef0f MD5sum: 27286fbf46be8f43aa738f6736b4e7ce 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.20260908.143846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 550 Depends: ros-kilted-data-tamer-msgs (= 1.0.3-1noble.20260908.143846) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-msgs/ros-kilted-data-tamer-msgs-dbgsym_1.0.3-1noble.20260908.143846_amd64.deb Size: 425490 SHA256: cafe972ebb51972db0de35314586fbe1b14e3ccd0d18c4c73e45dc41223bfa2b SHA1: ac3445af93dec3b20165f191277fbc8a581b4093 MD5sum: 3005acdb00de33e48d71194e73a11f77 Description: debug symbols for ros-kilted-data-tamer-msgs Build-Ids: 24140993e50e01602040189955ad37176a897614 43c8b9e89bc615614e39fef5404ca1e4e0a74d8b 50203807a9d4d23e1365e9feb1413e925172ca7b 5e4432616ed31df3a07fe423aee47846e0a206dc 855de6e4b815aeddf915239f3b0d9d3f33830eaf b288cc6073f6590750247e62e719f45e050d91e3 e04f16cb4c749b9ee8a1bac5a3db79f77de21fd8 e2e06be9a555826d54725c0b66a845797c220cc5 e3b7b66c57c1e0c5d2265ad52bf02379a680c632 e7bcccd89c7ba6a5193c9cb5a5e25a5b1de60fdc ea4c577474f71921b4e99d8038dd74d79f6a190f Package: ros-kilted-delphi-esr-msgs Version: 4.0.0-4noble.20260908.151528 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3941 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.20260908.151528_amd64.deb Size: 246856 SHA256: 18a33e88f08b4bda633edb04fa290074bb13e141581b74e60640f7bcadc26aa5 SHA1: fe3c5190a25f6b7777ee1d52af845073df4fe640 MD5sum: 1faa458ade521b701c76f22b319bdf43 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.20260908.151528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2449 Depends: ros-kilted-delphi-esr-msgs (= 4.0.0-4noble.20260908.151528) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-esr-msgs/ros-kilted-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260908.151528_amd64.deb Size: 1995348 SHA256: 073997c606e4a80f4d9c3af81fe4df05000a135ca4a0dd78f5ecaec196d3e463 SHA1: 29a04d9ce33f86cd9f238519a8237d9b5f1594da MD5sum: f0a6894b503afe9c43697a9c14cc0e56 Description: debug symbols for ros-kilted-delphi-esr-msgs Build-Ids: 09a9a187618cf6aac74045025fc66a20c3be65aa 0b4acff1fa58da27b8559cceac5d4ce9471c628e 0d488cb3ff242a96e45ffa956f7753546d2cef63 1f12a383b89c5ec1874f6686e5e510fb9a2f489d 605a638ada58f276065682dae02abd25d8f29a1e 6d81ff3e80c28be588ae1ad87b5df31ed703c43a 9312b6d6c96b8a3a15b4dfc73881e8352e2e8a81 bfb7d844bcec74d7e3f88ba91c59691507a275c7 bfc5421a92d125a04145e677b1caec057cb4706a c0140517b7ba8cf5a1f6d40735553e7d203a05d2 cf01c4c1cb7256089f3a3f3525ba8090b91e3f05 Package: ros-kilted-delphi-mrr-msgs Version: 4.0.0-4noble.20260908.164448 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3544 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.20260908.164448_amd64.deb Size: 214446 SHA256: b7fbf5312637517140995a7a15e4ff6269b07873ef17f73d91ce9bb34d9085fd SHA1: b6ca90c797931b69191ddc69203fb4ccf9288e1c MD5sum: 598ad033e154204f4975402f02761509 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.20260908.164448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2120 Depends: ros-kilted-delphi-mrr-msgs (= 4.0.0-4noble.20260908.164448) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-mrr-msgs/ros-kilted-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260908.164448_amd64.deb Size: 1704208 SHA256: bd9897614d2454a49c45f1894ef3000b6cf1989213f03114d2ae5a1c5ccbb6b3 SHA1: 984aa7958f2aad86de4080880cfeb49c37f7d63b MD5sum: 3bb3ad71ca7b1b9d9a19b57d69e42f18 Description: debug symbols for ros-kilted-delphi-mrr-msgs Build-Ids: 0e195337beab50915a573ad0c2cc778070285c13 28ab2ed3f98664e9fe693bd01b83837ef1b35adc 3b2822e9e811c4d5af8a81bfd4046eef7e47d2bc 3cb8839832d31eb6b719f2f58976371957946b6e 48ad52f859df8944572ac188c91b2cc2acbf468a 736317245fb2aae866b440d7227044c47e4f5ef2 799da72140e3de6264da0080721ec7ff869050ef 89a812b543225f2dbd2e4c7918065d73afb58f82 94aa66d68cc52812d363284c38bea93baebad674 d2482941051bd2ee7de65e6f90f6495041d75dc5 f83b70ee836144c7fc6f72c96007717aef680a55 Package: ros-kilted-delphi-srr-msgs Version: 4.0.0-4noble.20260908.164415 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2724 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.20260908.164415_amd64.deb Size: 163738 SHA256: d8a92d64f177ce783ab557a122c3ac80220e59d09633ee2a05b26aa93e822072 SHA1: 5ce12abdca2a16a2e9dd21466bba4e6d389658b7 MD5sum: 98c20c116f331167c0c030d259a082be 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.20260908.164415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1462 Depends: ros-kilted-delphi-srr-msgs (= 4.0.0-4noble.20260908.164415) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-srr-msgs/ros-kilted-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260908.164415_amd64.deb Size: 1184702 SHA256: 82e55429c843cd8b8529f26d10648732b0b6b0b1ffb9073563cd52a85e7fdadb SHA1: 97f75853b2faded0871671765efb8f23c1ee398a MD5sum: a08e37cb4d57223c8d40dffb6b040a22 Description: debug symbols for ros-kilted-delphi-srr-msgs Build-Ids: 06609dcf29ff8800be8680bb8975e497f8d6a2ca 0b0c16ca49de4e675c843164064ee380509544ec 123622f0e993a6e7f1fc712f9e03af43cb7da68c 1efaceb86b32d0ef814abdc439489a3a1f25a1b4 333c25b24f4f59d2a017cb210c726965719e6617 35889dc3aa4ae02404b3e00a9837f12009c21b2a 3d1e5056f6a4d8c1790bf19f02e4cc0b0c7f16e5 75f5686566eb122fd3700f10b122f73eb474dd74 a9fcc131028d298f19019133c9033b6041f1ab83 ae44209eabca6acb80954949b79168ba9d00db7e e9b276048981f29e5d2fd130bcb1406566a4c32a Package: ros-kilted-demo-nodes-cpp Version: 0.36.5-1noble.20260908.210202 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.20260908.210202_amd64.deb Size: 933324 SHA256: 4b81268e7e86b837bc921f002c5ccf823bce0a5d94f6041db8387aed16145e74 SHA1: 7e42f38b9e4c098f8144ceddeedd056c9fdd46b7 MD5sum: f3b9502973c4f903bf5fae67c67fa343 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.20260908.210202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38464 Depends: ros-kilted-demo-nodes-cpp (= 0.36.5-1noble.20260908.210202) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp/ros-kilted-demo-nodes-cpp-dbgsym_0.36.5-1noble.20260908.210202_amd64.deb Size: 31231894 SHA256: 9f075807d0c287d9ca7b0ee7cdd7a6354986bcfa7a78c3c33a60ede5de09033e SHA1: 096e120a7c0b66f1f3f33ea84ff9ffbfb1e0803f MD5sum: 6da1bd864d29fd8350cf81629773e7f4 Description: debug symbols for ros-kilted-demo-nodes-cpp Build-Ids: 077c06144ec5f04b2cc562a8c3717a21a585ab6b 0bb7b50d248f3cd68062f04284bb40de6edc9288 0da46c9c2e868c620877fbd948f243d83ea6d78f 18c626d8e357051ce490ffd51055682ba551d718 1a2befc44fa82c9158914d1970d66967161dc3c5 2b41ab5196f186a674a009a83c0387d16d10ec00 2f7f39f506a812c3fa6738045a7dab05c335968d 306a679c90bb7955a93c8d342494101411503074 31d30591574a668236f48ad4f458c2077223d635 345d13772a606abf8b91616ac7203727f67ae9d8 35627400b9ac9f9ab29a82ae2fbf1be547a509c2 3eb2bd743969f0219d461208177ef3512b1621ee 45fe1e6b25b6441533f5eaf03b02be5da1a1b32c 481c2ea27b13b8e146178a38859f08ef1e5b86c9 515811020910b5209b65dc731c86a642f5cf8408 612ccbdc9a5662f22b9aeab3667b9da82c6e85fc 6228087827bdd153ebf0dce658c940b0b5b73731 6617f3c2b40eff2068216ff05d47aa2aa13f924f 6c64ac6cfc156069b0433de62e9fc860012c08d7 71bcaf4553486c210a96577d73417fb2a361d1a2 80b66fcad0cb627d6ab28e3b438a3aa3c01aefab 87e47971164d5b39b81ede97b43d98959f4a09cc 898b2d8f4b06772de18ad61b833d6eb0382c9927 8afbde471777212afd4179d7f785c59a0ab84c22 8eb19f456e21e42617bcf850cd9392e85aed1c53 9a216bfd3ebe01984928635921bb940440b36abe a072a1d18334171b22fe77b9c1e26a09333e4399 a0c23aa9f728840c10102ac595cc57406ff63ea7 abc7b29c2a130174e649c907db8701f0d4b5e666 ad9b8704f094cb309a5c0b023da01402731e382c b7734e56467c827d029c3e009b9dfcd80faba733 c2c0ff1a134235b02040ba488a3b972ee798116f c57eb3970dbf3974258ec54af63693011782a52f c8501fd3d0161bd8670c234430e4e47239921be3 ce2a3fc9ec002ec7a3bbd3a9300794ba212f7f2c dcf2be11c47d5e9de0a97b29afa164af76df166e df37b6ef0127de54963e4818f4ca05ad3d4e84c6 e369a2efb4b3b4572d7b592ea2e59e790854e72e e3a580840e1295221731a15a4b9f762809e60fc1 e96df9d781a4a7c2e212d281ee0d67bd35018169 e9c119d99be02d88ffdf63c870b00e0ef9b4d81c f374220e37ecec4d29f85612a3b8d61756fee01b f37424cf5372d3a10844b515faf253730355951e f4f36160e568f125e6bde800280c1d5a8a99e41f f9ca89f4fda2aba93eccc008b7c452ff00ec2e9f fa0e9b1539d68f0e0bef68c9aca2a8db5f752c48 fe081d8dd2731b62bf8114de1205349fe44907ec ff2e298e92a604990c73d0539e8ee79b3ee93a80 Package: ros-kilted-demo-nodes-cpp-native Version: 0.36.5-1noble.20260908.210317 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.20260908.210317_amd64.deb Size: 63896 SHA256: 915e693bf0852693aa1fe6781cb44e410ecc6f2853ff67cbeead4554c59b3d4a SHA1: 98fa70fd073ce1bdd5a75e63d5857942ae2c1c55 MD5sum: 4ea7f7833891a65e17de7d52f0315af1 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.20260908.210317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1227 Depends: ros-kilted-demo-nodes-cpp-native (= 0.36.5-1noble.20260908.210317) 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.20260908.210317_amd64.deb Size: 1149830 SHA256: 64c5546faddde779646f64cbb8c3fac188dd47e47e7b3d97ae467826f88ee0c7 SHA1: a43e00983e000a37dabe83e64eb2f5f33b6b4bd6 MD5sum: 2566670ba6d857d89a3f3a7190ff4789 Description: debug symbols for ros-kilted-demo-nodes-cpp-native Build-Ids: 7873fc64f190a954ab8ea06e6a0394f9300265c0 dc11852526f37a9cd9c18227a57d97f378fca5d5 Package: ros-kilted-demo-nodes-py Version: 0.36.5-1noble.20260908.204759 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.20260908.204759_amd64.deb Size: 29238 SHA256: 838d89816f84ebe8f660ddba3df77154132a503317aea72720c814a54f9170c9 SHA1: 416cad407b86aabe43795adb42bb4412c1cbb708 MD5sum: 29362e73dbcf771f544fd7a94a7410ae 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.20260908.223905 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.20260908.223905_amd64.deb Size: 313842 SHA256: 345b7aff8e8f1338ca1c6064f022474cc332fada5ffbd9011ab9ed35605a7344 SHA1: 898bd0471e389c75d294e595489ca6385e63b843 MD5sum: 2bb3dcb7c9d1228a384df32044751aae 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.20260908.223905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14498 Depends: ros-kilted-depth-image-proc (= 6.0.13-1noble.20260908.223905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depth-image-proc/ros-kilted-depth-image-proc-dbgsym_6.0.13-1noble.20260908.223905_amd64.deb Size: 12330872 SHA256: f4ceb23067dc981c63a2110b285700b2a9195a4a0bb399aa6a9ed7b5b2900805 SHA1: b7a7d2dda93fc0fd3dd763034327cb49a31b72f4 MD5sum: 9c81de40608a4badbc638b9ecd75d4ba Description: debug symbols for ros-kilted-depth-image-proc Build-Ids: 16717d0ae112b9ad872bbf45fa9c4d28809df0ff 167b19eb291042000dd3d33a74b0787e380e27cd 1a81e777eef8800624560e53dc5a339c64db39ed 20b071d45afa6dfafd3253aa45bf54ead8e5238b 3863a96c1ad397b45a04ade79a3f54f8a4c4a215 59101f98ffe0d4a55b3abddad9e1b3f41b77972a 6f528d17bfb41c2efb57c15f0cad602bd488746c 7ce73b23d135212cde2ba0fc31bf6482a55d6612 b15a81ed5b6eeb3be2dca607a9fe931477360f5e b579e3b5d7c1107da192232607e6b128a2537536 f90fd853d462356b5dbcb45e6c85b25076cdc3ac Package: ros-kilted-depthai Version: 3.10.0-1noble.20260907.141354 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 55390 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-stitching406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.16), curl, gfortran, libcurl4-openssl-dev, libfmt-dev, libopencv-dev, libspdlog-dev, libudev-dev, libusb-1.0-0-dev, nlohmann-json3-dev, unzip, zip, ros-kilted-ros-workspace Homepage: https://www.luxonis.com/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai/ros-kilted-depthai_3.10.0-1noble.20260907.141354_amd64.deb Size: 29379050 SHA256: ca6f058963c2b7a29a7603ceb7d43e88735b9c5bc921bcb64fe155491368f608 SHA1: c1dd41253d0ca71d268231d8c37dbc300e40d691 MD5sum: ed25b4792c95fb2ec499fbf97a86c635 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.20260908.225923 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 659 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), libopencv-stitching406t64 (>= 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.20260908.225923_amd64.deb Size: 196270 SHA256: f2183fa2fb33ee4d14147a5762d76cc7f1be66b7dacd0302f1e7c42a1720413a SHA1: f57cd2f2da5acef9f817ce4cb4391886099c88f0 MD5sum: 25915024a0a0297053dc1e118167499a Description: The depthai_bridge package Package: ros-kilted-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-bridge Version: 3.3.0-1noble.20260908.225923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4465 Depends: ros-kilted-depthai-bridge (= 3.3.0-1noble.20260908.225923) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-bridge/ros-kilted-depthai-bridge-dbgsym_3.3.0-1noble.20260908.225923_amd64.deb Size: 4348386 SHA256: 3bed95d822bccd03211d4d5fe4cc4f1c05a5062ec0b9d29ed84eedb0a43d2014 SHA1: 80074b9dd84db18cf2f173d20b004798cb4c5938 MD5sum: 141a13a3cb71755ba28abc6ede249064 Description: debug symbols for ros-kilted-depthai-bridge Build-Ids: 200b094ed0bed8e2a2be42af5d266d24659ba2be Package: ros-kilted-depthai-dbgsym Package-Type: ddeb Source: ros-kilted-depthai Version: 3.10.0-1noble.20260907.141354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 160681 Depends: ros-kilted-depthai (= 3.10.0-1noble.20260907.141354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai/ros-kilted-depthai-dbgsym_3.10.0-1noble.20260907.141354_amd64.deb Size: 154488222 SHA256: d187e2641a11ed751b98518081cf0b26a5ae67063ae41466ad0edfab7ec0bffc SHA1: 08e8cb34344f66aa16c0dcf9b4f6d9f4aa4f6926 MD5sum: b42530a911c84403aee671a6b0852ade Description: debug symbols for ros-kilted-depthai Build-Ids: 6a6e210b58fe863a0185592f88ed070479933f97 b81cf8b76bf7cb07f14e09250582f68b42453ef4 Package: ros-kilted-depthai-descriptions Version: 3.3.0-1noble.20260909.000528 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.20260909.000528_amd64.deb Size: 45018660 SHA256: 0e2c48712372079446836cbd0aa9e363a2088ec0040ac79c5ad712ca3d6e25fe SHA1: 8cec4abdcde41f0f232c9ccd875740c8d43c0ce1 MD5sum: 5f7518e6d7c20258f0b6edcb4a72ce8b Description: The depthai_descriptions package Package: ros-kilted-depthai-examples Version: 3.3.0-1noble.20260909.000700 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3977 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 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.20260909.000700_amd64.deb Size: 718014 SHA256: 1ff3521805374fe3cadd9680819874fbd9e8ae2d1b92d08c9836f95fd937786c SHA1: 76eb73a0b2d0d7638e69a7bdda57d1381cdc808a MD5sum: 15031d7bd0ce9e4b931044535d8058fe Description: The depthai_examples package Package: ros-kilted-depthai-examples-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-examples Version: 3.3.0-1noble.20260909.000700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 37238 Depends: ros-kilted-depthai-examples (= 3.3.0-1noble.20260909.000700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-examples/ros-kilted-depthai-examples-dbgsym_3.3.0-1noble.20260909.000700_amd64.deb Size: 35547152 SHA256: ee88bd53dfdfdde51d599eb3e94dfd401ef010e53d9c01c43df97260c26a8a20 SHA1: 661d348845d8f6a92a12175027c5a680b7e5c874 MD5sum: fe205e9104012954cce1409d7c82114b Description: debug symbols for ros-kilted-depthai-examples Build-Ids: 1c55cc778f5c18a8346c105a68f9c4dc45e59d98 2aab0ce53580c9004a6765d8b01a022f32f31bbd 328be9910266ca9a43f2c8f6ff3236bb191fbd4c 4f4c700c3be9d2eab1ad5d09a24de168c4b61592 733ef0062403912ac45c6ca8befc491b3b3a5be2 79da3c7b1eed2b42865d3469d84f9384c290c8c9 8e3e5f6907b705aec416499c7ca7dae3b0866ef0 abfeaf33e5fb10e4cd4535c0e3da311d64ddd2e1 ae69ff6f8ddd22b4463ed177f4accf581e69251a d05b87e735114d089c650d820068636051bd2106 d6bbc57cec683bb74d0064015d52572c936f276c f5e9f200b410be8fb7b11aaca1f416da64f40593 fd1c0bf134a51615f21374858a82721fc0e3a33e fd4f9839fba8c7c36a2f1933ce9e2b7bda54b2d1 Package: ros-kilted-depthai-filters Version: 3.3.0-1noble.20260908.213203 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.20260908.213203_amd64.deb Size: 386834 SHA256: 04447d764df8aeed290cb7bd22029014893a3b1c82922a4a6db5d5fa409bb1b8 SHA1: d571e416743d631ef0abe4f162694d85aba40c15 MD5sum: 65abb963e734af7112d554e47dea20dd Description: Depthai filters package Package: ros-kilted-depthai-filters-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-filters Version: 3.3.0-1noble.20260908.213203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 14540 Depends: ros-kilted-depthai-filters (= 3.3.0-1noble.20260908.213203) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-filters/ros-kilted-depthai-filters-dbgsym_3.3.0-1noble.20260908.213203_amd64.deb Size: 12808882 SHA256: fbbfd84e9b1835b932521eefcbccc804a9fa5f8ee033a1480f405eebc8a821e0 SHA1: 8e03a622005a4750cff6676666231cbb187cc075 MD5sum: 2979192a53292bd1e08d98ebd9cf632a Description: debug symbols for ros-kilted-depthai-filters Build-Ids: 2dcdcf233cc253e225e8b9a6ab9571a7a351b262 Package: ros-kilted-depthai-ros Version: 3.3.0-1noble.20260909.005932 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.20260909.005932_amd64.deb Size: 8570 SHA256: 6e0f6e575497761d7f2e6f0a898764922dff77ccd00ca7c758e218a201583094 SHA1: 608e7833ab3a6d6e3946a1e1eae9b314f02cd299 MD5sum: 70abb29ee225d7a82b177d45dc64f03e Description: The depthai-ros package Package: ros-kilted-depthai-ros-driver Version: 3.3.0-1noble.20260909.002558 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3593 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 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.20260909.002558_amd64.deb Size: 799512 SHA256: 47528081f6c7e8455183e6846cd66f4bd5f3bdaa81507e53b13eb9257a8a7aec SHA1: f9757eeff6d354d424483db293c884812d1f6ced MD5sum: 3d778e8de800dde01c047a7261490db9 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.20260909.002558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 44765 Depends: ros-kilted-depthai-ros-driver (= 3.3.0-1noble.20260909.002558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-driver/ros-kilted-depthai-ros-driver-dbgsym_3.3.0-1noble.20260909.002558_amd64.deb Size: 43605226 SHA256: 499983e8104078c108ed6be515507befb83412635e28492d96409e797a3d9ea9 SHA1: 4d52cb13fff3caf1cd79d627ab40c2d6b63c98f4 MD5sum: 9cf2d5d7776c341a6402e5d5e16d388d Description: debug symbols for ros-kilted-depthai-ros-driver Build-Ids: 582d45c22f0f20027513cf3ddf5289775c303a94 aaf5bf0e6ef7dbb5a75b44f502907a892a1504f5 afe7e87e6383349903132b73ac54571fc8750345 b09e51fa76a32a8d0300654681665db5dd829242 ff19baba5528a15a5fe936e6db8a00c0f79daf49 Package: ros-kilted-depthai-ros-msgs Version: 3.3.0-1noble.20260908.204843 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3161 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.20260908.204843_amd64.deb Size: 232704 SHA256: e1d17f17bdc09170289e52bcd02d6d2198a58ff82abfd05115ba07c077fb5664 SHA1: 5a7f361821603328b8312958859b386350b59214 MD5sum: 2b4b3e5c07cc402130619664d5f256b6 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.20260908.204843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2457 Depends: ros-kilted-depthai-ros-msgs (= 3.3.0-1noble.20260908.204843) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-msgs/ros-kilted-depthai-ros-msgs-dbgsym_3.3.0-1noble.20260908.204843_amd64.deb Size: 1989730 SHA256: 4805b6b312a4e7adc802b0567a546278702223a963ad43b4745b21207b4113fa SHA1: d26107f2c0d0284f3c1e06e2ab513ff674f6e0fb MD5sum: 97a7f76aacbbb93c3955c58987075da5 Description: debug symbols for ros-kilted-depthai-ros-msgs Build-Ids: 138c5aff4c827b897cb2b4d002a487330880749d 245197ecae2f90631136d958c1bf4505a438a6b9 4b34fe065792f535d8f09a8bb476c849c1a457e3 5e766ae0379bb36717289de10df1cc2d478c268d 73e3ffd96b2b6ae4e8eea95bf405f6151d257b20 9cc00367a607343d0ace363acd3776c71bfb4553 a169b4cb90600960e47e6040234e39de34cd36ef b2fdcb161d6ea04997d0875b65cfa9502de3d1c3 b9e14fd53036d10cfc580b339e67aecf5faac8db bf6ddfbfb887d0ba4b08307fe9c4c42e2d4b688c f97ae6668a16ac9af7826b332074678bab0de1d0 Package: ros-kilted-depthimage-to-laserscan Version: 2.5.1-3noble.20260908.212033 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.20260908.212033_amd64.deb Size: 182874 SHA256: bb2fe5559214fdd121d198e0e83652f4ff8633a8aedd614a082711f6b84ea76b SHA1: d376228f2705c70ece41e247726b315be159aad2 MD5sum: e924c0f303e3b8c0376d02f9bcea565a 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.20260908.212033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4145 Depends: ros-kilted-depthimage-to-laserscan (= 2.5.1-3noble.20260908.212033) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthimage-to-laserscan/ros-kilted-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260908.212033_amd64.deb Size: 3543628 SHA256: 1ae5f2afd9ca7e1fe7f1405d072280fb2c1b22f72e727de8c3c43800fd347f92 SHA1: bf892c8e52093feb444827cdefa10c33e45e5227 MD5sum: 3a13ec67ed35eba3382821f4544b332f Description: debug symbols for ros-kilted-depthimage-to-laserscan Build-Ids: 37ce8138d6124b39a8174e565059959b4f87d6f7 380541d8c88363130ebf88b1eef86d912737b026 65d14759df5ca70a0b0b7ba32a1f3dfd5c7ade2a Package: ros-kilted-derived-object-msgs Version: 4.0.0-4noble.20260908.201406 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1721 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.20260908.201406_amd64.deb Size: 137276 SHA256: a194d62bcdb35888118fc683e5f94b6e52d05a00893c76fb1eff4f9794fc7026 SHA1: 0abdc8881f489f79e0746d6a9d9696722b795981 MD5sum: b22dffbc8f3ec8a166578dfc64c322bd 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.20260908.201406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1234 Depends: ros-kilted-derived-object-msgs (= 4.0.0-4noble.20260908.201406) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-derived-object-msgs/ros-kilted-derived-object-msgs-dbgsym_4.0.0-4noble.20260908.201406_amd64.deb Size: 1004308 SHA256: 5dc8f2b48745044b5d75fea28d2f0d1f0c4711a69f0044923478e08133be55da SHA1: 3fcf3027cc747c54944182101fb8f7c39e4a470d MD5sum: 1af3de6275a99f48fbeebaf843d16cda Description: debug symbols for ros-kilted-derived-object-msgs Build-Ids: 2194bc15a2b5f8103d0e4c34fa7dcda285b654c2 28a8dcb4bdff203624cf9745c85513d26875dbae 5417092d9c0443d371afc62cf4b805e8030c7c3d 542873f24088ee976747baf4d7b02183d1daa97d 550a8bac134ec3ab8c7f4255c63a39697a0526b0 6efa2fe280dcb3dc2c8f6419626a85611895b1ad 818d567ee3d1787ae669dad96066dcfe5b0a398e a77617344b810b13220d7dc9494e16c8a376c798 d1d81f4b1429d9dfe0e48e9c85b8a460d3763e95 de7af9adc6b92cea6ddbe510659de7a1d0f031e8 e874c7a615fea3ff59977d5b5433ffa853486aab Package: ros-kilted-desktop Version: 0.12.0-2noble.20260909.010121 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.20260909.010121_amd64.deb Size: 6590 SHA256: cf3dab72f21936edf866e895fe46a3a45815216a9dad3d8dc6df87cf4c6e22c8 SHA1: 0ae839140795c74143fd0533ff2f9e9c3b62cba3 MD5sum: cbb73aceda39495b4759ffbea8f8ccd1 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.20260909.010451 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.20260909.010451_amd64.deb Size: 5356 SHA256: a1ecfd6bc0b7e8075d4a9df2dd2285a73d53a638d25e3701fcfbb6f9da106978 SHA1: 8e48e435ea46e68d7349c017214e8cc82fa11aeb MD5sum: 3ad4eda6fcde2846c391f946edb9af3f Description: Provides a 'batteries included' experience to novice users. Package: ros-kilted-diagnostic-aggregator Version: 4.3.7-1noble.20260908.204930 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.20260908.204930_amd64.deb Size: 320490 SHA256: c5b39e9a1286cc282713b644ab6938489553b30e5d570a77f1532bc7c9f046f6 SHA1: f10b52be41b6ebbd6759dd621916a4587b92105d MD5sum: bc0a929ea9c9dcff606fbb030d4814dc 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.20260908.204930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6284 Depends: ros-kilted-diagnostic-aggregator (= 4.3.7-1noble.20260908.204930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-aggregator/ros-kilted-diagnostic-aggregator-dbgsym_4.3.7-1noble.20260908.204930_amd64.deb Size: 5774158 SHA256: 32b9b2365b9eca54f89529044ac18bf76a11213651d4aa32bd54f59d215ce20d SHA1: f0e6f79a511bfaa08bde5e25e0b28ae8662b87f9 MD5sum: 49d09b5dfc16c6bb82ed7d326d7a39de Description: debug symbols for ros-kilted-diagnostic-aggregator Build-Ids: 0378593be6557f853ac32256fab0ba8f4e4da4a7 42560b5690ac289399dacd58c3e34564044fd899 4a2512c326e4070ed93e52f4905da7aff83a5dbb 4fd7bc6219062abe56abcb82cbf81d2e0b7ffc93 Package: ros-kilted-diagnostic-common-diagnostics Version: 4.3.7-1noble.20260908.221933 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.20260908.221933_amd64.deb Size: 13848 SHA256: 2ceec57358d404ed874c20e524ff0a25d55199b9859cb3c7105ee297deb94d21 SHA1: 1b1398f050adcc5419a788297a3d9456d81c74b1 MD5sum: 56bff718e2f141bab5f238ea0c4f1e7c Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-kilted-diagnostic-msgs Version: 5.5.3-1noble.20260908.191617 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1620 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.20260908.191617_amd64.deb Size: 141984 SHA256: a75d8b41a655dcd5c4e5883b9064f17d3d4980e3ce4c85e0a60583fb8aab7d56 SHA1: f0ae648420d34248e6f77a49759a0b452396e041 MD5sum: b923b1d778500e79f95c76fdee9f3207 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.20260908.191617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1347 Depends: ros-kilted-diagnostic-msgs (= 5.5.3-1noble.20260908.191617) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-msgs/ros-kilted-diagnostic-msgs-dbgsym_5.5.3-1noble.20260908.191617_amd64.deb Size: 1096288 SHA256: 16b18806a18a00b47d352b29d2a5db45c7586fb5970c6a89957202e2a2cd99f5 SHA1: bd14b0a03eda81eacd9dfbb50e27cc782770f5bd MD5sum: ec0976faa8bc3b0cb91d05dec53e94f8 Description: debug symbols for ros-kilted-diagnostic-msgs Build-Ids: 1dc0a672795409de0db9a292cd72a52395a3f2c9 3b32d62fc15567fb11858b7e4571d60fcd9f4c05 556b8db7c36f3d7237f37ed7ae369ee287a7aaf7 67a5b7aa36634e18da6fe663f7a4681910919996 87adf85e9e671371f571881fc699d60887a0f2bb 8bd09d33378afe178ab708a46de3012714eea5d2 b2498aa34ee2fece3500c146155e2240bc71ce52 b31cbc301b6bac4e0bac80be5bef6691653970bb c5e0c945cda8059bead81d4bf844a320309872b4 c698bab66a855d983b1d8e2921a8f1c5a61d50f9 f654f998aa324cecc881c85f252d94f5bbd2b425 Package: ros-kilted-diagnostic-remote-logging Version: 4.3.7-1noble.20260908.211718 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.20260908.211718_amd64.deb Size: 144934 SHA256: 0ed2b3cc9e39a9e5881b2c86c296dbb2088d553749f8fdd1c246c362e3de3390 SHA1: 7b9f651d9db9083e3b0a7c803fb381998a2e0533 MD5sum: 11ac0fdd15b619b6bbd18e95cce1adca 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.20260908.211718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3421 Depends: ros-kilted-diagnostic-remote-logging (= 4.3.7-1noble.20260908.211718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-remote-logging/ros-kilted-diagnostic-remote-logging-dbgsym_4.3.7-1noble.20260908.211718_amd64.deb Size: 2849674 SHA256: a312c4b0b7c760bf1f5129b485e0266224e36edc646f20dd24004a8ff16f58b6 SHA1: c88ded3444d6eee61ab2397eeb6b778f9d2362c1 MD5sum: c4c082219e8e1b8e5d8798893596bd25 Description: debug symbols for ros-kilted-diagnostic-remote-logging Build-Ids: 724906368c1887f91b396b9083ce18b6d542e17c f62d0ef7ed6173af745f6f58e38e73c626d3afc2 Package: ros-kilted-diagnostic-updater Version: 4.3.7-1noble.20260908.204959 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.20260908.204959_amd64.deb Size: 112150 SHA256: 0f810ba862d610ef7109608d4abff608a8d4a3e32c56952a17c06cc79d670e39 SHA1: 97542eb2642cf068e084a3618d3186f96ee01978 MD5sum: 84e3dc54b4620b8dde96aa209fef4ce2 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.20260908.204959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1717 Depends: ros-kilted-diagnostic-updater (= 4.3.7-1noble.20260908.204959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-updater/ros-kilted-diagnostic-updater-dbgsym_4.3.7-1noble.20260908.204959_amd64.deb Size: 1601950 SHA256: 16c6624f1d989f51528f9c62b85c29a1dd47c44acab3434d70919f8029f1c2e2 SHA1: 0981c92785a4ac9b199906d10ced93f667e161ab MD5sum: c84a4188ffa02d88bdd1e9a2c23e540e Description: debug symbols for ros-kilted-diagnostic-updater Build-Ids: a6d4c38740fb482f957960ed2eed8b55ed37710f be4d0761281992419695a90b457e866084de60e3 Package: ros-kilted-diagnostics Version: 4.3.7-1noble.20260908.232904 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.20260908.232904_amd64.deb Size: 5672 SHA256: 222beaab3003c307216de49947ffc1c310562462ce70e09c42565ea971ffc02e SHA1: ba94399690a62a1befb1284456d45e8ddf0d45b6 MD5sum: 56bfc5270f115884539cb7f7433b0e09 Description: Diagnostics tools for monitoring and reporting system status. Package: ros-kilted-diff-drive-controller Version: 5.17.0-1noble.20260908.234718 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 971 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-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.17.0-1noble.20260908.234718_amd64.deb Size: 225034 SHA256: e303ac4147ed9cfb23eaf2ad85d50117c7f6f2598d1daa0c818b19fa0f685290 SHA1: d4b26bd72d92171c223b11b671aadefd6e0c0c32 MD5sum: 0a3b2df8377a9b431d551be3db66add4 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.17.0-1noble.20260908.234718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3756 Depends: ros-kilted-diff-drive-controller (= 5.17.0-1noble.20260908.234718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diff-drive-controller/ros-kilted-diff-drive-controller-dbgsym_5.17.0-1noble.20260908.234718_amd64.deb Size: 3329000 SHA256: b4355d1ae03b6f6177f75c3b4b52cf08b075496e0935275a6ce07f9bd18748f5 SHA1: e35b1787ab19752e5efa06bfd82f64cac35b01f7 MD5sum: 5826871b5723d601b089e703b00fe008 Description: debug symbols for ros-kilted-diff-drive-controller Build-Ids: b702ac1d0662b8b0e7e1e7ab004e12a9dee7d7a3 Package: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260908.224719 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1136 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.20260908.224719_amd64.deb Size: 205166 SHA256: 84a534623222d00d0a0e7677b6cf5f7a5661de64d55117a41ec8fd5c629f5297 SHA1: 43baa18c05a96af24ba40e8937030e47c765438d MD5sum: 81da12630bdbc5affb9770300e2dbb48 Description: ROS 2 Domain Bridge Package: ros-kilted-domain-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260908.224719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3898 Depends: ros-kilted-domain-bridge (= 0.5.0-5noble.20260908.224719) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-domain-bridge/ros-kilted-domain-bridge-dbgsym_0.5.0-5noble.20260908.224719_amd64.deb Size: 3448942 SHA256: 788cb47a7c8b37aac23b8b0cc0852ab0b56f92b2dcc39896ddb7a85757178b71 SHA1: 9ebdfe0bb4c07cfea7a1dd2ac6d3ee888d3c992a MD5sum: 4ac1897b05f5752586ab5614e9b68f1d Description: debug symbols for ros-kilted-domain-bridge Build-Ids: 0166ceb855fe7431dd21225e5c153d1d0fba7950 2af966342ca9c9a91add1a83fb2f626d08cc5f67 2e701530bd5257afdc9f181bd9f4dcdb7c16126e 6305540435d01e22eb56651895844d35fd7086ab 93086f9b03215c6f61858eac2e280ae14f9ab88e 9664218c620c47d4d250a1fe99050dd6082a0b55 bafcb3ddc7ae129f2e19bae8b6b0e235072d5e91 c02f396ddf38177962ee8d8918c7923086080468 f2b2a1f29d9ecf552a9cbfd8997ab5cf397144d7 f844938b6b15e144db29927a46408d5885b525c4 f9023f01bc94f670e99cfe994b1d7e506492d668 fc04bbd8c294f218de7b8bef8ae143619ebba225 fc873e9de5d680f0daad3e845c56eebed3cd12ad 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.20260908.210923 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.20260908.210923_amd64.deb Size: 151986 SHA256: 6e191f40f99b3c18e6f66c6fa3bab80b2c2a43afe6dc4a764b442abf9c5fc499 SHA1: 517d79cca5b0f66ae1ea43bf561750c44bd21ee4 MD5sum: 442c218437b28fcb0e56a3207e53ef6b 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.20260908.210923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3702 Depends: ros-kilted-draco-point-cloud-transport (= 5.0.5-2noble.20260908.210923) 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.20260908.210923_amd64.deb Size: 3299968 SHA256: 066c771a55acd936055955e99c145ffb63848e07df5d82f6e28cc5d553e676c5 SHA1: 32ec82385309953022c2c1b40a668ca80b1bee2b MD5sum: 53af4b34e15fe80453d75a2e32ad6fad Description: debug symbols for ros-kilted-draco-point-cloud-transport Build-Ids: 9c9123819fa770140bc6594afa26ad7e69988202 Package: ros-kilted-dual-arm-panda-moveit-config Version: 3.1.1-1noble.20260908.235441 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.20260908.235441_amd64.deb Size: 15734 SHA256: d0e45a14ccdeb6e0db9a6c54efcbd5af8406d29cf8a83114145105f4b2f96ed7 SHA1: 5661ea33db8c738ca89c91a6f0d4734fb231ad55 MD5sum: 0932eda30f895b312cb8c7b1e2210738 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-kilted-dual-laser-merger Version: 0.0.1-2noble.20260909.001059 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.20260909.001059_amd64.deb Size: 12301148 SHA256: b8f785072c176e93474549ef1dfa14d944eb68bf99edeca1ad0b52f70183e444 SHA1: 31338f5da7a6832cdb1d8a92873ad20e4401968b MD5sum: 6f0f054d1b5c01d66aee0c29ca36dc90 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.20260909.001059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5706 Depends: ros-kilted-dual-laser-merger (= 0.0.1-2noble.20260909.001059) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dual-laser-merger/ros-kilted-dual-laser-merger-dbgsym_0.0.1-2noble.20260909.001059_amd64.deb Size: 5068340 SHA256: 937d44eb9fe1ed82941e9df2ec3c81f80bc38f3aaf8f03962484cfc46d7b01b2 SHA1: 67f08f647e8fa6a5b9325d238f30ca2fc80d4f11 MD5sum: a27fd30f4fede7be6548d413cb441759 Description: debug symbols for ros-kilted-dual-laser-merger Build-Ids: 2543018a5a8593789f9841695221896ce0514491 a565e450b79698612c134e1869b07621e27cd207 Package: ros-kilted-dummy-map-server Version: 0.36.5-1noble.20260908.211755 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.20260908.211755_amd64.deb Size: 47834 SHA256: d371618061bef9dcde2ba00b21584cb8157ab239662a31f2ac3df654ff80fd07 SHA1: f774d3b0d2d84404fb073048c48478a727f06871 MD5sum: 97f225cb15e11468c4f8cc87bb15d6a4 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.20260908.211755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 789 Depends: ros-kilted-dummy-map-server (= 0.36.5-1noble.20260908.211755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-map-server/ros-kilted-dummy-map-server-dbgsym_0.36.5-1noble.20260908.211755_amd64.deb Size: 736406 SHA256: 00174a350e36ae66a5878fd5fb7e78b5fd181985f5afd42d1426940d6bf38e10 SHA1: 6fd337a9f4a0bce8766fac6756760aa182b8f12c MD5sum: 84f586443217a4ee647b62c0988198fd Description: debug symbols for ros-kilted-dummy-map-server Build-Ids: 312efe84fba428a85a83fd37daf638c87f830a48 Package: ros-kilted-dummy-robot-bringup Version: 0.36.5-1noble.20260908.235516 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.20260908.235516_amd64.deb Size: 9460 SHA256: 7f55e1ba5844840643f59364de31bf2860f1f68979240406c81fdcaeea774b7d SHA1: 6891e77c6c6425767653b8a352228de5aeaa9c58 MD5sum: 39f9d8ca56d309fe2551c4d9ac97f966 Description: dummy robot bringup Package: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260908.212027 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.20260908.212027_amd64.deb Size: 66882 SHA256: 1335f6e3eae2581bdb647e1423342229db4c39976c0f6f1c33847effb7b94607 SHA1: 00236a76c7b9dc71757ddeeb484ad64b3a3c4988 MD5sum: f56cc7e1ecb628c16b841e184bded956 Description: dummy sensor nodes Package: ros-kilted-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260908.212027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1544 Depends: ros-kilted-dummy-sensors (= 0.36.5-1noble.20260908.212027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-sensors/ros-kilted-dummy-sensors-dbgsym_0.36.5-1noble.20260908.212027_amd64.deb Size: 1439000 SHA256: 094f5bfc8b22ae37331a3f353dabfcaf44e5dbf41a545ada4368a868e68a8c2e SHA1: aed33c223cbc9a0a4d2bcf7925dd2dc34626f4be MD5sum: 0c536a386694df3ed6c407381b2577b7 Description: debug symbols for ros-kilted-dummy-sensors Build-Ids: 1ce4d614ec2b192ff672089c5349c420c272bbe0 32559592acb6e4a26a01252f3e757fa5f1b0c4f9 Package: ros-kilted-dwb-core Version: 1.4.2-1noble.20260909.074030 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 781 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-builtin-interfaces, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-core/ros-kilted-dwb-core_1.4.2-1noble.20260909.074030_amd64.deb Size: 208512 SHA256: deb4b024097ee30cbe429b84d232288d47cbdb421a3fe01c39ece6c44b4921f1 SHA1: f29b715bf976db6c0cbc863b806866298399217d MD5sum: 6b84a9bfb811360f3d2421e508b889a3 Description: DWB core interfaces package Package: ros-kilted-dwb-core-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-core Version: 1.4.2-1noble.20260909.074030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 3458 Depends: ros-kilted-dwb-core (= 1.4.2-1noble.20260909.074030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-core/ros-kilted-dwb-core-dbgsym_1.4.2-1noble.20260909.074030_amd64.deb Size: 3218288 SHA256: 037256185ac48078be0b6fe3920de21209f14dc27ea2e9b556ae78d50d50651d SHA1: 3379f0222c804c304b36e473f7a69a5da455bd75 MD5sum: 297d0bcaf9fbac995a96fb91efd90496 Description: debug symbols for ros-kilted-dwb-core Build-Ids: e55c12771adafe58bd10da2ab28c29daca7e6e34 Package: ros-kilted-dwb-critics Version: 1.4.2-1noble.20260909.074700 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 280 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-costmap-queue, ros-kilted-dwb-core, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-critics/ros-kilted-dwb-critics_1.4.2-1noble.20260909.074700_amd64.deb Size: 60588 SHA256: ac46f1ad50dc2ca2bd026d39bf4b58e3eb53a303d476d01ad79b64130dabce82 SHA1: 78cf094e56b41e8c3bcaab6b2be6b2fb29e02496 MD5sum: 495ba8bd5b9bc1d8f64a26df28299a9f Description: The dwb_critics package Package: ros-kilted-dwb-critics-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-critics Version: 1.4.2-1noble.20260909.074700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2396 Depends: ros-kilted-dwb-critics (= 1.4.2-1noble.20260909.074700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-critics/ros-kilted-dwb-critics-dbgsym_1.4.2-1noble.20260909.074700_amd64.deb Size: 2350224 SHA256: 2079ab49a70a4bb731e3c8dca64d004820b6ca2c0b08b8c10d17db94784b2a22 SHA1: 7b99a33480ed72ee76e2cf1d1006ed70dc6cb038 MD5sum: dd00d76a7448201b6086d86dc168fd24 Description: debug symbols for ros-kilted-dwb-critics Build-Ids: c205844f45ee8ef07398d969f0b44e8401a1f535 Package: ros-kilted-dwb-msgs Version: 1.4.2-1noble.20260908.193726 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-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.20260908.193726_amd64.deb Size: 233240 SHA256: 4c29083c279a5915b8b7e67cc38fef5884d43763865f0217a4fc02e75aec35dd SHA1: c875c4c0e787570cef62306ace413a1bd821294f MD5sum: 1be983960332dc1900b1887b64dd9787 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.20260908.193726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2654 Depends: ros-kilted-dwb-msgs (= 1.4.2-1noble.20260908.193726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-msgs/ros-kilted-dwb-msgs-dbgsym_1.4.2-1noble.20260908.193726_amd64.deb Size: 2207528 SHA256: 5da3efc1f82b49ec8af09702cfe115f307dfcdd7a7ff3d10974c563606d9966b SHA1: 1a31a351ea7c7757f7d5f17c34e10a8f0fa6f54d MD5sum: ccd352a92963d5fd7daecf8985d56d03 Description: debug symbols for ros-kilted-dwb-msgs Build-Ids: 4e11a3475d0e09aef117783bd42db3eb94eed926 5a64c76629adca33c0a279be74ec591a67db253c 68373aab04261c9b1a7fb64578b26b3bd9ffdbe6 70c0cfa30666f0bf3250f3276d1f18814b153f95 afb9b68e71ea84ea92b941f52757ab7075782c40 bfdb9ad643ce7cb302ad0a500d3df8860ad3e85d c706fc50bde0fd1a724467a5cbfafe41ed770a37 ebf224ea1f96f372d1bd1dc2b8f840a638330a00 edfc84529097ebbff2c0b115e26851e2b9b4b7b2 fe6726cf6f2505dc99d45d26724d52ff923b2a30 ff2fe50fe59a75c281479376a12e24364d029842 Package: ros-kilted-dwb-plugins Version: 1.4.2-1noble.20260909.074704 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 217 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dwb-core, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-plugins/ros-kilted-dwb-plugins_1.4.2-1noble.20260909.074704_amd64.deb Size: 50632 SHA256: 623a17659b1bb1ff415e32bd561a424baabb2c1154615a81b6b086e32c22c540 SHA1: b5c1d0af0138f0f914cf508d904dcfd9e2324837 MD5sum: e8d164fa83a13cd658835ccde8e473bd Description: Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core Package: ros-kilted-dwb-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-plugins Version: 1.4.2-1noble.20260909.074704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1008 Depends: ros-kilted-dwb-plugins (= 1.4.2-1noble.20260909.074704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-plugins/ros-kilted-dwb-plugins-dbgsym_1.4.2-1noble.20260909.074704_amd64.deb Size: 970446 SHA256: b581f50dc4b792c39ad9feddc6584061efbd974fac931dfca52190e45e70ce13 SHA1: 11da97f8ff78f41f5370b3426e92cea17a94b63e MD5sum: bfa104cd5e2d23d98b67f7a74b093c38 Description: debug symbols for ros-kilted-dwb-plugins Build-Ids: 31035e99a573f730512dc05fef616eecbdacf767 Package: ros-kilted-dynamixel-hardware Version: 0.6.0-2noble.20260908.231823 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.20260908.231823_amd64.deb Size: 42954 SHA256: c1a78abad03f285b6fbad04caebe5007594dbb9c5a42781beb7beae93a3d21cb SHA1: f55f6b8d1fc83481dbec8b8a26d1758df9ea513a MD5sum: 13b005b12d81e28af5d38fce37a9d9ef 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.20260908.231823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 750 Depends: ros-kilted-dynamixel-hardware (= 0.6.0-2noble.20260908.231823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware/ros-kilted-dynamixel-hardware-dbgsym_0.6.0-2noble.20260908.231823_amd64.deb Size: 722710 SHA256: 4293b41b901388cc3a3349c0f0e8517ae0890da731f421ffa065f998022db664 SHA1: a390dd283a3cf179da5ebccd998874e12c3f9bd0 MD5sum: a231004333b0ee65077da909d7d8a9bd Description: debug symbols for ros-kilted-dynamixel-hardware Build-Ids: 2db5e8e623fc12c74f76af2d914a6a673cdf9fca Package: ros-kilted-dynamixel-hardware-interface Version: 1.5.1-1noble.20260908.231717 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.20260908.231717_amd64.deb Size: 279420 SHA256: a01f10318555b5f07df5d66dff5cd2aabfbac73c4473bbdcb7d13dfcfed0bc47 SHA1: 7297a14d0da45658fc3b6536cfb34eb3a477233e MD5sum: ff2aacae61ffaf0d9c2da11b34d5c9c4 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.20260908.231717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3776 Depends: ros-kilted-dynamixel-hardware-interface (= 1.5.1-1noble.20260908.231717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware-interface/ros-kilted-dynamixel-hardware-interface-dbgsym_1.5.1-1noble.20260908.231717_amd64.deb Size: 3558410 SHA256: 64944b9691017425c8b4c652ef862c3af2f7af65598a3e4c8b7c67f5a58b2593 SHA1: a4a02a73f1e4452dec65cfa3674fe9153f73c125 MD5sum: b8ca539356a3e6e4eccd2df0362e681b Description: debug symbols for ros-kilted-dynamixel-hardware-interface Build-Ids: 3033d935324a4890d0c29a64b6ad4462f65c81f1 Package: ros-kilted-dynamixel-interfaces Version: 1.0.1-2noble.20260908.191910 Architecture: amd64 Maintainer: Pyo Installed-Size: 1815 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.20260908.191910_amd64.deb Size: 141850 SHA256: ea50a5663ba9ec7dc32deb1d17f5acc830514bcd15ed1a3df34e44fde6cc10d6 SHA1: 417f3444336a9715e002429466d3dacc6e989540 MD5sum: 3ca937c77c86bfc752aeaf682cb808f2 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.20260908.191910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1281 Depends: ros-kilted-dynamixel-interfaces (= 1.0.1-2noble.20260908.191910) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-interfaces/ros-kilted-dynamixel-interfaces-dbgsym_1.0.1-2noble.20260908.191910_amd64.deb Size: 1001292 SHA256: 612dbe6237ee1a401cf923e62249e720c1329c6e3acc6c2254289e6713c66559 SHA1: 296f1cd1eaa3e5b6869a3aa994ff99cbff77a6cf MD5sum: 12dbc24dd102db3b16f9c16da57c3317 Description: debug symbols for ros-kilted-dynamixel-interfaces Build-Ids: 2349783a8ff32893d1384ac50344aeedd995d0c9 341272da54dad8fce1d393dd9a9dc2e23b99ca69 34ba24cb5e15e2d57871156a6b438b6ceaaf1dd3 40708cbe802aae10ebb0ef6151002f19dad36def 563a9f572babf2466f99862726654b449f1225a2 5883184a0c75f4091d3165527b13b73d0ef2ff3f 71f87671584fb360d5ee0d3b52b9b0cf3e5e8f21 7dde002df7109c3f005d51596d4ebf23f8147293 c1c6160c73909fea94e1a8a2a5c7602a28d34270 c7ec3008633166aa5c7ca3fa22d9497c9924131f d880ef5ab4f0c87108c34df14e51406daaad5c00 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.20260908.143920 Architecture: amd64 Maintainer: Pyo Installed-Size: 855 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.20260908.143920_amd64.deb Size: 73106 SHA256: 5bb6a215b49fa1bcbabcdc2286e87aac1fa90b0536afd94ff9efeee544b976eb SHA1: 5e179ecdb74a14b96d8e4f9c032cbf65a104b48a MD5sum: 90461b96ffe15e72c567e1714a652fb8 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.20260908.143920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 544 Depends: ros-kilted-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260908.143920) 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.20260908.143920_amd64.deb Size: 389620 SHA256: fda93c890cbd176b8fd929ac2bfa5faf2fb246719db4163faa0974348b1bf14d SHA1: 8b2f809bf324842707772617069af2c7c28e869f MD5sum: 08d002c09cb8f6175e9ceddaa12d3fee Description: debug symbols for ros-kilted-dynamixel-sdk-custom-interfaces Build-Ids: 35747304ff738cf41c02e2bea2c7f418d76feeb2 458697454151974cbf8a88f2f9eee9ad87c940d9 4bfcfc9adbd12eea673e8d8681744b7761d2fbae 54112d52ace36eb6e36e2747ba703ba199adac08 9955c712e61630f947b7a404b65c560ab707b981 9e866d8e5bba05d073132114a27225051824a4e0 beec17c19b1ec40451cfc04ec01c9ad18e32ed0d cd80b3319f65aae362a6f8055ced7fac55fdbf99 dbb5f9aaf4f2c8578660c1b6edaa56f1109b96b6 de1a62608675611c998ede8dbff943228546552b fa782c7f4d11a7e5fe363eb9ed8e5a38b7c286a9 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.20260908.204927 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.20260908.204927_amd64.deb Size: 108452 SHA256: 33745200d1be5dc37a87930186361aa2b245d10fe05e7cf690ee9a8c800cfd00 SHA1: 92f9b9be7350f93864babc5880d5e222bd391247 MD5sum: bedd9208acba65850ec4cc4a4b50c387 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.20260908.204927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2193 Depends: ros-kilted-dynamixel-sdk-examples (= 4.0.3-1noble.20260908.204927) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-examples/ros-kilted-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260908.204927_amd64.deb Size: 1856798 SHA256: b8ebc1f48cada72c675ef8e9d698bbdb064b8b63ced2d5918e5e893024c44059 SHA1: d7bfa26e46add7d2723331d8c4cf9eefe90b500b MD5sum: 5a92d7017c2f69f180783567b52941c0 Description: debug symbols for ros-kilted-dynamixel-sdk-examples Build-Ids: d1f6adbfea20fce17bfcad0e01ad0ea5d53332a6 Package: ros-kilted-dynamixel-workbench Version: 2.2.4-2noble.20260909.003256 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.20260909.003256_amd64.deb Size: 5954 SHA256: 2402f28f94c49754bb5886e7c358131e24d2d8aa158ba4391dffb731e2c77cab SHA1: 9983a46f3e2cac3ef2f2ce21684c6e4ddd607e15 MD5sum: 294f31fc1212e610ba55cc29349b4fc8 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.20260908.164741 Architecture: amd64 Maintainer: Pyo Installed-Size: 6485 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.20260908.164741_amd64.deb Size: 305856 SHA256: d0098d46cfa4fdbb65e21c65649cc26651ab40742488db5cdd9f2cb699a1507e SHA1: 03ed9abbda5f006c88ffa325864cf672eff53ae5 MD5sum: f3cfffa2658e717103ef33d086dff6ed 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.20260908.164741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3035 Depends: ros-kilted-dynamixel-workbench-msgs (= 2.1.0-2noble.20260908.164741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-msgs/ros-kilted-dynamixel-workbench-msgs-dbgsym_2.1.0-2noble.20260908.164741_amd64.deb Size: 2445822 SHA256: 0c1150eb7861d3e0f1ff96984aebcc220476c5eb2e7350f115c8a6342627ad06 SHA1: aeb09cf55820ea814fa1ec4d1043333490f1282b MD5sum: 9c46b457e26592b3c6ec6149152abcfc Description: debug symbols for ros-kilted-dynamixel-workbench-msgs Build-Ids: 27decbddcca236fbda2c13ac26b31cb3d7721212 548f6f7031e1735f57847181c783cbc00aa3b2ec 5dcd9590bb9d741a8c3d2c151e8b1f6a2da5d105 64bb87667641ed82ba52480aaf6cc716969b188e 6bca9298b050ad4bf94fb14bb1dced454a073127 71b03dd3e27da16bade1c11746516210abac2339 93dd8068598bf25b37c4bd8d488f8ed8e07f4eaf daa90a0ac9b4cb1a4b9865f140ed3bc508b6e0b2 e59112f3efe4f3184889b6affa04a0ac849cb1b1 e845d4d7d3c6013f9d642cb526908b738eb03b91 f9a86781af6d64b151b0dc094379fd78e9320f4e Package: ros-kilted-dynamixel-workbench-toolbox Version: 2.2.4-2noble.20260908.223849 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.20260908.223849_amd64.deb Size: 38214 SHA256: 9032226ccfc58646478fd6ca28fa6f0a76fa14b4923d02284244186a8b5ad036 SHA1: 32df76adbd2f1d3854d29f285cf8aefd982bec20 MD5sum: e0a8fe32c95e50e905f4b1eeb151be10 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.20260908.223849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 131 Depends: ros-kilted-dynamixel-workbench-toolbox (= 2.2.4-2noble.20260908.223849) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-toolbox/ros-kilted-dynamixel-workbench-toolbox-dbgsym_2.2.4-2noble.20260908.223849_amd64.deb Size: 98394 SHA256: 32b3008441885dc687dc9c6d8f7721196d7dc1cd5be7fd42c0b62d5b03fa70c3 SHA1: bd6277663f77755a86e5dfe87dbb46ec9675adf3 MD5sum: 02950e15d0f2ace5114037b03a43095f Description: debug symbols for ros-kilted-dynamixel-workbench-toolbox Build-Ids: 2c9557dc920f44e3dc9e73bd73a725af96936079 Package: ros-kilted-easynav Version: 0.4.1-1noble.20260909.072008 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.20260909.072008_amd64.deb Size: 6544 SHA256: 3d4a793b288e67be5bd28b15c403efd004231f528b74d60cd0c28778c7b0a0d9 SHA1: 341b0d1e0dc5aba6cb2db910cc3e0960c81a0d16 MD5sum: 8d58b121d2f0944cc8ca1068943540fe Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-kilted-easynav-bonxai-maps-manager Version: 0.4.1-1noble.20260909.003848 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.20260909.003848_amd64.deb Size: 253082 SHA256: 514203429c577ab523891f33369a25a2e4e66441a3c6e1445536a4488f80b46f SHA1: c5c136c357abfa4fbee403503104081ac9142b4f MD5sum: 14ac85f816bee4cea428496bee4ccfa0 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.20260909.003848 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.20260909.003848) 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.20260909.003848_amd64.deb Size: 5358826 SHA256: faa13c94463783161b29ad2471faffaa49b01421c22992285ca3263bc46e2e23 SHA1: c2dc264dc933d1e7db990e020adb416ccbdacaf6 MD5sum: 964960b8b5cfcd539f2c8a9aaa60365f Description: debug symbols for ros-kilted-easynav-bonxai-maps-manager Build-Ids: 31e78e3af769ead12d9a309d1654c6cb7c1229aa 6e3ea053aa9a8f01499e3b2e314d7cc075b73cff Package: ros-kilted-easynav-common Version: 0.4.1-1noble.20260908.225157 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.20260908.225157_amd64.deb Size: 20198 SHA256: c30d3ba3bb0eeda33e45ecac9bc234d0845cf25dc19fc67923acc166f9e987a4 SHA1: ed460a148306f24cd4c3c0c424664b6c9e1a9835 MD5sum: d36f9e39ee599565831a773e19c079af Description: Easy Navigation: Utils and types package. Package: ros-kilted-easynav-controller Version: 0.4.1-1noble.20260909.003627 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.20260909.003627_amd64.deb Size: 127704 SHA256: 54b6a8732487e1a69a8044f19ff1ba2e9be33c5ec396cba4075b4d8b3a04c6a9 SHA1: 06ff4c6e23e0a0ce2f9fd448673b58f6b775af8b MD5sum: dc12ba1d3b7b2d00337b7d2a75586372 Description: Easy Navigation: Controller package. Package: ros-kilted-easynav-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-controller Version: 0.4.1-1noble.20260909.003627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2227 Depends: ros-kilted-easynav-controller (= 0.4.1-1noble.20260909.003627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-controller/ros-kilted-easynav-controller-dbgsym_0.4.1-1noble.20260909.003627_amd64.deb Size: 2127706 SHA256: bc1d066c106ca9dd7200bd292892eb747f4bd8ca54ab220e6d2fa08e332fced8 SHA1: 7749f8e5aadd998a5fc75b869abdda86fa700c1a MD5sum: e2db16ebd2c7bb8d3fec7c9db4ca826b Description: debug symbols for ros-kilted-easynav-controller Build-Ids: 517effde3f9a945cb454a61c1e5e1c11f88400cd 8259013902d21fc41acfe0aa279cf81fa41565f0 Package: ros-kilted-easynav-core Version: 0.4.1-1noble.20260909.002323 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.20260909.002323_amd64.deb Size: 82358 SHA256: 59000d2720abe7fd21fd640a721e7af7e194b7aa1fdbb7ba8e672e3984a7fb37 SHA1: 78ca9d1006cf313de548762263bafeb44873db6a MD5sum: cb951a13a5cab3f53a0ac65398fb6242 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.20260909.002323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1952 Depends: ros-kilted-easynav-core (= 0.4.1-1noble.20260909.002323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-core/ros-kilted-easynav-core-dbgsym_0.4.1-1noble.20260909.002323_amd64.deb Size: 1867628 SHA256: 477ecaabee434ae65c820488138aa63b315bf55e03dc205a41b8ce56213f10cb SHA1: 3c46372f56f11a18ed9295a2e53228bf0e8e2f4a MD5sum: ae22b068f635a8f22551d43ffd18db20 Description: debug symbols for ros-kilted-easynav-core Build-Ids: da68b333d425325a62013b8625c82a4ff496abd3 Package: ros-kilted-easynav-costmap-common Version: 0.4.1-1noble.20260908.225545 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.20260908.225545_amd64.deb Size: 29148 SHA256: 5042528cdfc39aa10d59c0d590b54ac91e2bcfa01476172c5c7820c5b469075e SHA1: e5a71d39434ec755d73fc3c5fa3c7c27a1f4c4bf MD5sum: aa9cde6e9bcd9975032c6acc5a1b289b 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.20260908.225545 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.20260908.225545) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-common/ros-kilted-easynav-costmap-common-dbgsym_0.4.1-1noble.20260908.225545_amd64.deb Size: 86210 SHA256: b8171145ff4877fd9b506b60199d1df121f579050fcc37cef8d5fd4c463858ab SHA1: 67e9cf12f99a88ae563b36727521d960a51a4e6e MD5sum: 2f72e51658e19c62bf9a5782f5a39840 Description: debug symbols for ros-kilted-easynav-costmap-common Build-Ids: a2218af870285e56b3f1afb279bf72a18579fb94 Package: ros-kilted-easynav-costmap-localizer Version: 0.4.1-1noble.20260909.005332 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.20260909.005332_amd64.deb Size: 196360 SHA256: 021411b5aee821b704e124eeda2fe57e8834ef6ce6ea543d1d3e9f7c3f4eecb0 SHA1: 28b1df3758ba295d681f2e9b128b6f20860d42ab MD5sum: 6beab61d82b0dbd72a80bf8e808c058e 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.20260909.005332 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.20260909.005332) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-localizer/ros-kilted-easynav-costmap-localizer-dbgsym_0.4.1-1noble.20260909.005332_amd64.deb Size: 3951940 SHA256: 513c91d54da5699e05514452d7779574546a327adcdadb22ab4bcddee74b0a04 SHA1: 251e9d235e2617f211d3fe018c2df8afd6a5dda5 MD5sum: b4c2f906595e6e50b5a4da1ca4babbb8 Description: debug symbols for ros-kilted-easynav-costmap-localizer Build-Ids: 67a49b6e77bf891f6f07fcc269779ac7a2c271e6 Package: ros-kilted-easynav-costmap-maps-manager Version: 0.4.1-1noble.20260909.003856 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-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.20260909.003856_amd64.deb Size: 276968 SHA256: c5412c31c9d5ee6cd95a646b6647b45d458b723d8c16b7b7d73db4763d974840 SHA1: ae9b67301233f36ce5d5e157d7f5f5e9cb4a6b5b MD5sum: 89074c146692956ba1984c9277ad37b1 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.20260909.003856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5858 Depends: ros-kilted-easynav-costmap-maps-manager (= 0.4.1-1noble.20260909.003856) 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.20260909.003856_amd64.deb Size: 5439902 SHA256: f34e29ed81d72da1f4c51db411dd44cd63946e75c61a05c31215e1caef777ebe SHA1: 7d55aee2665ed247f62bc8a4c08c1bfa24bc91e7 MD5sum: 8dd5203268b4eaacb0f604fc09c18c0e Description: debug symbols for ros-kilted-easynav-costmap-maps-manager Build-Ids: c0877e94863db3dd9876faeb44cfd35af52cafad Package: ros-kilted-easynav-costmap-planner Version: 0.4.1-1noble.20260909.003909 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.20260909.003909_amd64.deb Size: 83098 SHA256: 9e63d75ce4f09f2fdfb74652e5403eebeafb526fff5721cbfdf55c316be5ff24 SHA1: 9b9fa3ea608da8a28973db22aaafd3fbeda0b03c MD5sum: 75b111ac7b9d4b2748b5dd28a4c3203d 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.20260909.003909 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.20260909.003909) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-planner/ros-kilted-easynav-costmap-planner-dbgsym_0.4.1-1noble.20260909.003909_amd64.deb Size: 1257528 SHA256: 4afd93e6a8b152a89b7d8812c224f9deeacee7d08acc2fecc617ad028f9e299f SHA1: 21e2f2365c6e9fb74bb5fabbd74c40b60ca817ff MD5sum: 05950a69fe6bbcbf761f0016fa1c4fb0 Description: debug symbols for ros-kilted-easynav-costmap-planner Build-Ids: 0ac4e36cd8d94bcd32a1136281cd21cad7450736 Package: ros-kilted-easynav-fusion-localizer Version: 0.4.1-1noble.20260909.005355 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.20260909.005355_amd64.deb Size: 432924 SHA256: 2f712c5bfd076c823558886c32c6c69927430a583b88a3cda3de7d9d58b94775 SHA1: 24792a452a994c3811011ed053c39120bebee9ba MD5sum: f42bf913aa0d036c6ac922f9f2db5ccb 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.20260909.005355 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.20260909.005355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-fusion-localizer/ros-kilted-easynav-fusion-localizer-dbgsym_0.4.1-1noble.20260909.005355_amd64.deb Size: 10148832 SHA256: ce5853e21560a8da295f4cbbec16c11f79a0f3026cf3b20a154308e7c3b79461 SHA1: 686a53097b53d521a27ae4995dc6e46fadc6f268 MD5sum: 99f3b91f8793d9fd0ef9e52471b38162 Description: debug symbols for ros-kilted-easynav-fusion-localizer Build-Ids: 734e18c74a9b7eacae6451db15c8f25eb78daed2 Package: ros-kilted-easynav-gps-localizer Version: 0.4.1-1noble.20260909.003654 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.20260909.003654_amd64.deb Size: 182506 SHA256: 4453d5ed02d047d2c41c9ef2707c1a5437483c5e9e005821420f88523a4b614d SHA1: 285b5aabb00e2b932948c93eaee8e33539a6646e MD5sum: b0fef5afc3eb845b034d70a7b9411ee8 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.20260909.003654 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.20260909.003654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-gps-localizer/ros-kilted-easynav-gps-localizer-dbgsym_0.4.1-1noble.20260909.003654_amd64.deb Size: 3901170 SHA256: 6a511b80bce22cd3429e4c767d8bca9222a1ed2f3a7c0033eebb396cecc861af SHA1: 544aa2f5f9d2295d712887b17bb310caa9e18982 MD5sum: 63d4bc2887efb26fa798464115dd89ce Description: debug symbols for ros-kilted-easynav-gps-localizer Build-Ids: d375c3e82e7994c296efc613c3b71bba5583029f Package: ros-kilted-easynav-interfaces Version: 0.4.1-1noble.20260908.192649 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 725 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.20260908.192649_amd64.deb Size: 68494 SHA256: 1cb2b3da7ee9e25923a5cec8b622683c650159359cc09ecad957f4b999b99a08 SHA1: 13d8b42bd3f7ef6f1353d4076de3d087daf6a3e9 MD5sum: d4d6af2abcb948ed0c4377307b6d51c6 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.20260908.192649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 465 Depends: ros-kilted-easynav-interfaces (= 0.4.1-1noble.20260908.192649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-interfaces/ros-kilted-easynav-interfaces-dbgsym_0.4.1-1noble.20260908.192649_amd64.deb Size: 345632 SHA256: c037ba80a81b6f03dd9e5df0be44cd4538600a5fe4685b27a24c7e587edd24e5 SHA1: 8570cabeaa32a8ce75eb4ce42418a46f3c77dd81 MD5sum: 816113615ab485f1ff90cf7d371a8a51 Description: debug symbols for ros-kilted-easynav-interfaces Build-Ids: 1a19c40025d110c37121bb0f8c74c5dffc76b631 209a6a5eef20edfb55f1c96fee3152488f502853 2ca552beee52d1b89be7b16a65323372865d8e9f 6ea706b370cf176b150f90a865a6ae81c620d4f5 ad8da97c0c44dce883ed8814e580a09475893689 c0833d103c5f9bea4ced5d21f50821e529c78c1b c3090c9ac2aa55a0767ab0b11a648a0609bed870 e0262b7259595921b78003dfa37a701b613cf71b ea1529b7fc8e24547706c9772750e44f38782136 ec74c7ecc654f7332afeac77266cc14d5c217a27 fb7ad819733d85d191ca7740d073de089533487b Package: ros-kilted-easynav-localizer Version: 0.4.1-1noble.20260909.004003 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.20260909.004003_amd64.deb Size: 145084 SHA256: 0350b2710f80a0a325651212503206753a67c6b241b4bf5960d3b8f209badf70 SHA1: 24e05568be5439c0c066076e78067e6f1791531a MD5sum: 707b0a5a734f9680ada5f0891e3211a9 Description: Easy Navigation: Localizer package. Package: ros-kilted-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-localizer Version: 0.4.1-1noble.20260909.004003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2324 Depends: ros-kilted-easynav-localizer (= 0.4.1-1noble.20260909.004003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-localizer/ros-kilted-easynav-localizer-dbgsym_0.4.1-1noble.20260909.004003_amd64.deb Size: 2190004 SHA256: 1c11b1aa4265403a10c654831b6f66b9ded4c6593236fa0aa0e30468c2f6402f SHA1: 19c90a076d4e8630249ca1726293a6f42597f00f MD5sum: 92b860637c6d665d94ef94fb7a76ae1f Description: debug symbols for ros-kilted-easynav-localizer Build-Ids: 2078250effaf1c90f157ee4075acafea9558ce44 462cedbc7e6b30f93cc5d12a754dc93d24839d4c Package: ros-kilted-easynav-maps-manager Version: 0.4.1-1noble.20260909.004440 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.20260909.004440_amd64.deb Size: 108254 SHA256: de52366f31212b1955ba51210e2ba57708e82bc05e3db9eb5b3d57fcda51825c SHA1: 589bac81606182389034fa9b13f591f643b99917 MD5sum: da5d6325e942a059b8d90928dbb38627 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.20260909.004440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1566 Depends: ros-kilted-easynav-maps-manager (= 0.4.1-1noble.20260909.004440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-maps-manager/ros-kilted-easynav-maps-manager-dbgsym_0.4.1-1noble.20260909.004440_amd64.deb Size: 1488082 SHA256: 157a77547f885b6bb03676d6ebc2aa11e0a71028b82f7dda79a46ff68d9bec05 SHA1: e5470f95a6301b03c1d2159f11626a8bb9245387 MD5sum: bd28eaef1dd3f53b43231287901dd42b Description: debug symbols for ros-kilted-easynav-maps-manager Build-Ids: 584270c0d87595bf9525b02f0da02a03a3d6cb30 ea4fe0a51074fd1a8a287a30b845fffff9beec33 Package: ros-kilted-easynav-mpc-controller Version: 0.4.1-1noble.20260909.072037 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.20260909.072037_amd64.deb Size: 108604 SHA256: 1ae4244702b97956933c5a287b9aa792bb86f77185f70ef11fde2a4d1493c2ba SHA1: a920b040ebb20737594ecb6c63a24e8df5fe8a46 MD5sum: e5e351e917d1d1fe6811df5df590d575 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.20260909.072037 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.20260909.072037) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mpc-controller/ros-kilted-easynav-mpc-controller-dbgsym_0.4.1-1noble.20260909.072037_amd64.deb Size: 2144882 SHA256: 540fdee69240dff5538ed656744866549dccc2045fbe32737c56d3ba3e4f58e4 SHA1: becc0723fd048cfd793b5a44cf3c06fa089c374c MD5sum: f5dc8be707250933d2267dae4fdd9570 Description: debug symbols for ros-kilted-easynav-mpc-controller Build-Ids: 8160627df1f14ab8a91cdcf250f5be08d63dfb2c Package: ros-kilted-easynav-mppi-controller Version: 0.4.1-1noble.20260909.072103 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.20260909.072103_amd64.deb Size: 89214 SHA256: f8cd7ad25f2e3afc1ed0321417e5026f3a798dcbbfa5c2b753c5eab04728adf7 SHA1: b40df7c5ce7e3022aeac37b02791feea76543a0d MD5sum: a297e13a758a1f74b5f45846897179a9 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.20260909.072103 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.20260909.072103) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mppi-controller/ros-kilted-easynav-mppi-controller-dbgsym_0.4.1-1noble.20260909.072103_amd64.deb Size: 1868134 SHA256: 76817f53356d983fe7598f2027e06e26eb07207b95a59586863b887322a55b90 SHA1: 17c446ce1f34f6e16f12a115f2d503aa3e1557fb MD5sum: 6e97fbbad702b186a5eedcdc8de03341 Description: debug symbols for ros-kilted-easynav-mppi-controller Build-Ids: fe9ca68c1222dd1bc0e03296b9ea81f4e2087d56 Package: ros-kilted-easynav-navmap-localizer Version: 0.4.1-1noble.20260909.005541 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.20260909.005541_amd64.deb Size: 220674 SHA256: 1a92f962c6a8d43f3ae828d4d29d28a9b247547a8821f25f5938dfa9a1adf199 SHA1: aaa7314baddffc350ec6201acc81f5e585ece273 MD5sum: 27cf6e05490d83f2eb2d97afa6381628 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.20260909.005541 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.20260909.005541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-localizer/ros-kilted-easynav-navmap-localizer-dbgsym_0.4.1-1noble.20260909.005541_amd64.deb Size: 4587020 SHA256: 9479b01af8dcfcd85a8c35e58fbb67e118db9cd8fd75e1932e385f3c38422ad0 SHA1: 134c74d18d97075a2ed36e6e80628154249553bd MD5sum: 64e4c1e5633871f616f0bfe5560bd7f4 Description: debug symbols for ros-kilted-easynav-navmap-localizer Build-Ids: d04aedab6291f2e69fc166a1b064b3804e2bd505 Package: ros-kilted-easynav-navmap-maps-manager Version: 0.4.1-1noble.20260909.003602 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.20260909.003602_amd64.deb Size: 308626 SHA256: 47b1fbe5ba4da85448d5217c839497ae1349b56fc0735363b329e3823881ef74 SHA1: 3e57fbfe09304d75d53ae46661a1dcc476dc324b MD5sum: cb76506cf55ab0da365cf9691aabb97e 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.20260909.003602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 7936 Depends: ros-kilted-easynav-navmap-maps-manager (= 0.4.1-1noble.20260909.003602) 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.20260909.003602_amd64.deb Size: 7234060 SHA256: d442e9aa3c4e0d655daa7c0b4934d987082451805dcef568009bbab841caf3a3 SHA1: 7803bae5d22b1145bab500864daf37adef6ac7ee MD5sum: f9aa7dadf526f89851a27a5b806e3ced Description: debug symbols for ros-kilted-easynav-navmap-maps-manager Build-Ids: 10372ed8d102575405ba7dd727ac684f549c6461 Package: ros-kilted-easynav-navmap-planner Version: 0.4.1-1noble.20260909.003612 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.20260909.003612_amd64.deb Size: 86470 SHA256: 934f56db9c106d7cba1d0b02d4f0e2d0c2ca5ac3b7a85220a3ee60266d4deb3b SHA1: fe8be6a08ddaf936e86f97c4a6493c72991c6bd6 MD5sum: 06a464271722b7933bddb49d097458ac 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.20260909.003612 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.20260909.003612) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-planner/ros-kilted-easynav-navmap-planner-dbgsym_0.4.1-1noble.20260909.003612_amd64.deb Size: 1938264 SHA256: 6edc8d9cfabb2417616b33eef4527b24a331a9720555bd1621dcf825a00e5b51 SHA1: 9770332fa291c691ae825bc7bf63eaa34847886d MD5sum: 8af173bfc067b272dcfa81207cad09f3 Description: debug symbols for ros-kilted-easynav-navmap-planner Build-Ids: 25a62f4d8765559111be102ff37659352031e161 Package: ros-kilted-easynav-octomap-maps-manager Version: 0.4.1-1noble.20260909.003942 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.20260909.003942_amd64.deb Size: 273166 SHA256: a0db3660487dcac370f579f9ac139279161c922a4bd4d0cf7b10bb283230d036 SHA1: 8e84c65a1fd15a502bb3e499452e5cf5f00ebcf8 MD5sum: 507e085a44126746cb356ac96615ece5 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.20260909.003942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5954 Depends: ros-kilted-easynav-octomap-maps-manager (= 0.4.1-1noble.20260909.003942) 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.20260909.003942_amd64.deb Size: 5527338 SHA256: 971c11959147f2680b6bfd23843e9a5a84e30ab5f23567402934e01ad9259821 SHA1: 05f9b24aec215f1a682c23c08e579916a10eeef4 MD5sum: e2d9a0384f63332073750e3900d95d27 Description: debug symbols for ros-kilted-easynav-octomap-maps-manager Build-Ids: 75339b7837ac1204b2f91317b8e175fbf7c07e61 Package: ros-kilted-easynav-planner Version: 0.4.1-1noble.20260909.004227 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.20260909.004227_amd64.deb Size: 125264 SHA256: b77244fc10cc07ffa36e4d05b51b95c70a8a509c85d7a9338975a0f508f545ac SHA1: 6d54333c9ecc9f0b0181e4164e934580e3ca526a MD5sum: 1b8b537376de86162dc9fe64cd84af1c Description: Easy Navigation: Planner package. Package: ros-kilted-easynav-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-planner Version: 0.4.1-1noble.20260909.004227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1946 Depends: ros-kilted-easynav-planner (= 0.4.1-1noble.20260909.004227) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-planner/ros-kilted-easynav-planner-dbgsym_0.4.1-1noble.20260909.004227_amd64.deb Size: 1846862 SHA256: a6b274050ba62693f129db6701f0d2f2f2bac1b5c71e0625c9decb9e3390f1b6 SHA1: d81edd48d3b41d191ef50904f7966f049b3c2e85 MD5sum: f80c23a0a63883274aa28867921801ac Description: debug symbols for ros-kilted-easynav-planner Build-Ids: 366265d744b59214250c4c4c621854836fdb4266 af2b5e42b914e1e9f7fe8a800fdf75bc8500bd42 Package: ros-kilted-easynav-regulated-pp-controller Version: 0.4.1-1noble.20260909.072146 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.20260909.072146_amd64.deb Size: 99888 SHA256: 57429d83efa63f9474b391bfe65627aa3daf59b20675761eb08a5c2ca5a32cfa SHA1: c066ff79106accd6cf0c511634c371820f8f56a6 MD5sum: dfeb7f9c83e15a7ea2aa0ca9355d0935 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.20260909.072146 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.20260909.072146) 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.20260909.072146_amd64.deb Size: 1778676 SHA256: 128ae8ef431568fba562263071c03fc04b7a4b3614c8d00d755be6f1455c936d SHA1: 2b7c8b391eddf71c105173f98b24052176538a19 MD5sum: b5d5a9c2d9da16ee2b9bfc37440b851f Description: debug symbols for ros-kilted-easynav-regulated-pp-controller Build-Ids: 3a12a676f9df76ae3655b3d5e5afefe7a636fdd0 Package: ros-kilted-easynav-routes-maps-manager Version: 0.4.1-1noble.20260909.003613 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.20260909.003613_amd64.deb Size: 207148 SHA256: 8e995821768a965eac0ca819897087e0b223a505e9d1ba6e3ee4f50879426dc4 SHA1: b5fd2879b0b63bdf36fafa168ca076d04163a913 MD5sum: ae24f81639b7ba69919e71a9d059fce8 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.20260909.003613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3483 Depends: ros-kilted-easynav-routes-maps-manager (= 0.4.1-1noble.20260909.003613) 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.20260909.003613_amd64.deb Size: 3279736 SHA256: 23e8dff49ab4d8d060b770c5fd7aa63d680fdd0ba493f6981660d0cccdc85f30 SHA1: ffb1603f8543ca4c5158159071c8c1529d68bf0c MD5sum: 314ab1a2509e150043ff8486c4e6a414 Description: debug symbols for ros-kilted-easynav-routes-maps-manager Build-Ids: a071708ae8853d00584551221cfb12db8a40ba7d Package: ros-kilted-easynav-sensors Version: 0.4.1-1noble.20260909.000614 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.20260909.000614_amd64.deb Size: 408216 SHA256: f2d9727ced37ff64dc17137d67789574987b29920bae045cbaa24d234569fd13 SHA1: 764f611401067e08b848c653ec92ef98b30adf97 MD5sum: 15c5b9180596135a33a10edfbfe23c22 Description: Easy Navigation: Sensors package. Package: ros-kilted-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-sensors Version: 0.4.1-1noble.20260909.000614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 12297 Depends: ros-kilted-easynav-sensors (= 0.4.1-1noble.20260909.000614) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-sensors/ros-kilted-easynav-sensors-dbgsym_0.4.1-1noble.20260909.000614_amd64.deb Size: 10490308 SHA256: 322c642047aaf17cd3a830cab6a2a7757b9cc0a066c01ca4a2d5f667333806ab SHA1: 792464e728bf0e8db0ffd16da7c1a1de9a964210 MD5sum: 6672ab4ba18877891ffc242eecd0818f Description: debug symbols for ros-kilted-easynav-sensors Build-Ids: d5fc493f828e03e7df8afaf9262cfde9e169490d Package: ros-kilted-easynav-serest-controller Version: 0.4.1-1noble.20260909.003613 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.20260909.003613_amd64.deb Size: 62438 SHA256: 97614e8a01e86ee77ba4b5bb6f8fe4bbd28c6f8c1fe1168c72916b529779c216 SHA1: d5a302bf0cb74e5ba3d589166d14ed8a1e68cd64 MD5sum: 11e8b93931a997213dd2be161dd7daf5 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.20260909.003613 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.20260909.003613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-serest-controller/ros-kilted-easynav-serest-controller-dbgsym_0.4.1-1noble.20260909.003613_amd64.deb Size: 1138596 SHA256: 64d6a85779eca7697af09b7b54d89eca895f94bb1504decdb18fbeefde8569be SHA1: 3fa37397fc630a03ea791cdfb3accc78ac333e4e MD5sum: 2e1e7e00673e106be7492983b6a1c65b Description: debug symbols for ros-kilted-easynav-serest-controller Build-Ids: 025bb1115833db14cd7295fa07860266debb04e5 Package: ros-kilted-easynav-simple-common Version: 0.4.1-1noble.20260908.225546 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.20260908.225546_amd64.deb Size: 22050 SHA256: cef2a1d8306e61d29d158c3c70178847e02dbe2bb3404d4ecfa4b329bd989de8 SHA1: 6e7c7fc862ff4fa5b53bee6ef4c7d9d57a7d8e9b MD5sum: 563da08654e3bad4026933429592b340 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.20260908.225546 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.20260908.225546) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-common/ros-kilted-easynav-simple-common-dbgsym_0.4.1-1noble.20260908.225546_amd64.deb Size: 98036 SHA256: a7a21950235460aeb89938cd4b32d360ee46434891fb981c89a3d693db45c3cf SHA1: 351acfdd8d4731c857e5e9e03c770bbacfa2bf65 MD5sum: f73fb9efaf3582d77e97b56b7bfc50c6 Description: debug symbols for ros-kilted-easynav-simple-common Build-Ids: 85645b866311703c5eab113a4708b0e2f3ad7815 Package: ros-kilted-easynav-simple-controller Version: 0.4.1-1noble.20260909.003651 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.20260909.003651_amd64.deb Size: 37192 SHA256: d99f50cb385cf3aaa1e84136a38dfee0ab4c8e7b32dcfa44140a762dbeae540b SHA1: cbfc08fd42f318b6d00a000d82e9525b36c47e73 MD5sum: ec00fa82ab665c7fcd9cc12dd31f4058 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.20260909.003651 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.20260909.003651) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-controller/ros-kilted-easynav-simple-controller-dbgsym_0.4.1-1noble.20260909.003651_amd64.deb Size: 659616 SHA256: e753e261fad42832fc86aa35cf0fff4ac9d0eb35b2f12be843c34975a14cc86b SHA1: 83a2e95d56218b54e04dcb165d159902bb6951b0 MD5sum: 5c53f24084155a84a3280528759ada41 Description: debug symbols for ros-kilted-easynav-simple-controller Build-Ids: d03261828598a53061439e5f5bcc46fe94c890ac Package: ros-kilted-easynav-simple-localizer Version: 0.4.1-1noble.20260909.005347 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.20260909.005347_amd64.deb Size: 194848 SHA256: 59bfe7264d949b03fbe942f6f29b382003ec17d56bb3c00ac5fc1096d6a87c5b SHA1: dec2a333f504f7184ee3bdd968787ba3417ff249 MD5sum: 285122d69daa0248e9a92109635fa3dc 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.20260909.005347 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.20260909.005347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-localizer/ros-kilted-easynav-simple-localizer-dbgsym_0.4.1-1noble.20260909.005347_amd64.deb Size: 3949702 SHA256: 08e0c3e7da2d8607592041a418fc9d969df13ffa8398ead4d5e106779b86a0f3 SHA1: 733bc7ecfa1c82cc27d47d11ae70d4b8f11e93d7 MD5sum: 2aa2ddbac1f281b5f16e6de3af4733ee Description: debug symbols for ros-kilted-easynav-simple-localizer Build-Ids: d523b3fa4d763acfc8c25da77ccc54eed4f29745 Package: ros-kilted-easynav-simple-maps-manager Version: 0.4.1-1noble.20260909.003933 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.20260909.003933_amd64.deb Size: 137448 SHA256: 9b8d9898b39077eb9468d3a44e4f914df4138199cb4be2e57a94b37ab0509dea SHA1: 7268e3fa3d83ffece84714860e95bb04d28ec92d MD5sum: f596e286e9bc003af6ffc5171e354c77 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.20260909.003933 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.20260909.003933) 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.20260909.003933_amd64.deb Size: 2829296 SHA256: 3f757cadabd49094bdf4e091db7c2521843142b4e3b6b742ac0d88c2a499efa5 SHA1: 884b655f37bacccc43f83552a7708ae055333969 MD5sum: e1148b65519ed89c57be03f98a39a416 Description: debug symbols for ros-kilted-easynav-simple-maps-manager Build-Ids: 396e0e447359e747888b2372b3bf07f9a7edb796 Package: ros-kilted-easynav-simple-planner Version: 0.4.1-1noble.20260909.004010 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.20260909.004010_amd64.deb Size: 83578 SHA256: 9a8c1aa3e8f8aa096f595b2d3746d7f254fce46b1404d6a2c123d8f52d744214 SHA1: 9e6044f4139ad1752a6981f923feb796f1b40fec MD5sum: 118a6af59943b60781928b6fda1b4b70 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.20260909.004010 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.20260909.004010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-planner/ros-kilted-easynav-simple-planner-dbgsym_0.4.1-1noble.20260909.004010_amd64.deb Size: 1314242 SHA256: 15d9ce2a010abf5010ca96f35ca6f0a6fedffad430bd9006653cd562605dd657 SHA1: cf1d8a58e454ccc30aad0d40e6571832ca0fd5e0 MD5sum: dc2d073470f3caac6656aeaf10f3e1df Description: debug symbols for ros-kilted-easynav-simple-planner Build-Ids: 47599a16201f42a57a8e75f47e688aa601e89083 Package: ros-kilted-easynav-support-py Version: 0.4.1-1noble.20260908.221811 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.20260908.221811_amd64.deb Size: 10028 SHA256: 89b263374838873b1e78644c7bc6636292ab6fd87e0195496974f3e9f1722edb SHA1: 1c6187c953107be6267189d326ed3ab429a0d393 MD5sum: 612093a60e8800179ede50bf2c41c104 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-kilted-easynav-system Version: 0.4.1-1noble.20260909.070402 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.20260909.070402_amd64.deb Size: 323086 SHA256: 5001fce43fe5f3fec364f63f2947fdbb507e4c676ae2857f6e23459fc6d6810d SHA1: 499fa2287d8cc716a0de943b6f2a27216f33de62 MD5sum: e51e62a2c0d6e989a0890c739ff31798 Description: Easy Navigation: System package. Package: ros-kilted-easynav-system-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-system Version: 0.4.1-1noble.20260909.070402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 8910 Depends: ros-kilted-easynav-system (= 0.4.1-1noble.20260909.070402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-system/ros-kilted-easynav-system-dbgsym_0.4.1-1noble.20260909.070402_amd64.deb Size: 7748416 SHA256: 4f8ecaadb569641b697dc4b44519c70dfc3128b47b4b339a5bdb8bb96cece3d0 SHA1: 9c2c3e7ea0b1947bdb3e1da085d55e03d54f3995 MD5sum: 824a72328d970e1f8d205ca7bc50984a Description: debug symbols for ros-kilted-easynav-system Build-Ids: 33179f98f7b2d38975121c192cc2ba4a5e70bca2 a5f200020462786d09bd1a69abf67368b9971c04 b69e5d4302e03eafcda977f6f438bf198d24e35c Package: ros-kilted-easynav-tools Version: 0.4.1-1noble.20260908.222000 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.20260908.222000_amd64.deb Size: 1334260 SHA256: a7ba21c62ecc9210172e56552351896409832623a5482f49c243c6d22e616626 SHA1: 08fe3b3ae23e675e25c7449b19fbd18cf15482ce MD5sum: ae1ab6a3c2db69cebedb577c0437f14b Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-kilted-easynav-vff-controller Version: 0.4.1-1noble.20260909.003707 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.20260909.003707_amd64.deb Size: 81982 SHA256: da35a38702a1e8559c6f5983e752b2c0b7ba602dc290f8741c7ead0599ce3b4e SHA1: a8bb14602cafeaed513a65b40213684f5d965ef9 MD5sum: 82eb21d7f2607a2a3ced48698b5215ae 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.20260909.003707 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.20260909.003707) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-vff-controller/ros-kilted-easynav-vff-controller-dbgsym_0.4.1-1noble.20260909.003707_amd64.deb Size: 1576560 SHA256: f669074a9345d8aa2fe200f96c0ae65eb066f79fd00be1372f4e169690b1ff21 SHA1: e8c0acecb08fca3141dcc0581636e93526f8bda7 MD5sum: 5dda85d24c419cbb3f95af6405d377c3 Description: debug symbols for ros-kilted-easynav-vff-controller Build-Ids: f9b5b24b308cd65acc7295148ca82b622366198f 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.20260908.202512 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.20260908.202512_amd64.deb Size: 57974 SHA256: d43b7519f09a66962b6ad554b4f262ed63457006b5391cc8a213709f61aada30 SHA1: ddf234fe06b170146c80f22d5afa0b321544989a MD5sum: 49df3edabf2d3b1f8c54733129cc6b40 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.20260908.202512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-kilted-ecl-command-line (= 1.2.1-5noble.20260908.202512) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-command-line/ros-kilted-ecl-command-line-dbgsym_1.2.1-5noble.20260908.202512_amd64.deb Size: 295944 SHA256: 0845a7bf4317d183fdc609ab545848fd2c2c0c57d103cc332982b580696cb847 SHA1: f8ddd2c7c4b748ffe074b3b9948d2d817d23baca MD5sum: bb9b98ac3c06865e93d50117ee97b51e Description: debug symbols for ros-kilted-ecl-command-line Build-Ids: 17b0538ebba32ab66f92b96bde1179463eae9ce8 Package: ros-kilted-ecl-concepts Version: 1.2.1-5noble.20260908.203111 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.20260908.203111_amd64.deb Size: 12542 SHA256: e40bf70e721c4ccab330d558a717ce3e086d36ca0cf9966ef42112a6efe7c3e6 SHA1: 943d70a3b7e5e3b83eb44aa8745d3a428ba81416 MD5sum: de5edd2ab91b9c287db8b640e326224f 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.20260908.202542 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.20260908.202542_amd64.deb Size: 17558 SHA256: 7aecca8e7283b3180754862400d4a62ce81a433927dd164fe3440d690828ffbc SHA1: f3c6abf27ff940962f1e222728e385d36d9fe2f4 MD5sum: a5d1f207db5878eaa4861d1bbd990d9c 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.20260908.202542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-kilted-ecl-config (= 1.2.0-5noble.20260908.202542) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-config/ros-kilted-ecl-config-dbgsym_1.2.0-5noble.20260908.202542_amd64.deb Size: 27942 SHA256: 3d25475d9ee6dc3f8b19050608e67299d2cccaaf1c9362385815e48837b4ad7e SHA1: c191622e892237a0624ba15331e515b879a7feca MD5sum: 6a8d444f72d4cf7cfba8b3797e2f34e1 Description: debug symbols for ros-kilted-ecl-config Build-Ids: 0050225dcfb1f439f1373ebf905fdce201f6a636 883616af32d923629ccf431b6eebe89e94ecaca9 Package: ros-kilted-ecl-console Version: 1.2.0-5noble.20260908.202809 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.20260908.202809_amd64.deb Size: 9786 SHA256: 8aed1191329458cd3e06838ed9b7c9ab80ead4d4ba0c43d3f89a8c5ed14d1ca0 SHA1: be007d945bc3a00855f184849a1575468f16bc70 MD5sum: d343630007fe711dc0610661cb5e59aa Description: Color codes for ansii consoles. Package: ros-kilted-ecl-containers Version: 1.2.1-5noble.20260908.203822 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.20260908.203822_amd64.deb Size: 46258 SHA256: 0aceb71b364bde6f0703e448a24a151842c2c11509bb68b4c4cab6e3928dfa15 SHA1: 5fb00889cf52641972cf33150a30751b43b39908 MD5sum: e1d760abaa862e039ec514fa23a80a53 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.20260908.203822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-kilted-ecl-containers (= 1.2.1-5noble.20260908.203822) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-containers/ros-kilted-ecl-containers-dbgsym_1.2.1-5noble.20260908.203822_amd64.deb Size: 95160 SHA256: 989265bf960a03930047ba997e9e93a8d0190b88ea783921a4bdb9c05ac38dd4 SHA1: adf316b8b6d6106ad339c579a14345abefc0f12a MD5sum: 929c59058ad81b48a336ea369595c0da Description: debug symbols for ros-kilted-ecl-containers Build-Ids: b5534fefdd35d25c6c3ef161358f4e54ea83d8af Package: ros-kilted-ecl-converters Version: 1.2.1-5noble.20260908.203340 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.20260908.203340_amd64.deb Size: 24194 SHA256: d3bcbbe6074b5336becd75d124c5b400ea031c2ee6af8aa87d5c7b34ef09ecd4 SHA1: ee3e1cfc9884b1a3e53bb8034573afbad8ed36b5 MD5sum: 3490f16ef81b915b42c7391ed16fe15d 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.20260908.203340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-kilted-ecl-converters (= 1.2.1-5noble.20260908.203340) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-converters/ros-kilted-ecl-converters-dbgsym_1.2.1-5noble.20260908.203340_amd64.deb Size: 34872 SHA256: eadfacb446755f6ffb27dcae302e94eb49869bb5c30ee226086e0b3c998b747e SHA1: ac69900facb5f8d567a847bb4ee795e519b4d63c MD5sum: 595b5ed25e179cb3bc85184f9eccad94 Description: debug symbols for ros-kilted-ecl-converters Build-Ids: 1875c6d19c34782a0018a6e1247396bec0de459a Package: ros-kilted-ecl-converters-lite Version: 1.2.0-5noble.20260908.202816 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.20260908.202816_amd64.deb Size: 8628 SHA256: aef1b36014f650d45fe7cfaff5d907565f211623a3cd29211575dd9699af8347 SHA1: 38b881a9b346e8fbe6ca4b8e13e3c12eb216a45b MD5sum: 53217071fa325089e1f60c77bbfec413 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.20260908.202541 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.20260908.202541_amd64.deb Size: 10648 SHA256: 7d4b7e7865e04c0d8f7fb813771d9314684ea7b3d34d085938f14311247b618e SHA1: 712c65b1799c3ca016a555a0934096ed95527ff9 MD5sum: 8ab2cce5409e86415e9501c9d6cccf4b Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-kilted-ecl-errors Version: 1.2.0-5noble.20260908.202824 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.20260908.202824_amd64.deb Size: 20634 SHA256: 63269940d0007b2dc46d400060f88f7a8c6e557e5be626f5dd29f0a1db971037 SHA1: d452c5967b084b056d1135c5fa5caacb00bf3978 MD5sum: 52813790e3cfcfa46fddfef2c67465a2 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.20260908.202824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-kilted-ecl-errors (= 1.2.0-5noble.20260908.202824) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-errors/ros-kilted-ecl-errors-dbgsym_1.2.0-5noble.20260908.202824_amd64.deb Size: 25946 SHA256: 375dc18aeee0b079e33a5362ef05c3234741b9bf974a6a45db61fb6902e40e20 SHA1: 038be64fc5838b68f942364750087309408434da MD5sum: ac97a1ddfedd6adea3d230881ce6b5a4 Description: debug symbols for ros-kilted-ecl-errors Build-Ids: 3fdc23ab7f9ae053d93009d895b261eea54e4c77 9a70626b4d3c3e99da92ab871404e1865482a41c Package: ros-kilted-ecl-exceptions Version: 1.2.1-5noble.20260908.203056 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.20260908.203056_amd64.deb Size: 29602 SHA256: a8057f2c1c83500e7a5643b44d099d712de58d7e32d57662601d8ae3fb76b5d2 SHA1: 884c351aaa8b8721a434271f0c8f6a0f5eed8445 MD5sum: 912cbf880d849ab1f0ea864669a3d69c 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.20260908.203056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-kilted-ecl-exceptions (= 1.2.1-5noble.20260908.203056) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-exceptions/ros-kilted-ecl-exceptions-dbgsym_1.2.1-5noble.20260908.203056_amd64.deb Size: 110602 SHA256: 8e4df8c98141e355a3c23658d273f5b429892af8cc910b9583ae82e18fa8459f SHA1: f0362e85b000056dd4f52393be74291ce636b38e MD5sum: 6326e4a58b662b7e81c7ece7f33636c0 Description: debug symbols for ros-kilted-ecl-exceptions Build-Ids: 8f6aa0e42230bead3822ce1ad4698a3b6f92a9b2 a59fc35f5ac4ebe3413dbf42c8d656c51aa2a545 eeaac67af3878ff71f8c97d025f6b8c343b5f568 Package: ros-kilted-ecl-filesystem Version: 1.2.1-5noble.20260908.203053 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.20260908.203053_amd64.deb Size: 15280 SHA256: f31f153b29f41247ab7fdfe9b8be3a00d6addd33ed73e0af88a9a82ead7d94ba SHA1: cc61fb03269375d730e316ac4ebeb7eac339e16d MD5sum: 4b57881defcb8c9f2cb4ab29310308d9 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.20260908.203053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-kilted-ecl-filesystem (= 1.2.1-5noble.20260908.203053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-filesystem/ros-kilted-ecl-filesystem-dbgsym_1.2.1-5noble.20260908.203053_amd64.deb Size: 22636 SHA256: a0f07cf3081fb0fe29ad192497bc507135f0e3cd2ccc7cf479d72454c4cf1f9e SHA1: 690c566be86cfa8871f6413610de3eace18b3a4e MD5sum: d5b1dcebef72147a9ba767640cd62a19 Description: debug symbols for ros-kilted-ecl-filesystem Build-Ids: 48b9d4372f637adf561e890656294de4ebc05bfe Package: ros-kilted-ecl-formatters Version: 1.2.1-5noble.20260908.203557 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.20260908.203557_amd64.deb Size: 30782 SHA256: ca3d2de374b6dcfedd6e7dd737c9435f1017553876c282fabfac96341fdc4496 SHA1: ea64e5d015de061abcd60c318690f6144b5fab8b MD5sum: 9ba6d517de9f0cb210c08ec1d3d25c96 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.20260908.203557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-kilted-ecl-formatters (= 1.2.1-5noble.20260908.203557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-formatters/ros-kilted-ecl-formatters-dbgsym_1.2.1-5noble.20260908.203557_amd64.deb Size: 88450 SHA256: bb941969e5668cda9c942492e20c752919bac099c6db338ef5ba3b466c9a136d SHA1: f0a1e91c2bbc37ce6c38cd2e501fcb153477e7f4 MD5sum: 25b548602128303a249e5e03dd364ac4 Description: debug symbols for ros-kilted-ecl-formatters Build-Ids: 25a3f07938291c81cc12bfb067a17275f1cc259b 958c03a244136f53ecd0fb9c3d249838c734c24d Package: ros-kilted-ecl-geometry Version: 1.2.1-5noble.20260908.204226 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.20260908.204226_amd64.deb Size: 66632 SHA256: 51fd0a82e1f84aa509e002050e321a87aa18221f27c23ac64d41bc409460723a SHA1: 02d668318db1e1726059ac2c6f0f0ce67093b529 MD5sum: 5e2cbaaf1f1ba34df6ff23a372d641d4 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.20260908.204226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-kilted-ecl-geometry (= 1.2.1-5noble.20260908.204226) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-geometry/ros-kilted-ecl-geometry-dbgsym_1.2.1-5noble.20260908.204226_amd64.deb Size: 1107992 SHA256: 42dad252d1ce5db7eb97116b98af7ed30149ccb4807bf4602d9231af8a74811a SHA1: 9ab2e5dbaf760eed56b5cc5ecd1b8558b3cd569e MD5sum: eb2c8d3f02283741a6b035edc0179157 Description: debug symbols for ros-kilted-ecl-geometry Build-Ids: 74f0869485a373500405ec7210e9200fa89dfa8d 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.20260908.203904 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.20260908.203904_amd64.deb Size: 41498 SHA256: 341bedee8e88615fa783269ea64b86e8868967f05a9d7cf5b1dab284006bb723 SHA1: eb3d91d61b03fc29d08c4c834a114ded292df6f1 MD5sum: c59e463f85ee1c44908e519a9ead8654 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.20260908.203904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-kilted-ecl-linear-algebra (= 1.2.1-5noble.20260908.203904) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-linear-algebra/ros-kilted-ecl-linear-algebra-dbgsym_1.2.1-5noble.20260908.203904_amd64.deb Size: 1584544 SHA256: 3562a26755fb52fc80282f63a744cfffe3d007465324acb3ec74f1ba0425f3cd SHA1: d3d43790fece7b2359e39208b5e40d09d8a99848 MD5sum: 7d243f112bd8e3a00adc8e08a9726a7b Description: debug symbols for ros-kilted-ecl-linear-algebra Build-Ids: 7f818a2acb89b1a4607f4db80931538cd359e733 Package: ros-kilted-ecl-manipulators Version: 1.2.1-5noble.20260908.204608 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.20260908.204608_amd64.deb Size: 44264 SHA256: 75c7c3bcb22008b2b3631e6b5700fa880909972d977df0fdbcfd44ed6b0f49dd SHA1: ea93be639d43a2b3ef2437440031f3d4eb99ef7e MD5sum: 91f579835300b5264fee84f82f4b2944 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.20260908.204608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-kilted-ecl-manipulators (= 1.2.1-5noble.20260908.204608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-manipulators/ros-kilted-ecl-manipulators-dbgsym_1.2.1-5noble.20260908.204608_amd64.deb Size: 442450 SHA256: cb466ad7321ce3729bfd30e83d642ba267665db5afa470064e55c9a955f99b57 SHA1: 0ea1ececf563d850c7079dc2520ed161ed7bbffa MD5sum: 5bdc554df3c063648b57fe29a627d91a Description: debug symbols for ros-kilted-ecl-manipulators Build-Ids: e424735dacf7712fb4b767a2845b6cf3326ae532 Package: ros-kilted-ecl-math Version: 1.2.1-5noble.20260908.203126 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.20260908.203126_amd64.deb Size: 11026 SHA256: 752a70b7d408b72f44a039ee9b19caef26178ca1376dbc466318c9dc6459c146 SHA1: b3c94696764c8af5f7df661e05d7b65e05e46be9 MD5sum: b9ad7f24457f01fd42354ec05e1d91c4 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.20260908.204608 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.20260908.204608_amd64.deb Size: 14286 SHA256: eb51cc1e4f33c43da723df41b1745c608b331bb768a37734cbf39b3ab2f25bec SHA1: eda13429025e6274212b8a40c713f6aafb15f4af MD5sum: dcd2da67b8d55c8ba3059678504df88d 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.20260908.204608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-kilted-ecl-mobile-robot (= 1.2.1-5noble.20260908.204608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-mobile-robot/ros-kilted-ecl-mobile-robot-dbgsym_1.2.1-5noble.20260908.204608_amd64.deb Size: 108744 SHA256: 5fe852028d06b2f792940ed250f2e0a67109b67a6eda06d47436b9d551a49e8c SHA1: 8af22812277bcea2af68a48e076ded2cdde7e141 MD5sum: c0b61028e3b7c54dc60335a469bcad17 Description: debug symbols for ros-kilted-ecl-mobile-robot Build-Ids: 90bf6eae15e4270d72f7382934214274b193c8cc Package: ros-kilted-ecl-mpl Version: 1.2.1-5noble.20260908.202607 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.20260908.202607_amd64.deb Size: 9114 SHA256: 386bacb9a9916821f3671d203c8e00b77dc5080a2c03d44b55f97db7d6d812ff SHA1: d26cbbd188f7046c1f2fd1225441eb7e090f22f4 MD5sum: dc1f85680f86d899c2ed187641a449b2 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.20260908.203120 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.20260908.203120_amd64.deb Size: 18578 SHA256: ef88e7f1240cd44af98030cbcc12f2e4b3407b5e7da28eb2810e3d54aa9d8479 SHA1: 59978eaadacd7d06566c67ec8880558a1bb76226 MD5sum: 6e808c91ac3875dc4010050d347c9e75 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.20260908.203120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-kilted-ecl-sigslots-lite (= 1.2.0-5noble.20260908.203120) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-sigslots-lite/ros-kilted-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20260908.203120_amd64.deb Size: 32086 SHA256: 8155e09608251462ddc328c78fb258b3bd6f549fdb614e5c675de43349323f97 SHA1: 40ae8a312b7d857a37484fce59839bd4a68bc495 MD5sum: 0f97d91a8d7cd563586b2cc48150bd72 Description: debug symbols for ros-kilted-ecl-sigslots-lite Build-Ids: 7b07f442f90204e5761cabb463172c9c8e5ab049 Package: ros-kilted-ecl-statistics Version: 1.2.1-5noble.20260908.204224 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.20260908.204224_amd64.deb Size: 36378 SHA256: b104564a66118f3eb6b7c6da5f51afb3c22c2331e41e1a9e6bbbe86369c5f8fc SHA1: 9629a7931818c482eee094969bb1cddff21d2b62 MD5sum: 6b9fd2822f2b8fcc465381abc5d7b136 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.20260908.204224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-kilted-ecl-statistics (= 1.2.1-5noble.20260908.204224) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-statistics/ros-kilted-ecl-statistics-dbgsym_1.2.1-5noble.20260908.204224_amd64.deb Size: 5951080 SHA256: 4e2984855574a5758959dba960749f4820409f86c609222944738e12b27f77aa SHA1: 35d54718206b900912f8f9f4c6c06815aa1e2572 MD5sum: 67097ddee65fc9500954512d5a15aa1b Description: debug symbols for ros-kilted-ecl-statistics Build-Ids: 0c2f6cbf4d3677183c00372a233df748db202346 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.20260908.202840 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.20260908.202840_amd64.deb Size: 16742 SHA256: d13912f80357e30c3e78b4f2bd89b7ca6f862eccecc5d1db3b23f04ad8b11358 SHA1: a9077a0678bf4e539e18cd279d5a72a170f94d39 MD5sum: 357ab2a4ad9268d2bfa9b63639d4484a 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.20260908.202840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-kilted-ecl-type-traits (= 1.2.1-5noble.20260908.202840) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-type-traits/ros-kilted-ecl-type-traits-dbgsym_1.2.1-5noble.20260908.202840_amd64.deb Size: 25942 SHA256: 09d46cc73c91bf20a17da48d3c59d265a57c510ca57cce14a76dbc5cd47d2a2a SHA1: c40be44e6268e078785f7e06002ad8cec0f5cf60 MD5sum: 99a138bcd61a2e0fe6a1c6eadcdb8dba Description: debug symbols for ros-kilted-ecl-type-traits Build-Ids: 30a76485d38b1301da1ddf62efe165fb633cb243 6746f43fd12ca21eceb4edee7ae536f702a946a2 Package: ros-kilted-ecl-utilities Version: 1.2.1-5noble.20260908.203350 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.20260908.203350_amd64.deb Size: 20790 SHA256: cfca6f484aec4fde12ea96302d33fa8bb142a31c969c7e85bc87fa3a8c8eab03 SHA1: 57abe0e44ec5a434713ce160bc8dcb3b0f9549da MD5sum: 9b63d7eddf6f666b18f629d69fde91f9 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.20260908.203350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-kilted-ecl-utilities (= 1.2.1-5noble.20260908.203350) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-utilities/ros-kilted-ecl-utilities-dbgsym_1.2.1-5noble.20260908.203350_amd64.deb Size: 13802 SHA256: 580df97825722c6dbd9bdc657bb3b44e251ca8c20c8ecaacb20ce41330ff6c39 SHA1: 9283a534bf76bd0cc3a53697d41bb81bdf020af0 MD5sum: ee5d47410b75c93ea151927891d874f0 Description: debug symbols for ros-kilted-ecl-utilities Build-Ids: 22b291aaf79441ea482c67f403c1730fde5961df Package: ros-kilted-effort-controllers Version: 5.17.0-1noble.20260908.234520 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.17.0-1noble.20260908.234520_amd64.deb Size: 27924 SHA256: bd1434008c0308c96e468dcdd0d1ea9af3cfbebd68fd9382a68fe5b5e3613af8 SHA1: 4d1b367c04b30f146210dbfa62aa9b66156565e5 MD5sum: 63df1c553c04d57d53e536a169ac6557 Description: Generic controller for forwarding commands. Package: ros-kilted-effort-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-effort-controllers Version: 5.17.0-1noble.20260908.234520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 433 Depends: ros-kilted-effort-controllers (= 5.17.0-1noble.20260908.234520) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-effort-controllers/ros-kilted-effort-controllers-dbgsym_5.17.0-1noble.20260908.234520_amd64.deb Size: 411096 SHA256: 4ab6ad34a33339bcb26ce48eef7b5bcfe034fba592c6f86043fcfb293ee36ec4 SHA1: 2e0260909fec9f663d87aa37871ee622fd236a59 MD5sum: 87b1ef8f748b83378515a48142b1651a Description: debug symbols for ros-kilted-effort-controllers Build-Ids: df8e082df18a1b9f5cc8204872e498938a743baf 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.20260825.002227 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.20260825.002227_amd64.deb Size: 2533322 SHA256: 7a83f5f83ab8eaf25c36cddb17c77dc3249cd008bf442ba0613cd55021acf833 SHA1: 2cee09708106cf20fd2fb94bf63cf1463dba1017 MD5sum: d51bc01e227a72bdb3a35716bc301261 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.20260825.002227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 297089 Depends: ros-kilted-eigenpy (= 3.13.0-1noble.20260825.002227) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigenpy/ros-kilted-eigenpy-dbgsym_3.13.0-1noble.20260825.002227_amd64.deb Size: 288016946 SHA256: f1f00842ef7187e1a4a539f6517f539305bb39f4971687ed223da643c1fb14a6 SHA1: f3d18463f0787d06ee176ceebf0c1936130cd051 MD5sum: 73027e0abcd6005267c1df2c3258d185 Description: debug symbols for ros-kilted-eigenpy Build-Ids: ad057897caaa60f6f1be613b6314b70db5fefd1e e7f8a810429f37184f668f2201c6ee29488a941b Package: ros-kilted-eiquadprog Version: 1.3.2-1noble.20260825.000725 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.20260825.000725_amd64.deb Size: 54430 SHA256: 1023ea856dd16db3b88e4406f08497cc7ee7b577b4b0f76261850d4b7596d78a SHA1: 9996de1258a9272aa936eb562b90f3cafefaeb58 MD5sum: 1c299eebe80c6baf558192a93c16c2a8 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.20260825.000725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1863 Depends: ros-kilted-eiquadprog (= 1.3.2-1noble.20260825.000725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eiquadprog/ros-kilted-eiquadprog-dbgsym_1.3.2-1noble.20260825.000725_amd64.deb Size: 1865042 SHA256: c08bbf93273770a40ea8ed247a17141c594c56803ea1ac6b2ac88f026c83827a SHA1: c77d5e649d9b0f0604bd2cc4a408e1aae3af9d6c MD5sum: 8151317276414ed959d6c9060029f870 Description: debug symbols for ros-kilted-eiquadprog Build-Ids: eaeab8bde788bb4b59b6ea3de4887e4d9829644a 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.20260908.201244 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.20260908.201244_amd64.deb Size: 26140 SHA256: 1e33dc353e0722295618fa9542ad4d3009f0a4e6e5a0717ecf656fcad739ffb0 SHA1: a7ae3ec628d03aa8c29f593036e40321733d195b MD5sum: 03735e190308313c70002412a634dd67 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.20260908.165253 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13934 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.20260908.165253_amd64.deb Size: 729730 SHA256: f1b844cf24da534d5881b13b92f543aaca0efe40aaa5fae54b4fd341ee76e685 SHA1: 0922bfd6380ed7ee63012586152d4112693244ba MD5sum: fddc445a438e586ed18fbb3c7bc88194 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.20260908.165253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 9188 Depends: ros-kilted-etsi-its-cam-msgs (= 3.5.0-1noble.20260908.165253) 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.20260908.165253_amd64.deb Size: 7195994 SHA256: 26dd7e8b32d7de499d73f3405e87d83fee382d676b431dd5471366e396905d52 SHA1: 0b5c50f89647405788c0923b2be81535b58320dd MD5sum: a67bd4b788c00fb480d26f723e6d8ca7 Description: debug symbols for ros-kilted-etsi-its-cam-msgs Build-Ids: 02bbfd6d73b50c68935f8dd7d727731e464851c5 0a34d7124424789b2cdd70625c78e2817c22b16d 25ed6ec79d14ec9144200316671de580c8e65062 27ff39b0f959d35617015ac74466db750cc6f560 70d79e416e95038c0a35f25303feac5d212b2d09 81186c72b6ce6b623d4d693bd100c1d01002f823 8d549e3e99409e11c65c8c3b782f4ca2fc090557 8ff1beaa0f934f9b3b1c104b98090802c84b9102 b5f7fbf8f9d6a4b24f5716ad2a5e1895a51bbdf7 cea2c565b53ba7b96860c6855349a2303d661e30 da563757c44b7289f612bd67d714cb9927a10801 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.20260908.201249 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.20260908.201249_amd64.deb Size: 54064 SHA256: 6ca1d01c48a8d5263f950c5f407a01b48250425c289362d674845c352aa7966a SHA1: 2800ee6454baff7c7987aca64c2eb55f6ebaf851 MD5sum: 2affe0f14e2f1396f3824b869bd2cece 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.20260908.165257 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20170 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.20260908.165257_amd64.deb Size: 1014420 SHA256: e477e5cf1294f3b8905a115c8d9e337f43c90c292365fd683b9b00aa9837e8d4 SHA1: 98071735eb1d4e131331a1333b9b2699cb722c79 MD5sum: ee13558e529f344c8ba526cb2310670c 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.20260908.165257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11571 Depends: ros-kilted-etsi-its-cam-ts-msgs (= 3.5.0-1noble.20260908.165257) 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.20260908.165257_amd64.deb Size: 8885920 SHA256: bc4a6332aa8cc93fae465a8c4460765292029dec776985ae90db5f496475937b SHA1: 9e0a8c63748c2b183020e839e2573413a5a74ce7 MD5sum: fc2880da88ca5f48c1f21b617d4694a3 Description: debug symbols for ros-kilted-etsi-its-cam-ts-msgs Build-Ids: 04e39474e6d8343a4d28d772dbc83f1a068ec0b7 0bb1e3aaa1c667f8ff6bab70acd34ad280c48776 0ec3b5e94cc63aa1274b7dff31a15c8f6c7885f2 3f593e04049945809c34e6c2ec7dc7fd130e7dda 63f3ce263d3669c1c9b3682b0860a0fc0b65cfc7 64f9c4e8d49095894eaeb5e25c0a62a3f1384530 6d1c4214802f9ca215177f58c9eef034379faa04 7568a2b90d0e70b8789404701df01c64de6f9725 8aacb2da499be564a5dc1007945138c0b0caf712 c5ced8a5af122cd0a631de58c2fd704390c02664 fa90bd35b4528f641a9b38f74359d184b813761c 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.20260908.213823 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.20260908.213823_amd64.deb Size: 761638 SHA256: f2c26027cd0ad57b2b436389644262409a12a1af2dbf3ff698cca65accd0f863 SHA1: 01a2a1445a87409bc2756046d16afee7047592c2 MD5sum: 0250365dcd09be0ad11aeb0ac61c32b3 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.20260908.213823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 21334 Depends: ros-kilted-etsi-its-conversion (= 3.5.0-1noble.20260908.213823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion/ros-kilted-etsi-its-conversion-dbgsym_3.5.0-1noble.20260908.213823_amd64.deb Size: 17548888 SHA256: 79c5245a4cf43d6a702533bf0e76cc4685368379847a8823410573045e52f3d6 SHA1: 7761b159ddb4cab435ec81c6b87ab428450bcc53 MD5sum: 06af5be47d79ab84e92b2645019ff9e0 Description: debug symbols for ros-kilted-etsi-its-conversion Build-Ids: 6616c8518807e256a81a5785f3e359644fa23654 b3805d321b4d6589368302d99b460db984ac9dbf df56e02590dab6da26671a9cfb1d4df9e6521378 Package: ros-kilted-etsi-its-conversion-srvs Version: 3.5.0-1noble.20260908.195209 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19678 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.20260908.195209_amd64.deb Size: 1173000 SHA256: 466af4ef71dc6b79b20e6f808ee10de720bc2230597a9130f2d20dafb5484879 SHA1: 3f4db5b9eca78c84efdd481df7aab1dcdd6758f7 MD5sum: bcc13cfe0949ea2d82aacdc8d7614add 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.20260908.195209 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.20260908.195209) 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.20260908.195209_amd64.deb Size: 14344804 SHA256: c205a383e0c33c199a8982701b653c36356c84e014f6b0b5f59f618aa6d80f8a SHA1: 046fd37e644353b8b75d6947c77ce2c5bc7d8b45 MD5sum: e0cc07bd4e615ebf9bb586d392fa7f93 Description: debug symbols for ros-kilted-etsi-its-conversion-srvs Build-Ids: 3979d045a04eda3e11f2e5780977921a02a474b8 4637f152ed8b9cfac25d03ab6d6c02db0d348b28 4c5290552c38bce26a12f1a5c805d717dcf36a18 510cb6956c8de428e326c79ba6656ef90fe824d8 5789ca4264e54a980edbdf7e950edc4123c50a90 59413d0efdbce43d0050573f017b51a8d3b5f9c9 5f13997aaa6fbaa16dd9f48f7a01012bb368b8ce 63b9a15e72c39fff5fd8196ead69d691ef1fc9b0 b722ead4211f542aa4ef262ad69871aa4c9c71ff e635db319c6735690bf8bb46c90ebbbcfb489c72 ecd8c514e14bd5f14d5c156dea280d7d2ae1b79b 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.20260908.201249 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.20260908.201249_amd64.deb Size: 45234 SHA256: a4d796fb0a2404042f05e7de21f4c93f546ae3809a4a8f03b96b757412ff2b99 SHA1: e48cc0eb3e44a1696aa644d80bca6b5c63c8971e MD5sum: 8ae6f0e2274e2eb294e399069cd551d8 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.20260908.165259 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20965 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.20260908.165259_amd64.deb Size: 1033210 SHA256: 4dcc53d1d5122b5320a031133714ecada0377a8434d4876ac7d5267a5bb1dcea SHA1: 6375c7632788aa80c7326427ae3d0c1bc73ab2a4 MD5sum: 11583ddc1adc3126647494cbbb2e08fa 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.20260908.165259 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.20260908.165259) 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.20260908.165259_amd64.deb Size: 10367540 SHA256: bd3b9c70cc0b491bc8868e2078c1bf6eac6c06c94096677b9235cb6ac0b2685a SHA1: 45b3b5b77a9badbfec2953c2d441a9d21df7cd47 MD5sum: a4018f5176bd9e53a4f162054b183191 Description: debug symbols for ros-kilted-etsi-its-cpm-ts-msgs Build-Ids: 01bc19cb9f24405fd86b8fcfb8bd06d9c5c1fa6e 092c0a6d2e865e7018e09dbdc54438481176564b 61b3a732205c0e3d2ceda7f2ef3b0f0bbdf8f564 6d053d7adfff81e40b521df7c7e02ef811510a98 8a53d81cfab157434bbf3acd52234a925d37caa3 8be5cbc454619a1344e7a5e86bd91f8c7f77bc85 8f9a1cd129db37914f720d59dd1687a20685944e aaf6eed5a7492496329eda8ad47d6db30875aaae b4e0c6b010eb5e1b83cada12842efe011a198549 c8c51547ed954a40f49a447e1468a2929b8f6a9b e183a553e355dea105b9aad8205c89679e63fa97 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.20260908.201242 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.20260908.201242_amd64.deb Size: 29108 SHA256: 909b84f90582f11e033ba986d37d28bd7b08b01db1e3fe9ec871ed618d7255e8 SHA1: b11c40f555619a838663616b3bf733077950aa4d MD5sum: 6778d59110bbafdb795624f46c80a664 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.20260908.165306 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15364 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.20260908.165306_amd64.deb Size: 804796 SHA256: 5b02d7f04dc19d3fb4c9484045fc6f284c9724baba81cedc320ae0ec12e1c655 SHA1: 73cdcbbb56b74e03a4221b48a714876398de01d9 MD5sum: cc334c23c69221e11696826e3545e38c 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.20260908.165306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10256 Depends: ros-kilted-etsi-its-denm-msgs (= 3.5.0-1noble.20260908.165306) 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.20260908.165306_amd64.deb Size: 7960584 SHA256: 206a91441665fce44957d720731ef9af86d22b800bb0601d2b22318e77c23c93 SHA1: 4f8c90774767c1fe899c48f6098204d5ceae0f69 MD5sum: 819df28c6439797e6759086963e2b388 Description: debug symbols for ros-kilted-etsi-its-denm-msgs Build-Ids: 19c14198700e1607ae70043d3d6a9e0039180cdc 226231f0187ea8f750ba9be44db71c7847875ac3 233a068b39a988595ffee4e6729f811c3a392866 41b1238a18db62ae9120ccead44000b245065b17 49083c9a596c0e764d87e7eb396b2510c1e715cf 5a1469751c6b9a6f761c19ddeba9900763b15b6d 6e1c3267eb8838eac81a16aee08cb97625fba3bd 9af4a405104dead17dead1f7f3af04f245d96b33 9ecfa0070767bcaf13fdbb72175ed1e983b90b7f c93d2b0d7fee1fccfddfaa94068b5ead60f62748 dc9cde12d214d2ddac471a75a2a3ad5cdefac58a 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.20260908.201319 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.20260908.201319_amd64.deb Size: 88110 SHA256: 246400ad189cc4419513bce31e86d4ab71fc0f5e644cff9c4e2a112a645a4719 SHA1: 520f7dab4cd913384fd8fec7ff369002d5ffb777 MD5sum: f29a5fb2d43f050cecc7a83020636868 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.20260908.165325 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 40441 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.20260908.165325_amd64.deb Size: 2076672 SHA256: 88101529a0649ec754eba8730447559f1a0bb47e1d464165fab7d48d34feb8fa SHA1: 06902a3679dca1907fe3d127afe5744a9436d2ac MD5sum: 495a86b0dd55479c47b56d344c578217 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.20260908.165325 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.20260908.165325) 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.20260908.165325_amd64.deb Size: 19327962 SHA256: 45d6621fc6c22e0ec92217fa85fa9241c21a5f74bcd20dc09701dbc6e0bc6ec7 SHA1: a5e7cb0ace86ffa218d4b7f9b43130499252ea09 MD5sum: 46455f7a5731e77a272e6536acd53534 Description: debug symbols for ros-kilted-etsi-its-denm-ts-msgs Build-Ids: 13c24d66ee153b4f179fe9e1fbb0c23fdfbe0854 4921d17a1064bc4414c0f9dc05663d3ada2699c6 4aace445587f4f84e5df309e9448e3b8652dfc51 601e4a06cebe4da1295f4d9f1915d34b4d74f6c6 9c9b1bac44f38a8a86ff04450d3a154f84328a54 a7172ee7e986abbfc8cb0e47adaf856b047763eb b4d9a66c7016e6b03da03feadab9a442998b8e32 c3fc150ef50772cd714c70c367b8c94b321c5921 d0cb320fba0f4e9d564441b100336a51e40ff516 d31fb78b87a7f3abdd6b8d83244dd3d272ee3a3f f53fc70759cb83dd7e9a2c234f993e99c14c83fa 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.20260908.201257 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.20260908.201257_amd64.deb Size: 49670 SHA256: 07b5e19a51fc8cede25caa502901a4d1a3b5e7c06ece960239a0298f69a35f64 SHA1: 57d4750860c393bf1edd90eccc64dbe400a027ba MD5sum: 4cdd336b5db54adc63112493e90052d2 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.20260908.165344 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 35611 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.20260908.165344_amd64.deb Size: 1732500 SHA256: d73b486ddf32e14e8456543cd4da026350d3003c1e1adb471ce5240b408cf9e8 SHA1: 8431539bafce226a76d13c9202f4cc0743d64ca8 MD5sum: e6e77547f8fb7b9303ca9864bee7f28a 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.20260908.165344 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.20260908.165344) 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.20260908.165344_amd64.deb Size: 19469630 SHA256: 7d29ac59a8dc64816f8bb4357f84cbf06b304f8fe7fb2ff18b98c12237c15125 SHA1: 216435f30c7324e8c53f63cf9b6081311d6f99c6 MD5sum: 48b68533d48feb53f42513ee2e2365d6 Description: debug symbols for ros-kilted-etsi-its-ivim-ts-msgs Build-Ids: 218e62f6c7381cfaa295aabd4468d67d32780b8e 2630b5642ee5af468bc6682b257b8721fbcf31eb 2fe615757aafa88d8f0eae12ccd2b78419da4847 347ab07d924a912896303604b4fe1ee3e4b33616 4b40e163c6eb807303007e05b4c400c18ab89154 77d3a41d1aeecc606c65a5ac529a323ee2e02481 92dd4a5182c1ed531c370fd6706258603405cb43 959d6d06c925746d7194242257c1795290f7165a cbdb43bc6575711a8fb9e3815932f8e60f668592 d274b6799790e2cff7ea8b0bba63f9efba5c150a e8bbab83c2896407545b2903c28e326b31781703 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.20260908.201240 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.20260908.201240_amd64.deb Size: 26576 SHA256: bf4ef9a89412b792f5b41090fe6f2038f5a0c71fa7211b917a5831ce64d78540 SHA1: 939cd7d1eef2f9891288efec54912d5e9eb7d4d0 MD5sum: a38aff494b3c7fbf031519287eff2988 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.20260908.165347 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15429 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.20260908.165347_amd64.deb Size: 769592 SHA256: b6b47edda165d3db9983e0286edfeb5dbf33cb0f8f9b1804c9f20959700452a7 SHA1: 32be61ef7022ad3fa6079a7cf148c9fa7231ad8c MD5sum: dbe93b2fd6d2e245e4dd580ca0127abc 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.20260908.165347 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.20260908.165347) 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.20260908.165347_amd64.deb Size: 8507676 SHA256: 2e1b0210c0ff765f93cc6daaf15e6c6d39730fe5de5d5fc046ac4991b3868f10 SHA1: d34d05bcaa7dd52ddac7dc67ab7f0043706a953c MD5sum: 023d36b0026f1d7c08ec002fe87a5034 Description: debug symbols for ros-kilted-etsi-its-mapem-ts-msgs Build-Ids: 1cb0d69bfd7f406fdbc378d519d3110ed526211c 27ce24a304e53b12ac8286f36db80e8ef9f70ff1 2f93363db6484785d4f1d34702b17a129291b895 3fd7e2bfe305714c7ca8d477fb43a469a803c693 4a61ac4a7d1d54d823c29d2e024dff88e0cd8812 6efeabfed55b5a725abce1848daf3254df098f75 746baa6f4d3fc8b7c8d211318af196f509b7d5fb a9db36fe24bf02eea67ed3d1b10d24fdda6a4e15 b4bc2c80ae61d0cd10be28d8178a91a70206a3c6 bc53c804cbf040e7de76d495d9d1aac478699dea dcbb3d937001c45f08bdaaf4c7147077750fa06e 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.20260908.201224 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.20260908.201224_amd64.deb Size: 22774 SHA256: ccddde9e291b869194ab32d27f81c5589de4b6a9008759bd58e59e1f2d1dbf52 SHA1: 9939db210eb1a3ad9a3f9831fe0f29b618d65987 MD5sum: 8e0e1d401b31b0a6c5b5d0ba34a7c412 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.20260908.165351 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 8406 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.20260908.165351_amd64.deb Size: 447090 SHA256: f46f3c067a29de7fce11a4de759b5b05aacc623e0c317993c32be4688c7c290d SHA1: d78eb74aeaf9cb6885f2bdb686fe8215a9ca5da2 MD5sum: de741eff31800932b22f8dfe56cbfd0e 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.20260908.165351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 5535 Depends: ros-kilted-etsi-its-mcm-uulm-msgs (= 3.5.0-1noble.20260908.165351) 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.20260908.165351_amd64.deb Size: 4404484 SHA256: 1480f86c0a6e6817edd96207db79f3dcb07ac2334c9a34c5bba465058d8f2e39 SHA1: 93bc6028789ca7838ac1d5b70b84ec41b468b655 MD5sum: d86db00709a3f12f2429c01e108ac8c7 Description: debug symbols for ros-kilted-etsi-its-mcm-uulm-msgs Build-Ids: 3fb634551893ee9b0a6de0bea8641b722e8733b7 44c2400bbad8e39267104044964048539adb395d 467f0b6404e5c258c1e569715ac61c0a3ed661f2 4d62ba37050a4993abd66a4317cae0becc47edc2 7789b6cf4f4cac978d3b45a3c318a5e602f133cc 8f1497e3b6bac1366136031c3c871289bf886a41 a0d25d963f88c2bd7740f44b84c5fcf05dca8fd9 a5cb05c84837029d5362c55afc25d5e6bbd3df8c a766e116df47148f1331cbe1b0f4f7b422c496f1 c838299c7c0c547264bb3fede92e03e47cbaa2c5 d63538d781ddc83011dab5aa3ab0b7fca4b2a7c4 Package: ros-kilted-etsi-its-messages Version: 3.5.0-1noble.20260908.223436 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.20260908.223436_amd64.deb Size: 5656 SHA256: a2e64a7bc75e88f02cf7694d0e658e0937ff222824a2479f8bf52100798de6d8 SHA1: 99cbe9cba3cfcc194bff56cf7fd45c50c2d68393 MD5sum: 895171bc835820977b89dcab8639150a Description: ROS support for ETSI ITS messages Package: ros-kilted-etsi-its-msgs Version: 3.5.0-1noble.20260908.201119 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.20260908.201119_amd64.deb Size: 6988 SHA256: e26e55700bc4e7ea437ccf3da1ec161d84e200e614daf2c18d329ce56e09bd24 SHA1: ee5376210504e9be4e8271c0eee6615bfc547826 MD5sum: d19efe981082f633d03c4a340666bf3c Description: ROS messages for ETSI ITS messages Package: ros-kilted-etsi-its-msgs-utils Version: 3.5.0-1noble.20260908.223105 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.20260908.223105_amd64.deb Size: 51654 SHA256: 850641a00d10f72f459628ef06d5eaaf17481daa971ecb14fe044e153dd1d0e1 SHA1: 8acf1641a2ca0dd707e59efa90ae690f926c5079 MD5sum: 5833e44715c2787ec5bfd905eff8e52d 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.20260908.233021 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.20260908.233021_amd64.deb Size: 360312 SHA256: 983793fd7f941ab02506a32b131e1942f25fec80e9efee86f38d98dc42f2b25f SHA1: 975c5f4ee4bf2a35fc2205634af7195adbe6fa00 MD5sum: 975e395fc9199597b3786d5b12ef8f3a 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.20260908.233021 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.20260908.233021) 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.20260908.233021_amd64.deb Size: 12788458 SHA256: 95bfc192d47c7572130f4e9d4d782fd13e4950caa97c0b1734a6bd8cbd160163 SHA1: 65d60cd38d031d94e7df57d47d4a0c025f18de4d MD5sum: 70e1ef52351ff5cfa234594c5982b259 Description: debug symbols for ros-kilted-etsi-its-rviz-plugins Build-Ids: c8dccbd2f27143f5025bdfcb32e4e1ce55c763e1 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.20260908.201136 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.20260908.201136_amd64.deb Size: 16640 SHA256: b9e1d777087de7b7453a5fa294ceaa68e4a9c27803087888ef703207bd21e36e SHA1: b19bb66bd18c37387752b17be963ba1e988ffa4a MD5sum: 9c37c3d22bdc795731ecddd72d71469a 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.20260908.165358 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 6046 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.20260908.165358_amd64.deb Size: 344824 SHA256: d958a7eafbec0858aa5e6109340bb0be6011ab53710d29a1a4b30bc7185699f7 SHA1: 45a68e0d2a123202118e54a26d1650564d32e625 MD5sum: 4a7b0afea6a353c0bf06b9c593d68d65 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.20260908.165358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 4182 Depends: ros-kilted-etsi-its-spatem-ts-msgs (= 3.5.0-1noble.20260908.165358) 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.20260908.165358_amd64.deb Size: 3383628 SHA256: 107c14fd1de7a21a8e976a30c082355c76407c3be4259e42b6216ce44f256845 SHA1: 55f8040c9e2bf1fdc655cc21af33501bb03fe3a0 MD5sum: 055e78a62b2e1013e739ee4be9b24356 Description: debug symbols for ros-kilted-etsi-its-spatem-ts-msgs Build-Ids: 15d365ab81f1f1ae8dbdc73d5c250693f2e80777 2d8dde9dbcf1c0e1e773674ef2ab9970da767805 68108d88a1a94fa873881e3fae5fde639ddd4650 68d6d8d55fd7de1a08b32bc9278a91f1d1e76525 8b7600fea77bd8cdaec959444e4c6234a8e44fdc add20e1f796262e10181a5da9e9b6a4764e9d78f b789d2305f8290cbced711e5e9c919118e1d3ce1 cc0f64b8c98f683704a89dd5e2cf11256873e4ac d68ab130762539da30e576f903ef8ded298e0250 dd4a336bed130e1f6c0650cc2a52b433e516fd61 e7d088b6014417ea6176cb99b5659637ebdb8c07 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.20260908.201250 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.20260908.201250_amd64.deb Size: 47644 SHA256: 73f660281286cf59644c1d78429de7438fbe9da0552e232b3cd3d2dba572e7dd SHA1: 5ae2a5a138778eeeb160c46b0712889e95269346 MD5sum: bebed1ebabbdbef7af0c15338f1b423c 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.20260908.165402 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19434 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.20260908.165402_amd64.deb Size: 985774 SHA256: 63198df28c5766680f80d22a9d4a5bb22610f849b4f0ca076b6920f72198aa9a SHA1: d4538dfd7930bf68337b2d02c16e6e5770a010fa MD5sum: 2bb8eda88cec4ce3dbecae0f89e1e99a 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.20260908.165402 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.20260908.165402) 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.20260908.165402_amd64.deb Size: 9203748 SHA256: 5fdb9803c971169b4371fcc9acef089b62d9aa46cf5640ebde70bb5e8fdb8c92 SHA1: 07c6b31eb27a18b10de4a128229b6338fb6e3d59 MD5sum: adb65fb45a9fae4117557cc9ce2ac0e9 Description: debug symbols for ros-kilted-etsi-its-vam-ts-msgs Build-Ids: 08aeacac7afcbb610ee3662537dd56ee970e90d6 1a1cde3d34629de3d78ad46a0d53cac0b352a80f 1da0c425f0d259cd9c0c750495c26f9a1a265506 566f92e442ea9e60fb759be87028f7303b74d729 7617bef572d42c50feb0889be18dc488447f87a0 8e0ab24a8a1df3b3efd02759047ed406af5e2999 9d00c338f213f4a868a56b88b06ba39a1228937b a12dd76cef6588d16247f5bfcc4f3d71cf4db07c a77e70935324b55f0ed9572dd8c0e93958588631 d2d80807e8396193a6308f7ea3b0343b5efff1b0 ee12ee516a0be0ab1392da1c8133baf997dda695 Package: ros-kilted-event-camera-codecs Version: 3.0.0-1noble.20260908.202814 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.20260908.202814_amd64.deb Size: 37866 SHA256: e30d8f5f052d5c8d1610f97a76ee3d1ebeffd1a94e0b09280f62389cd40105f0 SHA1: 3c04a153cc7988a9c86cbc608db5393d7d4da32f MD5sum: ffc321326381a4ef5bef732e1a491703 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.20260908.202814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-kilted-event-camera-codecs (= 3.0.0-1noble.20260908.202814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-codecs/ros-kilted-event-camera-codecs-dbgsym_3.0.0-1noble.20260908.202814_amd64.deb Size: 198868 SHA256: 5a88945b1e8db604a3ee8e0e0666198bfa4b487f21dbfbd7f188f67e163131f3 SHA1: 6e0c6aed5756f8b9c58c96a77bbd284ce12eab83 MD5sum: 2ce0630993dae2f4f86989dafebdbd18 Description: debug symbols for ros-kilted-event-camera-codecs Build-Ids: 0f22bc0ada665507e874d18fe9271e500b1f799e a2244c5938c60001cd473365b19c912caeb2d12c Package: ros-kilted-event-camera-msgs Version: 2.0.1-1noble.20260908.165420 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 510 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.20260908.165420_amd64.deb Size: 53380 SHA256: 4a616b019338076b6338dc711ccc447a3e7fe5b8593853f6f9bc5ac547ba927d SHA1: a44fb3836f85bffa5baaf118fa6c1a02996ca82e MD5sum: 081917f7914ca71c729d20e3ba297c08 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.20260908.165420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 327 Depends: ros-kilted-event-camera-msgs (= 2.0.1-1noble.20260908.165420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-msgs/ros-kilted-event-camera-msgs-dbgsym_2.0.1-1noble.20260908.165420_amd64.deb Size: 231462 SHA256: bd339f219d3c5e558cc3c1a22b1b8d5ed73ea918e6c9821eb611f2f054e8c7e1 SHA1: 366e294cee48a20297ad4aecba3bf51413b8f33a MD5sum: 87e8c2109dd5fa4bb50baeb7fbe824a8 Description: debug symbols for ros-kilted-event-camera-msgs Build-Ids: 160a681320adef3ee8dfedd2b09fc919fa799971 1b202b02b06df3e129f92188570b5038920b83cb 69d84d729119824675622d454be1383e2a460a89 7e51b4ac16c70ff8be64c7cd718340e39aba02e4 9821986bc92183092806492eba260807183ffc86 9c36c5191f73d69e6dde4b15e43c3433efdfc615 a973b649dc39327e4730c1c27a7bac72f26a9eb2 b8b8a39237820051686384aab7d61dcbaff6837f ec8b12d5f1733837b3a849b973ff1bc5683031d1 f447ab8a9aaeca7f4ae3567f00dc136f1d277f4d fc85292cc46733defa3cb11ce21388cad8c7cce4 Package: ros-kilted-event-camera-py Version: 3.0.0-1noble.20260908.203120 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.20260908.203120_amd64.deb Size: 118768 SHA256: 4d0227786ef98c3f4769dddc003910d8ce097cc89cee3c670753be0f0cb43d6a SHA1: 90ebd891a122fa83b5f67510f06276d2d8a0a52c MD5sum: de97ccf2bbdd793808a205ba84b6edb6 Description: Python access for event_camera_msgs. Package: ros-kilted-event-camera-renderer Version: 3.0.0-1noble.20260909.001125 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.20260909.001125_amd64.deb Size: 131996 SHA256: 7115e812c095a22efdf8954d919be752506b44b591c9d7d08d8b927a304fa314 SHA1: 236e454d7a98238231784c65e5c64e08a52eaed0 MD5sum: 95bf7f66c955e21fe546ec08c1335c2f 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.20260909.001125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3180 Depends: ros-kilted-event-camera-renderer (= 3.0.0-1noble.20260909.001125) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-renderer/ros-kilted-event-camera-renderer-dbgsym_3.0.0-1noble.20260909.001125_amd64.deb Size: 2804240 SHA256: 5ae75352e58f7d765c94c1b923a959a59b4670f8dc08460e2fc06c463b4b0eb1 SHA1: 730e1adf8432efd950e62fa1b97c766571312b4f MD5sum: 3663dddf05d1c12b9f0c00896a26b05b Description: debug symbols for ros-kilted-event-camera-renderer Build-Ids: a65da757476885166c46654b733f92ead6e77e6f f957f7144fdbdd79afe8155ee3c6c9bcd6352d48 Package: ros-kilted-event-camera-tools Version: 3.1.2-1noble.20260908.225110 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.20260908.225110_amd64.deb Size: 425928 SHA256: b1082d1e2d1d24ee246df315ca93337224fdc05f579014399726433075afab00 SHA1: 7b2590ce52c38d0a6b1a2323891922575977142e MD5sum: fd2e8f22fb531e5b0ec4cd12302377c6 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.20260908.225110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 15217 Depends: ros-kilted-event-camera-tools (= 3.1.2-1noble.20260908.225110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-tools/ros-kilted-event-camera-tools-dbgsym_3.1.2-1noble.20260908.225110_amd64.deb Size: 13077800 SHA256: d2ae167486162440b6888a8d58a42120b6bf17946974b281ee141a0750ca38ce SHA1: e39a596da52b31ff74386721b484ce242ea8a4f4 MD5sum: 876e81a5dcb9e874870be7e338e4b4b9 Description: debug symbols for ros-kilted-event-camera-tools Build-Ids: 3470d873e95f5e7c10edfc596a5fc715efdd1663 4e2973462e0d7cbf0bc9f1b50c99043d06308cde 6861c7e40ed84c63128eb18217f9a4b871274671 778ab8800cb032cd5e8ac3a2e48a712f0dcf47b9 94a69e44a4b69758c84c390906c489359b1938af b93bb28c2e7942ac4b073661ee4132c7fc9949fd d3458e8f636d24d7ce19a59698d152f137115bc8 d47f59a5d432b38816b5f4d4b4860112d791de75 d4e756a346790df645063e040e31ca2cf1f494c4 e6b39a4d26f590a97d67920e51a78ea6a0bf6337 efc7d28c61c43a9ff3990f1170103c36769b2fe8 Package: ros-kilted-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260908.234122 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.20260908.234122_amd64.deb Size: 366372 SHA256: 30ebafc8f005c1ed2c73ea0aec022e1271d9e8adb8b3191a4893c3f9fb41bf79 SHA1: 8878aa4eaaab0f53028442fe339b06c9058a9f91 MD5sum: 17d0d21abb5c47f7c1925f4d5b5e2894 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.20260908.234122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 9447 Depends: ros-kilted-event-image-reconstruction-fibar (= 3.0.4-1noble.20260908.234122) 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.20260908.234122_amd64.deb Size: 8073694 SHA256: bf2c6f44b3c46a1272185c8ae282107a53c9b5a7535d5dab89dbbb0772578fd9 SHA1: f2fdce0dfa396912790afca45537a241259f9be7 MD5sum: 1e4f714675688daf734f0f1a3af8cff4 Description: debug symbols for ros-kilted-event-image-reconstruction-fibar Build-Ids: 5d168c1439d83f3c4c59c7a80a3371704752bd59 703906890e5a656eefd67b41e59235f2c1720eb3 b6b127e22c94c974e975356eb7be02121387f4cd c0579f707a15e9fdc0ac6d53aa208c7171fe8321 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.20260908.205904 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.20260908.205904_amd64.deb Size: 8830 SHA256: 6adb3540c3ac1a82a20619b3a301c4ba875ab74dd2ede470cab6f8e1612a0517 SHA1: 96ff8ae9e0f3a75d46d5a3e3a053283bc69e0c67 MD5sum: f0a6e9e2a486ddeea9292ca5e57f21ed Description: ROS2 wrapper for python-eventdispatch Package: ros-kilted-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260908.165437 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1606 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.20260908.165437_amd64.deb Size: 135268 SHA256: 78eaf61e04b121058a45b63cc2da6d926c24b0dbbad6e330496d59c76ffaedd8 SHA1: 2da54f229ba9f5be99cefdc291c97c8e3f22e750 MD5sum: a077d6251965b1a01669ee134181f2e8 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.20260908.165437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1451 Depends: ros-kilted-eventdispatch-ros2-interfaces (= 0.2.29-1noble.20260908.165437) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eventdispatch-ros2-interfaces/ros-kilted-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1noble.20260908.165437_amd64.deb Size: 1191684 SHA256: e4a610b7346f08aed21a3c4fe783cee44d74395fbace3d10b48bc7f2ff71aeec SHA1: 53a38e34ecd4eee404dccb36c209f9aad77b34ec MD5sum: 944c6e109df24e5f54ebc3aa7dea68af Description: debug symbols for ros-kilted-eventdispatch-ros2-interfaces Build-Ids: 154abda7dd669b93dc27ecfa498c7abb6ca411a4 3a3411c432c097dfaccdcb0ee0e7a1056be11324 533894bafc54e692f9b2b915f81c66d4a1064cc7 6cea80845514232e5f8cd16772fb8c61a890a084 74a4f29300c9a28cbd950e933ef064b38289103a 7b8fd7f32a02c4ac22ee152df7dc8e17a333c8ee 8ac01392ac58a545c6ae1a585bc22ba6c69f2822 8f04336b3739b01db38c4542d94ad5dc44ea77f5 96bc787a4647529d10ec5140d59fc67fa74ff6c6 c0dc3abaf27060e57a9a5f569f75efe5498bdc54 d3f9b2a39f3d09574335982571fbf500ad11ed9a Package: ros-kilted-example-interfaces Version: 0.13.1-1noble.20260908.165505 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6364 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.20260908.165505_amd64.deb Size: 375842 SHA256: 632a61e895e7350b4a0541007b31ba91a5e061a0eceea05c1cc03113f60e86d2 SHA1: ebd7f4f491cad0cc5389df8f7adc29426ff567b9 MD5sum: c6086a18d0d3d26b2585e5d07242cb06 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.20260908.165505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4788 Depends: ros-kilted-example-interfaces (= 0.13.1-1noble.20260908.165505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-example-interfaces/ros-kilted-example-interfaces-dbgsym_0.13.1-1noble.20260908.165505_amd64.deb Size: 3825310 SHA256: 66f5a0dab4639277152ba5eb92a99b058151e4dfb04100491723cd119d98e6be SHA1: d9405322754dcd3374df8b27e780db1a35d4a9b8 MD5sum: 60b44910dd6a955c0759b8fa28cf9956 Description: debug symbols for ros-kilted-example-interfaces Build-Ids: 0c1a48059053fb45313f9d5fffa15d06cddff67d 0c5083b7f626b456ef17828735e5ebbd15047261 1b976f65f30dfc829e4c97f532fdb0484e0b039a 36728ad2d9d9a82db3d50b4aa4c94d5056e66c18 6c6ac3ceac450494104b89eead47d9c18b037052 88107dce5267ad740e1d3aa00772da0790ed67d1 9a6d1339066dcc0b2a4581258e52c2d1523d9248 a49b71f7e4c721848c4ae6130836fe93bab38525 c93109a78153061be929348c1b2809bc73ebeb28 f7c1ca39940ca00984834d81eb9beaddc82bc149 f90b7735bbdeaee2fa63eb188aae8d76a6b5e08e Package: ros-kilted-examples-rclcpp-async-client Version: 0.20.6-2noble.20260908.205912 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.20260908.205912_amd64.deb Size: 38788 SHA256: 9c5b06ade9e41a6a3d75425ce4fe1436bdf7d97b8d3adc3589990096a6f35f81 SHA1: 8ae3ed7de782e5e46313beaf0022a650d176b235 MD5sum: c5a4534d2963e9c06d0f6db67a00cb9b 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.20260908.205912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 661 Depends: ros-kilted-examples-rclcpp-async-client (= 0.20.6-2noble.20260908.205912) 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.20260908.205912_amd64.deb Size: 620892 SHA256: 7d7990a8aa674537cec05f52d3eee1a28f315d0533dbb1c788aca6765ca0b1c9 SHA1: a4903df3bbe766055cfff089a0bb02ace8876b9a MD5sum: c22bda223cd641dfa17ddaea85116189 Description: debug symbols for ros-kilted-examples-rclcpp-async-client Build-Ids: b852f9b76d3e06af2a3b5fb41ff5cb4e5189acef Package: ros-kilted-examples-rclcpp-cbg-executor Version: 0.20.6-2noble.20260908.205004 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.20260908.205004_amd64.deb Size: 212622 SHA256: 39659a649da3827df53f1b95aaae6d0007e6a67309591d713a8a9451d54556a6 SHA1: f0967091d77a77d2f76eb42a58b0bd9b99a00e53 MD5sum: a1f956124169327636bdf188556c6309 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.20260908.205004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7208 Depends: ros-kilted-examples-rclcpp-cbg-executor (= 0.20.6-2noble.20260908.205004) 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.20260908.205004_amd64.deb Size: 6160462 SHA256: 1c5acbf9e764d5fa69af40dc73263257f57e2d6179023481b4523e9c851b4f79 SHA1: fa629607d4ea2bd5cabd4a6bd71bc4992b5fca99 MD5sum: 8ce0991a94166d49579d53e31a73c80b Description: debug symbols for ros-kilted-examples-rclcpp-cbg-executor Build-Ids: 2c7ff68abd5647c799dc152324ce76762b769480 8c9e021b0ac6500e63cba03b01d871f5e9b317ff ab465ea1cc29edb9b86e8d35abcd89d7d9346edd Package: ros-kilted-examples-rclcpp-minimal-action-client Version: 0.20.6-2noble.20260908.205908 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.20260908.205908_amd64.deb Size: 93950 SHA256: d3c7388931f796efcbdd63cce8717aa8c1444b55018f35f901261d929df48000 SHA1: 2a232b0817efe2201d0acfc8e6164697024899ee MD5sum: 0141b937545b4877c8949958c56b9080 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.20260908.205908 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.20260908.205908) 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.20260908.205908_amd64.deb Size: 2358198 SHA256: 3574a5d6904689a464518502fb140fd41fbc319486c94dad97250f823299a6e5 SHA1: 91e327f84a655ad23796a29d4d393cdaa879c633 MD5sum: 610dcc93c21b92c6a90b4ec79f8bfeaa Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-client Build-Ids: 53048c586b5258d9be2867f5905dbfff5cfdefdc 6bb8720d6a6d0f1dda1cd459ecc3536aef6d1d97 8e5bb1837244c5256127404aa258a0cf26a8e0fd c3ebe4f4ff53472713de2c92024d7912770b5988 Package: ros-kilted-examples-rclcpp-minimal-action-server Version: 0.20.6-2noble.20260908.205916 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.20260908.205916_amd64.deb Size: 45220 SHA256: f3cd3cd9df8da8d02a1f481e8dbfbe95c59c039d7a0c280ff04da27db16e59b4 SHA1: 9b42b4b83fd135f32e9f0bc56ad481d62ff031cb MD5sum: d5c5d7b3929e917efdf9b3f20d63467b 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.20260908.205916 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.20260908.205916) 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.20260908.205916_amd64.deb Size: 1011310 SHA256: 751dedbba05ab918b020df346590ba35c0d1fcf98510cd294bb35f1dd61830d4 SHA1: b13565a082fb366c57c19a3ec82ac3fe11f99d26 MD5sum: 2c8c8aecd420d36bd6606ca3df70a567 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-server Build-Ids: 286ae495c9140ced5ce994c8071bea11031974fc 327f1bb1bffa694907fafa2445cfdbadf39ff194 Package: ros-kilted-examples-rclcpp-minimal-client Version: 0.20.6-2noble.20260908.205918 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.20260908.205918_amd64.deb Size: 27736 SHA256: 6d7c246f491b17be4d6d829c2bffa4c086c88f1c9a651f88dff8057cf73aeddc SHA1: 028fe8a9fa879400e77dc88eb77bdb165730e732 MD5sum: 7e139939a85992d83866866af41b21e7 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.20260908.205918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-kilted-examples-rclcpp-minimal-client (= 0.20.6-2noble.20260908.205918) 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.20260908.205918_amd64.deb Size: 503588 SHA256: 2378011c1d20c70043dde424d2337885057dc32ab420f0ab25a793a072fa761d SHA1: b1d7f57b010bbad1433453ef7b290db29db593e7 MD5sum: f89bf851922ea1effbbdeec7391917e9 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-client Build-Ids: 343964812a1cc086f6836543d815c5695ad3876f Package: ros-kilted-examples-rclcpp-minimal-composition Version: 0.20.6-2noble.20260908.210436 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.20260908.210436_amd64.deb Size: 113900 SHA256: 66889477e48be0e184457cea60c00bdb40b51f8ca2df7ccf1ad0503776a4f743 SHA1: cb12ca3c1c23cbe8f82f00a06d5b6e4aef930643 MD5sum: 3161ba9d209eebad26ed5d9613eb6bc4 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.20260908.210436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3080 Depends: ros-kilted-examples-rclcpp-minimal-composition (= 0.20.6-2noble.20260908.210436) 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.20260908.210436_amd64.deb Size: 2731990 SHA256: ae6598e8f39dfaad6d013a2a1a4a0f051a7136e9f980fca43d0780f3f0c499a7 SHA1: 90e50ee2229de17870a48edbfea23fe3173ac1de MD5sum: 9484fcd2b98e06c70ac89bd5224afa51 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-composition Build-Ids: 0279659d7254572849833070e2ab12d6fe971000 0b012a462a0bcc5e2884cf469f3c9be2b8780fb6 f3c129e672372c871270be82c500a02f74d82ed4 f74e9a9c329f31023c00bff47f630bce8d015549 Package: ros-kilted-examples-rclcpp-minimal-publisher Version: 0.20.6-2noble.20260908.205200 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.20260908.205200_amd64.deb Size: 131088 SHA256: febda96a254645ded2de3f005c775a792f2a882701da4160871487934f0202ae SHA1: 0142c97282674cdd232e6344d3842b58146656c8 MD5sum: 1357ace93b310a8ca65b2ee36f53ab8a 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.20260908.205200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4707 Depends: ros-kilted-examples-rclcpp-minimal-publisher (= 0.20.6-2noble.20260908.205200) 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.20260908.205200_amd64.deb Size: 4362418 SHA256: 699bc5456deea2df5038ad2894cc4ca8e3f2cdd97dbf191c6f62fe00fdd260ca SHA1: 2dc3372d365a34569356a16b88c14823689157e9 MD5sum: 814d01944f4f3067af99abbbf0c197c7 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-publisher Build-Ids: 617e2208d9fad15fe3f5c6c4f1b36fd78fd8913c 750e1450bde7a548f1190e65300113a6d9127487 92c4addfa6de675cd6d32c7a9472004e8867429d 9eed3bd90ac518d5cfbb2f0722c78f48cb97990f aa6d420552961f39fd74fe8da8ffcf58420b42fb c2f6bcccbaf07e4a9e6e1b7eb9690236f12068f5 Package: ros-kilted-examples-rclcpp-minimal-service Version: 0.20.6-2noble.20260908.205923 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.20260908.205923_amd64.deb Size: 23026 SHA256: 0175b8da09dfa93b6534986ac562cf80c65e0031c80965a44a7a4687facc53ec SHA1: 94304ad5ebd757079ed7aa10c5647a1586e3d10d MD5sum: 6109966b13a34733f7dfb731000e95fc 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.20260908.205923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 409 Depends: ros-kilted-examples-rclcpp-minimal-service (= 0.20.6-2noble.20260908.205923) 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.20260908.205923_amd64.deb Size: 375888 SHA256: e57dfd30eb62eacb5f4e8a549b4bcf3ddfb5b15bde6e0714b375e4baca411d76 SHA1: 679ad01ff05a6f75167d48a1bab3c05879dc6913 MD5sum: 7b9cc0c2277667e7f2e9e365e25afa3d Description: debug symbols for ros-kilted-examples-rclcpp-minimal-service Build-Ids: 06c7ab7170aa59029bc91b39fb9609535e198199 Package: ros-kilted-examples-rclcpp-minimal-subscriber Version: 0.20.6-2noble.20260908.210449 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.20260908.210449_amd64.deb Size: 442632 SHA256: 186ff18cca06b546c72a00aa72a482a20fc8c53eeafe470e490a6be3c24f1957 SHA1: 851852d163289979cafe8556c49513307d7589fd MD5sum: 53f88f4db918747aaf7b20de80b96a9d 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.20260908.210449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19118 Depends: ros-kilted-examples-rclcpp-minimal-subscriber (= 0.20.6-2noble.20260908.210449) 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.20260908.210449_amd64.deb Size: 16157762 SHA256: 44496c6b2df25d793f7c45868d59f74bc56e3b035a5cd42e3929fa3c2d4c9e00 SHA1: 7bb4bfe568f49ee48ebefaa1ad71e6691f9e677d MD5sum: 3b53a2ba1d98df37e0a3302aa8ecc816 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-subscriber Build-Ids: 051cfa847524db5f8b593e13657219e65ee295a4 074061e0748db5abfb4ac29a198afee44893d7eb 220d4f25361d183214b87a793ee452788bb1fa87 2e076d741320a9300cd3fb35a8d7be1a960df8e6 36dfdf7e12cec5e95c01dc908000dedfe84073a8 4862f24b6de03f819b478369a03dbf2e70a4ae48 5729796193f9d0dc274e87898d34496b51ca9d64 65a0ad5abefd8e2bffa73d13d49ec86997e4c095 6a0163fd92edd5474b86ffc9b14d173821901c7d 7c5d3ac8e4834cd175ae97e586659e6ea1282501 a35b615997696daedd985002f7f9caa957d7390b Package: ros-kilted-examples-rclcpp-minimal-timer Version: 0.20.6-2noble.20260908.223935 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.20260908.223935_amd64.deb Size: 16564 SHA256: 420b098b0a0e6f16bb3a8eac9c684a43908289c86c9b1e3b663c5bc6d9dfadc2 SHA1: bae7976d7ef30d421cc72801615f0d6e2db5237a MD5sum: f4bb05dde2bd4de16d79f499799b052c 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.20260908.223935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 532 Depends: ros-kilted-examples-rclcpp-minimal-timer (= 0.20.6-2noble.20260908.223935) 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.20260908.223935_amd64.deb Size: 498844 SHA256: 7a64430b6daf7f6a25d2a4f97393686eb76529b74ea6a033522b32cae7801e04 SHA1: 5b5e916bb4634d07d8d5127f42d45d106f279ca0 MD5sum: b59ee4935906d01cf66f1d1fbc716d52 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-timer Build-Ids: 7e763bc11759854bfd46faf7cb97db7742e04dcc ea39546b80a0b5bdd17cd5b6701455dbc627bbd8 Package: ros-kilted-examples-rclcpp-multithreaded-executor Version: 0.20.6-2noble.20260908.205211 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.20260908.205211_amd64.deb Size: 104162 SHA256: df71f68ee50b9240affd888fe115273e3c1d01b5abd2dd89aec1b36de3912caf SHA1: e60136406f1581c1fcf84947ce74d92c3faa8cc8 MD5sum: 0cf05b26a9674441e8b84608a4bfd9d1 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.20260908.205211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2091 Depends: ros-kilted-examples-rclcpp-multithreaded-executor (= 0.20.6-2noble.20260908.205211) 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.20260908.205211_amd64.deb Size: 1777276 SHA256: 96e9b7bb5897e82e7cd5578e149e573559047a52689a1e4d472350b73ae25574 SHA1: 80a37cc2896a1090bd3f8c96e6078c97a7f12c47 MD5sum: d782b3dea7ac222e435eefc6303a45a2 Description: debug symbols for ros-kilted-examples-rclcpp-multithreaded-executor Build-Ids: 0c4b68388587c2da1683a39ad4b8ffa291429ca5 Package: ros-kilted-examples-rclcpp-wait-set Version: 0.20.6-2noble.20260908.210451 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.20260908.210451_amd64.deb Size: 539470 SHA256: f59a74981e417646ca5d1e4fe5ef0f26241fd62c32a4e697d3898935377f71e5 SHA1: 12f189139114654e806c5be38dd959cb93d27f59 MD5sum: 0a295e0c2514ee10f7aad0d4b41b5a9b 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.20260908.210451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20134 Depends: ros-kilted-examples-rclcpp-wait-set (= 0.20.6-2noble.20260908.210451) 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.20260908.210451_amd64.deb Size: 17258416 SHA256: 93f692da5b83c654d41a1cd6a1488c97240448f59d9ee52459371cff0ce4eaa0 SHA1: 59ef470884362faeb8392c04661c9ad12f7cc86d MD5sum: 23b0e73817ac2c144cb62923afda404c Description: debug symbols for ros-kilted-examples-rclcpp-wait-set Build-Ids: 203fc0b9efc45fdd72cc97aa03c45af8ed392f65 31cb71ef38b1a98e15c680c2d2cb12fa5e215132 34523ee2a3d01534062ee08ba40f9996352efa44 4bf5583f2a262afe410d32baead3c4933adb8984 59f3eae87720164444fbb0849487e7c6466c20df 73bcf41a9557bc4a176783fe35ece471fa67f29b 855e716911683f2e7ff1f518982161ab70e55294 958e5d89ccfaf8ed5b1a60133c1169d9ff95b751 c278f84d1ec0410eea1415250b079b169484fb00 d94826107bdac641d82a31920110a88e3772b4dd e345ed9ad2f22f8e7adfe0a7cd46a0d8607c47b3 edb7d6426243253cfa915a46662cc9400637a965 Package: ros-kilted-examples-rclpy-executors Version: 0.20.6-2noble.20260908.205350 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.20260908.205350_amd64.deb Size: 13214 SHA256: 34d0f4e47b09a09067e63e55882f1d2f97e3d59b9ef1ee399d252d4ae5eff4aa SHA1: 1b6beb53fa26b2c950f4fc8ed8fe9f5416903cf0 MD5sum: b0d2d85d796a3d29f4e328985086a1eb 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.20260908.221936 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.20260908.221936_amd64.deb Size: 6280 SHA256: eb4fda75728561f97ad8a519716737bbf035aedba57cadb1605df0c53e9e96ff SHA1: f6ef093199b23394776ca46f3ab26a6a31548bf7 MD5sum: 6771b8324f1cf2d056313517966fdf6d Description: Examples of using guard conditions. Package: ros-kilted-examples-rclpy-minimal-action-client Version: 0.20.6-2noble.20260908.204645 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.20260908.204645_amd64.deb Size: 12418 SHA256: 7bcef8f5d715bacf0ddd15f4167e0b288eb915d479c7bb311a3ca954f083dc68 SHA1: 4f3b1fc4fae65d096e1dbcae4db98d8f7fba8f74 MD5sum: a2efa74a4e8c9b5ee8d582d159aa2b65 Description: Examples of minimal action clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-action-server Version: 0.20.6-2noble.20260908.205938 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.20260908.205938_amd64.deb Size: 13412 SHA256: a9b5b3299eb6d2b9e8d1ba39cc01580e257823c236e9a369f7bdad5f09e47bc1 SHA1: 31a9152b3662c085a7d043139d11570c0be8eda4 MD5sum: d148a35a380433d8ffdc48a29ef9bfe3 Description: Examples of minimal action servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-client Version: 0.20.6-2noble.20260908.205351 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.20260908.205351_amd64.deb Size: 9734 SHA256: 710e26d2b92b3e80e2d602236491f371784134a61c4b0a58c06011e03716be24 SHA1: 7d1b09702123ea08116ddb90e52e4a89de26a9b8 MD5sum: 9ffb137ef6a4935a3aaa8d97079ece6f Description: Examples of minimal service clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-publisher Version: 0.20.6-2noble.20260908.205405 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.20260908.205405_amd64.deb Size: 9942 SHA256: 90217b1b073bec7bd65b6cb8efe93daeb0fd17eeb995494f52013470dc6a7ca2 SHA1: f3e31de60fa3a14ccd19b788f7d36255e4e9fb73 MD5sum: 20b0aa7d51d7d8ee9c81a4a7f319efb1 Description: Examples of minimal publishers using rclpy. Package: ros-kilted-examples-rclpy-minimal-service Version: 0.20.6-2noble.20260908.205403 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.20260908.205403_amd64.deb Size: 7216 SHA256: 6727c0f40133437365750b8c12509adc39f74b3d29513896b86d87fc0f0bd1b2 SHA1: d4a30e3f55282371143c9009ea753c00e03d4b1d MD5sum: 3d3e411a6516d0f2b8df3c253ca627aa Description: Examples of minimal service servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-subscriber Version: 0.20.6-2noble.20260908.205416 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.20260908.205416_amd64.deb Size: 7670 SHA256: 12e5504560098b2bf92f52a55aff8d4ba9ab78ad43b98a8c1441ea46ae0d7fb2 SHA1: 9c211767c96b6aea47a9d3f0bcd1f8a8a1d327a5 MD5sum: a96dfd0c913a982a94e67501ece39f2b Description: Examples of minimal subscribers using rclpy. Package: ros-kilted-examples-rclpy-pointcloud-publisher Version: 0.20.6-2noble.20260908.205415 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.20260908.205415_amd64.deb Size: 7216 SHA256: d202c570a26d4035f0980d543dc8defbba7bc317b05a35ff3c7441e0df1532ec SHA1: 09e3cd7126af5da214cdce18e2f638ab5f8e976c MD5sum: b2e7b2414c45f410898e4f1bdf5e37a3 Description: Example on how to publish a Pointcloud2 message Package: ros-kilted-examples-tf2-py Version: 0.41.9-1noble.20260908.222201 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.20260908.222201_amd64.deb Size: 15164 SHA256: 8d652524919863dcda4b840bfc6a9816c55788f3a49ef0701f448dfa9844a625 SHA1: 0629f0b4472ec31666eadfeb66a0a882be961db6 MD5sum: e22e2e2f3f2159c85c613c38e2899eef Description: Has examples of using the tf2 Python API. Package: ros-kilted-executive-smach Version: 3.0.3-3noble.20260908.205846 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.20260908.205846_amd64.deb Size: 5466 SHA256: 0b1fff80891a9c6b1555026b677bf2e03e9dbf9ca59cb6c7dada4675fd32aebd SHA1: 69992f76b29d5664c74e315b1cd97fba3de9e666 MD5sum: 6ba6e14f43d1957d55458e87a27221e8 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.20260908.213119 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.20260908.213119_amd64.deb Size: 107740 SHA256: c3ffb15a096dc2a6fabb9e4d0285214f634d6111e752fed4a645157257bcab31 SHA1: 8b10e92498b197e591d19358b152b8f7d2303182 MD5sum: f268432cada16279a57dce2c8a67bc6b 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.20260908.213119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1688 Depends: ros-kilted-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260908.213119) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-encoder-decoder/ros-kilted-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260908.213119_amd64.deb Size: 1618620 SHA256: 2c30c60f78bea125f9b63c60fb48648a4a9d73402f3f38eb24c6bdc87c3862d9 SHA1: a4c0da30bc6bc25590a12faa056834e20c00e227 MD5sum: 386f66f7abc11b16fd2c3cc4ab04766a Description: debug symbols for ros-kilted-ffmpeg-encoder-decoder Build-Ids: 561c560d18a48da23ca765a86b26159d170722cc Package: ros-kilted-ffmpeg-image-transport Version: 3.0.4-1noble.20260908.214052 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.20260908.214052_amd64.deb Size: 135468 SHA256: ddcc26e46bb1f1342851d3dda3cee575ee3c3cdcec784e028b383bf32635ac3f SHA1: 1af848e0140a360f37f4b70064d04d66ddbb4c04 MD5sum: b9b554435737ca334337c448dc7d7383 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.20260908.214052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2969 Depends: ros-kilted-ffmpeg-image-transport (= 3.0.4-1noble.20260908.214052) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport/ros-kilted-ffmpeg-image-transport-dbgsym_3.0.4-1noble.20260908.214052_amd64.deb Size: 2612664 SHA256: 78459df6dbd418194c36d5fdf718b022e5619bf596a869f2ade74635d79e7dea SHA1: f80bafe6014a599150b8a76ea4f48fbb0523ec3c MD5sum: 8ab06c1124867951427f5adde5f337ae Description: debug symbols for ros-kilted-ffmpeg-image-transport Build-Ids: afa41b6afaf1b458d432dcb1ff1c62a3f15aeaa1 Package: ros-kilted-ffmpeg-image-transport-msgs Version: 1.3.0-1noble.20260908.165656 Architecture: amd64 Maintainer: "Bernd Pfrommer" 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-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.20260908.165656_amd64.deb Size: 54108 SHA256: 83ae27cce7cad5ef888aa40a16cebe9f596a64c6137bb5252adb46a80f774f65 SHA1: f23f0134345b0c23ef361d356c3f24af75ccd445 MD5sum: f008f07b0db2ea7e6e5427dce1cf8658 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.20260908.165656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 330 Depends: ros-kilted-ffmpeg-image-transport-msgs (= 1.3.0-1noble.20260908.165656) 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.20260908.165656_amd64.deb Size: 232342 SHA256: 885977a6a934847eaf9c79395049cd9908fb2043dedee64df8912030b017d688 SHA1: ce63df773fc3d6760dd13d11f47816783ce2f856 MD5sum: 342b28df314d0d0932ab3973d7f00245 Description: debug symbols for ros-kilted-ffmpeg-image-transport-msgs Build-Ids: 17bad3393beba10667cb5cf2d0bc29b1db39d6c1 23c10f5a0cfb8e5aedf4580be5dd9c93935c7f77 4acc55eb82c1180e92c6b5a90504a49f4ff8dd4e 649e96f68154ac5862c6c9a0bc34cd708103a96c 66607bdc93daf62ee4610a0b09175f5622fd1142 770543c5b11d1f0a8f9f0f6e809b17d2beeb83e7 80b61088940fee880b4d7b609cd9a50a80f9c796 82a3e65e6e601ba5689a5530c2afc17230d41bbd 92150dcc3c2a374c50575cb3bf98333eb838b394 9fb8fa79d271aef82b0217428f7f1b2d7562f13d c9227f03106dd5cba82c13f3941687264d59c1ec Package: ros-kilted-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260908.225137 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.20260908.225137_amd64.deb Size: 141170 SHA256: 27a5dccb31e9a261be8dda52fd03925a67b649cadff6c37212d87924565c27ae SHA1: 087fd246ea4f4f87b157bf5e2de0f2f75e3c9842 MD5sum: 4dc8442523c86a9cdca16841072b3b36 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.20260908.225137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3411 Depends: ros-kilted-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260908.225137) 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.20260908.225137_amd64.deb Size: 3269210 SHA256: cbddbec15164211946038289cf02ffa6c7530a8a7dc96bb0ce3a73bcabc5d64a SHA1: 6243a6855f39ae9473648b46710ed48fc53a77c4 MD5sum: 0df16b47bbfc5aef31da4033c63b20e5 Description: debug symbols for ros-kilted-ffmpeg-image-transport-tools Build-Ids: 28f01d888e9d7846f657b1a678e431c500cd1aa7 b48c4fb93c51a3206cbf826140be881c5d588e77 ef5a37d982dfeef7389d6006adc506db4e209674 f08674a1ade1e98aab20e579b57e8dc2693cf376 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.1.0-1noble.20260908.235711 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 16335 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 Homepage: https://index.ros.org/p/fields2cover/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fields2cover/ros-kilted-fields2cover_2.1.0-1noble.20260908.235711_amd64.deb Size: 5316058 SHA256: 15a169b803f97b4044581a5027e10bf45fda9e0729b23e395aa594a0ac37388b SHA1: 9ccb3390d20819f423cd98c0cc900241be385a08 MD5sum: 009be38ca3bfb8a8cb32781796ff1bfa 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.1.0-1noble.20260908.235711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 22725 Depends: ros-kilted-fields2cover (= 2.1.0-1noble.20260908.235711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fields2cover/ros-kilted-fields2cover-dbgsym_2.1.0-1noble.20260908.235711_amd64.deb Size: 20735920 SHA256: d3732617ef14e804c9a05a11c9622eb4ad4b1a65b91b05ab033bc6b3655c95af SHA1: dcaeae64cb03a294b9f7d1538359d097d8912e53 MD5sum: 61f09c423fda4709f050f622edffe790 Description: debug symbols for ros-kilted-fields2cover Build-Ids: 21871fa14e14c3b1e33afa4b5eb8cb01c5bf0137 7be2c713be70ab9fdfde3c6dc2b3aba55cdaeae4 a9d1488d744c79012026c7e8c0fc6ca41a5d446f ed946d8e7b70e299999f74246d8880ec5e2b0544 Package: ros-kilted-filters Version: 2.2.2-1noble.20260908.221246 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.20260908.221246_amd64.deb Size: 80314 SHA256: 7c33e5b935737bc3975b2ec91a4b013d0a027e9a0bffe486e5b9e4744c3859ef SHA1: aeae9f0994752ccdb09176d85601674f90257198 MD5sum: a61146544cdc424e96f8fcbd65f7d148 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.20260908.221246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1918 Depends: ros-kilted-filters (= 2.2.2-1noble.20260908.221246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-filters/ros-kilted-filters-dbgsym_2.2.2-1noble.20260908.221246_amd64.deb Size: 1801264 SHA256: 42c0b09afc00105fd8d66cb2c5895cdecfec4bdc63ac7b7086b4739f47c473d1 SHA1: 3d4bcb558c9609932aebcf40580e70b95911896e MD5sum: 2e1f5ac2fd93e5c15360fae38549db02 Description: debug symbols for ros-kilted-filters Build-Ids: 08a0743a0944a5e33a46a431210f1148373f3403 2aa189643dea79ef161c2fe679767b8dc9b7745b 3f9fa1980074895a98e3d27ccc7c561c310a3bea 921eaca31866f98a64a28f208733ef1ffd0ce286 e9d5a1cdc4cf68204cb03db1bb9e875b28961d12 Package: ros-kilted-find-object-2d Version: 0.7.2-1noble.20260908.222518 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4194 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.20260908.222518_amd64.deb Size: 903400 SHA256: 48a4dcc25cef49138eb054a0787d909cd27dc10ae36650fb960f8e2df33a4754 SHA1: de8a4ae53a8c9a167ffee45cdd9b97c164193d37 MD5sum: 87600e5441015a56000e285da42c3d49 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.20260908.222518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21464 Depends: ros-kilted-find-object-2d (= 0.7.2-1noble.20260908.222518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-find-object-2d/ros-kilted-find-object-2d-dbgsym_0.7.2-1noble.20260908.222518_amd64.deb Size: 19738734 SHA256: a1c58bf06cc43f85803826cabf51f0a1a002b03f366097c17b83e2f7e37e8f4e SHA1: e2fc334c6e3da3062bfd4983cf09f6186592ad43 MD5sum: 5566a7c42826e72822af46003ebca6ca Description: debug symbols for ros-kilted-find-object-2d Build-Ids: 177ac70c6a95a665b87f66bede9c48ab6258e0aa 3495bb54435974abe55fe65c9279d9e2f2ad70e5 361ec00042b9b3a3da9066aad02f28a75ec5a66d 38d6cd707651537eac33d65fd3c3fa6d2e724e5a 3b830ad709b1c753edbd5543047a99189a1554d8 4636b76794ce85469d3bdd7d6e0b0c685010c602 6bc945b87023b3472ff36c18844e29896263adb1 79e498047c6453b01cee698c5033ec46e455f1a9 8ddc15c940f6dbf132d619069f1e9d2492094ae3 92a494db4b8dc6f272f901044d35bf1f491ff8a4 99acf911142d6ce831132ae51812f64fdf174b8e 9af2640a4abedd83b4827dd10d51433ce10569f6 c0c0e6c080beb82e3576ef4e185a17d3bd5c594b e2f77bf5e1d01446d9f8ac91a88c52bffa1097c2 ea9c85960ef9f87d11cbfa5f53d19a917c7254fb Package: ros-kilted-fkie-message-filters Version: 3.4.0-1noble.20260908.212333 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.20260908.212333_amd64.deb Size: 55492 SHA256: 3da55d76e6402c982a1d7a2f572cb72c35fac15cb5d659e570c2bc5237c3b03c SHA1: f58b01180a4c61665cc6cb11be1cd7c60516da77 MD5sum: 5372e199421e0cafcb4025873fa2fea1 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.20260908.212333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 260 Depends: ros-kilted-fkie-message-filters (= 3.4.0-1noble.20260908.212333) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fkie-message-filters/ros-kilted-fkie-message-filters-dbgsym_3.4.0-1noble.20260908.212333_amd64.deb Size: 240124 SHA256: 1b475e82ddcf6f220b206366af44a1a993caca9635530261b0949047caf21be6 SHA1: 3c5e276f12e725d38ca2182e3a708574d652e093 MD5sum: 959dd0e96066295df7f1bb141e75c9c9 Description: debug symbols for ros-kilted-fkie-message-filters Build-Ids: bc28b026e765a0a018e58a2fed634241a918580d Package: ros-kilted-flex-sync Version: 2.0.1-1noble.20260908.210214 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.20260908.210214_amd64.deb Size: 17086 SHA256: 7889e01dcb9a707643aaa26d69d7297d48d5adf3a94682c4e65ad9c39b1085d8 SHA1: a0c817d3ba72df7c22dee6dd1b10a5d7f6e7fa30 MD5sum: ba2ab32684968ca0a7e9cc654f9b3f64 Description: ros2 package for syncing variable number of topics Package: ros-kilted-flexbe-behavior-engine Version: 4.1.4-1noble.20260908.224142 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.20260908.224142_amd64.deb Size: 6620 SHA256: dcd6d4b9c265786880f831026c22fc0cd18a9f33f97df8da3618cad56c7fc584 SHA1: 4fa40187e2953142f381652b4e3f615412c4e782 MD5sum: 0ca36c7271cfdd8129e4a93ec8bdab5b Description: A meta-package to aggregate all the FlexBE packages Package: ros-kilted-flexbe-core Version: 4.1.4-1noble.20260908.222201 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.20260908.222201_amd64.deb Size: 144084 SHA256: 73602c77ea39a15dc7d78a144cac0f5dd15a837b4639e5f314d47ccdeafeacb4 SHA1: 8e384efaf7ef546ae34b456e262f0e506e32935f MD5sum: e76e32db0ff72047e7aab6fb18164b0b Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-kilted-flexbe-input Version: 4.1.4-1noble.20260908.222651 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.20260908.222651_amd64.deb Size: 26494 SHA256: 21a6854b215f2caed06372409b560dc0744016bd3e8e48cfe80c372b91737939 SHA1: c7fe8e1c7f0cd6daa7e8d6f360ffa1ec031a7e86 MD5sum: b1debda86eb2f0f61cdc842c4f0616e9 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-kilted-flexbe-mirror Version: 4.1.4-1noble.20260908.222739 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.20260908.222739_amd64.deb Size: 70952 SHA256: 53b9a1cb8bf0bb101cb19d2499385b4899f8cb5018df43b5ceafe26a28b50ff7 SHA1: e944ba099de9695537c65ad9f1e415a67bff3dc7 MD5sum: ff3eab94710ad11e1c722bf10681085b Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-kilted-flexbe-msgs Version: 4.1.4-1noble.20260908.164725 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7465 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.20260908.164725_amd64.deb Size: 489942 SHA256: 2ddea31c128d9f93a72e7be9b862e6ee4171e692a653fbe2934cb055e951c6cd SHA1: bf33d808cde755413407062b59b22e11101d9740 MD5sum: 6eb0128e439197dbfc5dfe0616dae24c 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.20260908.164725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 5094 Depends: ros-kilted-flexbe-msgs (= 4.1.4-1noble.20260908.164725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-msgs/ros-kilted-flexbe-msgs-dbgsym_4.1.4-1noble.20260908.164725_amd64.deb Size: 4048136 SHA256: 1b70ab124472f69c995f62afef8ee2f0ddd746e544ba597b8c1d51c9014a7915 SHA1: 799ef651f8c328d622b10b1f398d19faa42e4d4e MD5sum: faf89cd83edf885cf83f563ff3bd5c32 Description: debug symbols for ros-kilted-flexbe-msgs Build-Ids: 03aed238ffd99593b0c28b380d26c045e32e981d 2b491c10c3d5de5791a7c1023dbda992505e03a5 489f2bac8a47efc7ccc1771225a293d1cb39f931 5b74225b4355bc7c20adcc55fdf9986f745446a5 83c55dc426efd937162daf3988bb0e353f69fb8b 875ad27ac0d19852cc999f23b8452d79a369e0bd 8e7eea56071c2837e5a132ab17ea8040a682a16f 9ff87999cec7eb02586b2ec9c5ae871ff598808d ae4b5d3997a845e0683b7e4ad7d4b98df3d76321 e6d4f2c312421838c0f389bb339e206ea33e6e15 e7f4e49fc8ddbf1377392829463cc791849358d0 Package: ros-kilted-flexbe-onboard Version: 4.1.4-1noble.20260908.223523 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.20260908.223523_amd64.deb Size: 49758 SHA256: 46d61361156add234c77b9b269f6c3e348ca2f51e624425fc644795895478208 SHA1: d98e783d06b54abf0064da6b10dbc99d8a2e9074 MD5sum: 280debc703d78e4183944c80a15d5e99 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.20260908.223134 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.20260908.223134_amd64.deb Size: 26448 SHA256: 716c8b518e680930e09869e2d3ba766d4b4b50a5353b9d4f488e9da013c7d587 SHA1: 2d67650183ad17e784bb0965c3b758ccea38ebbc MD5sum: e387ed1791b445e683769ff0db3d36e5 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-kilted-flexbe-testing Version: 4.1.4-1noble.20260908.222816 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.20260908.222816_amd64.deb Size: 31222 SHA256: 1aa3589ed9a6bd9511cc679bad58083987a19e9023af0278ac07de0c2a8545c8 SHA1: 7809c0e0e74996b9019d091c8bf5f201fdef092c MD5sum: 7614cfa24a3393adb82c214607271937 Description: flexbe_testing provides a framework for unit testing states. Package: ros-kilted-flexbe-widget Version: 4.1.4-1noble.20260908.223842 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.20260908.223842_amd64.deb Size: 21902 SHA256: 80419971121ed7fad11061a546a7d9d6d9df7f6318627e61b4fbb2909b979fe9 SHA1: fa7cfa058997a9ffd90e1088c0e3a82ca316b61a MD5sum: 695e41ec239855c5bb0276e7d2c53537 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-kilted-flir-camera-description Version: 3.0.4-1noble.20260908.221336 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.20260908.221336_amd64.deb Size: 96420 SHA256: b632ba77f69809b1f393d9d5b1e7955f3da9fec2501ae5067f452a66b038a053 SHA1: 2f11b6468e44bd0be084a6a023e3bbfcd1294999 MD5sum: 65bd70e53259f5856e27c34413d268cf Description: FLIR camera Description package Package: ros-kilted-flir-camera-msgs Version: 3.0.4-1noble.20260908.164414 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 590 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.20260908.164414_amd64.deb Size: 52450 SHA256: fd642987a1dd59869edb5ee54aaf819b67bc01b923c67dd945a6d3abb5415608 SHA1: f010d65b35bb4300ada9b761dce85bf9806ad6f4 MD5sum: 31dbc33d7c8c40e4d1feb5b4cb9aa1bc 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.20260908.164414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 376 Depends: ros-kilted-flir-camera-msgs (= 3.0.4-1noble.20260908.164414) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flir-camera-msgs/ros-kilted-flir-camera-msgs-dbgsym_3.0.4-1noble.20260908.164414_amd64.deb Size: 269742 SHA256: f828dc08cec85621997bc61a1c281088f4a9db24b1e9a3f9a9a4917f331c4b3f SHA1: 6c957c050d38b22a7b6225731a3a5e345925d3e1 MD5sum: 2c8369bc4647d76ca8669ddce4a77b68 Description: debug symbols for ros-kilted-flir-camera-msgs Build-Ids: 0f96bf0aab01aedfce1fc111e6b4f62afe660533 37fa557112e94d42adf11a9b7b95b50edc7ecf92 55c45eb67885ec271877247feb749fa3a1f98148 5759ef2cf9470e39e1a2fd02d01eeffcdbfbd912 60643e944f3017eb955af458558fbe9aaaa6d0d2 7906e7945585e068221751e9380c13ec2c78efbe ad213a15474d58358e24133ce7a7bb9f95f0e9a9 d40dbc57fe488f9643599d57134ba51db0003a22 ea4e950f122afeee24121fd209167cedd029245b f227320794936fb4f318f3eff27509420123d85b f427b4cf950ee03e7d772cb94d37f76a0a8a3e4b Package: ros-kilted-fluent-rviz Version: 0.0.3-5noble.20260908.205220 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.20260908.205220_amd64.deb Size: 13734 SHA256: c7c6d356489c5fd0a1137d42845145598bdd5243e607a277c790931aa1362e06 SHA1: 737ad59f2defb0d26f9c6f735dd0c88615932120 MD5sum: cbd8b65486c955a5c261524a5088f657 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-kilted-fmi-adapter Version: 2.1.2-3noble.20260908.224625 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.20260908.224625_amd64.deb Size: 287380 SHA256: 2a14bc4360ec6b2210de06883f86293d9e00ce7f78654ad50c54925e7b4440ae SHA1: 22c7b5df2d53c96ed21b33da3e27baf14bdad920 MD5sum: c8088911012bcc89fd432c9c6d386d98 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.20260908.224625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2767 Depends: ros-kilted-fmi-adapter (= 2.1.2-3noble.20260908.224625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmi-adapter/ros-kilted-fmi-adapter-dbgsym_2.1.2-3noble.20260908.224625_amd64.deb Size: 2381898 SHA256: 3e7956855f0e22fd468a01ecb00e974e16a6e2d141425e7d709642a6e8d19ca8 SHA1: 79d5354279ad3005097c4f539dff9851ab03ca0f MD5sum: ba913efc8b7ac4230bda1bfff52ab9fd Description: debug symbols for ros-kilted-fmi-adapter Build-Ids: 5b095cd1f331a92e4236ba75ed247c849d164170 ba85da42fd6e8022b044573246cf5d1897aaec2f Package: ros-kilted-fmi-adapter-examples Version: 2.1.2-3noble.20260908.235522 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.20260908.235522_amd64.deb Size: 45758 SHA256: fbda80c24bd8828db39b65cd5740114b461fbca8c73b6eba44c05f6fda6bcf68 SHA1: 6b560d63aee4e3021012f73e3c09df573382f46d MD5sum: baa3e006f20d9949f9c98b7db3a799cb 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.17.0-1noble.20260908.234154 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1166 Depends: libc6 (>= 2.38), 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.17.0-1noble.20260908.234154_amd64.deb Size: 297020 SHA256: 93924c8fe2de6c650c28cd63cfc86be7d6c15db28c11cbe7547bd44cfc12ca46 SHA1: c1ad6d1878607080448d63cd6f72a1f527cde287 MD5sum: 8e303ff0f4900bbf300f8950ad43b570 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.17.0-1noble.20260908.234154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5126 Depends: ros-kilted-force-torque-sensor-broadcaster (= 5.17.0-1noble.20260908.234154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-force-torque-sensor-broadcaster/ros-kilted-force-torque-sensor-broadcaster-dbgsym_5.17.0-1noble.20260908.234154_amd64.deb Size: 4642880 SHA256: 1510f06c11a8a310c8148a676a1e1eb549a732943acacaee3e4c37f57a8ee634 SHA1: 5ae6537cb7406dd1ba61795fc93edb6e55983829 MD5sum: a0ed45d2af28bf3b23e9f1e28e8d9cfd Description: debug symbols for ros-kilted-force-torque-sensor-broadcaster Build-Ids: 1df6d91861589ee70372816dffa703b30e3f1c36 2a8bc0d5d3c58e19417d536bfa107d6771a4140e ff181bb5746a3f37f82a8045613ad06428bf9c8e Package: ros-kilted-forward-command-controller Version: 5.17.0-1noble.20260908.234017 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.17.0-1noble.20260908.234017_amd64.deb Size: 131736 SHA256: ee1af3a5ad2f16b9613503abc05277dc3c0e67b228ac5b9580de7b37565c29cd SHA1: 40dd4af51155ef62b2fa08c986a7fefa3dd1f19a MD5sum: e824f5294fe42a5dd8626d1a0be89a5e Description: Generic controller for forwarding commands. Package: ros-kilted-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-kilted-forward-command-controller Version: 5.17.0-1noble.20260908.234017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2761 Depends: ros-kilted-forward-command-controller (= 5.17.0-1noble.20260908.234017) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-forward-command-controller/ros-kilted-forward-command-controller-dbgsym_5.17.0-1noble.20260908.234017_amd64.deb Size: 2431794 SHA256: 5e7b4419f1d4fb5cead47bbe6a77d3801a788c3cc9d47ba4fa6369cfabad5806 SHA1: 7eb23e3a28613280ace90cdb0a6770a5ecefc671 MD5sum: 36501794a31b04d7a82afa3e67cb11de Description: debug symbols for ros-kilted-forward-command-controller Build-Ids: dfbd2b7edfd9a0d7ddb5f92f50670af78ec8b47c Package: ros-kilted-four-wheel-steering-msgs Version: 2.0.1-6noble.20260908.165618 Architecture: amd64 Maintainer: Vincent Rousseau 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-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.20260908.165618_amd64.deb Size: 54640 SHA256: cf2af4b1af0fa6557064444c5b6c574db87bc8223e415907de94e83f982eb067 SHA1: 2362edef04cec15d357e5b1e7d2a94c13ea534e3 MD5sum: 7c1d5c21c7e7cc8fa516d1d08a2a2e15 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.20260908.165618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 377 Depends: ros-kilted-four-wheel-steering-msgs (= 2.0.1-6noble.20260908.165618) 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.20260908.165618_amd64.deb Size: 266490 SHA256: c0d15d65da137c8abd03de2ed7390cd3b1826679c27bd7a813c51a63c8df29d3 SHA1: d4520b0c236939bd96c509a092b89a0756a1f4d7 MD5sum: d5ddcb1d0b7fa5fec4b3f7e8440cfd54 Description: debug symbols for ros-kilted-four-wheel-steering-msgs Build-Ids: 402119475845e468118a579b0795d789972423b4 47868c971999800837599afca5e35d1028bc47ea 4829bb4d56b62e957d0a0f37611b6852c73d6255 769a48c8ef943528090d34c6267f8bad79d234df 7a3cf8d05415c27d409213d0c74a6a89a0bb4e43 8332747c6d79a8ccde61ec8663824a3695e45010 8afc0fa99bfbdaa41fe1847cb5cc53cec1e0bcc8 c3e3bbe451b8f1538c770c1e995a441bde6ae7e8 caa50fcff444c00a5a594491d20837a4258bbaf9 e8ab3732a8ad162bb3deb6ccf3d8a97a6147e3ef fd097a5053e738f367f0841883c0f16239262fac Package: ros-kilted-foxglove-bridge Version: 3.5.0-1noble.20260908.232102 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41804 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.5.0-1noble.20260908.232102_amd64.deb Size: 12973782 SHA256: 6d2d770db9ec3944087b2d9acc7d86d5d94039c64ea372355d86cfc9f3b28b4f SHA1: 5c3b0a51b29708e89e4c53c71216d8326f3572cd MD5sum: 12f1ba29ea3f1e8108acaa7e168500d1 Description: ROS Foxglove Bridge Package: ros-kilted-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-foxglove-bridge Version: 3.5.0-1noble.20260908.232102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 20601 Depends: ros-kilted-foxglove-bridge (= 3.5.0-1noble.20260908.232102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-bridge/ros-kilted-foxglove-bridge-dbgsym_3.5.0-1noble.20260908.232102_amd64.deb Size: 9950050 SHA256: 5e744fd37eb4f246f6c5331fe3e242ef47dd0ccc2a2bcbb5b86a5463f6bb0223 SHA1: 4ebf39a5f2a8e67bfbb75499fa49cfed93e36992 MD5sum: 27b5d1dd5d037fe8de5c7264e49f6c27 Description: debug symbols for ros-kilted-foxglove-bridge Build-Ids: 03011a93824a495e45b61173ea7ad227ec883d6b 16933310348aed5f587a95139095f5b9cd5e08da 29b67dde16cf469aaad223a491473ca5e19b0468 9cb0833858a3d5ce15aa1895e26f8a5f1dc152d4 Package: ros-kilted-foxglove-compressed-video-transport Version: 3.0.3-1noble.20260908.214120 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.20260908.214120_amd64.deb Size: 133132 SHA256: 23c4fea7fe841850bb430b192b3f3b99917114de74a0246f4520f199db392a7a SHA1: d07151d5857038b5dd6c475a1b43b8ce18b25249 MD5sum: 89ec324c22e47b8d16244af8a52413ea 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.20260908.214120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2943 Depends: ros-kilted-foxglove-compressed-video-transport (= 3.0.3-1noble.20260908.214120) 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.20260908.214120_amd64.deb Size: 2594852 SHA256: fd69e94661b771e4d2ac3fb8cf1205fcb08b9e5c73673fd7422f3bc6fbc630db SHA1: 85bcecd1c3f6c7e7707c23d5e65cd59d341e321f MD5sum: a8ebe74e136d0f03f2a7125ddfc9eb26 Description: debug symbols for ros-kilted-foxglove-compressed-video-transport Build-Ids: 91ce3678b4ba2aa8924dce96a5d8c21d77ecbd91 Package: ros-kilted-foxglove-msgs Version: 3.5.0-1noble.20260908.191919 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7594 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.5.0-1noble.20260908.191919_amd64.deb Size: 526698 SHA256: cd66eb959f7dd01b593e18db5fe4fae7e25ce318b4ae49df4cdbcacfe83e57d4 SHA1: 277a574f1bcb7f10adaa6d21224eea46e5b91ba3 MD5sum: da8df9fa8c23c7ae11d69959d3236f31 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.5.0-1noble.20260908.191919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 6315 Depends: ros-kilted-foxglove-msgs (= 3.5.0-1noble.20260908.191919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-msgs/ros-kilted-foxglove-msgs-dbgsym_3.5.0-1noble.20260908.191919_amd64.deb Size: 5389926 SHA256: 6e83fda580161fc054c346f4820281024366695ef5d71cdb3bbfb20baee6bcff SHA1: 6f3fac92d0a3c3e4e7d295d66bb5fb3ae13c25ca MD5sum: e49acd55a20168e75aa873a826471a51 Description: debug symbols for ros-kilted-foxglove-msgs Build-Ids: 026c2ad555de7ad766e371ae67c4736728a7053d 0417a81eb280283805971f0e2267ae801235b37d 1ff2d133c77ac1e5e9320410b1b71bae485f04f6 5317fe22f4193ed896b83c2c15bb0a9d7345c9e0 549006c53300058da7217906067d34273c198924 648819525ca19078eef6c30899a6dba9b0bb7058 b48b2edd189fae0f15b549a81d60e37c4e500f86 f206a76b8e489d5bce3b40d5bf8b353b6f6ced9d f59742dff0920e2318bc3cc3a2eea04d7b917a4f fa0894ff198e59d1f08f19fbfb9e54fd41044a92 fd071715ec6716b7eeb90ce89f20e34a2d926f0e Package: ros-kilted-frequency-cam Version: 3.1.1-1noble.20260908.224746 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.20260908.224746_amd64.deb Size: 170624 SHA256: 186f7504ac11f963f5ca371f9a20b2b10bd6d30223bc27ec00b8c9c72852a7c8 SHA1: a35c0a9c01107c72ffc4742a2e27c851bb83f89a MD5sum: 03c1cd6d9bc42b8695b83fb21ee07a55 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.20260908.224746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3566 Depends: ros-kilted-frequency-cam (= 3.1.1-1noble.20260908.224746) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-frequency-cam/ros-kilted-frequency-cam-dbgsym_3.1.1-1noble.20260908.224746_amd64.deb Size: 3185808 SHA256: 300b7566f5b0450a48a02799235c920b6ad0a2011d4ad154fa2f52ac2a2022c3 SHA1: 5f9063f2fcdcdac327c95b7487dc2fc3508fb7f3 MD5sum: 0a9764ef35adcf6b65e47a890195950f Description: debug symbols for ros-kilted-frequency-cam Build-Ids: 3d01905a6fdfc116408db8c74e8ee54734d60d26 49b6d97ffed692ed62b3adba0330b5461858ec47 c22ac7c3620302e6d73c46f6e659f32af6339092 Package: ros-kilted-fuse Version: 1.2.7-1noble.20260908.230852 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.7-1noble.20260908.230852_amd64.deb Size: 6214 SHA256: ded11dc54bec5453ff421bba2710b2b7915384865d37de1ddb164e766aa964a6 SHA1: df07b19f39c67f25307131c854fa2ecc83b7d294 MD5sum: 3bffebdc50169a6c304bfd167f9649dd Description: The fuse metapackage. Package: ros-kilted-fuse-constraints Version: 1.2.7-1noble.20260908.221811 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.7-1noble.20260908.221811_amd64.deb Size: 469424 SHA256: ee7eeee360e7d51aa47bf75f15d989ec393967bd3a8f97657190504fee44aaf5 SHA1: 78249cd3b5e217e54c9ec065f4d02c4b8067e29b MD5sum: afe8f70d42dde596aa3987172c0e8ef5 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.7-1noble.20260908.221811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 22392 Depends: ros-kilted-fuse-constraints (= 1.2.7-1noble.20260908.221811) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-constraints/ros-kilted-fuse-constraints-dbgsym_1.2.7-1noble.20260908.221811_amd64.deb Size: 20285838 SHA256: 0cfd2f8b338ec83d0748b6f27310a63e752191c21895331913d03d8a7fd9b67d SHA1: 1843a8ce47a0c84061d7703ecf24fe066fb226ca MD5sum: 9e8aed2ba50d558c373d9e1643cf5a2b Description: debug symbols for ros-kilted-fuse-constraints Build-Ids: 21d346581adf107f7b115a23697db83d680a7d24 Package: ros-kilted-fuse-core Version: 1.2.7-1noble.20260908.210304 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.7-1noble.20260908.210304_amd64.deb Size: 458176 SHA256: 194c1adb69cff5d41064dd6c59a3324623a2d264a555c299693fe9d3b3b41cdc SHA1: 820c2b6b9600b0254349601cd5093ccb670c34fb MD5sum: d5a57f5c707169acda9bad003580ea5c 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.7-1noble.20260908.210304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 11329 Depends: ros-kilted-fuse-core (= 1.2.7-1noble.20260908.210304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-core/ros-kilted-fuse-core-dbgsym_1.2.7-1noble.20260908.210304_amd64.deb Size: 10242502 SHA256: a3797761946e987b58c91de4e6441e7a83058a94898ad1e74df1c5c9b339b6bb SHA1: 778e7690b107fff569f7e0977b8fef190c44ccca MD5sum: d9c6eae494785d425436412ccc6758cc Description: debug symbols for ros-kilted-fuse-core Build-Ids: 5bca85876a3ca5ba112df5318306192464f8b59e cb24363b262aff37be8cb7af30e2f6c2a3866cf0 ef2a55bb3dca5d0ba870a4bdd02e79f307e413f0 Package: ros-kilted-fuse-doc Version: 1.2.7-1noble.20260908.202718 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.7-1noble.20260908.202718_amd64.deb Size: 6080 SHA256: 11f22a73eb0b5df932880f41e0c2b5eef2a6da089405a54cae371c7affc1d2d6 SHA1: efe464d2d26f2d0944e17b9e244fb6e2f9f72588 MD5sum: 363316f956649a3cca05c27ac3ff0cb5 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-kilted-fuse-graphs Version: 1.2.7-1noble.20260908.220729 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.7-1noble.20260908.220729_amd64.deb Size: 104582 SHA256: ca34ddbb206d6e5aa20b7b9a97f3e9b4f451a87ea43ed297c969141eeb09eb29 SHA1: ad78dd47fe69ce007f93d59630de6028c2a9e6f2 MD5sum: 4bee3fadbb0ed9d9f151452c1e743bd0 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.7-1noble.20260908.220729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1863 Depends: ros-kilted-fuse-graphs (= 1.2.7-1noble.20260908.220729) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-graphs/ros-kilted-fuse-graphs-dbgsym_1.2.7-1noble.20260908.220729_amd64.deb Size: 1500302 SHA256: bca9cb20a4c9255d4ce030fda16933c48eb02c206e2a4d7b845285d9cf186e71 SHA1: 3e0acab7e50b6fb856e1a99b747375ae49c96290 MD5sum: 8337bb2cc1bda0842bc63f3b41249a45 Description: debug symbols for ros-kilted-fuse-graphs Build-Ids: 3bf2af53a4fdd2b8bb86d100cd23eaa6e629623c Package: ros-kilted-fuse-loss Version: 1.2.7-1noble.20260908.220259 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.7-1noble.20260908.220259_amd64.deb Size: 221022 SHA256: 91c333d2edca54c2c36f85d3c5f4636f3809cfef175029ffdb26891b2ec1aa36 SHA1: dfd28ff5bca9a345e9a7a1275b5b876ef03609bf MD5sum: 65cb257a2991e19a7e2101c8d892f995 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.7-1noble.20260908.220259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4823 Depends: ros-kilted-fuse-loss (= 1.2.7-1noble.20260908.220259) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-loss/ros-kilted-fuse-loss-dbgsym_1.2.7-1noble.20260908.220259_amd64.deb Size: 4136820 SHA256: 9108a11feb5a5460a44d9cc84935bb8e276cfa622b1cbc0cc350cfb6f3ba8d4b SHA1: 5a6d90bef1a9c9b3cddc990d376788872d127ff1 MD5sum: 7b6d5f885a5da7d6c4fee26471666f57 Description: debug symbols for ros-kilted-fuse-loss Build-Ids: 63580f4eb4e056871dea9e81808813612fa11276 Package: ros-kilted-fuse-models Version: 1.2.7-1noble.20260908.223657 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.7-1noble.20260908.223657_amd64.deb Size: 792440 SHA256: d4e45ca160a56cadd41f80fc28f6afc2e280ae818789c17f831952f2f62a1d65 SHA1: 64b3d419ea946184193b3bba3703d5beaa4e1052 MD5sum: 02b8486dc3883fa1df853eda0cf41d83 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.7-1noble.20260908.223657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44550 Depends: ros-kilted-fuse-models (= 1.2.7-1noble.20260908.223657) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-models/ros-kilted-fuse-models-dbgsym_1.2.7-1noble.20260908.223657_amd64.deb Size: 41106370 SHA256: d187f856b295f152d6517423b9f014791548bc66a96753459d293fdd9179214f SHA1: c6793cb51cfd9e6fce6f14d83d17a9f8d750ae04 MD5sum: cad7231df1b0740baadd0cc305708345 Description: debug symbols for ros-kilted-fuse-models Build-Ids: faf0f676c0a9cac12cea7686c70d619ecdf2ce7d Package: ros-kilted-fuse-msgs Version: 1.2.7-1noble.20260908.202726 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1836 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.7-1noble.20260908.202726_amd64.deb Size: 147884 SHA256: 8c16e5086dfcfa24051365f7fb0fec99809b9ec3aa3928fc4864804ea3771cc3 SHA1: a659694fca40b4ea247a9b5d92e444f052973a81 MD5sum: 3550f72496e14c97fdae63474d648af4 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.7-1noble.20260908.202726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1427 Depends: ros-kilted-fuse-msgs (= 1.2.7-1noble.20260908.202726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-msgs/ros-kilted-fuse-msgs-dbgsym_1.2.7-1noble.20260908.202726_amd64.deb Size: 1140830 SHA256: ce13b3c7c826e2f58d0d9c62393c2c651d2e09454eb6f17dcb87ad407dcc5b5e SHA1: 1ad50241aec18374a4912162e900fd5a8a6aa5f7 MD5sum: fce555157bbce18a126741a4a0b343b3 Description: debug symbols for ros-kilted-fuse-msgs Build-Ids: 363462019163babd1d0460620b03379acfe102af 42248fd1e7a35b6acb0b1bea08c891f8cdee2168 63fd82a5da509846a1d6fd8e690f98f14f7d5be5 77fc4e43a85fe4732d03d56a4466b0477ba9f208 78ae6209cd650ac30ba8cb89d130473e3272712c aa1189469caf7b2f612d82182ce92afd5b570e06 c24f800f27d5465439b9f182e8359ec0c94d0085 d3c1a388e398452e91999f874dc0f499e20e4d30 e83c33804352c0fb88e1b1abd987f622bf02f8d0 f4e8528304923e3be1f043dc3c258efbc3bd6877 fc9b484a7b89c7731c2b75caeb79be45dfa2c377 Package: ros-kilted-fuse-optimizers Version: 1.2.7-1noble.20260908.223058 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.7-1noble.20260908.223058_amd64.deb Size: 407548 SHA256: 67349b217d09d6533d3a5e7354d51f0fe41f348599789189a225c290d189e0c0 SHA1: 182357b3b80d0b033aa6189e2a36673f10238463 MD5sum: bfd330d1c3e907c8afa8473d469389bb 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.7-1noble.20260908.223058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10075 Depends: ros-kilted-fuse-optimizers (= 1.2.7-1noble.20260908.223058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-optimizers/ros-kilted-fuse-optimizers-dbgsym_1.2.7-1noble.20260908.223058_amd64.deb Size: 8529078 SHA256: 2f8c27773b02182066a28b7fbaebbf68bc87ef710ccbb1702651488f0fc33359 SHA1: 4803423098f7d4dcf686917c797580586840868b MD5sum: 5c7782189c1806bc16a0630ab7c8ca1b Description: debug symbols for ros-kilted-fuse-optimizers Build-Ids: 039967fd49f3c87cdc7259fe152716bec509f51f 2851aa1a78f818ffaf669a1b471baae94a01ae37 85a90eaffaf05c830765da5ac7bad8117d202ea0 Package: ros-kilted-fuse-publishers Version: 1.2.7-1noble.20260908.222819 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.7-1noble.20260908.222819_amd64.deb Size: 247120 SHA256: f5e27cfc407b3de15270394a88713d12d16865240fb4bb5487c87436337b3f5e SHA1: 7ded498b6124dee8c07ed854df2a74b94098c87f MD5sum: 2c2d60313576f72eb4feb270bdec275f 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.7-1noble.20260908.222819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6273 Depends: ros-kilted-fuse-publishers (= 1.2.7-1noble.20260908.222819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-publishers/ros-kilted-fuse-publishers-dbgsym_1.2.7-1noble.20260908.222819_amd64.deb Size: 5536818 SHA256: 3559ea4839e4ea8c8ab2043605992d7410b2c3ad2bb75b5e4e34e9ff0940d0b8 SHA1: 57bdeb6776aaf38314f5b079d962865a5086a1bc MD5sum: 905ca4f8792db83b579732c50e6ce7f7 Description: debug symbols for ros-kilted-fuse-publishers Build-Ids: 0a7b6b5d2618ef16f2768315532b64ad98d59b7f Package: ros-kilted-fuse-tutorials Version: 1.2.7-1noble.20260908.232055 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.7-1noble.20260908.232055_amd64.deb Size: 1517300 SHA256: eb221a09b6fb9dc54b475a50f39f27b387922a5f00b89edf333545ded48ff3f6 SHA1: 4477865ac923bdc3e672ce4406274d981c1ab501 MD5sum: f4f4edbb616b422b1b74c07b5e47d46c 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.7-1noble.20260908.232055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8329 Depends: ros-kilted-fuse-tutorials (= 1.2.7-1noble.20260908.232055) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-tutorials/ros-kilted-fuse-tutorials-dbgsym_1.2.7-1noble.20260908.232055_amd64.deb Size: 7296562 SHA256: 2ec9134b38b220337d70ce82d5ed39c371e3bfd4a40017f184c44a0461bf1c8f SHA1: d7b3771d030047f9e48acc0e59ffb46b939fb6bd MD5sum: 7314b100f18a837fd9733ceb8b5ab071 Description: debug symbols for ros-kilted-fuse-tutorials Build-Ids: 5b642efb72d2a2f363c66a8f5d065cca153aafdd bb05d3a46189050bcb347cfa9e86a5692299c0f0 Package: ros-kilted-fuse-variables Version: 1.2.7-1noble.20260908.220257 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.7-1noble.20260908.220257_amd64.deb Size: 246676 SHA256: 18b22585e23217dabf410ee1a047f38678e4001f4734c82f7beab6c8cdfca1b4 SHA1: 8c1c69cd24f4855ecfc373d4e27eb736af4ed0ab MD5sum: 0d88f7a7cae8e7db0171661a7d0c3c73 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.7-1noble.20260908.220257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7866 Depends: ros-kilted-fuse-variables (= 1.2.7-1noble.20260908.220257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-variables/ros-kilted-fuse-variables-dbgsym_1.2.7-1noble.20260908.220257_amd64.deb Size: 6503576 SHA256: d5c47efaf64c999900c3ae565dd468d2718c5a9604c836789ecafd27822b9015 SHA1: feea50db7e451fb61624fef44d59ccc34dc6b0b3 MD5sum: e2958de4e7ff6e359a180b10e2725717 Description: debug symbols for ros-kilted-fuse-variables Build-Ids: 2a634ae0cfb3c1e6a671f6d361b954325064dfb6 Package: ros-kilted-fuse-viz Version: 1.2.7-1noble.20260908.222930 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.7-1noble.20260908.222930_amd64.deb Size: 331636 SHA256: 43c4f61557fd29334be36ee1077cfb360b51b68b2381002d50f62856f73a7a01 SHA1: 3539c3c7ba4e27e7b3a8900a0e62999481b70a12 MD5sum: 84b18f4ae20f976b66df6e89f54d52b9 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.7-1noble.20260908.222930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11062 Depends: ros-kilted-fuse-viz (= 1.2.7-1noble.20260908.222930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-viz/ros-kilted-fuse-viz-dbgsym_1.2.7-1noble.20260908.222930_amd64.deb Size: 10239776 SHA256: 16bfbe98e671a8c55c5252d821aedd7699ec481eaa72feebb11944f85895187a SHA1: 367928fe3c106a741d2b72886c22c2cf37a6a4f0 MD5sum: 41cd8b1bdaf3315b8e325bbc0185041d Description: debug symbols for ros-kilted-fuse-viz Build-Ids: 4353649566f7c79a2d62c2e6a75b05121b3eeaea Package: ros-kilted-generate-parameter-library Version: 0.7.6-1noble.20260908.233613 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.6-1noble.20260908.233613_amd64.deb Size: 9564 SHA256: fa4c74a98383c37b9bcd17d2e8b3f29273a7b3a0a10bf5f166242ad95198adc4 SHA1: 64e28adc3025dbe05bcfc65fd5b5c103ef0e8a99 MD5sum: dcc3704bc7bb17940d8614663f9a7005 Description: CMake to generate ROS parameter library. Package: ros-kilted-generate-parameter-library-py Version: 0.7.6-1noble.20260811.065026 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.6-1noble.20260811.065026_amd64.deb Size: 58088 SHA256: 9abe18ba269f43822ef2cf03a1434ef5d059a1ae616a32377b2f14000a0e5b60 SHA1: f9755f57a6acdf10e339a6cbbcda47d7ec5fa94c MD5sum: 53a4715d8a9279392beb97470ac5283d Description: Python to generate ROS parameter library. Package: ros-kilted-geodesy Version: 1.0.6-2noble.20260908.201346 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.20260908.201346_amd64.deb Size: 20872 SHA256: 4160fd6dd2b86a392c89f7c27a0a4a016de4d12909d3aab5a882707e2fdeeb5b SHA1: 389c1e20ead89925b85b30523ab3a8b6c0e2728f MD5sum: a72a9ead7bce47af105ec274685bbabe Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-kilted-geographic-info Version: 1.0.6-2noble.20260908.201625 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.20260908.201625_amd64.deb Size: 5330 SHA256: 586cba36434662081f32be204041c074816facd103bd4ac4e1280e61ab7d40c5 SHA1: 7d28f10291e68dbe786f3b473d074f7bd1d8aa03 MD5sum: fa4bdd65ba93630322c9aff112964e7c 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.20260908.191838 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4565 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.20260908.191838_amd64.deb Size: 318892 SHA256: 7f2f42ec144bc6151c6bd45cb49eaa60f65501b20f391f0f3adfad59de0ba2ab SHA1: aa187db7845ab6d5f1a7dcba18261ad12a0e03ba MD5sum: 7e60871cd636b9f02682e5f3d3773d69 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.20260908.191838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3833 Depends: ros-kilted-geographic-msgs (= 1.0.6-2noble.20260908.191838) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geographic-msgs/ros-kilted-geographic-msgs-dbgsym_1.0.6-2noble.20260908.191838_amd64.deb Size: 3202608 SHA256: c7eb39628d162aea15fc603537aa3375e506053a8124097755356720204634ee SHA1: 5efe0c11653663969f7be65b4a3dd7fffff66c44 MD5sum: c877efd3cb10f2b73425b60f51822433 Description: debug symbols for ros-kilted-geographic-msgs Build-Ids: 0a7d98800638b096b9de408e4bd3842a4ff5de60 0b570c3ae42caa3d49b37f4bfe2297da0243a7fc 21a71fcdfdba0c6a94856ab9b03542e27c1ecebc 3c3612bb2c023ca7af0d62a380537fcae7a4707d 41dbca9f57e40c05398e72a3a21d295d5640359d 624042c4f6c8f58071267901cf6f358d01df43a9 6da89b70ecb30c1ded7247930921a66464aa368c 835e43c81a4658ee18c294e81a62057db1808308 8a3b9b62cb5ebe85d58c36f96b306922e1787e92 a4e8d71b0fbae955a660f921a157944e13cca548 fecca399e0790649e1904820e95d03c37616506e Package: ros-kilted-geometric-shapes Version: 2.3.4-1noble.20260908.204919 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-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.4-1noble.20260908.204919_amd64.deb Size: 97420 SHA256: 141037bd4e46a29a31f75ea715fcb6601a0b2fe8555055acc715def5aeb53b6c SHA1: aadf9898eb3b486c419089d02a31ec452d51de51 MD5sum: 3914d626de86b9ece7c445c4d1701237 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.4-1noble.20260908.204919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6114 Depends: ros-kilted-geometric-shapes (= 2.3.4-1noble.20260908.204919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometric-shapes/ros-kilted-geometric-shapes-dbgsym_2.3.4-1noble.20260908.204919_amd64.deb Size: 6139160 SHA256: d818e6f8ef120c68da1836bb69f63528918280de1c4dd1c444538a34a0eb9c52 SHA1: f8831c5264b79b5d1003b79a4f39ee07ee9dff77 MD5sum: b4490a9578bb4dcf32a80bb06a4f28b3 Description: debug symbols for ros-kilted-geometric-shapes Build-Ids: f7483014449c0f0d7a4eae30188ae245498d41f1 Package: ros-kilted-geometry-msgs Version: 5.5.3-1noble.20260908.165630 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4514 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.20260908.165630_amd64.deb Size: 272096 SHA256: e46d1ccf91dad39ab691880c502da0da17201a9032f9332eaf6ff59871c46bcf SHA1: 94bc1e1b73f7af92c46d82ac5dabf901594404a6 MD5sum: 4c25c5b9392a0d02d613dd004a469177 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.20260908.165630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3473 Depends: ros-kilted-geometry-msgs (= 5.5.3-1noble.20260908.165630) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-msgs/ros-kilted-geometry-msgs-dbgsym_5.5.3-1noble.20260908.165630_amd64.deb Size: 2826464 SHA256: addef8c1150eeab8ee967d152b1fc5b51ede3a1e671527eadf7c9c79a1d7f22c SHA1: c144b8b2f5b790b53df56bf43a459031a68f31f6 MD5sum: b62f9228a3529461c368ce0e06d10b3d Description: debug symbols for ros-kilted-geometry-msgs Build-Ids: 16e58699fe70d973eaaa8cf2acda21d1620c7782 1e380d9a1e3066234eeaf12541b4e7ea5d9140bc 4ac39d79e46d056df6268d761394fae67587661f 64ab072233af2e0a13455d2f0069874c165013ff 716d310602cadf511feab4f6bfe3c22c7dc35f35 74bcf702bca7480d70faaba0085495a0bcda9747 7960a3e84d5a4a715b752d52446fe48334da844b cba1204643d1d6cbe7f8843a39acd6203d9b32e4 f3e27aab72879dd9ee43d7259f10f663a6e8922e f765ef2aca5a47d56254fad5f81cda37c57f8e48 f94dfdc1cfc6e3908b8dd27c31c01bf832739459 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.20260908.223053 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.20260908.223053_amd64.deb Size: 6408 SHA256: 11d0a9cb562a48c412fc7965b45836ea513d8f1af68103d23de10f7bdcc1e7f2 SHA1: 847eeb69d99cb4add0cdf4c49a2c71d3c705c0ee MD5sum: 9d179c547984255b00d363051b72a508 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.17.0-1noble.20260908.234451 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.17.0-1noble.20260908.234451_amd64.deb Size: 160902 SHA256: 0d589e0b31db0b4ec7321509538acbc65e7f758fddf5b0bb90e8a69771ec1e04 SHA1: 5fe6a147a73fffabbb29d3724f75ece8121a70f9 MD5sum: c0ca2583c0049d635099ad3fde00bf2f Description: Controllers to interact with gpios. Package: ros-kilted-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-gpio-controllers Version: 5.17.0-1noble.20260908.234451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2927 Depends: ros-kilted-gpio-controllers (= 5.17.0-1noble.20260908.234451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpio-controllers/ros-kilted-gpio-controllers-dbgsym_5.17.0-1noble.20260908.234451_amd64.deb Size: 2567892 SHA256: 4cdc5d01ed67a6ed6b5e1b5c0da01ad20d714904dbb630af0797ced07746dab0 SHA1: 1129b24197c67f798ad3fd383490a7453a14ac7a MD5sum: 90a3acfcab2885ac89fff6e419236c01 Description: debug symbols for ros-kilted-gpio-controllers Build-Ids: 7ef0a70d8ccc9c301e071270202930b4471090f1 Package: ros-kilted-gps-msgs Version: 3.1.1-1noble.20260908.165642 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 880 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.1-1noble.20260908.165642_amd64.deb Size: 83896 SHA256: 657347242eb81e4b05dc31d43619224c3b57af1dbcbaa2f8624c8c0b3b39dd53 SHA1: 0b477be2e89039431bfcafb8b08bca71fa841494 MD5sum: 72995dd31c0b730a5516e5f59c82eb14 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.1-1noble.20260908.165642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 520 Depends: ros-kilted-gps-msgs (= 3.1.1-1noble.20260908.165642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-msgs/ros-kilted-gps-msgs-dbgsym_3.1.1-1noble.20260908.165642_amd64.deb Size: 405280 SHA256: 92faab183a0287e4d32a30a59a26e8b50b5d4875885ed2e8dc900cad1b077f54 SHA1: 28c9c60d46b3f7790bb358ccf0a78a1525b689c1 MD5sum: 421675eb748568b225e0f9f7d0647bc3 Description: debug symbols for ros-kilted-gps-msgs Build-Ids: 0fad7481b773aa933f0d1bb455a2e2f4037f8a6d 1f2db5a23d9015dd894662c27e5084e5341a45d2 43b8684de6d23e327bf9bbae4a58999dc294a7e6 48117470cee75e794a67f271159634b01c717bc2 4bbccc4f5e012d799131e58f6d7a3c11dfa0d2b4 509fdd4f7de2cfb39bbad4ea499d345dfa5f224b 5cba8a756dfbfa701610fbc2f71e6130f77384c2 9b231de8e70f80b837539623902afa77e8535278 a20ea072ac09f41d5774ca07b42306fc78d39dae e9dce50f6382d71f3b98a687c60e0351a4a7dcd4 ff19faf265e42cb411c5b44ba4242c0ba19e95b1 Package: ros-kilted-gps-sensor-broadcaster Version: 5.17.0-1noble.20260908.234250 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.17.0-1noble.20260908.234250_amd64.deb Size: 84160 SHA256: b914e3cc932e721ed6e9885a18fe59a492acb6c5783727e11deac25b0865fc2c SHA1: 5357b62fb31b78191516664daa9445febed16769 MD5sum: 9404b5e0935cd61f5b0816bec7a6d152 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.17.0-1noble.20260908.234250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1192 Depends: ros-kilted-gps-sensor-broadcaster (= 5.17.0-1noble.20260908.234250) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-sensor-broadcaster/ros-kilted-gps-sensor-broadcaster-dbgsym_5.17.0-1noble.20260908.234250_amd64.deb Size: 1119942 SHA256: ca307744afbf05fbfde11fe4806c3d86c4c82fad45f90fb4a05f7348f387ac62 SHA1: 7e2d47e600ccd91d10fc9d5e6db2895994442aae MD5sum: 1532e688980f5327720a191c146722bc Description: debug symbols for ros-kilted-gps-sensor-broadcaster Build-Ids: c6fb6a6b71c2fc6a1fae05a4ce11e5d8ef2bf787 Package: ros-kilted-gps-tools Version: 3.1.1-1noble.20260908.210502 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.1-1noble.20260908.210502_amd64.deb Size: 175338 SHA256: 3af9d5762608a97f4835f7f736463cc4bf0a0cdb8f7c7dc7c89616c2909142ca SHA1: 7f0e1cc5784f82d30816725a21dd9bc177fd96a3 MD5sum: c5dc776f7f3c6cfc546451287444bddd 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.1-1noble.20260908.210502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4689 Depends: ros-kilted-gps-tools (= 3.1.1-1noble.20260908.210502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-tools/ros-kilted-gps-tools-dbgsym_3.1.1-1noble.20260908.210502_amd64.deb Size: 4013116 SHA256: eabf5e9fff660c96230b733f91381f30af962083e0906bfa81cc3b0d2f71165d SHA1: 7b2a6e114dfe7c3d3c5f29a29d5069c3d5d1f59b MD5sum: 500562c037f2a123a2f7cbf8b9973658 Description: debug symbols for ros-kilted-gps-tools Build-Ids: 1e61da5ec2108b8f011329fe7277f88da482aafa f663b6bb956dbe66db962926bc0f54e6eb38ce8f Package: ros-kilted-gps-umd Version: 3.1.1-1noble.20260908.211600 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.1-1noble.20260908.211600_amd64.deb Size: 5516 SHA256: 022ff6c698f83c55a532562d52f2ffda4e12592ec50a99753a3c4b218a886722 SHA1: e934e07d91d6b9940e0bc63e0d67d842f905c437 MD5sum: 239b2c1857f2c86d6e8d3b79ed29773e Description: gps_umd metapackage Package: ros-kilted-gpsd-client Version: 3.1.1-1noble.20260908.211219 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.1-1noble.20260908.211219_amd64.deb Size: 76196 SHA256: 382c3de9d36c310430fe6dc23a82b82b0c40ca1968ddae24941108a97e1f3056 SHA1: 090c168b65924590901c7e4d79712c9cb174b762 MD5sum: 84f61d8738c10e8af443387193d0f6bc 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.1-1noble.20260908.211219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1294 Depends: ros-kilted-gpsd-client (= 3.1.1-1noble.20260908.211219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpsd-client/ros-kilted-gpsd-client-dbgsym_3.1.1-1noble.20260908.211219_amd64.deb Size: 1200500 SHA256: b1a17ce08b7da4804f20bae2c7d2ffd7149894d68034b1c874e71f85fa63bda4 SHA1: 3368d4472eec2ae6709f95dc8c29a92c8b332555 MD5sum: 76f1e8eaffbfdbedc0e156334b0ddc26 Description: debug symbols for ros-kilted-gpsd-client Build-Ids: 7037e86bd81e36847bd4936ea55c4f78ee60f1d8 Package: ros-kilted-graph-msgs Version: 0.2.1-1noble.20260908.193244 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 617 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.20260908.193244_amd64.deb Size: 65912 SHA256: 0db0e7e4014a6be9f1555ee5d7e104ffbf313445de8fa7bb5de8130d8b17ac5f SHA1: 6d98d57c197c4bb2c5ece05b4678e1aba2bed3d6 MD5sum: 4261bfe00529f515c41035f41f1b5658 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.20260908.193244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 491 Depends: ros-kilted-graph-msgs (= 0.2.1-1noble.20260908.193244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-graph-msgs/ros-kilted-graph-msgs-dbgsym_0.2.1-1noble.20260908.193244_amd64.deb Size: 380348 SHA256: 5517902ba46d2cbbbc992141ceef22744610817a03d433b3ff5a12c4b12edcb7 SHA1: 4783c662917ad5f9e477197ec450d1082278a4f4 MD5sum: 465643cfc9445708c32f4f0fa172ad4f Description: debug symbols for ros-kilted-graph-msgs Build-Ids: 2bf62948f223533315d6e85c0cb79eb8310ea142 30e0159a7177dedfff550822be7cc7da2dddd78c 35bf08af07044f1b6d3d073ae4d6f64f087ff3a7 373b09b1ec017775d742a68d853e31ccb70797e3 46b298c0d47164c98408867111cb7e90a4d80fb9 4c64fecda1e68f0430e117c357000fcfaeba83ae 4c8e1698be0742404358638d468b631ac485ec93 882f5b840c9aa8b61c687af142e38d5f1477ec1f 8e7083300136ec7c396acb7739d06e6eea3775a7 f53f228bdf38b96c055414f05b51dd167840661c fbc6c2a9cddf0a8c79817064407c40b35db0e8fe Package: ros-kilted-grasping-msgs Version: 0.5.0-2noble.20260908.200823 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3989 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.20260908.200823_amd64.deb Size: 281690 SHA256: 518a49bf968cac429645756ccdf7f3209ae558fa68ed18171063195850986476 SHA1: 188773bcab9f6c2a379cb4242ced085448aac057 MD5sum: 12508251ca86fd2a8a29e9f34284b152 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.20260908.200823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3059 Depends: ros-kilted-grasping-msgs (= 0.5.0-2noble.20260908.200823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grasping-msgs/ros-kilted-grasping-msgs-dbgsym_0.5.0-2noble.20260908.200823_amd64.deb Size: 2495500 SHA256: b38abeae35057f9a26fbfe3b74dff6268f33145b926e63b0315596d4eed531a1 SHA1: c299f921412c051cdfaec80631a51edcac405a42 MD5sum: a7fd835c38b710155b246d69218f8651 Description: debug symbols for ros-kilted-grasping-msgs Build-Ids: 2ce639f3df705b0da50c435c0611ea819d81e39c 2dc7b38e6a013f3b58e5882a084852004a31fde9 427ae7cbc1d0c4947ab743945df4dbabc67d7a8c 4b07aaf35019bfe54910a5d1e423f431456cc262 5b0ebf514a57d491a1dcb799f03801b555e47499 68cdc279a470703290b478a9677c8cf2fbede14f 82a1055e9489ca9f8a6761214da753e7d9c78565 9a5449358fc4d12a6f590d2e4e97cccac09fb624 aa995ea17dec88f0942312857ccf9ab5c7da29dc bec9d1165282f716bb10969d09a56bbb160c06dc d6676628e35fd627fcb5a80cd5a53ffd37de5c1a Package: ros-kilted-grbl-msgs Version: 0.0.2-9noble.20260908.164832 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3310 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.20260908.164832_amd64.deb Size: 212112 SHA256: 0621b4cdef5a76f1e862cea5b3cc3d7e2a60ea40274dfe08ecb186ac60f767f9 SHA1: c518514597498368bfcd031729e072e0f2bc236f MD5sum: e392c17969a2b6dfd4dfaeefbad45256 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.20260908.164832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1801 Depends: ros-kilted-grbl-msgs (= 0.0.2-9noble.20260908.164832) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grbl-msgs/ros-kilted-grbl-msgs-dbgsym_0.0.2-9noble.20260908.164832_amd64.deb Size: 1299038 SHA256: adc68de6f2a45141353f69c0d14ae61fbd5d9028c8be791ab44999f8f1caad77 SHA1: bd56c9b90f52255f3de964fbab2f0e9266d5a79b MD5sum: ffbf68346cd7ebf45a265864ba921232 Description: debug symbols for ros-kilted-grbl-msgs Build-Ids: 19f82ba2fec2670ad45c29358b4f241c18830802 204e391a44b0dbc452deff755289cc85a6aa6274 3cfc92b00c6117c0c753f9cfce1fc13177bf69bd 3e32ec847983b519d5b584dee83541ccbde9eb90 4cbaceed1ebe84d55ddb3ee1fbb0938aa2b1abe4 681d1e3e96ac00ea94312fd62145eae82c06c0da 7216e674e14e973f2b880865177e4cbf3b48113d 866421fb44db8ff14c9d788588dad6b15eb3f179 c285cbfee9e023b29a5e91eb24526c59446d13ef c3469685b5008835dd14f7459d7bf2d03137af56 d6a2e243e92b0febccdf4ba54ba45b823c2493c9 Package: ros-kilted-grbl-ros Version: 0.0.16-7noble.20260908.205420 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.20260908.205420_amd64.deb Size: 26014 SHA256: c131833b19812b37fc2a4fe6a3abbcad665ace188a8ec78831bb828513b6ef04 SHA1: 12c96f8c76639351874403e914437cd1f35df6f3 MD5sum: e2306957c3c17509d69379f5f93adc6a Description: ROS2 package to interface with a GRBL serial device Package: ros-kilted-greenwave-monitor Version: 1.0.0-1noble.20260908.235542 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.20260908.235542_amd64.deb Size: 342434 SHA256: cc12f199294b2c188a573dd273eafccf5787c1b6daeda1fa055db38e4bf377a7 SHA1: bb507b90106cc80a09a158d3295901e61194cbf1 MD5sum: e84d2647b7d8439dcc51be96a3b97725 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.20260908.235542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9069 Depends: ros-kilted-greenwave-monitor (= 1.0.0-1noble.20260908.235542) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor/ros-kilted-greenwave-monitor-dbgsym_1.0.0-1noble.20260908.235542_amd64.deb Size: 7798398 SHA256: 5fea4a3cdad122b2af2420c8205ad3d4fded3fc98fc0d801803db7191e3e31f9 SHA1: 7937e7631719f7a82969ea380a283c7c18714f7c MD5sum: 4b1cb6522055f84947c1f2302e1d67f9 Description: debug symbols for ros-kilted-greenwave-monitor Build-Ids: ab52e07b7af7fce1232c3bc258432e81607b003a d55db009951e4a6e6455817eb440891fa90afff9 d6ee72900c9e877a96e28b9dd95942f003a7f0f8 Package: ros-kilted-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260908.165646 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1231 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.20260908.165646_amd64.deb Size: 99436 SHA256: 309cbd51a047a6597025d9c37ebc40c1c47d8644f6b3cb6b39657dbfa22bd92d SHA1: 23819166b5ceea19f5b0152f127781dab7274ed0 MD5sum: 55e65c6ea271ac7c81ab1e387c01b888 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.20260908.165646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 831 Depends: ros-kilted-greenwave-monitor-interfaces (= 1.0.0-1noble.20260908.165646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor-interfaces/ros-kilted-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260908.165646_amd64.deb Size: 624478 SHA256: f5fafaf49a01a7e899c8712b479e1a694feb7ea2af30b35454e3f3f61d56457d SHA1: 90973b66fe20db709245d03dc9c0b1c383c8f9f8 MD5sum: f561a59d413da4cb1eb81a9318829f8b Description: debug symbols for ros-kilted-greenwave-monitor-interfaces Build-Ids: 0b5b3dc79488f10a94bf4c107355d76e5f2b9dfe 2965be5a73efa72fe11b215e77e6f8f988dfeb1f 330dea04f5b97a1dcbb49af7f9cb9d80dab12ec2 4358c431d41feecf81aa5d1b8277aba3c577175d 4c6531f6abba5c591fb22e695fab40c08c95f259 78908d7e6103bf2e9c5f14431fb24c48eaadb32a 8576e491a9f735109006c515370ddba050fb5d36 8f04698cffceb852900a96d83d65bea54774bf3f 941392d4267cd562f602287b1a6cb99f72096bb8 97a7e07607cfb453d23618f91b9b7c623aba0fdc c5ed466f4e6b80c8a23892ed4955328c1051e48a Package: ros-kilted-grid-map Version: 2.4.0-1noble.20260909.010022 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.20260909.010022_amd64.deb Size: 5748 SHA256: 1a824539558b4b06eb470f504d98f43c74cda077f239da1d9d36a72a27538760 SHA1: b9bb78ebd1a47c55a5f65c283e58f9009a656606 MD5sum: 4db97b2ffd31d7ae90077f854b8fab9c 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.20260908.231310 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.20260908.231310_amd64.deb Size: 12896 SHA256: 4550ae1a4f9e9fd5010d2449e7bd4feebd3d42f1b5c741bcff23b8ad0825384e SHA1: cc6a245d06d5b81516fcde06925de20b756ac1bd MD5sum: e7d8550035928fe2e20aad3cdbbe40d4 Description: Interface for grid maps to the costmap_2d format. Package: ros-kilted-grid-map-cv Version: 2.4.0-1noble.20260908.221700 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.20260908.221700_amd64.deb Size: 101276 SHA256: ac816b3b3be2abb35624bec7c5e249f2daa64cf7436b2fc76655b32d049fe918 SHA1: 2e06deb0b7cfc5cab6f45f2a6db55f887ac9e594 MD5sum: 4fb79707821bf70598044f20fae6a276 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.20260908.221700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1368 Depends: ros-kilted-grid-map-cv (= 2.4.0-1noble.20260908.221700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-cv/ros-kilted-grid-map-cv-dbgsym_2.4.0-1noble.20260908.221700_amd64.deb Size: 1300816 SHA256: 0c0a8e0cb19f66d31c8e04f9ae15bf87f41a4c3784e27ae2e153e7d3f2e13777 SHA1: 8952f88588099af478b3ded9732188ea33466ff7 MD5sum: 33f7ac4549cf46ce20dbcc3907fc0108 Description: debug symbols for ros-kilted-grid-map-cv Build-Ids: a36ee2a5538e885108c0370404e31e5fc81aa58f Package: ros-kilted-grid-map-demos Version: 2.4.0-1noble.20260909.002704 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 5767 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.20260909.002704_amd64.deb Size: 1857902 SHA256: bf885cfc52a2fa49c87969a450d63c37d9a0ee7f3ee3d1651469a1e02444b79f SHA1: 8a8e1df8b5183c12b9644069d3ca4a144eb2fbb2 MD5sum: 46de94dc20e86af0b4fab89ee121d2bf 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.20260909.002704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 22527 Depends: ros-kilted-grid-map-demos (= 2.4.0-1noble.20260909.002704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-demos/ros-kilted-grid-map-demos-dbgsym_2.4.0-1noble.20260909.002704_amd64.deb Size: 20887582 SHA256: e6d978192b5ea6732d03b4af66c18f13a48f2160e0e66bf9100af999d2bc7d40 SHA1: 2eaceaae33ea14632afa670b1a09a04d07476ecc MD5sum: 11e201351dc57577a4c746bb46fd68a5 Description: debug symbols for ros-kilted-grid-map-demos Build-Ids: 1d87acdf4c86f6cb15266ca1221a67656aca0e9b 2854e177a9a291e435c91dfa8e2df2633d74fcd9 2cefc86e49c795036c82b269bac2328182cdf59d 529dbf848e9a1672b69f65743c2e86ce7137745c 631b96f0aafce20aa2001a1a1bbe8669714fa6b0 71482650284fac127009f8b53d4f1e2f9804a1d2 7a3a8aa132b3e0289cd91cdc5a500172e16e85db 7f9918c1a772acedfa819671886d53bf2cf7f862 986acea23883f10a4bd410cd678a89f432f61c97 9c3818557b6374d0be5c45f897a3852cf1295677 b795390a0ce6aa49e4afddf02df3b0745482c022 b8c55f59965e9c09d7ca9742b8a396478f2fce9f c81e0ccce4ee8787ba4b917527e4a9dc45132cc5 Package: ros-kilted-grid-map-filters Version: 2.4.0-1noble.20260908.230926 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.20260908.230926_amd64.deb Size: 429490 SHA256: f402ac901e450d2c09f4edc0d2a662e7cc71040c3128056c0392bc188bc9d4f1 SHA1: a680578717e109bd5d33091eabffaeff2ef66f48 MD5sum: b294cc8cd1445d52f60be4022b04060d 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.20260908.230926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 16400 Depends: ros-kilted-grid-map-filters (= 2.4.0-1noble.20260908.230926) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-filters/ros-kilted-grid-map-filters-dbgsym_2.4.0-1noble.20260908.230926_amd64.deb Size: 15676952 SHA256: 931865441b14bcadb78a82a360bb37c5520bbf22c27b350679372bf55f6a25b3 SHA1: 23b6b9364341f395c478c18fda2ac2212a8fb45a MD5sum: 324f82f4c09a6c5810a35ce9244bdb72 Description: debug symbols for ros-kilted-grid-map-filters Build-Ids: 0402cf6fbba6f60a5b2c6759cfaf77f1dc6b570b 1df247dcc29b0b1aed851fbaea24262f2455586d 29674f1a981b7176f0ea4245d424c3c603b54dfd 344c980c7fdec8c8b914e5fa3ee8523903c25fb2 4dc1f43e305ad1e90fe0bb955ed9fbf21be36acf 527d2a12fa21afb3a9a8f920111d0a67f12d1165 578707d94257553402e4d1b37bb43c4d585c1201 590804194ff3542c3abf0c2f3dc7766fa7bba0fc baf7a870535f3c3178e01595715dac5431e53ce9 c0c4b88cc54d1880eec88b32454b9ad35f10f176 cc36cb01210e7714902bb260bfb3a131081bbfc1 d14243dd74596448ed1993c1f20781165db6559d d67edccd8eda18f8a4a2e436c4e08ede9bd832cb e52bda533add3ebdda5f40ab1475a7c75d04aa50 e6e03d149c04d79e27ce6847738b18c0b6b9e9a7 f2fe758dc21affcc4aafdb133ef0881b71c384c1 Package: ros-kilted-grid-map-loader Version: 2.4.0-1noble.20260908.232903 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.20260908.232903_amd64.deb Size: 134268 SHA256: 16c70f2360cf57a866925280302b0bec5d666a69f16de2d9ccb2f195ae294429 SHA1: 85916fabe7e2ad743b143d71a90e420bb6f5f821 MD5sum: 3a938393e398d4bb55e935b4d1d26373 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.20260908.232903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2015 Depends: ros-kilted-grid-map-loader (= 2.4.0-1noble.20260908.232903) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-loader/ros-kilted-grid-map-loader-dbgsym_2.4.0-1noble.20260908.232903_amd64.deb Size: 1886876 SHA256: 3410fad8bb7ccaa9cc32207f0a2dc22446d3a3226e92442094b26806d6a7a48b SHA1: 20c34471df40da535182cd23b2355d12394b75fe MD5sum: 72dc1867195068a1f03206f7d4a6fab8 Description: debug symbols for ros-kilted-grid-map-loader Build-Ids: d509c6179cff8de11d2cc914e2a35e840c6d7a73 e47d2f197cfe1c27aa35239174b71d4906c56f92 Package: ros-kilted-grid-map-msgs Version: 2.4.0-1noble.20260908.204926 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2408 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.20260908.204926_amd64.deb Size: 186984 SHA256: 1982972d01fae629c3d28a7dcf460bd3f9c52cb7fa1e3a02f87421d2870759d9 SHA1: edf2ee75ee5077a772ea6f8054bedef2de66d96f MD5sum: 8a8cad18a455d62d3cc87215994a2ccb 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.20260908.204926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1952 Depends: ros-kilted-grid-map-msgs (= 2.4.0-1noble.20260908.204926) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-msgs/ros-kilted-grid-map-msgs-dbgsym_2.4.0-1noble.20260908.204926_amd64.deb Size: 1597580 SHA256: a731ea158cba591a3bd926098d206569c36ba91b8c629190e8131c0d94f6c341 SHA1: 12c66876e86d187b2fac5a97316fddf3118b3eea MD5sum: bcb581cd502aa339d7afe26ae66c8111 Description: debug symbols for ros-kilted-grid-map-msgs Build-Ids: 00da117b7db4fbe762e61a6f4158a5ebd229674c 241ae6f98aba4f9b0484fddf7631c94597f476b3 4c7b6961c7c304170385633668c7398580b5308b 4efeb3c30e7f054516017e9653c14ac8989a1b3d 585d50bda99dd1c2edf907f47440bf69c9a0e610 77c02e662863d420f422b29c811a05fc98aae99c 7dd1c37e17a44a1457fed31bbe967d0d9d8d71a1 8d4c791c8442f30e48e87077196cd2fb042cbe53 9d368b5d2f76d3f2c461102b70ab1a77feff462e c2d31926e390ead5365235319fbf588ebfc2ea8a cd02b01a719a46dc5ad0dd6d6a5feb3f88a7f203 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.20260908.231648 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.20260908.231648_amd64.deb Size: 188424 SHA256: 171dc2bec4281bc53cc40ae7e8ab078d8265113c838e083d9f9f47bf83f6c8b1 SHA1: cb2ea1539f25c80a6f48f0d930889017ac7a7d88 MD5sum: a865df9cc706726a6d030370e624e7e1 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.20260908.231648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6170 Depends: ros-kilted-grid-map-pcl (= 2.4.0-1noble.20260908.231648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-pcl/ros-kilted-grid-map-pcl-dbgsym_2.4.0-1noble.20260908.231648_amd64.deb Size: 6040816 SHA256: 4cb58ef0cdc104ca65cb3f80b2739e125fbe655c800b422b4a330b9313fc3b49 SHA1: aff796937b882e570ed664822dd511a1db828476 MD5sum: 66fd5979e25ac55501e14b550592eae8 Description: debug symbols for ros-kilted-grid-map-pcl Build-Ids: 7b970bb6bd90a34bfa628654ad58a71b5705e092 bfc62dd65a8242b5becbba16ff0cb8479ab136c7 Package: ros-kilted-grid-map-ros Version: 2.4.0-1noble.20260908.224737 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.20260908.224737_amd64.deb Size: 146352 SHA256: 850722e46c2cb47565171a51cc5b5dd6b1ae06197146631f7ca4aabee1e3f5e6 SHA1: 3406293862376e47c3d49d23f7b548f3be72e2cf MD5sum: a1f90abf10bff57508a3c836e736fb38 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.20260908.224737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1808 Depends: ros-kilted-grid-map-ros (= 2.4.0-1noble.20260908.224737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-ros/ros-kilted-grid-map-ros-dbgsym_2.4.0-1noble.20260908.224737_amd64.deb Size: 1726250 SHA256: c0b7bed13e6fcbe2dbecb0764253547d8f7cfd549537ed00afa6ee64ca86ffee SHA1: ba910c27df6abba233ad39bd237013183608e998 MD5sum: c5273f36f7cbe70278349038d584563b Description: debug symbols for ros-kilted-grid-map-ros Build-Ids: 94c3564ff11ec6f19468654e45c23bc0aed22b17 Package: ros-kilted-grid-map-rviz-plugin Version: 2.4.0-1noble.20260908.225349 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.20260908.225349_amd64.deb Size: 643718 SHA256: 441b0319e33c148608bcb2d55f1f64dafee9a5cb1905a0166b26488574b2a93f SHA1: bee07b3bf5f7bc7025772e66be702e09b7ca00d3 MD5sum: ff2256e340883430de06b82038d36e7b 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.20260908.225349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 4667 Depends: ros-kilted-grid-map-rviz-plugin (= 2.4.0-1noble.20260908.225349) 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.20260908.225349_amd64.deb Size: 4276518 SHA256: fb4f121fd3c113c3127083f2d87051413ef94f7ede8cc60c82b18c009dbd423c SHA1: 16fd805439b9e9df6d066f4cf83032df88a4e172 MD5sum: 49165c58d1641fb33f63878116e1ace4 Description: debug symbols for ros-kilted-grid-map-rviz-plugin Build-Ids: ff58f3a3110baa7f5f6f39a0d11b9b993083d836 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.20260908.225421 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.20260908.225421_amd64.deb Size: 489048 SHA256: 3e36276163dfcdf4c7297a454212c691ebc122847d637526c7ccd5c505a6dc34 SHA1: 25d34ebe6c637222ef9099325e380572ac35947e MD5sum: 1300a44262fb843da5d30fdb45c03277 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.20260908.225421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6690 Depends: ros-kilted-grid-map-visualization (= 2.4.0-1noble.20260908.225421) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-visualization/ros-kilted-grid-map-visualization-dbgsym_2.4.0-1noble.20260908.225421_amd64.deb Size: 6181622 SHA256: de15ca9647cb433cb1c1b2a0bb33e6f3f211d183a36cd9c68f1e06b17a179d26 SHA1: a5257280e18987c6202c44089d6140d037a053fa MD5sum: b815d8c3bffbc6814858590bc98a4790 Description: debug symbols for ros-kilted-grid-map-visualization Build-Ids: 4fd0afe49d62c8a6d3b22f34dad4700744305917 7659063bf0e485f97e66109af5067ab269690213 Package: ros-kilted-gscam Version: 2.0.2-5noble.20260908.230225 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.20260908.230225_amd64.deb Size: 134356 SHA256: 4e596d976e75b908d4c0af009e250d555529cdfd0b0693456e28c82be21fde0b SHA1: 47f5e60329d3df8713f4c7e22047b0c9befaf0de MD5sum: 53ed73656be073a4bf2e5d4e29af8530 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.20260908.230225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2067 Depends: ros-kilted-gscam (= 2.0.2-5noble.20260908.230225) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gscam/ros-kilted-gscam-dbgsym_2.0.2-5noble.20260908.230225_amd64.deb Size: 1927438 SHA256: c3229c1f890379d63579072324233ac64d933c7f49e0c4a1f4abfd371a02187b SHA1: 65a2c6172c8fda67932041e1004ef21c26292c35 MD5sum: 251c7418debf87499d9eb6f393ecd4d3 Description: debug symbols for ros-kilted-gscam Build-Ids: 1a9fdaa74c15e62b79a892ffc3fc5f287cf1a88f 891f73072cef89ee94f328b94c91e54e58e943cd Package: ros-kilted-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260909.000922 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.20260909.000922_amd64.deb Size: 398714 SHA256: 5995d7efdc5708d9b695599da5b67dd78624c92ef76c384d9a188c15760c609c SHA1: 50573179b802c9462740132cb115fd0bd2cc3e4a MD5sum: 08aaa1f76d60ce603745ded5df1eeee0 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.20260909.000922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11049 Depends: ros-kilted-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260909.000922) 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.20260909.000922_amd64.deb Size: 9700412 SHA256: f800f10411356a06dda91f1c007f9af6bbdd5e4377e6117353cf2cc506a5b622 SHA1: 07049d723ddd7c28d81761846dfadfba3e6a321a MD5sum: 05909ca0262659bac9a6275899a6b8c7 Description: debug symbols for ros-kilted-gstreamer-ros-babel-fish Build-Ids: 559f31e441f6482f5f9876bee7f4ed331b0b31d2 5aba5b1afb34416d07198c3dbaddac7fca3d3d27 9043f64de86f307d7e7539bb7cda1083d6ab21fa bc0b1de1d8e25bd4a05e5ee28d1ab20e92584d09 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.20260813.201821 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.20260813.201821_amd64.deb Size: 56030 SHA256: 42ac6e922915a15aa5805da2c6fedc13e464b238153cfd89d2a9a18be831a4f8 SHA1: 4da2569c09d73b84abd5bbb71b9f9fe9db044d62 MD5sum: b2cc864d2ee8edd9b8b2bccdebcb7e4f 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.20260813.201821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2761 Depends: ros-kilted-gtsam2mrpt-serial (= 0.2.0-1noble.20260813.201821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtsam2mrpt-serial/ros-kilted-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260813.201821_amd64.deb Size: 2718256 SHA256: 278fd4855f02a00704726daffd757a7ba9ec39f1a67039a997be4ecbe8875085 SHA1: 9afb8e533efd8d550396eb4004f4bcab786344c4 MD5sum: 3f4fe81fd48db92212e8f5ceb101c87c Description: debug symbols for ros-kilted-gtsam2mrpt-serial Build-Ids: 2ab98afc31e02508d7f856d327de14b3d8d84082 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.6-1noble.20260905.031510 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.6-1noble.20260905.031510_amd64.deb Size: 199066 SHA256: 68c6665a23846343e0db28062545d08bbe7438a8dd835ea6c5e0b467dc10278a SHA1: 93c6cfd48c268b1fdbef3734416471d455b00583 MD5sum: ee6731c9a6b42065dba27e6fed41b63b 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.10-1noble.20260905.033209 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2443 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.10-1noble.20260905.033209_amd64.deb Size: 656006 SHA256: 6b8de26caa4a96cfcadff47598f5af1362aab9f2e27134e5a8866e0c38756e12 SHA1: 9ed1401d2ebe2b24623714c6015f9b0f62c4e1eb MD5sum: 69a9150dfec217edaaabdda2fde4241e Description: Vendor package for: gz-common6 6.4.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.10-1noble.20260905.033209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 8358 Depends: ros-kilted-gz-common-vendor (= 0.2.10-1noble.20260905.033209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-common-vendor/ros-kilted-gz-common-vendor-dbgsym_0.2.10-1noble.20260905.033209_amd64.deb Size: 7978268 SHA256: 7703e6e4e78f66f9674ceeba0fd85db5f661f45df267c7f23144513e0954ce03 SHA1: bfda71461256fbb9e73eed406976b92d2912f4ac MD5sum: 8af14afed544554b583784e88d745cf0 Description: debug symbols for ros-kilted-gz-common-vendor Build-Ids: 22ef12210444cba6cd696da82657728e97bc8436 3fcd61d26fc48ceac3340ac26e1c958521166ce8 a6a396aa862b2db6177e232e8024b63fc9bbeef8 abdd5e805449c988037bb71250e3437905fa7e66 e02ab89c0248b916e1848f4b5d1e7954be8e5ed8 e19fb5c8e0b799cbbb6caec6f3704ea6c69669f1 f830c35812afcdc672075dd3cf365f9b073a1eb1 fcec082e750f1b7e856a5c5e285d49972646ed93 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.5-1noble.20260905.052940 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 807 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.5-1noble.20260905.052940_amd64.deb Size: 225904 SHA256: 464f0476b69b0dc3199d78ff1b46972635a5ad13b8bb12979e88da7d5b50718f SHA1: 6aeefe58a88867cce1a7315629db5a43fbe809e3 MD5sum: 20efb3476d6b78219a079b8a5d3f1095 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.5-1noble.20260905.052940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 3479 Depends: ros-kilted-gz-fuel-tools-vendor (= 0.2.5-1noble.20260905.052940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-fuel-tools-vendor/ros-kilted-gz-fuel-tools-vendor-dbgsym_0.2.5-1noble.20260905.052940_amd64.deb Size: 3354240 SHA256: 4d32662fd663d66e6fbf1afaee2798193951ce7fc8bf206c91cc55db3c9cdc60 SHA1: f0b731f0004e6ae189bb4aa851e217a8f1ac6f7d MD5sum: 03e0515721a6aff5400b3977065165b0 Description: debug symbols for ros-kilted-gz-fuel-tools-vendor Build-Ids: 44c85aaab0c3369d9b1eecf44ada124d896b7653 Package: ros-kilted-gz-gui-vendor Version: 0.2.4-1noble.20260905.064221 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.4-1noble.20260905.064221_amd64.deb Size: 634496 SHA256: 2d1e7eba681495f14b8b94e4a8ca5ae070ea493ce20670a403e6e0fe63889b41 SHA1: c7de9cd14a21b5400626c46756a0067b71ff731b MD5sum: f0b6cb9e39b4aaffae13c05332ac37d0 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.4-1noble.20260905.064221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 25330 Depends: ros-kilted-gz-gui-vendor (= 0.2.4-1noble.20260905.064221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-gui-vendor/ros-kilted-gz-gui-vendor-dbgsym_0.2.4-1noble.20260905.064221_amd64.deb Size: 24788652 SHA256: 00fa394bfc6f7f9cebbfe829e116e4cdfa92fb18fd3cb6c41c7e2f64d15dedf7 SHA1: e42776b89123ac3827034f7ece88b5ae4f26681f MD5sum: 6953975611a46c00f3b9bcac50eeb9eb Description: debug symbols for ros-kilted-gz-gui-vendor Build-Ids: 00956b87368a7d9a29edff2ad8099b5ce146ee22 0e4f1141b458ec5cf93278fd775eba9ae44e1dac 22052ca5299621f0a7509aa8528d12677f6ffbdc 297afc1d997693b45a22108cf79c415f81c045b3 3ef0c471cddf159b4b3a6ded1b41e01a6cb751ea 3f94bae4b40661d70ea982584d17736d182ba18d 4c3b7afa7c7d330e612ae9709e4283ea3ea511ef 4e1d954f2aeabea43c055b4ff55e45ae6e4e7447 78cee732bcb57857fe1bfdfe784194dd6877c4e0 8182546cb6590803748c18fec06a4159c919e616 85fd54df9d017e39e486f75ee09c3caf7acb02ef 8c96e6bfcfcf5385c56b5788a4d6525252039ff6 8ccea8f4e8252b4201147754edd9b651b7137ca7 943c7cdd1dd490520fc3c12b18ad708efb7c222b 95a8f4168020600959de46c6af9c20e7e0b4fe49 98c9dfa8b38f449f11947fe41cd97667e24736d1 9a28190ab8d8ab5be76d882c1d440145a4f1ed37 9ea020f1258ab36dd822bb515f566f5836a1da0a b0ba5b759b717e2ab88606597a2ee93d75411e09 b5cf52a318e4e8007be014038ea1815dff391968 c4d60c20f4d9c9d22b9472a70674ee4c3dbd538d e8c96803628f67f09e35f091546a38fbbf266255 eed3a2d9deae44d6696b23c052c4b6a4ba394c7c Package: ros-kilted-gz-launch-vendor Version: 0.2.5-1noble.20260905.082042 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.5-1noble.20260905.082042_amd64.deb Size: 282096 SHA256: 84d657d7684ed13b55283cb62c528e386dcee187d1b1ba1983912dd69d075e29 SHA1: 1f74a01c5773b9b63d6a480b1592c1168fa8904e MD5sum: 054c2589c30fb2c45118da7016cb1dd8 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.5-1noble.20260905.082042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5460 Depends: ros-kilted-gz-launch-vendor (= 0.2.5-1noble.20260905.082042) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-launch-vendor/ros-kilted-gz-launch-vendor-dbgsym_0.2.5-1noble.20260905.082042_amd64.deb Size: 5203814 SHA256: 80b1f815c4fb434f2e47b466b3262f6a4777b1ef614dfbe4d94a0f62f4cb96d5 SHA1: 124346c982a65b4b68b016d0c1ce983347e7dc68 MD5sum: 1443f02dd881177ab2f22961203c85b3 Description: debug symbols for ros-kilted-gz-launch-vendor Build-Ids: 21cf69b5f32bd89e6b46f8b61d0f66db85b1aa57 306f38c4671d44cf24c2bcc6c4a2878b00a9f866 3f7cd4d194b834e87ac0a504b2f37c74c1239c14 4a71fc2caaa1e2595afcd1d40f8b5f99ce3f5026 5d80d829049c576e94d26e0d95a44da48c8b0733 5f4cbe2fff3c7b65364d3ba49dd582b86571c9a8 73cd1ed195a11cc3f26aaab4618ae21bfeeec5f4 d9c2d2c6cb050884783f8834d3b712c41c5ec67b Package: ros-kilted-gz-math-vendor Version: 0.2.9-1noble.20260905.032101 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 4802 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.9-1noble.20260905.032101_amd64.deb Size: 1082522 SHA256: c6022dbc320ec6a055f821a5f4ad4c6a533dcab58fa50014bfd5ac27a77f3522 SHA1: 6a4cdd5bb2846cc43ab17d9e4d3d32d6b541f6d4 MD5sum: fa93bf3fe7f074915c353ed65de34dab Description: Vendor package for: gz-math8 8.4.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.9-1noble.20260905.032101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1783 Depends: ros-kilted-gz-math-vendor (= 0.2.9-1noble.20260905.032101) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-math-vendor/ros-kilted-gz-math-vendor-dbgsym_0.2.9-1noble.20260905.032101_amd64.deb Size: 1690266 SHA256: a4ee133378efe8ceb2dda4603786c6d88423513e42af9615300c97250a363588 SHA1: 8213f4a00bd017f6d16e808850b0d23054e7defb MD5sum: 23894902c13ab9bec0a2981e2a69206d Description: debug symbols for ros-kilted-gz-math-vendor Build-Ids: db91dfb035bba69d77be4b66e26325062817cf10 Package: ros-kilted-gz-msgs-vendor Version: 0.2.6-1noble.20260905.033207 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9646 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.6-1noble.20260905.033207_amd64.deb Size: 1054730 SHA256: 5dc47757382bad8a19da42016750e44288a24b3abf3879b342c4f98d5db8e05c SHA1: fda1e5eeb25277cffa20f52d6bf660e4d51cc443 MD5sum: 5cacdbf442ce877d8a7a5bd0ae99feca Description: Vendor package for: gz-msgs11 11.2.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.6-1noble.20260905.033207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27304 Depends: ros-kilted-gz-msgs-vendor (= 0.2.6-1noble.20260905.033207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-msgs-vendor/ros-kilted-gz-msgs-vendor-dbgsym_0.2.6-1noble.20260905.033207_amd64.deb Size: 25828736 SHA256: 0e70ff440fe8858904671669e46fec148eed93737714042a16cfbf7f18fdd13e SHA1: cd0842ce29698522009a951882acf20b4271e363 MD5sum: aea102d3c1a196f7ce0179d8c2693651 Description: debug symbols for ros-kilted-gz-msgs-vendor Build-Ids: 0e68356cfe2f3e5ecc70ef02394087c8988a076c 0fe6b1929213c6d027ad3801765f6d10b72b3488 7843167b969294bdf6a327bf69d36d1608e952ca Package: ros-kilted-gz-ogre-next-vendor Version: 0.1.1-1noble.20260905.031900 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.20260905.031900_amd64.deb Size: 3837058 SHA256: 3bddc8750e5c84b4de8ec2c94d173c325c5213e62bba443b2f32920b90b626a0 SHA1: bd2727fabd633614ecbfbfdf2a7a21f5be1a5e75 MD5sum: 4dd52449051225874890d84b118142ba 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.20260905.031900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 59603 Depends: ros-kilted-gz-ogre-next-vendor (= 0.1.1-1noble.20260905.031900) 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.20260905.031900_amd64.deb Size: 57678318 SHA256: cb362e74fd1ce626eb058670145cdff71246756f1a58d3728f026b2df2022c25 SHA1: 41d194d1fd6eecb9413a52e09328cadfc45b2852 MD5sum: 207c53a2eab0b707f6d36163304de779 Description: debug symbols for ros-kilted-gz-ogre-next-vendor Build-Ids: 04d86f07e59171d07bcb027c381c96ce5a697a64 1a46a72839bd9ebeff60c737ba896e38d9bed7a2 32ab1731bc91e8ae9351268abe84411733103ce4 45121c152e12c08d517ed18e3075cdcb49dc9cd9 7734a942a5fd21e13d4bd0db96b1bbfcfaf8ecd8 8272fa05a7b80478cd2ea21472d4b7fa2b37b5fc 8fb047a5e584e4e9b2cd78bd8a824c75a940804e a5f08bbd5c70aa45de9dc705a785e174b5805667 a7455eb1aa101f6823b6b8270e47ce7ff2dbde4d c685559cc1c8fa49c3d40c3a0b7836703937c5d2 d0cf77d9e6786a4f18bde5562b3abd3e01f7b0b4 d30902e2fcb41bb53643ed863248f34bf69d4ce4 ef69137600e4617ea09e3679e539efccb23adf01 Package: ros-kilted-gz-physics-vendor Version: 0.2.6-1noble.20260905.052949 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.6-1noble.20260905.052949_amd64.deb Size: 603932 SHA256: 5d80a9b8919fd8c7d48640088d20c83b00d1b6d691c76d6bae42e5b0b4733d1f SHA1: 42a6c7a01093b1786c17db103921fe26be4b54b3 MD5sum: 8eec5f1e06c7e92217f01d87cdd03d79 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.6-1noble.20260905.052949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30464 Depends: ros-kilted-gz-physics-vendor (= 0.2.6-1noble.20260905.052949) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-physics-vendor/ros-kilted-gz-physics-vendor-dbgsym_0.2.6-1noble.20260905.052949_amd64.deb Size: 27544958 SHA256: dac99342e94527c9853c866a5b55e271173eec7504bc7d9233940fa4ab512dfe SHA1: a8d1d5556aa4eff151d1b398ff84a3df2a98330d MD5sum: 9cc38eb58279fe0e241eeb60957311f6 Description: debug symbols for ros-kilted-gz-physics-vendor Build-Ids: 632e3f46cb2db0075591e11eb561282c84c417e4 9e91de9ddf9dd1e1155cd9dbccc45e92803a7a2e a5e1123b09fcb0387715667441c1e9c1a9f6bb11 b149aedf17f0b4b0a6e78936b9c6339fe1ce94da d6e9adabe0bc7fe0988d24b444941e1399c0404c e0c575ce028c4a566ef83f0122886d563387cf17 Package: ros-kilted-gz-plugin-vendor Version: 0.2.5-1noble.20260905.032245 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.5-1noble.20260905.032245_amd64.deb Size: 180234 SHA256: 9ff47ea9eafc4bedbb1e0354dbdc2cfed0ad654dba7993902d1cfaa3bd683edc SHA1: 62f2dc7b22b081d20735ff239b14231e5d6a0277 MD5sum: 621e5e278cc42841ce15ab2d6f735b15 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.5-1noble.20260905.032245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2145 Depends: ros-kilted-gz-plugin-vendor (= 0.2.5-1noble.20260905.032245) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-plugin-vendor/ros-kilted-gz-plugin-vendor-dbgsym_0.2.5-1noble.20260905.032245_amd64.deb Size: 2030462 SHA256: a421c3382395c2464f74ea3ce73baeabd67318fffbcaee3996e966a7258207a1 SHA1: a1b039581c0ee0274906879dbfd4a51be8d0c866 MD5sum: 5030fc2ecce183006d401b2eb620a42e Description: debug symbols for ros-kilted-gz-plugin-vendor Build-Ids: 5041c3fa1defc8f116c369b40913b971f66ed44f 87961d869e32255116cf1dfbb91d7c5204a95d8d 87b5915066a9e842d0bbc613da8fea2f1d6fe3f1 Package: ros-kilted-gz-rendering-vendor Version: 0.2.8-1noble.20260905.052945 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.8-1noble.20260905.052945_amd64.deb Size: 3964930 SHA256: 26655a99fc5f331f5cca4efdc4bed3cf5da35dde72776205f1f9d9a3ee0625b3 SHA1: 1afcc8eeeb992e683c904e0fcb9f5018de0d1fd4 MD5sum: c02bb2d78aa7f7ace4825e1437d90e4a 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.8-1noble.20260905.052945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 29465 Depends: ros-kilted-gz-rendering-vendor (= 0.2.8-1noble.20260905.052945) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-rendering-vendor/ros-kilted-gz-rendering-vendor-dbgsym_0.2.8-1noble.20260905.052945_amd64.deb Size: 27942056 SHA256: bed1a0018ace837d37a1e045fe8b2ad7a5efba5f21177c372062d70ccd00033e SHA1: dac9945ec946d75dce4318a3e2ca81c8ca1d4749 MD5sum: f605de0f2de8ab75c6b25320f8bb73ad Description: debug symbols for ros-kilted-gz-rendering-vendor Build-Ids: 5b64e2d41ca632b27a8c7fc07737279fe65f863c 6a1ac7caf0bb48531247599117526f34bc0e393d f2f501ef8f7c0a45feb49ab61d06634df665ef0d Package: ros-kilted-gz-ros2-control Version: 2.0.17-1noble.20260908.235059 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 815 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.17-1noble.20260908.235059_amd64.deb Size: 229554 SHA256: 3eb1b9953775332a8c4626e52b14a2ca79373b8c18cde50cb84a68d5380f0a36 SHA1: 1e882028b4325a0bbe6c4e7d26a9906845698a44 MD5sum: f14057524990bb206d127698e112e7b2 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.17-1noble.20260908.235059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4722 Depends: ros-kilted-gz-ros2-control (= 2.0.17-1noble.20260908.235059) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control/ros-kilted-gz-ros2-control-dbgsym_2.0.17-1noble.20260908.235059_amd64.deb Size: 4447834 SHA256: 13aebf3cb9b77908d75619a9fe30a23650538ba0a4254ba66916c3a0c1f614b8 SHA1: 59b7f1a95a8dee4244d801257a1166155cf36251 MD5sum: 6768e2f87cecb01b85214f2bb6fd048a Description: debug symbols for ros-kilted-gz-ros2-control Build-Ids: 296315d19610f714a9a71da99c00a7901576beaf 9f64b962fdeeca2a9a56f8aa4da964aeb997b754 Package: ros-kilted-gz-ros2-control-demos Version: 2.0.17-1noble.20260909.004632 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-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.17-1noble.20260909.004632_amd64.deb Size: 172104 SHA256: 4f6fcb54eda3b11286f65e381069c327c1eb3f8269f0b569d86da314636bffe2 SHA1: 85e28a5f468eeb1c75812aad52d31fc86d9bdae2 MD5sum: 9a3b99487e58fdced5eda3731bc670cc 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.17-1noble.20260909.004632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3624 Depends: ros-kilted-gz-ros2-control-demos (= 2.0.17-1noble.20260909.004632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control-demos/ros-kilted-gz-ros2-control-demos-dbgsym_2.0.17-1noble.20260909.004632_amd64.deb Size: 3380438 SHA256: 968a1fa03bd70b9fcb007e561849b616468afd0dc15402e0923b75df29804a01 SHA1: 79b07365f3796f2b7f03ee489656e7341443884d MD5sum: 0fca01732a9e3c2ebdec283382d68078 Description: debug symbols for ros-kilted-gz-ros2-control-demos Build-Ids: 1cdb11991b6ecf679a2622149c456d213f0d330e 349a032aa4cf17e06ef3e22fc80f34129631f088 c761d34de46130fef741d755a923f3c9058ba55c fca68883516538bf8dbf858abb4121c37684c297 Package: ros-kilted-gz-sensors-vendor Version: 0.2.5-1noble.20260905.055640 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.5-1noble.20260905.055640_amd64.deb Size: 386448 SHA256: 7d828ed534823b34bda881a18a54c4d01b6bada52989f8cabdcb55c6a275fa27 SHA1: d8bb7a0eb04104e37ccb0eb3c3b71ae5de6825d8 MD5sum: e16816b5cef92fbae282d634bcea3561 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.5-1noble.20260905.055640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 11686 Depends: ros-kilted-gz-sensors-vendor (= 0.2.5-1noble.20260905.055640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sensors-vendor/ros-kilted-gz-sensors-vendor-dbgsym_0.2.5-1noble.20260905.055640_amd64.deb Size: 11333884 SHA256: 53f9b90630f2a077f91278365b46ceaed44fd3747d7521a32213b7e07fd51578 SHA1: 12b4b044a6daf899dfbee8deacd164cdecdc5c31 MD5sum: 4b82b03300c9759708023d5d61727c56 Description: debug symbols for ros-kilted-gz-sensors-vendor Build-Ids: 27be155dec49b531e85670c33473f120f5001bec 2c46235a98ad46104bbdb4cb44c9623e144ef60f 2ea0bae315a94955515c11f4b3686deb45bd8d2f 38c2de3f420f864257273d0de45271e96e9e745a 401d37bb9a2d3e86af8ef9deee508fc5685d0dae 49be4e1c49ec4168238cc0309ce2bdf659367056 5319dd7a421e5e458f044d708bfbe049562fbe40 597c4d55f25784e00203351fe2e35d89907abc97 70727a8eb1d029c2eb22a79ea6ad6e056bc9b697 72070d9959ed0aabe469678a765f138646d962d0 74cfa3b62e56aec53eec52175f24cf7aeb9cb804 7cc39c8978b6e4cacbf18920bb490c6d826f9633 94f67a2042c8f716ec31a5f7256b56bf56df8a1b 9c88a550e6b32d83f06f3bac8ad43f07e015a65a a50fd3b91a7c2b9a8a88a21eaad907defad5f958 b148e98787c5e954c2d5d512b4be4d723480841e ba4f154763b6de0ccfc0f3ff2390746a0651781d d06dcdf56183fe67601f4130698e8ec4fc98ce43 d247e705c6205278b5f8929b3de150d85537e0bb e8e1fe4c86327660ffe3bae854dda2510a4f4bf9 Package: ros-kilted-gz-sim-vendor Version: 0.2.5-1noble.20260905.070057 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 47390 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), 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.5-1noble.20260905.070057_amd64.deb Size: 10478556 SHA256: 859c12438dd693a3a8ac9bca56f055dd5cc118bbb509f959032409c381ad903b SHA1: 88e1a6f2193546bea3775a3e0a9caa8f6d72acdb MD5sum: 62169f91023a1c4fdc0a6d2596c35ea3 Description: Vendor package for: gz-sim9 9.6.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.5-1noble.20260905.070057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 193368 Depends: ros-kilted-gz-sim-vendor (= 0.2.5-1noble.20260905.070057) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sim-vendor/ros-kilted-gz-sim-vendor-dbgsym_0.2.5-1noble.20260905.070057_amd64.deb Size: 180982700 SHA256: eb261bb65ebe51ebed1dba41a95fea241adc7cebbd96a12bf281a82364e456c7 SHA1: c532a947ff022d2e93c3318bccc7647d1d25a82d MD5sum: 511a894dc8cb05157c37571c1c866894 Description: debug symbols for ros-kilted-gz-sim-vendor Build-Ids: 01ccef06cb59378c22f0000030d698bad907e281 032a590c4eaf83b48b6333dccfb350d85dbd6752 04ba26fbdbfea848d3418a4f7e859144081adbd6 050b58f7b049204116784d6219777bc47f69f81b 0523c9e6373c7f62965f03acdba28c479d0e9fc5 0605356977419b62d038b91177dfc90f74e7d0f4 08a73ffe79dcdaf031a66f994e906c3a58e9fee2 0a98b574014421cc9bd7b1754d46d23438ffd4c9 0a9b463e9d6c53094fa0ece85a3ed04a156c1cc1 0bab3f96feb95aa8e0dc9adf7f9879199169480b 0dfb195716d364ab631278e99404e1b6a39d3432 17fa3150342d15888fb4429c7e23b2744bd55986 19bd3b8590285f0bd254c8c952681f29d8826fad 21b1af2146ba317a99fe181ff2aeae63bae233ee 222e5fd12317e5087d1906bb81b10b801903a536 23a7e12e9fd4e63d9db70fdd232c0cf198e2eac5 26dbc5f0bc0c9f3671e8c725930394977adbbad3 26fb2085f118383f3b0f19e8055397cae76df220 3135197d194f4df752cfdf576f8cbe3c005cdb88 349a8959e7266d17b40344a581f810f720ccc8f0 382be7f9efc727c852ed8474607fe1a28fe0921c 3d1117991c5ece643d04a7c921555a565cf7ef01 402d3365864923a5420dc42b14984bd8e4d7e141 43dd7cc74d0d34a0c1d790847c6b31d86df45d1c 45b64ad4671b3c771c10c1720cc60895058c7492 45eaf767751608a931fdc84fd9fb379edf895c1c 46f070c046569c76963cdd4535b7a7d0c04f37c5 47ffdaddacefba928fb5288dd43834e91adf858c 4b3b850c9b3ff456bc254c16da65fdd13762cc38 4b9f1bb5a412d76c34c42200f5d5421abd65a4e2 4bf0210dc2957752fe16d448defaf9763b5d7185 4d0603132e5792c815f17dfb3ce28ebfa933f3e6 519e244b3863d34f01d4d6593e820fe92f053332 53f0f61afb3d51389592c21f4b371b25105bdd4b 55462a97412736f0d9ed57367271f0f394be6bf4 55ff9c5c09bb3e194b321263538f250203489f04 573bd479f551c060f4647a63e739a186794651a3 58d256457873240780c9f43917e40652fae230b5 5a4ef434266a1aa0357eb96f664fdac048797bfb 5ac5b613c0fdbeeddb3212df358de7054a18cce9 5ef04cef310f48162f86ab01ea3b9edbe02c80ad 5f9d379fda566016b9670d7c18b3d58cf2718197 617b38ae8437ac75f26152911187bb849ae1549d 6e4928c17efd68464e560089177e1e0963b8b986 6ec42a82534bfbf42c5787c182c05d909b5d3261 754ffe1cca2d635e1241212a09de7ed989293073 789c038f0b90037d80c8ca1b1d86a274c61c7bfb 78e1ec82e8ebeb86569ff427133d0ac9ac6a877b 798eede7887bd3bfe8f4f9822c710c0d47dbe1b9 7cdb9a5ca3ac06b38ee3e0bd83b788a9e80f9149 7da2be1e64a731a359d382b68e47f6a0f9967db5 8387dfff53ab893b3b317dae45e5283cd8901455 83bb7268944f5bfbe5a6404518aae9f506352c4f 8a6e4082ce090da810755af8ed3bbc430b259d14 8dbe898c5c35352a50d842703d838ce879b99737 8de0fe1ebd5c6576b739c16bb31004a84de5d23c 8f923948d1f9b7b5ed17258ab993018388c9a1e7 94378fce980ccac6ea3106a86c3c76182e42f7db 961b9ebb76b1917d68c3dcb6f87e8f8899f6c935 96dc75297fb41f33c2a884b6a13378d6df66a8c1 97b928fc556cd7fcef980874f8182e8cbda5a362 9858dca519d10e0e3ae03e622d59e6630494dfa5 9b51c52520d21b7c1a1f32af38fc7faa51aae846 9bee0bc0118b380d9668cec00ae951d312dd49ff 9c1bb8e916a5061e6ce524a7ae8c43363a256d4d 9d66052154b0247dd73ffce2b216dc6dfa7fb840 a316761637a4d86a54b1260c1abaa3878fd68fee a6cb5075cdacfae83c98776029181e28cc34dc74 aa59822d2c87cda75417fe0d6b91c8a63736ea27 b2375e7b9bd8b833e229dce11d6be9d6db12a16c b27a78fbb9b696f2c24b71a80276407bce0a6586 b50c63cc6fc34c56ed14f186960d45d5527b5d07 b8ae1eaf10394c73b84ec50668976d243bcd30e5 ba065162cf7282c7c41da3cf6408a3152a62e41a ba36d5c82bca65d6156138803909e02d9b0ac04f bbf70e0e2571793dbaf8725d6215a1e374ccbdda bc33cf02f3c8c47ffb0b8c0585d47718a5e587cf c27a2a08871a5a86fe8293dfd2abb0f999b879f0 c3e27ef8138c1d281639f4b7828fd6046e005543 c49d2a23dfcf3b6d8ef23d4b758532871cd96612 c76a23737d17b5f970105dbc26aff80f063d8a9e c7a85cd0f31b33fb40b2a370019e7c3bf3590808 c9c65b60c655976481e0d29cb7ce25e7152a16ae ca107ec0c0fcfa656deb59c0a9f4f8890b30aac6 ce2127c9c60609958f71c6e75580072febe93937 d06e6d175323174e98d67f245acbad1c28dfc78e d236984668ea49bc826c6f666fc48c816fd38946 d567c6dac08f2c6b91e6f219a504084a2244e673 d7934c0cb7ec6be1765fed630acdc14bb7970d28 d7e09eac1f621b1aa28c7ee658bfe4a773c07cc6 da55537b38ffa3b84a4c8cbd3f97e8bca0aa8085 dce89ece2455d5df1ddcc91ca1d3b654d2883040 dddfce118f728e911851eff12e9ce05816eb9d03 de47d89814eab36ab4bcab97e1f3ddd815eb26d6 dfaa2f1ba076b9fad8ea5c198698c10b23a7ec6c e1f85400165947cd14f2c46f9171c251f5d137fd e2f902d3330cac3b08860180409bfaedca957893 e447501a1a8b8cc5f3b03c0dc52619cb0036348c e80340a7dbb04cd3324aa93dd80ad51a17e6e847 eb82ef91f3543c02017cc8a93a4205d0099c8119 ec5ac0bc08295b2c9dbee0cd135b536e7dbae8f2 ec639114ce1e6bbf43f6640bf6e138b5155d77fc ed3652850ddc48f3899ee86d3f9dc786a11b07da f0e16bacc26e5f1427db3f220a4540987a12d124 f4f551ba7aa556f138e488d72fca4f741e963cd6 f52185594201fccead9301b5678b06b3dd751e39 f75cae1fa3fff7753519092295f4e896f1cdb4ef f83ecce1e99e8aa3f497edb1a3f27c421a08590b Package: ros-kilted-gz-tools-vendor Version: 0.1.6-1noble.20260905.031908 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.6-1noble.20260905.031908_amd64.deb Size: 32148 SHA256: d42b589f89d64df5d6eef387e3280c539081b3fa24f18f8b866a9ad634c420c0 SHA1: 557e1413ca4078768e5c8af93456331e7ee5a1dc MD5sum: 66b668117e437dd9d5b2fd748faf7f58 Description: Vendor package for: gz-tools2 2.0.4 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.6-1noble.20260905.031908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 226 Depends: ros-kilted-gz-tools-vendor (= 0.1.6-1noble.20260905.031908) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-tools-vendor/ros-kilted-gz-tools-vendor-dbgsym_0.1.6-1noble.20260905.031908_amd64.deb Size: 204018 SHA256: c4cddedf2cc0f3c150c417ca1f1cad6da936dcd93b1b8b7a4cd9ce4fdb04b882 SHA1: 1bd434e2c6a03f3205e603f2aa3bdfce56cfc488 MD5sum: ca894404eb034b1bc6de79d4c494e8f6 Description: debug symbols for ros-kilted-gz-tools-vendor Build-Ids: 032f336d2e75de370e88db1259fdaa78d10d3968 Package: ros-kilted-gz-transport-vendor Version: 0.2.6-1noble.20260905.052945 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2404 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.6-1noble.20260905.052945_amd64.deb Size: 594932 SHA256: e48550b81faa5bcdf118f99c97c0b7bb0c92084895c0000a3a884cb90186e80a SHA1: 36d7041b847915cd7fd6f922afd75bfe9fd48f9b MD5sum: 0e7c37a03d7b1d37e941c956c5d66159 Description: Vendor package for: gz-transport14 14.3.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.6-1noble.20260905.052945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9000 Depends: ros-kilted-gz-transport-vendor (= 0.2.6-1noble.20260905.052945) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-transport-vendor/ros-kilted-gz-transport-vendor-dbgsym_0.2.6-1noble.20260905.052945_amd64.deb Size: 8518298 SHA256: 97f948d08ba82fe0492f3885597d003c02342a0476da863318983a74a833184a SHA1: fd34434f7973021e0005cb5bf17016eccdabd7b1 MD5sum: 03dd9bcbf8919ebae7b6c932de3ff6d2 Description: debug symbols for ros-kilted-gz-transport-vendor Build-Ids: 24bbe689c053a0708eb5c95b9d31053b03b9138f 271451cf1703bc775f368f7d5d01b3af1f3a446f 4c896b54cbd5894f000cccb6a525e697108450fb 8d995adb7e344848683353a76e54b24663b3e78d 9029b3f43d690916e877323102be8ca92f37350e Package: ros-kilted-gz-utils-vendor Version: 0.3.2-1noble.20260905.031841 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 676 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.3.2-1noble.20260905.031841_amd64.deb Size: 115454 SHA256: 5349c35ea33953e9d8f93880926fcf45d6abe393e393b345b4c42961d9e06e4d SHA1: bea99c3c7f8307a32ffc719827813fb711dc7d47 MD5sum: 5ff60344501b98dcfe4efdb1aa87749d 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.3.2-1noble.20260905.031841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 395 Depends: ros-kilted-gz-utils-vendor (= 0.3.2-1noble.20260905.031841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-utils-vendor/ros-kilted-gz-utils-vendor-dbgsym_0.3.2-1noble.20260905.031841_amd64.deb Size: 362600 SHA256: 6b5d64e24307480b115dd84e868c9c20819d880614d158ec5ceb97d5d5e2dd2d SHA1: 5d975dc8cac1877b8618ad22ca5d7afbc6efd5e7 MD5sum: be71d214e43d55e0896f28e441950e54 Description: debug symbols for ros-kilted-gz-utils-vendor Build-Ids: 458e26600238eafff4118df6abcdcb0d59569185 70731a4cc253d3d6b9031addca0b43642539d23a Package: ros-kilted-hardware-interface Version: 5.18.1-1noble.20260908.231128 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1416 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.18.1-1noble.20260908.231128_amd64.deb Size: 401342 SHA256: 3fdf5f7f8ccd6a61bbabebf57bf75aec6b51060b3b2919921c9ecb80d8fe32ba SHA1: 1bb16253cb1f32af67e1acce951c7b823e0fdc54 MD5sum: facf89c2143130f8c2a4af0862e4701f 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.18.1-1noble.20260908.231128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6100 Depends: ros-kilted-hardware-interface (= 5.18.1-1noble.20260908.231128) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface/ros-kilted-hardware-interface-dbgsym_5.18.1-1noble.20260908.231128_amd64.deb Size: 5792448 SHA256: 6f5f39b2e8138649b148a08e5f54f969f7928b29e050a03e60a83939f1d26ae7 SHA1: 6b69bac0c8aac79d2f53e15a8bc475f1a0c70c3d MD5sum: a5e34ae7857bbd5c26f53f6232f79c9f Description: debug symbols for ros-kilted-hardware-interface Build-Ids: 22d5e7a36c799524acbfccc4d3efa784c8fe5622 bf2fdc35d584df887a58501ae34f33bbb80da7a5 Package: ros-kilted-hardware-interface-testing Version: 5.18.1-1noble.20260908.231859 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 220 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.18.1-1noble.20260908.231859_amd64.deb Size: 59236 SHA256: 021fac910dabfbb2ff0005cec83e5a7470cd71f8b20fc97e14ef42a12402e80d SHA1: 1168f8672a5dbbc316c35cb68429fe8d58d09e81 MD5sum: 6e24801ee4408456689da34a2679d2d6 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.18.1-1noble.20260908.231859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1619 Depends: ros-kilted-hardware-interface-testing (= 5.18.1-1noble.20260908.231859) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface-testing/ros-kilted-hardware-interface-testing-dbgsym_5.18.1-1noble.20260908.231859_amd64.deb Size: 1557490 SHA256: 5e817882515a17400b0b3e41921f24367d613cef7cb95291788bea350a99105a SHA1: 327951bf0a6056b442040db166233fc5f74c6430 MD5sum: ce6c257a2b824305fd7f08a9e65954b5 Description: debug symbols for ros-kilted-hardware-interface-testing Build-Ids: e31168a79149b39440e3b7b72bf54ecaab7a7082 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.20260908.224107 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.20260908.224107_amd64.deb Size: 14118 SHA256: e0f5a3d292ae7c1d588822d99a4f1ba1437f7f002c109f51bc5a297bf3507ee4 SHA1: ad65d9647881a068cecf1d19478f7d530c15afbd MD5sum: 799c79b4734873afc32712e117600e60 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.20260908.212129 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.20260908.212129_amd64.deb Size: 80728 SHA256: 8677bef99ad8efe097b5447d4fb047da9e25e7a5791a7ae44083c311511c8bc0 SHA1: 56a3a3b48663f50fdc5a9ade15b9b08e51343ab3 MD5sum: 75fc49555f4f031ba1658c4a66b1cf72 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.20260908.212129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1126 Depends: ros-kilted-hls-lfcd-lds-driver (= 2.1.0-2noble.20260908.212129) 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.20260908.212129_amd64.deb Size: 1019042 SHA256: af6794cd8f07263d17f80caec80a6861e7c543a6da67f107ecdb3ef608b9fdaa SHA1: 67edf5444e86643d3ce6281ae69e6ff2648ded7a MD5sum: 3a09f64a952f012f6e2c97ad1d6bc9f7 Description: debug symbols for ros-kilted-hls-lfcd-lds-driver Build-Ids: f12aa0f7402974cb24e1a64376dc160d2d87fb04 Package: ros-kilted-hpp-fcl Version: 2.4.5-2noble.20260825.030722 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.20260825.030722_amd64.deb Size: 1146568 SHA256: 121f21f74ef81017c39b977b7ce535b8af5e5c59dc33b1332a867fd671573c13 SHA1: ec4f9a8f8c64d16d5d308c13738648d693b5ca30 MD5sum: 8babc61c292eb5e5a1ca0ead6cefce77 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.20260825.030722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-kilted-hpp-fcl (= 2.4.5-2noble.20260825.030722) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hpp-fcl/ros-kilted-hpp-fcl-dbgsym_2.4.5-2noble.20260825.030722_amd64.deb Size: 50672532 SHA256: 1c0ada66b0c3715e3e766a9e9ba481def0f0f4484958f8813e399587525ff8f0 SHA1: 730ab0c4022601b567bf49fa203d457d579396c4 MD5sum: 32db7628e61c98ab3f694f7697786552 Description: debug symbols for ros-kilted-hpp-fcl Build-Ids: 4e33675f2048ecf426aedbac09f8477f39e93301 eef1e12f7e6284766b108dd6ea5dc089889b01d7 Package: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260908.164738 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7636 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.20260908.164738_amd64.deb Size: 437460 SHA256: d802d5a87feb73d04d3fad9c0eb7ddf537c1bc82a137396ee135ca638d48c9dc SHA1: dc27872a2e4274af37cbd866648e141048d1628a MD5sum: b2f692bc22f3188ebb0cbc717919f747 Description: The ibeo_msgs package Package: ros-kilted-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260908.164738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4751 Depends: ros-kilted-ibeo-msgs (= 4.0.0-4noble.20260908.164738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ibeo-msgs/ros-kilted-ibeo-msgs-dbgsym_4.0.0-4noble.20260908.164738_amd64.deb Size: 3981942 SHA256: 55b83c7349a6d00bf1b97b7013b3d33713b560989ae8896c4a82e8a50a282b0c SHA1: 66148e694896bab79fa29161e8061b5c0185f18e MD5sum: 5ce533936b0ad585033d5c2af50f8457 Description: debug symbols for ros-kilted-ibeo-msgs Build-Ids: 17e8061092622a289b5edb93138a01b4baa75822 2cd965ca1609c2daad080100eae0224e72b70e2c 33c3953f926f5549a0a2017a4388ae9125e7f465 347690e3537d590a7cddf7b705bb70a10cc6b247 5cd02a0c5c2c7e991bbce21498a3d601c30d4cc8 7fcc3d1019a5349060d95ca65cb94047fa2fcf3e 809012066283a034a400b0b50a5ce751c72c9755 b4a08d967b647ed422a5c007b19f6220cdfcaa27 b95389668c23bf2efdf16f1a4602cdbc9c22b747 d11fd4ceecb39b6a181967042d1ea98148084672 dbe53e9f01db76c9dbf66f08ac59eb99b8a2e6fa 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.20260909.000719 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.20260909.000719_amd64.deb Size: 6004 SHA256: 97f5ba99864dfd2ccd4fa24d340126faefa9c5d42669bb7bfc85df1e76e667f2 SHA1: b06839fc8651b56a87eadea7e8e0fea3bea38e86 MD5sum: 91ff24fa4ab7675172611dd9c4feaaaf Description: Common code for working with images in ROS. Package: ros-kilted-image-geometry Version: 4.1.0-2noble.20260908.202728 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.20260908.202728_amd64.deb Size: 33022 SHA256: 44a72b25fca397c1731974cc9b165fab30cdbb2b570981ed35dd82fcb29b5974 SHA1: e3e751463007509e234b6646b52030da52546dd5 MD5sum: acdd971279a299a210f24696da8a6359 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.20260908.202728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-kilted-image-geometry (= 4.1.0-2noble.20260908.202728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-geometry/ros-kilted-image-geometry-dbgsym_4.1.0-2noble.20260908.202728_amd64.deb Size: 246348 SHA256: 7ca16c2423dc165a8b44abcc91d0c9f54eade68f9ba6eda0bbf3d90ea5fc5409 SHA1: cab8503cd8f67bb2be59785bc311aa167378dddd MD5sum: dd2d34d58ae6634ef33434e24c0ea05c Description: debug symbols for ros-kilted-image-geometry Build-Ids: ad42f007ca9042d73e88f69e1358e5561a5058aa Package: ros-kilted-image-pipeline Version: 6.0.13-1noble.20260909.001313 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.20260909.001313_amd64.deb Size: 6904 SHA256: fe022443bf231b596bee7137d253cdb1f5de7712e29e1d320c74544ed3255dac SHA1: 423d6ca8ca88bd0c2a0d54e8847d5974c6d416ba MD5sum: 0872ab39b6ce8216c8b566b687730642 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.20260908.222853 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.20260908.222853_amd64.deb Size: 257424 SHA256: 5ed33ecb0a9271551b4a46f95e3331b53f4d1490c3cae265773c2c35e2211366 SHA1: d51b1bef4ed0cd009415781855c31cf02f450f7b MD5sum: 201b6fe7102ae50b0cf880686983994c 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.20260908.222853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8745 Depends: ros-kilted-image-proc (= 6.0.13-1noble.20260908.222853) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-proc/ros-kilted-image-proc-dbgsym_6.0.13-1noble.20260908.222853_amd64.deb Size: 7609992 SHA256: eaa160612e8d271fc6ce73ec53712d86d5c7ad9cc161bbcd9119b6f332d53759 SHA1: be56f12fbe6d1ce4d92f2dcaf3fa3905d6583c23 MD5sum: 253bf83e7922e34b5775a3248a7b35fc Description: debug symbols for ros-kilted-image-proc Build-Ids: 0feba702d35253c1a3ba3ae94f10b94173e3a6b5 115f17de04c971098b869dee3927477da1582d40 15cee2b6d7fd0cb24be28d946e20e99f4eb80ee8 3a0d0665d276cf721ff0f051eb781db0b7533696 3bb8f8a5b307e698889e9e6ba2f09a271272a684 7acb32e48c8332ecc991f439bfadbbc9d42f5032 81214b03b94109e8b142d5c40e4f2fb61cd0a10a 9a9e6ab5131e10ec8aefb610007c94ae95e042ae b1fec167e86d54bd6f60e3d29a593a9122cc25b4 cdfacc39f6f77b179e8e4582dfe2b741a4858825 d17a914657cce3a5294dbab0b922374276602f57 e21c5a54dceb55c99421a9e2fe0e24ee4214b5f8 f08f17671b95e6e6fd642137e27cca051c449150 Package: ros-kilted-image-publisher Version: 6.0.13-1noble.20260908.225828 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.20260908.225828_amd64.deb Size: 131628 SHA256: 8e43965e4b3aaa886eba7b81e46b0e26acb26df26b228d575647c26cc2e3a50a SHA1: cb9c9ab082d731733a3afefc5eb246e443247bbf MD5sum: 935ddbc838158fe9b7c2df740607ae7d 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.20260908.225828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1302 Depends: ros-kilted-image-publisher (= 6.0.13-1noble.20260908.225828) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-publisher/ros-kilted-image-publisher-dbgsym_6.0.13-1noble.20260908.225828_amd64.deb Size: 1238664 SHA256: 011b9d9dfc507eb035b1ea3278b9a7f65650d288e6cf8f5018f782a5c0cd579c SHA1: 733f26331da51d320bbb9701ecadda6923674950 MD5sum: 4877894e1238ac737b16db5d7377676a Description: debug symbols for ros-kilted-image-publisher Build-Ids: 6f3af82ee7b8b5f208f5cf036f26ffe2ac9f8b90 ecf850aea428ee54896dd0a4f6c998fc51a28b4d Package: ros-kilted-image-rotate Version: 6.0.13-1noble.20260908.222555 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.20260908.222555_amd64.deb Size: 161112 SHA256: 918d0099c6074fd35e9ca3dce0f0869b8c2f5395b73b3e7f6cf1e319677fba34 SHA1: 3f8e4ba5be3a763e81a2f3467bfe8b9e207d9217 MD5sum: 2d02298bdf6811960efc2f66351b6e3f 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.20260908.222555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3723 Depends: ros-kilted-image-rotate (= 6.0.13-1noble.20260908.222555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-rotate/ros-kilted-image-rotate-dbgsym_6.0.13-1noble.20260908.222555_amd64.deb Size: 3498224 SHA256: 94abc91b213e2761d0c2f94569d4e6012f77980b6689710074a46d31ff6599fb SHA1: 8419c450e49e976d38a356ef6e362711f630edf2 MD5sum: 0ac3fbf600675380df0491e156a5d60c Description: debug symbols for ros-kilted-image-rotate Build-Ids: 407290889c4028265bb8eb1751f12a9b08877c9b 9adad7f8340e395dec3b7f8fe8b0dbf0d2e00e86 af1147ad532d672c0f581253a53041e4ad4a0e14 c1b69e03b3e762e8ac26498eec4a60b253637e98 Package: ros-kilted-image-tools Version: 0.36.5-1noble.20260908.210457 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.20260908.210457_amd64.deb Size: 185496 SHA256: c92e32eaa63b58ea9f3ab96d4c29ec3ccdd97d87896848ff1f14f849e3104f53 SHA1: 4c5b9be0cbf25d0892b452e42ec9045f54a19d18 MD5sum: 6901a8c66c956b27b21bb8785391361a 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.20260908.210457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5051 Depends: ros-kilted-image-tools (= 0.36.5-1noble.20260908.210457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-tools/ros-kilted-image-tools-dbgsym_0.36.5-1noble.20260908.210457_amd64.deb Size: 4144596 SHA256: 26c1e721ff026b6857ade9064a2ee7455e009eac893ed1f0330f7b1468e800c8 SHA1: 267caa9d1a68c8a5fb9f0df307daba4f2529aed4 MD5sum: 7ef0441f6f169e731cf3555f691cbd02 Description: debug symbols for ros-kilted-image-tools Build-Ids: a857972dd99fdf15ab00ff0d87bd9f0b9dd2003a bf03452d00bb34b2c279a83285d2afb15dba9982 c6157f1f6d10a45ade897742885d1f61a4ac515e Package: ros-kilted-image-transport Version: 6.1.4-1noble.20260908.211813 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.20260908.211813_amd64.deb Size: 414854 SHA256: e5bb7d5f11d838839c25283414648bb2d3b9489510734360ac24752784c52c4a SHA1: 5c085bc387731c0bae4106ad32c7d4fd25b60768 MD5sum: 17becca79e749d9683079e0f12b3f4c4 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.20260908.211813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9578 Depends: ros-kilted-image-transport (= 6.1.4-1noble.20260908.211813) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport/ros-kilted-image-transport-dbgsym_6.1.4-1noble.20260908.211813_amd64.deb Size: 8631788 SHA256: 66b57ae83c72cfadeeed17f8e8948ccd55679f9fbe741434c0221f9c0998ab09 SHA1: 86aae95d03661133dfb9abebcd2941b442c0841e MD5sum: 10c4546789e87ea37c71607da4d2cb0f Description: debug symbols for ros-kilted-image-transport Build-Ids: 29adef56a3602095c0d6e76cbd2232a6df4a52d5 3ed71b445e80deb51c86100ba1ecc625e85ccd58 74783fa1781dfa31bf1c27f107b3c9abc32f3f1c a0ea851b12f6c3c8039e4b9f10978ebf73d9e18b c471184e16dfcb7b0a1c8b4552807530024303aa Package: ros-kilted-image-transport-plugins Version: 5.1.3-1noble.20260909.002045 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.20260909.002045_amd64.deb Size: 6226 SHA256: 18d2f339864ec87d35cf0a300a4af39b37cda0c1d71adf4faf63887fb2c0c962 SHA1: 17fad775b2949436ed9b74c8465a3fa7c4aeb466 MD5sum: 572a33b0e84541fc9cf5085debc088ec 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.20260908.212347 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.20260908.212347_amd64.deb Size: 100004 SHA256: de32a922b7400b462cb8ff7af98d6e060f15a1349370da2b9a76d3425536ceed SHA1: 2ce701c5dd1c227577425877b71bc861dfc049ca MD5sum: ab6d0c3298937c7fe0cbcaf788d8fcc4 Description: Python API for image_transport Package: ros-kilted-image-view Version: 6.0.13-1noble.20260908.213217 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.20260908.213217_amd64.deb Size: 284616 SHA256: cebf60847e994a68a7b5115ead5bc74c5faaa80a784ec561de84ccf8418bec47 SHA1: 46af59de62b37c3650806ce8532e2bcc1e94f16c MD5sum: e98bd68a0e9d5c4fdd98ad8992dbd5fd 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.20260908.213217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8181 Depends: ros-kilted-image-view (= 6.0.13-1noble.20260908.213217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-view/ros-kilted-image-view-dbgsym_6.0.13-1noble.20260908.213217_amd64.deb Size: 7547572 SHA256: 0303b4aae88f44a867053f538f384d0babf40326e3b33fa6868098d464be602a SHA1: 3745db5438aca644397c5e32ee513098115add4d MD5sum: b19fed62546d6f6bb32623335367b502 Description: debug symbols for ros-kilted-image-view Build-Ids: 1966106f1770a136e1e224636af711619a9b16f6 213e71818ce4f13078d27b2b983bca7ee02d6585 22d9eab0accfd5d9874da3801772582caaae6075 611a1e57f15db14498bfc8f0c8bc8ada7d02b179 8a1f130ee99312905805d4f0b8647a02f28e5293 ca03f7fc2908d073984a25455be1ba2b1af1b664 dbc6b017bb28b21f84ec68b140046c242361863c Package: ros-kilted-imu-complementary-filter Version: 2.2.1-1noble.20260908.210954 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.20260908.210954_amd64.deb Size: 198592 SHA256: fe82062a06ba2ad4cf2a1c3c9d4d22bc72fe06f0b29ee09c793557a98cdad375 SHA1: b7be00792f1f26b1bcd0749903686691632ba67e MD5sum: 5686640f85b181d0666574c78cd6de33 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.20260908.210954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4509 Depends: ros-kilted-imu-complementary-filter (= 2.2.1-1noble.20260908.210954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-complementary-filter/ros-kilted-imu-complementary-filter-dbgsym_2.2.1-1noble.20260908.210954_amd64.deb Size: 3813802 SHA256: 5c27a91041b2ff59c9c157a68bfd357e653122b0136a600d4b75ed909818236e SHA1: 6513e50b155a0a63f0f95296c94d3915dd6ea0d3 MD5sum: beeecc51ca06dd6e8148153fbfb26f25 Description: debug symbols for ros-kilted-imu-complementary-filter Build-Ids: 001b27364f4346398a431aef01113018b82810e3 94fdaf0feae806b8c5a9b05c39ade81931b6b7a6 Package: ros-kilted-imu-filter-madgwick Version: 2.2.1-1noble.20260908.224541 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.20260908.224541_amd64.deb Size: 233340 SHA256: 862ba1c4ab6992faf1355ab4f11721c5f6fb0cdd722175067d81ac9949b11312 SHA1: e9e232800738104a01fc843c63169c4b82ece252 MD5sum: bc4bc16fa451bb129ba95a8795df6b47 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.20260908.224541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5487 Depends: ros-kilted-imu-filter-madgwick (= 2.2.1-1noble.20260908.224541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-filter-madgwick/ros-kilted-imu-filter-madgwick-dbgsym_2.2.1-1noble.20260908.224541_amd64.deb Size: 4573208 SHA256: 271a87c04448f5145d57e97453978aa3cf87d4d301038204a89ae75693dcf2c3 SHA1: 979671b790d920ae79864719bf592745ea98807e MD5sum: 5e5559ac82a4ab470cac6283b2edc431 Description: debug symbols for ros-kilted-imu-filter-madgwick Build-Ids: 372300cf362693b92185f6c97f21afb19231053c 598ad96da4bf2bf1fca7dd31a3f3038d8db04fde Package: ros-kilted-imu-pipeline Version: 0.6.1-1noble.20260909.000708 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.20260909.000708_amd64.deb Size: 5450 SHA256: e53db61a9df0c0bb7e197be98e4f9eaca502f94fa328a2443003e5dbb18662e6 SHA1: fd729a9ebfcb5d9d1091c6810364ef8f68f3a6f5 MD5sum: b5ba73907c94f3e38268371df25b0778 Description: imu_pipeline Package: ros-kilted-imu-processors Version: 0.6.1-1noble.20260908.211315 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.20260908.211315_amd64.deb Size: 257520 SHA256: 50795eff96055179a7e877a6d5b397ca5e71f4feab4757c3285badc719b6ace8 SHA1: d891857b8366625e7316924cbdf469e0179d6fe2 MD5sum: dea52af9c5d5294995f59f27245f76d4 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.20260908.211315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 7714 Depends: ros-kilted-imu-processors (= 0.6.1-1noble.20260908.211315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-processors/ros-kilted-imu-processors-dbgsym_0.6.1-1noble.20260908.211315_amd64.deb Size: 6224512 SHA256: 273e714a1e79d33c973d46198571243d558be23eb3903d1daa015af898a9d1ae SHA1: e71a5424d6bbc255d14e2a682630ea4d8f2dbb8f MD5sum: 5e6667c09cd16cb8f4e5ecfbecd09262 Description: debug symbols for ros-kilted-imu-processors Build-Ids: 48da4f619ca0b34286afc8471767e691d5080c50 4e6c0040fb74c58422a6a6d29567f6bfec3c4a13 56f0a7312418dc33398f01b421c57eaaf291d4b5 fe9b375ecdfcc79ad2331af1a067c8758a07689c Package: ros-kilted-imu-sensor-broadcaster Version: 5.17.0-1noble.20260908.234315 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 340 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), 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.17.0-1noble.20260908.234315_amd64.deb Size: 98130 SHA256: aa65fcb9b3c393735e7181721ad663378560103baabdc02bd8052f4607c429cf SHA1: c5a466b83b13c0639f5ab023b3f0e8f06d4234f1 MD5sum: e8a6bb5b00a81eec71d381daa8782eee 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.17.0-1noble.20260908.234315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1768 Depends: ros-kilted-imu-sensor-broadcaster (= 5.17.0-1noble.20260908.234315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-sensor-broadcaster/ros-kilted-imu-sensor-broadcaster-dbgsym_5.17.0-1noble.20260908.234315_amd64.deb Size: 1700350 SHA256: 949ddd39d680db955a7b7f945995020b1d0d4e90d228a63b22dbe18498b7cae6 SHA1: 50adcd6c09eb753799560f1d6083c36aa3f0601d MD5sum: a36949e8bd57539911f889fd65af85ed Description: debug symbols for ros-kilted-imu-sensor-broadcaster Build-Ids: 778ace970ba38d6bf8d314e6fc7dd9cda2eecb60 Package: ros-kilted-imu-tools Version: 2.2.1-1noble.20260909.001105 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.20260909.001105_amd64.deb Size: 5264 SHA256: 27b314dd54034248157e82df864901491b5a45aa73b5dc80d82ddbfd9cef3ed7 SHA1: be1e20319b5be997dd9e690c06d9be22d731b18d MD5sum: 25d28310bd2ff124555ee9b4ae55dc70 Description: Various tools for IMU devices Package: ros-kilted-imu-transformer Version: 0.6.1-1noble.20260908.222453 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.20260908.222453_amd64.deb Size: 181664 SHA256: ac48182b2cd42006dd8cb698a5dfb1ff066bed00469d2c8482e1fd8253cb5a43 SHA1: 36b26cddde5192f459655fe38a1b81b33720d848 MD5sum: 00b95492803f6f8f9e4d6e87aa340a84 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.20260908.222453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4732 Depends: ros-kilted-imu-transformer (= 0.6.1-1noble.20260908.222453) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-transformer/ros-kilted-imu-transformer-dbgsym_0.6.1-1noble.20260908.222453_amd64.deb Size: 4092906 SHA256: fbe3567a05f091745824d2b3e82be41f00cda7a37c9db03cc67fe9ebb93fb82e SHA1: 38a0675f639ac2a87aa9444c8cf1e362e05e7c55 MD5sum: ffde6dd697d72dd66ddff79e0831b1fc Description: debug symbols for ros-kilted-imu-transformer Build-Ids: 63e62aa3c6b2370666bd2e3e9956699c4c421f0a a62cae420637575963a190b68a31854aa8e48770 Package: ros-kilted-interactive-marker-twist-server Version: 2.1.0-3noble.20260908.223017 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.20260908.223017_amd64.deb Size: 55188 SHA256: 218696a9cf4dc036e86ff06d5e97452c0ba90e4a00391e6eb005395be00e8d0c SHA1: 7cf78a5b7b6e61c9db1b754add603b48247dcfec MD5sum: 383e4f9b143c1ad72896a869ac30a660 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.20260908.223017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 977 Depends: ros-kilted-interactive-marker-twist-server (= 2.1.0-3noble.20260908.223017) 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.20260908.223017_amd64.deb Size: 921846 SHA256: 5f0843afe4b39552333d06ccee379315bfc8061e71c402cac070b0810fdee8bb SHA1: 209259c1dcf4f68df7dc2a4bde8757f9c6abff08 MD5sum: 9d3f2cca017bc098b08c145d35d1fcb3 Description: debug symbols for ros-kilted-interactive-marker-twist-server Build-Ids: 20ec15ac027f297392b74ec6f784ac595edd47a6 Package: ros-kilted-interactive-markers Version: 2.7.1-1noble.20260908.222519 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.20260908.222519_amd64.deb Size: 205650 SHA256: e815232f1810ec9e18c03a631ceb8308ba99de6f2fe8c7753fbe0b1a5d062b96 SHA1: 6cf12c587e0b0ecdcf0f1ec0dd97607426d58072 MD5sum: de665a0a695ed7c8741f8e332b93dd83 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.20260908.222519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4951 Depends: ros-kilted-interactive-markers (= 2.7.1-1noble.20260908.222519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-markers/ros-kilted-interactive-markers-dbgsym_2.7.1-1noble.20260908.222519_amd64.deb Size: 4294994 SHA256: 008548bf168a9c7f71858efa7943194e85fc2a917fa1fda4e2d0dcae4fe8b4a8 SHA1: 8239a005aa34717f35fa59621df1152fbc7e15eb MD5sum: 0dc72c9474bc8a8effa118e22588f1cd Description: debug symbols for ros-kilted-interactive-markers Build-Ids: 7536b1ee2b2c9206500b267c7184287702bcd96e Package: ros-kilted-intra-process-demo Version: 0.36.5-1noble.20260908.205241 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.20260908.205241_amd64.deb Size: 383878 SHA256: 0369e133d3bf666ec46e5981b2ba2b4d0857fa3c2c43fd7bdb738bbbb1b042b9 SHA1: 6c4f3770caa0a98dd28728935ef101a2477b6989 MD5sum: 1f6559583b9b98981cb02d759c166588 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.20260908.205241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13985 Depends: ros-kilted-intra-process-demo (= 0.36.5-1noble.20260908.205241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-intra-process-demo/ros-kilted-intra-process-demo-dbgsym_0.36.5-1noble.20260908.205241_amd64.deb Size: 11969418 SHA256: fa970c6cd5cf6d1e99307b8f1607c4bcc7f5e880b2289f1a13daa55b00ceb2f4 SHA1: bfa342fe4b2d286bde27762ae621f51bff8ba0b3 MD5sum: f224b231fa501face0a3468fd60e424e Description: debug symbols for ros-kilted-intra-process-demo Build-Ids: 18c122991102edaf15e027979bb7b3fcf04b4047 29c5dc5694ca5b63ac2087e81683f2f4da189ebe 64f32ad57af6bc3fa34358b6c353f53b39150e7e 881860987b51d638543f0fb9f4c912e1463920b3 8ace55c49fe44c4e49b28e535622bbd01cab6fb4 95604d057a97b9a1235b46c3dbe2b462510ced7a dbeb816697ae7c8d2af4dd50f503015bd07cc063 Package: ros-kilted-io-context Version: 1.2.0-4noble.20260908.205308 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.20260908.205308_amd64.deb Size: 41426 SHA256: fc48d4d3521f04a453c24c410120eda04366da3de29d1cbb738029b39838965c SHA1: ae12d1e90149f8f808a00c81f2af2c72ad53882d MD5sum: da46f116576d271aac3611813381e500 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.20260908.205308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 314 Depends: ros-kilted-io-context (= 1.2.0-4noble.20260908.205308) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-io-context/ros-kilted-io-context-dbgsym_1.2.0-4noble.20260908.205308_amd64.deb Size: 204930 SHA256: 87ea5b5e97da075c4c5d6ee0b01f404ff5b3f710c118a89a46c88f987a3484ef SHA1: 044db81545e0db6316f2e109d63dd47fa2caff11 MD5sum: 53020f13ec8b18bc0bf95d8a6a300f08 Description: debug symbols for ros-kilted-io-context Build-Ids: 1d473dfde8caa74fbcb18a4ee9b16ecbb0df66ee Package: ros-kilted-irobot-create-msgs Version: 2.1.0-4noble.20260908.191632 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15816 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.20260908.191632_amd64.deb Size: 831142 SHA256: cd853e3f67b8e46f93fd0189c194340a25dd63547bdb7740690cfcf9754acb93 SHA1: 6ff1c9b3e8310c8a1588eb174e1e7954d95a8ed6 MD5sum: 502bab826d4221bebfb10f050977df71 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.20260908.191632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8481 Depends: ros-kilted-irobot-create-msgs (= 2.1.0-4noble.20260908.191632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-irobot-create-msgs/ros-kilted-irobot-create-msgs-dbgsym_2.1.0-4noble.20260908.191632_amd64.deb Size: 6152412 SHA256: 4540b3e35e1ff87898713c802d4ff9b30f8b1a45f560b5370ac3d9932e4992b8 SHA1: 84cb56cb5c6de114fa370bf2d2a802b412fcb105 MD5sum: 92f81bbdf5f962106d0c5f05e09ba7a3 Description: debug symbols for ros-kilted-irobot-create-msgs Build-Ids: 0ce34c32e574f2da9c52ca9efe08c401fc5caf24 130f0cec92aa4f2abdf3792e82aeee7d3a875329 2b0dfacbf9a3ed898dca4723958f0e0abeef2361 2b32325fd23a8e91583689ab55503f0bf7bec021 2da97b7108801c1ac12cba4d21105bafdee879e6 2f21bb31ceae085ed4e2b590d413df6ab1c15e42 530c80da8461f927461a37791975d3726aec6080 53f17bc8488b385f622c9221d30772b6b55e3151 84d4fadff6216524ddcb3e65c70cd2c4a248e343 d53c5f559ee1fc59caec04c75592393f777d6e5a d5990a6d58adf4b3407951c731dd48e3ba5f8f93 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-jig Version: 0.0.2-2noble.20260908.234017 Architecture: amd64 Maintainer: "Alistair English" Installed-Size: 331 Depends: python3-jinja2, python3-jsonschema, python3-yaml, ros-kilted-ament-index-python, ros-kilted-lifecycle-msgs, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-rosidl-default-runtime, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/jig/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jig/ros-kilted-jig_0.0.2-2noble.20260908.234017_amd64.deb Size: 49644 SHA256: 742985d53ffb0a1e2c9f1c98bdbd60f27a110f200bb1dab06bcf9f8cc638ee88 SHA1: 6dde5824432756cf149a776a5fd05eb2b0036e24 MD5sum: eb38d64e06d97b6c532716ed3dc7a733 Description: Declarative ROS 2 node scaffolding with built-in best practice. Package: ros-kilted-jig-cli Version: 0.0.2-2noble.20260901.091033 Architecture: amd64 Maintainer: "Alistair English" Installed-Size: 45 Depends: python3-yaml, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/jig_cli/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jig-cli/ros-kilted-jig-cli_0.0.2-2noble.20260901.091033_amd64.deb Size: 7584 SHA256: 5ebf728428d71ef0a7c6205ee475e6fc58180b0f5f4e1ca566aacf76144d9cda SHA1: ba70d5e7e7661aa92b1be811f680bc450cdd694f MD5sum: e2bb2cc8fb348085e7801b20fd47168f Description: CLI tools for jig - declarative ROS 2 node scaffolding. Package: ros-kilted-joint-limits Version: 5.18.1-1noble.20260908.225322 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.18.1-1noble.20260908.225322_amd64.deb Size: 81526 SHA256: e40c0eb07097606b0b21e61b83d0a25ac749373117d69bed9597b921c71908dc SHA1: 9b806cb993fe68b9986d6939ff9458aee8802358 MD5sum: c36ba1262a8f238eb9ea54a7430718bb 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.18.1-1noble.20260908.225322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1049 Depends: ros-kilted-joint-limits (= 5.18.1-1noble.20260908.225322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-limits/ros-kilted-joint-limits-dbgsym_5.18.1-1noble.20260908.225322_amd64.deb Size: 974756 SHA256: 2a752a925d543bee7e648467d94ef0dffa6f8f67f067fdef09b7f0b9265b0412 SHA1: 515322c3f1572d4bbdcad43a9a3744a67a0cf4c4 MD5sum: 236554ed266f0609f52e47ef6e0b5dae Description: debug symbols for ros-kilted-joint-limits Build-Ids: 13c9716271eedce171bfcbc92ed61a7144f41dbf 3922d84858f6b5a90d3d8ca8527efbfbeb6d8456 6041d7f00aae88a9a7baebf2bcdd5df780578d1b Package: ros-kilted-joint-state-broadcaster Version: 5.17.0-1noble.20260908.233930 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 410 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.17.0-1noble.20260908.233930_amd64.deb Size: 113426 SHA256: 4c2db39353a3eb3c046b21e70a18a3d38ed94e5f6249d83f6b3db48dd1d5e87d SHA1: 67a93f15c8a904ba32abdef13fe38dae2772417d MD5sum: 7fb1920792e7a6bf7634f2bd6acf050c Description: Broadcaster to publish joint state Package: ros-kilted-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-joint-state-broadcaster Version: 5.17.0-1noble.20260908.233930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1772 Depends: ros-kilted-joint-state-broadcaster (= 5.17.0-1noble.20260908.233930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-broadcaster/ros-kilted-joint-state-broadcaster-dbgsym_5.17.0-1noble.20260908.233930_amd64.deb Size: 1653612 SHA256: f8ac7b98230be1c1f45b81c2455df539354b373e760ca65c81d9b6c9d532bdb0 SHA1: d178f7ca9c66c3bd28d48de0be4c2b6c8f10dab8 MD5sum: 5824e7f2fc24cc5b1da1c1990c639b21 Description: debug symbols for ros-kilted-joint-state-broadcaster Build-Ids: d09bfffddf393f0caa232c5404e33144f4919ae9 Package: ros-kilted-joint-state-publisher Version: 2.4.3-1noble.20260908.205519 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.20260908.205519_amd64.deb Size: 19674 SHA256: ef67de2b3d850e39c39cdc5f1b058994ce6cb8bbb1b50283c61b94de54740078 SHA1: c2f99cf8372839c8743d942df9f6ce84d2b492ed MD5sum: d3c2f3282f57548d1d1c094b643c66ef 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.20260908.221637 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.20260908.221637_amd64.deb Size: 17312 SHA256: a29bf375a736756f13f2e9b0a960f3202e6e2a720e8b295e3ddebde214ab4437 SHA1: a386b1cf8b339c33dbc4e80e8e2df75dbb07a1a3 MD5sum: b0762e5ffae43ad9ce03741adfde5d19 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.20260908.231819 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.20260908.231819_amd64.deb Size: 117762 SHA256: f3bb8cf1fa0f73c0417af6a6d2c87e0aff0d53b05c7dbef4fe33dcfeac69b4c4 SHA1: fad3d2c84cd8d0d605c41d9d569874a1f4df023a MD5sum: 46f1a17577e154cca507c39cae393ac8 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.20260908.231819 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.20260908.231819) 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.20260908.231819_amd64.deb Size: 2075042 SHA256: e75b0bb783be8d0d300a996a5ae33edaf10620d7016cb1b8b039c429a41aad2a SHA1: 31019c836c18bd7564fa042a8b49aab3c87aa854 MD5sum: 41d1dd750be122f81806fe2a3a1dc92d Description: debug symbols for ros-kilted-joint-state-topic-hardware-interface Build-Ids: 6a360cea18f25429f624ea0266a3184a42eedbeb Package: ros-kilted-joint-trajectory-controller Version: 5.17.0-1noble.20260908.234826 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1459 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.17.0-1noble.20260908.234826_amd64.deb Size: 332858 SHA256: 79b48a831a5067c12e2ff1180ff8673dfe581f5265a2a44e9c65b3170dd48d45 SHA1: 1647e60b1fdbfc5fc056f54db6398acea98ee868 MD5sum: 23d05cd416384d956beacfa9b479d7a7 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.17.0-1noble.20260908.234826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5705 Depends: ros-kilted-joint-trajectory-controller (= 5.17.0-1noble.20260908.234826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-trajectory-controller/ros-kilted-joint-trajectory-controller-dbgsym_5.17.0-1noble.20260908.234826_amd64.deb Size: 4990186 SHA256: 8fc70167d7ec84c27e3cc3e4077e23f053f91566777148b7157c7f17bb56397f SHA1: 9b3bf4d2a2e1a6d6523b62a9107d5f10a7271885 MD5sum: 7a9dc93ebac0eb68a88bf3d5d5176e42 Description: debug symbols for ros-kilted-joint-trajectory-controller Build-Ids: 75bd4cc371f4a8cda61228c4dea4d52171045a54 Package: ros-kilted-joy Version: 3.3.0-3noble.20260908.212129 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.20260908.212129_amd64.deb Size: 185996 SHA256: ee9cf7af505effa8c02699f06f547d1e1fc0310b68c2c73b54b017a4c5aa8d50 SHA1: bf946f791360e93dd62854c4ee27d4f3b9c854c1 MD5sum: e6c02b152fd1d114930a2ad98e5cea65 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.20260908.212129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5541 Depends: ros-kilted-joy (= 3.3.0-3noble.20260908.212129) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy/ros-kilted-joy-dbgsym_3.3.0-3noble.20260908.212129_amd64.deb Size: 4703520 SHA256: 9d46ea747fd455924e691b4bcfad60786d23828d19600feab3ed85194af8bea7 SHA1: cd593e5bf98e3061c2ce904e4cd4ba48860d72ed MD5sum: c4a0b9954baee7b82274bdf21860c07b Description: debug symbols for ros-kilted-joy Build-Ids: 5635cbeb1b1c923846270eb9c2abb7dd360cad3f a52de5be3ba04c542ed5aa2ef98bb56c1ce97706 a6077ff90ff2ab54fd85eb13ef616fdd2de9aa1f bf8e267c27688d21935a2ac51a4e2249bf686e87 c449f4180a28e99ffbe148396945d7d74ad43775 Package: ros-kilted-joy-linux Version: 3.3.0-3noble.20260908.211644 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.20260908.211644_amd64.deb Size: 122924 SHA256: 4d1bb76202617e603edb8a2d5153df2924fc7c3c037a9c1e2dabbc6eff4d0a5f SHA1: f1c5c7c6361c17c17da3ed09f6ef2c68e7effa8b MD5sum: 5427746cda8d2a2622c0b87713929241 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.20260908.211644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2464 Depends: ros-kilted-joy-linux (= 3.3.0-3noble.20260908.211644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-linux/ros-kilted-joy-linux-dbgsym_3.3.0-3noble.20260908.211644_amd64.deb Size: 2115730 SHA256: 3bb1217efd06e3993779eb10d26fe35278c6e3c9313fe918d2c0cccbc855b05e SHA1: c6884b4d7d1266efc8040485af26a67e745d8fd8 MD5sum: 8a0f2e73c6a8f8d9d6978290c6a47e70 Description: debug symbols for ros-kilted-joy-linux Build-Ids: c87c31f1c3a057dcfc3caee79f9d4ffdcb66554d Package: ros-kilted-joy-teleop Version: 2.0.0-1noble.20260908.204950 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.20260908.204950_amd64.deb Size: 22076 SHA256: e0d5c746e42f9dde3c16b0a04b51ff0b7025b3cf8ee3f082cf7b2c6711ab7a8b SHA1: 15db540dc8f374bee8f3431244b6e84829418e06 MD5sum: 383d6391377b98a71d710cb62c53cf9f Description: A (to be) generic joystick interface to control a robot Package: ros-kilted-joy-tester Version: 0.0.2-4noble.20260908.212857 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.20260908.212857_amd64.deb Size: 7486 SHA256: f6abc5a943f3780c24e208b35a795b23b5d9835734473b98ccca4065737726ed SHA1: 724af3062cd333c6702c6947275c7c04d64ac2cc MD5sum: 695b9cd840ac6443ab873826e444db50 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-kilted-jrl-cmakemodules Version: 2.3.0-1noble.20260824.235533 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 25048 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.3.0-1noble.20260824.235533_amd64.deb Size: 2289600 SHA256: 7de10ac3ae22cb752c0ef250e38ca31bff0e8195e8636588b6272f5c27f62042 SHA1: 767c9a23cbe0600f02b886d349964a518f00db3e MD5sum: 2ee544c76dc83199d251ee8bded7fd1b Description: CMake utility toolbox Package: ros-kilted-jsk-common-msgs Version: 5.0.2-1noble.20260908.214017 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.2-1noble.20260908.214017_amd64.deb Size: 5594 SHA256: 188d1f91dc8cb9615cd425f161c9967c19beef65e64ee284ae8ddd35f7ed29c2 SHA1: 9c241a25586e70d406a0ad7bafd78612d5cb0cb1 MD5sum: 27ddab257c94281fbd07429adaf9b0d7 Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-kilted-jsk-footstep-msgs Version: 5.0.2-1noble.20260908.191935 Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 3395 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.2-1noble.20260908.191935_amd64.deb Size: 213628 SHA256: 47df128d096b66ecf8672a9a2b1c41b4c9c845ae66d0a28d4bbbabf26b99d4bf SHA1: 65398f290c0bb8125086e7bd3be3f37602685fae MD5sum: 816a7b4d391ca6480054d291fa4eac10 Description: jsk_footstep_msgs Package: ros-kilted-jsk-footstep-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-footstep-msgs Version: 5.0.2-1noble.20260908.191935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 1800 Depends: ros-kilted-jsk-footstep-msgs (= 5.0.2-1noble.20260908.191935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-footstep-msgs/ros-kilted-jsk-footstep-msgs-dbgsym_5.0.2-1noble.20260908.191935_amd64.deb Size: 1302930 SHA256: e66105a90b13b9e34baca013fbd35ebd4f99fc354fb07770eab862769818f491 SHA1: 6f6cff892498c03a184af9ec6e6e9afd22f8ce28 MD5sum: 6acb6a99bd1f0e05b28b765b6df6c0b4 Description: debug symbols for ros-kilted-jsk-footstep-msgs Build-Ids: 0387407107db2ecbdc9af31fc9dd298682d535d2 14373ef5768750ad1444b43f0d8e773ffdd99d34 1a574a10bdefb233138c378ecff9eb85fa19af0a 34db03df93b040f697595ab27177d84b83b10866 74866da14af2d7fe9eddf2475ec054a1aedfa829 74e6732581f0ae57feabb09988ba6909bf326e73 b8e13b1f94aa13b04c7b08cc89a7774a1a92d5c0 bf2a4035d55b7b64914f5dba0c16028cdb02abaa d2ac76dadbb6e613be0e89fcf08f6a8152c8c638 dabc5a108847e38d6070be54503ca934ce358ecd fef9fdecfe26f5a02b36277651c78a14c2648aae Package: ros-kilted-jsk-gui-msgs Version: 5.0.2-1noble.20260908.194246 Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 2544 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 Homepage: https://index.ros.org/p/jsk_gui_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-gui-msgs/ros-kilted-jsk-gui-msgs_5.0.2-1noble.20260908.194246_amd64.deb Size: 192582 SHA256: d6e94e0eb642f0f843f07416e0a27b0325b41a6cba69390c0d3c3f99046d0d08 SHA1: c571f2e6fe6abf94f65bafff4d7908be84b05a1a MD5sum: c3d9ff0e57e1d2d4ff4ac4ab0b39b925 Description: jsk_gui_msgs Package: ros-kilted-jsk-gui-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-gui-msgs Version: 5.0.2-1noble.20260908.194246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 1968 Depends: ros-kilted-jsk-gui-msgs (= 5.0.2-1noble.20260908.194246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-gui-msgs/ros-kilted-jsk-gui-msgs-dbgsym_5.0.2-1noble.20260908.194246_amd64.deb Size: 1599464 SHA256: 182a410a1a4cb9802b24ef4e5724724108ee68bf9828cd6801f1e3afb8e095ab SHA1: 2875b1365bbb068756966474dcccada8e3d4238f MD5sum: 6199489b63acd7ae86584dce4046db8c Description: debug symbols for ros-kilted-jsk-gui-msgs Build-Ids: 101874394e3acf250389dbbe906c037718eae69f 2280ac8ca7947900f148bf9321b38f0c195ac921 271cba7efe676b1f7db2f6cc13dbcb82f1af0d4b 6c4d1a63c532a12355a776d4e61207da6c2ca116 8a76d399f8f9a3181bbc0603f22a5027c1d06728 92acf4cfa035fe77b7967e8a8b0a93c7f2959503 a11ce9f92b934abbe2ef3343522f9cd752a39de6 c726e5679d01c94109afbe459281ea4c84e146e2 cbfeaee9edadffacd6ffb71447a08b40f051a997 deb6b1096d962b9e5d9da052b96cd9022be12b8f f5ea7bd704d28f8fe7c986309a765b3a9a11b493 Package: ros-kilted-jsk-hark-msgs Version: 5.0.2-1noble.20260908.194409 Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 480 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.2-1noble.20260908.194409_amd64.deb Size: 49616 SHA256: 3a3c0d9016cab2261e78c725848ab7448a5f016d0ad36e1b4b8406ff4fc34bd8 SHA1: 1291b8c4cb7e7efcb8ba7da7cc1486a969a74591 MD5sum: 05d060fe65c4c6e1f51a6176ceb7aa51 Description: jsk_hark_msgs Package: ros-kilted-jsk-hark-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-hark-msgs Version: 5.0.2-1noble.20260908.194409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 306 Depends: ros-kilted-jsk-hark-msgs (= 5.0.2-1noble.20260908.194409) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-hark-msgs/ros-kilted-jsk-hark-msgs-dbgsym_5.0.2-1noble.20260908.194409_amd64.deb Size: 212678 SHA256: a22ab53da6cd9dc1496510b433ac1780559caa4b120c0a6a81b0bfc6ec30ff2a SHA1: 6d03977bc6bc561f4882379cb9068637b11bd98d MD5sum: 7016538c896987f5997b6d1735c9ff5e Description: debug symbols for ros-kilted-jsk-hark-msgs Build-Ids: 2b2072dbf94ab8003e07790362858b938b8666c3 3d3df61373ead39d96b2b79c5070ba798c10e0e9 5be365827f4b4cbb233a524e38bc21d23bab80af 6ab042f6d19f77eeaa2b257a7787c3f23932bb2b 796730fa2fb082942b8fe74bf68b5a9dccbd69d7 8fc17219a17ea2bac81cff7555ec3aa78e93a7b8 a568c967ce081f834c6f52586f0856420581cdfb c0384f30617aca952e85497c14c765345654963a c0f30c2dba7533d5a30c8dfad973d41d856ff9e8 e895b57fec84602758a024213380bf33c213fb8e fb8de0840a125252f2150b1349ccacfcfabdb5b8 Package: ros-kilted-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260908.164642 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3595 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.20260908.164642_amd64.deb Size: 211320 SHA256: d59a0effb796dc31787b25640b2d70327357750700fbd8102334a1c0a85cfeb4 SHA1: f3ebe5f9cef6cde96538ebaae98f741a84f05b44 MD5sum: 9317ace01ebf87ea53deba19d505443e 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.20260908.164642 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.20260908.164642) 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.20260908.164642_amd64.deb Size: 1895468 SHA256: ad163b0c29530e224f56bffda33274241f6a0bd8ac106c2f641a221a64cc9b1f SHA1: 10070c92022f086aceb125476b4a45ab2c23adbb MD5sum: 74987c9bd299f2383e86394618231166 Description: debug symbols for ros-kilted-kartech-linear-actuator-msgs Build-Ids: 05b140397140338838c3eb818bb850493e58754d 07d21498e31ede3a6d90c98aa023d477b0977184 367792556e74f22ed984a86c9b5f5f3663e9dbc9 6901074664de979cc700c7a51fd5ea6379592b98 739c465a393f14ba4994fe50017b36040a521251 8a3d7fdaaeae6ed5f2f569e67f3d1d79e10c6cde a0dcc15a2d4f6b7a09f2e5339a6de0d7f375121d bcd14d7f5c5ab04f13aed659d696001c08d0e8ee bde61174c7d2f5c7515094b307e2f3de5e7c2b71 f6df73fff49a9640ad3ba4913d939c6771184e94 fbe97d1a596cdc8ede12b43e3d62f7cce4c44876 Package: ros-kilted-kdl-parser Version: 2.12.1-2noble.20260908.204247 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.20260908.204247_amd64.deb Size: 20838 SHA256: dd0bf786f91178145296dfadbc9ff71052c71c8c9695a600aae8dec104c2b44c SHA1: f6dfbb883188ba3f0bdf79018f593da69fbd7be7 MD5sum: 27119382d8e8edb4b11917119cf43fc0 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.20260908.204247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-kilted-kdl-parser (= 2.12.1-2noble.20260908.204247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kdl-parser/ros-kilted-kdl-parser-dbgsym_2.12.1-2noble.20260908.204247_amd64.deb Size: 166956 SHA256: 51955a0d7a838de6faa6bbbb89e017b560372bff9ba95f6531aa01aef4d24389 SHA1: dbd4875e4ddea68dbf84020856ba6c0595c30085 MD5sum: c14d521c9600e23b25661df047eee6f7 Description: debug symbols for ros-kilted-kdl-parser Build-Ids: 684635455c2fa821f7f77f645a75134a9c4b0da4 Package: ros-kilted-key-teleop Version: 2.0.0-1noble.20260908.210051 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.20260908.210051_amd64.deb Size: 11918 SHA256: 2bd3c5c11f0891c1c925369e538bc2b4d6db64d59ec6984b8dbb97db713ffa49 SHA1: 7a90cda463291b3b590c5d7d486df1ad859fa93d MD5sum: 43ae099d9334bb5086d40a3e4edf4db7 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.20260908.193240 Architecture: amd64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 465 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.20260908.193240_amd64.deb Size: 43864 SHA256: 460ef1c5286e9926d0e508f47f193f723d784e89cadcce6015ba33618f6d5f9e SHA1: dcf1415936a23310f085019ae4d6e3ce1192231d MD5sum: 50c337f5507347d787c3eabe01da692c 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.20260908.193240 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.20260908.193240) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematic-pose-msgs/ros-kilted-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260908.193240_amd64.deb Size: 170568 SHA256: d4a8a718686f6693e083d956226dd62877d7d9e4b8c72309cdb067ca25de4786 SHA1: e03f3c646d4644585ed2694dc0c4133b669a7a08 MD5sum: 409e8375fbba303a0869430ae4a079d1 Description: debug symbols for ros-kilted-kinematic-pose-msgs Build-Ids: 1840c778a21949f25c2d9af21814325ea966647b 2264e9651f0bd5f553b46a1df73478467aca5365 4301ed7c155093434f568a3689bd4e5d5162a9a9 81fd707425f567ed8d1532a87048570cb82b9763 a94b984de51769d7567bed9aca769235b40bcda6 b17433cb1b31ac63bed86a36bffb40f28d5648cb bc265b115e8364a1f5255b4caafce1366886d6a5 bd460fde8dec4258031af232e801e35f9e09bdf9 c716ce88933803769c54d07819b7e126efd02ab5 e622deee646c50e8730d031e3e71fa33d709092f fccc35a737572740791dca43b5ff46c12be8cf15 Package: ros-kilted-kinematics-interface Version: 2.4.2-1noble.20260908.231708 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.20260908.231708_amd64.deb Size: 16798 SHA256: 6358a8f5007cb143a8d7d45b6effca13adce401c693d60bce38197129ce8cf3e SHA1: ca7edf3ff72f00b50b08245366eae47d3d14e71b MD5sum: 6193a315d9318ad0064ef8f9cd172cc6 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.20260908.231708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 180 Depends: ros-kilted-kinematics-interface (= 2.4.2-1noble.20260908.231708) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface/ros-kilted-kinematics-interface-dbgsym_2.4.2-1noble.20260908.231708_amd64.deb Size: 165748 SHA256: 804c988655d1d156630068e19e7fbc715773ac7c14f130a12b50cfebe70ee137 SHA1: 9c66a3f0956d13f60c9b734f55a217645802fc9f MD5sum: fc54e30b553e1a709d4078b231de4506 Description: debug symbols for ros-kilted-kinematics-interface Build-Ids: 3b82fd72c2967df72b5d8e4794c9a015e1d859a0 Package: ros-kilted-kinematics-interface-kdl Version: 2.4.2-1noble.20260908.232011 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.20260908.232011_amd64.deb Size: 55244 SHA256: 093ed03f1673892aabb8079994e5b32fafd0d03d86d79af8597b7f4ac0238293 SHA1: f3bc26af98ff6f4a4224489770399a88f056605e MD5sum: ebf478e65a86ed2fd3d3bfeb19b079b1 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.20260908.232011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1854 Depends: ros-kilted-kinematics-interface-kdl (= 2.4.2-1noble.20260908.232011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-kdl/ros-kilted-kinematics-interface-kdl-dbgsym_2.4.2-1noble.20260908.232011_amd64.deb Size: 1844908 SHA256: 42107a944b9f1225e896e2aa984e91803a07062a646028ffd8ba84163b6319d4 SHA1: 7b303359d401242c59d4ffb5546a2404b75c7f16 MD5sum: 0e4f2f97dd4e40d4183866eee23ba5fc Description: debug symbols for ros-kilted-kinematics-interface-kdl Build-Ids: f00f7e224f6150e5e1a9b43874966ca688a6d407 Package: ros-kilted-kinematics-interface-pinocchio Version: 2.4.2-1noble.20260908.232017 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.20260908.232017_amd64.deb Size: 104280 SHA256: 8544a911a01471d36c1e0f84bf0dfa03dd6fd92b6a2598f3ed6939ea300a3612 SHA1: f99a7a083178c1c3e6d7992bd00ac93ba0bc3480 MD5sum: cdf22bb710d445554b48995b55513223 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.20260908.232017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9442 Depends: ros-kilted-kinematics-interface-pinocchio (= 2.4.2-1noble.20260908.232017) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-pinocchio/ros-kilted-kinematics-interface-pinocchio-dbgsym_2.4.2-1noble.20260908.232017_amd64.deb Size: 9377860 SHA256: a3cb68cd2216facba62f4fac1b93238d3afaf3bc937a8295e5244cffcc21c888 SHA1: e2b65d63bebaa242d8b8083bcfd212088f8721fe MD5sum: 58f6bf33a0dba8a95d9c8aafa00dfbb2 Description: debug symbols for ros-kilted-kinematics-interface-pinocchio Build-Ids: bed4533f42df2875e904c86490f15b256b8fdf2f Package: ros-kilted-kitti-metrics-eval Version: 3.0.0-3noble.20260813.201754 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.20260813.201754_amd64.deb Size: 54660 SHA256: 52063b01ec58588eed8cd1f0acfe507a0f279658e2e9d860052166f2f0147e63 SHA1: 4f5a8ca473c53d6b1bfed58599e4394ac4d427cf MD5sum: da8ef6f36cd8330677817a52c5b0bbfa 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.20260813.201754 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.20260813.201754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kitti-metrics-eval/ros-kilted-kitti-metrics-eval-dbgsym_3.0.0-3noble.20260813.201754_amd64.deb Size: 604672 SHA256: 0cc717d742399d5d4cd09d450e0330d4a034fc16b0a4781fa857b0fe4de7192d SHA1: bd384eed53466f7edd8342a7537aef50594e3699 MD5sum: 04aa95e554565a1e088c02de4895ff91 Description: debug symbols for ros-kilted-kitti-metrics-eval Build-Ids: 8b5701cfd8df2be59afbdf6225907e071fb0b7b1 Package: ros-kilted-kobuki-ros-interfaces Version: 1.0.0-5noble.20260908.164853 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4046 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.20260908.164853_amd64.deb Size: 273832 SHA256: 198d81d719afd43b43c60c1773f8851b6fcab13c2aa6347547be24ba9c2c2fb2 SHA1: 05c5e912946b975060f8f552c313d4590a7a6d28 MD5sum: a8314820a4267f51b7109db21df7538b 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.20260908.164853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2654 Depends: ros-kilted-kobuki-ros-interfaces (= 1.0.0-5noble.20260908.164853) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-ros-interfaces/ros-kilted-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260908.164853_amd64.deb Size: 2062918 SHA256: e0e1495d6a8b74f09fae6cda1bab436bf8dfc3565f02827113a845e019eb5efe SHA1: 7514f1679e9485fab132eba2f8fb461bf2a0d91e MD5sum: 6c048dc42630c2ee0d751ff9763975de Description: debug symbols for ros-kilted-kobuki-ros-interfaces Build-Ids: 305f95f32dd26b7a97956dcb0350db940ce8a73b 402b7d59781ebcc6507126ac316d4e0549374254 75c61de6f9cb5de7f910d93e6b16de079addfb0e 810919dde1d61586eadf2e447ff4ff2f1f84f3c2 9817aafda45ab3dd2d77233f645ae2b8bb9457c3 a89ed41d542943323b092c74e36a1b13b2a3fbd3 c1cfbe2f54a1b91dc7212f59fb89c19932beaeca cf82ece59e27a64b949c144f4a774709b3e2fc0d dd7b9919d0cc4a03c4edcd68e250050087878189 e946b8e144ca88ee1a8cbc2c8fc79edd82ab56f5 fd3c7ba8feeb725d37acee39272944cedb39fcaf Package: ros-kilted-kobuki-velocity-smoother Version: 0.15.1-1noble.20260908.210246 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.20260908.210246_amd64.deb Size: 143290 SHA256: 604db1fc6d9f95be57ff08e941ac66e6917ac5415a937e775685e52a11ec1ae9 SHA1: af72b3f8ed309574ae592eac8326f4c78b4b35d9 MD5sum: 27409243fc73aa1d9c1758af1353f082 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.20260908.210246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3328 Depends: ros-kilted-kobuki-velocity-smoother (= 0.15.1-1noble.20260908.210246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-velocity-smoother/ros-kilted-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260908.210246_amd64.deb Size: 2773080 SHA256: 86e255bb5eae8dde924c5ab88a3a15784361a9a356e2e7cc858396f4f2ba0e4b SHA1: a3fb0ff6274be6ad70e9ffc396867486d643b93f MD5sum: eb17fed2585d3390c98ed0500e34bc04 Description: debug symbols for ros-kilted-kobuki-velocity-smoother Build-Ids: 2d4cbe9a0d1a9f5a51ede007335ff137c327033a dac2d64c0d799a2efae0439bd2f39e042dff3d37 Package: ros-kilted-kompass Version: 0.6.0-1noble.20260908.212354 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.20260908.212354_amd64.deb Size: 174034 SHA256: f766e40625a4296f7168a393e9faefb1a8bc9a4172b5ca910f3842b197bc7912 SHA1: e5a72d9a0edc6419dd6ff761867fe7d844082a93 MD5sum: af981c952636b4b9318e1fa7af095242 Description: Kompass: Event-driven navigation system Package: ros-kilted-kompass-interfaces Version: 0.6.0-1noble.20260908.192804 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15215 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.20260908.192804_amd64.deb Size: 836804 SHA256: a73beb85f2178b320241fb4b5a7ea844d7627efb6eb26efe1f62c58de2543902 SHA1: c80c5db01c154496e6023d5201242b77638eee53 MD5sum: 0c8dc1bf784e38c3f471a84cb1edd5d8 Description: ROS2 Interfaces for Kompass Package: ros-kilted-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-kompass-interfaces Version: 0.6.0-1noble.20260908.192804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 8751 Depends: ros-kilted-kompass-interfaces (= 0.6.0-1noble.20260908.192804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kompass-interfaces/ros-kilted-kompass-interfaces-dbgsym_0.6.0-1noble.20260908.192804_amd64.deb Size: 6529152 SHA256: 5d7acc64b199ec26697d8d091f1b9f42ee25b59e47fd846f9e86e350dfbc9d85 SHA1: b86bc01c13eb388f615f7fe52828d015b0c88c21 MD5sum: bcf1ca0bec285055780996599ad2a41c Description: debug symbols for ros-kilted-kompass-interfaces Build-Ids: 04b6007f558ed76c9852911a8b332a32204b115b 0640135b6c8768618db259419e978273a21548d1 2972cc32a7a436ce3df7c6467461224ca2ebf39c 33e2207c555d1e58695e17bd7e4430d0c4dfe24e 88bbf7cab01cb8564290ead8c7be3b788dbd3cfb 8fb251c866b535dc6250c1a66badac2d4b7039ba 92d899bd5fe93882ba5011dbfca4ffd81d2c19c8 93e744dc268168f521a8ff8759d1e28a73aed509 a1a4d4d21725ac63f4cd69577f28a99a6fb0ee46 a71fffae3be7db058be990b50e730cf697426a5c eba1fc5f122dcd7aa1cc6f443f3091aec6e26611 Package: ros-kilted-lanelet2 Version: 1.2.1-7noble.20260909.010113 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.20260909.010113_amd64.deb Size: 5696 SHA256: 5f63961adf488e275afaf9c52ccdb9183df7aafc242aab3921b1bbcd47ade5c3 SHA1: 0acb8da9abb75cdebfaeddc1894f1bfea153b656 MD5sum: b8bd221cae2adcdbff7d3ec993d8a410 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.20260909.002529 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.20260909.002529_amd64.deb Size: 100040 SHA256: 1ba9cb42f10027869f44e3d8a4d97292855bb430369f848111ce3c898e888504 SHA1: 61066ec471905c3cc00023058183fd9c282a1034 MD5sum: c268f436c3c4aa2d8323b43ebd9e74a7 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.20260909.002529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5328 Depends: ros-kilted-lanelet2-examples (= 1.2.1-7noble.20260909.002529) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-examples/ros-kilted-lanelet2-examples-dbgsym_1.2.1-7noble.20260909.002529_amd64.deb Size: 5235954 SHA256: 1ea4c1ded7026495a681dfc204dedb9787c2e76fe82653a42e8c70cf17155a5a SHA1: fcd87daad019882859ce0dc61c58579e34e7ee5d MD5sum: 3868c98214a27dcca49b3e5d088b300b Description: debug symbols for ros-kilted-lanelet2-examples Build-Ids: 42b2c3b2c1aa857252fa6508c601d247f2972106 4351307f0a6c0f9e064bd4acc95fcf308d5c9e0f 6bcf93d25270679e896f1e3ba786dd50641b23e9 8afc5804579a955007cf08e4e097f0736cb8f723 a10145e60611b8de81d4db7a1f47613294032216 c6614e97b17a07a415c34b3f64e9fa4d6713d9a8 fd0eeacf0021de7c75839a33e2c09e8c8048af60 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.20260908.225310 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.20260908.225310_amd64.deb Size: 609946 SHA256: 82517bfcbc9cbe97e6116d5b8c243446b67e424148b57055f9a7f3fa93cce7c8 SHA1: 391da87e94051b4640cb50b7f9dce0555d04048f MD5sum: 249091e12436056db6c86c05e1300242 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.20260908.225310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 14519 Depends: ros-kilted-laser-filters (= 2.2.3-1noble.20260908.225310) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-filters/ros-kilted-laser-filters-dbgsym_2.2.3-1noble.20260908.225310_amd64.deb Size: 12851104 SHA256: 7250709f1761307963275f7fdcc76fedb624ae4dbbfc903106cbdac4f4546935 SHA1: e6ba492880def696ee5816771b5c634cfebd20ff MD5sum: 5a5d4ba7f9ff3291d32a857cd873cee5 Description: debug symbols for ros-kilted-laser-filters Build-Ids: 050576ea38f0a883d5da8fb49389a35f55f3a76c 2e701ed85bf91263c3b0ac56bee89bdee31761cb 2ea8bc1af64dbf1116297c24038e461b9d0d606a 65f9d679710a1f97a65933d5d36c10f0a1a793cf a859e39bbf82be84b2c3735283c6b34079903d86 Package: ros-kilted-laser-geometry Version: 2.10.2-1noble.20260908.212141 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.20260908.212141_amd64.deb Size: 26482 SHA256: 024da04b7b768de1676bfd0893290b2e4dc5c9c5e5ddaeca2aab39e13e723c9d SHA1: 4c637a09e898150831d1e8b36b86d67434ec7ea3 MD5sum: beb976cc4dfbafbe12d79f124466f029 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.20260908.212141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-kilted-laser-geometry (= 2.10.2-1noble.20260908.212141) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-geometry/ros-kilted-laser-geometry-dbgsym_2.10.2-1noble.20260908.212141_amd64.deb Size: 156990 SHA256: dddd4821b15b80b6c1ea096f0bc227f1b27f9610977391b57a8b89769b00e82f SHA1: ec420c92c6b81cace83f487a723f9b0b1cb9f788 MD5sum: 30e6831637dcd64bba690db3c7b22d25 Description: debug symbols for ros-kilted-laser-geometry Build-Ids: 2efb3194b042e220dc677e7ccfc09cf983c8512f Package: ros-kilted-laser-proc Version: 1.0.2-7noble.20260908.212211 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.20260908.212211_amd64.deb Size: 143090 SHA256: 6b07e7e08437523571122e4893b4564e5263ad4a839b083213d0f11a634b33d6 SHA1: db9c1ee0dc770eef4db43d6c8f7c18f506cf3d09 MD5sum: fd9c17c3eca5c5b26ee24f8c20335158 Description: laser_proc Package: ros-kilted-laser-proc-dbgsym Package-Type: ddeb Source: ros-kilted-laser-proc Version: 1.0.2-7noble.20260908.212211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3246 Depends: ros-kilted-laser-proc (= 1.0.2-7noble.20260908.212211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-proc/ros-kilted-laser-proc-dbgsym_1.0.2-7noble.20260908.212211_amd64.deb Size: 2840566 SHA256: 61bb819ee5045bb25562e4420b7974a9b329ba850ec562580e7560138dafd37b SHA1: b0c7de5020767bd6fbb95b9e0ee6aebef5681f93 MD5sum: a453d9206a8280c86bae4a023afec7a7 Description: debug symbols for ros-kilted-laser-proc Build-Ids: 1959d9c3719f53209522b24f47ed25ca3fb42ab6 95be39b307b6e7bdf491c64d999b0da1071f4231 f80e96b7b11da2dc855eb6bd8fa6d43bb48affcf Package: ros-kilted-laser-segmentation Version: 3.0.2-2noble.20260908.225654 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.20260908.225654_amd64.deb Size: 163164 SHA256: 827fefda23a9ad42184348d51c076802221f2d47814731ed3ce0a27a20e258a4 SHA1: 4a731043703975c832a4c2603c2de96ada53dd00 MD5sum: 24b829c96544c8be41c58c78e98e1a66 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.20260908.225654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3398 Depends: ros-kilted-laser-segmentation (= 3.0.2-2noble.20260908.225654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-segmentation/ros-kilted-laser-segmentation-dbgsym_3.0.2-2noble.20260908.225654_amd64.deb Size: 2997842 SHA256: 675cc09fe89b9d007cb837f809612dea2e3f2790087c181f1ac140e2d9f965aa SHA1: cfaff10c50902bd622806038df46c302279d12cf MD5sum: 347f4cae198a2abbb9922f40b9532228 Description: debug symbols for ros-kilted-laser-segmentation Build-Ids: 2c2fcea76d25e25317694058a393ddf2beb45874 737edde758d544a8b4b32c02720093e52181fcfa 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.20260908.221658 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.20260908.221658_amd64.deb Size: 9004 SHA256: 6b66f3de3a9d4e2c20f4f5ecabea37f23c41dfd88943d72c4397b8aa261fcff2 SHA1: 3f61b9ae80a40e98de3c5015f41ca053134337a0 MD5sum: 0631f1a8cd41290db9aecaa96beea72d 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.20260908.205758 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.20260908.205758_amd64.deb Size: 94096 SHA256: db807d4a5ecec8ee1590969c5d7e5fd0546d7b6b0075b1d64a6998996c4e6b5b SHA1: 380b5d606abff2881abe9250ca5781edfd339a2d MD5sum: cb3adc535521319759dc4f78399c0482 Description: ROS specific extensions to the launch tool. Package: ros-kilted-launch-system-modes Version: 0.9.0-6noble.20260908.213816 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.20260908.213816_amd64.deb Size: 18404 SHA256: fc5914e5b92d51ff263f6a4ff4379840ac1abd2ccef1f39bd941c3ddafc11d1b SHA1: fafef6a844fba9255487663f81eaa8fab73ca482 MD5sum: d6edfee7c1fbc4236fb5b603060a0f58 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.20260908.235822 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.20260908.235822_amd64.deb Size: 14386 SHA256: df4a4e2af60459aba2511340f7e28468dc4cc9325da2c9b92758c700dcfd9634 SHA1: 992ed6959b31f6142b45eba68e3465eb8c0eb157 MD5sum: e63a2d50a01aad8c22a674e8ceb61603 Description: Examples of simple launch tests Package: ros-kilted-launch-testing-ros Version: 0.28.6-1noble.20260908.214128 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.20260908.214128_amd64.deb Size: 24082 SHA256: 373d93594467956a01cf820301bfb7faa3d7bedbb7a47d0abbeea228aefece08 SHA1: 4e8b3ca408d905756c3576f980d898a55fe32e85 MD5sum: e5e4515f2220ca2677f84d090314058b 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.20260908.212242 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.20260908.212242_amd64.deb Size: 61084 SHA256: 532492ca964eb454333ad1821710a33c990823ab51e1f5e19091d1d651be1719 SHA1: b8b60c3bdd34358a3a2c323523a5e5bd47c12467 MD5sum: 1bd2d81f920d07db6f3f9d205bb449df 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.20260908.212242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1069 Depends: ros-kilted-ld08-driver (= 1.1.3-2noble.20260908.212242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ld08-driver/ros-kilted-ld08-driver-dbgsym_1.1.3-2noble.20260908.212242_amd64.deb Size: 1009916 SHA256: 01ee11dbe1fb52e1e4d2d836ff3517042a1a7595e8f44ee6e5eed3f523a112a4 SHA1: fbe06a4340438a7a5e30eba0fe1b6399d347e283 MD5sum: f5955301ded687df2622a4cf122f8c24 Description: debug symbols for ros-kilted-ld08-driver Build-Ids: ae512050c9154f5482cd382e309a3091c25b1d58 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.20260909.000803 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.20260909.000803_amd64.deb Size: 5236 SHA256: 1c722cf9dc7f9848863ea4109215610bb3707e2852d5dd7898a298b25f198834 SHA1: 084baf19b6c0f431400b4e4a2c13c7a9c5456976 MD5sum: 986c3bb6088a8231c0c996eb590112b6 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-kilted-leo-bringup Version: 2.6.1-1noble.20260909.002923 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.20260909.002923_amd64.deb Size: 20212 SHA256: c4709e884a2e33cc237c9ee8fad161dcbab47f4b706a8fa9bdba91326e65e0d7 SHA1: 0c7119c99bd7c2a18a36538848177668605d8961 MD5sum: 8896fe75aa051cfd83c8bf4fedbeb73a Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-kilted-leo-description Version: 3.2.0-1noble.20260909.000640 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.20260909.000640_amd64.deb Size: 5795666 SHA256: a3cda64783828a9b72631ac6475a802fa127220d61af73bd8e6fd4fd516b2f50 SHA1: dec598b78a54071577b7f6039b9134c96fa7726c MD5sum: e3c0500a68b5b66187dd0f38364e9efb Description: URDF Description package for Leo Rover Package: ros-kilted-leo-desktop Version: 3.0.0-3noble.20260909.070453 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.20260909.070453_amd64.deb Size: 5164 SHA256: 3099af405e41fa4cc8249c214ca052e7edc092eca48a1ddb8684d8dfe2ade5d6 SHA1: 54d56eebac45d9ab9b76fc7298c873d83bfd4259 MD5sum: 88ce18c33351822f24afbe2664c10ba6 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-kilted-leo-filters Version: 2.6.1-1noble.20260908.234258 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.20260908.234258_amd64.deb Size: 237508 SHA256: cab538a492ffcdc7b720cfba710e08e66ac7ede8b4883d188e9e763942b0e6a3 SHA1: 2b647b136dd159c00336cd810615375ddbad95ed MD5sum: 252817febe84d78fada1b83fd2e1662a 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.20260908.234258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5929 Depends: ros-kilted-leo-filters (= 2.6.1-1noble.20260908.234258) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-filters/ros-kilted-leo-filters-dbgsym_2.6.1-1noble.20260908.234258_amd64.deb Size: 5068594 SHA256: 331c9acb15d0641694c427c1d46f43f69a462cf7ee1b20e0adaea615afe98e42 SHA1: 790a74957bb4ad29a9461bb0a0e92d8849149ecf MD5sum: a9cce6ee770c3dd2ede013065b4b0d6b Description: debug symbols for ros-kilted-leo-filters Build-Ids: 28778401322f0e94b305e6b5f76036e54613607d a810de677a465744097c78c9a1e35e5b9d8468e0 c6de6ec7a87896a0ec50467751b72f8f8d15ae3e Package: ros-kilted-leo-fw Version: 2.6.1-1noble.20260908.221931 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.20260908.221931_amd64.deb Size: 387486 SHA256: 20a540537f6dbfdc835f3dd5f17786b5d0e7eb6869015052562934648c275ed7 SHA1: 2f30fad9743f30137ed6fb9dabdbaddd26aaef14 MD5sum: 4cebec46496e0efbae8a8821f89b3152 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.20260908.221931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5815 Depends: ros-kilted-leo-fw (= 2.6.1-1noble.20260908.221931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-fw/ros-kilted-leo-fw-dbgsym_2.6.1-1noble.20260908.221931_amd64.deb Size: 4711236 SHA256: 0b05b022c4bb9d1d396bd12092c1a3bb89883d87af6f9f46e1fc7010a8e368fa SHA1: 60ab26c8c7c023f01d6f2b75b95e62d040ede853 MD5sum: 3d1cd5ac42430b7774ba0b8e82157f55 Description: debug symbols for ros-kilted-leo-fw Build-Ids: 1b3d844d2774729706cbab782bfbd982fbdf069d dfe513f60a20e5037c61beb9256910b20e1e6dff Package: ros-kilted-leo-gz-bringup Version: 2.0.2-2noble.20260909.005503 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.20260909.005503_amd64.deb Size: 8026 SHA256: 004073eb7496138bc8e434f0ced648c2bb9baf457281c2dd7ff46b227c6f2fde SHA1: cbf6928ee69d14d00e4c4537d5dd9ddc2630f987 MD5sum: 699ef2ebd0031f7ab60d27771c9a6de8 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-kilted-leo-gz-plugins Version: 2.0.2-2noble.20260905.080925 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 821 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.20260905.080925_amd64.deb Size: 141420 SHA256: f3fc9fd67dd5d69a544ec02fabbfedb8f115c82c1ff0f8fa8e6c1ac12ea97eb5 SHA1: 12e77b4438841cfefaf9b8771b050b12b4d72f89 MD5sum: 92ce357951d9cbe54926cae2295fc264 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.20260905.080925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3847 Depends: ros-kilted-leo-gz-plugins (= 2.0.2-2noble.20260905.080925) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-plugins/ros-kilted-leo-gz-plugins-dbgsym_2.0.2-2noble.20260905.080925_amd64.deb Size: 3046422 SHA256: 128bfcdc1f45c4de05a5056f924b6550cb7a6d963b6b775c77a39fc0206851e5 SHA1: 33121587769e30bdf5f9a3df81d39f54f38a8b76 MD5sum: b565d01e0b827da0cac77aacc7888e74 Description: debug symbols for ros-kilted-leo-gz-plugins Build-Ids: cf3811b054f341757ceb781be32ab4ffc6177161 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.20260908.164436 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1043 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.20260908.164436_amd64.deb Size: 84084 SHA256: 19de5364713e794722757e8cd73cec162eb74d5d6f66f0e5c77ed87900318277 SHA1: 1c5481dccbc5501f957c4a8aab64373c8ae32745 MD5sum: 5c4a62184f28c2c7dafba9513c6e3748 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.20260908.164436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 683 Depends: ros-kilted-leo-msgs (= 3.2.0-1noble.20260908.164436) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-msgs/ros-kilted-leo-msgs-dbgsym_3.2.0-1noble.20260908.164436_amd64.deb Size: 529172 SHA256: 398c519595a43bcb13eba224149096cef6f21390769bd857e97eed021b1c1210 SHA1: 8801c975b0658f89e8eb7c23c826735bc7fca44e MD5sum: 7f9189567f08e9683186ce5f4d6a813e Description: debug symbols for ros-kilted-leo-msgs Build-Ids: 03c54377929dae5cabadbcfe19df9b4c5cde63c6 3548d2f99f87c747e1bb23e2f036b3589bc349aa 4af5f5c74bddd36415e067f906622c22ad47893c 6463177d7629dd6c17cb0149a3fa2859607c8625 7f2ff10cabd23f555a3b651be23c914cf4f60ccc bbacc4ec09edc8eaae1f325d6638a0ff7f158f6f c9805f03f727a2c01c3b9cae4b62529c857054f8 d7436b36ed2ed0dcffc93f7748d52c04e77f872d dfdf34e640dd3cbebbad8a74aa80d9c6eb60e515 e930c856f9d7431727965976fb381012ad34d745 ec5e3c172ae43afc01b87ff6672d049c6bcdc27b Package: ros-kilted-leo-robot Version: 2.6.1-1noble.20260909.003105 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.20260909.003105_amd64.deb Size: 5412 SHA256: 4f4fa6941f84975d22ff90d3a07c1f1ce97050fa8cddb1f670fc26ac1fd6eef3 SHA1: 1b156f6f1a739af943c928d931c4e8c44090d76e MD5sum: 0eab9741ae204f2342cc2ef7ee8e129d Description: Metapackage of software to install on Leo Rover. Package: ros-kilted-leo-simulator Version: 2.0.2-2noble.20260909.011014 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.20260909.011014_amd64.deb Size: 5316 SHA256: cc2af7c2e4837b3144b11e500cb78a999da350292e7ca641703199397c7fc64b SHA1: fab5739c4ee329b1b0669d8a41c643f9e146277f MD5sum: 6e223718fe41968f294d51045ade95f7 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-kilted-leo-teleop Version: 3.2.0-1noble.20260908.232342 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.20260908.232342_amd64.deb Size: 6224 SHA256: fe17366103b40bf204b363afe454894185b8a3915bf26e3bc5882f84ff8c2506 SHA1: fb989765fb9f8e1a379df3c3814dbf3498eca009 MD5sum: 7cf9aaaa4adf7944c0bbca8bfd27767c Description: Scripts and launch files for Leo Rover teleoperation Package: ros-kilted-leo-viz Version: 3.0.0-3noble.20260909.000807 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.20260909.000807_amd64.deb Size: 7594 SHA256: 18c9a50548739a4b81e790e2f67233232cea24118ed7dac410361c43cb311f92 SHA1: 0d5c9955350910a3bccb0b0ecf03d5ce2fcfafcf MD5sum: b1ab7a52d1804432c7f25f4a57d6a82e Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-kilted-lgsvl-msgs Version: 0.0.4-5noble.20260908.193742 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2686 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.20260908.193742_amd64.deb Size: 188668 SHA256: d1dfb6a7270178101c026ca5b5e9c105f6819b9a3b2caeb46fe5fbbeb230c385 SHA1: 304f4e7fa1b94cd57c39769528b66985f24f5746 MD5sum: 4ce1ca0ffa9bab278b65e17c792e747c 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.20260908.193742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1950 Depends: ros-kilted-lgsvl-msgs (= 0.0.4-5noble.20260908.193742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lgsvl-msgs/ros-kilted-lgsvl-msgs-dbgsym_0.0.4-5noble.20260908.193742_amd64.deb Size: 1598154 SHA256: ca54046bc623987bdb2d3ff50a373461756d2a9799ae8a787dea9d98684d0867 SHA1: 4ad03a95e79c0b18e7ececf16eeb1f73c0ab428f MD5sum: e38f8c6b801b63230c4f2eba97a97fe9 Description: debug symbols for ros-kilted-lgsvl-msgs Build-Ids: 04d471f0f8b3a7256b5a6777dc1b6309f1e6ddf6 1094805296b945f8629c7b29b8a41e4e8348e94d 1dce0d85b1040240b61307b35bfbcde77df8d52d 36eba852678c1bd34461c69592e3f608371f82a0 389d013d7e0de7009fb2fbd4cd3e05b84fe645dc 5c8feb577b4185373bd171b1f504054091ab43f0 7db386d005d1555e440649ce0da2acbfa524a021 817fb427fdf0fb0700a6c27e46fd013af7ed2e21 b0ead3fbda49af8f9f43adcfd35af8956f7492c8 cc51df4ba12a9b0318d47b0ba7cb6192b8219713 d04dc5506a4f0fa7cc9a0d7565af428f7d1d1b1a Package: ros-kilted-libcaer-driver Version: 1.5.6-1noble.20260908.225931 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.20260908.225931_amd64.deb Size: 244940 SHA256: 4c22205447e61116869991a55e2794e98bf17b4c138cc0a90367adbb1d56217b SHA1: c2919380ba7cc7d97cb0833cdd206de816d1ad4f MD5sum: 5bff511a2f7a062808745dcee570afa7 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.20260908.225931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5843 Depends: ros-kilted-libcaer-driver (= 1.5.6-1noble.20260908.225931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-driver/ros-kilted-libcaer-driver-dbgsym_1.5.6-1noble.20260908.225931_amd64.deb Size: 5166206 SHA256: 28074c97b4405938a7f3f9424d7c912b9e2bc5b916d8c8d75ad7b256f97c4e7a SHA1: 52632199c2c553f8ae1d751199c20f4b545ca7bd MD5sum: a1cb877004fddd2f57df5f7746e03bd7 Description: debug symbols for ros-kilted-libcaer-driver Build-Ids: 25585580a219f175d8b49b18f9919b75ed54e8be c0529504c69fed939b8d4a380fd8d5cf404432ac 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.15.1-1noble.20260909.090825 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 457 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.15.1-1noble.20260909.090825_amd64.deb Size: 125250 SHA256: 2ac993a7ad8e9fc83944cf628088cfad63b25ce96385bbfd2cb9d6e28f02b5bb SHA1: ef317102c30ba5e9b1c31efa4437a855c07c7815 MD5sum: 586a716565cd6e3ed714d2f4d9369cee 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.15.1-1noble.20260909.090825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 2044 Depends: ros-kilted-libmavconn (= 2.15.1-1noble.20260909.090825) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libmavconn/ros-kilted-libmavconn-dbgsym_2.15.1-1noble.20260909.090825_amd64.deb Size: 1899374 SHA256: 945872b6a9eee12734a66ccdfe545e81131aeddb3d9c2319d5131bb7d7c28bd6 SHA1: f26749840f1af541e049e5d03c2fecbe6a21e37f MD5sum: 1ff8a5caf977c6002f2ab47ae7e8f5bd Description: debug symbols for ros-kilted-libmavconn Build-Ids: 86fd0c05268e58fdee270c81ca3e094ae5e4c3db 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.4-1noble.20260830.174804 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 35837 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.4-1noble.20260830.174804_amd64.deb Size: 9038990 SHA256: 04cd1c97adfbe6b43bb4a8345e33fe26d9de473e8eb21c5c2541d797a899479e SHA1: e57179a7dd3ad84ced822cf87b78ecb5f5f89bcd MD5sum: 5229273b67ab90d76051006527f599ad Description: Library for controlling and capturing data from the RealSense depth streaming devices. Package: ros-kilted-librealsense2-dbgsym Package-Type: ddeb Source: ros-kilted-librealsense2 Version: 2.58.4-1noble.20260830.174804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 171507 Depends: ros-kilted-librealsense2 (= 2.58.4-1noble.20260830.174804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-librealsense2/ros-kilted-librealsense2-dbgsym_2.58.4-1noble.20260830.174804_amd64.deb Size: 164373300 SHA256: bdb02ba2f4acf8bccd3f54f09c2a666473fd642ae2a466ee174a716c31098901 SHA1: b07a5200981231f5eb2823870d33ceea170b982d MD5sum: 629dbd28835502571606e87bac2d5ba3 Description: debug symbols for ros-kilted-librealsense2 Build-Ids: 034e7baf99f02fb4ec0cb1feff336ff478571d69 1175772ac52abdd806d2eb3365f1288f69ded069 1341e9057e52161827130062e0676de21cc938a6 1811f0da7c4ebaf665efa225e3759d76681ef388 1b2cd4757e9dc1da6e7a420a0e2252f6399ccbef 29447e792e0e490a3136bd993df2dc99f248da79 2f29db1bb9b362e138a85a3555b060594f507e24 36e1833bee96353b24e8214216f414ac592f2997 3784636395335c75d20163c30da77edacbbdadcc 4d98c2419aa038cbc642d404e6aaf5612fbe73ac 50f6f9341333fa3697e4c3551d5a2f529ae2eb8c 531157364e9818af145e6f0119a5b56317350334 597cdd45e22a7dfc06bc03a0496f33b1a34fd091 68f517c869315dcd008acc60026f551cfba886c1 68f988d5bc7c95ecce361c32aa90fdd34de42da1 69296e04e94a1656b77ff71a6f646821125894f1 75816ba51281b2cbe7f34d6129a99c5457de0416 796865b20b415758340f7fd1fa198a478bc2cdf5 80305c37530179f0663ec1eb61a5732ef6fe7288 817584eeb8c26fbb5e1be62ebb0f07a377636b36 85cac32868b48b57f0b4334b03a0e86993dcc826 86e59819eca92a09307b3be0ab23f002144d372d 929a3a02055869737d6823f6ab738182e5b48572 98de1920f637aebe9b0c2c414d7a2be90655b1b7 9954fe957ed8fab732a40d1b6d257f5859d33350 a1477db11d8505687722b15904153a26c6c0f711 a311a4c8861b3a1d7032e109dd521ea75c3441ec a7cb4f5689c99e15b25ba3ab02f35b4d95e07023 ac494873348d45e96920f02b80a4e7753ab1c4e7 acd770a419dce4d5d867d845e2b6551a1527fadd af266d03335dd6e1f68174778b2940f864234790 b3db8d94bac9b4019959e62e373477128a0518ba c3292f37b885722efdcdab6fc78bfa8831040320 ca3057344a27354ac0d070bd2d72c83954a291f9 cfd9775dbc1bd4af590893b8e080cf5a4c4023f2 d1cb5dd7236a85c3fb1e6136e7ce2ea266da13be d1f02567d9daa497023099cba217b2a06707b43d dd23c02820759932a9d3da25528f76cfe2b445f5 ed8da7ec203e94c8dc57393a5671c42c633f00bc f1543f2d72bff7479acc5973fc7681ad055482f5 feab47792e585df80c5983d47468a80a893ae75e Package: ros-kilted-libstatistics-collector Version: 2.0.1-2noble.20260908.203540 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.20260908.203540_amd64.deb Size: 26496 SHA256: 516401338092eacadc1be3d87867f797df51abeb44f8abac894f8d0c80d24934 SHA1: 3782c87b0e60b6d4d8a16c6fc150f24250264f6e MD5sum: 87b0f6073507df480ac8e999106c821d 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.20260908.203540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-kilted-libstatistics-collector (= 2.0.1-2noble.20260908.203540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libstatistics-collector/ros-kilted-libstatistics-collector-dbgsym_2.0.1-2noble.20260908.203540_amd64.deb Size: 101176 SHA256: 0711e5e1bd8dc65267f8a62c8c1da00d66e8fa2dbbdfda5081b8e5f6140c4431 SHA1: 3b33c97ee788f752615fd4729064aa2fa03b7dba MD5sum: bbce4b0f847be31be14bbc36b8723e7b Description: debug symbols for ros-kilted-libstatistics-collector Build-Ids: 8fdfaee7877e5b9e6312d1990e749fa5bc036d0b 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.20260908.224709 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.20260908.224709_amd64.deb Size: 180566 SHA256: 20e897467ba6a78d52b2dcf9212749708092d63f68edc95b5aa29cd8c266aa6e SHA1: efe51e6a56707bf88c1e9dca953daa70924e893c MD5sum: 3055c23092289b82044672a0c9f1dfe2 Description: Package containing demos for lifecycle implementation Package: ros-kilted-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-lifecycle Version: 0.36.5-1noble.20260908.224709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4469 Depends: ros-kilted-lifecycle (= 0.36.5-1noble.20260908.224709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle/ros-kilted-lifecycle-dbgsym_0.36.5-1noble.20260908.224709_amd64.deb Size: 3821852 SHA256: dc37a163d099d6aaa44b18be11da865c936a689efcebb50ee0872c36e8604508 SHA1: 26fb4d498bdc0de4f549b8f89407f494275db313 MD5sum: 9e8ed4e7a6d055fb91b3ec0c24a2f477 Description: debug symbols for ros-kilted-lifecycle Build-Ids: 1cb891504ac904f253569810c8b3812cd51d1fe4 515d1a3d9fb6c28c7a7f3edd7fc23f495a8e9699 6d28f5014eb1b917517f5450149be7ef78d69851 Package: ros-kilted-lifecycle-msgs Version: 2.3.2-1noble.20260908.194427 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2540 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.20260908.194427_amd64.deb Size: 182912 SHA256: 0d8c576c52b342221b35d90c7bd960d6b90a9f7290b671f50e094b2e4bf024b2 SHA1: b91368a199fd00b77498ea8b00693b62af93b094 MD5sum: 227d68a9ed86401f5774308cf7c163f5 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.20260908.194427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1844 Depends: ros-kilted-lifecycle-msgs (= 2.3.2-1noble.20260908.194427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle-msgs/ros-kilted-lifecycle-msgs-dbgsym_2.3.2-1noble.20260908.194427_amd64.deb Size: 1455660 SHA256: 15f19ab072b4b7b92ec7995581170a362b4950c53f6ca9fb4e53efcce0ba1517 SHA1: 05de21001a536af04a0576719edd4e04b936e3e1 MD5sum: 47295c4901381680e6ee329fde043bc1 Description: debug symbols for ros-kilted-lifecycle-msgs Build-Ids: 12f29cb0577687eef9f8f94abc7b58f2d76830a8 17530453cd2c15a6b1e65ae8dcd0b899be670b88 22c8c9bccd3e2eeb4e58e99daeed3963ad38aede 49ae59d85347de4b6d60d70d13022040a127adda 77203d79b4656801e3eee764b23e9fbe252c7102 7db621f11d5f435b70fc114d5b52a6114a5ace0a 8a8ab4a6f5c5d2d7d9cdb8c02f7523017daec617 a7bce35d3db4965ca90fce4cfe8e52f12fa0b719 b49f019c955aa4643ffc3511d85280447d83426c ec508b5462bd73551203186eb33858b3a5354cd2 f00aad9492d4824c116149ad964dc4c1dcb63a1d Package: ros-kilted-lifecycle-py Version: 0.36.5-1noble.20260908.205525 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.20260908.205525_amd64.deb Size: 8922 SHA256: 1b2f7708e3e6d44c0398ab9af6fb2835a36823fe77ab31f49f2feffa26eb4357 SHA1: 2785395b1e09e0950a311765fc1715831be23ffa MD5sum: 621e3e9baf5fa48ac5d3b0b7df2c91ef Description: Package containing demos for rclpy lifecycle implementation Package: ros-kilted-linear-feedback-controller Version: 4.0.1-1noble.20260909.140538 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 944 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.20260909.140538_amd64.deb Size: 266878 SHA256: 2858426bb2d05427ae3f22b1b80f9ca657be16546fd848e66bb165c7a481cc19 SHA1: c9edf1fa789e70de0392deed4a77bc51dcaa2bb5 MD5sum: e46087a4e8b6918880cd2f08021c44d8 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.20260909.140538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9970 Depends: ros-kilted-linear-feedback-controller (= 4.0.1-1noble.20260909.140538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller/ros-kilted-linear-feedback-controller-dbgsym_4.0.1-1noble.20260909.140538_amd64.deb Size: 9585732 SHA256: c9f1c280fc17ca01bc78301cb7e9be3830fc3e58b692f34d67133e3a07ad915f SHA1: 8d388f74c3838277d60fc659193dfcfb68cca9fa MD5sum: 04b826fa4e33c768b334ac457665f39f Description: debug symbols for ros-kilted-linear-feedback-controller Build-Ids: 848ed41f4e9f244e6347088abed59d0da947821f Package: ros-kilted-linear-feedback-controller-msgs Version: 1.3.0-1noble.20260909.135811 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 952 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.3.0-1noble.20260909.135811_amd64.deb Size: 92474 SHA256: 58ad0cd9ac67230426ba971947f42a480366ed8ebd3f447bc2665bbf8884e6cd SHA1: 279a3c1e69d2ccca3e5815cf5cd44e5b2295a557 MD5sum: 3ad57c8dccf1fe62ea24f6f726095f1d 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.3.0-1noble.20260909.135811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 714 Depends: ros-kilted-linear-feedback-controller-msgs (= 1.3.0-1noble.20260909.135811) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller-msgs/ros-kilted-linear-feedback-controller-msgs-dbgsym_1.3.0-1noble.20260909.135811_amd64.deb Size: 564966 SHA256: eabace51e36f423c1e477787c0d06050075d5d998f53ef5286802981049e583e SHA1: c5542537d9b73497d19261dd64bf2969f8d2f522 MD5sum: e07a28f4ef372613b66f9117ba9a9a7b Description: debug symbols for ros-kilted-linear-feedback-controller-msgs Build-Ids: 0bf1620f0a3fd89751fa68b73c38fb0fe3580d81 0fce65352d8cc140fb61c913136ed72650a905ac 19995e814de7c1c2a64f22199be2425b2d33b197 7c45dc4768a3a0adbde7a5804d7ca15a971642ef 817c4bd16e30ae98351412c4c492d16e62d50b95 c550bdfb929625bda4baa856b143555e742b0207 cc8d191e96eef236d65990f29782dbcbaea62f5b e3d92f3b9e7c894cecafc677c588efedd14e4204 eff278a88ce626a306e28dae41ffcae23d7ecf88 fcd5553e1834f539c88bfb84c2ce77731a36ffc5 fe1cb6f4ed8bb5d6ac48d0120bd57f1a08394281 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.20260908.204929 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.20260908.204929_amd64.deb Size: 185788 SHA256: a268eea7e9850ff34c542a448936eba97a25bdfd07ce006f4abf1e4335abdf2c SHA1: 6fff793cd2b06475bef20f5dcc430e8576d38b6a MD5sum: 86d4571ed3df143a0249c91dfd0c8f23 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.20260908.204929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3274 Depends: ros-kilted-log-view (= 0.2.5-2noble.20260908.204929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-log-view/ros-kilted-log-view-dbgsym_0.2.5-2noble.20260908.204929_amd64.deb Size: 2953760 SHA256: c126bf3e991f0e512b2823164e37c0ffb6eea70a48a2f5f9c3fd4e8d06746933 SHA1: d62701b10d6f413b890fb2be228a33f70ebd4579 MD5sum: 8f9a842c9e703679a5d1aacb3fd0ae6c Description: debug symbols for ros-kilted-log-view Build-Ids: 8b303290cf09fdca13217e7c4833d97dfdabc22d Package: ros-kilted-logging-demo Version: 0.36.5-1noble.20260908.210214 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 980 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.20260908.210214_amd64.deb Size: 142096 SHA256: 20a610297534a8e29f298fff42109824d7723a2e61e2ca674e7cb303b567ba03 SHA1: f023b468f68ed1704187a79b27d61a4009e0fce4 MD5sum: 7b805ba5c2425a5f935c45978f3e31e2 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.20260908.210214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2138 Depends: ros-kilted-logging-demo (= 0.36.5-1noble.20260908.210214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-logging-demo/ros-kilted-logging-demo-dbgsym_0.36.5-1noble.20260908.210214_amd64.deb Size: 1907066 SHA256: f46a938b2a255a35abaf5b333275c799798f5b684f561eb55d1cb9c48eefc089 SHA1: 3f6996c9e9ff0850fa66f3804b6f4a1c9e9810cb MD5sum: eadf546c66eeb338fb607db19b361e1c Description: debug symbols for ros-kilted-logging-demo Build-Ids: 110e4790b4bcc8b5b4060168328395c0f2221dcb 2361182b47bb342892caacce2f54e98b698cf472 32a7d52f9c617cf54d2256505c5e5c3923be8cca 418dff2e5c68ac1376c235cf3e822ad73478aa2c 4cb2e61131df3f2be6619c10b488f2b7de5ccd67 6a55b91ff7171a9a25d4ec07dcd0bfb378c53d5f 7491bad8e4e6b9ca7e2119ceaaa97c5d9a2af12f 75fcbacee045862c0c825b987ff1788d4c83b6fe 770c1a33f67444ac20c924e4854cd9e6319225ae 7e6116700b4409590554150689b0662d615802a4 9d584a947e84771c67b3eb2d961cb6409cdbfb75 bc9f10b64e12b8c264a4ffee778c32d83349a2dc e4c33d941e9b2c7eafbf26fe1d95fd6866cee34a e75f8ccf7dd569e215b3249b2b1aca8776a18937 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.8-1noble.20260811.120208 Architecture: amd64 Maintainer: "Neargye" Installed-Size: 170 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/magic_enum/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magic-enum/ros-kilted-magic-enum_0.9.8-1noble.20260811.120208_amd64.deb Size: 26084 SHA256: 6c39a601dd738628479e95f47e541e27aefb4869e4f32beeb13ef6bae481661e SHA1: c10b7fed7e8798031b6039bcc2176c671bb7f908 MD5sum: 7e7748012ddc82b31cffe48f6ca20d26 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: 4.0.1-1noble.20260908.223409 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_4.0.1-1noble.20260908.223409_amd64.deb Size: 69522 SHA256: f3f755ada86ca488a13ac76b4f10afb45aa639d4b76849529398dec312c49a43 SHA1: 337a9c9dedf5ca7d8e021b5f2c7889eb9fdfac4c MD5sum: cb7778c4e4b172fb2f8a221c44f20d70 Description: World Magnetic Model ROS API. Package: ros-kilted-magnetic-model-dbgsym Package-Type: ddeb Source: ros-kilted-magnetic-model Version: 4.0.1-1noble.20260908.223409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 651 Depends: ros-kilted-magnetic-model (= 4.0.1-1noble.20260908.223409) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetic-model/ros-kilted-magnetic-model-dbgsym_4.0.1-1noble.20260908.223409_amd64.deb Size: 618172 SHA256: c314d81e71414200677f55c319858bd7040006df15b928c04a44552f9481417c SHA1: 2c2342d7fc82d800ecdbf9b5ab6f2f5115d16e89 MD5sum: 2882eb62f62a41d5ee17e795cf7ac61d Description: debug symbols for ros-kilted-magnetic-model Build-Ids: 1e5143e07297e247bce70247cf326981813999dd Package: ros-kilted-magnetometer-broadcaster Version: 5.17.0-1noble.20260908.234341 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.17.0-1noble.20260908.234341_amd64.deb Size: 80850 SHA256: 973251bf67705ecdd08f3d648abe0d589a0a123a352f0583e6dcb1c076ca07df SHA1: 09f356aceb6480bf28d24c174b8ada6260319956 MD5sum: 7b1518bb8ce1fb07765202b95444f53c Description: Controller to publish readings of a magnetometer. Package: ros-kilted-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-magnetometer-broadcaster Version: 5.17.0-1noble.20260908.234341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1152 Depends: ros-kilted-magnetometer-broadcaster (= 5.17.0-1noble.20260908.234341) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-broadcaster/ros-kilted-magnetometer-broadcaster-dbgsym_5.17.0-1noble.20260908.234341_amd64.deb Size: 1080034 SHA256: bd83c7b18a1f5da85b9bf6c05d42e5a6c4ed774034a28f177cdde39b60b3f9fc SHA1: a23416bfa94e54174835dee43b6cac35146f628c MD5sum: 17498fb55a346b74fb508e44dcf9a270 Description: debug symbols for ros-kilted-magnetometer-broadcaster Build-Ids: 7ea42d5369ffa89a4f2666941e24271385bfa469 Package: ros-kilted-magnetometer-compass Version: 4.0.1-1noble.20260908.224632 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2353 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_4.0.1-1noble.20260908.224632_amd64.deb Size: 404290 SHA256: 2ba67fbffa807e077e822a8e0b5b87af5a7dba228c536f50515b1a5e828b688b SHA1: 6baa685656d4120a5c90f40d99dff7ea9e9a65df MD5sum: d7f84b0fb4ced83b8475b2c4b2691467 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: 4.0.1-1noble.20260908.224632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 11903 Depends: ros-kilted-magnetometer-compass (= 4.0.1-1noble.20260908.224632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-compass/ros-kilted-magnetometer-compass-dbgsym_4.0.1-1noble.20260908.224632_amd64.deb Size: 10188544 SHA256: c42bf7e60f9890b9aa2279190333fcefd304d11d54c1085aae94636a6582dcef SHA1: b64749b1de97e26f09b30056d903231b7971171f MD5sum: 83eb45142e06cb259de90f9c01598495 Description: debug symbols for ros-kilted-magnetometer-compass Build-Ids: 3914342c0b78b2a287f9ccb0c1f5d79876fe2825 51130ed8a5f5feae9c49f4de6b19aca804e91764 906255df0c14d11229506c65a121ded219d1a212 a228a8cc422e6aef555e54a467401fec77c2c5b9 de6ee46803d4d2a0e9e80bf06bef6ddde4c59b1c Package: ros-kilted-magnetometer-pipeline Version: 4.0.1-1noble.20260908.223406 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 687 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_4.0.1-1noble.20260908.223406_amd64.deb Size: 150914 SHA256: 5da9e318bb8ee4b08f193de17852353962df3adfd19322bab49ef60bf20641c5 SHA1: 8973dd54632a5c9ca1ba1d357237dd436974df5c MD5sum: a1fe4768cab2d2a3501aa482e2c84b28 Description: Calibration and removing of magnetometer bias. Package: ros-kilted-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-kilted-magnetometer-pipeline Version: 4.0.1-1noble.20260908.223406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3790 Depends: ros-kilted-magnetometer-pipeline (= 4.0.1-1noble.20260908.223406) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-pipeline/ros-kilted-magnetometer-pipeline-dbgsym_4.0.1-1noble.20260908.223406_amd64.deb Size: 3430538 SHA256: 2772f4f23efbeced6a650cac8fc84c876771db801f06369ac295b9a213187dac SHA1: 5e92328cf9db76208220857813a2c8bd40122abf MD5sum: 98c9be46820378af5e363d92771b9c03 Description: debug symbols for ros-kilted-magnetometer-pipeline Build-Ids: 1a305ab35a821162c2fb35a4a1989e379de6a58a 8aeb863d57fad9df8434dd586618c37b81e82582 b8456f7f3392a3ea1484a410f74d293ceb00ade1 f4f8b53e8bdf3ce3c74ca8561ea1c493d1f40daf Package: ros-kilted-map-msgs Version: 2.5.0-2noble.20260908.194301 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3362 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.20260908.194301_amd64.deb Size: 239686 SHA256: 42250f1b7208b998430e42a996ca90cea469a542994e61e140db891b1f67deac SHA1: 387478d2b4e5976a43f6aeac06afb4c1e42bb00f MD5sum: 342aa27774b4bd955668d991e76e8017 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.20260908.194301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2642 Depends: ros-kilted-map-msgs (= 2.5.0-2noble.20260908.194301) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-map-msgs/ros-kilted-map-msgs-dbgsym_2.5.0-2noble.20260908.194301_amd64.deb Size: 2154414 SHA256: c46aee7c7a2a66e4a73a1387b385a9348b68827730762f5ede76e16b70a4b0f7 SHA1: 7ddc85da6cf38403042c781dd8ae801f32d837b2 MD5sum: bf07312e58176bc0c2d0ddb283ee7de9 Description: debug symbols for ros-kilted-map-msgs Build-Ids: 3b35e28fa503fcb36c8d08d89ba68dd51c6b0e50 3ce7984d568c89ee7ecb8dd3fa16f2d2c5e83623 596861412a56bf681e6090d5b2b24064197d5b94 608722b3fa3e4c9fc9a759024e366284e7be0ec0 6646c535ea6a317f21414bef407a708ce3177e88 831c675a1f60ed7d8ec5b9786190738fdefdbfda 9ec283c19203fe270c9e845111e053d5bc80c7b0 c9db5b56006eac5c1246cb9d53e99694c2d47db9 d67483b89b3cea34730e29ac9012e6ed552c100c eecada768558d6d88cce539cb183a4db42d5c489 f1caa8ac6ea258fd14023d6f762713463b5fde5b Package: ros-kilted-mapviz Version: 4.0.3-1noble.20260908.233711 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1394 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, pkg-config, 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_4.0.3-1noble.20260908.233711_amd64.deb Size: 359814 SHA256: c86d1f3ee0d5478eb44c4243d4a23716a457b77184607f322376bc128759c7e5 SHA1: eaeeff522359fa95a68bde575da192d1e25a3e91 MD5sum: 6f3d041a78e623f120ab411e07bb0fc4 Description: 2D mapping display with extensible data overlays Package: ros-kilted-mapviz-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz Version: 4.0.3-1noble.20260908.233711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8093 Depends: ros-kilted-mapviz (= 4.0.3-1noble.20260908.233711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz/ros-kilted-mapviz-dbgsym_4.0.3-1noble.20260908.233711_amd64.deb Size: 7643768 SHA256: c908e26717cd4995be1726c2c525a89c0ecd0fcd59574b608cc742cfc126e710 SHA1: 19bb00339c0fd06a528c3399450161248088cdee MD5sum: 6cee391ee773f13b5abfc1479f03e039 Description: debug symbols for ros-kilted-mapviz Build-Ids: 07d521f5cc3a5cb42081e97f22aeaa7798ff1e24 34c3d65ab0ef7678d0a3e1b5a592d1a3cfbcbd4f ce441082aaf212fb2fe71a3457ef2ba7b13aa85c Package: ros-kilted-mapviz-interfaces Version: 4.0.3-1noble.20260908.165008 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 804 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_4.0.3-1noble.20260908.165008_amd64.deb Size: 83240 SHA256: 9f431fe82a85b7e7560a7db32343676366cdce200d0d83aa2851d29def336f3f SHA1: 6e9b87555627c72707e5d9889066fc9d2bba0963 MD5sum: c099f7df6164dd4e8e09540e78a5ae3f Description: ROS interfaces used by Mapviz Package: ros-kilted-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz-interfaces Version: 4.0.3-1noble.20260908.165008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 602 Depends: ros-kilted-mapviz-interfaces (= 4.0.3-1noble.20260908.165008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-interfaces/ros-kilted-mapviz-interfaces-dbgsym_4.0.3-1noble.20260908.165008_amd64.deb Size: 457960 SHA256: 5310e98c5ef5e9b232a6ceaf1dbf1cd48a2f04f44a3454f8420cadb447c65627 SHA1: a5e2638f456711691ac6be2d0c71af10c6386e00 MD5sum: b5143df186029c9b3100419ec0977c2d Description: debug symbols for ros-kilted-mapviz-interfaces Build-Ids: 05f38ed91422f171c2f01bb24c7c1403bf9232c4 0ec4e6835d1f81252f15446517dc20a492dc7007 6fed8379df5402c43b5a954b13b114bf906f027e 720d00b4f9bdbd92787139efa6c6f07c522dbdb0 8a862f4ad7a3016609fbd4349fd510e96d88e53a 986409ce413444d4a3de6eecb8d0eb7fc4296ac7 9d2b5f5b8aeb7ba5f6810ec459f644c09f766f80 c33c7a1b02b4f2d6752ebeae003e0d346238f3ef d949b5663c83aa2f8ff0625b267270794c0284e3 f5e8a7a8d47ad3ef50548c5e64e3f05826ff2a67 f7b9b6eef9d738c922e88dcb6d74977a0425318c Package: ros-kilted-mapviz-plugins Version: 4.0.3-1noble.20260909.002703 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7770 Depends: libassimp5 (>= 5.3.1+ds), 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), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.10.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libassimp-dev, libopencv-dev, libqt5opengl5t64, qtbase5-dev, ros-kilted-ament-index-cpp, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-image-transport, ros-kilted-map-msgs, ros-kilted-mapviz, ros-kilted-marti-common-msgs, ros-kilted-marti-nav-msgs, ros-kilted-marti-sensor-msgs, ros-kilted-marti-visualization-msgs, ros-kilted-pluginlib, ros-kilted-qt-gui-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-stereo-msgs, ros-kilted-swri-image-util, ros-kilted-swri-math-util, ros-kilted-swri-route-util, ros-kilted-swri-transform-util, ros-kilted-tf2, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-plugins/ros-kilted-mapviz-plugins_4.0.3-1noble.20260909.002703_amd64.deb Size: 1095390 SHA256: 56af16743aba112577cee87a0b8b180b3cf0b46559093ca1aae686e4976efbf9 SHA1: 1a299dd2700f8126ec1ea1ea9a498e3f6491c292 MD5sum: 1a815e4df1a287f286615a1c5983482d Description: Common plugins for the Mapviz visualization tool Package: ros-kilted-mapviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz-plugins Version: 4.0.3-1noble.20260909.002703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 42588 Depends: ros-kilted-mapviz-plugins (= 4.0.3-1noble.20260909.002703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-plugins/ros-kilted-mapviz-plugins-dbgsym_4.0.3-1noble.20260909.002703_amd64.deb Size: 36191696 SHA256: b3c0f90936e926baef50b4973cb244471f7cf0723fb14d63b8a37bfe57c66094 SHA1: 9574a06aa12a669f99fa9cc82c575a302024c7d0 MD5sum: 72b400fbbf703ed0dc6c3cf2abb11c36 Description: debug symbols for ros-kilted-mapviz-plugins Build-Ids: 7d338f6cf3723e09e93a0573250de5dba34e1a46 Package: ros-kilted-marine-acoustic-msgs Version: 2.1.0-2noble.20260908.193251 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2001 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.20260908.193251_amd64.deb Size: 162998 SHA256: 158845fbd9829e8d2e8e10b6e7d16f8cabf7354aedfeb8b2335f54565614717d SHA1: d8afdaf9a0c64ce991ba844315ff435f8adf8053 MD5sum: f6ab9c208c3fa643d4a1ef89020ea735 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.20260908.193251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1386 Depends: ros-kilted-marine-acoustic-msgs (= 2.1.0-2noble.20260908.193251) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-acoustic-msgs/ros-kilted-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260908.193251_amd64.deb Size: 1128962 SHA256: 2adb1f214d27e10dcc65de60df3cc9e42dd015198924f454cb032890452318a0 SHA1: f46bdc5554a554e13d92d4af65a7fe02fb1b1a1e MD5sum: 26269db9c57ccf121d56fd819e044bfe Description: debug symbols for ros-kilted-marine-acoustic-msgs Build-Ids: 0b6f4ba4dac6082ee98e7648aca37d8dbff684ce 3d61a45e52298acea847c60fb5a645b7e34c81d7 76cb71cd80817720922fb2f3b262c28986370e51 821d5855b6550beda633bf95e90c9a33e42e0329 a3ee50b1f38363e54fc2285cb178e26043669dc7 b5eba08b11ab60649b3ca3c8835aacdae19aa9ab b8eed13e5de70b6b2983caf52fc1b12aad33386b bbd5c408354383ece918adc00d73b0ac82e476b7 d4d97f4aaaae20376d1339c4211d82e2bb76cff6 ead36641be5b7c6c60d820e1038684dc847a8bd9 f0e741d2bcfa518b89c5998b97024040df90a483 Package: ros-kilted-marine-sensor-msgs Version: 2.1.0-2noble.20260908.191816 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 757 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.20260908.191816_amd64.deb Size: 72902 SHA256: c30414f824ed6f6dfbb5cebf8f0627dceed86ba6041b4b6b52412a9dc76ab97d SHA1: 1bf04c69a7fb9764c687b56498d76a3686896e3a MD5sum: e4f3a7c01530f9b8716a224897edee52 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.20260908.191816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 557 Depends: ros-kilted-marine-sensor-msgs (= 2.1.0-2noble.20260908.191816) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-sensor-msgs/ros-kilted-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260908.191816_amd64.deb Size: 428872 SHA256: 547aec8da8f98793b570087bbbd7c6c4965fb95d7a001e70eb60353c8ea36ece SHA1: 45f9d390ae3c5316e7f468601c4f071899a667dd MD5sum: 274f0d8881b15f02375a7f0df4a1c519 Description: debug symbols for ros-kilted-marine-sensor-msgs Build-Ids: 09ce09e2d276071adf56cefb2f4be9e2566f964e 1a087f1d9a3c9180e611fecce0f4d2ebf3616cdd 21a29665c199e8a2636cddd43500ed7e604c3cf6 65ef50663f4208c4885bb49027e195d9d288de7d 8787d503ecea5d6bb8817de1140101e774511b70 a30adb058c3f4ab3b16a22c0193dbe4661449511 bc5d7ed36bb0cec321fee393bf48f2da19ceab7f bd9782bf274dd7d6cfbbdf3c4203036850616d5e c75aa331fd5a9ae19bd58c4cd86be2d225e09b60 d2fdf2ae98a3c0f86ddd43f72d29e3e4eb4c21ce e073848e0c9a2a7053ac028e539048349fd38d30 Package: ros-kilted-marker-msgs Version: 0.0.8-2noble.20260908.192000 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1629 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.20260908.192000_amd64.deb Size: 136274 SHA256: 32c7995ab833561bdbeea05bb4e7683b55614d60047961c84720557f7c1f543b SHA1: d8dedb15f213b3ef5ddcc9c87b27440016b3289e MD5sum: bde890a9166e516bdaf8437c0b9a6087 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.20260908.192000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1382 Depends: ros-kilted-marker-msgs (= 0.0.8-2noble.20260908.192000) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marker-msgs/ros-kilted-marker-msgs-dbgsym_0.0.8-2noble.20260908.192000_amd64.deb Size: 1147180 SHA256: 48f37396d4747c7aea7fc83a2ece3350f840229f0d520e0f793668fe7d3fcff3 SHA1: 3ca75c95720536d82e821fc88e5ada26120fcbbb MD5sum: 963ea6e18435f6ff4f626c57cf064555 Description: debug symbols for ros-kilted-marker-msgs Build-Ids: 060057fab7a176415b2ad5a994adf8577d022920 07163010d6d2055528987ac34d263db8f95953c9 258b2abef83baad260d824393aa2ce405d9f3db8 496fbce608d56a03cdf3fbd63fe59607bddef982 6a5db43c98aed392b423d72328e4bb05dfefc902 6ad13f4929a26ddcf1c737a07e143dcdc727990d 9d79d8393a8ce07c24429b6c67036eae39baf0f5 a11b9885e27c60db128e14714ad9630767846cac a3a252b9ab6d69e4b4ca626abfe1654baab8085d c06df68d4be50bc322e14acac4bb94e15958720d d4e0c1606c614fd70c513ee848457772ccf2b764 Package: ros-kilted-marti-can-msgs Version: 1.6.1-2noble.20260908.194405 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 470 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.20260908.194405_amd64.deb Size: 45876 SHA256: 971ff96aae21f267aa7f1bb4bb17e4975b4a412693313e21765a71b6cd67b609 SHA1: 5bfcadb5e2597094b8ea72a10d438435dba1acdb MD5sum: bc9d5c1854476ac571dc1e0dc5a33722 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.20260908.194405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 282 Depends: ros-kilted-marti-can-msgs (= 1.6.1-2noble.20260908.194405) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-can-msgs/ros-kilted-marti-can-msgs-dbgsym_1.6.1-2noble.20260908.194405_amd64.deb Size: 192830 SHA256: 90c7b6755a6fd4a57556c96658373c94ec39327a40d22935ea405227169cf670 SHA1: f6ccd9b2cb86fb657c7466098b5d0d3b5da5e22c MD5sum: 21c148a1007cd1ea07f8190df1a7374d Description: debug symbols for ros-kilted-marti-can-msgs Build-Ids: 1a85bfb628c004f736997b878ed4f1d827d8cb9b 1c3f80388b664ee91911588d0aed1487bb345eee 265b2cd7e0d5642158b0dd09fec77a71cc1bd61d 5d8fb7510c72b0fcdd3bc7d5999ec535aac2be67 62f53210911fce582e4736ded676dfd05a8d2c5e 658851515e6ebdafdccda251b315e9e5f504b591 678eba7350e451679b137f4192fa23b1ef0fc2a3 7aa63ccca8ab2b67f2afa45123be9d191e290a5a cd6c34bdcf4fa1e3a735cd22ae9db2d8d9c54ca4 cfd011445f73987aa9d416a551660662c6e857ae f679d657950e76d7ab972d74b566a5a887977dff Package: ros-kilted-marti-common-msgs Version: 1.6.1-2noble.20260908.164439 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2947 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.20260908.164439_amd64.deb Size: 190194 SHA256: 6b32afe3cc8adfe3b135a6d3ba9ccc6db1bd559e46d06a1bb767f9067b406753 SHA1: 96d74ddfd15f500a3d5499002a1da73fbe39bc0e MD5sum: fb8470a30785b94c3e26cab2acc9cb65 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.20260908.164439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2299 Depends: ros-kilted-marti-common-msgs (= 1.6.1-2noble.20260908.164439) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-common-msgs/ros-kilted-marti-common-msgs-dbgsym_1.6.1-2noble.20260908.164439_amd64.deb Size: 1846878 SHA256: d1a31d53fd5ebc98268c60f9e99fe3ed76e532c75d0c876c8c57d0f662c14e11 SHA1: 2992922ffba0961220868a387ef65c7349f9db23 MD5sum: 825974b3db219468245767477185caa5 Description: debug symbols for ros-kilted-marti-common-msgs Build-Ids: 1213f27edc0781abb3fb60fa9ee654e9b779582a 2a6479e308eaa3e3d037506d07af63c31833b500 70a67da2a2ece1e92f4e15f2864b73ce18a74b25 7b7f075c5430e38d637b60b06f7759573a5499be 999864b780031e720a9ab283de0436112a0acb3b a088f721c85e5c9801227595b443a0703b128487 b4065d66e8fdd3add081ddddd7b775c761028537 b9e2da346ee7f021f467e18d52ed69b2850c88bb d6b9f074c6fdc31a0d32207af388c45d5596b900 d754581f785dfeddfa61916fce6d0c12971097bd dcd05a46b1fded379fd29d92aaa3c0d944b5c367 Package: ros-kilted-marti-dbw-msgs Version: 1.6.1-2noble.20260908.164457 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 814 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.20260908.164457_amd64.deb Size: 70078 SHA256: aba3852eed0a2f83f50fc73638d0aee94ae3cdcf1f2424f3e79aa94bc481da90 SHA1: 1535cd4be9cde3fea6b888a697043ceb7eddb20f MD5sum: 42618632abfb8e80d7af83eb1fb016fa 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.20260908.164457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 516 Depends: ros-kilted-marti-dbw-msgs (= 1.6.1-2noble.20260908.164457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-dbw-msgs/ros-kilted-marti-dbw-msgs-dbgsym_1.6.1-2noble.20260908.164457_amd64.deb Size: 386928 SHA256: 42ea8915ba7afa3f7745951d3ed5909ae1cff353f4b22adac6c54898eea76a14 SHA1: e846086289e6e4e75ba563cc73475a17d6fff343 MD5sum: 84190c340abbd14260c18f3a8d26785d Description: debug symbols for ros-kilted-marti-dbw-msgs Build-Ids: 0dc05947e237bec0a5ff0bcbc8aa7af88f6f6437 414e225f6a3080416b912e1b0f785e4b40351687 427821b0518e4374e9d6438cc5277d2e32290627 53814bc0633a38814df394e4879c145fde749cb3 5df576d0b52065b3122bf8aff80b85601a827ab0 68a9de25dd73641897e8c4d58fa861e4f03f7ada 9d76c66bf073d07682da1c5134e42476a82b667f a115eb2fbded2f54dc370a49abb6a1a071e4a85d e9ffd05b3152085176d8fc21fba853f7ff96504c f519506d323cdf373cf308db3146683c7a751e7a f90fbecf4c43794c6e9466399c8a7299f4af4a30 Package: ros-kilted-marti-introspection-msgs Version: 1.6.1-2noble.20260908.194419 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1078 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.20260908.194419_amd64.deb Size: 95740 SHA256: 536cf887bc1b5f97cb0cefa1714a068eafa143cc2585af7c7191ba7674077cf5 SHA1: 4eb25454a16782d3f6cb9e15ec62dece7c35b036 MD5sum: 1e53fdfd0e1f335042748b8c0013c994 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.20260908.194419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 816 Depends: ros-kilted-marti-introspection-msgs (= 1.6.1-2noble.20260908.194419) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-introspection-msgs/ros-kilted-marti-introspection-msgs-dbgsym_1.6.1-2noble.20260908.194419_amd64.deb Size: 662812 SHA256: 7f22830c2767d363f203a82b2ef440797ef3dca2abfd127c2dbe6666d90e0a6b SHA1: 842a5f0f2a4fae226ac23ed83b218173093e6576 MD5sum: 7b7346b9bfcbdc9f37f65bca4a900ce5 Description: debug symbols for ros-kilted-marti-introspection-msgs Build-Ids: 31f9adc667ee094df796f32d8544a221369c694d 36bc2332692ed175ca7c01d01b95ecd79907d81f 4b34b28edcc38fe88704b9acd0bc677a1a657d98 4ec4389b91e8a9051a366cc60affc18ef18ffb45 5753c5479cff3b121f41ffba22c4f1de94a80eca 5861282e05443cb6b49e2f75e0a7ba36ec992dfe 5c251b54d0c25de958ef3a0db14bc00b81bca1e1 8758b844f5a75b99219f3cb1681f5da27be4576b bba487f6a0941e5bb59052fd8c5f6889c4afccfb d208f502ad63b34c3c997e3d25a7aa8994f14a94 e30cfb686b0030043b786c7ea38386cc8cdb9c8d Package: ros-kilted-marti-nav-msgs Version: 1.6.1-2noble.20260908.193522 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7031 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.20260908.193522_amd64.deb Size: 476068 SHA256: 74ef7c590332ac509371d8d45ecb33ed98d22b56ee5f79445b8a677b5960ef89 SHA1: 28547f3f4a202b5142f8caa3ed1c92755159b44d MD5sum: aaaebe14e47aeff13811cdc2f5edcb85 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.20260908.193522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5694 Depends: ros-kilted-marti-nav-msgs (= 1.6.1-2noble.20260908.193522) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-nav-msgs/ros-kilted-marti-nav-msgs-dbgsym_1.6.1-2noble.20260908.193522_amd64.deb Size: 4736364 SHA256: 3e3230e3fb117a5a1106073a5e66c2c1748e29b9b67873bc0483ff52724f5ac1 SHA1: 7ada5f32e04f3ca08f77b5dab915a68b6095a2b7 MD5sum: dc4e86cab5be5dc197bf999f1359b8ac Description: debug symbols for ros-kilted-marti-nav-msgs Build-Ids: 0380ea8768eb3d11943a71a5f7f9009ca0be0da3 61351aef5aa9ab6d1b7ce02adef9cce4cd64cc8e 6753ca0f1fccf966bc0ad6eeb5f11a907720cd22 6faa3f12f090a988b572e7e7d853f596733c62d1 9b018137ebaba04f45da858ebb80d2de5e273f3a a5fd40400a4693e220b61548fe4f7032a87796e2 b75840d7b18ea6711a667779980b98b887d9325f bd99d04465e3f6d996fa6efccff21985a53871ac c24ba563bb8cf37def4b11cc97cdacd347db6ef8 f02b23ac3bd7daad988fe4a622ea1c3a2e7bfa62 ff37a58a322efe770067cc7032c999b211cc7e09 Package: ros-kilted-marti-perception-msgs Version: 1.6.1-2noble.20260908.194529 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 465 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.20260908.194529_amd64.deb Size: 43594 SHA256: b649909a929d6841fc7aaa89592add8fd18bfd3517e22a17374ecba6fe529f59 SHA1: cdec77cac5dd856086ecac7a337550c89bfaa4aa MD5sum: 9061914baafa637d7950b78963fb78e6 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.20260908.194529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 273 Depends: ros-kilted-marti-perception-msgs (= 1.6.1-2noble.20260908.194529) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-perception-msgs/ros-kilted-marti-perception-msgs-dbgsym_1.6.1-2noble.20260908.194529_amd64.deb Size: 183096 SHA256: ff802478f1310cc1565aba0d5e0282092e30c1741a30f757a8645a448f49d45c SHA1: 33b00306f0f751c69b285277f0df52bd997b2a45 MD5sum: bec1353a7745d412360861e6f0b20eb3 Description: debug symbols for ros-kilted-marti-perception-msgs Build-Ids: 32575afb1f774bccc4c86e1cf611cbdcc1af637e 6f4dd728e3e91eb4a78b163022c07645afcd4c0d 73e8999248b40b4627e5f8c217ff1f87871b9280 921bd577205ca7d9eb0eb49ed5aa3fa993f81a90 a10095787032062d0d6de74947c925ae14592dfc abd3e54879a405e547fdf9ca84b9a22d42894877 b0f2a7e1ddb627af6699e86a6ea5ff18b26fbe44 b680cd6470d4a064b45e34493a1fe0ce8b84772f b6e4ad0ed05eb43b373f2e36e3b6bb5ac3dab6bf e50fdd07db9a3e895f24c86842b9584b94c5c4e9 f0bef152f5dddaf3673c467153aa1923396512ed Package: ros-kilted-marti-sensor-msgs Version: 1.6.1-2noble.20260908.193329 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2133 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.20260908.193329_amd64.deb Size: 162402 SHA256: daaaf961401b2cedc6046d121beb91a2716f8a3a9094181045f079797d2a65df SHA1: faf690c511553b8c21ebcba37631a749bdb7f0f2 MD5sum: 38a28884da7b6ab935e9c2a7cca3aa4b 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.20260908.193329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1562 Depends: ros-kilted-marti-sensor-msgs (= 1.6.1-2noble.20260908.193329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-sensor-msgs/ros-kilted-marti-sensor-msgs-dbgsym_1.6.1-2noble.20260908.193329_amd64.deb Size: 1248432 SHA256: c31b19b7e6a89bad8f358ca2801696bddb8ccbb35077431fc54534bfb8315fe1 SHA1: 6bfe83830f7ff06173e5181a928dca39df2255c2 MD5sum: 32c28ca4451bfb52debcba6efb4a4af1 Description: debug symbols for ros-kilted-marti-sensor-msgs Build-Ids: 0208b707e6a34a410e3086461f3665a2e556d9c1 0c780d87254337556025d6ba5510d678767340ae 1fef85bc1ee3c4951f6c9620e87cd93ef766edc0 43cbf7c4681e79b797f85b8f3d99cad13ec52c8e 47cae83e4c9668950a31149fd17d91e0cf674721 6bbe79f86f966ec139075b3056f12004b30ecb4a 733d073e1040b365a15b9b97ed26c1f50edaa640 8dcd619640fc06ce724e1f110b6ad5be4dad7647 a0a4d2d14b1c7d4c1f2abdfd8807e5de3b39fc4b b9cebbc38c0d3bfef0067cb42d1888c4f460ee07 bd5930d58f541f807bcd1b6d5fda18bef960a81e Package: ros-kilted-marti-status-msgs Version: 1.6.1-2noble.20260908.164950 Architecture: amd64 Maintainer: Southwest Research Institute 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-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.20260908.164950_amd64.deb Size: 51008 SHA256: 723a82325921a997aed9b8c5bcafaf1a1c9e2e57a70bd547f796019d09851d4b SHA1: b6322e8c0bd1e079c20287a06fac3dfe773409e1 MD5sum: d623e251ecf7b8072577d5a72f991a5b 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.20260908.164950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 307 Depends: ros-kilted-marti-status-msgs (= 1.6.1-2noble.20260908.164950) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-status-msgs/ros-kilted-marti-status-msgs-dbgsym_1.6.1-2noble.20260908.164950_amd64.deb Size: 213096 SHA256: 3f2b964d10fe5eda0e3a4dd6a24a38ff08a6a91f8ca08e60638ee5b12b6a069a SHA1: e820c1df3cef6376d9be8dcc3901718e93e2eea8 MD5sum: f4fedfbc4aeb90a026cbf86537621077 Description: debug symbols for ros-kilted-marti-status-msgs Build-Ids: 043d554232a46a2946860d3c0dcbdf9c000ff9bd 08437ea6d9a488de5109cf522e6855a43f47c996 1de19409a78d93932948f7f2bee3a8e747b8f63d 432028fa6a07580c281f5dc789a93641e189d695 8fb2db622d4ada7c7c05e957d7d53875cb9ef513 b96e05d3b6d4136ef5412e7223e1ff3cb1d96ea9 deb2f16ce8434de7bdc18e2676031b7978b02fa7 e64d64d4bedf684d5fb75cfc35f287c2c3f0756e e67b07a427f0a79a58a63b5cb336b8736c4362c4 ea63086f242350c016d4bd1aedd56d785c98e1fd ff52adcdcca0b6f25a1c0d48f26aad2aa229753b Package: ros-kilted-marti-visualization-msgs Version: 1.6.1-2noble.20260908.193739 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 688 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.20260908.193739_amd64.deb Size: 69654 SHA256: 42f199156ea18821f6fd135647cb3a4739cce756a93ce5f6e63526bfbb00a52f SHA1: 2afef1bfacba1330be3bbc8f64d3863c1475e850 MD5sum: 457d9c301dfc1dd7ba03520d116942a1 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.20260908.193739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 504 Depends: ros-kilted-marti-visualization-msgs (= 1.6.1-2noble.20260908.193739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-visualization-msgs/ros-kilted-marti-visualization-msgs-dbgsym_1.6.1-2noble.20260908.193739_amd64.deb Size: 382400 SHA256: 3f2ee4053b21255d7b276922c2f4cadf0b428a01001ca6c65f0e07f5f92454c1 SHA1: d3901f3acab09c21957e8dc17e324ba3a3ab9eea MD5sum: b6db49ce16570c5915af053d1f203455 Description: debug symbols for ros-kilted-marti-visualization-msgs Build-Ids: 03ef3b0dee53530fabcb5fcdfc7a684d3488246c 052d47d29e047d7819fbe37b53f17788095985e9 0c33d730ef9efc7041144b4327246058262e4018 52649adca837df68e01c796d48514ed61b7f7a41 60daec42e486761f56864e78147cd4f3fb948903 74807581795bfb2ed2628156616efff4ba8d3cbf 836580d68fa39e3adbc8fdc6a30cddfa8db6b925 9ce605334e68331a706ea593e5118e5b34a826e0 bf255da7dee1ac2596be6e381ca8ce6282a29369 f5b87730d356deffa42c6a4966fb48a5d0dd4372 f97d098c31db6d7833afb4d580fa46ffbf3ddc0a Package: ros-kilted-mavlink Version: 2026.9.9-1noble.20260909.090510 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 20181 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.9.9-1noble.20260909.090510_amd64.deb Size: 957530 SHA256: df4d225b7bf2c57daca5f191566affb1c011eb3e08db5fd5d65ef5f9f640263f SHA1: fd725b2526ee4fcc32f286889752a3b79426b614 MD5sum: edc141b071a1abe9cf137b4926085f96 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.15.1-1noble.20260909.112458 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 9815 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.15.1-1noble.20260909.112458_amd64.deb Size: 1657950 SHA256: 5c759b583ec10cd74b2cec2db12849f742b8fbe270cfbe4d3612a73385f560ec SHA1: b8a5c2ba11145b14746295e1c7f054eb840d9cb1 MD5sum: 51b10d066e81f1e2ff5d947375222d93 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.15.1-1noble.20260909.112458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 59961 Depends: ros-kilted-mavros (= 2.15.1-1noble.20260909.112458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros/ros-kilted-mavros-dbgsym_2.15.1-1noble.20260909.112458_amd64.deb Size: 53194104 SHA256: 75de5f2ab5031962a7bfd38d48fb24d5a2f93a8eaca5df978fcecf14ebf5dbd8 SHA1: ef3f3db963705d4980c3b211e23966f6fb2b89c2 MD5sum: 126bcc639c0fac3e97c7166d5e8d5acb Description: debug symbols for ros-kilted-mavros Build-Ids: 66c554820ec8e618fbe199f9540c1dd74b6bea75 e6275329cc7c0ed25cafeb45a6cf5c4ca8c70eb8 fd6f487a7658afd07e8f7ba36076c1d3ac491156 Package: ros-kilted-mavros-examples Version: 2.15.1-1noble.20260909.115641 Architecture: amd64 Maintainer: "Haroon Rasheed" Installed-Size: 113 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.15.1-1noble.20260909.115641_amd64.deb Size: 13338 SHA256: ffcd8c8473fa88b3064971f3d497d000d5c11bbe8452722cab6c02ffe5664da3 SHA1: 43750cb1b912357057ba991ebc5c8f5314fa17c5 MD5sum: 46102ae1d378df6939dde4df1382e125 Description: Example scripts demonstrating MAVROS usage Package: ros-kilted-mavros-extras Version: 2.15.1-1noble.20260909.115643 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 13128 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, 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, 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-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.15.1-1noble.20260909.115643_amd64.deb Size: 1712714 SHA256: 5d678f13d20529d948ecc198a9de8382ee1c4cd0d7caff0b86c16d657e21a82f SHA1: 767c67086e2c9a6aa9075654053ef3d646b36d53 MD5sum: 7f93f4684fc423acbb4125e5c76d3470 Description: Extra nodes and plugins for MAVROS. Package: ros-kilted-mavros-extras-dbgsym Package-Type: ddeb Source: ros-kilted-mavros-extras Version: 2.15.1-1noble.20260909.115643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 76833 Depends: ros-kilted-mavros-extras (= 2.15.1-1noble.20260909.115643) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-extras/ros-kilted-mavros-extras-dbgsym_2.15.1-1noble.20260909.115643_amd64.deb Size: 65452040 SHA256: 7a97bfd5e21319ea48c6f686800422dadf9cb38d1d58f9588e8cb699878b0e89 SHA1: 035b8ee470dbba2746577f3235259f49bd12bdc2 MD5sum: cc2807474676135e473b34d1629310af Description: debug symbols for ros-kilted-mavros-extras Build-Ids: 1366f5e9064632149330e603b8f0a89de7a63558 1ad347b8528c1cdf393948a36b8c2b6a46c55455 a3d650f53988f83a6aa9c5fb2f747f6e47b1697f Package: ros-kilted-mavros-msgs Version: 2.15.1-1noble.20260908.194247 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 32919 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.15.1-1noble.20260908.194247_amd64.deb Size: 1928990 SHA256: 8ea6c68fce2a9ef3794b9312571902241257fda7d8f80459b98085e57caf2aeb SHA1: 34287c6c1ad5eb503b726190fcacb86889b93366 MD5sum: 67df2d145b5f6045725fce072f2d5fbc Description: Messages for MAVROS. Package: ros-kilted-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mavros-msgs Version: 2.15.1-1noble.20260908.194247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 22304 Depends: ros-kilted-mavros-msgs (= 2.15.1-1noble.20260908.194247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-msgs/ros-kilted-mavros-msgs-dbgsym_2.15.1-1noble.20260908.194247_amd64.deb Size: 17785552 SHA256: fddbc3d3574b8718148ec8ef2929bddeb300b4e8e405d9cfb5ada415f1d6e80b SHA1: 2a8fd7b78ea1f739d618a688b96ca397bde2ce3a MD5sum: c06f81623730d6ccbb9408f503b3e917 Description: debug symbols for ros-kilted-mavros-msgs Build-Ids: 22b6ea46ae5e1f1c1a2d314666213be9cb2e6ef4 2b8714ac100702d598d4c1e9db6f6c1c64d7b1bf 3511de6bb02680da6701de294545924df30bde6b 670277539a2a3a26977bf9acdef20bdbac90216e 9a8ed8d3fc4e609e3ec14eeefb058d47e8070128 ab68ca05349c382f822e7bb947313c5f45f64c7d b9c9e43601a7df2d8ee6b96e9b49db0b21f8825d c6cef0694960749ab55c64b0c09cdac79654c0ca c8d0883634c64c4b6cc6ed176fb1ac3a87918976 cfb2b8d691fa1ce311622bbd269bc5224212fa14 e0f915b7174d1d3935a730491931ef0733306ba9 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.17.0-1noble.20260908.234738 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1052 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-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.17.0-1noble.20260908.234738_amd64.deb Size: 230678 SHA256: eb8affb55c41504d714d4e50e2ea4724ca6407e89f4caf2fc53ff7b8e99cec35 SHA1: d63bdbc76a813d44bdedac0d89dd1b5a88754b92 MD5sum: 56d3ebfa9a2a899d1948b9e7273e9885 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.17.0-1noble.20260908.234738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4041 Depends: ros-kilted-mecanum-drive-controller (= 5.17.0-1noble.20260908.234738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mecanum-drive-controller/ros-kilted-mecanum-drive-controller-dbgsym_5.17.0-1noble.20260908.234738_amd64.deb Size: 3596374 SHA256: f45b58995932894481e52852755b90117d5d3afd5b5b846b7c53e6faae71b512 SHA1: 2170bee01e37031195dccadeaef60eab781e43b9 MD5sum: 82405faf4e410cf0f647ac37a88192c4 Description: debug symbols for ros-kilted-mecanum-drive-controller Build-Ids: 8e56fb04135701254a66e3b2b9a4ceebe1bc3a8b 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.20260908.204858 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.20260908.204858_amd64.deb Size: 50544 SHA256: 0f870d6603a3316628bf255880b5d34d4bd0d6c096192670e6ba1b814f2fb2c9 SHA1: 758eb4785ab0c48fe852a18027b33fdfaad69b81 MD5sum: 8b735d4cb3e188abfdeffc07c4cc353d 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.20260908.204858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-kilted-message-filters (= 7.1.11-1noble.20260908.204858) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-filters/ros-kilted-message-filters-dbgsym_7.1.11-1noble.20260908.204858_amd64.deb Size: 10576 SHA256: b0258c5d1447b8005fee0187932b217761075710f5e54fe6e25e97576b301594 SHA1: e4aa32bd9bf81c36c367e88b5ceb9faa2a806991 MD5sum: 162c0d78355f0733c09088661da966c6 Description: debug symbols for ros-kilted-message-filters Build-Ids: 12ea2373cf524e1482ca5848682b05edb4cb953d Package: ros-kilted-message-tf-frame-transformer Version: 1.1.3-2noble.20260908.222947 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.20260908.222947_amd64.deb Size: 233844 SHA256: 2568e6efb17cd8caddb16d026412149a70dbf6cbeca1b5495758c5ba7fda50bb SHA1: e0f1bdeaae9da3c1a7ec49ae9159c5d686af457a MD5sum: 52251a89a2c7f8a7fb79c90a2f5dc8ac 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.20260908.222947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 6062 Depends: ros-kilted-message-tf-frame-transformer (= 1.1.3-2noble.20260908.222947) 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.20260908.222947_amd64.deb Size: 5395502 SHA256: 51c7113c64a72cb1d2636f72d790e1fee4f839d2ec94662a7b887e9025f7aa7d SHA1: 9ae67cb4332befe48a5ada15abb59bb6e414ed54 MD5sum: 1718aca793149ef00998af95d8f83ae5 Description: debug symbols for ros-kilted-message-tf-frame-transformer Build-Ids: 33e6475e863bb5b0570905fa7dcf46081c87991b Package: ros-kilted-metavision-driver Version: 3.0.2-1noble.20260908.211215 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 851 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 Homepage: https://index.ros.org/p/metavision_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-metavision-driver/ros-kilted-metavision-driver_3.0.2-1noble.20260908.211215_amd64.deb Size: 203912 SHA256: bb501eec426cc4e0368ab65ab244c61e9dde5f34d921744364d331739070e0d6 SHA1: f504de8afa565c4f2bdd21bd5d752d5232c94a54 MD5sum: 333def78257356074105aa95875b3bdc Description: ROS2 driver for metavision based event cameras Package: ros-kilted-metavision-driver-dbgsym Package-Type: ddeb Source: ros-kilted-metavision-driver Version: 3.0.2-1noble.20260908.211215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3980 Depends: ros-kilted-metavision-driver (= 3.0.2-1noble.20260908.211215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-metavision-driver/ros-kilted-metavision-driver-dbgsym_3.0.2-1noble.20260908.211215_amd64.deb Size: 3561708 SHA256: 877ce8653cd23ad0fea2b4a8e5b244a8238507eb13cd6273e739c4ad0624c0cf SHA1: a4c258e25f710ab9307f6c5a5bf483825769030c MD5sum: 1bebc9a7d298329c1a6da0384d999c2f Description: debug symbols for ros-kilted-metavision-driver Build-Ids: b18c6d98701c0dcf8c565dc80d1141a59ec3423f fc15f9f45d37d09bf62625b489b8631edf03c182 Package: ros-kilted-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260908.205723 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.20260908.205723_amd64.deb Size: 119770 SHA256: 7e4186c742ff22fc10ce7fdcad7c8f1435730250d3ff2bff797db0b093e80bf0 SHA1: 0f696a765ca6c8d0d5e409da96375cab49caa068 MD5sum: 68a105ed6f62f9152c6464003eb57ee8 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.20260908.205723 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.20260908.205723) 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.20260908.205723_amd64.deb Size: 2185940 SHA256: e14f0ca1138c5b287a7d6306773342089a9b518c5de770620333ec9ed83fe260 SHA1: 1bea50062126bd21353de816dc30cd3e2f701feb MD5sum: 39df92eda3b43c80ea3c59a0095ca2da Description: debug symbols for ros-kilted-micro-ros-diagnostic-bridge Build-Ids: de380827106047761f7cacc7a017c82539273dce Package: ros-kilted-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260908.164729 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 962 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.20260908.164729_amd64.deb Size: 85640 SHA256: 91e47edd862d7cdccef8c29fa7c580ad30a8dc5e79932fa580de69af18f6237d SHA1: 3c26136457979047ee402633cdd1eaefd1ecdb5e MD5sum: d8436788fe83e4f6f2e204bdbb4162c5 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.20260908.164729 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.20260908.164729) 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.20260908.164729_amd64.deb Size: 461726 SHA256: cd775388980cbffa7cd055368d8a40effca729d10344a84061331e590e2ad781 SHA1: 6dc007125e5a542f27e27aaefe18c44e2b57cfca MD5sum: a830cad0aa83f9c48e017caf57549b14 Description: debug symbols for ros-kilted-micro-ros-diagnostic-msgs Build-Ids: 51c5d9cecbd953aa463e6f9f49518ac1f70ac3d0 6c48c6fa7b7285de579d4185d95c659d199cc34e 88ca82fe32aafc0e6a0e639935c127c9d24d8501 9f5aca18729dd71851c704ca279c8d4818b03821 a401c5fcaae9be581eea096f3271b4f7a7626013 b4c8ad702be13170eeac776e8099c14d15f71d80 ce71eb159c1e48dac2a2317aab20c2108ef5ed37 cf3311ef7e61fc71b646152ea72c4cbd43850ff0 dde72ae903a01875daffb174d6988b6112a4061d efe32ddc5877ae107f2babbc91a58244e7ba7754 fb9522765f7fade87a3fa08142aa50dd59a50fc0 Package: ros-kilted-micro-ros-msgs Version: 1.0.0-5noble.20260908.194412 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 713 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.20260908.194412_amd64.deb Size: 76094 SHA256: 6760a3bef04368aec36889e0eb71d1001bdce94f4bcbaaf3e74d7396f0d6d8d4 SHA1: 50417478336390028164c4a745b9b39745ea3950 MD5sum: f4e6e58f90d50542282a3b61a8fafa65 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.20260908.194412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-kilted-micro-ros-msgs (= 1.0.0-5noble.20260908.194412) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-msgs/ros-kilted-micro-ros-msgs-dbgsym_1.0.0-5noble.20260908.194412_amd64.deb Size: 528624 SHA256: 88a41b67ddc2f7eb034fac64baa467e97e381f8f335c89637f0640e9691481d7 SHA1: 7b8711b9e121da61b89cb40b8d7ca3954605ded3 MD5sum: 2ffe6914348e8c324699bf405e6cf1bf Description: debug symbols for ros-kilted-micro-ros-msgs Build-Ids: 267c866b5c319db3b09ecb3910d28909a3bc4306 2b9cf2ecd1328bd0a1038ba2cb8b036799e1ac70 5aa4bc77e449515cfa08306744c8ac7fcb7f9e1d 642fc727c70af0cc780a7e2b1335bde6c95c59c6 771b3db8ff298c61aadffffc80aff5b1f01a3745 9ee0a07b31a8788e4f9ff44c5a65e9d24467276e a83682dafd2daa39833fe137d414e90fa6860e2a abb17f9a097627b2a1867f1b6ee76731ab850531 b6e472314af3ca43eda585859c1a5380069d522b bdc5a3067d61429906eb167144e00b9a31a77b7f dfcc214198fa852044fa4f44d1f4a412bceb40d3 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.20260908.224608 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.20260908.224608_amd64.deb Size: 1292344 SHA256: 604d153a29a618d5bf184087e441c181ae7a437a07cadf9bad2f5dffb6067bc3 SHA1: 74568ff5142bdd70ecbc31b249aacd1e52b6c0ea MD5sum: 4852dffc600fe5b1d3b670f49d7cddec 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.20260908.224608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 44255 Depends: ros-kilted-microstrain-inertial-driver (= 4.9.0-1noble.20260908.224608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-driver/ros-kilted-microstrain-inertial-driver-dbgsym_4.9.0-1noble.20260908.224608_amd64.deb Size: 37647350 SHA256: e1ff4df0e06589b6bb5f7da25faf8c783bdfce1c43dd0e0464e20c8ed791a393 SHA1: 648ee0cb96e7602aba127a32d95042f02915f160 MD5sum: 6c9b834a25657a6772b581b493b47407 Description: debug symbols for ros-kilted-microstrain-inertial-driver Build-Ids: 569c01aa6137767c39999d9f5a711333cc4bcf92 ebee773dfa1624a9705e1ffae1b18b46ce1bea56 Package: ros-kilted-microstrain-inertial-examples Version: 4.9.0-1noble.20260908.232128 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.20260908.232128_amd64.deb Size: 13994 SHA256: cad398156b36aa2284055c67184c083f25b12d908e200087e7f6d93f86aa9063 SHA1: d78a5638dd7b1f870a5a1dba92badd3e5a827ac1 MD5sum: d4c4e13c44aa11b8e6a75b2cf699e0a2 Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-kilted-microstrain-inertial-msgs Version: 4.9.0-1noble.20260908.194930 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 8494 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.20260908.194930_amd64.deb Size: 483456 SHA256: b14a81a22c9d385e11b2e3de03e718e605946d28acd7c236d4c3c5bf7f03f5b2 SHA1: 261f1df0534a6db515a60052dc8784a7419d3350 MD5sum: a405d1250da5bbb110cf24d923f37254 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.20260908.194930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 5252 Depends: ros-kilted-microstrain-inertial-msgs (= 4.9.0-1noble.20260908.194930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-msgs/ros-kilted-microstrain-inertial-msgs-dbgsym_4.9.0-1noble.20260908.194930_amd64.deb Size: 4085220 SHA256: 939fb7a292a004e6e9ac7101d04d61b89ab25650fc9780305d4577ceff0b16c3 SHA1: a0afc8a1d83ca43bc147ee16e047b473be78f3db MD5sum: f50fc4996bee3451018c0750bd01ab64 Description: debug symbols for ros-kilted-microstrain-inertial-msgs Build-Ids: 3786296d4580594e20700435b2faa17657461738 61ec9e077552fe0fe15cb25cc041f72ba40bfc12 6308d0f858b3e01022568bb6b165d63845733d0a 6ec8b79f6148a9c8bcdd2caab9802b5141a50cc0 8ae46966184dc47cd80c2ee53e2ba41498a13426 93edaf481fc2ddd961b8077cea4368dafd87aa9d b1d1d8756c7d4924a98325658129564b43de5aef bdf71e8bdb08a0ccafb115868928699d1e4f80d7 c09744c595b9b6984a2f4c7943ddc95a342a048d e60f0979e9c82ac462f640ca6c4448e708c20de3 f310bddb848439fcbce9c000143c0d768ea8b5a9 Package: ros-kilted-microstrain-inertial-rqt Version: 4.9.0-1noble.20260908.222406 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.20260908.222406_amd64.deb Size: 69688 SHA256: 3dca9dbdd5d3d74b95bd4ad8e04c82adff3d65b9ec246b648031d896f996cdf6 SHA1: b9453732afb8dc0a335804e2841132364675635b MD5sum: 44c5f929bc8b11753122dd7185693006 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.20260908.222629 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.20260908.222629_amd64.deb Size: 456968 SHA256: e5044923ea1f6543c3c22e4cfa7e177385c6cd72e1af85dbf8c03fa7731f60b6 SHA1: e5038fc82afdf7b9c77c2289e784235cff04d919 MD5sum: 27e437daae3d0dd2adb7e665308d9665 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.20260908.222629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5987 Depends: ros-kilted-mobile-robot-simulator (= 2.0.1-1noble.20260908.222629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobile-robot-simulator/ros-kilted-mobile-robot-simulator-dbgsym_2.0.1-1noble.20260908.222629_amd64.deb Size: 5044616 SHA256: daddd96ab508774f9946aee4b647f478be8941c2b3f0775e304350c532d63bd5 SHA1: 68bd6ca087feba54d48d13d4250ed66ff7d09072 MD5sum: a3396324e0799109eb8e9b4531356492 Description: debug symbols for ros-kilted-mobile-robot-simulator Build-Ids: 29ad62c7605ad27e08debc5cbf59b3d324817bf5 6d51b20dbbc8a962c77d2be3761b7f72001aad8e Package: ros-kilted-mobileye-560-660-msgs Version: 4.0.0-4noble.20260908.164520 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2785 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.20260908.164520_amd64.deb Size: 185596 SHA256: 1f6c6558dacf7ab64ec134437704d35797b58ced2e5161b898e1c444f99f4cdf SHA1: 02932aa0752458f870e5ff3d5453324040efc9e7 MD5sum: e8efcbdc38f956986f021d5f907fbd25 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.20260908.164520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1623 Depends: ros-kilted-mobileye-560-660-msgs (= 4.0.0-4noble.20260908.164520) 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.20260908.164520_amd64.deb Size: 1310862 SHA256: 099b31661d62794e249b3619f54b7abb9be22d793f30c581c96946e346daf6a7 SHA1: 786ca57c52eb4f453f4cae048d9f59106eae8284 MD5sum: 30a08061192921b780e0b1970c1b0bf7 Description: debug symbols for ros-kilted-mobileye-560-660-msgs Build-Ids: 19ff167ea94f10b12064f1caf9fd286f3d587966 1b5ef2a46b4a1ff79865d3a8cc3564c7a600c279 29f39f5dfe8debb4c59054d2d39b63ffb01730f3 72250a6b2eef531ecaa25ad71632f9bb23bb7373 8c9365aa6407a0a52952394f8a59a518fb600191 a833ad6c9a6b6a93a4afe74bf379654cff3a5d80 b0a000864d69f791317373265712f7d77a670c7a b3123604070cc3f9a1c35a35254be028938640f0 c10cca7d1336c0f94e51954b284a32269ccec8fd cf92d2c150239c6fdae45b923e9da38ade4bca34 d2fbded933257d01987a87c88cd5757f4feb717e Package: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260908.204903 Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1481 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.20260908.204903_amd64.deb Size: 135406 SHA256: 39929406d3d2b5721d01577487b9c6bd221e1efbd15216365709d789f1dcd435 SHA1: fb71a2ed5316455fea8008031d6cacf90e9aa08e MD5sum: be4d9ec2444c0722911e09a5460ef1dc Description: Interfaces for Mocap4ROS2 project Package: ros-kilted-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260908.204903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1257 Depends: ros-kilted-mocap4r2-msgs (= 0.2.0-1noble.20260908.204903) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mocap4r2-msgs/ros-kilted-mocap4r2-msgs-dbgsym_0.2.0-1noble.20260908.204903_amd64.deb Size: 1025422 SHA256: eed93051c7dd72861b61eb83f6d805ee99a216bfab5a03de117271fa9d16f909 SHA1: 9497b526217c38befd4ceb7fd0b1940f298b7998 MD5sum: 4fe2774a21e6a425394ddf9625f08161 Description: debug symbols for ros-kilted-mocap4r2-msgs Build-Ids: 0996acb7839a194bfd0d62b9260bf82668518b86 0f00187db088b8cd56a8ab22d4e8837c45c62cb3 16505d4b06c8f4049d45ee34884fbcbcb113fe4d 317dc9ccbeaec256f1e8c288acd3b761ba581a9d 41693dcdddc9d7be8fc1fd56a2baff816af2f35c 450a92a3877bd83b7cb7e0da51230d780076293a 480c8053c1b97ac892577091417a9ec4669b7cd0 53e251468a1cf91bacfab713f3033d5822de16bc d538fe0843a2c0143b007307415804ea0cbeaafc e8c8fae367565fe6cd5d5ba253b15206e7d79bbc f05a08cdaf174149c1ba41c1f9f5f5ca051526af Package: ros-kilted-mola Version: 3.2.0-1noble.20260909.003500 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.2.0-1noble.20260909.003500_amd64.deb Size: 3634 SHA256: 7c8bfce60bfa20940c0b3512412e6c5f35e8e2c4f524d5c2f3db1aea558a66a1 SHA1: 77531a1f6ee42b8b039a963c7ceaa71b28f05962 MD5sum: f35269ecb485c023d7706e7b58b1f409 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-kilted-mola-academic-datasets Version: 3.0.0-3noble.20260825.001429 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.20260825.001429_amd64.deb Size: 2352 SHA256: a163a5bc2f1916092e41ef20df728babe1edfa15020bf44d3da7309a4c9c18e0 SHA1: 5746185f1f68d2f94aee5a2eb1dfe3b3856870a6 MD5sum: 3dd9213c7d6febacbaee973cba0e67e1 Description: Metapackage with all packages supporting reading academic datasets. Package: ros-kilted-mola-bridge-ros2 Version: 3.2.0-1noble.20260908.225948 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3050 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.2.0-1noble.20260908.225948_amd64.deb Size: 502460 SHA256: b0a1ad41553de7a1766e2caa050881230641352c505cb33c7e698a1ae741521e SHA1: d9b773adc02ba5326cc5b9e7462780b3b5df9b67 MD5sum: 4b83f41f3f9ea097832f357aca9ea685 Description: Bidirectional bridge ROS2-MOLA Package: ros-kilted-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-bridge-ros2 Version: 3.2.0-1noble.20260908.225948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13755 Depends: ros-kilted-mola-bridge-ros2 (= 3.2.0-1noble.20260908.225948) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-bridge-ros2/ros-kilted-mola-bridge-ros2-dbgsym_3.2.0-1noble.20260908.225948_amd64.deb Size: 11408506 SHA256: 3a0d8ceaadc71d474679b3f0fa6e9d2c9efed02a350145450e527f438d68f320 SHA1: 548b1c6e1b789d6a0ca0416e9f7031235533ddbb MD5sum: 337b5a6645dce83eae9470e888780b84 Description: debug symbols for ros-kilted-mola-bridge-ros2 Build-Ids: 1216c3b5c2b0aa9520d7b73f3d22f8cb91ea4007 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.2.0-1noble.20260824.235533 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.2.0-1noble.20260824.235533_amd64.deb Size: 27354 SHA256: 290ab87668f239c4de0f97baebda1c8a2fc36fa169415322c8d4696c21853b13 SHA1: aecdff1eb8452cb9189ae93490e2171303ebf5e8 MD5sum: 38f8a910a5c28e3df62df889e0f44e43 Description: Demo and example launch files for MOLA Package: ros-kilted-mola-georeferencing Version: 2.4.2-1noble.20260907.115107 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.20260907.115107_amd64.deb Size: 182136 SHA256: 575610083a12830357e804d0a507a26e09fa927baddf4ea1f2c321054c9dd185 SHA1: 15eaa9f4ade7cdbfdab7624595acb8b2bc7b1102 MD5sum: d1ab80e587bf6ba5f1ea4563975a6e81 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.20260907.115107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9803 Depends: ros-kilted-mola-georeferencing (= 2.4.2-1noble.20260907.115107) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-georeferencing/ros-kilted-mola-georeferencing-dbgsym_2.4.2-1noble.20260907.115107_amd64.deb Size: 9751526 SHA256: 2716ab17ca60023e2bddecc3d15f9da35cb4b98efcaee7b5a60ea44f384c6276 SHA1: 24fc5010fb054b011872bb28df4dde61fca8ee34 MD5sum: a5c099a39aedfd3574f4e1f48b7f3744 Description: debug symbols for ros-kilted-mola-georeferencing Build-Ids: 33dd8a752619081834d445896900fb3ab3912390 523c4dc1345a4b0ebbffe8affa4d4d2df1dd116c 5fda250cc81dbd9d354899082c5cdfa600e776a6 8fa98eb79a5ce394743493792414625f362904be Package: ros-kilted-mola-gnss-to-markers Version: 0.1.2-1noble.20260908.205344 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.20260908.205344_amd64.deb Size: 134932 SHA256: ff68910b34778134121a283272babf0bf5d2df38b5cf2975001f28fa843cb844 SHA1: 3dd476b03b84120f8dea0949edfcaef9e8553b9a MD5sum: 7d96e4a86ac4dfdff0a142cdaf2d2113 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.20260908.205344 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.20260908.205344) 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.20260908.205344_amd64.deb Size: 2670034 SHA256: f8917bf2a98519cd268b02e1c6046f4c172cfeab84d7b6dfdfc84e68aa2274a5 SHA1: 8fea360ae30eb6e0b84c42c6e9d382100d8515fd MD5sum: 9e945c0bda9ed6e0da487186b697d9d3 Description: debug symbols for ros-kilted-mola-gnss-to-markers Build-Ids: 70bbed2af1f7c8b31a826ba970a50b98416532de Package: ros-kilted-mola-gtsam-factors Version: 2.4.2-1noble.20260813.201748 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.20260813.201748_amd64.deb Size: 114966 SHA256: 80cc6f64bfab3b96e231cda8c9af35410cb63561231c91dc2aae3e10f379b5cc SHA1: cd31d547621160a5136ec8d3a6e3865535727f2e MD5sum: 8287fb5154f9a82244abcd81d39c668c 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.20260813.201748 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.20260813.201748) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-gtsam-factors/ros-kilted-mola-gtsam-factors-dbgsym_2.4.2-1noble.20260813.201748_amd64.deb Size: 24504850 SHA256: cb1e01d6a35e100fabbb8f068c40a6bbbdf2ecb2f7124369a74bdf00980754e4 SHA1: 7a39f7f56bd47ea75bfee5630cc3c84c6c73a78d MD5sum: bdadcdd996ebfd6e9ca667c87df60fea Description: debug symbols for ros-kilted-mola-gtsam-factors Build-Ids: a0dd3d79b026fa3758bb68d2269c93a6043b8ab6 Package: ros-kilted-mola-imu-preintegration Version: 2.0.0-1noble.20260907.103736 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 425 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-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_2.0.0-1noble.20260907.103736_amd64.deb Size: 147698 SHA256: a520a0423a48e8649b4b250f8b5f7f47d81697247d0a1841a9965359a2eb7349 SHA1: 7c01858066a2a9d34b180464e7b70b1820ec28e8 MD5sum: e4d0a852d3d2c25fee66e307c87cc127 Description: Integrator of IMU angular velocity readings Package: ros-kilted-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-kilted-mola-imu-preintegration Version: 2.0.0-1noble.20260907.103736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6546 Depends: ros-kilted-mola-imu-preintegration (= 2.0.0-1noble.20260907.103736) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-imu-preintegration/ros-kilted-mola-imu-preintegration-dbgsym_2.0.0-1noble.20260907.103736_amd64.deb Size: 6570454 SHA256: 473b9fcd5a00228c8dd59af016ff1d76aaa6d165c58cd66d5c56765f8d68ec46 SHA1: 397be7e934dfaee527a522f7ffcf00173620c103 MD5sum: bf6a466523755789e65d21039abceda8 Description: debug symbols for ros-kilted-mola-imu-preintegration Build-Ids: 1f9ec6a9e54443288da4dd06e7e8fa96a67dd767 Package: ros-kilted-mola-input-euroc-dataset Version: 3.0.0-3noble.20260825.000815 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.20260825.000815_amd64.deb Size: 63820 SHA256: 2ae12e834a3c9ecd06ef3c6c3dbd7844a58842f8339247278e1655426c873f80 SHA1: 560a7d52ff8f93c3583ca1a2d350f182238ab68f MD5sum: f5157920f0c4d6fca163aa493ade6ddc 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.20260825.000815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 642 Depends: ros-kilted-mola-input-euroc-dataset (= 3.0.0-3noble.20260825.000815) 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.20260825.000815_amd64.deb Size: 610486 SHA256: 7b7d16290244d0a2642afe8bcc0fb2273ae3d257d8751e0e3ca11c629fe22450 SHA1: 690650960b939769977eae53336bd70e945da2de MD5sum: 963f36a3e97ebf9244f65f9463399ced Description: debug symbols for ros-kilted-mola-input-euroc-dataset Build-Ids: 9ec1e15844e9d6b761eaec37ae46de3232cff883 Package: ros-kilted-mola-input-kitti-dataset Version: 3.0.0-3noble.20260825.000943 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.20260825.000943_amd64.deb Size: 82860 SHA256: 987f00a895203ff151e2a803b06138b668cb77c67495df99bf9af352e16495d0 SHA1: ed5305b02eb5ab2e2e9ae2b8ced03eec70d46ddf MD5sum: 6f74b177e211b54b7f77654dfe73fb39 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.20260825.000943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1220 Depends: ros-kilted-mola-input-kitti-dataset (= 3.0.0-3noble.20260825.000943) 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.20260825.000943_amd64.deb Size: 1185996 SHA256: 18b96968f84790c082a443702d8434f4daf93b75777ef60329257d9048db93d9 SHA1: cf3a45e1ebccc8f388596d839141e7918c9a548b MD5sum: 1da8e4ddd91a268a52386413a4013aab Description: debug symbols for ros-kilted-mola-input-kitti-dataset Build-Ids: 3dc29de203fa2a1d5030d25d15f5830f7795d607 Package: ros-kilted-mola-input-kitti360-dataset Version: 3.0.0-3noble.20260825.000842 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.20260825.000842_amd64.deb Size: 127332 SHA256: 5ea88593b2ac4c88a060e912276e860bcc9ce70e0c1ec0673703d4ec1dad239e SHA1: c487836621f94337da8bcbd27833cd39855202b7 MD5sum: 7dfb56d5af713a6e37eec7e4ee59c5bc 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.20260825.000842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1870 Depends: ros-kilted-mola-input-kitti360-dataset (= 3.0.0-3noble.20260825.000842) 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.20260825.000842_amd64.deb Size: 1818754 SHA256: 2b58ceacad8bc91f53ac699ae504174766c8d3b0520e2f8c32d3f01de1d39754 SHA1: 250352751a5f0e37777507698c7a9c6e91e6808f MD5sum: 00fe104f7f766917ebc8c037f7dd323e Description: debug symbols for ros-kilted-mola-input-kitti360-dataset Build-Ids: 0575c1ecab7614cd3c07838cb3208b1a42569abb Package: ros-kilted-mola-input-lidar-bin-dataset Version: 3.2.0-1noble.20260825.000555 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.2.0-1noble.20260825.000555_amd64.deb Size: 61878 SHA256: 9b5cfb0d7cc61dd0c89bee6cd204fd41a68ec5c8ed786bdafa8c6988a64384fa SHA1: 2d0d7dd5d5e66faa6152e838e7d52eb2b132cace MD5sum: bba625dca66c5b4fb88dacb1a156882c 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.2.0-1noble.20260825.000555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 568 Depends: ros-kilted-mola-input-lidar-bin-dataset (= 3.2.0-1noble.20260825.000555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-lidar-bin-dataset/ros-kilted-mola-input-lidar-bin-dataset-dbgsym_3.2.0-1noble.20260825.000555_amd64.deb Size: 537352 SHA256: d68dd2cb3d042b442a6ecb2c8e1cd840322aa69a90e66d1649d9c0cb46f23472 SHA1: ddee625cc9aa16f4af97915913d34842ad27961e MD5sum: e114c9e2da1101bef6f0b7e79ff7b414 Description: debug symbols for ros-kilted-mola-input-lidar-bin-dataset Build-Ids: 8ab72ce6d8c3b732359e6d5ea840e8445b2c0cb7 Package: ros-kilted-mola-input-mulran-dataset Version: 3.0.0-3noble.20260825.000937 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.20260825.000937_amd64.deb Size: 75876 SHA256: 47537d824e43f52d77c1081d724f82384c00a89de80eaabb20285a80e7fd3855 SHA1: 968b73801a88bd1ba9b548561f25a52176ecf9a6 MD5sum: 619f9617156104891f5f847ecd71605e 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.20260825.000937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 935 Depends: ros-kilted-mola-input-mulran-dataset (= 3.0.0-3noble.20260825.000937) 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.20260825.000937_amd64.deb Size: 893362 SHA256: b3489d42e413410de88b582603fb0f384ead9c0475c895aa0c30176465f74dd3 SHA1: 78baf244794c1fd91e30780190a2402dd8e9ddc4 MD5sum: 61ff9f2d7bdd9bb169b2a10c28c70e52 Description: debug symbols for ros-kilted-mola-input-mulran-dataset Build-Ids: 737e26464b0f6e680c251662b797fee257486eec Package: ros-kilted-mola-input-ouster Version: 0.1.0-1noble.20260825.000801 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.20260825.000801_amd64.deb Size: 996730 SHA256: 79818450a93edea2af5ce5c7095bd672c8d495e12fa800ee7153ba8ac2a33748 SHA1: 1d7d7cdfd947ba69426e8b857cf9db71ed2a23c5 MD5sum: 4eb59f8f44fc57623035b93871837aee 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.20260825.000801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30949 Depends: ros-kilted-mola-input-ouster (= 0.1.0-1noble.20260825.000801) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-ouster/ros-kilted-mola-input-ouster-dbgsym_0.1.0-1noble.20260825.000801_amd64.deb Size: 29982732 SHA256: 022b577a2998facc5fffe3747412e61c8556a5290d0a8991d49bc93bd8e8686b SHA1: aedd183fa0e67240205786c4362fe6e7a19692a5 MD5sum: 4f65c97476a5ca951361cf4a7303912d Description: debug symbols for ros-kilted-mola-input-ouster Build-Ids: 5514d2f3b8bca6ffb17a13cdba5637c020d11482 Package: ros-kilted-mola-input-paris-luco-dataset Version: 3.0.0-3noble.20260825.000939 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.20260825.000939_amd64.deb Size: 68022 SHA256: 40656ed3ee0b094ab62572cd1c9874df3bebb80afe5775b64aae56592bea57fc SHA1: 1c29f8d85ae86f644e3cc444346a54abad9d2a03 MD5sum: c2ea04c2ef863a8c86161382d0f9de98 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.20260825.000939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 835 Depends: ros-kilted-mola-input-paris-luco-dataset (= 3.0.0-3noble.20260825.000939) 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.20260825.000939_amd64.deb Size: 802860 SHA256: 38e700d6c5d674b7234df1d24c77f7cd33d338edc25536e60684744ed66d17bb SHA1: 96bf57c733efbe0414f132360e7756250afbd261 MD5sum: 8a9ac547d428032e0c991cd203a10236 Description: debug symbols for ros-kilted-mola-input-paris-luco-dataset Build-Ids: feffa1b8bfec388a584b6f10abf67dbe5486b952 Package: ros-kilted-mola-input-rawlog Version: 3.2.0-1noble.20260825.000619 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.2.0-1noble.20260825.000619_amd64.deb Size: 62408 SHA256: 9f5a1725bda98d2fb2e69736697a6c8fe9bf766aba16a4e7e72f7bae7e47871b SHA1: 1c8c04a9bcc307e722ac263d99bf4e77086f74f2 MD5sum: 99ce622242f59fd48c628d7ec53e051e 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.2.0-1noble.20260825.000619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 570 Depends: ros-kilted-mola-input-rawlog (= 3.2.0-1noble.20260825.000619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rawlog/ros-kilted-mola-input-rawlog-dbgsym_3.2.0-1noble.20260825.000619_amd64.deb Size: 539544 SHA256: 6b78dc5fff3ef496d2964db641e9f15a3b8380533e428f1c2d474a04ebed74ae SHA1: 5e1ff9822d100c85b56b2746bf19ac0e21347241 MD5sum: 3e453b3676e4bb6780ad08fdb7074039 Description: debug symbols for ros-kilted-mola-input-rawlog Build-Ids: ca57b7584f7abed8a73aabb0f0e715a82e7655e1 Package: ros-kilted-mola-input-rosbag1 Version: 0.4.0-1noble.20260908.222954 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 809 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.4.0-1noble.20260908.222954_amd64.deb Size: 262490 SHA256: aaa60b689d31bf86543016e1c0dfa11af28db7a32fd1fce974939a8779632c21 SHA1: 0e8a6ef3425d697b2c5fbc77b382582aace7738a MD5sum: 6c425e07332ddbdb55725090b34fd4c1 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.4.0-1noble.20260908.222954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5387 Depends: ros-kilted-mola-input-rosbag1 (= 0.4.0-1noble.20260908.222954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag1/ros-kilted-mola-input-rosbag1-dbgsym_0.4.0-1noble.20260908.222954_amd64.deb Size: 5115308 SHA256: 59d5cc918db8779cd708d4d9354cf847ac0b88cd46093f769b73e8a99be9d299 SHA1: d1df95f5002c50c1e1f7af154dfcf5a5a72eb72e MD5sum: 696a9b3acc581eaa2c245b9e99027088 Description: debug symbols for ros-kilted-mola-input-rosbag1 Build-Ids: 288ed395be7ed0fccf8ac6f2de5b6d352bbed543 43e5d6730f0c887e4f1e926ad5998c9c0db93a40 Package: ros-kilted-mola-input-rosbag2 Version: 3.2.0-1noble.20260908.225925 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 405 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-libopengl, 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.2.0-1noble.20260908.225925_amd64.deb Size: 137978 SHA256: 5706da5f9ab7732cb73ac2d4abbb916093be5f3dce3208dd2bc0247ffdc8fa72 SHA1: 8fee04624c6ffc7f1f611c7443185e6df2ed0abd MD5sum: 1bf9e5d0b6f6fdd9fce8b4ff2c81d0f1 Description: Offline RawDataSource from rosbag2 datasets Package: ros-kilted-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rosbag2 Version: 3.2.0-1noble.20260908.225925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1872 Depends: ros-kilted-mola-input-rosbag2 (= 3.2.0-1noble.20260908.225925) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag2/ros-kilted-mola-input-rosbag2-dbgsym_3.2.0-1noble.20260908.225925_amd64.deb Size: 1796414 SHA256: 2c005966429813051f8101d1dc00c5d34afda79c12db1accefe47104ae21ce41 SHA1: 18208d0a4868bf166d6c2930ea709e684355ee0d MD5sum: e21f6f425bc36d91efaec1a02c34f42e Description: debug symbols for ros-kilted-mola-input-rosbag2 Build-Ids: 9568ab54daf9e3670f0914718f88bb669c863179 Package: ros-kilted-mola-input-video Version: 3.2.0-1noble.20260825.000601 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.2.0-1noble.20260825.000601_amd64.deb Size: 63678 SHA256: 8337b05cb5039dd6f041b4136c4c21eb81368199868ef9528f72fdca35805d8d SHA1: ccb0713c4a5e18ffde43918e99627ca65243c415 MD5sum: 9b2b37ddbd3c1afb7c531a9721f21c6d 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.2.0-1noble.20260825.000601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 693 Depends: ros-kilted-mola-input-video (= 3.2.0-1noble.20260825.000601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-video/ros-kilted-mola-input-video-dbgsym_3.2.0-1noble.20260825.000601_amd64.deb Size: 664932 SHA256: 0a640c73a083062152ebf80162487a6757819e84b2d2445fb411d583fa35bc10 SHA1: 9878ce89dcb64571726ffb9eaf66596687fb86d1 MD5sum: 8eeb7a0e5843563ca75059ee08899703 Description: debug symbols for ros-kilted-mola-input-video Build-Ids: 13b1ffc696b8ee3b5f761ec169bdbbaebb0c3250 Package: ros-kilted-mola-kernel Version: 3.2.0-1noble.20260825.000026 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 410 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-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.2.0-1noble.20260825.000026_amd64.deb Size: 126360 SHA256: adc9168174ddaed43c51d6280060ac37310a3f30aa745155494f67abd19656f9 SHA1: 865947228f3f6cb13ebbbbe821a7ac1e510d189a MD5sum: c1c527db821ae5d012ba0f5eb29a6ccb 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.2.0-1noble.20260825.000026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1669 Depends: ros-kilted-mola-kernel (= 3.2.0-1noble.20260825.000026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-kernel/ros-kilted-mola-kernel-dbgsym_3.2.0-1noble.20260825.000026_amd64.deb Size: 1605510 SHA256: bd77d3a9dda9e63fb44d9f0a12c92a858f1d68240fc7792283e2b8c58e331f08 SHA1: a0dbf97498a837664b9da56e177e8ba31e508b08 MD5sum: beb6b3a220ffce1ecf0e22b10f9728a3 Description: debug symbols for ros-kilted-mola-kernel Build-Ids: 4cfeffb19dea9baa120468e1625f64b020d059ed Package: ros-kilted-mola-launcher Version: 3.2.0-1noble.20260825.000918 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.2.0-1noble.20260825.000918_amd64.deb Size: 238852 SHA256: 89080b61ca54b07250bf5e66d9952970db5d86bfab692e65d5a55885fa0a5019 SHA1: b7b46b41a170adbace561d45d57e7efe623fd84a MD5sum: a6a72b2585f760d41ac74b1a17891a17 Description: Launcher app for MOLA systems Package: ros-kilted-mola-launcher-dbgsym Package-Type: ddeb Source: ros-kilted-mola-launcher Version: 3.2.0-1noble.20260825.000918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3654 Depends: ros-kilted-mola-launcher (= 3.2.0-1noble.20260825.000918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-launcher/ros-kilted-mola-launcher-dbgsym_3.2.0-1noble.20260825.000918_amd64.deb Size: 3455244 SHA256: 26639b633a52f7d5bd866385918dd65c37680a0b41b9d296e1414c05d47d5b9e SHA1: 57a4ce69b3a3371fb0841d8694835f8aa3c766d1 MD5sum: 6488151639e69bd81976ccbef5249774 Description: debug symbols for ros-kilted-mola-launcher Build-Ids: 30f0986d95fed9262b1d488e2177c023b223eeaf 40d548e3941efa1372941acf504273600980277a d618f0be7e9b7962f82f9d91759faffa10922033 feb1a59fc7479a01f281f1a3e5d05845306d5476 Package: ros-kilted-mola-lidar-odometry Version: 3.2.0-1noble.20260909.003459 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2439 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-state-estimation-smoother, 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, libcli11-dev, ros-kilted-mola-bridge-ros2, ros-kilted-mola-common, ros-kilted-mola-launcher, ros-kilted-mola-viz, ros-kilted-mola-viz-imgui, ros-kilted-mp2p-icp, 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.2.0-1noble.20260909.003459_amd64.deb Size: 622536 SHA256: ef7f062d8fe1ab9bfcf5e6199f4032d13845dbb7588ff88c00c4a364881b942a SHA1: ee559de66b2a07841dbe78b1e46dc80d96be2ad2 MD5sum: 69e3cd7d03607f9f6c0b10633f8ea068 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.2.0-1noble.20260909.003459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12102 Depends: ros-kilted-mola-lidar-odometry (= 3.2.0-1noble.20260909.003459) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-lidar-odometry/ros-kilted-mola-lidar-odometry-dbgsym_3.2.0-1noble.20260909.003459_amd64.deb Size: 11782924 SHA256: 37473ce79c6d427a3d0edec77b1b029b2f1537dda1e70efc4a573841bee03bb0 SHA1: 157de319a6a330d25a7140036abe29178eace64b MD5sum: 0918d51ccd6c7454091926e6bc0f5ed0 Description: debug symbols for ros-kilted-mola-lidar-odometry Build-Ids: 57a7acc009747e710de9cf29883bcf5ed4f7ec4a ec52e1cce1c3d7f295cea21a32d9c1922af175ef Package: ros-kilted-mola-metric-maps Version: 3.2.0-1noble.20260907.115047 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2938 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), 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-mola-kernel, ros-kilted-mp2p-icp, ros-kilted-nanoflann-vendor, 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.2.0-1noble.20260907.115047_amd64.deb Size: 653328 SHA256: fe44a297f3170e6f8ff66bcd9acc441a11f37f0b23dded167a300e28539a64a6 SHA1: 9bd15dca256d6c5268c2a8d4f5e80b46eebee277 MD5sum: c6674aaf3678957676bf729569f7b188 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.2.0-1noble.20260907.115047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15933 Depends: ros-kilted-mola-metric-maps (= 3.2.0-1noble.20260907.115047) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-metric-maps/ros-kilted-mola-metric-maps-dbgsym_3.2.0-1noble.20260907.115047_amd64.deb Size: 15287254 SHA256: b9f80dc02df06cf387a06deef39d258e3c6e92f3dbaf94be3bc5c6b8546c0968 SHA1: 9dd6e43bd6745e92236d86982075466efed6c628 MD5sum: 4f0ca477eab8248186875ad34c867c48 Description: debug symbols for ros-kilted-mola-metric-maps Build-Ids: 3b3a04f3f1182e1a189e25b39109ca16896cc79d 457efb74dca88d3b6da9c6d7d927d94bbc8a6874 5c93cd808260192758df5ed4d94703fbc34dbd0f 5e38ff32655fab2712c7dcbbce00cfa8cfecded7 dfde40501b0a3bfebad8f41c5237c5a8b81e0f67 f4ccf0b7c05b3bd3f3516c573b63b18f0cae4b41 Package: ros-kilted-mola-msgs Version: 3.2.0-1noble.20260908.194849 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.2.0-1noble.20260908.194849_amd64.deb Size: 193650 SHA256: d395c61a26a2fac2d476f10857b8d05767a1a8487b43243de08e1ed8def95831 SHA1: 06c0e787af9086bbb25c59aad9c1f8033f3cb50e MD5sum: 93fad2dabaf4b8a93165cd0290273b01 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.2.0-1noble.20260908.194849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 1920 Depends: ros-kilted-mola-msgs (= 3.2.0-1noble.20260908.194849) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-msgs/ros-kilted-mola-msgs-dbgsym_3.2.0-1noble.20260908.194849_amd64.deb Size: 1490926 SHA256: 4cfab8d307f1599e7b2ef712d11bc021f204c9d93b8274685f79f989167f1c56 SHA1: e5ff956b3030931dff2ebc5760f8261e36049cb7 MD5sum: 4d35dc6f1cfaa314ba22a06e0e4fc54f Description: debug symbols for ros-kilted-mola-msgs Build-Ids: 0bd3d88079c71d409b1578f7118bddcbbf28274a 1237c136a78053f9288673c5049313083da5140c 21fe2d535041c99ab5ffe501100f7fcc196e0efa 239a4018675d28c576626fc4c68972e9288aaff7 278951282060d83d42a8f1a1e1cdc64403cf9f9d 2c5dd58d4e20d4819f2843e05f2deb47233b21f0 63008512a03c803788efbc49eb59bb49bd6f8077 6f2b8a784dce2d6756df8033185e38a20e23294a 7bc4b89192da2eab8e903789038420381c927d8d a0f79ea6425f50050eb192e80828ca48317eef76 bba96c8507fce729bd299bcfabbda8a44be88d72 Package: ros-kilted-mola-pose-list Version: 3.2.0-1noble.20260824.235654 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 143 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.2.0-1noble.20260824.235654_amd64.deb Size: 46598 SHA256: 1fa9c0dc5e6ae5d48e75bc905777a18b45b5afe122d9303967a531fdeb591cf4 SHA1: 02839b6bb5dd6962aa3ca315e4323142bf1b7862 MD5sum: 90e81a0650a99f994935c288ade25cad 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.2.0-1noble.20260824.235654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 439 Depends: ros-kilted-mola-pose-list (= 3.2.0-1noble.20260824.235654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-pose-list/ros-kilted-mola-pose-list-dbgsym_3.2.0-1noble.20260824.235654_amd64.deb Size: 422406 SHA256: f6edd407e820ac9bc811bc37e84ceba093736540a89881f3a70f0504f80b33d4 SHA1: ef801a186347f12078a5de1421b84ce96939d236 MD5sum: 2fc95179e2b3c7a5242d609eb6d6228f Description: debug symbols for ros-kilted-mola-pose-list Build-Ids: 8b02ad9ff526987d57eef667210f23403aa2bafb Package: ros-kilted-mola-relocalization Version: 3.2.0-1noble.20260907.115051 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.2.0-1noble.20260907.115051_amd64.deb Size: 41920 SHA256: 0e9a6e04f0e6af3693e705236d3b1f19c9ce595adf941cd9f93dc563006cdee2 SHA1: aeab9dd0474a71ba14e3d9618e13df4dc421ea18 MD5sum: 0f70cba65123f306f70a2f18acb32cec 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.2.0-1noble.20260907.115051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 796 Depends: ros-kilted-mola-relocalization (= 3.2.0-1noble.20260907.115051) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-relocalization/ros-kilted-mola-relocalization-dbgsym_3.2.0-1noble.20260907.115051_amd64.deb Size: 775168 SHA256: c1c0a390452496ac83bc5f49f66f43121c0b1aeb06c43002dba558ddbc4ff1d3 SHA1: f826d6efca69036fc4d6ee2e2b2d9fe1c6334045 MD5sum: 85bec89c6102b2e2b4735105cd81c410 Description: debug symbols for ros-kilted-mola-relocalization Build-Ids: 23c848d8b64d4b625b2829513d2e1de9ee4b0f47 Package: ros-kilted-mola-sm-loop-closure Version: 1.2.2-1noble.20260907.115654 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.20260907.115654_amd64.deb Size: 580754 SHA256: 91c4ad4ef98a583c51e23f9eb6cefa0cae9dee935af0a8d67a248ab850bf41ad SHA1: 694cfdee9fb23e728131839def72b13c11b7d247 MD5sum: 834af1ba654fd49fa33924f59542112c 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.20260907.115654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30793 Depends: ros-kilted-mola-sm-loop-closure (= 1.2.2-1noble.20260907.115654) 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.20260907.115654_amd64.deb Size: 30746050 SHA256: d6e93f41cb10bb950c3b46386388307bd1dfcf4c3bd2d91a1ffd356fe646efda SHA1: 0be93938c7928103d81ee7a1da428f02ec777310 MD5sum: 11df16956e2cfbb7ed44503ef0f4297d Description: debug symbols for ros-kilted-mola-sm-loop-closure Build-Ids: 71fe45a43cbd45250e2272661e11c0c1ee9cf6f3 de4773e9ee4f61fc7deb323a6decf185fa4a7e41 Package: ros-kilted-mola-state-estimation Version: 2.4.2-1noble.20260907.111210 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.20260907.111210_amd64.deb Size: 6594 SHA256: 97c567195fe7f4cebb8e9581b813d86ac2c741dd398dc55e6aa8aada7bdc2484 SHA1: a24f80274783b1376ac2716cd6350e448333b044 MD5sum: af9df3ca567248eae8966a1f04ade8f6 Description: Metapackage with all MOLA state estimation packages. Package: ros-kilted-mola-state-estimation-simple Version: 2.4.2-1noble.20260907.110220 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.20260907.110220_amd64.deb Size: 111576 SHA256: 542655766db84577df469afd467c1c65c2f062e22dc4dedca3104ab98fe246ef SHA1: 80ebd270477f5247f1109e42a732bbf8acd38ceb MD5sum: 4e8417d48f69976cd59d3915f71b8005 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.20260907.110220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1244 Depends: ros-kilted-mola-state-estimation-simple (= 2.4.2-1noble.20260907.110220) 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.20260907.110220_amd64.deb Size: 1185786 SHA256: a54e976752a84b4ed56860301d77fb421040af152618a315fba86819a1c1b4d7 SHA1: ba7c68284e82883cc70c88c76de57023645698c4 MD5sum: d1b73fb5820a2bf89154f7ab4569a5a8 Description: debug symbols for ros-kilted-mola-state-estimation-simple Build-Ids: 8d1f08a05e790381b98ef62d5bdb68c0a5a37444 Package: ros-kilted-mola-state-estimation-smoother Version: 2.4.2-1noble.20260907.110246 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.20260907.110246_amd64.deb Size: 281636 SHA256: daa856512c2e91032910365715643c4dfea2ea36aab1fdb8f2cd9b0ab5a155ce SHA1: f6fd2862297d62337788e4e6d61df102a693838e MD5sum: 2027fc05cf630a64062b14e888710ddf 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.20260907.110246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11174 Depends: ros-kilted-mola-state-estimation-smoother (= 2.4.2-1noble.20260907.110246) 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.20260907.110246_amd64.deb Size: 11052006 SHA256: edc8aced1dd18aca6fbed901942a5b348ad886500a00ce024f18732b74b32910 SHA1: c55b18e44434b3f73e5b7cb214f7bc445125b37a MD5sum: 244f17cfafe26f81c915d0f2db06c98d Description: debug symbols for ros-kilted-mola-state-estimation-smoother Build-Ids: 39826fa6da98f0ccab0154f38fd2ee01f3631b7e dc52ea4c84e5496f2e11c0142599a1fc23406cbe 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.2.0-1noble.20260824.235712 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.2.0-1noble.20260824.235712_amd64.deb Size: 18064 SHA256: eef6b30cca3327f0caf46dd84cb9957d3a2a05e70ec9997b05fe6f0badcfe00f SHA1: eb398025174b466ae06a8e53b2b2f74e0b3397ad MD5sum: 302d3d2bfd3a3fd752df03405c54b80b 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.2.0-1noble.20260824.235712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 559 Depends: ros-kilted-mola-traj-tools (= 3.2.0-1noble.20260824.235712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-traj-tools/ros-kilted-mola-traj-tools-dbgsym_3.2.0-1noble.20260824.235712_amd64.deb Size: 431774 SHA256: 23fa99586c6916d0bd853869ade0aea8658f074e90efc4c9cdebf148f63d969c SHA1: 7a69596f273dc3459b3f069d869acc6270ffe7f8 MD5sum: 40de10f3dcb4a13c5e2a58f7e6f9e890 Description: debug symbols for ros-kilted-mola-traj-tools Build-Ids: 048378a9880ec61648d7dc0271d216d0c28d800e 7003d7b527812c65fdc88c59e7348e588d4701f8 c42fdb7d0f38ef88daa3bf9789bb65bf2f8a15ba dfe94d1e2f27721162a139681b3fafd28f216eee f9c89f64d253366ea69b8434953ef5a0b6900142 Package: ros-kilted-mola-viz Version: 3.2.0-1noble.20260825.000639 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 588 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.2.0-1noble.20260825.000639_amd64.deb Size: 197948 SHA256: c1adf9caa18b6ff58ebe186d587295ca34731370f3910a4e803e23ef8cf33c0e SHA1: 6aa8b24c409d7984ca0a8713a8172c7e55baa408 MD5sum: 7baa05ca0ef21392ddfcd5fb10acac4e Description: GUI for MOLA Package: ros-kilted-mola-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mola-viz Version: 3.2.0-1noble.20260825.000639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3214 Depends: ros-kilted-mola-viz (= 3.2.0-1noble.20260825.000639) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz/ros-kilted-mola-viz-dbgsym_3.2.0-1noble.20260825.000639_amd64.deb Size: 3013002 SHA256: 6c53238de7f5d9d366d73d0f6a61287f47a07909e2093b3e8a179355202634f8 SHA1: a3db9eae2fc201a93b6fcd9d200d6bdf6b321b1d MD5sum: a1e3a32656da044e4425545216cc10f1 Description: debug symbols for ros-kilted-mola-viz Build-Ids: 63d9ecbdc915818a7309505dc9eb120c662e763c Package: ros-kilted-mola-viz-imgui Version: 3.2.0-1noble.20260825.000556 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5749 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.2.0-1noble.20260825.000556_amd64.deb Size: 1178830 SHA256: bde7480f170e8d0f0e99109f11557e86d18c4e24ec143c211154d93ceafdd24b SHA1: f75fd3487feba10273a96373e472d14f215e97ec MD5sum: 16fcb1aeac307990abff9ae8f669ee86 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.2.0-1noble.20260825.000556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13243 Depends: ros-kilted-mola-viz-imgui (= 3.2.0-1noble.20260825.000556) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz-imgui/ros-kilted-mola-viz-imgui-dbgsym_3.2.0-1noble.20260825.000556_amd64.deb Size: 12669366 SHA256: f283359b92ab015912757fb6e7568617b9d40447cc3d13f369cd378b03aedd14 SHA1: 5ed7b348c66e407cbb70d8412b48f4542c7e9712 MD5sum: 60066248da1961b92416369aea2c4f23 Description: debug symbols for ros-kilted-mola-viz-imgui Build-Ids: 018fd8bc2e9fb6a521c1cfa2afb957a94977f19b Package: ros-kilted-mola-yaml Version: 3.2.0-1noble.20260824.235740 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 175 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.2.0-1noble.20260824.235740_amd64.deb Size: 58268 SHA256: f56fcb2cdd84e53969ba2417112e52d536bfae06cba6c69431f89e42c1331777 SHA1: c33e78227122de0fd33f0e74afa60e6bea9c606a MD5sum: 66807b6fb5148260b74a7c9a0ef2f653 Description: YAML helper library common to MOLA modules Package: ros-kilted-mola-yaml-dbgsym Package-Type: ddeb Source: ros-kilted-mola-yaml Version: 3.2.0-1noble.20260824.235740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 553 Depends: ros-kilted-mola-yaml (= 3.2.0-1noble.20260824.235740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-yaml/ros-kilted-mola-yaml-dbgsym_3.2.0-1noble.20260824.235740_amd64.deb Size: 531170 SHA256: fb633feac59fcf1d7ecf6d90bb62f2f8a9efaaf93440a6debbf12e0eb8e093d5 SHA1: 81c5fcf6ebe65237b9d8d6aeeb36124c9fd03102 MD5sum: 80fccd4a30463c09fe75db283efe866c Description: debug symbols for ros-kilted-mola-yaml Build-Ids: ed7faa6b2ac31d4026a7aad6f01cc8e06571024c Package: ros-kilted-motion-capture-tracking Version: 1.0.3-3noble.20260908.211756 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.20260908.211756_amd64.deb Size: 557404 SHA256: 88b4aa96d8d1db4607dfccbed3194fcfdce974a67f16862fe21a42727a710e61 SHA1: 40247602c416ac826ff86254ffed5bfe78faec66 MD5sum: 2cea047e71ff102cd55684af04353a27 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.20260908.211756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 11250 Depends: ros-kilted-motion-capture-tracking (= 1.0.3-3noble.20260908.211756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking/ros-kilted-motion-capture-tracking-dbgsym_1.0.3-3noble.20260908.211756_amd64.deb Size: 10736814 SHA256: 283c6a4188b1ebd31ee962562ffc0285f69629f9f3f3eda6d0d44fe76160949b SHA1: abe3e123fe77562d205d995b164ff49499bfd21c MD5sum: 289595aa83e9928a864373780855384c Description: debug symbols for ros-kilted-motion-capture-tracking Build-Ids: a04dd6ff1cee55291bae500d229d71727e33f4ab Package: ros-kilted-motion-capture-tracking-interfaces Version: 1.0.3-3noble.20260908.192212 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 620 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.20260908.192212_amd64.deb Size: 59768 SHA256: e688305379420c40b5d06bea09299e0708a1e65735c5fbac89a9150a9e50b310 SHA1: 3335c200a1eff45809771bcbc54c6c61536d0649 MD5sum: 67c3f49e41f81a31351d690ac3a4b7e7 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.20260908.192212 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.20260908.192212) 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.20260908.192212_amd64.deb Size: 316844 SHA256: 18330e1d2184a277875f9662eb1cb1ed709814e822b43533f4b2c7a14d16ab39 SHA1: 6035a6ce84f79388ddc58c23c86e2f3c40c7bc88 MD5sum: 23d536d634428b37038a3d5f856129f3 Description: debug symbols for ros-kilted-motion-capture-tracking-interfaces Build-Ids: 14f9b71eb4cd48d6f0b0005fe6062bfcd0068647 273bf3c01b998c22655b35b9f5cac618f1c8ac41 4e18c3e4011650f1a87670b66de5f81d037d3e8d 60be448653545b80a9105beaac07d174a3475af7 85ce086bdce8a8bdde9a975670f13b02ffc7b241 8c3e034523235cca291d49673dda0b1f75fda079 8df8e82a6405a36203368f888a1fa90e5df11eb5 909980b2f14dded5dbd4331238da155399976838 a9804add609546142d1fbf8f564e08dd98c06739 edc233abfaa76c37efddae1079a93af1ed3daa83 fe6944369ad5fde5fd087fe800aad3738267709e Package: ros-kilted-motion-primitives-controllers Version: 5.17.0-1noble.20260908.234504 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 316 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.17.0-1noble.20260908.234504_amd64.deb Size: 82280 SHA256: 9c97092ae4d666471dc4c1ecd129cf4323004594ccc1c3b66b6a20d5e3807cd0 SHA1: 30532365d8de95c1f3ea42b6bd9ff293ba4e9d5f MD5sum: cc463f22bf02e49f1a37ac5e7bcb62b2 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.17.0-1noble.20260908.234504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1300 Depends: ros-kilted-motion-primitives-controllers (= 5.17.0-1noble.20260908.234504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-primitives-controllers/ros-kilted-motion-primitives-controllers-dbgsym_5.17.0-1noble.20260908.234504_amd64.deb Size: 1199954 SHA256: 7b27b4360f37827e4d2e3c20f05555638c6948f4e9fece550949652584a43534 SHA1: bdb570ff7fc74f2cab857664a50b32fe831deac4 MD5sum: 1ca857c464e9b345727fe23a63dadf3d Description: debug symbols for ros-kilted-motion-primitives-controllers Build-Ids: d27528a4e1e4a405bc047331d206b98651049d06 Package: ros-kilted-mouse-teleop Version: 2.0.0-1noble.20260908.210057 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.20260908.210057_amd64.deb Size: 13278 SHA256: d12028556fa97a05b3aa800c49361d91f4d290283ae2d0bca75a3062c5fbce90 SHA1: fc5293d1846d3437485f625b248e1b0f15142967 MD5sum: 4f349e69fbb327edb87649c86ecb140b Description: A mouse teleop tool for holonomic mobile robots. Package: ros-kilted-moveit Version: 2.14.3-1noble.20260909.022233 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.20260909.022233_amd64.deb Size: 7140 SHA256: 313063bbe92a3f86aede2c97ca02a5b509720692e16f485260fe4b6776c6f5e7 SHA1: 071d14ffc76227b4192f3e2d0386f24ae88441c7 MD5sum: e5b8aa8b52849d4c9a25115c97cf73f7 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.20260908.235520 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.20260908.235520_amd64.deb Size: 29482 SHA256: 5754529bb32d4ce058579f64c545e16b231c2542b0a97ffe011c2da0d9a3f228 SHA1: a54fba50d72e1afebc55cceabd21f4f5fd5051ce MD5sum: d2ad3509bd5955038c17cd15c16be438 Description: Python library for loading moveit config parameters in launch files Package: ros-kilted-moveit-core Version: 2.14.3-1noble.20260908.234031 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.20260908.234031_amd64.deb Size: 1386354 SHA256: 2cc51543cd4a157ff76674f8dae2fd9b6a5009d65314cb878f98e698514a9275 SHA1: 19f45cc970db1eb4e6809c3753e62b52ab6f5522 MD5sum: df465697b4a9c99b6b9734d412e1098d 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.20260908.234031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 79201 Depends: ros-kilted-moveit-core (= 2.14.3-1noble.20260908.234031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-core/ros-kilted-moveit-core-dbgsym_2.14.3-1noble.20260908.234031_amd64.deb Size: 78923218 SHA256: 1643be503855c4413c00f1392a11258dcff34fa502a6af6d88ebcb7424976c97 SHA1: 0534e9bd8e500c4d37bdc89e24a9ac279541058d MD5sum: 04735b906ce54a71203ffe7d8e986161 Description: debug symbols for ros-kilted-moveit-core Build-Ids: 00adb4b2a13daf3f6a9ef80339e93951a678ebb0 059afc364c453bf492f65fa2ca6d960d95133448 0678b73d2432f230496b80f94a6c6e83a6f023eb 13925b0b64a7787c4d30c16289014230fa412767 1ceac2565bdccbab9317fac06aa9677dc29d7593 299bd5a8d090e19716aefe6a3c8e3eb96d529f4d 2bc7adaf89a97841dba64ac216b2d5cecf18bf93 30c82e37d1b7dbd678850e4da83b4b7690457bc9 36bce9709df20f7ec3201fcb855dc3d1c7f583e6 38a5f4ecde343c8e9baae6dbd1e8a3993312daa1 40ae4cff73c5fcc621eb3ade7c546ed738b63bd6 50fdf8eb898d9965ed1c87cdf862ed6bfc881dad 5e1cf63bc20a166c998cc7f3860e84a02c3dc797 7199005b62f27ed01e90ebc066769433d1bad407 7ac87af113018770b80944f01aa7e0bdab9093b8 7e9d80f3f077592282d08a4880f71df4ef9ecc22 8bdfca7655496c3a39179dfaecfd556661b1b225 94735dc819f4b921ba7d2243b5ddd8da5705f448 b2454d31d93afac5d34b3811b5ad2ddce4635254 c2492531cb07b9fab18c9ba705bcdc05dfdfd494 e2a423b48db0e1f165bd31badbf3d9ce3798a325 e4d20e5a42c9c282820d9b2c06ed45053660ce4f e6d8aeecb0f3e86ed2622d3cc06a9efb9cee4aac ec2d752ec6fc9e18ad066a60ea80c2d7b67008b0 eeeaf2f083f5144447bf6549e8199b21b9166a65 f4cc76e2647541ea3a139a12b53e2d6d5aee6c5d ff02ccf2fc4aaba9040ba88fbb7073f065486550 Package: ros-kilted-moveit-hybrid-planning Version: 2.14.3-1noble.20260909.011508 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2914 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.20260909.011508_amd64.deb Size: 567850 SHA256: 7d25bb10ca5e4b813e1297237b52c89a6e352c0e59cb069dd3fecba6dc414a99 SHA1: 1848e067f0d005f70e7700820283460788462249 MD5sum: f95462401f288917b374b7c91f89d6f8 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.20260909.011508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 21415 Depends: ros-kilted-moveit-hybrid-planning (= 2.14.3-1noble.20260909.011508) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-hybrid-planning/ros-kilted-moveit-hybrid-planning-dbgsym_2.14.3-1noble.20260909.011508_amd64.deb Size: 20249454 SHA256: 423f3563be0d916903274a831868c4c4a775d55ef3985517b0fe96e00339e2b7 SHA1: e58d43a33bd0543476c2be5b2a467dcf611d8129 MD5sum: eca5877c0417c9f1a3d4f809614d8517 Description: debug symbols for ros-kilted-moveit-hybrid-planning Build-Ids: 2bab77aac66fc6b26397de2705baa171cd53e8f7 3a16700be968c2d53745eab2bb1f13ad2aa9d37a 3bbec00dbcb6d06bd70e6b0f686d429914e5e931 3bfeb13eecdd279c4ea5bb1dd91c26c19d624786 5b0009621ba3a56f42f77de68f081b62df98450b 60ed483e4d2f672c62363c058df1bffc35012187 741b47b1dfcc3fc3172dac072f98c73f625f3c1e 9435c56bc8571d2c2e312c1bfd73e812c9f3f46e e9f5966b87a0acee89025365ed8b01368821b927 Package: ros-kilted-moveit-kinematics Version: 2.14.3-1noble.20260909.004611 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.20260909.004611_amd64.deb Size: 242120 SHA256: c2bda45d88ca19b31f43e4ac378f8ddc8d1ad16070f76d6c16f9ee6bb8b07e73 SHA1: dd4c7073091137dd1a1d2505f3427f5a10f12d97 MD5sum: 1a9b000bd3b2b1a0929c3932a13a5c19 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.20260909.004611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9628 Depends: ros-kilted-moveit-kinematics (= 2.14.3-1noble.20260909.004611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-kinematics/ros-kilted-moveit-kinematics-dbgsym_2.14.3-1noble.20260909.004611_amd64.deb Size: 9571510 SHA256: 16b3034ceb91ab5cb03a1c8afa5aace2b79aff5d42dcde06836c561a61297801 SHA1: 16e7a6297ebccb6c814b0f55b214e5629f0b0051 MD5sum: bcda3e57c2cb5161c74d48d88ad2b933 Description: debug symbols for ros-kilted-moveit-kinematics Build-Ids: 069d1a0d5998e9b7d9bf96d026f2e0d225c5b6bb 7afcc4cf6fe85c43e1d8ad50d9d8944f0e6a0bf5 85323b2f7eb64fb672d564b67981e7ac24c74372 b8dc20ed93c098138eb8462c2432479e115842fe Package: ros-kilted-moveit-msgs Version: 2.7.1-1noble.20260908.194652 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 35050 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.20260908.194652_amd64.deb Size: 2022684 SHA256: 1c3217e93077f3dccdfedb668339de8fb2ce60c20dfbae0083d9651dac722da6 SHA1: 7c5857879af8e30f29131aae7f764b7e54d57114 MD5sum: c8d4132f03c89c8c7ddb7be0e4f1c7cc 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.20260908.194652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29724 Depends: ros-kilted-moveit-msgs (= 2.7.1-1noble.20260908.194652) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-msgs/ros-kilted-moveit-msgs-dbgsym_2.7.1-1noble.20260908.194652_amd64.deb Size: 25192158 SHA256: d5e443fe012f1aec42cb73af8996229782cf7dab51ba38835b516c753a15b1bb SHA1: 87a1d5b38cc599524855e138ddb6c50f4e743f4e MD5sum: 397f8e7fcaae888f0a36b7dfb9eadac2 Description: debug symbols for ros-kilted-moveit-msgs Build-Ids: 230be3094ab8cfe31d8b049fb5691559dc22cb8b 39a4e20c594df39c6667bb3bd52bdd2cd40fa5dd 6c8be546e2c5e207be0f96af7f3b2b1c7a808c40 6fa318f60c67ddec18ed1914f823856f3cb9feb9 72e14c8c5bac6d3ad6bf7737954df63beb41dc23 7be4f3d6316060f17345cd3f5c67f609a7cea209 8c20e36bdda3b585aa49aaf0fec88ec18804b25f a920a9c7d55b2bc24c423ad94dad55bfb354358a cbcae057d45ebb02d6cb1257c956487488a4f9f1 ef282d17f2810eea57e616722b09e50966dc9ed7 f8e6e038eaa00ec5a9433ecd0ad66dc893a6b999 Package: ros-kilted-moveit-planners Version: 2.14.3-1noble.20260909.012356 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.20260909.012356_amd64.deb Size: 6716 SHA256: d132dc624025fd2fd36bc80a84c2dbb05aaf9a37545d3133232fda6eec9b5fbc SHA1: 69e9464fdfb2b5035f6cc952e4ab76c902a4b618 MD5sum: 6d69d252abb48b0c0372614444979616 Description: Meta package that installs all available planners for MoveIt Package: ros-kilted-moveit-planners-chomp Version: 2.14.3-1noble.20260909.001320 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.20260909.001320_amd64.deb Size: 37298 SHA256: 8186bb7a2ad24f638d149d3f383c46a354be222021d885eeaf524bd44b53efb6 SHA1: 5ea633115d9cc554c0dae546cd057b369212d34d MD5sum: d39e098bac65461e99435fc24cd30610 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.20260909.001320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4739 Depends: ros-kilted-moveit-planners-chomp (= 2.14.3-1noble.20260909.001320) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-chomp/ros-kilted-moveit-planners-chomp-dbgsym_2.14.3-1noble.20260909.001320_amd64.deb Size: 4758118 SHA256: 070016aceb980d4e6a5b5a4746e7617f57039571e6f8d8fa048fc0437b9e6aaa SHA1: 6cf84f4843bb74dff452e8b3d7a324f2c8d5c723 MD5sum: 8817466e70b97ab43431adf7ca9600b0 Description: debug symbols for ros-kilted-moveit-planners-chomp Build-Ids: 436c639916817ff795664fdbf3a58612ac40b7f6 c0a6319b274a11952035a64e6a1b21e5d9497dc3 Package: ros-kilted-moveit-planners-ompl Version: 2.14.3-1noble.20260909.005010 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.20260909.005010_amd64.deb Size: 340974 SHA256: fa8271467c294329eab5564dc27fbc7efb84ae3de4ba23311be5c83786b7bf2f SHA1: aa30455fd4d467edd398eb4aa4d6d7505c90b974 MD5sum: ec7ddcde652f993b470cc2901d28e268 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.20260909.005010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24472 Depends: ros-kilted-moveit-planners-ompl (= 2.14.3-1noble.20260909.005010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-ompl/ros-kilted-moveit-planners-ompl-dbgsym_2.14.3-1noble.20260909.005010_amd64.deb Size: 24011022 SHA256: e25cf88cef9896633894b2dc38b569f5be4e899cf052c98239b436330f5978cc SHA1: d9e6d6a8f331590b8eb2fdb79ec01c9350ae193b MD5sum: 749443c4c1e3108d40c60437492e632a Description: debug symbols for ros-kilted-moveit-planners-ompl Build-Ids: 3441057423eda0d2cbda7fb4fa6188c8f811bb21 f114950777ccb656e820f773bbdd1a289f64a7d8 fd5033303e5504937d74df292316ab34c6de548e Package: ros-kilted-moveit-planners-stomp Version: 2.14.3-1noble.20260909.000534 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.20260909.000534_amd64.deb Size: 141726 SHA256: 78743623e4832862aed30e4b2f1b0996acd24cc5442b36e8ecf0605143968e5c SHA1: 4e1e77ae9ca9fe446ae51015722f7583c712f027 MD5sum: 952a4aacbc3dbfae2a12f0d77cd07367 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.20260909.000534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5576 Depends: ros-kilted-moveit-planners-stomp (= 2.14.3-1noble.20260909.000534) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-stomp/ros-kilted-moveit-planners-stomp-dbgsym_2.14.3-1noble.20260909.000534_amd64.deb Size: 5502430 SHA256: 9e4ce3c95e72066e13c0a287734caa1dced19d156ae1bb17e28fb7b659acf6a2 SHA1: 11200824aad2d82d90e8f53d4c11027beadebb7f MD5sum: 0c7dcf9f4e7e593141739874552b600d Description: debug symbols for ros-kilted-moveit-planners-stomp Build-Ids: 520ca40d33165244dc57ef6b55f6934ff871cf50 Package: ros-kilted-moveit-plugins Version: 2.14.3-1noble.20260909.010321 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.20260909.010321_amd64.deb Size: 6414 SHA256: 2b740d7398070426743308d0c91ed20852e767486ce7a1f069950913d9badfe3 SHA1: 7dea2ce69ad05aa3f2f9d45248f39bdc39268325 MD5sum: 1c48fe1319b862403f327642a4eb548a Description: Metapackage for MoveIt plugins. Package: ros-kilted-moveit-py Version: 2.14.3-1noble.20260909.011556 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.20260909.011556_amd64.deb Size: 355862 SHA256: a5f778ccea98c2c43acdc2682a722524025d46aac620473b416e9b8be553b1ba SHA1: 69e74b84e203a60ec23e74a83b19a2f0afcbd120 MD5sum: 2ebd8727db3d14efecbd386767ffc646 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.20260909.011556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1055 Depends: ros-kilted-moveit-py (= 2.14.3-1noble.20260909.011556) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-py/ros-kilted-moveit-py-dbgsym_2.14.3-1noble.20260909.011556_amd64.deb Size: 1021866 SHA256: 4e33e267dbd5da6b57acfdfa65d535c420768c64c93a817a3615582c2bab89b8 SHA1: 37e7c407204c3aebcf11748c61b7597aec85c804 MD5sum: ce8a93c69833ba59b35f2aec8ec728b7 Description: debug symbols for ros-kilted-moveit-py Build-Ids: 851f5b8ce2bc620d85a026bcdec11b55097be1aa Package: ros-kilted-moveit-resources Version: 3.1.1-1noble.20260909.003033 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.20260909.003033_amd64.deb Size: 5936 SHA256: de241aa835de3ca71986df3067c43d9c521537f03208fac087d94b530433e79a SHA1: f8d3c6d43cb94004d80c7e3aef9cd0196b67df3b MD5sum: 5f14da6d4fe152916e2f83cf7fed3ed7 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.20260909.002901 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.20260909.002901_amd64.deb Size: 15848 SHA256: a73aee4b556605a6f2f2b0d0fdb919b9dfd969421457701b75337488ad6f3dd3 SHA1: 96faf72f559fee8963c4a9be717661367c8c7971 MD5sum: 671e44db43509f8671e8cee2409b6cf9 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.20260909.002917 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.20260909.002917_amd64.deb Size: 19938 SHA256: ad3662583e79f1fc8ebbaceee7cda9a1a7985c5087bbcc0ca0f9217e81968d51 SHA1: fa6d5b247a041b9c1c9158b68d9584d2659c2486 MD5sum: 84f58d99c88d4c0ee4dce15735e5fcbe 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.20260909.000627 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.20260909.000627_amd64.deb Size: 137036 SHA256: 53720aeba041a4315bdae986395ec10ffa8c553d6f3723036ddcf9538d4d0a3a SHA1: c00add318e13e695d2f3d6ed14f9e9e7fbced9b4 MD5sum: d7e76550ddad228511397cf2177b67ee 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.20260909.000627 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.20260909.000627) 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.20260909.000627_amd64.deb Size: 2759760 SHA256: 1c65b717f00a78496b2fe3d837dc92eed68bc016ee4297e85582eea86ff677bc SHA1: 5e29edb6111c56a966faa34e1cad4311787d6e94 MD5sum: c806b2caf9ee4bc581dd72c7158e79f4 Description: debug symbols for ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 7edf59dab329d206f2d97e3d4a7d09c8c71a9851 Package: ros-kilted-moveit-resources-prbt-moveit-config Version: 2.14.3-1noble.20260909.011139 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.20260909.011139_amd64.deb Size: 14912 SHA256: 073b98fee8e4fa6d1d5fc8d36fe3172451c051fc548dedf226519f4ad92512aa SHA1: 7fc2d09bd25f05f7e47f5cae2e6bd9a072a0ecf9 MD5sum: 6affae2221d91f645e7a7aee08c4b278 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.20260909.011456 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.20260909.011456_amd64.deb Size: 160196 SHA256: 4321b687876d3a9a1d4244c9e256564790cc860d08ee5d7753a63c647ee247e9 SHA1: aada625d069f5561df13cb668e87a5a2b4680322 MD5sum: b2ce9a3db2faf6bb93a63a28a394eea5 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.20260909.013913 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.20260909.013913_amd64.deb Size: 6826 SHA256: c5c6ef47d417de6e9342a90eae7a5c91f33bc7024fda6aa09cee791e968dc39f SHA1: 602e4d8a831bcb8e1d81e52e3cf63c92f4d3bbd8 MD5sum: e70c743a7d4ff7d31fe939da2af54d33 Description: Components of MoveIt that use ROS Package: ros-kilted-moveit-ros-benchmarks Version: 2.14.3-1noble.20260909.011019 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.20260909.011019_amd64.deb Size: 203362 SHA256: 254370121659f97b38f2e84b39da43ee9862bb6bcd7a289770a3a0aaadaa9462 SHA1: 1c3a575061194252038f15d18a6472ef5d9bffa2 MD5sum: e8af1fc0c2dad71160852d682e2a12a9 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.20260909.011019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6982 Depends: ros-kilted-moveit-ros-benchmarks (= 2.14.3-1noble.20260909.011019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-benchmarks/ros-kilted-moveit-ros-benchmarks-dbgsym_2.14.3-1noble.20260909.011019_amd64.deb Size: 6911700 SHA256: 7b0fb48500e228f4ab8da6ff4a1d355003d2ef95eaee997a09c4be760244b8ba SHA1: 2f64314c5db1610e32184353482fbc014500bec8 MD5sum: eb0b8d910a6bc9585849d9bb3b99c0ba Description: debug symbols for ros-kilted-moveit-ros-benchmarks Build-Ids: 91371b985fbf1087c5fc1d2bd161af291c566145 951f2636f4918aca9c5a7e5e27b3d4286c7ba5c5 Package: ros-kilted-moveit-ros-control-interface Version: 2.14.3-1noble.20260909.001033 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.20260909.001033_amd64.deb Size: 229836 SHA256: a99da742cc2f3a2496a0e656f363de4f3dc7e7f80733bd59d22744a27b8ead3c SHA1: 47f4be9eeb30d3bcc7077a827beb25560a00622f MD5sum: 5765b989a92485b272af381ae09e9cf8 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.20260909.001033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5013 Depends: ros-kilted-moveit-ros-control-interface (= 2.14.3-1noble.20260909.001033) 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.20260909.001033_amd64.deb Size: 4680096 SHA256: 9e375c56156fdcf2c6ac8ccb256c9afd48a5ae18c74559f93257ad5eab325b8d SHA1: c7deebddeb3106807b1911325b48e4394a589628 MD5sum: d2fa835c448cefca2dc2bbba52ab7803 Description: debug symbols for ros-kilted-moveit-ros-control-interface Build-Ids: 1ab9a99b90e674c5dc1b24f5c0f750e1d6207cfe 3833389b14ad3af58a47172098d73a451aab103a 6ee08263ed97b5c2bb0d86d65c73f440429d8ee3 b37f692c302c1a22f1b687119ca2c6668f9b31e7 e4a8b0ec3d7e9ccb4925daeec80f8b59a149b3d2 Package: ros-kilted-moveit-ros-move-group Version: 2.14.3-1noble.20260909.005425 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.20260909.005425_amd64.deb Size: 410190 SHA256: 14b532a1b383de3cb1bd977d7414d683c6363b177dcd48a08c88b0fe61575fad SHA1: 08a0a2f87609f965e7dfa7bd08fa9cf7aafaaf72 MD5sum: 36ff1497e468272662285ae9768abc29 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.20260909.005425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 29819 Depends: ros-kilted-moveit-ros-move-group (= 2.14.3-1noble.20260909.005425) 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.20260909.005425_amd64.deb Size: 29433000 SHA256: fa23eb16e16453278a2b80f964e2e4ef0ad493a493de11d985c816ca1cd9484a SHA1: 73091417d5efc5a1d3292bc73ce66f527478ea34 MD5sum: 82cf5e857f2b7cb0ff589c5a71432e57 Description: debug symbols for ros-kilted-moveit-ros-move-group Build-Ids: 054cf0913f9346d21babef9afa8be003b88e54b4 269c3d68c118686a3095a05ffc61b4e0520da968 5cb97f24e71ebb949f8e9856057988bc27a2afd6 b5073caf6d1ce9c8867ae53239fd876c40238ef9 Package: ros-kilted-moveit-ros-occupancy-map-monitor Version: 2.14.3-1noble.20260909.000540 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.20260909.000540_amd64.deb Size: 259364 SHA256: 3675034b1c400ea99a2916d20103ecbbd95a7dbcd4e5013b7955f7a9685f6815 SHA1: c0ba753a72d4647de623c71a94065da251d7c9d9 MD5sum: 2de4b1e2eb22517547f82173125bc279 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.20260909.000540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5259 Depends: ros-kilted-moveit-ros-occupancy-map-monitor (= 2.14.3-1noble.20260909.000540) 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.20260909.000540_amd64.deb Size: 4794130 SHA256: cb6464cfb61eae7e511d8a5927b4e4b5f46b95a2a223d8e8e302c8ad97a080ec SHA1: 3cd637cebb544ddc628a572acd5ea07cb80f5b80 MD5sum: 9c34afa54549a3ccae8d40a1d61a3f25 Description: debug symbols for ros-kilted-moveit-ros-occupancy-map-monitor Build-Ids: 0776400cb48c46f41e8aa9232b8f963e241ab423 35a15d94f2c1ca317845a3fad63793ef2c29725e Package: ros-kilted-moveit-ros-perception Version: 2.14.3-1noble.20260909.004328 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.20260909.004328_amd64.deb Size: 390226 SHA256: a382d517a1e5e889dd46d5db49acffb50e041dc1a53d207179b76321074f7e73 SHA1: 035c6d6ff2352fec3eddfaa0663f0ec4ba1c5510 MD5sum: 498e5c8bcdb9da9b95a913e5a2d1b330 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.20260909.004328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 11000 Depends: ros-kilted-moveit-ros-perception (= 2.14.3-1noble.20260909.004328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-perception/ros-kilted-moveit-ros-perception-dbgsym_2.14.3-1noble.20260909.004328_amd64.deb Size: 10160056 SHA256: 8bd846dcab79f81e960ed1700d85aa449310c3f08fa16099e0f97187a79d3cf1 SHA1: bc1cdda568609b1c1e28fbc91bac2f739ab39a50 MD5sum: d32dbec6ee3e546de5de63ccf5fdca0d Description: debug symbols for ros-kilted-moveit-ros-perception Build-Ids: 64162b3b53633995e6a5d4be7fb38fc4cabe82b9 928c5bfe7a3ba7998b3c283fb688741a17ddd75f a2e0799a4220759d7e41264d40de53691b15df72 ba8464e8923c3d711e30c7d244b9eae4488cec24 cdfa7b845036fc15c18ac70bde759ace45e7057f d51fcc7bbac3b686fbcfc8d53642e8e753619d63 e186642ec8e79c8b6a1dea077f6c44aea419a708 f00d336f9ee4bf05c752f25b99760a73647816fe Package: ros-kilted-moveit-ros-planning Version: 2.14.3-1noble.20260909.001329 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.20260909.001329_amd64.deb Size: 1232456 SHA256: 7ef47d18e699fba4223ed88ce8d302ef2785533c28558850de9fff250cbc9a25 SHA1: 8273bb6dead158d81e2070a39dfd7074dbc3b033 MD5sum: 54f04e8844f33a4a2fe06dcd081583ac 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.20260909.001329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 71608 Depends: ros-kilted-moveit-ros-planning (= 2.14.3-1noble.20260909.001329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning/ros-kilted-moveit-ros-planning-dbgsym_2.14.3-1noble.20260909.001329_amd64.deb Size: 68928986 SHA256: bda49410b559ea960d282c0a58cafb1ea8bfe964105e9dd37df200bcfe072a26 SHA1: 83861ded670753c34152b2457b6fcd39a8d60f6c MD5sum: 3bf0fe7977a3ed47130eda11a6290487 Description: debug symbols for ros-kilted-moveit-ros-planning Build-Ids: 11eae18ce57a75316b6350b04752a7ccb75237ea 19ffa55ad505380a3017eeeeaa6912118618efb3 2f262dd36594b59badf8f64622f681989e4e483f 437a5d59b42c6933e3c37d070b8e0e3f8697d8da 51a15302ee48985e67cf9a88b58384ea7cc87669 687dd4126d5a21fc0e1ef7854a826d8dd36e4668 69444df98afd8834451421de6940bdef80344507 900320d98f282d5a6e659761d124342a4060ab1b 99034cdc4ea3790606b08a282f56f3ff58f54c1e 9db10c4577c766ae9f65d1ef91cea456d0e09cdb 9fc33a72414ab8ddebead1c044d084cb49367421 a9981e0527a711a9b0a5fd96bf482dea62637749 b044ecfa02e60d11850fe7ea0184b8dd4151efd3 b67464e0fbcc689a7a71d744d051620458d535d0 c767c9e146d1bccc1e8f4a10fc9c192420352d39 d082693836fa577a89bb1c2b38f0f609554c7394 d1d74fadda5f8961db6f5c8125d15321c966d05e ece4212a27083802418b9002fe16dd9622f4a2f7 f635b53a8e141549f25910e813954007f23fbc6c f7dcc3ec35bc90f22fc3b2ac687bfbfabf440f76 fa4a23a6ad1c7f6e6a24d7424cdead8a419e192b fb9472b80dd12d1b1593659660e1ca17baee3d29 Package: ros-kilted-moveit-ros-planning-interface Version: 2.14.3-1noble.20260909.010826 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.20260909.010826_amd64.deb Size: 273758 SHA256: f54918c31f3bbb198c922c4c83d368a55234ab7c8b4691653c8487f3382be77c SHA1: 1cb05b33e69843e1b36cef960b58ea8152296de6 MD5sum: b3b43bb215e4eadd94fd3def2769541e 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.20260909.010826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10096 Depends: ros-kilted-moveit-ros-planning-interface (= 2.14.3-1noble.20260909.010826) 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.20260909.010826_amd64.deb Size: 9781608 SHA256: 562baa319b834a3120b9a89a18aedf548c8cf0366c673dc6feb21de8279df621 SHA1: bf8eaee1abab7e8417190c31fff95ec79edb8061 MD5sum: 715d26f3f760ce139a05aa70f67b2a72 Description: debug symbols for ros-kilted-moveit-ros-planning-interface Build-Ids: 9b94ff4a3ed86672f9e18b9f1ce25eeb3ba606b6 a29c7c311bc7d5c323699b5bdada253c32d5bb29 ede58d804f0b363c8eca0447f423240be455ea79 Package: ros-kilted-moveit-ros-robot-interaction Version: 2.14.3-1noble.20260909.005204 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.20260909.005204_amd64.deb Size: 171034 SHA256: 854e29d732a70c0c7cbdbaa204ff471c7a9f3317f7a10a26f7b9e2392d53bd85 SHA1: a111ee2014b44a299abf30f8e786b9a9ed8dc84f MD5sum: 9833f6af1360735062afa49ebc63c9ca 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.20260909.005204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7016 Depends: ros-kilted-moveit-ros-robot-interaction (= 2.14.3-1noble.20260909.005204) 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.20260909.005204_amd64.deb Size: 6722780 SHA256: ec4f83f7612f5d81d295abd926efccb6999009cfe8352da2aa2df2a3ef827d3f SHA1: 6da182f0d8ab4b2966574b3b09e899e9e8f20d91 MD5sum: a81f7b159474e306f81a8dc66e3be225 Description: debug symbols for ros-kilted-moveit-ros-robot-interaction Build-Ids: a315dfb1702081a2825977e890ef75ccc73092be Package: ros-kilted-moveit-ros-tests Version: 2.14.3-1noble.20260908.224125 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.20260908.224125_amd64.deb Size: 2042 SHA256: 16a315acc1126e3d86eb6932e52900b9ae600ea207b646c5e30b77df2d08a4d9 SHA1: ea53284e7ecd880287427f057868cca55787e8b4 MD5sum: 597ee84f3d659785f0158d5253f20644 Description: Integration tests for moveit_ros Package: ros-kilted-moveit-ros-trajectory-cache Version: 2.14.3-1noble.20260909.014023 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.20260909.014023_amd64.deb Size: 148950 SHA256: b2a267324ddb6bee27a8433eb03a2c6d4ad52a4dbc62394a5980946ee3ad5a8b SHA1: c0b430a3c28be37cddf62add1d15ec1f77618bc5 MD5sum: fad1e1615adc31578bd7c04db368507a 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.20260909.014023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 8323 Depends: ros-kilted-moveit-ros-trajectory-cache (= 2.14.3-1noble.20260909.014023) 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.20260909.014023_amd64.deb Size: 8250900 SHA256: 541c6912f4e6e01839672981ff091e4426da5d553ebc2295412f5309b8cfc882 SHA1: 47bbcc4b7e1c43637d00248dc370ea79520f0caa MD5sum: 62b89f43dcfaab59e59c57fb5191a6e1 Description: debug symbols for ros-kilted-moveit-ros-trajectory-cache Build-Ids: 3e2546109e44bb93f739531fe1f3592c7f51be20 61ef4d4b339eccffb850c3c35fc829630898f4d4 7e607841eff6e6864013c59c2e63a5aebbc325a0 a2826a9455b8f05e631f00230978ef9733abe6e5 Package: ros-kilted-moveit-ros-visualization Version: 2.14.3-1noble.20260909.011954 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.20260909.011954_amd64.deb Size: 713240 SHA256: 7d64b160dc137429f4ea9907eda4ba70a8d866f9e84730a9d38fd9ebf7fa8eed SHA1: 495d97b4a8bb6f0e7d6057ea1b6b297536257702 MD5sum: ddb027138bad0bc17a4fd915e5f030ca 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.20260909.011954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42895 Depends: ros-kilted-moveit-ros-visualization (= 2.14.3-1noble.20260909.011954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-visualization/ros-kilted-moveit-ros-visualization-dbgsym_2.14.3-1noble.20260909.011954_amd64.deb Size: 41018134 SHA256: 81eb0010a673bb853503c23562556b084f540197ef368c5feddab3be5962f3f5 SHA1: 6b30a858f6d96266b90fdab21cded4cf4d726279 MD5sum: 6da8b31844da87d8da12110446753f1a Description: debug symbols for ros-kilted-moveit-ros-visualization Build-Ids: 086bfebaaf6c86a9eafb31dc490e945b2ef30be3 21c63233a8b9f26e8323fc1dcbebdd011be78b2b 3297af470cce8ea40039b4aee972fda87eb8b6a0 335dd2edfc05e8d6ecca6c7f12fef1eb30694d3d 3c79c259c3ffe2649f629931bc241add20e2b295 76b1a2523e48efd6c01bd64e0219475f09abe427 8656f23a278f2b35e118d026c2a2cdb313de0382 dda4d47843355bc4bb949ceed4fda9111886ebac f3fb4d37055f94c5e97e8df304d285250320fd52 Package: ros-kilted-moveit-ros-warehouse Version: 2.14.3-1noble.20260909.005457 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.20260909.005457_amd64.deb Size: 501280 SHA256: 8e201c00620d3e22af3681bf1d23a888ebdc9a847479eb69222aa40fb54914af SHA1: 7a88674d115a14a81c92f9d34f62d138811d0376 MD5sum: 197bfdd3cbbceb2c10c402acc30657c9 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.20260909.005457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20426 Depends: ros-kilted-moveit-ros-warehouse (= 2.14.3-1noble.20260909.005457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-warehouse/ros-kilted-moveit-ros-warehouse-dbgsym_2.14.3-1noble.20260909.005457_amd64.deb Size: 19150318 SHA256: 2f276b3f7c7e9a822142b3aba6da04ed492e03a757a2847614272e79deaa343b SHA1: b0d47f0c33be3c564f5016a6cfb82e1ee40ea7af MD5sum: ce33d4f4843f575ec9ceb383fed7618f Description: debug symbols for ros-kilted-moveit-ros-warehouse Build-Ids: 39c9f6957136669b21ed5be1c4147011bc53326f 5eb1dd20bfa850843fc7aaddcfbe94ab59e1d336 63050e429549326c502b41995e8804aa7a368e29 d0f9ad924fe45c494bd8b393dc6eb54fc177325b d7f42b318f45a3108d083f2a1b1ea5751758ad16 e1f5b699463c31f18a8b33f856a8aafbb4aeb32c e91fdc62836c91967c8964257635a9a94e3114f1 Package: ros-kilted-moveit-runtime Version: 2.14.3-1noble.20260909.012504 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.20260909.012504_amd64.deb Size: 6564 SHA256: 6d49638feffed3fb79bcbaf8574affd3571f56b4c4e785e846f48ac83b6799c6 SHA1: 4419ae8370e22be92fccaac736b6324231e24cd8 MD5sum: 98a7225c52d299d6c92a2d309966b1a0 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.20260909.013911 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.20260909.013911_amd64.deb Size: 673262 SHA256: 1396fbb6d47ca5a0d5245c2a82d7e714bb264510beff4b6bc067abda142d8099 SHA1: 78d805ddd9ca2906cafb17926d87fa868fc247bd MD5sum: cf073e444bf3073fa7eefb848e3b0835 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.20260909.013911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 31634 Depends: ros-kilted-moveit-servo (= 2.14.3-1noble.20260909.013911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-servo/ros-kilted-moveit-servo-dbgsym_2.14.3-1noble.20260909.013911_amd64.deb Size: 30438698 SHA256: cd12c8d5fed837af3d26fafcba210f415205c8c54124c3a3c021b34a1d819fd6 SHA1: 28904448ff50e0ca1c7ee2973184ff3281a5140b MD5sum: 53f08468ca1147baf8487f15b58b34b2 Description: debug symbols for ros-kilted-moveit-servo Build-Ids: 226bd091ef5117a6419a6e9ac78f00332b2ad75f 3fe7146969ac7eadd3b9884e2534765782202e32 5c305e8663dafe08258d1b734667d910461bcd70 9dc520e1fc63f41035a218576d52857145a41cef e782ab2e5f3ca6b6aa295191f4fffd4d6cc16cfe f42206c22edcb472ea5d98a0d0c3a911bd669b24 fc5a7622d19bfb60b074c193ccfcdbd0abbe5ce5 Package: ros-kilted-moveit-setup-app-plugins Version: 2.14.3-1noble.20260909.014603 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.20260909.014603_amd64.deb Size: 73276 SHA256: 8cc8173f121269693ef9e2238e626da24a2cb437b56d32c1fc5631242c3d1bae SHA1: 8a5812f7307584350a701d65eda12ee294ab0523 MD5sum: 509ef37f10cabfbf505cd1d766ff61ac 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.20260909.014603 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.20260909.014603) 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.20260909.014603_amd64.deb Size: 3983160 SHA256: 16912fda8338925ddfe462401d751a4e1ce2acafc3acac329ff9ac85c9179e53 SHA1: 81ac352a8d21bd14bb7e1b1c44eda06604325370 MD5sum: 975a28b8dbea40662cd60580e2f4118e Description: debug symbols for ros-kilted-moveit-setup-app-plugins Build-Ids: 5a81a1f7920bff9cb0a2a8eb0d563737939541c9 Package: ros-kilted-moveit-setup-assistant Version: 2.14.3-1noble.20260909.021803 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.20260909.021803_amd64.deb Size: 288382 SHA256: 015d3fac533b8f06a6349c6ed74878483d631d337772d8c38f83fa3bbce0d52a SHA1: 31a653ec6ff7538d7fda4af5f3526c91a7fe5c1c MD5sum: bc305694bc23c7146345a40bdabe82f8 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.20260909.021803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7538 Depends: ros-kilted-moveit-setup-assistant (= 2.14.3-1noble.20260909.021803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-assistant/ros-kilted-moveit-setup-assistant-dbgsym_2.14.3-1noble.20260909.021803_amd64.deb Size: 7376756 SHA256: 2f26914868c2f7048ba608a7ed75fd02495d8111d73d1e517af53944042344db SHA1: 623f774e832654e26699ca9cdb2fc024313262da MD5sum: c99dbcd6d82a8c4136f1c518644cf83c Description: debug symbols for ros-kilted-moveit-setup-assistant Build-Ids: 65ab7ca1a7a49a88a0ceeb803fe91fd2b6f775f4 cbc82e9fb8ac3d63e476817f75a2fff31069cb88 Package: ros-kilted-moveit-setup-controllers Version: 2.14.3-1noble.20260909.014607 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.20260909.014607_amd64.deb Size: 167396 SHA256: beb8a4cbd7150010b41397fd12e5a3cd39c03627bd7fb22d3e98e39b7bcde9d9 SHA1: cd19e2a9f40b7f841f6e7698dd3da82d46709e7d MD5sum: b9883fc52ce3a06dd3ed3492c7f57009 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.20260909.014607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 11760 Depends: ros-kilted-moveit-setup-controllers (= 2.14.3-1noble.20260909.014607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-controllers/ros-kilted-moveit-setup-controllers-dbgsym_2.14.3-1noble.20260909.014607_amd64.deb Size: 11713570 SHA256: 99c1ffada2baabf4ac7085d7a8876f797a352be5a49c77bd1505cd6a78981a2c SHA1: 060b5e8f4aff3c18aaba7ef42857f898c3c7e0a5 MD5sum: 29052fe7a9e9cffc5d01dfbc6f439ad3 Description: debug symbols for ros-kilted-moveit-setup-controllers Build-Ids: ff8769c9ae4547947768c54574f4aacf6acba34b Package: ros-kilted-moveit-setup-core-plugins Version: 2.14.3-1noble.20260909.014555 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.20260909.014555_amd64.deb Size: 64556 SHA256: f3b7692771b1763db7eea7f5c35e1eca6a140fe6877b2cb05d680ecac471dbb3 SHA1: 883a86de62654a7346bae8d1ea40a36eac344789 MD5sum: da85981f96c52e1d687657e98cdf8fe9 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.20260909.014555 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.20260909.014555) 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.20260909.014555_amd64.deb Size: 5908984 SHA256: 5122441fa6e6a8cc694f78a05a1904cf7e19a82164f2faff6f2c238186e6069e SHA1: 438a46a1225222230d327e6af9e4c52ad16fb6a8 MD5sum: a4cb9044a843f11777e933d398887fee Description: debug symbols for ros-kilted-moveit-setup-core-plugins Build-Ids: 735c6f20f1bf3a2e9f88d0ca20ef86e17f5771b8 Package: ros-kilted-moveit-setup-framework Version: 2.14.3-1noble.20260909.013847 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.20260909.013847_amd64.deb Size: 198778 SHA256: e1634f532adeac4fa682924f4c77e40bcb74ec5940226bac354cb40d12e1fd75 SHA1: 1646e0906e95f46a22b0c56ce20003452c2de0f1 MD5sum: 430172e9649e9fdaac1eedc9a5fbada4 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.20260909.013847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 6985 Depends: ros-kilted-moveit-setup-framework (= 2.14.3-1noble.20260909.013847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-framework/ros-kilted-moveit-setup-framework-dbgsym_2.14.3-1noble.20260909.013847_amd64.deb Size: 6889726 SHA256: a2c42a19d121ce2da83b56c3bd8a4226171f85ae71c50174ccd2d5e04548dcd6 SHA1: 76204299c5351af34b1fbc06e528c20a015a44e4 MD5sum: 1629058ef04ffc9b43588675e8ff31e5 Description: debug symbols for ros-kilted-moveit-setup-framework Build-Ids: 400f3fe49cfc9f456e66366c3cf70e5c6d6fd987 Package: ros-kilted-moveit-setup-srdf-plugins Version: 2.14.3-1noble.20260909.015059 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.20260909.015059_amd64.deb Size: 315676 SHA256: 70dd6bd4a57e58c6ffd3e30186a092428ca3acbbfadb90a015b0bbafe45839a6 SHA1: bb9730d71c4a2b1f1a071ef900bb580352247a38 MD5sum: 266eed0917c8eca3b77fe1fc5fde6759 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.20260909.015059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 20151 Depends: ros-kilted-moveit-setup-srdf-plugins (= 2.14.3-1noble.20260909.015059) 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.20260909.015059_amd64.deb Size: 20054682 SHA256: 56d3de3b9a29b723214250678bfdde2e21eea80c34514c09ed784a9fe5a542b3 SHA1: 617fa72da1af8ed9c518331a9faed24b53ffd067 MD5sum: b267e475b31862c49c6d2ce65cfd6e68 Description: debug symbols for ros-kilted-moveit-setup-srdf-plugins Build-Ids: afb4e81e9c51d011f08767a86210b3bac04ba12d Package: ros-kilted-moveit-simple-controller-manager Version: 2.14.3-1noble.20260909.000544 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.20260909.000544_amd64.deb Size: 119154 SHA256: dd4f648d947b99515844a59699575cbe2acb5da553b159a170f7a2b9825dedbe SHA1: 31626cabeee236b8a0f1136ba99b97c4f311e9c1 MD5sum: 9bd77552b1be141cade807c91727070c 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.20260909.000544 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.20260909.000544) 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.20260909.000544_amd64.deb Size: 1793140 SHA256: 11d08837f3386a9b384a04f0290bb7f2622db7605b9b75174ea0d57b191e22f6 SHA1: 6a03077ea121f89036e81d0871f77ff4f61fde8e MD5sum: b3867bd555a6ad7f5f035f883e7c591e Description: debug symbols for ros-kilted-moveit-simple-controller-manager Build-Ids: 7a0d749811266d78fbc3043ebe41decccda992e1 Package: ros-kilted-moveit-task-constructor-capabilities Version: 0.1.8-1noble.20260909.014831 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.8-1noble.20260909.014831_amd64.deb Size: 58790 SHA256: e5473e0c779f8f6637669ebe83fbca0b400aab9300a0cd9df1403017a09567c6 SHA1: d8e8cba7618974903d405a9debd1110aa20acf88 MD5sum: 9d493261e1b2f4b4a50f33434f864fe8 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.8-1noble.20260909.014831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 2797 Depends: ros-kilted-moveit-task-constructor-capabilities (= 0.1.8-1noble.20260909.014831) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-capabilities/ros-kilted-moveit-task-constructor-capabilities-dbgsym_0.1.8-1noble.20260909.014831_amd64.deb Size: 2744260 SHA256: 5cc3d94feca981910652f743e0991135d81eabe2b67796db3d6a219126d71058 SHA1: bb86799114d6be67c0c1f9e16fa329d814549e26 MD5sum: 70e92b55be1528afc67d4684b60c60c0 Description: debug symbols for ros-kilted-moveit-task-constructor-capabilities Build-Ids: 5dca05e1ca992f070808b02068c06135082dd97d Package: ros-kilted-moveit-task-constructor-core Version: 0.1.8-1noble.20260909.012837 Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 3726 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.8-1noble.20260909.012837_amd64.deb Size: 905282 SHA256: 670430f824a2106dbef1c5e249c83635ba6b12a99e34644511e612ed692e6b19 SHA1: 6675b4ebeb6ea3cf25e5b6f935f1925f0ec388e4 MD5sum: d6ccdc90573641858fb5a00f9b02db29 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.8-1noble.20260909.012837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 45399 Depends: ros-kilted-moveit-task-constructor-core (= 0.1.8-1noble.20260909.012837) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-core/ros-kilted-moveit-task-constructor-core-dbgsym_0.1.8-1noble.20260909.012837_amd64.deb Size: 45097764 SHA256: 4daf07893d48357c6d8ac0bd567bb164eb1db54d9bad83bc9d1c2132f8f9848f SHA1: 862824933e025f7112e4b7beb1e514866a98b1ce MD5sum: 9d10ae1b833aa54df8c826c03f1e7dbd Description: debug symbols for ros-kilted-moveit-task-constructor-core Build-Ids: 263fc4dc6b41510e9b0f63ed425746ab20e4dcc5 30b7a4f4d573c83dc61bbc103c17eda44d941886 94600e4b3f342d3338bfbfb113759de73aba8ad3 94ee35680a61ed7411ea6e2aa58926fc5476dce7 Package: ros-kilted-moveit-task-constructor-demo Version: 0.1.8-1noble.20260909.020028 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.8-1noble.20260909.020028_amd64.deb Size: 142998 SHA256: e4d36f31a449f3e84a7f7b882f53f513caad7a575fc6f978bc0c8372718e641d SHA1: ba018d3999c03a782882e288861a4d17669ec5fa MD5sum: 5ff17d9850ae5589440a1a4fdb6094ca 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.8-1noble.20260909.020028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 14521 Depends: ros-kilted-moveit-task-constructor-demo (= 0.1.8-1noble.20260909.020028) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-demo/ros-kilted-moveit-task-constructor-demo-dbgsym_0.1.8-1noble.20260909.020028_amd64.deb Size: 14515642 SHA256: fc0913665be562aeafba3a2ae894ba4ea37fc1c0f394df0fa65459d81e26565d SHA1: fac2f29605b5ab6cf632c06ae0bf023c36bf3c6b MD5sum: 795042e8fd604cf3b5d5b9a0ef47e665 Description: debug symbols for ros-kilted-moveit-task-constructor-demo Build-Ids: 0ad7bb9c1abf1b2ef39d6c31473a99460201f0f9 1a5e3a65cbc1ed84a83134c6e35c25b2a2445512 743de29b7e01c12bf5580358baa53c467de0a7d6 b6046c88414a2d3648b162af704e25212c241b86 d5d57f1a014834fb577b350b0a49d597deecd900 dff3dde68872ba4743220099ed6fc0decfedbb43 f919e69535d6f8520dadadd97e1471c03e98d6ff Package: ros-kilted-moveit-task-constructor-msgs Version: 0.1.8-1noble.20260908.200939 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4615 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.8-1noble.20260908.200939_amd64.deb Size: 339456 SHA256: c43e20dc1f79371459e0c8d47a2ae1c057338c7fdea9922b9524be32d9b35c97 SHA1: 678118af6b60e2a8e2aa5c64d278d6738ec89d71 MD5sum: 3dcd77af269387852651c24afffd5b79 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.8-1noble.20260908.200939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4905 Depends: ros-kilted-moveit-task-constructor-msgs (= 0.1.8-1noble.20260908.200939) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-msgs/ros-kilted-moveit-task-constructor-msgs-dbgsym_0.1.8-1noble.20260908.200939_amd64.deb Size: 4241552 SHA256: 857070a34674244a4e36fdc3c63315bcb3b6101ab6f3fd4211593088efc39b90 SHA1: 2d3f13e629795b6e1966aa40d9cec6bd49c37d0e MD5sum: c4a7efc68d38d1adfb0cf8b27c60249d Description: debug symbols for ros-kilted-moveit-task-constructor-msgs Build-Ids: 0e0ec80130c85a297c0e15b6fb1ad42d6f079844 190dc507838984f7236baaf2397e2b60b7d2e637 1aa3da0fccd70ca99d431163a93aca3843b6d4f7 1ff93a992b8165c1b9d4a497ea9d4a0ef7715d73 23bdfa310cfc675389e84b73b31a0fa1f483e39b 3842a1cd238c7446d083d59e405267d2b4e3e297 5fba3e9179b1ca35470b1175254329597e4525e4 932dd1ced3cb6efe37da822c4d1f8b6dbf680c81 ad4b7e64dd8af33595bbb844f89f8acf088ef7d4 c407eb861caa4c9a388d157f71607ff0e488f878 edc0346f8b64fee189dddb4193aa97cdb28db424 Package: ros-kilted-moveit-task-constructor-visualization Version: 0.1.8-1noble.20260909.014641 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2060 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.8-1noble.20260909.014641_amd64.deb Size: 473812 SHA256: 4590daa932c9286b7d3508a5a8d5cffd7481c50ddc034e7ace322d326ea00a60 SHA1: a2674db92d2c3570604775f108526f281e6dddca MD5sum: cb8dfc6c279986acf53882c85b2d80a5 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.8-1noble.20260909.014641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 21756 Depends: ros-kilted-moveit-task-constructor-visualization (= 0.1.8-1noble.20260909.014641) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-visualization/ros-kilted-moveit-task-constructor-visualization-dbgsym_0.1.8-1noble.20260909.014641_amd64.deb Size: 20799064 SHA256: cbfcedd966d9882e53ccaeabd69d759e6d15def5d570b01c4e1d8f8b08a27434 SHA1: 15fd700a79582bd26db69d8c0f85bf15eb13d9b5 MD5sum: 4103266d5ccddf748974374671b7803e Description: debug symbols for ros-kilted-moveit-task-constructor-visualization Build-Ids: 65fb7a399aecc8365ede9aef74ac12559b11a761 8dfb094f82bb45a6bd908a255b77337436aded97 cff6871ad865aef4f4964675c679e59820b8e298 da9d78249223f6d299afdaa146bf78aa8e652f45 Package: ros-kilted-moveit-visual-tools Version: 4.2.0-1noble.20260909.003803 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.20260909.003803_amd64.deb Size: 297758 SHA256: 6fe4d96f728173cf66e170b322c172fdc58ccd6934a83c1d5805219fe49ef249 SHA1: ea3e09c18c356c66bee11587a637498807cb5b62 MD5sum: 465cc0c671af9cb5e256b25bf495fdbf 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.20260909.003803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9201 Depends: ros-kilted-moveit-visual-tools (= 4.2.0-1noble.20260909.003803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-visual-tools/ros-kilted-moveit-visual-tools-dbgsym_4.2.0-1noble.20260909.003803_amd64.deb Size: 9118108 SHA256: d653bab412d558495bdcbe242aa230347819a4fef33b89f7247158ef251f6f12 SHA1: 370b2c6294b8c04d90fc8bd173ae322de7598d9a MD5sum: e8b68557b4bf0875c86e6596540fc921 Description: debug symbols for ros-kilted-moveit-visual-tools Build-Ids: 07c90bfcb9afad446b4447fcd267570c1e907b7d 2cb7c987b847c1af444f1d3da87705c4bf341cff 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.14.0-1noble.20260907.114736 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.14.0-1noble.20260907.114736_amd64.deb Size: 16178 SHA256: d36c573bf61e2696793e0d819df5f6c35c912787c3a89bf9e49ffe8906bfe5b1 SHA1: 30f8552f4753ec4a9aa1b3e8e14853f03d033877 MD5sum: 13f4559e9582ea77dca4769932fef200 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.14.0-1noble.20260907.110336 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7529 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.14.0-1noble.20260907.110336_amd64.deb Size: 1615996 SHA256: d4ded5744684d4a5c892e63bd133e59f6841acb57ed8371e77b08101e4943845 SHA1: 3e74a54fa5369319e9ff49c0d17e556a34375547 MD5sum: ee9140a40d13c389b4e1dad8363d5c98 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.14.0-1noble.20260907.110336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 62762 Depends: ros-kilted-mp2p-icp-core (= 2.14.0-1noble.20260907.110336) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-core/ros-kilted-mp2p-icp-core-dbgsym_2.14.0-1noble.20260907.110336_amd64.deb Size: 61423708 SHA256: 4838c9dee0ee387fe6af3ff046884651cfc5ba01d50ad71ec1e4c3df48c7b17b SHA1: 04af788fd21d9be54c294da5743e4abd38a763d5 MD5sum: 91321baa98401fb1a8e9fd4f9c735065 Description: debug symbols for ros-kilted-mp2p-icp-core Build-Ids: 0023a8885c2fa4da2ae909930a9ab43aa162f4eb 01c7133862e62fb2375b0d08d1ea0f14bd3f4126 04a3a5a9cba4ded883bf9f4dfbaaaa9d4489c6bc 09332a99f09d37279bb6e12285309be3c30850a7 43417e0e0f063127e999fe4b16221bca32a0977f 64729dcc32206b123b650003a1bdd639da688d97 86dc7facb0541fac5c721e6870210d0b1c8c7733 9a011d61864cdf6b34e9d6a3f855f8896dfbcf7a a28b444634dbaa3458cd89a8b7248d50d689dd66 adbcb982859407563841b0e2f9b14a1eba421739 b82140cd18486433a70c6a272692c878e5978630 c9595c3a2ad2ab307d347c05fa3e1dfda30b9dc7 cfe9dd29052388a107b2a5e4f1c08c9c2adf323d d1947f091144d8f67977d2706ba6bb9f68d99bff e49e64d6de83dcd8810c4890ca66279ebd53782a ed6197eac4cc25517dfea7664c0fe8b19460a02c f24628d4585622b910d5f7057cfd0de315fb31c2 Package: ros-kilted-mp2p-icp-viz Version: 2.14.0-1noble.20260907.114337 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.14.0-1noble.20260907.114337_amd64.deb Size: 296192 SHA256: 3ae2481f94353823d419124335baa171e397ef7de905055c1dc02c8d0e65f61d SHA1: b032b584e51985c26fc2846b52ea66369d2859be MD5sum: 2361db94f745bd4800bf48dbbd8c7f5b 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.14.0-1noble.20260907.114337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5457 Depends: ros-kilted-mp2p-icp-viz (= 2.14.0-1noble.20260907.114337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-viz/ros-kilted-mp2p-icp-viz-dbgsym_2.14.0-1noble.20260907.114337_amd64.deb Size: 5220518 SHA256: 394354e5534ad867a712c728c0f65c3acd01a7a8e5b769c49f88c0d4630c2e0b SHA1: df6f80f9038738c8da810346c78a929b570e1946 MD5sum: 6cc357142ceae12bca1dd46aca4a331b Description: debug symbols for ros-kilted-mp2p-icp-viz Build-Ids: 431d8f23387443e2296e757bfa4fed1ad4ab7b4e 76a25fbecb1bda77be9959b2612793341946892d Package: ros-kilted-mqtt-client Version: 2.5.0-1noble.20260908.232045 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.20260908.232045_amd64.deb Size: 321402 SHA256: d3eebee9d87839b99f904f057c957e07b9f79e1331b1b3a37c54a51d3cd2bf7e SHA1: 2633329d15001239b03c28b72b01e4140237afe5 MD5sum: 1ed8508a0f34500e747e1f74e97a854e 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.20260908.232045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3116 Depends: ros-kilted-mqtt-client (= 2.5.0-1noble.20260908.232045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client/ros-kilted-mqtt-client-dbgsym_2.5.0-1noble.20260908.232045_amd64.deb Size: 2857120 SHA256: f4cc2f6715d38c0bf8269164c63f4d548b0a1eba54ed337e3693fe73adf37af8 SHA1: 2a29f87954af29bd826847055e2eaeb5f901a6d2 MD5sum: 879075d6fc56c70e68a6675be77d257b Description: debug symbols for ros-kilted-mqtt-client Build-Ids: 8295a222ac1490cc85324845315b16251b1078fc fdc4afa7ad70bef17de741fa2065366647edabac Package: ros-kilted-mqtt-client-interfaces Version: 2.5.0-1noble.20260908.194416 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1775 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.20260908.194416_amd64.deb Size: 130248 SHA256: d7924f0de596fb4984ed38523e6500b47db9da04f2ee1cd4f2eca649480e52aa SHA1: 0449d4207facd3b82964abf251e4a6fb6a14f2fe MD5sum: 0aed42ed9e74f8490eadecb5ccbe17a5 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.20260908.194416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1204 Depends: ros-kilted-mqtt-client-interfaces (= 2.5.0-1noble.20260908.194416) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client-interfaces/ros-kilted-mqtt-client-interfaces-dbgsym_2.5.0-1noble.20260908.194416_amd64.deb Size: 921512 SHA256: f9a8798afffc0ffcc46866b073932efd4cbd9d2d7dc81b4103ba3e3ff0fbd03e SHA1: b89721d1ba92a148933cb18fbd9af563259315de MD5sum: a97a5e7b442e2986043033ba8cd0548b Description: debug symbols for ros-kilted-mqtt-client-interfaces Build-Ids: 36055f29a50bd6141b83de5d9832267bb41b2445 41b2bc3e64f2377151c87285ebba228ad70eb958 6de31f6d4df8801482d2b084c924303443e322fa 75693294df0b7c7d3ee19ef0545f3818c2e6140f 875f234dc5c310b4fa8c12aad9f0f2a3d52e1adc 87882601292e31b9905e8ce521c60451f6c1bbe7 a07624ff4d05a04164719db87254955543c4ddde ac499031b31fea992e12ad176e46883cf6caefd7 cf4685cc9d1a1f419a50f10c2251ee897554011d e07d4b6a8515b7fe2ea022ca8c09b20bac00638b ec25592d46012905240aab59d4f317d87c14b133 Package: ros-kilted-mrpt-apps Version: 2.15.21-1noble.20260813.230506 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13388 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.21-1noble.20260813.230506_amd64.deb Size: 2445604 SHA256: 8391aa08987da4a7be40aa1451554645530288f8770c2a4b4761c7c1e79d8146 SHA1: 720174c6c65eb4eed5c4b783d877845757f81ff6 MD5sum: cb1b54727f40985050fea5f2ce9408a7 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-kilted-mrpt-apps-cli Version: 3.1.4-1noble.20260907.121235 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.4-1noble.20260907.121235_amd64.deb Size: 361936 SHA256: 0a56f1c3c6efe4b1fc2058836b01458402f24ee6d227c546030763428a539515 SHA1: 812ac6034b15a918222358f132c8dfe28bb426aa MD5sum: 56fffda84aad8a84e0d1f22c18b6d6b8 Description: MRPT command line applications Package: ros-kilted-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps-cli Version: 3.1.4-1noble.20260907.121235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10128 Depends: ros-kilted-mrpt-apps-cli (= 3.1.4-1noble.20260907.121235) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-cli/ros-kilted-mrpt-apps-cli-dbgsym_3.1.4-1noble.20260907.121235_amd64.deb Size: 9525404 SHA256: dbce9f6e2b91908b6d3b22c2b6f1d502f3b94a5e455ca8d8a628e21ec68088c9 SHA1: df920e709ec59b20a6073b240f5bb15c8e863526 MD5sum: d0d26daf996393106f5094ffb9479e29 Description: debug symbols for ros-kilted-mrpt-apps-cli Build-Ids: 56dfe565c0bb2917cfa4d9eff59e53dba9562c56 6b8604ae949848abbcedf64d5f8afa12d1d7f111 8446541c56894eebb4082de6ed312bf9eadabd80 8ac76b5e4271488ae2eda6525d98ba714d1807ad a55acd3d1ee191bb5175cb275d7bfe6ee5b0e36a bf6d194c74e5a296b9c5ef72402bce946b46f4a2 ce915561f2904bc899ecc8f7c4a247b382b21644 d84354bc9e7def3a26ae1ebe4bfbaea3a9d5bea3 e2cb1a83425fb7c32ab19487c1dd28a01b839b88 e334c5e0df59fda2fb71fcbdb47fe861962da24a e3a80d00e47bdb62862427405d73caea0ca14b50 ee2c65b6f141ce5a4402b3923c0272c3213dd040 Package: ros-kilted-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps Version: 2.15.21-1noble.20260813.230506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54928 Depends: ros-kilted-mrpt-apps (= 2.15.21-1noble.20260813.230506) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps/ros-kilted-mrpt-apps-dbgsym_2.15.21-1noble.20260813.230506_amd64.deb Size: 53005134 SHA256: d25b74aa3e700e1b69bac9695afed052b07c8651da2b4ea3062324a824947969 SHA1: 7147364ebd80f2e629e5d4538dc9ee62b638dc22 MD5sum: 285ba2a7595db925a34230dd95031cf2 Description: debug symbols for ros-kilted-mrpt-apps Build-Ids: 06095567f1ef97382cd507727a6bbad641c5e6df 0975a73cdb77b0703b6a6ea62d5619f4dc48b308 0cf8add43af1523726d353e92fff4da133200243 0e6f76fde90e61bc63def7b4011db37efcec6521 19fc0173287f1e27df03f6d729f596b09e1b03bd 1a44207cbb12407ba612df162add4bb0ecb306fd 1b1e4619e5ccbf6d76f95531f6f1140bcc6948ea 1b5461f0b685255492e6114fd56957931fd87182 20f9f07703560d43dad473929502f695157e4cae 21cdf3bcd693da3d62fbb4584ba149b5589b4000 290b0c201fbb6a7942672ce0969101bf040d2352 2a5ec57b7775aac402991e22d3c3df9ef55de62c 33825b73f3de704ba5c1800a18800d4922a60a40 5048c0900f97b8a51ac58fbfaf04d181beaf375f 56bcae37a5be5e82c0f50d511b9beb4467d471df 5f6ff492c774b2d15225e62274e9e78cb7df2055 6044673148d2903fcffade35ef441f8b2883f88f 6a214527fd1a632ca6319582939f389b9cd0850a 6bab9fb133eafeb2704a864ac953f21a0683e7d1 741f164c00b40ea87763e7cd6a499154d4437b9d 75417b58986e2829d0680d998c506d11fa743a8b 7a5610a3b9f3f2149cd9da4ca6b100e22ce3f215 7b04de8d2cbdd801eb08499afdcd6b08820d9480 7c296c96e670c7dae841c9c5d0fdfd8b5e2afeef 9bd6beb5b9f4d9f8dc2fc85931e806e9d1fc30a2 a45bd2067d39d3f9f067ef9fb28fc921a557b48a a5b542d6fb57c934faeeeb950c2ac951b68f6572 a608d93a71537785812c222041e0d020d77713a1 b14e120fe6dbd77ac6ed53bdf91334ecd239cb10 ba7733c4704a256e8bb7bc0c858b9eef8d0adbff bed9bdddc8b6572ce6a046c2b39876fa1559c439 bfe4cc6d8e011309687ef6b55e136ea67a083220 c11c25c61b4c5c9b8570fdf78d56dcc5fc66dbf1 cd1968d2a9b45e23a51bd8e0c8a1844105c80af7 d5cc28152f2714f686ea08b6913353b1ac6b76f6 d6bce6dc3d8c1594023f5e399a610a1c4f1741d5 d8e28d620dd2c550751052c220af08320a75702a e736400f6a45896e76f18eb725476f53dd5e98a7 f009f45df82b6847e37ba996328ee51fd1214791 f2a20c800e12287589b6d9c3567e91b12134b6d9 f71ca41d175a24f4a27b33234e37654104611d9a f817ed1b00ec2b40cb11a0e5114fb4cc8258b686 fcd84c0a9e5cee7e2fa02b6c664417bccffdd84d Package: ros-kilted-mrpt-apps-gui Version: 3.1.4-1noble.20260907.121815 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4315 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.4-1noble.20260907.121815_amd64.deb Size: 844000 SHA256: 669cb3dc6ca8e569c49c8057e9465a34c83f7178b23fac53a4ecf4cb30f44b70 SHA1: 1dc92120d4c0cae15f14232a61ef9c606ca54f3a MD5sum: bac64dbce5424ec0e8623345cc55129d 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.4-1noble.20260907.121815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 20697 Depends: ros-kilted-mrpt-apps-gui (= 3.1.4-1noble.20260907.121815) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-gui/ros-kilted-mrpt-apps-gui-dbgsym_3.1.4-1noble.20260907.121815_amd64.deb Size: 20050248 SHA256: e0dc6eaf7b9b48789cf5d1ad15ce38217d251318ac3e8b1655e97c3fb10d4d41 SHA1: c869dfda158d4404eec2556959624a4ef340930a MD5sum: e3fcf73dc65b447402f2e0ff337098b8 Description: debug symbols for ros-kilted-mrpt-apps-gui Build-Ids: 0a60d033e54f5c40f2a639cb1f9e049894be3f0c 0b0ecf3c23959c50b2c01d489dd010d58d73bbac 0b0f033eed2c354088938e3cadca9eba5dd454c5 1e9fc8387b51f74f5c432c72fe60dfa332c46059 1eb5f2e17d2edaafab6f435050250b64f921e8a8 26eb37255ad8c6aa238c535a5d7e5e9c22555141 41375c12e640918b370e51ad863e55942b51e4dc 4d11728db009e6003bf544e2c0670a8d6612ec73 7441a004e9891707375502e13620e8015a6f4e7f a6f8bbf926f40da9b47e2b864034524184ab1c93 aef0f5ab9d53f78f3e43ca3fbac9af5d78a493e0 c82828b2448fc5b8c07fadc089f9059e9f6d170a d935cee016222a2749534614e5ea9e75987dca26 e2323dc3be753f3bcc91b3e0ec30a6c2b4c95242 Package: ros-kilted-mrpt-bayes Version: 3.1.4-1noble.20260907.113642 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 495 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.4-1noble.20260907.113642_amd64.deb Size: 151382 SHA256: 96d12a756c0916678dddf835ee071c673f6d86e9ff197023a89f65db81fbf6b5 SHA1: 9f29ce92dd8f06aaea5e49a08f60395ef175f325 MD5sum: f923df3c18be1087a3c8ca8b993dc959 Description: The MRPT C++ library mrpt_bayes Package: ros-kilted-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-bayes Version: 3.1.4-1noble.20260907.113642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 419 Depends: ros-kilted-mrpt-bayes (= 3.1.4-1noble.20260907.113642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-bayes/ros-kilted-mrpt-bayes-dbgsym_3.1.4-1noble.20260907.113642_amd64.deb Size: 391262 SHA256: a92f8407bd45754382afb55fc6a25b42fd2bb6abb54e10d04f6dd03f15ab981b SHA1: 2776f3ef5ee514f2b4ac68035d578608dea022c3 MD5sum: f0d464fbeddcd8d3dd304d4b5f9c45a2 Description: debug symbols for ros-kilted-mrpt-bayes Build-Ids: cebb41ab80f7a98c493cd991817eb4a44f1b897c Package: ros-kilted-mrpt-common Version: 3.1.4-1noble.20260907.110608 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 70 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.4-1noble.20260907.110608_amd64.deb Size: 16630 SHA256: 9b637504b539b53edb76eedcd1bfd1a35d230de536854884fddcbf03d4fe6298 SHA1: f0178e294217bdf9a619108404a46eff736803d7 MD5sum: 8f209c341db020dbe2be2760ff24cd28 Description: Common CMake scripts to all MRPT modules Package: ros-kilted-mrpt-comms Version: 3.1.4-1noble.20260907.112040 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.4-1noble.20260907.112040_amd64.deb Size: 143324 SHA256: 4bf5fa5840deceb6377c0147ee45e12c22de8d29768cdbc0244beb37a6fe2b5b SHA1: 23603307157a56513364660edaea3acbec96856f MD5sum: 147c63457ba3de3cd66924d4177c03e7 Description: The MRPT C++ library mrpt_comms Package: ros-kilted-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-comms Version: 3.1.4-1noble.20260907.112040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 699 Depends: ros-kilted-mrpt-comms (= 3.1.4-1noble.20260907.112040) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-comms/ros-kilted-mrpt-comms-dbgsym_3.1.4-1noble.20260907.112040_amd64.deb Size: 647306 SHA256: d3ebed9629a11294c285191e14dc09bda37a6151dda44fb2327b91cbd5565156 SHA1: 6c049e386c134407afc6d7c839281d47e959a0f6 MD5sum: 08b18ed0625b5c378fe978fb2d65dcb9 Description: debug symbols for ros-kilted-mrpt-comms Build-Ids: 18da4f4d888c7b244b45c17af8997434f4ad5508 Package: ros-kilted-mrpt-config Version: 3.1.4-1noble.20260907.112104 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 446 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.4-1noble.20260907.112104_amd64.deb Size: 133330 SHA256: df84e0d03abdb9371f4d1c4183d818f8fdd1286ac81eb1f53b4e34bb8c8cdf39 SHA1: 431840f8efaae29710c218bf0b1f50946d917f9e MD5sum: 8bec917266a015e0bd67001e6caec676 Description: The MRPT C++ library mrpt_config Package: ros-kilted-mrpt-config-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-config Version: 3.1.4-1noble.20260907.112104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 722 Depends: ros-kilted-mrpt-config (= 3.1.4-1noble.20260907.112104) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-config/ros-kilted-mrpt-config-dbgsym_3.1.4-1noble.20260907.112104_amd64.deb Size: 685328 SHA256: 7bd32938ea7a635972e66937297165ee871bd62550ffc2a696d86f0181f63c5d SHA1: e2b17217275395591822e8d3b549427a9dc78ff2 MD5sum: 843b00cc0c7373cf2dc12a76d10184dd Description: debug symbols for ros-kilted-mrpt-config Build-Ids: 9e8006f6cd13d55ae640b358dc27953e547f8221 Package: ros-kilted-mrpt-containers Version: 3.1.4-1noble.20260907.111203 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 639 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.4-1noble.20260907.111203_amd64.deb Size: 181724 SHA256: d2d91b3778f4c36e7b52a122b05c34053355669170294e58b0479453e246dd62 SHA1: b38cb10e7cbecd334de4603ce5da34c909778a1b MD5sum: f63d072d68565a255da7956a01af1afd Description: The MRPT C++ library mrpt_containers Package: ros-kilted-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-containers Version: 3.1.4-1noble.20260907.111203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 572 Depends: ros-kilted-mrpt-containers (= 3.1.4-1noble.20260907.111203) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-containers/ros-kilted-mrpt-containers-dbgsym_3.1.4-1noble.20260907.111203_amd64.deb Size: 529284 SHA256: 03aa71351158460d0e2fc5527bcf1f2851f740dbcb262e4df3968bf7ec4d0ab9 SHA1: 27c1c24177c8f87ceeb7cc3c7e2612c8d1552471 MD5sum: ad6f7fa29a28b6b6ccccf43a1a1bdca9 Description: debug symbols for ros-kilted-mrpt-containers Build-Ids: be5bc059c835bbfb434c34cd359a459091883dbb Package: ros-kilted-mrpt-core Version: 3.1.4-1noble.20260907.110835 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.4-1noble.20260907.110835_amd64.deb Size: 136364 SHA256: 4384d6b4cbab1e14e344acad2e3a88f325f83122c0e41ca6041f2a080a564f28 SHA1: 44c2fc9cb41126c98b5070c397f66920567e741d MD5sum: 12d2941e494bba3061dfe82444832b86 Description: The MRPT C++ library mrpt_core Package: ros-kilted-mrpt-core-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-core Version: 3.1.4-1noble.20260907.110835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 347 Depends: ros-kilted-mrpt-core (= 3.1.4-1noble.20260907.110835) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-core/ros-kilted-mrpt-core-dbgsym_3.1.4-1noble.20260907.110835_amd64.deb Size: 321896 SHA256: 966657a00a745d4bd858ba4811e4ae7fe6053a911a0228cc46b3c2c89330bdd1 SHA1: a5bf7ae9a6e8c605a27390ee3cfbc0868dcd2540 MD5sum: 5d5cd67c3c97b92cf73d33e65aff1b0b Description: debug symbols for ros-kilted-mrpt-core Build-Ids: 88fcff0917ddad04eb0998c9c8ad225ce9d72f82 Package: ros-kilted-mrpt-data Version: 3.1.4-1noble.20260907.110614 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.4-1noble.20260907.110614_amd64.deb Size: 12166806 SHA256: cc0ae95ebb398fa708f403780682d648b7b04667e4d4b8b36bd10e1fd12da1e5 SHA1: 434261b1d6e5c6b913c059cf36ee7f31a3949912 MD5sum: 0dfe26b10dea5c364f0a24b52afcaf87 Description: MRPT shared data files: test datasets and example config files Package: ros-kilted-mrpt-examples-cpp Version: 3.1.4-1noble.20260907.121815 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6004 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.4-1noble.20260907.121815_amd64.deb Size: 1456036 SHA256: 35dde808fdb3c37ad7e3495eacec9ff5efa98c07ba0bf993af1b8b622a101fb8 SHA1: 49d08b6cab83ef5f06e7dacb7ee5312b73223d01 MD5sum: 874f401824fd6c5294c600cf19c43abc 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.4-1noble.20260907.121815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 40508 Depends: ros-kilted-mrpt-examples-cpp (= 3.1.4-1noble.20260907.121815) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-examples-cpp/ros-kilted-mrpt-examples-cpp-dbgsym_3.1.4-1noble.20260907.121815_amd64.deb Size: 38929632 SHA256: 16e42015a3759e04bd03f8f774d477f27b091cc4d6e5a4993a99b5a57240187f SHA1: 173942fec5195c48c6c0e32c8d8831b4378c4576 MD5sum: 6a0a559d1c3f1eef6b82c88d2275d653 Description: debug symbols for ros-kilted-mrpt-examples-cpp Build-Ids: 03f111a142b6502f9d99b19212c6488426701e43 041bbb6fbdcc477751d01e18f868bf9aa97a5dc5 05d3c365878d41a31ef497cb5fad8c520f8725cd 05fb9f94d9744f53da365b8258d9b532833328f7 0bd34754eca58b9edcdb03a50e7caf9af592f4cf 0d6304c0fd20f3d7879e5f3ec7ec4d9a840e3990 0dbb4038c3ba6ef9401049ee665846123e1db469 1045e68833baf6cbc2f6f591f834cb6e1d8654a6 11fd6f549793bce144017e1afa1b37446c2a6026 1266cba2544093a55a06d6704253eccb8d83cd8b 1597116c676a2a75e856c3aaeca34fc8a38a9e84 1bec7b75d3ba36a227b6870ceee25c865c8991ef 20de31197287c4d45f6ae13c710fad69b6733b94 225e469403457bdf151b08c5d07006ee49847314 2591d0d52173610ab825994e308c8d1c8a3c7a94 2599f976e8d2e21143e9cace5d0f443f0d5c9eb4 2a26d6ab1f069211ff2b1d3ba4d3900edf489b54 2a45feb15dfb2a73b2d0e56a5f96985cf3e05265 2c64e5700e5f39c5fba881406c9f135253ecdc9a 2f2e523d64bd01bbd5862639f22be2909722981c 312d2eebbd1397c6fc65e358bca8357d4077f695 325ed187d47c316ff79a2ff724b3d019cead85df 328ab87f973c742669ea1110e39296a562776a05 33178e8cfc6853aaf109e0ceead9ccb8cf3092d4 34fdb24890df22a150739704bb78010f5cf1b665 39651b9514f8a643a0df5379921e60b9a0bb566e 3bf7da8876ead565b8ca2e6bd0af777b93717ad8 3cd0bfa638bd8f55ebc6a7d38deca06553f331de 3f1b7ad3de6d590d6bf06cbb12a48ed0b0b68fd4 40075c8a7c88e8f0678ac51f7b3579e7d28ffd6b 400eede7936ad2b570afe7b4a90c28b28761716d 41c57685993c05dd51aba2f6827df606257435ca 449f1f3f77272f2c8197ca64f1da46934dba2170 51542c3e04677137afd1368b2bbd5fd0178270e4 523c57bd2808a6232daa61646eac2f7397693101 52cdba0087b5dd5b54b40f15601328430ff65838 54645d8327d0c0cfed2f4adfc961ca455ceb8c69 5474668523c067c3546ea73b1f8251f72a8770a9 57511d2e2dccab254ca7370c699a38fbbca51869 5b574085a89210c128eedfbd8d3d4db64540ecd7 5c2662c4642d1267cc545fc38a7b28ad2c31a41b 5d3112b3646657609922317912764a701e06c006 5f69e3029c8962a0d964e429ae0a663ea1d08c39 5f8242ed362bf149a982cd12213951d406aa6673 65a4b74d9bcaf8ad6126a454311fc56b79ef08cb 66295218e085b25247c05de25d4d8d7508ca9fc0 68b9f810ec1b4abd89a5da475db056b274b15dbb 68ee7283c3989faf217afe16311b88cfecbaff12 697423675a2e1b7c9f00080fce3fe9c0e8aea690 6b90f316c202425038343e78fcc4bf902622c17d 6f4640e89d7d099a3edd1c0763b4b4283cf473fa 6f6820f2b7272e06e4a33ab366f17ef719eca96d 70951d9ba5aa4947c8d653323bae7814fc11d0e3 729c20b1a65882963c6c24162cafac2fe6c1a88b 72b86007ad4c69acd96787fd091d34f7b744f2f0 74e991153162cfda2af9ab3ce9fa16aacf5f167d 77a2e1ff0ba40367817acfb2609cefef9f7ed961 794cfa5e277f39b3815c064b87b758c2b7184208 79c74115ae3f6982a2bd6a5bb9ed2cf7d8c32b74 7c525d1b7ef40b396aa57f29114880d241644c72 7c743b946a11a62432bdb8fe3a3596c65b331db9 7df92df4fc888c0fad8304deafd2fcedb01358b8 801b6c94ef1baa4ba6422098de55b7b6962e2724 810edc8a4654382d44e07ad49ce937fa28bbd062 81ead8a136dedaa50648f55e41e2e7a26a2da85e 82f742a55acfef637a4f5fb408c9239dd393e079 83a98c599057e9a30319d89cef8f07a16991aa44 84e149b37fadebf80d54460e65fddda5d98cf24b 86c0aa9b8a039c1a5440d352b48ae05f8bf00de3 86e1acf3b32dede4ebcb9d319b51686fab08e872 8cb0e6c037cce3387a2a0a7aebb77cea61749fd2 8d09d04ccfed249833b992bb0c93c6ba8b3e3353 8d3ce9b0620ec5b37e261bf915b7d5807e6a97be 8db78ddf88312e905628840233a6089d8a5c9aaa 8fab0e82f9556f0b7f46658d04043494ebb57efb 941e108b448421cd2a967964fcf9f91fe6ba17a4 9df0ecf7d7f06bad7fde127af1ceb19e82bb9f36 9edfe6922587c7f85c46dbe4b73e3ae928b5edbc 9f9d46316c43751b968d7df0c04afbb7001b17aa a012a4fe542dda5c04b7fa18b39539dfe62739b6 a18572253b81b3ade1ed46f187471fa60b26bcc9 a24bc4a2054c449ea36cff2413699b6bc6892365 ab77e17cfa21fd7b8e9fa7e21fc8343fc9d29ef1 ac6ee34445a1bb30601c9567b98a44ee2290dae6 ad55f5f2a3511a4c0427fa1274be69516c658977 ae13ba1c6d8f27e509c2a9a961335a265168ef1e b26d91f1284c8dc49983a29b288f7fad969a8dbb b96ffb20fb2f97ee867e9b859e5c269c27cc8373 bbdbb0aa84b11c938a41dde44235f3f26600b07b bf89ce85bd3993b339647ab65b5ba758a02d3362 c39d38f946671884342f92244f57b88a174fa76c c5e889450fd6a0b64e9f3f563abd84924683ad41 ca5e3f5470f164649aa22e8c5eb1ac0994e294ce d09a8f5c6854a33b78b9d18f1d9c75838b04d492 d4c45bd5ecc3e485a3efe1ce91baf68df451ce51 dbe7989bb934f0800f1557a448e2c358e97bfe51 dcbc2e05aae7c62c3a8e4c93487e28e6aedfb87d dd586d54655e63541fd80ea357bd06f23b43cccf e0003fcca01857582681cdb669014e15a05de1bb e1533d622fad4ff1704507f92c8bcc5c54cc43ec e18561daf44a315810d4d7f5a443ecf04995de8a e24bc353dcebe58d08da4e7cf90894218c544cca e32b086a777ba08887ee638c61b65aa375fbcf99 e706ad71bf683bf233645d8aa6e907ff6f2e7e63 eadc40db591bc1e325b158ae6d3c3a69c5a52b86 effd3d6db3c6b8dde8757d53835af993f122720b f19706ba4bc10ea2a073c6a9f47bf414f9aa08d5 f1fc4d9c2ccef3161f59c16baf3410cf7959feff f654fd1ea8bca3ab7d6c062800b49574b05bec39 f774d92d3c2a7e14f0a913387bf34cb0b5180a13 fa4ada12eb32114984f7ce617cd9fc866ebc045c fcefe586bb00d67931193c9c25297d65272ed654 fdca25fc776fbd09e3d8577a35eb2e81c40197db fe26bd41a0b8f604c977c34637e2a4fcecc0b30d ff9e9279711a6d1236c5882cfd73e877f0ce9575 ffe34787e7961bb7587e49c6bab1c5e23414654c fff737407480bf6771d473c760b7668c6780399c Package: ros-kilted-mrpt-expr Version: 3.1.4-1noble.20260907.111732 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.4-1noble.20260907.111732_amd64.deb Size: 502964 SHA256: b647c957a6e4111a31206434819cb09baf557b9ba7085a5e18979ab987a6fc48 SHA1: 56e41048d9788e60fb6194c7e493e59ccac9d475 MD5sum: ca2dbb705184d53d5ad4a4ef732bb8e6 Description: The MRPT C++ library mrpt_expr Package: ros-kilted-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-expr Version: 3.1.4-1noble.20260907.111732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-kilted-mrpt-expr (= 3.1.4-1noble.20260907.111732) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-expr/ros-kilted-mrpt-expr-dbgsym_3.1.4-1noble.20260907.111732_amd64.deb Size: 1117702 SHA256: f86a1dd4631d8a101f88e9a4d9257e6e8bb8c4efcae614b7d584c47162796061 SHA1: 6ddbd3f2e56e8b3bb0837135f8b12e7964f5f1ce MD5sum: 686eff908fda64247c0b474b1352eaf2 Description: debug symbols for ros-kilted-mrpt-expr Build-Ids: 9ae007610b9113544f1bf6ea839ce6a27681b083 Package: ros-kilted-mrpt-generic-sensor Version: 0.3.0-1noble.20260908.231316 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.20260908.231316_amd64.deb Size: 110022 SHA256: 6b6c3ea131c6a88858d5d7d1f09f1de3fb7b3712135a8ddc45da71a6f2b1ed67 SHA1: 252b4807b2608d7918a2d74c8e80d0ff45f04df8 MD5sum: b39fa4e6bef60714da65c630c8d375ec 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.20260908.231316 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.20260908.231316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-generic-sensor/ros-kilted-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260908.231316_amd64.deb Size: 271446 SHA256: 17d0756c56c58f83fd25137f7672e071d88d43e1212895ef6b04c92d7be029ae SHA1: a3b5dec657845605089b42cd0ee9a7b726f42560 MD5sum: bc69d63df286670386960e85e41c7f59 Description: debug symbols for ros-kilted-mrpt-generic-sensor Build-Ids: 84cf0fdeadf3119823daf62e7a752b3a1123fad7 Package: ros-kilted-mrpt-graphs Version: 3.1.4-1noble.20260907.114948 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.4-1noble.20260907.114948_amd64.deb Size: 188632 SHA256: 242b827c0acc0b1a662124c6d870b3af5210b43916b2ad5bbd0312cdd9df2731 SHA1: 20254171cc13c51e9b7a65485b6a1d338cda6c69 MD5sum: bb42e11a3847c3c00990498c003aad3a Description: The MRPT C++ library mrpt_graphs Package: ros-kilted-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-graphs Version: 3.1.4-1noble.20260907.114948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1002 Depends: ros-kilted-mrpt-graphs (= 3.1.4-1noble.20260907.114948) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphs/ros-kilted-mrpt-graphs-dbgsym_3.1.4-1noble.20260907.114948_amd64.deb Size: 978950 SHA256: ea9976655c632475f4ff826ca57c395592dc8f665d2372a275a2ec9ee0a5f7c4 SHA1: 19c7e669b5c2db03074c830c63edfb7d5d6febea MD5sum: 7b544a7f5013e340889c0cf640d109d6 Description: debug symbols for ros-kilted-mrpt-graphs Build-Ids: 82ea1f4422ebee23921829c0a4fa25dd7e8de0d7 Package: ros-kilted-mrpt-graphslam Version: 3.1.4-1noble.20260907.120659 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.4-1noble.20260907.120659_amd64.deb Size: 116912 SHA256: e65b739f1e8a082d7ed1beb5407d998721e6b98814469dab125260882a8925d1 SHA1: 51718eb4535160a4505d39934e15f57f90c2562f MD5sum: 31cd822d3aab1233785073b449c2169e Description: The MRPT C++ library mrpt_graphslam Package: ros-kilted-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-graphslam Version: 3.1.4-1noble.20260907.120659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 417 Depends: ros-kilted-mrpt-graphslam (= 3.1.4-1noble.20260907.120659) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphslam/ros-kilted-mrpt-graphslam-dbgsym_3.1.4-1noble.20260907.120659_amd64.deb Size: 392244 SHA256: 5296a98d76702f975cc07039dd4a17981cd881b11e93583b271535ca919c280b SHA1: 8d6c1b3efb6217ad1848372423cb43ca0618566c MD5sum: 313ae261ad9d84cf3193efa3546e32a5 Description: debug symbols for ros-kilted-mrpt-graphslam Build-Ids: 5712447f7b27ff4701f6d2b5cf560a8983a65136 Package: ros-kilted-mrpt-gui Version: 3.1.4-1noble.20260907.115458 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.4-1noble.20260907.115458_amd64.deb Size: 939114 SHA256: 141ee9bbf9b4004c4a43fadbefad936c8c4f48ece1a1c339c91c0eec761e3771 SHA1: 78d80e93cab18fdc87cad1293082da09f3b6fa49 MD5sum: 43611a99b59aecf066c233e32dbd7060 Description: The MRPT C++ library mrpt_gui Package: ros-kilted-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-gui Version: 3.1.4-1noble.20260907.115458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15881 Depends: ros-kilted-mrpt-gui (= 3.1.4-1noble.20260907.115458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-gui/ros-kilted-mrpt-gui-dbgsym_3.1.4-1noble.20260907.115458_amd64.deb Size: 15679354 SHA256: 7cc2a957739bf84634a0677f46a7a1d2e4b736009058a84874a40816b092b5ca SHA1: 19ad2b4bd3bbf2b9128bcef246abf8767a671863 MD5sum: c198ebad4a1d0ce7a9124309bc38696d Description: debug symbols for ros-kilted-mrpt-gui Build-Ids: 2c47a6099bb43b3b4d9eaa8939cd7c84c144fb19 913df4164717c78ff1793797a58c5e8c1609375d Package: ros-kilted-mrpt-hwdrivers Version: 3.1.4-1noble.20260907.120151 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.4-1noble.20260907.120151_amd64.deb Size: 372248 SHA256: 93067fdbfef73bc1b1913727228f8d3debc3b7f2ba42333e5eed4f8c3b9a1812 SHA1: 5559389157f47279e1f82cb3cea04055afb371eb MD5sum: d8d60432149da4ef968a24510e4664fb Description: The MRPT C++ library mrpt_hwdrivers Package: ros-kilted-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-hwdrivers Version: 3.1.4-1noble.20260907.120151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6049 Depends: ros-kilted-mrpt-hwdrivers (= 3.1.4-1noble.20260907.120151) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-hwdrivers/ros-kilted-mrpt-hwdrivers-dbgsym_3.1.4-1noble.20260907.120151_amd64.deb Size: 5874592 SHA256: 5bed0b9796bb2261de6161a2992bb2ce3c2fef9655e727d764b3528eee9d24df SHA1: c12854d7d832cee8f0fe6a332fc90ccdb486cf38 MD5sum: ee04a5463858ab7162539f50178dadab Description: debug symbols for ros-kilted-mrpt-hwdrivers Build-Ids: 06b04f21f33f272006926adb6af2118cfda4ff03 Package: ros-kilted-mrpt-img Version: 3.1.4-1noble.20260907.113650 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.4-1noble.20260907.113650_amd64.deb Size: 471260 SHA256: ad9402a33e988d2b3130ff09c62a288b356c60f4ea28439147ad351ca6cce69a SHA1: f5d69244bd075d408cc3951b8b10a383236e14b2 MD5sum: daab1233ac04fe56d38c0fdcdeaf5e2a Description: The MRPT C++ library mrpt_img Package: ros-kilted-mrpt-img-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-img Version: 3.1.4-1noble.20260907.113650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3627 Depends: ros-kilted-mrpt-img (= 3.1.4-1noble.20260907.113650) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-img/ros-kilted-mrpt-img-dbgsym_3.1.4-1noble.20260907.113650_amd64.deb Size: 3543342 SHA256: 9f516725b46b696592d30e45ebc1f527ffc1128621691506d8f4fac0364a8a3d SHA1: 420d93d1bf9294fedcbd02f1529c5c3d7e25b7b7 MD5sum: 5375896d54e76ef2d47854f49f390cbe Description: debug symbols for ros-kilted-mrpt-img Build-Ids: cea7189efcc77b3e0f4ff1dc26fa1d0ca8d60205 Package: ros-kilted-mrpt-imgui Version: 3.1.4-1noble.20260907.115458 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.4-1noble.20260907.115458_amd64.deb Size: 16334 SHA256: 452b26318400fffebb446b93ba91cac63a39f714e110d140989b1d13dc7bc2db SHA1: 45999507978ed59c6fb1281a3d4c0f7d0f576b2e MD5sum: c6e0c67b1c04a0cac40e3579a742e951 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.4-1noble.20260907.115458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 335 Depends: ros-kilted-mrpt-imgui (= 3.1.4-1noble.20260907.115458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-imgui/ros-kilted-mrpt-imgui-dbgsym_3.1.4-1noble.20260907.115458_amd64.deb Size: 325364 SHA256: 31508987f982a7ba2d1f74d20c8a2bdc704b287e97def2120e92daac4b4b03ee SHA1: fedf67fc03c8d15fcff042ded18e2fd01102bbc1 MD5sum: e8feb4563a8ec184a73975dfa0f136ce Description: debug symbols for ros-kilted-mrpt-imgui Build-Ids: 0f9808aded1599325d7c545fc4717f3e964677ce Package: ros-kilted-mrpt-io Version: 3.1.4-1noble.20260907.111758 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 581 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.4-1noble.20260907.111758_amd64.deb Size: 168992 SHA256: 87ccebafe3e5d1f5e48c107343593fa6184e01bc81adb2082af1c236198cc56c SHA1: cd0fd29a6f6f22c91e51815915d8d7b75b477236 MD5sum: eabd4572a3391a0d1c3b3c8176992aed Description: The MRPT C++ library mrpt_io Package: ros-kilted-mrpt-io-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-io Version: 3.1.4-1noble.20260907.111758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 741 Depends: ros-kilted-mrpt-io (= 3.1.4-1noble.20260907.111758) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-io/ros-kilted-mrpt-io-dbgsym_3.1.4-1noble.20260907.111758_amd64.deb Size: 688650 SHA256: 477da532f505203aba28742db7e81638787ec93fa792800e5f19b143aa9ffb3c SHA1: cc5678f5bfc19a7fd3590694fd5710bd3e730670 MD5sum: ed0e28bacea28ff505d7e543a73c32df Description: debug symbols for ros-kilted-mrpt-io Build-Ids: d58c1ecbaf225e24a35996aa66bf76ff98dfcb3d Package: ros-kilted-mrpt-kinematics Version: 3.1.4-1noble.20260907.114938 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 366 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.4-1noble.20260907.114938_amd64.deb Size: 116346 SHA256: 1183c302161c7291e7ddde4f7ab67e88347b17ed8725741d2bf32231a86ac4ac SHA1: 915e3c99b82b80b330a6ef4d81e4a42d724c40bd MD5sum: 03e46c2ac57d46d209ed0198b84afa0a Description: The MRPT C++ library mrpt_kinematics Package: ros-kilted-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-kinematics Version: 3.1.4-1noble.20260907.114938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 518 Depends: ros-kilted-mrpt-kinematics (= 3.1.4-1noble.20260907.114938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-kinematics/ros-kilted-mrpt-kinematics-dbgsym_3.1.4-1noble.20260907.114938_amd64.deb Size: 476204 SHA256: 3f4283da628d280431bc54a35a0e99f2112651dbae2bb566402670627e9bca8c SHA1: 03edf1b9e02fc4d56f12250e2358421b04dfcc9b MD5sum: e02944873c26ea06c95fd3dfe84dee25 Description: debug symbols for ros-kilted-mrpt-kinematics Build-Ids: 3936aa989a6bf35421f5770b9a499fa88ab1abfc Package: ros-kilted-mrpt-libapps Version: 2.15.21-1noble.20260813.224041 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.21-1noble.20260813.224041_amd64.deb Size: 434446 SHA256: af36093534a24229cdaf03e170f236064b774fc2dc9970fe498c29d9b8aacf97 SHA1: 621204fb152eb3f1dc71b59f5f651a270e9c84a9 MD5sum: 1ef59eee6eaa35aac319c63eeeb369ae 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.4-1noble.20260907.120747 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.4-1noble.20260907.120747_amd64.deb Size: 244268 SHA256: b4946802d6af1d1482f93dcd43b6fc88227855e5e4466fffceba1910790752d0 SHA1: 9f04b47d18972bc6369bc76925b3379c69883f9d MD5sum: 57826209b940ec30e99e25aa3cafb9e1 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.4-1noble.20260907.120747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5652 Depends: ros-kilted-mrpt-libapps-cli (= 3.1.4-1noble.20260907.120747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-cli/ros-kilted-mrpt-libapps-cli-dbgsym_3.1.4-1noble.20260907.120747_amd64.deb Size: 5488286 SHA256: 404b492991c9c569f7c04b898af262b5706e743bfbf6e7f72e89620af7b4b174 SHA1: 00f9501120ea6fe4da197a56d132129d9bd5bf41 MD5sum: 37b123044f2ed97ac423a902e35b1022 Description: debug symbols for ros-kilted-mrpt-libapps-cli Build-Ids: 801c3de81c3ea5c86e5c2386cc97154a701033d7 Package: ros-kilted-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libapps Version: 2.15.21-1noble.20260813.224041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9701 Depends: ros-kilted-mrpt-libapps (= 2.15.21-1noble.20260813.224041) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps/ros-kilted-mrpt-libapps-dbgsym_2.15.21-1noble.20260813.224041_amd64.deb Size: 9485826 SHA256: 2ac634196f863dc1809207ee8527b8b36763827a899943ae919f344a990c30c5 SHA1: b21bc42400fe1efd5d093f6fb99f55c55600d647 MD5sum: bec61180f414fef52122ad2d15575a57 Description: debug symbols for ros-kilted-mrpt-libapps Build-Ids: d2219aed405f6d8818e66fe5e8ce7fc8054fcb6e d682e0e7abc5fddfe53d85dff61edb65760301b5 Package: ros-kilted-mrpt-libapps-gui Version: 3.1.4-1noble.20260907.121259 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.4-1noble.20260907.121259_amd64.deb Size: 183548 SHA256: 6f19be54881caee19ced36006dfd206db799103d095f699ae806e859f4da0da5 SHA1: ef0d013647767df5a4b7873af4de5cdaa03b9d91 MD5sum: ba8a45fb05aab9b62a8de0fd52cea33a 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.4-1noble.20260907.121259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3883 Depends: ros-kilted-mrpt-libapps-gui (= 3.1.4-1noble.20260907.121259) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-gui/ros-kilted-mrpt-libapps-gui-dbgsym_3.1.4-1noble.20260907.121259_amd64.deb Size: 3797960 SHA256: 9242764c641b23c9b5057faad0c0dad5be9177071f65700c29795ee236fba839 SHA1: f45689e11e6fbcd51da487b99782a7a491e04405 MD5sum: d4485749dcb402ba34a10dd65a2540ef Description: debug symbols for ros-kilted-mrpt-libapps-gui Build-Ids: 368371e6a4cc0294146a7c0854c3cfeccb4524bb Package: ros-kilted-mrpt-libbase Version: 2.15.21-1noble.20260813.190213 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.21-1noble.20260813.190213_amd64.deb Size: 1137200 SHA256: 3a695ec6147c41faabce4f9419ef095fc067ccf94d72817b625f39c2a5052984 SHA1: 31786a1903328e0931193debe89d32114bdda0e0 MD5sum: 3362d457b5b054a52151e9285362481f 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.21-1noble.20260813.190213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7672 Depends: ros-kilted-mrpt-libbase (= 2.15.21-1noble.20260813.190213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libbase/ros-kilted-mrpt-libbase-dbgsym_2.15.21-1noble.20260813.190213_amd64.deb Size: 6246082 SHA256: 1fa7026b5289290d377bb5aeff8d0cdf1317a807b4092479161adee79c7d863b SHA1: 22abb40f804177da5ed5a7f11c07c01e72ee96db MD5sum: c868abd1d9fe232947be88779464d200 Description: debug symbols for ros-kilted-mrpt-libbase Build-Ids: 0c3882c5af9dc6149cd09c3d939687c28ea1ce80 0fcb4b4e44d8a1143ecbb7deae753f7420b83f9f 1e77d0d3971064394e8e26b9a5123eb2ea07ff08 2173bf119ce488dc6b6fbc741c504c9a33148747 289829dd3e87574d5c19d7768c616d7ae6c2416d a7b8ba4df379b006cfcbc6b07f27271a3d0628bb bc35584df0131907d952e0349078a1adc70aec3f e4888b78c9aebe14a186668350d555fe31ffffa6 e8fcf96c3b92f0368f766ece4c3ad3bbdb98ec69 Package: ros-kilted-mrpt-libgui Version: 2.15.21-1noble.20260813.203728 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.21-1noble.20260813.203728_amd64.deb Size: 826058 SHA256: 71668b70e75a68b0602d83be64d1437b2b0a24df7b607d44ebab069e4c0aa555 SHA1: 18a01352421f1e1fde9ab5fd388b12b94e739abd MD5sum: 9ef226f6212de4796f64ff6b8391a9c4 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.21-1noble.20260813.203728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15211 Depends: ros-kilted-mrpt-libgui (= 2.15.21-1noble.20260813.203728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libgui/ros-kilted-mrpt-libgui-dbgsym_2.15.21-1noble.20260813.203728_amd64.deb Size: 15001998 SHA256: fa4c2bd19f5336fb4a84a54195aa11a75f5d0ce3b20f2d0375cd105d62aa8360 SHA1: 74acd1c470fb628234cddec69c1dd3826b866be9 MD5sum: 9d1e06167bc53411d4e9e9b3d5ae4740 Description: debug symbols for ros-kilted-mrpt-libgui Build-Ids: 8f9e1aa61a2845379a6396fd5c79b32edd8bc52f b01b09df17290c15e499dea68e5d9fd2ede148f4 Package: ros-kilted-mrpt-libhwdrivers Version: 2.15.21-1noble.20260813.221340 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.21-1noble.20260813.221340_amd64.deb Size: 1177674 SHA256: 470065bbca79a0e88236123700045560c7673f7783a3b2e275463ab2026ebe54 SHA1: a8e54be9e78591d87d71342d1bcf148a6d68e004 MD5sum: 31690fb45b1567a142705fff264b6e82 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.21-1noble.20260813.221340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14180 Depends: ros-kilted-mrpt-libhwdrivers (= 2.15.21-1noble.20260813.221340) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libhwdrivers/ros-kilted-mrpt-libhwdrivers-dbgsym_2.15.21-1noble.20260813.221340_amd64.deb Size: 13707646 SHA256: f403eac98b969e82db85fdb81c78a33f44b49ffcc6b9def74e8301033d54992f SHA1: b608d4e3c2f496c1d716032d06fc10dc6c306f8d MD5sum: 6a565481c712087d4b1489eca1ac5f00 Description: debug symbols for ros-kilted-mrpt-libhwdrivers Build-Ids: c7eeece2e05a3b40262093c20ffcb837ec6c92e9 da39ac6e71a69a0091e346e502201b2d478b79a1 Package: ros-kilted-mrpt-libmaps Version: 2.15.21-1noble.20260813.210831 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2980 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.21-1noble.20260813.210831_amd64.deb Size: 827534 SHA256: 3047cad45bdd2ac6aa060cdc09745f7e56cc5eab065c286a74fc7996533d72b4 SHA1: 3bcd33b3fd43be4318a0b52356e03c2afbfe1922 MD5sum: 4eb223c44e555ddbf2ac4849ff2adbce 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.21-1noble.20260813.210831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17176 Depends: ros-kilted-mrpt-libmaps (= 2.15.21-1noble.20260813.210831) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmaps/ros-kilted-mrpt-libmaps-dbgsym_2.15.21-1noble.20260813.210831_amd64.deb Size: 16701918 SHA256: 13a803a8f865ccb2b2f2cad8ea573414c944d8fbf5b1f5a1e0d3b781fb0ac593 SHA1: f81efe1d41a7f1c49af4af6b6c6fc7d30c44b33b MD5sum: 0736b8a882754308f021b03cbf5d1250 Description: debug symbols for ros-kilted-mrpt-libmaps Build-Ids: 1e3e6b48f45543f23d7c47d2e616aea69119fe7b 379bb78eedbbdb3b784c291a870ab9df31d0fc9f Package: ros-kilted-mrpt-libmath Version: 2.15.21-1noble.20260813.193337 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3476 Depends: libcxsparse4 (>= 1:7.0.1), ros-kilted-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-kilted-nanoflann-vendor, 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.21-1noble.20260813.193337_amd64.deb Size: 883472 SHA256: fd2df42c6612309872a6b58aec7940685baf7152d6ea7f3650ba93efe9cfbb1d SHA1: f391b8f32793894bf98fde1bb62696198c045eaa MD5sum: 0cc2219071fb6ec9c87898669f38820c 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.21-1noble.20260813.193337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 82953 Depends: ros-kilted-mrpt-libmath (= 2.15.21-1noble.20260813.193337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmath/ros-kilted-mrpt-libmath-dbgsym_2.15.21-1noble.20260813.193337_amd64.deb Size: 83067736 SHA256: bad0cf408a1bf4e1f06e10a1635cebca81806d75c791e1a73c0e19483b5aa867 SHA1: 06c4c034ac45a9f117b1ddf3801bfd42c0c61aa9 MD5sum: 300cbb0a307c17d780210300a732a284 Description: debug symbols for ros-kilted-mrpt-libmath Build-Ids: 13599c4d635a2404ea66ae0b4ab9160d9fe50e43 Package: ros-kilted-mrpt-libnav Version: 2.15.21-1noble.20260813.214032 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.21-1noble.20260813.214032_amd64.deb Size: 394470 SHA256: 94441b48b8bf724f88957a53389e6630e560c7ff33907e39d6459ce5ed00e739 SHA1: f0610336e8784bfd30a3b50ddcf80a4901fb3d49 MD5sum: 966ab89c72174f82aedb0f312f3b0e14 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.21-1noble.20260813.214032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7626 Depends: ros-kilted-mrpt-libnav (= 2.15.21-1noble.20260813.214032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libnav/ros-kilted-mrpt-libnav-dbgsym_2.15.21-1noble.20260813.214032_amd64.deb Size: 7398718 SHA256: 2f4d84ff9b7a1ca840de94f5d3561ce922ba9dc8e8206391a1cc91170b0cc2a9 SHA1: 7c462815557a32924210bf5fd25d08298fd57df2 MD5sum: 39c60454f43f8e13c3007e88bf2de088 Description: debug symbols for ros-kilted-mrpt-libnav Build-Ids: 38a46b59632a564f4d1f4abdf39f42eebabc40d6 76b154b37c72aab81c03153df3618b5dbc5a513c Package: ros-kilted-mrpt-libobs Version: 2.15.21-1noble.20260813.203749 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.21-1noble.20260813.203749_amd64.deb Size: 703334 SHA256: 83b0127085a5fb73643b6c5385ee5f17f816bfb9e6347c1f74fcb5ec4456bb43 SHA1: 555acdac55fb7436a8f3167e099931e462036018 MD5sum: 14cfa0f0b1b612e783487159fefd5a9b 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.21-1noble.20260813.203749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9399 Depends: ros-kilted-mrpt-libobs (= 2.15.21-1noble.20260813.203749) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libobs/ros-kilted-mrpt-libobs-dbgsym_2.15.21-1noble.20260813.203749_amd64.deb Size: 9091036 SHA256: 175e6d724e44c19b99b90db34661d20dcb274b3d2d8dbbc3662afc151e540d97 SHA1: 7cbac899c26f7ca7a6b6821dfccc8076636caa90 MD5sum: cac9940b14b2e76d844f3139f891c47a Description: debug symbols for ros-kilted-mrpt-libobs Build-Ids: 3fe60c3af771fe6c41ca5b316c5bce01ec1bfcc4 ae77ef0be0ca14823bed0894f689bb04488c7fc3 Package: ros-kilted-mrpt-libopengl Version: 2.15.21-1noble.20260813.201758 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.21-1noble.20260813.201758_amd64.deb Size: 1270194 SHA256: 6da7b157bcb0a33187b9c5adc173ffb07aa43fba6437fcf7436952a9c26bf6e5 SHA1: f27d100f5b0b3823bda984e6beef10189c01652e MD5sum: 042d87d49ae8bfa0c7624b0a22e7b9c7 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.21-1noble.20260813.201758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15487 Depends: ros-kilted-mrpt-libopengl (= 2.15.21-1noble.20260813.201758) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libopengl/ros-kilted-mrpt-libopengl-dbgsym_2.15.21-1noble.20260813.201758_amd64.deb Size: 15140738 SHA256: 24aff1a490a17b4978e07509800e964de77bb016f673ad6d664b22b054e74e96 SHA1: 00543a5f55dcd1e61e3b58ef0951031b7a07ed14 MD5sum: 1b0b67bc4ee75103db509638481beaa8 Description: debug symbols for ros-kilted-mrpt-libopengl Build-Ids: 10de6d8ffcc7d8745693f01d8760f95d9640f9cb 9e5b68abbec0bdfeb6005f24643c01b9a591ace3 Package: ros-kilted-mrpt-libposes Version: 2.15.21-1noble.20260813.200004 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.21-1noble.20260813.200004_amd64.deb Size: 460772 SHA256: 63097baec5129ec50d0a654f92ed2890c4cf530e6cfb92e357fcfb3c767c7835 SHA1: ae2dc8faf1980f338cdac004c6b3152c819b713f MD5sum: ffc808b1f01f0224df06a110a38d1e50 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.21-1noble.20260813.200004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16578 Depends: ros-kilted-mrpt-libposes (= 2.15.21-1noble.20260813.200004) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libposes/ros-kilted-mrpt-libposes-dbgsym_2.15.21-1noble.20260813.200004_amd64.deb Size: 16438288 SHA256: 43639bdecc464bfc7b5f428b5ce0260e7e135ada6c9724148cb8bee36a375f30 SHA1: cc51482aca1d04dfe387f5283a4b753dd7b1b18b MD5sum: 3ff9e5e2588b67ad14ce7589733a11b8 Description: debug symbols for ros-kilted-mrpt-libposes Build-Ids: 12619d8e4a75b3127e2fcf1ab5d1c7c0ee4074d3 4c9490890f158577a5fe6b173e5f97febbadf5aa da5a9cd91f3198e1c207e7860e6294e73b5f34a1 Package: ros-kilted-mrpt-libros-bridge Version: 3.5.3-1noble.20260908.224845 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.20260908.224845_amd64.deb Size: 122676 SHA256: 63acb8c8e38e19d0da7d2768731d6f4694a473e6d4a17b66903618c24e0d86ce SHA1: 92fd317e807aa6ad3f67650e8416a4834a206628 MD5sum: cdda517c04ad455c1964dc0fe7369d84 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.20260908.224845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2786 Depends: ros-kilted-mrpt-libros-bridge (= 3.5.3-1noble.20260908.224845) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libros-bridge/ros-kilted-mrpt-libros-bridge-dbgsym_3.5.3-1noble.20260908.224845_amd64.deb Size: 2702082 SHA256: a06161ba41d0a07812be4b174ea4995b59872637c61c29aee01bf2a684223f38 SHA1: 69a9a4dd974753521bc295768aac0e5a5a93f3c6 MD5sum: b45caef815b110ebfe8cd8c50c823c68 Description: debug symbols for ros-kilted-mrpt-libros-bridge Build-Ids: ab69ea6447c9ab8434fd4d90dbc5c11f3e6d96ed Package: ros-kilted-mrpt-libslam Version: 2.15.21-1noble.20260813.214039 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3204 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.21-1noble.20260813.214039_amd64.deb Size: 1002712 SHA256: cf020c6b3e42557969468b9ddee25e8e322efc8d4624b8522c83b2f1b3bd603b SHA1: 7ddd3608d7cba42f124f27ced3c0735945ed4dc1 MD5sum: fb867ec6d3e585032c2bb98d45ba375b 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.21-1noble.20260813.214039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41587 Depends: ros-kilted-mrpt-libslam (= 2.15.21-1noble.20260813.214039) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libslam/ros-kilted-mrpt-libslam-dbgsym_2.15.21-1noble.20260813.214039_amd64.deb Size: 41439374 SHA256: 8feec28736378ddc2c07dc8a331b52b6c6b2feab58373e92be747ed70e1eb8b4 SHA1: 9429580d5b7b55c0ac4343f5a34d78ab0cebbacf MD5sum: 85757d8dcb7c84a13c2a504951e2b6eb Description: debug symbols for ros-kilted-mrpt-libslam Build-Ids: 0b6645d52bf9255e4be5b720063de74b7eb7cd30 97a5ab6e52b2e416ff7f07359d0be71b30547ffb Package: ros-kilted-mrpt-libtclap Version: 2.15.21-1noble.20260813.193345 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.21-1noble.20260813.193345_amd64.deb Size: 24850 SHA256: c01f9603fa97c1c98ef129fcd9ba63c6975ea4e3d1e09f45bf9e65ad9ea6ca56 SHA1: fae42a380f2467be3fad8e3c599eaa8057e96b83 MD5sum: 3cbf00f448d88d147db66ac81497716d 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.20260908.230511 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.20260908.230511_amd64.deb Size: 141078 SHA256: 7e8c92317d9ef7dbabb15e3a0449f6698b112d447572daacc47debfe42ff0ef4 SHA1: d375af48d7cd2c7c6d8bd6ec6dd45f82e2774309 MD5sum: afac1c0a944d46e782136270f0f279fa 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.20260908.230511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 3304 Depends: ros-kilted-mrpt-map-server (= 2.4.0-1noble.20260908.230511) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-map-server/ros-kilted-mrpt-map-server-dbgsym_2.4.0-1noble.20260908.230511_amd64.deb Size: 3055598 SHA256: b9859f3b955046a28b2971facadb33f49a43c96e28a239762240b5ef9e5f4586 SHA1: 11d28021d561273537014cd6dd9600c46adf95cd MD5sum: e01a4ddd85fa6d650926939319dcc2b0 Description: debug symbols for ros-kilted-mrpt-map-server Build-Ids: 92cc4845d941c1ad11c7d890de0a2bb64cbfd780 Package: ros-kilted-mrpt-maps Version: 3.1.4-1noble.20260907.115450 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2740 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.4-1noble.20260907.115450_amd64.deb Size: 813120 SHA256: b9a922202c9c5815ed44dabf69a0324fa1d106ac9a942b8d6722c1c97465517e SHA1: 30fdadbf3346c6d58cf6dee8ff473ee84cb8fb5d MD5sum: 1e30bb7974e3f8ff901f1482074de586 Description: The MRPT C++ library mrpt_maps Package: ros-kilted-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-maps Version: 3.1.4-1noble.20260907.115450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13283 Depends: ros-kilted-mrpt-maps (= 3.1.4-1noble.20260907.115450) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-maps/ros-kilted-mrpt-maps-dbgsym_3.1.4-1noble.20260907.115450_amd64.deb Size: 12860852 SHA256: d1558e3af7cbc37d8a899ad8a00fb14aca99431b8c7705c23e49d2b06fc20f61 SHA1: b6a6c1cff94197411927601655588c9b24db810e MD5sum: 93566b62e8ec9ea2bade0a9d68040bea Description: debug symbols for ros-kilted-mrpt-maps Build-Ids: d1aec0ae257b86f8d6aec7e66781bd9e37b74c18 Package: ros-kilted-mrpt-math Version: 3.1.4-1noble.20260907.111723 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4743 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, ros-kilted-mrpt-common, ros-kilted-nanoflann-vendor, 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.4-1noble.20260907.111723_amd64.deb Size: 1304704 SHA256: 02945c0e86f32c641895cdc417b6df2202efbf95748536bf7d0a4cf3e2241f2a SHA1: 7f076d99f60994a380792d5ae48ad84ac3056cd7 MD5sum: 3dab9620273394648be7b740448629a6 Description: The MRPT C++ library mrpt_math Package: ros-kilted-mrpt-math-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-math Version: 3.1.4-1noble.20260907.111723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 85090 Depends: ros-kilted-mrpt-math (= 3.1.4-1noble.20260907.111723) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-math/ros-kilted-mrpt-math-dbgsym_3.1.4-1noble.20260907.111723_amd64.deb Size: 85285294 SHA256: dc5daf45e836c741b84fd67ddc86ae3ffa1a33ca61fe04ae40117520539e1132 SHA1: 1caf43f54feaf777248e758f2ea741e92722e6cf MD5sum: 6b8e3fa50121551e69a31d3a1ccd8d4c Description: debug symbols for ros-kilted-mrpt-math Build-Ids: 3a6afc5715a5e33001933d3ed0af28e2e6fd692a Package: ros-kilted-mrpt-msgs Version: 0.6.0-1noble.20260908.194307 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3517 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.20260908.194307_amd64.deb Size: 259110 SHA256: 37b1d42910be8f336c2ed814671eb7d6c92555608255c08db0b89575cd0ddf48 SHA1: f972778a53cccb930753bbd2ce9cd4d66251aa05 MD5sum: 69a21e96d0105e9474ee31d95fb9db6f Description: ROS messages for MRPT classes and objects Package: ros-kilted-mrpt-msgs-bridge Version: 2.4.0-1noble.20260908.230052 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.20260908.230052_amd64.deb Size: 36298 SHA256: 1a81832d1a64bcc43e3d2cb0bb8916ab00ad3e45c48686c69a018af23766a0ab SHA1: cebb34c23d085d10772556b3116d2f741ab37cca MD5sum: d9cf89bceb2a8a27b9c60cb0cbff6ba0 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.20260908.194307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2862 Depends: ros-kilted-mrpt-msgs (= 0.6.0-1noble.20260908.194307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-msgs/ros-kilted-mrpt-msgs-dbgsym_0.6.0-1noble.20260908.194307_amd64.deb Size: 2389222 SHA256: 6ad1e89c56f906b68c60a27b922631ae3a22d45ec8dfb2e11ea9e44fe8ef8c91 SHA1: 3cb64eaeecc0af74da121e6fe0a141a1a2de4299 MD5sum: 0db540b55a6ebee55bf1bdd2858c9e8f Description: debug symbols for ros-kilted-mrpt-msgs Build-Ids: 0122f84f8af7a185dfe74272418d8bd3539a1664 102b58ff58425eb9d47f8abaea92aeef72fdb964 42226919c0433965c68f88cb97a6eeada521434c 5d60e2ce1d167e1e74c3e974cc03efbc8aaca10b 7a7dac72dba82b1e7d161a8490c8703c7d4fbb01 89d7eb8f6fbf21aa859b72d4127e059a2e21b19d aac03640bacda5d6dc96a20227d7b418d9963754 ab008692d7b96fe5a33a091d68edba19c3f2172a bfb07f7ee59e468950f9d8f615a6a1ee2e0c74f3 e6f35e874bacb5e0d18d4bb7309a6e34b8dd1388 e8d91d02184cae1bf7d74fc502ac163beef86689 Package: ros-kilted-mrpt-nav Version: 3.1.4-1noble.20260907.120217 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1198 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.4-1noble.20260907.120217_amd64.deb Size: 371624 SHA256: debbf9f382f0749e05fc484e103fbbb8c3a8e5282b6edb60db06a403a34da87a SHA1: 28342745c14d83036ae8bc0ac01be739ad2ffd64 MD5sum: 931ef786cbfbf7b453670b0a50850157 Description: The MRPT C++ library mrpt_nav Package: ros-kilted-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-nav Version: 3.1.4-1noble.20260907.120217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6986 Depends: ros-kilted-mrpt-nav (= 3.1.4-1noble.20260907.120217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav/ros-kilted-mrpt-nav-dbgsym_3.1.4-1noble.20260907.120217_amd64.deb Size: 6804438 SHA256: b896a85e06ecb0a1f514f7e536688c62f9abebaee1583d5c530a5e63994c6280 SHA1: b33e1952a8696e3ed57a057c4cf43f8a23586e1f MD5sum: 1927a941daa984036f4c0cedeeab79f1 Description: debug symbols for ros-kilted-mrpt-nav Build-Ids: 7719cda1718da986a10b3d41e3d9ab32d2d9a73f Package: ros-kilted-mrpt-nav-interfaces Version: 2.4.0-1noble.20260908.194857 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 5667 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.20260908.194857_amd64.deb Size: 347418 SHA256: 5821ac1f1ebb0ec4026f8d1eedf70714606f01449a41e0a8829ecb2dca0087c5 SHA1: fc928ec750a14f2ed5b4b4529b6de7130e36ec87 MD5sum: 4b24814e325fe8fc8eee47eacabeebba 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.20260908.194857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3588 Depends: ros-kilted-mrpt-nav-interfaces (= 2.4.0-1noble.20260908.194857) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav-interfaces/ros-kilted-mrpt-nav-interfaces-dbgsym_2.4.0-1noble.20260908.194857_amd64.deb Size: 2747960 SHA256: 2d0f51bbdb30b72a6b81e9f084d2abaf12ad5968f07f80d4ff6c15026dfd4a47 SHA1: b0eec7411a1449a05f8b8a7b77216892a8d6825e MD5sum: 46522c7a3b86830062c7202317162bea Description: debug symbols for ros-kilted-mrpt-nav-interfaces Build-Ids: 002f12727eaca57d61101fb2fb8aac97f6cbffa2 2cf4f9cb16533d357c2e3fc8725c58ca4c9f739d 308ee3485cf62aab89adc609378dc07f643acec3 3c8668fa018dea2a70a31ab4a67ff52c632cbf69 a034707425a9f8cb1cdca6d8e5ecf6cb8f9fc565 a0792375a800ec7d69b22ead3d67013c82f002e3 a89553983bf8ebfcb238e909510bd375b437a62d c828bead1769a3b787c74974fb14700f65208552 d7af49c1a0b94c059cb1affe7f97e0a8ac85eeaf e3b0be1c06fce0fea108abd3d9b997efeaea72bd ec040976fe72712f7fc9a6bfb7a933ca5cdb5a60 Package: ros-kilted-mrpt-navigation Version: 2.4.0-1noble.20260909.012757 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.20260909.012757_amd64.deb Size: 6334 SHA256: 5bfe6664679b08cb9400484fa49885081f1e5255ad8746c923df59a98278a5fc SHA1: a971368214c193c2d681291aab036a294049b36b MD5sum: 6b2ac859639c81c75450576ec56b4d09 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.4-1noble.20260907.114938 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2269 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.4-1noble.20260907.114938_amd64.deb Size: 783614 SHA256: bf6efa7f2950a5878e433e8cca5971a3b0c4abd63527ab187c7189d2deee03e4 SHA1: 67f76c0c9daa48f5ac0a299b0ab6f1eddd34561a MD5sum: 6a3ca706fe44ba1086196b84baa7da20 Description: The MRPT C++ library mrpt_obs Package: ros-kilted-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-obs Version: 3.1.4-1noble.20260907.114938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8163 Depends: ros-kilted-mrpt-obs (= 3.1.4-1noble.20260907.114938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-obs/ros-kilted-mrpt-obs-dbgsym_3.1.4-1noble.20260907.114938_amd64.deb Size: 7884310 SHA256: cfb0397582c22c32e826fdc8e3a18305fcc82365d58e4d3b037cbe6f8824f401 SHA1: 195d2a74bbf7c8fac2454a57587fcbd5fb11547b MD5sum: 641ae5ede2125b488b77cd307cde4131 Description: debug symbols for ros-kilted-mrpt-obs Build-Ids: 755a54f134d90841cad97b62f97329b8dddb2d73 Package: ros-kilted-mrpt-opengl Version: 3.1.4-1noble.20260907.115006 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.4-1noble.20260907.115006_amd64.deb Size: 300612 SHA256: b58d690ced76d59e9bfe72536c6ed707c92054972321916c3377b90c0a8e9f77 SHA1: fac232fd21d224071c325dc1b5416a1e030e85a3 MD5sum: 5cb889acae1a048daf9e67a19eaca33f Description: The MRPT C++ library mrpt_opengl Package: ros-kilted-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-opengl Version: 3.1.4-1noble.20260907.115006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4453 Depends: ros-kilted-mrpt-opengl (= 3.1.4-1noble.20260907.115006) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-opengl/ros-kilted-mrpt-opengl-dbgsym_3.1.4-1noble.20260907.115006_amd64.deb Size: 4388690 SHA256: a63095b2a8102a0bec95a0e71eb6c925a2c0a66b88c289fe5246fd59a7868651 SHA1: c9f7721501b7b624e6f6322ec35f644803bf97b2 MD5sum: 7822bcec35c3442466d25b88b032e8b2 Description: debug symbols for ros-kilted-mrpt-opengl Build-Ids: ed42f7d5b8f7e1577444a4ba6d0893c44481ea43 Package: ros-kilted-mrpt-path-planning Version: 1.0.1-1noble.20260909.010351 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1418 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.20260909.010351_amd64.deb Size: 455192 SHA256: fa05aa57c59e6161ec4b0a19d72241db35cd121215b633d2462d6f30c1f72239 SHA1: ad0665acf1bc40a38d58c6b5bbb8b5dcbe71233a MD5sum: 9d8e4d491b4ea22b4afd396b99cde5f1 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.20260909.010351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10546 Depends: ros-kilted-mrpt-path-planning (= 1.0.1-1noble.20260909.010351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-path-planning/ros-kilted-mrpt-path-planning-dbgsym_1.0.1-1noble.20260909.010351_amd64.deb Size: 10311526 SHA256: 27c5e8d35c00c61c2bcd2e77ed50688655646b142cd478676b392409a3a53c8c SHA1: 2a1ccf4d7f8a3ad22c21b2053ef59d6c130430fc MD5sum: 730dfc066a82851db1015c2882f29c5e Description: debug symbols for ros-kilted-mrpt-path-planning Build-Ids: 796efa8dd4f61839fd089c2359f4d85bace3f6d6 9c998456f7a445abf9b563e5427de9f4bf4378a1 e5889466d8d1cfa7b85bbe1f7215694c8297068c Package: ros-kilted-mrpt-pf-localization Version: 2.4.0-1noble.20260908.230850 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.20260908.230850_amd64.deb Size: 564030 SHA256: a38c78d47c2f4d9658dc0edf16f368b42a06eb10588315634350d677fbdc1de7 SHA1: 3396c0dd1b1841ad9154104e0ab5d6baccfbb50b MD5sum: 8aab220e3c924f2d785349a2ddb45941 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.20260908.230850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 20082 Depends: ros-kilted-mrpt-pf-localization (= 2.4.0-1noble.20260908.230850) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pf-localization/ros-kilted-mrpt-pf-localization-dbgsym_2.4.0-1noble.20260908.230850_amd64.deb Size: 16846878 SHA256: e7c7706d4599cd0a5e6a82418a62b3e8095b3e3a83881772fb2d3dd7da8bed07 SHA1: b2542e924e050364c8eb27660828e5b3d7238559 MD5sum: f374f37a6ac60ed6fb71b9f6a93a9d99 Description: debug symbols for ros-kilted-mrpt-pf-localization Build-Ids: 18163a8cb720c8d5d3f845c364fe6677e215ccd4 43f8db83aaf65e1253c58ca8935c25b67849c3af 5bce0f43a6c1115910d591cfb93d3c1ac4dcf8de bbd9a2b0771aea89fc69a48fd3969d2ed75d66a5 Package: ros-kilted-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260908.230110 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.20260908.230110_amd64.deb Size: 263804 SHA256: 7bcd46cb4bd192108c398e67d4b58153a5e398cc8cb561207b8e98667328f74a SHA1: 6e47dc9fafde1fa619fe61edcec8d2c70dbdff0c MD5sum: c2bc599d5249f57418adba7fd6c7d12d 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.20260908.230110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9549 Depends: ros-kilted-mrpt-pointcloud-pipeline (= 2.4.0-1noble.20260908.230110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pointcloud-pipeline/ros-kilted-mrpt-pointcloud-pipeline-dbgsym_2.4.0-1noble.20260908.230110_amd64.deb Size: 8249040 SHA256: 9b3d60ec1914d347ee78d9155c8e33a2e43c8eb218a95c59f3cead27e0d36fba SHA1: 8a22b0c86a498a4fcbe363a79ff36848a3a3f0f1 MD5sum: f736164c7f47ca43b3d14f0b7820b2b1 Description: debug symbols for ros-kilted-mrpt-pointcloud-pipeline Build-Ids: 18192acb4f0d05f511f5c59705cf9d813eb1caee cbb2eadc70c1ef996de67423fdab724c7b4cb690 e1d6c5356c7f1addcc1756b0f165a75546f0b798 Package: ros-kilted-mrpt-poses Version: 3.1.4-1noble.20260907.113833 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.4-1noble.20260907.113833_amd64.deb Size: 533976 SHA256: 0af9b4d6d5601878dab630575757e62194afc63e24d445c3205e7b4fb728c8c2 SHA1: 8ba34dd513df378fb95b12dd36dc52cf4d3ace70 MD5sum: a4df51ba5d2f4f65a9d3ad84d9999a1c Description: The MRPT C++ library mrpt_poses Package: ros-kilted-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-poses Version: 3.1.4-1noble.20260907.113833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16170 Depends: ros-kilted-mrpt-poses (= 3.1.4-1noble.20260907.113833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-poses/ros-kilted-mrpt-poses-dbgsym_3.1.4-1noble.20260907.113833_amd64.deb Size: 16103954 SHA256: f1240ed55909c0fab7acdbaa6ff898b0c01b49474e8534c5318afc716ac0a4f2 SHA1: 50c1e734323d9d168aed08b8f607038d619ed3dc MD5sum: 3f67a9880542aee9156de53c15bf2e32 Description: debug symbols for ros-kilted-mrpt-poses Build-Ids: dca61b590808aefc43838ac163474a6728d5b3e4 Package: ros-kilted-mrpt-random Version: 3.1.4-1noble.20260907.110832 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.4-1noble.20260907.110832_amd64.deb Size: 82478 SHA256: 155fd59bd00e5436100152a359130d4512c5b9d103fa1aae781c3dc8e1002ac9 SHA1: 8a1649a8e8763cd0331d5c9bb09c8d0206bc9ea5 MD5sum: d62fefb5fc155d85249a6bc9f8a94bf2 Description: The MRPT C++ library mrpt_random Package: ros-kilted-mrpt-random-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-random Version: 3.1.4-1noble.20260907.110832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 49 Depends: ros-kilted-mrpt-random (= 3.1.4-1noble.20260907.110832) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-random/ros-kilted-mrpt-random-dbgsym_3.1.4-1noble.20260907.110832_amd64.deb Size: 34752 SHA256: cca7f495a09df88c200865759f5ce8ff747ef869196ca4fa22c4ea49420ecb80 SHA1: 67761fefd88185d9d85a240578da2eda1663ab69 MD5sum: cc1922100690a1aab36f173db8f55ce1 Description: debug symbols for ros-kilted-mrpt-random Build-Ids: 4c96e1d020c080a1522f3d88cba6dc7d4856f8d7 Package: ros-kilted-mrpt-reactivenav2d Version: 2.4.0-1noble.20260908.225706 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.20260908.225706_amd64.deb Size: 328156 SHA256: d32a470255afaa897999150130409e06412c8b69949495773addb46ffade2d58 SHA1: c35eebef5c0e6b51568e0720575edd08792c5c51 MD5sum: 30cd3f39bd539305b6fbf10d3b49d9fa 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.20260908.225706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9019 Depends: ros-kilted-mrpt-reactivenav2d (= 2.4.0-1noble.20260908.225706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-reactivenav2d/ros-kilted-mrpt-reactivenav2d-dbgsym_2.4.0-1noble.20260908.225706_amd64.deb Size: 7368748 SHA256: 47d063943603b01dcb6d3370fc1a5c4e895cce356ac8c3c7c6514016feecfdff SHA1: 47fd5a97128cb638c9f03dfaed0013e52980bc26 MD5sum: 13a61ffbf23ca5d452ebaef362c1cf21 Description: debug symbols for ros-kilted-mrpt-reactivenav2d Build-Ids: f16f0652f0f088bc79fb91b121fb4714439cac7f Package: ros-kilted-mrpt-rtti Version: 3.1.4-1noble.20260907.111144 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.4-1noble.20260907.111144_amd64.deb Size: 88702 SHA256: 34f058f7fe4e4f71b6db4767232999fc7dd656b521b0bc0f7ad6950480618894 SHA1: a278a0ca6f8ad3a4bb0f3c9997c0ade2f55ffd6a MD5sum: 18e7153adc9e5d8f31abdbb0ba68384f Description: The MRPT C++ library mrpt_rtti Package: ros-kilted-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-rtti Version: 3.1.4-1noble.20260907.111144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 242 Depends: ros-kilted-mrpt-rtti (= 3.1.4-1noble.20260907.111144) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-rtti/ros-kilted-mrpt-rtti-dbgsym_3.1.4-1noble.20260907.111144_amd64.deb Size: 221334 SHA256: 0794971a910080e4bb29754e58b9e72a2b956b38a1b9bd3d0cd20354b7e6d878 SHA1: ad8ccad1dbdfbef50d5602662789d063239b6ef6 MD5sum: f0ce67dde47e0b537ea3004cfd81756b Description: debug symbols for ros-kilted-mrpt-rtti Build-Ids: e478b04d070f180d07ec14dc4fd25f2106e20973 Package: ros-kilted-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260908.231314 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.20260908.231314_amd64.deb Size: 135458 SHA256: 7b4a5a172cfa9e85ecee73a242003021e9268bd24700e3a838b0d87307076933 SHA1: 0a2af9d462fa012ebbb7528891be1a1b3ebb6ad2 MD5sum: 6164c06c7e5a0b831b54d95d09296376 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.20260908.231314 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.20260908.231314) 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.20260908.231314_amd64.deb Size: 844212 SHA256: 5e6ff96bb41c70635cd4c2ec29c3c15dc52e892b0f481e7e8f8da21915501f12 SHA1: 1874a85bc5a0a1468c8989fd2f299bf910d53dbe MD5sum: 8159f84b4b5a0b38dd2ebf83d10c2571 Description: debug symbols for ros-kilted-mrpt-sensor-bumblebee-stereo Build-Ids: bb1a81d7fbe637b1fe09da821bb3444a9f25590e Package: ros-kilted-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260908.231233 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.20260908.231233_amd64.deb Size: 156296 SHA256: 32ad467eb02718228dcc79535e006558f7b308a5fe2daf551e0fbe31208f6174 SHA1: 835a89b58c873628a6fbe12b854fbf9dcf5818e7 MD5sum: 589178dec1dd89fadda953e2c77ea936 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.20260908.231233 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.20260908.231233) 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.20260908.231233_amd64.deb Size: 1481030 SHA256: fee819598a5be256b6d8331c05ec2c35db290cbfa35e8314dc89070467bb0fc9 SHA1: e5dc95c6e9d6828b4afd65d5df4972f323eaa4b6 MD5sum: a2fb79f0f2361e6cf47205b0701e2ef0 Description: debug symbols for ros-kilted-mrpt-sensor-gnss-nmea Build-Ids: 060160ee66be17483d7572ab0a4c05c014799198 Package: ros-kilted-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260908.231317 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.20260908.231317_amd64.deb Size: 278138 SHA256: 8fbbeef0bba8337c0c05b96df1fba7ae23ff9f0562ef0a7e5ac2a2c9b213b981 SHA1: 188ab997021d53c82ea3c7084bf03d1bdf0c31e3 MD5sum: 4ee09101d346cf065beaedc42c71ff79 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.20260908.231317 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.20260908.231317) 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.20260908.231317_amd64.deb Size: 4384994 SHA256: 4fad8be4f88fab576224af7b05743f5ace49388341c7c8996cbe887d7f77f2ae SHA1: cbf64174529dcc110add288e8120510e3859b0ea MD5sum: 7efd39b00daca6278531170d75fa8319 Description: debug symbols for ros-kilted-mrpt-sensor-gnss-novatel Build-Ids: 160b58dfb782d498b23df2a31ad4df27c691c1a3 Package: ros-kilted-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260908.231325 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.20260908.231325_amd64.deb Size: 112798 SHA256: efd4655f316fa3ee14798de351fd7adb9af7299658c44a90f7c62481d4da000b SHA1: fd2bc95bf5887667cf961efaa79e952e60b9988b MD5sum: b5c74ab81fc8fd95868a31ae10d8d122 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.20260908.231325 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.20260908.231325) 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.20260908.231325_amd64.deb Size: 298984 SHA256: 9badcf65ab00b6d205eb394bc9ec44947cd6d103983e2d93aa266de615351adf SHA1: 7fb10922ff3c463cfe3f9e0a006401464d5b93a3 MD5sum: d1841872337b65059d8b1a69400cad26 Description: debug symbols for ros-kilted-mrpt-sensor-imu-taobotics Build-Ids: 6c641fc42cc5a2b6af8d1b9e928ea6c88a6a1928 Package: ros-kilted-mrpt-sensorlib Version: 0.3.0-1noble.20260908.230503 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.20260908.230503_amd64.deb Size: 114956 SHA256: 6d6024cc7390e34e11bbc410138c113820d93da087c572e1921b2df359215b05 SHA1: 954295ee839900f349d34d356484639a079d27d4 MD5sum: 5f76a35f351d7059785bbf839ac7461a Description: C++ library for the base generic MRPT sensor node Package: ros-kilted-mrpt-sensors Version: 0.3.0-1noble.20260909.005641 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.20260909.005641_amd64.deb Size: 5578 SHA256: dd349de28f3559ca0ff02b43b04a371b183139d5951b9214bfc59884438ccdd3 SHA1: 1421b2a0b72673f4c9e2bf2dd797cea38a4fd9b2 MD5sum: 21881b6d1078e451e2fa0ad34a393767 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-kilted-mrpt-serialization Version: 3.1.4-1noble.20260907.111419 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 368 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.4-1noble.20260907.111419_amd64.deb Size: 108178 SHA256: 09fd669c32a708342b0a5ca9354b0f69360dae8296508e182b1d94ba457aa98f SHA1: 9ed325d98d9adeea98cd8cea2aee011ed807ff03 MD5sum: 4ddc9b4d1e652a35ade8d0dc5d5023f9 Description: The MRPT C++ library mrpt_serialization Package: ros-kilted-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-serialization Version: 3.1.4-1noble.20260907.111419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 384 Depends: ros-kilted-mrpt-serialization (= 3.1.4-1noble.20260907.111419) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-serialization/ros-kilted-mrpt-serialization-dbgsym_3.1.4-1noble.20260907.111419_amd64.deb Size: 355530 SHA256: 7c81e9500a8685d01f8eaaeea436f2c6703a9fc8b1f0bae7997411654bb92217 SHA1: d721d42cff5ae98943b814e1623f1ecd967e630e MD5sum: e04bdf166a3882d32147832c64af4eb4 Description: debug symbols for ros-kilted-mrpt-serialization Build-Ids: 9d484397af74bdfcb555c7b78f160d0d0aa5be30 Package: ros-kilted-mrpt-slam Version: 3.1.4-1noble.20260907.120150 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1760 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.4-1noble.20260907.120150_amd64.deb Size: 564784 SHA256: 2ccba8a7201e64f706c2dd688ad70782a0292a46ddf3406baf6632c9950f1ac1 SHA1: 83e2e814c1da1e47f1734a0f99dbb5613cb7fe58 MD5sum: ec898183bcb35383a290dff17608e13e Description: The MRPT C++ library mrpt_slam Package: ros-kilted-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-slam Version: 3.1.4-1noble.20260907.120150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8066 Depends: ros-kilted-mrpt-slam (= 3.1.4-1noble.20260907.120150) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-slam/ros-kilted-mrpt-slam-dbgsym_3.1.4-1noble.20260907.120150_amd64.deb Size: 7853136 SHA256: a7964e218d816d96ec2ae6b679ee04d16f987753b77f57eeba5ab8281672f8d8 SHA1: a0ba08ce5ff8896bb60675a913389bcc979bf80d MD5sum: 7064d2765b51c9d9a974da1d958527b9 Description: debug symbols for ros-kilted-mrpt-slam Build-Ids: 5d44a16399672a469aa314199d9d4f2cb2cfad2d Package: ros-kilted-mrpt-system Version: 3.1.4-1noble.20260907.111422 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 718 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.4-1noble.20260907.111422_amd64.deb Size: 230186 SHA256: 99e95d57cdfa7ddfdd64b79e04538a3cc9f51803331cbb6e772eb5f7d1f58069 SHA1: a3aeb06bb6ff87b4527202e48c535f14ac647f0a MD5sum: 2c9bf985a1f09e92d81f3668907c555e Description: The MRPT C++ library mrpt_system Package: ros-kilted-mrpt-system-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-system Version: 3.1.4-1noble.20260907.111422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1422 Depends: ros-kilted-mrpt-system (= 3.1.4-1noble.20260907.111422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-system/ros-kilted-mrpt-system-dbgsym_3.1.4-1noble.20260907.111422_amd64.deb Size: 1352892 SHA256: b3d446b42431e364e7f19baa9be28993802775e916c4c66c2c4321706bc7e6d6 SHA1: 045819a491cb5526d3012f6a91fbc85b68d92d47 MD5sum: 5e40c9b14ed4a3e9e368e2992b28957d Description: debug symbols for ros-kilted-mrpt-system Build-Ids: 8cdaed482c8402a4048b7fbaabdb5e93646eb651 Package: ros-kilted-mrpt-tfest Version: 3.1.4-1noble.20260907.114408 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.4-1noble.20260907.114408_amd64.deb Size: 125016 SHA256: b3de01e2a64435dcf2b985a49fce64d3baf0985aa108aec6a559ac3914e50d84 SHA1: e65030e3182126a26438076eacad1d678038730c MD5sum: 53a643f11da871b9b009e7066e3132a5 Description: The MRPT C++ library mrpt_tfest Package: ros-kilted-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-tfest Version: 3.1.4-1noble.20260907.114408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 737 Depends: ros-kilted-mrpt-tfest (= 3.1.4-1noble.20260907.114408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tfest/ros-kilted-mrpt-tfest-dbgsym_3.1.4-1noble.20260907.114408_amd64.deb Size: 713350 SHA256: 71b393ebc050914d800163b792ccc7437ad518a8252491b2c95c8fec066ddaa4 SHA1: dd9048214eac390f85a7724f0f9771fed926972a MD5sum: 6a4c3d6ce1056b2cfaf78a300a868c41 Description: debug symbols for ros-kilted-mrpt-tfest Build-Ids: 63f09ec7320f5d2c03880e60ad3ae981e7a372fb Package: ros-kilted-mrpt-topography Version: 3.1.4-1noble.20260907.113644 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 289 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.4-1noble.20260907.113644_amd64.deb Size: 94526 SHA256: 37b2dbfe761ff2d03faa511f5d295ec923ed310995726288fb92fb0e98a5716f SHA1: 4b633961ff9368e8f9a136d2d7a4f6d8f25ecb40 MD5sum: c3a054129cfb19583018355c76f42fa6 Description: The MRPT C++ library mrpt_topography Package: ros-kilted-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-topography Version: 3.1.4-1noble.20260907.113644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 128 Depends: ros-kilted-mrpt-topography (= 3.1.4-1noble.20260907.113644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-topography/ros-kilted-mrpt-topography-dbgsym_3.1.4-1noble.20260907.113644_amd64.deb Size: 107760 SHA256: 50a9d76ece9a6ae5194f0409df1cb851bb4dd88d7324fbbb6c69e9bdac9e96a9 SHA1: 3eca30f3b90d2934ee894035f1c81354694ff9a8 MD5sum: 90a51d25263b76a6f2ab43d4f635d882 Description: debug symbols for ros-kilted-mrpt-topography Build-Ids: 586d45f06f7433bc56404b3c1eca17e78e0d6c9a Package: ros-kilted-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260909.011820 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.20260909.011820_amd64.deb Size: 239444 SHA256: febd58c7e1775ac77a31cec44df7a507d85e73e59179c7d9f3941a8217d682dd SHA1: 538b290ba135e6eaeb4890b1d174ceec95e57ece MD5sum: 63f260ce2b876c9390760817a64beddf 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.20260909.011820 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.20260909.011820) 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.20260909.011820_amd64.deb Size: 5114816 SHA256: febf2cf13ad20eaae1f56bdf366239c4f07dc5c80bf65edca478cb6ff9e920df SHA1: e86fb6a1fd38219682ccfbccf230d7e2ecb4f75a MD5sum: d217c12fe00d0c227c3599d8474e9766 Description: debug symbols for ros-kilted-mrpt-tps-astar-planner Build-Ids: 638682d683e904e84de79f5a46051af54561dd9a Package: ros-kilted-mrpt-tutorials Version: 2.4.0-1noble.20260909.005458 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.20260909.005458_amd64.deb Size: 5993296 SHA256: 6cb9458736c46e069ebf9482f227e057d4795bf049ebf8ced3912949a5104435 SHA1: 3183b53ebf76cb520cd0cae5728b0c2d31845278 MD5sum: 2245e375f57ee195d0e0451b9aa15f1a Description: Example files used as tutorials for MRPT ROS packages Package: ros-kilted-mrpt-typemeta Version: 3.1.4-1noble.20260907.110931 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.4-1noble.20260907.110931_amd64.deb Size: 10044 SHA256: 879f864a33e4907f51c3ad04ac49153a43b22144b8b35b3f4052291a97ceeb88 SHA1: b0f0d519b90f70fe40bd239754f966d53cc6de67 MD5sum: 1ddca9d7f609223bb6c1b94ad17e3831 Description: The MRPT C++ library mrpt_typemeta Package: ros-kilted-mrpt-viz Version: 3.1.4-1noble.20260907.114416 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.4-1noble.20260907.114416_amd64.deb Size: 644598 SHA256: cebf5d0e9799e632f37621b48cb2f4344fabae243e4b07576b03b23765c11745 SHA1: 4d1f39cdfbc447ad4731cfca5588ffc0742b8c5e MD5sum: cb8c65a7c865df88d126669e95c07170 Description: The MRPT C++ library mrpt_viz Package: ros-kilted-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-viz Version: 3.1.4-1noble.20260907.114416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8720 Depends: ros-kilted-mrpt-viz (= 3.1.4-1noble.20260907.114416) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-viz/ros-kilted-mrpt-viz-dbgsym_3.1.4-1noble.20260907.114416_amd64.deb Size: 8501894 SHA256: 5caf887dcb7c1eb676048220d2a8654676b9b2a896d52bc927c3abf1976c0680 SHA1: cbbdab5f6c42fa2a994b0f8553f2bc49b3b47537 MD5sum: 20ce3b88f0f051e78dda8d28439ec643 Description: debug symbols for ros-kilted-mrpt-viz Build-Ids: e5ed91c6f7ab6655964f8a14f3375aebe7aeb162 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-3d-lidar Version: 0.1.2-1noble.20260907.190443 Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 150 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), ros-kilted-mujoco-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mujoco_3d_lidar/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-3d-lidar/ros-kilted-mujoco-3d-lidar_0.1.2-1noble.20260907.190443_amd64.deb Size: 24236 SHA256: a1db9723284fe9a099b9d070cdfdf4e4c5482ae59221e2a336112a38f96a6f4e SHA1: d219ea767cf095c23f5ae762c1f0f2afc04ee653 MD5sum: d72b75203a517055fc659123048f4db0 Description: Plugin for mujoco to use raycasters to simulate lidar Package: ros-kilted-mujoco-3d-lidar-dbgsym Package-Type: ddeb Source: ros-kilted-mujoco-3d-lidar Version: 0.1.2-1noble.20260907.190443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 195 Depends: ros-kilted-mujoco-3d-lidar (= 0.1.2-1noble.20260907.190443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-3d-lidar/ros-kilted-mujoco-3d-lidar-dbgsym_0.1.2-1noble.20260907.190443_amd64.deb Size: 176374 SHA256: d3c593eaecb48cf6754d620ebcaa79d54c19bb934eb2cb709a0f5cb2657d5988 SHA1: 818f6233ba18d83c561a51cc7b38fdf36877dc69 MD5sum: 9fba0a167aeee032c1f35b3d1f9ae35e Description: debug symbols for ros-kilted-mujoco-3d-lidar Build-Ids: 9b91f5d0c947355529b10cdc857b27eb13aa5576 Package: ros-kilted-mujoco-ros2-control Version: 0.1.2-1noble.20260909.002508 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2278 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, libeigen3-dev, libfmt-dev, libglfw3-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-backward-ros, ros-kilted-control-toolbox, ros-kilted-controller-manager, ros-kilted-geometry-msgs, 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-realtime-tools, ros-kilted-ros2pkg, ros-kilted-rosgraph-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tinyxml2-vendor, ros-kilted-transmission-interface, ros-kilted-urdfdom-py, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control/ros-kilted-mujoco-ros2-control_0.1.2-1noble.20260909.002508_amd64.deb Size: 609564 SHA256: 473f3cf3092eadffb958aa98f434383fe13d83aa3c46fb6fa7f8b4a0f8d82945 SHA1: 05b3020526a787d9ca842980f299d6acdd4f5b93 MD5sum: 8a17f12a9d01436e94ac80db38095294 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.1.2-1noble.20260909.002508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7830 Depends: ros-kilted-mujoco-ros2-control (= 0.1.2-1noble.20260909.002508) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control/ros-kilted-mujoco-ros2-control-dbgsym_0.1.2-1noble.20260909.002508_amd64.deb Size: 7183510 SHA256: 416e3291f8259ff2036c7336168fb446da742bfa4bf8eecda7def0ab198f9994 SHA1: 7b698c79ec7b5197f8ffb106ebc8b635a1a097d3 MD5sum: bc3006ff87f600e3708d2412e7bb3f64 Description: debug symbols for ros-kilted-mujoco-ros2-control Build-Ids: 53408afa6ef73e3837540f82175a7a15fc6a047e f270cb4b05670d479c5938cfd2a8692e47d0a99a Package: ros-kilted-mujoco-ros2-control-demos Version: 0.1.2-1noble.20260909.003151 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 147 Depends: ros-kilted-controller-manager, ros-kilted-forward-command-controller, ros-kilted-joint-state-broadcaster, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-mujoco-ros2-control, ros-kilted-mujoco-ros2-control-msgs, ros-kilted-pose-broadcaster, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_demos/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-demos/ros-kilted-mujoco-ros2-control-demos_0.1.2-1noble.20260909.003151_amd64.deb Size: 21612 SHA256: 31234bc632fc5afc9b3eaad69fafddc9e6fa53d9279de9368314944ef6a4e192 SHA1: 924c658d998653026342e96f04636a08c85f7abe MD5sum: 8bd96456f17e137881bccf8df0fd8e68 Description: Demonstration examples for mujoco_ros2_control package Package: ros-kilted-mujoco-ros2-control-msgs Version: 0.1.2-1noble.20260908.193740 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3457 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://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-msgs/ros-kilted-mujoco-ros2-control-msgs_0.1.2-1noble.20260908.193740_amd64.deb Size: 239066 SHA256: 450c30b375ee5a143065c499001fc91124ecc9dbd2f354b72fae563670cdf3a9 SHA1: eeba6f56b076d8091e06a120d21eeb95dce7e3bf MD5sum: cae4c2e44d23ffa1cd8493b9024362f2 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.1.2-1noble.20260908.193740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2639 Depends: ros-kilted-mujoco-ros2-control-msgs (= 0.1.2-1noble.20260908.193740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-msgs/ros-kilted-mujoco-ros2-control-msgs-dbgsym_0.1.2-1noble.20260908.193740_amd64.deb Size: 2122460 SHA256: 3a1a9039280e87129c60e81a0f3a34472fc019b34e394a00038bd029efcd4b74 SHA1: 72f0339e7345f4051dd4610686c554c544ec5872 MD5sum: 6f5fac4affeec42ca728a739e10abe4a Description: debug symbols for ros-kilted-mujoco-ros2-control-msgs Build-Ids: 1574de8aa8821f74be76535ce7de9a9500b2d2b3 1acf77a5b48b71301717b5204126fa501003034e 35b09e58bafde84c7a5224fac916946526fb3101 54cdaf37b987a3d63294f19f3938fdc90b4b9003 5ac9387d4f7514f450d4b41a28500ea0a9bf5dcb 5e026fdcd2b2aa75025581e77befd807fc50ccad 7b33fc2f150bad649845b379b2af0ce54464b0eb 97bf5dc6f56050c94c9bc2c2934fac84723fba91 b59cc5d5bfe92c4404be215266ec78bfa45b9134 b871f37fb1b18253ccac74b7ac98e6204bdcf212 d91634b9ffd01ec73371e48d238cac0a1f152119 Package: ros-kilted-mujoco-ros2-control-plugins Version: 0.1.2-1noble.20260908.224624 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 1438 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-mujoco-vendor, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, 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-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_plugins/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-plugins/ros-kilted-mujoco-ros2-control-plugins_0.1.2-1noble.20260908.224624_amd64.deb Size: 325024 SHA256: c104790417ac5eddd086b0e0486d8a09a4769809a526451acbfeae506bcbbe4f SHA1: 98ae5b4813003f94b644158a0398a6b938fd7a35 MD5sum: 3c6bab942b51b503e7e7092d51a60707 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.1.2-1noble.20260908.224624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7753 Depends: ros-kilted-mujoco-ros2-control-plugins (= 0.1.2-1noble.20260908.224624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-plugins/ros-kilted-mujoco-ros2-control-plugins-dbgsym_0.1.2-1noble.20260908.224624_amd64.deb Size: 6905150 SHA256: c7b3c60bae2f35b1e83f44d4c2debbd17f90ee82ed7ecc968b57d4d74659504b SHA1: 1d0cbd36a38ad65ef1e3938ecc7c0453959ab6be MD5sum: 79f12a91aaf8638e469cef095de3c1da Description: debug symbols for ros-kilted-mujoco-ros2-control-plugins Build-Ids: 5c7e8041bd2978e131b02c10ac86ed2f4dfee9c2 Package: ros-kilted-mujoco-vendor Version: 0.1.0-1noble.20260826.114002 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 83994 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.1.0-1noble.20260826.114002_amd64.deb Size: 21604040 SHA256: ca1e0fbd3be78720b56415c6f03b9467000bb51f26909094bd0c7fecb4d38e2a SHA1: 9f6421d6075a7bd7921c46741fa86a893a5580e7 MD5sum: 30d893db856c9a48b7cb9d497f7f5953 Description: Vendor package for MuJoCo simulator of version 3.12.0 Package: ros-kilted-multires-image Version: 4.0.3-1noble.20260908.234727 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 561 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, python3-pyproj, python3-yaml, qtbase5-dev, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-mapviz, ros-kilted-mapviz-interfaces, ros-kilted-marti-common-msgs, 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_4.0.3-1noble.20260908.234727_amd64.deb Size: 121734 SHA256: 51f3b07d7930ece4dd7d72d1c105081a139d24eb909566d569cbf2d3bbd59353 SHA1: 38cd98a75fc23c27a0731bb0d39bdb5233ad2cea MD5sum: 56860e332812719752a6cfd0c92a86a2 Description: multires_image Package: ros-kilted-multires-image-dbgsym Package-Type: ddeb Source: ros-kilted-multires-image Version: 4.0.3-1noble.20260908.234727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4900 Depends: ros-kilted-multires-image (= 4.0.3-1noble.20260908.234727) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multires-image/ros-kilted-multires-image-dbgsym_4.0.3-1noble.20260908.234727_amd64.deb Size: 4879796 SHA256: 0018586249e9064efb3e6f4ca21b1bdcd5f6adb681c473cb9599fdb711ab910d SHA1: 8ff04128be5fd3ea82064925d34d9fb4a4f5294e MD5sum: 3db9e80fd05169ca2134853754244c5c Description: debug symbols for ros-kilted-multires-image Build-Ids: 2bc917acc2d852643f59dd3caf96b88a6d390672 74b8d6e795fae6390c51fa89b6880c342d48481c Package: ros-kilted-multisensor-calibration Version: 2.1.0-1noble.20260909.000535 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.20260909.000535_amd64.deb Size: 8696466 SHA256: e79e4525a6ab316d3c633b50139ee051a22b7e8e1600079a86584f93d6741bac SHA1: fef2d506f8cd3cbe9f7993438a4a3c0aa12edd10 MD5sum: f287dce84b1ba80a7ee74d82bdc61764 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.20260909.000535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 111887 Depends: ros-kilted-multisensor-calibration (= 2.1.0-1noble.20260909.000535) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration/ros-kilted-multisensor-calibration-dbgsym_2.1.0-1noble.20260909.000535_amd64.deb Size: 108022886 SHA256: f7827aa32b42d376c04bb5226bc8e4f94086d6a6bd497e6db9915867c240a5ca SHA1: 1e961845ec27615b65d9505b9ea0282747f4c5ff MD5sum: 14fbd314e55abd7bbff3b78025e7ea56 Description: debug symbols for ros-kilted-multisensor-calibration Build-Ids: 12d87a52d13717cd5f8dc9917751eea5b6a061f7 242e11f2d76ed1ce90aef2b2e2b5df5242e35a84 4203cd8b6341ec81ace3a3068e9243c31d5a0175 5ed08c9d734377f6c9fda66f80a3ccb28948c1f4 803d96ae52eac86986145c8668d607697c555586 87ffd5bf4941fa05567a96113cf39ec27fb76454 b42454783e6b19f6b2b26e20cc80a17b20cde045 b834e5574ae3d26fa03bac08c3b624fb9039180e e273b1a88bfcecf300edeae216083bb0980815f3 Package: ros-kilted-multisensor-calibration-interface Version: 2.1.0-1noble.20260908.193527 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 6018 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.20260908.193527_amd64.deb Size: 355220 SHA256: 23fffe4817857a547b5200619bcb29a6a1a4e569c445fb8310b8b4749a9509b1 SHA1: c21eb64cbd02f8982abe06520dce6fb7f0ec22c6 MD5sum: 726933df081d3ea6d0a8dd4bc5b70fd7 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.20260908.193527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 4288 Depends: ros-kilted-multisensor-calibration-interface (= 2.1.0-1noble.20260908.193527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration-interface/ros-kilted-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260908.193527_amd64.deb Size: 3336242 SHA256: c99ee341a16a2ff6d078b671ccffe349154dd41b0792df6e172563e9fa4f6c78 SHA1: be731fb6141065d6b970c85be23bf58556dd8cf8 MD5sum: ad70a9c30721bb6a4cc51b8615e32702 Description: debug symbols for ros-kilted-multisensor-calibration-interface Build-Ids: 1195174f2e0c4ed7e589a691687b59e581c0bbfa 5f07967b3cca40532d5b1f6e3f6d9065aea4bf0d 666886f4244134eed2f97127526c8b569e23241e 7ae39a5136510e95f4d98e5a32f562d3cb75cc93 9826dcdcf1fa61fbbe8838b214aae4de621d9e61 999d550e6290cbba016285d093ae42e0f27b90ae 9ddf8199e5200df0a8c7cfee5f4938a6f861e1b0 b36c89112b78017c749c8ccb009ed6533265c8c5 e1535b101de3b6112beacaae698dacaee216fa8e e5fb15b90138dba092d5a4a9378e0e2bbea54ea3 ed6e09cfe03050a758f389dc153c39b38ecfa2f3 Package: ros-kilted-mvsim Version: 1.4.0-1noble.20260909.002655 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.20260909.002655_amd64.deb Size: 3219370 SHA256: b48f5a410e2126017afdbf57ceb18404db043aacb64bc75f1bdaaa0d06e11b78 SHA1: d2b63bb50f31639d33757e71c40e2e094b0a1ea8 MD5sum: 57f00a3ff719858afb6c0b803f2c79b6 Description: A lightweight multivehicle simulation framework. Package: ros-kilted-mvsim-dbgsym Package-Type: ddeb Source: ros-kilted-mvsim Version: 1.4.0-1noble.20260909.002655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 35961 Depends: ros-kilted-mvsim (= 1.4.0-1noble.20260909.002655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mvsim/ros-kilted-mvsim-dbgsym_1.4.0-1noble.20260909.002655_amd64.deb Size: 34757520 SHA256: 3f5e9080df49c4d29639b29dd0c863bf5ffc5c04afc48ce9b0907f72f33dd6c9 SHA1: 67532e0feceac5d458ec5287b458fd25471a0b30 MD5sum: b7d51fcc97c0d0ff807190ed6506ff69 Description: debug symbols for ros-kilted-mvsim Build-Ids: 0ccb21612de7d773f02b866fcb9fc0d484199528 21a3e1b02581cfa754f909ac99cf71bd19e1dee7 93857436dce53ce881be0a6c31ee56a3d54a57f9 a2f6c92aa9176db425e60226198d9cfa1ad92231 d650b0af90b51d91129912fb6a38d0bb0a3cf9b1 f8898c964160657811ae7652828ec5b973fd2dcd 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-nanoflann-vendor Version: 1.12.1-1noble.20260813.023100 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 200 Depends: ros-kilted-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nanoflann-vendor/ros-kilted-nanoflann-vendor_1.12.1-1noble.20260813.023100_amd64.deb Size: 43104 SHA256: a04cad624fce83c67da4a2f00a459fbd829ea01c9ed04cb985f7307d82e325b2 SHA1: 4caefd4cba3bb9eb1ebe9952a710b8c87afbc924 MD5sum: d0cad0b9479c4255e93634dc1ebaabc6 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.20260908.201620 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.20260908.201620_amd64.deb Size: 7362 SHA256: 54bc6990ebda42aa869ed5a972c2d2cd0e8fb9ce6a86ef17a2675d621db486fa SHA1: 0007c64f1cc75ae6d588a8f8a20b8033fc7392a4 MD5sum: b6188db90fc66d089ace621c67a5bf82 Description: Allows simulating button presses through command line interface Package: ros-kilted-nao-command-msgs Version: 1.0.0-3noble.20260908.194427 Architecture: amd64 Maintainer: ijnek Installed-Size: 1839 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.20260908.194427_amd64.deb Size: 129546 SHA256: 724bffcdefe448cea9c3acd66e2fb58109b7400bb0ae815be35b04917d8262ce SHA1: 16c02bdae066a030390e4cb1a23ab6a862302c40 MD5sum: 8f85679541c6e1e0f76000e73a6fa74f 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.20260908.194427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1332 Depends: ros-kilted-nao-command-msgs (= 1.0.0-3noble.20260908.194427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-command-msgs/ros-kilted-nao-command-msgs-dbgsym_1.0.0-3noble.20260908.194427_amd64.deb Size: 1052162 SHA256: 0c1a7a2fd9ef96deba01d9c66b8dcf04a8ceee25a6e759ac4bf57b54eaee5145 SHA1: 6c411fe7c7e832537edf6069c5e6e3fcfd796d45 MD5sum: f9918ba88dab19d6b72ecd7f417f4658 Description: debug symbols for ros-kilted-nao-command-msgs Build-Ids: 036eb37242def8aa906969b6436194a6da2c8a12 0618ab24fda20204b24b0726ef3ddc0f6a35881e 062dfbf6c5a550674f563b05790760a72f8b51a3 072a604050b91106b08fb98e70c6dd6f67847928 1ffd47c4a9952b1548fbbee5ea4ebc5bb740be08 2770b650f64cf2c35a11bf7ae9d25184f2db8bcf 27ae9e0903c029ebea2cd2404ffdfa0b05279399 3eb71353abb416860225ef9f220ce01b78690491 a8004f5100007d719639e3037cddcc503c7eec07 ba5e39f90295a7fbbec860582370bc33b09869bc bd501ae07e5ae7f4cb8dab8932cd6a38cb09033b Package: ros-kilted-nao-lola Version: 1.3.0-2noble.20260908.213816 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.20260908.213816_amd64.deb Size: 441932 SHA256: 3eb5c55c635df94cd391b494d5de324104cf43b8ae895c6a10cd99de5976651c SHA1: d1b21acb1cf93beac1761848f0b91f60f85b04e5 MD5sum: 188dbba80e72b16f78167512e8b577b1 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-kilted-nao-lola-client Version: 1.3.0-2noble.20260908.210259 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.20260908.210259_amd64.deb Size: 467538 SHA256: 35ee75875038a31bdd4621defde0393559ccb547da64a95d5de0676751ca8b8e SHA1: c18f6c720469f159c508adc8bb10e8d25868efd0 MD5sum: 894daa651b29d156d94f2f1c3451c363 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.20260908.210259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15685 Depends: ros-kilted-nao-lola-client (= 1.3.0-2noble.20260908.210259) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-client/ros-kilted-nao-lola-client-dbgsym_1.3.0-2noble.20260908.210259_amd64.deb Size: 12281078 SHA256: 84599757e3f141e99206dcb885d397e014541a91de2b0d6b47ee751a3e3f18a3 SHA1: 81dc0c280b24c93d560586f5f9ffdfb5a46b24c9 MD5sum: 60c4282e0c0276fe2384a67aeda623d0 Description: debug symbols for ros-kilted-nao-lola-client Build-Ids: 0df822bcdfc8e4a18a7fdce58fb1bce177207432 3e8ee3b0734d24931ba46892c86903a3456fb318 5900f7e6f50771a5643c9c26c5ce4aad15774878 c707a99e2e1dfe704b085e88e26a32e1b81c84b9 Package: ros-kilted-nao-lola-command-msgs Version: 1.3.0-2noble.20260908.194428 Architecture: amd64 Maintainer: ijnek Installed-Size: 1894 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.20260908.194428_amd64.deb Size: 131114 SHA256: 40912dea9791887bf74712d0507d8d5bd86958a57dba8cc492ae662bf0e4604b SHA1: 5a951f7e88f4967a74204721d402a69e863e3e6f MD5sum: 730693c35f6acd2496eb93005fcc7a5b 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.20260908.194428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1339 Depends: ros-kilted-nao-lola-command-msgs (= 1.3.0-2noble.20260908.194428) 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.20260908.194428_amd64.deb Size: 1054062 SHA256: 3586ca386d982b561f89d84cac4ba2f3260727ae23f734268531a8a05ae4611c SHA1: ab32965cf8e03fd6b1138ca6e411e97f6ced1668 MD5sum: e9ac8d721a139436e0f7316807918e6c Description: debug symbols for ros-kilted-nao-lola-command-msgs Build-Ids: 23953382539daf56d19728bf3b955f475e3340d8 3c111a6dd65f3c07221f28f5af62a33b5b27a239 4f66bf9a982151f447c93af22676465240986137 60abf1709d9db06de53853ca627df8ca2fa3ae0a 8dc83f9e74365456cdd867ee4bd85df01fadd9ff 955eab8f0b95078002372f7b5ebe46bedde61b19 a74e3c9de85985acfb1347e73bca712f96817e48 e4dcd8e0bd035eb04eb95edc1f559b93bef04c78 ea67c30e30a561e5a72ac74ac2151ab2c55049a7 ec52c45b60825197190a88936cb5b69671a4637b f098d105f2efb976dc2fab8d649a8144db63567b Package: ros-kilted-nao-lola-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola Version: 1.3.0-2noble.20260908.213816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14908 Depends: ros-kilted-nao-lola (= 1.3.0-2noble.20260908.213816) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola/ros-kilted-nao-lola-dbgsym_1.3.0-2noble.20260908.213816_amd64.deb Size: 11634490 SHA256: 280caf92b912df14774782518cc06c56edc201223ca85af5443c018a660d9af7 SHA1: 2c4bd7de67500b7a631e98f6e1259322755365cb MD5sum: 92bf323e4a711b54efd04ba448569562 Description: debug symbols for ros-kilted-nao-lola Build-Ids: 23ee84149da3ae3c293ecc170136e50281092d17 96062a8f586a2c7ca48a86935ba2185def5860b1 f4c26a986f6faebf9080cb05d7458e285a309d8e Package: ros-kilted-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260908.194444 Architecture: amd64 Maintainer: ijnek Installed-Size: 2189 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.20260908.194444_amd64.deb Size: 150204 SHA256: 4f5bb54b1a53599778f4c3f35948777975df60ae7a992c77a5c1e77f02495215 SHA1: 783ec375d97a154765ac3fef67005b94c3a52d30 MD5sum: 9fdb93fae5d6fec6a5ce1054925bc151 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.20260908.194444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1546 Depends: ros-kilted-nao-lola-sensor-msgs (= 1.3.0-2noble.20260908.194444) 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.20260908.194444_amd64.deb Size: 1222602 SHA256: f759172654513d512ccf1db54001e26f8e4547bb0be4d756b9e4a9e13d263321 SHA1: 805b8f2f4246c045e0c2296efc3d0ae80dacdc55 MD5sum: ae70ae3be08c7072b44bf6d524721c99 Description: debug symbols for ros-kilted-nao-lola-sensor-msgs Build-Ids: 52412d0a531c6a2e2edd7ff159385a3483a05925 57b97a6c0cd0f5dd7ec238e013c21745be318791 684c44c4ffbdfd41c06cb25ffeb65804294f5f7d 74364ac287998530bbfe09eef3b7e119a29f5889 768189514d72ee3b266de11b1fc1521152425370 78e32697849dd72c2f01d586776cbdfe34e55f22 7e896bac8857105735b8702a38c8c6d86fadafd4 971669769baba36d04fa4af3c22bf45556d7d7ae b820223b79a49af95c25627778d315fd42d4c9d3 d188d78b2d9eec158cca2fcdd7105e7ada613573 eb0e8abe6ee880c8ff7f55a80c2e4e7d4ab9c1f2 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.20260908.194449 Architecture: amd64 Maintainer: ijnek Installed-Size: 2133 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.20260908.194449_amd64.deb Size: 148824 SHA256: a0cb3445252f75f86378a25cf4f46df4c84baebc0a5212c433d93edaeae1b012 SHA1: 04c829a164758af91909217901188d1199a75cb4 MD5sum: 34d990c5e5a6219e79b8fc6c7f412f52 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.20260908.194449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1538 Depends: ros-kilted-nao-sensor-msgs (= 1.0.0-3noble.20260908.194449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-sensor-msgs/ros-kilted-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260908.194449_amd64.deb Size: 1220854 SHA256: 0f306f966e94641ecd9a73f465b78976a9d30c987aef30682ed8b94b25679afc SHA1: 92bbffbf5873b173d449f9e1efa639b9038ca6ea MD5sum: 87bf004e3819d98c0603ce88ddebffe5 Description: debug symbols for ros-kilted-nao-sensor-msgs Build-Ids: 12aa5f1842fdfd88f184b6dad3fb00374ad179a4 2786bbe05a8c043e4d296d204736f03868a6b612 2996dd7fb5dd7801fc5770159c87ba7a6a11e2f5 3e073d369f9b13638868f8c3203c79921ed536d3 62caa58380056fe76d0f742203cce3a1edbead90 726625a5c1d7e4650903f8037450bd0e964db3b3 7c3219c55a88561e659adbdf8683dae125cb9e41 9662fd6f08e3d4407dfb451f401d4b1426d2b0b5 da64ac8b39ceff12d8c43d5b4d3b417736e1c9f4 da76ec380b67d347d1cbbecbdd5f6aa2dc9f8705 f8f4bd5d841d984f28256a1d27ae889636ebdedc Package: ros-kilted-naoqi-bridge-msgs Version: 2.1.1-1noble.20260908.194204 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 23223 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.20260908.194204_amd64.deb Size: 1238436 SHA256: 344f98c29ac990c2d53c23a71107216503c1baacfde69f09813720886a1158c1 SHA1: 9a19c61115c8dcdf8e397717a870f813bec92502 MD5sum: bca3146ff2d563ee111e069916c93cee 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.20260908.194204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 14032 Depends: ros-kilted-naoqi-bridge-msgs (= 2.1.1-1noble.20260908.194204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-naoqi-bridge-msgs/ros-kilted-naoqi-bridge-msgs-dbgsym_2.1.1-1noble.20260908.194204_amd64.deb Size: 10514770 SHA256: 326b63563569d2a4730b91f4b681e996bb12fe58ead41ba4cfeed4b3a0e7c0ad SHA1: 2cac05b9a4b86230328b48c2d79d6e28af88d039 MD5sum: b0efb8b5cac298b8d70dae4d2fbc0594 Description: debug symbols for ros-kilted-naoqi-bridge-msgs Build-Ids: 071a1692ccc0edd7fe637a8dcac78a0d13fc4ac0 08965b6c798a4dd7073555215565b6804259fc37 4eaea490224ca9a66a63367aee340694cbb4939e 72d5f69a7de162eea34f49295e5271820083df09 837c7c81404f1948764f14cfc425033c193456ef 907ada1e05eeefa2da8c18ba9aa089ea604f7d0a 96ae788f85d797d360b2fe2fbf6147ce50fd0e16 b47d5bedc83006d1cce097c1699699641bd57d32 dcef4fe38dc47fce7734615d19662cfb5a65531e e42764c6a68d7d29d1fc9138c651ec1a6f79b5db faa22544e0cc6dbd65bff6001268b27a7903f6cc 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.20260908.193304 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1028 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.20260908.193304_amd64.deb Size: 81608 SHA256: d927ed4d2ea6b83a9a940602e1945a76298cd30ebe6a31a87f02703a8afaf281 SHA1: 52033ea143922d17a1d4026a47b9cf25f5ad9dd9 MD5sum: 9cb098fd508590bac00c5f8638b4e4d7 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.20260908.193304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 771 Depends: ros-kilted-nav-2d-msgs (= 1.4.2-1noble.20260908.193304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-msgs/ros-kilted-nav-2d-msgs-dbgsym_1.4.2-1noble.20260908.193304_amd64.deb Size: 602942 SHA256: 9efe51cc4b953c0012e94c06b4bdacbaf0aac387356cea0cc91df71a47c6d54d SHA1: 4e93cabc44df521cbc75da9321514bef744882f4 MD5sum: 985ff4db8c846d1a0388fbbb5b14104d Description: debug symbols for ros-kilted-nav-2d-msgs Build-Ids: 05f24744e7ed1556c0f087a41c913d26f1394304 0ca3e1a288c815e8a114ad7cd140633de03f5c4f 1cf3cc11aff9e661750f35c13f14dd679e7babde 33a0f5a7c727c4cf56b1a34cf2986a8e7f9ea390 93e42a968741631e05c67335ec647303be4d8fc8 bcda21f347dae071341f83e138a1cafcf915d285 d765cc4d1ccae0f99b5a8bea167a80f2e0056a22 e1acda21bf2838819b870e695a99ff8255839d00 f46c2c4b0ad05d3506f3c1a0470f89179115d14f fc035af629e9dd04411df8406a20ab6351622755 fc69a242e734f5b94b7dbe72ae7ec1fd05da820d Package: ros-kilted-nav-2d-utils Version: 1.4.2-1noble.20260908.230106 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.20260908.230106_amd64.deb Size: 25980 SHA256: d4a7862e717f3d5d622a0a3e8fc3aa6d0d2192096b34bb90b333bc3bc5b91e09 SHA1: 5451055263915f9759e3465b67cc6dc9c8616e21 MD5sum: 1f85f8454973e0560533712d05fda469 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.20260908.230106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 379 Depends: ros-kilted-nav-2d-utils (= 1.4.2-1noble.20260908.230106) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-utils/ros-kilted-nav-2d-utils-dbgsym_1.4.2-1noble.20260908.230106_amd64.deb Size: 352454 SHA256: 863280b726f65ef7656dd5eadd321e91db7374844e77a37d157c140852f2f69f SHA1: 77081b1add08d66f85e02be59984db6c041d8abc MD5sum: 23bd525f6c661d3649463531e082eb99 Description: debug symbols for ros-kilted-nav-2d-utils Build-Ids: 16a6e4ff589f7f6e9b6af92f13785ce97e94bfe2 2647bb667e071f423ea9cfc2f6c94f651d461290 517621620e37790ab0f25a6ee1adfb1664a3172e Package: ros-kilted-nav-msgs Version: 5.5.3-1noble.20260908.191922 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3189 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.20260908.191922_amd64.deb Size: 244224 SHA256: c086bfac2b92137f196063de5b9db9a5d3ba373873ceca9ce84fe538372710a8 SHA1: 57772c12a5d41640cd5800e10fa970c28e3fee20 MD5sum: d26ca3fbae07f38ee1079967e3a5d444 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.20260908.191922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2593 Depends: ros-kilted-nav-msgs (= 5.5.3-1noble.20260908.191922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-msgs/ros-kilted-nav-msgs-dbgsym_5.5.3-1noble.20260908.191922_amd64.deb Size: 2144296 SHA256: 44bbac5d6ff921c84c31808a292d3f7ef159af3f6bdeedfa9a07af659b2ff043 SHA1: 78b89437a4173288700b1a8cd08e4df36258724b MD5sum: dad1663e193191dcca2e3984e2c062b2 Description: debug symbols for ros-kilted-nav-msgs Build-Ids: 3618fff7dbf6eaf7a0cc8dab35d7c9419f46f8a3 41cac65bffabbe1ce6bb9dbd91e68704442afd58 59f9ddcc53c72b2931216fcb72bf8a1171a5e262 6e3fca6f4929a87684db6164e69b000cbacac742 77cb3f792693282af705c35c5d2fb141e48bb722 9426b5986e5c00e7d8583c62ce276cfaf019d986 9771803190becaa8df12a909318ff8309fb04c5a 99c1e58a526c4570773c0fa1cc69147cf8109d3f 9ad6ac0b1ae6559f00ecaa87aa3b48312e9bf8d1 d2c2917399155bfbe0207b7f8ed2fea1cc0e9645 d65ee28e95eaad6e9a310c63fab6479f6cc191e7 Package: ros-kilted-nav2-amcl Version: 1.4.2-1noble.20260908.230000 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.20260908.230000_amd64.deb Size: 401666 SHA256: 421eea2116d45cbf2e3b3ddb9c8700b8623331ba0154a01c9e329d93ef637832 SHA1: 36445381260ff7fe40dd48825976c4810b3ea842 MD5sum: 88e7cb81ed0f2a8ec446a86b5a248141 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.20260908.230000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 8288 Depends: ros-kilted-nav2-amcl (= 1.4.2-1noble.20260908.230000) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-amcl/ros-kilted-nav2-amcl-dbgsym_1.4.2-1noble.20260908.230000_amd64.deb Size: 7025126 SHA256: acedb8a9f436462b519387af24a9cb6b695f956c327c4cdb50e97744247ed0cf SHA1: e56b5afd72a399a30118135cb55198ef7f1c9ded MD5sum: a62fc39604859ebac1c6e92bc1eb0785 Description: debug symbols for ros-kilted-nav2-amcl Build-Ids: 18dcc07ad138049f3c17fa2218aedd8d943dada9 33af44e2e54b9dad34dfd0a7355667fb48b5efc6 3d92132b56bb496dfd7dd575f7986bc503d5c39b a6ed2b1e5bbb87404fd1077b76e5af90c7839f47 babcf183f47f274b2a08f09613c0e3705c9d4361 c22716979882181a74c10c959d615b6341537a1a Package: ros-kilted-nav2-behavior-tree Version: 1.4.2-1noble.20260909.070449 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 15972 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-action-msgs, ros-kilted-behaviortree-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-common, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behavior-tree/ros-kilted-nav2-behavior-tree_1.4.2-1noble.20260909.070449_amd64.deb Size: 2283330 SHA256: afe9b45348fc6b4740635b9ec76542835c7554243094973d637e67bc149c2c25 SHA1: e25a6cc382d16364ba7201c749e46172231c667e MD5sum: 4376f8fc8ac91765664c30f23d4d2cc8 Description: Nav2 behavior tree wrappers, nodes, and utilities Package: ros-kilted-nav2-behavior-tree-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-behavior-tree Version: 1.4.2-1noble.20260909.070449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 94268 Depends: ros-kilted-nav2-behavior-tree (= 1.4.2-1noble.20260909.070449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behavior-tree/ros-kilted-nav2-behavior-tree-dbgsym_1.4.2-1noble.20260909.070449_amd64.deb Size: 87796282 SHA256: d02c402cf3964ab8d4af2adbe2b0e545fc513de3a790953a21f80d6fc0dce441 SHA1: 20a520d0b52ed33953716e1b1e8e3f600eaa9801 MD5sum: 92470c344ada5bdadb52783e703481eb Description: debug symbols for ros-kilted-nav2-behavior-tree Build-Ids: 011b66628b05b43d12f3bc0473cce18a9e183c2b 02b42d6cadf8344ffc35be4ed8581822b05244ff 03ce3baea33d68b096109b745b482a2ecff2eaf9 04e36387f92082384aa2a7098add60659be0ab7f 0e214aec784c458daf6681dd4e2f88238f58d0af 0ea3b14031fd9e121889b81712adbef49798355a 11a019b49f434603b362ea36cdca068ac9cd24ee 188af1bdce78ae7092dd81ba4035a72fbf394d4c 18d7488de8532ef03d9c50f149e1f4d5224bc97e 218d41be500166bed9f965ec7796437b03546b40 22478be9497c3e6f399a449492aa744ba3905c16 25a4a682d93efb274140882d192ef60dd4492e94 2de094ebe4afe0544f3163a81a09055d8bce8973 3130138c80fced4640d62ce0b603964540f350c1 3397d30b1e1a49cb8fc4f4101ec0b8f3aea6fb72 339fc4a1b71e4fc4ddda2e85d6c25927069a5649 3d17082982b0bdc57c738dba81fe51cd4e93c4de 3de6a7ce915f700c76deae00d6043a65122e809e 3e268bc913377aa503115c41de6fb1679225d413 3e5e04863c6844c93bebdce801f4e80220941c0f 3f398409d0c50bb014e404d0e2a062d2d0a74b6b 4894d764f448230bce94ddda6090887d50b6e4bd 48f28a67f31641d953bd23ce755813760cd3665c 5245379da3778322e1a8267aea37c1467b5bc292 5443d9b421861d1c172e7be6883ce0baff43c526 54be853f5d3461b98258457bc1f678f719ea4b34 54f2d884243fc8600bb883a177e135a37dd45065 58091236ac2857f14388b2d5e32865ffec7697ae 5b9033133f008c6593411f8ba8774446da9d8542 6745ce4fff0fddfbf0515889cce018a2e6478ad6 67e97d2ec31ea86b56c6382d2b6a6bc4c86238dd 6c035262182d8b7739eb6dea9da4af96682ce93e 7abf5b7760fed26d405999e471e808f0eb111da1 7cfcbc91eb39ebff21913635de0602d8877239c0 7ebd2301392ff4d55ddf721e911f8f64744a89cf 84484e66439e62357a7c966848e3b92673bdd212 8777bb45b7045f3994d962fe9c17395d680f38b9 952faf63bf9a3175f112c59803325511d191516c 99fb7c5cacf546099efe5101afde2a483bcb3795 9b0f6cc29a75f5af37b3c03c64aa8bceda17598c a0982c9bbe712f31743e37f53a7c1812b3af68db b0be27f7b8243b38a1f4101893cab3a2bd62dd15 b336b879637bcbd1e74c5129ab1bc512849c371b b3b82fca40cfc50acc13c9ee254358d835fe3399 b3ffb3c62d34d5e927025870fb180e1bacd41ed7 b69dc1582e4c8afb961bca54ff0debd07eb9bfdf b882b4802ed6bad2c12ccabc7fdce24cf3f5ef30 b98822e8148079b80d875faf362bd38c72af606c ba80894cce3a069be3d11470a27f8bd7c5e3c243 c195b0e47dda49b62f3549ba3ad34d9e69382e53 c58cbb6e9d5d4ebd1fd090e2ed9010ad46aa27f5 cab0f3f517ede64394e8daa2cf3b4625ba21dc54 ce1d220a3dd9defd96bc538a0fef12599ee87d88 d11ac8235ee8535246a6603976384a7eec07171c d58e6826566d4d66d097c290573f9b83765ee383 d91cac0e2544abd22bdb820b6bd1d04bbd1ccf16 dd480fda3fc9d4f58261fdfbbe071e5c81ef24f5 def202b56fb0d8b0ccf06f09d5a095c6afe109b3 e131f9cbfcda9b3f0563f042a80c63d104b8aa7f e900db4c4b1d14527f0941642d392e09e169d4ef eae895ea32ad7772ab959a714854a82adea3bf47 ecb836c0eff1c9e92181fe58fac5f6f606cd9a2c edc4ae42e27101f169066d40220485cd34a55f09 ee9f781de7e07b35cff831f1e26320b45d6ca14c f202df609b6606bc3f26f29ba86e405f0ea9eaeb f3989d7800be6bb9a3f59b545806226c5dc2a707 f855476c2f77319ef7960226592e95d56834ca32 fd00ca025cb846bd6b604f6d4d4dd65414f2529f Package: ros-kilted-nav2-behaviors Version: 1.4.2-1noble.20260909.074027 Architecture: amd64 Maintainer: Carlos Orduno Installed-Size: 3184 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behaviors/ros-kilted-nav2-behaviors_1.4.2-1noble.20260909.074027_amd64.deb Size: 542714 SHA256: 1265e2ce74436fad1a912bcab46a543f2363172cd6432d63e12d97a36358a7ce SHA1: 605dcfb7ea3700b52ee1d1b99586f7d9018f12ae MD5sum: 936a60f85a9821a5753b45656cdfeb0f Description: Nav2 behavior server Package: ros-kilted-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-behaviors Version: 1.4.2-1noble.20260909.074027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Orduno Installed-Size: 14926 Depends: ros-kilted-nav2-behaviors (= 1.4.2-1noble.20260909.074027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behaviors/ros-kilted-nav2-behaviors-dbgsym_1.4.2-1noble.20260909.074027_amd64.deb Size: 13060542 SHA256: 462d2ef5c4a139e2821059732aafd9e067ac717c94ac0b3ab1b5ed4b86ed88ed SHA1: 19ea9fadcc9c058c0f984e58e553379fd429757d MD5sum: ca16b0e5501ff32971956be60011fc52 Description: debug symbols for ros-kilted-nav2-behaviors Build-Ids: 1747ea18197ce672697cd07f26a675872ad21249 5b6394a886dfd074af9b2582763c54204f2ab364 8931c2277fa5ce9c6de3e901514001c5cd612ddb 948d38eb0d9cfddad07d2dfdde4e2b1cca094dbf b7dac9ada7d36b95452205faf7f05f3833fe0d48 c33bcc1a35a5f3afb5e1e401808f6681be21cadb f210737a0aa095d538f0c4c129f0a37dcfd2eb42 Package: ros-kilted-nav2-bringup Version: 1.4.2-1noble.20260909.083322 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 5920 Depends: ros-kilted-diff-drive-controller, ros-kilted-joint-state-broadcaster, ros-kilted-launch-ros, ros-kilted-nav2-common, ros-kilted-nav2-minimal-tb3-sim, ros-kilted-nav2-minimal-tb4-sim, ros-kilted-navigation2, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-sim, ros-kilted-slam-toolbox, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bringup/ros-kilted-nav2-bringup_1.4.2-1noble.20260909.083322_amd64.deb Size: 43588 SHA256: a05495fbb0da028a93e1c349342d1a91171adadcb3d4c8edce9e7f79202a9e82 SHA1: c2cee1d2921b00941bf81f7b4dba1aac10871a82 MD5sum: fa36b34a9581aca89424a970953ebb57 Description: Bringup scripts and configurations for the Nav2 stack Package: ros-kilted-nav2-bt-navigator Version: 1.4.2-1noble.20260909.074619 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 2247 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bt-navigator/ros-kilted-nav2-bt-navigator_1.4.2-1noble.20260909.074619_amd64.deb Size: 496336 SHA256: b7bb1c5373d6a78b3dd2a67a50ff0e1399120654954caa9f2a048493169998f2 SHA1: b6013bf99c9d1aaa7379fcb021474c405989c383 MD5sum: d25621c9a83abd2e7a35e8bb63b50b79 Description: Nav2 BT Navigator Server Package: ros-kilted-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-bt-navigator Version: 1.4.2-1noble.20260909.074619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 11515 Depends: ros-kilted-nav2-bt-navigator (= 1.4.2-1noble.20260909.074619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bt-navigator/ros-kilted-nav2-bt-navigator-dbgsym_1.4.2-1noble.20260909.074619_amd64.deb Size: 10477064 SHA256: 3b301f2226cd85a79a4fea7fc86ed85c4a83a1313558d52b3383b20b10f0befc SHA1: dca7317ed786615cf83b8a8b7cdcbc01009e3ec0 MD5sum: 393eb7f0e462585a520f0d70e3970cb7 Description: debug symbols for ros-kilted-nav2-bt-navigator Build-Ids: 0c5188e5de32f3c153af208c17bce99616a440f9 1fc28e75b672c6ab6a3d99e1b77230bbfef67036 3094e9c44acda1bd0f127b5963c0e1e38f64dc41 d69d07ece7648baf1ff28d794c4082ca25ca77b1 Package: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260908.231210 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.20260908.231210_amd64.deb Size: 646808 SHA256: 90a38ef78895e06416050e76e68290db3fce570fc4eae08d8c2a0093a8628b38 SHA1: 69031df138fa6472186aef61f2a9e2dff78f243b MD5sum: c3b3fe522b40cb6c5b54f41a1568f3f6 Description: Collision Monitor Package: ros-kilted-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260908.231210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 25810 Depends: ros-kilted-nav2-collision-monitor (= 1.4.2-1noble.20260908.231210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-collision-monitor/ros-kilted-nav2-collision-monitor-dbgsym_1.4.2-1noble.20260908.231210_amd64.deb Size: 21648052 SHA256: 21e3464d5ae2d8bf36e17b858a3647eda6fb20dcafc794d8d3e2b9b6c07c0fa5 SHA1: c09e4f0bede11c19d941e4e028dc73bc57359bb0 MD5sum: 9194f4c19e440602fde489361711dd90 Description: debug symbols for ros-kilted-nav2-collision-monitor Build-Ids: 4c13e21d98b4d0531562b7a44433e887ae617c50 662c89697e3c33a4c4083f9f654f9b83c8f790b0 af060e255c0c9a8d6770dacb8a9cc75e91f8dcb7 c5332952c99b52806b196ceedad8c4adae1392be Package: ros-kilted-nav2-common Version: 1.4.2-1noble.20260908.221704 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.20260908.221704_amd64.deb Size: 11112 SHA256: edbd969a2f07926feccb5b01092a4a049ba64d1191d7900a054f4f64d509ff61 SHA1: 07d6a5547009548472baf7f3bb0b7cebcbbe4857 MD5sum: 539d38f0afdbcc4c77a7709fd068371a Description: Common support functionality used throughout the navigation 2 stack Package: ros-kilted-nav2-constrained-smoother Version: 1.4.2-1noble.20260909.074033 Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 234 Depends: libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libceres-dev, ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-constrained-smoother/ros-kilted-nav2-constrained-smoother_1.4.2-1noble.20260909.074033_amd64.deb Size: 62672 SHA256: 768fd1ecfd65aa535a30277bf28f09a74db82ec9497fdfb17b1c2c3b62c0889f SHA1: d53996c803c3bd607cdaffbeaf4a045c8eb5ab2d MD5sum: ee87518a675f852569edb1c31e9fa959 Description: Ceres constrained smoother Package: ros-kilted-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-constrained-smoother Version: 1.4.2-1noble.20260909.074033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 2614 Depends: ros-kilted-nav2-constrained-smoother (= 1.4.2-1noble.20260909.074033) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-constrained-smoother/ros-kilted-nav2-constrained-smoother-dbgsym_1.4.2-1noble.20260909.074033_amd64.deb Size: 2612150 SHA256: 0e0f69bccc68f0db6d4ead83834189f99335cbfca5c44a60925f949c05f4293c SHA1: 84c1da0b13619f85d89ff2922d2759ada4c7443c MD5sum: cc3d32be28a895826bbea162275278d4 Description: debug symbols for ros-kilted-nav2-constrained-smoother Build-Ids: d4d39c5cf87f549997226f53d0be44a04ca872dd Package: ros-kilted-nav2-controller Version: 1.4.2-1noble.20260909.074037 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 1695 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-controller/ros-kilted-nav2-controller_1.4.2-1noble.20260909.074037_amd64.deb Size: 349400 SHA256: 10bd29a61bf99786833f1ce67d95009536efdf1cafea9e29cac0e3eaa23fc6f3 SHA1: 3ebfa440dadc006182f0a201e42d50350ad188ff MD5sum: df2be304a62e3746202b5aa4b03a16c6 Description: Controller action interface Package: ros-kilted-nav2-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-controller Version: 1.4.2-1noble.20260909.074037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 9044 Depends: ros-kilted-nav2-controller (= 1.4.2-1noble.20260909.074037) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-controller/ros-kilted-nav2-controller-dbgsym_1.4.2-1noble.20260909.074037_amd64.deb Size: 8215122 SHA256: c1518e022b5abb19f7e3eee04e6c2565687a470a72e76033a958c98e4cfb76aa SHA1: 9b9295a82ddb8c3ab178e30710571fc50d5cb363 MD5sum: 0aaf1188924f97981089615523e05df2 Description: debug symbols for ros-kilted-nav2-controller Build-Ids: 18713c2f44d9f50588d580ab7a872dcbf0630082 219a4adb1eb2982b34bd9632f30eac2f70173d7e 24116476fbc2f09bfdf439ba93c4cefe77be36b8 3c9708ebd602dfdf6ac67ebb903070ec5a881c33 3d14930a5e2c891ef45dc7da3c883102b0ac4086 6a0767a904afb37c2bb4f67df31df1d281b29c88 a96e4272de18214d8579df2d8d28a55471676867 Package: ros-kilted-nav2-core Version: 1.4.2-1noble.20260909.073648 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 103 Depends: ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-core/ros-kilted-nav2-core_1.4.2-1noble.20260909.073648_amd64.deb Size: 15804 SHA256: 298cf73aebf8baa84c19fa42102df185994e99b345135f9c06844e79a15806fc SHA1: 0b52f6720610180d2fd4da096f42252c6639a5e6 MD5sum: fafa852ae1fbb86ec66a48390c1b8845 Description: A set of headers for plugins core to the Nav2 stack Package: ros-kilted-nav2-costmap-2d Version: 1.4.2-1noble.20260908.225733 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.20260908.225733_amd64.deb Size: 1080862 SHA256: dec0beab7bc0240afe761782be26d71b11de7c56c320e9ff92a5a004d355efc7 SHA1: fc9f2490b709f67845d283d51e9b27607051140e MD5sum: c331eba869958e3e9b1eb997a2444606 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.20260908.225733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 34664 Depends: ros-kilted-nav2-costmap-2d (= 1.4.2-1noble.20260908.225733) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-costmap-2d/ros-kilted-nav2-costmap-2d-dbgsym_1.4.2-1noble.20260908.225733_amd64.deb Size: 30351632 SHA256: c7056bfb54552e491101bc1abc51be1c2564c37aa7cabeff8cfbdf27e67a510c SHA1: bf4712127f91d48002d5f5cadd9845849775fba0 MD5sum: f4a265b3e512920f8e7b2003db0d3d78 Description: debug symbols for ros-kilted-nav2-costmap-2d Build-Ids: 0c2100e52b2e225ec786580e4f995a40b9c1590c 0d31d6422af53553bb157629ca04ebc7a4af4fbe 1e8b6c97e46b39eb115120d404abdf9243270d91 4faff562da22f67c8d6d24d72f8f22ddad3556ee 73e1f1ef77bc4b52f259a059ff4eb9bd3109c0da 7c13d4615a2032db1245cae77c746d678e93ef47 c0bafdc0e6e1a844466996fe60befc0fb6372c4d Package: ros-kilted-nav2-dwb-controller Version: 1.4.2-1noble.20260909.075321 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 41 Depends: ros-kilted-costmap-queue, ros-kilted-dwb-core, ros-kilted-dwb-critics, ros-kilted-dwb-msgs, ros-kilted-dwb-plugins, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-dwb-controller/ros-kilted-nav2-dwb-controller_1.4.2-1noble.20260909.075321_amd64.deb Size: 5148 SHA256: ae41b4de02873803340fac9d934b9bf672e1a000650956628cd5ad8f0abdfc84 SHA1: cf19da219dc97063eba7de54a633bdb3b447a29e MD5sum: 6aeebbf4e803b470efc624f5ab4de6cf Description: ROS2 controller (DWB) metapackage Package: ros-kilted-nav2-graceful-controller Version: 1.4.2-1noble.20260909.074049 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 428 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-graceful-controller/ros-kilted-nav2-graceful-controller_1.4.2-1noble.20260909.074049_amd64.deb Size: 107850 SHA256: 836003373245de2c4f821867cf5260384f1774b2ec009a2324ba820f1577690b SHA1: 42d52567ca6f4aa725a727a941ec62ce1537a2f1 MD5sum: d9af5643096194f7fca08c5313c8326b Description: Graceful motion controller Package: ros-kilted-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-graceful-controller Version: 1.4.2-1noble.20260909.074049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 2107 Depends: ros-kilted-nav2-graceful-controller (= 1.4.2-1noble.20260909.074049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-graceful-controller/ros-kilted-nav2-graceful-controller-dbgsym_1.4.2-1noble.20260909.074049_amd64.deb Size: 1965890 SHA256: 3ac52033b5f9ff3df7aaf43fc74eb30d1f8e371bc66444dd976a295643c28c62 SHA1: 73942b5e71e483d84fa21ed46beb21bc739a4c8f MD5sum: 6202bee1ae096ba849235df678e694d5 Description: debug symbols for ros-kilted-nav2-graceful-controller Build-Ids: 1ccebbf325df1d529917d55fdba625980564a904 e3a0b9aad4f096381961978052da0e8b8ebaaf77 Package: ros-kilted-nav2-lifecycle-manager Version: 1.4.2-1noble.20260908.230031 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.20260908.230031_amd64.deb Size: 96770 SHA256: fc6f8c22d5a412753b8a0c0c2ba14d2ac90cf753e5623a30e9987f3408216bfb SHA1: a1f8573e87228cf4cef08286c59c1a49f4d31a96 MD5sum: edf915bc5472784b3b70bcf2846e1606 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.20260908.230031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 1940 Depends: ros-kilted-nav2-lifecycle-manager (= 1.4.2-1noble.20260908.230031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-lifecycle-manager/ros-kilted-nav2-lifecycle-manager-dbgsym_1.4.2-1noble.20260908.230031_amd64.deb Size: 1812276 SHA256: fcd8e16e5db2bbed0dcdfce81fa79e67830d5522e7cb278a43350410b8135ef4 SHA1: 83c51e965df0cb39362dd8ad425c964a64ace408 MD5sum: 2842f576ac11e5a872465aebfbf11253 Description: debug symbols for ros-kilted-nav2-lifecycle-manager Build-Ids: 948e0c687aba86dda5d034552c2c1dd507562611 955249662020dc755c9284ff7dd2680dee23128a Package: ros-kilted-nav2-loopback-sim Version: 1.4.2-1noble.20260908.224012 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.20260908.224012_amd64.deb Size: 17944 SHA256: dd11cf8fb79d4b9ce0f4bce0a96da79935a22c54528cc0315dd3f9b1d07cceef SHA1: 7ce66ff22b7ca3a81244ffecccbbdf84d61cc63b MD5sum: b7862160577432836936d2a95365bcce Description: A loopback simulator to replace physics simulation Package: ros-kilted-nav2-map-server Version: 1.4.2-1noble.20260908.225822 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.20260908.225822_amd64.deb Size: 230392 SHA256: e58f25283c43cc0dc5fcad4ec1995b1e8f0ccd7c8a05c3905dcb3a4b4476dc91 SHA1: 1073ad009c9d177c0d73c662a6252589c5c4644b MD5sum: cf6ca94a52f75d94599c68861a84b002 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.20260908.225822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 5930 Depends: ros-kilted-nav2-map-server (= 1.4.2-1noble.20260908.225822) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-map-server/ros-kilted-nav2-map-server-dbgsym_1.4.2-1noble.20260908.225822_amd64.deb Size: 5437622 SHA256: d1e5b34394ff9b846944a2ed1cb7d41423a492727338f95cd95c659a3611d5cf SHA1: faf595e721869e79b6f5ce1dba47077f9037db88 MD5sum: 146e77b20be174243c60c29a3e0f9168 Description: debug symbols for ros-kilted-nav2-map-server Build-Ids: 04449d507a1380bfd88069ccd3326220e82df7fd 409b10ef6a0b80b4d49f5c89372c30ecfa3fd3d3 7dd33fa2c02c83acee6bac61aaf254c332726889 eeae66bb68666ef273d6ffb7f721c2bf1da1080f f3899a8d35dbbf91954493fd8404a463636448ce f906f8fc96127a75bffdcee0611e8cf64b105169 Package: ros-kilted-nav2-minimal-tb3-sim Version: 1.2.0-1noble.20260909.004803 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.20260909.004803_amd64.deb Size: 44486 SHA256: ce429a322a3b1734dee5060cceb4d33d16e350408670cb7afa73d2a2daf3488b SHA1: 4ba359615706005d7218c28bd6ab664ebba478b4 MD5sum: 772efc019c212a0c90815abffaf34fb3 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-kilted-nav2-minimal-tb4-description Version: 1.2.0-1noble.20260908.221356 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.20260908.221356_amd64.deb Size: 4523842 SHA256: 8681fcd5bf609da2ec06ea43fa08af680552116c42670ed08a87ea7f69ab77ee SHA1: 3edc83b0ce22ebdb5986e88bdc11b12bd5d1979f MD5sum: d9fc556d8b8a9b0e22765938854b5757 Description: Nav2's minimum Turtlebot4 Description package Package: ros-kilted-nav2-minimal-tb4-sim Version: 1.2.0-1noble.20260909.004847 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.20260909.004847_amd64.deb Size: 9818 SHA256: e9e0e6d39404ce1b93b4af917c2107a0fd9ac81d282b65d88e452e798c5f5d07 SHA1: c3b0d6bff675d33c62458cf22729f57d73674919 MD5sum: d9bed10061b885721bc5ca5bfdfdb62a Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-kilted-nav2-mppi-controller Version: 1.4.2-1noble.20260909.074023 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1167 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libbenchmark-dev, libeigen3-dev, ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-common, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-mppi-controller/ros-kilted-nav2-mppi-controller_1.4.2-1noble.20260909.074023_amd64.deb Size: 330376 SHA256: b2b0fa0afaf6e84c19f716ead0aab655fb1ed45868146b1431687e115e375a22 SHA1: b2bb3891d2f517619fcf63358437ab3a798b1483 MD5sum: 49d3c611a6fa615be1dc681f3898c5cd Description: nav2_mppi_controller Package: ros-kilted-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-mppi-controller Version: 1.4.2-1noble.20260909.074023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 12914 Depends: ros-kilted-nav2-mppi-controller (= 1.4.2-1noble.20260909.074023) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-mppi-controller/ros-kilted-nav2-mppi-controller-dbgsym_1.4.2-1noble.20260909.074023_amd64.deb Size: 12623638 SHA256: 32a1668150a5db1f6494b759f57612bc8325bc4df98c57938bed9cb6846a0187 SHA1: 23dbacc9e40e4d2891174be5a2fc2cd783ffcd67 MD5sum: a717b7c3371148377915ddd8d378d881 Description: debug symbols for ros-kilted-nav2-mppi-controller Build-Ids: b41ec72439a29be025571ab6f98db36f2079aace f42fe47fa27479490cd8cc0eb6a2cafa514dfdc0 Package: ros-kilted-nav2-msgs Version: 1.4.2-1noble.20260908.222200 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 32629 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.20260908.222200_amd64.deb Size: 1760144 SHA256: 85c0066a9f5b86d4c34980c2d7dfe0aef756bfb310b94c433c442df794340d0a SHA1: 08a4a5a7fd4b674cbdc2eb4ec7f9a4214143ad1e MD5sum: 7bfd9053905a0b87adf57dffcf3b6af0 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.20260908.222200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 18533 Depends: ros-kilted-nav2-msgs (= 1.4.2-1noble.20260908.222200) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-msgs/ros-kilted-nav2-msgs-dbgsym_1.4.2-1noble.20260908.222200_amd64.deb Size: 14056070 SHA256: dd5ff528996e9d5b4285e0b8b42e778b1ddbc60f1c96d136f4fe2953b75c7d2d SHA1: 1b7995156d161b5961b919f8417b995154159228 MD5sum: eabaa05ca148a72bf0067d81c8d5bcd9 Description: debug symbols for ros-kilted-nav2-msgs Build-Ids: 20d3d2cb3a663eb46ec8a776bca3af3be5f72f82 26c6fa9d3e759811d3c3ec010f07edef3e219a14 291f530b7cebf73965d2afacfc6180f8331c54bf 37a4f28905fe0d5ee513a11cc9de1a7c21707772 482e5126ec092e0a4c5b7a5e1422012dba88f055 500d72093b518c91f526da8b0ef13e6fbb047d63 50e0effee0d9e3ba392779c4ccab948435602923 65bd296503926d3c54b2e64f366c4e69ead5c5fd 95b4da16b2f431dfa8e08737759b191106083a39 96d4147900ad91ff2ca14b1c001f74977306cdff a345e5e9e4a89bfcb0db08a78ddea30380cf88c4 Package: ros-kilted-nav2-navfn-planner Version: 1.4.2-1noble.20260909.074025 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 207 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-navfn-planner/ros-kilted-nav2-navfn-planner_1.4.2-1noble.20260909.074025_amd64.deb Size: 53398 SHA256: 5379bbecb2a792f6b33e721fd2b2c33bb66d1719760760dcdbc11d85160d5909 SHA1: e0d31d6c21c58262ee90913b8e3901f6f732f367 MD5sum: d6377c20930e4f28fd6584de9313d0f5 Description: Nav2 NavFn planner Package: ros-kilted-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-navfn-planner Version: 1.4.2-1noble.20260909.074025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 720 Depends: ros-kilted-nav2-navfn-planner (= 1.4.2-1noble.20260909.074025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-navfn-planner/ros-kilted-nav2-navfn-planner-dbgsym_1.4.2-1noble.20260909.074025_amd64.deb Size: 690888 SHA256: 4cda8aa1e2a109ada20c2870deae99fdb09cb281516527f53a31355900044967 SHA1: 8f1e40399e102db548ba8b1e5a714b60b9b52b5d MD5sum: de253a30bcebab0089fd68e3b423db57 Description: debug symbols for ros-kilted-nav2-navfn-planner Build-Ids: 9051289270f4e4ac713409b28dca5195b2d481c2 Package: ros-kilted-nav2-planner Version: 1.4.2-1noble.20260909.074020 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 769 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-planner/ros-kilted-nav2-planner_1.4.2-1noble.20260909.074020_amd64.deb Size: 215126 SHA256: 91691fd7b3dde41b9239a6019bb07e86512926ab20e6d78b17eeeabd9c61448c SHA1: f149b585813bbc99483b76c5eb839d9c1d966366 MD5sum: 5ecab5df79eb7e347b105817c031432b Description: Nav2 planner server package Package: ros-kilted-nav2-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-planner Version: 1.4.2-1noble.20260909.074020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3403 Depends: ros-kilted-nav2-planner (= 1.4.2-1noble.20260909.074020) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-planner/ros-kilted-nav2-planner-dbgsym_1.4.2-1noble.20260909.074020_amd64.deb Size: 3135220 SHA256: 74eafa4843c42627cdd896c28c1a22fd460277b48b4ea09faa9ea6211c4e662e SHA1: ac957c2f2142f67d3049a4e1c3cb0798ff26a1ab MD5sum: 911368f9231d2e4bc3f092a98137dcef Description: debug symbols for ros-kilted-nav2-planner Build-Ids: 9e59090c0a2f30f6d81613e96df791a8bdb77362 a2044c8aa48ac949ceede02e1d280dca51198fdf Package: ros-kilted-nav2-regulated-pure-pursuit-controller Version: 1.4.2-1noble.20260909.074027 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 435 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-regulated-pure-pursuit-controller/ros-kilted-nav2-regulated-pure-pursuit-controller_1.4.2-1noble.20260909.074027_amd64.deb Size: 113488 SHA256: 920aa51bcdf7b73d7b46389253f8bd03e88a0e5503b87b03852c725f9a1a469b SHA1: 5eb906921100fb2a87c001e5053061c55d65da07 MD5sum: 016d4d1f6f74577fc0570f0020a7a113 Description: Regulated Pure Pursuit Controller Package: ros-kilted-nav2-regulated-pure-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-regulated-pure-pursuit-controller Version: 1.4.2-1noble.20260909.074027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2335 Depends: ros-kilted-nav2-regulated-pure-pursuit-controller (= 1.4.2-1noble.20260909.074027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-regulated-pure-pursuit-controller/ros-kilted-nav2-regulated-pure-pursuit-controller-dbgsym_1.4.2-1noble.20260909.074027_amd64.deb Size: 2195808 SHA256: 39d6a51fec4e5be95afb4cd2aac10e72c96186b263e9b846e0f97dd649730c94 SHA1: dd47cb69a04d8d22726d2095d602052e4cf8b73e MD5sum: d8dadc1f9a2648032e7ad0a716d612d9 Description: debug symbols for ros-kilted-nav2-regulated-pure-pursuit-controller Build-Ids: e05b6e48e6a09cd6535c6a50cbcd4fb1d2c1bac7 Package: ros-kilted-nav2-rotation-shim-controller Version: 1.4.2-1noble.20260909.074957 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 383 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav2-controller, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rotation-shim-controller/ros-kilted-nav2-rotation-shim-controller_1.4.2-1noble.20260909.074957_amd64.deb Size: 115592 SHA256: ac44f1847367670a959d812b95030b0f080ab0ef5f9b70885f762dab555173ad SHA1: fcb777cbbfef84a96317c75138702768efe5db0c MD5sum: f6871e52189588ed91922ca90cf3e85f Description: Rotation Shim Controller Package: ros-kilted-nav2-rotation-shim-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-rotation-shim-controller Version: 1.4.2-1noble.20260909.074957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1465 Depends: ros-kilted-nav2-rotation-shim-controller (= 1.4.2-1noble.20260909.074957) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rotation-shim-controller/ros-kilted-nav2-rotation-shim-controller-dbgsym_1.4.2-1noble.20260909.074957_amd64.deb Size: 1388388 SHA256: fcce30f234f4b83875a37a2a98160405d6bd85ac2a7f1d3264c10c326b8c5f07 SHA1: b87c54eb246d9376de72fc6fbf1cc80369dd3256 MD5sum: 70fe5d3ffb8d1eb1b0eee4fd0b2830fb Description: debug symbols for ros-kilted-nav2-rotation-shim-controller Build-Ids: 55f506a518c03b1f1c0cb64623c8f6eb7ac61dbd Package: ros-kilted-nav2-route Version: 1.4.2-1noble.20260909.074045 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2508 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libnanoflann-dev, nlohmann-json3-dev, ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-route/ros-kilted-nav2-route_1.4.2-1noble.20260909.074045_amd64.deb Size: 584714 SHA256: 9932a1e38424092d3385b30040588a97e36830ef96eac71571aaf01a5fab4276 SHA1: 2cc6e0b947e6ce650e46bb71cf2ce2db6eaf7a4e MD5sum: d9de47b7582538659392346a70d50199 Description: A Route Graph planner to compliment the Planner Server Package: ros-kilted-nav2-route-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-route Version: 1.4.2-1noble.20260909.074045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 15797 Depends: ros-kilted-nav2-route (= 1.4.2-1noble.20260909.074045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-route/ros-kilted-nav2-route-dbgsym_1.4.2-1noble.20260909.074045_amd64.deb Size: 14879494 SHA256: 766fe5ba3b72b393ee42fb79825bc633ce5e0a57259da14ccc5310d0f5482484 SHA1: 67c0ec700c300ffd669de8bcb0b8398e5fb84495 MD5sum: cb8e412187aec4ac1f028bda66ee01f9 Description: debug symbols for ros-kilted-nav2-route Build-Ids: 1dd939ac5fd2cca623674aaccee1e4ad2c416dd4 1fb365e1fcf88f1704c1ad88b883f114b42ddd1b 58e3204297c6f20812e5da6d432414d3b9e20aa8 79864f2ef535c4915a57217a15d20b9dd2a83598 94f6889d3ca1decbf00ce9f36414b176cd6bb921 d947374615ecb56aa04d29945bed300b3add677c Package: ros-kilted-nav2-rviz-plugins Version: 1.4.2-1noble.20260909.075348 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 2964 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), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5, ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-lifecycle-manager, ros-kilted-nav2-msgs, ros-kilted-nav2-route, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-std-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-visualization-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rviz-plugins/ros-kilted-nav2-rviz-plugins_1.4.2-1noble.20260909.075348_amd64.deb Size: 585234 SHA256: d0b9ef0066fc1e9589a3aa2d6e84d7450dafd2264bf124fcffb94f4461244648 SHA1: 1c98109b9d3fa2ecea5b837d4110dd484222c8f6 MD5sum: 14e4c62a3ed9ec7f45f0395e15b8af90 Description: Navigation 2 plugins for rviz Package: ros-kilted-nav2-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-rviz-plugins Version: 1.4.2-1noble.20260909.075348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 17989 Depends: ros-kilted-nav2-rviz-plugins (= 1.4.2-1noble.20260909.075348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rviz-plugins/ros-kilted-nav2-rviz-plugins-dbgsym_1.4.2-1noble.20260909.075348_amd64.deb Size: 15960242 SHA256: 3e5c06060d5a94ded4971525454416f8a40504bf9db9fc8619ba8fdcd8ef61d2 SHA1: 8578f410bd8c28cdb4114f5a2caa504ff0607d91 MD5sum: 9a7f6264b04b0190bc5e5563db9b162a Description: debug symbols for ros-kilted-nav2-rviz-plugins Build-Ids: d1490481ceee49597c232dcb025beadec05294bc Package: ros-kilted-nav2-simple-commander Version: 1.4.2-1noble.20260908.223916 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.20260908.223916_amd64.deb Size: 54474 SHA256: 13b38a9474849bc4c2e3fa41317732efe3d57ae3e5f557028d4c6fc20b8172d3 SHA1: a9d4daadb76e024ee6c05eda7803399e9114b8ae MD5sum: 82279c777988208eea7b0b5cdf854f1e Description: An importable library for writing mobile robot applications in python3 Package: ros-kilted-nav2-smac-planner Version: 1.4.2-1noble.20260909.074037 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2463 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ompl, libeigen3-dev, nlohmann-json3-dev, ros-kilted-ament-index-cpp, ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smac-planner/ros-kilted-nav2-smac-planner_1.4.2-1noble.20260909.074037_amd64.deb Size: 549698 SHA256: 70cb293dd361fbab69dd51b3c40d63b3ea040b7054ba80177fee50cb4479bfa6 SHA1: f513b04ccbbdda9b4f9b221cf92299945245b80f MD5sum: a5640ed395b1516fb3fc786d6f3cb96f Description: Smac global planning plugin: A*, Hybrid-A*, State Lattice Package: ros-kilted-nav2-smac-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-smac-planner Version: 1.4.2-1noble.20260909.074037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 10168 Depends: ros-kilted-nav2-smac-planner (= 1.4.2-1noble.20260909.074037) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smac-planner/ros-kilted-nav2-smac-planner-dbgsym_1.4.2-1noble.20260909.074037_amd64.deb Size: 9511598 SHA256: d6924229116a3692501db9c319b3585782067bee03ff759fb380955c6048f8de SHA1: 5a81535fb3d20e9b6a01bb300a2701e88e17b7d1 MD5sum: 24369eec3c66d41dc045b3b4b7dab30b Description: debug symbols for ros-kilted-nav2-smac-planner Build-Ids: 3643fd2eaa85b22bc83576b1601174fd0bfe47bb c275539ac6c4013d975b8767cb9e1e5fcfd2d83b e481556bab6d00c16a9d75bd195050f63e52cb96 e6f110294445690437fbdb50b1ed6ba257752a21 Package: ros-kilted-nav2-smoother Version: 1.4.2-1noble.20260909.074032 Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 1117 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-nav-2d-utils, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smoother/ros-kilted-nav2-smoother_1.4.2-1noble.20260909.074032_amd64.deb Size: 278452 SHA256: b1b414bdb5d3a0424101d85756e1d8c8b3b8574e0e33056e607d4ec4ad3643aa SHA1: 54652b9e9e56bbf7e33cd6e0035bae868ac3f585 MD5sum: 5bb234f8b85e3e25d9a63e9ba275f9a2 Description: Smoother action interface Package: ros-kilted-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-smoother Version: 1.4.2-1noble.20260909.074032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 5525 Depends: ros-kilted-nav2-smoother (= 1.4.2-1noble.20260909.074032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smoother/ros-kilted-nav2-smoother-dbgsym_1.4.2-1noble.20260909.074032_amd64.deb Size: 5017020 SHA256: b2b3838c7342859dc2ec94fa2a24a8a95513048bf445e1bc22aee68120d539c7 SHA1: 7c9b47b06c3ac00a6ce763f81746033f6f95eba9 MD5sum: 6fd7ebb8ca32f79dc8c6bc674ef7f969 Description: debug symbols for ros-kilted-nav2-smoother Build-Ids: 80ddee7eed642973e31268111aba53d06c08f61f 9ba6c7ee0482fcb6e48ae81ae55b020125e5640b e50c79ff12abd3b8b28bb1f68e9615785ee894d6 f1f2102edcde70d93f1989f951e61c94dd7fa133 Package: ros-kilted-nav2-system-tests Version: 1.4.2-1noble.20260909.003002 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.20260909.003002_amd64.deb Size: 5460 SHA256: 13ad2eda8766afbf56c97d23b7dee23eca3606e6be579d0c4a6a8dabeb0e48a3 SHA1: 83bd9f5a96c3fbe325cd39cff50544472a3c97ec MD5sum: 126bdfd27b52237379d2bcfc29abd10c Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-kilted-nav2-theta-star-planner Version: 1.4.2-1noble.20260909.074049 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 192 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-theta-star-planner/ros-kilted-nav2-theta-star-planner_1.4.2-1noble.20260909.074049_amd64.deb Size: 48274 SHA256: abc4d92f989237ad8dd7382ec96fdbaa674c03f36120888c2cd8139868480082 SHA1: be162ba770d5c140d78efa2967beef3e55370379 MD5sum: 1f7b04278d0575a7fdaf6669a6564ea7 Description: Theta* Global Planning Plugin Package: ros-kilted-nav2-theta-star-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-theta-star-planner Version: 1.4.2-1noble.20260909.074049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 694 Depends: ros-kilted-nav2-theta-star-planner (= 1.4.2-1noble.20260909.074049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-theta-star-planner/ros-kilted-nav2-theta-star-planner-dbgsym_1.4.2-1noble.20260909.074049_amd64.deb Size: 667970 SHA256: a2a14c248b23278dd4f5431411a2669f42fef843f54c46f61fb3e837a9f23000 SHA1: 8dba13ecd20b2019804ead06f496e0ce5977190e MD5sum: 0716173efc2ba14974a766f513c6718c Description: debug symbols for ros-kilted-nav2-theta-star-planner Build-Ids: b05848983ebc3cb82fe4c26a552bfa745b67620c Package: ros-kilted-nav2-util Version: 1.4.2-1noble.20260908.225307 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.20260908.225307_amd64.deb Size: 173346 SHA256: 3d9428095c6d11426fc25d01eda6d04778a4b83304861ac34a5191a7a18c6cf8 SHA1: 675d2407b410db1a526cf68578ddf5b5f83150d9 MD5sum: 138a0f2429982aec0cb1b9cf5fccfee2 Description: Nav2 utilities Package: ros-kilted-nav2-util-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-util Version: 1.4.2-1noble.20260908.225307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 3826 Depends: ros-kilted-nav2-util (= 1.4.2-1noble.20260908.225307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-util/ros-kilted-nav2-util-dbgsym_1.4.2-1noble.20260908.225307_amd64.deb Size: 3457848 SHA256: a7cd04878ed00b2b3520d601f432d1245d6517173d422679b90cde8866edb7b0 SHA1: 5e0e9be76a466f7c3763e276698051fd630f48e9 MD5sum: 4ed5b3b1283adb977f17de54180c879f Description: debug symbols for ros-kilted-nav2-util Build-Ids: 9429818e25e4dfed07bd23c4d06ac0d8c2799723 e0ff9c6cd2a0099671436ebaa98c56efba2a4149 Package: ros-kilted-nav2-velocity-smoother Version: 1.4.2-1noble.20260908.230023 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.20260908.230023_amd64.deb Size: 160630 SHA256: 031a66d7be87d3819de65b5ba13029b8209fbc10819b98838ec9f9d3fb24b5b9 SHA1: fbd79ac4c80a6af5263d74de67103972d5898541 MD5sum: 7eff72dac2f37c3f40a72d7f6b66b189 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.20260908.230023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3878 Depends: ros-kilted-nav2-velocity-smoother (= 1.4.2-1noble.20260908.230023) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-velocity-smoother/ros-kilted-nav2-velocity-smoother-dbgsym_1.4.2-1noble.20260908.230023_amd64.deb Size: 3294550 SHA256: 33892a4380a17ad887aa9694a5cabcac16f1ea097e23cf0bfa6dd8d1aa21bce3 SHA1: 3de2f8fd96cc5e063f91c3069141ae93c49ba10d MD5sum: 3b772b38e5d858f9e21850190535f136 Description: debug symbols for ros-kilted-nav2-velocity-smoother Build-Ids: 1669148a0639ead11273d03bfcb0ff95249d1060 c63a32dff1610d8cc2623af4b0fa221a26ba8882 Package: ros-kilted-nav2-voxel-grid Version: 1.4.2-1noble.20260908.224119 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.20260908.224119_amd64.deb Size: 21126 SHA256: 0ef512f46f9d3991533e17af6ba1e49eea70727b41d95702ca7c8042c17de63f SHA1: 719d3b80f1f74845d7a0b6ea21506f920d071454 MD5sum: 70e2febab4e3c856c1db2b7662b63db1 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.20260908.224119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 77 Depends: ros-kilted-nav2-voxel-grid (= 1.4.2-1noble.20260908.224119) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-voxel-grid/ros-kilted-nav2-voxel-grid-dbgsym_1.4.2-1noble.20260908.224119_amd64.deb Size: 62494 SHA256: 4e5c17359367ea1fc6f1b3febc6346ef99f8bbaa7189ea9a36382364dce838a4 SHA1: ffb9507f42eee3921dd69d4d6dee4cff8d939f9a MD5sum: 467be66efbeb1fd97c2427b66e999590 Description: debug symbols for ros-kilted-nav2-voxel-grid Build-Ids: 5d6d2e59f9fe14b6023e4aef859806b56774c4e2 Package: ros-kilted-nav2-waypoint-follower Version: 1.4.2-1noble.20260909.074039 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1750 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-cv-bridge, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-localization, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-waypoint-follower/ros-kilted-nav2-waypoint-follower_1.4.2-1noble.20260909.074039_amd64.deb Size: 375410 SHA256: 36afaec231adde877ac756e3c2ee7b17d5ca6077542bf5c38f611ac9df9d11e0 SHA1: e5d750053f5fa99c763f32f8183888aad0ab4b46 MD5sum: 7de9f9f1085810d6329ef9c553cb3f00 Description: A waypoint follower navigation server Package: ros-kilted-nav2-waypoint-follower-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-waypoint-follower Version: 1.4.2-1noble.20260909.074039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 8363 Depends: ros-kilted-nav2-waypoint-follower (= 1.4.2-1noble.20260909.074039) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-waypoint-follower/ros-kilted-nav2-waypoint-follower-dbgsym_1.4.2-1noble.20260909.074039_amd64.deb Size: 7449996 SHA256: a824be0a076716eaf051c732cedd5089432304c155712312a66d041517f5e2ff SHA1: 6771421e191f849e3295205de0187a4428d5ce17 MD5sum: 3e478ed33c8facc2a4fb4ae095c9f19a Description: debug symbols for ros-kilted-nav2-waypoint-follower Build-Ids: 5a804c382e0032e771a514c6d4eac1a81cac4bfe 695c72ebcc5fc80daba443c55bc83c310547c331 7becc9a04a610f9a0fd856b59b0a4bd4f83bb3a3 8fae713d84f1a32ac0e7f90280a273d087b67999 b40444b7cb9725aa5611a7057e7c02ef5b7bc652 Package: ros-kilted-navigation2 Version: 1.4.2-1noble.20260909.080900 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 43 Depends: ros-kilted-nav2-amcl, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-behaviors, ros-kilted-nav2-bt-navigator, ros-kilted-nav2-collision-monitor, ros-kilted-nav2-constrained-smoother, ros-kilted-nav2-controller, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-dwb-controller, ros-kilted-nav2-graceful-controller, ros-kilted-nav2-lifecycle-manager, ros-kilted-nav2-map-server, ros-kilted-nav2-mppi-controller, ros-kilted-nav2-msgs, ros-kilted-nav2-navfn-planner, ros-kilted-nav2-planner, ros-kilted-nav2-regulated-pure-pursuit-controller, ros-kilted-nav2-rotation-shim-controller, ros-kilted-nav2-route, ros-kilted-nav2-rviz-plugins, ros-kilted-nav2-simple-commander, ros-kilted-nav2-smac-planner, ros-kilted-nav2-smoother, ros-kilted-nav2-theta-star-planner, ros-kilted-nav2-util, ros-kilted-nav2-velocity-smoother, ros-kilted-nav2-voxel-grid, ros-kilted-nav2-waypoint-follower, ros-kilted-opennav-docking, ros-kilted-opennav-docking-bt, ros-kilted-opennav-docking-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navigation2/ros-kilted-navigation2_1.4.2-1noble.20260909.080900_amd64.deb Size: 5662 SHA256: fb95cac4f1d832ffc6b77a4fd9e091044e5da6174a22d646ffc9b0a74029a527 SHA1: e1665a921f3e0f988a9a21952be38482b7efeedf MD5sum: a6cc74f365fa9b5534c15380cfbb92a2 Description: ROS2 Navigation Stack 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.20260909.002115 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.20260909.002115_amd64.deb Size: 44220 SHA256: 553176c50748f3ac4c303dda132e20a927325420a93a57b419c70c354e2d4076 SHA1: d7f0e155cfe46f1809c7e639ad561fa7c6331e1a MD5sum: 43ed8e3c0b32b611ebedb0885f2f5546 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.20260909.002115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1619 Depends: ros-kilted-navmap-examples (= 0.4.0-1noble.20260909.002115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-examples/ros-kilted-navmap-examples-dbgsym_0.4.0-1noble.20260909.002115_amd64.deb Size: 1535604 SHA256: cc1d15a5cbf2d658b345ea0e903f5c2debcaa4e804c1a49ce58e9647179c949c SHA1: 4da70c5873dfa22141314ecbdd2eb9fb2f266a77 MD5sum: ab52669c4e5e5788bb1e1bc62259f834 Description: debug symbols for ros-kilted-navmap-examples Build-Ids: 008375d99971cea04f90402c615e50a2b33f5118 0b406aa1b1de47f9c230c05e34286ba9b3419294 56eaac364597e534d1c73f4337a88cb0728ade38 5f5a194e33dd36d416776d4a8fc06d25e03608fe 77826866eaa47f69470996781c801bcdde1ef55a 8f27727f5c5d6c7af3efdf201334ecbfe33e8566 d76a45fb62813bdac875caf822211ab834f58363 e676a408b45ad3124296550c668bc451144eda28 Package: ros-kilted-navmap-ros Version: 0.4.0-1noble.20260909.000605 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.20260909.000605_amd64.deb Size: 211746 SHA256: 5a2f7fd9398af811aed3c691ae35beb3c8b49c23ef9ae6e66442825623491fbc SHA1: 3bc92b312810bc89d9f4aeef43d832cabe20bbbf MD5sum: 273d25c3b1fa881364b0dfec78399313 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.20260909.000605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 5274 Depends: ros-kilted-navmap-ros (= 0.4.0-1noble.20260909.000605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros/ros-kilted-navmap-ros-dbgsym_0.4.0-1noble.20260909.000605_amd64.deb Size: 4674974 SHA256: cad25f068ed1e0fb21ed705cbc60cfd9909cb55ac3c7fd49a55de206c153d516 SHA1: 1f41a2d626de2b5a18a34717f787b086178aca3f MD5sum: c54895f156c8379e1f0161b0966c067d Description: debug symbols for ros-kilted-navmap-ros Build-Ids: 76cf8246aa307a18070824733f91b081d7aaaf3e cbdf9a126f06d04702765f1effd82c106f958a88 Package: ros-kilted-navmap-ros-interfaces Version: 0.4.0-1noble.20260908.164532 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1060 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.20260908.164532_amd64.deb Size: 103590 SHA256: 47ba62366cd71141b52780921862e606762866459f7213228d6753be93758fe4 SHA1: 74c774401e4877a11594d996cb71072c5cc8c8ac MD5sum: 2090a3c28a0b359b456486506b754750 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.20260908.164532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 834 Depends: ros-kilted-navmap-ros-interfaces (= 0.4.0-1noble.20260908.164532) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros-interfaces/ros-kilted-navmap-ros-interfaces-dbgsym_0.4.0-1noble.20260908.164532_amd64.deb Size: 678298 SHA256: 57cf5084db3e481f77865c009d5ddb4e2dbcade1e9d4d0311a1fa72b6607d69b SHA1: 4da54173ed00293fa0f94e3d6b456f10e01b4f49 MD5sum: 3b6656394292061811596f62fe2cc616 Description: debug symbols for ros-kilted-navmap-ros-interfaces Build-Ids: 0ab49a29e61a5090dea1476ad389658e5ec54dba 127ad5a3a709cdfd3c49cadb46b39ae841d9fa70 330715490a97d04ea034dc18e17b0d21d88412d0 743cde5eea498b271e2ed36f1bed4849f9d6a021 936fa10a1ea729d83a660095b0ac532e78ab2346 9e593e00b39bf04a0cc78497231a5e079481db6d a42fb919f7883d65817c7ff9c205480031d2f4fc cac5bb7bbd22c6be8434a5de179ab81194694388 e14eb46c8b23cf2ab0c85742f0e7450fe440005e eb4684a7f5da9de261e50674ee7fe4c3255f0f09 fdf65590d5844a9029d8abe9bc6d2f91ca26a87a Package: ros-kilted-navmap-rviz-plugin Version: 0.4.0-1noble.20260909.002129 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.20260909.002129_amd64.deb Size: 199652 SHA256: 30b0466d353a02420a46f50933bf11a03556ed69df4a63d1a0478511b127ea18 SHA1: 480e327cd39d55ad99f85179aa1838f9f490db98 MD5sum: 5266cd07e18e7e108399a3a539b39525 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.20260909.002129 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.20260909.002129) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-rviz-plugin/ros-kilted-navmap-rviz-plugin-dbgsym_0.4.0-1noble.20260909.002129_amd64.deb Size: 5729892 SHA256: 9a2ecb4dec631a565571910d3d93bb4e18225180f7f766076c03c7742a975163 SHA1: 7dd70ee8829c1f1da0ca3b6c45b69f0fb074f657 MD5sum: 0066c2ffe584dd191e7e9af8f7f96db7 Description: debug symbols for ros-kilted-navmap-rviz-plugin Build-Ids: 502a6baae2818601619ec9ed02ca98921cfb4019 Package: ros-kilted-ndcurves Version: 2.3.0-1noble.20260825.053043 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.20260825.053043_amd64.deb Size: 978290 SHA256: 7acb49bd422e4a4ecb03aa8ea3bd5cff9a3e06d9b7e5627119cda01cd4a6e03e SHA1: 127adcfd7ab49d37b56eec953f9afdbf53e361f0 MD5sum: dd81d249d64dd21e07f981fc45f7f922 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.20260825.053043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 27459 Depends: ros-kilted-ndcurves (= 2.3.0-1noble.20260825.053043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ndcurves/ros-kilted-ndcurves-dbgsym_2.3.0-1noble.20260825.053043_amd64.deb Size: 22597576 SHA256: c3626c4ba4d6a2821b79251035014055e4bec54e886be4750331dc9391672d53 SHA1: 6f68916501d90d9f4f2908ee68e5382097741720 MD5sum: 4867abd4cccdabcb7ec7cfd8738c4b5c Description: debug symbols for ros-kilted-ndcurves Build-Ids: 65123d9e692a03f6f37cedd88826f3644326aad2 Package: ros-kilted-neo-nav2-bringup Version: 1.4.1-1noble.20260909.083323 Architecture: amd64 Maintainer: Pradheep Padmanabhan Installed-Size: 112 Depends: ros-kilted-nav2-common, ros-kilted-navigation2, ros-kilted-slam-toolbox, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neo-nav2-bringup/ros-kilted-neo-nav2-bringup_1.4.1-1noble.20260909.083323_amd64.deb Size: 15040 SHA256: 9eaef2f998f189e9a5abc1cea07d29e3e15341a0da0475bdcc2b994f45532a7a SHA1: 374f69fe0de69030524934b69454890d797cac04 MD5sum: 0831b6b2b2d7f714f71a2d9312488376 Description: ROS-2 navigation bringup packages for neobotix robots Package: ros-kilted-neobotix-usboard-msgs Version: 4.0.0-4noble.20260908.164536 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1829 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.20260908.164536_amd64.deb Size: 119926 SHA256: 13ac53545709768ccf1a8e483f0f8b27edbfc7faf6eb53ef6282721908763778 SHA1: d1c58f38c2c1ab530098a4c9e8b58d2bcdd16abb MD5sum: ca6de5c1bd907d13fa0675112834c417 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.20260908.164536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1126 Depends: ros-kilted-neobotix-usboard-msgs (= 4.0.0-4noble.20260908.164536) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neobotix-usboard-msgs/ros-kilted-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260908.164536_amd64.deb Size: 898784 SHA256: 54ae51626b107e2a5a0ee054a9186675dfa429db0dac0ebf981205903938c85d SHA1: b5a0217987c4ac5f088c673ab0fe6e9a27139591 MD5sum: d33fb9f088962c2d85a5e65897866522 Description: debug symbols for ros-kilted-neobotix-usboard-msgs Build-Ids: 042e111e371d4f6271aaeba0e07d440dd76e79e5 166f7d4705afca7fb8fa81f06f7a3ad76cd51ca7 29905581777136f046478355545c28f2a0280ccc 4a4949bb65f1b088a7f6910786a6e18f38aa4546 66e11cb89bcdc1647d71391028ed3bf0b35cee33 8519d12d126c83dabf15f5925a9e400287edb123 943cecc609dea8a9e1575632411f1e25084f25eb a233f89e8c0321ff467fa1137a85e861e85d4075 bb66e5352e5de6cc2ccdad594d79a5abc0259098 cc15dce1bdb0a37a0af66516fff623c01487fe92 daa081205309b529861ae014c936389baa3266b3 Package: ros-kilted-network-bridge Version: 3.0.0-1noble.20260908.210959 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.20260908.210959_amd64.deb Size: 297732 SHA256: f0dffe384a8ce82c5257a486558ddd33c9f026b8bac92c36cf3dae568d4659f3 SHA1: 91b87b6e2a28b764fd7e1d2fdb857df835897a13 MD5sum: 896b7b13a1ba5c459c0b544600482b95 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.20260908.210959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 5493 Depends: ros-kilted-network-bridge (= 3.0.0-1noble.20260908.210959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-network-bridge/ros-kilted-network-bridge-dbgsym_3.0.0-1noble.20260908.210959_amd64.deb Size: 4932462 SHA256: c05cae159374d6d934b83d7a8ffe96cd4caa13bcd34bb25abff5eb165944afb8 SHA1: 845e347af7d9321cb38e5e6c9b5069b87bffce47 MD5sum: 8a41e43a18ca615d506bf1c98f3d8ac6 Description: debug symbols for ros-kilted-network-bridge Build-Ids: 0ac9dfac68ac38d324f59f929b16e35012d0a8d8 abd4d1c8805e38e621d5b0e8818f2455a9b24aa8 f6086ed96b090f3b35fe8ec8c3d844ce94920b70 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.20260908.164557 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1772 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.20260908.164557_amd64.deb Size: 141782 SHA256: 0fdca25a8f61f622d49a36f9106ca0bc117bfe87648d51f7f50ddc43f7bfc244 SHA1: 99df0c496bf2fbf3dfebd06e0cf36683245ff92e MD5sum: 88fb63b219f5628c062222d7206ce2b0 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.20260908.164557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1327 Depends: ros-kilted-nmea-msgs (= 2.1.0-3noble.20260908.164557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nmea-msgs/ros-kilted-nmea-msgs-dbgsym_2.1.0-3noble.20260908.164557_amd64.deb Size: 1103666 SHA256: 0343a12deb323eb20520ae2b8d8519c82fe849b91ad19a8b84ec151bed08a534 SHA1: a5e914d0e76134142ee6220bb6074e9d63298602 MD5sum: 6b97ace039102bc1b8680896eca54fee Description: debug symbols for ros-kilted-nmea-msgs Build-Ids: 204fef3a10aa6290e17ec7a96f49c1fa7ba9eac2 22ce4984433dc505a4ae0b1197cdd64ffbdecf8f 22dba538db6b6d9d565a7a24db55ef4c57dc2cac 37378feaf9a116edab1e3a5b99175eae55d64fd9 647505de07dec2a3037b62741f7a851f827b8116 7b58975c5259b13768142b53f0473f3e11433c75 8797ba6524c471af2b86ca62a842a4b273e44298 90368b807506ec41839c3454dfe7f7771d5f14b8 a7293f431ca097a04b21dc170f5a3232fe4b84ff b39cda4181000a5af7726dad50626c4bb976e3db e7a4fc8cd99205d9fe7601baab4842557cef0d44 Package: ros-kilted-nmea-navsat-driver Version: 2.0.1-3noble.20260908.205724 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.20260908.205724_amd64.deb Size: 24690 SHA256: ad8a23a4ae3b84cd1e4596676ceb2182b391298d9983dbc4da4794eca712245d SHA1: afb9a190651922d0c7ba33e125ba6cb419810fa2 MD5sum: 81dbb9d5ac6c6ff6262539b01ea64ac8 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.20260908.211211 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.20260908.211211_amd64.deb Size: 145874 SHA256: ac461db71655af7d333e23f721ecf1a85f64c29ad062ce10f01e4a6bb0f45acd SHA1: aee3f6568af993a6476313bb3407a5afff5f2f38 MD5sum: f02ce7e7bc073355ec057bd3e84f38a9 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.20260908.211211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 2974 Depends: ros-kilted-nobleo-socketcan-bridge (= 1.0.4-1noble.20260908.211211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nobleo-socketcan-bridge/ros-kilted-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260908.211211_amd64.deb Size: 2628204 SHA256: 9c2835787d88fb326834b42e1cd445359fcea5daf817855f2426807c5287109f SHA1: 97577eb59727b8821162516e157b9a8651624ea9 MD5sum: fd4c3dc3c29e55e4bd429e3c70df71ad Description: debug symbols for ros-kilted-nobleo-socketcan-bridge Build-Ids: 65eec6557947a2d22aa28ac43646b873fe05040a 8c282c69ca21bb9599d268ece67598301395a028 e92486286f978c57280feaa2190e9a7898a1941f Package: ros-kilted-nodl Version: 2.0.3-1noble.20260910.120911 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 41 Depends: ros-kilted-ament-nodl, ros-kilted-nodl-common-interfaces, ros-kilted-nodl-generator-cpp, ros-kilted-nodl-schema, ros-kilted-ros2nodl, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl/ros-kilted-nodl_2.0.3-1noble.20260910.120911_amd64.deb Size: 5934 SHA256: 51735836035b0c5f7ae0dbf726d67bbabe48b7309001232bede2b7d039b5a0cb SHA1: 95621a8e389d58ba5ddecc9639c7654922d01255 MD5sum: 09565fb9772a985198db81dba9ec4cd4 Description: ROS 2 Node Definition Language (NoDL) metapackage. Package: ros-kilted-nodl-common-interfaces Version: 2.0.3-1noble.20260910.120257 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 53 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_common_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-common-interfaces/ros-kilted-nodl-common-interfaces_2.0.3-1noble.20260910.120257_amd64.deb Size: 6326 SHA256: 765e3445914c35231aacb976f9706aadbac828c2ba2913317fcae08b968fcb48 SHA1: ab878d89f74bc44279631d3378be2b3ff3cbc975 MD5sum: 7c823ece64cd06f86c196c6f0562cca0 Description: NoDL interface descriptions for standard ROS 2 node base classes (rclcpp::Node, rclcpp_lifecycle::LifecycleNode). These descriptions will eventually ship with the upstream packages themselves. Until then, this package registers them in the ament index so that nodl://rclcpp/node and nodl://rclcpp_lifecycle/lifecycle_node resolve correctly. Package: ros-kilted-nodl-conformance Version: 2.0.3-1noble.20260910.115204 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-kilted-nodl-schema, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_conformance/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-conformance/ros-kilted-nodl-conformance_2.0.3-1noble.20260910.115204_amd64.deb Size: 11426 SHA256: 597a645d32bd2778261858cfb18bc2679df867ff410764410e42b4a7590b3563 SHA1: d8bb5b040b6a69570ab29c04370694055d50214a MD5sum: 460e40204226a51271062ee3efed7342 Description: Pure semantic comparison for NoDL node interface documents. Package: ros-kilted-nodl-docgen Version: 2.0.3-1noble.20260910.115029 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 101 Depends: python3-jinja2, python3-sphinx, python3-yaml, ros-kilted-nodl-schema, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_docgen/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-docgen/ros-kilted-nodl-docgen_2.0.3-1noble.20260910.115029_amd64.deb Size: 25436 SHA256: b1c7824642f7b4655fb246b5006a0a83a15f124d2ac16db1156a9b5a41583884 SHA1: bc33706d9be7c1839c51b2dfd28908804290d2f3 MD5sum: 8ad758b7318e8b29e8e63638ca72535d Description: Documentation generation and Sphinx rendering of ROS 2 Node Definition Language (NoDL) documents. Package: ros-kilted-nodl-generator-cpp Version: 2.0.3-1noble.20260910.115033 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 109 Depends: ros-kilted-generate-parameter-library, ros-kilted-generate-parameter-library-py, ros-kilted-nodl-schema, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_generator_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-generator-cpp/ros-kilted-nodl-generator-cpp_2.0.3-1noble.20260910.115033_amd64.deb Size: 18174 SHA256: 29cd79c5c96b2e0ff2bfd75cb5d3f1d428fb8d63fbe36461862808997be09d23 SHA1: 0279618cf0ea115dc67c820a7f025b0f08f97b94 MD5sum: 96add68f82dcaf24caf6db17a14101b8 Description: Generate an rclcpp base-node class from a NoDL document. Package: ros-kilted-nodl-observe Version: 2.0.3-1noble.20260910.114525 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 628 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcli11-dev, ros-kilted-builtin-interfaces, ros-kilted-rcl-action, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rmw, ros-kilted-rosgraph-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_observe/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-observe/ros-kilted-nodl-observe_2.0.3-1noble.20260910.114525_amd64.deb Size: 204654 SHA256: 4a61bb6e07530c99864dada7b4bca71593e0a08ed17f7d48d1ccc853e49f0c61 SHA1: 1cc44bc5ffdcf277586ff03966742dedc783064a MD5sum: 50201760f1403a76ecc76f2b002415ff Description: Observe a running ROS node and produce its runtime description as a rosgraph_msgs/Node message. Package: ros-kilted-nodl-observe-dbgsym Package-Type: ddeb Source: ros-kilted-nodl-observe Version: 2.0.3-1noble.20260910.114525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 2992 Depends: ros-kilted-nodl-observe (= 2.0.3-1noble.20260910.114525) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-observe/ros-kilted-nodl-observe-dbgsym_2.0.3-1noble.20260910.114525_amd64.deb Size: 2841758 SHA256: b2fef0d27501b39b223ec00cc2789af9fbf710154da325a3e8a1ee9d36888e96 SHA1: 744abba05a86b8c3f9672e219f3318507f5cb395 MD5sum: e99906a481d42a38f2a65294638a2c40 Description: debug symbols for ros-kilted-nodl-observe Build-Ids: 3e84945ab7d081ba8ca466c27b7cf7dc7a6c57c1 f802766b5b4e9de18388243d3b1285fa18125457 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-schema Version: 2.0.3-1noble.20260910.114554 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 161 Depends: python3-jsonschema, python3-pydantic, python3-ruamel.yaml, python3-yaml, ros-kilted-ament-index-python, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/nodl_schema/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-schema/ros-kilted-nodl-schema_2.0.3-1noble.20260910.114554_amd64.deb Size: 30820 SHA256: d1d9ac19a01ead0eb495ff85fdedcf765662fc997265e4211b845b6161862e07 SHA1: 22b725054852b2ce7aab8d332fe7b6436d9fe2b4 MD5sum: e111448d9fd00ea836589169aa16d3bb Description: ROS 2 Node Definition Language (NoDL) schema and validation. Package: ros-kilted-nodl-to-policy Version: 1.0.0-5noble.20260910.115751 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.20260910.115751_amd64.deb Size: 10090 SHA256: 1115c6735eec382a3a0354ec5d7ede2debb5fee77df3b394b1a9f0092a56c06d SHA1: 8e797b8a2b52076fe2293aac1957d0ddf27f57ed MD5sum: 46b5874e78ae351d8e92216dca6e2eca 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.20260908.231220 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.20260908.231220_amd64.deb Size: 59266 SHA256: 6e6f8a1e6b69019717a09819fa798c32578d44d5405cfb168378434f267c88c8 SHA1: 6b4c47a50ddcff5618d50861daf47a4c53434f9c MD5sum: a01b91229ae217a46e32a4a07a3e34fd 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.20260908.231220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 1531 Depends: ros-kilted-nonpersistent-voxel-layer (= 2.6.0-1noble.20260908.231220) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nonpersistent-voxel-layer/ros-kilted-nonpersistent-voxel-layer-dbgsym_2.6.0-1noble.20260908.231220_amd64.deb Size: 1480892 SHA256: bef12b0f928e1fd04115d8e5cdf378fb4daf3ab1ec46767b80c90401c2fa8ffc SHA1: 79d10253dbb653e18e75824008fcbd33de64b979 MD5sum: 854f98322d2408c2c7f141a95fecaf1c Description: debug symbols for ros-kilted-nonpersistent-voxel-layer Build-Ids: d75a68b395fdf10961baa4dd9a9f7ff4ad87b912 Package: ros-kilted-novatel-gps-driver Version: 4.3.1-1noble.20260908.232711 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7400 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-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.1-1noble.20260908.232711_amd64.deb Size: 944184 SHA256: b6aa53fef740c2e96298b7f0f957746dc01d0a4f7f4ec6270c80355ea5219082 SHA1: a0b3143b33f701b63a6e8efc94338c56ed8221df MD5sum: 1bf8d453634b5d95622d845e83293d53 Description: Driver for NovAtel receivers Package: ros-kilted-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-gps-driver Version: 4.3.1-1noble.20260908.232711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13844 Depends: ros-kilted-novatel-gps-driver (= 4.3.1-1noble.20260908.232711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-driver/ros-kilted-novatel-gps-driver-dbgsym_4.3.1-1noble.20260908.232711_amd64.deb Size: 12168218 SHA256: 1fd65cce0ec66560a44f304a1d65bef91ad7133900250a6dd5431d1a3a61b80b SHA1: bdd06b3b24128bc8c50fd932e3d3aeae8730e1e7 MD5sum: 49f5b86af57926df5876eff629dfeb8c Description: debug symbols for ros-kilted-novatel-gps-driver Build-Ids: cc33104a319a54b131ba82b8696408ad537d0194 ce7b249285b8415b3267d11e4c60ce62e6605a0f Package: ros-kilted-novatel-gps-msgs Version: 4.3.1-1noble.20260908.194458 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6576 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.1-1noble.20260908.194458_amd64.deb Size: 417988 SHA256: faa17a6f328dbb83c5f80acd60ce7a2f22638db22c2016370639284dfdc6aec2 SHA1: f103365c7ac74cd5772d7d3592ab089351302c46 MD5sum: a491764ed2371c1d823e07cbb88b3610 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.1-1noble.20260908.194458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 4213 Depends: ros-kilted-novatel-gps-msgs (= 4.3.1-1noble.20260908.194458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-msgs/ros-kilted-novatel-gps-msgs-dbgsym_4.3.1-1noble.20260908.194458_amd64.deb Size: 3497654 SHA256: b5e97deffb51d7072f74168b35fc2e4233358d83ebadfa923fb2d43aefa6b139 SHA1: bc9dfbe2aab302249610fdedb90ade1e3c8f71e8 MD5sum: e39f5191df29b66541ff4527058e92b9 Description: debug symbols for ros-kilted-novatel-gps-msgs Build-Ids: 037efbfdd1d8928d8eb431fdfe245c000c453e7d 38c8f4e54c7e4c2e266e2124cd674c1026ff8840 53eacd6c165c7c8580461e8a34e3115fe552c0ba 6d121d6b0933d766a0dd9922d269a9ba5f417765 77eef22d9728531b808931bfe522e166d6f0e0ae 9149c6ef757163f92718024f426c9f3788100e03 936fd08aaad0c95f174ef40f67d4687bf1098e60 b6044822cb0343f0006c76723588054b231f59e4 eaa950a2db1ff59f399896a72e4eff06a43c55b9 fca99aef411853395e38e54fbcd8b5e1b0ba9838 ff2d3c2f0d4f1d32fd3a379a060393631cc243f4 Package: ros-kilted-novatel-oem6-msgs Version: 0.3.0-1noble.20260908.194509 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2745 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.20260908.194509_amd64.deb Size: 187900 SHA256: 60e357e32a87e678da809db4eb3f0e363bcc840227be49f036f1860080cb2f96 SHA1: b73b287d0970a3d977d8920c7df43437fc1759b0 MD5sum: b69027d08d5d537d8a73922653f05710 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.20260908.194509 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.20260908.194509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem6-msgs/ros-kilted-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260908.194509_amd64.deb Size: 1377938 SHA256: 55acf7709cb0c1bb465247ad59886376630e1e7a23553a9a130c2ca83bdb0c8a SHA1: db01b37b416e99687acf249feecb02a0c1b212b7 MD5sum: 1a3b05e8a8fb5e24d7b73820e035343e Description: debug symbols for ros-kilted-novatel-oem6-msgs Build-Ids: 06f44bbeffac7f173440ea4c7f5083a1c4618768 18c058241de23fd2889e379ab535672092479168 209497258763bf9cd121af7a144aec4c9ebdfa9f 37e7e527d4c82a6a801b403d1fa59e629f9df6a3 50be94dd2ca4b11d35ccc31011f303fd31745223 538fe4312d7ad41d65415670e4e402b6dc3f7069 886a14296297b4df11122b05bbdef19279159fd2 90289cb62dc5f353cda5c07eebc6a44795e7c0de a0c31464c500ade894204bd12b5ced455ed643ea a89ab692a4fe9a1c661a0aee28c7adb9960f9feb f048f74d0b24b562c10178a7a65697cb9b023853 Package: ros-kilted-novatel-oem7-driver Version: 28.0.0-1noble.20260908.222628 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.20260908.222628_amd64.deb Size: 648718 SHA256: 2f41bf948ef42f210ba1afbe27dab8826fffde04120b6bda9789e82bc6a843c8 SHA1: 985146ae62a75844d528bb7adf2b6807c7761090 MD5sum: bb880a47d783926162a94d2fb611604f 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.20260908.222628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 17482 Depends: ros-kilted-novatel-oem7-driver (= 28.0.0-1noble.20260908.222628) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-driver/ros-kilted-novatel-oem7-driver-dbgsym_28.0.0-1noble.20260908.222628_amd64.deb Size: 15283702 SHA256: 823e4995ff10f907062a8a70968235ba9d062d4788079303723c11446cafd9b6 SHA1: c99561d42f034741794b4cdfe54e845403ba30e7 MD5sum: cca1996bae4328b28751170cfc595a4d Description: debug symbols for ros-kilted-novatel-oem7-driver Build-Ids: b0b381472cb733f1192c98f4440469ece1100413 dae1e31cd34a4ba751ebc2e7a22fcaa3f8606b58 Package: ros-kilted-novatel-oem7-msgs Version: 28.0.0-1noble.20260908.194601 Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 8345 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.20260908.194601_amd64.deb Size: 498182 SHA256: 6c25ba256ad11f77f459aefebb291ba884f2d63c24b16ad977385106cf8f3124 SHA1: e3e057966a6eb620d18a80ee02a91695cb2057c2 MD5sum: 01c2fa3c683a902260f98e43aa9861c3 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.20260908.194601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 5246 Depends: ros-kilted-novatel-oem7-msgs (= 28.0.0-1noble.20260908.194601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-msgs/ros-kilted-novatel-oem7-msgs-dbgsym_28.0.0-1noble.20260908.194601_amd64.deb Size: 4248748 SHA256: abb8f668a8b8e79424fa2bf7e423545b20e776830b366b8fd895743c6e5fff0f SHA1: 1afcb10b3db1a7e258b92a963d571b91f68ba514 MD5sum: d0d0629eb48117f6d21611e4f74d7236 Description: debug symbols for ros-kilted-novatel-oem7-msgs Build-Ids: 115cfdd406a593f36db39b71b98a27b9c1e5f8e5 28e0dea25d06f36dfb72dfbda432d5358208752d 305bf9a7859ac6e65a5fa86f63c452ba4a909950 33d3cb6ba8b71cc7730cda38e25664c3c59dcd3f 4f681d30af9220b02cb005824631c48244ec6f56 68cce4474fa2142a1c78f2863acbe9019bfb4c7f 752a47df8122350b01cb6deb67c0e57246edc4cd 8d3da107f9077361bd4b76dc7ecfa8fff15d942f aa2ace1c7aaf50221e622171aa07f55f3ca3e367 b92056ebfa38cd3c5e52b1f2673158e9753a1a86 e1e539aa7243f8a84ecdd5b824adeb034ba2db90 Package: ros-kilted-ntpd-driver Version: 2.3.0-1noble.20260908.212302 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.20260908.212302_amd64.deb Size: 108840 SHA256: f4df23132233247e96c51e1ccfb351a2248ab88ba3cedf08cbecd238ab70c26b SHA1: 5944b76475a869309d56c704295d8e68110751cf MD5sum: 37ec981e587c57b0a6030e0dd303143f 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.20260908.212302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2390 Depends: ros-kilted-ntpd-driver (= 2.3.0-1noble.20260908.212302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntpd-driver/ros-kilted-ntpd-driver-dbgsym_2.3.0-1noble.20260908.212302_amd64.deb Size: 2071314 SHA256: fc54dcebfa3e8f8b7b4e64c3436a49e4364c7b16d6c54dd944dac98b17de4a05 SHA1: 011c1276f77948b4c9203c885c64613b387bebbf MD5sum: 2e95289384f8b86d840fef8a8f25baf0 Description: debug symbols for ros-kilted-ntpd-driver Build-Ids: 13d35255557cccfd266b05dbadf69fa829868558 4770605ff19fe20808175340f53ecea5856367ff Package: ros-kilted-ntrip-client Version: 1.4.1-2noble.20260908.205538 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.20260908.205538_amd64.deb Size: 26654 SHA256: 5e7e6ee7722760670bc0878707743cb3972df57491000dda01b34ffcf1536ece SHA1: 69e7244d2d9b880a7ad24efb8dc695f92b69dd22 MD5sum: becbba0bf1a0f43e621a6f76fd9718a4 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.20260908.210534 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.20260908.210534_amd64.deb Size: 72314 SHA256: 2cf589e0fde29c8fb052b59dd4e8d458dd0822fbb32ecdf47c7272186782cc1c SHA1: 12182da7df1fac069ca3701eb3ecca370c887f17 MD5sum: 9e27807b23c4ac50d3f5723e7339258d 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.20260908.210534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1254 Depends: ros-kilted-ntrip-client-node (= 0.7.5-1noble.20260908.210534) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntrip-client-node/ros-kilted-ntrip-client-node-dbgsym_0.7.5-1noble.20260908.210534_amd64.deb Size: 1178082 SHA256: 3c1e78590a84b0085fa297ce010cd1abd06b93863504b42a21a57922e8890c5e SHA1: bbd8129de559ced56158238aac68b300d3375328 MD5sum: 1cbdb61f334bda2194b4b3277a6501b4 Description: debug symbols for ros-kilted-ntrip-client-node Build-Ids: 83270afeb847929285b8249adc1518b17cd2817d bc3f12ad0265a80639ef68573a9c9307e2ed9e2d Package: ros-kilted-object-recognition-msgs Version: 2.0.0-5noble.20260908.194215 Architecture: amd64 Maintainer: Vincent Rabaud 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-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.20260908.194215_amd64.deb Size: 244162 SHA256: e2f15256a7ed4d39f91e342d57416bb4e569d9567ddffccd561cdb28280b3046 SHA1: 787cdeed808e84c69b23f092a31c536348d9d595 MD5sum: e06bb8f790c96aafefe5646db55977fe 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.20260908.194215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2572 Depends: ros-kilted-object-recognition-msgs (= 2.0.0-5noble.20260908.194215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-object-recognition-msgs/ros-kilted-object-recognition-msgs-dbgsym_2.0.0-5noble.20260908.194215_amd64.deb Size: 2079340 SHA256: 82a7f990d954bc4325fc4a894dfd2313e7e1cc6cc725e8169b128bfb54d6d73f SHA1: f50f2f546dfe761fe2bcbc82a1aded47f791c6e4 MD5sum: 98a232216ad5c1fd029936d0d0656961 Description: debug symbols for ros-kilted-object-recognition-msgs Build-Ids: 0514ef8c1429f567e80fdf05f04ebca3a99f41f6 0bc45a0501a5999d70169acad26e65b80038aee5 19e205460cae1a29f5f57071052fcc5af396aa39 5dd8e8dad3e4cf37bbd2078b0b2dc1318b6bccc1 6e1395e34fe8a0e6422138c24b7094d857c805c7 9d70cd9aa5c52a6077389dbd138bc9f8c3de8ff1 9e1049b869fda9484b1a91ead327946df7f14b07 d4b446bbb9c2053314910f355da535e170766710 d6860d563da9eb5d48f62945803f53784f2d2059 df89aa5d1a693522654b6789a048480b67c581e0 eee0c13794fbc7047f236a892eca2d93af7b3533 Package: ros-kilted-octomap-mapping Version: 2.3.1-1noble.20260909.010103 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.20260909.010103_amd64.deb Size: 5548 SHA256: c5d5393d8cae5cace149b942dae53c609fe379d89cb97bcff9304dd0a4d30d71 SHA1: 5946321e72d4dc475c9b08d69d0acdcc653b33d4 MD5sum: bcb79e0084d08207a728952412705eb6 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.20260908.193319 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1439 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.20260908.193319_amd64.deb Size: 124694 SHA256: f60d303c40cbf3227383e24134fce909eee2cee75df726dc2c180386b02392f3 SHA1: def4fc443a1a172c9f1ea92bae880131a754ff72 MD5sum: 65398af60845503c4a59a2f032425574 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.20260908.193319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1072 Depends: ros-kilted-octomap-msgs (= 2.0.1-2noble.20260908.193319) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-msgs/ros-kilted-octomap-msgs-dbgsym_2.0.1-2noble.20260908.193319_amd64.deb Size: 841856 SHA256: d37d799d44787038ae2518715665bcee3c308dc255d7b243c8d97c86375975fb SHA1: 514818a98014882e504ec075baf0dd4994a974ad MD5sum: 6fd86b49964817e9d58ac974f02221ad Description: debug symbols for ros-kilted-octomap-msgs Build-Ids: 0e5c77422a530dd66540edb3a9888cce095f3e82 401cfb9302ff99cb7b945f0066fe4de3e382fc05 4e699b7fc7166ce648377c53151f519da2c5c53c 58fdf68d195e3c802a8b9fafedb28f4d391049dc 89670a6818932ca0e6486565dd51e9ea1815a591 9249baba25308a8291762cdf8ed49e33e1bcf6de b572769084c4d4efe31367ac6cab26459e06fc1d b652c495f9880ad3bd0be40e4ca96dedc031aa01 c8b2b64a3aa9ad25d941bb59b3775f3f228f926b fa1249a065d3a2fc78960185e288df4e80abcb97 ff92131881d89fb1e0c60cb9097dbe99d2fde377 Package: ros-kilted-octomap-ros Version: 0.4.4-2noble.20260908.203702 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.20260908.203702_amd64.deb Size: 15102 SHA256: 224ddc9b25d5a0d0df4880f66fdf7056baf32bb58adac8868c37eb1ffb19f92c SHA1: 9dceb0ca65e98ada4a771a7794c7740fd768446d MD5sum: c2a0368a06618af83e11b74838c53daf 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.20260908.203702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 103 Depends: ros-kilted-octomap-ros (= 0.4.4-2noble.20260908.203702) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-ros/ros-kilted-octomap-ros-dbgsym_0.4.4-2noble.20260908.203702_amd64.deb Size: 88040 SHA256: 429a4b46fd3d8216e165192f2f105eea98ebe80e32a5664ece80659818819d7f SHA1: b868634782e895fcd1a12154995cbfeef01cbe62 MD5sum: 93de8f828114f4e04ff2106c0322b859 Description: debug symbols for ros-kilted-octomap-ros Build-Ids: fb88e832dd289d7cf43f4e2f17468a853040d8d5 Package: ros-kilted-octomap-rviz-plugins Version: 2.1.1-2noble.20260908.232026 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.20260908.232026_amd64.deb Size: 283824 SHA256: 69d4aad77674fc75594e77165998e43bf9b21bcf92a5ced88055681ae430a547 SHA1: 9814ddc212d95b09d5d79729b27fa1e38d8a0e5b MD5sum: ad7743dba41b2400b393c5ed6ee79882 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.20260908.232026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6657 Depends: ros-kilted-octomap-rviz-plugins (= 2.1.1-2noble.20260908.232026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-rviz-plugins/ros-kilted-octomap-rviz-plugins-dbgsym_2.1.1-2noble.20260908.232026_amd64.deb Size: 6021732 SHA256: a62df85152be3a6c2c66951c6a38df6a030b4f4f83b55b0d4165e1397ceb4032 SHA1: 74c8c65addc777de336985cab46efa41a782aa95 MD5sum: c65cf3f5d515834eefc717147f359fa1 Description: debug symbols for ros-kilted-octomap-rviz-plugins Build-Ids: 51e1334f0e676ee6269cb928561c605be2fde904 Package: ros-kilted-octomap-server Version: 2.3.1-1noble.20260909.000557 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.20260909.000557_amd64.deb Size: 683658 SHA256: 6df6defb2b001e1ca2948df3065e234316792c6d140ecb32868f30821b141bb8 SHA1: 719e9b37f1c838fc0fd7593c10538579c4eea055 MD5sum: f9ae3bedded2d926c44bf5aefd0716d9 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.20260909.000557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29584 Depends: ros-kilted-octomap-server (= 2.3.1-1noble.20260909.000557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-server/ros-kilted-octomap-server-dbgsym_2.3.1-1noble.20260909.000557_amd64.deb Size: 26103250 SHA256: 8105cd7a2b743ab2c0278434e62f2cb6f26fb5454fec186e0ee78f73c6c131d3 SHA1: 3643ab1a525f8e7096e5920c0815f3296ff7ef7e MD5sum: a426d78814abf75d93614cf4eb05b68f Description: debug symbols for ros-kilted-octomap-server Build-Ids: 1674fe68e31a59507b769881a2612d84f9bdf54f 2680cc864993f2294bc397897e639f6df5f1cedd 38ea6d50f961dab768c88d888f56fe2b4bcc5b9c 40c7f4b4549cbb6e4f8a066ee0642e965ea72465 40c85cef0d0fad4433b355b20fe27f1cc325e06d 4bb674d6f1e773e6a190daef897c7681f80ac6e1 617bb094edaeb32f87682eacb8a0aeaccbe99fe1 762b92be53bf156ae368563ac9fc7925e4cb1c97 8aeb5438c5de55ed1a2f9b8dd7a4ba264ca79b96 9949f90ae27795545ef3a32abe19f9a9ef74a174 d3f13e3106dd49f2bcb2576fad6110db5d6b2458 dd01b73dcccd338e2375fbc3e14e0b83cac2cd4b Package: ros-kilted-odom-to-tf-ros2 Version: 1.0.5-3noble.20260908.223020 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.20260908.223020_amd64.deb Size: 107068 SHA256: 78b3df33e787ce02b460ab7b2c68d7261372e76a6ae7fc6fcc4d5106a876746b SHA1: f96081a09bf137e77c7369339a526def682db462 MD5sum: 475040492b809a2550eb9120b0ef9c4d 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.20260908.223020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2262 Depends: ros-kilted-odom-to-tf-ros2 (= 1.0.5-3noble.20260908.223020) 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.20260908.223020_amd64.deb Size: 1932348 SHA256: 63f881e2411b89fe56e5593413e92b48f1d64bf3a2999047176351c898e3670b SHA1: 3ff2f693e829e5f74fd8e92eeedc6b1d6d540484 MD5sum: d2a34eeb22dbbe618c3c548af3b70abc Description: debug symbols for ros-kilted-odom-to-tf-ros2 Build-Ids: 0da1aec6979cc9f688fc44a91bb1f0e3c9d8d268 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.20260908.234759 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.20260908.234759_amd64.deb Size: 168216 SHA256: a2c70d26094ada8c0f83ae2a2135c7db8383e8c22da94a2d0b8d388ac05b6baa SHA1: b57f8d263af75ed28088e9c1a2517961e8c55388 MD5sum: 2cfda36a5f672255de865247a7adab1a 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.20260908.234759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3500 Depends: ros-kilted-om-gravity-compensation-controller (= 4.1.2-1noble.20260908.234759) 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.20260908.234759_amd64.deb Size: 2949948 SHA256: 807937d2bbffcb1659c2ddec8bd385f244c84960999494be273db23ee356d4df SHA1: c19ea6e45c74bf5430674d4fb2aa53947a78f39a MD5sum: 727d8f146d57c6fe1bf6fd2446079ea4 Description: debug symbols for ros-kilted-om-gravity-compensation-controller Build-Ids: 7c138462b0ebb883e394e54170baa7572c811ca4 Package: ros-kilted-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260908.233925 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.20260908.233925_amd64.deb Size: 151002 SHA256: 41174c93152b117aa06e8fdfc6f399a9506fe49a2d2457e2f59bc9ad4554d945 SHA1: 54dd9744d361a39112d8679c4e16283173aad119 MD5sum: e963f512728efed081a00f69b8063be8 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.20260908.233925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2931 Depends: ros-kilted-om-joint-trajectory-command-broadcaster (= 4.1.2-1noble.20260908.233925) 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.20260908.233925_amd64.deb Size: 2572090 SHA256: 936bff1f4f7d87f11e9048337e1b5f9282e8ca2166cfbea47d2fe1a70a0ff73c SHA1: 6c0e0e179d52a5db2963d4e2a8a827a51d8bbb59 MD5sum: 12db132151f85c7cd83d10d5cdfbd0bc Description: debug symbols for ros-kilted-om-joint-trajectory-command-broadcaster Build-Ids: d55aa8e160f7b2b2ae01f75bd6ef0ff858597700 Package: ros-kilted-om-spring-actuator-controller Version: 4.1.2-1noble.20260908.235117 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.20260908.235117_amd64.deb Size: 60036 SHA256: 34fd2b8242ec7601ac41bac018732d7f5b9ba69365090feda62b32507f6bb88a SHA1: 29738464f577848f0df0be96c3957dc4661da535 MD5sum: 1b4cf49e2b6a7f4c4680a26ad9969ce2 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.20260908.235117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 737 Depends: ros-kilted-om-spring-actuator-controller (= 4.1.2-1noble.20260908.235117) 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.20260908.235117_amd64.deb Size: 699402 SHA256: d21063c5ba37926cf8d5bb4951488a92c21763d221d83fbb86d9fc1b8b50c26b SHA1: 04a34abdaecb078e3c38a5acbac272574cd5f4f8 MD5sum: 5d60df3be2dfed3e797ad9eff56ebf0c Description: debug symbols for ros-kilted-om-spring-actuator-controller Build-Ids: cf2c2ad940ce469a1253d534c78af90e0cbf934b Package: ros-kilted-omni-wheel-drive-controller Version: 5.17.0-1noble.20260908.234142 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 985 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), 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.17.0-1noble.20260908.234142_amd64.deb Size: 266666 SHA256: a594d2a067306ea37ed95507e8d5f161ee40ffd19e37f83fe4a8a062b9341158 SHA1: bab73620159c1d5c5ff198fab4a756b04eb65f32 MD5sum: 0fdc231dbefb1aca500b4793647f0e34 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.17.0-1noble.20260908.234142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9118 Depends: ros-kilted-omni-wheel-drive-controller (= 5.17.0-1noble.20260908.234142) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-omni-wheel-drive-controller/ros-kilted-omni-wheel-drive-controller-dbgsym_5.17.0-1noble.20260908.234142_amd64.deb Size: 8769736 SHA256: c5ee9364c61c243f4ed749b11f89a5376876ba9a952dfd8fb437f29ea67f8724 SHA1: a855330efdd9bf3fac27b749e117925e00ac1368 MD5sum: b43d73837d4ac90437cf0025eb9a266a Description: debug symbols for ros-kilted-omni-wheel-drive-controller Build-Ids: 0a3964c78c265ad8ced3482de31d452ecd5910c0 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.20260909.022258 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.20260909.022258_amd64.deb Size: 7112 SHA256: 13d0b273d33b0c0d6f984aa401cac058f02b39a25ef3c973efd8e018c222f7fd SHA1: 550e95962812125277f7cf5941ff8599171be2be MD5sum: 636b0cec5a80bc498ec853627464c731 Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-kilted-open-manipulator-bringup Version: 4.1.2-1noble.20260909.004635 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.20260909.004635_amd64.deb Size: 22890 SHA256: 545201e83720c4198e6ecdcfb8557e9837ff52d72963a2c663767c9f55ef8b4a SHA1: 26369581601669d8b9a63c5ae4e6d1b2226d2b2b MD5sum: c1b9b8a665d7846b0e1c32738e78155b Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-kilted-open-manipulator-collision Version: 4.1.2-1noble.20260908.204949 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.20260908.204949_amd64.deb Size: 141604 SHA256: 0813e0bb0ba95b01f5fdae918053e90aaab1193565afda4f47246d54bb657cc2 SHA1: 8086d23051209822162722375d2c508703a0d6a0 MD5sum: effcd2ce0293f4ae2c2dd625c28cf557 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.20260908.204949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3609 Depends: ros-kilted-open-manipulator-collision (= 4.1.2-1noble.20260908.204949) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-collision/ros-kilted-open-manipulator-collision-dbgsym_4.1.2-1noble.20260908.204949_amd64.deb Size: 3253416 SHA256: 76dbf9841870dec459d7ac94786f75598ce5d1a35729e711bc716f23f0a0a9a3 SHA1: 877b34b279bfba39eee76bf4ae4051dbdec5e3f1 MD5sum: f352b6c8eaf297c3e1d3e231a1f6401f Description: debug symbols for ros-kilted-open-manipulator-collision Build-Ids: fb611031f995c85d90a939860a47a3910bb5a279 Package: ros-kilted-open-manipulator-description Version: 4.1.2-1noble.20260908.233703 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.20260908.233703_amd64.deb Size: 13082460 SHA256: 938eb2f1d6d820fa4babc1ce75a760d7a3a0393fcde03fb854776687479b6d0b SHA1: 2a58f137c25b3294b6fe706771f4cd83bdf4f4bb MD5sum: 41b1b56859fa4e450fc07e2deab91522 Description: open_manipulator_description ROS 2 package. Package: ros-kilted-open-manipulator-gui Version: 4.1.2-1noble.20260909.011542 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.20260909.011542_amd64.deb Size: 177934 SHA256: a4aad33d796783f1297687e8b3dc9b05689eab747faec7dab8bd92cb58dc261d SHA1: a29685b3269d97d21f0933a53affe23c0a7a07ae MD5sum: b9cbb3cabf9db258e7588efa713ba13c 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.20260909.011542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 14065 Depends: ros-kilted-open-manipulator-gui (= 4.1.2-1noble.20260909.011542) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-gui/ros-kilted-open-manipulator-gui-dbgsym_4.1.2-1noble.20260909.011542_amd64.deb Size: 13828170 SHA256: a66bbc5ae9faeda102d21819f71f60f94d7501ce24d99e13f47a8be631998f0b SHA1: 676e30e04403001a131a19d673bb4e58bb500e20 MD5sum: 9e368f6309f9107696e97a44723242f4 Description: debug symbols for ros-kilted-open-manipulator-gui Build-Ids: 1c9ce275d0f0a8bf401011afb7a4381cf5b3ea6b 5145ed072077f5b05e13fea305a23f60e5ccfd7c c09edec69a56243d68779ef731f7bcd9c7fa2a0c d48834484318839533d34f873a20ea090dc08ed7 Package: ros-kilted-open-manipulator-moveit-config Version: 4.1.2-1noble.20260909.022226 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.20260909.022226_amd64.deb Size: 12410 SHA256: 614d2cb1f33272db3dc8152b28f0f8086fa2fbaeafad9d0e2d30afad97e028b8 SHA1: 52c6b3b0425365bf8aafea1010b9934114e2a3ea MD5sum: d586df6d176adaa7bb038a195e3af654 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.20260909.011540 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.20260909.011540_amd64.deb Size: 26990 SHA256: 086f423aca6efd99890ac74c7fed3a25a7d21b7587f76e5226679f3a98dd1f6b SHA1: 6683b4b2399a6af0d9366f9457165db74ac706f2 MD5sum: 7d7f190fceba40bebdd1f5cb8f46ef35 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.20260909.011540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4800 Depends: ros-kilted-open-manipulator-playground (= 4.1.2-1noble.20260909.011540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-playground/ros-kilted-open-manipulator-playground-dbgsym_4.1.2-1noble.20260909.011540_amd64.deb Size: 3531838 SHA256: 84d1e2cd5cc4e30eda154067798e10719519b6915b72e73a50e069e3e635cc6f SHA1: 9c7503c7bf999ca297e31671c1bb59722ab2c063 MD5sum: 8619e07beaea4584227b587e8365b555 Description: debug symbols for ros-kilted-open-manipulator-playground Build-Ids: 2269f4cb4d618fd5e3feb54d76ee99c1425b9bce c3c719a3b02ac9c840ab999c73f2dca5249dbef4 c8b2c21b8a1f133383b7219bedb3d2814b60d12c Package: ros-kilted-open-manipulator-teleop Version: 4.1.2-1noble.20260908.205555 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.20260908.205555_amd64.deb Size: 12426 SHA256: 1b962744650e3ff67a78069dd1a13fa5167831e67eba67f720688189120f17af SHA1: 3fc6030e64760ac1baca5b40b19affc9b92a733a MD5sum: 1d00a6b252eb46761fcbee9a19b9c3f5 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 Version: 1.4.2-1noble.20260909.074537 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3433 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-graceful-controller, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-opennav-docking-core, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking/ros-kilted-opennav-docking_1.4.2-1noble.20260909.074537_amd64.deb Size: 614362 SHA256: ea78aa0fc21d87c66ea4dc103fe99e1e66eb6293d939948d35dec18ddf74cdde SHA1: 02ee263fd669db094b977c3e61af95f16919965d MD5sum: 034d0f5d3aa78172728c99209c53c7da Description: A Task Server for robot charger docking Package: ros-kilted-opennav-docking-bt Version: 1.4.2-1noble.20260909.074605 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 630 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-behaviortree-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking-bt/ros-kilted-opennav-docking-bt_1.4.2-1noble.20260909.074605_amd64.deb Size: 147326 SHA256: 55d1629c8280b464dc6a83312a90afb1ef45529bca237010a89176c908280c1b SHA1: 3eaa32545c512b8796242008a51c060796649883 MD5sum: 444795be3a3a5d5c3f8ee64b7932bc3b Description: A set of BT nodes and XMLs for docking Package: ros-kilted-opennav-docking-bt-dbgsym Package-Type: ddeb Source: ros-kilted-opennav-docking-bt Version: 1.4.2-1noble.20260909.074605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2972 Depends: ros-kilted-opennav-docking-bt (= 1.4.2-1noble.20260909.074605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking-bt/ros-kilted-opennav-docking-bt-dbgsym_1.4.2-1noble.20260909.074605_amd64.deb Size: 2763568 SHA256: ff135bb43ef41e399850fbcb5b66427232644d48497a26d15ec0e04ff57df040 SHA1: fe6477bc428374b81176a64723ededf3db9ddb2e MD5sum: 2d123239f579b2e1dc21ac077b5826a8 Description: debug symbols for ros-kilted-opennav-docking-bt Build-Ids: 4bfdac92be1d57c67f2a15c4a792959ed601492a 6aadbc811e5bd037c67888be785bbc21138714fa Package: ros-kilted-opennav-docking-core Version: 1.4.2-1noble.20260908.225226 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.20260908.225226_amd64.deb Size: 10206 SHA256: ab0155fe91999ea61f76a78a6e6f1d609a9fd09ebb036129044d971518260534 SHA1: eed739cee08fffd68abaaa757a3e0bacf856124a MD5sum: 0697972a7ede047a26f045889a2a939d Description: A set of headers for plugins core to the opennav docking framework Package: ros-kilted-opennav-docking-dbgsym Package-Type: ddeb Source: ros-kilted-opennav-docking Version: 1.4.2-1noble.20260909.074537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 17091 Depends: ros-kilted-opennav-docking (= 1.4.2-1noble.20260909.074537) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking/ros-kilted-opennav-docking-dbgsym_1.4.2-1noble.20260909.074537_amd64.deb Size: 14805664 SHA256: 92a412894ea213e914fe34dfb2a6ca54d945db3f3d4bad963a0da25f935761b1 SHA1: f2ef01ab41f05e05782cf9d62e45dd97d2d21fb8 MD5sum: 58b9edc1dd1ed85494cd45e0a4a7e7cb Description: debug symbols for ros-kilted-opennav-docking Build-Ids: 458e87a7c90c00175d11bf4eaab94b0030324ef4 633e7d0e29d6bdd4cfb802f865c1eac88df5c0d8 736c0ec5ca06dd2a839f305865e1fcc6cbf75169 841ae19f1aee5fb34125f5b2dff08c32abccf857 a3ca82d8c5691a7c449423359731e16a97c3288f de62b72598cc63d8f96bf276a7f4d9aa8221252a Package: ros-kilted-openni2-camera Version: 2.2.2-2noble.20260908.225825 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1429 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.20260908.225825_amd64.deb Size: 258744 SHA256: fdb336122f40437b0ba8d5b36d1ed999f0aeccbfd02ab1e8d51a44f1abf0ba58 SHA1: 68e186be0808d5d20dc5ce3d164a92df7d67926b MD5sum: 0ab8e0ea02973c35aa0c533f64373a5f 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.20260908.225825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4050 Depends: ros-kilted-openni2-camera (= 2.2.2-2noble.20260908.225825) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openni2-camera/ros-kilted-openni2-camera-dbgsym_2.2.2-2noble.20260908.225825_amd64.deb Size: 3709730 SHA256: 76d7e245d8c1cb63a158dc1b51a289987d0e71261ff35641ea88872440019650 SHA1: f37d6351720b45ee12ca965cb1ef765816a7ba0b MD5sum: 62570c79831e8ea5ffd120042e4e63a9 Description: debug symbols for ros-kilted-openni2-camera Build-Ids: 10d9c95ad504fc776f1af905c1d1c68b10bbb1b1 199a3bac0ee0e9774cc2d2e243bb6237fb0035e4 1bd20b2914a3c7cb70b9b55e9270bf94837ed11e 5c116a42c2a253ad9a67ac3e3879fe086aa5b463 5e76c2317786070bc26b8a2c14d7e159ecac7f37 6b5597ade552039590034aa52f79d9a6b794f191 841d0559b762106e79563d6e149b7499e2f3290d 994a932511dd34aa1a15f6820f34fafa9a0ceee5 9af9ceee7bd573443d99fe813868ee65c5486424 a371839067f30e30725591ee3f1cc8b93678a257 cc83eb2d858fd34a1a5c15a3074dc3cae27aa50b df673daf9831a575aa92802ceca79d682ab35b40 e5dcc1e9e55ec9dff488fa0c9f29e3189ad1c222 eed41db115a8c6cf7b24994100fc8521d47f3643 f2bbd6af522d3b695ec0e624e13a8603d4921b12 fc2506fee425368cf4da258634cc0d7e3024b941 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.1-4noble.20260813.131117 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 79935 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.1-4noble.20260813.131117_amd64.deb Size: 15161944 SHA256: 3fad728ab368e24e356871fbee53776598c18da9ef1e72128634385e3887424d SHA1: 6058bc0183f195164ab2c63efafc2f3162ed683e MD5sum: bbf393ce70c7d08f8073797cff632637 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.1-4noble.20260813.131117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 249740 Depends: ros-kilted-ortools-vendor (= 9.9.1-4noble.20260813.131117) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ortools-vendor/ros-kilted-ortools-vendor-dbgsym_9.9.1-4noble.20260813.131117_amd64.deb Size: 243420128 SHA256: 371a5d9179ae5fa5cbcda57101db4828c30d633795b2cdc24a52927e228cd8de SHA1: c1e154302e5d267c5a688689c084f8a14fc556b6 MD5sum: 626eda138994cf5aac0473e47f202cbb Description: debug symbols for ros-kilted-ortools-vendor Build-Ids: 0c7fe7f4f1feb63affc7ff2f059dbdc66380c284 167f8b8df91fd11e38354b1bf77239c9d318f61f 24c4554c33cb2c1775d2864c1864450c1efa219a 55302433aa89e67d17f2b618579c3d766d352026 56f95327af51b871a01a989978655ee0350811ef 9eab05b5a24f738533bf495d51cadd4e970d510f d0675d04ece3dfb84863c076e4ae34822b7ecc70 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.15.1-1noble.20260908.224605 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 9635 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 Homepage: https://index.ros.org/p/ouster_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-ros/ros-kilted-ouster-ros_0.15.1-1noble.20260908.224605_amd64.deb Size: 1831838 SHA256: b14a8a5177886a277cc8bc4e21a18f3b672f08c8ea10dc29d89a2913f9f8b486 SHA1: b8c0fa3fb6e675cb2061c8fdfa1be5cec3f613f6 MD5sum: 7ebbbba115639debb78f06a88d70feeb Description: Ouster ROS2 driver Package: ros-kilted-ouster-ros-dbgsym Package-Type: ddeb Source: ros-kilted-ouster-ros Version: 0.15.1-1noble.20260908.224605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 68010 Depends: ros-kilted-ouster-ros (= 0.15.1-1noble.20260908.224605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-ros/ros-kilted-ouster-ros-dbgsym_0.15.1-1noble.20260908.224605_amd64.deb Size: 63650672 SHA256: 0107bc94744438e29bb1afaec9d0606a31982652e3126f3dff69a8fae5d869ba SHA1: 9f4c26f6af73bea0c55aa318788c18405e8d941b MD5sum: 780abfc521ceb67bd910314b10b3809c Description: debug symbols for ros-kilted-ouster-ros Build-Ids: 062856c568d24da5e7b8db26bf17842fd95216c9 0bb4869561589160173aaabcc9ecacd12bcb0112 36b2523757c7ea867f88df7ebc9563db6cfbcb0b 468d45a5f787a5e51eaf02a46e91e230a26560a1 9993c1c8d3c2dab071d2378398072fc4755b9e18 99ab66ee1a82c512fc9606cd57fe549d077265cd c4b853f7915854adf32254473bc964f0473a50c5 e3cd949e6f7d75e332c1dbe9009f2b8d86e8eca7 e5d9248688fa7061f30b01c56e26ca3448d1737e f1ab80833cf29e34e82027b5f8eafb0b198e473f f2a7dd78d25262f36f253570ad993851b5205f8d Package: ros-kilted-ouster-sensor-msgs Version: 0.15.1-1noble.20260908.194627 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1792 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/ouster_sensor_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-sensor-msgs/ros-kilted-ouster-sensor-msgs_0.15.1-1noble.20260908.194627_amd64.deb Size: 133442 SHA256: c93f5ff9e010787f87006efd9b6592b00fb4fbc86d8007a4961a873006f4b694 SHA1: 5d63afdecc4bf17a9cd36fb01c0e6061ac7aa017 MD5sum: 525459a00e499fbf0c665ce557afdf92 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.15.1-1noble.20260908.194627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1292 Depends: ros-kilted-ouster-sensor-msgs (= 0.15.1-1noble.20260908.194627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-sensor-msgs/ros-kilted-ouster-sensor-msgs-dbgsym_0.15.1-1noble.20260908.194627_amd64.deb Size: 1003552 SHA256: d39c5b2aff16c07b88e5f0787b8948257e5635990edfc5844a481ee4d7a697ff SHA1: d3a3fa896753e60a638a0d262cb91b00169f171f MD5sum: b43b75d4d2d998b0f2a5f3ee44abfb50 Description: debug symbols for ros-kilted-ouster-sensor-msgs Build-Ids: 0e5a6d91797ee60ecb5faa7ba66f33011950ca43 1a600f836092ec936177e6acb9c9070a0f5d5e55 1c1076502958f58b4c323d4f825a635cb2ae5e11 2ddaebc44e3903e3c2eb55946bc918ee3cd16e38 32a0026c6458443fc3bd822d3aef0b72bee3a269 369834f5a50f2b1f774af75089d9dba6dd41f296 3c2319ce1a6c8566bc5edf83b035ebe78e29cd0a 52db42965de7118b4149f37ea99257796c0aac2e 78c03c6e39f9ad66f3f09cddffc8cd2afc173a6a 8212fc9622de2c260590d5c9464e7bc79f4cbee2 913e9f782ef9663e1cd0145ed0618325b5d918ee 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.8.2-1noble.20260908.230518 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 407 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libatomic1, 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.8.2-1noble.20260908.230518_amd64.deb Size: 105342 SHA256: 194b3ab4d4236f375fc215455d5b6e93de0c29e7a6f4e940bb835dbde7dc0594 SHA1: e69e3ed5b4f18b022653203cfab3db5a67e10ef7 MD5sum: 632e69955c3f6cfc686c2df8cedc2f9d Description: The pal_statistics package Package: ros-kilted-pal-statistics-dbgsym Package-Type: ddeb Source: ros-kilted-pal-statistics Version: 2.8.2-1noble.20260908.230518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2113 Depends: ros-kilted-pal-statistics (= 2.8.2-1noble.20260908.230518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics/ros-kilted-pal-statistics-dbgsym_2.8.2-1noble.20260908.230518_amd64.deb Size: 1987052 SHA256: 75d04cea6ae02c737f01ae72c91c78ed9e3c149e11ee67ee60e8028990f3298b SHA1: 8fbf02eee592803b7267807dfc84ba327f4ac3d0 MD5sum: a57d609829204321913e1d54d656630d Description: debug symbols for ros-kilted-pal-statistics Build-Ids: e587aaabff9b9ceb2c57eb30cac2a4639aa250f9 Package: ros-kilted-pal-statistics-msgs Version: 2.8.2-1noble.20260908.194624 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 882 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.8.2-1noble.20260908.194624_amd64.deb Size: 82872 SHA256: 9007db2516e7440ddbb3328cb8e26a94d8f96c44b1b4fa371de122e435fafa34 SHA1: bd81d3aa4ed7adaa735b8e84eff697bfc9aeb3c7 MD5sum: 4cc4c93034cd2c7a894bea07b3a3a2fb Description: Statistics msgs package Package: ros-kilted-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-pal-statistics-msgs Version: 2.8.2-1noble.20260908.194624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 697 Depends: ros-kilted-pal-statistics-msgs (= 2.8.2-1noble.20260908.194624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics-msgs/ros-kilted-pal-statistics-msgs-dbgsym_2.8.2-1noble.20260908.194624_amd64.deb Size: 548418 SHA256: 8db4c9da13ec1e4363baef56c9e3d9a047ac8a26a92ec12a4f56d4c42f52e5f5 SHA1: 54d295c0610bef8098f50ef4419df74204b3ae24 MD5sum: cd36f04d47375ad796e3b9de7b04d328 Description: debug symbols for ros-kilted-pal-statistics-msgs Build-Ids: 05ef5da194598dc3b772ec99dfe220aa314be22f 21dfcd29d692ce50a6ed888043893d9d16f52ca5 3dc7394268f1e98b41c30a48b29f3efeca1e3f1a 4c077c5801db76bfde0b31230c317693fb2c647b 7e584b575947520250258567520830a968b60f7e 93782cf4d45a8e537d3923483877e2694ed621fa ba040551dc6befb9f87881a9cf0b1ca6cd98454b e972a190bfab5904dfed62ae02937938734e7388 eaa07f93c77d469aacd352b6b351092aa2b32a29 eecda7e0ee037a1107a68233e144606efee4c769 f327cb4ca77a0b11a0d6b98799c82899a05a71bf 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.17.0-1noble.20260908.234815 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 360 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.17.0-1noble.20260908.234815_amd64.deb Size: 91218 SHA256: 41f5f09ca31d1f40137fb317a3cbd958ca53193665cd63c4c96e872eaf15ac14 SHA1: 71966607aab12898eedee8f4ba2ecea352bc2523 MD5sum: c0f306967bdf347265bc5089b6f5abbd Description: The parallel_gripper_controller package Package: ros-kilted-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-kilted-parallel-gripper-controller Version: 5.17.0-1noble.20260908.234815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1172 Depends: ros-kilted-parallel-gripper-controller (= 5.17.0-1noble.20260908.234815) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-parallel-gripper-controller/ros-kilted-parallel-gripper-controller-dbgsym_5.17.0-1noble.20260908.234815_amd64.deb Size: 1073262 SHA256: 1512eaf3b82b0d5ec4776d1ac17ce01f4398859d332e0e6e2b2038c84efb6973 SHA1: 517eac75a1774a6862a3a10c683c0c486b6c3334 MD5sum: 43a179fe42c64a104d295de3a70fdc3f Description: debug symbols for ros-kilted-parallel-gripper-controller Build-Ids: 86ceddb7163251cd971ea48888ed2492037f12e0 Package: ros-kilted-parameter-traits Version: 0.7.6-1noble.20260908.232639 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.6-1noble.20260908.232639_amd64.deb Size: 10496 SHA256: d64d2469f9448b3ed6232ce0a2551184899956d907f8037df1a3338ad04bb21c SHA1: f3fb63ccc2ea42ca020b37dc6a28b9b94483e999 MD5sum: 52b339f9e5562960523d9dbc3c6f9869 Description: Functions and types for rclcpp::Parameter Package: ros-kilted-pcl-conversions Version: 2.10.0-1noble.20260908.205308 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.20260908.205308_amd64.deb Size: 14368 SHA256: 75712ba300a2ff3493488e7cfe875a1c4682af43855c92331513017b110696e6 SHA1: 022e5bc7a8c7ab6c1c58f3dafad7ed48b225d48c MD5sum: 5a0655b356c3f280956294371de20ee7 Description: Provides conversions from PCL data types and ROS message types Package: ros-kilted-pcl-msgs Version: 1.0.0-9noble.20260908.194333 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1262 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.20260908.194333_amd64.deb Size: 113650 SHA256: d6b203901600bb726dbcc6c3d6f27846fc82e55cc553c7715037a1b635ba5430 SHA1: cc967f7f34c4c07828c762e4be68e2f70e0c5f4f MD5sum: 5960bbe3a443e4bd97059a13505bfc88 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.20260908.194333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1034 Depends: ros-kilted-pcl-msgs (= 1.0.0-9noble.20260908.194333) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-msgs/ros-kilted-pcl-msgs-dbgsym_1.0.0-9noble.20260908.194333_amd64.deb Size: 831286 SHA256: 9c90117a7731f526ca3590719d74d4f2c802dd303fc04c8ddebb28fc318fb8d3 SHA1: 1362dbbb1d61558f5fcb4efb2ee41a0a9875abef MD5sum: 5d34f5fa1ba27057ab318ef2e057212c Description: debug symbols for ros-kilted-pcl-msgs Build-Ids: 0acc2386a38eeda512ebd4e14c49fc7264bba982 0daff75f41d90b11451c8fff62a8ec102d803cb9 22cbb71407dd06d57201d2f6beb7c88ab1cc9e74 2b8b632c57ba426a122145a83b47a9663156cee6 2f548215dbb66679576c66b541d0094016145bc3 324071dcf83220cb10fabdac026b2459cfdb94c5 b2bcc053837bbfdd616717dcf09e076402e1ef6b c53e5c69dd140df66598eb853ebbc69f93f8e7c3 d4f33c21e6f441610e3975ec359ce85b7e9ce374 d8f5b5e580910f9575a7e664f4d44bf0fa15ea34 e806247aaa45f65f2f0708deb42c7634a9b7e66f Package: ros-kilted-pcl-ros Version: 2.10.0-1noble.20260908.234217 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.20260908.234217_amd64.deb Size: 617100 SHA256: 39060e14c16843640d957f1a7d085fc243ead872d8001fe9e2b1420278863c16 SHA1: caf0e4139bd6b4c9bf6ad3c312423cf561e82c39 MD5sum: f298498d22d6420065340182a7e7f8ba 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.20260908.234217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 30249 Depends: ros-kilted-pcl-ros (= 2.10.0-1noble.20260908.234217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-ros/ros-kilted-pcl-ros-dbgsym_2.10.0-1noble.20260908.234217_amd64.deb Size: 25933404 SHA256: 28ee2b4211f07e558ad9cc752d8920af76ceafe2aeedde38b7ecbceceb738570 SHA1: fd27542c29ad3b6b5bd327b28d91c00d10cefc7d MD5sum: cc59ec62009b504ea27da85f46aaec8c Description: debug symbols for ros-kilted-pcl-ros Build-Ids: 02485547fd36554099ca99422141ab839ef4318e 174adb2d5d8b1c4baada828ea816bbe241a478f1 256fdfc37da78084ef10f28eeccccb214455bd79 44b72a04ca206224aab8ade92944283b68abd01a 72c24f560da6014866bb4b3eb041e15cd2fe309a 78e3c7c0d92e999beedcaa75318dfa9311c171d8 7ad9b8202c642252096190b11a65b64bf0e8b4fb 8d26c74b625a65211350066255b06ff97f801d03 95357a36ffef161e7cdf6612aab6144e34d7ea3f 9bdaccf0ed74fb1f4178cf8a7f8d9dc2d047745d a07868fba21d2ef43ee518247ee0e406c17661bd ac726adba3058d80e3848caded92b33ca3118003 bb5801601c9bce071265e2c06edfc986ea489757 c5257d7e6df8151890973cb0e95f9834138962cf cef6e78b82eb6262241635edb7b0393c95d0a8f6 e2ad5f10a594eab0d49df78fa38f1b13e59db38d e518feef62ca73dffa96db491c139dfbf077bc00 e8a0e8644717730d60e3e183207f288a58df9e27 Package: ros-kilted-pendulum-control Version: 0.36.5-1noble.20260908.232713 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.20260908.232713_amd64.deb Size: 246412 SHA256: b7a8f33a1250dd5805e3a4dbba43663a16ddc220f8030976a49f6fda89212c49 SHA1: b5f0edd85081dd6d1c29662fe81900ba9814cbb7 MD5sum: 8d44eb24a6054a258687855fec61710b 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.20260908.232713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6300 Depends: ros-kilted-pendulum-control (= 0.36.5-1noble.20260908.232713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-control/ros-kilted-pendulum-control-dbgsym_0.36.5-1noble.20260908.232713_amd64.deb Size: 5275946 SHA256: cea1364561f4453558ba02ab7982b7cc9c4772d3e0fe59ecd1efb9f080ec4d46 SHA1: e9bf1223ee256813baa2c2c2fbdbdf618e5394a5 MD5sum: 6383ebceb8ef1d3601be518395a18dea Description: debug symbols for ros-kilted-pendulum-control Build-Ids: 492b20605e77c30553767b7520d44a903c10f5ca cbc2bafa39748dcef905c68847e9c36e45387164 de65aa708c25d379d99afb42f89195b52b245b27 Package: ros-kilted-pendulum-msgs Version: 0.36.5-1noble.20260908.143932 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 691 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.20260908.143932_amd64.deb Size: 61234 SHA256: 3e40dc2bdef4721f6f3b1ce5c565920f78c4d5e30cb80c7bd9851b8655b8881e SHA1: 5942ebf93b97a9992135d925edb997f79a190f1d MD5sum: a960fc580d1a7fb179b27e8910320ce8 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.20260908.143932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 448 Depends: ros-kilted-pendulum-msgs (= 0.36.5-1noble.20260908.143932) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-msgs/ros-kilted-pendulum-msgs-dbgsym_0.36.5-1noble.20260908.143932_amd64.deb Size: 328458 SHA256: dbc8bb8d027f5eee3232aa5a3b75dc8fe7ab38371c246e30de572550c319e387 SHA1: d5080db9d02c70873ef545dae4f238ab02f39dc5 MD5sum: 8ad30e49e03c4b80171a9f8748bcde1f Description: debug symbols for ros-kilted-pendulum-msgs Build-Ids: 000e2df1089109ec41a60c94d087a2eed8959ca0 075476a69d8155c49472036e5c2c92a5603e8600 43b2f832b2f5ac5e5c5cf4d50cb19deaf7d16531 672441d7a67d161e0d99831c967601510ff74257 7257df45080c3ff6823b75e01024b55b18f8cee4 8e890f9a036a5516d8b9330bbde146844bc25502 93a6a0c5f9046b00719933eb6a7e6b588741ffd4 be26fbe7f985cace34d416bd797f60fea206d3b6 c74216656f0969b6c2ba72aa05fc73869a08de43 dd3f63921eef6634139ce4c5d1d8984cd02475a5 f4c9f1c918750823c316e073b0edd62259f466b7 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.20260909.010007 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.20260909.010007_amd64.deb Size: 5382 SHA256: 6dcf87a1b4d1033a3bb6c06828f7c7e561a7b1df04f7b2bd165ebe3dd1175f08 SHA1: 748cbf79b016d43ace873f10655da19fb15a8fbd MD5sum: 80d5fc869262956a57ff0c4b038d693b Description: A package which aggregates common perception packages. Package: ros-kilted-perception-pcl Version: 2.10.0-1noble.20260909.000616 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.20260909.000616_amd64.deb Size: 5766 SHA256: ed870e81ed5efa5a041aad73c0623e6a01ed055f22a82bdc78b00798a814488d SHA1: f6c82672d21cdb2e2bd22d50c41b591a7dabebf1 MD5sum: 629a7a5a0ae0eaf4db1733f74c9d591e 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.20260908.210156 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.20260908.210156_amd64.deb Size: 95550 SHA256: e3114a2b1f02f8d7cebd8bc5069837a3ef07f0661cde93777343f34d49058a6c SHA1: 44616d7dbca03975a4b74b4d6cd7d204ecae1e73 MD5sum: b86f744b2224c749483e6a29911b6f0c 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.20260908.210156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 1453 Depends: ros-kilted-persist-parameter-server (= 3.0.0-1noble.20260908.210156) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-persist-parameter-server/ros-kilted-persist-parameter-server-dbgsym_3.0.0-1noble.20260908.210156_amd64.deb Size: 1362312 SHA256: c1fab09926606d07bbf96f43c06920c163d276e015dea7e281cbc9c8dd039af0 SHA1: 11fd6abf3b277e263e70ea6b0119e8aa957ffc4a MD5sum: 4fce4901d7ef24514ae3410abbeff422 Description: debug symbols for ros-kilted-persist-parameter-server Build-Ids: 421eb1e9079474b132c63e551e0406035ea1bcbc 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.20260908.212400 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.20260908.212400_amd64.deb Size: 60750 SHA256: ee224d7a3094e74a93afb85beb192117c740f817699b67b370376c0c057aee72 SHA1: 7882216e924bf7f3581925552ba92a2378cc9c6c MD5sum: 7f49336fdf085f30d593a980d6df76b8 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.20260908.212400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 915 Depends: ros-kilted-phidgets-accelerometer (= 2.4.0-1noble.20260908.212400) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-accelerometer/ros-kilted-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260908.212400_amd64.deb Size: 850328 SHA256: 016e9ff36c75c67f44a495cb85dad80ec60da7e0f88cca9551658502ab0285be SHA1: fedc0ec74bac9d73a973769f98aeb27d049ed4af MD5sum: 05a2beda2d4347ba64a67b1fd2af839f Description: debug symbols for ros-kilted-phidgets-accelerometer Build-Ids: 45817fd6e80c910c2cb8d65e0dabaaae03894bb1 Package: ros-kilted-phidgets-analog-inputs Version: 2.4.0-1noble.20260908.210527 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.20260908.210527_amd64.deb Size: 59872 SHA256: 5ea0757adbe8121bde407693a38e73e52e1b075a815c5a198d9169707f01c5e8 SHA1: 3de30256f8d8947b67ac60b56a3335e5a10ecf82 MD5sum: c41725367dea8138e255f1cc5d988081 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.20260908.210527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 923 Depends: ros-kilted-phidgets-analog-inputs (= 2.4.0-1noble.20260908.210527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-inputs/ros-kilted-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260908.210527_amd64.deb Size: 858266 SHA256: 2c0bb6a5adccc35e031b419b74b5cb41d45b5fc8099b57a67ec1bb5e2af96978 SHA1: 38132f3fa36314eab0fcdbdfd674157274dba5e7 MD5sum: d4da5074c01d474efef01b33ec8baf91 Description: debug symbols for ros-kilted-phidgets-analog-inputs Build-Ids: c9e957c16fb7537a59ad8b0c415665f0707b2ff4 Package: ros-kilted-phidgets-analog-outputs Version: 2.4.0-1noble.20260908.210601 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.20260908.210601_amd64.deb Size: 110814 SHA256: 3ae9e759565f0283cbc60b5d7c26db4da6d593e7e50928dbf13a0fea9ff70702 SHA1: 2ed556b366289bb5f15c561b603f75225b2804dd MD5sum: 7100f8c74e03aa26519d51d4436ab69c 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.20260908.210601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2318 Depends: ros-kilted-phidgets-analog-outputs (= 2.4.0-1noble.20260908.210601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-outputs/ros-kilted-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260908.210601_amd64.deb Size: 1996438 SHA256: 82e51096177247724edabc8b425ab083e789d657efa5e82166858a27b491521e SHA1: 636b4e5df6c768a9b88671e75efa6b8b2d6119f2 MD5sum: 331b2db57bf0c28791136f3b7c534ccf Description: debug symbols for ros-kilted-phidgets-analog-outputs Build-Ids: 4a867d7c0cc82b27a1df2eb95f841d7e8beb7081 Package: ros-kilted-phidgets-api Version: 2.4.0-1noble.20260908.202737 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.20260908.202737_amd64.deb Size: 46216 SHA256: 6ff75d79fa4f19bc65a2d235d2a3ac26ea68074464f31383e0454c6542383a7e SHA1: ae6b63268fe10d4e60bd724eb8e80fb1982006a8 MD5sum: e095386c692a767bb8c97d10c744148c 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.20260908.202737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 511 Depends: ros-kilted-phidgets-api (= 2.4.0-1noble.20260908.202737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-api/ros-kilted-phidgets-api-dbgsym_2.4.0-1noble.20260908.202737_amd64.deb Size: 454770 SHA256: 2a87860ac35e4cde35c3cac9de9a6f3df29c1dc297df2fc1856cdf295cb43b60 SHA1: a499957e50a33e964aadee4264aa5aec94c1c5c6 MD5sum: 6a5e05d760f11cceaf1d1014e4f97631 Description: debug symbols for ros-kilted-phidgets-api Build-Ids: 3f3c51c5e95b6e320579145fba5902d40350e385 Package: ros-kilted-phidgets-digital-inputs Version: 2.4.0-1noble.20260908.210615 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.20260908.210615_amd64.deb Size: 59190 SHA256: e4ba628560bb57ec361fa5e11d84c3fd1399917d54ea0946e9c5d06059318ddd SHA1: 659fd815b44546a7504a5fb4b50926569a7d2e83 MD5sum: 6ce0a21906cac8237a73e4536314f2ea 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.20260908.210615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 917 Depends: ros-kilted-phidgets-digital-inputs (= 2.4.0-1noble.20260908.210615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-inputs/ros-kilted-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260908.210615_amd64.deb Size: 852608 SHA256: 56f3d95dae89338ac853505bb59a1b8dfdad12901d71b83f34fd565380539050 SHA1: 1e2e496ce659a7e364a3fffa38740939fa8e93c7 MD5sum: 3ebcac167f8e0d8e59229f01920b8027 Description: debug symbols for ros-kilted-phidgets-digital-inputs Build-Ids: d9caeaaf4e13c90d7cba368cce77223f29f88ca4 Package: ros-kilted-phidgets-digital-outputs Version: 2.4.0-1noble.20260908.210626 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.20260908.210626_amd64.deb Size: 111552 SHA256: bbb1f5cabd41f2232c18e313ff713b5e6a60385ea705135496095498322b0c80 SHA1: 4b083ba044eccc375a7e0e4c3e0cc7636025fbd6 MD5sum: 2825e226a91859e473d45d04cdad512c 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.20260908.210626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2322 Depends: ros-kilted-phidgets-digital-outputs (= 2.4.0-1noble.20260908.210626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-outputs/ros-kilted-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260908.210626_amd64.deb Size: 2002490 SHA256: 8e6b2648e059385741ecc7b8ddb84f2151ab134acddcb59a0700d610f49ec8af SHA1: 43c926bf41d101ca9c438acc42930d2969010684 MD5sum: 93a07030635fe62bd2500952e81eeb98 Description: debug symbols for ros-kilted-phidgets-digital-outputs Build-Ids: 392012a546d08e2019ec2445bc26f9a65bcbb382 Package: ros-kilted-phidgets-drivers Version: 2.4.0-1noble.20260909.001237 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.20260909.001237_amd64.deb Size: 6132 SHA256: 1b13cfd44fbd943699ad743c306330dc21e7da8334fde6a5c55bf5e42b366a11 SHA1: b8cc1ba056719a4a6167acf2860cb3107cdc3490 MD5sum: 7c36adba98904cc74cd3397d619e66ab Description: API and ROS drivers for Phidgets devices Package: ros-kilted-phidgets-gyroscope Version: 2.4.0-1noble.20260908.210641 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.20260908.210641_amd64.deb Size: 80888 SHA256: 04bb7db3de171c03c1cf3e6fe7de5876a96285ebe27928ddff0792efe61ecb52 SHA1: 1c3a2c5b72690345a93347a42336430c6f9339b8 MD5sum: ae10fb86802c8d24fc290b6bcdd322c4 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.20260908.210641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1344 Depends: ros-kilted-phidgets-gyroscope (= 2.4.0-1noble.20260908.210641) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-gyroscope/ros-kilted-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260908.210641_amd64.deb Size: 1234906 SHA256: a924ae4c3361f1899a90cad022b7c6ccdf0314f9584b5e8caf36b58d015024df SHA1: 987fd900107dfe7662d2bcbf3bb0dd8351e55e54 MD5sum: 93c546c47815c2e8b6d48db801447922 Description: debug symbols for ros-kilted-phidgets-gyroscope Build-Ids: f4b7a2f9fcf489815466dfa93102c1049f2ccf90 Package: ros-kilted-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260908.212351 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.20260908.212351_amd64.deb Size: 84862 SHA256: 78fabff8ab30b7fcb3f97cea632397c3b40dabc615ef7575adf6341e0f278fea SHA1: 2c40813cdc2c9f03cc5d926f0654320f5838d267 MD5sum: 0af5f4a8ece9ed14cd65b16866c14fdb 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.20260908.212351 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.20260908.212351) 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.20260908.212351_amd64.deb Size: 1313352 SHA256: 416f19a8cb9a055699a7f3e0326caa311282872f0c16082130b3edb9788c1fb5 SHA1: 7a089bba447b5bea02e43f8d2ca3a35cb55d697d MD5sum: ab9a3bf829b3f9ff7fdc3b1ffb48f997 Description: debug symbols for ros-kilted-phidgets-high-speed-encoder Build-Ids: e5855cb9461ccb0224c8460fd6798955fb2444a7 Package: ros-kilted-phidgets-ik Version: 2.4.0-1noble.20260909.000833 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.20260909.000833_amd64.deb Size: 7104 SHA256: 2e33225fcfc14f762834301fdb9f270fc505874db1bee10624b15ce24fb3ec88 SHA1: e99fc819e29080d6b55489deda17ef665b84d77d MD5sum: d046787039aa127cbce0ad658b8b3ef5 Description: Driver for the Phidgets InterfaceKit devices Package: ros-kilted-phidgets-magnetometer Version: 2.4.0-1noble.20260908.212422 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.20260908.212422_amd64.deb Size: 63166 SHA256: cac1ebca0146ae5786e941e503a516d10dafd9c1a3aeb14f54075fdf84a0ea4d SHA1: 56857d157bd48f41c00305df45245ed5df0a93f9 MD5sum: ad19a320000dbff78517a271dd0fbe3c 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.20260908.212422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 940 Depends: ros-kilted-phidgets-magnetometer (= 2.4.0-1noble.20260908.212422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-magnetometer/ros-kilted-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260908.212422_amd64.deb Size: 872312 SHA256: d4279f0d23b2c7933bf7defcca54006344f0ba85760f6b9ec5ed58bd87fde62c SHA1: 2425ed8c639dd4eb57b33f3e104ff29b66e158d1 MD5sum: 6581cda1eee2fb4a3a617c8995e34920 Description: debug symbols for ros-kilted-phidgets-magnetometer Build-Ids: a283ba571a3926c97bed8f261c33f17d93a105d6 Package: ros-kilted-phidgets-motors Version: 2.4.0-1noble.20260908.210626 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.20260908.210626_amd64.deb Size: 112960 SHA256: 961415187d8110b7f03df69a6b3906a117fd144fe4380c79a117cea6104ba6d9 SHA1: 0eb9bc22b725876c1e6d854a5b6fc157a9997046 MD5sum: e09ba44327cac7196a8b8291dfc6e918 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.20260908.210626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2248 Depends: ros-kilted-phidgets-motors (= 2.4.0-1noble.20260908.210626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-motors/ros-kilted-phidgets-motors-dbgsym_2.4.0-1noble.20260908.210626_amd64.deb Size: 1931214 SHA256: d5092b07a9d687b8a38fade9321d97c974f19b163c81d6c15b76670fd5af5c46 SHA1: 5726f597e794a70a805705332907e13b4c76f30e MD5sum: 8355275e640ba8c328fecbec7e9a6b2e Description: debug symbols for ros-kilted-phidgets-motors Build-Ids: 91e751e71f822053e12e932d0c89d069f0d7f678 Package: ros-kilted-phidgets-msgs Version: 2.4.0-1noble.20260908.194634 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2052 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.20260908.194634_amd64.deb Size: 153862 SHA256: 09eaeab2296d4c4650b58eebeecb0bf8682558aea22ad2d30ad315dfd8c101d6 SHA1: 634b8dcd6920138ee09fd16b814e876b19458777 MD5sum: 7732f8cc8ec5930edb8eef4811e31662 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.20260908.194634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1423 Depends: ros-kilted-phidgets-msgs (= 2.4.0-1noble.20260908.194634) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-msgs/ros-kilted-phidgets-msgs-dbgsym_2.4.0-1noble.20260908.194634_amd64.deb Size: 1111462 SHA256: 1f6f002282b3e0c7d8e480edc946c281d51c09a514c15e3ee746207562ec66db SHA1: 9c2cd4234f35e7bd10b58d0e946146b01d84541e MD5sum: c616eb70c91711a21cd1ee943dbc0311 Description: debug symbols for ros-kilted-phidgets-msgs Build-Ids: 12e6d5ac6ecd512dc317fd0d2b179d650af73c9d 312fadecdbc37ac5972f2a58a5679e89c749fd6f 6421aab2e263dadd39abcf26781c0424ac372904 648c87d8af53378fb20a2cdad30c08e20c240ab3 68d1a2eb69ea10d846921aeb758a405c32c50f7a 74b730f63ea9687ac5c8a3fae7d7fde36bb18608 817a2fd853c72931077ed36d4560f66be0988932 875d665471e4b50b764122fc45d02ff417054895 de0dd59b3206386646be699c2eabe22acdf7f4d4 e28fdd790eb3cb5ff043b2a94f555b0d9f4046e2 e9f9cacc9be8b33ae5a0695c808d378742fb8d8d Package: ros-kilted-phidgets-spatial Version: 2.4.0-1noble.20260908.210643 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.20260908.210643_amd64.deb Size: 96504 SHA256: 45233396b794d6c1eb811af14e9d9bed7442b984f11eec3ff76a3b4458e584ad SHA1: 9c848de073c54a9d8a3b0c2d8ec0876454ecb718 MD5sum: 2de7fc22775629fb1229553d6af6ca61 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.20260908.210643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1638 Depends: ros-kilted-phidgets-spatial (= 2.4.0-1noble.20260908.210643) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-spatial/ros-kilted-phidgets-spatial-dbgsym_2.4.0-1noble.20260908.210643_amd64.deb Size: 1493490 SHA256: f5781640410b0b18ef14fa11d3cdfd082765fd82618b4d74c4886640f3b256ef SHA1: fcc609d0e8d0231bddaa9e3698a931ba37152725 MD5sum: f7eabdc3210384a4dba36380a7cb9ae0 Description: debug symbols for ros-kilted-phidgets-spatial Build-Ids: 6fb8472bd91a367be2fea3d4d369af0f8ef9229a Package: ros-kilted-phidgets-stepper Version: 2.4.0-1noble.20260908.210709 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.20260908.210709_amd64.deb Size: 150556 SHA256: 01b38f254ff6cfef482eee5e345ec96acc58875da157c2f40479670ee56b3b1f SHA1: 2885e862b9aa7d19717ec0d25cd53fc343a3731a MD5sum: 88120a05e2fe3054fc196d1be063ab06 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.20260908.210709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3164 Depends: ros-kilted-phidgets-stepper (= 2.4.0-1noble.20260908.210709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-stepper/ros-kilted-phidgets-stepper-dbgsym_2.4.0-1noble.20260908.210709_amd64.deb Size: 2735720 SHA256: 70fc4823e5cc28cf9b15b13d3fe0bd93be18e368d0cdbcbe2f3abba9cb3c28ed SHA1: f0e066afd991bd53f5af4a64357c3719b8a127c5 MD5sum: 942061ad28003d34861f4ff3da6f773b Description: debug symbols for ros-kilted-phidgets-stepper Build-Ids: 946789b0978413d0d2cd73d5811aea0e5eb0fd8b Package: ros-kilted-phidgets-temperature Version: 2.4.0-1noble.20260908.210730 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.20260908.210730_amd64.deb Size: 57872 SHA256: d1b5d2a4d35edd5a744d5fa7d068452fa9cf2ddac1b77d1c8324e6c2c05a5c24 SHA1: a1ca220510c2a79b76cc0fcc02e98639d5eb6772 MD5sum: 1aa25ee4ca7ba0227e9b18b75adb552d 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.20260908.210730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 890 Depends: ros-kilted-phidgets-temperature (= 2.4.0-1noble.20260908.210730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-temperature/ros-kilted-phidgets-temperature-dbgsym_2.4.0-1noble.20260908.210730_amd64.deb Size: 824910 SHA256: 9d75302b4092cfc7dc9904fc15c3867d95494dde00e2bf087fda39a4653f7d95 SHA1: 6246a9ecf14fc6db45acd0d83b3b6287514db98e MD5sum: ac4b06d094f74df66b2295ed679f519b Description: debug symbols for ros-kilted-phidgets-temperature Build-Ids: 16d52f022aed31a1b61c6f9136cdebd42d6cc4a2 Package: ros-kilted-pick-ik Version: 1.1.2-1noble.20260909.000541 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.20260909.000541_amd64.deb Size: 110890 SHA256: 3bbf9f62e90d2fb95befa298d8e6d1991e9c53a3fa4a5935378f8d9be24af2b4 SHA1: 65b848054a4f42b53eaaeeca53c08ac704b6affb MD5sum: a1b0c092e2ed6e0d02a85ba4e7c35caf 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.20260909.000541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5407 Depends: ros-kilted-pick-ik (= 1.1.2-1noble.20260909.000541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pick-ik/ros-kilted-pick-ik-dbgsym_1.1.2-1noble.20260909.000541_amd64.deb Size: 5389590 SHA256: 554fe7877c8592709f642fd211fe0e490798e33ee07e756542787224cf8974f7 SHA1: 89ef809ef0119ef7fe389461e7c0b2718a8f0fd3 MD5sum: e67b3b5621db9712fd7eb3f41c4bc2e4 Description: debug symbols for ros-kilted-pick-ik Build-Ids: 037f3dfb5cbe5f3a95e36d182f9a08c363628987 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.20260908.233304 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.20260908.233304_amd64.deb Size: 69962 SHA256: 762f9693b4de358b50f42c1565fe68aa3bbbb5beb9ffcb8a906d9b4eb473b858 SHA1: 2353a93a4bb05e269f1cf51951138f23c57c07b6 MD5sum: 43ca3e1b2127bf3774217f376d2f7391 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.20260908.233304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1150 Depends: ros-kilted-picknik-reset-fault-controller (= 0.0.4-3noble.20260908.233304) 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.20260908.233304_amd64.deb Size: 1069618 SHA256: 8ab66a3608ffe5eaea10f28ee4d470d97e4c45fb1df10098b8b99454b86729cb SHA1: a7be9d7bed75dc1467f5220b15faea54764ee90d MD5sum: 417e4f405bc7f0ddc413dbacadd51b5a Description: debug symbols for ros-kilted-picknik-reset-fault-controller Build-Ids: c2ea47ca40e116f8aa1ced66d6d5851e57646335 Package: ros-kilted-picknik-twist-controller Version: 0.0.4-3noble.20260908.233310 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.20260908.233310_amd64.deb Size: 106462 SHA256: 8292ea2a928cbb048662a20f84e7dded84b707d7fa28709a7d223c82097f4f27 SHA1: 67fb731ceae3a67fba404a5cec1af7a7caeb5370 MD5sum: e263fe22b3a0b92e0736c72a171de3db 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.20260908.233310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2138 Depends: ros-kilted-picknik-twist-controller (= 0.0.4-3noble.20260908.233310) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-twist-controller/ros-kilted-picknik-twist-controller-dbgsym_0.0.4-3noble.20260908.233310_amd64.deb Size: 1826686 SHA256: 51a686285e2193edc3f4e197dfa15590571e3d9566e2a3b0a38ee9420c0cd6b8 SHA1: 9c9669df50815f44a112277a76d8db6e5bea99c6 MD5sum: e6a1869f163995d8e2b9b2a5c431ea30 Description: debug symbols for ros-kilted-picknik-twist-controller Build-Ids: cccf1849df4c9213201ac4858730a0c3f5ac61b5 Package: ros-kilted-pid-controller Version: 5.17.0-1noble.20260908.234812 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 831 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.17.0-1noble.20260908.234812_amd64.deb Size: 198552 SHA256: 9d718e5453152adf70371ed326c61a05fc5db67782f27089516a0bfeed692401 SHA1: 9424f137f7e325a3999c4f449f9d16c16ee6b21c MD5sum: 74d89b2d5403b45415a4a03fdbf5192b 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.17.0-1noble.20260908.234812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3397 Depends: ros-kilted-pid-controller (= 5.17.0-1noble.20260908.234812) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pid-controller/ros-kilted-pid-controller-dbgsym_5.17.0-1noble.20260908.234812_amd64.deb Size: 2998468 SHA256: d4c90d90b439f4d5024e94d19c9b313ab90f2927bf734915c0977075cd179552 SHA1: c94a8660576d4edcbabfdbeb30b7546f5719fe8a MD5sum: 895ee4f6aab0a36f09b0b4d97bbcecdd Description: debug symbols for ros-kilted-pid-controller Build-Ids: 06d842ece50b4992767ea09a9343e96e3200739b Package: ros-kilted-pilz-industrial-motion-planner Version: 2.14.3-1noble.20260909.010833 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.20260909.010833_amd64.deb Size: 372872 SHA256: 5c805727be7bbe3a1e3c86d466ecbf7dab60f522e23e00350728d17bf63eb4a0 SHA1: f761d95f57119a0b264e2a5cf11aa9adf0fa3586 MD5sum: b3c400fc41a8abba40089e73017f08dd 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.20260909.010833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26627 Depends: ros-kilted-pilz-industrial-motion-planner (= 2.14.3-1noble.20260909.010833) 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.20260909.010833_amd64.deb Size: 26512794 SHA256: 08d12e6925675f76dda8e12318d4234ff8b5a0d1e69497ed39e385e1551be39b SHA1: 7a3bb77f6b63afb31cfe4004e6fd4cff53278019 MD5sum: 6265b853b444c9276f26767ca63cd7bd Description: debug symbols for ros-kilted-pilz-industrial-motion-planner Build-Ids: 006d81276a4eb63c1051b11c8cb1279ce96e6236 30d04c5212dbea09c74031ce8603b259370bcfa3 3590ee60431b31b4d126a2dffea37f0c76487dcf 42026293dd5c3dae16c1fd6bcc8fcd79b4e9ace0 7486cf32982f4a2aca942ad39bd5492e084e490a 9642bffd1cf85da09c3839d5574b3e94183de5db 9b17ae6bc4f8c7d976ac541992e7e0c95eeb650e ad6022488e4d58916f71c9a73bb3a2dd83c0305f b5d210c615ee12a601835057c4c06fd7c92a5147 Package: ros-kilted-pilz-industrial-motion-planner-testutils Version: 2.14.3-1noble.20260909.000544 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.20260909.000544_amd64.deb Size: 105678 SHA256: ef245def25632a36272b64079d97f17205201a3fb144c2e7b8da5b5b4a7668a1 SHA1: 0837ebf117801b0d1cdcefaeac27718b9900d5fb MD5sum: 8182fbe27e505cfcca529b388899d72c 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.20260909.000544 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.20260909.000544) 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.20260909.000544_amd64.deb Size: 5467230 SHA256: d8d2275b75dbbb65baa5a59d6ca12bbddf9a5864bfd4d4134d950e6faae19c50 SHA1: 3bc1002a3e45869a0bb66df002b629a65674f03b MD5sum: fe8895eee985934c2e1a556bc6fa3f22 Description: debug symbols for ros-kilted-pilz-industrial-motion-planner-testutils Build-Ids: d8c812fd1dc4e89636659447f716be4f0cfb1fb7 Package: ros-kilted-pinocchio Version: 4.1.0-1noble.20260825.033040 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.20260825.033040_amd64.deb Size: 6116254 SHA256: 76dad436b5881c796c1cd05bf5f45528fa6813b089ab1d862dc1eb82677a6005 SHA1: 029e6699f14500ef9e2587156627252b4b637cb8 MD5sum: cebea7da008566ab01685bb937702106 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.20260825.033040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 438587 Depends: ros-kilted-pinocchio (= 4.1.0-1noble.20260825.033040) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pinocchio/ros-kilted-pinocchio-dbgsym_4.1.0-1noble.20260825.033040_amd64.deb Size: 412821254 SHA256: e5d2f56e66494fa9edad792c0b3a7d267bbbed7283a8cce42cdfb57c68b277d0 SHA1: 4de627358f00ff71c1914fcaf6dd80d96a95ff40 MD5sum: 1fc9dffbbe0cb90b711c5ebdf9d9e380 Description: debug symbols for ros-kilted-pinocchio Build-Ids: 0c77b6157ddbf2d2610af8d18114d7cfc5d8209c 2e7b21a3d8282631a4bca5ad282007ef09789eb0 b4a20dad270ad6cbf79f7ac26829c6067dcdeb70 bf436400cda761abac818e55f70f18b8794378ae d224ab936d949b14f77a2f22f6f6caf931a32259 f132c73e00abe9b5c14ae5a02280802071a6d485 Package: ros-kilted-plansys2 Version: 3.0.2-1noble.20260909.005859 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 42 Depends: ros-kilted-plansys2-bringup, ros-kilted-plansys2-bt-actions, ros-kilted-plansys2-core, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-lifecycle-manager, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-popf-plan-solver, ros-kilted-plansys2-problem-expert, ros-kilted-plansys2-support-py, ros-kilted-plansys2-terminal, ros-kilted-plansys2-tools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2/ros-kilted-plansys2_3.0.2-1noble.20260909.005859_amd64.deb Size: 5476 SHA256: 76181eb2a3b4727042400872d625d437dbd9c71fa34401b00e8d9fa31d386eb8 SHA1: 5e679234aa34826fc57deab0a817d292b595bc1a MD5sum: f8f1667a31c8648ef4681c0339398d96 Description: ROS2 Planning System Package: ros-kilted-plansys2-bringup Version: 3.0.2-1noble.20260909.005323 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 274 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-launch-ros, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-lifecycle-manager, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bringup/ros-kilted-plansys2-bringup_3.0.2-1noble.20260909.005323_amd64.deb Size: 71202 SHA256: 6224c05522ce0e0159ce1aa668c1d11b64cfda2e7756cf2667fe89cb2aa37158 SHA1: 76fe9e5c13c0e7d246cbf67df8d2254223e84e41 MD5sum: abc77e2396e88ace8677afda4da77025 Description: Bringup scripts and configurations for the ROS2 Planning System Package: ros-kilted-plansys2-bringup-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-bringup Version: 3.0.2-1noble.20260909.005323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1110 Depends: ros-kilted-plansys2-bringup (= 3.0.2-1noble.20260909.005323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bringup/ros-kilted-plansys2-bringup-dbgsym_3.0.2-1noble.20260909.005323_amd64.deb Size: 1037380 SHA256: ad903183bb694115a0dda5e06f99f43d46144a191d67a80900915011af620a38 SHA1: 70e3cb683b781c3a1f475575d1b53f0ec7a529f9 MD5sum: 40413c0587e8c05850eda618095298e6 Description: debug symbols for ros-kilted-plansys2-bringup Build-Ids: a6c7437b27993916c84e97b499ff2df1dcf8e4b7 Package: ros-kilted-plansys2-bt-actions Version: 3.0.2-1noble.20260909.003921 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 379 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-behaviortree-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-executor, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bt-actions/ros-kilted-plansys2-bt-actions_3.0.2-1noble.20260909.003921_amd64.deb Size: 104934 SHA256: add1c7bd196a4c819c3385a49a6c4cd9982fc868f0f92faf5135e148c24f4230 SHA1: 37b6224eba04bb9988a551fe7c920d87b860976c MD5sum: 2af8c5f9b4eb1fa2e85117d35772e1f2 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-kilted-plansys2-bt-actions-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-bt-actions Version: 3.0.2-1noble.20260909.003921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2131 Depends: ros-kilted-plansys2-bt-actions (= 3.0.2-1noble.20260909.003921) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bt-actions/ros-kilted-plansys2-bt-actions-dbgsym_3.0.2-1noble.20260909.003921_amd64.deb Size: 2061132 SHA256: 8c59df4ac07f902571e252097874771c0921699d416d01c0b997683849427970 SHA1: 016a28589dd25d35114bf3d10e15b8545def5c38 MD5sum: a967f6bd5fbb185f51d88a344686df90 Description: debug symbols for ros-kilted-plansys2-bt-actions Build-Ids: 753bc89c7da082f88d0ef285f8e0b5aca1ff6b5d d7f5f46d6afa54171661157c797cf42dadb460b0 Package: ros-kilted-plansys2-core Version: 3.0.2-1noble.20260909.000358 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.20260909.000358_amd64.deb Size: 95894 SHA256: 105734d6d9842f6005de87f984a16e592289ec0b8fc77acd33585e91396bb13b SHA1: 003e6f988e5ace4244123eda21e2ec25ce5466eb MD5sum: 856c8c9adbeeaae6f2a32ef20ecf34c7 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.20260909.000358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1633 Depends: ros-kilted-plansys2-core (= 3.0.2-1noble.20260909.000358) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-core/ros-kilted-plansys2-core-dbgsym_3.0.2-1noble.20260909.000358_amd64.deb Size: 1565026 SHA256: 0a2d59d2190b80c5cafd24a4af1339b973db6d3c9378072078207ada4ad2ecf6 SHA1: 3f9d6fb789ea3f8d2f7aafe864af9c9960265d86 MD5sum: 4d7a6e6d51c44d9d62c0b18c8a6f21ed Description: debug symbols for ros-kilted-plansys2-core Build-Ids: 3c3cb04e4d957f8f09e19e349e35706524b4077b Package: ros-kilted-plansys2-domain-expert Version: 3.0.2-1noble.20260909.001048 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.20260909.001048_amd64.deb Size: 282490 SHA256: 46c62ed71c8ee907d2e8d525edb4a2148cbc1cefc71b068305fafba75249d8de SHA1: adfb5eb657d58640f49cc6efabbf56a435626b7b MD5sum: 82d579e3c27293721101ed46fcd3918d 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.20260909.001048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 7416 Depends: ros-kilted-plansys2-domain-expert (= 3.0.2-1noble.20260909.001048) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-domain-expert/ros-kilted-plansys2-domain-expert-dbgsym_3.0.2-1noble.20260909.001048_amd64.deb Size: 6744382 SHA256: b3c10a9e272f7d594579bb492d0f77cb048986da05ed43982ee2fd135ef8bd94 SHA1: f39be8c8bd646733a2aaf3b594af0f61a22d3a22 MD5sum: 20abe7a571026f03ea22100eefcbcaa4 Description: debug symbols for ros-kilted-plansys2-domain-expert Build-Ids: 8e3f3e2ee83012968d02a4ba3c9240c68b0b72c8 e0154133cd8d7596f7636feb3669c0a321bb65c8 Package: ros-kilted-plansys2-executor Version: 3.0.2-1noble.20260909.002806 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2573 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-behaviortree-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-core, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-pluginlib, ros-kilted-popf, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-cascade-lifecycle, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-executor/ros-kilted-plansys2-executor_3.0.2-1noble.20260909.002806_amd64.deb Size: 581254 SHA256: 07c12450f7f951f3e85b8b0017735c9c3d1da2e26176c5f8a17f46fe6ccdd873 SHA1: 26cd50ac05b30377c3153eb65952b3252779eaaf MD5sum: 60d6d31ece5ba232b42ce99544280c5b Description: This package contains the Executor module for the ROS2 Planning System Package: ros-kilted-plansys2-executor-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-executor Version: 3.0.2-1noble.20260909.002806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 17560 Depends: ros-kilted-plansys2-executor (= 3.0.2-1noble.20260909.002806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-executor/ros-kilted-plansys2-executor-dbgsym_3.0.2-1noble.20260909.002806_amd64.deb Size: 16647378 SHA256: 9657926c00e7bbb9a515d9e12185ea1fa7803586f92ff3a90bd981bed1d1deeb SHA1: 946c6d7a0a892c6042b6c1f2c4cbeed7cab30a63 MD5sum: 7e75988d6de431e5ac399d6a57de9344 Description: debug symbols for ros-kilted-plansys2-executor Build-Ids: 4b6742a9d7330c04d260493380bbd6b681cdfb2e 4e2df0ee8a0b713ebf79c7f7be832802f5244f1a 96bd8dbb62ed1345a5e92bb31e10a43ba070ad7d a81c7a7961c2218129ab95bd6113fe90d864a854 Package: ros-kilted-plansys2-lifecycle-manager Version: 3.0.2-1noble.20260908.213800 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.20260908.213800_amd64.deb Size: 77154 SHA256: 053a509de87aa340908cf34263f68739423b3327cd1d77b53a7862ec04d3a0e4 SHA1: a6178643fec3e44b5c32a11650d6d61f4ba686d1 MD5sum: 6325bb16a37fa9b44662ec4cdbf1e4e6 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.20260908.213800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 999 Depends: ros-kilted-plansys2-lifecycle-manager (= 3.0.2-1noble.20260908.213800) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-lifecycle-manager/ros-kilted-plansys2-lifecycle-manager-dbgsym_3.0.2-1noble.20260908.213800_amd64.deb Size: 943424 SHA256: 78713cffe944349ce90246beaefe5f7932d52545540dd6cd4ce984c581627dc6 SHA1: 70327b7e6b81b1de5ccd2e378117eb75dd26768a MD5sum: 92ef9ab34bb446daaeed12526c48726f Description: debug symbols for ros-kilted-plansys2-lifecycle-manager Build-Ids: bdc3651aabfff85ced47dc1a132768f572eeb3b6 Package: ros-kilted-plansys2-msgs Version: 3.0.2-1noble.20260908.204908 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15027 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.20260908.204908_amd64.deb Size: 903920 SHA256: 609c75bb3bf3b1550cc6de94d5f875ecf6b9cde204682f2ca706af1988196aba SHA1: b0a896b9ebfd05a617e568159a2ce8c029c2f4dc MD5sum: be1f7f30adf88a691fcb22596bdba8b9 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.20260908.204908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 11921 Depends: ros-kilted-plansys2-msgs (= 3.0.2-1noble.20260908.204908) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-msgs/ros-kilted-plansys2-msgs-dbgsym_3.0.2-1noble.20260908.204908_amd64.deb Size: 9710196 SHA256: 6177c8cc06d2de5ca73dff2390402e1b63e9d2ac204348dbccee38b310beb706 SHA1: e796f6d672a7ace106c30fa29f0407807c54684d MD5sum: 547c93dfd532139f4c57108d4e960131 Description: debug symbols for ros-kilted-plansys2-msgs Build-Ids: 2fbae12b3822001e5b06f69d86d69417e86ab554 3a0c905fcd74c8a0848eaad056eef79818b937a1 4bc8bee1370e7b2b9f728b1809a88d40413d897d 59adfe88e696a12b8bdbfd27caf07007c6690526 8ec83c0c2cb7385dad29fbc2ebbe0fb399fd1393 94e3e078be1b14330fa75737240215e9ac89869a 98aad30025c909de14124808c06e5a434f4caaf3 af575038a929378fb1dbe8a05a6ab468bdf76cb1 b0d72d774d3d4a2ae8ca2b93d793a7f2a755c3a1 c87f954cf2d32aaa2712d79774e890e6facf80d8 d4fa6717f082df2fb3c92d0b0907845f0814aeac Package: ros-kilted-plansys2-pddl-parser Version: 3.0.2-1noble.20260908.235519 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.20260908.235519_amd64.deb Size: 183652 SHA256: e67e643909b7b96fbf029fd0da8e90d43840efb49cbde7113e1b595bcde15351 SHA1: e964aef2cf92b049a0edf04f989d55283113cd97 MD5sum: 216584cab4785ff65328972e4dffe696 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.20260908.235519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3674 Depends: ros-kilted-plansys2-pddl-parser (= 3.0.2-1noble.20260908.235519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-pddl-parser/ros-kilted-plansys2-pddl-parser-dbgsym_3.0.2-1noble.20260908.235519_amd64.deb Size: 3531532 SHA256: a7b611467fda5e5bef947fe6db5cdc2eb0a1c86e0bcc19072b58b942e8b084a5 SHA1: 6fcb1320339671515fe362678cda02a7895d908d MD5sum: 6689600487736e6457f2fde11e81a49e Description: debug symbols for ros-kilted-plansys2-pddl-parser Build-Ids: 76042c77bb427ff7b573ca8a35aad641ee679db3 a12e86a89ca0d273fe98926833f06a4782b54cb1 Package: ros-kilted-plansys2-planner Version: 3.0.2-1noble.20260909.002326 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.20260909.002326_amd64.deb Size: 161020 SHA256: 7afa95082fb3c090707f69b4576e3efc3af337bac3346b0153ead998e263c092 SHA1: ae8df06376c51be0cd4c3a4ad963aab495897dc1 MD5sum: 02ea334a4814f28a478fad50b752275f 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.20260909.002326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2974 Depends: ros-kilted-plansys2-planner (= 3.0.2-1noble.20260909.002326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-planner/ros-kilted-plansys2-planner-dbgsym_3.0.2-1noble.20260909.002326_amd64.deb Size: 2807462 SHA256: 876181779151621b43ef0350f01083c29086d032d7a17c9bf385389ef36583e7 SHA1: db1557fe0c29d3621510c3efe3d4306d61c5cfc8 MD5sum: 952c2c698e094aa1f3bd952a3cc8d3ff Description: debug symbols for ros-kilted-plansys2-planner Build-Ids: 89d17e2360bf60993acb61a47351a4661b9f3847 f8039e158ba7fe33ef7131493c977194d2a0e8ca Package: ros-kilted-plansys2-popf-plan-solver Version: 3.0.2-1noble.20260909.000718 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.20260909.000718_amd64.deb Size: 39692 SHA256: 5f21ec5fba54ecdf7c0534a222f2a2b9540242fd4269d54ef596cb9a8ea576df SHA1: 89557ace429b940a617f295cf9508186b16faef4 MD5sum: 40fc936c431ae889fa7003eca48b8f53 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.20260909.000718 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.20260909.000718) 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.20260909.000718_amd64.deb Size: 491642 SHA256: 69166938ac74e79d5bb39aed8dcff38daff3318ec988bd1ba1d565583fd99da6 SHA1: 28ef2b9462d33660385fe7fb07c71061b5942b86 MD5sum: 7c4f93e5aa58cb792d909cf59e231202 Description: debug symbols for ros-kilted-plansys2-popf-plan-solver Build-Ids: 9ed797de560f0ef60bb35465ac6e20f07ab92f03 Package: ros-kilted-plansys2-problem-expert Version: 3.0.2-1noble.20260909.001640 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.20260909.001640_amd64.deb Size: 369052 SHA256: 08882c3638a532eb37e697e82f9103e9ec8920af659f7eccaffe0a6521062c0d SHA1: ca40129b2e1520a016ed53ec3cb64476024977e8 MD5sum: 9b4a25a7d28ecf59dd1ed0d23830d961 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.20260909.001640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 10156 Depends: ros-kilted-plansys2-problem-expert (= 3.0.2-1noble.20260909.001640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-problem-expert/ros-kilted-plansys2-problem-expert-dbgsym_3.0.2-1noble.20260909.001640_amd64.deb Size: 9043910 SHA256: 2d81e326783762ddb6533d3b417add209d33407a3654cf6ed8ef3d49beee6138 SHA1: 3bd0f23cc7c8da9b06f1dbc14cda4fe17e78eca7 MD5sum: 704404cd0a8ccf90f02b11706d9739bd Description: debug symbols for ros-kilted-plansys2-problem-expert Build-Ids: 2898dc96b767f333007dfafb2dd42e5e07f43f9d fb22752a0491fd63c9c4b789a2d81c348cb3e87b Package: ros-kilted-plansys2-support-py Version: 3.0.2-1noble.20260908.213817 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.20260908.213817_amd64.deb Size: 63010 SHA256: e3702ba8f341a6f34981074186c2a24b9437ed58227bcd6100c2c60c0fa9acb0 SHA1: 378fefe3ef108b6b3eaacee20fd69af062370163 MD5sum: 015054f8fe761ba574c8fa949acd137e Description: This package contains modules for developing PlanSys components in Python Package: ros-kilted-plansys2-terminal Version: 3.0.2-1noble.20260909.005328 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 723 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libreadline8t64 (>= 6.0), libstdc++6 (>= 13.1), libreadline-dev, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-terminal/ros-kilted-plansys2-terminal_3.0.2-1noble.20260909.005328_amd64.deb Size: 194894 SHA256: 293a613e23ca16bc289dde04ab89241a832fd2e50c7fb16ea24ce96ee82d6b51 SHA1: 6b2b473870a013ca69077d77cca322e70fe34a0f MD5sum: 87b1a555a410a2164132fbd38446a22b Description: A terminal tool for monitor and manage the ROS2 Planning System Package: ros-kilted-plansys2-terminal-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-terminal Version: 3.0.2-1noble.20260909.005328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 4054 Depends: ros-kilted-plansys2-terminal (= 3.0.2-1noble.20260909.005328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-terminal/ros-kilted-plansys2-terminal-dbgsym_3.0.2-1noble.20260909.005328_amd64.deb Size: 3690230 SHA256: bbe96fe01e0b2f9f1b0551e26674b99125776681c2badbe53029dc75de2e7d17 SHA1: b67f1ce16fd58056708c32896ae3fe04cd4273c5 MD5sum: fa0e41c1dffda881a91fc8e781e01ea7 Description: debug symbols for ros-kilted-plansys2-terminal Build-Ids: 46e03b8d07fd7df1821a57ce4eca2081fdaace85 a7777d613da20aba002d8e59bb61a992680362bc Package: ros-kilted-plansys2-tests Version: 3.0.2-1noble.20260909.005401 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 43 Depends: ros-kilted-plansys2-executor, ros-kilted-plansys2-msgs, ros-kilted-popf, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tests/ros-kilted-plansys2-tests_3.0.2-1noble.20260909.005401_amd64.deb Size: 6358 SHA256: 7aeb45166c73444f83c68d479a59f25d37dbe6a685d70c0d95101793969f27f2 SHA1: d2a48b03e346f7e1b489cac2b94c88c6ac4d53c3 MD5sum: 94c790cdfd7cbba40519ba4cc36fc3ae Description: This package contains the tests package for the ROS2 Planning System Package: ros-kilted-plansys2-tools Version: 3.0.2-1noble.20260909.002335 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.20260909.002335_amd64.deb Size: 404164 SHA256: ac1b20defd5c59490369b7d9ad5d7eb2c3cf7612ad8df0bff72ccaa9188cf619 SHA1: 4fbb44a641d5d7790da592fdeda02d575cc1dab8 MD5sum: 6bb7466970d8423b67fea0a03c54e90f 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.20260909.002335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15212 Depends: ros-kilted-plansys2-tools (= 3.0.2-1noble.20260909.002335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tools/ros-kilted-plansys2-tools-dbgsym_3.0.2-1noble.20260909.002335_amd64.deb Size: 12771682 SHA256: 4f4a44580f686665321d63209964d2c63114e5a94598dbd9076383c2af15e4d9 SHA1: 3fa9185374c8971a14efed260813e65089c6291c MD5sum: e20a3b91d4540519e1fa3b86719aa83d Description: debug symbols for ros-kilted-plansys2-tools Build-Ids: 259ad48034ce6b59bb5a1d1b54242ce37be5b15a abb4ea0516a791f6fe4871149cd0693a9b6170f5 c4aa8a64fa337a734ddb6e68cc68800ca60bc762 c6d6592b97f8fb4ed440fe76a16df70ac1b0a423 cf9de19b470ec8efc1ba6778ca6944386b5f5cfd Package: ros-kilted-play-motion-builder Version: 1.4.1-1noble.20260909.012245 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.20260909.012245_amd64.deb Size: 265112 SHA256: 25fd487622187c9e2f0b1f668876a636d6f67b03c7f965a3e6646bf23431ac44 SHA1: 3c5b8d64c6cfce0a15420a80a12c84b572e40880 MD5sum: 9e520031394adb4ef0a957b059683643 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.20260909.012245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6024 Depends: ros-kilted-play-motion-builder (= 1.4.1-1noble.20260909.012245) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder/ros-kilted-play-motion-builder-dbgsym_1.4.1-1noble.20260909.012245_amd64.deb Size: 5270652 SHA256: df037d3fab3066bd6c4ffb5957deef8ecbf3f2e9ae5cdcbaf2b8fa1a237c1c29 SHA1: 1c2adad91b8794ab396eb76f9fcbd0cccb3293d5 MD5sum: c176f7d13c80dc043033737d97193059 Description: debug symbols for ros-kilted-play-motion-builder Build-Ids: 1c94e62309155aec3a6f7dcacf7ef444e5f66ef4 afa0043e91298b05a379ce05695d90b6ba230eed Package: ros-kilted-play-motion-builder-msgs Version: 1.4.1-1noble.20260908.144104 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5226 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.20260908.144104_amd64.deb Size: 339916 SHA256: ff52cbf86a96fa056b5d075b375bfc0548b019b2699ac0be108a810764c45522 SHA1: 66d4a10e15476e6a89807055b8d4021f446f2688 MD5sum: d8af130897b812e63b97e31eb66902b7 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.20260908.144104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3361 Depends: ros-kilted-play-motion-builder-msgs (= 1.4.1-1noble.20260908.144104) 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.20260908.144104_amd64.deb Size: 2578198 SHA256: c00658a36034c5039042d93233054fc71c6cee0a294b703248832f15e9c58ec3 SHA1: 83f90a57771d0e0408c0d15d33a67fddc21171dd MD5sum: 220a5a79db229219a1ab0644462afd8a Description: debug symbols for ros-kilted-play-motion-builder-msgs Build-Ids: 08c636778e6e8d9338f0044cb49f1c050a6ccd99 2bb2b783b1cb91da7c2409d3e1eafcb62cd34450 6176e0d748921da0a491e7dc08a1f3952d76b09f 83377d0bd421fcd96a3879e73771f249b2f7f127 89203e6502cfcec819441c89fe5963f6d1160e92 c4186d95509e2d459324cf9f063ebbb38073d590 c8e9c1c78ae02b67198ef80061ca74b72d61eb12 c8edc9eb6782a0d76b565bea7ee41bb240ea98f7 d52020d349ceac6f7c18cb8c09068447e19109cc dc2950fd36ae07b76493e030c4d3f01b2ac9fc88 fa0413d9743e19c2b68512cbb69ed758cc44ea90 Package: ros-kilted-play-motion2 Version: 1.8.4-1noble.20260909.011517 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.20260909.011517_amd64.deb Size: 377834 SHA256: 127f46b923fb1665de41c4325b46c18a16a6f0177f808b1a254481193a9e44f4 SHA1: 6393937bae8b46ef5e64b363450f31278a102df7 MD5sum: b975c851467e3b2c837c02ae1a43e829 Description: Play a pre-recorded motion on a robot Package: ros-kilted-play-motion2-cli Version: 1.8.4-1noble.20260909.012311 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.20260909.012311_amd64.deb Size: 11698 SHA256: 2fbc56bf3c949cedc40c7006817aabfad3ddec54f8b62bbe19c3ad82282362bd SHA1: 9e88a06bd970384cbb7b5d7cdd8c411c36caeec0 MD5sum: 5ec951c5d8239804238d2bc48a634d52 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.20260909.011517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11110 Depends: ros-kilted-play-motion2 (= 1.8.4-1noble.20260909.011517) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2/ros-kilted-play-motion2-dbgsym_1.8.4-1noble.20260909.011517_amd64.deb Size: 10087128 SHA256: a00ca2e22b9877bca1d81f381e788c8335821d8fbce9a5be0e3f797e296423e7 SHA1: f61acdd92b0dca9e154abb0372fe3d0068c7858b MD5sum: 199c31dfdf291813c389763809e1fc14 Description: debug symbols for ros-kilted-play-motion2 Build-Ids: 047f977427c6a94b9b067e5d75af6711ee035774 0fff3070edaabbdeb954ac049df6293c3494ae95 9d5b7e53736ba9f99530e63fef75ce1db3dc3a68 Package: ros-kilted-play-motion2-msgs Version: 1.8.4-1noble.20260908.144113 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 5962 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.20260908.144113_amd64.deb Size: 365990 SHA256: c0f9d0e5375f86c33f75f2ff6a9f86592e16d04cfda754f409cb5b0d4bd2a2b4 SHA1: da00707e7dccfdd828184d8ce8d04a9bb1110e5f MD5sum: f68f654eef68a69c1aae435943cde889 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.20260908.144113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 3887 Depends: ros-kilted-play-motion2-msgs (= 1.8.4-1noble.20260908.144113) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2-msgs/ros-kilted-play-motion2-msgs-dbgsym_1.8.4-1noble.20260908.144113_amd64.deb Size: 2984852 SHA256: 254907441b3e2894e6137f5b6792f726740adaad4e0d67d39ad5933a550164e3 SHA1: 8010d97ec0dc8d62d565568c7f98735c7825a7d5 MD5sum: 73cfd8cf667e03071cf881327e4a4658 Description: debug symbols for ros-kilted-play-motion2-msgs Build-Ids: 0d7f0bafdcdf1a0f4a5c6430f25de0d3887619fc 212b63edd780eafcffea7e24985f290ca325e87a 3916ef8be4a8ec12acc38d9e38cfcc8d83bc3b85 3d4bf58cbbe0f799c3b55c10bae2611395506855 49ae6cdff6dd04be252e311da2a765299ff6deae 530e33eba3f56ffe4043bb67cf888b601c15b9a4 9b4828b5262ae0ab6d1456a7808787222563ba41 ab99507e83036ef9dbdf979600ebd4ec1eb2837c af2d6947ee1c6f7ad599fd5f454b65509376ea30 c5eef8dfd002b6073223959e78e7b7df24827523 e39f2ee632c2a12207f36b688a01978c6bdd08c2 Package: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260909.003430 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.20260909.003430_amd64.deb Size: 9984818 SHA256: 9d72fc750b750218b24c232e1a2237baacf9b19660d63237e0b140bb95f7b989 SHA1: ba93b0aaacc192e30421fdd3df2b764525bdb2c5 MD5sum: 8bb9bd265773f0e6ec8ef3abbc1132c0 Description: PlotJuggler: juggle with data Package: ros-kilted-plotjuggler-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260909.003430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 77976 Depends: ros-kilted-plotjuggler (= 3.17.2-1noble.20260909.003430) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler/ros-kilted-plotjuggler-dbgsym_3.17.2-1noble.20260909.003430_amd64.deb Size: 76312876 SHA256: 70252924d689046b4e8a4426367c90296a201bbcd4291a4603e1c5827d327615 SHA1: a3953e7bd24c2165b308ca1b5c705d9cfe02fbd0 MD5sum: d49b8b8c2d29a39e1671c8034b46d9f8 Description: debug symbols for ros-kilted-plotjuggler Build-Ids: 19f5dc80a6818e127170d8122685ebb016051988 26d408b28d1433549b227188f6109b4e670a0810 29c83c4f3e257da1474c610303c67f5ad9495080 39c94e1ffb1788122b687d7e2c9ac9e5f575b366 48db8ef7e713de640c0041097ecaa89fcd56e4b2 5565a86e02cdcbbd412d9eac161bbb4f8c9076b4 649ae830fa9617488ef386848f8917a188e64d28 66a97d9a54ca792f160fd9ab8b5d2e6a32d3c886 7e3f8c0dae09eb7ff280ff0fb398078a85928a54 820486b70f44e3ac3ccb38c0a61f3b5a4290da0e 873426e26138ae8c7af4adce83c37f013d7a535f 9b94d793750836e55015430fe55558a52f698017 a028e5fcb72fed073aa253550e8988cd11991db9 c0b4b0e69e6846441b8ed59173471739a2e09e1e c31cabd0f1f68174c97b53569225fc43c8bf4b34 de2049d021207bfc780e1f38eb991676c322c6b8 dfb734b27f772ecbd5f433ca7b087a430b231ac4 e4f8bb55d98d45d611f2bb14b8974af3b35c77ad ecd6a06298a8560bcaf28f78799c145f0c2054f2 fbce07501f4367435f25a950a11f69c235fe43e3 ff04d88a1b60f536a721782285f2f7ace106a315 Package: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260908.194625 Architecture: amd64 Maintainer: daf Installed-Size: 988 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.20260908.194625_amd64.deb Size: 87426 SHA256: edc39c86e8283ff2100b875c376d3ae81425eb9ea6f0c7471454ba724fdf1d22 SHA1: a11e26bc1d2e9db1fc1f45a6732595390d94d1e8 MD5sum: 86c4710db5f0e04c8fc5aa66123a1ad5 Description: Special Messages for PlotJuggler Package: ros-kilted-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260908.194625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 792 Depends: ros-kilted-plotjuggler-msgs (= 0.2.3-5noble.20260908.194625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-msgs/ros-kilted-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260908.194625_amd64.deb Size: 626732 SHA256: e79e988a032b9e6f21c01370e0116f02f359cc5add0a50f3d79029b2d3cd75fe SHA1: 1e7cdc0801d984391652eaed341870650aa31b9d MD5sum: 6088b89c5fe38c929f12ca0b3dffd53c Description: debug symbols for ros-kilted-plotjuggler-msgs Build-Ids: 16e8ee84ac57f6f8986f1c30b611f40634adf3e7 1900fb00d75602287648cfb8ee791132808517b6 22a35d8c52d31177c991c856241c0bbeb3bffb54 256122cbca6e9f5c014fc8fe894fb16458dcfe9e 4db802a880e720a46b43b179eb47498980849ea2 5b34a16677d626d45543367326773f081f733f57 682e45c54ac8cd1d54cef33abac788ed37e5abec b11bb294ce39fb628161d8aa8cdb3e50e5fbeaf7 c404cebedd6a892b8fd60e7f68963ae6b39da9b9 c88a88067aefa3f559616688f3ff310acbdcc091 dd3ac6a9dbd1aa17ff63c502bd8ee6da44f05fed Package: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260909.010720 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.20260909.010720_amd64.deb Size: 212040 SHA256: 8fd34e4208af5826b2b301ad9d347a9fce4f8b798c643cae53b76a3fd23b54fa SHA1: 60febaa3bcf94eada12d1aedac59c04226af0f36 MD5sum: 194fb37217af8f81adfc691e19294833 Description: PlotJuggler plugin for ROS Package: ros-kilted-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260909.010720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7185 Depends: ros-kilted-plotjuggler-ros (= 2.3.1-1noble.20260909.010720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-ros/ros-kilted-plotjuggler-ros-dbgsym_2.3.1-1noble.20260909.010720_amd64.deb Size: 7053414 SHA256: 94149262fb347c258418e6f3119874d78ed390b09216ef571eaeff0643b0f5e4 SHA1: 2e3c2c0416bb43163587cc4bdb9a32fca0a9fd4e MD5sum: 2312c6cefbbe91cdb081d67dfba06ac4 Description: debug symbols for ros-kilted-plotjuggler-ros Build-Ids: 273140e5d11d9aaef6e9cec7d53071689b32ca2f 7902d6e92a523b779f9aa6752b4eeccd210856b8 d0fdf7cdafd11ab33c9f5fa3b073c8bd72ad792a Package: ros-kilted-pluginlib Version: 5.6.4-1noble.20260908.203330 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 343 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 Homepage: https://index.ros.org/p/pluginlib/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pluginlib/ros-kilted-pluginlib_5.6.4-1noble.20260908.203330_amd64.deb Size: 98066 SHA256: 7cc37faec6c19537b2cbfa42e48fddf796a185c07ce08f8120d3fefde789076d SHA1: 5c130abdde7d5daf24015fb5106ba14a2b2d55fc MD5sum: 19dc1daeefd458939acd02398f0b3ca9 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.4-1noble.20260908.203330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 936 Depends: ros-kilted-pluginlib (= 5.6.4-1noble.20260908.203330) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pluginlib/ros-kilted-pluginlib-dbgsym_5.6.4-1noble.20260908.203330_amd64.deb Size: 877378 SHA256: abcdd95df0575594152213da6e667fed0ed737d63d631edd3c15dbd4fc34f111 SHA1: edf7713fb26ee5f8c88c079a5b8ed3aa964602c1 MD5sum: bdc800c418744cc540ab9b0d9a3d5428 Description: debug symbols for ros-kilted-pluginlib Build-Ids: 7fba45774f4018c9c4072b9376467687ec311b54 Package: ros-kilted-point-cloud-interfaces Version: 5.0.5-2noble.20260908.193740 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 555 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.20260908.193740_amd64.deb Size: 60100 SHA256: 86785df4db4c89b075cc77fde498f16fef5a56ff227a930560c98d497402a14f SHA1: 8b215ec1f7dcccbbd5f75ee336c98ee0bd0e1d15 MD5sum: d7f55f01393296a70b3e0e378642af72 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.20260908.193740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 372 Depends: ros-kilted-point-cloud-interfaces (= 5.0.5-2noble.20260908.193740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-interfaces/ros-kilted-point-cloud-interfaces-dbgsym_5.0.5-2noble.20260908.193740_amd64.deb Size: 268762 SHA256: 584a5adbfcb03cfec61bf5b025b842d7888e009082af38ad47d9daf543199424 SHA1: bc3e0441b034cdd0eee4167d42149084d8442d16 MD5sum: ea60eeaab54a67d1982ce49fff575b47 Description: debug symbols for ros-kilted-point-cloud-interfaces Build-Ids: 0d2393b59a7de9e3ceae1ff9ff7e97d6a7622db9 18dea8f0ddd51e14af52fbf1d2a32665becef896 1d939122f50cf75edd2f1b93852ae6652506f304 2142abe85500f251de39979e519638df9aa1a5f1 42b210d22df8994a891d1c75354a143108ad16e8 7011afb4a2173186ea9f944a2feaed88a5a1f6aa 76c35335c648add2df55650eb9691195c4604bc7 9dd2707acaf8331f4bd047d3005062e350a729ef d68f7f8f5b1d92a82ccefc4b53fc6f2f82727d2c ee4dfe8d7a36c5928bc059acf80988072f9bccbf fb5b4af00f61bc52edbb8a09ccff8b4199984827 Package: ros-kilted-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260908.201410 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.20260908.201410_amd64.deb Size: 14586 SHA256: 8937a877a82e77a09a2506eb7a543cc1edf60181fefa97c19a4e79a340bb8cc6 SHA1: 8709cc57e5e543562b4545f1ff8510e478b80db0 MD5sum: 0682c5ed7acc42894a11df1c5f8dbbf1 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.20260908.210200 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2319 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.20260908.210200_amd64.deb Size: 338496 SHA256: db83974f3adcf0b3c3b65f1028003149ffbbf9eddce2465320bb8c248f27538d SHA1: c5ab65fa0d2ea01cba4f1b1f629a389f75c8cc99 MD5sum: 94cd4a683db24182b09d3569900d7390 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.20260908.210200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8405 Depends: ros-kilted-point-cloud-transport (= 5.1.8-1noble.20260908.210200) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport/ros-kilted-point-cloud-transport-dbgsym_5.1.8-1noble.20260908.210200_amd64.deb Size: 7790038 SHA256: e769e67e60c0e4ff30eba0c5d18c905a6d91b4683cb8c6473024fbc3839dcfd5 SHA1: 6b42103847b37ea4d577096ae398d7c2015aef17 MD5sum: e29d2fc94602e3af3e6bc3d74da82361 Description: debug symbols for ros-kilted-point-cloud-transport Build-Ids: 028f900c0072563aa1cd1a0663f1cece7d017e68 63c6ce9f618f28c4f4414cd66d46f2ac2cdfbbf2 72467d8915e2bb147ca7b5c3807df5e5716f064e c5773d49a0f594478302a481b8f68c47d904a5f4 fa84a5f63035c6cdf542e71e5aa274e81f91cdfe Package: ros-kilted-point-cloud-transport-plugins Version: 5.0.5-2noble.20260908.214110 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.20260908.214110_amd64.deb Size: 5602 SHA256: eb0f4845a268d71a0bdb6b47df09532fd743499a0d3bf7bd05b1e595a23bf4db SHA1: d95b6ac2241dce2c70281e7a8b2ac468be294616 MD5sum: 3d81b5be6c8fd410a1cb7cb052b354d4 Description: Metapackage with common point_cloud_transport plugins Package: ros-kilted-point-cloud-transport-py Version: 5.1.8-1noble.20260908.211841 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.20260908.211841_amd64.deb Size: 132598 SHA256: 8e3fa196c25f158581bd0a41a21f9b9c927360978cd9ad7b34ca72970a793410 SHA1: a86d76feb4f53fd18447a3d361f93259b55b25e5 MD5sum: 2eed8e9819e6145194e2e919603e206b Description: Python API for point_cloud_transport Package: ros-kilted-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260908.225503 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.20260908.225503_amd64.deb Size: 708530 SHA256: 9e7958aafde071e91cf0446ec76a2c22896ddf85730bb575fda7fdfb946ca947 SHA1: 662f6e9af2a9c2df5ca3ad61c85d3e503ce17722 MD5sum: 0409a6a2f1630b59ae48fbf6a0bd736e 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.20260908.225503 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.20260908.225503) 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.20260908.225503_amd64.deb Size: 1043134 SHA256: ced41ec8672dab840c047f398264077ba9276a2194b5aa0c674c3b898892e65f SHA1: 15035d545bf238b33f2ce0295d5685f978ce6c06 MD5sum: 974755d60c0356352aa59f34db40a1d8 Description: debug symbols for ros-kilted-point-cloud-transport-tutorial Build-Ids: 873f03b7cf6b0a9450ab5f8759ba089d2417ff16 b56edfddfa2f84def5c7d773232069ba82fb5119 e0142f57b6d54d6c51ce23d449279c64b350fbde Package: ros-kilted-pointcloud-to-laserscan Version: 2.0.2-3noble.20260908.222458 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.20260908.222458_amd64.deb Size: 264888 SHA256: 4e085181d2219c3fc59f9369f04b831b6bd466eef7438583660b678a5ac4fe1b SHA1: 4ca37d0a7ea1d295850d3d37f7e0b3480cb8e93a MD5sum: 108f988de29e1909726ecc3de14baa8f 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.20260908.222458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8977 Depends: ros-kilted-pointcloud-to-laserscan (= 2.0.2-3noble.20260908.222458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pointcloud-to-laserscan/ros-kilted-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260908.222458_amd64.deb Size: 8143688 SHA256: 6aedec3d541e490ce550f101753ea02c4ca57bec4130ddd54eb5b458552d405e SHA1: 6e84062f7f9b0fa14af034b4d90f0eda96ebb729 MD5sum: 8c0d85e2ae70502da3ea293a8d1e4364 Description: debug symbols for ros-kilted-pointcloud-to-laserscan Build-Ids: 28c0540d3604395a08d0cf69a50271df75c4b105 54c79f68d3340f1e41969a57f4ec3a167f50e871 75fa9aab2ac883397de60749f8ee7ef6c1945d12 9ba4de6ddc1921cb88e97c89257d350b8a5def93 da5586fd1b9661491aca30c666c7c832eb27d87b Package: ros-kilted-polygon-demos Version: 1.2.0-2noble.20260908.232047 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.20260908.232047_amd64.deb Size: 97000 SHA256: 790a7df5ce6e73733f9f25aac2929b00ad503924dcabf032c89cb915112b31fd SHA1: da32cf6d1398b93ebda18dbc099e9a4a4ffa5b3e MD5sum: c29f3a9a0fa46b67ea37899114df207c 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.20260908.232047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1830 Depends: ros-kilted-polygon-demos (= 1.2.0-2noble.20260908.232047) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-demos/ros-kilted-polygon-demos-dbgsym_1.2.0-2noble.20260908.232047_amd64.deb Size: 1633644 SHA256: f12a8ab885de2a1e93c7a902e05e425bb582c15674836f75b44f01f510e1047f SHA1: 3403b1387f85500de2c94d53311d52171cdc9ded MD5sum: 3eb36e434f27b724c3cbbaffe0408ba7 Description: debug symbols for ros-kilted-polygon-demos Build-Ids: 5110ce9322df2c73e32ce8c116bf895034916254 Package: ros-kilted-polygon-msgs Version: 1.2.0-2noble.20260908.194629 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1279 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.20260908.194629_amd64.deb Size: 99908 SHA256: 8d1b6ccc9fc115c07f91bbb1ded348162b22492b40768c750f8605bcf0017f8d SHA1: aba35e9e2c84fb0c6fae1f3006416343a797d6b5 MD5sum: 6e3e999afd62c6a054d305314429e27f 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.20260908.194629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1069 Depends: ros-kilted-polygon-msgs (= 1.2.0-2noble.20260908.194629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-msgs/ros-kilted-polygon-msgs-dbgsym_1.2.0-2noble.20260908.194629_amd64.deb Size: 869208 SHA256: 4976a3af51dfdb56396ac3f90ccb898e250681f5a5d6dff7e8eedc171ec3c7c2 SHA1: 7f573a4202130d44483ec63ab432463eb54c034f MD5sum: 697285077447dd31a23ec61d981988c9 Description: debug symbols for ros-kilted-polygon-msgs Build-Ids: 0dd362f18dc570bdee33b763743fc47b1dbbc74a 38eeacb16f9113bed7713b7919b71a94607eaa10 3b78da0b77ce54b8428fb32b101d678eeb0a5f16 3c50ed32de13b2605c865c42cd2608550451f57a 5073150e5994523588bd4a665334f2ceab6fe1a8 80278c21eea418a6fa493087979b68e8400ce95b ad7794cbf908b5346cfa9879f5354db1181e619d b4f9b50970456fd96bf74751f65c9fcf116c9163 c2a8e2d29045b10132daa0b5e6873ace779f39f5 c354ab7db9560e22e39ddd0f49a62729de741655 c43c767e8001fe4fdcc931c806caffbb67447f18 Package: ros-kilted-polygon-rviz-plugins Version: 1.2.0-2noble.20260908.213058 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.20260908.213058_amd64.deb Size: 310518 SHA256: 9ba613e48466f8f0fdd41ccc12481759fa912b3d4da50e66dcf2f9762bd0f48a SHA1: f8f13432cb7aed6313caca985ee30e3ac9f2a725 MD5sum: b42148ff6642656035f7d30fccb78f94 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.20260908.213058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 13762 Depends: ros-kilted-polygon-rviz-plugins (= 1.2.0-2noble.20260908.213058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-rviz-plugins/ros-kilted-polygon-rviz-plugins-dbgsym_1.2.0-2noble.20260908.213058_amd64.deb Size: 12198984 SHA256: 764555c790e8c01c5c2e781a5f5de43d8e726f7f899f5aa90a75e2a2f3d95f51 SHA1: ca6d892cdc53653d43237c9439e04560e223d856 MD5sum: ca46ad3cc454755aae1089e1b1b71eb5 Description: debug symbols for ros-kilted-polygon-rviz-plugins Build-Ids: 0da0a1548e168ba7588843b262337512221c1450 Package: ros-kilted-polygon-utils Version: 1.2.0-2noble.20260908.201229 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.20260908.201229_amd64.deb Size: 31850 SHA256: 70137152a6f899716f3e407a930fa4d3b7acaddae776428df260d67914241dbe SHA1: 30011f810633c9006dede598e42b0488fc4ab6ff MD5sum: 715d412838bf6b1959fd918ad91a1db2 Description: Utilities for working with polygons, including triangulation Package: ros-kilted-popf Version: 1.0.0-1noble.20260908.224149 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.20260908.224149_amd64.deb Size: 862786 SHA256: 00de01e68e593dcbd88dae83e4ab9c82ed997cb5b69edb934efb5c46ab4bff43 SHA1: 9e59e06fcb763c3a882352b7ea66c64549864c65 MD5sum: fc055417e5c88f07f02583beb834c72f Description: The POPF package Package: ros-kilted-popf-dbgsym Package-Type: ddeb Source: ros-kilted-popf Version: 1.0.0-1noble.20260908.224149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 22702 Depends: ros-kilted-popf (= 1.0.0-1noble.20260908.224149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-popf/ros-kilted-popf-dbgsym_1.0.0-1noble.20260908.224149_amd64.deb Size: 22199848 SHA256: 9cac33c3f63031280365c47d787022ecae95e6b3ec8cfe99c14f870e0a7fde1c SHA1: 43d0c1ea9e70bb7257df80ddbdc711809bf9d412 MD5sum: c41be84247e27f5af36f36f09a59467d Description: debug symbols for ros-kilted-popf Build-Ids: 065420c5acb0129a3e241e8cbb1d12c07a0fa0dd 2828ed80e33401405bfadbce81d72ee7356c9668 3a8b7933c2a050b2c5489fd48411576b33a560cd 62cf355fa2b2e838dcf0dfd111b3b76f51cbf2e1 a7d49d33b86fafea85daeaf3d7b0b5cddf34ecbb be9119dbff42fc4a5583cd91f0d08a6a9f587d01 c83169335f97d313c25104e9a6852e32512c39b6 Package: ros-kilted-pose-broadcaster Version: 5.17.0-1noble.20260908.234149 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.17.0-1noble.20260908.234149_amd64.deb Size: 97620 SHA256: d87e2871b2c0342b4c80df856b6f57f706a8b5fa16ddc58c7c771708d4d229d2 SHA1: 23b51ba0ef77963e2312e5258aa9309de750e84c MD5sum: 2927c08b2531f62bfdf71acf7751c7b5 Description: Broadcaster to publish cartesian states. Package: ros-kilted-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-pose-broadcaster Version: 5.17.0-1noble.20260908.234149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1466 Depends: ros-kilted-pose-broadcaster (= 5.17.0-1noble.20260908.234149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-broadcaster/ros-kilted-pose-broadcaster-dbgsym_5.17.0-1noble.20260908.234149_amd64.deb Size: 1359340 SHA256: dd0634a67bca4282ec96754238b3b6fc622045d64d00880e646ed7bced0f8596 SHA1: aa1828c17c7d5336596c7e85db31d5448fb35ce7 MD5sum: 4631e98fbc20d8d879ae5c5b640c65cf Description: debug symbols for ros-kilted-pose-broadcaster Build-Ids: da86c09fd1f866a9b06c95023be8e4f895fb73a3 Package: ros-kilted-pose-cov-ops Version: 0.4.0-1noble.20260908.225726 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.20260908.225726_amd64.deb Size: 15374 SHA256: 23e458a570434cbdd5b856dd70d28239e1ab6ad01af5193e0a33e783119f8adb SHA1: c36a2c6c673ec8bfb6e4d9ca44e7ae0f2844fcb7 MD5sum: 980b261c62ff3e267fea36fecaa58d92 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.20260908.225726 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.20260908.225726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-cov-ops/ros-kilted-pose-cov-ops-dbgsym_0.4.0-1noble.20260908.225726_amd64.deb Size: 125950 SHA256: aba4f424a96ea4fd8c1f5bf33b3110c9a6bbe1c99b4805447c7d37c68a8d469d SHA1: 2fd2ffd115421f2cbad7fed621a89a18d1d2421b MD5sum: 662f9df6a24166e5bbf1662995e82e03 Description: debug symbols for ros-kilted-pose-cov-ops Build-Ids: bf35246aea348c9828d989a13a94e0ff066dc5de Package: ros-kilted-posedetection-msgs Version: 5.0.2-1noble.20260908.213040 Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 4792 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.2-1noble.20260908.213040_amd64.deb Size: 500788 SHA256: 98bffbbf8e5e8d410c6a7144febf3601411c2555191d1fb9bf7ce8475dd0a586 SHA1: ea8cb9f83edc495eb03c8985b012008b42ff1bea MD5sum: 76c69a9cc17e93b08208116880f06e03 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.2-1noble.20260908.213040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 10321 Depends: ros-kilted-posedetection-msgs (= 5.0.2-1noble.20260908.213040) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-posedetection-msgs/ros-kilted-posedetection-msgs-dbgsym_5.0.2-1noble.20260908.213040_amd64.deb Size: 8674400 SHA256: 1ff2ef7a3a3c14c6c8ee7d2d259869b099dd36d33a128f40f9a74885ba71e3f6 SHA1: 97393b108b285510773a9b84e2b859be91e748c2 MD5sum: 218663cd061608320eabfaeb778eca0a Description: debug symbols for ros-kilted-posedetection-msgs Build-Ids: 016415d3425e95cd4ef6c0a09fc5ae03c2c14d72 33fee4a58b0c82eed27b107c64adfcd27a916737 3b7ce3fe1b50f4f46308f289929feb9fd4115dd5 5edbf81b1e6dd9ae562e147e2c4b75f744ebe9af 77c8ddd2957472e14546e1da24e29d7adb0b1bc9 90fed2d4c774a25839f4c2a33ac98eacc298c4eb bd3783eb998b2486ad1969a0cf89bb038ca161a6 d28d6e3b3a1c80b4b161f0babf58a8fe2001dd74 db1a747b92959b89d8b520b7b53a71c37a91803b dc795b3e52845fbf61f1cdd529b007a74b6f0b27 e3c0bf470cb65ef8d33a046353fe32c27ffa519a e7a0bff2d8597b9e8e8bbf01de4ae9faf1c4b9c9 f5787d303ceeb2ace79e727799688029185f93cf Package: ros-kilted-position-controllers Version: 5.17.0-1noble.20260908.234544 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.17.0-1noble.20260908.234544_amd64.deb Size: 26576 SHA256: d78ab97d7cd42d185d36aa4ac3eb8a3ae92641299be696c89a249d48741e4cf3 SHA1: 34f4beb24ea46801d95420414398a6d8c4265836 MD5sum: 623ccacde691c6bf7b05e4c90634917b Description: Generic position controller for forwarding position commands. Package: ros-kilted-position-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-position-controllers Version: 5.17.0-1noble.20260908.234544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 421 Depends: ros-kilted-position-controllers (= 5.17.0-1noble.20260908.234544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-position-controllers/ros-kilted-position-controllers-dbgsym_5.17.0-1noble.20260908.234544_amd64.deb Size: 400576 SHA256: 2bc8a41858cc164477f9bb3ba7f7cf2f4c3c14210c02ae86a4fe3a427ba4c32c SHA1: c93819d004e35977308f18fa495f217fc1ac0f2d MD5sum: cdf5d6e27057b4df5279dfdd7f7a06ee Description: debug symbols for ros-kilted-position-controllers Build-Ids: baf6a6fa9b05860ff2cd847c518a15ff5419aafa 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.4-1noble.20260908.210049 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 381 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), pybind11-dev, ros-kilted-geometry-msgs, 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.4-1noble.20260908.210049_amd64.deb Size: 113756 SHA256: f532501cbdb3fa5f94f488763830f15ef5bb2b3c68c43b8a14da171cc878b02f SHA1: d994af71e6e0770c759a8c7187c285e08d3d5b8b MD5sum: 5cdf1c6242dcfaaed5b3365f788d0926 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.4-1noble.20260908.210049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 886 Depends: ros-kilted-py-binding-tools (= 2.1.4-1noble.20260908.210049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-binding-tools/ros-kilted-py-binding-tools-dbgsym_2.1.4-1noble.20260908.210049_amd64.deb Size: 854958 SHA256: 9eb5408e6025ca28f6c443a1e599c1c83b672ce2febf42f26ac66a8dbb6c7cc2 SHA1: f9bfbf478f20dd6b4de268a1ef0c3b20e31d537e MD5sum: 8d2905c69aea1dc0f9318941d8dd5c1c Description: debug symbols for ros-kilted-py-binding-tools Build-Ids: a753d582ef2d8438aa1ddb925c7d7f5c08a8aea7 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.20260908.222448 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.20260908.222448_amd64.deb Size: 106262 SHA256: 834f9dd5b971321170367410788a06327c4d7e17c466c23863c351284ba1c127 SHA1: 43e81583939abd76cf4e23944dcf870105980e6c MD5sum: acac00e5552521f9aee6db439f7e3db3 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-kilted-py-trees-ros-interfaces Version: 2.1.2-1noble.20260908.192321 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 9994 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.20260908.192321_amd64.deb Size: 579026 SHA256: befd799d3763a3bf3e503c03a209a96b2237ea8718d52405c93e7089a8571e38 SHA1: f588471c09332b11687ff8d7a714889afba1b345 MD5sum: d4ec634b3241cbcb72e0b50279e1bbe4 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.20260908.192321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 6453 Depends: ros-kilted-py-trees-ros-interfaces (= 2.1.2-1noble.20260908.192321) 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.20260908.192321_amd64.deb Size: 4910300 SHA256: fe06a9febb69fd7053ea50c9812ae6a3e57ef75ae8f006402f0f72ca122c0530 SHA1: 408940e65aba1af9b7a39d53019563e6518361ec MD5sum: 443cacce037bb895e2730f3c13af1c4a Description: debug symbols for ros-kilted-py-trees-ros-interfaces Build-Ids: 320679cce29f50409e5d8835cdaa5f778b1849ac 34ee5c8cd1ebcacba6caa6f699f0c4de06180b0a 50037731dd59218084b70c873f85dbe4f17234b4 64b72c8ec3d3c6fcc450bdd9ba6912ecb2f77137 689f76f24458d9fbdb247036be5cd5021e538125 8393947ec2301284ce24001d37b30e864f374ed8 9af5218792617c8c36740e068be55fb2527ad0e9 aacfa1683755d96585afcdc7597a8ca12012aecb b5ef27a3cf7aea3e6a9f3231622279e8998f2f79 c6ba0592364fe9e20c04d4f64e44e3f1592b4037 fe46ce0d4b47dfcef48f5224101b007a93b4f327 Package: ros-kilted-py-trees-ros-tutorials Version: 2.5.0-1noble.20260909.002654 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.20260909.002654_amd64.deb Size: 92080 SHA256: a438bcddb9a4cb437c6d551639560f9782338c34f1a4c23342c07e4e6a2f0c72 SHA1: a32e53b5e0be8d74248d04fb6f83ebc9fe8cd08b MD5sum: af6dc8d866b6c12d5a844aabf7ad81ad Description: Tutorials for py_trees on ROS2. Package: ros-kilted-py-trees-ros-viewer Version: 0.3.0-1noble.20260908.221658 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.20260908.221658_amd64.deb Size: 68722 SHA256: a90e37bf7ae82ff564cb8121a90c0959d18a0f0be6a91da0eb9f8fa76d0688cb SHA1: aa31ec7edae3417eaf8569af1f3c8f19189612cd MD5sum: 2e962da3cecd20be8c73227a627079c0 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.20260908.223804 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.20260908.223804_amd64.deb Size: 483172 SHA256: 10b292ef4ea16d2445700c1d56cfdc4cccec15b91007852be8913998ba8e37ce SHA1: 9f88d277c9118f61cd7bf0b111064471c1b84f40 MD5sum: 037bdb07ee70eebbd0587d62359b2090 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.20260908.223804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 10949 Depends: ros-kilted-qml-ros2-plugin (= 3.26.31-1noble.20260908.223804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml-ros2-plugin/ros-kilted-qml-ros2-plugin-dbgsym_3.26.31-1noble.20260908.223804_amd64.deb Size: 10185928 SHA256: ba27e01a4929356642f67aa564446caf53ecd23db808054395851b7ce918b621 SHA1: 6cc953e04fbfb5848db393624e720d03ef10a3fb MD5sum: 359054b2fc60ff1afeb680edfd623c4e Description: debug symbols for ros-kilted-qml-ros2-plugin Build-Ids: 866a3a7c537256d14146353bb6ec3bcfbf10c6d4 Package: ros-kilted-qml6-ros2-plugin Version: 2.26.41-1noble.20260908.223744 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.20260908.223744_amd64.deb Size: 532316 SHA256: 099dae712279d92b09a06942a6c548fa3856048dea67f1b6278a0b784a2c2742 SHA1: 3877996b2fe20b6a03ec8e7d91c31f5422ad9984 MD5sum: e0661a1a7c82d0adcd71b083b46d6655 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.20260908.223744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 12197 Depends: ros-kilted-qml6-ros2-plugin (= 2.26.41-1noble.20260908.223744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml6-ros2-plugin/ros-kilted-qml6-ros2-plugin-dbgsym_2.26.41-1noble.20260908.223744_amd64.deb Size: 11389464 SHA256: cad1c53e0d2659a95ee4d990bc1b86aa6c9bf0706f3e81f64bfd65a2b332cd0f SHA1: 0604c17a5bcb31850ef064a25b7ded713a374597 MD5sum: baa42e8394c63ed8a7b941ab6d620bb1 Description: debug symbols for ros-kilted-qml6-ros2-plugin Build-Ids: f0327c3f3f31d21b2f9acbca6737b0b0c60f53c1 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.20260908.204547 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.20260908.204547_amd64.deb Size: 5752 SHA256: eb31238e6e79955a9ca301da1343fe3fef8826d35e5f4b0c20a3f94a972ef8bf SHA1: 9f554da532e56f5dbef09b3699f907e0f1d40193 MD5sum: a8ce367a7a51c47dda50ec50ef6ba0ee 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.20260908.203722 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.20260908.203722_amd64.deb Size: 346190 SHA256: 60bdf7d84c8c094acfb97ef80146fbbd48f0dec1242612ffc0307dd6b27d3f55 SHA1: e20f4cc5209ced55b6e91cecebd27c6c93975bf7 MD5sum: 8af159e44d574d7e76499c748033ea73 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.20260908.203722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9729 Depends: ros-kilted-qt-gui-cpp (= 2.9.3-1noble.20260908.203722) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-cpp/ros-kilted-qt-gui-cpp-dbgsym_2.9.3-1noble.20260908.203722_amd64.deb Size: 9381142 SHA256: d0c76869b64bb19b4d52b90e75685be97aa22363f57d049abec10aedd6c133b6 SHA1: 4c4fac9f3b3c0f808bff7ec6fa10d6503b01e954 MD5sum: 43f7e17e0354dd70dbb4c182756fcac1 Description: debug symbols for ros-kilted-qt-gui-cpp Build-Ids: 8e469e7cbf3782799b3a41145f46c76963b2b015 c0819fcbafb9ae3e55479ebf4eabdbe3b98e9e9d de28993d3784ea63a4b3841af19f18db258df03a 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.20260908.210211 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.20260908.210211_amd64.deb Size: 429050 SHA256: f7f5f5ecd9884da95abc5834217ea88e56a70677c24503425b51864e88f4a239 SHA1: da1c051a095feabada18a1ef2c0ea1b9c659cc2a MD5sum: c7e70a7ad2f2637a14e5468afa015478 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.20260908.210211 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.20260908.210211) 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.20260908.210211_amd64.deb Size: 16332772 SHA256: 3820076df8f2cbc179228b4c478e494776099b2f131eeae05b26581dc725e883 SHA1: 11c0d537f8dc5ce406fd16c8e6360942033493ca MD5sum: b654350f78adeca67052aab38e41dd7c Description: debug symbols for ros-kilted-quality-of-service-demo-cpp Build-Ids: 0ece7f687e6a56c02a3c3f88bb4afa3e186c6305 2aa41a5b4af89e0c79e96a4f145e1c3c63a4a98c 36fca91f503acee77c261cbd39f792145d51c14c 3ee093489800449da16383d7decc02aa160166bf 5027209eeeb6df0df08807bfac5b207bea38345d 531c2fbdd36be22ba098e2e51abadf9468fe0917 557f928f64f5108a4ddc2aa2bb081f72aecdaafb 64276bb0b0764cf3e7c6d15c0a5e8abf5954dc91 a4348e2881d230d8d8281b78075c896fe5805375 c247f1bc33937cc597916ddc0fb2d6da1b2079ae c7edb25b1f1823cb448fd412aeb417d27e6bc10b dad9e93de73bfd8b218dc5791fe9ac8fcfe171b8 Package: ros-kilted-quality-of-service-demo-py Version: 0.36.5-1noble.20260908.205541 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.20260908.205541_amd64.deb Size: 20972 SHA256: 50489ea3af46e2fd704b93e3b6b53d514b23dcc7f6a1c69e7ee446df2425b5de SHA1: 16f022b9e978815778a211a3d16f0d2e2190193c MD5sum: 5c4734183b1748866dd7fbd08d87995a Description: Python Demo applications for Quality of Service features Package: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260908.211304 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.20260908.211304_amd64.deb Size: 23178 SHA256: c5589cf8b16089a5bc4e22beefbaff27fb924715279cad97cdf6c141de0180cd SHA1: 0bc2c7da839299d68770bf75e24080167eaef44c MD5sum: ae2a8acb73bd8f5231c305526259caeb Description: The quaternion_operation package Package: ros-kilted-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260908.211304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-kilted-quaternion-operation (= 0.0.7-5noble.20260908.211304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quaternion-operation/ros-kilted-quaternion-operation-dbgsym_0.0.7-5noble.20260908.211304_amd64.deb Size: 5032 SHA256: 605e8e3d125ae653ef35bfe78992833daf4ef11c789e9cbcb054cb213d5650df SHA1: a19404533de07ab257d7f2725f1eb5fedf30e4a7 MD5sum: 11b026ee5bc2e03de40832153e98af17 Description: debug symbols for ros-kilted-quaternion-operation Build-Ids: 451ce1481ab4fd060bc9e02deb0508eb85e0c96b Package: ros-kilted-r2r-spl-7 Version: 3.0.1-4noble.20260908.220300 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.20260908.220300_amd64.deb Size: 6594 SHA256: 16b8bd90276c03b751c8cfc0ebc0d21047fbae201f0d6e3a53f5fd44c306eef8 SHA1: 74ec7148881963f0ac9ceea64da0d6d3cbf0e710 MD5sum: a974a38b80d9fc5c6b7bfa7a8abc6f0b Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-kilted-radar-msgs Version: 0.2.2-4noble.20260908.191808 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 960 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.20260908.191808_amd64.deb Size: 85046 SHA256: 4a10ea3888180ae548be14dd3a5cf7ecec9adf1f5deb5f96978681d1ce14421b SHA1: 1550fcf3483d2ac2b8d7948dae832d496df4fa2c MD5sum: 3eecc3c8adce52f20d93a3fcd1663f12 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.20260908.191808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 671 Depends: ros-kilted-radar-msgs (= 0.2.2-4noble.20260908.191808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-radar-msgs/ros-kilted-radar-msgs-dbgsym_0.2.2-4noble.20260908.191808_amd64.deb Size: 526006 SHA256: 71f436fcd43fa068d33cb9c27281aa7a690472e0d9edae988b03818c1c185aed SHA1: 1257fe8c7a67e0fdaf5daddf5924b211d3e0cad5 MD5sum: 4c197d563f8528e292ed182a0eb69861 Description: debug symbols for ros-kilted-radar-msgs Build-Ids: 01cfe500087c4056a78f49a90de73a8e85b7b1de 184ed296c42d4ed4045b9fbb1c6b640e0edf44d0 69efff57a42e9c549a24570fbcd557f0ef40b394 81c9e3e38e1ceffcaae0cd1e9db0caf7ef1b4915 93288cdbd28ce788c27ad24f3365a81b7f3bf59b 9a323ad39d93fa8a1f7a567fa878433397e50347 9aade725064ad11acbb85cae1b9ab225f4e1bced 9b8869abec07c7ed7f2d7975cce78f0bd749d01b d1b68e17e18b4969b2b703218f060cecc33ac49d eb96c71e2fd1ab26e72d063e38a8bc37b506f56a ec6a53624ffc006352d5c952df1b8e793eceb554 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.17.0-1noble.20260908.234339 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.17.0-1noble.20260908.234339_amd64.deb Size: 82744 SHA256: 5c7778627339c53af83a6236ae1e24e7c06db8afdec3441fb8535d58cce19191 SHA1: febc402205fd1487bbb05a2765ea9b8791f93343 MD5sum: 215724b0a6783b3d0086a9925bf1298f 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.17.0-1noble.20260908.234339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1129 Depends: ros-kilted-range-sensor-broadcaster (= 5.17.0-1noble.20260908.234339) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-range-sensor-broadcaster/ros-kilted-range-sensor-broadcaster-dbgsym_5.17.0-1noble.20260908.234339_amd64.deb Size: 1058772 SHA256: 572d5ae0f5d2036fdbdf5524a0f2427b61379175a8cb40bcc3a9c381e203440a SHA1: bb623890d8e1a94d8662a3eb344581290359fbd3 MD5sum: 843aceda5dd92c1d6f8b8b87b56aa3ba Description: debug symbols for ros-kilted-range-sensor-broadcaster Build-Ids: 50fa3f9444d6f428915f0b5299359188f3c4c2e8 Package: ros-kilted-raspimouse Version: 2.0.0-2noble.20260908.224721 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.20260908.224721_amd64.deb Size: 216720 SHA256: 1bc7bf585bfd29ecb80e7644aa45f2662eb6c8ab471a82e9877973e0d7a9a83d SHA1: 778258fac5a30000528bc351a8b32c97880d919a MD5sum: 5e9fbdb183658d2ce25f0dfbec308246 Description: RaspiMouse ROS 2 node Package: ros-kilted-raspimouse-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse Version: 2.0.0-2noble.20260908.224721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5455 Depends: ros-kilted-raspimouse (= 2.0.0-2noble.20260908.224721) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse/ros-kilted-raspimouse-dbgsym_2.0.0-2noble.20260908.224721_amd64.deb Size: 4527668 SHA256: 6661d103dd136ca09289172210e20fa223a2de8be323029ddf4fdd51a47c46b4 SHA1: 7a3290cc038009c39d932d35415fc2de86e151d6 MD5sum: 7cafbebece2eb7b1ef2d57fbbcda5cd0 Description: debug symbols for ros-kilted-raspimouse Build-Ids: 29724eec1ac9714c32e8371889991a3489baab6a 3646fb2afd054b6e074d53a20f9e9c5f86628482 Package: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260908.194655 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 656 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.20260908.194655_amd64.deb Size: 54958 SHA256: ecb96fe829092f39c39e3093a8fddb3b3f0677dc492e1b253e7990ccface5cb4 SHA1: f6f84bd571313d7438eae6531f5c2df46d9e62a9 MD5sum: aa2be8522399e6e92b454c302ae0dde2 Description: RaspiMouse messages Package: ros-kilted-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260908.194655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 427 Depends: ros-kilted-raspimouse-msgs (= 2.0.0-2noble.20260908.194655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse-msgs/ros-kilted-raspimouse-msgs-dbgsym_2.0.0-2noble.20260908.194655_amd64.deb Size: 311968 SHA256: 45197ec8d20e4375f9c530d42b12b06ed70f33b04feb8f3714752c2253d81ec2 SHA1: 1e05fb4d59b1e687fd10d28772ba188d7becd2c9 MD5sum: 777ffc02ec3ab7bf396d4027135d994e Description: debug symbols for ros-kilted-raspimouse-msgs Build-Ids: 25b8c5efc32a08e7c8c39f68783f5dad29f3162e 279777cd00ce1eed32c6109481558cd059bb3ed8 2b047f8a5b29d75a97c896a30e61456fa758713c 5d55bac3a699cb88cbffd002a4fd79b990479030 774800aa4d0e00972ccdc39618f5e0a89ce07b17 8ebc323e6289c3efd78984f354e47566dedd81c1 a329bf2be6feb20c3eb11af34ebf51e82e2f7a31 a3dc0bf1b076b87f2916dad3c5a4cf85a757f191 a711b8470104f91e8ece2339f5263315a6725bb3 b1bef5d92d38efb9dd11c7c452c6c4b4648d3882 baf65baa4a25b3a57e509b2b2adedc4074c4f0e1 Package: ros-kilted-rc-common-msgs Version: 0.5.3-6noble.20260908.194701 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1251 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.20260908.194701_amd64.deb Size: 111622 SHA256: 41ebd8ec5a39449b9d0cbab57f7ff52c9fdfa39cbdf1a5bb95c59a6deaecab17 SHA1: 2feab2d4306135e03940605d2d5f064c25e9ad23 MD5sum: a8318d4814874eacfa3e7b09fcb0c101 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.20260908.194701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 952 Depends: ros-kilted-rc-common-msgs (= 0.5.3-6noble.20260908.194701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-common-msgs/ros-kilted-rc-common-msgs-dbgsym_0.5.3-6noble.20260908.194701_amd64.deb Size: 749714 SHA256: db977879caf715ba2ce2ce28088e50f67ba194475d6684c147f30685916bb707 SHA1: 9faedb04927c9ebad620422849ff0d8952c8ee94 MD5sum: 87fc21dffc57c46e514557916e2d7cae Description: debug symbols for ros-kilted-rc-common-msgs Build-Ids: 0030bdeac73c2990f8564ecbfa532b47a7ce42fe 1ad053e4855502c7ac68cb608f4b0e260923e8ec 27754640a8f477c397b0517c2241d368d59fc9b4 80671abd8655a6b4d9467f5f8d52f35951e0665e 8b1b728b64c65b3601dc46e435c777a186363391 9e00e7571a8ddac6efbe2da52ebacbfe1badc94b c12b3d9d5b8bb0fdad5a15df72c9ec5f9d77067e d6d007276969826e468c6c91855ca72053ff733d d79d39039ecca74a61149c2cfc2db210e0442b9e db436d8e766ab4bbd14d09da1c8f2c93003e3faf e3182ef2fc07a1af88ba175ca2f54dad83b33fc1 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.20260909.000853 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.20260909.000853_amd64.deb Size: 190928 SHA256: 1f7200b83bf22d6138d350832fd1c35aba0f0c3c900152d62d91d4f48a78b214 SHA1: 8c9aa710b7c444fb3feae70511f798a21650df44 MD5sum: 4365cadeb2522c3dd02c6056e9549d78 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.20260909.000853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5327 Depends: ros-kilted-rc-genicam-driver (= 0.4.0-1noble.20260909.000853) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-driver/ros-kilted-rc-genicam-driver-dbgsym_0.4.0-1noble.20260909.000853_amd64.deb Size: 5073668 SHA256: b2da926ceb245227c51282fa3221e96ba5ba59cda9261fedae88799d7c65051c SHA1: 8a68f617880386c148cd7fa4b4529c4475b1ea5e MD5sum: 871da6d6c667c514464b91495bc0013a Description: debug symbols for ros-kilted-rc-genicam-driver Build-Ids: 77681e418624c88313fa4c35064570321fe0ee28 9abdcea1369a9626e0e19a629749928c43114cd5 Package: ros-kilted-rc-reason-clients Version: 0.5.0-1noble.20260909.002514 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.20260909.002514_amd64.deb Size: 41488 SHA256: 8e8de2397e254a7a8ed49ddda77c035fdb5541c018aa7409b87bff59130f599b SHA1: f4f1b0554c512951a74b58877098e792355ef307 MD5sum: 4f7ba2ca1014b89655caf96a3b5a5087 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.20260908.194859 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15281 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.20260908.194859_amd64.deb Size: 920530 SHA256: 65d112819cacdf1719d68d6eec2340b0f31e7320e403d2b668d19645b7b823e0 SHA1: 936587b211f439b7a4bd037456b2ea32d089840c MD5sum: 6773b62105d3098c0f0282b3a0091947 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.20260908.194859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11736 Depends: ros-kilted-rc-reason-msgs (= 0.5.0-1noble.20260908.194859) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-reason-msgs/ros-kilted-rc-reason-msgs-dbgsym_0.5.0-1noble.20260908.194859_amd64.deb Size: 9581120 SHA256: 34a23d36fdbf703643942615b2a14e3040fdcd30d672e8e4433e1f865abac950 SHA1: ac914447c664cb7d8e7ecb0e9679a0179f6f422e MD5sum: 348cc73b7368e63ef86cbf73d15a455c Description: debug symbols for ros-kilted-rc-reason-msgs Build-Ids: 24ffced342e8d37897709a503d7fe5300c848c48 28c0c3643c327827ab1789f7a57feec9a971b5cf 56a2b71a18a654957838c0e9a52f6c9f622cd72d 6251eb2cf3d0698139122233b5a2b744c517a40e 652e8da4ac2e6f66a3d6255fc4114ca308e09898 677a909399b54f652e3f94017314f117794ed1c3 6b21482395e9e3eae15e9e0227f0b25ff989c99d 8404a540f8fe9c4e8b6dffad4961db0da4bbb2f4 b0ba69fd33f21be18d117b784a1a876903b81098 be9905f3d867b9850024944fdf8e5ba26316a621 cfafb4a84e811b6be048b9eedb418b5e0ab4e36c 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.20260908.203220 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.20260908.203220_amd64.deb Size: 161336 SHA256: 452f4ce86508992362480ccaa9cd5fda54de1bc330f0755fe23707cd9d425158 SHA1: d16f18a3d99f8f957c06e71fb908e8db3d862eff MD5sum: 24ef8d525fe746d7013b10a438aeee68 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.20260908.203545 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.20260908.203545_amd64.deb Size: 51214 SHA256: 5a9c057ea01a35c26818de0b5a5201b657b3bdba0dfb20727dbdf03b6b54e99c SHA1: 6c1b5fc950c9070d248d1c32bdef57c96a56fc88 MD5sum: 293749b6de19bd8e8633b4bfa009a812 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.20260908.203545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 90 Depends: ros-kilted-rcl-action (= 10.1.5-1noble.20260908.203545) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-action/ros-kilted-rcl-action-dbgsym_10.1.5-1noble.20260908.203545_amd64.deb Size: 60922 SHA256: 9c95e3aac6123901dc97213daca8d505bd40ecca4eafcb47edeefb0cd4097ad2 SHA1: ce19947455c221d827b3b3abcf2b3f00ca8edc90 MD5sum: 43f7f0e8a7f396ef0995d2d6a0dd0cf8 Description: debug symbols for ros-kilted-rcl-action Build-Ids: ec141b90e01b64f9cae34f63b3433ef38f3486c8 Package: ros-kilted-rcl-dbgsym Package-Type: ddeb Source: ros-kilted-rcl Version: 10.1.5-1noble.20260908.203220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 349 Depends: ros-kilted-rcl (= 10.1.5-1noble.20260908.203220) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl/ros-kilted-rcl-dbgsym_10.1.5-1noble.20260908.203220_amd64.deb Size: 270068 SHA256: c789371af69c29bae910fd1d1edf0767bf1c2e67e33be898e51ea294bd5922a0 SHA1: 39ae377baf0630b749e266e11aa0b8d60c2c3fef MD5sum: 8d90898b1788a0eda1eb36447131eb4e Description: debug symbols for ros-kilted-rcl Build-Ids: 290bb440e1bb0b18f076201cc187edf192b45e17 Package: ros-kilted-rcl-interfaces Version: 2.3.2-1noble.20260908.144234 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5851 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.20260908.144234_amd64.deb Size: 396446 SHA256: 5ca326cef8a7257df9a1b1e8bd52834f28b42093f1c1e71eb95b70c9ee1ef9cd SHA1: bad2193a6e37672aca131fc0d12890064b1b670a MD5sum: 2f51395d56dc2fde0b4745bc00f756dc 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.20260908.144234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5151 Depends: ros-kilted-rcl-interfaces (= 2.3.2-1noble.20260908.144234) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-interfaces/ros-kilted-rcl-interfaces-dbgsym_2.3.2-1noble.20260908.144234_amd64.deb Size: 4301782 SHA256: 35db65978b711ab3ba89f6fe3573430be7eceff9696055867f04bb448fb81a51 SHA1: 65df7c3148a54388d4223655369ae3af6c8f3bd1 MD5sum: c54b1a75248ca7aaf8409fdbf515037e Description: debug symbols for ros-kilted-rcl-interfaces Build-Ids: 146e57572d27251b7a4e7f0fba11f7e50aeff168 2e3e23bc8b24bcd60bbb74e6ac2f32e200aec4c8 5ffc033170c78fdab33313e418c1b33931e8f04c 613ed0b6cb2d56fb0aa8fa8b589a83b81d8536f0 7d4485d16dbbcbc5d55bb3bc2d0c6614c1d8e26d aa712f79cdc480bdbde63cf381d2e4bcc60b245c c9e000b36f5b99514eb807ec5bccc9b52b3c0d10 d965a6be36bca43e9d0e4c400e4e3ff59c571a5a e9bf4f4443e9ffed0f3d74305804d88a59b29b04 fa6c399e022504654ab9929952e7d5be7e1cdf1d fda2becff77c5226dab215b61e54665f8b37af5d Package: ros-kilted-rcl-lifecycle Version: 10.1.5-1noble.20260908.203555 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.20260908.203555_amd64.deb Size: 30352 SHA256: eb0731ac767fb438dcd22db223a4b2f64b66e6085511d30c03dd87e640858836 SHA1: f3fdf3391497c0fd54eaea7c1c023256df2a64b4 MD5sum: c16415c013b1e767cd6967da25a1aa1d 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.20260908.203555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 54 Depends: ros-kilted-rcl-lifecycle (= 10.1.5-1noble.20260908.203555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-lifecycle/ros-kilted-rcl-lifecycle-dbgsym_10.1.5-1noble.20260908.203555_amd64.deb Size: 33866 SHA256: fe3007c30d811b2dfb9601c0b1f1f4577b746a9f94510dfdde04b1d188697d5b SHA1: 9badcc098537e123d0278bc8d9826e10422cb15d MD5sum: d8b433e29f855eb3aa6c658b5a7d15c6 Description: debug symbols for ros-kilted-rcl-lifecycle Build-Ids: 8af2794dfe6769c45180fd8153aae73b03dcd1c2 Package: ros-kilted-rcl-logging-interface Version: 3.2.4-1noble.20260908.202750 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.20260908.202750_amd64.deb Size: 13466 SHA256: 68d884cd012f912025f96baad31af02e18c1e0079cfedd16cc79c939a7b4e540 SHA1: f3a544ed4403503b2277f24ee967635088a4e82e MD5sum: 9f6849141c7f5037552384b9e611c91d 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.20260908.202750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-kilted-rcl-logging-interface (= 3.2.4-1noble.20260908.202750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-interface/ros-kilted-rcl-logging-interface-dbgsym_3.2.4-1noble.20260908.202750_amd64.deb Size: 4762 SHA256: 520bbe4b2de5d11bd9e92ba5c7a319a9e0d311a43f56b4abc483a35d2ddce22f SHA1: 471c8fff476e5af1de87b117ede9c6afa71abd2d MD5sum: 7f1be8f46e64b923c106127a1058d9c7 Description: debug symbols for ros-kilted-rcl-logging-interface Build-Ids: 260ae991dd72983be01845953561fe25439f26ee Package: ros-kilted-rcl-logging-noop Version: 3.2.4-1noble.20260908.203001 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.20260908.203001_amd64.deb Size: 11518 SHA256: 5fa988e48cb2cd51e38fc77b96bb48d6c6c3924f8c337b1baa9bdb70e8f676dc SHA1: e8e944fb11f0629768b080a7c43d6c4bd5b32336 MD5sum: fb7cbc7d164e98b28ceeda91a4799cbf 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.20260908.203001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-kilted-rcl-logging-noop (= 3.2.4-1noble.20260908.203001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-noop/ros-kilted-rcl-logging-noop-dbgsym_3.2.4-1noble.20260908.203001_amd64.deb Size: 3530 SHA256: ca0dd5ac0f782d3a108e3c46e11fa332cda7b611e3c7625f09274d10c87013f8 SHA1: 4a24b1d16b901457c88a228a0ac2c158b29888e4 MD5sum: f65d40e90cf09e88617552a7c47740c9 Description: debug symbols for ros-kilted-rcl-logging-noop Build-Ids: 1282713cc3b51041d3cc37b6cbf9d3851d1e32c2 Package: ros-kilted-rcl-logging-spdlog Version: 3.2.4-1noble.20260908.203003 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.20260908.203003_amd64.deb Size: 22712 SHA256: 91bd95ee60831e9e9a469e1f79e4d023b6d823726ad26bf2bb5ca24996afbdad SHA1: 670659009039c3fedfc20c9e0a8d960c06338207 MD5sum: f0af33c0d6c3eb27fd08662707688668 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.20260908.203003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 222 Depends: ros-kilted-rcl-logging-spdlog (= 3.2.4-1noble.20260908.203003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-spdlog/ros-kilted-rcl-logging-spdlog-dbgsym_3.2.4-1noble.20260908.203003_amd64.deb Size: 200722 SHA256: e110dbd8cec60e6348e3d500d1fd41eaee67661702d55e5cbf9fcb039063d10c SHA1: 3cc1810e83ddb5961bf5cc3477ec38756eb8cb8a MD5sum: 22340cbc81a252968f54c077ba80fc32 Description: debug symbols for ros-kilted-rcl-logging-spdlog Build-Ids: 2d47eb36e010dfb9f9b4102490506272672a93d8 Package: ros-kilted-rcl-yaml-param-parser Version: 10.1.5-1noble.20260908.202752 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.20260908.202752_amd64.deb Size: 30034 SHA256: 86e2850baf4fd074587a2ec1ed1d42c22bd1d28802878a20fe60dee408ff0d11 SHA1: 5bb3a385f728fef0a966596f73ac539a41d1070f MD5sum: 09f6e6b6c7fa2305a20949d0632f8468 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.20260908.202752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 63 Depends: ros-kilted-rcl-yaml-param-parser (= 10.1.5-1noble.20260908.202752) 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.20260908.202752_amd64.deb Size: 43724 SHA256: 786fe653792ccaaa9057245bc95164726c731259f1447ccb82e542c1a61de196 SHA1: bc2e8930dd10c38d27cc8f72af59a13428577b50 MD5sum: b95ca96e78904aa3fe1b8505d175f4bb Description: debug symbols for ros-kilted-rcl-yaml-param-parser Build-Ids: e71e165f6be896fbe3e14c2a5163e3492998e716 Package: ros-kilted-rclc Version: 6.2.3-1noble.20260908.203913 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.20260908.203913_amd64.deb Size: 48030 SHA256: 369afe0d1d1942e23ecb482f022f18f7fd61e0c9b6e93ad05baf4bbf970bba3f SHA1: adf409b5570ce744f797a7522d825a80520928e5 MD5sum: e9ec7ce1d471de9fe0e3bcde6dd4c56e Description: The ROS client library in C. Package: ros-kilted-rclc-dbgsym Package-Type: ddeb Source: ros-kilted-rclc Version: 6.2.3-1noble.20260908.203913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 128 Depends: ros-kilted-rclc (= 6.2.3-1noble.20260908.203913) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc/ros-kilted-rclc-dbgsym_6.2.3-1noble.20260908.203913_amd64.deb Size: 87222 SHA256: 571aff54384367b6ead6eaf19a514bef08854c8f42ad2085c3a7c3c35b2009e5 SHA1: 064e1f64df812680f573eb01af2a31fd1f44f09c MD5sum: b18ba5a56b97d15030967182acf3a592 Description: debug symbols for ros-kilted-rclc Build-Ids: ace821d8095c163628bfab5339bf153b59a7416f Package: ros-kilted-rclc-examples Version: 6.2.3-1noble.20260908.204609 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.20260908.204609_amd64.deb Size: 34598 SHA256: 4732d7bb1b8ec617a2262954559fc7e17a46b25dcdd25689bd7d6d3854ed3d5c SHA1: 0553f2777306bb1cfc678a9db65bb46ec91d92f4 MD5sum: 0857b3cfd450f63404e7275bc0fafbce 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.20260908.204609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 267 Depends: ros-kilted-rclc-examples (= 6.2.3-1noble.20260908.204609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-examples/ros-kilted-rclc-examples-dbgsym_6.2.3-1noble.20260908.204609_amd64.deb Size: 159292 SHA256: e5643e809b870d7a1edbe0c4afdb26282e29c71ce3c131ce238ab47cadada54d SHA1: f26f82a93c5798edac23a9ae13d8e2c3f3e5e31e MD5sum: cfb9bf5ead94336c5a057b7cd67506c2 Description: debug symbols for ros-kilted-rclc-examples Build-Ids: 006b985b0e86f10e08d75000df77f63537132cc5 03e81881ba9274d58d7029e6d114a9b6ef895832 2775b2de0451d0f3bceacbc5fe89327843b2f41a 39577b277078206146ebcdd24e9378a2e488c7f0 43fa2118157b3745d28071888301a005267b1084 47560d0db17838e161c0450ab8d3de229375a154 732e088697bf4105899324e95335ab5065cdb2e6 817461075c1249d2ea86b04e0fedd0ecae99199a 8be2adfaa8a362af23dd5a5a558389e16b1ea9cf b6c4336e8ed2854625440fff0a1567e376dbe750 c23aff08461a15b6f2fb70a99f6d9fad9c779e67 fa3787fbf132f177453db90b9313c9a5aee62fe5 Package: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260908.204306 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.20260908.204306_amd64.deb Size: 17490 SHA256: 7cd24c5c2e5645dd3a037a9aeb2b609caf5a60312e0cc5bfa13e5a5db5077cf6 SHA1: 8c92e53860cba59046fd5fbf0dad6af8c83e51b6 MD5sum: c479bbc811763d22890b92a55cb8db06 Description: rclc lifecycle convenience methods. Package: ros-kilted-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260908.204306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-kilted-rclc-lifecycle (= 6.2.3-1noble.20260908.204306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-lifecycle/ros-kilted-rclc-lifecycle-dbgsym_6.2.3-1noble.20260908.204306_amd64.deb Size: 20938 SHA256: 19b24c4e96e41b23104ce7d64fada4acfc89275f9e611bbc439ecf748d7abb73 SHA1: 245f1107da201dac8f3399718a6b2c9193715cfd MD5sum: a6f53d2e0accdd3c37b960009b696dee Description: debug symbols for ros-kilted-rclc-lifecycle Build-Ids: c138f78aa5d38a9adff32495229897fda8303fad Package: ros-kilted-rclc-parameter Version: 6.2.3-1noble.20260908.204243 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.20260908.204243_amd64.deb Size: 24484 SHA256: 5fb552e0f8683ecb050dbb507f9916b181c462a536478bc5482c65e5211e9c6d SHA1: c67439d0f95e1d7b47f59a9af94290c5067bf29c MD5sum: 4107f15ee36227a4d901ed2802d02b85 Description: Parameter server implementation for micro-ROS nodes Package: ros-kilted-rclcpp Version: 29.5.11-1noble.20260908.203849 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 3902 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.11-1noble.20260908.203849_amd64.deb Size: 824158 SHA256: 86e2b7f7bcdbe98c79bd95fa945d2e3630956200de3247d0c578a626cdd33b9e SHA1: f24487113b1753890c60774d73ba7f46d8a19691 MD5sum: 370fbd8d071681fab507baa3cbe1ff04 Description: The ROS client library in C++. Package: ros-kilted-rclcpp-action Version: 29.5.11-1noble.20260908.204908 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.11-1noble.20260908.204908_amd64.deb Size: 98672 SHA256: bafa77f864d60b3d8eddbc961f7844224a8ac9cc5d039681d9e75cd8a95f6b8a SHA1: bc0ea99510f031f345de4999566960e1d2debdc5 MD5sum: 3429f9fbf29a758f8dbf382ad34f099d Description: Adds action APIs for C++. Package: ros-kilted-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-action Version: 29.5.11-1noble.20260908.204908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1297 Depends: ros-kilted-rclcpp-action (= 29.5.11-1noble.20260908.204908) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-action/ros-kilted-rclcpp-action-dbgsym_29.5.11-1noble.20260908.204908_amd64.deb Size: 1196538 SHA256: a6f8fd9cb21f26c009d58f5ba32db0098cbaff41d47825538f5d5fdb307d1d74 SHA1: 9303024acf98f9156dbb47377bb532d79767d071 MD5sum: bb4277807f22de44c00bcab2a24e9103 Description: debug symbols for ros-kilted-rclcpp-action Build-Ids: 1d6c0e99b57e98b444dbf72d3027e518e26c3e76 Package: ros-kilted-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260908.230453 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.20260908.230453_amd64.deb Size: 146170 SHA256: c0a57f2173fa1c7de83dd50d9e52645564764181f5008659c7ba04047b498f96 SHA1: 929cf89560885fdaf1ccc0373a17011935ac853b MD5sum: af3e6cdd916be8540a753d5ab99ee3b4 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.20260908.230453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3246 Depends: ros-kilted-rclcpp-cascade-lifecycle (= 2.0.4-1noble.20260908.230453) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-cascade-lifecycle/ros-kilted-rclcpp-cascade-lifecycle-dbgsym_2.0.4-1noble.20260908.230453_amd64.deb Size: 2652438 SHA256: 10f5737a91b3c6eb2a20372b958650d700e5e2fab1a93627ab11663a2db855fb SHA1: bdb5777761024b8df29c1abddb86dc2a19b01669 MD5sum: ccea8da20da4bc5516086249da1747a5 Description: debug symbols for ros-kilted-rclcpp-cascade-lifecycle Build-Ids: 012082e1daf80d14f55152f5d850433df85cd4ff Package: ros-kilted-rclcpp-components Version: 29.5.11-1noble.20260908.205756 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.11-1noble.20260908.205756_amd64.deb Size: 89394 SHA256: 4463e58ef107e00dc41fdb29c8b0c00fb30e0c70887843872e8fb20e130442d9 SHA1: 212ae431da5e8c008ce9c2c1487bf7acdb5ac0d2 MD5sum: 56ce19a5fa45d0f61bc5533df671a2fc 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.11-1noble.20260908.205756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2159 Depends: ros-kilted-rclcpp-components (= 29.5.11-1noble.20260908.205756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-components/ros-kilted-rclcpp-components-dbgsym_29.5.11-1noble.20260908.205756_amd64.deb Size: 2034078 SHA256: 0f7aa3233dcb7544d0c8c3dc2165eb375fbe58418d7c02cd0cd997b5d6ececfe SHA1: e082e5d2baad04d1192f06d5675ea29f5cfd83dc MD5sum: 1b51bc7d1b451f472e31a6d98f684fc1 Description: debug symbols for ros-kilted-rclcpp-components Build-Ids: 2527e555d73e8374a081413a5f6950148fc52ef0 61d2398677f99804ef7c54fb3d4ced4db111f798 6630eb1af8335cf04df3f1a459b0c3c5e539f7a5 80fb5fdf05a33c62f24c97c350e5c88e11a82f94 821196a174753c396afed84007939c8e3ab389d9 Package: ros-kilted-rclcpp-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp Version: 29.5.11-1noble.20260908.203849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 15817 Depends: ros-kilted-rclcpp (= 29.5.11-1noble.20260908.203849) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp/ros-kilted-rclcpp-dbgsym_29.5.11-1noble.20260908.203849_amd64.deb Size: 14685814 SHA256: 257d74428c1629bc507db5be5aee5d74c254fb36a1733b975944b45505ed6734 SHA1: 1362ad332b44dae80206ad5132f7f0fe17f8c1eb MD5sum: 36bc96e36500ce376ad145a962e5b4dd Description: debug symbols for ros-kilted-rclcpp Build-Ids: dd8bed48cb581766091f009ce9ed602237d2e522 Package: ros-kilted-rclcpp-lifecycle Version: 29.5.11-1noble.20260908.224204 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.11-1noble.20260908.224204_amd64.deb Size: 83358 SHA256: f2121a149189e3149b40f66a75716c429b5c1ccb69d6ebf98b4e20cbd9562080 SHA1: 8aa9ccb373e2857e95cd8d839d1914ce279543e6 MD5sum: 58b22f5de53d50c8d8d2094cf938e663 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.11-1noble.20260908.224204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1257 Depends: ros-kilted-rclcpp-lifecycle (= 29.5.11-1noble.20260908.224204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-lifecycle/ros-kilted-rclcpp-lifecycle-dbgsym_29.5.11-1noble.20260908.224204_amd64.deb Size: 1151698 SHA256: 34ce675a484c75e942ff76585a6985fe3741d04ddb9f6294447329486b3ff1ae SHA1: b41e8deaedd139b470010582ecca40142f86ca62 MD5sum: d8167674095c009cb220fd4c9a504b33 Description: debug symbols for ros-kilted-rclcpp-lifecycle Build-Ids: 19a165bb601288e8aaf4738cc98df47b4981146e Package: ros-kilted-rclpy Version: 9.1.7-1noble.20260908.203928 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.7-1noble.20260908.203928_amd64.deb Size: 481620 SHA256: 7edfdc3198fff3ddb22eff5212cbca2bd9a9ed5f734a0673c070ef5706e64e64 SHA1: 5badac4e0f3dcef0806e98890230ed06b8a35644 MD5sum: 290b31169fcfc38c4ca68c46d9bb2559 Description: Package containing the Python client. Package: ros-kilted-rclpy-cascade-lifecycle Version: 2.0.4-1noble.20260908.230929 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.20260908.230929_amd64.deb Size: 9464 SHA256: 57e62157f7f706bf940f9ac0405044cc27cb502d168080f4cc3ac355de85a063 SHA1: 22384f5f3dc57026e3d600cffbecd9e5dc1a963f MD5sum: ec26a3af875fce676c13b4beaabc56ba 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.20260908.221730 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.20260908.221730_amd64.deb Size: 14824 SHA256: 922ede2a4416d39dfda2abc310615543cf908330b19f493c21ef7821d9a91ae4 SHA1: 8b390ea8a6ae6def9e2cd854d5e6ac031dcb7c97 MD5sum: 255df54ff14093427833852788e09f7a Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-kilted-rclpy-message-converter-msgs Version: 2.0.2-2noble.20260908.194937 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1329 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.20260908.194937_amd64.deb Size: 106480 SHA256: 02d94038169cd30bb1a6624644e19776010043c1b3f2e9f7112542e133f988d9 SHA1: df58d00b538716afd4cca9451b3379ee8b6e17d9 MD5sum: de864ee9c6cd717bd22d62e6281dfdf9 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.20260908.194937 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.20260908.194937) 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.20260908.194937_amd64.deb Size: 789376 SHA256: ff51a6e308f10ed149f370fc3649e53604b7d2c0da30c17ad7a87603f9a2c976 SHA1: d88fdb819e87e36657b74bc74b068f53e858504c MD5sum: aed2065e91053d8c53e04b9f715d818c Description: debug symbols for ros-kilted-rclpy-message-converter-msgs Build-Ids: 10fe8030b76303f87933918d4b00a7db98305973 384d59c267bca0af6742757dbfc13f65990826d7 710544bd6bd68a3328af84dbf2e9cd8d157d45d9 89497951998c8be3fa7c522bc8783ed8442cd650 96d7913331707ceb980eed8339c8058ad2f428a1 9fe8bc0093242d278f0e18e4911e6ba9cfe39d7d a0aa61b3a93317088975ca09154a407cd2074804 a54aed447f1c201eb541aeb4e602f129d06a7f37 a70e3d4f7ddc744ac052f773dbec751d989d0245 d249cf589d6b3f5f243d60248a67ffb5e2db0ab9 e10aade9d83efbde65aabb375ba5e7988fde603b 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.20260908.213931 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.20260908.213931_amd64.deb Size: 57646 SHA256: d7ec121b24c48726d6e32a3150d6e9ec7184faeb49ffd7566074b2b750ec337f SHA1: 5730224803b61a1c30db7fb6dcaba9552a638792 MD5sum: 85e5e234eb69ed8b0e5717b9788a4251 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.20260909.070609 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.20260909.070609_amd64.deb Size: 205246 SHA256: 8778a19139a719ceb90ac92eb423ea817fbc479a189630aa4316ff927c522b06 SHA1: c202e5826ffde65fb6ab6b3bdba70ab82fa1c348 MD5sum: e798b95bf2eeb3cdfa832c5414650d8b 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.20260909.070609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6179 Depends: ros-kilted-rcss3d-agent-basic (= 0.4.1-4noble.20260909.070609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-basic/ros-kilted-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260909.070609_amd64.deb Size: 4872750 SHA256: 48f85cb4f594d821bfe10294318a3be5c45fc2e06f3992df00616c0aae464a81 SHA1: 3de5f99a22046033f89bf1ee0fb90d4bcf7cbf0d MD5sum: ff13eeb0d9fdfb50aacd99371b6943ad Description: debug symbols for ros-kilted-rcss3d-agent-basic Build-Ids: 48f20959e12fcd71184e7129bb1848ba2dc42a06 fbac344951be4f6e8f198005f352b0ee362333f5 Package: ros-kilted-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent Version: 0.4.1-4noble.20260908.213931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1061 Depends: ros-kilted-rcss3d-agent (= 0.4.1-4noble.20260908.213931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent/ros-kilted-rcss3d-agent-dbgsym_0.4.1-4noble.20260908.213931_amd64.deb Size: 1025376 SHA256: df360a2ed2bafc4f60dc6066bdbd7e5b2cd126a5a354c89b557bb9d8aca41aa7 SHA1: c45dd5c9564e3a025105ad0fe34a59475bf37f46 MD5sum: 3af72a5b783fa3ab4f2eff5f2ef2ca83 Description: debug symbols for ros-kilted-rcss3d-agent Build-Ids: 05b56f433861278f9d2684279c5647b219423a21 Package: ros-kilted-rcss3d-agent-msgs Version: 0.4.1-4noble.20260908.194932 Architecture: amd64 Maintainer: ijnek Installed-Size: 3503 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.20260908.194932_amd64.deb Size: 265184 SHA256: 8c6db9223d7785b0013f7f92a2c15646cde6e557587c478461584d03fb009511 SHA1: bf6f55aa452c22ba63eb4326634eb52b272466f2 MD5sum: 03f68e545db3e0f318515ed99e6939ae 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.20260908.194932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3033 Depends: ros-kilted-rcss3d-agent-msgs (= 0.4.1-4noble.20260908.194932) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs/ros-kilted-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260908.194932_amd64.deb Size: 2551072 SHA256: 66aac96aad144ae21fe18bdadb4ccc245ddbd3611801072f57b65efa2e65bb48 SHA1: ad17843b51635eb80ea6116d1c1ef7f19075ca37 MD5sum: 27ba2761c3af3ae0624db451382313e5 Description: debug symbols for ros-kilted-rcss3d-agent-msgs Build-Ids: 0352deddf800d4aa45b1ad10394211c67313e457 25786531c56f6616c18f073b638792208732f5ca 4adc97bde1ffb7603ab9378dc65213eddae979e9 4f2ef6a50b79abdf9abac4d76e3d628448fc0d4b 7b8d49cbb18cad23d1cf180f9564456a8f79212b 8d466859299e725e1ffef195441e9c8e1885ce77 a11d177f8a0c7f1971b10240fcc882b62b638117 b317196ba4fe518c7654452777ffc7271386ca7a c80209b3b23d261503d7f8992d1850b3d1b96d6b ebc5845bb4bc789ce093a8c81a6e2dbfde675a54 fb28523e5b159433a1cafd152d6d3d61489299d0 Package: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260908.201639 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.20260908.201639_amd64.deb Size: 14450 SHA256: 090a5d3d641afc6c208f8ba0491f2414bf32da0dca072413c83ac6a3d647b442 SHA1: 3f45381d9f32168ad8583a505a4ea926eced0e10 MD5sum: 95660569ce19bba9c073c71d1adceec7 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.20260908.201639 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.20260908.201639) 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.20260908.201639_amd64.deb Size: 106528 SHA256: c89c128237676c857e09990405b2fa8763f9ec2eaa04a395537b0ccb8a81a332 SHA1: abbbe9c9ecad9413ad9b24597cd2246b759b73bd MD5sum: 034e524d601e8a3cb13afd35818aea90 Description: debug symbols for ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 1d113ad88e2243d3d4850021bb5328d8220aec67 Package: ros-kilted-rcss3d-nao Version: 1.2.0-3noble.20260908.214505 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.20260908.214505_amd64.deb Size: 239622 SHA256: ebc20b15086ba1b454af79a487e6b105dd159efe2f3888f8759d70019f6bfb9c SHA1: 78eea986829b9c62b3f3ca9e47eb592c767d7f4e MD5sum: 2496fb704350e654b34970a1fd8c16c3 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.20260908.214505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6411 Depends: ros-kilted-rcss3d-nao (= 1.2.0-3noble.20260908.214505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-nao/ros-kilted-rcss3d-nao-dbgsym_1.2.0-3noble.20260908.214505_amd64.deb Size: 5476392 SHA256: 49e2a8fd7072fb9fd1fbec9c3bfc4a2d62131fef8b050f82c09b9accc50d20b4 SHA1: d102fc10114a2ae0fdac5e54ae7f5ca8e013f656 MD5sum: 617e9b238d34aad2a7acb13331c919c4 Description: debug symbols for ros-kilted-rcss3d-nao Build-Ids: 3239c1cc07f3dad6faeef9f73288bd70fe095da4 a2902b847a233a4f10f2b670a6297c8d6d2e8d9b 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.4-1noble.20260908.224534 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 2147 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-fastdds, 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.4-1noble.20260908.224534_amd64.deb Size: 546746 SHA256: 1b8534a39ef1ca442878c5afd0b82ea9ea96874ae8802a07678c9b971cf1b202 SHA1: 2ffd0250ab4250f8cda680c5048c7c65099d5366 MD5sum: 4518af96aed0e4e78d19276d02098fc6 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.4-1noble.20260908.224534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 14260 Depends: ros-kilted-realsense2-camera (= 4.58.4-1noble.20260908.224534) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera/ros-kilted-realsense2-camera-dbgsym_4.58.4-1noble.20260908.224534_amd64.deb Size: 13416164 SHA256: fcb7596251a40021bd08c7fb34a60c155375c1f1c6f1e9a89ee950d6d67f8fb5 SHA1: d3f4efecbd20870cab7819de7ccf79b94dfddd31 MD5sum: 3e9ef96527f1cba21eae8b9e14958bd9 Description: debug symbols for ros-kilted-realsense2-camera Build-Ids: 474b7b992cb82db2769ed382e85c04aa163f9e15 69f5d9f17ae217ce03d15daa429388b4bf6041c9 Package: ros-kilted-realsense2-camera-msgs Version: 4.58.4-1noble.20260908.193740 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 6732 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.4-1noble.20260908.193740_amd64.deb Size: 407590 SHA256: ba2f4c6715a944d568997d248402e891fbee0cf88c2e82d6b182fe6a947be769 SHA1: 877835c84b951cd314f7bed4feda46fd16bce04c MD5sum: c4623e7a464fefa1699a69817d5b8769 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.4-1noble.20260908.193740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 4512 Depends: ros-kilted-realsense2-camera-msgs (= 4.58.4-1noble.20260908.193740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera-msgs/ros-kilted-realsense2-camera-msgs-dbgsym_4.58.4-1noble.20260908.193740_amd64.deb Size: 3472442 SHA256: 376d071cfa360f13ac75754213ec5b725fb737814620082497ed268f63e81f0b SHA1: 634bff4c4e8df617078ee399d2edbb45b0effccc MD5sum: db0b76314f72a604c24c4984052cc105 Description: debug symbols for ros-kilted-realsense2-camera-msgs Build-Ids: 032f417e33494baac839af6e3debf3a9a9a2e67b 040365a8d48f38283a4734e77ac299b340c309d6 0846460e4791a2296fe27a501f36e38e6b7ccb3d 17562975c0ea30f80ba0fdd4007fa74675490b3a 27d726c91c712d32d81503186e935f8751dca6ef 41938c719f89f1df040e36459b96d5fd75d7f92f 459f986c22a964e0f18055e28c4101275f131f6a 55111f361a80d27129490a22e9c33d437cdbf617 91b6c607c1b590b43d3244ed38faa8c33457b80b 9dc34d769bb08f3074fbdbf79c307d3fced03b16 bfacaa9198b1f9d5fb3bed4cb5d1eb09b9beaa75 Package: ros-kilted-realsense2-description Version: 4.58.4-1noble.20260908.213754 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 94010 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.4-1noble.20260908.213754_amd64.deb Size: 15542598 SHA256: e2bf06bc4a4f0750a50e3cfba33df43b2c32d8fccb0628c61eb273de20c59b4a SHA1: 9cb016b8d32e77d052a37341f7f9ba55e578b97c MD5sum: 8434398d5bcdad27a00429f3a558936c Description: RealSense description package for RealSense 3D D400 cameras Package: ros-kilted-realtime-tools Version: 4.9.0-1noble.20260908.224154 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 233 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, libfmt-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.9.0-1noble.20260908.224154_amd64.deb Size: 43684 SHA256: f81585c48b3945f5d95a401e28f47849f05a3bbdd24716fb6d3cc49ce8e1e462 SHA1: 3b2c70b3563a99f39f54d342e3c4257551f7edf9 MD5sum: f054d741856c27c2ff2288635121aefa 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.9.0-1noble.20260908.224154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 235 Depends: ros-kilted-realtime-tools (= 4.9.0-1noble.20260908.224154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realtime-tools/ros-kilted-realtime-tools-dbgsym_4.9.0-1noble.20260908.224154_amd64.deb Size: 104632 SHA256: d8a6060bf13d06862d056c7e1de44b0537bf06b0a306ad3ecb57f6f4d8f423f7 SHA1: e12bf0440f460b530d7b7b756385bcce4d344fb6 MD5sum: c8e733f3ad683230c16acd227f55d7f7 Description: debug symbols for ros-kilted-realtime-tools Build-Ids: 0f650f11be2f06b466595ec975547c8efe5d3581 a602892e073bc788890d697e327515660c65e788 Package: ros-kilted-replay-testing Version: 0.0.4-1noble.20260909.000317 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.20260909.000317_amd64.deb Size: 24578 SHA256: 2eef75fcf81540ba6ebde4c76f1563b851d491138d9372228734b21632118bd9 SHA1: da8cd681b03dbfa1dd8b5c51dd922c9441fe8e63 MD5sum: 7581b2f995c20cded02f9853c01c1d50 Description: A testing library and CLI for replaying ROS nodes. Package: ros-kilted-resource-retriever Version: 3.7.1-1noble.20260908.202455 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.20260908.202455_amd64.deb Size: 28862 SHA256: 8681f9f79ca2ac5767611f9470d5309ab808ba8b3d8505dfa49099ec7193f8d6 SHA1: 203628e4f6869b94fcf78754d51723cafc3058b1 MD5sum: 4ca4fc5951a30416fba470fc6eb491e8 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.20260908.202455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 236 Depends: ros-kilted-resource-retriever (= 3.7.1-1noble.20260908.202455) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-resource-retriever/ros-kilted-resource-retriever-dbgsym_3.7.1-1noble.20260908.202455_amd64.deb Size: 209170 SHA256: c74f66de752dba72a205c3c29dbacc4975db96bd7df3b733d87408ccdbbdad93 SHA1: c43f480a2ad7a41117b0a85b5dd81696fbff9114 MD5sum: a248df8c292d7f1af0443ea5450570a4 Description: debug symbols for ros-kilted-resource-retriever Build-Ids: 126c157b116d794352a5d0bb765a88e63a9f4ac2 Package: ros-kilted-rig-reconfigure Version: 1.6.1-1noble.20260908.224252 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.20260908.224252_amd64.deb Size: 598910 SHA256: 513b3d71a255689329d6b9c5347a33d34c9102bb3b723bba7d4d96bc923a980f SHA1: 1a6482844579e4971d45e650013147bed1e776eb MD5sum: 504afb840c5781b672001349e82803d6 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.20260908.224252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5358 Depends: ros-kilted-rig-reconfigure (= 1.6.1-1noble.20260908.224252) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rig-reconfigure/ros-kilted-rig-reconfigure-dbgsym_1.6.1-1noble.20260908.224252_amd64.deb Size: 5173696 SHA256: ba5b9b84577aa2a9e74109b56d59d5ea07aba76b1004c2747594660f944eb958 SHA1: d26535b4ed8f9467ad6dec31a35dc8e65c99c44d MD5sum: 9e188a4c178992c343f90b71e6b2020f Description: debug symbols for ros-kilted-rig-reconfigure Build-Ids: b4a75e66967c8018e7a7b5f7cca7831831df1ce8 Package: ros-kilted-rko-lio Version: 0.4.0-1noble.20260908.235632 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 6838 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), libeigen3-dev, libspdlog-dev, libtbb-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.4.0-1noble.20260908.235632_amd64.deb Size: 1044342 SHA256: 91c1177537eec2bc7826c9f80df3166d77066bd75b02f8e97cbfdb21548c7645 SHA1: 0e65283cc311cc4ce900c81c70e761b8269b2aba MD5sum: b6ac7c98b0a33f8be05de4676644e2b9 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.4.0-1noble.20260908.235632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 38585 Depends: ros-kilted-rko-lio (= 0.4.0-1noble.20260908.235632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rko-lio/ros-kilted-rko-lio-dbgsym_0.4.0-1noble.20260908.235632_amd64.deb Size: 37074220 SHA256: fb1a0ee3a5ebc6e62de405c45908c6a0f16d5cd1cd2bc9cff945d72965598623 SHA1: 0e42085e5fedf435f15cd63b72791e528fe3ee42 MD5sum: 89b91d52271217ea1f3683e8b0661f40 Description: debug symbols for ros-kilted-rko-lio Build-Ids: 006a6bae0a8dbc87d3ec4056846e8d681e561d5e 0b173d40e9510d1ca0765f9a34bca0b41cdb8731 31875cc056d6f22fd61b03f98f4cafa0cba532ab 6e90a7d945bb0603c4a8c607e885ad3994c7aeec af5a54a11a92bdf3914f552b3f341e250364652d 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.20260908.192334 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2557 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.20260908.192334_amd64.deb Size: 221126 SHA256: e5b3c3bee9b2fb97c7920a6af88d135a016e1c321b2f0a75a8dfdb0097ca2710 SHA1: 6d58e0fdbd165e4059c07d2d8ec7b239aea93500 MD5sum: 7dcf51535ee1ff91b68eb3dc2bae78d4 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.20260908.192334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2618 Depends: ros-kilted-rmf-building-map-msgs (= 1.5.0-2noble.20260908.192334) 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.20260908.192334_amd64.deb Size: 2262958 SHA256: 482c22e2fa4fd98866e5357f793eaaa33512a90092478213b7c1c2a9ac626f1d SHA1: 88998ea3ac509ef4cc5bb9f3827a1fa0cb066b5e MD5sum: 8336efb843969fbf72c7b02942be3fc0 Description: debug symbols for ros-kilted-rmf-building-map-msgs Build-Ids: 0c6c5cf8a84738ad831ca240a4fc411d13904af4 1b8840c6cb58a195bcc33eac7b5c0c74351d94af 1d95a9328606f95daa1ad7b311a99ed55cd5c777 26f5bc8a2bd4864eeb69ae2434f79233f4ac4cbd 38f301ff7b13eda349d45c362c8c15582632d0c1 6962bb3db5c81f478c6a1ae1991199c6892f4808 cdbef42168bcf648e94c5e6b13de5d4438a60326 d5e1ff8ee7bfd206d6f818a3b07005bdab3cab33 da2ea4cd15f78aec574cc837b1c5941518024d1e db34f009311da9bd323d22ac6c5f109157db1af8 f40a3377d8fdf4833d40cc767c1f3e0cca2a9362 Package: ros-kilted-rmf-building-map-tools Version: 1.12.0-1noble.20260908.204945 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.20260908.204945_amd64.deb Size: 10836456 SHA256: 3ea936d13a7fa33e4ed7ee5f84b499619a4ae6aef0db535b153acd914ab16142 SHA1: 65c1fe07dbc9a49478cb507a12fb255b4f558180 MD5sum: 9e58cb233e7fba4cf3fe4f4f48eee242 Description: RMF Building map tools Package: ros-kilted-rmf-building-sim-gz-plugins Version: 2.5.0-1noble.20260908.204933 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.20260908.204933_amd64.deb Size: 476822 SHA256: ae9fe3edf853dc4c36e20857b1547f81327d47a0b9a570e38f129b6864ff6ffe SHA1: cf3b019c3f027b51f01f11c8139fe74c68846800 MD5sum: 4cd2108b71dd917c4b9ab23d6d7b063c 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.20260908.204933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14438 Depends: ros-kilted-rmf-building-sim-gz-plugins (= 2.5.0-1noble.20260908.204933) 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.20260908.204933_amd64.deb Size: 13030278 SHA256: f1486c87c919d2837a929da27a4d8886525543592a7b45bad463254c5a2bab9d SHA1: 207d8ae6bb96666f9dddb274db7073d469c68394 MD5sum: c3ad34b0760a6dcd20ea24c7f6b85787 Description: debug symbols for ros-kilted-rmf-building-sim-gz-plugins Build-Ids: 07ce8c3291e6da96ae9b8074dba6e9ae48cbd77f 34ab310b206274d8da7c602cbebf418b0611c143 871ec5edb4ef5b7c769c4a3230750284a14ec9c3 8a0c4963ae16d23375f890512bd2be9a6204be10 9b1711f6f9c9add2632bec834baf85a20a865061 c43326a7a97406b905ae1da690cd25aa4c94c2e0 Package: ros-kilted-rmf-charger-msgs Version: 3.5.0-1noble.20260908.143748 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 755 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.20260908.143748_amd64.deb Size: 69708 SHA256: 132dff2db890f2daaf16da3d6f8a62bdc1dd207cdf05e851c856fd7948436c43 SHA1: adbeb5bd106660b00f2122843e7a90f0d0201237 MD5sum: 3a4763876104c24107769990dda7e9ae 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.20260908.143748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 517 Depends: ros-kilted-rmf-charger-msgs (= 3.5.0-1noble.20260908.143748) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-charger-msgs/ros-kilted-rmf-charger-msgs-dbgsym_3.5.0-1noble.20260908.143748_amd64.deb Size: 388396 SHA256: 751b536457a3e69052add635056c87b0bd825116e428c1c190b194ec762de1a6 SHA1: 834f5402e6a3a611e8e41fd1a4650e24ea6b5d3c MD5sum: 90deb68a52b8d633a0e6145b0110b41e Description: debug symbols for ros-kilted-rmf-charger-msgs Build-Ids: 090faf6b7b5597b394241d6b0b6f3838f6358767 26740d12a2513fd164e36e0dba9f10549c5b5dcc 715b9916b0b9b7b0f2e742c1aa3d834ce55cbcad 742c14aa577c56573a4146f596a33c6f3ceb12cf 77ccdd43263be45bb3d260831c736fd60fec2a32 a4a053cd029e2054717c6a4ca99461109d3a62dc a79f34079c777e14a58ec7d4a204f038a2c19233 a7dd9e3770c9c3895112d47a106b8838bb306223 ac78ca3e6fbdb9892e3ba3655b7ce7ee2ae4e765 b8b020adf09e0b536e9776c5653edbcc04a97dd0 be2c51b9cecb5c2f3bc4bba39a1c082dbe8c1984 Package: ros-kilted-rmf-charging-schedule Version: 2.10.1-1noble.20260908.204805 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.20260908.204805_amd64.deb Size: 11092 SHA256: 2c04423156a8d4b2dd1589cc4eeb3db1bd05fa437258dad5409befd393058a50 SHA1: c5b438c40bce03a4aa5423966ea18b028c7f5510 MD5sum: b490ecdc263885c6957df39e8f133589 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.20260909.004459 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.20260909.004459_amd64.deb Size: 19818 SHA256: 3103b88cd0d217029c0c6d839be27baed5eff4bd70083e2d8053fa2a4e03134e SHA1: 72c02d1ff7db5422eb06305dc74eb477a38adac4 MD5sum: e0a4585cc2ba04356f7677d4f37a7124 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.20260908.205246 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.20260908.205246_amd64.deb Size: 13042 SHA256: 3f3f9dfa8d403976741c68506970bde56f9cbd91aae45227c14a06e6631c4757 SHA1: 5cc5ab8adda03e2bef15a428645024ae39246aec MD5sum: fb7247502aa14720066b48672c103baa Description: Nodes for bridging between different communication stacks Package: ros-kilted-rmf-demos-fleet-adapter Version: 2.5.0-3noble.20260909.000231 Architecture: amd64 Maintainer: Xi Yu Oh Installed-Size: 168 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.20260909.000231_amd64.deb Size: 40028 SHA256: 3c3d37ae2969bd9fbf7252516f89f6d2dcc4a7d6bb2f6b496be1617684b79125 SHA1: c73ed51710bd5003d260b54f28e04a5e6200449f MD5sum: 675c830ca48598612b35de256a4418ee 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.20260909.005534 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.20260909.005534_amd64.deb Size: 7650 SHA256: 967ddbb36fd1b77c0557fb67543333cd07bc44d37c26935d6148a67298cf44a4 SHA1: 3fc44b1c593723ed544cd744e5442d0bb2ae908c MD5sum: 90d3dc33bd93a9a1ca9b4c81696f65f5 Description: Launch files for RMF demos using the Gazebo simulator Package: ros-kilted-rmf-demos-maps Version: 2.5.0-3noble.20260909.002822 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.20260909.002822_amd64.deb Size: 12522690 SHA256: 7f2f45eb07260266c558c83bbf23f0b7b7044074d43b76cd9d739b66a79f0c1c SHA1: 4e732b1173b8f166a01d7327f9218d21d0b2e552 MD5sum: 68e76218a5d737358c133dfabb7d4e65 Description: A package containing demo maps for rmf Package: ros-kilted-rmf-demos-tasks Version: 2.5.0-3noble.20260908.194948 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.20260908.194948_amd64.deb Size: 37252 SHA256: c97381d4113dea0f90ecc3799d0dd6420d41f35668791b5a8d3c95218cdc03f4 SHA1: 48245965189c4f1516c5f3515280936c0d9e1c2f MD5sum: 1bb7cc3b1365c292bbb870e5f6ba517d Description: A package containing scripts for demos Package: ros-kilted-rmf-dev Version: 0.2.0-2noble.20260909.003652 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.20260909.003652_amd64.deb Size: 6056 SHA256: 089ac12a062ba7062394f607161de1144da537701e6df2e8b18f5e57a0351dd8 SHA1: ae9d90b43243e194690463c254572c5dd93e27af MD5sum: 5138221a809077f4837d5e318ac3a113 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.20260908.192344 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 933 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.20260908.192344_amd64.deb Size: 86554 SHA256: a0c611a170f5423fcb4f4a354392ed67898627a920cb4224ee73336473eaffd0 SHA1: e64d2836a287f0f0fa83c8646f1e0a286209011f MD5sum: ff103cb53299afc7880abc9c0ff1b780 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.20260908.192344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 708 Depends: ros-kilted-rmf-dispenser-msgs (= 3.5.0-1noble.20260908.192344) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-dispenser-msgs/ros-kilted-rmf-dispenser-msgs-dbgsym_3.5.0-1noble.20260908.192344_amd64.deb Size: 558570 SHA256: 7cceb7d7da3b7d488e35a77810d899b562f3535b81d034cd4a657c20b58a746b SHA1: ec82fa8ba1183cf8a421cb6fdcd7544323d38a07 MD5sum: 0c54bdf9bde4f0dca1a665f22faca1aa Description: debug symbols for ros-kilted-rmf-dispenser-msgs Build-Ids: 23223b6adcedcfc2b883b192ca4ac65e50de0ec3 2840ab562d37dbf364e0ed8b50650f9cc4154f58 3f46379d4c849f764e9b4fed434d07cebe64ab69 3fe0956601df3c0befcf746c4fd68de5b747436b 4894c56432fc5015d190951f2d2b9b2bc10abc11 4fc6e6c8d41fd4a865ef0286ce445be866d4e164 62ef061709b57240dc028d7acd7d0a58e6feaa70 6b5ae45c82d5ad5924ce7579de12648558e25e36 7c971209d577b4154310fc19284a8fc079bd2daa a12dffa513371ed4726d99baaac78b64c8c19369 ddab10ebb0bafb50febf7e437b286ec0d1b0036b Package: ros-kilted-rmf-door-msgs Version: 3.5.0-1noble.20260908.144256 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1083 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.20260908.144256_amd64.deb Size: 94230 SHA256: 4f5b7133390bd0116b25e20120fe6669034534d1f69badd916b6e2755f093a14 SHA1: aaa832860d8403e71704da323f3888ca067387fc MD5sum: c4355b2edbb1879f8ff5ffdcf49df5ab 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.20260908.144256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 873 Depends: ros-kilted-rmf-door-msgs (= 3.5.0-1noble.20260908.144256) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-door-msgs/ros-kilted-rmf-door-msgs-dbgsym_3.5.0-1noble.20260908.144256_amd64.deb Size: 696322 SHA256: 07f6be218502c4b4f29d4704d8b748b239372e8bb53abc2c3c86bcf9de97e4a8 SHA1: 2c9bdb09edba045e3c6276bb5522643e838d8e66 MD5sum: fe4640912a6ceea6aed369ad6c618660 Description: debug symbols for ros-kilted-rmf-door-msgs Build-Ids: 36e7a44f372275e49b8d1472059c0ac142a8fe08 3973e807871eef091e3566410eaa73e9c9cfe762 46dffc1579230e24165453d3408dad0b67fd63ff 48bf6fe8f56836f5eeeaa6906a85c1f7d5763b94 51cd20b0fcb1fba93cc9f28e3c71a305a6ad6582 616e4fa95557ae7d9dbe705112f473b6c775e501 adbc759220f784f9ff2ffbfddf40e7b5f47418f8 b728c65fb260ee6039cfc47dd2798c87e8dc4bbf bfa17574ad1e063d3e3bc1a06ebb389900953376 c09d80f09118e8025142cd5645b6ef9f8bd979f0 ec482af398441115596755234ab3897059f5df72 Package: ros-kilted-rmf-fleet-adapter Version: 2.10.1-1noble.20260908.230732 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.20260908.230732_amd64.deb Size: 3051548 SHA256: 92201cf489b795063d6d3821b17936d08e71986d6f83dd41c625be5d5ec47e68 SHA1: 0b45102752a9378061dbf0843c504006b30fb4b8 MD5sum: 2b3bf75418fc625c222b0feba329e1d0 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.20260908.230732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 126115 Depends: ros-kilted-rmf-fleet-adapter (= 2.10.1-1noble.20260908.230732) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-adapter/ros-kilted-rmf-fleet-adapter-dbgsym_2.10.1-1noble.20260908.230732_amd64.deb Size: 109603604 SHA256: 966ea0d094a6ce81b8e5ad2d8c64277696166af312978e1ebb25205ce5ffbf6c SHA1: d4c9e5ea2ff1c3ca7b11dc6d8b6bd90937d6a2ff MD5sum: 96152b8fae05f38e06c03d9c3c6b0239 Description: debug symbols for ros-kilted-rmf-fleet-adapter Build-Ids: 0e6092fadd4bfbec1ee0d7e23910edd5731ec7b9 163b77fd9f7bce7fa1da1dac9550848b75676085 390c05d42f28fe808aee8d2d1185c46df834827b 4939133e1d99c605759a2fc661a8d7960fdc4860 52ff176d99d96ab4f1568c359718be2363a3a831 6d5bc17e0838ab588371c44f4f943267d0f3595c 7fa324d257b6751c3ae7d2bdb5d606d198f6ee96 89bc854608f126a9ed49d74d624f714539d61031 99f44e1a807c43eb35ff07663d59c2f0d40217a2 9fa88437c3b4e67af0add83be0966878ba7745d1 a8aee986a8cff07dbc82387976ca904706b0dfe8 bb8b6dea846f47ba9ce967d9cf9e4198dc260dfe d2a69096d0f350db4f5c2d7d2f4ee4249f9e348e d92bdab3fee648eabe8df2e056cdd70432c04b5e df336153b556fa62af025714c9e574735d853909 e972be67f0353115dbd34148ed1629f71a617c77 Package: ros-kilted-rmf-fleet-adapter-python Version: 2.10.1-1noble.20260908.235408 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.20260908.235408_amd64.deb Size: 368646 SHA256: 45fc2856a70386aa19d8ad1d8c95257d76efd96ec7783b146bce2f04d6c43c6f SHA1: d7beeefadada9c2190751f819ece121c8dd49a8c MD5sum: 62b7ac0a0b00d320e71ff8b6ebcf4775 Description: Python bindings for the rmf_fleet_adapter Package: ros-kilted-rmf-fleet-msgs Version: 3.5.0-1noble.20260908.144622 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4918 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.20260908.144622_amd64.deb Size: 348352 SHA256: 3e259776842a0aecb0adbca28c495417d4df1f08486255d2959633b94fbb5469 SHA1: f9bd078841100146bacc7ec0f6b9a8f6ea54f1ec MD5sum: 0680e38cb651552e3ec7a2474235c28b 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.20260908.144622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4182 Depends: ros-kilted-rmf-fleet-msgs (= 3.5.0-1noble.20260908.144622) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-msgs/ros-kilted-rmf-fleet-msgs-dbgsym_3.5.0-1noble.20260908.144622_amd64.deb Size: 3491882 SHA256: ac6d858163918034e396d3e3033540e8e4bdffa979a81897d0040b03fb47bd27 SHA1: a8770ec5cdfbc81493357785c4ae0b43da02882f MD5sum: 515f062de3d7d05aec944552643e3452 Description: debug symbols for ros-kilted-rmf-fleet-msgs Build-Ids: 023de5ef0be2403905f829385b5768f0b9dfaa81 09aedcb802a82bfb3c8780af4ec777b085487760 2fa1a4cc4c3cd7122e6b436ba0ed92133bdf519b 37bcea6e89167590a42bbff76229b7830ae27931 9bb1921cd7c73532859e1c9298261b0e4321fd33 9e01986da7a9902098d8442eaadaf18cbff49a35 a5942c028b22a096eb108b6e5d0aca3f5550cb20 a66ecd5e144d88b939e84ec223f6181f8ba47b0d d1529737a67d45750a8fc22214cc2fbec57550b8 dc8e1d68767d997a9d8eb0a56fa9b34a120b5595 df9288bb12ddb1a981932a5c0af0c4871b1479f9 Package: ros-kilted-rmf-ingestor-msgs Version: 3.5.0-1noble.20260908.192836 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 928 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.20260908.192836_amd64.deb Size: 86604 SHA256: 6907c7a6f2e104ed8f65cac4ce143bce7de57bb6c0eda23776caed5b54ea314b SHA1: b61e8b33ea27ae1d8203a06f88ac97800ac53398 MD5sum: d9c634eba7a9990ad5b652f4a1ddcffc 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.20260908.192836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 704 Depends: ros-kilted-rmf-ingestor-msgs (= 3.5.0-1noble.20260908.192836) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-ingestor-msgs/ros-kilted-rmf-ingestor-msgs-dbgsym_3.5.0-1noble.20260908.192836_amd64.deb Size: 554876 SHA256: a56a327342872b1192251b63f8fe50545f485cd7fab01d87faf99d34dc574b0d SHA1: 1f47380121308b128fd2707350aa1b843bc2fb81 MD5sum: 91ba554845d0478a367152e3d0bc9e30 Description: debug symbols for ros-kilted-rmf-ingestor-msgs Build-Ids: 22a47f41b1d222404be90c950f837f81f3f5fd59 4eea357ae7591b6065437d9a8bf8927ba9abaa53 4f3b6659f0c4f63c18d792aca2c1a410f655c690 77c2b786efada8c258407b1477430b0a495ecb77 85d35976692dd6236c1570419b774410524bf318 87b50dcfe1f3f06b5c01ed512ec84a628acdb203 8bdc06310e6a19a40d0be82b554a37dd60d8e9da 943e36a116c0809b7327418ed9540b790db14fa5 9c456dc5c5da76fd6434092bc75f512e218d9c0a a3583449cea7ce3e82e5a04c63b7422dc519cdc1 b06e957b3fd6970b0c43a7d839576f30a8564f4b Package: ros-kilted-rmf-lift-msgs Version: 3.5.0-1noble.20260908.144916 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 691 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.20260908.144916_amd64.deb Size: 72420 SHA256: 3f9b6d170f97e351d239061005bf26d7b35efbf78643c2847566e79aab6cc211 SHA1: 585430bfd0c228a6a8f5bb7b01db4227efc5ed7c MD5sum: 7873fdc6ff2b452ba7940d091febed71 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.20260908.144916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 493 Depends: ros-kilted-rmf-lift-msgs (= 3.5.0-1noble.20260908.144916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-lift-msgs/ros-kilted-rmf-lift-msgs-dbgsym_3.5.0-1noble.20260908.144916_amd64.deb Size: 381444 SHA256: d15ec38c6d8c9a21b9e3167c5d7ac8945e63df41fe9e6693737d43f6d0897225 SHA1: b6036b2bd3406300ac756f7383e05eca77174a05 MD5sum: aea628e7e280c5a1e4cd2fc87cb89390 Description: debug symbols for ros-kilted-rmf-lift-msgs Build-Ids: 7e629b712d1ca055e9430c0b93dda9a708c0aa4c 858e11da28ca4670f507a4ee5690c79f0e3ee5bf 95ab44fff153c665225d05b50b9e967fdc205bac 9a8d0a487ed408c48ff656a41ffb2dc2a5889dc4 a5c5dd7e529d36026f37654708aa9b703065f815 b582aeb3adc68a71f572b9927103984719438034 c56bde528426b7d08331ded57c44df47638a8afb ce80a7f71149e2f620a866eb967cb8a71d4cfafe df9f15caf77b3757ada9b4ba0462a93482084e37 e92f3f36b37a697dceb55a17353a31c9d71f22da ee3c711e7ab080e393e338e1327ae6b5b49f68a3 Package: ros-kilted-rmf-obstacle-msgs Version: 3.5.0-1noble.20260908.192355 Architecture: amd64 Maintainer: Yadunund Installed-Size: 824 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.20260908.192355_amd64.deb Size: 83282 SHA256: 303855619072cf6e7a2f7fc98680515d01080ac1a44aae084633f45e66196174 SHA1: a8bc8c0afb0cecdc8d15db21430036db0e53e1a1 MD5sum: a290459f5968bf07809c6530d817126b 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.20260908.192355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 625 Depends: ros-kilted-rmf-obstacle-msgs (= 3.5.0-1noble.20260908.192355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-obstacle-msgs/ros-kilted-rmf-obstacle-msgs-dbgsym_3.5.0-1noble.20260908.192355_amd64.deb Size: 486686 SHA256: 5e10adab9bfc2ca5ed50675f70be15027c7a2228f1adb4d6fecca3dc8fa99b4f SHA1: f42715f4c1f58d782c6cdb1b38c07bc2247d1711 MD5sum: 5a2d740aa5aa390e66470dfcb49a5bed Description: debug symbols for ros-kilted-rmf-obstacle-msgs Build-Ids: 23a4d08afc32bd69ec904171ed6d72850efd0755 26cf8e3ae117f8f483605ff5da0d4a492382ff27 2b4811a2ee52e1eeb3bc4b21916d58b60302b411 4ac7b71458af0b107d305dfdd2cf745785b2e677 554290dbe1b3ed6be2d51bcff9f173d1e57268ee 57b55c0e0d9683699ae119dc4d0188a5b5f4b60d 703c5a9cd57f3e96d973417ff7db082e947def6c 94d9b221700fbcdd084057af692fb0b828788342 b6e459caf59a7cf75c90d9e9ae9faeec200d9d85 dc81e1ae518ebfacba2aa90e8cd4fb36eda0f503 fa720af34861681af0d9772aa4b89e0d35efea43 Package: ros-kilted-rmf-reservation-msgs Version: 3.5.0-1noble.20260908.144924 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1734 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.20260908.144924_amd64.deb Size: 131678 SHA256: 8e8193abafa45404e7e5c85a1d6bb87706189d071e8178f0f011c2214bfedc83 SHA1: b6dbe0c77b2742cc4cdab8d870d48b7476422d23 MD5sum: 41eb82f005d58176dff90e01ae14ba8e 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.20260908.144924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1337 Depends: ros-kilted-rmf-reservation-msgs (= 3.5.0-1noble.20260908.144924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-msgs/ros-kilted-rmf-reservation-msgs-dbgsym_3.5.0-1noble.20260908.144924_amd64.deb Size: 1071684 SHA256: 3a8cba313cdcb4caa522b1eec348c151a9d5b4fbbfdef4884107c303e2e5a26d SHA1: 65e904dbb2714cd3b2bff879c43f795af522b92f MD5sum: 56b0c3155d13702dbf9b4d25c70ebc7f Description: debug symbols for ros-kilted-rmf-reservation-msgs Build-Ids: 0288706bface84c07d4de4495e045e4897aca80d 04c937c10139d49846a84b6f083a02cdd1852a9c 0527729d6c53aeff8e91eba952b5e903ed3ebc15 258c5712cb12668bf7c6a540f51919a6d38db70a 3ebc3f4f6f52b030e27e3c2a632f72ee7e702974 3f18d41a70f4a939ac812b5060af9f1a8e644dae 99768a3105b1aa6fdf7868dbd6307289f6a04d46 ac18a74cc745ae4f0fb8e1bbdf57304ec851085b c9f15178632997e49b9173a48ac24a3c5a222366 d73a49e0af3498f28efe2562ab1beded00d2a6bc fbf0b76708952b26bac1d0a65bb3037fd9dbd6da Package: ros-kilted-rmf-reservation-node Version: 2.10.1-1noble.20260908.235314 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.20260908.235314_amd64.deb Size: 217490 SHA256: f36671e19d4edd3a08861f209a5a3ae672c2f7ad1571ff2aa4704c6e7816f28f SHA1: d7434e6406973fda0a0f3925c9634cbeaa1c54dc MD5sum: b44a9ffdbe49aa8d65df7308099b987b 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.20260908.235314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 5899 Depends: ros-kilted-rmf-reservation-node (= 2.10.1-1noble.20260908.235314) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-node/ros-kilted-rmf-reservation-node-dbgsym_2.10.1-1noble.20260908.235314_amd64.deb Size: 4750338 SHA256: c41c18992bac91beee38dd1ecc14df841aa65ddf8df36a657eb057ddad9be294 SHA1: fc3547986169442719d0a054af0d50900c1d1e5b MD5sum: c30334627e881be49a97a3bfe185ddc1 Description: debug symbols for ros-kilted-rmf-reservation-node Build-Ids: 3ca6d31da895aaca908482a141d98963ed6fc8c2 Package: ros-kilted-rmf-robot-sim-common Version: 2.5.0-1noble.20260908.210910 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.20260908.210910_amd64.deb Size: 291554 SHA256: 049451d0f3f57f12d352ddbbce4fea46af27812bca2c397e7f7cdfc6350eedfa SHA1: 54515cb4bc251d9c69706955a7c48bf03cc2c492 MD5sum: 2dff933f2dbdc1e3754758cd99328e81 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.20260908.210910 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.20260908.210910) 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.20260908.210910_amd64.deb Size: 7762942 SHA256: 22004e8b522e289178e759f6fac6633c55292a80ff08d415b5de3994c64da341 SHA1: 35dea2550519c64fe88a89aafe1ce8dd3fc92905 MD5sum: 37c488ab84fb16d06873fcbee1360cb9 Description: debug symbols for ros-kilted-rmf-robot-sim-common Build-Ids: 8411e534c95a6514bc3f7364f53608ed4a0f3251 b93f51948e5f8295bdc8a1328fc13172e9850d63 c30e6d3f50e11befbe95f4b06ca5befd5a3142c9 Package: ros-kilted-rmf-robot-sim-gz-plugins Version: 2.5.0-1noble.20260908.211435 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2600 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.20260908.211435_amd64.deb Size: 471266 SHA256: 8102347ae803ffe4ccaec9ed956e256856d4101e91c6b4402b3d31750d8d52fe SHA1: 819b2bfc34ad5b492f7fe4f274dd361d01aebad9 MD5sum: 4d6a48af38c6e85aa71823ad1bb78003 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.20260908.211435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 16635 Depends: ros-kilted-rmf-robot-sim-gz-plugins (= 2.5.0-1noble.20260908.211435) 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.20260908.211435_amd64.deb Size: 15019370 SHA256: ced664469d1a77493e54d9acbea0c1479b208f6c09928d52c06f48cb8635b239 SHA1: 19271dc359290afa6ebe0f2406642d682a2435d2 MD5sum: ccd6b4a5e36a957b1e6f8b427314d601 Description: debug symbols for ros-kilted-rmf-robot-sim-gz-plugins Build-Ids: 42f348a2a925f0c08890bb57aeaadd8b92a743dc 44d10e914d4399bd6a69de1e955894807559c3bd 57abde2d18d8c7427c3be8cfcbc6d0aaff392770 85b46b24af01083e5025156e573823d01a67d2fe 8b7d1e92cfb9edbbe4fb5cedd877cd302e316eb9 Package: ros-kilted-rmf-scheduler-msgs Version: 3.5.0-1noble.20260908.144924 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4899 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.20260908.144924_amd64.deb Size: 315582 SHA256: 6b7ac48a8a9b669330e89dbe79c713d29dcb67b929c1437f68b66b1b7835ed5a SHA1: 03af158eca1a15d8a3b0d18b5b7e428b081a8365 MD5sum: 17b4ddb0dd3a996ec58fcd79e8c3f514 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.20260908.144924 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.20260908.144924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-scheduler-msgs/ros-kilted-rmf-scheduler-msgs-dbgsym_3.5.0-1noble.20260908.144924_amd64.deb Size: 3125984 SHA256: 774322f398b295726101182fea3fd6577e92c5a207bf7a6a52ff466863435aec SHA1: e63ba5638035a6da8ad4cfdc8352e0a0fcc79a63 MD5sum: 2c2b4f3ca782e5845ebfb03305dc0e9f Description: debug symbols for ros-kilted-rmf-scheduler-msgs Build-Ids: 03375b7db306ecbe9fd49d69e7dc8992bea97fd8 10030073d1710302caeeb6d9ab938ba4d30e7b88 2fb998032f478998e23aa0eb39245d0330570882 35188883b82de7f74562a84efc720727e1a9ee88 50e946412d4b8e379f6642723f03f9d68a280700 69a58d1f82ec70f33ca0a39ba6c6fc8db5a85773 6ad4a22ee801dbf0ab2eacd576eae74abab3fa32 7741f046687820c209b2c4627943d38d8dfba43e 95ef068f7984e19753dd47ab1805a718a28cb363 b919e4a2402faf6ced2f2321083c95597abc2d9a da0de40a6a5851e12a016bdd8ef100e00f43d382 Package: ros-kilted-rmf-site-map-msgs Version: 3.5.0-1noble.20260908.144932 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 448 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.20260908.144932_amd64.deb Size: 46048 SHA256: 7e6ccc665699e21024e3ce01d6416f2e6437c88c72088fb84aad78596c457154 SHA1: 18f40e630ff9356839e8a9ea6d420fbe7fb91661 MD5sum: 53af3cfcdf87e003cb85e3b9c7ef61d2 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.20260908.144932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 279 Depends: ros-kilted-rmf-site-map-msgs (= 3.5.0-1noble.20260908.144932) 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.20260908.144932_amd64.deb Size: 192766 SHA256: 1d55bf7a1d00710c95fd04ac05cf4e35e807804eb137a443eac956f587c7b29b SHA1: dec1cfa559fb5075d0d64e41a19c19cf29a38864 MD5sum: 9947c1c985a6d4f1f374a7df4a5cda93 Description: debug symbols for ros-kilted-rmf-site-map-msgs Build-Ids: 00ba9b3470d2687c2ee38b99226d61e30e81d548 209d032d588267937865cb5f2536bc089c58f1e8 4c6ff33020cc99cada6d5a5fdcec0f08868a2383 505c0f7f79134fc80fd93ce4501d05c428de91b4 50675a89b8dbb7abd7b258dfa05f09cff530f0d8 57eaff8df9500faf3d2316705ddd05731f79dc7a 79d7c5d7009b3233a47545f7f5fdf4822add71b2 920fe1d076e296fa900af150283c3286dbbbff8c 9c95a606b838c0f9d6ab7f0f97a9cd56b198c242 f2ab3d5c6bb4ea9003bc395ca4e6664b3fd17c2b f8a627d7bda2f70dbd0cc1d53f6b3dcc2a281ee8 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.20260908.192847 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 7888 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.20260908.192847_amd64.deb Size: 523048 SHA256: 2f4d1b937b2efdb0811a5b3ba5385f6c023310fefa4991901a01bbfe517b30fc SHA1: bd63d47c3de27c17fde5ccb7c86b2ebcb6526206 MD5sum: f026240a85b028f53b9e95fafe258988 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.20260908.192847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 6095 Depends: ros-kilted-rmf-task-msgs (= 3.5.0-1noble.20260908.192847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-msgs/ros-kilted-rmf-task-msgs-dbgsym_3.5.0-1noble.20260908.192847_amd64.deb Size: 5011984 SHA256: da4144eab60c2efe0c711f56a4c471b6d11578cf4ede399b8916379d4383c4f9 SHA1: cafdd4859fab3aa08c7aaab63ca9264c4776627a MD5sum: 2afa18a33189082490ba08ff1cc054c9 Description: debug symbols for ros-kilted-rmf-task-msgs Build-Ids: 1dddb92b202d9de748b2769c3b171cd09a95d1be 2ca3a351571a12155abaa3afff7176a55fb62d85 438843f0f92855194ac82fe4adc743c2e916b42a 8b8d2afd05b3676d31256aa2115e66970ee89c64 8f1bfd6290f9e85da2e193e4fca3b579569b69ff a38a07313e24bbb486f38bc6530397dc3987ec25 ac7b809aa8dd3ca4c603f9a9efac6c7bb836725f b73db7afbd8b63cfb497d6d4c85739036faa6413 c5349c96f86309cece1ba48244a36759a2070c10 d5694585ceb264b5691d3a5c50ccfe3a41b754d2 eaafa62759b9167c5962e567111816d637f8c8bb Package: ros-kilted-rmf-task-ros2 Version: 2.10.1-1noble.20260908.225639 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.20260908.225639_amd64.deb Size: 375090 SHA256: dbea3e68d5d159703240e94f85c54650962bbf8f55a3892aebde68db03f4a9ce SHA1: ad1a20ce14cd5fc138f51b4654e2ed990c153b98 MD5sum: 6df774d4853c67c9fc0c06178a93600b 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.20260908.225639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9584 Depends: ros-kilted-rmf-task-ros2 (= 2.10.1-1noble.20260908.225639) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-ros2/ros-kilted-rmf-task-ros2-dbgsym_2.10.1-1noble.20260908.225639_amd64.deb Size: 8263144 SHA256: 9983f3be38b47bcc5bf88abe0738a4527594ca27bccdcb337ec4701ce0dff386 SHA1: d39309d62a85abe11764ce104ef0c9710a436392 MD5sum: 92d767ccf8a3733d43ad19c6914bcb71 Description: debug symbols for ros-kilted-rmf-task-ros2 Build-Ids: 38e3655f4548581391d98d44d4eb5a8eef0f272a bea92d9443a5ed4d1983c2c72e1dcbd3d00a9962 d8592c5e95f33403fba3d7d6e5ad9c1f9973363f 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.20260909.002853 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.20260909.002853_amd64.deb Size: 188832 SHA256: 4284a6d4d1dbced92e09ef996b5e49b120963c4f3de4fb41bf98bdb76ea08485 SHA1: f0fe3f79617bf84d9b18b9e6578d41573f31e171 MD5sum: 6e72580c08f4905252cb7b67bf19a0e5 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.20260908.192348 Architecture: amd64 Maintainer: Grey Installed-Size: 10744 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.20260908.192348_amd64.deb Size: 679882 SHA256: 86437ee517790bf9779318dae8ac969427ae2e99dee547a4f501424202b2a9c4 SHA1: 52cda28b918067b145a9d3a2f22346b2e7795ee5 MD5sum: e7baaecf92f5c3aef915c30467dedb64 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.20260908.192348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9324 Depends: ros-kilted-rmf-traffic-msgs (= 3.5.0-1noble.20260908.192348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-msgs/ros-kilted-rmf-traffic-msgs-dbgsym_3.5.0-1noble.20260908.192348_amd64.deb Size: 7830286 SHA256: 212f69f9c1df5a60c40844d45600082216466f6ddea90bdd11b419286d00f486 SHA1: ba900d632ec114213038bdb904f47f4c0a356f56 MD5sum: f984ee8d739f88189ed063cdda1dd1ce Description: debug symbols for ros-kilted-rmf-traffic-msgs Build-Ids: 7a8bc09f5dd30b6140ceb7d9b2e225eb57e1a686 874d339e3d795c91053776ca77c365a983b9e316 87860ed3357322c3a4a9d232ac3caccfdbe4ec15 8928509268125e074dd259adb285a574f50360ab 9173f01dd1e3abe873e15eed141ff769379a19b7 92d043b0c681533a2a159f0a7474b459dba74244 a69ca4565ff96af2aab2f9db7436f62926d62a6d a8942d21d4d730c1e4fa00901658e1b816c0230e c301b0a2fc1616795967d9de26b763f5760651e2 c4451196d0957171254fc5d07455e4137af55853 dffe9d17fe2883d6251d7d10a37c2f9b32f08469 Package: ros-kilted-rmf-traffic-ros2 Version: 2.10.1-1noble.20260908.204952 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.20260908.204952_amd64.deb Size: 1048024 SHA256: b95cd465659bd9e81cb79d12f304246f317cef95ede82013fb54c8c8ebbcd94e SHA1: 339d71131ed2daf8441f68191a3f632f53eb2ca5 MD5sum: d3d0d399db3a84f1fcb2c8a7c3c35c32 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.20260908.204952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38360 Depends: ros-kilted-rmf-traffic-ros2 (= 2.10.1-1noble.20260908.204952) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-ros2/ros-kilted-rmf-traffic-ros2-dbgsym_2.10.1-1noble.20260908.204952_amd64.deb Size: 31297352 SHA256: 0f99d43e65fd3420fcb32073b8d7fde752b8f8c8c5f437b45d9b047045602935 SHA1: 369f789bacde7af9b5aeb31ee4e625b24bb27651 MD5sum: 49c7ea91c13a51ee1e89f02f540a6a16 Description: debug symbols for ros-kilted-rmf-traffic-ros2 Build-Ids: 1e6e65dee18d166c54f4344ecc5f9c04894b348e 72a364ef49d767d93bb411196dfe20b9e8bdd624 8cf19d76b98a148cd9ef14bb51faad144c8ec763 bbd5f49813d5c429be5121c84cbd4e9a99fba078 dbbc38109afa4e989ea1f84398269cfc2453c5a3 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.20260908.232229 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.20260908.232229_amd64.deb Size: 6878 SHA256: d171725b43df71114b0b50a9b8a49bd4b1464cce47f72abb444c2aed08bb4ed7 SHA1: dd53125c298d708f82f8bc71ce3f8476b32dc232 MD5sum: be83660eaf622452a326cf2534bcaa9d Description: Package containing a single launch file to bringup various visualizations Package: ros-kilted-rmf-visualization-building-systems Version: 2.4.2-1noble.20260908.194954 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.20260908.194954_amd64.deb Size: 12520 SHA256: 473ca068fa656a54856b06a0258a9758b9fbf7a26dcd5a7bd4bf4f328aaa303c SHA1: c3aecf6dc96d2d146d6785a69ba28e722a23374f MD5sum: 49611de911cd06c99fb3a8abe0022d65 Description: A visualizer for doors and lifts Package: ros-kilted-rmf-visualization-fleet-states Version: 2.4.2-1noble.20260908.210215 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.20260908.210215_amd64.deb Size: 153166 SHA256: ef189ad038f5736f1bee2a576a04d65e58c219c89d49c21844464433fd69bc76 SHA1: ceb4a925e88ca375671ccf17e0589a65dc821064 MD5sum: 35f17bbbb0e76b51a0aa772fbfa94e59 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.20260908.210215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3695 Depends: ros-kilted-rmf-visualization-fleet-states (= 2.4.2-1noble.20260908.210215) 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.20260908.210215_amd64.deb Size: 3100898 SHA256: 2383c9c8692a905f69ec05ab50e8bc93dff7440964ed9f0466a85f83a65b9212 SHA1: 29d9b977b495e5e1bacd6db64c315ead72cc0b92 MD5sum: d8c132654113e697c1b76bf376a6a6cb Description: debug symbols for ros-kilted-rmf-visualization-fleet-states Build-Ids: 3879c3e276c07742835d5a0e82be20e6e058a184 78f15f02abc92762b94fa996704352b6667e7124 Package: ros-kilted-rmf-visualization-floorplans Version: 2.4.2-1noble.20260908.210223 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.20260908.210223_amd64.deb Size: 151200 SHA256: 769f2e60ac9b3bdac923f470ceeb7feb92796dd1344e486524df9b68400c1499 SHA1: 3af903ca180880b633fa788e4d333bbda95b2327 MD5sum: 36ec98aad9bab8bdb03c71bfe6a73146 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.20260908.210223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3927 Depends: ros-kilted-rmf-visualization-floorplans (= 2.4.2-1noble.20260908.210223) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-floorplans/ros-kilted-rmf-visualization-floorplans-dbgsym_2.4.2-1noble.20260908.210223_amd64.deb Size: 3337784 SHA256: ecdfca8a50ec869d8bee81fe1cd3c8d4ef5be0212b21405f61019171e48d056c SHA1: 211f775d951846314792705a45182bdfa5c2bc9e MD5sum: 8adcbc12e0d712240619fc51df9431df Description: debug symbols for ros-kilted-rmf-visualization-floorplans Build-Ids: 006b154129c8b116fa0f872e8c2f5c78efb3eb91 c755979bf568b0569c6152e56a93a2030642aaf4 Package: ros-kilted-rmf-visualization-msgs Version: 1.5.0-2noble.20260908.144646 Architecture: amd64 Maintainer: yadu Installed-Size: 441 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.20260908.144646_amd64.deb Size: 42612 SHA256: 3a5aac022216ed19d2ec0a806f413d7fec28e960aa2e4fc53d9c62fa5f93785c SHA1: 965c3c94488bfe2ec73ca46af6a4a05f08c40b5b MD5sum: ef15a040f2b18d9e87049d97a2934304 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.20260908.144646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 273 Depends: ros-kilted-rmf-visualization-msgs (= 1.5.0-2noble.20260908.144646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-msgs/ros-kilted-rmf-visualization-msgs-dbgsym_1.5.0-2noble.20260908.144646_amd64.deb Size: 184370 SHA256: c6686e926193492c64d2962276515416b82b6f546b524fd767ffe25433cabec9 SHA1: e50b2a591f41d841c92b99551b58d3be4bb9cb68 MD5sum: c934d0f1ffd855c0c6e78da4c7440cb7 Description: debug symbols for ros-kilted-rmf-visualization-msgs Build-Ids: 0da15337bf7d42788442c2f2eb4daf126f8958c1 2a17b5671a8af814217482df1f356e4ec2e47c56 2ac57442d855ad5e220bead2e052d8ae453720e9 4d73c742dcc04e4dc3feb14ec70e0b1b6588b652 98fe785ae18772a9e82bfa06e2347a9743fec607 abc5e1431fd4433cd55254298ddb67ac15c44d48 b57b8894696ee557ad2825e557d56db37150c38d b6527c83fa67f8cddf81a04feb9413e6fb5a3419 d9d78b2a602e4b0dfcd56cfc2f33310f578d7e9b e28299975e3aa9c5dc1a7f6378c5faf979e389e4 e48257967e6bb592d64e31a1bff5b044473e1652 Package: ros-kilted-rmf-visualization-navgraphs Version: 2.4.2-1noble.20260908.211339 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.20260908.211339_amd64.deb Size: 190276 SHA256: 3a283576b33c757abdc469bc86851baaf48ffd3192ba02c9156c63e0b24f82fc SHA1: b20d8f75fab4d76701b43ce9951615b85295d9fb MD5sum: 30329a19d25629a983ab884519b2d74d 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.20260908.211339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5020 Depends: ros-kilted-rmf-visualization-navgraphs (= 2.4.2-1noble.20260908.211339) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-navgraphs/ros-kilted-rmf-visualization-navgraphs-dbgsym_2.4.2-1noble.20260908.211339_amd64.deb Size: 4171974 SHA256: 0ce43917e2732f39d7763f59112d01f0d11b1aab43ae90749908a1a38a5eb324 SHA1: 61368a4056c7ed393f408ed43ee63659d701cad8 MD5sum: 05c0688b3bfc84dc033febd66904bbcf Description: debug symbols for ros-kilted-rmf-visualization-navgraphs Build-Ids: b5ed2a205284dbe1473fa361144cf1f91e80360b debd16afba253e6d54f19c7fbbc9d7b4ae14b192 Package: ros-kilted-rmf-visualization-obstacles Version: 2.4.2-1noble.20260908.210222 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.20260908.210222_amd64.deb Size: 149998 SHA256: 016ce3f2648e653b42da1bdc24c8a7e36f96d049ff026e6d765115fa9ca54fc1 SHA1: 3d20aff25fcc1da0bb00cb017f60e91878d39475 MD5sum: 0beec51f6cc89b7d88622f076f919169 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.20260908.210222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3628 Depends: ros-kilted-rmf-visualization-obstacles (= 2.4.2-1noble.20260908.210222) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-obstacles/ros-kilted-rmf-visualization-obstacles-dbgsym_2.4.2-1noble.20260908.210222_amd64.deb Size: 3034586 SHA256: fdd4754091af7d0104090c6a5ffabfb218e456755ee75b11069beb59d175ee39 SHA1: c9fbebea60665ae1a41789a3779d7ddde299c6b5 MD5sum: e130adeee3a6539b6ede64326336d06b Description: debug symbols for ros-kilted-rmf-visualization-obstacles Build-Ids: ae348d6a4faf7d0b5200fa43bf5720b6f0e712de ec9ed01040171831b79f8c0645acbeda18b1a63f Package: ros-kilted-rmf-visualization-rviz2-plugins Version: 2.4.2-1noble.20260908.231546 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.20260908.231546_amd64.deb Size: 252570 SHA256: b303817df101368704fda3561f5f73d5197c4b70991780743e1f10b7c2b4b8c5 SHA1: 4e289c67d165d7120ea6a80a04f149674a0c4260 MD5sum: 39d892071e4b4562ad628b0e1216645a 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.20260908.231546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7595 Depends: ros-kilted-rmf-visualization-rviz2-plugins (= 2.4.2-1noble.20260908.231546) 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.20260908.231546_amd64.deb Size: 6436508 SHA256: fa8c06070781c8b0d09dedf15ffce6058108fa3265a0ace6d71f8c12a7f8ef55 SHA1: 26eb24b93d9b80aa48f50ce380f74b96d0618c06 MD5sum: 0da314b6a5fd00e352b3d854838a20ca Description: debug symbols for ros-kilted-rmf-visualization-rviz2-plugins Build-Ids: 6a390ff30b50ee848de773da9b7a52331c218269 Package: ros-kilted-rmf-visualization-schedule Version: 2.4.2-1noble.20260908.211341 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.20260908.211341_amd64.deb Size: 622410 SHA256: 14405f3723c77474b7f1552e0a253ea0ba4724ea8f39d9aa66c78bcea130dd48 SHA1: 141c6b840f3a21bad900dd06162d658fd9f700e3 MD5sum: e2b24f1844b64ada2698a925b9ac008b 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.20260908.211341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9926 Depends: ros-kilted-rmf-visualization-schedule (= 2.4.2-1noble.20260908.211341) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-schedule/ros-kilted-rmf-visualization-schedule-dbgsym_2.4.2-1noble.20260908.211341_amd64.deb Size: 8735992 SHA256: 997d634068a35d5187db94f925dba5f94c8d744d4e4bdd7129fe92d771829bc4 SHA1: 6dce9c4c0869257251b09a6787396a2f324de59b MD5sum: ada967bf6e5df42fd90455cca37fc1d5 Description: debug symbols for ros-kilted-rmf-visualization-schedule Build-Ids: 531a8a1a732136c92132669841392886687fee53 7132ebd085fd7849dc033a3cd74161df729b3e79 c80b694d07c59b44703792507fd38356fb602088 e18e8cf4b7b5708a59fcec0502e3e7a78349c2ea Package: ros-kilted-rmf-websocket Version: 2.10.1-1noble.20260908.224232 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.20260908.224232_amd64.deb Size: 281548 SHA256: a28dd7d46e0d4a2e8e752a09bfe9181ba368792d3ec0662ac3a9e6fd0e193d38 SHA1: 305597d487fa4f6aaf61dd5f85ec306bdf34b0f5 MD5sum: 8c057fe43f4fa1beb51dc633070ea59b 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.20260908.224232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4815 Depends: ros-kilted-rmf-websocket (= 2.10.1-1noble.20260908.224232) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-websocket/ros-kilted-rmf-websocket-dbgsym_2.10.1-1noble.20260908.224232_amd64.deb Size: 4387368 SHA256: 8736a58570beccde4424a58b67624c007b9f0dbed17ba615f1dfc0adc4ffdad5 SHA1: fd3397fc7339f8ac22c77c47c1444a1f5c277c50 MD5sum: a4c2e482a7e53fd48a717fbfc4a60bba Description: debug symbols for ros-kilted-rmf-websocket Build-Ids: 262063ec4c7158d62e558ae4704c829038193a32 Package: ros-kilted-rmf-workcell-msgs Version: 3.5.0-1noble.20260908.144703 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1173 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.20260908.144703_amd64.deb Size: 103774 SHA256: 987320f61f7696458857773878f540d2fd4ae82ca17f80921cbbd498115e1e3e SHA1: 56f1c39c7e98c023f3cae487e37a98443b0f0ee2 MD5sum: 55be348171af1046f8fff1ecc8c2c5a4 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.20260908.144703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 977 Depends: ros-kilted-rmf-workcell-msgs (= 3.5.0-1noble.20260908.144703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-workcell-msgs/ros-kilted-rmf-workcell-msgs-dbgsym_3.5.0-1noble.20260908.144703_amd64.deb Size: 792028 SHA256: 1aa21058362d1a2014c0f8d3ba4da424bd4abb2d6855fc510b664b4d0d0477af SHA1: 10820202c748a5d231291a5cc1e4f7e80bb87200 MD5sum: 65c52350f3f959cb0496ba562214e296 Description: debug symbols for ros-kilted-rmf-workcell-msgs Build-Ids: 1dc1309be2cd134d6448f478d34bb9a78df1c179 22df8f83c273d3e1f2d282ca6f0dff7439c8ef32 26da4d28218415b34dae89b36459f2fcec8dd6ee 271693117c4e1d3ae4fa6620034ed0e5a1eadc23 4bcab1270b70e62af315ef00e374b6275e41c0f5 7fec7d2249e6297164b2369907ae26e112aa3319 90cdacd3959e2fad113aebaefc733bb8b89d8888 b6739f0fe3671d8d1d08783455c2620eabaa5a5d cdaa263e81f99b246c3df564f7386d5aed849617 d6f50b711e275cdd9d104fddeacec18fe841a0fb f303cd2ed04cc25666be7a7eda1da3c9defe6f23 Package: ros-kilted-rmw Version: 7.8.3-1noble.20260908.115727 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 Homepage: https://index.ros.org/p/rmw/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw/ros-kilted-rmw_7.8.3-1noble.20260908.115727_amd64.deb Size: 72860 SHA256: d2bb7ad96f6b3d61bd684cff3c8b7d95c917580cd7314a541459286e5b12289c SHA1: bd0af35135b46358bd2439a09c62726b867afcf5 MD5sum: 181591881aefc5704111c5f6f2c43a0a Description: Contains the ROS middleware API. Package: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260908.194942 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.20260908.194942_amd64.deb Size: 18420 SHA256: 3c92c63bfbc63f1a13be401586c83dc27787aeb63685278e5160c269b1d0efdb SHA1: 33b8a6d57cf0d82818bc67dd50ab1508c401a12e MD5sum: d7e074852d6f2cc7947b0a44ad7fc77a Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-kilted-rmw-connextdds-common Version: 1.1.1-1noble.20260908.144118 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.20260908.144118_amd64.deb Size: 267492 SHA256: 178bf3e15eacfd0f6da6c580176ca7d0348b220259327316939e6a68a5c5bd0f SHA1: 71d0b00101d3efb7306ad443f386b5f8f1d21d9a MD5sum: 76d4d021490f4708fb557f48d0de193d 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.20260908.144118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3122 Depends: ros-kilted-rmw-connextdds-common (= 1.1.1-1noble.20260908.144118) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds-common/ros-kilted-rmw-connextdds-common-dbgsym_1.1.1-1noble.20260908.144118_amd64.deb Size: 2901644 SHA256: c4f74be75a1f1f8f480de660c72f5401588dd815a188b28f2d3827ba4bc96544 SHA1: afdaa801bef4f576727b21c00996c026969bfe83 MD5sum: 9c6198e8a535b9c08fe728f96cd53e03 Description: debug symbols for ros-kilted-rmw-connextdds-common Build-Ids: 853747c93ad3a125a0171dfe030c23b52d8c9940 Package: ros-kilted-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260908.194942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-kilted-rmw-connextdds (= 1.1.1-1noble.20260908.194942) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds/ros-kilted-rmw-connextdds-dbgsym_1.1.1-1noble.20260908.194942_amd64.deb Size: 101624 SHA256: 2b1cea54327a300e1920bd97032aa1da0d064097cd169bd3ce6ab613e4b4572f SHA1: 6499f9566abe2f9325d9e64538b971e7a81a9f53 MD5sum: 7868a43a4c158113f0de851cbc989311 Description: debug symbols for ros-kilted-rmw-connextdds Build-Ids: 2e5d46e9316c01833dd7d98af29c04a463f6a467 Package: ros-kilted-rmw-cyclonedds-cpp Version: 4.0.3-1noble.20260908.144213 Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 531 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 Homepage: https://index.ros.org/p/rmw_cyclonedds_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-cyclonedds-cpp/ros-kilted-rmw-cyclonedds-cpp_4.0.3-1noble.20260908.144213_amd64.deb Size: 176312 SHA256: 1dfa3dec68e9acee491c7bf9d67dda18dc58e74d4adae010315df603727ea64b SHA1: 0795f084f39f5c7cf8df6a9467005dfb8959354d MD5sum: 8451fcaedbeb0cde45f692e5b840e03c 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.3-1noble.20260908.144213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 2163 Depends: ros-kilted-rmw-cyclonedds-cpp (= 4.0.3-1noble.20260908.144213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-cyclonedds-cpp/ros-kilted-rmw-cyclonedds-cpp-dbgsym_4.0.3-1noble.20260908.144213_amd64.deb Size: 2041612 SHA256: fab99bf4f410793eed52fc31ee0e9a007ddddcc8bcc1d56e493e2b99f665a7ad SHA1: 931011ae163b7170312a7551a1890c245de9eaf6 MD5sum: ba4c5f2c46ff59feb312f8fcec5afa86 Description: debug symbols for ros-kilted-rmw-cyclonedds-cpp Build-Ids: c2b86d0bb2700a0d2c0aec4efbf2f3923635f5ac Package: ros-kilted-rmw-dbgsym Package-Type: ddeb Source: ros-kilted-rmw Version: 7.8.3-1noble.20260908.115727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 63 Depends: ros-kilted-rmw (= 7.8.3-1noble.20260908.115727) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw/ros-kilted-rmw-dbgsym_7.8.3-1noble.20260908.115727_amd64.deb Size: 36156 SHA256: e3cb81fbb3c0b6456a318d8066d16e89a1f8b6560b9e5521400a3eb51b452d52 SHA1: 305a5032f09b105bbd05a138a326231e1e987298 MD5sum: f6f01f1008af21cf1f8005835ec7f62b Description: debug symbols for ros-kilted-rmw Build-Ids: fe93510952eee26be07c93917a4998cf5d7e1152 Package: ros-kilted-rmw-dds-common Version: 5.0.0-1noble.20260908.143734 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 897 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.20260908.143734_amd64.deb Size: 115728 SHA256: eb83e482db8e967e0109ac777bedc02459485f718bf9bf5f16c7bd6951f7ddcb SHA1: 14133e224a2b083eaeb6f877daced14f205db6e1 MD5sum: c1d414b406086784b3953ada0404f874 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.20260908.143734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1145 Depends: ros-kilted-rmw-dds-common (= 5.0.0-1noble.20260908.143734) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-dds-common/ros-kilted-rmw-dds-common-dbgsym_5.0.0-1noble.20260908.143734_amd64.deb Size: 984918 SHA256: 1c58642b5b6161e44c6bdb19fcb1ddcd4ca46d78fcc03fdaf0e6aa9966e189aa SHA1: f1f1e9fcf9b9757f6212714afb1953d26f7d17bf MD5sum: fa424b1a6b60382a01db9744f84f0ec6 Description: debug symbols for ros-kilted-rmw-dds-common Build-Ids: 01ee58c0a8305eaf86db4393589fcd45e4fdaa49 0d53ce28bfad0ef4e6f8cac24d65fd8cfeb9dda0 13005b65a909e663dcc8fe985baccdb8c571f05d 24751fddcb5e3b38d234594c940072af435bb98b 49e44ed8713e84c030a43d3ad6e2578d9262177e 77bcf4293ac872b1fc24958fcea08a1e0c588897 87d21f2dfd3899cef823d8ecdf4a43b4999ea9e3 8b1002e6be4e9b38b6df20b689740c04c4f5135a a3f22225663f87fed898b1d2f220010fd998dca7 c20fee3848e50e626e62dedf5124f6fa32e30a94 eac797f11818015cbf2fb70ded7b5d3756ec66c7 fb8fee3755df924507794fb384a3199248b13340 Package: ros-kilted-rmw-desert Version: 3.0.2-1noble.20260908.144213 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.20260908.144213_amd64.deb Size: 143620 SHA256: c71c774ba6718790945ae36478a1b3433492529bf50524c27b8298eeacee8a8b SHA1: 2053e53b97adc82385dca87781860fa90983476c MD5sum: bfce09ba4f094970f5d31146ec66dcd5 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.20260908.144213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3249 Depends: ros-kilted-rmw-desert (= 3.0.2-1noble.20260908.144213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-desert/ros-kilted-rmw-desert-dbgsym_3.0.2-1noble.20260908.144213_amd64.deb Size: 3152892 SHA256: 3d30280b2b3a2dceffc9a8471394b4b90d14182334269e0db29f509719caf115 SHA1: 674ee01775986ea3872f8df03c11a4caafceb87e MD5sum: 8fdda45ecb1f99cd24c03af185bcf532 Description: debug symbols for ros-kilted-rmw-desert Build-Ids: 4316e206a6acd533c9eeac087f0dd7a6da63c1f8 Package: ros-kilted-rmw-fastrtps-cpp Version: 9.3.5-1noble.20260908.145135 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.20260908.145135_amd64.deb Size: 90432 SHA256: b5892d1824014bac17534617109080ff74488a835fd4a1f943e44cf14cefa7e4 SHA1: 134710a2f6a44dd185209fbc55ee31cbdee9eb6b MD5sum: 0b8c1a62ff27783df960068c90cdee65 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.20260908.145135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2660 Depends: ros-kilted-rmw-fastrtps-cpp (= 9.3.5-1noble.20260908.145135) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-cpp/ros-kilted-rmw-fastrtps-cpp-dbgsym_9.3.5-1noble.20260908.145135_amd64.deb Size: 2496806 SHA256: 52fc7c70e6e9b531a72450fbed5f1335de0e470339f9f700aeb9645d6e3737a2 SHA1: 4ea2cc92ca1d5e3847bb37dfac0ddb7c8ec0919e MD5sum: 14a7c40448cb822e3ca1c51338dd170e Description: debug symbols for ros-kilted-rmw-fastrtps-cpp Build-Ids: f0d68fe4162b3a009ff0aca33a29ba3e240812d6 Package: ros-kilted-rmw-fastrtps-dynamic-cpp Version: 9.3.5-1noble.20260908.145207 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.20260908.145207_amd64.deb Size: 111356 SHA256: 74aac13e03517ed742c6294aea1c014ee9119e2ed929a582fdfab64e8c502048 SHA1: 44a27cd89fcc91baa5e34101661ba4787806f759 MD5sum: 1caf1823b23421aee81efc3fa627c25d 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.20260908.145207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 3166 Depends: ros-kilted-rmw-fastrtps-dynamic-cpp (= 9.3.5-1noble.20260908.145207) 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.20260908.145207_amd64.deb Size: 2969814 SHA256: 8e173c5c9fcb660df0b4a0c4cf2bd080bbe7657e46b18844c4bccb96cc7a1e04 SHA1: 206f3e3402dc3db70bad1b61bb11838365eae201 MD5sum: e5191d59a89fee1c564f457c14d9e6e3 Description: debug symbols for ros-kilted-rmw-fastrtps-dynamic-cpp Build-Ids: 4ec5b83ed7491330176374033c67cd89f6ba95ab Package: ros-kilted-rmw-fastrtps-shared-cpp Version: 9.3.5-1noble.20260908.144219 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.20260908.144219_amd64.deb Size: 168260 SHA256: 4f957c7dcbe2a4f4cbf2cdd35f182d2a2b03db18259782717fb5fadfc1620092 SHA1: e0e38de458148f2a427d5d3f45c0d40ee4b063d0 MD5sum: db56e7ecc6e391588f3960d86fdb9896 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.20260908.144219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5155 Depends: ros-kilted-rmw-fastrtps-shared-cpp (= 9.3.5-1noble.20260908.144219) 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.20260908.144219_amd64.deb Size: 4889362 SHA256: 96a8507eb5effbfa0d45ec6b0968007042e67a28c0a5aca01a45b84b21b07c51 SHA1: 744dc92852985a51e7711854f6bbb5e1893f1d23 MD5sum: d68ee7ce7a184d646c3353a0cd9adb92 Description: debug symbols for ros-kilted-rmw-fastrtps-shared-cpp Build-Ids: 8611acb13d3e0782bdd1c498bb1048bd1e0872a2 Package: ros-kilted-rmw-gurumdds-cpp Version: 6.0.1-1noble.20260908.144125 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.20260908.144125_amd64.deb Size: 186972 SHA256: 0dad2905f42066bb8514cd294471f789108298d07e0dab30acd42fe523a30fea SHA1: 617d6c646ba807d0a2153110557841b2eb41d329 MD5sum: 2e6158a4f73cc9406a79db172aadb205 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.20260908.144125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 2424 Depends: ros-kilted-rmw-gurumdds-cpp (= 6.0.1-1noble.20260908.144125) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-gurumdds-cpp/ros-kilted-rmw-gurumdds-cpp-dbgsym_6.0.1-1noble.20260908.144125_amd64.deb Size: 2305140 SHA256: 627c847bdd05f91fa9f0ecc78965079ff07738140214ae076fe8ddc36a072ba0 SHA1: 3da31079ea3df046e354b23ceb415afcea6a8074 MD5sum: 8eb781101514a837070c225955a5add1 Description: debug symbols for ros-kilted-rmw-gurumdds-cpp Build-Ids: d6a76f4aaaa750573397aaf86cf79747ac988cfd Package: ros-kilted-rmw-implementation Version: 3.0.7-1noble.20260908.195238 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.20260908.195238_amd64.deb Size: 24506 SHA256: e1745d442287d02779ed74456e9db3ad872b671ad782d5f6334c6b24b85ba757 SHA1: 88917368f94a3c519572bc0a5c6fa9384b3d0e6b MD5sum: bf6869925473d1e99d9ae299292c1d57 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-kilted-rmw-implementation-cmake Version: 7.8.3-1noble.20260908.115802 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 57 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rmw_implementation_cmake/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation-cmake/ros-kilted-rmw-implementation-cmake_7.8.3-1noble.20260908.115802_amd64.deb Size: 9214 SHA256: 82eb81d6ad724c42c5f56d719399f8aa7647fbbfde4cb0988e900be8e53488aa SHA1: f0cc94104421cbfb9732568c4d7b544c2e2f81d9 MD5sum: 76082df5594bd80be39ec12e23ffa7c6 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.20260908.195238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 124 Depends: ros-kilted-rmw-implementation (= 3.0.7-1noble.20260908.195238) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation/ros-kilted-rmw-implementation-dbgsym_3.0.7-1noble.20260908.195238_amd64.deb Size: 100476 SHA256: 44a1c80a768e49c1881f79e9da9372c8d5288f09f7906d87dfe10fd1f34f5f58 SHA1: 15f98f7e2018c61dc185c2d6ac4760c04b1d38e2 MD5sum: b44a67048cca936f6e1b765a385d1105 Description: debug symbols for ros-kilted-rmw-implementation Build-Ids: f496b9a55da4928c696c3102da865d8ab652331c Package: ros-kilted-rmw-security-common Version: 7.8.3-1noble.20260908.121232 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 Homepage: https://index.ros.org/p/rmw_security_common/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-security-common/ros-kilted-rmw-security-common_7.8.3-1noble.20260908.121232_amd64.deb Size: 23552 SHA256: 5151f39453ce6f4517c000025e48e6bbef75603d3f216c68e4092128d3b257f5 SHA1: dd8a3505777aec81136664bd0c881edcee4d17a6 MD5sum: d171f750998c8c5c69c304060c1740fa 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.3-1noble.20260908.121232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 232 Depends: ros-kilted-rmw-security-common (= 7.8.3-1noble.20260908.121232) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-security-common/ros-kilted-rmw-security-common-dbgsym_7.8.3-1noble.20260908.121232_amd64.deb Size: 211122 SHA256: 442cb91990d1d2ac2fe658fbba09b71892143bec50238a2da5bb1c6a7e1909a0 SHA1: 4ca5785481a28a1404423764396b204becbe0abb MD5sum: c682f7be19bffe07ec358f3fd6efe4ed Description: debug symbols for ros-kilted-rmw-security-common Build-Ids: b709084fa661af5d27cdae171ac6709c34fc42c3 Package: ros-kilted-rmw-stats-shim Version: 0.2.3-1noble.20260908.195013 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.20260908.195013_amd64.deb Size: 28884 SHA256: c68054316286da62de37dc5ce25dcb8b0dab576b3cbddc5564c5fec0a3e7a306 SHA1: e2b83fe5cc1da54f85220a1cd036671137c9ffc3 MD5sum: fbcbdd272b21fcdbd9fc4a390eaf7045 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.20260908.195013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 296 Depends: ros-kilted-rmw-stats-shim (= 0.2.3-1noble.20260908.195013) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-stats-shim/ros-kilted-rmw-stats-shim-dbgsym_0.2.3-1noble.20260908.195013_amd64.deb Size: 277562 SHA256: 86e119b6a1f26b571b6385659c07164d3ab8bdcebec82023210e0dd3a0749603 SHA1: 437e2ecff72af5ef3fc47db232e17147721c9895 MD5sum: 5e5f01e6a0188923da9c66373b7b28bd Description: debug symbols for ros-kilted-rmw-stats-shim Build-Ids: b592d18a41dde3b5d20b51f4d4878cbd8b09c1ff Package: ros-kilted-rmw-test-fixture Version: 0.14.7-1noble.20260908.121231 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.20260908.121231_amd64.deb Size: 9020 SHA256: a92f7e95476a13d6bed59fa7f61ab27f7d81e3d3b0a42b3847a72fe23464ebf5 SHA1: 14604659a1290fd6d1b32bc154c7c452b8002ed6 MD5sum: 6aa76a84170001b1d09533df21b35548 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.20260908.195543 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.20260908.195543_amd64.deb Size: 21046 SHA256: d767f398ae473f4fe348a3b35fc1489d775c800e66f68b116e2642321a8ce45b SHA1: ab4014c0d46e5d23d3a6f4f54cdde3dc06f26e87 MD5sum: 6d15fd21b3f2d71670c6163698a38df8 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.20260908.195543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 116 Depends: ros-kilted-rmw-test-fixture-implementation (= 0.14.7-1noble.20260908.195543) 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.20260908.195543_amd64.deb Size: 86278 SHA256: 91b3d29ffe2af83e9f61d22b777aae8005aa08f564c74ff889fda999d36c0bc1 SHA1: afffa6b5b517f9ffbb78b360d84d42a776cdf0c8 MD5sum: 940360da65270fc72a67e1a42a0aa209 Description: debug symbols for ros-kilted-rmw-test-fixture-implementation Build-Ids: 3db0e1e88e414e46655deaa3e369a26ef9f1b686 88db7c5e1091ef6f911223ef7debc405569ca368 aa9f430d62c12de4f0848f2a80451d7f6503a5fe Package: ros-kilted-rmw-zenoh-cpp Version: 0.6.7-1noble.20260908.122947 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.20260908.122947_amd64.deb Size: 245784 SHA256: 680541a1e95f28aab4b405b29b432ebd2db4fa1586e07d06328d6a0800e6166c SHA1: 5a90e0ebbbc5718eb4ebf40d8ca0cdcca2e6ee0d MD5sum: b1ac9a2b6d59fd3ce2cd3d74e20c2e43 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.20260908.122947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 6043 Depends: ros-kilted-rmw-zenoh-cpp (= 0.6.7-1noble.20260908.122947) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-zenoh-cpp/ros-kilted-rmw-zenoh-cpp-dbgsym_0.6.7-1noble.20260908.122947_amd64.deb Size: 5892698 SHA256: b1b7a02447fba8d407644814b0cde8d8db639e9a09a0a2c3931f518e79dd5ecf SHA1: 23e8a76bd60e77e5481d020da7719e5711cedebd MD5sum: cfe80df0eef5b4b714953a482bfaeca1 Description: debug symbols for ros-kilted-rmw-zenoh-cpp Build-Ids: 90a54afd696e44a29fde15294ece232335929312 93b2e0bd4d67a496bc27997796221ca34983423d a234202ae1d6341a6562217241dbb35208066ef6 Package: ros-kilted-roboplan Version: 0.6.1-1noble.20260825.052900 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.1-1noble.20260825.052900_amd64.deb Size: 491434 SHA256: 27692540de5ae6c1bd39b008cbb17f7e22c15ce7a0d599762bc0db70a613e299 SHA1: 54ffd2d5e1e6273f5973376b140b7773c0ae7879 MD5sum: 5a24a715c05eb45cc305ef630e831b12 Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-kilted-roboplan-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan Version: 0.6.1-1noble.20260825.052900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 23941 Depends: ros-kilted-roboplan (= 0.6.1-1noble.20260825.052900) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan/ros-kilted-roboplan-dbgsym_0.6.1-1noble.20260825.052900_amd64.deb Size: 23524470 SHA256: f4aadbfaa4b39f774427840451f1cdee99b95c7786ceec69e47bd96d644415c0 SHA1: 9340b24dc94470063910b545767f706b942749aa MD5sum: a67a2f0a00ba30f162d751010d60a320 Description: debug symbols for ros-kilted-roboplan Build-Ids: 17b08a6a890b7a34a66c4c8e95706d8a01e87f4e 32bc105a2ff4d53e32044127546444262b54b6ad 555ac8cb15039c5e525891198f0132c4b26b238f f80109e3a832c7faff330a415ab657290a040790 Package: ros-kilted-roboplan-example-models Version: 0.6.1-1noble.20260825.000238 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.1-1noble.20260825.000238_amd64.deb Size: 22884052 SHA256: cd533faf9ebf6da6d1fffd725e815e5e8000692e38d42a8b76cae64bda5fb894 SHA1: cf782e28b68572ce441e9cce121aacacbf4c6105 MD5sum: 5c94aa3f752151ce23d52f4cf90fc17f 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.1-1noble.20260825.000238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 608 Depends: ros-kilted-roboplan-example-models (= 0.6.1-1noble.20260825.000238) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-example-models/ros-kilted-roboplan-example-models-dbgsym_0.6.1-1noble.20260825.000238_amd64.deb Size: 572692 SHA256: 2f2d2199fa9ebb0e8b83595d96e41a7be74ef87604cdec4a22c8061bec144c24 SHA1: de188d6721c3bf15052003630a566e5baf5ff117 MD5sum: 09083b5cfb78db4688cb86764354ca42 Description: debug symbols for ros-kilted-roboplan-example-models Build-Ids: 79c478837782ab0624aaa09f0393e6296e0de52d 8212517a292c823f1d1f8d737f78f1d92a159e97 Package: ros-kilted-roboplan-ros-cpp Version: 0.6.1-1noble.20260908.211557 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.1-1noble.20260908.211557_amd64.deb Size: 132768 SHA256: 629f70a449f707fcd378661d6829d07aac8a7882e2c09d5c56878414485f6e41 SHA1: cf65544d9736e7af76bf68118de70958325f9cbf MD5sum: ab3ffb3ec7869155044e8b398c569900 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.1-1noble.20260908.211557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6175 Depends: ros-kilted-roboplan-ros-cpp (= 0.6.1-1noble.20260908.211557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-cpp/ros-kilted-roboplan-ros-cpp-dbgsym_0.6.1-1noble.20260908.211557_amd64.deb Size: 6158012 SHA256: 03aaa54ec4aeb5abfc2badde824837e144d1d4312275669cd5dfc1d3f98c470c SHA1: 494b6319aca7033f2dbc2ffccdb160ec22d9adcf MD5sum: 770a1e47e4b977c5d151b6801e2339ac Description: debug symbols for ros-kilted-roboplan-ros-cpp Build-Ids: 35c6b2c2423b688456c95b3e818f855c22ffe70b d942fe97c5612cc10cd15771adbadd1e22fe0db8 Package: ros-kilted-roboplan-ros-py Version: 0.6.1-1noble.20260908.212306 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.1-1noble.20260908.212306_amd64.deb Size: 7582 SHA256: 161721e3a4bae7f6e0cf073e8fbf1402f2df9b9aeaf3c66b79fd164c7a78d674 SHA1: 44a5acd0917bb806a3aea297f07cb5209825066b MD5sum: fc2a331637d9e77d97b73ff0d927ed9d Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-kilted-roboplan-ros-visualization Version: 0.6.1-1noble.20260908.232054 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.1-1noble.20260908.232054_amd64.deb Size: 107028 SHA256: 21b19cab978167aa836c00c4bf4073173be9d92ad8f296cecc3169eafeeccf8b SHA1: 2284e3e474fd944e5885cef69963a5ad10ab0acf MD5sum: 729144ae30d0d4d90cf74099efcf726b 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.1-1noble.20260908.232054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8226 Depends: ros-kilted-roboplan-ros-visualization (= 0.6.1-1noble.20260908.232054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-visualization/ros-kilted-roboplan-ros-visualization-dbgsym_0.6.1-1noble.20260908.232054_amd64.deb Size: 8244672 SHA256: 2fe86ec31b6aa86017bf0ff674cffc47838476e7ccbcedad6ca2f8b17bc60c8d SHA1: f5dbc84ab7a85a64efab06771355cd3f480ca4e9 MD5sum: 84704d2c843cd74fe16529c36c7418f1 Description: debug symbols for ros-kilted-roboplan-ros-visualization Build-Ids: 40ff35aa83c1a9ccedc1febc2a6450d21288c468 e3373b03744c450c2612859c056e9e12fd710edf Package: ros-kilted-roboplan-rrt Version: 0.6.1-1noble.20260825.054020 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.1-1noble.20260825.054020_amd64.deb Size: 251240 SHA256: f63c84243ab28bbc7ab1b0ed0ae5464f7deb34b26ff20bfc6e3b26decc150f6e SHA1: 1f22267458659dab7ec40c40c04ee1bb2a7c5d4b MD5sum: 708c807250fbd1b1e29842f34e3e7846 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.1-1noble.20260825.054020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17044 Depends: ros-kilted-roboplan-rrt (= 0.6.1-1noble.20260825.054020) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-rrt/ros-kilted-roboplan-rrt-dbgsym_0.6.1-1noble.20260825.054020_amd64.deb Size: 16965890 SHA256: ebbeb99e8e76db74494536804473e376d691395d8e520f7754018d09ed9a9431 SHA1: 43c1416c38583f73899336bcb2034f9c4995b164 MD5sum: 6d4ab2ab64762f0fda568e0ada9223dc Description: debug symbols for ros-kilted-roboplan-rrt Build-Ids: b1af53b7c7b4bf94377c352569f99c2428d8e7bc c26fe04082db696b23c4b32bb78e523547d34dd2 Package: ros-kilted-roboplan-simple-ik Version: 0.6.1-1noble.20260825.054021 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.1-1noble.20260825.054021_amd64.deb Size: 170024 SHA256: d17fce96daacdda0bb4ce6f2be96e833a1d3bc4e39d6ad9fb12a8a86a5ab03cb SHA1: f6aeb11b9f90441b6cdc79f8ddf08a41c56fb87d MD5sum: 9de8f9c8fe88b64c72d8ebfdcecd3469 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.1-1noble.20260825.054021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15313 Depends: ros-kilted-roboplan-simple-ik (= 0.6.1-1noble.20260825.054021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-simple-ik/ros-kilted-roboplan-simple-ik-dbgsym_0.6.1-1noble.20260825.054021_amd64.deb Size: 15249734 SHA256: ef97368052a766b7e0d2743df6a031a15aca5720d503836c5f672b10426d8755 SHA1: bdfb25466419830657cd8b91929c7f1acba14186 MD5sum: d8fd0688f1323d04f4af852576ceb2b9 Description: debug symbols for ros-kilted-roboplan-simple-ik Build-Ids: 73016a72155e613a752366ecbb773d8fcc77cd0a d47614ca67ff4c130e0cf535a8ce0d01f1deb411 Package: ros-kilted-roboplan-toppra Version: 0.6.1-1noble.20260828.184830 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.1-1noble.20260828.184830_amd64.deb Size: 94764 SHA256: 495177519a93ca8caa682eb975b9f19555c7c39ef411349c5b4c037deedf9b1f SHA1: f91dfa6113cfd9c0cdf0e4353051e8b4509eeb8b MD5sum: 4cc0a3a31e584b43a56f25c35803ed75 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.1-1noble.20260828.184830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6248 Depends: ros-kilted-roboplan-toppra (= 0.6.1-1noble.20260828.184830) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-toppra/ros-kilted-roboplan-toppra-dbgsym_0.6.1-1noble.20260828.184830_amd64.deb Size: 6260594 SHA256: 76a9431cbf9f586f0eaee26ef0653c642dd9efcb35908507effb42fdcf31726b SHA1: 37376dd5f84f6a2754e6cbb0bbc4d7e92ff4cb36 MD5sum: 8c4b83014ef5e364b2d8577a82ce60c0 Description: debug symbols for ros-kilted-roboplan-toppra Build-Ids: cc5da157503fc61ce0ede555f42c510388130a93 db1e2ed4dca6030fbc44505619a33f1d1013ad60 Package: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260908.224751 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.20260908.224751_amd64.deb Size: 960128 SHA256: b1d7ad097535efd0742527fcf5f3a9f28a51a0d2c7e484b4461da3f6ffd5aae2 SHA1: 1dd8eca6484434513769c6f7d15d21b258e45751 MD5sum: ebcdc2c85cfb5f93134a4a94928ae55e Description: Calibrate a Robot Package: ros-kilted-robot-calibration-dbgsym Package-Type: ddeb Source: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260908.224751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33120 Depends: ros-kilted-robot-calibration (= 0.10.1-1noble.20260908.224751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration/ros-kilted-robot-calibration-dbgsym_0.10.1-1noble.20260908.224751_amd64.deb Size: 29881418 SHA256: 45ce442280b49f824744eabf1644a074c642340cdf8316c1a6990203df2fedcd SHA1: 7bbaf2228262d7f456e4b70a63bd5e206ce38fbf MD5sum: a3714fbdb89f670be41ff4d36b22f3fc Description: debug symbols for ros-kilted-robot-calibration Build-Ids: 16006f1796450ccaacc8e4a00ba1b10c0e68d26a 5e7648b2f14009966eb21865423852078f78f0e7 7c0db4b7a1e218f9e8a8039844d2b2265e8b5f13 98e881d7fd634b64282167e3b3c5253f2d992f16 a97d8f0422b447cdf88e1f89cb043d1cfa556ee4 f482b1031a62127e7339209ba93bacd887a825d5 f8692378e9d94af961841568dd47877a853c0110 face739cc0d5ec4f238687d05d2ba9a50fce2370 Package: ros-kilted-robot-calibration-msgs Version: 0.10.1-1noble.20260908.193759 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2497 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.20260908.193759_amd64.deb Size: 184442 SHA256: 56e033560940a1b56e4c775b48b315b80d0f784febf4fc96182d46bf02b5c532 SHA1: b4a88ca30c2f9b0188e14be4d9e4c024d2d8ed69 MD5sum: bc097808ff5b2e61b0c8752b5c49facd 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.20260908.193759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1694 Depends: ros-kilted-robot-calibration-msgs (= 0.10.1-1noble.20260908.193759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration-msgs/ros-kilted-robot-calibration-msgs-dbgsym_0.10.1-1noble.20260908.193759_amd64.deb Size: 1305658 SHA256: 5c82bc2668ec2564b8d770a96d8b8eb7c2e93888e353d8cae5545971e17cdb66 SHA1: e1effefc6bcaef966ac333e945b7a123e6c587b9 MD5sum: 75e8dd43d075b05d9f9f2c442e9d2d21 Description: debug symbols for ros-kilted-robot-calibration-msgs Build-Ids: 09958c3d94f0e2bde4a1c2d8b2b9dd09c917fc06 0a841bebaba8660de3e0a4009c7312ce2d4701ba 1d9fa817baa48148968908be5c0e823215104e0b 1f4ff96f00fb8a4f8def15c21749a2c9fb531597 27e6eec5b46201534e26ee35881776281be94faa 79f0519b337d2de05baa09e26fe7d32ff9291cb3 97807866dc0d2581559646f6b0d0242834d8ab09 a89a97b210e1966d4f2a16ec232f8a2f4e502be5 adc130449e01dc2378cd8bbd46fe071216badcfa e0229bb6da48414ff5243d7ac688df20d66d4b80 e6be9865cbe6cc5de250863e7656641168eb7c34 Package: ros-kilted-robot-localization Version: 3.9.4-1noble.20260908.222513 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7274 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.20260908.222513_amd64.deb Size: 883884 SHA256: 706d1e571b5c29b4b6a57415abb1910bebeb6aea5eb0d87a197a173c71641438 SHA1: 1fa1e0bc26bd0bb1e43e108dcb873eeb2e09ddf8 MD5sum: 5ee60057ece594f9e22e0c99aa014bbd 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.20260908.222513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24539 Depends: ros-kilted-robot-localization (= 3.9.4-1noble.20260908.222513) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-localization/ros-kilted-robot-localization-dbgsym_3.9.4-1noble.20260908.222513_amd64.deb Size: 21512108 SHA256: 758052db6c2ce3833f5459c513c197a5dd72474debab99a0638463bb03e974fc SHA1: 1baf364cc8c52bdb469beb6f44c3f3134001d2ed MD5sum: fd870b4e826528cd5b3930692ea3d66e Description: debug symbols for ros-kilted-robot-localization Build-Ids: 01dadfba358b5e764396526b798126e0aaf4d022 0ec3b5b806d9649aaa7679c206b89ccd3dbd15cf 352eb2060c10f57420cebf2fc3b39c937d29652e 4974abe60c6bca09b7afd3dd13ca6689bf177be5 6d45afbbf7708f9eddbdbe13493cddbc2f736dfd 72e4eaa059ddaefee2f5b916b5aa2054d85e35ec 7d3930c41c136b2690c492194a0cb2e0e72f4c2a a6e108f253599f90f154c40a562bcfb769341f7b b8febfbc9ed108461a08869c595330219d43d26e bce7c28b65ca83fdd20dbd6679abcaa9d71453b6 be093b69e13fa4671abd75505719b2f27f536346 e36ecb5c8ea14e522db0fa20c9ef2e7e78ba2996 e4b8a0be439ff4690ecf5ecc0ada766d7f52adef f03e16c0f4d27c8b4e94bfc517c224b8edc3d2fc f844682ae99fd9516b1bed951b864fe34d2e37a3 fb2fce99977d870ed46d73e97807ebf340985009 Package: ros-kilted-robot-state-publisher Version: 3.4.4-1noble.20260908.210757 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 1119 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 Homepage: https://index.ros.org/p/robot_state_publisher/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-state-publisher/ros-kilted-robot-state-publisher_3.4.4-1noble.20260908.210757_amd64.deb Size: 194654 SHA256: b852cd942726f85223e8954d2d2a129090e8ed832895f3d45ee7d53583d1e85a SHA1: 5b14daf9547ff43593dffa23b24729901c33d937 MD5sum: bf4a6d93bb49dcd07995f7a5d5499e70 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.4-1noble.20260908.210757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 4804 Depends: ros-kilted-robot-state-publisher (= 3.4.4-1noble.20260908.210757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-state-publisher/ros-kilted-robot-state-publisher-dbgsym_3.4.4-1noble.20260908.210757_amd64.deb Size: 3974340 SHA256: ec56299e4ecce8742588ea846b6f20496a2e04bada71a9f24a8a0c66ddc11030 SHA1: da35c47582b50ccbd6e412a2aacb942bde23cd27 MD5sum: 03fd7b08883e65c886645c8f9415e0a6 Description: debug symbols for ros-kilted-robot-state-publisher Build-Ids: bfde4ddfb7c4735d6057f5008a8776627fc65fe0 e8217dcd544f3bdf9a92dba635051ebe2647cabb Package: ros-kilted-robotiq-controllers Version: 0.0.1-3noble.20260908.233319 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.20260908.233319_amd64.deb Size: 37766 SHA256: 0b115cf80187e4247a9fd5f204c421a150b3dc579778f9b153c4ee7305ab8638 SHA1: abc2c0d8b3fcba09ce1c75b9981511788a621f0a MD5sum: 1ad2fca9aed1d91eb5c0cde1ec39c633 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.20260908.233319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 600 Depends: ros-kilted-robotiq-controllers (= 0.0.1-3noble.20260908.233319) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotiq-controllers/ros-kilted-robotiq-controllers-dbgsym_0.0.1-3noble.20260908.233319_amd64.deb Size: 565526 SHA256: e97f953453a8a54db41c56a6d9642e98267f639742a86924e555524313aa1f20 SHA1: f28fe9acb4a44673a60379f2a402b0602988ec16 MD5sum: 6a5f87d8da23fcb6ec72d7942481869d Description: debug symbols for ros-kilted-robotiq-controllers Build-Ids: 9ff81abd4aba1344189e31ad59bb7c7381dfd977 Package: ros-kilted-robotiq-description Version: 0.0.1-3noble.20260908.232207 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.20260908.232207_amd64.deb Size: 794640 SHA256: 1eb58cb9df7bafc1094592ed65e0675765ed9fce7434d9619426c6817998c1d6 SHA1: 38627a278356a2a30507d8b2f8b8189d3c971ec9 MD5sum: 2e5c87ceac8cab531650686b1a8aae09 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-robstride-driver Version: 0.2.0-1noble.20260908.205731 Architecture: amd64 Maintainer: "yamato" Installed-Size: 657 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-can-msgs, ros-kilted-diagnostic-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-driver/ros-kilted-robstride-driver_0.2.0-1noble.20260908.205731_amd64.deb Size: 158544 SHA256: b3d2772f48404d1691ad1c3d5b3a870c19196a7694099a0e736eae6507dfadbf SHA1: 3a41b0f862b29886f61f8d215a0d1373cc758cf7 MD5sum: f6d69fc417de0370ef26b3a36b9ccbc5 Description: RobStride private-CAN protocol, topic transport, motor lifecycle, and feedback library. Package: ros-kilted-robstride-driver-dbgsym Package-Type: ddeb Source: ros-kilted-robstride-driver Version: 0.2.0-1noble.20260908.205731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 3027 Depends: ros-kilted-robstride-driver (= 0.2.0-1noble.20260908.205731) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-driver/ros-kilted-robstride-driver-dbgsym_0.2.0-1noble.20260908.205731_amd64.deb Size: 2674822 SHA256: a6ff25a038b6076a2a13755751fb5df704a46390f4769653251999792fcbbecc SHA1: 3719aafcbd13a4b89d20bdd1d93f10e4fcaf9f45 MD5sum: de819f5eea63a8ea495b2da800a81b2c Description: debug symbols for ros-kilted-robstride-driver Build-Ids: 17093cc10bef76f101bbcc79791d814258cbac3f Package: ros-kilted-robstride-examples Version: 0.2.0-1noble.20260908.234558 Architecture: amd64 Maintainer: "yamato" Installed-Size: 58 Depends: ros-kilted-ament-index-python, ros-kilted-controller-manager, ros-kilted-forward-command-controller, ros-kilted-joint-state-broadcaster, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-robot-state-publisher, ros-kilted-robstride-ros2-control, ros-kilted-ros2-socketcan, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-examples/ros-kilted-robstride-examples_0.2.0-1noble.20260908.234558_amd64.deb Size: 9062 SHA256: d6dfd67d1a9205990f6737ac448fcd7051dd52ad1a30318ac514648fb799a91a SHA1: e8b1dd9154a06b9b9d7898452f0303d827fb1ad3 MD5sum: 288a5c5ee02b7bf4b17e9ae232b4f9e4 Description: Ready-to-use Xacro profiles, ros2_control configuration, and launch examples for RobStride actuators. Package: ros-kilted-robstride-ros2 Version: 0.2.0-1noble.20260908.234705 Architecture: amd64 Maintainer: "yamato" Installed-Size: 47 Depends: ros-kilted-robstride-driver, ros-kilted-robstride-examples, ros-kilted-robstride-ros2-control, ros-kilted-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-ros2/ros-kilted-robstride-ros2_0.2.0-1noble.20260908.234705_amd64.deb Size: 7058 SHA256: 90b3741d6a5585d5fde8a89a4a638ceb4a27da715856bfd9529e5c258376ecb9 SHA1: 3a009bbc5065758f3c433af1ded189152afc507e MD5sum: 3be5dff05855635acb0e57c45247d92e Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-kilted-robstride-ros2-control Version: 0.2.0-1noble.20260908.232002 Architecture: amd64 Maintainer: "yamato" Installed-Size: 188 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robstride-driver, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-ros2-control/ros-kilted-robstride-ros2-control_0.2.0-1noble.20260908.232002_amd64.deb Size: 48998 SHA256: a79f88d31908b76cfdab6c0229d094f98e824287056fa8cdf37b7a57abde563b SHA1: 58cb567b4ffc018dfe8d5c578438f13655e473d4 MD5sum: 42a72da6db2595a1ec8a7c20707731bb Description: ros2_control SystemInterface for multi-axis RobStride private-CAN actuators. Package: ros-kilted-robstride-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-robstride-ros2-control Version: 0.2.0-1noble.20260908.232002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 914 Depends: ros-kilted-robstride-ros2-control (= 0.2.0-1noble.20260908.232002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robstride-ros2-control/ros-kilted-robstride-ros2-control-dbgsym_0.2.0-1noble.20260908.232002_amd64.deb Size: 885696 SHA256: a2d8ac577d854d9948ac186bd7e1d00aa86ef235abb17e8aa1f004afb5140e63 SHA1: 1ab02439a44392127049c6eec981e2e28ce0cc51 MD5sum: ed4686f191d21b1258ff813a69b01529 Description: debug symbols for ros-kilted-robstride-ros2-control Build-Ids: 35dc534d79e9d425205d12912e11e293dd583aaa Package: ros-kilted-ros-babel-fish Version: 3.26.40-1noble.20260908.205928 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.20260908.205928_amd64.deb Size: 370488 SHA256: d6ac6c43752bb45aa8218409d6637327f4da20fa7abd1e64572163de34814f59 SHA1: a03ed1079e3035fb914295f1fea532d2b8cacf64 MD5sum: fd50c6383d35c7d1e7b4b1db10198330 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.20260908.205928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7888 Depends: ros-kilted-ros-babel-fish (= 3.26.40-1noble.20260908.205928) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish/ros-kilted-ros-babel-fish-dbgsym_3.26.40-1noble.20260908.205928_amd64.deb Size: 7028872 SHA256: ae94136635c107f7db354dd7e89e9c6dead7b822b29fc4cdc8e56f6a5f31853a SHA1: a4bcba70da8b882a4dd7a11c1a94bc2a69566903 MD5sum: 712f7e4ee982dc2a070e5d40c8f9cd36 Description: debug symbols for ros-kilted-ros-babel-fish Build-Ids: 0e329558fa0edc0258653e56e161aabe77858aa9 10e57c3db4b07895e8d1ecbd4f49aa2cc903cdc6 1f14633dbb6e53471a1e604662372cbca11cea2d 22af757a94c55b5494208aa46b07a63564636507 4ccd53665dae52dd368f6b28baa319e9797a25be 905b35042df1fa66e82a8592dd662ffdd94839dd 9dbcb4862a2cd2630f738f01c05a71ac1d9b7391 Package: ros-kilted-ros-babel-fish-test-msgs Version: 3.26.40-1noble.20260908.192409 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2553 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.20260908.192409_amd64.deb Size: 205376 SHA256: 5307ec7a13af2a7b176abd0aeaefc4f954f94884d24e3913b82b16bc3dbaad75 SHA1: fc91b6c29cbebf68f0ff33718df39133bb7ace96 MD5sum: 9aa11e609ec7615fb9b16414c63edc48 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.20260908.192409 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.20260908.192409) 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.20260908.192409_amd64.deb Size: 1270994 SHA256: 74822d183cb5864b6e46091010162a7d65b70ccc58be6b8edf70b3b9c525cd9a SHA1: 39b926a13c637c80b686e027c267b3aeb45cad3a MD5sum: 323de97faea2b8e3eea3b1328f97f9ae Description: debug symbols for ros-kilted-ros-babel-fish-test-msgs Build-Ids: 11d1d557de244656193491f22a2308259fbebbdd 1c57e01fd0215bf7c9bd786af3282fab3a98a6c1 4758549d06fcb2d86ca5a872e970bfac80f534c5 64f20434a13d526623814550bc206bcb2a077051 696159ef38ef3aa85a869faecd27d5fcac6b1f50 7fcd968146beb6996e5aa3125e1387508976b47e 8abef02b374231237d4d43d656922063fe9e97d2 af2afebd8391ed7331aeb8168b388f48896dfba6 b23b3e267f434f9cfc8c6cb7cb3c0ecb3b0cf59b e822f248ebb6997cfdc519d17d6394b637384d51 ed896dcb2fe8f0d2413a8f882892f3ffc4c7c90d Package: ros-kilted-ros-babel-fish-tools Version: 3.26.40-1noble.20260908.224212 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.20260908.224212_amd64.deb Size: 203906 SHA256: 6b08d6000257d431ff301aaae5af4cc9fe39d9b4dec7263ad39f3007dd5ee905 SHA1: bf4490908f5cd16fd3747ed97e699470bf3fd3e4 MD5sum: b98819491319eb527e7b09b3d23097b5 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.20260908.224212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1368 Depends: ros-kilted-ros-babel-fish-tools (= 3.26.40-1noble.20260908.224212) 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.20260908.224212_amd64.deb Size: 1250558 SHA256: f83c2cee16fed29b8bd23517587492b32e7745724ea487d5419abef7de5e6ac6 SHA1: 25a05ac3a1dbe30832485c63c31b8e9f48bf8143 MD5sum: 83122b6f359b8bd3a4c03a9193ac5c26 Description: debug symbols for ros-kilted-ros-babel-fish-tools Build-Ids: b5af0126bf161109dd544683e648a2afc38b5772 Package: ros-kilted-ros-base Version: 0.12.0-2noble.20260909.005911 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.20260909.005911_amd64.deb Size: 5684 SHA256: e0beeaab61a34399273da039af76d0fd7acf2778c47d8d23b6fe65eba09d2e59 SHA1: 656aeac8fe42ba4aa3f8764ce86fc28bb90e672e MD5sum: 800f8deba6ad317c861bb887167f0d2c 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.20260909.002907 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.20260909.002907_amd64.deb Size: 6472 SHA256: aa3e98de11bf600702aa9282b0f67d9186fa75613a920b5d66db2edb6a208576 SHA1: f4c44692281c07f4d51842f685086a5e46b71ce4 MD5sum: c5e27270636d48910289598136a37484 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.18-1noble.20260909.010316 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.18-1noble.20260909.010316_amd64.deb Size: 7112 SHA256: 2db40012a205eadc8a83b2e0a571ece3b32cfea033e8919458e22026cd9f4d4c SHA1: 2c69adf0c2e0ea37bb5f10144d6b74baeeec8a7a MD5sum: e94e8fb59b53931a62c2b1e0e1c3e0ec Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-kilted-ros-gz-bridge Version: 2.1.18-1noble.20260909.000922 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19307 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.18-1noble.20260909.000922_amd64.deb Size: 1946070 SHA256: ba3cdd2a1f279c357b09a74d65ede8c0fdf492d8ee7d5c7e09996246c6e1ec17 SHA1: d5e1655e9e41264fe5e06cb9d49e5cf16138b830 MD5sum: 223b1022f0de634f5a94ebe9e8a410f1 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.18-1noble.20260909.000922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 79798 Depends: ros-kilted-ros-gz-bridge (= 2.1.18-1noble.20260909.000922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-bridge/ros-kilted-ros-gz-bridge-dbgsym_2.1.18-1noble.20260909.000922_amd64.deb Size: 60960062 SHA256: 3fb252786fccd5645b8fb91e20614c07ea11c839e969e04ea19fb0353ab6ac9a SHA1: 305e47bf1754b60a7a72dbd92f2bc6b51e2d3837 MD5sum: 8baa3a9a1e26b5d182849c3785fa2fc2 Description: debug symbols for ros-kilted-ros-gz-bridge Build-Ids: 0eb3347c84034a799cdce38b372dd97df1f35ba6 248f29c62ae071f645dd39e41b30e0aa41e6b79b 590be020c0a5435d3152df725867e6f37f21e725 5b96a349b55d0f381ee73d639fa2ccb9e682dabd b5586b6e47e4ee15ccac8ad8af770c283c7b6474 Package: ros-kilted-ros-gz-image Version: 2.1.18-1noble.20260909.003345 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.18-1noble.20260909.003345_amd64.deb Size: 27164 SHA256: d7702f989ff1e77cdefaa880779d64667152830719885ccf3c5f43b5f3d7f0cc SHA1: 11356acd2949094a89aaf231cc5d9d99c7d06b5b MD5sum: a8f6c952415e4ce5c2900e8feecaf295 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.18-1noble.20260909.003345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 519 Depends: ros-kilted-ros-gz-image (= 2.1.18-1noble.20260909.003345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-image/ros-kilted-ros-gz-image-dbgsym_2.1.18-1noble.20260909.003345_amd64.deb Size: 493220 SHA256: 86ed0586250073f7ca77fe31eb5c570aa54479c5c854f10d22fed7d077b768b9 SHA1: 9d2707edc02b2f944b0d4c5a0b10b7220db6302d MD5sum: ea7c4694537e5a01b61f9be03fe6c12b Description: debug symbols for ros-kilted-ros-gz-image Build-Ids: 876986e6033d2f42159119c964b367a83d9ff38a Package: ros-kilted-ros-gz-interfaces Version: 2.1.18-1noble.20260908.192701 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5753 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.18-1noble.20260908.192701_amd64.deb Size: 399978 SHA256: 951a376bcfc92bb3964c70426630d4cc21363cdd9731a54f519f3ee241329d0c SHA1: 83fa3bc30a90b149288ea3bd469af4b593595f36 MD5sum: d5540d0703aa2525d2a1aaa05d38250c 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.18-1noble.20260908.192701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4412 Depends: ros-kilted-ros-gz-interfaces (= 2.1.18-1noble.20260908.192701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-interfaces/ros-kilted-ros-gz-interfaces-dbgsym_2.1.18-1noble.20260908.192701_amd64.deb Size: 3641972 SHA256: 0d49c0bdd53e8577d2374abf540d1b03a8eb6bd6b0e4349a5f4792a2be6a9b58 SHA1: 9c8663ae56bf24a0338c4d0a529332231a68ec2d MD5sum: 804d38b91ed6cd78f67e45f7c73361bf Description: debug symbols for ros-kilted-ros-gz-interfaces Build-Ids: 1723084d41ed22163a6f2ea08d04feecbebb5bfd 17f3788d9549df384372d6fc682ae4d489593e92 2b53faee7e8bdb4d8442daff72a7ad7070169564 3366cf9b45c720850533e13aeeb10e5e196e40e9 502a5180a5910600a9262801ee8ef44ac7e5596c 558d8c671021a35ce2f8f652e3d5389e500fa549 94a274638a5f6152d5b4d79fe0f68114468054c4 cd21351172cd8215de11e097cece7d43fc1fe379 d99e237413dc47fc0795bafabc7d85cba0738ecf d9d9a65cadde78c543f2e8a6a552e8730eaf1105 f3bd4b2b27edc6df6b11ebc55f99052c3df80161 Package: ros-kilted-ros-gz-sim Version: 2.1.18-1noble.20260909.002440 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.18-1noble.20260909.002440_amd64.deb Size: 702690 SHA256: df9719f29fb6a1a0fa776933e22a5d3807404c2952b2d0e3474611376a443f93 SHA1: e37dd42a66291e58d7c179f9e75ef1e4275505e6 MD5sum: 5ddb77aed0be2b9c44bdf6f55f00bba0 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.18-1noble.20260909.002440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 23692 Depends: ros-kilted-ros-gz-sim (= 2.1.18-1noble.20260909.002440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim/ros-kilted-ros-gz-sim-dbgsym_2.1.18-1noble.20260909.002440_amd64.deb Size: 22148526 SHA256: 096b5947f927e9886e4f7a476ca2ff6fbafc3873be0cd0e2a34052d5de94d299 SHA1: dce807c9eb2c16f134fe34ab240755c90c2f0150 MD5sum: 55700c2c1cbe7d546d50271434547d1d Description: debug symbols for ros-kilted-ros-gz-sim Build-Ids: 0eb60ae99c761d5890db2742aa45d504a78f4886 1252b9712843abe1b6b398d89a40057855593410 275762870901099a36408a79723349a31a0b0a06 37651c617e4e09def7ce598848c76abd9d1b1973 3ed145d3e41c8055de9f9b56552c9019bf0d07ff 7333343375ea9e272251727029a647f7250ef372 a2e8550fdbb2edc4f34afae0821ce9e8f5bf3a01 abf271aa990d8ed084601b321284baca121cdf12 ac46a9b74a1b48d86f06b75590a13474802f81e4 f08be47b11a75aa364298acb171d20878b3813f4 f8cb6f7a1877c14a541536c6f889213b5357c3a8 Package: ros-kilted-ros-gz-sim-demos Version: 2.1.18-1noble.20260909.004902 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1259 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.18-1noble.20260909.004902_amd64.deb Size: 924536 SHA256: 1be62e15f255d1c1340b803d8636f1c849dc0183236cb0a8fc2b81682c78bd13 SHA1: 9e44115c423551f0fb3f75d7a5d35e9a068e4317 MD5sum: 16081ef76434915ecc5456774212a597 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-kilted-ros-image-to-qimage Version: 0.4.1-4noble.20260908.213208 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.20260908.213208_amd64.deb Size: 54638 SHA256: 2641ad1468600a893ea49d42d42babaa63751313a63b9c96e899fa8c84959031 SHA1: 8b207a867770e1ef81197bf0f7de52da0a3dd51c MD5sum: 76f35dd0fa6443a4a9f4ed93bec12d7a Description: A package that converts a ros image msg to a qimage object Package: ros-kilted-ros-industrial-cmake-boilerplate Version: 0.7.5-1noble.20260825.000508 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 141 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros_industrial_cmake_boilerplate/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-industrial-cmake-boilerplate/ros-kilted-ros-industrial-cmake-boilerplate_0.7.5-1noble.20260825.000508_amd64.deb Size: 25064 SHA256: 25b7c8caaf364c416c08da5541363ce265a4af41d915a8635377261ec63b6433 SHA1: f92eb0258e3c0c3610ab6586e2dcfe3f1ad9946f MD5sum: b682142850a5c1632366507ff313d0be Description: Contains boilerplate cmake script, macros and utils Package: ros-kilted-ros-snapd-interfaces Version: 0.0.1-1noble.20260908.194719 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1970 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.20260908.194719_amd64.deb Size: 145780 SHA256: a8d6236438db9d87dee5457a0fa63105af71c14ce26f0e9ce15249ee1106c2de SHA1: 29018ba16363707637b7d0f01158d0d382c79aaf MD5sum: 50a8832dfc66312f1934f4b4cc087d00 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.20260908.194719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1451 Depends: ros-kilted-ros-snapd-interfaces (= 0.0.1-1noble.20260908.194719) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-snapd-interfaces/ros-kilted-ros-snapd-interfaces-dbgsym_0.0.1-1noble.20260908.194719_amd64.deb Size: 1129962 SHA256: 5da8cda82f1b229de388d4d0fe19daa3592b6ae0bcc45e679fc049a41d262215 SHA1: b74eb02445e84053b3136cbf567b892851984862 MD5sum: c1515c91558e643319a5d86ac6eeb30b Description: debug symbols for ros-kilted-ros-snapd-interfaces Build-Ids: 07253d66e0f731edd037d1de86864ea5d2ae71c6 1bf225d379539e74ac0b65a8d6eac25a321bb35e 3913acb7dd1a4c5bac2476d2157fe1a17ac0f231 48f3064c294d1d040ad2cb1f17a1e8aa7bcb1bc6 68ac4fd8c1dd8ae8de481f6da48424a4f1064653 740d0f0a1d0be2b39b01c91059b365fbb1fd008c aaf66dbedfad454cce301254efe7d27ba157e0d0 add62a033ad37d91e4b79c15b7ec5a809dddb71a bc45551df699fba7ff050d153a139520eac0af2c c940a11836a4440aa8b845f8cb17dfeb623e99c5 e16601dbc9726b64d7c87bdd47d16d41881c7ea2 Package: ros-kilted-ros-testing Version: 0.8.0-2noble.20260909.001616 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.20260909.001616_amd64.deb Size: 7108 SHA256: 3035eb75fafb948518e5dd78d2c07c1b8eb0e9e047506a9a4998bb5e88c7b201 SHA1: 376cf565d1b57e5ec2d7c97aef400d6a5796aa0a MD5sum: 8c316bf46957427f4fa882f9564fb095 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.18.1-1noble.20260908.234950 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.18.1-1noble.20260908.234950_amd64.deb Size: 7004 SHA256: bd06998509dd355d034c4e9711a53147ae6f5652522dc53a2ef22dda495e8572 SHA1: d0b03928edcd3e07e3fd942301f92c56a7fe82f7 MD5sum: b1c84493c480857daf2f45fbef970607 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.18.1-1noble.20260908.105946 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.18.1-1noble.20260908.105946_amd64.deb Size: 20348 SHA256: 179b16c88a3f34fd6d42a5cab1b5ef85fe951d43b02a9cb21ab8f5e1b8a8337a SHA1: 2fe2939164f01d6c732849bc3b081fa301acb7b3 MD5sum: 7b1751d08c6796cbbecfc011e98c2ae4 Description: Shared test resources for ros2_control stack Package: ros-kilted-ros2-controllers Version: 5.17.0-1noble.20260908.235822 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 45 Depends: ros-kilted-ackermann-steering-controller, ros-kilted-admittance-controller, ros-kilted-battery-state-broadcaster, 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.17.0-1noble.20260908.235822_amd64.deb Size: 7938 SHA256: ee6f31c73e923065ec14f4223d695333cfb4a25e9063f2b1e3b687595068ad93 SHA1: cd20f61937350a3162bb81ce5b90f38767185b9e MD5sum: 6e6f72429b14e7a20bda9fdfdf62519d Description: Metapackage for ros2_controllers related packages Package: ros-kilted-ros2-controllers-test-nodes Version: 5.17.0-1noble.20260908.205556 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.17.0-1noble.20260908.205556_amd64.deb Size: 13090 SHA256: 51a8bd5ede515bb8315b1952d524e57a177c28c4964416c1f77943e5f54bde8a SHA1: 6c7f5089ab3fce4be1dedca5f6d17c43aaca0103 MD5sum: 1787e6e509e93d986ce9690dd8fa4af3 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-kilted-ros2-fmt-logger Version: 1.1.0-1noble.20260908.232300 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.20260908.232300_amd64.deb Size: 13346 SHA256: c07864c108bca7c8e7db07072b52195c6adf40b1070532ea1a901eaa080353fc SHA1: f8a5091609a0059ed2b5377f330f076c62b2b344 MD5sum: ed2e1cde9fd25fef1622ff554d4fb637 Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-kilted-ros2-pulse Version: 0.4.1-2noble.20260831.021753 Architecture: amd64 Maintainer: "Tanay Kedia" <95276223+TanayK07@users.noreply.github.com> Installed-Size: 262 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2_pulse/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-pulse/ros-kilted-ros2-pulse_0.4.1-2noble.20260831.021753_amd64.deb Size: 82946 SHA256: dd8c35c9e71a1800c05f3dcbd28fda667f50d7bc5d545540d8f03ac2e1c8b030 SHA1: ddfe988d0b7a7c710b7b057a4cbc7e6b01750cec MD5sum: 0aaebef5c94827ae14ba8ef7c6430c29 Description: Near-zero-overhead ROS 2 probe for per-topic message frequency and active-node liveness, covering both inter-process and intra-process traffic. Works on stock ROS 2 binaries via an LD_PRELOAD shim over the tracetools instrumentation layer: no patched rmw_implementation, no ROS recompile, no privileges, and no DDS traffic. Package: ros-kilted-ros2-pulse-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-pulse Version: 0.4.1-2noble.20260831.021753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tanay Kedia" <95276223+TanayK07@users.noreply.github.com> Installed-Size: 1097 Depends: ros-kilted-ros2-pulse (= 0.4.1-2noble.20260831.021753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-pulse/ros-kilted-ros2-pulse-dbgsym_0.4.1-2noble.20260831.021753_amd64.deb Size: 1059252 SHA256: 370dfe67971c8f785f9cd07db266dd5b128a42095d1fd162966aae3a1144f1d6 SHA1: e2cdb46cb23421628cf0cd9ce81b9024dabc19f9 MD5sum: d992ad48b96ded2da2fc7ffc6c62d5f9 Description: debug symbols for ros-kilted-ros2-pulse Build-Ids: 37ed7be5bb69eae07cfe63ca03ad4b7da895edb6 f7d0f474642baf947dc815b2e6cfad17d1e0eac3 Package: ros-kilted-ros2-snapshot Version: 0.0.7-1noble.20260909.002555 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.20260909.002555_amd64.deb Size: 226650 SHA256: 5ff1787879ea49b6b471e646c532cf832e24ac7fb3ca14a4b7bd51c68b654c91 SHA1: b81b9fbc8bb05b70aa696faf3a3cae4f91c1b717 MD5sum: 1e4bb7f973aeaf8aa179bde6a9c0ca8c Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-kilted-ros2-socketcan Version: 1.4.0-1noble.20260908.225038 Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 1123 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 Homepage: https://index.ros.org/p/ros2_socketcan/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan/ros-kilted-ros2-socketcan_1.4.0-1noble.20260908.225038_amd64.deb Size: 203336 SHA256: 7262af11cf09f86c2754d9dec630c4cf263be6cab02308b849531573ca6be3e9 SHA1: 29b073145eb658badb04f1d82016335ce5c9105b MD5sum: f1aeabbd47465ae4586593a750febf17 Description: Simple wrapper around SocketCAN Package: ros-kilted-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-socketcan Version: 1.4.0-1noble.20260908.225038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 4933 Depends: ros-kilted-ros2-socketcan (= 1.4.0-1noble.20260908.225038) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan/ros-kilted-ros2-socketcan-dbgsym_1.4.0-1noble.20260908.225038_amd64.deb Size: 4147852 SHA256: cb3e83d05b1f5dc0e665ad286345baba6d7a11f4594596a3702729f34c50bfae SHA1: b2137a195393b08867578aded03424533ecddf12 MD5sum: 0bea8ae0e02b140a840c540a2acffd1b Description: debug symbols for ros-kilted-ros2-socketcan Build-Ids: 0ab5d1bcfe6283026e16949a242b1bfee595056a 45463f0c5df44c12737a17a5105598f5b4cfabae 5aa2cb6394d1255a12524658a4a94bb11f1eca38 b2a83dd9381b11015f4368dba97e10e06c2335eb e71ff166dcbef7974eb40da450eeebed154752b5 Package: ros-kilted-ros2-socketcan-msgs Version: 1.4.0-1noble.20260908.194709 Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 487 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/ros2_socketcan_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan-msgs/ros-kilted-ros2-socketcan-msgs_1.4.0-1noble.20260908.194709_amd64.deb Size: 50388 SHA256: c1a316801d26a536ed5292a0d45c05f83e552297481fa1ad31d21a486028b54d SHA1: 726dcc095b6f94b0070763174670b56e7b1b788e MD5sum: 32eb194dd2c90fa5a8187e94bd0a9f75 Description: Messages for SocketCAN Package: ros-kilted-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-socketcan-msgs Version: 1.4.0-1noble.20260908.194709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 313 Depends: ros-kilted-ros2-socketcan-msgs (= 1.4.0-1noble.20260908.194709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan-msgs/ros-kilted-ros2-socketcan-msgs-dbgsym_1.4.0-1noble.20260908.194709_amd64.deb Size: 218006 SHA256: c90ce4f58b1dac52ef29e114ce283ae3b3a1db078a497974ede65536e37c4979 SHA1: a697bf0af8b585267de1425916f03d37bf37d3ad MD5sum: a59f3c984a69f93f0e35353fc6ecf6d8 Description: debug symbols for ros-kilted-ros2-socketcan-msgs Build-Ids: 1aca13dd78c6e333f0f840816b55fa1d89a6d554 46e93e52e2a695038a0e41752fe6da589a8e1495 72513a9ced11a08933614e3e86b120e7048dd542 8e23fa67e3266b43fc7dc6696a5cba9c707f64c7 95fd9a2e261af9cb3122c837d69e8efbcbec1184 bfc2bb4cb5e870980dea191f398ccb7a728f88a4 c7c88d0350324efdadf4123ae97c2ac9ab8cebdd cf293efbbb9b60cbd2670d6758bcbe31635b4061 dde6c6e87bb7594fe594e94ec54ebfaa91fdb394 ec1c721ab32081b93c47eb9c680a26aa802bed94 f6bedba9c7b5a1251cfa9a0dbe62b10623e53bfa Package: ros-kilted-ros2acceleration Version: 0.5.1-4noble.20260908.221956 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.20260908.221956_amd64.deb Size: 13474 SHA256: fb3e2d7c8e62c50cab6e1301dbc1891ea02b7b64ed22e914aa93a8a9849ccade SHA1: bae6791238896b640b344fd68cbb6bb770628ecf MD5sum: 63039d79f8d21737cbaa3a0e868942fc Description: The acceleration command for ROS 2 command line tools. Package: ros-kilted-ros2action Version: 0.38.5-1noble.20260909.002024 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.5-1noble.20260909.002024_amd64.deb Size: 29478 SHA256: b782240837c68dfc9847c49500b7fe28afd5a3d4951e9cab310a08036b0c2d10 SHA1: 86b4840931f7324a9f57cc3b9cf3051c3e5eca5e MD5sum: 122a7c466c8a2cd03500bbe587e3c568 Description: The action command for ROS 2 command line tools. Package: ros-kilted-ros2ai Version: 0.1.3-3noble.20260909.002226 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.20260909.002226_amd64.deb Size: 24278 SHA256: 1991b348960f70fcb2fc41c5ee8edbfa30d829c8f7a20f5b29d56ae04120a4cf SHA1: 760730624a5f51a024001267afd118c8668c7b3d MD5sum: 438cc6dc2ecd672d2854f66c4e70d74c Description: The OpenAI command for ROS 2 command line tools. Package: ros-kilted-ros2bag Version: 0.32.0-2noble.20260908.235713 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.20260908.235713_amd64.deb Size: 43482 SHA256: a28094ba206c3f2224b79e3c1a990d4166206a4f215984b63136c9d34759e048 SHA1: 94644f4a9aff5c857cff1f4fcec8da954f3b5b88 MD5sum: d1ded06cf489d2dbf27843426a6d91d1 Description: Entry point for rosbag in ROS 2 Package: ros-kilted-ros2cli Version: 0.38.5-1noble.20260908.221744 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 240 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.5-1noble.20260908.221744_amd64.deb Size: 54830 SHA256: 09eedcb59a8b5c082292dc5f4fb1134fcc3616ec74e06ad80867255226a8189d SHA1: 9658e90a0efef0e669721aee2dfd4e2eef72c447 MD5sum: d683f4b9f5eab70208581157f3a3efac Description: Framework for ROS 2 command line tools. Package: ros-kilted-ros2cli-common-extensions Version: 0.4.1-1noble.20260909.002810 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.20260909.002810_amd64.deb Size: 5792 SHA256: 64d0855d8d2dbf744d238bffb1a44452f3325b6184151fa11b16e8165210c2e4 SHA1: 4c95bd04e39627ed3781fc66c376a9cf850a897b MD5sum: eb5702cc37e5de8b0fda5014a6037d60 Description: Meta package for ros2cli common extensions Package: ros-kilted-ros2cli-test-interfaces Version: 0.38.5-1noble.20260908.194716 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2565 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.5-1noble.20260908.194716_amd64.deb Size: 168282 SHA256: 238fed517c4ba146ef90a8be56aa425558819cf8c3fb6e5b30441fe28daaf63a SHA1: ff5b5991275d29c86c7d0c92b2db967a1624f04b MD5sum: 0706d09bd1e540707605593775e4c417 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.5-1noble.20260908.194716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1495 Depends: ros-kilted-ros2cli-test-interfaces (= 0.38.5-1noble.20260908.194716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-test-interfaces/ros-kilted-ros2cli-test-interfaces-dbgsym_0.38.5-1noble.20260908.194716_amd64.deb Size: 1084298 SHA256: 4381bc64268e6c7bf0eb435e43e2dd685ee375da7caddb7f9fead0a2ab8b1aa8 SHA1: 2461ee0862b87aebe7b01180fe837366ab449c3e MD5sum: 8c1668b3d67b047165d0b5e3b4a4ce83 Description: debug symbols for ros-kilted-ros2cli-test-interfaces Build-Ids: 098945d8ff9d6099972688bdecf0ea0ddc43be44 1a8bd53536b6b1725c13e720a31fa98fe58fab6b 273456aaceb1226604492a2dbdf9ee7c47692282 34324d7f4884c27b25329421f3e6ec054a5f1d80 50d1261b0d81d2843441ec99774b7aed9db27cd2 552c8b1c06f1c47bb34c4e4e917d96e4e03c380e 579aa66cce1571651653f92c7fb5fb518b52b160 933ee8fe3f5dcd27b891426cab626f9c2f6db9c9 a4f55ee88fa19453c05067c00ba16191c4325d2b cc7d35b434a94210c75809de65c1ce4341bd54e8 e675d0ecc934e30c2e34bee1b704315cc236251f Package: ros-kilted-ros2component Version: 0.38.5-1noble.20260909.002442 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.5-1noble.20260909.002442_amd64.deb Size: 22978 SHA256: 005865a15006193352e644d58cc2253cf4cfd9f63ad62745b5e5d26a29fbbd1c SHA1: c24ef950cec6d9b779d724faf578e38ea4d78119 MD5sum: 8725b0b8c3a2eb3d63ba4068c2094a8f Description: The component command for ROS 2 command line tools. Package: ros-kilted-ros2controlcli Version: 5.18.1-1noble.20260908.234615 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 168 Depends: python3-graphviz, 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.18.1-1noble.20260908.234615_amd64.deb Size: 34338 SHA256: a852d4eee79721f79f156406ead85f0e2fa90dd81aac88edb79085009660db75 SHA1: 3bbd56f133dda16641c6b36d9eaff2cc043f481d MD5sum: 58d3e6ee247720e7bceee70343481601 Description: The ROS 2 command line tools for ros2_control. Package: ros-kilted-ros2doctor Version: 0.38.5-1noble.20260908.221930 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.5-1noble.20260908.221930_amd64.deb Size: 40178 SHA256: 427475b185662a5962418c83cac1d7a71d608f2349f61ae233099c0a9e7eb5bb SHA1: b9ed173638b75ed50b5fb3a68469fb2afcaa5117 MD5sum: 0b65ec110cd122c39b44192978ac228c Description: A command line tool to check potential issues in a ROS 2 system Package: ros-kilted-ros2interface Version: 0.38.5-1noble.20260909.002314 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 94 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.5-1noble.20260909.002314_amd64.deb Size: 19348 SHA256: f2cde12f452fc89e94116ebf97b001833c0cb11dab2c1c6dbd40622ecf4f311f SHA1: e33823cfcc31141eb09768a3ea5bc6b72fd15bce MD5sum: 5d31fb5823dddc993c6336c0e75f4a5d Description: The interface command for ROS 2 command line tools Package: ros-kilted-ros2launch Version: 0.28.6-1noble.20260909.002541 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.20260909.002541_amd64.deb Size: 18328 SHA256: 181d821b8935aa18a2d43f02494490af2e6ec08f2067914d829d619e92fc2027 SHA1: d9520c1b287ec35decd9db549807e13fcdd47370 MD5sum: 722d0a545a90cab436e0f290b6e37cc2 Description: The launch command for ROS 2 command line tools. Package: ros-kilted-ros2launch-security Version: 1.0.2-1noble.20260910.121147 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 60 Depends: ros-kilted-ament-index-python, ros-kilted-nodl, ros-kilted-ros2launch, ros-kilted-sros2, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2launch_security/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security/ros-kilted-ros2launch-security_1.0.2-1noble.20260910.121147_amd64.deb Size: 10158 SHA256: 3731a2de3b8d62044577935bc912006c53652987bebbf42fc385189a377e6c22 SHA1: 7e6349d8121015ba94c7a3f9b7aaf988a3ad6161 MD5sum: f3cf5c14d8f9ce1f6d88c6592cf22661 Description: Security extensions for ros2 launch Package: ros-kilted-ros2launch-security-examples Version: 1.0.2-1noble.20260910.121403 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 749 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 Homepage: https://index.ros.org/p/ros2launch_security_examples/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security-examples/ros-kilted-ros2launch-security-examples_1.0.2-1noble.20260910.121403_amd64.deb Size: 154578 SHA256: 4f900c22664255f56570207c89e838d44591f3d4de241c030b011fe638325e95 SHA1: 7789d1d13dec2732d56642309e9d35d415e218d4 MD5sum: b866ff2199b07132fd5a747a432b2169 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.2-1noble.20260910.121403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 3910 Depends: ros-kilted-ros2launch-security-examples (= 1.0.2-1noble.20260910.121403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security-examples/ros-kilted-ros2launch-security-examples-dbgsym_1.0.2-1noble.20260910.121403_amd64.deb Size: 3364402 SHA256: 849368582380c73d8e6f7db0a29ab5dc8057528ab804050013dc00b7a57014af SHA1: fdbeba9b6317114e202e6f63f95bc8bc608d7d7e MD5sum: 173f80bc5623dbb30464215af017427f Description: debug symbols for ros-kilted-ros2launch-security-examples Build-Ids: 41a3ae9376a939981d809f55460a20c19df8382f 4461285d852102982c2e278f92dab17aaf620a3a 57b43329a49763c87655170b57d64f6c655223aa e9549661b2e62b6eb8d8fa60eefb9381c39401f3 Package: ros-kilted-ros2lifecycle Version: 0.38.5-1noble.20260908.223547 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.5-1noble.20260908.223547_amd64.deb Size: 16410 SHA256: ce19dadcd41200b47d306314db476beb2ab7f452cdd01723239b1e0d5b4ccc89 SHA1: 53005770474bcb7f76195a9c45b3e356bbd71043 MD5sum: 0ff8552980871c591968df36fccd79ec Description: The lifecycle command for ROS 2 command line tools. Package: ros-kilted-ros2lifecycle-test-fixtures Version: 0.38.5-1noble.20260908.231717 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.5-1noble.20260908.231717_amd64.deb Size: 14436 SHA256: 167b682e848ead78774c1c5da232e314623b0154490298c3e49b5c86020597ca SHA1: 6236bc63a94594a4be5555f9ceb44a63171b5544 MD5sum: ff2cfc9b1beb43899714d4331c002930 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.5-1noble.20260908.231717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 261 Depends: ros-kilted-ros2lifecycle-test-fixtures (= 0.38.5-1noble.20260908.231717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle-test-fixtures/ros-kilted-ros2lifecycle-test-fixtures-dbgsym_0.38.5-1noble.20260908.231717_amd64.deb Size: 245160 SHA256: 971d2c6b5af441ff96ed3256a833cc48eb371f4737219e5aa9cf506ce91d3547 SHA1: 31c48125511b445d22b2a5a7b44b3e28aa2caa84 MD5sum: 050afbaf059f724c70c207d048b3544b Description: debug symbols for ros-kilted-ros2lifecycle-test-fixtures Build-Ids: a85fba9fa3988202126d03e6a7f96bccb88b932f Package: ros-kilted-ros2multicast Version: 0.38.5-1noble.20260909.002327 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.5-1noble.20260909.002327_amd64.deb Size: 10818 SHA256: 1ede6f4b8cf353a66b3d4a0dd70afad40a21afdfe370f32b593601f28f8ef0ac SHA1: b85e4c730020d974474e4769b4551a9cfde18753 MD5sum: ac6e6c61d80d2a9edf5e714220c84009 Description: The multicast command for ROS 2 command line tools. Package: ros-kilted-ros2node Version: 0.38.5-1noble.20260908.222010 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.5-1noble.20260908.222010_amd64.deb Size: 15586 SHA256: 65ef88c408e4210ebad41f041aeaafe933cd179bfd14fdda72888f14237850c7 SHA1: 50f0e949ae175a0010d437ad56364d407f8f388f MD5sum: 28e9f348f18b575c381fba4d98133110 Description: The node command for ROS 2 command line tools. Package: ros-kilted-ros2nodl Version: 2.0.3-1noble.20260910.115240 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 133 Depends: ros-kilted-ament-index-python, ros-kilted-nodl-conformance, ros-kilted-nodl-observe, ros-kilted-nodl-schema, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosgraph-msgs, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2nodl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2nodl/ros-kilted-ros2nodl_2.0.3-1noble.20260910.115240_amd64.deb Size: 33204 SHA256: 765b00078f6a49075041e0865b1a6409d579a3ec0ea67a68a5193aed896e7b9c SHA1: afd64d3b4e81efb21d7bac2eb0be4d68f66b9934 MD5sum: 29b6030858a2ef5cad388f34b629bf05 Description: ros2cli command entrypoint for NoDL. Package: ros-kilted-ros2param Version: 0.38.5-1noble.20260908.223542 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.5-1noble.20260908.223542_amd64.deb Size: 23034 SHA256: a5f9ad26e6e25b1fa7c3b3fcaff49b3db153fa14b3c862ae2d6a47498746ae2e SHA1: da5731709b923473172ab2b82ee1cf9b0666ac1a MD5sum: 0f62f900e4ec041cf80f1722fe083069 Description: The param command for ROS 2 command line tools. Package: ros-kilted-ros2pkg Version: 0.38.5-1noble.20260909.002335 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.5-1noble.20260909.002335_amd64.deb Size: 31022 SHA256: 79a2534bbf47dc76d8e737e5366544c94ea14e0ac6e4cbba9bc9a8d3a307b0bc SHA1: 732201d1b5433f34eb8f01435b16cd308d12e179 MD5sum: ed64ee7cd37951c6afd63e16f87cb1dc Description: The pkg command for ROS 2 command line tools. Package: ros-kilted-ros2plugin Version: 5.6.4-1noble.20260909.002523 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 Homepage: https://index.ros.org/p/ros2plugin/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2plugin/ros-kilted-ros2plugin_5.6.4-1noble.20260909.002523_amd64.deb Size: 10160 SHA256: 541853f82e92ac14777cb042b74c9d01a05b686a49f8f9b8b3a139d63f799693 SHA1: 030fbc9c7f79d682197d161352e660c624c106c9 MD5sum: 8904ea37ab3bb883f302ba129ef6e5eb Description: The plugin command for ROS 2 command line tools. Package: ros-kilted-ros2run Version: 0.38.5-1noble.20260909.002542 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.5-1noble.20260909.002542_amd64.deb Size: 10390 SHA256: 173663e71b15b8280145667df463456e05c6c1e86a080cf3c969c81fdb32bf7d SHA1: 5a778b0cbf2e7963ae3d3baa0433f3ad3d11c1cb MD5sum: 9561baeee3adf6dbae51c923b7876d88 Description: The run command for ROS 2 command line tools. Package: ros-kilted-ros2service Version: 0.38.5-1noble.20260908.223451 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.5-1noble.20260908.223451_amd64.deb Size: 23844 SHA256: 10bc222fe38ae293807830ca7ecb1b786dd643b2f9784529a7fb8dda4f1130a4 SHA1: a926a9455c86634994df7297660cc4ae92174287 MD5sum: 44243111ea06def004f9250ce398cb24 Description: The service command for ROS 2 command line tools. Package: ros-kilted-ros2test Version: 0.8.0-2noble.20260908.235539 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.20260908.235539_amd64.deb Size: 5634 SHA256: 3987bd161b3a1239bf245acbd10e45c299dafcc0544ae64c13e1020258513134 SHA1: e953ef416bfb27449c070ffcd34a9de4fcdbd3f8 MD5sum: 8d80682d984ef5ea01cf45c2d5f073bd Description: The test command for ROS 2 launch tests. Package: ros-kilted-ros2topic Version: 0.38.5-1noble.20260908.222237 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.5-1noble.20260908.222237_amd64.deb Size: 54654 SHA256: e0ba651d5a3882484773bd206a4f472d8cdf0be15ae3f27c0d64e88998300de1 SHA1: 7b118ec179a3a3e4e34b1c4d9d2a79853d9cc283 MD5sum: 0a52badf156c37cabeee2206283f3867 Description: The topic command for ROS 2 command line tools. Package: ros-kilted-ros2trace Version: 8.6.0-2noble.20260909.002337 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.20260909.002337_amd64.deb Size: 7680 SHA256: 7810cec5b648d69dc42160025dd5be6a1c680ba858621f0f60f12c5089ac4cc7 SHA1: ea4c5259eddf541496c30425c3b23110b40bce1b MD5sum: b8778d2b763451e3dd28333db8818592 Description: The trace command for ROS 2 command line tools. Package: ros-kilted-ros2trace-analysis Version: 3.1.0-2noble.20260909.002326 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.20260909.002326_amd64.deb Size: 6034 SHA256: 1b19c4ca19478b0d0442754184059b0085812fa20c7e7c3b9a4b9d90ca0e3eb5 SHA1: 908db9c02f04a407959fd5fe920b2164d051f005 MD5sum: 0d252af788e5187d2d4fa6e8b299078c Description: The trace-analysis command for ROS 2 command line tools. Package: ros-kilted-rosapi Version: 3.3.1-1noble.20260909.002455 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 131 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.1-1noble.20260909.002455_amd64.deb Size: 21746 SHA256: e0411b45564f55cb61a6ba61623479480ddbab1e52a3ee5b85d1f502d5acba98 SHA1: 9a77a42b60b26e9f842eb3b7692e226516b93a5b MD5sum: 7dcaaa5e0b83502be076a5c9427da0d6 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.1-1noble.20260908.144716 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12155 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.1-1noble.20260908.144716_amd64.deb Size: 689962 SHA256: 87449d9ff904a118ffa52d6b49d7250a567748e58ac75675432ed15c8bc8fdd7 SHA1: 2eb37f07419cfea9e1313f8bb61b751689746b1a MD5sum: c722010b041e3115a44b5df880bfdd56 Description: Interface definitions for rosapi package. Package: ros-kilted-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosapi-msgs Version: 3.3.1-1noble.20260908.144716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 9321 Depends: ros-kilted-rosapi-msgs (= 3.3.1-1noble.20260908.144716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosapi-msgs/ros-kilted-rosapi-msgs-dbgsym_3.3.1-1noble.20260908.144716_amd64.deb Size: 7416792 SHA256: 8358df7dfed95ecb057d368b276a0a3f35bc8f2b43c34c2abc65725f6378831e SHA1: af4fbafa9359609618e5951061e1928bd670d65a MD5sum: eda1a6e516901c10614df118695318c8 Description: debug symbols for ros-kilted-rosapi-msgs Build-Ids: 16215cf9ba7dc02d7696bda0fa26f386fd447a8a 1fc3a026aed220e01c1e22412297b431c2db7c27 2356311d7a1818f6502507b11c308bbb5bdc6090 2b73a38b317c7a8994acde0fc9fd8747d1ae15f4 88198fa2d2d49e6be056d738101c74c061795cc1 8a128de4215faef8acfa15303e0b466773750940 949e5a5516c9d523035b4d48cde9e72b8b2f258b af4f4785d2db1638eb352bb3635af025a2845c49 cb267b009c37710cb83bae69839f5e0c2ec06d3b ecba10f3f954744f53d816d3593ff5035fa973d5 f16197349cabf209a1a93001db5e67448151bc04 Package: ros-kilted-rosbag-timing-inspector Version: 1.0.1-1noble.20260908.232855 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.20260908.232855_amd64.deb Size: 728980 SHA256: 632b5eaa2dd134a7283f93e6a7a62f7bd5240423050cf090ac328330a3e8c449 SHA1: d1d37c4765b093c1dd3bf9e57fec9cfed6d2754d MD5sum: 30c2f141b44381b687962ac8d78922b9 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.20260908.232855 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.20260908.232855) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag-timing-inspector/ros-kilted-rosbag-timing-inspector-dbgsym_1.0.1-1noble.20260908.232855_amd64.deb Size: 5393254 SHA256: da1174f011c04e8a1919e3d3f9dbf3dca419049426709635880385cdf967a0eb SHA1: 1c7302a3029b1a673ddff06e96d23c50d0b60854 MD5sum: 473e1df19e4f2b2215aa9c310b8f9507 Description: debug symbols for ros-kilted-rosbag-timing-inspector Build-Ids: 89149fb5d4bdc76c4a25a1082c37b64a535960b5 Package: ros-kilted-rosbag2 Version: 0.32.0-2noble.20260909.005749 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.20260909.005749_amd64.deb Size: 8718 SHA256: f15e7a4008cdd948633b7001acad0da17198b2e314e246dc06f96076e57d1255 SHA1: d41e397f7ed574842ccbbf35238cd9c6a89a16fb MD5sum: 4ad8abb525add749eef578e37317cbde Description: Meta package for rosbag2 related packages Package: ros-kilted-rosbag2-compression Version: 0.32.0-2noble.20260908.232841 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.20260908.232841_amd64.deb Size: 133382 SHA256: 7af15ec35a7313a378ee7ac09a0e724fa981e0171caced8038144d8c7d56d0f9 SHA1: f6181977c1359ba07ee2b1213e7c83eb384f0405 MD5sum: 3726a4c68a4414ef4f1e67dfe4556b79 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.20260908.232841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1728 Depends: ros-kilted-rosbag2-compression (= 0.32.0-2noble.20260908.232841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression/ros-kilted-rosbag2-compression-dbgsym_0.32.0-2noble.20260908.232841_amd64.deb Size: 1623280 SHA256: 1f21fbbc508d912090b01cc728da82707f6d3bd3d7513113023e9a4a08738367 SHA1: a8cb27cba0a13bc47e9bc5d665603e208a373a25 MD5sum: 06499a0a96a44042c8cb2ffc8a894b2d Description: debug symbols for ros-kilted-rosbag2-compression Build-Ids: 5c44b94176dcf19131c53de0249802a5faddbfd9 Package: ros-kilted-rosbag2-compression-zstd Version: 0.32.0-2noble.20260908.233625 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.20260908.233625_amd64.deb Size: 32658 SHA256: eeee9e532ff715bed2d7a5386e92023e2b78a64b579637965a01dc8d358ccd00 SHA1: f4f40028d95b95b165c89e35512267abe9b16162 MD5sum: 29fc41c8166cb13d71a8916bfbfbe9cd 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.20260908.233625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-kilted-rosbag2-compression-zstd (= 0.32.0-2noble.20260908.233625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression-zstd/ros-kilted-rosbag2-compression-zstd-dbgsym_0.32.0-2noble.20260908.233625_amd64.deb Size: 273814 SHA256: 65cea3397186e7dee20f8c90387c7cf7c70624d8cc71db516f3913bba1769dec SHA1: b44f4ad09430f07c9e6dabb07f966d96693571d9 MD5sum: 20f7c4fd86e6efbcf497a04eb800a15e Description: debug symbols for ros-kilted-rosbag2-compression-zstd Build-Ids: 88c3b5cff95303e3ba7f4502fd81b38b37c09459 Package: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260908.224304 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.20260908.224304_amd64.deb Size: 238472 SHA256: ed1657355b94ecdf045f74b8f90d0495bc560968ca0c0f0c91d2495e8e4e2cb1 SHA1: 2c58a9b5306f4c00da6a6178a1cdc307470dc0dc MD5sum: 8f1a0ca0fc730fab73c7b8a4494bc1aa Description: C++ ROSBag2 client library Package: ros-kilted-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260908.224304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 4143 Depends: ros-kilted-rosbag2-cpp (= 0.32.0-2noble.20260908.224304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-cpp/ros-kilted-rosbag2-cpp-dbgsym_0.32.0-2noble.20260908.224304_amd64.deb Size: 3947064 SHA256: b30e7eb1c17d78079a822ddefc29e7615eead017dfe99b17efe58633dab51213 SHA1: bf14998eb040832d4317eeaa8d5f887dee6af4c6 MD5sum: 48ebbd1034f5df830d9650410a03014f Description: debug symbols for ros-kilted-rosbag2-cpp Build-Ids: 2c77a5fa7e650e7cacba3518abb87da2e8a96133 Package: ros-kilted-rosbag2-examples-cpp Version: 0.32.0-2noble.20260908.234117 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.20260908.234117_amd64.deb Size: 111314 SHA256: e7c9bf5acb4a0d9d26e9f7f829f03d9d7805c72e80a966581cef67f7e2ffc4ba SHA1: 96a33cc016623372bc61f7cb68354f2f8dccc5c4 MD5sum: 7baec4379e3e46c6aeffe164ce188bae 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.20260908.234117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3291 Depends: ros-kilted-rosbag2-examples-cpp (= 0.32.0-2noble.20260908.234117) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-examples-cpp/ros-kilted-rosbag2-examples-cpp-dbgsym_0.32.0-2noble.20260908.234117_amd64.deb Size: 2946022 SHA256: 04b27ba7d04d671534b1114bee97027b5ac4be9bd7dc1efb2b1e0ac7562d97de SHA1: e50b9a5ec594ce820099f73a76962adbfa0e5873 MD5sum: a6e256f5fb20aaedad6b570ce5ab5c26 Description: debug symbols for ros-kilted-rosbag2-examples-cpp Build-Ids: 63068fe09566bea23ccdbc63668628c24800bc07 7a029d367c5b2f93f9653fc989a7bee089cb8ffb a98aadd436c5f7436ab169701e3ed224597600f0 bea4fe1e5a56d26647d106e96d8a1891ccc114a5 Package: ros-kilted-rosbag2-examples-py Version: 0.32.0-2noble.20260908.235645 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.20260908.235645_amd64.deb Size: 8958 SHA256: 1271b61c17b22372aa099a11bd53b246c8770b69196f4badce5c94872877335d SHA1: 83705f1ae13c3c7a181f594cf40bb47917e5eab5 MD5sum: 4038eb90bb4540868e2ccdcc7c059ad9 Description: Python bag writing tutorial Package: ros-kilted-rosbag2-interfaces Version: 0.32.0-2noble.20260908.144739 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5540 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.20260908.144739_amd64.deb Size: 314412 SHA256: 47fc34a75d7bae40177ea700acf91f95926948e0144a159362edd43829fb5faa SHA1: 69565be1a9b08849c54683fb36212c8fa4a75a51 MD5sum: 0960a896b0589becf38bb60280875446 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.20260908.144739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3561 Depends: ros-kilted-rosbag2-interfaces (= 0.32.0-2noble.20260908.144739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-interfaces/ros-kilted-rosbag2-interfaces-dbgsym_0.32.0-2noble.20260908.144739_amd64.deb Size: 2693276 SHA256: 6ba7bb88561fcbb824ba93677655639aa78fdba3a5d54c0995d7065f903bcb6f SHA1: f6d0c9b43971cd1fc2596e22b5426e1c9dfb65e8 MD5sum: 9f7144b4d8133b4d1e6552be89d28df8 Description: debug symbols for ros-kilted-rosbag2-interfaces Build-Ids: 026aa65d52672ce08765f6a2b740060c8314af57 02d5575ba49f25eb70fea267f427792786d66d48 2d6503e0ecb10848ad19a687767a345917a56a9e 4b04e23ab610100a662dd450741df53b30ccd49a 55bd914af7cb1808f1d740415e7bee898b728b26 6d70445225e9f01483b3df17dd558686c46d2c50 9206d3777476653fe71cf4dd7340349ec36abed8 b5f50ff2cd35038ffba5d152d5d949c5479fc30b d1b515f6417f15800084aa81b8b894a9813da057 deabbd4d8bc640a995916d09975011141e0c4b85 fe631103f6c0eefc0376cc10abdff93e4ad33e82 Package: ros-kilted-rosbag2-performance-benchmarking Version: 0.32.0-2noble.20260908.235616 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.20260908.235616_amd64.deb Size: 3192 SHA256: a96ecfaff4c933aa7b305adbdc8e44e756a12cda73831a8203b0c62af975f636 SHA1: 76505cab73047f62641d19ceea7b8d94a236677f MD5sum: fe0b4482f02465b210cad1a68c731efa Description: Code to benchmark rosbag2 Package: ros-kilted-rosbag2-performance-benchmarking-msgs Version: 0.32.0-2noble.20260908.164913 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.20260908.164913_amd64.deb Size: 2122 SHA256: 747da868ec9f7bfa243d69766f5024e131e517a6f05d2972ca7724bbeae5277f SHA1: 2b42e276ca9449faabf65cdc45b90a3087bb8adb MD5sum: b42996615fff79d9b32b025fbabb7868 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-kilted-rosbag2-py Version: 0.32.0-2noble.20260908.234951 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.20260908.234951_amd64.deb Size: 586298 SHA256: 59b7289ead3a913fcaf56ed8a2290a6d047ed1f112d8cfc543c4a680c49765b3 SHA1: 9b79f72127976c7025346e544d10f939ed568a15 MD5sum: c5b745f1b2db007a1a8cd7de943b5ab8 Description: Python API for rosbag2 Package: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260908.223802 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 652 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.20260908.223802_amd64.deb Size: 181338 SHA256: e6f52d10e0d0e51fba3864a32651303f9f799e7501c2fa561ba30734441e1d5b SHA1: d1e92cf61d06e63cca61476c414ee6d09c1b8d40 MD5sum: 3f785ba759059486d51efd6fbcba7d8d Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-kilted-rosbag2-storage-broll Version: 0.1.1-1noble.20260908.234408 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.20260908.234408_amd64.deb Size: 56540 SHA256: f304caa595f478a97dd75ac17ce240e5fd8a39db9a9ad9c598df2a84ed3ac1d6 SHA1: b0eb66bf0c5db8f97be1ca3ded11fe84dbbc8a2c MD5sum: f78deda2949573af5a26630e69c68978 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.20260908.234408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 774 Depends: ros-kilted-rosbag2-storage-broll (= 0.1.1-1noble.20260908.234408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-broll/ros-kilted-rosbag2-storage-broll-dbgsym_0.1.1-1noble.20260908.234408_amd64.deb Size: 724794 SHA256: 37e40e81f187a2a6b5d63b9a284949bcf3aab00cae47c428844f2d0d26c0e046 SHA1: ec291e07003fb8d9ec81219a21a6b27deda96a6e MD5sum: 1ed7dd3b33716fc4b93a6ae8afc7e15d Description: debug symbols for ros-kilted-rosbag2-storage-broll Build-Ids: bfe15e9b2daa0c00421867dc4fb762b3341787ed cd66ea01093116518a6dcc3686b49050759563d1 Package: ros-kilted-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260908.223802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2186 Depends: ros-kilted-rosbag2-storage (= 0.32.0-2noble.20260908.223802) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage/ros-kilted-rosbag2-storage-dbgsym_0.32.0-2noble.20260908.223802_amd64.deb Size: 2035252 SHA256: 25bac1c45c86b699c3dbb009246f237094e44b843f3b5dd7a16d35e5d11f0cb7 SHA1: 4473b5b6d2093cf19359e6ba16be12841ef9f709 MD5sum: 2f982d9ba30cb3611f79125acf4a02d3 Description: debug symbols for ros-kilted-rosbag2-storage Build-Ids: 78c5a410092e279a1588c567cd3275bf9c4599cc Package: ros-kilted-rosbag2-storage-default-plugins Version: 0.32.0-2noble.20260909.005640 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.20260909.005640_amd64.deb Size: 5752 SHA256: b1d40cfd46f08937e0e3d56b4362f653374046928eb6129fe6ecd76080d89bca SHA1: 8debda4fc8e4cf8b09c851b104cf382850368915 MD5sum: 1bd1b82760d73fa5a3cc015f9b22a4ae Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-kilted-rosbag2-storage-mcap Version: 0.32.0-2noble.20260908.230934 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.20260908.230934_amd64.deb Size: 136520 SHA256: 60f81cebcacf66ee0a8ccd783c8521eb3ab6e3d6caeaaffa86b032694ba9242d SHA1: 4d5a61ea59fab664d437284b049026165dac1cdf MD5sum: 59ad85e899e946ef81fc91ee27c3b951 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.20260908.230934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1750 Depends: ros-kilted-rosbag2-storage-mcap (= 0.32.0-2noble.20260908.230934) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-mcap/ros-kilted-rosbag2-storage-mcap-dbgsym_0.32.0-2noble.20260908.230934_amd64.deb Size: 1652322 SHA256: d3db83754d9af05d31687227f5ba4931aeb00a9d789bd7c1db2e5723d4593ac0 SHA1: 73751389212eaca0485a21bea1f16cb33e71da05 MD5sum: 59d6cda4bd516ef141abe95bc16fec27 Description: debug symbols for ros-kilted-rosbag2-storage-mcap Build-Ids: cd15cb16e46e56a2061542701daa704efcfb65ba Package: ros-kilted-rosbag2-storage-sqlite3 Version: 0.32.0-2noble.20260908.230930 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.20260908.230930_amd64.deb Size: 168704 SHA256: 6561be3dd9610879602b5811ef381bddc2275dea96e5a9cf31cccf9d01f77cb6 SHA1: 26f1050174095602023286bc46ed1a2e28516387 MD5sum: b6a1664b8a17960b5fc7547ac2233cb1 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.20260908.230930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2067 Depends: ros-kilted-rosbag2-storage-sqlite3 (= 0.32.0-2noble.20260908.230930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-sqlite3/ros-kilted-rosbag2-storage-sqlite3-dbgsym_0.32.0-2noble.20260908.230930_amd64.deb Size: 1947152 SHA256: c04e7b9eec406bef8a16410050f3cb154c696d175ab4ad7cbb998a51449d7de0 SHA1: 8fa513957d746d8a309d9d1a46a3b6c017611c19 MD5sum: 0472612d7c20ec938e5899d3389e2ea9 Description: debug symbols for ros-kilted-rosbag2-storage-sqlite3 Build-Ids: a5c621e97944eb31822cd9b505850398df99e7cc Package: ros-kilted-rosbag2-test-common Version: 0.32.0-2noble.20260908.205309 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.20260908.205309_amd64.deb Size: 21460 SHA256: 3e33f1f3084c09ab8b2e66c3161bcedd31fa2173da7ac9aab1fd014a49521815 SHA1: 22350123f2142c38d63c7262f91678a019d5dc90 MD5sum: 8a4e927d5b6852a8f4429f28b747c220 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-kilted-rosbag2-test-msgdefs Version: 0.32.0-2noble.20260908.194929 Architecture: amd64 Maintainer: Foxglove Installed-Size: 6054 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.20260908.194929_amd64.deb Size: 320626 SHA256: 37f4e9fa05a212b8e446f574393969a86b61ce80cd4f79d862f23e2cde040738 SHA1: 6d427c5ba37b73a3f00673436f0b26560b26a7dd MD5sum: f67a2fb7b986d46849c356b019a4a99c 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.20260908.194929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 3203 Depends: ros-kilted-rosbag2-test-msgdefs (= 0.32.0-2noble.20260908.194929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-test-msgdefs/ros-kilted-rosbag2-test-msgdefs-dbgsym_0.32.0-2noble.20260908.194929_amd64.deb Size: 2275572 SHA256: 431148f4b4eb61ce62be26002a8a08d2113cc328e2231b567ba2d4a6d9a010b2 SHA1: ebed8537e3c32606c10fa0dc77039c970ff497bd MD5sum: 42de457841736aca89d69a9ab157657e Description: debug symbols for ros-kilted-rosbag2-test-msgdefs Build-Ids: 1c7a3cd76e1ed1244713782131e938baa0f30e35 3e10481dc8e1af877b7a8fed9d9e30dcde2429a5 41cb0be84d8676f15d53a70d4d8db7f6cf359ead 5947bc9f7e8cf998b5741e0d1505d6bf50198511 76cc9390dc3925ac6596264db945acfdb8f073d5 846c60722a4b447f30188a5214f9fd0bf3b93e79 a0b0a5ee46ab9bafbfe32aba4e6032dbb1e589d5 a62e61671df5c5ffd3710ea9fb7e8374ed9dbbd1 d0de7d3c3bdc7c2d3ddac107414bdb50dc48c385 de7367249f78339b7e3657e5daf8863270cbee74 e05ba3a904e251851ba45cb184bce4946a6c8935 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.20260909.000839 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.20260909.000839_amd64.deb Size: 14392 SHA256: 928208c4ae1840e12ea33305126363d64b36149387cb3b8f380c24a357677113 SHA1: 3d2f167daa7e46e81f3e9a082143b71cfef33a5b MD5sum: dea3e750d9f6af7a36d19bf5fcc83034 Description: Command line tool to create a video from a rosbag recording Package: ros-kilted-rosbag2-transport Version: 0.32.0-2noble.20260908.233243 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.20260908.233243_amd64.deb Size: 390020 SHA256: 3b77f540ade69bb46d8141fb2326bfe351628c3a0e27f8f4667c860fb3c3e8cb SHA1: 26032cc97e3220f1653fd684749380325dfbf0ff MD5sum: 2153be7c9b5d4e694998e9304d409340 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.20260908.233243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9032 Depends: ros-kilted-rosbag2-transport (= 0.32.0-2noble.20260908.233243) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-transport/ros-kilted-rosbag2-transport-dbgsym_0.32.0-2noble.20260908.233243_amd64.deb Size: 8172058 SHA256: 040b8f74100804f4fd295bdaf7032f5eaf0b83aeae7061e1dfcc6dbdd64cbbed SHA1: 651e21df83fbd135fe6b5903b7dcfcea3e6f5044 MD5sum: f6a8ed25bcc793cc68bbe33df554a5ee Description: debug symbols for ros-kilted-rosbag2-transport Build-Ids: 4831ca9459a774942b963af2f22f8a5b441e37d7 a59dfa52bc3fd49647c38d39b5ceab5ea579a59a f9343f64aa22b3af12999b081368838e6cdeff10 Package: ros-kilted-rosbag2rawlog Version: 3.5.3-1noble.20260908.230156 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.20260908.230156_amd64.deb Size: 194260 SHA256: 01630c0a4689c483ff07cb4ba2fd494bd8b3b44366373debb4dac20fa3f61b8d SHA1: d5bdc115993fa2496189a4043ff6d62e03d48144 MD5sum: 4c6f1c8103b4d83b23aa615999c4cdaa 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.20260908.230156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2624 Depends: ros-kilted-rosbag2rawlog (= 3.5.3-1noble.20260908.230156) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2rawlog/ros-kilted-rosbag2rawlog-dbgsym_3.5.3-1noble.20260908.230156_amd64.deb Size: 2507322 SHA256: 4c40f3043904aa003a62df3c1950ad9d3fa9324fc56d354ae7f57f2c7deb1f3e SHA1: 5ac5d0fe692834a3019bcc1c87543707b415f3a5 MD5sum: d18b75d793f4ed1770d285c56a2d08bd Description: debug symbols for ros-kilted-rosbag2rawlog Build-Ids: dcc6852075e91523c9a34d7f01f44aa741b9bdbf Package: ros-kilted-rosbridge-library Version: 3.3.1-1noble.20260908.204809 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.1-1noble.20260908.204809_amd64.deb Size: 47322 SHA256: 371349ecaa7b06b20d719abe8b1617db6202696c7ef919aec0d798186417b9d2 SHA1: eb24f8b39b01ae5897db1921cd18a12fa669f99a MD5sum: fe6f0bb55bfb4f8decdfdd96e547abdd 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.1-1noble.20260908.144740 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 567 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.1-1noble.20260908.144740_amd64.deb Size: 56440 SHA256: 4f3793ee28482ce33f6bc66576016badd46963f6eb6babc39d6a998295c73cc3 SHA1: 80a84e4f3489ea58d6b7863497672e23e3759dee MD5sum: 97f0f90b0fc6f9d37b0dd41df1d1fff6 Description: Interface definitions for the rosbridge library. Package: ros-kilted-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosbridge-msgs Version: 3.3.1-1noble.20260908.144740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 412 Depends: ros-kilted-rosbridge-msgs (= 3.3.1-1noble.20260908.144740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-msgs/ros-kilted-rosbridge-msgs-dbgsym_3.3.1-1noble.20260908.144740_amd64.deb Size: 303110 SHA256: 173046d05e9b583320706a071279f67d3abbd6be2f663181dbbe6f981be06dad SHA1: 9781f104f0b6b266077c635c42a9b98807ac32fa MD5sum: 382acf1be626c6483734ca5cb9fe5760 Description: debug symbols for ros-kilted-rosbridge-msgs Build-Ids: 3387748a5a22a753cebb415b2b6c8b2c86e032a2 3ea76005931a8cd44fead19abb4d071990bd63f6 449c30648ec0d8453e29defbe65d59778c6e1e1a 5261b75ff16116392671cdf816dc80f63647f08a 7828283e0d9e96dff943e13d09aa262beb1aba04 87fe3998cc0127556f17a3e9b3a0090814d26df4 96df2f7ca753597179d292d4303da5eff377c287 e01de42cdca09554bba0b498ed93d549606618ea e7f869d88bf53ec3b868d66a87ec9e711768bc9b fa168ad09c5ee4b55813036101481b4e31457756 fc5320e7a38e67eac65418fc111b100ebc7f0219 Package: ros-kilted-rosbridge-server Version: 3.3.1-1noble.20260909.002704 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 105 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.1-1noble.20260909.002704_amd64.deb Size: 17046 SHA256: 4b903ab014dd2e402422918292b1dbf247d6de8809bc703610ccbe46c74beba4 SHA1: 150c2cf604b203f242091fb35b1ca737f4b208ac MD5sum: 63c1428dab921ba33d55a50efbca9b4c Description: A WebSocket interface to rosbridge. Package: ros-kilted-rosbridge-suite Version: 3.3.1-1noble.20260909.002956 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.1-1noble.20260909.002956_amd64.deb Size: 6140 SHA256: 04a49a8a561f2e67ee9fab2cb0eb6d41cea2eeaca429ec51508efe4adbdba599 SHA1: 9f5ed99d3101060c6ade39932cc9657724f92660 MD5sum: 5c2896507050aa01fa06733158be42d0 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.1-1noble.20260908.192657 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15110 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.1-1noble.20260908.192657_amd64.deb Size: 758888 SHA256: 5a6c7c78c0ba5f558ddc24ed2f8e81d0e2f2b0527823a916475fdcd15b8f97e0 SHA1: 111c07b6dce75837e0622f0a48cbcc992e5073ed MD5sum: f67e60187a79f8411043da53b81f0fd3 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.1-1noble.20260908.192657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 8197 Depends: ros-kilted-rosbridge-test-msgs (= 3.3.1-1noble.20260908.192657) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-test-msgs/ros-kilted-rosbridge-test-msgs-dbgsym_3.3.1-1noble.20260908.192657_amd64.deb Size: 5823190 SHA256: ad79e88729ef654003d9b210a3a21e7c538f9d7c4d91b673610a3d671c184825 SHA1: 923db40ab96b0a8e42b870b2ce82b94ac615c927 MD5sum: 13d122b667edb584b0f9d319b4113677 Description: debug symbols for ros-kilted-rosbridge-test-msgs Build-Ids: 04d16c8c0c20712761aa80931b0e46369c1e6968 2d3ac947ca85dd9bae7f623dc2d1c3ca1e3dc2db 344e6d23376af53240793aaf3f99902f21dffccb 41d09c0f1dde9a414205b791118a4da30f087560 538541b3673427d5e80d4073410d248feb8ae349 5de5ff20bad6a70361b06f73cc5e0bc550cac997 ac46d79aae7474a0e133d668b1ee7da0b788d292 c1ae339b13391644c23d8e81c720de25937061e5 d0290deaaa540d1b197ad563009a3fc008fa0056 e597bf3372e61bf73d3a9883135a143cd0a570d1 e693457473431a4d5637894c2999b6f3992eaf64 Package: ros-kilted-rosgraph-monitor Version: 0.2.3-1noble.20260908.234053 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.20260908.234053_amd64.deb Size: 204760 SHA256: a85eb77c52f77a322833101c2dca9f6414ad8d19dc0c7d0a7c7362d270e169a0 SHA1: b4c705c1fa4eefb0861810a3b45022e35dcba08d MD5sum: 2d8854bd29c146396a04d471dac3f325 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.20260908.234053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4101 Depends: ros-kilted-rosgraph-monitor (= 0.2.3-1noble.20260908.234053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor/ros-kilted-rosgraph-monitor-dbgsym_0.2.3-1noble.20260908.234053_amd64.deb Size: 3648220 SHA256: 997ee28591a09cfd85cbe23e6f6d22fc96c7d19dc918c8f957f87169127265f9 SHA1: 74c4000761df0ace084c77c9091bf0c19d45092c MD5sum: 4f8b29e2d182cb5216d57287d0396f3f Description: debug symbols for ros-kilted-rosgraph-monitor Build-Ids: 2e405c9eb3d0fb30a2fd29b8a88f26ac9c5abfa1 38326a48b0adcbeed73cb966812bbf8da7affafb b8729aba07e65b504c82ba3797c166e9b33d1e15 Package: ros-kilted-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260908.145504 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1352 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.20260908.145504_amd64.deb Size: 125620 SHA256: 4cbb4a322c4e661cbfc48304787dd106e138c68c74dbb38f86e244fafe098c91 SHA1: 1e511b6811efbc64f1b6938c5360998d01dfba82 MD5sum: 5fcfbc3d487db9df8d61f8aaf7fd2292 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.20260908.145504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1294 Depends: ros-kilted-rosgraph-monitor-msgs (= 0.2.3-1noble.20260908.145504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor-msgs/ros-kilted-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260908.145504_amd64.deb Size: 1095086 SHA256: 9b698cdb13bb187e396315a566841e4318e21e0a136a023f4f957fc034e5ff29 SHA1: 0a7596bbdcf94acbe95142f7dea645de21234536 MD5sum: 5a1bec0131b8b2600a553c5df38a8c7c Description: debug symbols for ros-kilted-rosgraph-monitor-msgs Build-Ids: 0b438a5b3b3ae559cb822d9979e6e44d80603b60 1284c37cb2d94131657840b831e7819408067301 179cff9d8e583169ef13da666edf15e71d5fad64 32fb184cf54bdb9325a0c69dd3cafd39b680eb6b 33b31fa3237553bdeaf6f1e0c546be0557af5665 3badbf217fc3e7ea41f08371fc7abaa3f80a2a01 721e77bee02d9542cbc57e1a1a4a2fc40489dd64 7cd162e59a1a9fa47be18eaea3394b0ae74a4ba4 bfcf211e100203476d15b632257e6e87f9c0c467 c1868e6d362df15ba20110bbb5f0f38e130747fb f8013415e482c4fdf036c34d3ca9d249cf5ed2fb Package: ros-kilted-rosgraph-msgs Version: 2.3.2-1noble.20260908.145627 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1813 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.20260908.145627_amd64.deb Size: 164206 SHA256: 99fd2692306f4baa252f1392588fb0215e4aeb7f36857f2335ee84600eac89df SHA1: e42c116038c78a79f24833ddb6f37558dbacef10 MD5sum: b6b079d6fed73e9f7d3122356874acf9 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.20260908.145627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1777 Depends: ros-kilted-rosgraph-msgs (= 2.3.2-1noble.20260908.145627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-msgs/ros-kilted-rosgraph-msgs-dbgsym_2.3.2-1noble.20260908.145627_amd64.deb Size: 1525806 SHA256: 9bbd8ea6fb7b7c1f8e86d7b66ca8ca290ed4f42aeacfe9cb83ebdfa5f1e0125f SHA1: 3b0f98ebf039c269b0205480f09aedb8c0e35c30 MD5sum: 2fd5f9a2e225a8b12bddfddea6dd259a Description: debug symbols for ros-kilted-rosgraph-msgs Build-Ids: 0fbd11f80c353d12f646f08850e6ec3c7f4c6ea1 1bd405a9d32b02dc1a3b5a04131af52b7f9cccf6 3552556525b2ce502e67571e01aefe9cd2002df5 3c235a911b63ade8569eac4a3f984e032836f317 3da35e29cbc5fc06c404406c5d1a45494923f0b9 755bd34010a9711eab614756b1a032e30752a8f2 7f48fefc6d738bc9f9ca23bc9c15ecfe2d54c74c 9b29ef8253c4cd7f956830ea2bf90ea51dd2f964 9b590936df38d88c0f67ed25c36a19b27703074d d2f3a386472f843a3b96de53ef01794828fd1d9e f56c55d3a90eedeb2e5bd6b898ff38af283d011e 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.20260908.122936 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.20260908.122936_amd64.deb Size: 6950 SHA256: 4e5db75ad002ccc5fc07e87f98b6f2075bfe883218301bc3f42c0b30fb4ef8b4 SHA1: 168c2e3e524ff04ca7d054ca719432cdc589787b MD5sum: 1497a53c09b2a5685dcb11f6ea7c7773 Description: A configuration package defining core ROS interface generators. Package: ros-kilted-rosidl-core-runtime Version: 0.3.2-1noble.20260908.122959 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.20260908.122959_amd64.deb Size: 5966 SHA256: 9272e0659ca35e5f60d40b99f18d441fe6a9a76900009a99ffbaf499b1568e5d SHA1: 4dacc086b9b3adda8f52aec9bd4b0ae5662a86c9 MD5sum: c9c34f7192d078f6371bb2f6a460062b Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-kilted-rosidl-default-generators Version: 1.7.2-1noble.20260908.143244 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.20260908.143244_amd64.deb Size: 6864 SHA256: f85c639ffc8316bfc7191cdd6cbe3f5366c011dd9ea93e71369680a2648cab5c SHA1: fe4f26b10d502240f539479fc1b1bb51b0df8987 MD5sum: ca2fb615a327f29dde148b31ecf6228a Description: A configuration package defining the default ROS interface generators. Package: ros-kilted-rosidl-default-runtime Version: 1.7.2-1noble.20260908.142959 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.20260908.142959_amd64.deb Size: 7268 SHA256: ea601852d2b2e8a0b565173c1835c3d68811ebb6d817dc11471e20f03722e3a5 SHA1: dbbf3fba5677610f662606a0aa09c2a07f1cf636 MD5sum: 11bec5c78c55db76ef903867ec2791fd 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.20260908.121251 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.20260908.121251_amd64.deb Size: 29422 SHA256: 8b5fe87c651283f3f077ea3c4373391dfc3f6a71cbd5ba40182f867f8aac19ac SHA1: 29d7259c90582991eecb243c2885fd830f8f0996 MD5sum: a5f7fdb0074d4d6040ceb70bc625e3c8 Description: Generate the ROS interfaces in Python. Package: ros-kilted-rosidl-generator-rs Version: 0.5.0-1noble.20260813.021839 Architecture: amd64 Maintainer: "Esteve Fernandez" Installed-Size: 140 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 Homepage: https://index.ros.org/p/rosidl_generator_rs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-rs/ros-kilted-rosidl-generator-rs_0.5.0-1noble.20260813.021839_amd64.deb Size: 24890 SHA256: 77ba027b98f467b7cc0c1e55039484870076c93d91a8201b859508089b01d9b8 SHA1: bb0685606945ec82b920d6f22ca18c7aca8a3175 MD5sum: b3c3bf7ecd0e740d34f21dd33d2a1d27 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.20260908.122513 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.20260908.122513_amd64.deb Size: 26334 SHA256: 5ab9a11eec4601b16bfb355db6fb195bafdfdad58664b8f56b19580c9ebf1703 SHA1: 41917975e2ee58fc42d23527f703c9843f37ec2a MD5sum: 3d75a1318ba07343772b5b0e713b0fe4 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.20260908.122513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-kilted-rosidl-typesupport-fastrtps-c (= 3.8.2-1noble.20260908.122513) 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.20260908.122513_amd64.deb Size: 18570 SHA256: f578ea550bdbb91a23ad0acad5a5bd2734501e5c75b7bdf5766fac4ad34c9182 SHA1: 34c165b8e6c07af8f791f1858ee451167feeec89 MD5sum: bcb196805d55bb06f9137234fb5447b7 Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-c Build-Ids: b0b27a4875834abb33e58f971c579ea5599fbd65 Package: ros-kilted-rosidl-typesupport-fastrtps-cpp Version: 3.8.2-1noble.20260908.121253 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.20260908.121253_amd64.deb Size: 28344 SHA256: e1c84d75c6cdbc95a077ba878dc2b280f4526b0cd758c28549eab4febe3ecaf0 SHA1: 14b5a4e850e34a341b5aa2f45aeff386f7eea090 MD5sum: 1de0cf012cec1d38381d8ea893e154e8 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.20260908.121253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-kilted-rosidl-typesupport-fastrtps-cpp (= 3.8.2-1noble.20260908.121253) 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.20260908.121253_amd64.deb Size: 29952 SHA256: 1226adf53626a80469435bf5c09796ec3abdfef8f3ade1a099608121b5f6fe72 SHA1: 6094f455beca483a82b747bcb55b0f609d7b35e3 MD5sum: dbea06055f50ddb806c80fb7fd85238b Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-cpp Build-Ids: 5f8945186fdb89cdd73c3ac7b53ba0d59c85bb97 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.20260908.203205 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.20260908.203205_amd64.deb Size: 5252 SHA256: 52d1067744da0d2e883306d4bdfe9b699fa877bb0d27b7d584840ff3a3cf18fd SHA1: cbe15753dbaa0b3c8e20aae2744e551a8c0e4868 MD5sum: 1088843ad7ab2dde9993e6bc5ab12a68 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.20260908.121221 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.20260908.121221_amd64.deb Size: 125642 SHA256: 9d8136fcfab9403837ceecae3bebf5ea79d923818806a0d591b0c9bc799ef0b7 SHA1: 903cfe486391cf7ea15b24460d0588ceb224e3c0 MD5sum: eb8121157e0f7b037ae22adff82d7bd4 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.20260908.121221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1730 Depends: ros-kilted-rosidlcpp-generator-py (= 0.5.0-1noble.20260908.121221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-py/ros-kilted-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260908.121221_amd64.deb Size: 1659286 SHA256: be14c300efb9644afb586428b421fba45de9012c7349001429fdb946f0c9fe18 SHA1: 4802908222f13bddb16262b1146d75232373fba4 MD5sum: b44e297b6b78af15e930e17f379d3c81 Description: debug symbols for ros-kilted-rosidlcpp-generator-py Build-Ids: 1adc8d92b9b86ee050e16bb3498a1d796171afd4 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.20260908.202817 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.20260908.202817_amd64.deb Size: 95592 SHA256: fb99c0d3aaf87c337e88287e880b42fd103b740d1d1f7578a2545074c8e68366 SHA1: a310474586525fc40d18bfb3af441431a11b3274 MD5sum: f054d253f337f8b95943a2ce998a4a97 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.20260908.202817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260908.202817) 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.20260908.202817_amd64.deb Size: 1293824 SHA256: 3cc9f37f854e5ce3d6e5fa50e5629f0a2accbdc0863209b8a9af8a252faf526c SHA1: d9bf3e8c245a439f63cd42c80ce469e0f158aa10 MD5sum: 09ff658e9e284310562b70c3633e03d6 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-c Build-Ids: 46821a0d6356f46718c9305d9cc1a6ddb94883cc Package: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260908.202930 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.20260908.202930_amd64.deb Size: 93890 SHA256: f580e68fc1f5eb2ddd61994b06874e6e076909cda261b0fb6c5070f3c638a9aa SHA1: 653629ff6585725f4e6d8336a7d0c4c74d146a09 MD5sum: 37a318b603c4e755b23650eeee6091e9 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.20260908.202930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260908.202930) 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.20260908.202930_amd64.deb Size: 1298816 SHA256: 5ed8e73ee528c8278f367f58837cc33df125879a19a44d7d77d178994851d798 SHA1: 464fc751ccb74b89fc207ccaf5c52b40d6459836 MD5sum: 9e066e326d459095d2a56a19d520446a Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 5ade73ec7db34344f70a2e52e1e3e6ee9dfb9da9 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.20260908.231710 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.20260908.231710_amd64.deb Size: 220416 SHA256: 2f2126579bf069730fdc3ac75759e1bd9a8569b9502d947b026a2d9bcbd30c65 SHA1: 6806b901d2855d5e4ade8b846091c28b0c136aee MD5sum: 0806d29083e7476c5e27bf173571342c 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.20260908.212515 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.20260908.212515_amd64.deb Size: 114064 SHA256: 239d0e39827696c92402bf3af87395b88281d2ceef06ce0475a3d956b25f4de9 SHA1: a5e241f826eb928a5c415f9ae54c55af4d9fc255 MD5sum: f2bc77f3f6e4ed0fc36737c0f135ccba 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.20260908.212515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1621 Depends: ros-kilted-rplidar-ros (= 2.1.0-4noble.20260908.212515) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rplidar-ros/ros-kilted-rplidar-ros-dbgsym_2.1.0-4noble.20260908.212515_amd64.deb Size: 1504482 SHA256: a7e2c8653a59c224e7628dd9f4d8dc7320edf352587fa055e72ba81f60f5a03d SHA1: 2d302e122a1a67354847f4d184757f08e502779a MD5sum: 3ee093847e38fcf6916322ce67b4c0f7 Description: debug symbols for ros-kilted-rplidar-ros Build-Ids: d28471b92d9ab6b301feb030b53445588d1b8b60 fc23f2f063ecf8c2379f5af36d2b85ff3cbcf540 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.20260909.010411 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.20260909.010411_amd64.deb Size: 5090 SHA256: 2c4a4f867470de8154b11ce2e9f2407244a4c0f40d8782221fd2ca17a683f44c SHA1: e82340e7565e0fc1b924596bd5e9614c2a5d511f MD5sum: 6ed62ef56b4f3d9f243b309bea653b77 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-kilted-rqml-core Version: 3.26.42-1noble.20260909.003418 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.20260909.003418_amd64.deb Size: 1886510 SHA256: 7bb35d21052d97e3883bbab4a263e647e1a9da09ced39e13e99b84e83b822e66 SHA1: 3bf866acfc1d0bcb8b3cf3983bf54fab3a9042c8 MD5sum: 1b220c8cd1aa456bc31a6e791beb1503 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.20260909.003418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 23850 Depends: ros-kilted-rqml-core (= 3.26.42-1noble.20260909.003418) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-core/ros-kilted-rqml-core-dbgsym_3.26.42-1noble.20260909.003418_amd64.deb Size: 23241600 SHA256: 9702b12ddb47b10973953f5c36d289ccd3b6e677fbfd9390f16b04d136bd232f SHA1: 9b1032d7ad6ac35c3572bbfe89e56926470ea604 MD5sum: e0609f3022d2bbe315872b4a1dda0468 Description: debug symbols for ros-kilted-rqml-core Build-Ids: 7ee0ecddcb5a73ff955ada949e0d3c2496a9b1aa 8dc27f551deed372bbb0565a4cbfce72a74eaeef Package: ros-kilted-rqml-default-plugins Version: 3.26.42-1noble.20260909.005351 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.20260909.005351_amd64.deb Size: 79764 SHA256: 9b3bb95342f958ced37542b3bd22e2d557be49d33c68a440c72b9dcab10d4f13 SHA1: 0ee50115d5ee2aa587222db07a6611f2fdb3d56b MD5sum: b081479b51d8a5358c9b7c550f04f3c8 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.20260909.005351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 511 Depends: ros-kilted-rqml-default-plugins (= 3.26.42-1noble.20260909.005351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-default-plugins/ros-kilted-rqml-default-plugins-dbgsym_3.26.42-1noble.20260909.005351_amd64.deb Size: 491340 SHA256: b78c2c748c203be08020af7f380de41df013804cfdb1a267351b19ea2a33b44c SHA1: ee79622f7976faee91b3bbdb51f9db82716f9740 MD5sum: c0687d8a7fadbbbeb3a15949e3a1e3b3 Description: debug symbols for ros-kilted-rqml-default-plugins Build-Ids: d98cfaeace7ccb597bf3423a1974691ab2f0237c Package: ros-kilted-rqml-plugin-example Version: 3.26.42-1noble.20260909.005618 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.20260909.005618_amd64.deb Size: 6038 SHA256: 089254c094e48bbd362d73e402fb3f3be6c984bcc0460e2c44218c3bd0048bf9 SHA1: 42a3ebb16336539df5c6e822064b2c4dcd9a72c6 MD5sum: b1880ba5685203deb9910f636a8fb348 Description: An example plugin for RQml Package: ros-kilted-rqt Version: 1.9.2-1noble.20260909.002420 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.20260909.002420_amd64.deb Size: 3440 SHA256: 6500253374b2139193d60c3e9960c9300444dbb9ec142832a8e0d2314ee84d8a SHA1: 6a432250c6cc03227535a056ee7a6ff17423e927 MD5sum: b35c000c0ed9cd295c0f6e81a36913a3 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-kilted-rqt-action Version: 2.3.0-2noble.20260909.002422 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.20260909.002422_amd64.deb Size: 6810 SHA256: eac046f38524003925379a700d752c9c9230392aa9514b0eb993778ff46d5476 SHA1: fddf9025003a2da17c181dd0e92a9d1673e5bb51 MD5sum: 37f2a2b6500089b48e79c3c730ec08a8 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-kilted-rqt-bag Version: 2.0.4-1noble.20260908.235554 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.4-1noble.20260908.235554_amd64.deb Size: 118876 SHA256: aa2c388b3b36035d21868f40a5c93de99fddd303e25b2f492ca33749465a3fac SHA1: 28ebd805d8c34728f3f92c88a8000853d30f879b MD5sum: 6fcf2fe63b6c7b51cc6c0b17a387998f Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-kilted-rqt-bag-plugins Version: 2.0.4-1noble.20260909.005855 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.4-1noble.20260909.005855_amd64.deb Size: 37726 SHA256: d09b02c9a73c2247515fbba549fc5f5a2336adf008d1d14e4c4797025733439a SHA1: 1c81be26a7be870a789f7b1411b8624471819359 MD5sum: cc6e833675800a7403f1c394f045bde1 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.20260909.010002 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.20260909.010002_amd64.deb Size: 6404 SHA256: 8d3b4b29656cff5aeae9093b547262f00ffa609dcf3fc65f0546f983a8f4f158 SHA1: d45e878057815d2ee92772040d8030b652af625f MD5sum: e39ed6cf1f1b7a758ac91975b2e2e4a0 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.20260908.222349 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.20260908.222349_amd64.deb Size: 66324 SHA256: 636c1caf9cb9b6a76e986112c10573383326db494870554563914f5792416bd8 SHA1: 3a8ba419e8c1d9d66c27d4b95e234465421ad848 MD5sum: 636381a1e76daf05dc278723fbf1b42f Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-kilted-rqt-controller-manager Version: 5.18.1-1noble.20260908.234827 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 139 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.18.1-1noble.20260908.234827_amd64.deb Size: 45466 SHA256: 3ca1163daa3ce93f869cacc6517d8343d0f46f639264f2e6178df2171c5de38f SHA1: a9d751afcbb2f62c2b20b046b85fc379d0ebd52c MD5sum: ee0ed0b843c73304b828fd0a96fd5dab Description: Graphical frontend for interacting with the controller manager. Package: ros-kilted-rqt-dotgraph Version: 0.0.5-1noble.20260908.223511 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.20260908.223511_amd64.deb Size: 68234 SHA256: d6cc33394c1a6b14d2cf12e2d5f555fd50ab808ed6b06ddcd69233801d64dec8 SHA1: 08d96f50dff649e604f9e4ae1a5f9ab17d08f36a MD5sum: da5febab025a19eff209a40f71fd9f3c Description: rqt GUI plugin to visualize dot graphs. Package: ros-kilted-rqt-gauges Version: 0.0.3-2noble.20260908.223428 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.20260908.223428_amd64.deb Size: 29728 SHA256: e19ebaec9f2acf784ba1e440a969bea40bc629f00309d06fc8945844e6002b5a SHA1: aa5780f8dc6955a5f0f73b606ef89875688ce35f MD5sum: b4b2cfc65e2fffcac57f767fbc36c023 Description: Visualization plugin for several sensors. Package: ros-kilted-rqt-graph Version: 1.7.1-1noble.20260908.223418 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.20260908.223418_amd64.deb Size: 56178 SHA256: 10d1ddd5fa92eff712ee2e863a0c9554261c65c491640f7ba632a04e8979e826 SHA1: 0365c3c8aa653ca50a8898f8d820a6e54d108fd7 MD5sum: b3b60f37fbc2c29531c861e1610840a4 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.20260908.221752 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.20260908.221752_amd64.deb Size: 97768 SHA256: dea1af9d7a25f62807bc5ad8e957ec3787c99ea9267e7e10909dbbcf08066df0 SHA1: 58c01a0f3daa31ea8345baf7059a36903ce16531 MD5sum: 0ce8a303102f348452d38bb36b6b0287 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.20260908.221301 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.20260908.221301_amd64.deb Size: 112954 SHA256: 0a895bcd44145c8ba85afdb836d2c71faf63542c356dd5913df4f2f172c1f6a1 SHA1: f16151dd3a0697dd06a80409e651b6098e5b145d MD5sum: 5bb967bb244259f7df99ef4d198d082e 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.20260908.221301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1682 Depends: ros-kilted-rqt-gui-cpp (= 1.9.2-1noble.20260908.221301) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui-cpp/ros-kilted-rqt-gui-cpp-dbgsym_1.9.2-1noble.20260908.221301_amd64.deb Size: 1608930 SHA256: 825d7978592f6da74999771e69030c5845ca374eabac6c293c925456a0a8acf8 SHA1: c6c07351b287794f585c72646379911b4a80cf24 MD5sum: bc165829865f9ddbf9e23930bf45ad11 Description: debug symbols for ros-kilted-rqt-gui-cpp Build-Ids: 506f3c40b740bf1f02e154ef48558823a6bbcafc Package: ros-kilted-rqt-gui-py Version: 1.9.2-1noble.20260908.222244 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.20260908.222244_amd64.deb Size: 8602 SHA256: c50b6121cc15095327199548d76f32277d93319e9ee56ec8431bd3bba40899fe SHA1: 519f0ec01711b647c6e327f6d9a04583d88d2813 MD5sum: 44175b9d072e4080e8880b28c8908f6b 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.20260908.222221 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.20260908.222221_amd64.deb Size: 154710 SHA256: 16b2108fffa394196a64b958298463bc3b9ee8d0a7a8736eb819e9db23e35696 SHA1: ac4c916f6ed68a270cf8bc35cdd632af4274b6d3 MD5sum: 9cc0059c451649da3f39545f35121683 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.20260908.222221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4702 Depends: ros-kilted-rqt-image-overlay (= 0.5.0-2noble.20260908.222221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-overlay/ros-kilted-rqt-image-overlay-dbgsym_0.5.0-2noble.20260908.222221_amd64.deb Size: 4575112 SHA256: 1977e317d043414e47564f57a170bce0b6134c3911050e41230cb461c19fcff3 SHA1: c0186e2d67f87ce4d8321738d9651bbc8d3cb44e MD5sum: 62641a72c77f88c9c1cc88928e67a9c7 Description: debug symbols for ros-kilted-rqt-image-overlay Build-Ids: 7b04c3863a3e6e076d5a174638fd756bbe7e0cdd Package: ros-kilted-rqt-image-overlay-layer Version: 0.5.0-2noble.20260908.221335 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.20260908.221335_amd64.deb Size: 8204 SHA256: 2de46a176db2c0c7748cdfa6edfebf731a64538942b2d27b74be11deee1bb158 SHA1: 2432b20bb733ff364e63d5aeab41d29e4148a28d MD5sum: 7fe12840f9d17665ebfba55dcf2d72d8 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.20260908.222139 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.20260908.222139_amd64.deb Size: 209708 SHA256: 2d1f95c10a49bdd6800ee068d6f2758b04d36c1d22df77f193049ab9da1067e4 SHA1: 5bad1ace94404b4a04ed3a58eb7f15348181945a MD5sum: a4e181858db3f3aaa4392147a166eb6b 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.20260908.222139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2343 Depends: ros-kilted-rqt-image-view (= 1.3.3-1noble.20260908.222139) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-view/ros-kilted-rqt-image-view-dbgsym_1.3.3-1noble.20260908.222139_amd64.deb Size: 2259972 SHA256: efdc530c81fbf36c70cc8aec0974b87ae4fe454533f185621096009d3c0c3444 SHA1: ff6fb4d96fef09348c953035bf85d20602b046d5 MD5sum: 0719e15b2699cd75a8e05067be6684f9 Description: debug symbols for ros-kilted-rqt-image-view Build-Ids: e687ab57070e7c0b259fc840c73ae222e97cb3d7 Package: ros-kilted-rqt-joint-trajectory-controller Version: 5.17.0-1noble.20260908.222416 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 199 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.17.0-1noble.20260908.222416_amd64.deb Size: 46298 SHA256: 81e747fcd35aca7d4870dd3f45d7a813e91a54159526c9f99c6f917cca9ae88e SHA1: 6cdea9dedfcfc2db29fb8372aa08e4e529a11aca MD5sum: 6073e41cea05973d10b4ad6fff8ca89a Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-kilted-rqt-moveit Version: 1.0.1-5noble.20260908.223352 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.20260908.223352_amd64.deb Size: 17244 SHA256: 35f93e1a41eb54ea8e61333be1a2715b7b48d1c3a6ef21f7b89dbf940e28a5e2 SHA1: 600e6209c6fb5d4052817eae84e0b3414abdf46e MD5sum: bcee0c9f6658d0cfa08ced6c9ed36aa9 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.20260908.222501 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.20260908.222501_amd64.deb Size: 16802 SHA256: 11e688f8e561a7b4535ba90a341221c93b40e34a0992269a801ee482cee8bc1b SHA1: 4607b63b83c7043dcaf87cc1f50b4f7ef97d092b MD5sum: 13f223ff2f81e206415c6b2ac94f17d7 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-kilted-rqt-play-motion-builder Version: 1.4.1-1noble.20260909.012911 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.20260909.012911_amd64.deb Size: 119080 SHA256: 6af28079c1bbf58c6a4a4854389cf20b698e4025c33333094549f48dd8ae7c26 SHA1: c40e6c70310f9a129aa717aed5871f16cb23ccf1 MD5sum: f20d8375d63ef23e4243794036cdd885 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.20260909.012911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3120 Depends: ros-kilted-rqt-play-motion-builder (= 1.4.1-1noble.20260909.012911) 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.20260909.012911_amd64.deb Size: 2928756 SHA256: 65f44f86582a07957315fd3fec2e6bfc65f95a260014884eeab9f8b36c774dc3 SHA1: bc611fdb00d8fb5100fe8e5636dfa0dc6e642fe9 MD5sum: 9bf309a60e0a0c3ffae2ae14180f5b0c Description: debug symbols for ros-kilted-rqt-play-motion-builder Build-Ids: 26181a5786f47bedb3da2117d8aa1f08cddc38e1 Package: ros-kilted-rqt-plot Version: 1.6.4-1noble.20260908.222357 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.20260908.222357_amd64.deb Size: 53828 SHA256: 406d6a3abace1c76d989f24488980d125195c6cbb51e1f476c0728c64db6f80c SHA1: 88b38cd120de1a86e0dc74774cf49aeeb9002003 MD5sum: 80e0013b0153a855250ae4186488c1a8 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.20260908.222504 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.20260908.222504_amd64.deb Size: 30706 SHA256: 7253bc1f8b2d336fe07caec0c3e3286f0b074dc28406f4d972faa960f59f4c8c SHA1: b74df8c24e550f1049837c9db74df49c87904a18 MD5sum: 2bcfdef74be3c3c3c98b7690d9afc00c 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.20260908.221606 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.20260908.221606_amd64.deb Size: 22626 SHA256: 7727029011fb8c16fa9a19dc9396cec315ce92be6681b0cc24db513c69b42ca2 SHA1: b862b28e986455185520fd12f804ed8539004211 MD5sum: 29dca7baadb1c9714611d0039a09142e 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.20260908.223432 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.20260908.223432_amd64.deb Size: 12602 SHA256: 42cf57cec5138d43268581d6800f2251ac5edd177eed2bde3cf63d8e66362bfb SHA1: c4de376ce055573b2dfad437b5ed32e4f0915309 MD5sum: bd5f3a3a5c64d8b20eac179651356b84 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-kilted-rqt-reconfigure Version: 1.7.1-1noble.20260908.222501 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.20260908.222501_amd64.deb Size: 62396 SHA256: 730def36e4ef8ed84e821db345b78e5a8f4f3368d36b7bfa21c6bb69efecde4b SHA1: d1f9c12f5767c669dba6f20102f2856d8cc53506 MD5sum: bce8fe47daefc7e4cab267f9dcf9938a 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.20260908.223050 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.20260908.223050_amd64.deb Size: 58232 SHA256: bc0720e7926cda2a696a74471ba34483dc398d8497981a08b280fc7a738a4fd7 SHA1: fa7ec2cc07f54738290950eeb3f54eb6b96747c2 MD5sum: 257b9327e9c5bd8815a1e63185493977 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.20260908.222341 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.20260908.222341_amd64.deb Size: 37016 SHA256: a6de8c0b362c26fce335544ec4785c8b07726581506c1b3254c557a678d3551c SHA1: 2f4fc2aa0a0e22181d1ee5c8d2c4c3a5f4eaac7d MD5sum: 2e2c2503b67e1cc6279ca8cf1ee465e6 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.20260908.222359 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.20260908.222359_amd64.deb Size: 15160 SHA256: a9558b593595359da5bb1f027a79ebc2b3962ec46d900c399477979749559eb4 SHA1: 1d6cc2045f54629d3b98ef46c233b7bc37d9964f MD5sum: f5891ecd31d286d3a2a9a76a2a8844f7 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.20260908.222414 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.20260908.222414_amd64.deb Size: 16668 SHA256: b008fe1e8f5ef2a221fc678a063a3b32674d5b10f6d8d0fc1489cf4356c9ba4e SHA1: 4a95649ad7e12d7925e455a1e767bd4832a357e5 MD5sum: ff7efb30c751c08de38b6487582d2eff Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-kilted-rqt-service-caller Version: 1.4.1-2noble.20260909.002433 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.20260909.002433_amd64.deb Size: 19496 SHA256: 2bbe5c507e37ff4a9de0a3061fcf6be443fc428fd5e92828b4fc7490731c704a SHA1: a8f28f039ab29be499cbe1a48c7e0b4db0918355 MD5sum: 8049eba51635b8b92415354c318f6c9d Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-kilted-rqt-shell Version: 1.3.1-2noble.20260909.002623 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.20260909.002623_amd64.deb Size: 16360 SHA256: 464ae281490fb7570069a721a65a0b8a1b295d8741062b4e746f76696b2af94f SHA1: 017fda0158e567a3bff1d2bf1e3301375e7bcaf0 MD5sum: 8abbb32a79fb4fe3b293d6a683ed78aa Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-kilted-rqt-srv Version: 1.3.0-2noble.20260909.002751 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.20260909.002751_amd64.deb Size: 6950 SHA256: 4559e37e9dc987b19de93f5ca71c139f9a86c2eccfb3052ee85117d6ebaafea4 SHA1: a68098464d1fd96e4d381ecc28b202175568bd29 MD5sum: a44fc83be08504221041dc98b4b34ba9 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-kilted-rqt-tf-tree Version: 1.1.1-1noble.20260908.223524 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.20260908.223524_amd64.deb Size: 18510 SHA256: f2e3fbce26f2b16716dde4e560218e4b6cbb4cdf78321b202bb29de96255fdc4 SHA1: a409f709f38d6538b375dbb954550886d91e4b87 MD5sum: a75cf97f7f1eb5561aaef13815d6c5cb 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.20260908.223240 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.20260908.223240_amd64.deb Size: 24736 SHA256: 0829e4a2563b91b5f62397ae2b3e32242fc89f2ea7c8c15f182225b067f290ec SHA1: ea03029702fe162197aa80e2f9645f8eaafbdc60 MD5sum: 3c0b3e21b79c44cba12cadff6047f9f3 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.20260908.232311 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.20260908.232311_amd64.deb Size: 18228 SHA256: 762a2db5c2e5e3b7e317447d9778332c1e49d3ac9a7fdc037dc951b2aa123242 SHA1: 8e948e97a1e73412f8f872dfc833f2d049b79e36 MD5sum: afabf8e553b3a5c7b36a9827b4683160 Description: ROS Support Library Package: ros-kilted-rsl-dbgsym Package-Type: ddeb Source: ros-kilted-rsl Version: 1.3.0-1noble.20260908.232311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 160 Depends: ros-kilted-rsl (= 1.3.0-1noble.20260908.232311) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rsl/ros-kilted-rsl-dbgsym_1.3.0-1noble.20260908.232311_amd64.deb Size: 146530 SHA256: b01efbe1ef7dcecde6f31874cc394458ae4d8832d1a6f8b00cf6bf9c23122612 SHA1: 009ae9b559540434b5209c376f60044ac78e4e44 MD5sum: f29d807bcdf75dc30ef572fe8fabb555 Description: debug symbols for ros-kilted-rsl Build-Ids: 23e905f61802d65af06bddd4d044e4287a923d66 Package: ros-kilted-rslidar-msg Version: 0.0.0-1noble.20260908.204910 Architecture: amd64 Maintainer: robosense Installed-Size: 472 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.20260908.204910_amd64.deb Size: 48366 SHA256: e72b21b9aecc0e721f1353c1bba811c27afe774657a13c20076ec8c42f54bb57 SHA1: 25b48b97092a71bf94b679a8b8d266bb79975d45 MD5sum: e8e209b0932df3f017a7a82422a94191 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.20260908.204910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 306 Depends: ros-kilted-rslidar-msg (= 0.0.0-1noble.20260908.204910) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rslidar-msg/ros-kilted-rslidar-msg-dbgsym_0.0.0-1noble.20260908.204910_amd64.deb Size: 209454 SHA256: c6fe296fb363892c9217387a2fe1d2d8619fedd262b5868dd5627cd97d984a23 SHA1: 53ad2a5a3aec0b732bd441306f7cde98741ddfa4 MD5sum: 51e237b07ba9857d8ed7c16b0e053247 Description: debug symbols for ros-kilted-rslidar-msg Build-Ids: 0210e0c26d47f47bfd28d1bb3c9bd46a66f2463d 03295242133807a9ad04e1175d5ce09fb77b6af2 063a83d56d6fd50ab1a5d7eec14d880f103d16b3 1648fadfd97158d7dcebb00c7679d8ba2b640a35 305ea4cda1aae1a2ea59729206a1e66059102ad5 32d2a238d86b21473eab0c707143df79686a6201 39bd8dd6029cde9b2c04edc458cc12227e9853b7 731d5dd44a0bd94e2663277de04fbcd509a7e184 8748e4e0300f7ba14f0da651f8773d383be348d4 d2d01c56cf89f0207e60230e9c604fd6ac7985a4 f06f17c490762ae9ef88663d45a9bf7796245f3d 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.20260908.224901 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.20260908.224901_amd64.deb Size: 102388 SHA256: 38b6c6df1ab1274bb181df63b92f157e62d49d8ec7bfdd11e494b255bf5be303 SHA1: eb48c6f52c5738eceaeb2a911ffb3cb42716cf7a MD5sum: cdcae8b0cc094ad1a393faab5f588b38 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.20260908.224901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1781 Depends: ros-kilted-rt-usb-9axisimu-driver (= 3.0.0-2noble.20260908.224901) 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.20260908.224901_amd64.deb Size: 1632658 SHA256: 2f78dc5a32128bfcc3954aa72df5ca29e670f1f04e95c4cb8c2bb1b3ec8a144f SHA1: 92c008ef1512dbcb4b7dbf25e0009ae4ee3ea2e4 MD5sum: 6b53aadebcd31ad957793547c41efc50 Description: debug symbols for ros-kilted-rt-usb-9axisimu-driver Build-Ids: 2bfed2fc24e9c14ea455aca041a361348ea16d32 e7f0b2322bcd12895c5c5644ad3372efebe06e09 Package: ros-kilted-rtabmap Version: 0.23.7-1noble.20260908.221527 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.20260908.221527_amd64.deb Size: 6065284 SHA256: b643addc25e1480ab78c449d916845905937a9b9e990de2f0a43b89dbc1b397d SHA1: d93d70c0b21d0143c0b15c86538009cd6a842227 MD5sum: d6d9f6fd6274fad7a17cf8aaf670ab53 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.20260908.233153 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.20260908.233153_amd64.deb Size: 169716 SHA256: 1509db7de2a6f3e508e7b6154b6393092670c6f8a6fe520c75a5f716a8484a43 SHA1: 51fe15dce03fe8a24e47d4dc13522d765922abdd MD5sum: ab73e96af705741e8335d5aafd8e3e0f 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.20260908.233153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3097 Depends: ros-kilted-rtabmap-conversions (= 0.23.7-1noble.20260908.233153) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-conversions/ros-kilted-rtabmap-conversions-dbgsym_0.23.7-1noble.20260908.233153_amd64.deb Size: 3039340 SHA256: 88825350de8a68972eb7af213f93f321d28caff345984fd47e3ff3fc83c98239 SHA1: 1ebfa2d03b7a7759c621532ea130e231d3ce01ab MD5sum: a8bc47b1976fc5042a0bed357aacb989 Description: debug symbols for ros-kilted-rtabmap-conversions Build-Ids: e3e6480ce977195139b49aaa3124f34e966fffd7 Package: ros-kilted-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260908.231329 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.20260908.231329_amd64.deb Size: 169500 SHA256: 4722794db394ff0c40e17d476387f6ec9d0ca2aa27dfd5d45f169db0e73f0961 SHA1: f109ecea856053e5a6c2a79e71c61d58983bac52 MD5sum: e5d7d876cf0a50ad535737f507b77b41 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.20260908.231329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4230 Depends: ros-kilted-rtabmap-costmap-plugins (= 0.23.7-1noble.20260908.231329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-costmap-plugins/ros-kilted-rtabmap-costmap-plugins-dbgsym_0.23.7-1noble.20260908.231329_amd64.deb Size: 3811976 SHA256: be8aa9326f519dc9094174d3f14346106a96ea78167f770e9e5805a51174eb31 SHA1: 8bb4ca973c4a47d8d5e64a1ed840ec47e480f88a MD5sum: 3b152a7ce55268af92139c08145809ee Description: debug symbols for ros-kilted-rtabmap-costmap-plugins Build-Ids: c73d5642a4959013c48a455f90496040702b5fdc fa9ee9d905c722a3e1c8e96f1e2d6f519c48c5b7 Package: ros-kilted-rtabmap-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap Version: 0.23.7-1noble.20260908.221527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 114719 Depends: ros-kilted-rtabmap (= 0.23.7-1noble.20260908.221527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap/ros-kilted-rtabmap-dbgsym_0.23.7-1noble.20260908.221527_amd64.deb Size: 111601640 SHA256: 4cc813cadc20dcc5e039193e0b297cec2882d41db99e78ee4ec03b9543e5f834 SHA1: 1ab772511208873364ab0c99b708eeaed3705918 MD5sum: c0697a8723c584ee7a6abc390469342a Description: debug symbols for ros-kilted-rtabmap Build-Ids: 05639eaa6fcf342e6504a7e3a9be19bf9f14b25e 0f77b2630c37ebc7549e4251dde933736c5d9806 1e3075aa2034119557dd8879737b0cabb44a21f3 1fc1cc1843726cfba87c9b9d9b2453c43e6f3e47 27f866431ee6bdf6b130f309cb7a7f70cd34abc7 320c3e7c063ba821406cfd465cc05a6112f18eee 3e33d8ca4a0a9efdfbd49de84be6cef5250b23a2 487e54cc284a8b2badc6431a9da08003a8a266ad 4ebe8b9ec931595c924646aa5bc727de82f57e61 5e2184e36a084928c8873919ce31644acf95664b 6f64ce13f4fd303269959fc553737e298e94b0a3 73a5af1653627684134d67e5f83e0d51681fcc82 76a5bbc0864babf797f8011e3252d53dfd55217c 79502efb272b6a25d34877de327e003de3334616 7b50bd315ff4a9c5c63dc0dd69121339989e19f0 7e5fae4f1e636630c8f44cd81674db38088f15ad 8d9bbc043ecc56679309eb1b966f045ab7dae395 9f3773f43f19acdb5b9ce5d49eab60b5ef268998 9fc0cc57db3c85eeb0173fb6e77be1f2dadeb103 ad3d238dd2fea82d2531d7cc0dd2b247a171a3d7 af8d7a4e1f8b5387ae3f5a7f3ced151b072735ab b53213dd92bca37153f52c8d0d67cf656fd2bf74 c08decd54cd3bc362f78d25d82bf88b28620b221 debfa8a3dd8d4ca0f68e1aaab17193c91a95da25 def22c25e1c654617fc445f9920fadf7fd750c3d e9ec5115387804c18e8746757e7bf462be65412e fa976697f6e3a9245bdea23e5be317133f8c540b Package: ros-kilted-rtabmap-demos Version: 0.23.7-1noble.20260909.083615 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 457 Depends: ros-kilted-nav2-bringup, 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_demos/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-demos/ros-kilted-rtabmap-demos_0.23.7-1noble.20260909.083615_amd64.deb Size: 125862 SHA256: 28d9534b80235312ba7f19b39073c49845363c9470f884e016856e981cdb619d SHA1: d8771c6c13c384820c17ccf9ccf3e00d0ef6ebf2 MD5sum: d3d419658427225b0f9f64d4c57956e5 Description: RTAB-Map's demo launch files. Package: ros-kilted-rtabmap-examples Version: 0.23.7-1noble.20260909.072413 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.20260909.072413_amd64.deb Size: 29014 SHA256: cbb1b14544e9efefa4f5117e1e3e0d569cdecf76210d9149c647c3976967d002 SHA1: 2063862555363f33fb17a795d48c0822f52ca293 MD5sum: ce972527df0fb005582657c792aefc88 Description: RTAB-Map's example launch files. Package: ros-kilted-rtabmap-launch Version: 0.23.7-1noble.20260909.072412 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.20260909.072412_amd64.deb Size: 13018 SHA256: 3b58eb8802c4358231a6b56739a9844f55beb293d7f92055c76c9030abb796f1 SHA1: fab8ada9d67e3798faffce3e1c3f1a645e9743a4 MD5sum: 5d1472a0eafe891ea281c722eea971a6 Description: RTAB-Map's main launch files. Package: ros-kilted-rtabmap-msgs Version: 0.23.7-1noble.20260908.195035 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 12312 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.20260908.195035_amd64.deb Size: 811422 SHA256: f84f7d09828683a648591e55ba3bfbd8d7a661639098e949fc90300ef69d6732 SHA1: a02a19e87d5479f222872768bec4f7e20c6e6fb7 MD5sum: fc69186079710ec3e4abeb7e56e5e56c 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.20260908.195035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10041 Depends: ros-kilted-rtabmap-msgs (= 0.23.7-1noble.20260908.195035) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-msgs/ros-kilted-rtabmap-msgs-dbgsym_0.23.7-1noble.20260908.195035_amd64.deb Size: 8435522 SHA256: 42d1207f24cba56db0d8dcbf3f083cb2f1d3fba042e7cc51495d5c4b890128bf SHA1: a63605c39d523cbf694421d6490859907627094f MD5sum: 55cef4a69e9ee978bbd1fdcd5168714b Description: debug symbols for ros-kilted-rtabmap-msgs Build-Ids: 0b6fc98620ff9de8a21ca8c54ec95c5436905ebb 1a15e80f12bd31ec084d1eb6cb86334d1c8850ff 2d1490c1c419b5cdc9fe2d30a41a25227e12ca7a 864c683e0e99f3708431fab90ed927c48007c558 a8be7c6e47eb4c52bcd19676e1595a140b2eecdb b82adb1481ac496acb5a98f037375a921b38e63b d353e38a4dda0390238c87108aac168cce5fe790 dfed1729656279d0c64499f8554e6b8a0441f7e6 e9d7431ebc0df80490e2d113b5b7951e29891991 fa91af3b3ad80ea7bb8836c1c85b8a348f986bc3 fbefeed215ef160e3b44c8a6a306dfb7a7f78ab0 Package: ros-kilted-rtabmap-odom Version: 0.23.7-1noble.20260909.005108 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.20260909.005108_amd64.deb Size: 734388 SHA256: cb127742ab1e3d5ad1c75d07cc790541672439f26b9df4217b624d8b4703a8c8 SHA1: 79f13280a5cc1515b6638accd182f5c28fcc1366 MD5sum: 1a491097508364830a9df1a1856920f5 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.20260909.005108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 22841 Depends: ros-kilted-rtabmap-odom (= 0.23.7-1noble.20260909.005108) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-odom/ros-kilted-rtabmap-odom-dbgsym_0.23.7-1noble.20260909.005108_amd64.deb Size: 20333958 SHA256: d14f768452e3d4562f2c4dc7c046a54878dcaed3f88c22ae6232eb7e9e1c4e5b SHA1: 46f13a34d5d3cd3c417458b35faeda2a464e6d57 MD5sum: 108b4438a6cebbf466c8449792d4edb5 Description: debug symbols for ros-kilted-rtabmap-odom Build-Ids: 25c3d9704a2da8357d5949037dc5eb03e9abff86 4f0dc8cc69c57e83c115aca88e35b28183658705 92cf3612ee7b6e63b785047e6b742a4bbc3ec42e 9d451dfca0432170aa26dd98c07b3b4e0abb7c80 e9294e3d3dc0fa316e189c96077b3245cb581d2c 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-ros Version: 0.23.7-1noble.20260909.083729 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 42 Depends: ros-kilted-rtabmap-conversions, ros-kilted-rtabmap-costmap-plugins, ros-kilted-rtabmap-demos, ros-kilted-rtabmap-examples, ros-kilted-rtabmap-launch, ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-odom, ros-kilted-rtabmap-python, ros-kilted-rtabmap-rviz-plugins, ros-kilted-rtabmap-slam, ros-kilted-rtabmap-sync, ros-kilted-rtabmap-util, ros-kilted-rtabmap-viz, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-ros/ros-kilted-rtabmap-ros_0.23.7-1noble.20260909.083729_amd64.deb Size: 5288 SHA256: e49bf7769712dc1f25d96e789d575c418eaed3d3be30a609dc048acf9549cfcc SHA1: 284f2d71a8119bda1e294190b87df48a02245d48 MD5sum: fe695d608f4594a89a5a4fabbf5f2926 Description: RTAB-Map Stack Package: ros-kilted-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260908.234715 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.20260908.234715_amd64.deb Size: 294836 SHA256: c4f03d7fdd9a7d5aac29e6535be420687221230b16b0cde1061c6286976e9f15 SHA1: 99ab9657c614e21dc51f05690a7c3d87b56542c1 MD5sum: 2a33505767cc372ceb5963f3c0ac230e 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.20260908.234715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10428 Depends: ros-kilted-rtabmap-rviz-plugins (= 0.23.7-1noble.20260908.234715) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-rviz-plugins/ros-kilted-rtabmap-rviz-plugins-dbgsym_0.23.7-1noble.20260908.234715_amd64.deb Size: 9428872 SHA256: 559bb798d6b022b2eaee32a846596687dd52ac4bc792aa459939491ae78fe195 SHA1: 8efbd23ade8bcb91b228412210213f0d4d26ef72 MD5sum: 465b46bba36ca5c0f13ca79d07f74cd0 Description: debug symbols for ros-kilted-rtabmap-rviz-plugins Build-Ids: e208afbce6230f5e54489d16552e083a805df5b7 Package: ros-kilted-rtabmap-slam Version: 0.23.7-1noble.20260909.070711 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.20260909.070711_amd64.deb Size: 857700 SHA256: a8cc5db03d42198c7b0d756bdda5f2a628ca97811fb01bb989fe7781bc903597 SHA1: 13332bfe33ca9c158a1a1ca1bc607271762675a8 MD5sum: a6bd561725c54bf9e3f38f70a5b85208 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.20260909.070711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 27162 Depends: ros-kilted-rtabmap-slam (= 0.23.7-1noble.20260909.070711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-slam/ros-kilted-rtabmap-slam-dbgsym_0.23.7-1noble.20260909.070711_amd64.deb Size: 22287336 SHA256: 05e51a0aa3b863f02d9ff37e7701ee5c7ce2417df1d90fb18c992094d77c983e SHA1: 3fac076dfc454f9c84af5f28cbde0c5143fd9e50 MD5sum: 144f214149e2fd24b28d65a484a93da9 Description: debug symbols for ros-kilted-rtabmap-slam Build-Ids: 6aa4d5588f06f22b35a8da3a574857c25e62477f 97899d055fb03d74a35f2d9d1c4a6e9e1e730944 Package: ros-kilted-rtabmap-sync Version: 0.23.7-1noble.20260908.234759 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.20260908.234759_amd64.deb Size: 1431894 SHA256: 52c335d601e5bcefd60ca738380b41e71bb170ebe2c1af455f0fc6778074ec8d SHA1: 96e0ab4269a956ec86968971a6e95896da391eb1 MD5sum: aad59bbb26cd82a1f30c7d27e636da3f 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.20260908.234759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 58780 Depends: ros-kilted-rtabmap-sync (= 0.23.7-1noble.20260908.234759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-sync/ros-kilted-rtabmap-sync-dbgsym_0.23.7-1noble.20260908.234759_amd64.deb Size: 51245058 SHA256: 01a14c695925357b7e2e4b434d983021afa384646ff1360f3d1f95610169be97 SHA1: e3ba98ff296fa1f2e2ed76c999b87e25c61a4dc0 MD5sum: dc6f43656be245fde64c1c91b063a717 Description: debug symbols for ros-kilted-rtabmap-sync Build-Ids: 0b5379bbe522fbc1201ab546e058064c404457ec 3049747c79653886a6624e10d80b26f87366515c 77dcda766912a069348738e8960cc17e3f89fe2f 9b8fb5e968ed465ce3b4d7e0cf2a5586b6876b62 ab6c0a6731e1f1bb3c6aff660f71f2ba92e591ce bd378c46794e1fbeda27ac748c6911f666a9ef5f Package: ros-kilted-rtabmap-util Version: 0.23.7-1noble.20260909.002132 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.20260909.002132_amd64.deb Size: 942130 SHA256: aee820a120ca7c7bc532bbafa4e65eb43c77565012c8dadd4a83d1a4a3095d27 SHA1: f05b633650e2447ace2ad8fc0ce03c2401553221 MD5sum: 96c08f2eae94dcb357f45111e0e5aa2d 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.20260909.002132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 39051 Depends: ros-kilted-rtabmap-util (= 0.23.7-1noble.20260909.002132) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-util/ros-kilted-rtabmap-util-dbgsym_0.23.7-1noble.20260909.002132_amd64.deb Size: 35517056 SHA256: 6b64546cd1d89af07f4de67e745cb77432f985a373ff797a7a194d0c2faad3b0 SHA1: 13d8b96e4d17e353f6906156066c5736882652e3 MD5sum: d157fc0fb8c5abf98bc1c35be46573f5 Description: debug symbols for ros-kilted-rtabmap-util Build-Ids: 048c96b416e0c132d1a309ae092036ba09a36e63 10bf804f38dfe7169d69a39a31abb64ea9a90f09 296fe797ea61f6c120a5882afd7c4c6787dbcb15 36bb36eb9f65f9d6089e7ba5147b66b1c0843292 37535a4958bb58bc8829680af841f5ee4976a0dc 3ba96b5fe2a2aba8a38c6c8600f6f3462f5e634b 61650d00583c0c172efc5860b2b3aa6f5163dd2b 7b82b6a7e9dd480090eab3081cb173f61d01d401 8d22202e532b683bda1981f6313d5afe85e1ab1d a31b9dbadf03e230af0ece73743a9b5d39eb9e1d b78ce5261c7e168be834dc1970019117ad662375 e57b08d99133fb15ec85709e369afb5165b4152a e9b1eb81ee51effe53a9b49f3d26961f1d429e55 fc245277961a6962c094638ff8f8e567c5bead4c ff40f29819de02c8490e8a40c22d012dba5adb0d Package: ros-kilted-rtabmap-viz Version: 0.23.7-1noble.20260909.002141 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.20260909.002141_amd64.deb Size: 460692 SHA256: 9608b852bed95a3b3201ed152167e672f4ebe9a1814d6108a3b3cbf47aa4a7b7 SHA1: afcbc4bf32b1a2a5dc4b8d6178a83ac554f7f8fb MD5sum: 094ae6714fd6446786f34f1cc78cdcb2 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.20260909.002141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 14680 Depends: ros-kilted-rtabmap-viz (= 0.23.7-1noble.20260909.002141) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-viz/ros-kilted-rtabmap-viz-dbgsym_0.23.7-1noble.20260909.002141_amd64.deb Size: 12871850 SHA256: 926fc99d4916415a203a9559e35dd7c456611b864d9ba5043a59e37eb4c0d82c SHA1: 0ba6318cf767c840f760b371865279f83869a307 MD5sum: 96b09bb3e8026fcd1ebdb675a8932784 Description: debug symbols for ros-kilted-rtabmap-viz Build-Ids: 279399c679fe605f6139dac35e8c7c119d0b79ec abd35f87836dd459b3976b43f69b5e50d4cd0795 Package: ros-kilted-rtcm-msgs Version: 1.1.6-4noble.20260908.164745 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 448 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.20260908.164745_amd64.deb Size: 46930 SHA256: 824ae75aaa46504c61ac7748c03ccb3070b19edb2b2856462bd1684b330af02e SHA1: f543023bdb50c395c2928fbf11629631996c66cc MD5sum: c6c04c289f6139b0fbd1a3504bdfa361 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.20260908.164745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 296 Depends: ros-kilted-rtcm-msgs (= 1.1.6-4noble.20260908.164745) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtcm-msgs/ros-kilted-rtcm-msgs-dbgsym_1.1.6-4noble.20260908.164745_amd64.deb Size: 206908 SHA256: 698dd1e86bc10012c3a1906d3e06478ed09b7ddd6bab91424ec3df1336c13448 SHA1: feb7f515be1ee41235573a91b7783a500614f20a MD5sum: cbd0d457f5edaf5a5ec72db29fd39a16 Description: debug symbols for ros-kilted-rtcm-msgs Build-Ids: 290e33b1c06854f24451c340d6be774a5b911f56 3bba7a0c9fbb3e98061f4171df3970b9a677ca78 3bd023224edc6479855fe1681513236f76a78b49 707b44283cb7e7b37f58fd874bc642719adb8efc 74413f15c3483e0fbb3a2e84ede44d7d5cb904ad 8bf9ee5071686c4f895e16c32babe081ed6fd563 a9ceb9e056d4656dc323caa9f044b5d3176f0d36 bae3c6761a726888a0615537c26b25aa1ec23a33 e6d35902c0d77b22bbb1c65cf07df2fb21ecd412 f3427bd4210a9802866399d3d78fa5716597fad3 f665c725d661b412956ad93ca9adcd0492f8f7eb Package: ros-kilted-rtest Version: 0.2.4-1noble.20260908.205249 Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 938 Depends: libc6 (>= 2.38), 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-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.4-1noble.20260908.205249_amd64.deb Size: 244138 SHA256: e3ab7d74b22fc1a46497e10518df17439e910700e30f8d79f5e657d567f2e692 SHA1: ccc5002d23169e765edb4185d7e199d7a150512f MD5sum: eb4e51be5e106d1b6e6cce76c5e4d53a 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.4-1noble.20260908.205249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 738 Depends: ros-kilted-rtest (= 0.2.4-1noble.20260908.205249) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtest/ros-kilted-rtest-dbgsym_0.2.4-1noble.20260908.205249_amd64.deb Size: 588366 SHA256: 1015cb69449145bf6f7cb1cb07f9fd63002d4760e4e9690d55c501ffeb44ea3d SHA1: c4066f39b60e6cadfee79d966b244ed70e894786 MD5sum: 43ab5e5c2afac31ec40173dbc69a8598 Description: debug symbols for ros-kilted-rtest Build-Ids: 9fc817e85b8f195d7640278f1cd8fcaa38b85508 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.20260908.194712 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 523 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.20260908.194712_amd64.deb Size: 51618 SHA256: 23fc9d662d145de0ff40c7887899f744bb8649eafb506821c6b41dfc0d692a41 SHA1: 540dcd4030b62bf959f1fa9b2c8ce478b514ee8a MD5sum: 4986a66b9af8220662553a9f34f0a628 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.20260908.194712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 306 Depends: ros-kilted-rviz-2d-overlay-msgs (= 1.4.2-1noble.20260908.194712) 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.20260908.194712_amd64.deb Size: 211220 SHA256: 2b2d9b36d301a8d0b8096a3ed58bcecc6849ac3cbcbf7f281360993d48f37394 SHA1: a09183265a83b38e4024108cacc706806a82591d MD5sum: e69d482f3f6ebcd1b4f581fcf8f05bda Description: debug symbols for ros-kilted-rviz-2d-overlay-msgs Build-Ids: 0474f936075ea0a32f0ca63c67a0ab94a52b61ea 0fe89732d921d796afdf553f32bb212fd2d07774 467a0e21b0690ac9a99408f88f3f74009bffb5cb 4a71d88fe52a08df4ebd2405e0f0ecc55d494d14 6f6759ed84f31957d0a6ab65a38f4c2b778cefdc 9dca9b4642904898ccb15c90880ddc70516e8b91 ae986fa002deae63f56072fd620dbff71fb7c525 c2d359c86ec439b15e5061c83d5e0091078528b1 c33958db2753bdd39b4e842b54b5ab8f045ccc19 dc886fe0d18ed602df722e98171e9f1261f7423d ea4ccd4fd7a61ccd5ebfbe35e1fef7fff79fb20c Package: ros-kilted-rviz-2d-overlay-plugins Version: 1.4.2-1noble.20260908.213041 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.20260908.213041_amd64.deb Size: 292788 SHA256: 02107f38766310479fd373d4f2f64cc27ed77acb056fc531ec5a59df01d4d9ad SHA1: 7eb6c6c4c6e8770ceae608aa597aec5a39101998 MD5sum: 666e42033a5409e2b7fe049639a3f829 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.20260908.213041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 8365 Depends: ros-kilted-rviz-2d-overlay-plugins (= 1.4.2-1noble.20260908.213041) 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.20260908.213041_amd64.deb Size: 7419386 SHA256: 56a9d3e6ef6bce628027aed21f580fb6f87b3b4e8732ca95b3a715b1851cd6c5 SHA1: 569150827517980b461cff959852248fe221af70 MD5sum: 86478e5f9ffd517be485a3a3bc01dc15 Description: debug symbols for ros-kilted-rviz-2d-overlay-plugins Build-Ids: 914e2343d79eb7c22650589e04025f772f10c4de fe1ba56829d7ed4101f6afb4d6cf735dfe6bd7e7 Package: ros-kilted-rviz-assimp-vendor Version: 15.0.15-1noble.20260908.122850 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.15-1noble.20260908.122850_amd64.deb Size: 8454 SHA256: 71e678c4795b99666c26eceb64996b3f24be8a88c723e31674e5c70892629b1b SHA1: ed6fad96a857ced36e90b9c2522e72a1786e26da MD5sum: 9886844f097c9eeb096b784828eee0fc 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.15-1noble.20260908.210813 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.15-1noble.20260908.210813_amd64.deb Size: 633912 SHA256: a21ff40e2bdb21270647be9c6e2400e45887b18ccf454b70ece6377320ffeb65 SHA1: 21a6a4b628c7f3f8d254a44d42243848a8df62e8 MD5sum: 57a38f7ca903fd78e5d032c22096a034 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.15-1noble.20260908.210813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 27507 Depends: ros-kilted-rviz-common (= 15.0.15-1noble.20260908.210813) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-common/ros-kilted-rviz-common-dbgsym_15.0.15-1noble.20260908.210813_amd64.deb Size: 27243038 SHA256: b60962390e71ac6b0dff873ea858d51cb9bb145c22358ccffd2956fe8b786ce5 SHA1: debb57dacaa18f3a78f377c08a1ba734ef7fc6e1 MD5sum: 195504761b86dcac91332f6df450cdb8 Description: debug symbols for ros-kilted-rviz-common Build-Ids: 870ec0f1f4424c0d4854277e808175bb352120fa Package: ros-kilted-rviz-default-plugins Version: 15.0.15-1noble.20260908.223003 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 10555 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.15-1noble.20260908.223003_amd64.deb Size: 1563758 SHA256: f3af89603123c0b1adc6a33168a35331d458653bb78b1743ee2bb65da4a48803 SHA1: 31fc7460946b27088f19159216b8e66e0bc7a652 MD5sum: ba6d3fb10ea29b5cce6288518db1c01d 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.15-1noble.20260908.223003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 88066 Depends: ros-kilted-rviz-default-plugins (= 15.0.15-1noble.20260908.223003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-default-plugins/ros-kilted-rviz-default-plugins-dbgsym_15.0.15-1noble.20260908.223003_amd64.deb Size: 80337094 SHA256: 33816c7fa470fe7aa3cd39c96c5746bc1edd9ae2b82608da5baa8527f15137e3 SHA1: 97b71e3e4b1def46e69eca3d695b46aaf54ac2e8 MD5sum: c5695e6a0075f5869e11f17be7cfb864 Description: debug symbols for ros-kilted-rviz-default-plugins Build-Ids: db4ab9adbe419c1cf2fb1a7ea0b003c2c9c74a1a Package: ros-kilted-rviz-imu-plugin Version: 2.2.1-1noble.20260908.213101 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.20260908.213101_amd64.deb Size: 172748 SHA256: 43ac679665c806902519cd6d39b3c587f35a233570d415ada1c92068bd3ca18c SHA1: 4df660ada6cd394f5190531bddf2396d5f7d97a7 MD5sum: 277833aef0c7a4ffead4756e0e6b180d 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.20260908.213101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5908 Depends: ros-kilted-rviz-imu-plugin (= 2.2.1-1noble.20260908.213101) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-imu-plugin/ros-kilted-rviz-imu-plugin-dbgsym_2.2.1-1noble.20260908.213101_amd64.deb Size: 5262876 SHA256: 435d01c009cf1cdc87f89b1a0f3425778d6b02762fc22178eb97ee7a74a9709a SHA1: 50dce7ab99287b8b40c9eb2b2f4e1c3f0c380c30 MD5sum: e33832a74dcc7b47a0cea4ca0e2896c5 Description: debug symbols for ros-kilted-rviz-imu-plugin Build-Ids: ce0ae3d0a6b3841af7cdd885e2d5795175958e3e Package: ros-kilted-rviz-marker-tools Version: 0.1.8-1noble.20260908.211613 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.8-1noble.20260908.211613_amd64.deb Size: 19858 SHA256: d691a94aa7c760bdf836af8d3d70b40a5b8428e1f33a2f7bdae3144f4b7cbd0d SHA1: aa51d90f28acd102bc595cd761631a76679d6f03 MD5sum: 448d71b10cecad1bf3424d6ca702641b 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.8-1noble.20260908.211613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 878 Depends: ros-kilted-rviz-marker-tools (= 0.1.8-1noble.20260908.211613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-marker-tools/ros-kilted-rviz-marker-tools-dbgsym_0.1.8-1noble.20260908.211613_amd64.deb Size: 874446 SHA256: e6e81837fc87dbf5c49d91ca46845a13510ccca8e0fa8ee7bba73fe7d5692ebe SHA1: 2661990ef78a66c066317eb051a84ee006f54623 MD5sum: 3ac43fdaf1c935881d598da0350bcae6 Description: debug symbols for ros-kilted-rviz-marker-tools Build-Ids: 35b3dab352a354a0fe72ddd580e7f414ee2a95b7 Package: ros-kilted-rviz-ogre-vendor Version: 15.0.15-1noble.20260908.122601 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.15-1noble.20260908.122601_amd64.deb Size: 3836474 SHA256: cc69cb932258301970e0e87f9d453ca13d54d5f18ee3988865642bb8ae9fb8c2 SHA1: a733ac64cc3e8e6521f69c1a4f34308b6ada9aa6 MD5sum: f22538f6e8ea9656aa3dd5a1edb061d5 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.15-1noble.20260908.122601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 78659 Depends: ros-kilted-rviz-ogre-vendor (= 15.0.15-1noble.20260908.122601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-ogre-vendor/ros-kilted-rviz-ogre-vendor-dbgsym_15.0.15-1noble.20260908.122601_amd64.deb Size: 76436168 SHA256: 961ca25673de7e25050b08527cb5636a7e333fb60b544b4a7a557e6f8155c624 SHA1: 66ed414afbdb1828f5c46025046ea3f241ba7eaa MD5sum: d78b87a9eeceed527966db0ff9c3e688 Description: debug symbols for ros-kilted-rviz-ogre-vendor Build-Ids: 05214311775c84b2b48eebf6c3276c07d8ef55bc 099dca9abc2687437203786588bec11167caf007 21d0f718616d8cc3a32e6b26b84778e55b8ea114 2aaed932e0c781e041841b1f44d1cb5ab289f33c 397d071cfb377a72cc3ba2be9689b96c1466b6ed 4fa65d493e00a39389feee32093d022253dd3a12 6450ba896c19e57c74b27079f3372c792e70a056 6a0dbfac2999da6594a68c0b7c5637df861a6826 890ad04669c947366757057a55ad49ce117d7f92 89f0b1f2222b1c03cf5cb473fffd296a68f3f1f8 9402ce42393c7db0762b0b02c1f2d9650dd0734e b957976218096eab15535447e04bf2dfca183522 cf94ff1b4cc957bc30ca9c4584210333be7b250a d4bbfbc75062003338e9858a10056293e7f53c06 db42bcd91197b3b15bc2add32db48e01ee77c00b e211a801a984efc67205a1f58dcad194ca2f1123 Package: ros-kilted-rviz-rendering Version: 15.0.15-1noble.20260908.202718 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.15-1noble.20260908.202718_amd64.deb Size: 790884 SHA256: b5c2d3e4d5080b13662fdd78f53748a1ca357236584ec54c5933212d95bcfbbe SHA1: e8209d71380fc13e8c0070be1704ce1dfaad8852 MD5sum: b92c4227a319a1508f2ea825897c484f 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.15-1noble.20260908.202718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6013 Depends: ros-kilted-rviz-rendering (= 15.0.15-1noble.20260908.202718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering/ros-kilted-rviz-rendering-dbgsym_15.0.15-1noble.20260908.202718_amd64.deb Size: 5955146 SHA256: 8e76a5df8524827e388967b02725efa8005ccadc6a5724a65497d2488f082f65 SHA1: d6b255c645cdada5d9b604a4342b0678c02bf38a MD5sum: 8a88d853bb4276aaf498cc7b063ad793 Description: debug symbols for ros-kilted-rviz-rendering Build-Ids: 505b19b2c8baa4dd27eaac38dd59ea95c4a583ee Package: ros-kilted-rviz-rendering-tests Version: 15.0.15-1noble.20260908.203745 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.15-1noble.20260908.203745_amd64.deb Size: 7454 SHA256: a8c68e721bfb02c9b6b1f1099add00c2a217b8234c15bc85592769d6ce462642 SHA1: dd0d4b6c8c855ddc5973d18cf6126d82583bdbb4 MD5sum: 64448d9d97df1c05f85c217d48ed47c2 Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-kilted-rviz-resource-interfaces Version: 15.0.15-1noble.20260908.143736 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 822 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.15-1noble.20260908.143736_amd64.deb Size: 83752 SHA256: c085729ad49c1303cf4a9bbf1c27c51324d94b1883a785e20132eb31d865ce1a SHA1: 54a45b4c0fb945e560e520487de8958a1c7be888 MD5sum: 3f8072b7ae076e2dfce22c1ed3c145cb 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.15-1noble.20260908.143736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 607 Depends: ros-kilted-rviz-resource-interfaces (= 15.0.15-1noble.20260908.143736) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-resource-interfaces/ros-kilted-rviz-resource-interfaces-dbgsym_15.0.15-1noble.20260908.143736_amd64.deb Size: 465028 SHA256: dfe1f8d6ff76ddcc8710d679e8ae7de8fad4d0f8f0c170fbf805cfc88c58d501 SHA1: 53f7339e3d67951e6fc50620b4e81c08cf07a5e7 MD5sum: af9838a11d17a6af0c82364f6771e152 Description: debug symbols for ros-kilted-rviz-resource-interfaces Build-Ids: 0fc5dd8568f28bd2ad5694233508157745bd9a77 15f6b0f94c69f890fab4bfcbb3d53808e0dd913a 1bf57a14dc8ae70b634e2dfa04c1924ea3fdf811 55bedf6a3905b131ff486aa9ae6344ab72a9596d 5d218267e4ba2e677694a7a96835b3ec6832a1ef 7e8e806ecbcb18bf9f88a817c155859780629b23 98b83a9f79202d17c66f59aeb341cf03e6107004 a9b049812e5492abef1a670cf01ca331fa63251c aa5de064861e027e885e3384d6624f188b04e447 cb7315afaf5efd83cd969a340166e956ee569d04 f19de489d7134a1606a2c35a0ba8823c7e9ab289 Package: ros-kilted-rviz-satellite Version: 4.3.1-1noble.20260908.232026 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.20260908.232026_amd64.deb Size: 190720 SHA256: 2b3cf7a0dd21255b423942b83ab9c7442b7f5082ba05cee9f407349211e13535 SHA1: 55e2e92cd183d3775fbbeec669b43273825a77c2 MD5sum: 82a05ca4280b901897932cd26caa267e 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.20260908.232026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 4853 Depends: ros-kilted-rviz-satellite (= 4.3.1-1noble.20260908.232026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-satellite/ros-kilted-rviz-satellite-dbgsym_4.3.1-1noble.20260908.232026_amd64.deb Size: 4489734 SHA256: 03c1d1df9ef622dc6df497bc7560a83e125e438dba8543bd3677aa511563a707 SHA1: 3677435f58d829df79526a4b85142bad730d0a72 MD5sum: 653e16374b567d87d3dbc0d10ac3558c Description: debug symbols for ros-kilted-rviz-satellite Build-Ids: 08b2c03305801965cbbd9e4e8fab9e26a0eda4a2 Package: ros-kilted-rviz-visual-testing-framework Version: 15.0.15-1noble.20260909.001221 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.15-1noble.20260909.001221_amd64.deb Size: 75448 SHA256: 65335ee699123ec43594c084afec10a4ad8a3d4101f70eb656b3520cf1d3951d SHA1: cb1cab962495b01e991d49aacd1cb817e6c96e7c MD5sum: edaf7bde620d07bfd8ffa0ad9ae3fbb7 Description: 3D testing framework for RViz. Package: ros-kilted-rviz-visual-tools Version: 4.2.0-1noble.20260908.232027 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.20260908.232027_amd64.deb Size: 302718 SHA256: 5e76f2d74dfb86cd11367e32fc3a37e7c2cc7bf351ed2061c12984b564aa5251 SHA1: 52bff34f8668fa32a49dff41270a68dc7c91e7a9 MD5sum: 8e61396c13b55a7290f44df7c9151209 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.20260908.232027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 12143 Depends: ros-kilted-rviz-visual-tools (= 4.2.0-1noble.20260908.232027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-visual-tools/ros-kilted-rviz-visual-tools-dbgsym_4.2.0-1noble.20260908.232027_amd64.deb Size: 11444512 SHA256: a25a687293f9add3c375aed19f516050088e82a517b8fca249ef7325a9cefc22 SHA1: d13307b57298899785af511bd5cbe2608761a887 MD5sum: 5fbb2decf39be1916bf81ce8b194de51 Description: debug symbols for ros-kilted-rviz-visual-tools Build-Ids: 0d26d9d67fd5e88d583362a09649fee759ddf6dd 1ae167f13ae2a9fcd8ac23833362a72d4de6b650 5a0071d3dac3fba5faed4230c7e1ac2ee0042792 9c44ff540973850a696c791dd3840b55676e1d5d c545d996675a2a8fb0679d70d7869a008f0370c5 e2476297a27193b3a8e0485bc8cac93d090b67dc Package: ros-kilted-rviz2 Version: 15.0.15-1noble.20260908.231538 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.15-1noble.20260908.231538_amd64.deb Size: 19972 SHA256: cf275d1c596c8a73b575df379b35a5a4f2a95dc1dbd7cb556378a001b52c87a3 SHA1: d5c128d4e65165378c1951b92d8e87e9f3c24df9 MD5sum: 0b1deb7540f4d9740f27bad044e54321 Description: 3D visualization tool for ROS. Package: ros-kilted-rviz2-dbgsym Package-Type: ddeb Source: ros-kilted-rviz2 Version: 15.0.15-1noble.20260908.231538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 430 Depends: ros-kilted-rviz2 (= 15.0.15-1noble.20260908.231538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz2/ros-kilted-rviz2-dbgsym_15.0.15-1noble.20260908.231538_amd64.deb Size: 415626 SHA256: 2d99b56a058d711f7c5d20f34383d15867b4fedd0f46aba3fe595c78e7b3b5e7 SHA1: e2555c58e9dc2db3be84753e04ccd1604945ab3e MD5sum: 653049a699b0659e5efbc0fdea7f88e7 Description: debug symbols for ros-kilted-rviz2 Build-Ids: 46ec01af432de6884999cb1dfde61c618a7503ed Package: ros-kilted-sbg-driver Version: 3.4.0-1noble.20260908.222548 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 44577 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.20260908.222548_amd64.deb Size: 10714030 SHA256: e92a932ca327f29d6013fa60ddb91205151a61c8036efaccf8b0a33e85437a84 SHA1: 97ad16e3c601deccfbef1bde76055dae5191026d MD5sum: accd4ccaac585f06482dd959f20bf245 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.20260908.222548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 24991 Depends: ros-kilted-sbg-driver (= 3.4.0-1noble.20260908.222548) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sbg-driver/ros-kilted-sbg-driver-dbgsym_3.4.0-1noble.20260908.222548_amd64.deb Size: 21441798 SHA256: c400ae8afa8d7990dd0be81c4a1b229d818cf1257aa6b545d55cd052a6982072 SHA1: 0b3087a07e455f231a1f81015c27ef61e79fb001 MD5sum: 74545b01359f994a6753bb180e1bc29f Description: debug symbols for ros-kilted-sbg-driver Build-Ids: 2654ba977ba2f238ac29c4f4abbbd42671e69d13 28b9554836d24f10d32339604487aaf39cc9e0d9 3b570d3ef3d274d6d3b4ed60210090eb87eaaac5 3c88f3e1ce522a12fb581769eb49211bfbffa78a 423b9f811f13d03cf63d7e3191219c806da3f155 48bc355ceb8608dd2ae5edd3017c409afe7eec83 547084cca23ef4a68a9ff7474570e643916f81fe 583199d4b74cc64521303216ed995f1d9dfb8c9a 68a76103e5fd0c3dd1e033ee5b3f837b050f6ab6 7a7e2c6378752f707f962f92d22c6d82f536d7ff 7fec7b2f3e1f3f03289134428b307dde5ef1100b a18c47844ae550b21b59634faa874867c5e1f47e e9b44726c63a4edc9672a76b814d92d5b5ff277a 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.20260908.204207 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.20260908.204207_amd64.deb Size: 48498 SHA256: a65995aaf459ae782dd08f913926a421759acf2b22a9d5b3a27b385619ada43e SHA1: ff0bb99b474ce3b6c8572f706f033e58546a3cbd MD5sum: a2c3b0593b1ac61eec85c392e3a2f111 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.20260908.204207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 740 Depends: ros-kilted-sdformat-urdf (= 2.0.1-2noble.20260908.204207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-urdf/ros-kilted-sdformat-urdf-dbgsym_2.0.1-2noble.20260908.204207_amd64.deb Size: 692770 SHA256: 8401cbbeb38bf3fec8f7bef1ebb0f8ca81b56d61906a9274c813d8763a89f2ad SHA1: 35ee642bc428efd1da339f7fe152b75e52d732a1 MD5sum: 078b7ca2e4c1982b0f8b19341766f578 Description: debug symbols for ros-kilted-sdformat-urdf Build-Ids: 8c45db8f87b9f3d24f49b3010f47fbf21d4728da 9532fd587342940884b92f21939cab93d0061ad5 Package: ros-kilted-sdformat-vendor Version: 0.2.8-1noble.20260905.033209 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 10850 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.8-1noble.20260905.033209_amd64.deb Size: 1413682 SHA256: e5c8a9831bbeccb5c8d71c05000bcd6404148d4c7e93bea3ab26d4bb15c0d96a SHA1: 1f264b47e883ea97ddf5af4d04474379e7119db0 MD5sum: 6146774168333cf232a804e0c6a155f0 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.8-1noble.20260905.033209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 16021 Depends: ros-kilted-sdformat-vendor (= 0.2.8-1noble.20260905.033209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-vendor/ros-kilted-sdformat-vendor-dbgsym_0.2.8-1noble.20260905.033209_amd64.deb Size: 15437818 SHA256: 5741fb4e153b6d387cd1b825c4888d52c4aa94b6532e9c39fde0f4cae5c283aa SHA1: ca1cd0da988b9fe28ee7e77b67bdf83f46a447e0 MD5sum: cdc40ec5b0074460e7ae52da3c6e7e90 Description: debug symbols for ros-kilted-sdformat-vendor Build-Ids: a2e4e66fd14d73a3fe221a32ba66c838592a49b8 ff53135507848f9e42b5c401a0405fbdc7d77d0b 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.20260908.211700 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.20260908.211700_amd64.deb Size: 59692 SHA256: a4aa6258ac21f734541791a5da65ce24487651a4376f8d3cb05af0e0079ed363 SHA1: 3dca27c75d254bda67987ab0eb9fa7c42c79d677 MD5sum: b010128aa0088ef1351dc9aceff04c38 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.20260908.211700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1143 Depends: ros-kilted-self-test (= 4.3.7-1noble.20260908.211700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-self-test/ros-kilted-self-test-dbgsym_4.3.7-1noble.20260908.211700_amd64.deb Size: 1077816 SHA256: 44c1446cc87f23817e953d8d27b503a0017fc8d772b58a449ba38ee11f61073d SHA1: b2358e6114b9b23dc5cf4a86effed976389ec44b MD5sum: b2ca4899f2eb9bffacad84ad80dec56e Description: debug symbols for ros-kilted-self-test Build-Ids: 73d346e311e387f8a46be4900f491abf99ca6ae9 89b12dec924a7191fe8afd39143f14c78ed1f24c Package: ros-kilted-sensor-msgs Version: 5.5.3-1noble.20260908.192702 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5215 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.20260908.192702_amd64.deb Size: 389318 SHA256: 9c9ced94a99398b150f9d9457b8c26d84e6e838aaf51c48ae92b1b77edd12139 SHA1: ffe8bb7c58e335ca09cefe14e48bb91284fda3f4 MD5sum: d222f5b16cd49e804f9ac2bd895b7a70 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.20260908.192702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3985 Depends: ros-kilted-sensor-msgs (= 5.5.3-1noble.20260908.192702) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs/ros-kilted-sensor-msgs-dbgsym_5.5.3-1noble.20260908.192702_amd64.deb Size: 3336686 SHA256: c46c5c0431196712a4ca59cd511031d842f999ec6d30d4949f7d0386cebfa68b SHA1: 7a7c01abf56187f165adbb241ef8b76d08ca1719 MD5sum: 97b9599ec4d7f5e35803ba10fa1d1864 Description: debug symbols for ros-kilted-sensor-msgs Build-Ids: 31cd8ceba16a5e45b341644374f12ea2eb402590 445f531ba34dcedf5e24a5d5cb91ed3b30cb4225 5474e2651a1697f4feb9f3a5989fe2999fcf66df 5ba2a50e6403e8449b376cb9f8b27feb9457ef8d 5ec38ac6794e2950e6675ec6e49b085e3fdc197f 5ece9b95edc2b301b88fb188db39900ff01a210f c13a34ec30648402962a1cbab080870d7143228d cffb34531d769e6e902903106ca65fd324f8def7 e693aa1359ac07da93cbc3d4f85e1e30e3faae85 f3fa28dab9b450cea3b5357f4b17b9f9ca7b709f ffd17f0fa4e4df93f4f9c8ccb1331983bf521e1d Package: ros-kilted-sensor-msgs-py Version: 5.5.3-1noble.20260908.195017 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.20260908.195017_amd64.deb Size: 16742 SHA256: 326d523e1bd638bfcddcb31e915467ad515015a991e75a94ace33c6bf0da81d6 SHA1: 73e470bcb00d0dff60c6a9c43e9cda9346c1843e MD5sum: 4aebd5fdac1dbcaed2894193c352b534 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-kilted-septentrio-gnss-driver Version: 1.4.8-1noble.20260908.222603 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 9404 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.20260908.222603_amd64.deb Size: 1045612 SHA256: 73a6b45f2ebfebb2286d3746e41f782455e49dd2c2b17dfedc7e75bc4ad91324 SHA1: 1f332fb05b5319d6e318d905cb5fde1cdbe55fda MD5sum: 5f5e0af3889e24bdd92b42629c3f4c8d 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.20260908.222603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 29280 Depends: ros-kilted-septentrio-gnss-driver (= 1.4.8-1noble.20260908.222603) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-septentrio-gnss-driver/ros-kilted-septentrio-gnss-driver-dbgsym_1.4.8-1noble.20260908.222603_amd64.deb Size: 26618482 SHA256: 46a84eb5d6cb88acd2d61544f655673fd82c6bae52f59bc1d1c6fa38f780c904 SHA1: 161a5e10e9b1284d5606fc1d08ee910a3901e86f MD5sum: 383dcec1303af6a8f98acddd3689d82e Description: debug symbols for ros-kilted-septentrio-gnss-driver Build-Ids: 04e0603a300e18b44b7334c0a8824f5fbfc7912a 0b8eb298f87f4c57e9622677021bc4602cf09dbb 27e46764ef37dd8faff0237ae559089d9b9502b9 2b4f7b536de9b7cb0865242e630894a2176b3339 2b86ef5edee064ca886c4e3a24bc0dcced8a0cc3 3f8706bf5e77b5432ddec2dde6b862fee0028299 483b9f45b56d26686b9a0f2d5c44901bf924ea70 49618920afdc840d86393a784b4781f35250e470 60744b96cf18bf35906fa700f8ef52dbfe0832f1 871ac0639cdc7ee2a5c6c1b66e0afc3ae0cec63e 8c80fde2346790ef89be083e8cf8f198b35b00c5 b5ab263173891f7d0424176b5663b3add5ea043f c61fb17884c31afa11b89d13f3bcda06f462f628 Package: ros-kilted-serial-driver Version: 1.2.0-4noble.20260908.224646 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.20260908.224646_amd64.deb Size: 167370 SHA256: 04e909bbdc98456e6ca1d85168aa9cf1802b53394e5f1cfb807509fa2c1d20af SHA1: bfbddabf7a2e1bce564c53b9bcf520185e3b6cad MD5sum: 42433db09cfa94fb98d73dce3fcd6969 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.20260908.224646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3187 Depends: ros-kilted-serial-driver (= 1.2.0-4noble.20260908.224646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-serial-driver/ros-kilted-serial-driver-dbgsym_1.2.0-4noble.20260908.224646_amd64.deb Size: 2786376 SHA256: d2b139c119cf8965c8d96a9928d92aeafc24700400d2d9d35bafdc992d26b85a SHA1: f68388ea5944d8b54d3c456cb5b0ec5ef8d6c29c MD5sum: e6625d7f084699b4bb38b82afc8d4c7a Description: debug symbols for ros-kilted-serial-driver Build-Ids: 03cc73b26d41009197dc4a89044cafc42bb86151 80504086d608c784813cb92528325415a0305278 c6bebe809ed1c75b93b8e9eb0fbaf433b924b645 Package: ros-kilted-service-load-balancing Version: 0.1.1-3noble.20260908.204922 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.20260908.204922_amd64.deb Size: 92966 SHA256: 423e8ec4c84bc360dd31efe1ea5619550169ca5a590c08412743a790a8e6ca00 SHA1: 99b25671b9ebd32ab3f10f8f93225d6e47fc0de7 MD5sum: 333956920fec23ab9554593cccd24d11 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.20260908.204922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 1974 Depends: ros-kilted-service-load-balancing (= 0.1.1-3noble.20260908.204922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-load-balancing/ros-kilted-service-load-balancing-dbgsym_0.1.1-3noble.20260908.204922_amd64.deb Size: 1895558 SHA256: 4b5cd9bbec64af7d6bb25455d886c209e295b309dccc1fee3678892fac0f1c48 SHA1: 2d328554bf182a41780bff8df3c779da758e0896 MD5sum: 8bbeada9427a2ab9815cefd0d3d11e6f Description: debug symbols for ros-kilted-service-load-balancing Build-Ids: 5531f11a117f7371fcdc145769250fa78a249059 Package: ros-kilted-service-msgs Version: 2.3.2-1noble.20260908.124955 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 457 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.20260908.124955_amd64.deb Size: 45194 SHA256: 5164a41e2b8c210c319a4ae1b28ac853f50f9f88cdfea03a8ea9931d45628414 SHA1: 0a994e89ea9131fbd0bf8f333c7fcb2971f89031 MD5sum: 529475ca836cd6323c478e360c6bc5ad 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.20260908.124955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 270 Depends: ros-kilted-service-msgs (= 2.3.2-1noble.20260908.124955) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-msgs/ros-kilted-service-msgs-dbgsym_2.3.2-1noble.20260908.124955_amd64.deb Size: 177418 SHA256: 233b88b9b1a01a7292112c0334a260a1603bdd3de8c6343c6012dc4178d89b49 SHA1: e5d3f0c2482b7289b3d6054f4efb6a5e0f5fc5aa MD5sum: 2ce5eb9c7d42495dec56079d57dd9884 Description: debug symbols for ros-kilted-service-msgs Build-Ids: 0b009e14659c1c475d708405650b3a2bf36a1ae8 44bd17abf5c87fb6137b98f77bbbd073e705edc6 53ecb1c560be92be8ccc1637f6538f0670b466e1 64ae72616180877121dcc82a3b47c236a6e4fc81 68e100f49f168cac71807294d70915a46ebecedc 69ab8ad0b4d5d8aeffe9a82c474709e2a20e704b 7b6657834d01a5540d461225368bbac7cc26f68e 8ce0709d29c7efda1f6f3128a50b0a2aa7096cb7 8f5f2f78306ee7d943cd87f2be03f2405e11ff56 9b9780110265eb678b752c7d7b89d70f747e7953 af23df9bc19fb5a6911eb5ad84a840fa6428d6d6 Package: ros-kilted-shape-msgs Version: 5.5.3-1noble.20260908.193316 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 841 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.20260908.193316_amd64.deb Size: 82318 SHA256: 736d327f3521407c6389f7320e086bafc51966f884c8e37f717012ae8d1d5a86 SHA1: aa96cefae4a594d6ebcb7ce0d6f88af016c4492e MD5sum: 51c94246d0babcab8894042d4e525479 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.20260908.193316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 636 Depends: ros-kilted-shape-msgs (= 5.5.3-1noble.20260908.193316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-shape-msgs/ros-kilted-shape-msgs-dbgsym_5.5.3-1noble.20260908.193316_amd64.deb Size: 494368 SHA256: 15722eb87a534ce961655a5c0e294c714a80e9febebd85d24a675a5ba243e9b4 SHA1: 920d8aa934a44b17ed1ca7d65dd2f60a7f6aedbd MD5sum: 649acd8cd2276a533cafe2e9c76f7ed3 Description: debug symbols for ros-kilted-shape-msgs Build-Ids: 0e9d150ac8bd943326d01bbb676b72fc8caf44cc 0f4bdd8ef91ade9943773f7730a2615a48c79500 2d659b262c0209ed1e8520bcd4d90b59ed562f61 355770581a32f8d803cc73a55a4dff22164b20d0 4130c93cb087e34c1c0de48b0b5c8c2b706b32a2 46fd66a8d6f9cb7a072872eb7fa3a0049d80b0c2 b965cfe3fc7a7f3b5ade182b74bbf7f7b602f216 c1f5a73dd4dee0367cf8eb53ffeefb85d9f2ce25 c4d3955ddcd22580e139858cb1f5695cb2d34552 c8c06fd5f5b8604b19255eb257eb4d8c91e9c9af f245e93f5837405105041bfacbe1414ab06f51d5 Package: ros-kilted-sick-safetyscanners-base Version: 1.0.4-1noble.20260813.180711 Architecture: amd64 Maintainer: "Christian Eichmann" 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 Homepage: https://index.ros.org/p/sick_safetyscanners_base/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners-base/ros-kilted-sick-safetyscanners-base_1.0.4-1noble.20260813.180711_amd64.deb Size: 202472 SHA256: a7534f3987d1fd991008b0e1d6986798a5249ffdac95cb100eb145a8a0fd2d3c SHA1: d86fc3025fbd83b308cffbf80b4dc198c6dc5b40 MD5sum: 9cb186ec725e1c43e809e0dcc37b2701 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.4-1noble.20260813.180711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 8612 Depends: ros-kilted-sick-safetyscanners-base (= 1.0.4-1noble.20260813.180711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners-base/ros-kilted-sick-safetyscanners-base-dbgsym_1.0.4-1noble.20260813.180711_amd64.deb Size: 8278008 SHA256: 45a2d929943c0c5425889a395a00917faed6c94bd984dc91ac15cc7587a3e66d SHA1: 54f934d7aef415a1764969cf684b03383b4f5750 MD5sum: f8d51b560c9ebbb47ddc7a3cfc2c49b2 Description: debug symbols for ros-kilted-sick-safetyscanners-base Build-Ids: a49c5299d20f3d15bd6314ca0c4f75dae1f782c4 Package: ros-kilted-sick-safetyscanners2 Version: 1.0.5-1noble.20260908.232129 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2007 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 Homepage: https://index.ros.org/p/sick_safetyscanners2/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2/ros-kilted-sick-safetyscanners2_1.0.5-1noble.20260908.232129_amd64.deb Size: 412032 SHA256: f25bc0055fd1a4fc37863ba329195beccae6bbe23ec3bf9f477274f6b06bca52 SHA1: 468ea2f455b39e8a75e2050601273b52e4b61951 MD5sum: bd33c324bd9960110ece9c70de30fdb4 Description: ROS2 Driver for the SICK safetyscanners Package: ros-kilted-sick-safetyscanners2-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safetyscanners2 Version: 1.0.5-1noble.20260908.232129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 7457 Depends: ros-kilted-sick-safetyscanners2 (= 1.0.5-1noble.20260908.232129) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2/ros-kilted-sick-safetyscanners2-dbgsym_1.0.5-1noble.20260908.232129_amd64.deb Size: 6927324 SHA256: 8e095e42967600fab4a62fab2195d72d06d0f977c8a377ec0bce249a8606a6de SHA1: f548f7a08d3e4ca982652b2c21ca63e112564b5e MD5sum: 72d77e1c11e45beaa1a547e74b7cb730 Description: debug symbols for ros-kilted-sick-safetyscanners2 Build-Ids: 38da7074e1e2b0c287f011d3f80b7a7b00ceceb0 6b07aa11a5f1d43759ab5c0dd2926a4fc42cad4d Package: ros-kilted-sick-safetyscanners2-interfaces Version: 1.0.1-1noble.20260908.194528 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4177 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.20260908.194528_amd64.deb Size: 297896 SHA256: fb5e72cf85f247b9aab84d2949b762d97f94c3548afd1d80e36b6fc782ed0cfe SHA1: ba0ef20527c972f24997230e8527351c0143988b MD5sum: 3b54f01ed0371f676e112eb51a7fae5b 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.20260908.194528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3063 Depends: ros-kilted-sick-safetyscanners2-interfaces (= 1.0.1-1noble.20260908.194528) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2-interfaces/ros-kilted-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1noble.20260908.194528_amd64.deb Size: 2520276 SHA256: c39481b0db8a70f450818f18d2e4bd20bdc3d404fbe0cf199a565c5abd18623f SHA1: 9ee86a9b812ec0ea2c825b794b765a9fd8b381e0 MD5sum: f078a547b338d24004646fbefd35120b Description: debug symbols for ros-kilted-sick-safetyscanners2-interfaces Build-Ids: 0e971b3ee9b1ea5c63ee906ba8b8fe3fc6964e3d 3480e735ae3c13f190647c797123d100f4b52ba0 3e71477dfd1e0824f25176c44e1da545d4bb2f2f 3fa421a00a5087108afb32d9042c875b675f5799 7d3f7a9632fef17e5bc419fad99ac2a9c0aeebc0 7d892d9743f7b567c310767e708b80ac531de5c5 a5b19c415d05857070ed6ab4ddb72241e3ebf035 a7b5cec4724496929a6304eb7aaf5e6402a7051d b457c99888881c838bdce1e6787808b8627f9dc3 d245bf408386cc0dd9315f513c74f75f909732ac ecc7a6310120b29d2570f635f55ff555dc44bc66 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.20260908.225518 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.20260908.225518_amd64.deb Size: 163858 SHA256: 9035ea986508c7931c62eb115e2e67ba99acf3edac3c9ea6dbaa2222714e26bc SHA1: aff4f24e0dbc76e3a55bdb794d1635e73415155f MD5sum: 6d69ed55687ec490b33fb62d3e7fac43 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.20260908.225518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4006 Depends: ros-kilted-sick-safevisionary-driver (= 1.0.5-1noble.20260908.225518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-driver/ros-kilted-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260908.225518_amd64.deb Size: 3648504 SHA256: 9b54fc280573b8f2fbce37654ef3b1873c605c9d0c7202676592e636eacd0b4f SHA1: 4962156c8cc63ec87ddad882c9e99e472aa4a8c3 MD5sum: f21e4847e801247812872e6f06f7b68d Description: debug symbols for ros-kilted-sick-safevisionary-driver Build-Ids: edde671ad07b5568f4ed2556af5bb763218e274f Package: ros-kilted-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260908.194719 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2644 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.20260908.194719_amd64.deb Size: 167474 SHA256: 5d1ae01f606944242dd6210f860002198de80f7ee1db6cb255e21c6ee7761b84 SHA1: 4d8f78839cc287e7317207fd25ff7123dbfc5e53 MD5sum: 0589a01a708ee393456db9cba4bc2d69 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.20260908.194719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1736 Depends: ros-kilted-sick-safevisionary-interfaces (= 1.0.5-1noble.20260908.194719) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-interfaces/ros-kilted-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260908.194719_amd64.deb Size: 1378534 SHA256: e069a10e2c6d012e1898f2085bf0dad1447a91af8d862c65011c9372d698cb8e SHA1: 17f688d7ee21c0abd0b6e2ef2db3f6c48bc52d21 MD5sum: 037bb86a47a1ea1a75d3c1a04fc1b4e4 Description: debug symbols for ros-kilted-sick-safevisionary-interfaces Build-Ids: 22081a3b863d56a44d5303a6c5c0c425ddc68a43 2aae1a4c3b604bbac8e51e595994642d3b568d67 3bcb97463d20de2bf079fb76ba6f18c4339faa57 4387075dfbb7f81eda0854882d2846c0e9574d40 478c26d8d6660e7e8bc32b5058739e36784ebc7f 57c64e3e6529186d5d8272b93909ecea031ff7e9 593ef409e871cc14b29a0af4651b4ebc193d9d33 674021781502bcc3e098941f31141f1a79b8a220 bb466111b1b4ed2bc234db5e6944a12dd2f99b6a e0c78c56821dca466c583a9256c241a589ed5003 ea5f256143a9f6ca248337596c0e53e9b34fa582 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.20260908.210852 Architecture: amd64 Maintainer: rostest Installed-Size: 40064 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.20260908.210852_amd64.deb Size: 5637140 SHA256: 05280413e81ccb93de3312a29757751d19eb4404dbd07fb235cfd5fc33254358 SHA1: 511a6f7ec6b20e555af18cf6697b0e7568e606a6 MD5sum: c561295af9631015074fc294a5fdd7c9 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.20260908.210852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rostest Installed-Size: 42857 Depends: ros-kilted-sick-scan-xd (= 3.9.0-1noble.20260908.210852) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-scan-xd/ros-kilted-sick-scan-xd-dbgsym_3.9.0-1noble.20260908.210852_amd64.deb Size: 38181258 SHA256: 1ca5d35184dd0b365d911009acab8525954c9237773c7ea750ee6b813507ebfb SHA1: f7ef494d9a0a524eff2b62180ea6b246127ba0b9 MD5sum: b82ead8ee55032fb345c7b5b026c9ac6 Description: debug symbols for ros-kilted-sick-scan-xd Build-Ids: 08d2a1aef37bdad3d7e6e5a4779aa79dfcaa4c98 2e77752cd2854eadd3471f548f469186651d6267 3030dcffc3dbd0bed16a2bbf3d6076ed96e15722 43cc5c25aa639772efbcccc6307e9a3facc56002 5efbcabf5107457c93d1b1acc0dd0b9dabcd9d1c a7d2817bcddb66b9806dec60ffddbf6ebd848c53 b34946882d7e3d533470273ba3f719ca6a38379e cca8946e020ef6a0430219f9c721ded96e19b360 dbb3cac0802cebaf24c6e45cdd6e5994d6d558d5 eab47a1860ae01edc8e43f49fd597eda24715510 ed3b33f01c58eac4ece0853e86ef2c07fbf0f7b1 eed8348410f744f9216fa5b2e1cd3c14fbf7fe8b f2c51303fe8448bee982cd40e5ba094a0dfbc112 Package: ros-kilted-simple-actions Version: 0.5.0-1noble.20260908.205310 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.20260908.205310_amd64.deb Size: 11278 SHA256: 0d716e6125b5def22f6be0942c2ace4554dc0f749d0bfd24f8710d351cf42d88 SHA1: a780db10c04366fcac52426fbda521d67c58e849 MD5sum: 00aee56d06c6012e379fd14d1d89ff89 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-kilted-simple-grasping Version: 0.6.0-1noble.20260909.000613 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.20260909.000613_amd64.deb Size: 244500 SHA256: 36f51a0d6537a8858feddca1b512f74042f5d5cae8f148c8ba6f83650d49bdad SHA1: 26c9f5b1a696993f540d0b9ad07f15646ee2bbbf MD5sum: 08cdcabc0d40864a2c6c5a6ee674df42 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.20260909.000613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9934 Depends: ros-kilted-simple-grasping (= 0.6.0-1noble.20260909.000613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-grasping/ros-kilted-simple-grasping-dbgsym_0.6.0-1noble.20260909.000613_amd64.deb Size: 9497674 SHA256: f2ce02bde17dfd12015992a3bb66b710d4b83dca4108a428f9e9c1d38687b876 SHA1: ff4c2b13b18c9d504060c0d5f1b7be09f27a1591 MD5sum: 9532e59d0130a2fe03c979f104dec7f9 Description: debug symbols for ros-kilted-simple-grasping Build-Ids: 61b8c2372cda3764e87112cbb8f6e285b8b4d2ce 93124a9546056665fd8ce159b5d23e9d6a1caf4a 9fd5af61d47ff2f6ba778f325ebe00d3e89511f4 ad9db3d10e79e8b7a830e80806d9fc2e5e6db367 df6f29d9ace3986db75ae415701acbd9d66faaa6 Package: ros-kilted-simple-launch Version: 1.11.0-2noble.20260908.235537 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.20260908.235537_amd64.deb Size: 30794 SHA256: a7c026b09986c1a0aec8902284394c1017a44f506d04fb3d9ea24a2f0a3c2b63 SHA1: 308924bb8032096f69808d5282a75b953e67dc24 MD5sum: a5649659bee574b03a5aaf7e35f6cf82 Description: Python helper class for the ROS 2 launch system Package: ros-kilted-simulation Version: 0.12.0-2noble.20260909.010019 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.20260909.010019_amd64.deb Size: 5308 SHA256: d47228d38a2cb46d12cf7b73077eb5cfb3f9509b64244c867d6156970b7bb2c8 SHA1: 30bd57a50a5a9a1d9d806d0384e181d6a5bc8166 MD5sum: 598318d2e51ab2883870b94c3ec0d895 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-kilted-simulation-interfaces Version: 1.6.1-1noble.20260908.192432 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 13776 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.20260908.192432_amd64.deb Size: 822102 SHA256: 8d30840b92315c12e8b32f98043c752ea53403161aa87120377961be09e7b272 SHA1: 3bd83361fa5766a270431ed53a1cbaebd3b00007 MD5sum: f95ab30cedae4f835d4e1cdca407f851 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.20260908.192432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 10151 Depends: ros-kilted-simulation-interfaces (= 1.6.1-1noble.20260908.192432) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simulation-interfaces/ros-kilted-simulation-interfaces-dbgsym_1.6.1-1noble.20260908.192432_amd64.deb Size: 8172860 SHA256: d39d122ba1b35a5860a1d1856962bc9a4e9a7a165d40ea13ea5f53dd02c91ebf SHA1: ef973690db12398e8561207d3d8805b0e633d6b4 MD5sum: 25a9a040c752e55664bf24f4baf0bd09 Description: debug symbols for ros-kilted-simulation-interfaces Build-Ids: 1ba469cdf9104f3875449b7259cd805e24cdb863 371b9efd98aff6b77e4edce501a80f6a2b9e7598 4726c60f82ab530619f26a7f79a7e0aa2a6e1d86 719d298828294578e8eee2a2f133397060ab7eb6 c5f694f4826dfb36aebea6f1fc3de262ec4a6d5a d491af2525f789db3351e8a94299f43e48246c2f d74c550432f2c2dc2224b9c68fff1284a7fb951d d7dbfa69df8aa2827e8f5cbf253811d69839ed8c deb33dd8cfaaebef7f64b94b5d056fb7ad7b34cf decde2594ab0ed174423243300920566319f325e e3843ef8d5c7bf0d6ba7d75fd8cd215669249e3f Package: ros-kilted-slam-toolbox Version: 2.9.0-2noble.20260908.231549 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14782 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.20260908.231549_amd64.deb Size: 1817984 SHA256: ad5b8f81b70c929269c64d355526e4d31c0bbc1f151132b5cb973ef2677d1138 SHA1: c4c86c4185b69e018660cee74b29878da6cde7b9 MD5sum: 6215b9e959fd28b4793c652361fb4c77 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.20260908.231549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 54442 Depends: ros-kilted-slam-toolbox (= 2.9.0-2noble.20260908.231549) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slam-toolbox/ros-kilted-slam-toolbox-dbgsym_2.9.0-2noble.20260908.231549_amd64.deb Size: 46991502 SHA256: 9b922d110971aace7c167b2ef72bd06e477acdb16945eda52690773cd52ac842 SHA1: 5ece9070d83ae99adb5d2f6385da5d3c315d8c05 MD5sum: a12efafa2b4671e019ebedf663557f60 Description: debug symbols for ros-kilted-slam-toolbox Build-Ids: 012b0814b0f65534a2bda86251101b999af6923f 1e34d26627bfd3d5d2e3170a9e8f577a9817208c 21afc051b7db85b77e5049fc78e5bfe10c927b85 4641302a12fdafd4a9a08339e9aa9bb35afc6085 5a44f1ddab138db1b5612082d260263dec1e4f65 5a9d9334a3ad3ba8b24d9b2da16859187a0c2c0c 681f4e9af41e22daddc199125659d56146f33ae2 7d7df3951b569bea840fd38e531a700ccc20d9ce 7f0f6951f14ccb95b8ae8cd71beb0f8176ff5a7f 7f186aa1736177efbc2e0237f396fbbc4fd662ac 8f046148461ec5daca6deb7fce476f0aaf70e54b 937dbdebc5a478aa8578bb9fc2b8ce3bcbbde6a5 a40b39a8b562d2d6e9cb2f5fac31b266230e3e3a ad0da0669e3b18cff7bf2b2808be0d63c296a905 ad597ebd5e581a08d46673519bcb1272908dbad8 b07f1a2beaea533f95e5d6516efba43408afb951 bfc34d88d4ca01a70a5e97d096364c496cba3a43 ca8b4c125c6d733eb08d6fc9d467c048479eb055 cd50cfcabb2bbba5c634f4e993b953aa5873a30f ce9a760b993cf2d97ecc40df81eb2c2e8bcd17d7 d0e5aa9aecb96c0da346bc78956b309f54da936c d312d2d5685fa5559911841ba86f1a847e26c084 d47db04fc4c57ac6ce7fbaf455e3657b55aed2ac e78330541080a39a85c8d175c4a114f72cafbcf2 fbe0dbd3e1895172c6f1df8551ee23bfd1fa2804 ff1710c3534e6d1c1ac3b01a8d287f7e4ed54281 Package: ros-kilted-slg-msgs Version: 3.9.1-2noble.20260908.193434 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 634 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.20260908.193434_amd64.deb Size: 66756 SHA256: 307fd0d07bd9f5e882cd02acc467c329d02b49845a4314395151536e7353345b SHA1: 698fa52820177eb4eb5c8f0b8f7a968752da7582 MD5sum: af70caa4ba773e9a41f6bf331460dd85 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.20260908.193434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 443 Depends: ros-kilted-slg-msgs (= 3.9.1-2noble.20260908.193434) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slg-msgs/ros-kilted-slg-msgs-dbgsym_3.9.1-2noble.20260908.193434_amd64.deb Size: 333530 SHA256: 5cc4a20dfd8051d21469c629c1940c5ccc529152028ebe47e967fb0d1f248302 SHA1: 97e3b3bac19fa52cd13f928f1e657fda9f69a149 MD5sum: 114d87fb40e3c4ab18ebc7c7055ac09d Description: debug symbols for ros-kilted-slg-msgs Build-Ids: 024f2b73b3ddcc8f1de0537924d32cb7c2addf8e 201cbdb9c40c7b2751a41dfe41bae2021bcfe4a5 256404872c1dacaf67c58c0d45687802570ad46a 28987764c262df879a37f81a8f67a7477e9a1ea8 3aa849bb3c443d46431dd998b4dbfe6364c91187 5f928f00d8d951b4665e919fee37c0868209e738 6afa908c00c79898632a910cde55c5092c5834a5 77fae0f8fb59805ddd5b5077367c96f76d4ef15a b779051571522936153a00bcf89e3919e58c8b48 c2fb7229c319615ba205e6b841f570b93cd73984 c5a4158f139bf889ffc19561f9712b4e482c011d Package: ros-kilted-slider-publisher Version: 2.3.1-3noble.20260909.003019 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.20260909.003019_amd64.deb Size: 11764 SHA256: 3f5430d35d6b0b4fcc029b25d65e01cd5d63aba221e3d092db107ba2f9200860 SHA1: bd32ce7f9d87315ac972b694fcc029ab4c0c756a MD5sum: 432110673c509c0a34b128e267a042ad 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.20260908.164822 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 921 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.20260908.164822_amd64.deb Size: 86974 SHA256: fbc68ef03bf25ea839fd33cfc26b94000e0410dca6d7febc03736a8550f40e1f SHA1: dbf16f1f23ee86d33b3eddc4ababf8a7ff93d524 MD5sum: 51d2d5bfbe4bc0bed58184d27273a3e3 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.20260908.164822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 698 Depends: ros-kilted-smach-msgs (= 3.0.3-3noble.20260908.164822) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach-msgs/ros-kilted-smach-msgs-dbgsym_3.0.3-3noble.20260908.164822_amd64.deb Size: 550168 SHA256: 61d8df38d99d7b89c26d1bc17d1919c397744b32ab99df24594d5c4a31a5224a SHA1: 67c13025951acaaa49caed2247323cd33dfe8f60 MD5sum: 7606810e8417f1074bd66f91548bbca5 Description: debug symbols for ros-kilted-smach-msgs Build-Ids: 048f36f9abdf62147538551d29f97913c9e175c4 187d8da2d6545feaf77836658a4d0c79c82f356f 26b4201e45967158205df20cfc18c6d0bde6e0b4 324a1ca66093996d6026f194f47835c9c7b637b7 85f98eab483d2f9880a22f400cd84279a3ec759a a42b2d74edc4f784f18f7b6435206a15b0a165d9 a9d50d7eaeeed9abb34e551b39a116afb07224db b3df3608f8d4af265cb33a36d8601826f3437fe9 e45ced50108372b4cbaa355de531808013211605 eb938dbe4c58d5e7a1383da4e1dc173d29157680 ff4c14e9c80afe76bc420b539d791855669bc711 Package: ros-kilted-smach-ros Version: 3.0.3-3noble.20260908.205603 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.20260908.205603_amd64.deb Size: 38906 SHA256: d7aec70ea903bb3ab17cfa52c49591d388dc6c90dd142978077634210a2a2031 SHA1: 4e2a63a3382fcc4f1dae09e5132f98eea51d978c MD5sum: ea5d3a46f00c7d2e2d1328952a38398f 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.20260908.213209 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.20260908.213209_amd64.deb Size: 31230 SHA256: caccf0cf8a521339bba1212c331eae6098720189223af8dc3fc25f283a81b775 SHA1: 24995e6a9b8cf25b5f40b72fb82b846e75ce1afb MD5sum: 0aeb8dca1e9bb5b136f3114502b09982 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.20260908.213209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-kilted-snowbot-operating-system (= 0.1.2-5noble.20260908.213209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-snowbot-operating-system/ros-kilted-snowbot-operating-system-dbgsym_0.1.2-5noble.20260908.213209_amd64.deb Size: 388064 SHA256: 40f2bd84a0385d56c870cd095db8f7fd89657f9e46cc0726ebe7d75b9833a7e6 SHA1: c1d92b5587a8f7e76547d68df0b97438648a4de7 MD5sum: 027dd38b0e6725b051b5e23c4f7ab553 Description: debug symbols for ros-kilted-snowbot-operating-system Build-Ids: fd03bf59dfc18946c43ef1de60c900ed5757d14e Package: ros-kilted-soccer-geometry-msgs Version: 1.0.0-2noble.20260908.193524 Architecture: amd64 Maintainer: ijnek Installed-Size: 457 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.20260908.193524_amd64.deb Size: 42898 SHA256: 0c9c282a04c847d5c2cc2ca3121a7219e048dfbc990b4c6225cde15cd8e9362f SHA1: c73121071f65bfd99b1eaf0811f66f1970000f18 MD5sum: 5cc2c480f36dc747be86aa446c69a51c 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.20260908.193524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 263 Depends: ros-kilted-soccer-geometry-msgs (= 1.0.0-2noble.20260908.193524) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-geometry-msgs/ros-kilted-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260908.193524_amd64.deb Size: 171286 SHA256: 1c6135d6bacd0731801a284f92ae3f5f11d39a4bed723af3d8c5cf24efa25b6d SHA1: bfaa3d0c7bca9d06de21fbe955e1797c6ca5183e MD5sum: 872337cd01f69819c3fd6d4ce6e32974 Description: debug symbols for ros-kilted-soccer-geometry-msgs Build-Ids: 0a6d0723bba9f9505a73123d09a1dfb06abf0ec6 0dfeed2276c3159fb6652d05a36da89a5b667d24 3e815b99dcc4317404c745409493bcb48b666c4c 44617d7f9af60d9a39484e380d6d32d145f8badc 724ffe31057dc0add3446e1ce865588b70acb71f 85efee1e13ef7a7219a7ccd1c132fba5360ef799 884400d1f51b1ff0222e22e51cb61fb4edbd120c 95b52bc9f2d90c5a2a2fe2177a0f04c4888b4fe0 c5d9d6fd2a9c49fe4df3ef275f405439f4921fce f8be7359f41c94bde3ccd0faf72d14809be2002e fb8150fb940cca90bb4fc54288fd683891b58c87 Package: ros-kilted-soccer-interfaces Version: 1.0.0-2noble.20260908.201633 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.20260908.201633_amd64.deb Size: 5062 SHA256: 2eb08aeda655791ea9628e08b75557b6f355eb903b1247c8442d48f73a52c3cf SHA1: 798f023c67750da77a19510f12712b9c8d01fb8d MD5sum: ae05a79464f6398b80a4517705d1770b Description: Metapackage for soccer-related interfaces Package: ros-kilted-soccer-model-msgs Version: 1.0.0-2noble.20260908.194905 Architecture: amd64 Maintainer: ijnek Installed-Size: 1052 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.20260908.194905_amd64.deb Size: 85290 SHA256: f02ef88d319684bb4eb24a9fc068fb0582509c2ee61992cb94cd4374b0dc01f9 SHA1: 01c84a19b01a674d406d246317c57966118b8706 MD5sum: 98b1093071d997c86372b0ec0b261ba9 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.20260908.194905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 770 Depends: ros-kilted-soccer-model-msgs (= 1.0.0-2noble.20260908.194905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-model-msgs/ros-kilted-soccer-model-msgs-dbgsym_1.0.0-2noble.20260908.194905_amd64.deb Size: 600166 SHA256: 8f9d78bad9de786b2a299af09aa0c004a746da17b8f5cc429f171a19a3e3979c SHA1: c86afb382c14f947ebd982af510d1e81d9c56da0 MD5sum: d84ba8937ec9e3c354ba243b240eac7e Description: debug symbols for ros-kilted-soccer-model-msgs Build-Ids: 0c8091db8e8cc2bb08b7e0b9bedee0b9d54247af 1839322b227fd12b6ea5f81f30b2fabc0039ab64 4dbe2486f239459fc773e5877247eeaa86105fbb 660b37d1b9f723423a8dee45b866b0cd63e76e66 685b75b15db000af4f2639a2fd742a6c9c2e303b 6a8cf1ca5352686521baaac8b7a921a056ed866f 7ea2318c75949a8bf404fcce0edfed47526ea1c3 80c13a4da5d8978cc0674ad161abb798fad56f4d e969109cba2d8d536f5af250c3a6459b22e3296a f8d425639d96cb9ad6313f3b00fb1d144b0e76ad f90c53464f2eb2d6812011fd802f0f7e49250350 Package: ros-kilted-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260908.194915 Architecture: amd64 Maintainer: ijnek Installed-Size: 2287 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.20260908.194915_amd64.deb Size: 160910 SHA256: 741eb59841314cdab4a50bfb751495adcbd915f049dae8e4fafebf5db6f7e5d1 SHA1: 64730e3ca2a4ef0b09dff882021eecacff639779 MD5sum: caf5583ececde08ffc23445a2cbe3a72 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.20260908.194915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1725 Depends: ros-kilted-soccer-vision-2d-msgs (= 1.0.0-2noble.20260908.194915) 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.20260908.194915_amd64.deb Size: 1393530 SHA256: 91c54f2acfca2d29c52a997ec142e9987c54bff8207f5b32ca0665991a351936 SHA1: c0a1ca2cccb34caf477f9cca58b5e5d4161c2da4 MD5sum: 1eaa734196c363bae43f1bab3cdff6fc Description: debug symbols for ros-kilted-soccer-vision-2d-msgs Build-Ids: 033d0c8473cf4d290741d2b96de6c469a38ba892 41e2ff485af59862148013f2afd3487d480ec1cc 5a75ca710effe33278add9f4a75293ab67466859 5f515f76488c7615cb1fd62f72c01bd823f2c6c9 65f6aec72e7cdc5a5ffe226be7e61178e8de5a76 7498ad19ab5ade3a2b2162af62f03f4818c4f8d7 8de2b500af3992c1717119006d6276ab30bc537a 974288fe12a034e438e86bcde9b2c6de40aee3f4 b04c6fdbaf9da540452525548353f4ab1cf244ee d281168689292de81b5c157865e21237bcc5ac52 d295462679f3af95abb230effe1aef8d2ef07198 Package: ros-kilted-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260908.194917 Architecture: amd64 Maintainer: ijnek Installed-Size: 2300 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.20260908.194917_amd64.deb Size: 160726 SHA256: b53930b4c69ac62d4e22181c799204a2187c2e2e35f8408b2160e1850f52493d SHA1: f9908aabfb576bcb82b4269b8f3f80ed583ca890 MD5sum: 261fbafa5a23bd005a71dda2bade04c7 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.20260908.194917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1742 Depends: ros-kilted-soccer-vision-3d-msgs (= 1.0.0-2noble.20260908.194917) 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.20260908.194917_amd64.deb Size: 1409124 SHA256: b6ad9ecae14599fb949668d7d2d7614dba8e3f07aa131219cb7550889b996085 SHA1: 51f46651a66560087cc3f3cab2d8a72cc69ee54d MD5sum: 39523c3efc6a77e2852eaf8066786d9b Description: debug symbols for ros-kilted-soccer-vision-3d-msgs Build-Ids: 03619e303c00f7d8a1e5526e6cb43cde8134f103 088c4564c9abbf57f55deb21842ba07531f9e6b4 1c4861b333f644aea2393c1dee8c138edb23bd50 267983046fcade3165db168c0cc4c7224b3a3147 3199c93e2d0b80017981860b96b8207b3eaf05fb 33318c8f2a84f62a33bb3dd2f0e0862e742009de 686cc20da87d9ab1195a439836bfe3c17c5f5713 915d144a3bedd501d5872b755339477a2bc42621 95453bd54a28e415dda5e181efaaf5b5b7cd854b b8a581a50215f4f7720a19ca2cc536d9c6e92c6b e5597655a3ab445dcad9c3b1ff07eda1e7d385c8 Package: ros-kilted-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260908.213743 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.20260908.213743_amd64.deb Size: 165198 SHA256: 9b6ae4e714faeb763c4687da96cbe809ec2a1fefdb4ac0b60c0345a7a7bf955c SHA1: 4c9429f4117eeacf03bd3340b2cc09bcdf362bb2 MD5sum: 38a4df0e007ea133d68c9ad0cde57a00 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-kilted-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260908.194740 Architecture: amd64 Maintainer: ijnek Installed-Size: 692 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.20260908.194740_amd64.deb Size: 57038 SHA256: 4dd2e48a86828e2e9709dcf3a33834740c8f924192d0e72ae02837f1221d554e SHA1: 4e48af9aa159f08b49883fc06a5b9d528a4c524b MD5sum: 67f86c5766f69656071eee312a73cf5a 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.20260908.194740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 433 Depends: ros-kilted-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260908.194740) 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.20260908.194740_amd64.deb Size: 313224 SHA256: 10e4ad9b39f8bea13c845466f88e91ff88057a0263b7eab644ada72bb38a9f60 SHA1: 02acefbce71727bd3b001e2a22a9e11f5e8e25a9 MD5sum: 99f70d78597f1b0e7003d0ca5c875b0e Description: debug symbols for ros-kilted-soccer-vision-attribute-msgs Build-Ids: 19bdec38b3bd37c15c4404c1d74471c4ae9f1dfa 4727989ee2bce396dacbdc6eecb5c8be758cdd2a 55b5c17037496a391affea9dae3f0a5d2398031c 5aad0b89438eeb29085c786b43a5ba87432f5979 8e88a929f5386cfd36125112340e23714064f510 a39e64e87ccd5ff5a6280edafd6c44e6d3da7b2e b897e2a51a7f490d3f064b61cfc5146e00379880 c080d7df1dadabdc465a3a30588e3c9b88fa34b2 cb00b5527f0195054c6e03897ba48594c66bec69 df7746c37371d77d621310083c5254cdc94a20a0 ee432ee46c9123fd7fcc0a109d4c86ec6358efb7 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.20260908.204733 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.20260908.204733_amd64.deb Size: 169704 SHA256: 3052edb6ca9acab9ad046a959326536881d89defb20dd9d81e091a6ea7a92f63 SHA1: 3479a58d16bf22d9fff7576825e519e1a4edc648 MD5sum: 18c02ba9dbaae4fc5d1e5fff6bc74d83 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.20260908.145640 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1775 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.20260908.145640_amd64.deb Size: 133116 SHA256: d8ffff9e6ef2ec9deabd76f26133abfc26cbbe950939449c942eb9d9a82c3a4c SHA1: fa29d42e1890d6ae800c6255116068598813bd51 MD5sum: ad367911d39da575d57f66d384a3ed1d 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.20260908.145640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 950 Depends: ros-kilted-sound-play-msgs (= 0.4.0-2noble.20260908.145640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sound-play-msgs/ros-kilted-sound-play-msgs-dbgsym_0.4.0-2noble.20260908.145640_amd64.deb Size: 670854 SHA256: 6936fa715205af83844d70f7c7a4ebcee6f09531be312d7211f032fde022a9ff SHA1: 670b53638fe0f4ec17a458f6703a73bdfe2c2a33 MD5sum: b9f5618cd357e4a6ced90f5ab655f8be Description: debug symbols for ros-kilted-sound-play-msgs Build-Ids: 1ce7577e435e5f45f8508923152aeb3f417d79dc 1dd5bb5d4bb36f8b24e1101e8132f5d83c958e87 5f471b114a2d703978e08d21993f8b74d1af9492 62e3d6fe8f69d45dda81d88320a5e07e99707d46 7327c629222aeffeb3542f0a1768ece3a3cc55b5 b525bb7b2ad46edfd412c87d38baf90684b1c447 b689d65b980f83697945a0ebdf7471a8dd5c6c60 baf0d8a41283f04c9375b03f8f374aa50b41f177 c1e9ab9ba687be8cd8fc7a82d4b1bb1993d8b74f c6340b425168ba8f7a61ffa487d1795acaf8be4c fdc8dee35c2874988b2d720e07f1f7e3d3daca04 Package: ros-kilted-spacenav Version: 3.3.0-3noble.20260908.211414 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.20260908.211414_amd64.deb Size: 101702 SHA256: 9b15a39f1e37af3001c86021aae832e59d06508f0c0298589eefc3a62588ee14 SHA1: a7f2bd5183f98a81946cbda3b104c8501fcc2b8d MD5sum: cb644fa0eebe38b8ac93e029fe96cb85 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.20260908.211414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1936 Depends: ros-kilted-spacenav (= 3.3.0-3noble.20260908.211414) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spacenav/ros-kilted-spacenav-dbgsym_3.3.0-3noble.20260908.211414_amd64.deb Size: 1767262 SHA256: 70940b08dde30c2a2d1964f67f80988103501a4e9c37596d6657c5b5fbbb15c2 SHA1: 8b18d70c27c4f10a1fa7c72b630b2624a4626010 MD5sum: eba00ff1cffa4c361bdb2c9e834b00fa Description: debug symbols for ros-kilted-spacenav Build-Ids: 1b2285fe15dcde698e8df71cad821fc83bc12899 ac320c9cb18a4de095cd9ed1d12fa87ed4d005f9 Package: ros-kilted-spatio-temporal-voxel-layer Version: 2.6.2-1noble.20260908.231204 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2242 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.20260908.231204_amd64.deb Size: 430846 SHA256: 09b433cd9e95f3b3c861b1d739b45909d24f9c02390e8805e57fdc158e09e9dc SHA1: 1a6319016109068385cd91566c5ee46a306e30a0 MD5sum: bc8497b166a8caba0e62ce70ab694121 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.20260908.231204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14076 Depends: ros-kilted-spatio-temporal-voxel-layer (= 2.6.2-1noble.20260908.231204) 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.20260908.231204_amd64.deb Size: 13100890 SHA256: 1613b7a91649f834766996f932f58fa630f048b149d54671e2f147d0667a2f0b SHA1: 69f84d1dc9c2000d4499fe3b9c87e9278ce04875 MD5sum: 40b953d6586e5a8a06ba70c38aa7c334 Description: debug symbols for ros-kilted-spatio-temporal-voxel-layer Build-Ids: 10525f9a54838bb91f0008426c7dc0d11a59dee1 364b3961b9f1d51d055a0ea893c538534b0c2855 53c82fe53e91bc1a291a11a705988fa6ea1b5cba 56298ccb24305566c541e3b124396dac076b0473 5e8f9bd6fdefab4c79a4c7833f07325cb23d32c0 74163971b961fd30adc458cb89c579a92de93d0a b5dc52c0f2760dae06f1e1addf7b49ef6a062a2d d3e9f134ecc840c8ac3a6ed38f9fee3561bd1348 f1e91469936b2ef19f9cb38ff4c41b0075f58a6a f41b0bc9f151b9ccac09d32a9c31206a50be5a32 f4cebaecd9dd45552f020b728fb6744a1e52ec99 f8fbf4bf50e01220e6b8cf4d9ea2d93ad77776b4 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.2-1noble.20260908.194806 Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1481 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.2-1noble.20260908.194806_amd64.deb Size: 141200 SHA256: 54c65d222a5507598b44773fac9583035271a0e21f11264683b6f15343869ec7 SHA1: 20563689c739a573e3231bc1a399482d8613eae0 MD5sum: fffc95f3f10356d0d635f531d1aa360a Description: speech_recognition_msgs Package: ros-kilted-speech-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-speech-recognition-msgs Version: 5.0.2-1noble.20260908.194806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1393 Depends: ros-kilted-speech-recognition-msgs (= 5.0.2-1noble.20260908.194806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-speech-recognition-msgs/ros-kilted-speech-recognition-msgs-dbgsym_5.0.2-1noble.20260908.194806_amd64.deb Size: 1161330 SHA256: 7a611ab9311f67f97ced157bda712847d481e304d92a4e68db32cb37bbe451eb SHA1: 05068b51e56e222b988e6abe4611f259570ac025 MD5sum: bfe470f12b926657e0205793ef10d936 Description: debug symbols for ros-kilted-speech-recognition-msgs Build-Ids: 1ac672e5cfaae03d146afafd2f36e5211b18c412 28ec0a66bfe6b37c533a55538f5276aec03f3245 52a35fb2091f7c936e411152d28272eeaa98ab0b 5451f7033412e6eddc84157f5c6d081b6080f0cd 551f1fc3e9b2dc23830c61b562bb790034898ef4 59f613a137e0355a0920399cb0f0089c4f3d11d0 6f7ce133a750de9b9e322c1bf30ea1df0e443326 c3eabedddf8dad9723e87728c4ba95647b4ba2a2 e584aaea09e0b70d622951d49ea7e1cc672fdf1c fbcb74fab7038b514df2708fe0aee808660be85e fcb098fe9f7c5c4947a09f063cf8e4e6f5a1def5 Package: ros-kilted-spinnaker-camera-driver Version: 3.0.4-1noble.20260908.225916 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.20260908.225916_amd64.deb Size: 11254336 SHA256: f7ce55eb9348275b258ba7e5b11636171c3ddf8472947af92dc851b9980a8255 SHA1: 946d6cfa6178c19532067a27009fe2718d3897a3 MD5sum: 5d1ff6b1f6f7585759e4e907c88c3c55 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.20260908.225916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5984 Depends: ros-kilted-spinnaker-camera-driver (= 3.0.4-1noble.20260908.225916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-camera-driver/ros-kilted-spinnaker-camera-driver-dbgsym_3.0.4-1noble.20260908.225916_amd64.deb Size: 4452980 SHA256: 8f38fa4c22d9813a6f886e33aea23b224be5a3f3aa9496dd0566d0dd8139ab69 SHA1: 95ed081d144d9e9cf71dd81fc257c8d75bbff582 MD5sum: c0246e98e7d69faf19700ee442e8d7ad Description: debug symbols for ros-kilted-spinnaker-camera-driver Build-Ids: 32be808ddd4e262871326ad223e2f921fb08e92c 44299e64a28490ec74f100874183c7b7223c26ac 466ceff51af8fc4ba0a823d740eb45dada800ddf 6a3efc0d772203c0ee984f040f2cf5e828ba646d 6d73ad405df5a41373d431beff97e3d74ecd098b 6ff6b179d3d92055c78646b29a44867682cd35b2 913db819c7910909008a210b6c588732b04dd8a7 a83cb6383dd6dd06fc197caa0a11fdc847ff1b68 e2549ad349239d8efadb8ec25b668ec819a8b43a Package: ros-kilted-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260908.230846 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.20260908.230846_amd64.deb Size: 57548 SHA256: 98c858a756da76e33f310bd761e6a17d340ff9e53e0116070365a3fe90f5b7c6 SHA1: 94c3a81981957d574a166062f78ebf81b8d87816 MD5sum: 2cdb3794164fff591829e43894a2446a 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.20260908.230846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1843 Depends: ros-kilted-spinnaker-synchronized-camera-driver (= 3.0.4-1noble.20260908.230846) 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.20260908.230846_amd64.deb Size: 1791258 SHA256: 76546e18ac3a909e88a33a9a820518bc95d40bf67bc367d3c50478e0f21d52ac SHA1: 07443b91624fa9214e4c4cd8ebbeb98f8b4bab46 MD5sum: 129e9e11ad5a84a0594c672b95f8b86e Description: debug symbols for ros-kilted-spinnaker-synchronized-camera-driver Build-Ids: 0d2b3f3c4f72f9fa72fbef39e25cbafffddebd5d cd451de8fb6a3f948b5b5cb831eae1607e2796f1 Package: ros-kilted-splsm-7 Version: 3.0.1-4noble.20260908.194823 Architecture: amd64 Maintainer: ijnek Installed-Size: 482 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.20260908.194823_amd64.deb Size: 50074 SHA256: f729ec99e55c86e0ff1ff8a50924104c011cbaaf9f035ade79e5415af6fe6a56 SHA1: 1262ce9fbcbf9d791194b647b55e1130825c27fd MD5sum: cc605e69acacceb7f266d0e7c72b9e66 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-kilted-splsm-7-conversion Version: 3.0.1-4noble.20260908.201652 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.20260908.201652_amd64.deb Size: 6098 SHA256: 901441d5887e011cd4c261cc5df890cacc63643c397173d5b94560d69d0ab3e1 SHA1: 1e0456a5f9a93a488b94aa76d19518e61648c3a2 MD5sum: 92fb56600745814b1e95ebcccfa8829c 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.20260908.194823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 308 Depends: ros-kilted-splsm-7 (= 3.0.1-4noble.20260908.194823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-splsm-7/ros-kilted-splsm-7-dbgsym_3.0.1-4noble.20260908.194823_amd64.deb Size: 218372 SHA256: a32e2c687d4278de94c0a4acd4a0c9d47aebfcd928bdbc24c4bd5d6f3a8015a3 SHA1: d19d8b908279dfdf4ca4db8dbc69a01618fa097b MD5sum: a4d857df359a26cfa998e451ac0c3a76 Description: debug symbols for ros-kilted-splsm-7 Build-Ids: 0521e70e2a4e8cc280b5053b6541eb41554034ff 485bb5879a2de10bd238c7c73fd3ec6e49cb0879 5482b0522f3bb857ab7906282e5509b41acb980c 5dee08be25e85ba0b1e69421ddf8c1a04d154d50 689cbe8c95a2fa567fae20646168731e367a2dfe 7597ea64b86c09e107cfdd8995fedf321eb8a37e 82f25e493eae19c2e1eeae330d2558f99ef8a793 cddaf3e2ad25fe40418650444c98a984d6405ceb d141d5e3a8d5139fb4d1c4a6381edfd36c66be26 e51b59f9084a228016978223a0d069c838a6f049 ef4b1a56f08ea27954921c0b5bd05f08ad0e3a26 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.9-1noble.20260908.221958 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, libtinyxml2-dev, ros-kilted-console-bridge-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.9-1noble.20260908.221958_amd64.deb Size: 60668 SHA256: 1718aad241fcaf2c9d8fac1d652090ae74fc013d0d1fc7f59251204e3fef1c66 SHA1: 8057acb6540fda12cef609d884d5744339af0a4a MD5sum: c047b66e7c348ed9ce00ee9f27995e3b Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-kilted-srdfdom-dbgsym Package-Type: ddeb Source: ros-kilted-srdfdom Version: 2.0.9-1noble.20260908.221958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 716 Depends: ros-kilted-srdfdom (= 2.0.9-1noble.20260908.221958) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-srdfdom/ros-kilted-srdfdom-dbgsym_2.0.9-1noble.20260908.221958_amd64.deb Size: 684844 SHA256: 50c76dace3aeaf3c6a574cf28aaae2857cb65d7231b8658f31e6722c71dea32a SHA1: c0aa8525d2bbf295a38e91271f34f71c365f7670 MD5sum: 9adc2804f8f5c8055ac4533328a08e01 Description: debug symbols for ros-kilted-srdfdom Build-Ids: adc7a5a6f4357cefcfe79659b9e1b652816327e7 Package: ros-kilted-sros2 Version: 0.15.5-1noble.20260908.222305 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.20260908.222305_amd64.deb Size: 44046 SHA256: 48b354dbcf72938ff6d1b20de1890cfd063beaea5530a8bb482c25adac7d72ad SHA1: 515ff98fa07245567e1467f7d8e4a0611da7e7ea MD5sum: 9331fd534b642f119b51a59ccac0d219 Description: Command line tools for managing SROS2 keys Package: ros-kilted-sros2-cmake Version: 0.15.5-1noble.20260909.002358 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.20260909.002358_amd64.deb Size: 7074 SHA256: 880ae687548205961c249c81be07d41642603d2b6d7b20de09997c58b14910ee SHA1: db7002df7483ab97e09b83347c2feafafe257af8 MD5sum: 419880dbc04ea49ac42a3fb10a843389 Description: CMake macros to configure security Package: ros-kilted-state-interfaces-broadcaster Version: 5.17.0-1noble.20260908.234515 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.17.0-1noble.20260908.234515_amd64.deb Size: 86092 SHA256: 3d001f5947f7fa59c18568e004aaf1a92cb4d4bcc96f1b18b70c0a50028bea69 SHA1: 94d4ed5b8b74cd6913f83fe805d891b831a23e18 MD5sum: 6cfee8f070f35d8cd4629c54aa7dbad2 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.17.0-1noble.20260908.234515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1375 Depends: ros-kilted-state-interfaces-broadcaster (= 5.17.0-1noble.20260908.234515) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-state-interfaces-broadcaster/ros-kilted-state-interfaces-broadcaster-dbgsym_5.17.0-1noble.20260908.234515_amd64.deb Size: 1272160 SHA256: d93b25949b9ede205cbcd83a9693d7db690e9cd00e729c2ac1195197080526ce SHA1: 83f8b2c768ab1b4d5fe23b92dc520b299f41eded MD5sum: 0157cc9a1cb46238f6ae7747cae2562c Description: debug symbols for ros-kilted-state-interfaces-broadcaster Build-Ids: d4b1bf10c9ba94ee63d9892a3bf11f3cc4280eef Package: ros-kilted-statistics-msgs Version: 2.3.2-1noble.20260908.145642 Architecture: amd64 Maintainer: "Geoffrey Biggs" 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-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.20260908.145642_amd64.deb Size: 68830 SHA256: 48a1b5f2a8cd67b6e5b495e4bc81e10fdbb44c936f10c329eb5278ce81113e4c SHA1: cc4ed6e00275db05622f0c38d5a542adc06b876c MD5sum: 3b043a0c6021a2236d45270097e09cb9 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.20260908.145642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 504 Depends: ros-kilted-statistics-msgs (= 2.3.2-1noble.20260908.145642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-statistics-msgs/ros-kilted-statistics-msgs-dbgsym_2.3.2-1noble.20260908.145642_amd64.deb Size: 378032 SHA256: 84c72a113cc7afb2f1227ce3d1691f196d014d3ae6cb86481bd0341f515cf56f SHA1: d1614a988ad86abf1569ccfb280c5c3b26104c62 MD5sum: e4121d1dcc7e907d89873130cc7fe564 Description: debug symbols for ros-kilted-statistics-msgs Build-Ids: 08203f82c27d3fe25fb0ad7a4ea6cb6ff631e894 0d3cedd11905afcb06e4c54971a94046d8327cfd 100462ba337da0f1290140cc2f651dba80a45fc1 5d647bee9855d1795d2572df959d3f9ba8539197 605f6ccc9f49be90dd9b1fd747cd3c05172b9e6f 6a707ec7f43268e046fef9c168ef26469b42593d 759d0ab49079b213a5a6952593af2670a40c617b 77fa1434996affaf7b2ce08c82771d15c7dd9d2f 7e833f4258d083eb6b18f7e6ff19c48c3de0d20a d7a5acfba2d71e9a6fac5e1fe4e3c3eec72d46af e47e422572e9a8f821bdcad54d7588d16e9ef086 Package: ros-kilted-std-msgs Version: 5.5.3-1noble.20260908.145644 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3850 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.20260908.145644_amd64.deb Size: 235998 SHA256: d96042f54a5a847799e5bcc7e1764b5226271d084cb9652d9521121893d0bd94 SHA1: f472aa7675bb6f8a78f07d36c204e6f7780fd2d6 MD5sum: 98ea4fc186d584607d1f3b9c13977e2e 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.20260908.145644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3297 Depends: ros-kilted-std-msgs (= 5.5.3-1noble.20260908.145644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-msgs/ros-kilted-std-msgs-dbgsym_5.5.3-1noble.20260908.145644_amd64.deb Size: 2727320 SHA256: f77fc93e11ffb48dc7b341924a6464a4a8b314b5e539309d815671fae1bac519 SHA1: 2100422665617a60eed2b001ee277e87a690f5a6 MD5sum: 896c9637b68515e2be7db8bb190640c7 Description: debug symbols for ros-kilted-std-msgs Build-Ids: 00ee5a545c4f5f4f34eccfbf59fed7a1f449f603 13fd98445106efc6c981f3a29c63e91fc3d65991 54ac91c2412c3a23fbc6c106f3263457e55db298 54da2a81e34050a50d5f0d020295c4408210a20e 606d603d0a07baddf148a5f980a69524c832d064 60c27c89fda4caf2df1413a087e3b4712a5c2707 762a3ccacfd9a5d4037b35bb087e5d715fb63e83 77a02b03ab9bd927d059f4bf8a717b77b44816e7 79170bfb699cfd16832e08932eb20353e068b03b 9015dc3d2b18c9cac797e8beb3f9b86d474ecfa7 a1e855c8d851e7b4fbb574c1d4fdbf160cbd4b4d Package: ros-kilted-std-srvs Version: 5.5.3-1noble.20260908.194834 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1432 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.20260908.194834_amd64.deb Size: 111458 SHA256: f45daf202da5114eb8d97b39d5aaa02c3ce9ce9c4c9c71c47b7584b8bc28e5fd SHA1: 6a8f6ed33163d348799c50130342d3ea7d5922b3 MD5sum: 02373fd7e859b794538e63fb4593bcb1 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.20260908.194834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 992 Depends: ros-kilted-std-srvs (= 5.5.3-1noble.20260908.194834) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-srvs/ros-kilted-std-srvs-dbgsym_5.5.3-1noble.20260908.194834_amd64.deb Size: 765496 SHA256: cdb816caa4b4524413994815e2b142283fb2d31768e65910e0325b43307a8fbb SHA1: e9341d883a209a0f90b530420313e9c2a7f34a2e MD5sum: aae779e168f915c1338ad8e65a19165c Description: debug symbols for ros-kilted-std-srvs Build-Ids: 216001401d22fbc147795263758f9212084c5538 26fcc33e46c4128e3dd395adf5d5d2907a175539 57060b4b8099c0628468d84a3faff66bb8c3e73c 66faa712b79b8d6d4709ea0b9587c285441ae812 6a5fdd7ad42275616e84cbd337d9cccce765a394 6af076bf607a81613c5cd97c7dd5bef8bfabb559 77a439fa07cbd31dd9ed6cb87eddd6afe42b44e8 a3a6d5e36040e54548d68ac29c209b44206f107b a6a102566a853796bc15aa09dd026f659caeca1d b8240ef5f1926515d2400cff97435561ddc775e0 c2ded1fd2bb59f87b1a7b6c9d1fb53c782834524 Package: ros-kilted-steering-controllers-library Version: 5.17.0-1noble.20260908.234155 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 883 Depends: libc6 (>= 2.38), 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.17.0-1noble.20260908.234155_amd64.deb Size: 201238 SHA256: 0ec03c78c3e2bdd262141259b4f7edd1f50de757dc6b2f9c1a8453d1aa06ee25 SHA1: eaafea5f03fc4afc23d33953e76edbbc193b9228 MD5sum: d16c6d9c5b210a03c48daf5049901307 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.17.0-1noble.20260908.234155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3683 Depends: ros-kilted-steering-controllers-library (= 5.17.0-1noble.20260908.234155) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-steering-controllers-library/ros-kilted-steering-controllers-library-dbgsym_5.17.0-1noble.20260908.234155_amd64.deb Size: 3245428 SHA256: 058694f0b087495cc9ccc69b66bb7b52d260d6914ec52c471bb94149219bf998 SHA1: 79ec34b6edf7299ed501dfadb6fe067e6c312a8c MD5sum: 4f5b91007e1b63c060dc3b88675285f7 Description: debug symbols for ros-kilted-steering-controllers-library Build-Ids: 75e38f97cf8cbb5ca2c66f3ab7385c28200d65e4 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.20260908.223919 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.20260908.223919_amd64.deb Size: 282294 SHA256: fec8704ceea014bd0af9419125edcb241f8a34cb51d1ecde213fb1a7937207a2 SHA1: 4465237c819007cf9e6ed69b8826daf1e41fb0dc MD5sum: fe78e38281dbd7d2cc74596edc200088 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.20260908.223919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7155 Depends: ros-kilted-stereo-image-proc (= 6.0.13-1noble.20260908.223919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-image-proc/ros-kilted-stereo-image-proc-dbgsym_6.0.13-1noble.20260908.223919_amd64.deb Size: 6234678 SHA256: 8a814e1676b50f396714214632e12ab5bc9df12802f15681a5c8c4baf3cc4ac9 SHA1: 6af13462c512e4cc5192c4d53c02bad06a260d72 MD5sum: 827a6e328dd2ee9d53df64fcd39ec600 Description: debug symbols for ros-kilted-stereo-image-proc Build-Ids: 6b0241a33dcce0a78513f9d125763b389cfd02ee b9e5c41e582b5d4f522b7765210648bf1b082538 f6609b73cbbfab9d98556b34e14db3cc91bb1836 Package: ros-kilted-stereo-msgs Version: 5.5.3-1noble.20260908.194343 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 507 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.20260908.194343_amd64.deb Size: 49184 SHA256: f3cc2d8252908d5f76562078bd779a56caff696202e1df2e21c19e96ea70924a SHA1: fadcdb7901db567d9c55c712e4b714df7fe27a99 MD5sum: d418a183b0b88e2e4ff8c55fa97448e5 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.20260908.194343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 300 Depends: ros-kilted-stereo-msgs (= 5.5.3-1noble.20260908.194343) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-msgs/ros-kilted-stereo-msgs-dbgsym_5.5.3-1noble.20260908.194343_amd64.deb Size: 205580 SHA256: 754b1cca295948cc446db4080f1565ccf838a4e45348aac0f8b8a5288c3c84f4 SHA1: a846d9a1993e2ecf3dc2d60aaf24073b48ab0034 MD5sum: 2271849340f0e555d530982578563136 Description: debug symbols for ros-kilted-stereo-msgs Build-Ids: 00ae6c0648d8767add78c8c4c1aff83ad67316db 03f50f73e0e04dc70bda3b3a226aa8c49024cc34 209ce66e58c4e2220494ea594c557f74cfd7ed13 5eeb51b5cca4a30663e9f23212d3e4f4a840c3d1 7ac6c8250cf7badb2c1898f4b6261a9dc5b114da 9c432adbe523203cf762b8b02221547fce4f415b cdc26e3246be9e923577ecc2454be349d6cf33e4 d4ed4c56b1432b8d7177538de7783a4421e2fc5c e639e798671ed2365f4759f9b5047bc6db593923 eefaf0a93f02f9e106f142304089a7dd4828c776 fe2677c7ddb27c49a4e624a2a0f3f022d28a5252 Package: ros-kilted-stomp Version: 0.1.2-4noble.20260825.001156 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 213 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.20260825.001156_amd64.deb Size: 67952 SHA256: 2a7637e4a3dd12667941aa57932c48b71cf44cbf1682c0960ec834e94b4cc51d SHA1: adc29fc163763d68c7cda570dcf18365db8f3547 MD5sum: 168940031ba0aae0bf03ebf008ebabc2 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.20260825.001156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-kilted-stomp (= 0.1.2-4noble.20260825.001156) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stomp/ros-kilted-stomp-dbgsym_0.1.2-4noble.20260825.001156_amd64.deb Size: 2629754 SHA256: ea64b55ff25ecbdae4a56f123929e5c8ab2305859dfb10c33da43c8671eca947 SHA1: 89afadd87c42b8a15053bc5679ef1a1488344ad5 MD5sum: 70b99f3bb2e369cc55b16632b73b9df9 Description: debug symbols for ros-kilted-stomp Build-Ids: b3de3ff2ede7bd4159663f260889dae4a01b09ab ca724981777f6e8cd17d3498a33cd06311df7083 Package: ros-kilted-swri-cli-tools Version: 3.9.1-1noble.20260908.223642 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.1-1noble.20260908.223642_amd64.deb Size: 14566 SHA256: 1fee9548d69da095c8717a72e1964a8c7efa18f05279ede16cd73ef31015a66d SHA1: 272e857b65ad4d00e0eff5f6c9b38e00f940fce5 MD5sum: 226ca935971b4ba44c746c53a262afcf Description: Command line tools for introspecting ROS systems Package: ros-kilted-swri-console Version: 2.3.0-1noble.20260908.233952 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4885 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, qtbase5-dev, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosbag2-storage, ros-kilted-rosbag2-storage-mcap, ros-kilted-rosbag2-transport, 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.3.0-1noble.20260908.233952_amd64.deb Size: 1822442 SHA256: 3fae383da7b3d54c96064ec5292ea58af9bbe4bec2d7fda2de4557f72cf34621 SHA1: 3f4f7eece50a8b1511d3bf079d4d1f1a665b1815 MD5sum: 3eaed7076fae572b39f4cd16ef06cee5 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.3.0-1noble.20260908.233952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6078 Depends: ros-kilted-swri-console (= 2.3.0-1noble.20260908.233952) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console/ros-kilted-swri-console-dbgsym_2.3.0-1noble.20260908.233952_amd64.deb Size: 5755748 SHA256: 3ea965e54b356201b202d5d12ab8761408dee0ddd4099fd87036b0de835afba9 SHA1: c82eb7aaf6c4b3b76923a0f6d696e872e49db59c MD5sum: 499b743248d9788a2a82da58977863c0 Description: debug symbols for ros-kilted-swri-console Build-Ids: 6230143ee4ce90e8a9c63bf660113bd875f8a9de Package: ros-kilted-swri-console-util Version: 3.9.1-1noble.20260908.232336 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.1-1noble.20260908.232336_amd64.deb Size: 17770 SHA256: e364586a4a2c7ce38abe84563fbc67ef57f8c9aa3f74c0938acff24ec0b5d67a SHA1: f81a1748a39af0f8ae472fe98363e15c50129d41 MD5sum: 4e9546bd21030a41e292062552ce4522 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.1-1noble.20260908.232336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 219 Depends: ros-kilted-swri-console-util (= 3.9.1-1noble.20260908.232336) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console-util/ros-kilted-swri-console-util-dbgsym_3.9.1-1noble.20260908.232336_amd64.deb Size: 205188 SHA256: d5a1a468c524da9590907e7b3b1b4a0e6edb41c662ad16ea0af054f6cd9f470c SHA1: fb9cb8fd4af8f1570c4dcda434e108eb45e6cc61 MD5sum: 03274e488d0cdf0dcd9e32573af4c89b Description: debug symbols for ros-kilted-swri-console-util Build-Ids: 608ccaa90b44bf7e6efc384f1a3ada2b6f8cd8fb Package: ros-kilted-swri-dbw-interface Version: 3.9.1-1noble.20260820.134736 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.1-1noble.20260820.134736_amd64.deb Size: 8792 SHA256: 64b0e79958e265e9805758c4bfc07e940441816986ac935b7c17bef02d1155b4 SHA1: ff0c86d7ef7e7279698779d1eeac390fa9f5ad7c MD5sum: 3b0af4c1c3c86ec91697f6e69943c606 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-kilted-swri-geometry-util Version: 3.9.1-1noble.20260908.203303 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.1-1noble.20260908.203303_amd64.deb Size: 46882 SHA256: c3d6bf517a877eaa1401c4a080e25feed3559d3b05fa3851869ecc66438d0685 SHA1: c4d3e05321d6407a6a3d8503cbd0d5135920790d MD5sum: fb55628e70ec311ade00e78a8f0ecc8b 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.1-1noble.20260908.203303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1779 Depends: ros-kilted-swri-geometry-util (= 3.9.1-1noble.20260908.203303) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-geometry-util/ros-kilted-swri-geometry-util-dbgsym_3.9.1-1noble.20260908.203303_amd64.deb Size: 1782810 SHA256: ee5e1b41ac7214bf96300e888bc00166fd361a9ad2736f0df58cdf8c1795cece SHA1: 70956821f9b74fd5efa41c1c4112b99cc1c24d54 MD5sum: 79be4271921bae64956c36d06db3abad Description: debug symbols for ros-kilted-swri-geometry-util Build-Ids: 4dea357addd91d6a6768412d3b9c7242e379cb25 Package: ros-kilted-swri-image-util Version: 3.9.1-1noble.20260909.001841 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 642 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.1-1noble.20260909.001841_amd64.deb Size: 176382 SHA256: 6c11d2e02927b0a49d5bd7b5ac80c18090636edffe63cce4a866e359e1fc75dc SHA1: ed9b409728eb134d30815a68e146614a19e778f5 MD5sum: 55081a744dc0049ac0d999ca61f81390 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.1-1noble.20260909.001841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6678 Depends: ros-kilted-swri-image-util (= 3.9.1-1noble.20260909.001841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-image-util/ros-kilted-swri-image-util-dbgsym_3.9.1-1noble.20260909.001841_amd64.deb Size: 6485210 SHA256: a632ac921e09e3216a97493b8177566130acd4fc6a8e4764f688b2b0b4398002 SHA1: 019115fe850258878eedf1824e34d95ef9109677 MD5sum: 7f8a6b111ec7598a20fb1cbdbead07d5 Description: debug symbols for ros-kilted-swri-image-util Build-Ids: 9720642668a16fbd3783fd245cb42037dab7d1f6 bbc27756dd00e6613548a29c920452ac641aa78f Package: ros-kilted-swri-math-util Version: 3.9.1-1noble.20260908.232333 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.1-1noble.20260908.232333_amd64.deb Size: 31590 SHA256: 767b34630b6656d0070c8d29eebbab2c97087cc51e8c760b8995cef056c0374b SHA1: 90434fd8383636001f6412d374f0660e579a037b MD5sum: 20683468912d60722e6f6b81747905f5 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.1-1noble.20260908.232333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 333 Depends: ros-kilted-swri-math-util (= 3.9.1-1noble.20260908.232333) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-math-util/ros-kilted-swri-math-util-dbgsym_3.9.1-1noble.20260908.232333_amd64.deb Size: 314324 SHA256: 9087c33cf0627330b95edc19755081be6bf47578298434c715a7db8817108f3d SHA1: 725283abc5da2769c19a2ef6ea28361ee55f22db MD5sum: 17a9aee4135cc6fdf9fc26c26ffe9ec1 Description: debug symbols for ros-kilted-swri-math-util Build-Ids: 636b1d5ef73f4f4754ec730a5f8cb04b7a7ae773 Package: ros-kilted-swri-opencv-util Version: 3.9.1-1noble.20260909.001210 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.1-1noble.20260909.001210_amd64.deb Size: 47796 SHA256: fe1b422b5d66f284fc1641f024f54c993e2f4a1d3a1388df3e4b4721f45dbefd SHA1: 91ca414e3ebfa7d524d0cee2854f48386e1824e3 MD5sum: bb7111c32ebd47fd4f060859abfe567d 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.1-1noble.20260909.001210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 515 Depends: ros-kilted-swri-opencv-util (= 3.9.1-1noble.20260909.001210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-opencv-util/ros-kilted-swri-opencv-util-dbgsym_3.9.1-1noble.20260909.001210_amd64.deb Size: 489546 SHA256: 34b82cceba65c5ad27c52fb77a3f612f541ce5be829b0387f85a78570415a899 SHA1: e690c78ec8de923617d03d27af85894aca0d60e0 MD5sum: 894c18f0be17578cda170a36e856b705 Description: debug symbols for ros-kilted-swri-opencv-util Build-Ids: c8b171dbf55bc6ef306c942ae56a5b6af68ed64d Package: ros-kilted-swri-route-util Version: 3.9.1-1noble.20260908.233718 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.1-1noble.20260908.233718_amd64.deb Size: 66342 SHA256: 045e1fcaba53b4c745a11421a514862fde2274e563741099c0fe89fd15717772 SHA1: b9217f2180943ab2a293343e833f3288b207f471 MD5sum: 233a28d7915a67e297c118666b9eb6a6 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.1-1noble.20260908.233718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1065 Depends: ros-kilted-swri-route-util (= 3.9.1-1noble.20260908.233718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-route-util/ros-kilted-swri-route-util-dbgsym_3.9.1-1noble.20260908.233718_amd64.deb Size: 1035012 SHA256: 4d63e737e4fd01870bd9ebcf3cb5df36e7dacad41a7e3372e1e93438002bacb7 SHA1: 813cf57fe3694f1b05834c8e7044a60a37e1963f MD5sum: c3e295508509ee0e7b06989501da1960 Description: debug symbols for ros-kilted-swri-route-util Build-Ids: ffb3da4c8df0ea781daf5829eff67c13172adc10 Package: ros-kilted-swri-serial-util Version: 3.9.1-1noble.20260820.134204 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.1-1noble.20260820.134204_amd64.deb Size: 21382 SHA256: 0e1f9eb080832ed4c75f4318741fbf717d81d20c23d97a83ec5004f1769744ce SHA1: c450689cc555df6e9cfaa914903fc207f97a2d9f MD5sum: d683778a15c9a1bdabdc8c388bedd0f4 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.1-1noble.20260820.134204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 106 Depends: ros-kilted-swri-serial-util (= 3.9.1-1noble.20260820.134204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-serial-util/ros-kilted-swri-serial-util-dbgsym_3.9.1-1noble.20260820.134204_amd64.deb Size: 90920 SHA256: 398e357a36c82490202ac574339bfca9e46baab77dfb75ab9ad383cf82eef24d SHA1: b36073283a4a927429966c82101eda028f1c58bc MD5sum: edfbffaa2bcd8ac0eea5d5c3fedb0410 Description: debug symbols for ros-kilted-swri-serial-util Build-Ids: 9cd538d0cf722427e5f27136e5f535a42bdde73f Package: ros-kilted-swri-transform-util Version: 3.9.1-1noble.20260908.232728 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2721 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-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.1-1noble.20260908.232728_amd64.deb Size: 440218 SHA256: 7fdff8f153f26259903cdfa88222b844d223111e9b676ffd7629f90e743d7ea3 SHA1: 28e46069c5d5fc0fb44e111a5ff07d01cfb4a537 MD5sum: 90063561465935381e9f1389cc6bc93c 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.1-1noble.20260908.232728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 12639 Depends: ros-kilted-swri-transform-util (= 3.9.1-1noble.20260908.232728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-transform-util/ros-kilted-swri-transform-util-dbgsym_3.9.1-1noble.20260908.232728_amd64.deb Size: 10647524 SHA256: a50fe598ac144a3cda3944df72fa3cad51e4967ba158eaa3f2ced412dce2344b SHA1: 53cbfef5f0e731fc71a5ee464e44a22fbc2da69e MD5sum: b31eaa55c449453ae2a6144af7c26d54 Description: debug symbols for ros-kilted-swri-transform-util Build-Ids: 2d1766791b9454664ce09ea6992cb81121afc687 4891f50ae658b85c0090a3e5fd855ae1316a3cb3 ed05846df2bee18205c815468056e73f5556243f Package: ros-kilted-synapticon-ros2-control Version: 0.1.2-2noble.20260909.002633 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.20260909.002633_amd64.deb Size: 1335820 SHA256: db127acede55dcbf926b21671e98e2654a22839336ac7d7cbdc278efdf843938 SHA1: 9ce497169573f0c8e73902ec669684144be33811 MD5sum: 1d8d959480492e54dbbe483e7150c46c 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.20260909.002633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 990 Depends: ros-kilted-synapticon-ros2-control (= 0.1.2-2noble.20260909.002633) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-synapticon-ros2-control/ros-kilted-synapticon-ros2-control-dbgsym_0.1.2-2noble.20260909.002633_amd64.deb Size: 938988 SHA256: 943b29519a0a63850d5bfe90f3226aad16155f0bd09624b8ffa841d5348ef3ef SHA1: 1bc9591d70035d490b93bfd4dda7f8096ddf58bc MD5sum: f020f461bc13ea2154581f42c7808a6b Description: debug symbols for ros-kilted-synapticon-ros2-control Build-Ids: 2f18f96f102876f99f546f6f65b63d16b8045326 b5b422d769274f41068756ab420681423d4e039f Package: ros-kilted-system-fingerprint Version: 0.7.0-4noble.20260909.002127 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.20260909.002127_amd64.deb Size: 10700 SHA256: 64a302012e488dc8921fb4e6484c751f36d53d441f4711cb2888abd1ed5cc761 SHA1: 37fb70ce7e4d38aa1f0824461e1cbbaf70d2dfde MD5sum: c2ddb10e357408268d23cea3415f4c44 Description: The system_fingerprint package Package: ros-kilted-system-modes Version: 0.9.0-6noble.20260908.224602 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.20260908.224602_amd64.deb Size: 467048 SHA256: 50396e4901e1431cfdc78cf6a5b3a5b58c2db4970906dc1c0994708d1ec9c662 SHA1: 47147a460a972511f8c2e5b93421192dafc48165 MD5sum: 46ce218c2a83e1a1d19a198cfad41a0e 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.20260908.224602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14554 Depends: ros-kilted-system-modes (= 0.9.0-6noble.20260908.224602) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes/ros-kilted-system-modes-dbgsym_0.9.0-6noble.20260908.224602_amd64.deb Size: 12205032 SHA256: d61df69b34c3e327759ff0001a9acf592b2a25d6c6047dc857cbce4d5317a595 SHA1: 57202192b36923c11e14a487cb6b263f3f288ea9 MD5sum: a669f27ade547054eff8dba4f5cc474d Description: debug symbols for ros-kilted-system-modes Build-Ids: 4f6d150c17b6d881e54e3c6c382c3f7577f27e6a 6473f477bba47b4568ba2663572c624e89268f11 db41a5d5be0e441bbf31d08f0e615263c720b3a1 Package: ros-kilted-system-modes-examples Version: 0.9.0-6noble.20260909.002729 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.20260909.002729_amd64.deb Size: 33186 SHA256: ed55fb9fe9ceb2a841cca1d1bf5559b7f39342f8a1cfe550c7e2d2f1fd704e6c SHA1: ef897b7e14396c09c26d539f8429152313be31ab MD5sum: 3908cead46f2e26382665fecc23f3f0a 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.20260909.002729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 771 Depends: ros-kilted-system-modes-examples (= 0.9.0-6noble.20260909.002729) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-examples/ros-kilted-system-modes-examples-dbgsym_0.9.0-6noble.20260909.002729_amd64.deb Size: 732662 SHA256: 4eb91b92598f731763e3b98abac6493e41e473b6cd197a73b825af31085234c6 SHA1: 50c2f789b8ced7fb6d48f0fff577883c848fe5f4 MD5sum: fab501e58761550bd33199b9086d7db7 Description: debug symbols for ros-kilted-system-modes-examples Build-Ids: 23c1eb8e3662ac63b2ff9cb75e2db922ec544a9f b6b4d615e8ca5e55ea76aecd5002e517dba7ef0b Package: ros-kilted-system-modes-msgs Version: 0.9.0-6noble.20260908.194900 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1757 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.20260908.194900_amd64.deb Size: 137154 SHA256: a555a595f90337f013312fd0da718269f171761b2e520d5e1db993449e334c61 SHA1: f7d1d4268b4bb0f00489fa3d4446cc2defa8a797 MD5sum: b4a91e7eedf39d89626e13ccf5195e32 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.20260908.194900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1312 Depends: ros-kilted-system-modes-msgs (= 0.9.0-6noble.20260908.194900) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-msgs/ros-kilted-system-modes-msgs-dbgsym_0.9.0-6noble.20260908.194900_amd64.deb Size: 1027060 SHA256: 6b00a9c9d27a2bfe2e4095d961a33ca1e84182d6c8bff3e1d4d1bdd1da94973f SHA1: 9c044025e35271aadd866c41e9239b57fb2b6266 MD5sum: 84473ea775579b86e56f632eb2505d02 Description: debug symbols for ros-kilted-system-modes-msgs Build-Ids: 0bd399c690d04c2c3d5c8031ee53ef00598f1ff8 12bcb800e4d8e086ec45d4ebaa77666290300e7c 37cd96160adab5ed07b7b1778fcfac4674d6997f 5c1647700f20d9a8a0820466c9b480e518869d28 88ae1932dae600ce370ee90c3656c8d7fb925b71 8fb98c69fa029575f0b2588879e9e6c675f59ef4 9b5b88bd79fce6836b9ab137a037ee6edd85d4fa a3b88f8293435bb8de169a97d82d22679491e757 a45b9496e1866aec9e4050fa95b7a49703996025 e96cf13e54617b1af8d52c4503c9ca1d8dc4f535 efb559630bb16b1fbc561557b7efec202a334883 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.20260908.210416 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.20260908.210416_amd64.deb Size: 5810 SHA256: c3dfeccc573900fbdc7ebd40e0bc0abc492ec7a8b99036c509e1e193523813aa SHA1: 2b15e0df2003d5adbf86320ab6add28188018fc6 MD5sum: d426312703244bb9fac62f13aaa270e5 Description: A set of generic teleoperation tools for any robot. Package: ros-kilted-teleop-tools-msgs Version: 2.0.0-1noble.20260908.145759 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1596 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.20260908.145759_amd64.deb Size: 120974 SHA256: e9c36d7334d007eb9616cda5f8554372f9a77d5720419627825521268452171e SHA1: ef8bbca552b85dd9291fd7e860530762b4fccf17 MD5sum: 1618d15d3f1018bb356d12f498791c03 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.20260908.145759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 814 Depends: ros-kilted-teleop-tools-msgs (= 2.0.0-1noble.20260908.145759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-tools-msgs/ros-kilted-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260908.145759_amd64.deb Size: 554492 SHA256: e50e1a90eea9be9238e69c616add8538df1c62050354d81744edef6d2735fac0 SHA1: a3def155554f47f9e247c9c69d3564344ac7d13b MD5sum: 1f42ae9b6769d98f52cec02cbc6213bb Description: debug symbols for ros-kilted-teleop-tools-msgs Build-Ids: 023597f49b8ef1652867d6d38b018424ffb27753 356f9e65e311cf0d504be9d8ae2344de53b08bb0 40992ba697f2d1564cfdc982f891c5b235073f3b 43b333f1b9043276a838b514279ccaa4e5f65f70 4f8d60548d9781a69c77e0f9de660995f9274e7a a34a213e4b163eeb3b0e1671e4253ec0b047b8aa a473c35a6aeb124fb3c6a3f7fe2397d7e20a54a8 a9d66c070d050b271d6ae93d2d61cdad15c130a4 b7f1a62a2b7f97e171254f05ec1c54a5f97c9521 d9a8f35270481ec531ea3164183b042ddc51bbad ee6ffed1fdcf9571e788fadf105e17ecd36837f5 Package: ros-kilted-teleop-twist-joy Version: 2.6.5-1noble.20260908.212811 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.20260908.212811_amd64.deb Size: 143204 SHA256: d0ffdcbece3e8e988e9e5d3f3fc64edc96eea7dbc0a501adea92e4874324b486 SHA1: a1eb9158a603aaf54d2622648654be3bfcba6e3c MD5sum: 05f5ca4d21c44191873e5978595df7f9 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.20260908.212811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3016 Depends: ros-kilted-teleop-twist-joy (= 2.6.5-1noble.20260908.212811) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-twist-joy/ros-kilted-teleop-twist-joy-dbgsym_2.6.5-1noble.20260908.212811_amd64.deb Size: 2641522 SHA256: dd12405cc2416a5ecfcbc0fd4cd74a15d738e49d5f9742f7674856eb488379e8 SHA1: 30c145c1b910ef3846532eb0fbf53f2ac167eaf8 MD5sum: 8862c679559a70e69eaf5f9503aa1d32 Description: debug symbols for ros-kilted-teleop-twist-joy Build-Ids: 5858290a59122b5928608f53b6960d9e8365e4e8 d2b2c5543dc525f0cbf3df2e42b6c031b59d397b Package: ros-kilted-teleop-twist-keyboard Version: 2.4.1-1noble.20260908.204807 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.20260908.204807_amd64.deb Size: 9430 SHA256: f7791314bdc49f25d4e742db68db2b176cb26755017a3ea93fa8bfe6003e0752 SHA1: 6662aa7b6d5553585663505680c07ca4362e5e63 MD5sum: d85bcb00adff6703540f74af937ba2d7 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.20260908.145711 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 10486 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.20260908.145711_amd64.deb Size: 665042 SHA256: 2d47e397b170e82a4d9aafdb3d9d17e6a743bd96d4fe09d171d4998520de0d06 SHA1: dffb85193da535fb42ca967c740eb29f8e1105f1 MD5sum: 707f54020161398327f646bbef2aede1 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.20260908.145711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6725 Depends: ros-kilted-test-msgs (= 2.3.2-1noble.20260908.145711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-msgs/ros-kilted-test-msgs-dbgsym_2.3.2-1noble.20260908.145711_amd64.deb Size: 5498386 SHA256: 7b316deeecf4afabbbf60dfe0666a84da363afed74043352768fa479e171e2f3 SHA1: 6e4c33501b0e1b48ac048bb1dbcd8350f05e204d MD5sum: 182dfb4d6b117acd281e85080ae95168 Description: debug symbols for ros-kilted-test-msgs Build-Ids: 135a1bc14b1a0a9ff261cf31f4561bad41ca3132 1ced7af26a2eb13027dbb450e7c6a391443776bf 4bd5f6d0dc6be0174ae2e7d01a12364ec9c85079 5f36d5ef1a9a781393b83c6f0c2a85a3a1e1f78b 6413edaa69008a07f5339ca31d25ee739ed00844 814208718bb4b3ad7538094ab49d1fece80b002c 92d2e23fe5d353bc99c2467459ea5e2ea5f32451 c774b31a275b729e5edb20c92dcbdbff3c33f70c c88c8b790af06220fa3f0c0aea55bd42c87c71db cac9edae1c78fd49c8a6382de916a2b30fda7101 faf7e172e7668a3f1768c4a596d4dfd2c318d60e 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.20260908.211401 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.20260908.211401_amd64.deb Size: 14498 SHA256: fad13c01b7eb89bf2ac951a579b23c14dda9ce00bed7281534900d9a7d799b39 SHA1: aa6662a7c368a0ef55bb4a5bfdc3b2e6af5b19ed MD5sum: e2d7687fe20d7e39291f10ceb4490131 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.20260908.202935 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.20260908.202935_amd64.deb Size: 94574 SHA256: 8c14d96449a65ee0cdab08292aa0a80cad3fbbfc0701f70b5895d5c5460028b6 SHA1: 43271c73a936ec946f5913bab290e129ec3613f8 MD5sum: 30e6763c70e1c680e25b7b9b3b495c59 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.20260908.223152 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.20260908.223152_amd64.deb Size: 15994 SHA256: 7336f5e680687029b0e3be009296e0ec0e6e58d69ba5a3669d0299cdfa69ea95 SHA1: 219f6e1ee6d9e4e8423d6b19e8b661dcf000965f MD5sum: 320860f00b4715210275ed0d8d0b946e 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.20260908.211308 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.20260908.211308_amd64.deb Size: 10634 SHA256: ce4a90b27addc4202bc67490ccb4992d3c22d9043d454f264f60782b59f05a92 SHA1: 469ab20a079334da88998965434b6a687514b84e MD5sum: 26ef480faeae16b8e776cefcf164be74 Description: tf2_bullet Package: ros-kilted-tf2-dbgsym Package-Type: ddeb Source: ros-kilted-tf2 Version: 0.41.9-1noble.20260908.202935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 591 Depends: ros-kilted-tf2 (= 0.41.9-1noble.20260908.202935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2/ros-kilted-tf2-dbgsym_0.41.9-1noble.20260908.202935_amd64.deb Size: 547998 SHA256: b5ed8054f17d0b04247c064c6dcc40279fd932dcf918ba1faae8d31dabfb5e98 SHA1: 33e188efafffeb7db26fab6c8ac259703e67ce68 MD5sum: e3049533b488b0996af6401d55b6f659 Description: debug symbols for ros-kilted-tf2 Build-Ids: 806530dcdbc9228582ee5f9dd9b1dc033abbdbc8 Package: ros-kilted-tf2-eigen Version: 0.41.9-1noble.20260908.211311 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.20260908.211311_amd64.deb Size: 13730 SHA256: 6bd11cdb354f0efd487e87b910c7c1b1a74007fa519c02d18a7bb4d090d38752 SHA1: 7913f7d21d6bc90ea917f25db4c37d2b597473f2 MD5sum: b087cf60ab8a5024b356bec4b684e15d Description: tf2_eigen Package: ros-kilted-tf2-eigen-kdl Version: 0.41.9-1noble.20260908.203305 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.20260908.203305_amd64.deb Size: 15276 SHA256: 021ca2adabc5ca5c4eaf4744d51136b22986b0eeb1ae389a8a132ab7eea3409b SHA1: ff0b096d1fa08279fb6b2be9f545cd9126659fea MD5sum: 3e5f2d716ba6c314774fdab3d944e17c 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.20260908.203305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 102 Depends: ros-kilted-tf2-eigen-kdl (= 0.41.9-1noble.20260908.203305) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen-kdl/ros-kilted-tf2-eigen-kdl-dbgsym_0.41.9-1noble.20260908.203305_amd64.deb Size: 88726 SHA256: 5830a3038b84de9cb565f31f20f0e435773cdec7afaa6de8817220887fd30f76 SHA1: e3fa49efa046f7a523582dd9f38825f329c6543c MD5sum: 1c3ddae1cdb3b9fb44bc5557634fc0d2 Description: debug symbols for ros-kilted-tf2-eigen-kdl Build-Ids: e38a5c414c3f0c09e3cedc3dfa881831a1e007c4 Package: ros-kilted-tf2-geometry-msgs Version: 0.41.9-1noble.20260908.222154 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.20260908.222154_amd64.deb Size: 19946 SHA256: 6e87eaf14b5a2a8902b0eca6e639420d136a649523290ef33bec2995e4af45fd SHA1: dd0bcf1cb57b68a26be8174df0b2400c0a5f84b7 MD5sum: 837e0b9e8226507492f957b87d5648a6 Description: tf2_geometry_msgs Package: ros-kilted-tf2-kdl Version: 0.41.9-1noble.20260908.222023 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.20260908.222023_amd64.deb Size: 13794 SHA256: a092b711932f658a2773f27cfcf02bd5adb7793f3d480456511bb55969283e84 SHA1: 1ba45fa9fd90fd8ed7daf8b4b13a537943dd401b MD5sum: 999502ba2481b17d04d88eeeef475d02 Description: KDL binding for tf2 Package: ros-kilted-tf2-msgs Version: 0.41.9-1noble.20260908.192443 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2342 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.20260908.192443_amd64.deb Size: 178794 SHA256: 0e266b3d761ee6a03ced8ba118561f69d92b0072721f206f93a2bb25e6b2e32f SHA1: e7c8dbd3de7fc3bdede746eef19aa48183803a36 MD5sum: e7696c07a057612b4804d210769f05ce Description: tf2_msgs Package: ros-kilted-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-msgs Version: 0.41.9-1noble.20260908.192443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1446 Depends: ros-kilted-tf2-msgs (= 0.41.9-1noble.20260908.192443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-msgs/ros-kilted-tf2-msgs-dbgsym_0.41.9-1noble.20260908.192443_amd64.deb Size: 1093240 SHA256: 8b41a4a3eb50f88ca849e940b74712cfce155c97d12da8a5d44a491ee7a4cb72 SHA1: d9217ada80a5650dc2c61ae05d9563f1bae0deea MD5sum: 40565fcbca8917be6ed68ba60e550639 Description: debug symbols for ros-kilted-tf2-msgs Build-Ids: 0d211b3f7955e879c3a8a6ac492068b8b95d7847 24b2c57e85ab4a430085e31c37651856670c97d3 2b2c79d5fb78633fc725261f6c528d38e432bcbb 551490755806e3375fca0b3fe45b6b39e18ecea8 63dd9ec37d13e9b30891adbe5041c13374ae2158 8917973d02d9f7e49d4798c4a8ac3a2eacc3591e a4c54b1501d6576fbf22eb6480e4a4056ff6c526 b7860496fd62ded9e9b327a00602483fd9b2bff1 c33d7224aed31d15779141fe51855f48b50e8988 f39fe73ccc6c711834116b61de6d4696c5f00f3f fd89e8b38e2ea3aa708ff371b6cfe7b9e8a2366d Package: ros-kilted-tf2-py Version: 0.41.9-1noble.20260908.221806 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.20260908.221806_amd64.deb Size: 28284 SHA256: 5c63611898adebadee6c1bca4d858cac3e0f660a374f256ea2e721a17ac2bebd SHA1: 82973301379e50f462106760a05cfcfab4423354 MD5sum: 11f3bf7dd875a2da5d7c5feead61729b Description: The tf2_py package Package: ros-kilted-tf2-py-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-py Version: 0.41.9-1noble.20260908.221806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 184 Depends: ros-kilted-tf2-py (= 0.41.9-1noble.20260908.221806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-py/ros-kilted-tf2-py-dbgsym_0.41.9-1noble.20260908.221806_amd64.deb Size: 162522 SHA256: d2246ad6cea7df7309082a45b25bee60057c0cf9986b33c1111079477c67715c SHA1: 77e86bed67dcb168da3e5745be00897fb7143ab8 MD5sum: d420c5a926bf113cc7e812af8ac0bb77 Description: debug symbols for ros-kilted-tf2-py Build-Ids: d73c9b54d8bdc67d89893cd4a9f17d17bc0179b5 Package: ros-kilted-tf2-ros Version: 0.41.9-1noble.20260908.210211 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.20260908.210211_amd64.deb Size: 325466 SHA256: 7533b6682779606b4f102e7938a8334c710ea9218da919087878d702f4a9d884 SHA1: e28929438b5044adf3fbbba95a6ff9ba5c30972f MD5sum: 4831f4da9808a4a1515e78d8e636160f 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.20260908.210211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8213 Depends: ros-kilted-tf2-ros (= 0.41.9-1noble.20260908.210211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-ros/ros-kilted-tf2-ros-dbgsym_0.41.9-1noble.20260908.210211_amd64.deb Size: 7347082 SHA256: 50083e8c94480c6bb8641bc9271e2d79ad79dac4cca7d1ba229b2ae78ae76544 SHA1: d28c07201dfcbb4a3bef44fa0982a47ede0be511 MD5sum: 5d13e9814328585ee1346e60799d18b1 Description: debug symbols for ros-kilted-tf2-ros Build-Ids: 51026b88866de1d6a699cbe67c6d438ec080002e d5ced3372044a6b2c7d806a4cb50da3d1a4565be d8a720cb8aaa08fe608009d07f86ddc115d21b28 ecf76141878b22a9ecf2ad28cde44c95e953fafd f3a5d1294dcc03ad72cd75f30cfe137e1ed7a7e3 fc9ae54e9665ddc91526b98815a96f74a4118c80 Package: ros-kilted-tf2-ros-py Version: 0.41.9-1noble.20260908.221922 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.20260908.221922_amd64.deb Size: 29112 SHA256: abc24457e3d437237379eed84ee4acc7960ea912e121c10962a21ce3b7f6d573 SHA1: fb74d1e6f9e25dcceb6c94ad468074eb94fa3713 MD5sum: 4df31959b1c49fb170039021689fb054 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-kilted-tf2-sensor-msgs Version: 0.41.9-1noble.20260908.222101 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.20260908.222101_amd64.deb Size: 15288 SHA256: 38560a3a41fa8b0ccf89a988150e02b43b977a7ce4d681f498d065202a2c0691 SHA1: 4d174fa9e3dbb95cfba46a262a2a5ac2bac0a99d MD5sum: 264739ee26cc439803b893fdf5e6fb28 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-kilted-tf2-tools Version: 0.41.9-1noble.20260908.222230 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.20260908.222230_amd64.deb Size: 10756 SHA256: 1fe4ad1104c68196e3f83c68b3d734361d8f010be0b7a5daa44cd903f9b6b736 SHA1: 2580209f65f24482c5153c930071e95dac362500 MD5sum: 32fd83a6f5b7f97534dcddaf86ff60f2 Description: tf2_tools Package: ros-kilted-tf2-web-republisher Version: 1.0.0-1noble.20260908.211316 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.20260908.211316_amd64.deb Size: 58996 SHA256: 14c1225312ac4f030d785234aa926480b228bdf04eaf0d6e55b5615015aa02bb SHA1: 0c5c565d3f1e5b206042f8d727203239ec59b2a2 MD5sum: 65783a932e2688ba933cff53c3c82ee3 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.20260908.211316 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.20260908.211316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher/ros-kilted-tf2-web-republisher-dbgsym_1.0.0-1noble.20260908.211316_amd64.deb Size: 1056088 SHA256: f08aa810180a9d9c8ed773662552975bf4968bc63a4ef2d4ae2457d909c61e60 SHA1: 4ac80a62bd0916f99361f77ab6ac9b45434e09dc MD5sum: 7ff6606e4242c483df2d27fb27b0611e Description: debug symbols for ros-kilted-tf2-web-republisher Build-Ids: 60d4a5eadb25a1c369e889d7116a00a3d0891121 e44851aed57dccd2e4b7a9542f7093a9ef149c18 Package: ros-kilted-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260908.192437 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2449 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.20260908.192437_amd64.deb Size: 175434 SHA256: 0062d593b5c34df0d483cac9e261f99cb257750fa9ffd6f0f6c46466d44af35b SHA1: 609ef52904a33773338340167c80103d405b3bed MD5sum: 14215bdab0fdb542c67e2c0dee5dd9ae 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.20260908.192437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1471 Depends: ros-kilted-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260908.192437) 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.20260908.192437_amd64.deb Size: 1084492 SHA256: 5d683dd6d7ed8f405b7013b829a2dedfc5cf8da36d2f955834c5da9946eacb07 SHA1: 77553aa2642e594f94f5e32353b5579be80acc5f MD5sum: 9af81252322c0e2fb4266fb82cb02219 Description: debug symbols for ros-kilted-tf2-web-republisher-interfaces Build-Ids: 08c2de864ddff6965010e6746918b819a47b0471 271987f0767e8005e53f2353dca65bc81260fd32 543b727dd8af6577d83f996aa1bb637629d08893 6457c85e69906fcf4a2af086c34ee80dfef11463 6fd31395e553fbfb144b39e2fa41dbd9068f2dba 8442e165f318345a527a08fb3fe4a982dfbe1e63 a1c1fefe0d663f3220846c13ac327c8a7e5bab78 b350cfca12919e78609266b5b989aff9b1be4135 b6e7c80bb5bf9bb976960fa50ea20e6d780146ba c89f9f97b1bc02787db6df8722fee72c3446deb2 d358c5c3ca8f34a8ac1ecee0b9a452ef5299749d Package: ros-kilted-theora-image-transport Version: 5.1.3-1noble.20260908.213026 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 1792 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.20260908.213026_amd64.deb Size: 300792 SHA256: c7b2fd4f6ff03ef3f02f02e916706566eb232f6aba10736349200ff256fe7089 SHA1: 21e346948c7bab1d615001db730817ac5c8840fd MD5sum: 7353388bab96c99d6ee58e042ea68b32 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.20260908.213026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 7051 Depends: ros-kilted-theora-image-transport (= 5.1.3-1noble.20260908.213026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-theora-image-transport/ros-kilted-theora-image-transport-dbgsym_5.1.3-1noble.20260908.213026_amd64.deb Size: 6035062 SHA256: 8c351572eabb958aa49597672ff5913e5fc03f7e20ba87f671c0d040266bbdce SHA1: 521c9367d39409666c25c3ff045bb28709bdcdd7 MD5sum: 16805fba151aae0bf8b819e65f072830 Description: debug symbols for ros-kilted-theora-image-transport Build-Ids: 070d25c63c4b3ecb8c5e3af39843564ef545aee5 0bf4efa160d7f52f54c73ddeb78c475a89f6cf37 13cab8d4b938d0c670b1ed31f7120e1da8634887 2ad67703ccd1b97953f0f3d2ad4572d91aee9c1e 49f6a01889d7963cd91fd4773703e0cb26f4c221 698a19da98391187496fa5273f27a1ddb7d8aad4 8dc1ad79df21b0d0fe1d93754e1f9df928a62f26 9ce0e41894fd3c859aa1684d64bdc47b30fd2d61 a7c6a518ee8802a621c6b548cd77181adbd2940a bf29d767cdd85445cd544841fc1f243396e4f284 ca8585ec7d441216475d14178aa395342b414822 e0e4505f7fbc9840b1655827d374e5e70483ee01 f1a200625720aa0aeb13893b9b3bb7db7b570101 Package: ros-kilted-tile-map Version: 4.0.3-1noble.20260908.235037 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_4.0.3-1noble.20260908.235037_amd64.deb Size: 101236 SHA256: 7be5ccef51af4e7ebe0168c1a5a1efbe87084f9f5e3a16208c910801c49f0edb SHA1: 8c274a8afdac7f34f2fa05504e5ffdfcac12235e MD5sum: bc8f36a2efffd3725dc9880b11ce0f10 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: 4.0.3-1noble.20260908.235037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2837 Depends: ros-kilted-tile-map (= 4.0.3-1noble.20260908.235037) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tile-map/ros-kilted-tile-map-dbgsym_4.0.3-1noble.20260908.235037_amd64.deb Size: 2790172 SHA256: 944b57fbc35d14d685bb698fc9c006f3da43b879c1f767f2188339c56dafd917 SHA1: 6518284ff1f3eb2887438a5217e5d44df884d1d1 MD5sum: 4c394c43750ab6207b835f39cc616892 Description: debug symbols for ros-kilted-tile-map Build-Ids: 358afc823f322864bb4c34f7ff52ffd41e6fa9dc 94e38756544a39fb47dd207468e8a4fae91970c5 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.20260908.232338 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.20260908.232338_amd64.deb Size: 120016 SHA256: b80b35ea3dd4bdb302f83d9350bfba74082d017ad8a64f1b098d57ffd99fc2a8 SHA1: 05066e0663307590a65a34e42b4945f3e19df1a9 MD5sum: de688407871f93d2e188f7366cd0d367 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.20260908.232338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2378 Depends: ros-kilted-tlsf-cpp (= 0.18.4-1noble.20260908.232338) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf-cpp/ros-kilted-tlsf-cpp-dbgsym_0.18.4-1noble.20260908.232338_amd64.deb Size: 2014540 SHA256: 917425c5d7dfcb57947a134dbb5a431588841e7cd0e66c90049b379ca8c9cc86 SHA1: b085f1fb63146647685e47d33aaa71480cfd59d6 MD5sum: 29d93aca03462a38fa3f4dfac044dfe8 Description: debug symbols for ros-kilted-tlsf-cpp Build-Ids: 927712ba75ffb710381e5aac6c6c08f2271a7208 Package: ros-kilted-topic-monitor Version: 0.36.5-1noble.20260908.235547 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.20260908.235547_amd64.deb Size: 21566 SHA256: 6bb4a32107701d08cbfc834ea169a4b0e673f3d73715149cbb572d227f2b4641 SHA1: 69710d7f45475b305ef558f815b5f1db4f424cf6 MD5sum: b4aa8756cd37e22b99ff877a1d832c01 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-kilted-topic-statistics-demo Version: 0.36.5-1noble.20260908.204943 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.20260908.204943_amd64.deb Size: 153130 SHA256: bd8ee53ac4b66023a32a9885afe69fd44624e1232dbb1a788e80885bb92004a0 SHA1: 8a35fff081da1395b33d2f63a961b0fadab46f7e MD5sum: 14e57719202d88ba845dfec438f69416 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.20260908.204943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4515 Depends: ros-kilted-topic-statistics-demo (= 0.36.5-1noble.20260908.204943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-statistics-demo/ros-kilted-topic-statistics-demo-dbgsym_0.36.5-1noble.20260908.204943_amd64.deb Size: 3745548 SHA256: 0e4d779d36293d925860ac73952ce7e8c0488eda29e0637c3214ca46d3036a30 SHA1: 8af8042c54c31fb66cfd225402a7f35f160e0d77 MD5sum: 84cb30023d7991a43beb9b3267352096 Description: debug symbols for ros-kilted-topic-statistics-demo Build-Ids: 9e0209bf3dbca3aa0f06fd5ff8d20898f424dadc Package: ros-kilted-topic-tools Version: 1.4.5-1noble.20260908.221906 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.20260908.221906_amd64.deb Size: 210970 SHA256: abb31194f5c2c85ed415ba6a4809377b8118bcb5482ded989f74cb331e7f762b SHA1: ace90e2c4881e62899be25d75ab3a104771e765e MD5sum: 4bcc5a22073d645033c8eede4a9da213 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.20260908.221906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8287 Depends: ros-kilted-topic-tools (= 1.4.5-1noble.20260908.221906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools/ros-kilted-topic-tools-dbgsym_1.4.5-1noble.20260908.221906_amd64.deb Size: 7768440 SHA256: 149706ec95ac80d2126c4d92ba34e2c157c10002ab150b7b03a99ade26dcf9c0 SHA1: 3743c050e53d500895462fa317a6a958329d75e8 MD5sum: 42ced97dff0e14494a5358e1897b260c Description: debug symbols for ros-kilted-topic-tools Build-Ids: 032ba62231b0841ff2e77b8ca8c14976a7e07475 1ed2539b95e6eba99769e012d326e2f68e39d9a2 26fd6a60ca5c667d4fca10972bcd36ed48ace799 421150a3429ce2cd02c0c3d9875a33af73374572 584d70ae908329677616d36668024529b98eb85d 5b618b64da4b9189a673530492fda44a9840584b 7ac85ecd5a2f559c43e2e2e941b349a537a0c470 8358c9214b2274941773cbc064d1db672982605a a61fe194f0f82e26a813b7e495e9e366341ef7f3 cb449b09847c73827db6cdad613c399b1a39b179 d64825e66c878a586fbc1e341b67224f40b5960b d75e096f1a85021ad5b392f5b84cd8efe84245a7 Package: ros-kilted-topic-tools-interfaces Version: 1.4.5-1noble.20260908.145717 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3522 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.20260908.145717_amd64.deb Size: 220666 SHA256: 803b7706a6ad65b6d4dea5fb218efb950450fab7578e0053cb6adefee8772815 SHA1: 5a889ca08d918e5b639d558d254f23edae41a33a MD5sum: c25a240552ba6e29cf7b6c84386c2baa 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.20260908.145717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2546 Depends: ros-kilted-topic-tools-interfaces (= 1.4.5-1noble.20260908.145717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools-interfaces/ros-kilted-topic-tools-interfaces-dbgsym_1.4.5-1noble.20260908.145717_amd64.deb Size: 1980726 SHA256: a5201edb3e9f5369ac7be9016ec76ed17cea8f09cd93f042c84a58f61dd38b7e SHA1: c0913aede77c5a885e9a00d1604d913cc3d94008 MD5sum: 55cef1bb35cfa72e8780066f9a5d1989 Description: debug symbols for ros-kilted-topic-tools-interfaces Build-Ids: 03bf462c7f9253c43063eea584dca0d1b4f53225 16053af9c5867fec2b7466f45c23ff605981a606 229da34039e2c59dc36f37cc9b3a0dc8799f6880 2c997eeb78f8ae8ace9274fa36f32fd0069dac03 37dcba421782bdeb6e9db6bbae5c46757c5a8f45 66a4dfcf9bbca93fc0837b11313fdfec6fb90695 8b2ceab97e15feed9420880ea42a2ab38741da17 b1a74ab8f6048c0388c91fe08e3b2e4ae1c64bfb c5f3e10222d19880ef59bccc5b0843d6f6431144 c7cc705abdbf276899628b51484a7e26ea2402ee f81e11e806311ae58b00294e36ee274ac39492a8 Package: ros-kilted-toppra Version: 0.6.10-1noble.20260828.183940 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.10-1noble.20260828.183940_amd64.deb Size: 213132 SHA256: 3bb18f1a58cf5f6c4544f4d0d6f44eb2db9e67a78eb2a586e28062675b0a4199 SHA1: d8685f63ded1f6e2a8cb5baed70ab573ecee9387 MD5sum: 284dbc3665ac0da7e5e804cf39c8d82f Description: Time-Optimal Path Parameterization Package: ros-kilted-toppra-dbgsym Package-Type: ddeb Source: ros-kilted-toppra Version: 0.6.10-1noble.20260828.183940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 4874 Depends: ros-kilted-toppra (= 0.6.10-1noble.20260828.183940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-toppra/ros-kilted-toppra-dbgsym_0.6.10-1noble.20260828.183940_amd64.deb Size: 4891496 SHA256: a63116b8a2337eadcebd45322b8ad7de959d00c6018855da2f10f1915ecb2e70 SHA1: ab0f10430296199d5242cf6d7169bf32f76dcec9 MD5sum: 87f9e9e5c0439e1955c8a48badc4a04c Description: debug symbols for ros-kilted-toppra Build-Ids: f792ae83db1aff6ba5c1ffb33326436503e427e3 Package: ros-kilted-trac-ik Version: 2.1.1-2noble.20260909.001258 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.20260909.001258_amd64.deb Size: 5718 SHA256: a15791f4323722cd73aefdd85dd04e5fc807059e4b83ea658abc10301b5d5284 SHA1: 7c4fcf4635a20bb3765e8f5c4e446def43ff94d3 MD5sum: ce1e75955457146a4a86f50e7e32aa71 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.20260909.000623 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.20260909.000623_amd64.deb Size: 58470 SHA256: 8b2930a0679e9e3905cd0277aaa6d3a5ed6b1c695345c3ac9e6bf9971c674974 SHA1: 0b2974943ec9e7991228dc576e026822db4d04dc MD5sum: 5d95c9bd7252319e53804c09806bea46 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.20260909.000623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1867 Depends: ros-kilted-trac-ik-kinematics-plugin (= 2.1.1-2noble.20260909.000623) 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.20260909.000623_amd64.deb Size: 1845294 SHA256: fb735a0d62909d03e57ddae082ff8dbf323be4564bd61ac3b60f92b79730bd64 SHA1: e1eda94ff8657360dd99f50261eae2160510e988 MD5sum: bd5dafa4d07e299fe08c1670ef1e53b5 Description: debug symbols for ros-kilted-trac-ik-kinematics-plugin Build-Ids: d78c17380ef55da1a41e4398fd3623891e5c86e9 Package: ros-kilted-trac-ik-lib Version: 2.1.1-2noble.20260908.205952 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.20260908.205952_amd64.deb Size: 94136 SHA256: 763a289e94e777ad919e0aa2e68f404a67872e3404061bafcd7b305b8130d078 SHA1: 5b6b8b639346faf8c942223e083519fbc845e762 MD5sum: fd323fb50229c7cf2bf9a8fe7b88b880 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.20260908.205952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2660 Depends: ros-kilted-trac-ik-lib (= 2.1.1-2noble.20260908.205952) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-lib/ros-kilted-trac-ik-lib-dbgsym_2.1.1-2noble.20260908.205952_amd64.deb Size: 2650908 SHA256: e8524242206c9af884a1058d87a6cbd30524dc7feef388819b383d901b0f13bc SHA1: 9fe483eb88aa41b9cd43652dff673f8bf783f0ae MD5sum: d3acf3fbe52afa1f4eebd9d06388f9f9 Description: debug symbols for ros-kilted-trac-ik-lib Build-Ids: 3c3c9ca237ae869509c39b76a164c0cf472e77be 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.20260908.202954 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.20260908.202954_amd64.deb Size: 13888 SHA256: ddac89a47fa6091b9e2df302ace717371194b710476730d77a7c41bb59ef2fb2 SHA1: 52fca9a02c4480ce3925431d1da006d0e8a0e6b6 MD5sum: 6892cf258e30b87377a492a630212a79 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.20260908.202954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-kilted-tracetools-acceleration (= 0.4.1-4noble.20260908.202954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-acceleration/ros-kilted-tracetools-acceleration-dbgsym_0.4.1-4noble.20260908.202954_amd64.deb Size: 6452 SHA256: f44887bd74716c94eceebbe0be6d38c2c1c2bcc2a54f14ad8cdb96892bc4c7da SHA1: 045a872365d8ab16d6e3c2acc04ed1f261ff52a0 MD5sum: 9d3d387fbbfea18e8d9e371ccdb4e3f8 Description: debug symbols for ros-kilted-tracetools-acceleration Build-Ids: 84f67f74746dd3031a5835ea1e67b465196d7c47 f99180c6e07423ec5c9a050df1127216d0ae197a 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.20260908.203008 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.20260908.203008_amd64.deb Size: 14088 SHA256: fccf65d7f09b612ed6626e25106552a2a94f307fdaa689ed96c1f85f7109d1fe SHA1: ec7d8c9e7c4aa89684d198f15b6f6873e82f9d7e MD5sum: 28d70716fc737dfe7d2959909cc3e908 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.20260908.203008 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.20260908.203008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-image-pipeline/ros-kilted-tracetools-image-pipeline-dbgsym_6.0.13-1noble.20260908.203008_amd64.deb Size: 6328 SHA256: 2f5a14eba99d2606a8ce75ed63ec53a1bbd4274ef408590e34eae9cf9d533188 SHA1: 3d16aa699bd6ac69c731de895f8bcc25a24fa8be MD5sum: 326e0d9b6208219675e27ccd3b215d7b Description: debug symbols for ros-kilted-tracetools-image-pipeline Build-Ids: 1f653f828a65340c507d100a58193af6a9aa73b8 90011e27d14dc87ddf9eab94c79121b831ee133f Package: ros-kilted-tracetools-launch Version: 8.6.0-2noble.20260908.235724 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.20260908.235724_amd64.deb Size: 21052 SHA256: 79bec7e0026e565ee9b2a029269883ca5175a66b111e1fb690ae926213cfad21 SHA1: 84fd26d8e8692491f6ddcaa4d94cbcc1c0fababc MD5sum: 33daffff4166d8de60e4f4a00183de5e 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.20260909.000821 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.20260909.000821_amd64.deb Size: 19938 SHA256: a130cfe3923de75e3e0313c4de2cadca64328c005d4f973a57e8225042cd642f SHA1: 62db16bccdcaf1d6ca8c20ca894c716cdb27c6b9 MD5sum: c1bc52da4b36274bcd6dab1e519b63c9 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.20260908.192443 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1126 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.20260908.192443_amd64.deb Size: 101226 SHA256: 9b885b5906ce9a67ea7d6e0d6cd827fd98288df2bc578e8c8c97017c22db332a SHA1: e1ce5be2fb2f9634376c2facad60dbac106f73ed MD5sum: 9f786e4f0e4bec9d5cfb8e311203375b 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.20260908.192443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 868 Depends: ros-kilted-trajectory-msgs (= 5.5.3-1noble.20260908.192443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trajectory-msgs/ros-kilted-trajectory-msgs-dbgsym_5.5.3-1noble.20260908.192443_amd64.deb Size: 694646 SHA256: 838f2c20db3d5f2a537b8feedb0d099b6709294e3827abb3513734844a0cb4de SHA1: 5873e664f2ff550902460b7f8a54b0a95f617229 MD5sum: 60c0ffb86e53b4c0f52e68d46ab4ceb5 Description: debug symbols for ros-kilted-trajectory-msgs Build-Ids: 09a9d69048dea160a4c562caa3ea12a3161b8411 2dd95f4bc8f3c63cf7b4a850137309091a9f7423 2f6ab2d00988e136b49d20ffafdac90358c7ea39 43bb4beae6affd43fd5fa79d0a5ef0af1778925a 50d57541a52f940b8fbfbfc7669054086c2e0c5b 58d4e3f9ad97dc7435ce5be6ccbf38be204dbdfb 775d92df851de75afb909e314743316c6c2eb28e 78885dd6f68565dcd95115fb75853543a122e15d 9195911e3596d797c21bd0eead9a2a7a6e035d8f ee3672af0fba1358264c381e1ec93d03fadf8a72 f8706c928203aa935e72f529d779489c7ef90e35 Package: ros-kilted-transmission-interface Version: 5.18.1-1noble.20260908.232008 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.18.1-1noble.20260908.232008_amd64.deb Size: 58356 SHA256: 00b61ff6dddd3b0da014f74b833e8d20a98c44e37f6ed489491896e1cfec987d SHA1: 53974bc7af8956564496257595b164ade642b4ed MD5sum: a243ea90bfe586dcc614a5bd448e136e 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.18.1-1noble.20260908.232008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 665 Depends: ros-kilted-transmission-interface (= 5.18.1-1noble.20260908.232008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-transmission-interface/ros-kilted-transmission-interface-dbgsym_5.18.1-1noble.20260908.232008_amd64.deb Size: 620690 SHA256: 3c34058e16b88154649a79aea062d5c59a15413c6527685932c66ec98a27d5b1 SHA1: 139981ef707c02f82ec3c0a9377bbd5958350cac MD5sum: 82f6ab9f073303b37e646988403b0cdc Description: debug symbols for ros-kilted-transmission-interface Build-Ids: c5a313e57e6b8dd37bd595013b29b1afdba42ce3 Package: ros-kilted-tricycle-controller Version: 5.17.0-1noble.20260908.234002 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.17.0-1noble.20260908.234002_amd64.deb Size: 217086 SHA256: f5fa9c1aa5ef958f6c328d30383a5bb4138e889a083b5c802d2ffeeae562fb5d SHA1: d83d1d33d456a7ccdd15374d3d56958dcb6b4bb0 MD5sum: d13164b8ab1348e057cdcdf258508860 Description: Controller for a tricycle drive mobile base Package: ros-kilted-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-kilted-tricycle-controller Version: 5.17.0-1noble.20260908.234002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3932 Depends: ros-kilted-tricycle-controller (= 5.17.0-1noble.20260908.234002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-controller/ros-kilted-tricycle-controller-dbgsym_5.17.0-1noble.20260908.234002_amd64.deb Size: 3472834 SHA256: ce8599e4be60ddcd852e45e689ecaff9b4defe20e164e601a11b23bef00eceb7 SHA1: dccb10c8195f1f53938570dd2e2325bb78da247b MD5sum: 0aae1fa61a2dbb7a079257d7dc4f9f0e Description: debug symbols for ros-kilted-tricycle-controller Build-Ids: 6a65c1e0d7b2702a6d793e079be4030dd7816a6f Package: ros-kilted-tricycle-steering-controller Version: 5.17.0-1noble.20260908.234657 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 198 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.17.0-1noble.20260908.234657_amd64.deb Size: 50348 SHA256: d73ac93c7e84e83a24d4397ecb527bbccdf845dda62eab2cff0aa945011a016b SHA1: 34f1044d9c49456661bbe87127db513b757c7e95 MD5sum: 7f14889614a9c2a44ccd589ecf12a7df 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.17.0-1noble.20260908.234657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 737 Depends: ros-kilted-tricycle-steering-controller (= 5.17.0-1noble.20260908.234657) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-steering-controller/ros-kilted-tricycle-steering-controller-dbgsym_5.17.0-1noble.20260908.234657_amd64.deb Size: 707846 SHA256: fde1a6859b7041274e13ca345d99dec518b61270e2d4d58d83843e7ca3faeec5 SHA1: 46b2413265e24e987cd5192b251007e3d24a3f08 MD5sum: a89b7fee6c9f2b7fbee156b8a7be7525 Description: debug symbols for ros-kilted-tricycle-steering-controller Build-Ids: a842515879fb0e403d4b363a2fe30d66ff0dffdf Package: ros-kilted-tsid Version: 1.10.0-1noble.20260825.053215 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.20260825.053215_amd64.deb Size: 584958 SHA256: dbafec343d35c4f1dcd6f49bc50af59efccb31efa6e29e2d400593648b6fcfdd SHA1: e9963113f3916dc35842480e68558e048f47f33b MD5sum: 47a8d9c1442b951e41953869992d8c97 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.20260825.053215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 36700 Depends: ros-kilted-tsid (= 1.10.0-1noble.20260825.053215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tsid/ros-kilted-tsid-dbgsym_1.10.0-1noble.20260825.053215_amd64.deb Size: 35410002 SHA256: 6fb59c524adc50a484dc24d64ea4b7df3fd706e22109db689b9563048c6a0a57 SHA1: 2600b9da4961c34ae54ed6cb45c798c258824d24 MD5sum: 8918fefb191f89ff4f42420e42c2d98c Description: debug symbols for ros-kilted-tsid Build-Ids: 036031dc8ea1b164f4d17986e7b160a3cd2fc9a6 fb90c50bf2315fc8ee40c7ed2484a6f11eab9a61 Package: ros-kilted-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260909.000811 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.20260909.000811_amd64.deb Size: 96586 SHA256: bfc56e0cf3cfcbc5402464580222eba2739556f832f08b0090872e2ed3146445 SHA1: 25be8810b32d6194bc79dead2fa73d6c8c52d2b8 MD5sum: 49d6cf9f59aa33c7f9f198e5ac71c509 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.20260909.000811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1696 Depends: ros-kilted-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260909.000811) 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.20260909.000811_amd64.deb Size: 1604156 SHA256: 82312af9df87970667a3a0a0c51294d0f5ccfdfe7bab30b06707121950ba48b6 SHA1: 2469be9762be6c0184cc7e04c51e6bdac1e6b50c MD5sum: 876325cfbf4d0eb498c7897c404722f3 Description: debug symbols for ros-kilted-turbojpeg-compressed-image-transport Build-Ids: f54bda39d911987a8bda5b3f5a2714f15caa269f 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.20260908.222632 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.20260908.222632_amd64.deb Size: 285080 SHA256: 32232af7f35f777ac6ce842d2a2f3bd05174b11d72c954150ca795b699fb38db SHA1: 64820bc3dffe4ae7b39322646b844e4da8ea0611 MD5sum: aec39595405d9529d922a0b44478bbb7 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.20260908.222632 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.20260908.222632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-tf2-cpp/ros-kilted-turtle-tf2-cpp-dbgsym_0.6.4-1noble.20260908.222632_amd64.deb Size: 7242180 SHA256: c50b4bdd4d48cec60102ec4f1231716086bb81c1b734b44bd80a9993b6fa6b94 SHA1: 663fa7676216e388661f4f517c6c89a2631c33b9 MD5sum: b9e2edfbdb4a54b418ee8a07661a68c0 Description: debug symbols for ros-kilted-turtle-tf2-cpp Build-Ids: 24befb51864d461ab8ecc51a3672a4ec6ac2fb57 27c239a54a2aead0c3e39a7b13e55769f5e79cbc 710a029c190c57f3b811c451a63a108e182e1ef4 94b21c5a288735d5644ef0f84d076094ade2424c 9580926185af7aa13af4d932111e3f2f92fdded1 d7f300b02c4178eefcfa9ec40d24cd4e18aa7d43 Package: ros-kilted-turtle-tf2-py Version: 0.6.4-1noble.20260908.210916 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.20260908.210916_amd64.deb Size: 17228 SHA256: 12a76ea0e57fec00ee70ea1e80caa67fa7cc44046b7996a4794ebf4ec5374741 SHA1: a7eb5b1ee99c630107dc7c9c965f0115b46c9e54 MD5sum: 9e00cc99e488d9a8d3c54fdfc5882185 Description: turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard. Package: ros-kilted-turtlebot3 Version: 2.3.6-1noble.20260909.085348 Architecture: amd64 Maintainer: Pyo Installed-Size: 44 Depends: ros-kilted-turtlebot3-bringup, ros-kilted-turtlebot3-cartographer, ros-kilted-turtlebot3-description, ros-kilted-turtlebot3-example, ros-kilted-turtlebot3-navigation2, ros-kilted-turtlebot3-node, ros-kilted-turtlebot3-teleop, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3/ros-kilted-turtlebot3_2.3.6-1noble.20260909.085348_amd64.deb Size: 7322 SHA256: 806c7cd3f57b3292ee57950b63e64e1c739e46e665afd55cbc3da1033c7abab4 SHA1: 719662cee506bff36b67c0bc75ac404e32b312c8 MD5sum: 197444f709e951c08be88d39d16ebf4c Description: ROS 2 packages for TurtleBot3 Package: ros-kilted-turtlebot3-bringup Version: 2.3.6-1noble.20260908.232240 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.20260908.232240_amd64.deb Size: 9882 SHA256: 0e19045a287390840c22d5a9870228c313fbc3d609eed10073a5c52d574fe9fe SHA1: 40e6769aec2e18bc55b425aad1f8e5849c8ca2af MD5sum: 064f5b95db34ad47eb44c722d80dc832 Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-kilted-turtlebot3-cartographer Version: 2.3.6-1noble.20260909.003449 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.20260909.003449_amd64.deb Size: 10568 SHA256: 2c17d5abea22b663991ef0b921208e69c12b3819d8506674d1f906efaa4466b2 SHA1: 270f14a55de1747a9b58d5a0000137fed2592e9b MD5sum: 5cd3c300f447336793ef8a295afe0152 Description: ROS 2 launch scripts for cartographer Package: ros-kilted-turtlebot3-description Version: 2.3.6-1noble.20260908.204258 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.20260908.204258_amd64.deb Size: 5278224 SHA256: 0f7df45d24cc10c97d9bee810db4601519525471919cbbc761b406d0bd207e5b SHA1: 1589903718831b753cdbd534fe9f464eb21583c5 MD5sum: 500f8a8211435bb2e5ec0a82b35fef47 Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-kilted-turtlebot3-example Version: 2.3.6-1noble.20260908.210133 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.20260908.210133_amd64.deb Size: 26528 SHA256: 98b72f2f1e7ab670cfeba8825a5c807d3da303b0fc05bbc560eb67c0a9e8af15 SHA1: 0f63f3124a57ac6b95408b8c7423fcbc5e933517 MD5sum: 96ecc7a7a3a946e78472b80167646830 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.20260908.211308 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.20260908.211308_amd64.deb Size: 133432 SHA256: 97704b6ee9b4a7dd7c2562b1bfefbe9659ba9149886d4dbe493016897f1dbd03 SHA1: 0380695c632f608b1eab6e59cf8451d7929835da MD5sum: 63e7333403fb36919fb385c5ae3e9389 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.20260908.211308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2836 Depends: ros-kilted-turtlebot3-fake-node (= 2.3.7-1noble.20260908.211308) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-fake-node/ros-kilted-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260908.211308_amd64.deb Size: 2440306 SHA256: 25844273f6f5374e880b1922db177a726e70f0bf4708041db9d6264a0b7e8974 SHA1: 2840921fa4b481752798d9c05c7ebc324ad5fe5b MD5sum: 9b8facf7c1e058634e7a6c584b8599d8 Description: debug symbols for ros-kilted-turtlebot3-fake-node Build-Ids: f732c0542cbb94f2fe8bf346b3386e6569948c19 Package: ros-kilted-turtlebot3-gazebo Version: 2.3.7-1noble.20260909.004748 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.20260909.004748_amd64.deb Size: 8604220 SHA256: 1f9fe7371c3c320341805bbca1635b12c24245215f69c5289c5932c57d60a94a SHA1: 72c9b678c7004dba30fbf277b114f0d634926563 MD5sum: 602033aa1253c90a619204851749bcfc 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.20260909.004748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4192 Depends: ros-kilted-turtlebot3-gazebo (= 2.3.7-1noble.20260909.004748) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-gazebo/ros-kilted-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260909.004748_amd64.deb Size: 3563686 SHA256: 0744656c0fe9ced146f08cfc4034aa392edc41210abbfe084169ae51e0ac7d49 SHA1: 208f4c3a44d57e0d09103e27aec438d1710262f2 MD5sum: 60d193141bb4a530e55eff93f94cc4b1 Description: debug symbols for ros-kilted-turtlebot3-gazebo Build-Ids: 294701ef42630cadbcbc62ebb5982ef610d48f05 297aab9a63c3d7dbad87973c520a6bdfee0f6918 3ef0dc3c542198d9bc2f0d4d2534d7a7f0ca32ca c6212fc097f8c3eb51f6355ab9db352f10bde421 Package: ros-kilted-turtlebot3-msgs Version: 2.4.0-1noble.20260908.192449 Architecture: amd64 Maintainer: Pyo Installed-Size: 3187 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.20260908.192449_amd64.deb Size: 224500 SHA256: 449f6e159ce6b849b790214538302fe680120dcf5619043dcdf51d788beeeec9 SHA1: 6de0056cd4603ffb15a495a05c226495e3896d8e MD5sum: 302a50be60bbf15efc7db41b2eed732a 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.20260908.192449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2011 Depends: ros-kilted-turtlebot3-msgs (= 2.4.0-1noble.20260908.192449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-msgs/ros-kilted-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260908.192449_amd64.deb Size: 1538680 SHA256: 10a5ba31f7e38cedff499d206b71b41378c5e7d83b7524fe8c733bad016e29ee SHA1: 6c3521a64d12bc58930fc221b1c49be7b9d34c2d MD5sum: 8d69d3fae565c1f9406d6d327cfa89a5 Description: debug symbols for ros-kilted-turtlebot3-msgs Build-Ids: 036259512b7710b1ce9a69271606da8d96ffbee5 28db72719fce2f61cc31f31212edf51d73aafe48 48b93cd72e1c42e6dcd0f52c1846183064e1f17d 6b773700759f2f866fb77a50130a02ae7c7cfc39 768b48a1840901314f3fa5b981c20e6d7a18620c 97841fbabf74620265e2a77ea3bc801f8e290416 c5f3e4de307d34a43dfc3e4366a656bbb93e880e d7ffa59b520cf204c4c4c56c23ef6ad3a616448b d81685b399afb9a84e1d109f44f6e1c2990ba1cf eb26489773edb9eb2e593f3a71fb759c53cb8003 feda62720beb5034aa6f670e57a7eaf333247502 Package: ros-kilted-turtlebot3-navigation2 Version: 2.3.6-1noble.20260909.084107 Architecture: amd64 Maintainer: Pyo Installed-Size: 308 Depends: ros-kilted-nav2-bringup, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-navigation2/ros-kilted-turtlebot3-navigation2_2.3.6-1noble.20260909.084107_amd64.deb Size: 15180 SHA256: b3802e791eb651effc96bcf825351ef13f736a6699de372a034c734acdadf3c7 SHA1: 2200602f6c4e7c2fecc3a84428d2a1175b419fb2 MD5sum: 9592560dccff1366b96d09d9deec25f7 Description: ROS 2 launch scripts for navigation2 Package: ros-kilted-turtlebot3-node Version: 2.3.6-1noble.20260908.211013 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.20260908.211013_amd64.deb Size: 351926 SHA256: 9caa03beaef4915ea80e58087db8bcc3bc58d74139891589f860c77e6bf26f58 SHA1: edc5491f4acf3835df215dddec1251d9694c70b9 MD5sum: 0efc00f5651f5673b85a2184d7746a98 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.20260908.211013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 10546 Depends: ros-kilted-turtlebot3-node (= 2.3.6-1noble.20260908.211013) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-node/ros-kilted-turtlebot3-node-dbgsym_2.3.6-1noble.20260908.211013_amd64.deb Size: 8996720 SHA256: 550840d9e90f523808272afdb0cad58ad0cd7ae1d36a2a69df0220c634189537 SHA1: 648a6432104cdd83154ae2f18c6082ceaa29fa49 MD5sum: e3e72072fe1fdbf23da1088b77af3c19 Description: debug symbols for ros-kilted-turtlebot3-node Build-Ids: bac84d1750199e899bb7c2645e9cb28ffa9e1826 Package: ros-kilted-turtlebot3-simulations Version: 2.3.7-1noble.20260909.005818 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.20260909.005818_amd64.deb Size: 6570 SHA256: 1eb20c1c2903af1af5fdd73007667a32ed3300a17e7abe6604b37c1351a16729 SHA1: 9ec9052ca92905bd3331b8621fa24fcb73a6fee2 MD5sum: 9bacdd07e3b83cda22a954018989e845 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-kilted-turtlebot3-teleop Version: 2.3.6-1noble.20260908.210111 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.20260908.210111_amd64.deb Size: 9612 SHA256: 1de3f7c7fed37804568149251bd2eabdd52129d7d6857b033b87ef2ef5dedd73 SHA1: 3bfa8f9a1751ebbeedcf9b8549a1c2c7ca4f45a8 MD5sum: 9364cf5d01620a87fca68222d9a68a05 Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-kilted-turtlesim Version: 1.9.4-1noble.20260908.205302 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.20260908.205302_amd64.deb Size: 446478 SHA256: 89ecb50810cf272bddff6d81bc0db6da4b5bb45a1525ecd8279d9646cde27abf SHA1: f0935efaca3ecd824087792e127c414430c1af96 MD5sum: 9f5f1d32e5bcf4561acf295c1c8e1999 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.20260908.205302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11626 Depends: ros-kilted-turtlesim (= 1.9.4-1noble.20260908.205302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim/ros-kilted-turtlesim-dbgsym_1.9.4-1noble.20260908.205302_amd64.deb Size: 10124510 SHA256: 06d0dbaff4e094f3361e47a937f77e475a2c2ae0a9a32feec946565f8e596d46 SHA1: 09a1083bd98c5260b0929568b1a300515f6a08f1 MD5sum: 17ca026dacf1e3df6c0998971453f816 Description: debug symbols for ros-kilted-turtlesim Build-Ids: 1a3934338eda171061ba807ac558739df6b35654 2ddad2200cde0f16c7249c4efa56460551e30e80 624de61b49ea403e77745613d5119fe258168cc6 8802284f837e44a893a70762784f2fc7ca8145e6 Package: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260908.145742 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3815 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.20260908.145742_amd64.deb Size: 242640 SHA256: 8136a8033fa6c964257f66b7902f74c793026c0f5930455d86935fa99dec503e SHA1: 6f66d0a8420be74d2237f4f03032c6dc5fe3a000 MD5sum: bcaf160d3e84ac2626dfbc2ac07c670b Description: turtlesim messages. Package: ros-kilted-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260908.145742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2332 Depends: ros-kilted-turtlesim-msgs (= 1.9.4-1noble.20260908.145742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim-msgs/ros-kilted-turtlesim-msgs-dbgsym_1.9.4-1noble.20260908.145742_amd64.deb Size: 1756420 SHA256: dfcdb4936cff9aeb4c8d6a44779c2fdc02de2cd9834900c456cff124d60c4bb1 SHA1: a8545517b3891682251da84162b6e314e910404c MD5sum: 93a4ed98b22f6573640dd4f25d49dd53 Description: debug symbols for ros-kilted-turtlesim-msgs Build-Ids: 45fbe13fe7de8d4b3312e4c3582b12908b6deace 47e99b5089f95b24b5a2374d3a397211f9cbeceb 48a8e173757129636c0a86a2913e304beec2f286 58793edcf14e5c2ce810288e0e7e63b9cbeb7732 70bbb72f67708f6e9bdd93a9dc8cc843e18dd2ea 9fa784b93db49a5be86b644376335ed54d0349ae a009c3699030fd770f042917100b45ca986e53d6 b8e503e62f5dcdd448dd6d705557bc70eb85417a ced2a2901f65317fe2680ec550c79276de6cb2f1 d39d4cf2a9c9fdddfe22985f0edd6ec5c776da87 effa74a3027ae2de08763ab759795d7eedc9a404 Package: ros-kilted-tuw-airskin-msgs Version: 0.2.5-2noble.20260908.164648 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 824 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.20260908.164648_amd64.deb Size: 82670 SHA256: 5e750b4072228eae2f7141f8b799218fc6c8a688cf12c94d1c3e9bc7bd577d71 SHA1: 6c991259ebbc490d8778f4ab63c0e73591b39172 MD5sum: 9f48f74b3a6241ef2cf99ca6256925ad 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.20260908.164648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 658 Depends: ros-kilted-tuw-airskin-msgs (= 0.2.5-2noble.20260908.164648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-airskin-msgs/ros-kilted-tuw-airskin-msgs-dbgsym_0.2.5-2noble.20260908.164648_amd64.deb Size: 518500 SHA256: 35f380fa88645de55b0dc213850a028e1e75bf76e416683279a938d10152ba92 SHA1: ee46a55ead69484552913496f4acda956855fc9d MD5sum: d196ae2cd1fda6dcdd4e053257a384ea Description: debug symbols for ros-kilted-tuw-airskin-msgs Build-Ids: 127cf647ee62ce3f7c1c44512a14e159a3f0f4e2 1ec1c31dbc29e53e177969cea1a9fce09e1559be 3934cc154b4bce61363a8efa8677793d7281df60 575576db3b3238378456c438926b40cb7483cc1c 5bd9864e718c94c6348a088abb8a06c7359d42e2 6f849a85e0a1eb20af535a2b1e27a61f740f8132 8d89288c19c49b86384ac64a76e845788ededffe 91a690a0c99565c26b74ba2ac46b9842e3458a47 ad251f35e0b696980b81238a4b17a80900822ab1 c022eb6fd3a551bb1cfec489b69ae6e582c21300 ca436239ab96ae792136059e57a3c00a4eb2d902 Package: ros-kilted-tuw-geo-msgs Version: 0.2.5-2noble.20260908.192725 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 930 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.20260908.192725_amd64.deb Size: 89698 SHA256: c4cee450febe1556faa3fc1318f6c7dbaf4d718845e3aa42f95147dec581d93a SHA1: 822b3cd39653de0064bdcbd49679e70bf9a161f0 MD5sum: 98454f9319993712faac66c39e9555e3 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.20260908.192725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 767 Depends: ros-kilted-tuw-geo-msgs (= 0.2.5-2noble.20260908.192725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geo-msgs/ros-kilted-tuw-geo-msgs-dbgsym_0.2.5-2noble.20260908.192725_amd64.deb Size: 617854 SHA256: 32fa69203cd55aeed9d4e1506bbee8a8a94603b7f5afc97134b201a7e4ff3d9c SHA1: 6ea6dffe81c1bbb05d57186452fe7d2d2c284aa8 MD5sum: 943e699306651aadf39988b701d966e8 Description: debug symbols for ros-kilted-tuw-geo-msgs Build-Ids: 00145458232e9d32b205220e6015356f27559540 10defba6ee64e229a0ec830ddb914bcddbad113a 2d4482a0556b064bf0a948e8c5c2fec3d644394f 30c90ac2232c5e7356b20bfa802fd5f1093d8ba7 5d81a31b76a41d021769b9597d20b2dd5228bc5a 8fe75999a1bf91b2782f833f09ae1739a4b26be9 b1b9d2ba20b4d66070831961508f48480457a393 b8fdfe96211a564cb498001db2da5ee20d863c3f cf43764e7104d244022d660b200760bea18cfbe1 d2324e51f936badda4cb061c83bfe0b270d05391 eb48b211221add342675cf6a16dfc7ff4e7c410e Package: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260908.211016 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.20260908.211016_amd64.deb Size: 64800 SHA256: 7fab89043d53ca50fb67f51b8c56f46fb13dc9bdfd90db385685592098a48819 SHA1: 56727a7611d46326b136dafa7258b10712b8f9aa MD5sum: a0e4ef5a52d30e52544c4d31f8f6e658 Description: The tuw_geometry package Package: ros-kilted-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260908.211016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 851 Depends: ros-kilted-tuw-geometry (= 0.1.3-1noble.20260908.211016) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry/ros-kilted-tuw-geometry-dbgsym_0.1.3-1noble.20260908.211016_amd64.deb Size: 817456 SHA256: 572e605aebb860b03434df3ba6c4884f9bb5600941941475a0850f4b5418089d SHA1: 451b925d077be5b1092b89229aa9dd4991d8f579 MD5sum: 896b8119384a3a83715bfe05b519b75a Description: debug symbols for ros-kilted-tuw-geometry Build-Ids: 2f662ce842fb6d8c60d99a747342f848f0c1a48b b0c07c117c65c6ec136434dd97dba9018bc3d769 Package: ros-kilted-tuw-geometry-msgs Version: 0.2.5-2noble.20260908.192448 Architecture: amd64 Maintainer: George Todoran Installed-Size: 916 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.20260908.192448_amd64.deb Size: 79546 SHA256: f768092db7db0ff949329a1e01b2f4f0fca296b4d09589bcb01d84dcfbeff729 SHA1: 91e4368c2ad71408bb16181d846878cd06b6348f MD5sum: c0d107aedec7b383d2d3724704b05af4 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.20260908.192448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 652 Depends: ros-kilted-tuw-geometry-msgs (= 0.2.5-2noble.20260908.192448) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry-msgs/ros-kilted-tuw-geometry-msgs-dbgsym_0.2.5-2noble.20260908.192448_amd64.deb Size: 497792 SHA256: a659956a8f1f787cf548cb3afb3a3a43c89147e6ccf9b8ce54e0abae720de0b3 SHA1: 8a249c7c9840d03a9fca25988a1b8d4052ca7085 MD5sum: 85bf78a222593e5d01cd3af6114a9a16 Description: debug symbols for ros-kilted-tuw-geometry-msgs Build-Ids: 0af4d0047ce0c2804597b8097339949880ecdde6 3e7a6e0ef9a90bffe459b49d8dd8fb335fbeca55 5ba3bbec8098694fbbba0ade588d94c3fac291d2 68e7eada7b54b003f377aa6f23afc0a7e46bf36a 7a66b4f89348dd5bd41b8110ac6e68d6f956bfe7 ae9f2dc70c067e713ccdb195e6d062d6c1d1be62 c766e4eb5151b422c09a253d2c2b219ea9519b3e d7ac253d4dafaa10675c3dbbb336e08b5530935b ded9b41aa43a8a1549a4181ef9205cead7c31ff6 f1b09a5bef11992aa7d75bd0ee191e8405661f77 f5672f7ec88d346638ee48a49ace3f21710278ec Package: ros-kilted-tuw-graph-msgs Version: 0.2.5-2noble.20260908.192500 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1518 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.20260908.192500_amd64.deb Size: 140338 SHA256: 69777c656062ef5c957fa99c5802533dbf6c874ce41b9251d3441d91087ec513 SHA1: ebda7f2487d60a156e3c4e8ecf478a3499895a95 MD5sum: a64330529d72a8ef54d2f3e2c729abf2 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.20260908.192500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1277 Depends: ros-kilted-tuw-graph-msgs (= 0.2.5-2noble.20260908.192500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-graph-msgs/ros-kilted-tuw-graph-msgs-dbgsym_0.2.5-2noble.20260908.192500_amd64.deb Size: 1058210 SHA256: 3611eca7fbc71619eaf8d6e374b06f1c36e042fa287264f59dba0b07bd2b2dc7 SHA1: e6a9f98bc82d00c7db4cd8575e5e473bce900cea MD5sum: 63de48a9dff8100184b83a7048b00f78 Description: debug symbols for ros-kilted-tuw-graph-msgs Build-Ids: 267f62f67b6456d8b7bd507a2f7816687a65f293 594de4796271121ac2f5ed4fa6c4d194cd6e7121 5bf4807859971fda96fbae0c18974148c0dbe451 68db8c93f45c4f401bfd5ccfdf3a425bb7f12bc5 6d935cb774b246e5fb09f01cc170663146b171ac 83337ad7ebab72c0abd7885961ea9849fc36948e 94eae8126b71e8131ad084563443ba43c880b536 b8c49084b0c52fe70854fc33770431ebd92e6d28 b8e60cb5337b33c91d1549907d060691d593d3d9 f14de68c47be6706ead4e014ab24874f12c03d8b f7c781b05c04d53cf5563e5b74fda0bd477e2f02 Package: ros-kilted-tuw-msgs Version: 0.2.5-2noble.20260908.211021 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.20260908.211021_amd64.deb Size: 12702 SHA256: e760cf17906a3a2d5cdebb93e3606b7f1dae0a7ee981c799e01e545ba3f4ae6c SHA1: a825fb132214c6a9dcf3fe48c109600f58396427 MD5sum: d4bffbc4a7bdf953570e2a872ef13c71 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.20260908.192855 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3826 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.20260908.192855_amd64.deb Size: 279642 SHA256: 8088ff38539381b30135a0b61a96ccdc67f351aeeb206b7733f05ba9db26ea88 SHA1: f3e9e3b1e10953c23316e4e2db0ee24bffd85333 MD5sum: 56999a0c9c33f709bab1a6a75ecad467 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.20260908.192855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3104 Depends: ros-kilted-tuw-multi-robot-msgs (= 0.2.5-2noble.20260908.192855) 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.20260908.192855_amd64.deb Size: 2573976 SHA256: a0d781f03261038a2d28cfd28d585d5a6e08406614c17084681b5940ce202b5b SHA1: 678e785186cd962ba16dccc8f38014af1c86575e MD5sum: d54b8b8523dad0078ee4c80db2efcd38 Description: debug symbols for ros-kilted-tuw-multi-robot-msgs Build-Ids: 37b090c709a9d00981dd285219eca5157e347af7 3e03982f64f58503fa708ce0b64731fb7e08b88e 4a3126ba02077d6a55649b38a93d62f942721205 529ac7cff9374191cfd5b3da73b701120f6af592 5458888c99b7a0eff0fa65cb8d183c11cb7145b1 709eb1cdf81ce74bc2884bedd7729e101c8e3f60 8fdc6421185f4a654fd079a3c02f127afa5f16ea c6028277b125eaecd30998d01d52721ecf86f598 e5ef9fb70db943b415b6f5dbb2a3a4033b2ae97c e7b2ea85ec04cfad05b747fd79b107bdc2a5fd8a fc371dfa29a9e4b09128521ec274cc3331cbaed5 Package: ros-kilted-tuw-nav-msgs Version: 0.2.5-2noble.20260908.192823 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2295 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.20260908.192823_amd64.deb Size: 176408 SHA256: 838f69b1e3130ec03587dda227f88423061693e3de96138f747cecdb8ba3c568 SHA1: 5f26021c0efd56aaafb2afa14de70e29d1611e30 MD5sum: b6d64e2c2e88453faace2f9b6d38265c 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.20260908.192823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1768 Depends: ros-kilted-tuw-nav-msgs (= 0.2.5-2noble.20260908.192823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-nav-msgs/ros-kilted-tuw-nav-msgs-dbgsym_0.2.5-2noble.20260908.192823_amd64.deb Size: 1454598 SHA256: 4f2ff28ebcce32f91c936e580f47ecaa2de70b04c2b6be5f1b77129b76f48042 SHA1: da794c78c8c9ad9347f85872ef321695a7d05559 MD5sum: 8b41ae37034f83ca1abfb3ba11c696b8 Description: debug symbols for ros-kilted-tuw-nav-msgs Build-Ids: 01f1c50fb72674e4b8d9b18c56a55b21623a0b18 0a7701d96cb4669cec936e6befd063e4327781c3 15d46376ddb0a3cb283d0f1d5b963a8db19a8774 1e0bc77c732c0c2d70570553cc11ce039ed67864 3bffdf15634f771cd90279d3ad932271f058356a 85a8ac9f35cbf1f4034f89a63d32f7a4a26473cf 89319aa0b6ab487adefad92f370e219f44302ee9 b0fa3b6cc5c1c9fe663aa2cfc440bb62ece3b45e ccf1c63a5598ad260ed564ae00b3de2768c625e4 f6a645bc2e5d42d6174b6ea5e9223787d6695976 ff5e1abf5fed5d87cfc051a4ff5e87f8b5838090 Package: ros-kilted-tuw-object-map-msgs Version: 0.2.5-2noble.20260908.192801 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1886 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.20260908.192801_amd64.deb Size: 160806 SHA256: f2b66883f9af385811da9d73b42f4907d12a10015ab5c204789ed206a5834b77 SHA1: 334befebecd2238d7f7f92b09c124bccf08b6f83 MD5sum: 96b54c74041f298045fde3a264c7bdc3 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.20260908.192801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1631 Depends: ros-kilted-tuw-object-map-msgs (= 0.2.5-2noble.20260908.192801) 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.20260908.192801_amd64.deb Size: 1357936 SHA256: 0867f77c775f2c991cda591349d9ccd32719135a56b7632329cfea6e69cbd498 SHA1: 4a91aa250494ee521cf3c14435ee704d06f34eaa MD5sum: 15698c21e8375dd790290d257ff706a7 Description: debug symbols for ros-kilted-tuw-object-map-msgs Build-Ids: 216b86f2f6349d1b67324b65b762a7d176f832f9 27b041a5903e2b0d01a3b5a998b0ff09ee75555b 446c98bb9a2feac0530fa804eab9e6dc2eace695 5560868200974291622ad207168f08efa9adcfaa 723314882e1a25dace85d19046e4e5c7f8d7d306 8fa54f2c927bb1492b9d0c8d29e2537087073735 a9aa345420062cfb0315b66cb20608dc888e83e0 b8980b1a2f130eb010e52b801870635dbfcd88f4 dbc5c393d887d41a5c8e601da3d2758645deef9a f39e416dde6cc73c2a2e10c2faf5d032bc6470e8 f414d23d165f402a8909da19db3fa654afa2c71f Package: ros-kilted-tuw-object-msgs Version: 0.2.5-2noble.20260908.201336 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2436 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.20260908.201336_amd64.deb Size: 199772 SHA256: b5dad633b4572017df32f8db5c200c34001fd33e6f61f630517215cd0779c737 SHA1: cc6ba304dd40191dffc0b063a97c14cb94990abc MD5sum: 71865e41fd43e33f99c9caaec37965d1 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.20260908.201336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2102 Depends: ros-kilted-tuw-object-msgs (= 0.2.5-2noble.20260908.201336) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-msgs/ros-kilted-tuw-object-msgs-dbgsym_0.2.5-2noble.20260908.201336_amd64.deb Size: 1767568 SHA256: 49b5f8be8dd08fc0ea17139820d056f37ed1cd8ea93eb9c6f66508851b6eb066 SHA1: af4503e004cfc71ac25046f8fec3acd9593d8b2a MD5sum: 76bdb9ff789802d8b2e32e04527f7e2f Description: debug symbols for ros-kilted-tuw-object-msgs Build-Ids: 0d92c926fb11fcc904cf8e7124c840081776cfd9 28fe1e46c87a6d0677c07f2a36d9205a4d645ecd 4161a927c28d83397d348399361fcb6354486afd 50478438abebfd3e7501e79cb181053d1a591e7a 5ed2e977679099632eaa7a62d097e6e09065d0a9 6504759171f070a80835542920714cee27e23978 8796bac4c4f7720355891bcf1c152e81d9d320bc 8c8f91c3a202da5da20b02395329ac700364384a 97e3d3130f76478894ee982a452590caf3e22ab6 e2089147e57bb8fe6cd79e5366359112071e8bf2 f1a19670186994ee37ca5ace4bf4e3e2ca768952 Package: ros-kilted-tuw-std-msgs Version: 0.2.5-2noble.20260908.164823 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1132 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.20260908.164823_amd64.deb Size: 102076 SHA256: b7fea132a80353dd3c1be5b1917dc5a289c5c08f38b218bb8a76d77df4679e9c SHA1: 7658f4629fe922f60f658579cf1cae3982a99faa MD5sum: 0fe4dd19f255d3be27e1b3781cd54c85 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.20260908.164823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 865 Depends: ros-kilted-tuw-std-msgs (= 0.2.5-2noble.20260908.164823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-std-msgs/ros-kilted-tuw-std-msgs-dbgsym_0.2.5-2noble.20260908.164823_amd64.deb Size: 673408 SHA256: 759cfe40607e537b8331bf11628be5fc73d06220c79c1be9af9e83e7f4a18444 SHA1: 68aa4dd049cc856003f60af188d49b575e4ce1f9 MD5sum: 1babbe8e9dd4509fd0fa68975cc91d76 Description: debug symbols for ros-kilted-tuw-std-msgs Build-Ids: 07ea03e554b220cdca32fad66b7b0c70c5e657a6 09e1c4b7f827161a9288fe03d1184fa7ec9eb355 1ae8def35a6ff88f6ce9b84b937213ac87f564b9 33c40fa3f00081077e5d58d1caaaf22a5101e57b 4ba4185e12449e3dd06e3e6c786faef16645d0ba 687c68ad37f3cd4223f51f3b6c66557577371441 7c2c9f98b5efecd9076c1f262ef3d827cbaa9079 8c70f9d06708fd8f410343cb741df8bc9451a8a6 a85dd00b9182f56bf29a7ad370105b9bd6a4bbc4 b1ab92a5502503356bc5542eb935341bbc786ede d70967dd3995eeabc4dd7937ac70b14d335b9932 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.20260908.205410 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.20260908.205410_amd64.deb Size: 274386 SHA256: 44ff7261e358792e3229d1ccd418628a9247678e22514b962fe409f98c4db0ed SHA1: 09eeda905114b63231cabb393f1c4af6345aa265 MD5sum: 03ba79442c38451803dbd0cbcc4034b9 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.20260908.205410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8282 Depends: ros-kilted-twist-mux (= 4.5.0-1noble.20260908.205410) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux/ros-kilted-twist-mux-dbgsym_4.5.0-1noble.20260908.205410_amd64.deb Size: 6889354 SHA256: c7f54b262061e073757eb8827c2b81be37c6dca81b640f36260a958ebce492c5 SHA1: 3c0ed18a1bf894a22e24a3709c1372389dd64ee9 MD5sum: 4ee143aa632b28890cfbc25926673560 Description: debug symbols for ros-kilted-twist-mux Build-Ids: 7fd2e62f309cf8c730a569351ecd9d227f462062 e7064d959bcd3a7ab5477591a6ad39c5aa2bcfba Package: ros-kilted-twist-mux-msgs Version: 3.0.1-3noble.20260908.164856 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2788 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.20260908.164856_amd64.deb Size: 169654 SHA256: 2e6006ea7c37db192327a793bea877b6476fafff1f485efc4b3f418c4be6387a SHA1: b4997b3bbdbf4c872707bbed72efd885e1330e54 MD5sum: 64030d48a9c7add490bf95b9d55bd6f9 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.20260908.164856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1290 Depends: ros-kilted-twist-mux-msgs (= 3.0.1-3noble.20260908.164856) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux-msgs/ros-kilted-twist-mux-msgs-dbgsym_3.0.1-3noble.20260908.164856_amd64.deb Size: 853772 SHA256: d92d28434aa2ae7568ad7a7ee3b5182396988cc296e4852b909d6395b1573ced SHA1: 74fa3f8b5fc1db79fbcba8c841ff1f3cde12846a MD5sum: 02fc178e848b32445bbbea4f3b51258d Description: debug symbols for ros-kilted-twist-mux-msgs Build-Ids: 119bf79aafab119ed1331c866df316a685cf1b00 180bc991bbcf53945be415934429534fbecfa30b 244d1e8cfd4f56cdfead4251b3cabf64d3d1680d 25715fc7888878952e472b67bc012dea50a3bd98 321bf143ff3f0da1b296ca131d95e0e912e38b5b 6ff5a349eca9001a52aec28591297413209ae681 86dbcb097d38e7653e38fdf9235ddb8519166d8d 93cff432c80226f75709fd86d8c6aea25cb7462c a20e1cb2d7357712f6ed3ea8ac1f6dcba2b45b0a c8c5d77da1bc6b18dd19236a00005f04b03b025c d5abfb36a52abb27672acf4257880f143088f04c Package: ros-kilted-twist-stamper Version: 0.0.5-2noble.20260908.205617 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.20260908.205617_amd64.deb Size: 6692 SHA256: f3dd64fb361a557b158b1aad7dfafd55581ce56748cb76a20eb4ed0e8e437467 SHA1: 67182b84247e0ba4514652cd94f01b6fb0eee81c MD5sum: 082eda9e1e1ac9b022101119525b236c Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-kilted-type-description-interfaces Version: 2.3.2-1noble.20260908.142657 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1902 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.20260908.142657_amd64.deb Size: 160506 SHA256: e7cdc814cf156173a8102df15c61e76b8a69f40baa5c36f0467038471917da97 SHA1: d73ecddbd68c7310ad391c4c74595c86cfa5b689 MD5sum: 3a8aa0aaae5276fbe59efdbf84e717d7 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.20260908.142657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1531 Depends: ros-kilted-type-description-interfaces (= 2.3.2-1noble.20260908.142657) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-type-description-interfaces/ros-kilted-type-description-interfaces-dbgsym_2.3.2-1noble.20260908.142657_amd64.deb Size: 1259450 SHA256: 2f5ee5c6b7b29d177f7ecf5c55bf6efae89080fd1ffcdd56a1f17f7ba1744d5e SHA1: 599d8ac821b51fac6820413d44ef73dfd47e1b68 MD5sum: e9cf9197d4f16ca07899ce0cf461e9b5 Description: debug symbols for ros-kilted-type-description-interfaces Build-Ids: 07c808a6bda5dbace436b4b9315b3c727ceeab31 1154e5b0c64d207cd706699badd8f06318a0adcd 3ac1af6a1862fe1ed0f84d6858e3538ff7d2c35c 7aadb7b205ae4ea60ad2352a5f716fb7db178d58 868cf34c33b726c46f10547ef88d66da29e3b9c5 87fa4bbd6c100f2a970a10f3ec8affc39d57c61a 9964100091526b1228e7c31a77712d524cbd6011 a946e5bb27d24b5cbe3059bc79a22d23cc9441c9 aea0320322a131771b7025c5390d3e3ff9d99b9d d3f0ffcc4b88d2f236d59eb4403b4e62d93fa876 f98ea0a54870f77f718f40c5150f7b01a9b7cba0 Package: ros-kilted-ublox Version: 2.3.0-4noble.20260908.221220 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.20260908.221220_amd64.deb Size: 5330 SHA256: 1f98251ff9cec7b5c39962eab8c16da2977300b6b742b251bad89072a089694e SHA1: 77e9696a21b20f0f6cdc96c45ebaeff3d56f523a MD5sum: 46389327a5c27e15e0a9a26bc5db9c44 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.20260908.211158 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.20260908.211158_amd64.deb Size: 11712 SHA256: 589bbc1f3c423ac89e30fcddcead3c730c22479c79b8f3b05728a7286af7c957 SHA1: 18a0be404bedde7205ecb93e68195dbd9e1d89ba MD5sum: 84fe3b1796322c31d7b7a580250b80d6 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.20260908.210302 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.20260908.210302_amd64.deb Size: 687852 SHA256: 25a1e60989d7d584a3f7aeaa13172139e1491b9ed5ee1e0a9d4c63759d352b01 SHA1: 317b1fe6666786d8f4d10a17af754037d1aa81ef MD5sum: 33a4d7e07d81edb5099e6e6d40463c75 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.20260908.210302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 18692 Depends: ros-kilted-ublox-dgnss-node (= 0.7.5-1noble.20260908.210302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-dgnss-node/ros-kilted-ublox-dgnss-node-dbgsym_0.7.5-1noble.20260908.210302_amd64.deb Size: 15920304 SHA256: 9435be4b544da010279b6bacb5bc99c4b607f06b54d2a7f2c65828bd2674fd1d SHA1: c1bb39c55eb7f6cdd93eaec05dd4c558fcc3dceb MD5sum: e99356484e37b7f0312ffabb938cc38c Description: debug symbols for ros-kilted-ublox-dgnss-node Build-Ids: 435ca187a57cade6b7402abc33df25facf79dd93 7bea417f746389e0c4d67a0889386e54e6cd7aff Package: ros-kilted-ublox-gps Version: 2.3.0-4noble.20260908.210230 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.20260908.210230_amd64.deb Size: 744998 SHA256: 93fcc3b370a467317ed49f1cafc8d97872091609f1909922f316d5275221781d SHA1: 79ef7df36b4e5747bc62122f514116b0f41b90f0 MD5sum: ed86bc809d31bcda657f0931ddbe4e05 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.20260908.210230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 21065 Depends: ros-kilted-ublox-gps (= 2.3.0-4noble.20260908.210230) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-gps/ros-kilted-ublox-gps-dbgsym_2.3.0-4noble.20260908.210230_amd64.deb Size: 18993284 SHA256: 0e463354a501320f5ce24037b84226a887e79979a3739ba2d2358bbedb097e4f SHA1: 71e172d99e2e902537cd24d6eb3ad4a8c00f94e7 MD5sum: ca4d3b6caa79726973a1d44959bcdd6b Description: debug symbols for ros-kilted-ublox-gps Build-Ids: 3dde27d33f6b5a9074172aa30280b2705114c541 9fa079d5ff9608cede9d24ba9e28db9f8cb8bf34 a3368cc7c0bc8c6b4115d5eeff91576594f53ba6 Package: ros-kilted-ublox-msgs Version: 2.3.0-4noble.20260908.203611 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 13393 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.20260908.203611_amd64.deb Size: 818886 SHA256: 0081567e65e6b3f75d2f6a5ab987deadd487f70e4324fbad71752318c90978f6 SHA1: b1ade07b3b6674028e9bccee03c219a9f710cc3c MD5sum: 64fcb70f82b97ce67329a2ba1fccd05a 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.20260908.203611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8669 Depends: ros-kilted-ublox-msgs (= 2.3.0-4noble.20260908.203611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-msgs/ros-kilted-ublox-msgs-dbgsym_2.3.0-4noble.20260908.203611_amd64.deb Size: 7134854 SHA256: baa052b706993b2199c25a05e4bb92f3c8b1e05fea8cda93837a851dcf09cb22 SHA1: ea93ec932d5531fa93f83e37613421fca36ed8ed MD5sum: 0c8ed853e3afef5bd001a3496270ddb0 Description: debug symbols for ros-kilted-ublox-msgs Build-Ids: 0407c21cc741de8a769387dec9ac8a2c143bf7bb 25bd3685f242ef9bac7f03f52de60d35c8495cf2 2b096ec1a32c5f02773a0e05147a88d5c03c57cb 389d43d3790a53915d32d98ac518adcf94457e93 52bf5545b0942a8e0e04dcf630cca7d8c4866f60 55eac7fd0a077708d0ac5cc4e106df2fb012c864 56ac01136ca027cd07d431b5f34b1aac5c5bcdeb 625867176ada719f95d07c0015953abaab0248bb 6af2bd3ba2fc8f1e157f9c070f0710f6e844e074 75b96502c6703e816e42905d247ec37e311a98d8 a0d4c2a6778c7b2d07ed7fb8ee4aa6b26fa3a4d2 ec68746e52fef6d189a5aca3ef6b10309f3b269f Package: ros-kilted-ublox-nav-sat-fix-hp-node Version: 0.7.5-1noble.20260908.210316 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.20260908.210316_amd64.deb Size: 161884 SHA256: 80387d6e943b1b15b806d552d4b6c181d0fa11260fb2b285b114275b6c50942b SHA1: 2002b4d1b6211e8f27848dc6108f1ae872f1b09e MD5sum: d193b91f0ea1d24d75d5170d94e8c044 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.20260908.210316 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.20260908.210316) 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.20260908.210316_amd64.deb Size: 3576310 SHA256: e2be8f16b245a4736af0e03aacff5d6f649f79ab64d30264cf751acbe68889f5 SHA1: 72d393b91ca51842368fab1474404a416fe54a58 MD5sum: 58af464ae51b9a44e3584f9d3b654555 Description: debug symbols for ros-kilted-ublox-nav-sat-fix-hp-node Build-Ids: 4b4bd80d498eb1e97ffc7798023ea85f1452b839 fecc0e1244464ba168396b4379dd84d698d16b55 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.20260908.194917 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1848 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.20260908.194917_amd64.deb Size: 121558 SHA256: 8d6e9a16b4b4f13fd1f3eaa74476122a6f36234bda197765f95c3486b2bd6f77 SHA1: 22a3f065891676090f1ad304cbcb8486462bf599 MD5sum: d0e9a6c460deaa56b4201d00ef0e6276 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.20260908.194917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1151 Depends: ros-kilted-ublox-ubx-interfaces (= 0.7.5-1noble.20260908.194917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-interfaces/ros-kilted-ublox-ubx-interfaces-dbgsym_0.7.5-1noble.20260908.194917_amd64.deb Size: 844508 SHA256: 7d64cc50d9d679375bd99a44504d51a823e9993577eaa681a1a413d2c3f0cbad SHA1: c5aae1a1eadc9da7770f9e2bab4c62deb3e75ee4 MD5sum: 508a6e0873a7551cc43e8a49d5f1db91 Description: debug symbols for ros-kilted-ublox-ubx-interfaces Build-Ids: 18575ccc6d11ba30593beaab58743882d6f9d624 1d30bdc833db6fb030b1ffdc1e7465cc17b00a18 214f95874e71c39242e957cb2b68424904c14b60 2d4da8138bcd910353ad38f36c5cc3094d30e209 804bdfdeeedd6b9f1f7ace975fb4d0a8a1c27507 8f79b55e913c72b1bf7de2ad22c756b3fea107f5 a0bc1d7d877ae3daaf4dcebb44c844b98c8b533d b893a548f7dd1b6a2e36ca4ee899a6793dbcdd20 baae029b0339d027499bd9952fc59cbadac34955 c415a340bbd6a2b0a8ac106a83b9b741f5d402cc ef6c6d5e14f8994777238871b66706461521435e Package: ros-kilted-ublox-ubx-msgs Version: 0.7.5-1noble.20260908.164846 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 10661 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.20260908.164846_amd64.deb Size: 649586 SHA256: 073b7c2dcc38efc9321cebd165cecf941876cc63621d24496b5c0bb06c16c2ff SHA1: e000822dcc98cbd460c4c03f6c223b06d3475893 MD5sum: e79a9018eb39e1ea23718747644f7469 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.20260908.164846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 7125 Depends: ros-kilted-ublox-ubx-msgs (= 0.7.5-1noble.20260908.164846) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-msgs/ros-kilted-ublox-ubx-msgs-dbgsym_0.7.5-1noble.20260908.164846_amd64.deb Size: 5883520 SHA256: 957b547992c07104758357e8a54d923272f44b1fd6501555179ad3bb76559e76 SHA1: 3d0582e67ffeb48ad9c32810802b15212590fe7f MD5sum: 5cbe018b5acfabf4819aceb83439381f Description: debug symbols for ros-kilted-ublox-ubx-msgs Build-Ids: 229201214eb0ead2ae899a56e3ab2e9910779d61 2437bfa3e7afdc964a8e2e5892a7133b51d5ca2b 371729114d62c6f6a06c41d553ae02290b53d50b 451655bab0ca235d65295cca7443407c0f134519 4c8a77b96b5a4255080d4b8746171102753417c4 5aa6cd6cc2808820ec8a6c6658d89b3cfc6f88d6 7e0cb3bdfa3242dbfa86fbb99accb2ccc0eb98a7 91269d9ec097c73254d44957df9692fd65a98608 ecf5565e8ef3e5a2308932d441727c604d1f933c f0badf8e4808bb6f4912bbae7b316c2eb2045805 fa55fb58f36b9e284b4935e3f53e2e280bd744d9 Package: ros-kilted-udp-driver Version: 1.2.0-4noble.20260908.224655 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.20260908.224655_amd64.deb Size: 179734 SHA256: 4a47a2033a4a415f7f4d83c77737dae9eaf249ac19589e756f014dd41f05bc09 SHA1: 95678c2960b4f8096e2f37feddca28a880c58df2 MD5sum: 9817782b62286a5608217574bd7add15 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.20260908.224655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4156 Depends: ros-kilted-udp-driver (= 1.2.0-4noble.20260908.224655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-driver/ros-kilted-udp-driver-dbgsym_1.2.0-4noble.20260908.224655_amd64.deb Size: 3614104 SHA256: d65c2183517743366f74f58e52c89f672984f11fb77a9584744133aa23c839d5 SHA1: 58c6a9ac0f8204d1198586fb5ea1fb6d69a0a7bb MD5sum: 839ff5194122946459234c7c72c25607 Description: debug symbols for ros-kilted-udp-driver Build-Ids: 1697934dea1d403a85493ae43aa7789f8483d8d8 2d058db5aa0e4c787ae526ebe041d162c3f846f0 bf163f3f31d9978c8b1f831f48d9bb4f31c57aae c54aa89c014509b2fa7c866e3c56e5831a24e676 e7195d8213f4ffd886e7b6e2660dd7244fa3e860 Package: ros-kilted-udp-msgs Version: 0.0.5-2noble.20260908.194833 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1291 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.20260908.194833_amd64.deb Size: 115258 SHA256: 8b80c959a54d143f540e477b487c37ace939d3e2c6257b831b583c148df9630d SHA1: 037bf94a88f40425be7c4fffe627f17d1554e5bc MD5sum: ef2575a292be7137e892064651ed3845 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.20260908.194833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1000 Depends: ros-kilted-udp-msgs (= 0.0.5-2noble.20260908.194833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-msgs/ros-kilted-udp-msgs-dbgsym_0.0.5-2noble.20260908.194833_amd64.deb Size: 797934 SHA256: 3f6709e645512fb36b1a823b1737732bc82e57900a7e560ff970eef00420c7a3 SHA1: 002ea618cdfa037406c77470364207e9ce69b9b0 MD5sum: ca2335f2675f5a8ab164ca31472d34e0 Description: debug symbols for ros-kilted-udp-msgs Build-Ids: 1019641b88a7e10410f0049bb8d79b530cc4d7df 12556ef7aa28496b33b111d9551e4b231d7834f7 1f30f139dc8e9db3e1fb8f2c52dee4a3aebf57a8 226efef196f6884c5c27ab23d02a198ed671a5da 36255e6168f8a4709ca49c5220bb4c6a180f49c7 3776bddaf6301f2aa19fd78e0b14fa345d17f139 3b24ac2bf573e046599fe2f72a8ff38910a020bb 45860aa582b5dfd92ce544e466ab558910feacf7 a319cd3cf0aad7610fe0b1b74950c7eace952058 bf3898e746d8d1e160eacf94f4c610c6d3fdc7c0 ef06bed123bfd40d30296ea406cb54cdf42674a2 Package: ros-kilted-unbag Version: 1.3.1-1noble.20260908.235703 Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1024 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 5), libqt5svg5, python3-numpy, python3-opencv, python3-tqdm, python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosbag2-py, ros-kilted-rosidl-runtime-py, ros-kilted-sensor-msgs, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/unbag/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unbag/ros-kilted-unbag_1.3.1-1noble.20260908.235703_amd64.deb Size: 651762 SHA256: cf102e544ee141113350ecc9993982c15a633d9132d1a0426706eaa38768a058 SHA1: 53fb135f9f939929f008e95824164c83bd7392a2 MD5sum: 550ac97f020df7b722ed40e1377371fd Description: A ROS 2 tool for exporting bags to human readable files. Supports pluggable export routines to handle any message type. Package: ros-kilted-unbag-dbgsym Package-Type: ddeb Source: ros-kilted-unbag Version: 1.3.1-1noble.20260908.235703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1253 Depends: ros-kilted-unbag (= 1.3.1-1noble.20260908.235703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unbag/ros-kilted-unbag-dbgsym_1.3.1-1noble.20260908.235703_amd64.deb Size: 1182838 SHA256: 245e48798735a07f72fe0b8eec782c805d5ee373846c7d445be5c7ed56c3d6f5 SHA1: b702c745b37b883251da2f64a9403ccdbf4472d2 MD5sum: 9a442a9dc29360ec557c604fe5d72d61 Description: debug symbols for ros-kilted-unbag Build-Ids: 17522e1ce81b85e3ba49b0864a59fca0e6b76b51 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.20260908.123919 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 431 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.20260908.123919_amd64.deb Size: 40850 SHA256: b73637df55694a4b84bf1477e3b396b6721e38e5596348f76794e844a12cf892 SHA1: fc0cfcf2c1134a9c1ee60a05cb19b08acc7602ea MD5sum: 5a855ca7b5ae342309d48fafc7697dc6 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.20260908.123919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 251 Depends: ros-kilted-unique-identifier-msgs (= 2.7.1-1noble.20260908.123919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unique-identifier-msgs/ros-kilted-unique-identifier-msgs-dbgsym_2.7.1-1noble.20260908.123919_amd64.deb Size: 165836 SHA256: 7ba8378a4bf0e2ac0ad18f4498613caf629db07ebcf287219e451d948e5a124c SHA1: eaa5b0aabfa37f82cae51c153fafc05ec93b6d34 MD5sum: 85db537e5c00e95a392d31242460a6e2 Description: debug symbols for ros-kilted-unique-identifier-msgs Build-Ids: 014c7ccb3e494ea0280d0d0a0c695936719bee89 3c832f2b43f1e24b4f09cf91afab5713a063d5aa 4470ea868f79f8f637201ca5487b2c88d731ae4d 49ffcce5f21fdef020e442b6af3117df2449dbbe 4a73d923e5ab8800f6b8bd693bf30a7188a6efa8 82f5b8120bee1ad37cf340673c05fd063eba93eb 9631c7f90381f4c2f37a8efcafcd4ce6033e5ea8 a34d4faa659fbea77350e48062fc20be6f7c0e84 c3f7938e46b4fd4e86b4b78ffc497e48856bf775 d1a13b88d435906478c0988248e0494efcd7f7cb d5668e79d2c5484630aa729a4175703cf41d52d6 Package: ros-kilted-ur Version: 4.8.0-1noble.20260909.015134 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.20260909.015134_amd64.deb Size: 5910 SHA256: 2b184b0b2a0a1b6a4ca006be89f7eb8c286944b6c9e73acd4df2ef5a6fd38257 SHA1: f341fc2f1e39c69374fd17960b482534d3b299bc MD5sum: a28a30c9f81226f2971567a165674fc3 Description: Metapackage for universal robots Package: ros-kilted-ur-calibration Version: 4.8.0-1noble.20260909.001255 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 198 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-kilted-rclcpp, ros-kilted-ur-client-library, ros-kilted-ur-robot-driver, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-calibration/ros-kilted-ur-calibration_4.8.0-1noble.20260909.001255_amd64.deb Size: 57166 SHA256: 9456b28e0c2208fab5e1d89e6d3ad7d16cfb1b692a23f2c4e62539664b617117 SHA1: c35a7e7e71df37cb81d44fe4cff26c5970116b0d MD5sum: 55c9d4ec363302cc5165044dbafe21ac 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.20260909.001255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1585 Depends: ros-kilted-ur-calibration (= 4.8.0-1noble.20260909.001255) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-calibration/ros-kilted-ur-calibration-dbgsym_4.8.0-1noble.20260909.001255_amd64.deb Size: 1553414 SHA256: 606fa94c2c1675a3fa1e0b554ac0e2c5fada8ca67769eedd11a4604d0a5e75ca SHA1: 855022ee28511a222ee3d1e81bbf1bbf43927fa6 MD5sum: 332e9a0fbe4cc81775eac4855e0911a0 Description: debug symbols for ros-kilted-ur-calibration Build-Ids: 3ee53c062f67ba9e1fcfc06c8110fab2f6758044 Package: ros-kilted-ur-client-library Version: 2.15.0-1noble.20260905.031510 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2190 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.15.0-1noble.20260905.031510_amd64.deb Size: 584194 SHA256: acdc49c652143c19842d551ea8e3b573b473f409ed1910fdd5b88105d8f60a9c SHA1: d8b2ab5e6ea0928776666951eaadd5878c00ee4a MD5sum: c4484883c3b8163a3044aa7f168eb3a1 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.15.0-1noble.20260905.031510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8343 Depends: ros-kilted-ur-client-library (= 2.15.0-1noble.20260905.031510) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-client-library/ros-kilted-ur-client-library-dbgsym_2.15.0-1noble.20260905.031510_amd64.deb Size: 7878998 SHA256: 0bf0ac839231232b93d35156281d7fd55ef73fb0285ecd75c3abcf53b2b1ee25 SHA1: 7fd1dc67231c80c4f45ef8b8c9f145714613a75b MD5sum: 459912db0d77fd53554d2d11ecd055a3 Description: debug symbols for ros-kilted-ur-client-library Build-Ids: 813dd452874ac99d12de7fb65e6fa5f584a037a7 Package: ros-kilted-ur-controllers Version: 4.8.0-1noble.20260908.235423 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.20260908.235423_amd64.deb Size: 455874 SHA256: 434528c6f78c8735a278ed8b03f911692a68892accca4fc8f0c92a5e6446a04f SHA1: 095f125d8b12d4d44c687f2830bf73d49f6f4d28 MD5sum: 6a1d7612a0cf9e44a7eb0ccb5ed8070c 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.20260908.235423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10254 Depends: ros-kilted-ur-controllers (= 4.8.0-1noble.20260908.235423) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-controllers/ros-kilted-ur-controllers-dbgsym_4.8.0-1noble.20260908.235423_amd64.deb Size: 9331642 SHA256: 1d95c82507847e0414fdc0ba63bec403f20359342380403dbbcedd0bc638cc96 SHA1: 44a861fbb8775f7b2b5fe500577107095b264da3 MD5sum: 9f5f44313846c14726b896279461fe9c Description: debug symbols for ros-kilted-ur-controllers Build-Ids: 4fc42b4089f2e98a9eb9b6df855e24ed957f97c7 Package: ros-kilted-ur-dashboard-msgs Version: 4.8.0-1noble.20260908.164905 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 12504 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.20260908.164905_amd64.deb Size: 702296 SHA256: 561ceaf479a0df19eb8cd8bbf55b30ec001bc845fb2ce584018d300eb2544d56 SHA1: a37bc45ce6aa7825e00ef3bdedb5ae366789c55f MD5sum: 921e6bd9cd0b3b4002d30c3f1eb9b875 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.20260908.164905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8751 Depends: ros-kilted-ur-dashboard-msgs (= 4.8.0-1noble.20260908.164905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-dashboard-msgs/ros-kilted-ur-dashboard-msgs-dbgsym_4.8.0-1noble.20260908.164905_amd64.deb Size: 6822584 SHA256: 696b99ded535b376f5a743a6ce2c94c6c90f713dde4fc75794e6e1fcad57ea1b SHA1: 6d1f7f47059aae06e20b95ec0470d5ad138d2337 MD5sum: ba9d61c79cfb48393e625ceccb3feb33 Description: debug symbols for ros-kilted-ur-dashboard-msgs Build-Ids: 1b09dbba16675c518aa2a698ec9da5f4a8769b89 21289e325764e04b08b233949dd8cd54be7d8580 36744acf73ca6e05a080a1708cb64e35e85dc1fb 9bbf11a790d62d3df9e0aa11005de7a60d2288d7 a02724283d68952066d01af0764ca518b198b65f a4b2519b24930ad346eba542affaf22fa34a3c04 be742a415532cbc6a9e9bce00935b72d6787be14 c67a9fcd202c6337808008b0bab36c07d6fad19c c9eea2872afe7677540dd710a4a8f78b7335480b cf0ed971a2b42b67746789730adbdc117117e2a5 ecc660db95425ee1b7ce4e1a626e3c6007020daa Package: ros-kilted-ur-description Version: 4.3.1-1noble.20260908.232232 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.20260908.232232_amd64.deb Size: 22124796 SHA256: e8a6c248a71385ac9d634d081eec142d67dd3adf5800318ac32c7269470adc1a SHA1: 421929a35cfc4dbf594e472b6479284c83731e26 MD5sum: 38ed58a353fc850a9584dbded7cdf631 Description: URDF description for Universal Robots Package: ros-kilted-ur-moveit-config Version: 4.8.0-1noble.20260909.014955 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.20260909.014955_amd64.deb Size: 16904 SHA256: b078952e2d612cb8915cbed7ba8ce765e2d26ebfdcc6fc4cc21c9c8fe262732e SHA1: 88a62ddc43c6174ba46fbe06747cc77977b22bb1 MD5sum: 2d4aa74dfc20670116b7e0d769e79d45 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-kilted-ur-msgs Version: 2.6.0-1noble.20260908.202527 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9195 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.20260908.202527_amd64.deb Size: 578334 SHA256: 12ddb6e3854c41c6fd434f52bac88a33c2703bbda495018a68b89fd45395283a SHA1: 456f13e296fb7c792ab8c8b0f3e1165524f5a6e8 MD5sum: bf7a4b64b74b512a6d4ddf57f18c4a36 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.20260908.202527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 5524 Depends: ros-kilted-ur-msgs (= 2.6.0-1noble.20260908.202527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-msgs/ros-kilted-ur-msgs-dbgsym_2.6.0-1noble.20260908.202527_amd64.deb Size: 4251528 SHA256: bc3b63c242dc7d540a1192e7c52c7792ad3ebb70e6aea9a7668af1691a1db01f SHA1: 32b46882a4ccd2de7b9cc08f497da0ba3b544827 MD5sum: e92a10b66253da0928a43a3588419844 Description: debug symbols for ros-kilted-ur-msgs Build-Ids: 0b2d7232b9b9b7325b5d90f410b6c03b4b6e42ff 562af59b20a357435d040337ef3664c26e662279 692d0a0f053b8e29df58a2d1fe70b9fb86bec7fb 71a1a168ec19184736f5af4dc3eeed7a66fd6bf0 a14b122b93681d647b04492309d214ad4ac8bd47 cbd76a65004066499db877b75c56173850356a61 d59f3b4dfc9a31e3063e2e3fbe95ae0ce3f27938 d5c7b873a139db2b70ac4a70ef6698ffe8ad0e27 d865871c5c661eed485230bdb37195b32b493991 e1a3f0085fe97fb903ebb7f934ec7cba0dd71e13 e22c99c19b472a43217ca6b22b796c0a2b99ac21 Package: ros-kilted-ur-robot-driver Version: 4.8.0-1noble.20260909.000136 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5223 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.20260909.000136_amd64.deb Size: 1002736 SHA256: 132f8a40164b3d5ee7a086ea54a844b86835f54f44b77d16a3e32161178d0549 SHA1: b8a75bdca2ae233edb37bad5dc3fc5a142c89f04 MD5sum: 6638e4dac7d8d9284b135effa2547fee 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.20260909.000136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 23683 Depends: ros-kilted-ur-robot-driver (= 4.8.0-1noble.20260909.000136) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-robot-driver/ros-kilted-ur-robot-driver-dbgsym_4.8.0-1noble.20260909.000136_amd64.deb Size: 20672788 SHA256: 8d9014e3b959ccbfcd6fb8fb2ada6e5964528ee30e93c4cad3dd3074c842efe4 SHA1: 530fb9d95d529003a6c68ce6b81c9fdb43fc8914 MD5sum: 924e32bc715ee97a7f4311aafbfca415 Description: debug symbols for ros-kilted-ur-robot-driver Build-Ids: 475a84da64a519a72bb731eed4df505a44c5673c 8979f7a7b52aaac8256ac6a06930d41852fe54dd c7d361238321aea7fe84c49ab4673ae35a817dbc cda7987621b0a2f1b91379f59bcf9b4b506f3fa3 ce5aad1c0d97753a11bf3c0a501f30fa95896fe3 e10b080c41a808739753f105d3d404deff9c708e fbb7c88805328799b5c26f5eb2434626da6a6996 Package: ros-kilted-ur-simulation-gz Version: 2.5.0-1noble.20260909.015130 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.20260909.015130_amd64.deb Size: 11282 SHA256: 2a398aec0dd5cbad94fcf3f6cc92f4767c66fa5c9ca4521130f21cf779251e19 SHA1: ab893d4bb3da9ecc9680f0a89df63570c0309c82 MD5sum: e94b36b9844d96d1681c258c6d8f4326 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-kilted-urdf Version: 2.12.3-1noble.20260908.203938 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.20260908.203938_amd64.deb Size: 106076 SHA256: 6f6609831c852ecfca2a0b10d663c295571d1bc214d44ae040024df62d00908c SHA1: 06a4b669e88feec7c86ed7b9c7fa1c48208cdb5d MD5sum: 3f5888821a00c29e14c0f0886226cc7f 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.20260908.203938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1271 Depends: ros-kilted-urdf (= 2.12.3-1noble.20260908.203938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf/ros-kilted-urdf-dbgsym_2.12.3-1noble.20260908.203938_amd64.deb Size: 1193588 SHA256: f5bbb0b1fe04f54c2c426b446b6a3a31704d4c58efc9cc06c97a8446d2ad5e1f SHA1: 0021d6f992dc99e9608e64ae85112940998d5f84 MD5sum: b142d7cf328f338ec4327e79d6a66bd1 Description: debug symbols for ros-kilted-urdf Build-Ids: 0482bbd75474672b3153dea8fe6e3e6ba981ad0d 5927b0dbe2506ac602915bc1bcaf94bd95d7369d Package: ros-kilted-urdf-launch Version: 0.1.2-1noble.20260908.233715 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.20260908.233715_amd64.deb Size: 6446 SHA256: f6296855cd2d1756a4f5f8eeeca94f28d1d073ba71d0f8e49c4480091c954f97 SHA1: f68b5c8e2ab7bc14f89d8b7c2b503ec935ccbdcc MD5sum: 0546a44b9192a3fdde4d2af7d39bf8f8 Description: Launch files for common URDF operations Package: ros-kilted-urdf-parser-plugin Version: 2.12.3-1noble.20260908.203005 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.20260908.203005_amd64.deb Size: 9860 SHA256: 3aa71bad4899e1734b1df191de4da754503ab107984e42c719d89adeff370331 SHA1: c0b2d7071c5e1007775b5bff0b54deb11542e6d6 MD5sum: 3667562584321cdb9a057c9ad37208bc Description: This package contains a C++ base class for URDF parsers. Package: ros-kilted-urdf-test Version: 2.1.3-1noble.20260908.221819 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 66 Depends: ros-kilted-rclpy, ros-kilted-urdfdom, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf-test/ros-kilted-urdf-test_2.1.3-1noble.20260908.221819_amd64.deb Size: 9672 SHA256: 2a4ac4d5e1c13365cc03ca4aec4130d681cbb72d91a5b1a2496ff63e676f0a64 SHA1: 9b4f941eff91185f40cf5e155cc41be3b5e05876 MD5sum: a9575c92acfba5ede940b2200ffef3bb Description: The urdf_test package Package: ros-kilted-urdf-tutorial Version: 1.1.0-3noble.20260909.070655 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.20260909.070655_amd64.deb Size: 731376 SHA256: 6649c65a8040d2c19f6bb9c0b831827cf8f5246106e87e97c2f0a68e6e873e7f SHA1: 43b9c328d177a947e0d3468d6a3bdd236d1f224b MD5sum: a37c81518bbffa424bbf74a5f60d3deb 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.20260908.221820 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.20260908.221820_amd64.deb Size: 38702 SHA256: e9c191e6f9cbb8bc95a2ac0b11f8e1fc6d886c37d554833781931ea17bd6b9f0 SHA1: cbbc6103f21540bff6f3a3d0563200230c773e96 MD5sum: 3b2b9a48c6c56612d86466340053b9db 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.20260908.212626 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.20260908.212626_amd64.deb Size: 185290 SHA256: 51920bd34eefe877d4bee02e22462f0e49bc9770f67d57e416267207b305e069 SHA1: f098e91fd1707912c1130c7b1e1af29f1c506700 MD5sum: 2c45ec78b8b6e41de3054802a8c3cadb Description: urg_node Package: ros-kilted-urg-node-dbgsym Package-Type: ddeb Source: ros-kilted-urg-node Version: 1.2.0-1noble.20260908.212626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2388 Depends: ros-kilted-urg-node (= 1.2.0-1noble.20260908.212626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node/ros-kilted-urg-node-dbgsym_1.2.0-1noble.20260908.212626_amd64.deb Size: 2236804 SHA256: 9f59550257951808b8441793b8ed86623b55b4e92109ddbfc67aea29a9cdf2dc SHA1: 536e9f9d468b2751a4dd39ead5332e5e6e8699f1 MD5sum: e430f6c664e2fbf4ccb5bdcb11a0b2ea Description: debug symbols for ros-kilted-urg-node Build-Ids: 0f6c8ab3a448280de72ce2d9c2e36960ce7d3b2c 1dfd9f5cfbeede093b0bf4bd2af308b1b77116e1 c85f48fa302644123fe3ee2679aff9c3b0aaf63f Package: ros-kilted-urg-node-msgs Version: 1.0.1-9noble.20260908.164823 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 453 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.20260908.164823_amd64.deb Size: 42872 SHA256: 53bd864f554f40db8e62d9a99530ab5eec4c28d278fa70ccc6e6cde7f3552443 SHA1: 706ca18d5cb76a6ac578b402d7fa7b8b9ab26f9a MD5sum: 98112883c39003faa3a2d5e30c0fe482 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.20260908.164823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 256 Depends: ros-kilted-urg-node-msgs (= 1.0.1-9noble.20260908.164823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node-msgs/ros-kilted-urg-node-msgs-dbgsym_1.0.1-9noble.20260908.164823_amd64.deb Size: 172990 SHA256: 9b5827dc9db08eea1aada06638c440f915808fe5c0888e8a9de88e25e58d7cce SHA1: 14fbace6faddc87a738b59a0b0ba764bbc7f9a43 MD5sum: 9b894e65cb69101c75a53aaee7324c6c Description: debug symbols for ros-kilted-urg-node-msgs Build-Ids: 0d3b0cc75a677533ec90b89cf5cf90c2ed6ead42 340d7e1f67e88ff467bbbc8a3a48099f73cc3a89 a7ded2526394bebbfe9e61f1ca10f6e3c3dca817 ae5a467a2014c8ed587d4c2003d82627218663e3 e1c4c808785e41d3a8d44a3d668e752fd17bc37b e635ffffdfd2f8fcd9b9a46af43efd2081073167 e64da5b6d101652846a4af2a533d0b6e84930e73 ec73c7d124867bfde1a59ac3b874b8391645714b ede6581f16471e93f85858092144d12be3ce392f f277100d7dcac48343f8beb1fbba664015f738ad fde4cf369833f0d5e3ad84e1afc523a17cbe9f77 Package: ros-kilted-usb-cam Version: 0.8.1-2noble.20260909.002149 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.20260909.002149_amd64.deb Size: 168568 SHA256: 66dd4e7be8b50376d8460c118094d0727f1e0aa544a8d0b890161a336993176b SHA1: 938edcdaefa97fee74ee426f72414a8936804976 MD5sum: e6e4a087cb8d7655eb3f85747c0e74de 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.20260909.002149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2663 Depends: ros-kilted-usb-cam (= 0.8.1-2noble.20260909.002149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-usb-cam/ros-kilted-usb-cam-dbgsym_0.8.1-2noble.20260909.002149_amd64.deb Size: 2465748 SHA256: 54a60e62180764bb19b15587110463c4fba8e6aff3c68f3acc92ce55597dd5e5 SHA1: 143462f90f3f9f4ff9a9a70c5fc319fdf64c60e4 MD5sum: b58b88b2ed947de013e2e5ede0cab4ff Description: debug symbols for ros-kilted-usb-cam Build-Ids: 57016567023da3deb719ba7826e65528b8729bab 8eddb2c8e693cc6366e8db437ff8c74fe1dce489 b49150b84550a1f3036b37cf979f1b9a300a718e Package: ros-kilted-v4l2-camera Version: 0.7.1-2noble.20260908.230312 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.20260908.230312_amd64.deb Size: 218068 SHA256: da3c54d559ef5393ea009df1b15d9d018042a82370bb6a59e756045ecf0a276f SHA1: 362f35fc525ecade6540501a25d26a189d9b9d7f MD5sum: ca47d7b0fe722a2a93200b0535d20c49 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.20260908.230312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 4581 Depends: ros-kilted-v4l2-camera (= 0.7.1-2noble.20260908.230312) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-v4l2-camera/ros-kilted-v4l2-camera-dbgsym_0.7.1-2noble.20260908.230312_amd64.deb Size: 4148576 SHA256: e158e40d4b51f6bca3c68de971a712b23dfa1749f1e2c8fe6cf2202058807bda SHA1: 2997580490e59d0033b793ff1a0821578c95d4b0 MD5sum: 3a1fbf795fd731864b7dbfd7ac8a23a9 Description: debug symbols for ros-kilted-v4l2-camera Build-Ids: 48f8dc52702d19dddebc8a51fadc4d9bacce8b8a af183d412c624bb87cd533ff3a9a452f660eac2b ccb15971fc22c8292bb5a834e66d04a5dc9531fa Package: ros-kilted-velocity-controllers Version: 5.17.0-1noble.20260908.234558 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.17.0-1noble.20260908.234558_amd64.deb Size: 28014 SHA256: 964dd9b5a64a2fd7e54703cc2b453e2f380f8c3c642841956e7b0b63d587e11c SHA1: 27711cb66f4140c8c3f775a3e6993c26b6d1db1a MD5sum: a353fde6ac41d1be996b393ff4b20ecb Description: Generic controller for forwarding commands. Package: ros-kilted-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-velocity-controllers Version: 5.17.0-1noble.20260908.234558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 433 Depends: ros-kilted-velocity-controllers (= 5.17.0-1noble.20260908.234558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velocity-controllers/ros-kilted-velocity-controllers-dbgsym_5.17.0-1noble.20260908.234558_amd64.deb Size: 411340 SHA256: 0bd55469cc89eecfa5c83cd9ee378876b6acd0d75d332d252375f343c41f1480 SHA1: 26431ae866ff19fa2769be278824bd7d94a49dd7 MD5sum: 7e35d76e4ef35565814b6d93c5dfcc8d Description: debug symbols for ros-kilted-velocity-controllers Build-Ids: 75fc0dd81ba80c0cb7d2e1cedc8409a26306de84 Package: ros-kilted-velodyne Version: 2.5.1-2noble.20260908.212950 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.20260908.212950_amd64.deb Size: 8510 SHA256: f35d4dfd3d17c278d71d20fb8353f34f3a05518f2b70a96b9d649266a625a9a2 SHA1: 44b58068313d7a1063e5e4ffce7885205d7a4d86 MD5sum: 2c529c7617371d3e8e69dcd031a629ec Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-kilted-velodyne-driver Version: 2.5.1-2noble.20260908.211021 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.20260908.211021_amd64.deb Size: 155610 SHA256: c6192015103700d96ea0cbe2f940e99961c5616acf0531962a801fb1c5c470b4 SHA1: 18a223d7a5a0c237314e8adb0f7ed78f616cb034 MD5sum: 24b70c36022784424bb9f3f9639c3e28 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.20260908.211021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3186 Depends: ros-kilted-velodyne-driver (= 2.5.1-2noble.20260908.211021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-driver/ros-kilted-velodyne-driver-dbgsym_2.5.1-2noble.20260908.211021_amd64.deb Size: 2808426 SHA256: 93cb8c0ce6852a783e4f9658d5dda91104617642f5fab85167135cfece62528d SHA1: ded2a256577a309517839ae0ab6929203e607714 MD5sum: 54b70a5125aec0396644b425847c721e Description: debug symbols for ros-kilted-velodyne-driver Build-Ids: 3add0443dd6fb8b8a2eab5825f7b759d6cf97aa8 befb729974643200827b0433998727a330bdbf61 c6d6d86d9cd852b08faacf2ee04702e370d86e74 Package: ros-kilted-velodyne-laserscan Version: 2.5.1-2noble.20260908.212515 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.20260908.212515_amd64.deb Size: 127118 SHA256: 8e0d53069839db3373974c345a492b4d4f6e077acc02a95d7e1ae05941b49bdd SHA1: 08858519badba16a55329e119e5d97cc16f3db56 MD5sum: bd2fde53e1d3dc174d0aab5b65f70bc7 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.20260908.212515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2718 Depends: ros-kilted-velodyne-laserscan (= 2.5.1-2noble.20260908.212515) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-laserscan/ros-kilted-velodyne-laserscan-dbgsym_2.5.1-2noble.20260908.212515_amd64.deb Size: 2372724 SHA256: 7d5951bdf895865f35f3ec75eea2f97edc3cfc3b8e6f68cb48a7536282501d96 SHA1: 0400715e0583e58366050d5cfb0a532bacaa4d9d MD5sum: 4b95d99871f5852a2617b62daeed095a Description: debug symbols for ros-kilted-velodyne-laserscan Build-Ids: 1593220cfe3618b4f30efd74dcd2ae457462ef55 c5c88a04b494dc7534593101238532a16e07712b Package: ros-kilted-velodyne-msgs Version: 2.5.1-2noble.20260908.164828 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 573 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.20260908.164828_amd64.deb Size: 57662 SHA256: dabc080086271a94a87179f829a7c6dd8632d8b0afc6bcfdfee38f2c9ebfe478 SHA1: 33f3b2c5d2957f99fcc60068c75d5d27d518095d MD5sum: 0e6b7c938681b02a2bf5002d676129c0 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.20260908.164828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 407 Depends: ros-kilted-velodyne-msgs (= 2.5.1-2noble.20260908.164828) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-msgs/ros-kilted-velodyne-msgs-dbgsym_2.5.1-2noble.20260908.164828_amd64.deb Size: 298150 SHA256: 1ceabed2f479ea52dc88c568d91b9088696e00dce601733ff28c03133e096f8d SHA1: 09166bbd023fd34cb1cca214b3c5e83917465a32 MD5sum: aabe039fd43fce490599d0a34956f5a2 Description: debug symbols for ros-kilted-velodyne-msgs Build-Ids: 0525804b28b9529a9b8074bb5890ddb7add8d605 2b5f25f1f1f2a4d504127012f4cc23b8c081d556 3f31e1077dd08d0808ec23ba20154326d3e6c410 43bb53af3165c42c47d7ca2525b5dce2e35f5ccb 451066e9315c22bfda24d61ff27491b4b64629a2 4dbbeba83caa487548c03ea858f45d24a16ede0c 8ab8c622f33325628e36b2d256dd91477d009554 8cc21d5a8c9277ca746ad6d098a1d2d6e6d86d44 997d3fad518e6b3ccd5e50bbd030d281e863c57a f4dbd530e52c9e73d65cee3c257978c00f74c589 fd0e348ba4e413441dbee7f6b4c8a7ba8d9c9d7a Package: ros-kilted-velodyne-pointcloud Version: 2.5.1-2noble.20260908.211045 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.20260908.211045_amd64.deb Size: 227486 SHA256: 1994b0435763f464f4b328ad0d85d10c942adaeac9a4988e2ea4d12121dc88a2 SHA1: 4c12ce41fa8927f6d9b0ddecf43b8bec9cc40db0 MD5sum: 0c3c2b6542185415e3b94c024bc182fc 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.20260908.211045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 6294 Depends: ros-kilted-velodyne-pointcloud (= 2.5.1-2noble.20260908.211045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-pointcloud/ros-kilted-velodyne-pointcloud-dbgsym_2.5.1-2noble.20260908.211045_amd64.deb Size: 5886656 SHA256: 8034d2fd010d57fe6893625dd1e29e6b03a32e03f79058a98454ea9ccfc878db SHA1: 855a25ae7d53973a5fa6ae8787b447c986428203 MD5sum: 20cbe656e0d9981261b54d489ff96620 Description: debug symbols for ros-kilted-velodyne-pointcloud Build-Ids: 05b6b544a2897f0ffc5938315d544151b41cf597 2e3bec480c8d0691dbf2ef6ca4aa2ba078da4e9b c2e39827f032d3f31643b778e7110001907bbcf3 f400c9e0864b014cfac0cac215e1efd8d316ffbb Package: ros-kilted-video-to-image-msg-publisher Version: 0.9.5-1noble.20260908.213211 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.20260908.213211_amd64.deb Size: 86400 SHA256: a794c8a97c1b8988a5ee1cfd7ef149ab1cd992e84ed90fc1b9e1be7ea30f4ccd SHA1: 83e7f014f121888ac6c2d56df50db7dd96c8dc35 MD5sum: ca6efce53ee3c387fe3010ef53b18158 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.20260908.213211 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.20260908.213211) 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.20260908.213211_amd64.deb Size: 1579674 SHA256: 040d8b4e9228bbcffba81c0ac3f172db4bb718336e6456be575e5a2974c5aa3c SHA1: 46430e1f60ab4b7ce925bca8eef1c22675a20a8e MD5sum: 41026719347513889178ca3181caf076 Description: debug symbols for ros-kilted-video-to-image-msg-publisher Build-Ids: d3ddf307ebad7671502ddcec2b66b8f056b0ecc1 Package: ros-kilted-vision-msgs Version: 4.2.0-1noble.20260908.193509 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2564 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.20260908.193509_amd64.deb Size: 189040 SHA256: ec85e8ddf684861b9c655d06f0d91a17ba4c8e4e46ff93a8ea524ee6dcf6be3f SHA1: 6d4197ba59fe1c6571e18e1b3abb15e1bab65797 MD5sum: 48b934fef7915d6be222c4a11013861f 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.20260908.193509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2136 Depends: ros-kilted-vision-msgs (= 4.2.0-1noble.20260908.193509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs/ros-kilted-vision-msgs-dbgsym_4.2.0-1noble.20260908.193509_amd64.deb Size: 1771302 SHA256: a18152be199f08c58b2ba04294935c790f8111a8d6fa9417d5be739836d415d6 SHA1: 703d36cef4b9bfd06423cef6631f6dae6c6db23f MD5sum: 0aa52bb625fa5bc01a75df4f5fd06682 Description: debug symbols for ros-kilted-vision-msgs Build-Ids: 1877ff1be903f2335eb6d09cb2dbf382d80bfb91 213ed66d507524e426994da59060838c1b9d2347 46cd3a0852cda9bd14128214b8dd14bcdfacf1f4 4dcb9b955dc13db6ea37cb5a1be75648111bf2c1 64cd694f6c3e6c4fedb1c88622ae7e5f0f08eae4 6a3c2d2e4adc486aaafa15f17c2973fa579b1b87 708f565e82e2ae0cf9b202a785d390372367ba05 cf950e0fd3b30adc565851a94cd61339f920258e f138d22d65566e2937f2d629178f649de0b7e0fa fc14ea29cba7f8f21b0664ce39121bbf725c7bb9 fc542fa0ec5e45ea619f6404774cb41f63e16d47 Package: ros-kilted-vision-msgs-layers Version: 0.2.0-4noble.20260908.221747 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.20260908.221747_amd64.deb Size: 21120 SHA256: e39ecfb942ba39b96e19c26580ff346b2addd27d9b081a29f53bea2059d98803 SHA1: 20549a0bfcaa504830363dc158ec00762068e38d MD5sum: ee21313790c01641d14be037686ce335 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.20260908.221747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 444 Depends: ros-kilted-vision-msgs-layers (= 0.2.0-4noble.20260908.221747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-layers/ros-kilted-vision-msgs-layers-dbgsym_0.2.0-4noble.20260908.221747_amd64.deb Size: 428778 SHA256: 3c50eda488881c1261b064a3f674d2fde748650dd2b6e5258e9d29ea86d8996e SHA1: 464a081b4e1507c007531e91688fe243de30ae6c MD5sum: 96f8eaa77dfd52b211dacdb189367f53 Description: debug symbols for ros-kilted-vision-msgs-layers Build-Ids: eea3dda9b59543fe04f0e3446cad22424434c16a Package: ros-kilted-vision-msgs-rviz-plugins Version: 4.2.0-1noble.20260908.232144 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.20260908.232144_amd64.deb Size: 231570 SHA256: b498dd695210d09256885c98fb8270adcd56c3e9221814be4f707b0a7445760d SHA1: 172125d313f8161036789da3572af6e3d33bc1c7 MD5sum: a28b88d125ecc3ed1303845b4e2165b8 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.20260908.232144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9856 Depends: ros-kilted-vision-msgs-rviz-plugins (= 4.2.0-1noble.20260908.232144) 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.20260908.232144_amd64.deb Size: 8762346 SHA256: b7f090c778ac17ccfca0a383467465f1e8293c70544cffc27d4e033445dc4647 SHA1: a1d977856a65600c039bed121afddf0b34227e41 MD5sum: c803fe7097ce35948d6fbd3235b62c32 Description: debug symbols for ros-kilted-vision-msgs-rviz-plugins Build-Ids: 8adcb0d5dff04d2f324cc26262d5d40ac3e17f1d Package: ros-kilted-vision-opencv Version: 4.1.0-2noble.20260908.220336 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.20260908.220336_amd64.deb Size: 5734 SHA256: 9c155e9c438bb7d30507909677e5ccb4f801fb998731703f7eea3498f155abbe SHA1: f478a476eef8f66c15efe1229a4be8cc9ddf56f9 MD5sum: ff710a8c31871b0818cfc5d8f3121f6b 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.20260908.193815 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3297 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.20260908.193815_amd64.deb Size: 263848 SHA256: 22bd45bf735fb41db27ba496f8ec5b68cac73824da3de6929f8c19ddba388d4d SHA1: a29d93280c99f8a4070e5ee226f1546b17e12b4e MD5sum: b058d11839774c6105a3e747c3811781 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.20260908.193815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2997 Depends: ros-kilted-visualization-msgs (= 5.5.3-1noble.20260908.193815) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visualization-msgs/ros-kilted-visualization-msgs-dbgsym_5.5.3-1noble.20260908.193815_amd64.deb Size: 2570246 SHA256: 16e1a48779d720afc0df607694280bc07990486c7b3826a065cbc9daeaa7c8ed SHA1: 2cad0a6da0cbbe8e3e868fbb1d78fd85b9348978 MD5sum: 7ba68f2d27a5115b487815910e6108a9 Description: debug symbols for ros-kilted-visualization-msgs Build-Ids: 0ffabc0425e91b19674829ded43a9366e1b5086d 52e94fa1dde338c1765bdb5f4fd154317e3a9bdb 567de4d91839553304b272d5434f999127351711 5a5a25e854fa8fc10695c0240240ee5506303d31 846809a297f5d8d18610cc770679cf725387a8c1 957593808d3a934bff152b563db6ca10afca46b6 a0e7d2e7012b37f628103e0b767eb49c3eed8e18 d2b6e63301bf809eaca2eab0e04346d7cb32b491 dcbe2c9d3772730958e11c9f0631c04b626f511e f7d0b7c30a2397cc325eabfbd896717c4d489fc9 fdcf389adf7624c80833c22088814818004e4caf Package: ros-kilted-vitis-common Version: 0.4.2-4noble.20260908.203322 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.20260908.203322_amd64.deb Size: 5486 SHA256: 425b007c4154580b18b6df027accb8d20ca5531c69eec846d2452f63423a2afc SHA1: ca3fb83fc203181f90de94a958265dd31a85a67b MD5sum: b343a4d493ee58b2a6682827818d86bf 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.20260908.205323 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.20260908.205323_amd64.deb Size: 305810 SHA256: d654efb001932c7675cdbc463e4f087bc94dbea8029a79c5fc380fb3a0840889 SHA1: d100d046acc012abf940f366ee6568c7500ed425 MD5sum: cd2023f4070595e67de1c73cb5b0c59f 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.20260908.205323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2622 Depends: ros-kilted-vrpn-mocap (= 1.1.0-4noble.20260908.205323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vrpn-mocap/ros-kilted-vrpn-mocap-dbgsym_1.1.0-4noble.20260908.205323_amd64.deb Size: 2431076 SHA256: 4679dad7c0af63f66a02d4058206f161019f35008833ac0cfa4c09d18496fba0 SHA1: 2418861e29c9fb44ca1a742f4b19e775b1ac2eaa MD5sum: 963c9bbcae3b11fd82e6be9e137956a4 Description: debug symbols for ros-kilted-vrpn-mocap Build-Ids: 89cb7a66c3b50243321fda7e91d6ea32c6221328 Package: ros-kilted-warehouse-ros Version: 2.0.9-1noble.20260908.222636 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 430 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-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.9-1noble.20260908.222636_amd64.deb Size: 124206 SHA256: 7b66e60d8c2df475a043d7b928aca3ce04ba2ad9cc88696c3aa4c5f9302c0d4d SHA1: 20e94d9b1a14c92376a7be995bcb14bee4cf59f1 MD5sum: cc04784a72638e5fd2ab91f8c3815ca9 Description: Persistent storage of ROS messages Package: ros-kilted-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-kilted-warehouse-ros Version: 2.0.9-1noble.20260908.222636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2165 Depends: ros-kilted-warehouse-ros (= 2.0.9-1noble.20260908.222636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros/ros-kilted-warehouse-ros-dbgsym_2.0.9-1noble.20260908.222636_amd64.deb Size: 2072274 SHA256: 2649cba96957fe98b0c4d7aae0fa814ff69467d5d56746cb46b90c25f9b041f2 SHA1: 89169ab2a4cc7766ed70485d173ac81d862d1060 MD5sum: 206c512958846a185b281b48f53dc584 Description: debug symbols for ros-kilted-warehouse-ros Build-Ids: be03914d1bc6ff48d5ccbd8114db41a778468f4e cc83330b6da1484b826d24ddca15562b093f71e6 Package: ros-kilted-warehouse-ros-sqlite Version: 1.0.9-1noble.20260908.223222 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.20260908.223222_amd64.deb Size: 65392 SHA256: df3106cc76b4c024cb8e3031ea48d53a8f5d5629b09d4db7911e8c08a410e91d SHA1: f43fdb0046c80501d8c0e36bac9aadb5fc01a1c1 MD5sum: 138cabe6c98eb525833491c866396c88 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.20260908.223222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1181 Depends: ros-kilted-warehouse-ros-sqlite (= 1.0.9-1noble.20260908.223222) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros-sqlite/ros-kilted-warehouse-ros-sqlite-dbgsym_1.0.9-1noble.20260908.223222_amd64.deb Size: 1126862 SHA256: 298153bdd10ff36ea4f013494cd57ef473ac7b947f175266d8fa192a4c395422 SHA1: 5798e1da9da4e4e0cc1187dbfd3b0f6fb75c752f MD5sum: 7582a14090c0cac01f95e6d32dc3a04c Description: debug symbols for ros-kilted-warehouse-ros-sqlite Build-Ids: ba0858585f09a7932d528bc1cc0f68c9402b716c Package: ros-kilted-web-video-server Version: 3.1.0-1noble.20260908.213023 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.20260908.213023_amd64.deb Size: 303110 SHA256: 81290525e745ee01c0693b9bfbd70d0a8f20fd620cd379419c3a59ac79121567 SHA1: 87d030fd59aba7fe5e38418cadf2d348c56d445a MD5sum: fca601103e0b40aa7a3c0640f165d41e 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.20260908.213023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 7444 Depends: ros-kilted-web-video-server (= 3.1.0-1noble.20260908.213023) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-web-video-server/ros-kilted-web-video-server-dbgsym_3.1.0-1noble.20260908.213023_amd64.deb Size: 6870636 SHA256: ee6fbc65eedcc53e06396ae30485fb1380854c1232937a547a6d57d69d86a320 SHA1: 78fa55cfb3a5c259bb53fa7fa610f9c97c4de4f2 MD5sum: 5679494d805ff0ed7c5c1704ffa010cf Description: debug symbols for ros-kilted-web-video-server Build-Ids: a1ad25df870443763d91fd5910bb7d33d6486da1 bcc0fe679f2af1ecc91687007610b980d0b266c3 fd7a3d214ba387505ff7f9ab3583b5055dde1fa6 Package: ros-kilted-webots-ros2 Version: 2025.0.1-1noble.20260908.235754 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.20260908.235754_amd64.deb Size: 5664 SHA256: 85e23b717f9891fe49a9914f9845a6b1caea9c7a3e14df60a4e1b07fa497f0cc SHA1: b022728e28da6ab033633d1c872013af7588e9cd MD5sum: 33382fdafdb5d6d9df3bae42c631b501 Description: Interface between Webots and ROS2 Package: ros-kilted-webots-ros2-control Version: 2025.0.1-1noble.20260908.235112 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.20260908.235112_amd64.deb Size: 123058 SHA256: 23260e9fe735de7347e36b789ed8de5bcbc173fd16de496437a75b5b8525111a SHA1: 1fe0f5864ea80ee2809197c1a62e22ba4302ef5c MD5sum: a5f5e257e0e32b01d64dde791f9e666e 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.20260908.235112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2027 Depends: ros-kilted-webots-ros2-control (= 2025.0.1-1noble.20260908.235112) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-control/ros-kilted-webots-ros2-control-dbgsym_2025.0.1-1noble.20260908.235112_amd64.deb Size: 1928710 SHA256: f23b578052542a3bccc0d78d24d0c33ce29456752f966a29b4e9fadd38e6355f SHA1: 3daba0b637e509cf1672476df5b55ed7415120cb MD5sum: fa8011f5a98449015ac905d202fbb559 Description: debug symbols for ros-kilted-webots-ros2-control Build-Ids: 7b575f83c2d0f08ac0f6c88af3988f9b10026ca3 8ee6c09c25b31dce056b9da512c33d148943884c Package: ros-kilted-webots-ros2-crazyflie Version: 2025.0.1-1noble.20260908.223622 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.20260908.223622_amd64.deb Size: 14506 SHA256: 907735090b1ce0afcc98ced34553750a89de254d41f57a1bef7bdd46e9e601ed SHA1: 306e9585f181fe4fb592a3c1ae51631fdda4cc63 MD5sum: 243fec1a164b60ae043661a89fdd5709 Description: ROS2 package for Crazyflie webots simulator Package: ros-kilted-webots-ros2-driver Version: 2025.0.1-1noble.20260908.222541 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.20260908.222541_amd64.deb Size: 850088 SHA256: ac3d5aaa181a86d820e3c00fb515bbb12095db0048c4b710e35cb76798d747fa SHA1: 537994b438fc11119493ce6c275b90dd423cd404 MD5sum: 17dbc0e8dda7e95ea7c9fb5501a2cb97 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.20260908.222541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15992 Depends: ros-kilted-webots-ros2-driver (= 2025.0.1-1noble.20260908.222541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-driver/ros-kilted-webots-ros2-driver-dbgsym_2025.0.1-1noble.20260908.222541_amd64.deb Size: 14356222 SHA256: cc20fa3e30beac4c34bde91bf47ad39561a2171db98a742733e5bda1dd2e82a4 SHA1: 4b8cf17e0a952dc66477ca732fb06282fb7473e3 MD5sum: a23f419cd77d3ce0442fab42ca10f115 Description: debug symbols for ros-kilted-webots-ros2-driver Build-Ids: 14782175e191922238956d01d7a4dc77b1c4b6df 26a82eeaccad31ad6e42cbc602cffe794553ee57 3e8f426b6c46ffc24dd5ebc4bdea21adaddbd824 ce0c3555e69b3c5e4d392ad579228be333d2dac2 d07401cdf44f80ecb5db18ad5a6782ff9b1f0ecd Package: ros-kilted-webots-ros2-epuck Version: 2025.0.1-1noble.20260908.235606 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.20260908.235606_amd64.deb Size: 32166 SHA256: 5c8562b34378752b6ccd18071803a364c50cb1c8baafbede7fceacf1441d991d SHA1: 72984fdfda5cdf643e245b5f411a8d20c714d812 MD5sum: 9fb5671d6b10c9c55c53527c934fb27a Description: E-puck2 driver for Webots simulated robot Package: ros-kilted-webots-ros2-husarion Version: 2025.0.1-1noble.20260908.235608 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.20260908.235608_amd64.deb Size: 46088 SHA256: 8bff85384290d50bc20d5b4e8b96d6f52c9dcb2abe145f0fd150fcf6fbb2a1ca SHA1: 7236fa8bca30cc877dbae08ccd3ce909910d2355 MD5sum: ef52ff2e23674edf6371c817297090f2 Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-importer Version: 2025.0.1-1noble.20260908.124938 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.20260908.124938_amd64.deb Size: 63470 SHA256: 5284fea562dbcabb734c37c6789e92e93a6207af37f17cf27610d5892b3a6ed2 SHA1: 018e5c8ca0e4e5f0f805a42ef248806f3f1219d3 MD5sum: 783c79041677b716d86928adb2d66a9f 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.20260908.223625 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.20260908.223625_amd64.deb Size: 10298 SHA256: 15b589a39e38258d2e906cf376454771281b2ffe5cc8159a3aa2201679fcd888 SHA1: b605f3fe28eed61ff0da6608b26e9dd6e0af521e MD5sum: 20cf5968d4212b155bdc8a297394a350 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-msgs Version: 2025.0.1-1noble.20260908.193959 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3330 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.20260908.193959_amd64.deb Size: 233374 SHA256: 34c14e62cca8712c0ed2b171f66b31bf0b2a8d6ed57371e227c73623bf2bea64 SHA1: 8d728b5682f3897fd4509bb18a2c09ba8e721887 MD5sum: 6895c82115bc820440b1166f717faedf 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.20260908.193959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2486 Depends: ros-kilted-webots-ros2-msgs (= 2025.0.1-1noble.20260908.193959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-msgs/ros-kilted-webots-ros2-msgs-dbgsym_2025.0.1-1noble.20260908.193959_amd64.deb Size: 1975946 SHA256: afdc644bf43d11e1cd2f8b4e24cc34560163c460c1899ef8a3eaf189ad4be0fa SHA1: 38054d1eb15b6fdd642e4d56d9574830df50b752 MD5sum: e97db06604ec1d9b978010466317222b Description: debug symbols for ros-kilted-webots-ros2-msgs Build-Ids: 03caa4d6568355b34534a00963682afac5206e37 13305290095e0a0f090a9dd8f96d839c77ee7be9 20817201fb8a62383efe02c8d044cb141b653460 3efa2ecad36b71f33882bd2cfac5ae306dde162e 91aa05f6f03f5f8e0755e20d6103ba5ff45d2438 9b4fa95ce44c9fa6fa3ded7a246dcd5db506b93a bd2770fa08fb44a5cd88be04e0a21820e0544941 bf15439f46787e04c70e1342f6e99598001b75ae d4e34e89c8adb967ce971aea9b2ac6ba67eda7cf d6c931333053f3017545c36c64238816d96a61e4 ed196ea2fca423e4c808a6cd6706f0884b0c416b Package: ros-kilted-webots-ros2-tesla Version: 2025.0.1-1noble.20260908.223646 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.20260908.223646_amd64.deb Size: 13658 SHA256: 8599a84da9383b610f769ed62591cf4dc02a01f881fa2f9650d922016ca54394 SHA1: 2534248de1af3563de47a4b020b604593e7aa127 MD5sum: 8f4489bd001114e430a5dd9772658697 Description: Tesla ROS2 interface for Webots. Package: ros-kilted-webots-ros2-tests Version: 2025.0.1-1noble.20260909.005743 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.20260909.005743_amd64.deb Size: 8656 SHA256: ae3d52d26a571dfbad53e724a9db7f4504fcd895098854db5a390ecabf49d79e SHA1: a3806066526f83fd2d15eea58bdea43a15dede4e MD5sum: 071313ae3d9ce59c139b802fe6751596 Description: System tests for `webots_ros2` packages. Package: ros-kilted-webots-ros2-tiago Version: 2025.0.1-1noble.20260908.235631 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.20260908.235631_amd64.deb Size: 20666 SHA256: 1571059b5689233ee9b216172082bfa2d404e1fe41f0719460c08849e7dab5f1 SHA1: 90837ab51c38fe1659297ae3340cb509a270666e MD5sum: 3f082b0eb88dc33bc7acb51acb32c5bf Description: TIAGo robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-turtlebot Version: 2025.0.1-1noble.20260908.235621 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.20260908.235621_amd64.deb Size: 14210 SHA256: 6a8ad0e468cd917fdada940876ee394fbaf178035d92727e2fd5778d605f39c9 SHA1: 403109a817ffbd0078268b208ec078ad39087527 MD5sum: 07bbd6752ad53b412a500258d8b3cb27 Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-universal-robot Version: 2025.0.1-1noble.20260908.235621 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.20260908.235621_amd64.deb Size: 3132888 SHA256: 12cd9aed5457036227a016b984a02d0975c914847ebfc0f036b7582559fd5d1f SHA1: dd1ebc1f6f072a1fa74325cdc5788c57e9246fdc MD5sum: f390711649cf3de5217241ef6d20c026 Description: Universal Robot ROS2 interface for Webots. Package: ros-kilted-wiimote Version: 3.3.0-3noble.20260908.224937 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.20260908.224937_amd64.deb Size: 306578 SHA256: 0970cc8a2d4dea55b0793c15c3dc60b857750d7c787a20922944a37c2061c806 SHA1: 2690272ededa587d843e7965998ae975b33c4b13 MD5sum: 193d513769da317ca9f548bf3d643489 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.20260908.224937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7774 Depends: ros-kilted-wiimote (= 3.3.0-3noble.20260908.224937) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote/ros-kilted-wiimote-dbgsym_3.3.0-3noble.20260908.224937_amd64.deb Size: 6565704 SHA256: a56519ba13d777af790be2be5595c506eb75427e49458389515f96536ec736fa SHA1: 59dc0e6ecfa29a8e27501e6eb68bc473f75fc9af MD5sum: 1c5d2f0f04fab0ad3aa1c9e465d28f5e Description: debug symbols for ros-kilted-wiimote Build-Ids: 096b1939a27eaffd6c377371cf7bf9c76c4b081b 1943a1e1d4dfac184e93574d782081163da8a45f 4d30bfd4bd37eca76084440225cefc5b7002e1b9 6269cc23cb2672fef8efd639036fd3971eb98d7b Package: ros-kilted-wiimote-msgs Version: 3.3.0-3noble.20260908.192925 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 974 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.20260908.192925_amd64.deb Size: 92714 SHA256: 052d3dd27d3d16c920b9aa86f9ace78d10499dc3baebf248e4cff2da1ceac793 SHA1: 8e57dde05e408ec1a30a9356471dc1bae30fac40 MD5sum: 008ed607ceb49b501b0f3c5978c6718d 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.20260908.192925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 606 Depends: ros-kilted-wiimote-msgs (= 3.3.0-3noble.20260908.192925) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote-msgs/ros-kilted-wiimote-msgs-dbgsym_3.3.0-3noble.20260908.192925_amd64.deb Size: 467410 SHA256: 0790be95897537fbb6ee1053f3601498f265fc93fcbafa4c9de763ac1dd89e4e SHA1: 997a449e5fe149f2cdd409d53106a1a1bc13757d MD5sum: 1767df8f5d29f7188feef5a9e3948ac0 Description: debug symbols for ros-kilted-wiimote-msgs Build-Ids: 0958242021056fb77de95aa9cb975a92f635f122 0a3c57d6ecf2596d22f31bbbd30a474734975492 458ed2027896983d35e5837e3df7aa30be7746df 8334a476f4052216af7426b0fd4e1c9ad4259050 853e2afd1f7a30b269cd7f6c763f6c866d8de7d0 b6a7f8619a6aa4e47217256d21ea6b2ba4a32265 cfd8f160ff1743e334d2652983394ef6002cd1a3 d2d473221465ad85088d5ed45f90c0341feb35a8 da88a7b0aa40a3e96671c9fa3fbab274c75ebf94 dd8b3b74dd677bd43bff41d3e60e43505ffb3879 f80c592c76bc662f2ee4a23c16bc6816c55235e8 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.1-1noble.20260810.121604 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 Homepage: https://index.ros.org/p/yasmin/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin/ros-kilted-yasmin_6.1.1-1noble.20260810.121604_amd64.deb Size: 578710 SHA256: d3211067abff8009074e563c401aa62c202d7c3fef665daea3bc16d840c0bccc SHA1: 07da42b3ab05cef9b28401bb27ddb174152b7f68 MD5sum: 473df7554276c8fea72b947b5784519b Description: YASMIN (Yet Another State MachINe) main package Package: ros-kilted-yasmin-cli Version: 6.1.1-1noble.20260908.230930 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 Homepage: https://index.ros.org/p/yasmin_cli/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-cli/ros-kilted-yasmin-cli_6.1.1-1noble.20260908.230930_amd64.deb Size: 47980 SHA256: 66eef66b0feca393c629b9494d0aeae33c8b73928a7373e1a6f1447ee1549cac SHA1: 0b975c439b00f971039038224e4f9f588b78d338 MD5sum: 9fcca3143696952398d1b5d7118a83f4 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-kilted-yasmin-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin Version: 6.1.1-1noble.20260810.121604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1572 Depends: ros-kilted-yasmin (= 6.1.1-1noble.20260810.121604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin/ros-kilted-yasmin-dbgsym_6.1.1-1noble.20260810.121604_amd64.deb Size: 1501250 SHA256: b318af71105a3dbec76f9cf87aeb06cad7d57b204418259a81ff0c91cde675cc SHA1: e337bd23f8b8d918cd8da182086ce197f8c8dceb MD5sum: 776b9e83997cb114090773c96cf8f489 Description: debug symbols for ros-kilted-yasmin Build-Ids: 516e3fdadd9bee502f1d3d0a920922adf3e97a4b Package: ros-kilted-yasmin-demos Version: 6.1.1-1noble.20260908.223625 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 Homepage: https://index.ros.org/p/yasmin_demos/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-demos/ros-kilted-yasmin-demos_6.1.1-1noble.20260908.223625_amd64.deb Size: 393956 SHA256: 751d59fe09d3058f8c8769c567e02c245d15019149bbf6de5148f262144b62c5 SHA1: 5d25d713278abf1f394adb8098c4b6c32dd2a0a4 MD5sum: cfc00d2b8e154949d9c457e2ef194f01 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.1-1noble.20260908.223625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 13637 Depends: ros-kilted-yasmin-demos (= 6.1.1-1noble.20260908.223625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-demos/ros-kilted-yasmin-demos-dbgsym_6.1.1-1noble.20260908.223625_amd64.deb Size: 12637708 SHA256: 821c0042dc83e31a012111300539d4eba36f494d787770c99c0e4162f3dac9e6 SHA1: 856131e6e302441808150315923b92423015ff0d MD5sum: a26a9e1ce24b866ed3d48706065283d5 Description: debug symbols for ros-kilted-yasmin-demos Build-Ids: 288d646574c880653c152400dbe86a0ca2f2a0a3 29b3723544d2f8250cf821daa50862560307d624 2a687906cb3dea03ab52880f340a81c726c1d985 2fd0f2b971d0f55d11ecf8c556c766f392342bbd 36b611a7a7c99009af3fe63c6bebe8f3c565cfcd 3d9d6493f4d94ac1a81409c767a2d46c41dc573b 48dc2d3dc72a975acc03ca9beb6e9baf814bd84d 6446d0f7a946eb549dd65457e664ee467c87e1a2 7102d79b2f2e10f139adbba36331a62ad5ae1fdc 737f3b8f064be472104aada331d95005ca21931d 742f6b80f62af88587a9331a53fde75c029f8f1c 7576268e624c637edbebf6bc33c392cb550d706b 7e45f11d5435cfc885f369a061c8e04397ab22c3 876f8d6f7ec14bb10469abfb83ff41e4a2f7f651 c99b1a5227aefee00f8faf290d05418dab6c1f9f d1c3dda3d3be7b839dbe1a2db37b5e1e6328f3aa f7ec4fea4401bddba52376c1253b131b26dd9fc6 fa15d3301380ee77bc0055d12a173df1de11cc55 Package: ros-kilted-yasmin-editor Version: 6.1.1-1noble.20260908.224052 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 Homepage: https://index.ros.org/p/yasmin_editor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-editor/ros-kilted-yasmin-editor_6.1.1-1noble.20260908.224052_amd64.deb Size: 123424 SHA256: 01bae840e62271df5af59815a5cf4ae71c21aa4f1bed4f9230c74af9d6273631 SHA1: 445e13fa91cfb7f1ce5457c12c967c650a3c1967 MD5sum: 583f86fb9988db25165b980c7c61dff6 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-kilted-yasmin-factory Version: 6.1.1-1noble.20260908.223054 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1191 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 Homepage: https://index.ros.org/p/yasmin_factory/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory_6.1.1-1noble.20260908.223054_amd64.deb Size: 319902 SHA256: e5c6d1de08f779635bc0ca9b1eacdbb1e5f7c1b0625a3b39c705a732baaf437d SHA1: bd493a0027747cce0c0ad44f511c2e56ab40e329 MD5sum: 65f056cd705adab7a4e330344ad20696 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.1-1noble.20260908.223054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4445 Depends: ros-kilted-yasmin-factory (= 6.1.1-1noble.20260908.223054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory-dbgsym_6.1.1-1noble.20260908.223054_amd64.deb Size: 4221456 SHA256: e279e3d00b3ff262f0b2a99a8f708dcb33eda0a43bafd9eeb8ff1b3dc7214ac9 SHA1: 092c2adb36cd10c1fa69305d5c2534b574c8605d MD5sum: 46c8054dbeba592e18eb7043251a620d Description: debug symbols for ros-kilted-yasmin-factory Build-Ids: 68aaf76aa88bc2cb8eb3fea7dafb50ef029d63b1 87a092b9e709cd932f4ff975863219a0bca0c3f6 ba0d4fd62337703554407d6ed81b809cefd7186b Package: ros-kilted-yasmin-msgs Version: 6.1.1-1noble.20260908.164913 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2026 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-generators, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/yasmin_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-msgs/ros-kilted-yasmin-msgs_6.1.1-1noble.20260908.164913_amd64.deb Size: 160126 SHA256: 66b2eb342fbb27099103ec217e1c1042c73d7884d890821b07a63fcb014a08dc SHA1: bf0248e3b32b6853b6d71912715baa83d5abf0a1 MD5sum: 72914efb84771a31b6f68d69cd23dc3d Description: Msgs of (Yet Another State MachINe) Package: ros-kilted-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-msgs Version: 6.1.1-1noble.20260908.164913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1313 Depends: ros-kilted-yasmin-msgs (= 6.1.1-1noble.20260908.164913) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-msgs/ros-kilted-yasmin-msgs-dbgsym_6.1.1-1noble.20260908.164913_amd64.deb Size: 998234 SHA256: 4198bbdbe4297a09dfcf5bcba40734e9ad6a7e9eb9e82ebc9dfcfbda03a1bb35 SHA1: bd007a286f2556863db7064fa309b87787acae35 MD5sum: fd1ae77e731089edb4f1410c9249fe17 Description: debug symbols for ros-kilted-yasmin-msgs Build-Ids: 0d30c2624f0102b5208da675f5c5d685e2d09557 383b0dbc2d442be51e1500e2fe461cd6c52df93c 4cbd5ca8946ea8e9c50d538bd2ea9b4a3eca956c 55d263b729b4b9fce010c7d4c245dc9c27018a2d 6818435ecf87dcbf2cc97921535ecc58ddf71047 78596037b24829e4a22c5d002c8f483b8c1195ac ac438766cca59d2c85f857cee8ef9b3004e4877f d324be9f2d37229ecdbea862e74225057d0d4a64 d74aa0186ea2f4242d2dacdf1a0e3fdba83b6eaa d9503690bf09e77fc6a33816544cfee0cfec0bb4 f67edf01f6c5a89b9684ce14d8c04a6f902addbc Package: ros-kilted-yasmin-pcl Version: 6.1.1-1noble.20260908.211858 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 Homepage: https://index.ros.org/p/yasmin_pcl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-pcl/ros-kilted-yasmin-pcl_6.1.1-1noble.20260908.211858_amd64.deb Size: 102726 SHA256: 4d3b17fd2e885e4f3ec49816f308c73092b4893d202d4ce8434fca0040e97de9 SHA1: e228785ac7d5d754d876a6a0493b9bfc00448266 MD5sum: 87bf2fbe04451b0547db8ed5a8174d46 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.1-1noble.20260908.211858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 5601 Depends: ros-kilted-yasmin-pcl (= 6.1.1-1noble.20260908.211858) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-pcl/ros-kilted-yasmin-pcl-dbgsym_6.1.1-1noble.20260908.211858_amd64.deb Size: 5495134 SHA256: 9f9257a94851888ebfddf14fe3e3008bf07fc95165d62c004ccd792819b37768 SHA1: 7eabcbd0897944dc9036b165676a64b228005af3 MD5sum: 6b57ba2e1dfb26211e28b88e8e428d1d Description: debug symbols for ros-kilted-yasmin-pcl Build-Ids: 38656467613f90886623ec5e6afc8c602f41a368 Package: ros-kilted-yasmin-plugins-manager Version: 6.1.1-1noble.20260908.223709 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 Homepage: https://index.ros.org/p/yasmin_plugins_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-plugins-manager/ros-kilted-yasmin-plugins-manager_6.1.1-1noble.20260908.223709_amd64.deb Size: 41412 SHA256: 9bc54051815d92e8d0a074cbcd7f7f4dea0107bda894c312c774660d0e02af1b SHA1: e91853e2c2fae0f0eafdf3667207e21d9f7e9240 MD5sum: 2956a2ba530c353657eb661770d82e28 Description: Plugin discovery and caching for YASMIN states. Package: ros-kilted-yasmin-ros Version: 6.1.1-1noble.20260908.222022 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 Homepage: https://index.ros.org/p/yasmin_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-ros/ros-kilted-yasmin-ros_6.1.1-1noble.20260908.222022_amd64.deb Size: 222260 SHA256: 0cbfcfce30a1d9fcb243df68d4c6f760e8a5beb6549ae6b68d54a277cd0666a1 SHA1: 9791012497af2e825eafe82e50ebd73927091d5a MD5sum: c39e3bf9846987a5985f005bd7103284 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.1-1noble.20260908.222022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4720 Depends: ros-kilted-yasmin-ros (= 6.1.1-1noble.20260908.222022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-ros/ros-kilted-yasmin-ros-dbgsym_6.1.1-1noble.20260908.222022_amd64.deb Size: 4274812 SHA256: 24c27f839ba464a373c5eeb07429c35daab3f44a4dad5f5de5f6acfbe62947ef SHA1: d88e9056bffd909a32bde3434035ebed6fb88414 MD5sum: 1add86906ffcc1683b2d989c07bb1f33 Description: debug symbols for ros-kilted-yasmin-ros Build-Ids: 42aff61aa2e423394b770b5800c06ea8d6fe64b7 77792267b00ec6c0f92dc1c752346771c4550f52 e5e534f9659c32f68be68794e45c0cae1f51663b f6d7710cd6aeb5a8a6dc249cd1bb63ae9202ddf7 Package: ros-kilted-yasmin-viewer Version: 6.1.1-1noble.20260908.222449 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-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 Homepage: https://index.ros.org/p/yasmin_viewer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-viewer/ros-kilted-yasmin-viewer_6.1.1-1noble.20260908.222449_amd64.deb Size: 943734 SHA256: eec4387b8d57032b8bd03766de769181847a7945580a9604e5217114d69125a6 SHA1: 72c9619f1a07feda2e2640a8368619c9c338d875 MD5sum: 8f2e77b70a552f335e95493c07c88ba5 Description: YASMIN viewer for FSM Package: ros-kilted-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-viewer Version: 6.1.1-1noble.20260908.222449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4516 Depends: ros-kilted-yasmin-viewer (= 6.1.1-1noble.20260908.222449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-viewer/ros-kilted-yasmin-viewer-dbgsym_6.1.1-1noble.20260908.222449_amd64.deb Size: 4040840 SHA256: 45560c7927d38f50daa842c2b52c24dca4bced0e837ee15c44db816ece3ae0c9 SHA1: ccb9243ce30b1fc913bad8d4a417f31aa805f7f9 MD5sum: c577b1cc0b8fdf6afbefd06e64b3fee1 Description: debug symbols for ros-kilted-yasmin-viewer Build-Ids: 8e47f67b744fc17ebf6b417d62651f1ffb090903 d59640a9a5796c3c7991625e838b178103059e0f Package: ros-kilted-zbar-ros Version: 0.7.0-2noble.20260908.213128 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.20260908.213128_amd64.deb Size: 302490 SHA256: 3a666092ebbd0fc25ea974dbfcaf7b6b38b5b917dfed3d9afff92d6bec6c3460 SHA1: fef3abcb4d0b3676d0c369e09e00ece2569152b3 MD5sum: fa5a37582a6763fc37a6603d2e05bee4 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.20260908.213128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3220 Depends: ros-kilted-zbar-ros (= 0.7.0-2noble.20260908.213128) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros/ros-kilted-zbar-ros-dbgsym_0.7.0-2noble.20260908.213128_amd64.deb Size: 2837280 SHA256: d18fe5307098980f6fa53dfadbf765b17a8720ca69e0aaf1c14c620d0e7222e5 SHA1: 5a9ce0fcbabe55ecc813a1d5f7ef47d53c2947ee MD5sum: 8a078a33c20992e129d627df3b65e2ee Description: debug symbols for ros-kilted-zbar-ros Build-Ids: 2e0bb7507cc8c49ccc7562742c62254426d63ae9 Package: ros-kilted-zbar-ros-interfaces Version: 0.7.0-2noble.20260908.194342 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-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.20260908.194342_amd64.deb Size: 47004 SHA256: dcc246e5a0265f53f90433aed26cd44b6f65ec196c438fab0d8cb29121101f6f SHA1: fda7e7fa9f227043fc548262bf52d6d1eadf7bec MD5sum: ded2a41d2d4070782d9e9d6e135f0733 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.20260908.194342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 301 Depends: ros-kilted-zbar-ros-interfaces (= 0.7.0-2noble.20260908.194342) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros-interfaces/ros-kilted-zbar-ros-interfaces-dbgsym_0.7.0-2noble.20260908.194342_amd64.deb Size: 210128 SHA256: e153f5337ebee864260ed376f6d134281f6e11b68d242b85467950380be8cc1b SHA1: 2afdc0583b7c3b3f3421cb0c2aeeab68d24b99d4 MD5sum: 4e55f5988fba592bdaf2f6b944744436 Description: debug symbols for ros-kilted-zbar-ros-interfaces Build-Ids: 17b38c4f1875edc77535523828cb53d9d0c44589 1a352d67502812eeca778bd8936f1803b13d84ea 1d3c8719994ad3692cb9f0878091ebab20201d1b 3a563ab2ad22558e2a121987fe04bfb03d12b4d2 3c1683e4d04a40563805e049f8c6cf485bbba48d 4792f1dcd86f5fdea4b430d8823d30849d117367 882fc2ed6c8f9db53e811b474c69a59163598105 91c26c20793b5a8653e85bbcbcf198ffe15e0a36 ac2e078bf37e68c45fd5e8d8583fbb895a1a6ba7 ad8ecf7f4149877012f609e30dd8faf182b5056d f184f58aff2ea01a19f4f95efc7b5fb347715d04 Package: ros-kilted-zed-msgs Version: 5.0.0-2noble.20260908.193819 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 40989 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.20260908.193819_amd64.deb Size: 10716540 SHA256: 3edb20c835add8dba01d956961d144fc0930831b12c710b75f009f098491fec5 SHA1: a657288025b1742af45dac0bee83effaacb4c724 MD5sum: 61f6e7b3dcee3c08f2f8c0b1a5a5424a 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.20260908.193819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3330 Depends: ros-kilted-zed-msgs (= 5.0.0-2noble.20260908.193819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zed-msgs/ros-kilted-zed-msgs-dbgsym_5.0.0-2noble.20260908.193819_amd64.deb Size: 2723686 SHA256: 5f697b0908b37d4903abcfbdca787d545642fd130393ff84a8e31bcf20629467 SHA1: 88b48a6f0c6e048c4a88b315128ace083615a5ed MD5sum: 4cfb2dd7e906be000dc6aa20f2bc86c3 Description: debug symbols for ros-kilted-zed-msgs Build-Ids: 0a5ab1c8445fd05bf6a27ce614a0e202343c7e6b 1ed8b1f0532bff3b4db8bc35d6bf518162871ce1 2e709472051d6389900f4786031b2a2314c26c93 381dff93d92cccb5558cf52da2bc41a30794620d 395b32e38652e479d6b5c546b0fd7b21cc3ae12f 66086baf9f8f153d6d53223a49eb42174fc79f43 731a01ee06049a890d67fea5417bf175658eb65c 7e458338cdf0d0b5b6a6d61f414f4513b08f8a5c 92a5a48dd42abadef10519599867e7fa214e0e8c a9b6fa64722a35bfbe13fc82b3ba7ab7338dcc30 da76c9e360489076957b1bb5fd0530933415fbb6 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.20260908.122847 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.20260908.122847_amd64.deb Size: 81280 SHA256: d2bb129c6884994f50df5cf59a888cf8259b03f74fa4d91e7b955ed80561d4ab SHA1: 4d75fdf437371cc4b5025a236c45bc9ef2f888d0 MD5sum: 6ff8e0e089e9c23b251fa3a926ff1ef4 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.20260908.122847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1065 Depends: ros-kilted-zenoh-security-tools (= 0.6.7-1noble.20260908.122847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-security-tools/ros-kilted-zenoh-security-tools-dbgsym_0.6.7-1noble.20260908.122847_amd64.deb Size: 1008490 SHA256: 60d581fa01448e3035af49c376d81fcb41c24456a1bb4ae0fd3305d183f3fe27 SHA1: dd9e5574a7d41d81e70049bcd82664eff07b1713 MD5sum: 58e969a5dcfd9635e45ac541209bc9d3 Description: debug symbols for ros-kilted-zenoh-security-tools Build-Ids: 3452b95444a046023c4aa1c81656d66df275056d Package: ros-kilted-zlib-point-cloud-transport Version: 5.0.5-2noble.20260908.213648 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.20260908.213648_amd64.deb Size: 125490 SHA256: 794958d527ca7c3c5948b0a7abf2f6c4cc701ebf21eeb0e099ba5c35d70bda0a SHA1: 4512fea4dcb5b45165d5c5095a16600dc1a3fae2 MD5sum: 2d7bade7f3a9d1c0af11062879e04ee1 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.20260908.213648 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.20260908.213648) 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.20260908.213648_amd64.deb Size: 2901866 SHA256: 5cd74a71209b98d2cc50b3bb6e33fa681719bfe091799ed5a8bd58e0f15eb1ad SHA1: 26220175a7e2e3e6bfa27a355d23269dd1c5aa2e MD5sum: 543aa52e9374b0f38d0745bd2342c9b1 Description: debug symbols for ros-kilted-zlib-point-cloud-transport Build-Ids: 636828dc9666e066aedaa385ad00ba3d906983fa 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.20260909.001158 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.20260909.001158_amd64.deb Size: 116656 SHA256: 786185d740e79d4912a1b51cebaadf34c51d0c5516baf3637610f61a56854e53 SHA1: 08248c621644fdcd3d8ccd8475c7378840a669de MD5sum: 8634d5768ef1db10395a0da461af35e5 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.20260909.001158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2586 Depends: ros-kilted-zstd-image-transport (= 5.1.3-1noble.20260909.001158) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-image-transport/ros-kilted-zstd-image-transport-dbgsym_5.1.3-1noble.20260909.001158_amd64.deb Size: 2245130 SHA256: e543688a310e529e2bab85604e42bfa8063787fb3aee01aa96e4b3986b920d86 SHA1: 91da3d160679b9894cd01c15d3c8e3e488941709 MD5sum: 299693946acc6f762a089c33881c7b86 Description: debug symbols for ros-kilted-zstd-image-transport Build-Ids: 31295eda873233668b774c130bdde563634b1b8e Package: ros-kilted-zstd-point-cloud-transport Version: 5.0.5-2noble.20260908.213703 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.20260908.213703_amd64.deb Size: 123854 SHA256: 0fcd8d4a573c767bbe4ee433c6d06a116165d7c7caa9b2ac6b709c9bd9acf504 SHA1: 280b315c0795a034dc77e16807f5705b31d083db MD5sum: 784f722afe8c4f3d2051d688f6abfd94 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.20260908.213703 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.20260908.213703) 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.20260908.213703_amd64.deb Size: 2317754 SHA256: cb47801423fbf11c3916c652221f4f77e7f35eeafc90ef46f5d8b68fa5877ef4 SHA1: abfe597b48128707987053e2244d4a0d17950419 MD5sum: 0236205a168f49314e1e6fbf9c96ccc3 Description: debug symbols for ros-kilted-zstd-point-cloud-transport Build-Ids: 14bbb775affa4a315493828fa34e0a31bec68288 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