Package: python3-bloom Priority: optional Section: python Installed-Size: 516 Maintainer: William Woodall Architecture: all Version: 0.12.0-100 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-setuptools, python3-catkin-pkg (>= 0.4.3) Conflicts: python-bloom Filename: pool/main/p/python3-bloom/python3-bloom_0.12.0-100_all.deb SHA512: 114e1bd6af3c95558365aea9f80f24097a6ca77393904371e0103ff7f44b056cdd5e1c92736f3832ccdb770e2e105694c233b585b80a8064d6535d7c5797e9ac Size: 69272 SHA256: 766b7f036ae3b60b7c0527f85eddb12bbe205fbf4af21f5a551726a7e640f46a SHA1: f2276bd44483b96d771678d21ed18cf1e6378f78 MD5sum: d577066efacdc89389e4868b295dbcff 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.0.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 1.0.0), python3-dateutil, python3-docutils Conflicts: catkin, python-catkin-pkg Filename: pool/main/p/python3-catkin-pkg/python3-catkin-pkg_1.0.0-100_all.deb SHA512: c0c1757cec7c91939dcd4496f128b1fbd1dbb92a72239c342e5818d93deade2355a035ca428d83c3ab5042d5057195bcc423e5e54bacd4c637477271e76c7ee2 Size: 3920 SHA256: df38f24e396c6664f2759fb4b9bd18e9c7a61e2b35450e787807a28ef3be5b91 SHA1: 012538d8985466141b1112e8bb8748ea8bdd7599 MD5sum: c6ee57fde962060de41361f69f0a394c 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: 252 Maintainer: Dirk Thomas Architecture: all Version: 1.0.0-1 Replaces: python3-catkin-pkg (<< 0.3.0) Depends: python3:any (>= 3.6~), python3-dateutil, python3-docutils, python3-pyparsing Conflicts: catkin, python3-catkin-pkg (<< 0.3.0) Filename: pool/main/p/python3-catkin-pkg-modules/python3-catkin-pkg-modules_1.0.0-1_all.deb SHA512: 1e8481f1b9485f002a9c96cc0c084de0d5fe9944343576f1ad97cbbe7838c6fa702c6bab5b0ee8805f33f2327741536288bce03c4a8e2bd9beab6e7cdd0bfe7e Size: 43200 SHA256: 303148fbacb632aba1335677d2c26c2e7cc89b6001e689bdca1024de2f9e6b32 SHA1: eda57e4ba03c098e782d5e47f0bbdbedff7baef3 MD5sum: 641e147ddf41a4f138e57f526a63709f 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-cd Priority: optional Section: python Installed-Size: 32 Maintainer: Dirk Thomas Architecture: all Version: 0.2.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.4.1), python3-colcon-package-information Filename: pool/main/p/python3-colcon-cd/python3-colcon-cd_0.2.1-100_all.deb SHA512: 083d0e9c8977689ee2a241c6eeb1b25f8018880f93f8b7e900608e023ed4d10d707ed65487fd7b24bffabadcb33dea10fa07bef07ec933ccdbe441fab9ac9151 Size: 4676 SHA256: 1a8e539d3bf2f98e74e2082e2532754b6f8f3e333f8f94210591444b901033b5 SHA1: 651a0ed9c05c868dc7ce0b04c2ff7575d92dcd58 MD5sum: 4f1f87f6ebf9d8df5db070301f7acf75 Description: A shell function for colcon to change the current working di colcon-cd ========= . A shell function for `colcon-core `_ to change the current working directory. . See the `documentation `_ on how to use it. Homepage: https://colcon.readthedocs.io Package: python3-colcon-clean Priority: optional Section: python Installed-Size: 57 Maintainer: Ruffin White Architecture: all Version: 0.2.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.5.2), python3-scantree Filename: pool/main/p/python3-colcon-clean/python3-colcon-clean_0.2.1-100_all.deb SHA512: eacdee5992f1d45e5b63ccefd4840fe1b6198789dea046e15a4dc4e49a762c6f432fd2e5c01b5444b9cce73edeb39c6cc3433645653e684632a9a6ec0fd0596c Size: 10044 SHA256: d5ebbaa7322830bcebbe134cc66b0526c887d8a69534e3e15698c1aace8b7c88 SHA1: 512dfa88978146432895a1fa27b24e01e6140782 MD5sum: 7be6eebe2ba15da04e54cdb77da22088 Description: Extension for colcon to clean package workspaces. # colcon-clean . [![GitHub Workflow Status](https://github.com/colcon/colcon-clean/actions/workflows/ci.yaml/badge.svg?branch=master&event=push)](https://github.com/colcon/colcon-clean/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush) [![Codecov](https://codecov.io/gh/colcon/colcon-clean/branch/master/graph/badge.svg)](https://codecov.io/gh/colcon/colcon-clean) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to clean package workspaces. Enables cleaning of various colcon paths, such as build or install folders, for either the entire workspace or for selected packages with advanced path globing options. In conjunction with [colcon-package-selection](https://github.com/colcon/colcon-package-selection), this extension can help maintain hygienic build environments while leveraging persistent workspaces for caching by allowing users to finely remove stale artifacts, preserving what can be cached during software development. For example, when pulling various changes into a local workspace to review pull requests, this extension can be used to wipe only the build and install paths for affected packages, ensuring subsequent builds are not cross contaminated from previous jobs. . The extension works by providing a convenient wrapper around filesystem deletion, allowing users to specify at which base paths to be cleaned (`build`, `install`, `log`, `test_result`), at what level cleaning should take place (global workspace or per package), and if specified what exact files should (or should not) be removed. . . ## Quick start . Setup, build and test an example colcon workspace: ``` mkdir -p ~/ws/src && cd ~/ws wget https://raw.githubusercontent.com/colcon/colcon.readthedocs.org/main/colcon.repos vcs import src < colcon.repos colcon build colcon test ``` Homepage: https://colcon.readthedocs.io Package: python3-colcon-cmake Priority: optional Section: python Installed-Size: 88 Maintainer: Dirk Thomas, Michel Hidalgo Architecture: all Version: 0.2.29-100 Depends: python3:any (>= 3.6~), cmake, python3-colcon-core (>= 0.5.6), python3-colcon-library-path, python3-colcon-test-result (>= 0.3.3), python3-packaging Filename: pool/main/p/python3-colcon-cmake/python3-colcon-cmake_0.2.29-100_all.deb SHA512: 82e53a423673ea2d455639df8016ed64c5b7e14661f01451326c9ebcd026c18654c2f193c19ff5b963b008df884de2a6e726b5e50ba79ee24e173d0aa50e505f Size: 15520 SHA256: ecfa453fd22dc3574a4360faede06aeace40f73dcb7b3006ab607e5b301e2bd4 SHA1: 397f0d74aecbb1a743284c54bb0bef7fe4e79566 MD5sum: f9b45d53ec0dcc25d8d1ca5387f5b317 Description: Extension for colcon to support CMake packages. colcon-cmake ============ . An extension for `colcon-core `_ to support `CMake `_ projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-common-extensions Priority: optional Section: python Installed-Size: 21 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-argcomplete, python3-colcon-bash, python3-colcon-cd, python3-colcon-cmake, python3-colcon-core, python3-colcon-defaults, python3-colcon-devtools, python3-colcon-library-path, python3-colcon-metadata, python3-colcon-notification, python3-colcon-output, python3-colcon-package-information, python3-colcon-package-selection, python3-colcon-parallel-executor, python3-colcon-powershell, python3-colcon-python-setup-py, python3-colcon-recursive-crawl, python3-colcon-ros, python3-colcon-test-result, python3-colcon-zsh Recommends: python3-colcon-override-check Filename: pool/main/p/python3-colcon-common-extensions/python3-colcon-common-extensions_0.3.0-100_all.deb SHA512: ba85cea8622892e10b5dabac50080ad37aa22dcd3db8043120828c721dc93d7e6f630506a10013acc1ca76a82219240a46aed6c7559b3744c731c15eba65b984 Size: 2972 SHA256: ee1b13abda1bc6c85509c844cf19103512577df26d0a7cf6841cae990dbd50ee SHA1: cf6094df34776018fd0ee9dc039b71c490e950b3 MD5sum: ab1c7b6b357124ac7c06206178176b1d Description: Meta package aggregating colcon-core and common extensions. colcon-common-extensions ======================== . A meta package aggregating `colcon-core `_ as well as a set of common extensions. Homepage: https://colcon.readthedocs.io Package: python3-colcon-core Priority: optional Section: python Installed-Size: 474 Maintainer: Dirk Thomas Architecture: all Version: 0.19.0+upstream-1 Replaces: colcon Depends: python3:any (>= 3.6~), python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools, 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.19.0+upstream-1_all.deb SHA512: bbdf0911c8bdd3a1f39777694182617aa003cec4a2f9b964ee748ae6186b57ad354ad86540616ee49526932703fb8efe5d5b56cf0bf4f1bfe511bd4ad8f1495d Size: 71000 SHA256: 14ca0b3616458742e8df156f937260ceb1fd6789eebb17a2c730f0e46a97b221 SHA1: 47a50156acc3f9f1af7486003289375f2330e454 MD5sum: 8fbb32974bb62a46a2ba26c64855a5b5 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.4.5-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.10.0), python3-colcon-library-path, meson (>= 0.60.0) Filename: pool/main/p/python3-colcon-meson/python3-colcon-meson_0.4.5-100_all.deb SHA512: 48457f91c9d59aa8eb1a2afdc3b3ac495c28e3390b069e7d1fef4cba2317deae60eb5fd221038a2eb88ef0961213392e12cf74141c54e6f32c044e6863faaf2e Size: 6904 SHA256: b5c6fb98658a3a550a09dbadfb2597fa090afbbb266a3766f6087b98c41ff354 SHA1: a5f126222093c00210585529ff1ec0d48d29a28c MD5sum: 31c4a0be0fdb0404a5c74b1229781841 Description: Extension for colcon to support Meson packages. # colcon-meson . A colcon extension for building [Meson](https://mesonbuild.com) packages. . Install from the Python Package Index via: ```sh pip install colcon-meson ``` . ## Passing Meson arguments . Arguments can be passed to `meson setup` via `--meson-args`: 1. set build options defined in `meson_options.txt`: ```sh colcon build --packages-select $PACKAGE --meson-args \ -D$ARG1=$PARAM1 \ -D$ARG2=$PARAM2 ``` 2. set the build type: ```sh Package: python3-colcon-metadata Priority: optional Section: python Installed-Size: 61 Maintainer: Dirk Thomas Architecture: all Version: 0.2.5-100 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-yaml Filename: pool/main/p/python3-colcon-metadata/python3-colcon-metadata_0.2.5-100_all.deb SHA512: 1eff7730defc05a9bbd7036a3a708a9afbbf1d0fed2d5d47c76cb36b7eb5dcfb191c435097ba315f4b82c83b648bf458af75f8dd5ebb7393616a1d111319ebb0 Size: 9188 SHA256: cb2824e424648e4973236253f85adbf509136dc0abe755c93dd39ceb6670e14f SHA1: a6dcb7fa80c1d7f46fa3f45734b8183dcf7db6f7 MD5sum: a96270ed29b3c8a62d5523e13dcdec72 Description: Extension for colcon to read package metadata from files. colcon-metadata =============== . An extension for `colcon-core `_ to fetch and manage package metadata from repositories. . For an example repository containing metadata see `colcon-metadata-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-mixin Priority: optional Section: python Installed-Size: 67 Maintainer: Dirk Thomas Architecture: all Version: 0.2.3-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-mixin/python3-colcon-mixin_0.2.3-100_all.deb SHA512: b2738b5d4bc82bb88e73048754b9806b00f19cd21e1237f5332d956e42ec8d14b7893ced55b1bd8ee4622f08e04ff3d8cbfe9dd7f2ce7c7c69495b13759de46f Size: 10980 SHA256: b1715743f5036fe993a6100a1eddc9126ce83a6cdc0b0b1990ae5958675c81e5 SHA1: a901f78e59a15628f891bc97ee3a66619fa52a08 MD5sum: 2346a6d7ab88d7301cc37c2fde3af48a Description: Extension for colcon to read CLI mixins from files. colcon-mixin ============ . An extension for `colcon-core `_ to fetch and manage CLI mixins from repositories. . For an example repository containing mixins see `colcon-mixin-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-notification Priority: optional Section: python Installed-Size: 97 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 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.0-100_all.deb SHA512: 1215005dfd2b9a95395f165bc924e4d0ab9168ee25cc852acc0b3a59ef834cfbd7442cff353a700b8a75d23fb2bd0840856329db64b39bc0ba1b4fe2174833af Size: 10736 SHA256: 0dcccd0bf1e92f81aeac7fb0f3471c4c9309ce045d1cc9a30248a34ea50a5463 SHA1: 3bfac8734f6a634d8ceff67d6e72f469d0df22ed MD5sum: 6275a51742f24c02ded7bee320c199c8 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.13-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.8) Filename: pool/main/p/python3-colcon-output/python3-colcon-output_0.2.13-100_all.deb SHA512: 195b91857a8321c121d557bdab2d276340927f51bb13ab31337bac9d1d849ce10735527ca42065e45c61f558c2f5165b5cb38b91048510e51e31a6b33bd79a3f Size: 6756 SHA256: 852bfbe621797737f8b0552c538f2f9730dba7c87d2b3a39745270736065483e SHA1: 9dd267c339488e3f47e5bd4c4ea163c9d007b7a9 MD5sum: 9ccb3f6377442d5bc90449f694d4c710 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: 53 Maintainer: Dirk Thomas Architecture: all Version: 0.4.0-100 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.0-100_all.deb SHA512: 95cbc66c0fbb500698b93d847a8bc6a55040c4e8cc65e6baea6f7afc9633ee2144ce3ac8a346bd26782a8aa70e2eeca05c9b33227b8e8611d102d7335a3d95cd Size: 8456 SHA256: 734694d848c34554745aea5b97f423a7374d47ca4ada8ed7f0c970f56a23ef05 SHA1: 5e3421271641cacd20539d2bdd0aa222c1fe83c4 MD5sum: c03f9c72487d7cd47b05e6e4d86bb8c2 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.4.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-powershell/python3-colcon-powershell_0.4.0-100_all.deb SHA512: 6d6b10f2c464bbaaaecae879841a1a3ab8c7d5ea5ff92e4781fdd460315f82180551843395dbff12892af13860c716f4d84b72fe79f9c1e8632023472b44b8ca Size: 6960 SHA256: 42e9ee011a1e3c72fef974ae7abbce9d1401c060dea754efb0022ccc431574c6 SHA1: 26331026d9f61fc3a5392f17660e25a688ac16b5 MD5sum: 845f3803acd11ff7a1306ad757f690d7 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-100 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-100_all.deb SHA512: 427150aad0843b697b8e59054c201651b289f0a1c185965445271882190b6b20344b693836a284171fc3d80fb7808e1648cb087c0f9b2ae3b693068f9e7bbe54 Size: 12552 SHA256: 0d0cb2b2df561daabbafd373c3e080fb856829c0d016f1a50c393978bf0c517d SHA1: 914145d8ad64d8bb44db296877085c8649853110 MD5sum: 8513cccca9daa09a1726aaf7975c32b3 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: 28 Maintainer: Scott K Logan Architecture: all Version: 0.2.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-ros-domain-id-coordinator/python3-colcon-ros-domain-id-coordinator_0.2.1-100_all.deb SHA512: 072746371d6cc2ef63b64af7afd7e4db6288d4f9c5008caff1b6db6c8760af2e98a43fa27cd3e22e683f67ae982116a997700264b0432629266c60f95710a105 Size: 4944 SHA256: 8d2f3ca8ff195f456238f9bfba2cab8b775429c77ba28bb0044bfecf0219c0b3 SHA1: 4333a2037deb56204a26f18b7dc9779747699e35 MD5sum: 47e708c039f2ec0bd78d5a4e5adc0954 Description: Extension for colcon to coordinate different DDS domain IDs colcon-ros-domain-id-coordinator ================================ . An extension for `colcon-core `_ to coordinate different DDS `domain IDs `_ for concurrently running tasks. . The current implementation of this package cycles through all of the non-default ROS 2 domain IDs that should be available on a platform given that it has no special network configurations. It does not track which task uses the domain IDs and therefore does not eliminate the possibility of a collision, but drastically reduces the likelihood that two tasks end up using the same domain ID. Homepage: https://colcon.readthedocs.io Package: python3-colcon-spawn-shell Priority: optional Section: python Installed-Size: 31 Maintainer: Shane Loretz Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-colcon-bash (>= 0.3.0) Filename: pool/main/p/python3-colcon-spawn-shell/python3-colcon-spawn-shell_0.3.0-100_all.deb SHA512: 983847e2b2d83dabbf505c3ede8ffdfaecd37c451bf34f445e9c38b16e563d93cf2145430880f2bbc965344728908fbb353996b31fbaea3699ab49974fe60799 Size: 5660 SHA256: 8cae1d98002a79e16a6691321b6c5886f3af34ba60835905ff2a30dc33e5ce43 SHA1: 7904cb2f1c20a45e9040409166a2d90b5e933853 MD5sum: 8b7fb74a660207f6f21e497090c2e55b Description: Source colcon workspaces in a new shell. ================== Colcon Spawn Shell ================== . Introduction ------------ . This is a `colcon `_ plugin to chain workspaces in new shells. It allows quickly un-chaining workspaces by exiting the spawned shell. . The shell's prompt is edited to show the workspace order. The only supported shell is **bash**. . .. image:: https://raw.githubusercontent.com/colcon/colcon-spawn-shell/8de6d0a687619bfd8342647b6d216695bb76dfaf/doc/colcon_spawn_shell_example.gif . Quick Start ----------- . **Optional:** Create and source a virtual environment. Homepage: http://github.com/colcon/colcon-spawn-shell Package: python3-colcon-test-result Priority: optional Section: python Installed-Size: 43 Maintainer: Dirk Thomas Architecture: all Version: 0.3.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-test-result/python3-colcon-test-result_0.3.8-100_all.deb SHA512: 47b011e04c0dfa465a52703619966a43a5e75e7b197dcb1c5c06b325de3dd33c793599be2d965015f057202abd8914b21df1558f0e7f9d38acbf03ecfb526232 Size: 7172 SHA256: 01c0dea2ce5b038585bf75a2b3f840dd2286cf636126a7ae0aee5fc8eac66910 SHA1: d2c0cadd282a6f37bea122808f8432981c5d52cf MD5sum: 1227073afbbe5fdc009eb182d8ba4c22 Description: Extension for colcon to provide information about the test r colcon-test-result ================== . An extension for `colcon-core `_ to provide information about the test results. Homepage: https://colcon.readthedocs.io Package: python3-colcon-zsh Priority: optional Section: python Installed-Size: 36 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-zsh/python3-colcon-zsh_0.5.0-100_all.deb SHA512: 3f69e8e72ce23ea1e5ab1663aa15eb96c4ad1bc027a5f84c32d6a5c561f889a9b2718a7aa1d4d5a644929fe8c149b72f93e34fa59344a6c1bf6abddb456b4e90 Size: 5560 SHA256: a62a1f4b3dfaa57db070d0eecd7b16bfc336eb412fedfba90fd4edc2c4e2635a SHA1: 4e35982a2bef00de88af0e6749815964ffb85625 MD5sum: 9f325b2f7e6d29c099cbcc8c99a754e2 Description: Extension for colcon to provide Z shell scripts. colcon-zsh ========== . An extension for `colcon-core `_ to provide `Z shell `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-osrf-pycommon Priority: optional Section: python Installed-Size: 121 Maintainer: William Woodall Architecture: all Version: 2.0.2-1 Depends: python3:any (>= 3.8~), python3-setuptools, python3-importlib-metadata Conflicts: python-osrf-pycommon Filename: pool/main/p/python3-osrf-pycommon/python3-osrf-pycommon_2.0.2-1_all.deb SHA512: c2aec229c62f2b491908bb84b00fbcfeb33d3918826d1f527f9b258879d5aa465f2623bbb6dabd9fa46d02bfbff97e097de70358510932919c6d2e604d7835fc Size: 23292 SHA256: 4be12211afbc60b27796b3598014002e52e820ffa79af0c71bbd63ac6012de23 SHA1: 244e499cf67d0073ee3ee01ae0ecdfd22b52391c MD5sum: 5914f20e07e090db895ad7a5438562b9 Description: Commonly needed Python modules, used by Python software deve Homepage: http://osrf-pycommon.readthedocs.org/ Package: python3-rocker Priority: optional Section: python Installed-Size: 106 Maintainer: Tully Foote Architecture: all Version: 0.2.19-100 Depends: python3-docker, python3-empy, python3-packaging, python3-pexpect, python3-urllib3, python3:any (>= 3.2~) Conflicts: python-rocker Filename: pool/main/p/python3-rocker/python3-rocker_0.2.19-100_all.deb SHA512: e18ed7ebb5de6d44f9a554888296466a2fa16ff59bc41f0a74bd0f11311bcb7a8fb199f06439f8dfba5af6e7f2396d641472d4fdff67c90d5d916560e4ecbded Size: 19408 SHA256: de56e9ae8b3921c3f02b38d4b9552d9935b9355db5a990a7cb6f2f591a3ad628 SHA1: 7bb2d53d7e9b2381f0b8d8a77d27cd1e7b9ffca8 MD5sum: 7aac8671fbe7068cddd25ce11b566e49 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.25.1-1 Depends: python3-importlib-metadata | python3 (>> 3.8), python3-yaml, python3:any (>= 3.6~), python3-rosdep-modules (>= 0.25.1) Conflicts: python-rosdep, python-rosdep2, python3-rosdep2 Filename: pool/main/p/python3-rosdep/python3-rosdep_0.25.1-1_all.deb SHA512: de4a8d4492827b4e52b7bca2cc195b801471cf85891d02699f98c3508065ea1f8f90da5847c1b51764c8123234535c3e95a118c7c0eaf4e9828cc4a7a31a86cc Size: 3492 SHA256: 151327ba72a3ced42b551959e92064d900a3eed2a6d2a9faa84eb76745f23599 SHA1: 58e39fd3ddaf9cd0ebec4175bc643de7083d3dd5 MD5sum: 0d66d2131b75915c72ee8fa8351d8a2d 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: 330 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.25.1-1 Replaces: python3-rosdep (<< 0.18.0) Depends: python3-importlib-metadata | python3 (>> 3.8), 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), sudo Conflicts: python3-rosdep (<< 0.18.0), python3-rosdep2 Filename: pool/main/p/python3-rosdep-modules/python3-rosdep-modules_0.25.1-1_all.deb SHA512: d5edac43afdc5aa5715a7fce3bb4c0d006df971aa3fcc5ad7fa4e263aaa033ed501d7b7c469d2853e480f5c2d4f9ec22fe4b5649323fbdfc285d9347cf936b77 Size: 54014 SHA256: d5ad9130a83e3d80db0918a5b2689ee17a153337a7c0129c862f7e8874ad0563 SHA1: 5923f6fe35001826d722f721bda34f05c852998f MD5sum: b8f6d5e34c406c32fe910d9eb98b55a5 Description: rosdep package manager abstraction tool for ROS Command-line tool for installing system dependencies on a variety of platforms. Homepage: http://wiki.ros.org/rosdep Package: python3-rosdistro Priority: optional Section: python Installed-Size: 24 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.0.1-100 Depends: python3:any (>= 3.6~), ca-certificates, python3-rosdistro-modules (>= 1.0.1), python3-setuptools, python3-yaml Conflicts: python-rosdistro Filename: pool/main/p/python3-rosdistro/python3-rosdistro_1.0.1-100_all.deb SHA512: 78fcaba623c8dcac00ee3e37d052badac3c1c079f459641d299124bf63988685a7399db3f16434260c634e84e8d4032ea6342e5bad5ecb9182392c2b8903e430 Size: 3724 SHA256: fbf524890faed0fff7fa4fcf08c80f656d65dd6db627f4887ff130fdb23541b2 SHA1: 5ad5195615010515e46722d4a1be2ff53f4a71e2 MD5sum: 8eaa94816aa397419583c3715bc9c6a0 Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-modules Priority: optional Section: python Installed-Size: 293 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.0.1-1 Replaces: python3-rosdistro (<< 0.6.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-catkin-pkg-modules, python3-rospkg-modules, python3-setuptools, python3-yaml Conflicts: python3-rosdistro (<< 0.6.0) Filename: pool/main/p/python3-rosdistro-modules/python3-rosdistro-modules_1.0.1-1_all.deb SHA512: a21087fb61fe3e2f78bfc246eac31c42f7aebf65f023f58d9c3245fb757cd434403bce1202278e672af80a7a23d4f1e7eb5e69955de1c6f1f4ecfcbd45114462 Size: 36220 SHA256: 869aea37baac9bd129b6deda48284ab8eec7401f28558c596358e01df659c365 SHA1: b31dfbbf8eefe9569cc0875d46aec96103da650f MD5sum: 742e288c6a0e9b9e1d2bb77ebe441040 Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-reviewer Priority: optional Section: python Installed-Size: 86 Maintainer: unknown Architecture: all Version: 0.1.3-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.18.0), python3-git, python3-rosdep-modules | python3-rosdep2, python3-unidiff, python3-yaml, yamllint Recommends: python3-github Filename: pool/main/p/python3-rosdistro-reviewer/python3-rosdistro-reviewer_0.1.3-1_all.deb SHA512: 34a281fc858f8c40ef8118aa64c53c173cf83c9712120687e96f85926af8b6c0729c10149b265cfae72d7b64e3d45d9cb9fed797111962dd99a852ba80e013eb Size: 16448 SHA256: 7e74c1b3dc20b317f3f4fbde7f9874651d92b1fb582887f3c1ce8af70f039ccd SHA1: 2c479a1847fe3b34dfb77d2a0949870e5d497886 MD5sum: 96f92a2e5943b9c835b97df81d03d987 Description: Automation for analyzing changes to the rosdep database and # rosdistro-reviewer . [![build](https://img.shields.io/github/actions/workflow/status/ros-infrastructure/rosdistro-reviewer/ci.yaml?branch=main&event=push)](https://github.com/ros-infrastructure/rosdistro-reviewer/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush) [![coverage](https://img.shields.io/codecov/c/github/ros-infrastructure/rosdistro-reviewer/main)](https://app.codecov.io/gh/ros-infrastructure/rosdistro-reviewer/branch/main) [![pypi](https://img.shields.io/pypi/v/rosdistro-reviewer)](https://pypi.org/project/rosdistro-reviewer/) . _Automation for analyzing changes to the rosdep database and rosdistro index_ . The rosdistro index and rosdep database hold a significant amount of semi-manually curated information about various types of packages and how they are associated. To facilitate maintenance of this data and discourage modifications which might introduce unexpected behavior for users, robust automation is needed to validate proposed changes. . This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review. . ## Invoking rosdistro-reviewer locally . Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example: ``` $ rosdistro-reviewer --target-ref origin/master . ✅ No changes recommended /————————————————————————————————————————————————————————————————————————————\ Package: python3-rosdoc2 Priority: optional Section: python Installed-Size: 143 Maintainer: William Woodall Architecture: all Version: 0.2.1-1 Depends: python3-breathe, python3-catkin-pkg, python3-jinja2, python3-pkg-resources, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml, python3:any (>= 3.6~), python3-catkin-pkg-modules, python3-exhale, python3-myst-parser, python3-osrf-pycommon, python3-setuptools, doxygen, graphviz Filename: pool/main/p/python3-rosdoc2/python3-rosdoc2_0.2.1-1_all.deb SHA512: fc5cfd7e6912891c7f581565465039e885d3fcbc934806f43126edc4e0f54827bd99e2c47bbc044d36298720a5f86a250a39c860e20bfb68cdb8ce0e0bf621e5 Size: 26444 SHA256: 6913abdf95606de728d15da6508f31d879ec718ec300cce8e23e519d28ee2ec0 SHA1: b2fbc6d240587b00c5f9b42fea6655fcafa26e49 MD5sum: 307da53c3156eda7f65602ac168aa28b Description: Command line tool to build documentation for ROS packages. # rosdoc2 . Command-line tool for generating documentation for ROS 2 packages. . ## Quick-start . This tool can be viewed from two perspectives: first from the perspective of a user wanting to building documentation for any given ROS 2 package in order to view it, and second from the perspective of package maintainers who need to write their documentation and configure how this tool works on their package. . ### Build documentation for a ROS 2 package . To generate the documentation for almost any ROS 2 package, run this command replacing the arguments with appropriate directories: . ``` rosdoc2 build \ --package-path ./src/path/to/my_package_name ``` . > [!NOTE] > Please see [Known Issues](#known-issues) if failed. Homepage: https://github.com/ros-infrastructure/rosdoc2 Package: python3-rosinstall-generator Priority: optional Section: python Installed-Size: 75 Maintainer: Dirk Thomas Architecture: all Version: 0.1.23-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.1.28), python3-rosdistro-modules (>= 0.7.3), python3-rospkg-modules, python3-yaml Conflicts: python-rosinstall-generator Filename: pool/main/p/python3-rosinstall-generator/python3-rosinstall-generator_0.1.23-1_all.deb SHA512: d035b9d87091fd2dccbe14567e8034aec9c39ce1c58446afe981b7b784ba6f0e855baec87240aacb7c01c5f5e52d3385ec9bac9b777a8348b06c1dbbe96d138b Size: 11804 SHA256: e0f702985eb3dfd6880c384ceb8d20b73690f3a8ccd1025198be92e816b7624c SHA1: 1f7ae24701f1985251fa3097120ede00f5b51c56 MD5sum: b8f01a493feb485a3d57d42a6557b191 Description: A tool for generating rosinstall files A tool for generating rosinstall files Homepage: http://wiki.ros.org/rosinstall_generator Package: python3-rospkg Priority: optional Section: python Installed-Size: 18 Maintainer: Ken Conley Architecture: all Version: 1.6.0-100 Depends: python3:any (>= 3.6~), python3-rospkg-modules (>= 1.6.0) Conflicts: python-rospkg Filename: pool/main/p/python3-rospkg/python3-rospkg_1.6.0-100_all.deb SHA512: bd8d436f3a4cb4b734f38cfecac262009c45ecbd2e54658c526e9f892bc9f532353d32e5702b79b591ca8f5d119a48fd14ed874d42f83d131aeb48660084d20e Size: 2528 SHA256: a632bd642928b37a3ac46aed9b57171a244369311661f28edd4c230c1c072b4b SHA1: 7d09fc86ef8725deaa80501506418ab6039acbea MD5sum: b2ff0179249a84f833bfd69b8f613c6e 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.0-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.0-1_all.deb SHA512: 2f14e056989a7de06d42e4890cc39a3f9ce5b71a2853db9bba98c909a5655276d4be79114fdc36098a10e819209f9ae19913a5885a69294ae497d378b0fb7280 Size: 24244 SHA256: cb33f472b9cdf9ea48d1f50d6592c889f7417b55cbf0f900cae89dafcfe2447b SHA1: 7d72683b49015887636151530a8b39fbcf7d09cc MD5sum: fe9f7e65b641334e5800ac719ce5b730 Description: ROS package library Library for retrieving information about ROS packages and stacks. Homepage: http://wiki.ros.org/rospkg 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.20250320.191449 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.20250320.191449_amd64.deb Size: 6143720 SHA256: 8bb1e2d6f02ae2c5c653f8ac2977d555cab93b9b8ed5b8280a29b62ce12fc67d SHA1: 266c52c58fa3a9d0fa1b3a2ecc4feaef56ed137e MD5sum: f5d4953b73eb8a460462941a1622b5af 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.20250320.191449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 2534 Depends: ros-jazzy-acado-vendor (= 1.0.0-7noble.20250320.191449) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-acado-vendor/ros-jazzy-acado-vendor-dbgsym_1.0.0-7noble.20250320.191449_amd64.deb Size: 313474 SHA256: 668076dcd7f1947a1073f82772842951bde5876d79b9d565653aad066084b546 SHA1: 03e10e3fb1a865abf82f2a5aeb592c9b717994ba MD5sum: 7b9099cd3a35be28a648214874492428 Description: debug symbols for ros-jazzy-acado-vendor Build-Ids: 0e5ece3709ebe3cc93e0cfb30351729f141a382a da0d9cc0677da859a4b5783ed9ed54a06ba059b1 Package: ros-jazzy-ackermann-msgs Version: 2.0.2-6noble.20250320.221245 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 569 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.20250320.221245_amd64.deb Size: 51198 SHA256: 8a23590148546e98e0699e916f24d300a072c750f88ee9e2228598c1aad6fa10 SHA1: 127e903ce938bc14664d6fe1447e72faddbd9716 MD5sum: fcb086e1b3ef5017a7c060d3415f0c61 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.20250320.221245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 372 Depends: ros-jazzy-ackermann-msgs (= 2.0.2-6noble.20250320.221245) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-msgs/ros-jazzy-ackermann-msgs-dbgsym_2.0.2-6noble.20250320.221245_amd64.deb Size: 265076 SHA256: 2445ef06703b2a50879e5a8c9564eadb8878a259a28557ce64b213293a681afe SHA1: 40c71bbcec8bafc5a6e57c4a7e62a608a3f04c46 MD5sum: 73e07b9e167ca83faa2dfe79e160154d Description: debug symbols for ros-jazzy-ackermann-msgs Build-Ids: 0f65162f41d2745668a9a2a1a45c16de01cc611d 315051b8c880478775eeb66dd373a6d4ec8230a9 3eabdff795aa9e0ac4ebb6978a959816cbf1c2b8 4de69f30f3b0eb275de3b32424f974b65b1b4565 556d7bb236ef5fb0da64bd207cf923d29844ff82 78c54423edcd7a27bc833dda3f84e45c70ab282d 85cbdf576d0a52e3a504173b29a9421490170e2f 8b409841cbaed84090d8f96ec41818526f4c9aac cc6eee98a6b691f9fbc59c62ecbd515718d4fa4f d5eaaa23c67f7dddfd0ff2273b40aeb1b62277ed e7cdd074649468ec2c12582daef9166e29297047 Package: ros-jazzy-ackermann-steering-controller Version: 4.22.0-1noble.20250321.145142 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 195 Depends: 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.22.0-1noble.20250321.145142_amd64.deb Size: 44626 SHA256: 6d1ae2845b08bbdac55a2680bf05b3a05459e1c72ec6d8090774becf6b494702 SHA1: 3b232f838f02cafd1a9a4eae801813d86cf9fd4f MD5sum: 0730702baf3ac0b8a9debc38e87649c6 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.22.0-1noble.20250321.145142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 675 Depends: ros-jazzy-ackermann-steering-controller (= 4.22.0-1noble.20250321.145142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-steering-controller/ros-jazzy-ackermann-steering-controller-dbgsym_4.22.0-1noble.20250321.145142_amd64.deb Size: 645954 SHA256: bf21da2f680b42ba5003caefe985444cda45aa39d5844eef358267b1f1ba33c7 SHA1: a32836ea6321a52e14c7ea207f52bf5dddb36d14 MD5sum: 735c920343a7795e299c9a63a28e13ec Description: debug symbols for ros-jazzy-ackermann-steering-controller Build-Ids: b4d775ac4986287d07b2111c48281348790e5ed4 Package: ros-jazzy-action-msgs Version: 2.0.2-2noble.20250320.194833 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1088 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs_2.0.2-2noble.20250320.194833_amd64.deb Size: 96316 SHA256: 838ac16f34c485b191c3334af5f3db9d9d54eea583f7556608b30ecea664921e SHA1: 4ba91cb13362e0778d9e01a96a1b7d9c1095b5a2 MD5sum: dd065be9ac7e5508b81c847a052ef14b 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.2-2noble.20250320.194833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 814 Depends: ros-jazzy-action-msgs (= 2.0.2-2noble.20250320.194833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs-dbgsym_2.0.2-2noble.20250320.194833_amd64.deb Size: 633622 SHA256: 62db9b051815b33147f1384f4bdc9f3b5e9a62191d2daf653ed8f817ba4999b2 SHA1: 58c1609546a3a74caca6d5157c4c4d2479812a2d MD5sum: 50612f1341119cc7218359880e3bfad0 Description: debug symbols for ros-jazzy-action-msgs Build-Ids: 446e2ff4cf346a3653c8af079db23eb34772aa1b 59d8eb79d61901275b0acb7e90566d6f3b4031cc 61f98d4ff82de26e2f1e5c1754e42d640fc3b521 7735545162cec8ef9813b80557c0bda12a0674db 79b2fad742caf8d5fbe3c62aa810e8012939e3a9 826074b390968f5827c1bacaf5eee0fc93218fb1 bf33e855cc931516f9ab9c4c29ddca0d1c7c407e d27f8b460d024755147cbf75099e14067c3e9407 d315023eb7f2304da9bfccef6ed4332d48095eb0 dc817aadd98fb16a618e91895e8c32f50b496181 e7269d4a875a9d0e2435e7e6fb32c6cfe9933fa2 Package: ros-jazzy-action-tutorials-cpp Version: 0.33.5-1noble.20250321.135733 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.5-1noble.20250321.135733_amd64.deb Size: 70432 SHA256: e52cf9cadf1a0060b1778182a092d86dc5ba9271800ab76603326950375d0faf SHA1: 48c917836ad27bd187a94ce1e8483e9fe66b3acc MD5sum: 070d6604e713dff8d0c782ab5a8dd3b5 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.5-1noble.20250321.135733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1705 Depends: ros-jazzy-action-tutorials-cpp (= 0.33.5-1noble.20250321.135733) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-cpp/ros-jazzy-action-tutorials-cpp-dbgsym_0.33.5-1noble.20250321.135733_amd64.deb Size: 1426840 SHA256: c56cb579f6e81051c761b84e80f0f38d55da0eb7a3ac8e0236814024a332529a SHA1: bca9ff33835fb10611ec7f99acc039581475eb4f MD5sum: e049bc074c57dc99b0e94a5d6e5a3fdb Description: debug symbols for ros-jazzy-action-tutorials-cpp Build-Ids: 09bf100cb135185882bd7832b7eef5e1af71c7e4 85b9aafebb33241b553117abad6791417167099a b9a546f96f4607c0cca488caeb6ff79612c02e47 Package: ros-jazzy-action-tutorials-interfaces Version: 0.33.5-1noble.20250320.195738 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1617 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.5-1noble.20250320.195738_amd64.deb Size: 119088 SHA256: b2b7fe1bb4520b137da64607ffc76cc384a9a5e10e787df93aef2275201f7d7a SHA1: b70c14c6344cc38525a6e4e0b1c999002152e01f MD5sum: 246e53c0338845a75104ba76fc93b95d Description: Action tutorials action Package: ros-jazzy-action-tutorials-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-action-tutorials-interfaces Version: 0.33.5-1noble.20250320.195738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 844 Depends: ros-jazzy-action-tutorials-interfaces (= 0.33.5-1noble.20250320.195738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-interfaces/ros-jazzy-action-tutorials-interfaces-dbgsym_0.33.5-1noble.20250320.195738_amd64.deb Size: 570072 SHA256: 8af4afb938b02c222036867674705a5790446c9b216c856ac2d545eb5eb7d4a0 SHA1: a1bf6d27234878677a97ec610e96372c9b76504f MD5sum: d46e25a87d244a5d5c40100887055eab Description: debug symbols for ros-jazzy-action-tutorials-interfaces Build-Ids: 00bca375dd8bc8196dfda78e14d6db6ce63adf91 0259df54e8f4f5396f573a61d9c2d7a151c9179d 05f2ed9c54ef6dee07b3a2f0e4bbb9d4a304285e 0a4fdc86e192611b18106a9afc3b9e3f8b97fa15 1757f8f40a5eb4f51a7f158e9377bf221e807c0c 5d1df5e5040dc3bfffc5c75f37588388e3bd045b 6ac9e3fabe966549270ee606da575c626d4e3457 78cc509bb5c0b0da03700b68d8a49d64e92df719 c1059ddd6b48cd275d13c2ac60a08576c983b9bb d05a2ec805b84f30d0239d5cf89d343e80daa7ed e8080ff7d04142da45390e8303f56b104d29786a Package: ros-jazzy-action-tutorials-py Version: 0.33.5-1noble.20250321.131502 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.5-1noble.20250321.131502_amd64.deb Size: 8212 SHA256: 5bc599868d5aa9dc020f462db83be12f613bd852f88f9e8ae6425384aef775b3 SHA1: d4ab8ab39bf16364f03ba39e8cb96a289bc67d76 MD5sum: ad3ca3b53e61ceed82a9e258e9617ef9 Description: Python action tutorial code Package: ros-jazzy-actionlib-msgs Version: 5.3.6-1noble.20250320.221246 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 690 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-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.6-1noble.20250320.221246_amd64.deb Size: 66262 SHA256: 98f1387fcd8515b365e10ddc4a89114339859158ad0d677c331efc7f2bab73e8 SHA1: cee3e757d5fa21f9019cee7e9f31942f2c39df6f MD5sum: a176af3f673bbb8c801d0c444c06d627 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.6-1noble.20250320.221246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 529 Depends: ros-jazzy-actionlib-msgs (= 5.3.6-1noble.20250320.221246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs-dbgsym_5.3.6-1noble.20250320.221246_amd64.deb Size: 399230 SHA256: 3cfaa3f5b9ada9bf99350000080d66dcf411d07ef8c91d889d6416b2f0199e03 SHA1: 621f2e4155fea118993ed6fe1fd3135fbf5e84bd MD5sum: adec8208324f8e308ab1526335b27757 Description: debug symbols for ros-jazzy-actionlib-msgs Build-Ids: 11aa9271f2f58565ea135165bde3e8c0b27eccf2 178b0e0b08aebdb96baeb7c7c326b410a164cf53 445a6d09e84e90d35ea1db7261186c6fbdd2634a 6fd76b2605a3a2b6fd95193bba08401061e2a1d0 74f4204e7b05b759560b246a2353fb7e03c14ecd 81482a64343fd9aa46f26032a2e5c1332b2d7f7f 9e0532bc94cc0e845e901dc24abe0a0bec834fbe aaf09e0c3a509b6bb38861e487727aa4beed9c79 b501259aeb9f1e6e9d3aa15332ed0432b64be1e1 db732c71bdf12ae110316c36b0dbed3b9c9d8d33 ea6e813a4c01eb6ec44f3abf2c72e0aaa197f452 Package: ros-jazzy-actuator-msgs Version: 0.0.1-4noble.20250320.221248 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1373 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.20250320.221248_amd64.deb Size: 100516 SHA256: 7082493b520f79e5c26b0a5f3a6f8cbe0920429935229ae00d1c1dca28ea06b9 SHA1: c070d4a50357a3436643851381460b8aed3f1add MD5sum: c5a3c552e89a92e3873e59dee11ba0f2 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.20250320.221248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1066 Depends: ros-jazzy-actuator-msgs (= 0.0.1-4noble.20250320.221248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actuator-msgs/ros-jazzy-actuator-msgs-dbgsym_0.0.1-4noble.20250320.221248_amd64.deb Size: 843960 SHA256: ec1e25d6f3323b7c5879a2630b35406c6bf663e732913b0a9baddb9113c7c056 SHA1: f01366d9968d0868bcea976e991da637ede6dbb7 MD5sum: bfee4c48e6081f326bde14a505c7214d Description: debug symbols for ros-jazzy-actuator-msgs Build-Ids: 3325bc0653a858b6c49fd881ecdcb6d06ef7ab1e 37aff95cbfef07890311581d78829ab5899a6685 4eaf4783846ea2620e3af25ce3fc0b537d470877 4edaf5da8a182cd7a95bbbb986c06ab973b8b858 9e9c5334bf2840b88b870edf9792dc595dd4f5b3 b4d745e7318ec92a057d479d5cc62e18e9d03014 ced734c60016edc1117f485fc4c8a222b94a7022 e78cfab104293ec405acc295468e2f414b97e346 ecdff347f34453a04957bee4bf566c7cc76535e6 f7b448bc2ccd7c674033f590ed738f1f677ca1bf fa0004aa4ba492c06b8c77826a68018708e6a608 Package: ros-jazzy-adaptive-component Version: 0.2.1-5noble.20250321.132943 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.20250321.132943_amd64.deb Size: 30094 SHA256: d06faeb01d09e03f19e5d2d8c6f4a7c744af9b2df24c489a521705f0b6847fc4 SHA1: 26d3e01bfc903fa90cb798fd9f9992a3c0abf3d8 MD5sum: c14ed4e0036c365a98edc27238ce76e2 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.20250321.132943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 416 Depends: ros-jazzy-adaptive-component (= 0.2.1-5noble.20250321.132943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-component/ros-jazzy-adaptive-component-dbgsym_0.2.1-5noble.20250321.132943_amd64.deb Size: 386302 SHA256: be4e288c014a7b0d949ac8621bf9dc737fcbbef05143328a692c715e25d13a5f SHA1: 1702af2582a2b739469e96dd6882f03d18bbcafa MD5sum: 64f0e96ae00b20647a98447909b3dfa5 Description: debug symbols for ros-jazzy-adaptive-component Build-Ids: 0c1a3ae156c8bd1f51c0b2c2ebcbf7688199fa48 Package: ros-jazzy-admittance-controller Version: 4.22.0-1noble.20250321.145809 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1247 Depends: 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-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.22.0-1noble.20250321.145809_amd64.deb Size: 289034 SHA256: a4de344bcdfaede04bfc40b20e30a40d85f101b4846e87e0e2c409f2d431fa56 SHA1: ef84fa65a8d0f7268b3dd7c63c942404bbeb2aa1 MD5sum: 9c5240136c74263531e67a1e168f9c4a 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.22.0-1noble.20250321.145809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 6976 Depends: ros-jazzy-admittance-controller (= 4.22.0-1noble.20250321.145809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-admittance-controller/ros-jazzy-admittance-controller-dbgsym_4.22.0-1noble.20250321.145809_amd64.deb Size: 6350972 SHA256: 3fdb8bacba176f6488c77324ad4dc20ada5babcbe8390c04b4933e3616221ca8 SHA1: 4c649496bdac6edd6c252327d650367d34626b6a MD5sum: eeda7cb415cd5dc849ecf392d04bdbde Description: debug symbols for ros-jazzy-admittance-controller Build-Ids: 69900474dc457fd99206439e8c24b77de097959a Package: ros-jazzy-ament-acceleration Version: 0.2.0-5noble.20250320.183846 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.20250320.183846_amd64.deb Size: 5570 SHA256: 18a694471fdc70b3f37c18e1a03489b5a81df7b95fb8145f9cd0ad1c2a6cf84d SHA1: c81a6cf0eed11ca0ba52650766bcb9cb651f3ee7 MD5sum: 1ae5df48e872693fcc613357d66a5baa 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.20250320.183853 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 53 Depends: black, python3-unidiff, python3-uvloop, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-black/ros-jazzy-ament-black_0.2.6-1noble.20250320.183853_amd64.deb Size: 12182 SHA256: da1eeed74e6110e66ead940901cf40d0d3aa92c6065e26cdb46ef58bb5c772d7 SHA1: 6bbe0c5b21896a44a7f88964be7eaf87f45748d0 MD5sum: f55be9fd79192e72220f69f5b519d85f 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.1-1noble.20250320.183855 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.1-1noble.20250320.183855_amd64.deb Size: 16528 SHA256: 16be56d273a9c6804245d76a2edc84e1c4948f64ec6691bc437dd5f2107eb74a SHA1: dec001a426c3b65f6f5fd7ed78165e6b0847a388 MD5sum: b66942797159969ce634f161a2fca5e1 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.1-1noble.20250320.183901 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.1-1noble.20250320.183901_amd64.deb Size: 17188 SHA256: 7b96ab8507722814dd5d9d250c60e039a840935e56734fd56eb554384688668d SHA1: 2f17e7b5286b9d35631ea2b3bc2dcfee6aa54771 MD5sum: 1783c1979c1aff6f95ceaf67ba6b24fe 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.3-1noble.20250320.184438 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.3-1noble.20250320.184438_amd64.deb Size: 7424 SHA256: 217cec3e68d66deb9587c4a6bd431c29ce90494d06c85074c99867d2570f7be3 SHA1: 0b4fc7dafe4e1eacf79dad049592e8be3199ed8e MD5sum: 637b5f7daf9ff614e493ac8167264230 Description: The entry point package for the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-auto Version: 2.5.3-1noble.20250320.191411 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 69 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.3-1noble.20250320.191411_amd64.deb Size: 10498 SHA256: 495e16e63d72639cece902abf32a5cc205771fe27e9379ed5bcb38d7894ba720 SHA1: 937cfb9b01f9e4675be11894d9ff711f26eda10b MD5sum: 8932fbbf489833a7d3e8ede64b774732 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.20250320.184209 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.20250320.184209_amd64.deb Size: 6818 SHA256: b0cf2db7686ed40e1d508534b5064694feee286d50767d3c33ab08591b47fbfd SHA1: 6cfd600cf7950b5f207062d59e36779a304ae19c MD5sum: c43f46e60b8362a3dcc7e20c0e3c1772 Description: The CMake API for ament_black to lint Python code using black. Package: ros-jazzy-ament-cmake-catch2 Version: 1.4.1-1noble.20250320.184211 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.20250320.184211_amd64.deb Size: 6768 SHA256: f8bdce04e175a6a0d354a73b45eaf8ff309811cd78d828b893b92a1860623553 SHA1: 655a8525f6fb9f2ab4c3aaca4f5ede72de3439e3 MD5sum: c3b3a51b74da4aa21a98dc329b6f8ba6 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-jazzy-ament-cmake-clang-format Version: 0.17.1-1noble.20250320.184209 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.1-1noble.20250320.184209_amd64.deb Size: 7662 SHA256: a7e8888d6bf9ac5df3ebce6355ae01a9dfbb07210327ba39f81a29097b3145fb SHA1: 374d1a2309a0c7847181c3d63449ea4f9f771af3 MD5sum: 72c629cc62deae5fea572ab3d67bb596 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.1-1noble.20250320.184445 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.1-1noble.20250320.184445_amd64.deb Size: 7920 SHA256: beffbb29dc0dcb739bd0d106ed04fa0e847256c1a19302110cbb17dad91c7521 SHA1: d1b8b902e8ade144fe3cb4eca5ffb1555293dba6 MD5sum: d5a105f01c156f1bb964d4b3d544ed09 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.1-1noble.20250320.184439 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.1-1noble.20250320.184439_amd64.deb Size: 7814 SHA256: a2c7a74115b72622bbb4620253fd052be04d170df2ffd25eb5296fc0c79c76ff SHA1: 0f2039107988c529f57aa6f256c0a369c08fcb4d MD5sum: 7669e08581ebfd01243c187783c68aa5 Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-jazzy-ament-cmake-core Version: 2.5.3-1noble.20250320.161910 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.3-1noble.20250320.161910_amd64.deb Size: 26968 SHA256: 26432e132acd5262888461b1134ad2cb5b3a43042e80d57dab1d7628c05cc9ab SHA1: 4ab247105e860ecdb1da0c816461df79211022ab MD5sum: 0e8397a4b15dff4fd7e8b995484670c0 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.1-1noble.20250320.184437 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.1-1noble.20250320.184437_amd64.deb Size: 9558 SHA256: 034c42e2eba2c934342a03814bd034eafe6f6e52ab6a0aa00145d70fd0c3550b SHA1: 7012392d935dbd556d1f7fdbbb08b048900d8c25 MD5sum: ada65012c5f1028a8bcb49ef379726f8 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.1-1noble.20250320.184208 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.1-1noble.20250320.184208_amd64.deb Size: 8142 SHA256: 8867e76e1b041cd5726909a62f2401517c90419543f92b6a45b72cdcab832b8f SHA1: d09ef3f11b17c7f5256510cfc997252b8710803a MD5sum: 38dfd14283730a57d3112efc8c514768 Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-jazzy-ament-cmake-export-definitions Version: 2.5.3-1noble.20250320.183734 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.3-1noble.20250320.183734_amd64.deb Size: 7200 SHA256: 5e21993bec0e0b7feff8b9c895a838d56fb4030de75d7dd4f19c5ae14d997884 SHA1: 0a99a99b32f3c8cdf12a0e3ba3cda842d12d27b7 MD5sum: 61c7e03f4d97a405b1a5555612a96dda Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-jazzy-ament-cmake-export-dependencies Version: 2.5.3-1noble.20250320.183951 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.3-1noble.20250320.183951_amd64.deb Size: 8588 SHA256: 41c8115c771617c03d5383b8376d23979d8e5470aa4313529440d150a6a20839 SHA1: 48337d6d799aa1a11ba1ef0f2d61e539faaa8cd3 MD5sum: 813178f852258f3be94d0dacb53c38ac 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.3-1noble.20250320.183754 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.3-1noble.20250320.183754_amd64.deb Size: 7508 SHA256: a84f27740ba9ede18d3f016db736e76fb649e6dba544d57d9a0cf488962160af SHA1: bcac2bbc225ad6c83914de75399e977c73a5b775 MD5sum: 63e2d1a7334c40bd9d7c912402a32cc8 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.3-1noble.20250320.183945 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.3-1noble.20250320.183945_amd64.deb Size: 7926 SHA256: eae933b502fcf4ecae1ba7c842a729bd7e754b729c3f2d1f5fa15caff516355d SHA1: 34943688688cb0a316c13b0536271555c3edeb42 MD5sum: e450af77aea9a7c9e7c0da596ee28175 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.3-1noble.20250320.183908 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.3-1noble.20250320.183908_amd64.deb Size: 9546 SHA256: e9142d75604f5373a87bfb0bb1dce935e924d848bf7b5406db7d5bc2b6001cd8 SHA1: dce0dfd4fb96b4eb40c3b9e0d27a2135f4b76513 MD5sum: 11b0fc44f0ea9e5b8535f5ceff720cd1 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.3-1noble.20250320.183811 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.3-1noble.20250320.183811_amd64.deb Size: 7132 SHA256: d50433245aa61a83f0f0198abef5dad8b5ffb781dd232ea2bb1a4b3d9583c00b SHA1: 21b9da0db876168445b3c3dcb485501fc063596c MD5sum: c66446dacda7585e2cbe4acd069f1c99 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-jazzy-ament-cmake-export-targets Version: 2.5.3-1noble.20250320.183946 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.3-1noble.20250320.183946_amd64.deb Size: 8158 SHA256: c6ce9ec964b98a0e9356a15344b047a1557800909c8d4ba57f9ceb3cd0f176d5 SHA1: e3108ee2a244124197878522742f1c79519d362f MD5sum: 73a4ae163e324940b4514542a4c34c15 Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-flake8 Version: 0.17.1-1noble.20250320.184217 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.1-1noble.20250320.184217_amd64.deb Size: 7636 SHA256: 9e823068369be71a6703d0571b07cfcb1aba2e97fb693a8d11b5f38a7a3c8a3b SHA1: 55df8c5b0d1932ce0e061ed8a27c14a33955de20 MD5sum: 2163d69c8cdf31e73fb030ffbfac0bb7 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.3-1noble.20250320.183906 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.3-1noble.20250320.183906_amd64.deb Size: 9660 SHA256: 3565aced65b13c6950c0a6713c065ac4a17ed49335a47eaff785a9b922e0f4d4 SHA1: 6f3814a0edc2dc2fda6beb6ccbb4b3c4556d8632 MD5sum: b586f1bc93f714f8ce947e1f0f1f9376 Description: Generate a C header containing the version number of the package Package: ros-jazzy-ament-cmake-gmock Version: 2.5.3-1noble.20250320.184254 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.3-1noble.20250320.184254_amd64.deb Size: 10036 SHA256: a227c2f8b48154df76755aa5f79dde53f7d6e82e847a66bfb532c84c827d85ba SHA1: fa764d1d66746f7b4f358fa70811c57cef143d1d MD5sum: cdadcf8293d3f6f15ee423464168281b 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.3-1noble.20250320.184216 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.3-1noble.20250320.184216_amd64.deb Size: 13202 SHA256: 5298ade998031d35c2e89b764bd6b03585ce74e0cf873dccb8352e5db296d43f SHA1: d39020eecde69e8486752ded749e9364031f04c2 MD5sum: a6de6fd7834b397ea81a3e7540852f3a Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-gtest Version: 2.5.3-1noble.20250320.184220 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.3-1noble.20250320.184220_amd64.deb Size: 10312 SHA256: f4633ec2bc042127f6e3783ac836c37c4b63285f6cc7cc84ad6a91e1bfb6ec80 SHA1: 6c57f54e884e9009c706843328c8e337b2a1d696 MD5sum: 7eb1cf7b5fda577ed4094a034e41a48a Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-include-directories Version: 2.5.3-1noble.20250320.183908 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.3-1noble.20250320.183908_amd64.deb Size: 7288 SHA256: e4ba14c318e254cf8891382d99313d7fc061db7ed416141e913cd84cc7e995c7 SHA1: 3b4f3b3dc96ab9068e254c15992a71694c580be3 MD5sum: cbdf6f771c05724c7698ccadadc84711 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.3-1noble.20250320.183824 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.3-1noble.20250320.183824_amd64.deb Size: 7088 SHA256: 227fd05afa55043f5dc968e079f506e02bc15d44b1625ead2c06269a5bd32c81 SHA1: b75e5a01edfb9499b913afc7a57b9691a33d5db4 MD5sum: 766140d024c0d08170dd4a4df2d72a0f Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-lint-cmake Version: 0.17.1-1noble.20250320.184226 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.1-1noble.20250320.184226_amd64.deb Size: 7628 SHA256: f8ea10821ef4a25122f2c6f69664bb3090681064f51112973e37a468d68f4bc5 SHA1: 8da863354da5b3640f55227998b36570134bf4a4 MD5sum: e2b6b4c493e98fcd458509ca8c78e598 Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-jazzy-ament-cmake-mypy Version: 0.17.1-1noble.20250320.184241 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.1-1noble.20250320.184241_amd64.deb Size: 7786 SHA256: b0888632723d45cfa7a6c2d3f80ef33687228a2323862a6104627613e769a1e5 SHA1: fd9e38583c3e1673d99b62466665a4bd9e786e29 MD5sum: f7c3dcb71d21fd72ac62a138aea19a1d 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.1-1noble.20250320.184245 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.1-1noble.20250320.184245_amd64.deb Size: 7892 SHA256: dd37cf25e6f2beabe630d0c87444e6fbd35ee3b886bcb8b72f8cb09032c067db SHA1: e619cefc803badbbacd19a878965ff2b71d5c5ce MD5sum: e780d225f5576f5fdb3ba19329ed7502 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.1-1noble.20250320.184344 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.1-1noble.20250320.184344_amd64.deb Size: 7382 SHA256: d974e907bc4cc01d26eedd7bcd16fb5da8cfff23980f591f996477252be07026 SHA1: 73150d9cf97e77314e6178c27498ba87fdf62ce8 MD5sum: 26f71d4298e6a2456a0d813ad23d39ac 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.1-1noble.20250320.184347 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.1-1noble.20250320.184347_amd64.deb Size: 7602 SHA256: e052af8353c3e93a7fbb40f00c34ad31899c1a9caaddd21a463cc31000f42f35 SHA1: d7d5bb0ea7065e3dba3c25386f7f36c0b83266fa MD5sum: f171f9a44cad8dc7d3371efc5b3b8ee2 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.1-1noble.20250320.184353 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.1-1noble.20250320.184353_amd64.deb Size: 7284 SHA256: af98280f1204dc482b521e49e6e33535ede71f9e227886de8300856d08a4ee4c SHA1: 4ef519b9cf06795e2d89f41642f895dfeea3a087 MD5sum: 16350521db8aaf719d6e89b47f9c3e55 Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-jazzy-ament-cmake-pytest Version: 2.5.3-1noble.20250320.184358 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.3-1noble.20250320.184358_amd64.deb Size: 10208 SHA256: 94b8ed0735cc5cb177713a1c25114593cf40926fec8f94a10328749871e4f83b SHA1: 812cb67dcef6cde2c7dfa32bce5da1a40dd39a66 MD5sum: c1e0bbec59152b68e2c843b9754ae373 Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-python Version: 2.5.3-1noble.20250320.183914 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.3-1noble.20250320.183914_amd64.deb Size: 10206 SHA256: e87e7bf50b87cf8334374d92ad30a579e1a1f16193abc82bc69183d2270accd5 SHA1: 0c3f399ceff4d19bedf0975b0f9387af4ba573fa MD5sum: a5d44518c479bdd53f490123c69d8ad4 Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-ros Version: 0.12.0-3noble.20250320.191440 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.0-3noble.20250320.191440_amd64.deb Size: 8196 SHA256: 55dffcb90f9aa6bfec41f91d3ab96c9f73f50be37a4f925dfcb520e78d6be2cf SHA1: 7eb8d23f79ed30c59d42a05973f32f2be4be942e MD5sum: 21d4fdb7452b26ce66476bf4edc5e396 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-jazzy-ament-cmake-target-dependencies Version: 2.5.3-1noble.20250320.183952 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.3-1noble.20250320.183952_amd64.deb Size: 9464 SHA256: 265fddd8a3a897e6039f8c02e0467ac3f1fe26ee64703c58f2e3e1404f272985 SHA1: 21ff412e11caea857bbd4aa305b630cd8208d6ce MD5sum: 3cd49ec9ed9fca6ab1a740128e042114 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.3-1noble.20250320.183957 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.3-1noble.20250320.183957_amd64.deb Size: 15452 SHA256: 3357b807560af044b4f46324220e15ff6e11eb3baf1b443222a8f3c12c1c989b SHA1: b93f18a9e06c1861a2755f1098a8919dd91aca87 MD5sum: 2557637ac49d9485eff3a9604ff80d5e Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-uncrustify Version: 0.17.1-1noble.20250320.192608 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.1-1noble.20250320.192608_amd64.deb Size: 8848 SHA256: ee1c744b60e251481d8a2df0ede9cbad747d14832529023ac444d6c7dd145037 SHA1: 82c6841ca72207ae86b2d6a46612dabf5a86c998 MD5sum: 27c10a28b34937413239a42a089131f3 Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-jazzy-ament-cmake-vendor-package Version: 2.5.3-1noble.20250320.184101 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.3-1noble.20250320.184101_amd64.deb Size: 11344 SHA256: 66ebf7449e2ee4e2ec8affe954a0c401ccd1ab3338d92222501ab14704f51578 SHA1: f6dc50694f24ee1dcb49aa651afc5f3e30dd7040 MD5sum: 6ec4242437d7834f609f17c169bb3664 Description: Macros for maintaining a 'vendor' package. Package: ros-jazzy-ament-cmake-version Version: 2.5.3-1noble.20250320.183800 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.3-1noble.20250320.183800_amd64.deb Size: 7486 SHA256: 1b33f61176a6f9d369b8b50238d64461354f16c591ab8979d7a22d43c65d4754 SHA1: 5d8dc31e7dac658ac13eecf73201ebeac9dede50 MD5sum: 47db1adf48a3f1d12f704f880122f986 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-jazzy-ament-cmake-xmllint Version: 0.17.1-1noble.20250320.184407 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.1-1noble.20250320.184407_amd64.deb Size: 7370 SHA256: 03102f0021bf4d420b50409994b43339c557170b396ccc50af33879b7e71198e SHA1: a84b395d2b8ff206c810ea90312c3df5f88d63e1 MD5sum: 353b677767d07d08cff24e81e654811f Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-jazzy-ament-copyright Version: 0.17.1-1noble.20250320.184002 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.1-1noble.20250320.184002_amd64.deb Size: 52154 SHA256: f8a1089685835dec7f6caf88380e12dc56871e2a22a16ad437c50ac913dd8341 SHA1: 99b363e26eb312b066808d2fd9fd499332160010 MD5sum: 77a6d24a51263312d10d8713272c7b81 Description: The ability to check source files for copyright and license information. Package: ros-jazzy-ament-cppcheck Version: 0.17.1-1noble.20250320.183738 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.1-1noble.20250320.183738_amd64.deb Size: 16588 SHA256: 032e263566a534aa5856e74bf240716559a35861cdbb5a129db395faa0e5e64b SHA1: da1adc1b843c2ff882699bb5bdf79c56f5e3c301 MD5sum: a799e52e7c749984250c160167f5e9ae 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.1-1noble.20250320.183919 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 538 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cpplint/ros-jazzy-ament-cpplint_0.17.1-1noble.20250320.183919_amd64.deb Size: 146580 SHA256: 98e7c9411844b8717e2b183ba0730fa35716f83e03964110eaf1c2e4d73b84c5 SHA1: 87e408adaaf5ed8f5029c65d6abc7ac74bca0cbf MD5sum: 646350e4156107fe5b29619655091b3f 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.20250320.191453 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.20250320.191453_amd64.deb Size: 8640 SHA256: e0750e4b70c22f04f37e63ce998224f1dd30ca0718c958e854775ef0782c538b SHA1: e414161b14a4923373d2532908e78231796e15fb MD5sum: 92937417e6a78c6b29bb9775af84527e Description: CMake macros for downloading files with ament Package: ros-jazzy-ament-flake8 Version: 0.17.1-1noble.20250320.184018 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.1-1noble.20250320.184018_amd64.deb Size: 17376 SHA256: 8c4d068536a5eec0dd7d34a2b509ed1a972158724a3bb07691c4f3c0f572e47a SHA1: f8835b3c14e629d2f140c8ed5a604d2cae956d8c MD5sum: c87755ad657608fb5449a30fbd1650b6 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-jazzy-ament-index-cpp Version: 1.8.1-1noble.20250320.191538 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 114 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-cpp/ros-jazzy-ament-index-cpp_1.8.1-1noble.20250320.191538_amd64.deb Size: 24430 SHA256: f349430a0323dc4a9a9ff543dbbc826da0f6450db0ed366da71b01c1d1f8029d SHA1: d1482f92a2e4e3ee96bea0d7ea35acddcc6b2eba MD5sum: 1d934df1046dd9c3c7ed83262340da9a 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.1-1noble.20250320.191538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 250 Depends: ros-jazzy-ament-index-cpp (= 1.8.1-1noble.20250320.191538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-cpp/ros-jazzy-ament-index-cpp-dbgsym_1.8.1-1noble.20250320.191538_amd64.deb Size: 232134 SHA256: 3c2393640f92e0b89013a693b33553d4c9ad2aa2379a5f163ac63d2e9c2e716d SHA1: 12b5a7f6f9e03f41782115ee6933ab26554b5b8c MD5sum: 2f4d3f010272e506adbaa2e4877d5783 Description: debug symbols for ros-jazzy-ament-index-cpp Build-Ids: 8191afcad364596f45c8392e663d7d3e2e87704f Package: ros-jazzy-ament-index-python Version: 1.8.1-1noble.20250320.183919 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 75 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-python/ros-jazzy-ament-index-python_1.8.1-1noble.20250320.183919_amd64.deb Size: 14676 SHA256: a198931aa0597564093da7e11a2b7290e1fe410dbd4a02060d21a2509f0686d6 SHA1: fd75ad3a8558d156f6aa26d5ed053c5672665c2a MD5sum: 8ac3060abe0b9b9fba6f540ba3560f71 Description: Python API to access the ament resource index. Package: ros-jazzy-ament-lint Version: 0.17.1-1noble.20250320.183921 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.1-1noble.20250320.183921_amd64.deb Size: 4750 SHA256: 4490b02bb862d3298285aeb5012cabd37980120e675be997c4f9e661ac2cb392 SHA1: 2bf9c55a4a0ade682aaabb332e1dbb72ec0c9013 MD5sum: 381d0998d2fc0ed2d8d99d63bf7348fd Description: Providing common API for ament linter packages. Package: ros-jazzy-ament-lint-auto Version: 0.17.1-1noble.20250320.184406 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.1-1noble.20250320.184406_amd64.deb Size: 7444 SHA256: 3aa2c1cf3ddf1d677f095416d3cc8a1613dea51836ada1163ffcea7fe3340eeb SHA1: b801dcd4855c468ab4863a82400cfafc8cd8faa1 MD5sum: 1888d3640b9f4a93b10311a2d522280f Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-jazzy-ament-lint-cmake Version: 0.17.1-1noble.20250320.183929 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.1-1noble.20250320.183929_amd64.deb Size: 25716 SHA256: 88ae948205143bc6c5e9b77454f659d46f05cea3410d66cb56c69b841320a105 SHA1: cae4ba34455f65f7a759872af27353f944daa3e6 MD5sum: 860daab9b9d001bfa240a3134fe88c3f Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-jazzy-ament-lint-common Version: 0.17.1-1noble.20250320.192806 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.1-1noble.20250320.192806_amd64.deb Size: 7482 SHA256: c104ba388c537051ef9967845757306accfc0387ed72136a5875257e147fc95e SHA1: ba35c25e192c187ab2571424f0a4423cf757b04a MD5sum: 49cf616be6ab23271922e2de0de86e71 Description: The list of commonly used linters in the ament build system in CMake. Package: ros-jazzy-ament-mypy Version: 0.17.1-1noble.20250320.183934 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 56 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.1-1noble.20250320.183934_amd64.deb Size: 13228 SHA256: 24d16bf9fef97d8b91a88a7f7623e613e5d310547f4c9272a18f6fa6a2290dc7 SHA1: c032068f8ec3a8727d2d939820e57c595b0ff276 MD5sum: ffbb1610aeb032aacfe54f5951bc4247 Description: Support for mypy static type checking in ament. Package: ros-jazzy-ament-nodl Version: 0.1.0-7noble.20250320.191356 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 47 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-nodl/ros-jazzy-ament-nodl_0.1.0-7noble.20250320.191356_amd64.deb Size: 6484 SHA256: 1f52624613294611deb8370f5b1a37334f19c86821fe1365717b4f47d29a34f0 SHA1: 591f254dd025c84309f47162575d9f205522196d MD5sum: 05970d731436cf89e08ac5565c83b70a Description: Ament extension for exporting NoDL .xml files Package: ros-jazzy-ament-package Version: 0.16.3-3noble.20250320.161459 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 131 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.3-3noble.20250320.161459_amd64.deb Size: 25224 SHA256: 6395f843ddc86f50d5cbe70c3988ac1c25a32f97e246ff3331391c8f5adc2fb6 SHA1: a1ea58363228ef877bd96965f6f8a5b0152ae5f1 MD5sum: efb8d94e7a0d887209c09c6c4952b316 Description: The parser for the manifest files in the ament buildsystem. Package: ros-jazzy-ament-pclint Version: 0.17.1-1noble.20250320.183937 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.1-1noble.20250320.183937_amd64.deb Size: 43880 SHA256: f74baa57b25d2d50ec12549e264903a6a103d78b360b4858c91ce0a0e506b49b SHA1: 573e0de3d9bf5895f144d550d603e5ff41529591 MD5sum: 197cc421f6652568d9ca29f52e875421 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.1-1noble.20250320.184012 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 57 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.1-1noble.20250320.184012_amd64.deb Size: 13558 SHA256: 69bbcb3ca3b0faae2b19f57add51b2ef5b6150fb9521dd82dd8665673d4061f0 SHA1: 17ab27a4e6e0e4dfe32dce714bd84a196eb411f7 MD5sum: 3f0f1ae9aa3657ad7390806ee27fc8f4 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.1-1noble.20250320.183951 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.1-1noble.20250320.183951_amd64.deb Size: 10956 SHA256: 75f3110a0f5cd00775a54081fd86f2e1db3c2f91f4103b19141b6cdfd589f23d SHA1: f867a79ae11c343fa25091ee7965546c54464ddb MD5sum: ca585fd6aaf7569755709e950b7aca08 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.1-1noble.20250320.183941 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.1-1noble.20250320.183941_amd64.deb Size: 12166 SHA256: eae496232b5bb79ca3752b4545896a57d442030d8f86ecb166383b2b60cffa3e SHA1: bc63347688d0f30bdd7a3a157a0146f196c58ad3 MD5sum: 8ec2c71750c1196e9b307f169a0fc082 Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-jazzy-ament-uncrustify Version: 0.17.1-1noble.20250320.191038 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 321 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.1-1noble.20250320.191038_amd64.deb Size: 50766 SHA256: 6e06d699cb536c21bb5c31edad6d68ce24b606984fb25f1d9919a8d0d486af29 SHA1: 18cc100d0ddb0d65584ff7f08f0d8c4dcb52d0c0 MD5sum: 10c86c2f662e910dad8d1a6241432ab2 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.20250320.191633 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.20250320.191633_amd64.deb Size: 15276 SHA256: 5ba84f43c94b23e0f3fc3b3a4c08c0e8a1af4066d269edcdec95a25ced5c9cde SHA1: 6ad2558d3e724cd926533b24aa7be5f99b7a5b38 MD5sum: 7f566e0de59325eb046d891d2212d807 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.1-1noble.20250320.184015 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.1-1noble.20250320.184015_amd64.deb Size: 13590 SHA256: 0e6b5c209f3d77cbb3f40d761bd69064253f2bec3503a9126cffdcc4f607c2aa SHA1: 2892696c8e81a793f86cf88f98e0cee67a5fe27b MD5sum: 5a82a9ee3148bc9329da6b9949765399 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.0-5noble.20250320.191602 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.0-5noble.20250320.191602_amd64.deb Size: 13684 SHA256: 50ab41603ecf5cb2c42ba8d8ed0fe312de20ff2e49f34fa3fd3db64fce81425f SHA1: f7da2e8ae57e57a562d7276af6684170db2d9438 MD5sum: bac86a671ce55dc506aea1781ec83b8d 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.20250320.191603 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.20250320.191603_amd64.deb Size: 7932 SHA256: 55307ef35d0ab78f3354ffe52d44525ec696564448a07526e0a01b9d905fb1b7 SHA1: cfc1e81737cd315df496e89df51fed3014974e34 MD5sum: f8c21dfecf168e9621dacc12f9740af0 Description: The package Apex.OS Test Tools contains test helpers Package: ros-jazzy-apriltag Version: 3.4.3-1noble.20250320.184031 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1789 Depends: libc6 (>= 2.38), libpython3.12t64 (>= 3.12.1), 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.3-1noble.20250320.184031_amd64.deb Size: 1159542 SHA256: ea0891e4c78f793bb0d3a1f4e8bdefccc957eeeefcd71586c874789d5d126c0c SHA1: 8a1861b80778bb112facf19455093595845f6579 MD5sum: 69df19de0a350453f4f7f2997f04a651 Description: AprilTag detector library Package: ros-jazzy-apriltag-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag Version: 3.4.3-1noble.20250320.184031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 399 Depends: ros-jazzy-apriltag (= 3.4.3-1noble.20250320.184031) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag/ros-jazzy-apriltag-dbgsym_3.4.3-1noble.20250320.184031_amd64.deb Size: 328040 SHA256: 4a66c375d0f49f108855c0f2449e3f7795b179bf0ee07ed7d48abf1d25f58904 SHA1: fa97641efc74132d61984b7a41770b3faea0ce77 MD5sum: dff7b16bebbc1a4bdded39bbda90d578 Description: debug symbols for ros-jazzy-apriltag Build-Ids: 17d6e5c1b1f73c49303aa2d451d9e80034d80120 2e8a1bedbee4d9d7d196141815756b7f8d53f804 69d3f6d251de6797ff13ceec86591108f50b1b5f Package: ros-jazzy-apriltag-detector Version: 3.0.1-1noble.20250321.140848 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 464 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.0.1-1noble.20250321.140848_amd64.deb Size: 135924 SHA256: 9b05f51ba07259347e9fcfb2843b249cb389ad15ed2c522b9573505390faba3c SHA1: 3424ecd8feb87571bb2ac4c69372e368bb7cd936 MD5sum: 0d6e9ff0cb157b31a23996f051d13b97 Description: ROS2 package for apriltag detection Package: ros-jazzy-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-detector Version: 3.0.1-1noble.20250321.140848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2109 Depends: ros-jazzy-apriltag-detector (= 3.0.1-1noble.20250321.140848) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector/ros-jazzy-apriltag-detector-dbgsym_3.0.1-1noble.20250321.140848_amd64.deb Size: 1988330 SHA256: 6753b76a3565c001bbca027eb579071b3c65f2da5d89d8bb0db3083b66fa4498 SHA1: 3e1d97c89e623ae5f41b560feb21868ec8a0898b MD5sum: 3846006098876e1e8fcd146cbeef9074 Description: debug symbols for ros-jazzy-apriltag-detector Build-Ids: 20fb1ac2d9878ba66b1217628f8bf7cc73b38cb4 ba10fce41cbea5f19e8507f9740f8303c95da326 Package: ros-jazzy-apriltag-detector-mit Version: 3.0.1-1noble.20250321.142432 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.0.1-1noble.20250321.142432_amd64.deb Size: 27878 SHA256: e0169c13f027f30118a5b8ebf4d4f72d6c63594f2c65e7ab72207acdecf4231f SHA1: 4980a659ebab906f8bb4ebad2b1ba918c0df0944 MD5sum: b8ef41e3594b0d0b9d99882fe11452c6 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.0.1-1noble.20250321.142432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 458 Depends: ros-jazzy-apriltag-detector-mit (= 3.0.1-1noble.20250321.142432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-mit/ros-jazzy-apriltag-detector-mit-dbgsym_3.0.1-1noble.20250321.142432_amd64.deb Size: 438670 SHA256: 2bfebe23a770ea15bc1029599a01525c0fb2f4c5f60bd313d005d61cd48402d1 SHA1: 968429ff588a8190e7b27542b8c13046937f06df MD5sum: db2b9fb07a1a31cd5f8a1817267e8b6e Description: debug symbols for ros-jazzy-apriltag-detector-mit Build-Ids: 294502985f329831829247fa9d16694d01bda88d Package: ros-jazzy-apriltag-detector-umich Version: 3.0.1-1noble.20250321.142945 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.0.1-1noble.20250321.142945_amd64.deb Size: 22730 SHA256: f4d6357461288ddabd17fd2baa718054dba7980722a99971b853866a1838d6f7 SHA1: bb4a1d31c6b5eb0a31a70032cd0c79e357d73561 MD5sum: e8f6e0d7d83538dca37fc798e394992e 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.0.1-1noble.20250321.142945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 435 Depends: ros-jazzy-apriltag-detector-umich (= 3.0.1-1noble.20250321.142945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-umich/ros-jazzy-apriltag-detector-umich-dbgsym_3.0.1-1noble.20250321.142945_amd64.deb Size: 416256 SHA256: 210aba6f1ec1949cc9a45bc2aa4a662266fbe926f51c4617432d8dd7088eca31 SHA1: 1121e58fd78168f9e43d827c088799da051d8716 MD5sum: 526e8f6cb4eef953154de05ea1c58efa Description: debug symbols for ros-jazzy-apriltag-detector-umich Build-Ids: fc0ea69ad8d02d7532a873b9c7e98419ee38c9da Package: ros-jazzy-apriltag-draw Version: 3.0.1-1noble.20250321.142950 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 644 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.0.1-1noble.20250321.142950_amd64.deb Size: 148826 SHA256: 06123e52c3fc0d75b6aff2fecc2f6ff11c6b395464b15a5f7ea6efc7bd503f6c SHA1: 9b4c042fc65a6b2b60f83bb988e32670299883cf MD5sum: 13d38fc0c12895de22871152056f3a74 Description: ROS package for drawing apriltags on image Package: ros-jazzy-apriltag-draw-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-draw Version: 3.0.1-1noble.20250321.142950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2963 Depends: ros-jazzy-apriltag-draw (= 3.0.1-1noble.20250321.142950) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-draw/ros-jazzy-apriltag-draw-dbgsym_3.0.1-1noble.20250321.142950_amd64.deb Size: 2613142 SHA256: 267978a9b1b495f83975e60c2ad5a119016592dbded3fa70a401931f321599a3 SHA1: 8a72854009b62b1cfb5573bea9542e351b522c90 MD5sum: 5596c350c2897a48e7ec7ad0759c8fab Description: debug symbols for ros-jazzy-apriltag-draw Build-Ids: 0ece057a710940f9da2394c92b387f53d82da66a 79f8e6e4947a7a325d5ef4aebec5371b2a1a7439 Package: ros-jazzy-apriltag-mit Version: 1.0.3-1noble.20250320.184109 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.20250320.184109_amd64.deb Size: 76106 SHA256: e84813353c90342918388fb365b248b413caf229b3289b8e629810b5df90334c SHA1: 49fb02ec7b4de42de86eba7bf4ac2abc4442d7d4 MD5sum: 6affe2c7c9979016bf02cbf9afec84fb 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.20250320.184109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 841 Depends: ros-jazzy-apriltag-mit (= 1.0.3-1noble.20250320.184109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-mit/ros-jazzy-apriltag-mit-dbgsym_1.0.3-1noble.20250320.184109_amd64.deb Size: 826520 SHA256: 90ee04db8be0a034f09c6771f059f22b08175db213bdee9318f4573f80f8d609 SHA1: 6b83c29423fbcc21c53f262e04bc99153923a838 MD5sum: 5ab4d984991d805fe8e9e1f389adc531 Description: debug symbols for ros-jazzy-apriltag-mit Build-Ids: cf93834d4054f7807f7e4d362149c2327971815c Package: ros-jazzy-apriltag-msgs Version: 2.0.1-5noble.20250320.221249 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 732 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-apriltag-msgs/ros-jazzy-apriltag-msgs_2.0.1-5noble.20250320.221249_amd64.deb Size: 69652 SHA256: 7cc78498529815b2ac1ced48ddd7ef616fac6080938d4ba309ca82611798c0d7 SHA1: fafba6f40c62d246844a9bd6fdb3bcbe6ddd5ee5 MD5sum: 8ef9ef60b6396c5c8b2a9ce9a39bcb87 Description: AprilTag message definitions Package: ros-jazzy-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-msgs Version: 2.0.1-5noble.20250320.221249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 554 Depends: ros-jazzy-apriltag-msgs (= 2.0.1-5noble.20250320.221249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs-dbgsym_2.0.1-5noble.20250320.221249_amd64.deb Size: 426304 SHA256: 187f4afca0ce2aa2574548ac32220c2379964007687d56fb91c82983cc3bace2 SHA1: 8cfbd3e733234364f588efc111d7f4e138040537 MD5sum: e63f2ce9b150bdd00f9d891685adb2be Description: debug symbols for ros-jazzy-apriltag-msgs Build-Ids: 4858a51653fa230c5472e015b50db4f9a44932c8 6e61a433b25e7e24b71ec79c6af5e2bc5fb34a10 6fd78e2bdbfe5afcfa0285a18decddb7e09a0895 846adcd5be103713e762350a2626dcf77c4cd090 afb253ae24d093c485c6ab61c474d2541b9c329f b4c2f46b61d8255b86641f011e24d0b8dec4b24b c5db3c590a169eec134e087c625c4ab45e1d064a cc4d05740a59f0379d192675ae37655fea978ae9 ce0271b1c0bdaf6c1995e81d24e995213a8266df e3ff672bc33a9189705d57e0c871992e01366f58 f1ab590d2d024b43da03b46aa54a2d97cc27a108 Package: ros-jazzy-apriltag-ros Version: 3.2.2-1noble.20250321.140849 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 424 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-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros_3.2.2-1noble.20250321.140849_amd64.deb Size: 125340 SHA256: 8bbf9f9028a55e191e21e35aa90dd19fba5b4825a66471fd09c2b1157129b8dd SHA1: 578755598b176974912c61216267fbadb017f0dc MD5sum: f6b535837cf3a42ffbab97d9c0b7936e Description: AprilTag detection node Package: ros-jazzy-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-ros Version: 3.2.2-1noble.20250321.140849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2398 Depends: ros-jazzy-apriltag-ros (= 3.2.2-1noble.20250321.140849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros-dbgsym_3.2.2-1noble.20250321.140849_amd64.deb Size: 2271406 SHA256: 4042d488c101174f7be455fc89e8e31bf2595da510390fda950da5361f661109 SHA1: 228a603574fbd24347a49ced4b5e1c7ac63b0f3b MD5sum: b21824a8117c374cfad7e367cc142d5d Description: debug symbols for ros-jazzy-apriltag-ros Build-Ids: 8d41e44ee25ce0ac78db757010b94735abd4f212 bcdb62d81cef98f0ac2b0d750a4c027633a45746 Package: ros-jazzy-apriltag-tools Version: 3.0.1-1noble.20250321.143505 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.0.1-1noble.20250321.143505_amd64.deb Size: 23944 SHA256: 4f36fa9bf8520b60ddc4a40147627a186f395e81f5a16ea308ab0fcca762f17f SHA1: 7de61e32e5d5b6dab6fa7bb6f2143d6abef134f4 MD5sum: 22794e4532ca80e199c49708e85ae511 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.0.1-1noble.20250321.143505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 486 Depends: ros-jazzy-apriltag-tools (= 3.0.1-1noble.20250321.143505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-tools/ros-jazzy-apriltag-tools-dbgsym_3.0.1-1noble.20250321.143505_amd64.deb Size: 460820 SHA256: 49d12cf66ee64239503faeb2acc3bed7b3630b1d5dbd14b1a50c858a96f0d9ac SHA1: 685495762aa75f45a7a36f7d01dd10346e9ba1e7 MD5sum: 1a06ddbc2547e3ac8366b126bccaa739 Description: debug symbols for ros-jazzy-apriltag-tools Build-Ids: 2332701538a213826594a0e14c8606e2af308c9f Package: ros-jazzy-aruco Version: 5.0.5-1noble.20250321.145711 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.20250321.145711_amd64.deb Size: 297604 SHA256: 75e1016a0cdd5f4a3dcbfd1460b06aeccc86f5b1544e5ff49f2e97d9d1582f5d SHA1: 4a78ffecce1ef27ef1144f23a1e511475b1dfbd1 MD5sum: 0d765f34f0a4ec65a9f080dbb9fae91b 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.20250321.145711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-jazzy-aruco (= 5.0.5-1noble.20250321.145711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco/ros-jazzy-aruco-dbgsym_5.0.5-1noble.20250321.145711_amd64.deb Size: 4414798 SHA256: a0c066676176001f2d055eb68546a5a8fe42e898269c64f72482f6d3490057e8 SHA1: 710184faf2fffcad8b58c6d8484e9fd17bfe7d65 MD5sum: ea6f2fa8b4c28251e60a7f8f03454b39 Description: debug symbols for ros-jazzy-aruco Build-Ids: 7b8a22dde919c84d64c05b807b068c73dd9455a9 Package: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20250320.222802 Architecture: amd64 Maintainer: Sai Kishor Kothakota 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-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.20250320.222802_amd64.deb Size: 57782 SHA256: 124bb5e821ba3db1014ccb68540f6b9d802f3cde5d4e6ad53190af9271d17ddc SHA1: 8acace7464901606fd36e62677d19126d7199d3f MD5sum: d2f8365e7d055ac0ccfa05f73909b130 Description: The aruco_msgs package Package: ros-jazzy-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20250320.222802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 433 Depends: ros-jazzy-aruco-msgs (= 5.0.5-1noble.20250320.222802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-msgs/ros-jazzy-aruco-msgs-dbgsym_5.0.5-1noble.20250320.222802_amd64.deb Size: 324238 SHA256: bb6bd75f0ab03f39a3da9091f7c4c861f87798abaf23a7f8e22850baa58f5cff SHA1: 37d75591dc41bc5d4587b6f9c664a154a903faea MD5sum: 3d3661ab22996ac822c70e1ec880591c Description: debug symbols for ros-jazzy-aruco-msgs Build-Ids: 127a38800e5f3e5abaf7283d0d846137db6de4c9 2264cfb4ded6f8ee5f38c1664f7fd58784abdd6b 2937550edee7c33aef5d807e2128a68d84393693 35e276d2f84d6a1d0593c612cf7e6b3ca2b9b1df 5bb6f0c6815062ca0956016c3e062705a3baa569 607a5a25c32f4354163bfb21164d0c533863fa4a 6989639a798201cdc9694ece8a5a8eb4b626e999 c3f78d5ce442c9eee9ab1653ecfe230c9c725a86 d653de148939f09877efb65c1ee2bddf401c3d5a dca97376a5c45a9a69c78668a01956ba00c03963 ec9416c4d2daab7c1e8974c31e4cd7fc751dbe71 Package: ros-jazzy-aruco-opencv Version: 6.0.1-1noble.20250321.141543 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1462 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv_6.0.1-1noble.20250321.141543_amd64.deb Size: 283052 SHA256: a0000f3dbfd5bbee5179d8f18c7c672ce19a89aa285e14c57d62468d3816646c SHA1: 52031e938f0cc6a2838a14de8a08b27e528533ff MD5sum: a949b1acc62075aefd6b0cbf7e216ff7 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.0.1-1noble.20250321.141543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 6832 Depends: ros-jazzy-aruco-opencv (= 6.0.1-1noble.20250321.141543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv-dbgsym_6.0.1-1noble.20250321.141543_amd64.deb Size: 5778242 SHA256: be1e9be26a29a4fbfa058cfa26f8e6735c0f69b9a044d05ce08c952ca4f735ad SHA1: d34e3f3f9e0852fe8d0dcfdd374947d0b6b15f7b MD5sum: fe8b24424ceb862b1cd44a8cda54c615 Description: debug symbols for ros-jazzy-aruco-opencv Build-Ids: 01c0942d17b04c409b04900a03a5533def037ec7 c28e561314920d40c5509793f58470bd6e767d35 fe44f109e27ca3728b977b723eac316ea5f1faae Package: ros-jazzy-aruco-opencv-msgs Version: 6.0.1-1noble.20250320.222800 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 707 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-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs_6.0.1-1noble.20250320.222800_amd64.deb Size: 66810 SHA256: 1bc05c5d42a869997171c5ca05d63ebe030adc78b00e7353e0ccfa1c62a66317 SHA1: c0eb7f231cc0d476516c2cd01d7e3d59ff47ed27 MD5sum: 1655b27955c17a950fa925cb06afad24 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.0.1-1noble.20250320.222800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 555 Depends: ros-jazzy-aruco-opencv-msgs (= 6.0.1-1noble.20250320.222800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs-dbgsym_6.0.1-1noble.20250320.222800_amd64.deb Size: 426846 SHA256: 5e7b42750580515186e3beb302ad7a187e55b1cdab046039095759a7a56e0ad0 SHA1: 6e15b9c7ab324623055e66422dab27075b2790ac MD5sum: 5015a3f2518fc5d204e0cffb5b65ca76 Description: debug symbols for ros-jazzy-aruco-opencv-msgs Build-Ids: 0ac64074a1913757c35c48a90757c0574faa6beb 149d58b2511d19c101852ae56a9539a1510856af 44a68dec18dcd0dad1970f6cfb9fee1b0ebf72aa 4dd933b915fc527adde212f9348e47978392ba80 75a0ce53f1c71edcdb0d9b404fcf12172bc9cf0b 889e1b7e3aa78d44d5d7c4b9025bb49e358a3939 8be3b2ba5a809721e7a9f1d33459eb08110cf9a0 b54632c20132802ce0293ebe4c5fc6f66d61945e ce629394f08a542ffca16f8d56123bb829e4e3aa cf02c15effd841102834a5c2cff91a14c89f3cf7 d9c7e8a841942279f6205cd88e8bfb4c96bce2dc Package: ros-jazzy-aruco-ros Version: 5.0.5-1noble.20250321.150347 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 2562 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.20250321.150347_amd64.deb Size: 556970 SHA256: a87d895cb10d493c369139840c8b89355ac256a9e207038b6f5600475b162fa8 SHA1: 1ca5be10b420ff8c5b2a7b7d31c0712d2cd56156 MD5sum: 178fe1bebbf9e53f700f2cd57b90e753 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.20250321.150347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12904 Depends: ros-jazzy-aruco-ros (= 5.0.5-1noble.20250321.150347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-ros/ros-jazzy-aruco-ros-dbgsym_5.0.5-1noble.20250321.150347_amd64.deb Size: 11496532 SHA256: 2cd6305428cdb37429e1ba0eca52ac99c150396ff980bf098e480a5f83117d6d SHA1: 32d0602c573dfd65a33b43a20f6ee07489133639 MD5sum: 27c297a3e8e816042796c62296a2890f Description: debug symbols for ros-jazzy-aruco-ros Build-Ids: 3584b03aa55dbcc63be5ff8fc72cc5721bccce24 3762e77354e9fb2246d7ef1577b327f96fab3275 ac4e6d1770810302e3cfbd75a6fc0b78d109c6cc d286b48fa6a09af407a0f92e213d0103b9ff120e Package: ros-jazzy-asio-cmake-module Version: 1.2.0-4noble.20250320.192513 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.20250320.192513_amd64.deb Size: 5934 SHA256: 2031bc6fe45c75dfcdd6b6109ef272bb1d5419e9a48b23bb56312a2a2ffe8dc5 SHA1: 98d58cfde70ff6a41a984959eaa7528c679cc69e MD5sum: b17c31855be381625dc7e5a7b5b7c9da Description: A CMake module for using the ASIO network library Package: ros-jazzy-async-web-server-cpp Version: 2.0.0-6noble.20250320.191643 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.0-6noble.20250320.191643_amd64.deb Size: 181740 SHA256: a8dbf2bff01d54452927bdf4058f9e06a14f2f445fd13791d223ae139269f99f SHA1: 1cbfa0b78108116398f02b10c17f0559a584a865 MD5sum: 94aeac29d7a8a2d4fb7fd71ac393f994 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.0-6noble.20250320.191643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2833 Depends: ros-jazzy-async-web-server-cpp (= 2.0.0-6noble.20250320.191643) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-async-web-server-cpp/ros-jazzy-async-web-server-cpp-dbgsym_2.0.0-6noble.20250320.191643_amd64.deb Size: 2645956 SHA256: 3c9b71f2b11aae5f38b037de083bdbecf4092c62365543006c2f79419e8a2dec SHA1: 426d3c5c80a21659f71df66d30faea777fefe7d9 MD5sum: 3da5ce40d182f93e0826807e06e9bd91 Description: debug symbols for ros-jazzy-async-web-server-cpp Build-Ids: 18fbe9068c5262ab9eb0d51051342fc6b6876500 Package: ros-jazzy-automatika-ros-sugar Version: 0.2.9-1noble.20250321.145542 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 3033 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, python3-jinja2, python3-msgpack, python3-numpy, python3-opencv, python3-setproctitle, 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/ros-sugar Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar_0.2.9-1noble.20250321.145542_amd64.deb Size: 258632 SHA256: 027a627eed1e05398f8e5305a125fe1489d30f8a271cf5d2bd5adbe19ddfe7cd SHA1: 212c5657310ace638748c44834885ba957eea575 MD5sum: 0c8053de237d35aadddf5b98444d7927 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.2.9-1noble.20250321.145542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 2075 Depends: ros-jazzy-automatika-ros-sugar (= 0.2.9-1noble.20250321.145542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar-dbgsym_0.2.9-1noble.20250321.145542_amd64.deb Size: 1661334 SHA256: 273994af4640a3570af3b1ee6610af8d93f447647e8eb9207718bc111ec3f498 SHA1: 314effe3c245c2d9cc53813ecb9292babee1eeca MD5sum: 956827373083a3485dcd710f0a360d81 Description: debug symbols for ros-jazzy-automatika-ros-sugar Build-Ids: 07aac91615ab78d99f5738e22aea37c295b87e7a 28372805966e2decdbe7e0ab28b5c6c36d77d0ed 49b91c78db7cf57be8f76bdd0b3a1f10b1454762 6d42476573168b6fa1011e742ba8831c3f577ff2 8076e48ea68cb5004d3fa35404cdf3481e0eae06 aeddb030632aa0d62b642c02f2f9b336cf8c37d9 c77a69c1d1a64b5cc17d370630471735dcfb4667 d42ffbe0d5bb6c6d10b03677031ade1795132426 dd1626d9dc1c7f57c76a4c4d6f8f16fadfb86c80 df24876b3a54f44506e80f5d0a4e0214a065f579 f083a5fce2c85bbe04c643485c148692f4472c86 Package: ros-jazzy-automotive-autonomy-msgs Version: 3.0.4-6noble.20250320.223144 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.20250320.223144_amd64.deb Size: 5634 SHA256: f5722786de6d82da2017164b89c1dd3df3c9da61e3570d983cdc74fac334b13d SHA1: 9c7cd765c2f30e096650bc1377dc1321b03912ee MD5sum: 1524bec5751e63ff00494bb2b482c518 Description: Messages for vehicle automation Package: ros-jazzy-automotive-navigation-msgs Version: 3.0.4-6noble.20250320.222804 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2211 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.20250320.222804_amd64.deb Size: 159282 SHA256: 1c50381db53efadea29ae3b5c5592b539b28120637c6f329e5912c3e9702f96a SHA1: 995301ec300f14d638adbcd93b75af27fd00f162 MD5sum: b4650849573f7f3e48fae851c598e1fa 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.20250320.222804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1774 Depends: ros-jazzy-automotive-navigation-msgs (= 3.0.4-6noble.20250320.222804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-navigation-msgs/ros-jazzy-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20250320.222804_amd64.deb Size: 1441958 SHA256: aec995b0bcf13d20d654b743912277d5c2138389aafd664bc77e6d6fc62b000f SHA1: c8662595a68e73ada74d6c3cf62228d96aebf173 MD5sum: 403f3090d29421c71bd818155ff210b5 Description: debug symbols for ros-jazzy-automotive-navigation-msgs Build-Ids: 0a61a62c226a6578455a569847e93889740460bf 14d1bf4994658d4fc521b758fbe2e10cbe40693c 1ffb29bcec44b4a4d04e54c1936df23d12387b83 2f4994f1cfbdcf7a3cde9ae373bbc5255b08c128 3177972463c92fb8bc4c4859081fe7e395d84638 35e0ce247159db2ba32fbc31bd8ae281d4855319 3d6cb466968af7b41294d6c7947f434dacf3d3b2 7b474582abc4902beb4c221725f3080eba6fc219 a9de11bcd83ed356398633fdb624c71c460de5fd ac8ea70760100b3e16c3008e2df70ab23c4f3053 b46ecacc72bdeb073008121cf5eb9b13994ec41f Package: ros-jazzy-automotive-platform-msgs Version: 3.0.4-6noble.20250320.221252 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4207 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.20250320.221252_amd64.deb Size: 250550 SHA256: 79f84f605fc5344f313ce8288f1e50eca65c4b7dfd777a0fc8f6b9d0ffcf239b SHA1: 96d15ab90b0453b60b8020ca6d9075bfa243f3fd MD5sum: 99c828fc2d4b27c897358e7257d12e04 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.20250320.221252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2955 Depends: ros-jazzy-automotive-platform-msgs (= 3.0.4-6noble.20250320.221252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-platform-msgs/ros-jazzy-automotive-platform-msgs-dbgsym_3.0.4-6noble.20250320.221252_amd64.deb Size: 2348312 SHA256: 4352cfcf3cc1e588ecf977b1b01e31574d38289fcb39f726d09e96315f348619 SHA1: 05c78e010341e3619ec8fcaa41c6202a6462ad15 MD5sum: 240943b39ae7323d91e1fe9775f5db6d Description: debug symbols for ros-jazzy-automotive-platform-msgs Build-Ids: 1110ed202d3775afe26ee94de8e600af91b87611 31f627f582a0cf6b687a564fb78f1b6fcbc2f3e4 3856dcea193d94ede1fce583d5909b0f55b0ef52 598f8ecc7d7ff692d4e81bf50946d650c4f2caed 66426654f6bbf7a15be958c3e8d7b4e408da5ec3 7de0c3103d9be38a5cfaed57333d929d7484afa8 877abf83f0aad1cb493d49fdd3a095fc246e8801 94d3dcb94a6226627a71cd717fa1b41fcd281eb2 bd030a4bc66b5cf344683cef626bdd9162dc5d89 dd3eceb47ef79cd6b7591ad813490c0be3388187 e8a59057bcb1812826e56d0d84abaf327ad4ca85 Package: ros-jazzy-autoware-adapi-v1-msgs Version: 1.3.0-1noble.20250320.224117 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 11366 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-v1-msgs/ros-jazzy-autoware-adapi-v1-msgs_1.3.0-1noble.20250320.224117_amd64.deb Size: 692192 SHA256: 7433067e9fa853b89111353346bbf56385dac3d6adc4069aaac46c5b01fce1ce SHA1: ccb479075107c5950c73b3908c894a12169d48dd MD5sum: bd79ec0de2b68a693b2509cb166f1de2 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.3.0-1noble.20250320.224117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 9321 Depends: ros-jazzy-autoware-adapi-v1-msgs (= 1.3.0-1noble.20250320.224117) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-v1-msgs/ros-jazzy-autoware-adapi-v1-msgs-dbgsym_1.3.0-1noble.20250320.224117_amd64.deb Size: 7576500 SHA256: 3a708bd1f1d286d6ffabc70f1e5f9845973ad6627ca32f66a46c782cf901a7dd SHA1: d34377fd80f017bf6bbf336da5de911d30bb8fd7 MD5sum: 1ec024815685d9687884065a91b785c6 Description: debug symbols for ros-jazzy-autoware-adapi-v1-msgs Build-Ids: 08fb1663c779a1a965bdc9893f525de725cc1ddf 3859ee2e33d2be9dd8123e4ccca0dd257af9be24 42c72319eec2f830e7baf0cff81118c4de2c6d68 43a9e77b66d6d8f45653aab5185c9b9722defd8c 705c6870bdc87f36de14e86e6433cad2b9816bd3 7267be2fca2f2894c25d0824c1ea27b8f3d11a4e a3c6408828f7c79ed23c5747d235971de11b0d14 a7e91358614fd6c697b7ea8ee9c2dca657bb9d31 b165df9bffe075726ecc5bf634e2026a7648640d bf2231e595dd854dfa182228914e37f2684e4515 cfb0edabdd98264100ac54bda0249550e59f0f38 Package: ros-jazzy-autoware-adapi-version-msgs Version: 1.3.0-1noble.20250320.195819 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 726 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-autoware-adapi-version-msgs/ros-jazzy-autoware-adapi-version-msgs_1.3.0-1noble.20250320.195819_amd64.deb Size: 65312 SHA256: 5182d2d4c0478bf4d49afa538c4b6c3983655c3aeae1be5fdd8930d4cd1dc8d0 SHA1: c53951a030f4d37b6d627c0ec29646f1fd30eb64 MD5sum: 922383f6981033127a85d302cb0f34d9 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.3.0-1noble.20250320.195819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 447 Depends: ros-jazzy-autoware-adapi-version-msgs (= 1.3.0-1noble.20250320.195819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-version-msgs/ros-jazzy-autoware-adapi-version-msgs-dbgsym_1.3.0-1noble.20250320.195819_amd64.deb Size: 312128 SHA256: 0c731125a73f26ac087c6861a4e1ff42ba003c5cb4460d54b7aa9879c96bb657 SHA1: db2d7ba427f1de45348e037e1befa9f4d32e646b MD5sum: 951ab02d25aaeb469828c9ea955d7bb4 Description: debug symbols for ros-jazzy-autoware-adapi-version-msgs Build-Ids: 13c0902b0c31549d43bcc99dc1c6d392636d3e1b 2581713e538efb5164c9c4faca146dfebc7a0298 417770cc2f4c24e20c1b26c4f5f59d098ce3f030 46e3c1280837953a1aa9390cab257cea57c55473 91bb3f308277da522fb7615bac76cf3e763521cd aa0fbe3df1cb2bcffb3b368a17ead673fb640a1f be1c66e58b6ed5b76225b246ac56be8b682e6693 c87fd2cc5647390986b9bd655c7171c7b0e88c0c ccf2842d63b308a3aae78128152fe2d9ecca6f9f de4dd7db025edd33765c9b66a37e1abe01ec1b15 f68be48e47abc8123a5e1705b69a60502df80ed1 Package: ros-jazzy-autoware-auto-msgs Version: 1.0.0-7noble.20250320.223049 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 5820 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.20250320.223049_amd64.deb Size: 393812 SHA256: c57e02037cf7362b2570c9a124514e76782723fde5261872634976dbf07498b5 SHA1: 992f51f78ee816465421be0a8d2f9a7bcfa5d882 MD5sum: 446e8b30772d48e5c020474fee50dc2c 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.20250320.223049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4249 Depends: ros-jazzy-autoware-auto-msgs (= 1.0.0-7noble.20250320.223049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-auto-msgs/ros-jazzy-autoware-auto-msgs-dbgsym_1.0.0-7noble.20250320.223049_amd64.deb Size: 3417496 SHA256: d75acfb923acb5e533e724237fafd9963884d4c83a18caac4908ad390e3e2e1d SHA1: 74cfb0ff3db3b5582803b4440274de94a2c6fa1b MD5sum: afc125da1b53373a31006c93656a8196 Description: debug symbols for ros-jazzy-autoware-auto-msgs Build-Ids: 31fea27643d45ad8870ad790e8c196d81ab723d5 4336efca57c7a7e0cd1733b7f460e1e7ec5771c9 44aa97f4f2950bc7b74ac349113500aa7ae8a830 531461ead01575de7174f26229ccea70ca2bfb84 6053453ea53971b43c09155ac2ee050af563b510 65d0a5f10c706b74502fff589a2ac43a6a986492 af1c08c1f2d17a4b8daa232cdd5694920e53cdcf cfed90376d3e60068281a4a30b7aa28258df9bd9 d32a5eb44c8396ffaa07c6ceacffc69891c3f0d4 ee790e52916e09c9fcaf3df07dc10e07d45085f2 ef09402edf8ae2635ec70e721a50864c80003595 Package: ros-jazzy-autoware-cmake Version: 1.0.1-1noble.20250320.191654 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 49 Depends: ros-jazzy-ament-cmake-auto, ros-jazzy-ament-lint-auto, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-cmake/ros-jazzy-autoware-cmake_1.0.1-1noble.20250320.191654_amd64.deb Size: 7190 SHA256: 795c32bf66fec93575ba0fc18df251757a5712dfeb4c5149f4662a1fc92a6271 SHA1: 59eb3db69bc81df6f447a13095c442d1ac9c829c MD5sum: af30fdc17ac8d296dc77b54860225f00 Description: CMake scripts for Autoware Package: ros-jazzy-autoware-common-msgs Version: 1.4.0-1noble.20250331.113622 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 437 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-autoware-common-msgs/ros-jazzy-autoware-common-msgs_1.4.0-1noble.20250331.113622_amd64.deb Size: 41286 SHA256: 6190861d9264842e52c1bd8e86a269894d3d28765255cb758421a9f62a3c9a40 SHA1: 80f4bda2d1666e111798160b7a348efb1baa0821 MD5sum: 7d53ea1e735c9ca27fc4e0b7dfd3a34c Description: Autoware common messages package. Package: ros-jazzy-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-common-msgs Version: 1.4.0-1noble.20250331.113622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 274 Depends: ros-jazzy-autoware-common-msgs (= 1.4.0-1noble.20250331.113622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-common-msgs/ros-jazzy-autoware-common-msgs-dbgsym_1.4.0-1noble.20250331.113622_amd64.deb Size: 183804 SHA256: 26c48c15a93705ccd0adddd583073e6eacc2d04a44a952cebb26405062216acf SHA1: 1d00df11575bbdadd8aec4ad29ccd88f5fb35939 MD5sum: 07c1497f4b7c44107a10df466167c0a5 Description: debug symbols for ros-jazzy-autoware-common-msgs Build-Ids: 09104fcfd800e677d5c22b0afc7a3ecec6211597 201a5f9eb39e7b59a59a7ca25922cdccb1475b78 701d03ac69828537fe20521125b10c63aad8826b 825beb21e472f82db3f8b46051a9b852e7428b7d b9aabe78cb5f700d6b60c088cbef282aff4d5a51 c4baa1b64a0e47d2e920c2b957dc27e0a5646397 cd97e3382c53b24041c2aa979b701d3c7f5131d9 e6b58dfa6b1104d8c05a836b42e5a21779be6eb3 f2060748098c3167e67a5bc0b368f779858f4a88 f430eec66e9ec3d487ce2bd98f6cffbbfb26b507 f7602d494ec2415ced2696a891c3ec5ecdaa7ecf Package: ros-jazzy-autoware-control-msgs Version: 1.4.0-1noble.20250331.113612 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 892 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs_1.4.0-1noble.20250331.113612_amd64.deb Size: 72738 SHA256: b78a06e5ead967e77964051cfff01d04c07e3c31a2f53c28080c1f9825f2b453 SHA1: 1e07f6c849c8562fc6955b22e9f22834f239edb7 MD5sum: 2929f8c3e60c94a058ca3bd8430a31ec Description: Autoware control messages package. Package: ros-jazzy-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-control-msgs Version: 1.4.0-1noble.20250331.113612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 596 Depends: ros-jazzy-autoware-control-msgs (= 1.4.0-1noble.20250331.113612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs-dbgsym_1.4.0-1noble.20250331.113612_amd64.deb Size: 455402 SHA256: 2d105deae9963405cbf03ddb07793d57e911230bc9183379e21b6b68741d80f6 SHA1: a5bcd8e49a1463d860c5b5e12c4d9f7415e32112 MD5sum: 9a578b97942e6b3c704ce8c48e8ef6c2 Description: debug symbols for ros-jazzy-autoware-control-msgs Build-Ids: 1386735f323c4b6e9d0a28346b0cda3aeab8d847 1eb899c1129181cdfd45f1553bdce714ced65a51 3a53a2a02a26b1eb542757961126b28dc77c265e 404b63ba6bec754be255caca0373d1b2756ec642 87751ca945a154f0f9d8e2fd9508c95c848aff49 8f3853ddd876c670f0e4ce8e24d9637a30661af8 91b6de239ded09840c726bb263c6713dc37e0439 a2cf4f83527da9451703187b2e60b35f54c709aa b121c7328e6801fc22821b780685cae9b31f580e d222b363a8dc9b8028c2c8fb5802189b6cf89976 df2fa8302cf05ddd1e62cbf6eaf94b10e42819dc Package: ros-jazzy-autoware-internal-debug-msgs Version: 1.5.0-2noble.20250320.221253 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2356 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-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs_1.5.0-2noble.20250320.221253_amd64.deb Size: 159696 SHA256: 8eb20f56b4ca4e4a59cf68b258dd2092a784a54cc4b7b8ed394db2dad16d56c8 SHA1: 0a6be4b5f5cdb1471c4bf4f62f83d0d73a398d52 MD5sum: 0cf5f69d7e20ce82549159b67008e82e 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.5.0-2noble.20250320.221253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 1886 Depends: ros-jazzy-autoware-internal-debug-msgs (= 1.5.0-2noble.20250320.221253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs-dbgsym_1.5.0-2noble.20250320.221253_amd64.deb Size: 1506650 SHA256: 5a5b608c6bc7c2ac5967ad6a45d945a2deb7cfe8b8f8ce9b9879da89aa2426ab SHA1: 4523e00c532581389c5f4eb8148472aeb96d2ec8 MD5sum: 6e3b580256fb53b75a47810c8eccb211 Description: debug symbols for ros-jazzy-autoware-internal-debug-msgs Build-Ids: 0b6fb17a4a776e4dd5776e009164c00f9134a854 1c7fec405da3b13f5bc46459235d843e007f16f0 37d2aca716e99598ca732d4a799167f603b91128 404ac9c49e5d4bad487a81520fb637baa0585b51 61bee9c52675d9b26d8b79263f34c44d31117092 7f717041bee26d9e7b5622551786416450c3b148 9439c85c1b9121560437d23503d0e91e5083c867 9b981135177aa27057d419097ec40b10c224c1e6 9ebe986a912e095f09cad06e274ce7819ae51a52 a27741f521e84c3fbda600b99bb3cfdde5da2700 c661539766f58e75b3dd67fd6604516787cfb71f Package: ros-jazzy-autoware-internal-msgs Version: 1.5.0-2noble.20250320.221253 Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 704 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-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs_1.5.0-2noble.20250320.221253_amd64.deb Size: 60386 SHA256: 21a65e9548acb7abd9aee6641ecc8e1b7d7962c2247cef1fceff3f0191037681 SHA1: 7b5623cce8be37dc92cb21d6a2ed86ff94a175d0 MD5sum: 4d56ea25df3a318b3456506b8d235909 Description: Autoware internal messages package. Package: ros-jazzy-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-msgs Version: 1.5.0-2noble.20250320.221253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 489 Depends: ros-jazzy-autoware-internal-msgs (= 1.5.0-2noble.20250320.221253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs-dbgsym_1.5.0-2noble.20250320.221253_amd64.deb Size: 361960 SHA256: f16ca7614132d03340c7c318698b007ef83850910fd569c5ad3587e3d686c5d3 SHA1: 0f695e8293defa8aa90408c111b7982c187c8d0e MD5sum: 77560660774beaebd28bd0c731be0016 Description: debug symbols for ros-jazzy-autoware-internal-msgs Build-Ids: 0030155a5a32d4024b7e4490854ce6a6d8d0543d 0b2370825c0cb80daaba4a9234b6fb19ca17eaa2 3bf74b04c2d0f7bdd1c654224dc6df6ec507a6bf 3d2cc031b0ede30b03ec93bf7476759db8cd6794 6ffd410f0d60f6f83da08798ef4ef2221143a1c7 7df1e51d7af3ccd55194a82367d1f8d37a6d9935 95d7afaafa509e7f7e7501a1c3bedbeb7b71c824 a57c8b3d53aa50a2b5edd78a7133af1b5360d84c b29b1c73c7fff62cdfb84560f0ce2af307b1123f b472614add5c8192afdf29bb1231d6e1327fcf81 d3a7182df2d4ae9e05dfe297497549313afb4949 Package: ros-jazzy-autoware-internal-perception-msgs Version: 1.5.0-2noble.20250331.114036 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 486 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs_1.5.0-2noble.20250331.114036_amd64.deb Size: 47406 SHA256: fb17eadd7799eb5eb7960e64d15fe9b1d5bfabf1dcae504fa7a856a9ad1cf8d9 SHA1: 3a79066e7f7b4f459635ebdf92ef5159476d91d3 MD5sum: 5a078eb2a151ad45913c2c441454e5dc 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.5.0-2noble.20250331.114036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 321 Depends: ros-jazzy-autoware-internal-perception-msgs (= 1.5.0-2noble.20250331.114036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs-dbgsym_1.5.0-2noble.20250331.114036_amd64.deb Size: 223876 SHA256: 52d27b5f09e1b9ff3f1e2d56f59cbc2f9eafce50f2eec5940fdcbcfe841f1408 SHA1: a11edcea29b2975382a563d36c1f6d967095b96e MD5sum: 7d405ab92c168fae2ffacf211979c29a Description: debug symbols for ros-jazzy-autoware-internal-perception-msgs Build-Ids: 05d2aa51366fc0a70e9a7e809da4296bfb3ce32e 30ba40866021b2156112223bbf199c4853901e43 324571f2f06bb25e443c59d5cf0b183510c1fb74 3f0a129aeb3e76ad06c47722a61701b93d37fc5c 476d24849f39dcca6e3a40ebdee0fe3b862a4add 5103adfc60f6f81d2bfb68a7ecf7e0d8a4a6263c bab0dfdf7044cc6f60a7d0b24dcf54a06f66ee1c da4a19f8f10c49fd3d50d5252f7baab8024a47a7 e22bec8f6aa619249867565a502d3aecdedf38b6 ed30d4e780b9e4909fcbdb2bbe223dd07f23d715 fce0bed5ce09fa220e9c8cf52e9e4fcb2737692b Package: ros-jazzy-autoware-internal-planning-msgs Version: 1.5.0-2noble.20250331.114245 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 1719 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs_1.5.0-2noble.20250331.114245_amd64.deb Size: 142412 SHA256: f3613c31f8b6ba59c06edc50e4de10b631c719db9a20ed6833c3e6e9133da276 SHA1: 1b739c028b5a73f1283f111ed595852f9a91ae7a MD5sum: edbb260045d77909534ce65d8d50ecd5 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.5.0-2noble.20250331.114245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 1479 Depends: ros-jazzy-autoware-internal-planning-msgs (= 1.5.0-2noble.20250331.114245) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs-dbgsym_1.5.0-2noble.20250331.114245_amd64.deb Size: 1224546 SHA256: 8f358e189aba2cfc7142e88576e9ba0ec51aab126fe559dccc8907dfc1611e86 SHA1: 913427e6afb5bb9c3a35b9ad12dc35a0acd01acf MD5sum: 34576a32a747f0f43167cd4ecd3522e8 Description: debug symbols for ros-jazzy-autoware-internal-planning-msgs Build-Ids: 1a353bd4f80023f5fd9a4b4f51e22061a84fed7f 1eb6ff46081d4fa947da46f3439835fb474e1f86 47918e42f8f1e8785fff781e1f28606c15283fd3 47a4e875723a7c1b6af994f5f57422499e23a877 499ec85d977c4e9c0da44243f33afadd80031e5a 6776271893a10e3312fb94fe40f9f197919c9f8e 69f50f9dd5c8b17739b711946496febb1a3502a6 80aec5037ae1842784e2322557509d7ad8f9cfc1 8566df81b2f4ea514d8aea2567b9429cb9fd65b9 efc6c4f2b68b396fef8d53ca466dace2662b67ef f3200ab0fb78c6cee3b621eeb2a547f20593673c Package: ros-jazzy-autoware-lint-common Version: 1.0.1-1noble.20250320.191218 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lint-common/ros-jazzy-autoware-lint-common_1.0.1-1noble.20250320.191218_amd64.deb Size: 6316 SHA256: aa037dacd3128e2cfe54acdded11f35ef9fb20647dfb4aa25fdc83172020e475 SHA1: 2e9c49ae00d864f24629a21cd01cc95524168afc MD5sum: b5e30b96d512aa350379dee248eb49ee Description: The list of commonly used linters in Autoware Package: ros-jazzy-autoware-localization-msgs Version: 1.4.0-1noble.20250331.113643 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 501 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs_1.4.0-1noble.20250331.113643_amd64.deb Size: 49068 SHA256: 3a8d957bc1d7028c1c3c48f8f1593ce5ff9f320b9b51a6108027c675f05ead96 SHA1: 33d0bc1c21855f8b7bef5574dace2e20c9d97d92 MD5sum: 6920d29e7426df1402fec1eafbaeb741 Description: Autoware localization messages package. Package: ros-jazzy-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-localization-msgs Version: 1.4.0-1noble.20250331.113643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 308 Depends: ros-jazzy-autoware-localization-msgs (= 1.4.0-1noble.20250331.113643) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs-dbgsym_1.4.0-1noble.20250331.113643_amd64.deb Size: 206660 SHA256: 4b3f375e2d0a50937bd635bbdc305c21245062ad241ee0392c54d6f05291d67a SHA1: 23c90362930bc03a395dbde8ac3491078d006ae0 MD5sum: b511d973f1f01531d7dd8f888ec60b52 Description: debug symbols for ros-jazzy-autoware-localization-msgs Build-Ids: 2c3653f59ae9c945aa4ca52344a6e4d7c0c38505 68415493a98b9e2dac5b3580dfd00a6018443f33 73fbf975d946721803df3782ac117c01c1aa915f 7bbc2e4e8b08526bcb1ceac6cac54f79390cc5d0 83e82c22754f2a0a507d98e149fe996eda3c2c19 8d323f47eb700345990e6be320427402b91e9a75 8e77db831181d149d85b418e3f59584097e586a1 9b8989f9c80e25dd1c9739804ecee8b6fe3e98c7 b8ff2d4855a3c9158e114709f4bec7b81e503d16 c586e7c265edbb8e98ebc573ddbd9e9f8125cc3f f893c3157f361e3d3f2670493e3301ba232fba23 Package: ros-jazzy-autoware-map-msgs Version: 1.4.0-1noble.20250331.113640 Architecture: amd64 Maintainer: kminoda Installed-Size: 3500 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs_1.4.0-1noble.20250331.113640_amd64.deb Size: 249656 SHA256: c7fe48233a095facbbd220a4329f670225532abe5cb0110ee7ad6d0da0ad761a SHA1: aa9e1a940868b0c65a89e7d8d48ec110ca5b9174 MD5sum: 1596ffd494840822ec9dea67b5c4eb48 Description: Autoware map messages package. Package: ros-jazzy-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-msgs Version: 1.4.0-1noble.20250331.113640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: kminoda Installed-Size: 3020 Depends: ros-jazzy-autoware-map-msgs (= 1.4.0-1noble.20250331.113640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs-dbgsym_1.4.0-1noble.20250331.113640_amd64.deb Size: 2484170 SHA256: 4bdd926ed5fce304ba77e8e8226b3193e9ca38ef91d907a1437ddca5660e5eb5 SHA1: b886d74f8a795fa2ffd5ecf353053c75244e3959 MD5sum: 59e3588322c8b531426f4aa08b96a231 Description: debug symbols for ros-jazzy-autoware-map-msgs Build-Ids: 19c8ea895ead08652acd67dafd979f345c73157d 2c565d3046619407d950d6193e08cb92a71bb868 544c32be55f172f77d9b0b178cf93db6db35b844 687e450046b86d51c7bc57fb5236538be254cc45 697a8440789c71eb744c0ed0149852585e7b617b 6a5e80d9d5af6b38ea2b3197cf5827d2d934aac3 84a47870762056982834b717b6106558f35468bf 88c353e40627c4f1bfa5359c38936ce0b1bacdea dd7cf56f3f512aae467158629b9f63d9ee4c9922 f503bf94c59910a129022d64b9e6a744527e8155 f6270ef2ee3834944f9f80a7da07ac40e0afed0d Package: ros-jazzy-autoware-perception-msgs Version: 1.4.0-1noble.20250331.113653 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3223 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-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs_1.4.0-1noble.20250331.113653_amd64.deb Size: 213040 SHA256: 6d70d8233ceae2a1f6d7b459d3ae67a653cbaa87a8f631c713e1a26940c027e0 SHA1: 37552514f28f1fa16d29ca71358c415323db2608 MD5sum: 9a1b80d027e9ed66d7e7ecaec8c07331 Description: Autoware perception messages package. Package: ros-jazzy-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-perception-msgs Version: 1.4.0-1noble.20250331.113653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2601 Depends: ros-jazzy-autoware-perception-msgs (= 1.4.0-1noble.20250331.113653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs-dbgsym_1.4.0-1noble.20250331.113653_amd64.deb Size: 2136836 SHA256: 9c8ac518b9a7e6f84d9f5516554b1a09fdad7a9a66a80b524efc7a0b82809324 SHA1: bf1406607adaa234ecef4f3acf40927ed66c9330 MD5sum: 64627bba9ebe4a27ee3258a5d2d13fb7 Description: debug symbols for ros-jazzy-autoware-perception-msgs Build-Ids: 0bd2cf862d6a7d979b30a65c50104a4de620c414 285ccf7af3641d012e6bfc8514fdff314c57241a 3eed1ff98e4b2fc3621b0f227192cf4b16b71afb 42a23cf50f17046375eff128c4661d0dc3da00bd 43b80cbb04c306f764173b22a6c87ba6abe35315 47bca5e1ee0d199da9b50f5d8acdef5e6ec76800 85109063253abf58235558b3c3de59c9443e04f6 86b31389cb56eb82cd3483d36b3f31dba7b48b52 b1b2633caaa6d91f9abd8ecb9380e83164e4a8e9 dda35d801410c90b9d58ed1867b505a7fea91a5e df95e8c829e7c1e76a556b8711bdc85f9993a4c3 Package: ros-jazzy-autoware-planning-msgs Version: 1.4.0-1noble.20250331.113624 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1525 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-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs_1.4.0-1noble.20250331.113624_amd64.deb Size: 124346 SHA256: 3827a47e8780bf8479e21bad5ac9a43b70c59abd2735c072fb1d5bcbf25da60e SHA1: 14f86c59dcfca98a4d25029be62cd33ddc0c867f MD5sum: 2d76173f27bac694174e033726aa4242 Description: Autoware planning messages package. Package: ros-jazzy-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-msgs Version: 1.4.0-1noble.20250331.113624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1231 Depends: ros-jazzy-autoware-planning-msgs (= 1.4.0-1noble.20250331.113624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs-dbgsym_1.4.0-1noble.20250331.113624_amd64.deb Size: 1000454 SHA256: 88191b354809af65c85f2aef8c78ac0653e2bd58b0e61f8c267e5ec683e5bfa7 SHA1: 13f91f7ece26dd0f1a148de4eae83018ce46202a MD5sum: 1dfc29b09e4f983428b3c5cc8d0716d3 Description: debug symbols for ros-jazzy-autoware-planning-msgs Build-Ids: 3e8473fe8ab8b4744969644984ae2ea34d9597a4 7d4bfa8fd4c944d988a126d3fda8f929c6489753 8081bfa2c97656571a28134fb779ca7db7b6f58a 853bd7d622a3f47c18b74a9b19349724e8bb3242 a1963ff7780237d5d273078ae20b9b5f0a4fdcd3 a4cb3857f2a608f227db404d19981c51d7628649 b51a923c1e694b66724c2105cf106bf5ff229e9f bbd68f26dd263d32b9dc506f31a3ed67c013f141 c130b404857f3de21eb9855a80dece09a3455718 ce5b9ac7e4caca23bf1f8ce511d46dab0201a561 d90c100ca1908a3224e727a14f0d5ce8fad2e134 Package: ros-jazzy-autoware-sensing-msgs Version: 1.4.0-1noble.20250331.113703 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 576 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-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs_1.4.0-1noble.20250331.113703_amd64.deb Size: 51372 SHA256: e1c09c2cfa7c481ee2a87c228fafbe54fbef53e613d549daf3f592c227b9cfe8 SHA1: 2dc50a54e1f4ab7d080af9583baddebf0cd2b659 MD5sum: b9d292fa5eb434ad786905fb93ef650d Description: Autoware sensing messages package. Package: ros-jazzy-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-sensing-msgs Version: 1.4.0-1noble.20250331.113703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 379 Depends: ros-jazzy-autoware-sensing-msgs (= 1.4.0-1noble.20250331.113703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs-dbgsym_1.4.0-1noble.20250331.113703_amd64.deb Size: 269420 SHA256: f573d6facbe98a71788627bf9838d54855e4cbc90610efb66f65b9e2ef2af648 SHA1: 6e2bbd99a98536fb8b969b760117be32ec1f0945 MD5sum: 799202a4589253eed075168cb3c1acf2 Description: debug symbols for ros-jazzy-autoware-sensing-msgs Build-Ids: 0e849da053d906313d6302570db64391a273e665 0fdfa2478b492c9a52ee18fe25f8b43e624d9361 16021f23c3b42710ab2f8f416db29b412b9851bf 55610f04a1d64c57f027e80ec616a17fa653e854 92058cb4b6ef843e598b04c0088c86813942c988 adec21d17936ae0eb68d5f780cd2d2f6fbdd87e4 bb63c7bace6fe8f89ef865108a3be31ba0f3dd2b c32ca4e1a0828c093e8d88f2dcb61ea6d5fdab45 cd7dcac7daa092d4eb9fa4275f99e04edf017359 d666079bd34dbb78c9bc6076cf0165b219b05013 ddc5ad482318f89e79762f3220289efe1de1e40c Package: ros-jazzy-autoware-system-msgs Version: 1.4.0-1noble.20250331.113648 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 770 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs_1.4.0-1noble.20250331.113648_amd64.deb Size: 71038 SHA256: 7cdc5f2d5d0f279affb341d6c364b22103a6d32122003dbeb559969a853f0648 SHA1: 178384e66d47ac6ae629b9761ffe1c9e551131d5 MD5sum: 0a288dd0fa81926a810b4f5fb16449d2 Description: Autoware system messages package. Package: ros-jazzy-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-system-msgs Version: 1.4.0-1noble.20250331.113648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 602 Depends: ros-jazzy-autoware-system-msgs (= 1.4.0-1noble.20250331.113648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs-dbgsym_1.4.0-1noble.20250331.113648_amd64.deb Size: 468560 SHA256: a59b57ced2fc26a60c80b0a4dc2195d427b1ce576442cf3b84d8aa20999cd28d SHA1: 403d10c745c700953f82f32d5420d78934319cc7 MD5sum: 1b86c45ec2ad91aed8088f31e1787eda Description: debug symbols for ros-jazzy-autoware-system-msgs Build-Ids: 070a49f73873244eb011605ca8a225878f3d8f33 0d573b853f3246725b322cc03df3a24a4b17e90b 38c0e8a1d52e77c84017b75d31754a8a69490191 48dc7a2dd0a815237abaed1d25e56ef8b707d3f3 7f32d54a2ae82145bc74657b988d90a627eef03f ae800474a095f7217c7bc817222a359b886435cd ba0a1313f3857bf779c0747b94ed97d47a29fe57 bb2890329efee7d128e8ea8ac52b104fcc371864 bcd37098fab030869fb5f2af66e76c591fd0d91f ccf370bee0c0c80ef1417770ef3c959557856cec de6c7c3c372f3321c53e092c9357a4f4a64e1a3a Package: ros-jazzy-autoware-v2x-msgs Version: 1.4.0-1noble.20250331.113621 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 949 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-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs_1.4.0-1noble.20250331.113621_amd64.deb Size: 85100 SHA256: d6dd6d8dfa2aad965be636b6d4c053da618bac495994d43abbd7e1a76b8c6120 SHA1: 8dc35391823b087548e3271426d82ddf7858e26e MD5sum: 7b8336f857718938288206fd576dac38 Description: Autoware v2x messages package. Package: ros-jazzy-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-v2x-msgs Version: 1.4.0-1noble.20250331.113621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 846 Depends: ros-jazzy-autoware-v2x-msgs (= 1.4.0-1noble.20250331.113621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs-dbgsym_1.4.0-1noble.20250331.113621_amd64.deb Size: 688034 SHA256: f929eb054010bf87abc1dedbcd8c6a766775a899d492d64236b5ce1d3ed2c467 SHA1: e8d09c121d62fd6c6640d42a5ad3e1a700f31138 MD5sum: 809cde8f6de5a6ed1805c50a237b13d1 Description: debug symbols for ros-jazzy-autoware-v2x-msgs Build-Ids: 081c1b94be5522d3721a17194fca308dedd2fc0f 16e4625be6b559abbb909f0a497d03d8dd57ad4b 2829d0d6a349f8d16ee9e3f12f20c4d8f38ba80b 6e16df474fc4848aa4849aeff5d533855054f35d 8f1ac2921043bf9536745b7caac443acdad88980 a763ca74fbd08c03e5e9d53f64bf3fd9be19549f a9ad4f4f95f854cd04175f4493c9a571650e0437 b8daea1da1b22a13ce98aa715b59bc57ba9d005d bc8781c2930a57b618c1a25111fe38e190dd3f1f c29d2e0fec579cf6155f27e729217dd93d5f9ad6 c2dd51d63f4ff2341fa60af66fabed3ef0db6ede Package: ros-jazzy-autoware-vehicle-msgs Version: 1.4.0-1noble.20250331.114142 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1954 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs_1.4.0-1noble.20250331.114142_amd64.deb Size: 135106 SHA256: 065bbb8cbb6454929e7471a1935416ed9c35e2c5b3171ad2e9e6b559394b47c0 SHA1: 854630cec754507bb94c5b470d267f565faa5ec6 MD5sum: 2d12dea973a7a833f28f7ac3abab48a7 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.4.0-1noble.20250331.114142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1370 Depends: ros-jazzy-autoware-vehicle-msgs (= 1.4.0-1noble.20250331.114142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs-dbgsym_1.4.0-1noble.20250331.114142_amd64.deb Size: 1051700 SHA256: 9c595663f2721fd630ffe3561d4f2d972b5881b5e18342ce9674cf511a7ea6e9 SHA1: 30e84685ce1cde126e3ffbf520fd36076846cbc2 MD5sum: 6d662b0cfe1c96d96f5423679e38b61b Description: debug symbols for ros-jazzy-autoware-vehicle-msgs Build-Ids: 0278c1adb15210f3588ee67df6d871899275dee9 0ba3c7ef4f114a7cfec75cfae1e968dce2367c0f 17eaedee5e6c51fd06f79bdbc7750a2b5cf5f39c 2a22776cd3f0e1ce84ceef599ba1cac7bf1c4010 3efa744a43167a7523700eec6a3c6e2051727a70 44f7e5608397bb68b04acaca5800ac2c1954ae6c 579fd7413bbf091c97a6571a8e5248b94f5b9eea 6a05c1ab73ec8a754f61ad4cd75054e9d9ea2a57 74c4fb38b125ff6faa07564bf07ad88b16389e7b 797767407626ec889087368b83216500cff0f1ee 7b55b1047b8b53bc830fba4c4f1e90ee39e68cd9 Package: ros-jazzy-avt-vimba-camera Version: 2001.1.0-6noble.20250321.143722 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.20250321.143722_amd64.deb Size: 646562 SHA256: 727109a73c104e0e831c8df396b97f45dfbc812b1102cd24ea89722c0da1d970 SHA1: 37e325f7bb9dd199ff54c2873432b7d6d815aac5 MD5sum: 4a6a5a633a1632bf70dd2e4a181d6937 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.20250321.143722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4501 Depends: ros-jazzy-avt-vimba-camera (= 2001.1.0-6noble.20250321.143722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-avt-vimba-camera/ros-jazzy-avt-vimba-camera-dbgsym_2001.1.0-6noble.20250321.143722_amd64.deb Size: 4073624 SHA256: c5afcc7d7af997327d010e4a40a33af15b7ec4d3f001d0da8d9ebf0937964335 SHA1: ac1482f630767e5f1a18b839847f50ec4fa1f2cb MD5sum: 78b129d23e2686af0f6889c2b5ae4aea Description: debug symbols for ros-jazzy-avt-vimba-camera Build-Ids: 2aac74a6a0aeca2206785db521cdd8973330cdb8 3945bccb13b8710592523cd9103ed48341b2e009 ee267bd18558ee43d81092b20bfb7dfcc75e32f2 f21eb49485ffab0de123645f9f696fa7f7ff0cec Package: ros-jazzy-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20250320.194123 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.20250320.194123_amd64.deb Size: 4582722 SHA256: 4e8cc8ab6dc9c9e412b3d74824c1759a0e2f8507c4d067614a023a8c8410473f SHA1: c94819dc0f7065c9ec9d7f6acb8bb8d17abf48b9 MD5sum: bef4b1e790bd05af60493b30b9e4204a 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.20250320.194123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 88205 Depends: ros-jazzy-aws-sdk-cpp-vendor (= 0.2.1-3noble.20250320.194123) 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.20250320.194123_amd64.deb Size: 84451788 SHA256: 0721fd1e93fa7bf23b9eda1fa7eebd221daa6229841e99f975d4902e85ffe7b7 SHA1: 7bd42d501a431b2aa96f77a88964204a4504a6fa MD5sum: 1a40f868113dd2129a89b441e56a1ac5 Description: debug symbols for ros-jazzy-aws-sdk-cpp-vendor Build-Ids: 39d8a08eb0a1b91c6efbf3775ece6c2e4ce20ab3 913f35f55ce3cfedafb8f2f907175523f0de3c1b acc7fe7d912afee193f3e16197fa153c5b817127 c201dbd401047171db4c03fc9d031bed2555ecf0 cdaa952124cf9aeb0cecfdef757f143c0bdf4fdd daa0ca137228a4906e2df25bd313aae8c6aa62d3 eb8dc0f52b14c5c76167526c9ee79fa43a799b77 ed69d983c12bdc3049fd632c80adff4b69780c60 Package: ros-jazzy-axis-camera Version: 3.0.1-1noble.20250321.131743 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.1-1noble.20250321.131743_amd64.deb Size: 36738 SHA256: 44dfa84ca7ac46fc8b6e5bb97cd283e0a643e630060271b42e112f12a8daa539 SHA1: 48a7f131f81120c306cd938045c35d388aa12e4b MD5sum: c872861e6ab365939c99d686e80d116c Description: ROS 2 driver for fixed and PTZ Axis cameras Package: ros-jazzy-axis-description Version: 3.0.1-1noble.20250320.184637 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.1-1noble.20250320.184637_amd64.deb Size: 145430 SHA256: 9aa55a7e93b82c2d76019836e496c000d8d93d51af3c61278081cb9b6f06c29b SHA1: 19b4262fa123c627d78108174339a7b779005fd4 MD5sum: 1afcb2dbfc72223739447d7f0dc820cb Description: Description package with URDF files for common Axis fixed and PTZ cameras Package: ros-jazzy-axis-msgs Version: 3.0.1-1noble.20250320.195909 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 683 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.1-1noble.20250320.195909_amd64.deb Size: 70012 SHA256: 9137381ce62bbed83257cb70fc31b5a4fefe44468c13f3c1fa851314a9e9e1d6 SHA1: 2773cbb29c9475a78e25988bb0ff1984afbe277f MD5sum: 9b3490681cb812ea46f221a8dc05dd57 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.1-1noble.20250320.195909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 483 Depends: ros-jazzy-axis-msgs (= 3.0.1-1noble.20250320.195909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-msgs/ros-jazzy-axis-msgs-dbgsym_3.0.1-1noble.20250320.195909_amd64.deb Size: 353312 SHA256: 0f4be03796a9cc35d19553a3d6b2d1100afde5302183c65d98dcf1d2437289c3 SHA1: 2c274f324a911254a4504b80599fb052238244f8 MD5sum: d683118698e8be381449dc73ccda3732 Description: debug symbols for ros-jazzy-axis-msgs Build-Ids: 2d18ac6487f1f3b273d894cc633b2d8e96fd4ac6 30dcd97d2dc70f347beeb7c507ab91b243d4e67a 38a250cc7920c713ad5986a5e065128cc56d9d84 487be6dad92a30fc887894e91fda5496a4f5dd8e 7142542ebb6d9f529a08b86d287f38b6d001aca0 77226f95955449fd5d1457b4c1a1441e391863e3 8c3a32960bff7f3c136b712d296dd6f15547d358 96ae16c8dbe622fb54ff442796fd241b3f3be4e3 a7d12062e25e878c918459a9d6334bb91ec123dd c1256974d89e4dcadc585862dfc20bdb1580c978 c98e3ff0af9f9e8794248dff79c8dee8877b0d96 Package: ros-jazzy-azure-iot-sdk-c Version: 1.14.0-1noble.20250320.184107 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-1noble.20250320.184107_amd64.deb Size: 816096 SHA256: d034ef8291721b4fce1daaa32fac70a6e5cb559198085fdae2b6fe5767937917 SHA1: d3c5ed4d9e3b305bb0811f9dc906a37788dcde55 MD5sum: 8a32e14949dd81f15f17b301606f5931 Description: Azure IoT C SDKs and Libraries Package: ros-jazzy-backward-ros Version: 1.0.7-1noble.20250320.184125 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-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.7-1noble.20250320.184125_amd64.deb Size: 57190 SHA256: 122b9d603de1a9830834ba40ab02995dadee23f64578b2f27bca5ba6ab05d3cf SHA1: 557732d63002f79c003ff35d54389af1ee5debae MD5sum: 36da8e71a98a0187f7bb7e8eaafae3a4 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.7-1noble.20250320.184125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 264 Depends: ros-jazzy-backward-ros (= 1.0.7-1noble.20250320.184125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-backward-ros/ros-jazzy-backward-ros-dbgsym_1.0.7-1noble.20250320.184125_amd64.deb Size: 240118 SHA256: d28b8c72c10afc257efd7bfa3de62fc18c8336c9518aadd791406f06814086e5 SHA1: edd6a043ef61ab2cc0c64e7cc294367c7e8c3bb2 MD5sum: 51a1199175915d822ef95fae2280ae2c Description: debug symbols for ros-jazzy-backward-ros Build-Ids: fa0c2798c37bedf9dbe034f33a3046470c344174 Package: ros-jazzy-bag2-to-image Version: 0.1.0-5noble.20250321.135430 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.0-5noble.20250321.135430_amd64.deb Size: 84348 SHA256: 8d9e25ae3f2e6976dac480bb39f4009bb52faf1630a2b13d442dd298e15ac3a2 SHA1: f444a2e14b9c31c338153d974435fd48ddd731ec MD5sum: 7b3cebcca3268af5126193d79b582960 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.0-5noble.20250321.135430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1584 Depends: ros-jazzy-bag2-to-image (= 0.1.0-5noble.20250321.135430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bag2-to-image/ros-jazzy-bag2-to-image-dbgsym_0.1.0-5noble.20250321.135430_amd64.deb Size: 1519538 SHA256: 8ed32d7fd709e8d70ee1fdc140cdb86d9ab038f42117780e3626ad99bdff7809 SHA1: 78a695fb26bc8f2067ca743b397b2b29fb96b23a MD5sum: 330b112ec9dad81bc8b73220e16892c2 Description: debug symbols for ros-jazzy-bag2-to-image Build-Ids: 45e72b8d9f80aebce7f8e1bcaece2fb1bdf4d596 530c68d592c968d69d38ad325fc7b76681887e51 Package: ros-jazzy-battery-state-broadcaster Version: 1.0.0-1noble.20250321.144935 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-pluginlib, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster_1.0.0-1noble.20250321.144935_amd64.deb Size: 61310 SHA256: 4505d202acba018abbf2aa3f04b694c55e8238dc291113c2b1f9c68f47c7a677 SHA1: 681e319552cc98a5ba373cb676f504ae154f5982 MD5sum: 462834866dbcb813a91fd24360c9dc1e Description: ROS2 Control boradcaster for battery state sensors. Package: ros-jazzy-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-battery-state-broadcaster Version: 1.0.0-1noble.20250321.144935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 993 Depends: ros-jazzy-battery-state-broadcaster (= 1.0.0-1noble.20250321.144935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster-dbgsym_1.0.0-1noble.20250321.144935_amd64.deb Size: 926470 SHA256: 7af4e762098399be291e6e68e207ec00b9ad00284449fafc6550db1a4a12181e SHA1: 33858887ba9d4b06788e918ee79c1a9b5b8d8039 MD5sum: 0976eb978e2359573a1b59ea691c4014 Description: debug symbols for ros-jazzy-battery-state-broadcaster Build-Ids: f72573ce2082a34e439b6469aeb124a399ea72f2 Package: ros-jazzy-battery-state-rviz-overlay Version: 1.0.0-1noble.20250321.134101 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 514 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-rviz-overlay/ros-jazzy-battery-state-rviz-overlay_1.0.0-1noble.20250321.134101_amd64.deb Size: 118228 SHA256: 7be15be225ebf285a4fdf32d0d21a504f1be7b4eed9092d7b18077553a35507c SHA1: 2b1ca0a89c5147095d59935f9d229dbeb0b5217a MD5sum: f4004882f4e203a251c387949649c288 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.0.0-1noble.20250321.134101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2367 Depends: ros-jazzy-battery-state-rviz-overlay (= 1.0.0-1noble.20250321.134101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-rviz-overlay/ros-jazzy-battery-state-rviz-overlay-dbgsym_1.0.0-1noble.20250321.134101_amd64.deb Size: 2028774 SHA256: a4267dbe464975bd3594e22c00b1a47ee2ab5cef70a5c9834b4fd50498be2a6e SHA1: 6c3bd29fdea67d022329c4156e0e449ab0866e9d MD5sum: 40d8c7d8bc464a6cd77284efda5e6488 Description: debug symbols for ros-jazzy-battery-state-rviz-overlay Build-Ids: 57e3c59a0da696508f6ec263972140f358c0ce3d Package: ros-jazzy-behaviortree-cpp Version: 4.6.2-1noble.20250321.134407 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2750 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 13.1), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libsqlite3-dev, libzmq3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp_4.6.2-1noble.20250321.134407_amd64.deb Size: 586808 SHA256: 6dfc2d2e5b130531b9a10ffcb44de0f966becc0c42129f27722143edb060a574 SHA1: 5a82635fdbb9af68d2a47139c62ebcca1378d58b MD5sum: be2e355fe033184b7df884f35e21a086 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.6.2-1noble.20250321.134407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 10278 Depends: ros-jazzy-behaviortree-cpp (= 4.6.2-1noble.20250321.134407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp-dbgsym_4.6.2-1noble.20250321.134407_amd64.deb Size: 9907436 SHA256: 5cc10257b2dd3981e6db39b8496f965fd05af84bab715cb06c924067a915bfe3 SHA1: 86fc3be726747755d33ed3a5843afa34f0208108 MD5sum: 7ba64a177bf4a639bc2a74ca7a707a03 Description: debug symbols for ros-jazzy-behaviortree-cpp Build-Ids: 6f097e5b0918ed6f6821cdb96d41792e1ccb913c bdee0bc4a895ec0e2a570a8efd5df66f01304c25 Package: ros-jazzy-behaviortree-cpp-v3 Version: 3.8.6-3noble.20250321.134409 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1249 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), libboost-all-dev, libncurses-dev, libzmq3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp-v3/ros-jazzy-behaviortree-cpp-v3_3.8.6-3noble.20250321.134409_amd64.deb Size: 281764 SHA256: 4bb8d75681342443e44b19e00778c0b311c6bf6dc321d1d43277912c53e469ea SHA1: 7dcd19494869a0287e6895d67e54d07923dd700e MD5sum: ccaaa3f89c460b3a97ed78fd254fa9ad 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.6-3noble.20250321.134409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 4786 Depends: ros-jazzy-behaviortree-cpp-v3 (= 3.8.6-3noble.20250321.134409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp-v3/ros-jazzy-behaviortree-cpp-v3-dbgsym_3.8.6-3noble.20250321.134409_amd64.deb Size: 4523502 SHA256: 3d7550f89f56bd51502760a54836a5f0c4ad7307566767435d533df515bc699c SHA1: b39d11039557854d6a2812aed510b2d3f8afd240 MD5sum: a184c20c6413fb351c10e86e957e467b Description: debug symbols for ros-jazzy-behaviortree-cpp-v3 Build-Ids: 47db506ef370ec1545e209f33bfb973a041083af 67b91751ced2d6528617a650fc42abe465bd0ab6 9be57f6ecc7064309481030b8199f716eeebe254 d04637881b92cf9303d1aedad2a9062da2c046ef Package: ros-jazzy-beluga Version: 2.0.2-1noble.20250320.183740 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 409 Depends: libeigen3-dev, libhdf5-dev, librange-v3-dev, libtbb-dev, ros-jazzy-sophus, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga/ros-jazzy-beluga_2.0.2-1noble.20250320.183740_amd64.deb Size: 63500 SHA256: 081894b19fe55eec8df549cc505e65767ee7552c7c30a3ce7327345ceb7ae938 SHA1: 0e95b4f29f6acf831778acfe1121e193bdecccb1 MD5sum: 0241fed9c90d77169c2bc4b3a1e1cce9 Description: A generic MCL library for ROS2. Package: ros-jazzy-beluga-amcl Version: 2.0.2-1noble.20250321.150435 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 3267 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl_2.0.2-1noble.20250321.150435_amd64.deb Size: 562826 SHA256: f91cf39cb7aa16786af337d1e638527ab4af5c60a3cfeac798faf6a44eca946b SHA1: 81c37bafb85f6828e7686c28d643a9f405cbaea3 MD5sum: 26fdbe766f6e527a6a11ebadbbc87d81 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.0.2-1noble.20250321.150435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 25257 Depends: ros-jazzy-beluga-amcl (= 2.0.2-1noble.20250321.150435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl-dbgsym_2.0.2-1noble.20250321.150435_amd64.deb Size: 22854768 SHA256: 006be1c5fedd8412fe425f2bc756748b469d1b0c89e734f628e13d8b367db84a SHA1: 6e52c26d2bfd467f616a0ff159ccbc762254652f MD5sum: 1260356e2e46bf1540536710a9f86484 Description: debug symbols for ros-jazzy-beluga-amcl Build-Ids: 3760422f2f98aaca06cb6d8aee6d655b5cc8cf06 6026dfa081c51d83515260421f832f996f3259c3 eaf4185f74a7850d1f2bb1b7bd7662a4ebb097b9 f6e23a736a3697358bc62fc781c3216dad23185a Package: ros-jazzy-beluga-ros Version: 2.0.2-1noble.20250321.150130 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 141 Depends: python3-h5py, python3-matplotlib, python3-numpy, python3-scipy, 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-ros/ros-jazzy-beluga-ros_2.0.2-1noble.20250321.150130_amd64.deb Size: 23448 SHA256: 56b37b3132b0478cea24ca100ee9c4d27cbf5dfb3f65deb094f85e9e44041d68 SHA1: 571f3301069e9265a2a88252a6bccc830ad459ab MD5sum: d35a087362b960069423fb45be87a033 Description: Utilities to interface ROS with Beluga. Package: ros-jazzy-bicycle-steering-controller Version: 4.22.0-1noble.20250321.145143 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 179 Depends: 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.22.0-1noble.20250321.145143_amd64.deb Size: 42280 SHA256: f6098fbc23630d8977002ab8806e5928b441f740d9fb591aa9f214d8ad537f1e SHA1: 9c80a4e166fb598c19204a58f0b9365cde26517a MD5sum: 0c6156da4db3d8a929c1490b82fb0dc3 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.22.0-1noble.20250321.145143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 641 Depends: ros-jazzy-bicycle-steering-controller (= 4.22.0-1noble.20250321.145143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bicycle-steering-controller/ros-jazzy-bicycle-steering-controller-dbgsym_4.22.0-1noble.20250321.145143_amd64.deb Size: 613474 SHA256: 6ecddeacffabf5cacb34957984abd4daf48c9d6483cb2498a7d7fe9df56c70cd SHA1: 27ca7599e1f1974e50ad218282ca070990e0a002 MD5sum: 4917027d74bd2afe56a43f77d97da032 Description: debug symbols for ros-jazzy-bicycle-steering-controller Build-Ids: b5a795f93afdb0d4e0206a2b27defe1ac26fa3ee Package: ros-jazzy-bno055 Version: 0.5.0-3noble.20250321.131503 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.20250321.131503_amd64.deb Size: 34752 SHA256: 947ebbd648776bd8d78f4900b720815788fe3e4ec4ad28634e62520c69f0f2e5 SHA1: 19c02f2dcc1bd0b31ea9acffcfeeef5beff4b14b MD5sum: b160ca056de0b2faffef6c0899694328 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-jazzy-bond Version: 4.1.2-1noble.20250320.221303 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 537 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.1.2-1noble.20250320.221303_amd64.deb Size: 52042 SHA256: fc2a32f32f4a28b74e9c23f9e8d2e8d27c0eb21596c76468e54d006e45d426de SHA1: 469832745de0d5a127bb88b55586d7bdac80bc7a MD5sum: a20e4b7c494f539c68d0d5c255d3b76d 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.1.2-1noble.20250321.135853 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.1.2-1noble.20250321.135853_amd64.deb Size: 5810 SHA256: 869be8862a5aa78a2a14c36ad5ab1fef64d970fa8b36db61a35a17fa4d97f8ae SHA1: c5664b69a05b1983184ef0dc110832305bb19613 MD5sum: 1afa05939537f90a2b85fe6371c8a676 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.1.2-1noble.20250320.221303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 387 Depends: ros-jazzy-bond (= 4.1.2-1noble.20250320.221303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond/ros-jazzy-bond-dbgsym_4.1.2-1noble.20250320.221303_amd64.deb Size: 285374 SHA256: a95633f68962f7208500b4bf90bec223f7d69ae3086d0b8b4caa949fa0d7c3fc SHA1: 334c97481d35b9131c566df97506bd7e4cdb2c0d MD5sum: b39491e41585d5c66d9801fc395dbff1 Description: debug symbols for ros-jazzy-bond Build-Ids: 01acd144453592494ea64bd1a1fdd9c200352714 189b2d17730c8d3566db9f45560df5c9bc0fd11b 2cf49c669ef53108a2bcdd7d1484df9d2e0a2d54 40c6316d79b9371c255797859061fb1a9f56c6dc 8bfa7fab5c804a58f2b157ec0363353d1a9d2679 a25f3a00513e06d6aea32ae84a4e2a552cb182ac c74fe29ee9680257ffd7c6c505e108b72a860f14 d1546325b6c83718a0cae04068792f24a02f91c8 d7f73e08af4396437331df58909751bf6ac07f0b d83b8016a5ab6ba1ede20184285f89bf0916b162 f088272e747ce54a0ad18673da3859b5acf18955 Package: ros-jazzy-bondcpp Version: 4.1.2-1noble.20250321.132506 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 578 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.1.2-1noble.20250321.132506_amd64.deb Size: 124138 SHA256: 6d2e388fd8585119c65436c870bd2c629932495175b01767cd561c0a2a69f37d SHA1: 32a4ab881d6bcec678be2c00a646dda4dba447a6 MD5sum: 36a180d1b73f1d66481d594775ed322f 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.1.2-1noble.20250321.132506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2265 Depends: ros-jazzy-bondcpp (= 4.1.2-1noble.20250321.132506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondcpp/ros-jazzy-bondcpp-dbgsym_4.1.2-1noble.20250321.132506_amd64.deb Size: 1927996 SHA256: e03da6b61bb848f2366211cc3f9f0722f6b40794361c34b66c094ebbdbcda8b1 SHA1: 423341c64017382f7ef535b9de2ba849998469de MD5sum: 613c0412fb2d405a2796fe6fa80d8e07 Description: debug symbols for ros-jazzy-bondcpp Build-Ids: e3ea6ef211088c2a34c9bb112c763b988649b692 Package: ros-jazzy-bondpy Version: 4.1.2-1noble.20250321.131511 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.1.2-1noble.20250321.131511_amd64.deb Size: 16192 SHA256: cb2c6b36d87379a4f39ad40cbcd5c8dfc66017d6ab99058cc620156a93444d65 SHA1: d00bd972301a44b76df7592e90c3435d7d14273d MD5sum: 055383d2d52869d16e8908c754353e95 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.20250321.132351 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.20250321.132351_amd64.deb Size: 10674 SHA256: b5ea84680da3d0096316d698ee8152d45f633c4ce9abe0ca30398b6d989b5c40 SHA1: 6992810f5f052b6673cd76e4f70c628e29dcd9eb MD5sum: 032e313c5ff45c4134d441c1c38f9682 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.20250321.132351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-jazzy-boost-geometry-util (= 0.0.1-5noble.20250321.132351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-geometry-util/ros-jazzy-boost-geometry-util-dbgsym_0.0.1-5noble.20250321.132351_amd64.deb Size: 33894 SHA256: b70661518584c39dcefb19b40ca3baf89149b7bafe57d4dd8a0ed686d5230635 SHA1: 2b320ed086899991eb318b2ea2a1bc4d826f7c12 MD5sum: 54b4bbfde3dc12afef5b7fd4bc8be000 Description: debug symbols for ros-jazzy-boost-geometry-util Build-Ids: d896633aa6d015c2c7f18046222814b508cefd24 Package: ros-jazzy-boost-sml-vendor Version: 1.1.11-1noble.20250320.185544 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 194 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.11-1noble.20250320.185544_amd64.deb Size: 24568 SHA256: 9c1b4c4a2c9cfd5e0e83608075794877b330c629d084952143be57054239923c SHA1: 7a4638472bb43bcf73e09ba2e35248385e9ec6a8 MD5sum: c451dd0a7f6a817c2bffb8eef146d762 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-jazzy-builtin-interfaces Version: 2.0.2-2noble.20250320.194206 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 505 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-core-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces_2.0.2-2noble.20250320.194206_amd64.deb Size: 44556 SHA256: 170e066f223408c455c54fe7c3d4b05b5f5100d07c5119ebb13d09edff35b6ca SHA1: 235b4d76d7a6b276a53ff2f2957c4f1b19866b3e MD5sum: a06aa52132fc18084b81b604cf12afd4 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.2-2noble.20250320.194206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 336 Depends: ros-jazzy-builtin-interfaces (= 2.0.2-2noble.20250320.194206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces-dbgsym_2.0.2-2noble.20250320.194206_amd64.deb Size: 233486 SHA256: 9e4747833ea43ab5e7300cf2143b29e1ac978b71a4b915abf4e16ba2c4143666 SHA1: a397ec273bde628fb19cd45df7ec672605282645 MD5sum: 1c7505b0f83cbc3719a5532c1f2354aa Description: debug symbols for ros-jazzy-builtin-interfaces Build-Ids: 059cd7fc99ca4514af9d74aa7a97576948443260 0752c205c2e05a7902af6ffc24b12d712c085164 51b18b83ea3444ab4cf09a93bcc7f967cd836981 577a14dfee4784fdfff83fbe1516fc0a3ed243a3 75fc85e2a03a44d4a683fb5d87b7c261ed30ba70 8a9943c3f8831db91b6d87ee4644c56671ffec87 9298249d513aaf31da7064a3a52f519f0c46e803 9833624cd10a3681d19428c3cd07d47e0831807a 9fd1d8ad44f03c30cbd82249ffbe11f5697ba79d ccbc78932a0045c6c44954f5feb99a33fbe505fa dc53f97c91bc2e3c6c17fc5c11fb992360d764f3 Package: ros-jazzy-camera-aravis2 Version: 1.1.0-1noble.20250321.142956 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 1340 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.1.0-1noble.20250321.142956_amd64.deb Size: 282412 SHA256: 1f6717b8d0ba5d2e8ffc356fe105df18f9d17b32b5e18c6327030b22f1d84f1e SHA1: b549c11b4a9073a95bb641f3aad771d22241ae14 MD5sum: f5dd664a4ae35f77d945c11e86c9d4ef 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.1.0-1noble.20250321.142956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 7061 Depends: ros-jazzy-camera-aravis2 (= 1.1.0-1noble.20250321.142956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2/ros-jazzy-camera-aravis2-dbgsym_1.1.0-1noble.20250321.142956_amd64.deb Size: 6547834 SHA256: b8ce0ab1ed786869a8029b0cdab6eb9033618a1e55c29753a06767d4a065f48e SHA1: 0af16baaf4082a184f28c926a5cef708c43ce203 MD5sum: 424a5ef5bac2d933a916323ab3bb793a Description: debug symbols for ros-jazzy-camera-aravis2 Build-Ids: 197cee4632524a90f2e183a446089732c9aa1bd3 43d3931d4773fd1b293f41b30f74ebc880305211 8bba4d085e7aae4c3aa15fd7ecc10f01d1819404 a9e88c72dc735e427cd8b1e10c8d18698326f6bd c247eadb9926fbf3f05c1ef9bdc515a6a641dc05 Package: ros-jazzy-camera-aravis2-msgs Version: 1.1.0-1noble.20250320.224324 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 898 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.1.0-1noble.20250320.224324_amd64.deb Size: 82256 SHA256: 8f2846751baaa6d6bc468917db6757eced2e9d8e81ca5a8c23ee443bb87e0768 SHA1: 1bdd163810c11824cef567e674cd55aaa988a235 MD5sum: 1206632895ca7ce46320b9f0fe21fcc5 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.1.0-1noble.20250320.224324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 689 Depends: ros-jazzy-camera-aravis2-msgs (= 1.1.0-1noble.20250320.224324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2-msgs/ros-jazzy-camera-aravis2-msgs-dbgsym_1.1.0-1noble.20250320.224324_amd64.deb Size: 527100 SHA256: 96cf84b47cdcccb0d3f53512844c14a0e09204d8769423f59bd2cb83b2286f7d SHA1: ed190f783aeba0c37b591eceec2fc20fa6461bd5 MD5sum: 71d0bceec75ca16a12e10e41ed6b80f7 Description: debug symbols for ros-jazzy-camera-aravis2-msgs Build-Ids: 2fc4ec0f552d8ad8b93536942a3aff8c39150ea2 305009f74e30a14abad7e3303f84435a3725e8ed 523f6224b848a5db57ed783b5311e64d7fd4930c 59315e6422a51feea26bf3938d48916005f87741 917db2047a4e02af555b191f690747e23d78fed7 9d378c991b96e4dc0365e28bca9b7986778b0456 d498a4a492919b8db9deaa65c3d68609c4c12553 da594297f141bb3cea5614f4264c8f01fe4d3c4c f2ed11687e5910e8d8f6e85c48c14b639d38f671 f30bbc33e996cfa86dba4eb4f44ddae168315c5b f8eb7f19444fdf15c8cdb9f174ba369fefc0147e Package: ros-jazzy-camera-calibration Version: 5.0.9-1noble.20250321.140811 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration/ros-jazzy-camera-calibration_5.0.9-1noble.20250321.140811_amd64.deb Size: 79026 SHA256: b0aab3d105ca3dd307cd2b4614b7b7b260ef75d54c80d948bad17c8c6d04302c SHA1: 9084d1f34cda4c09b50b88753f6db495eb81d455 MD5sum: c0b774bc0428a4ec1d98add150101ff5 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.5-1noble.20250321.134103 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 228 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.5-1noble.20250321.134103_amd64.deb Size: 56964 SHA256: 5d5a55228e5db8c61f9b84519963426a7f04b412915020a442ef6902c6daba23 SHA1: 7326a5b9e55818e8a4a076a13720be1d163b946e MD5sum: 40023d9e97e00e88c5fe4064234cd167 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.5-1noble.20250321.134103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 774 Depends: ros-jazzy-camera-calibration-parsers (= 5.1.5-1noble.20250321.134103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration-parsers/ros-jazzy-camera-calibration-parsers-dbgsym_5.1.5-1noble.20250321.134103_amd64.deb Size: 718354 SHA256: b05fe3c1c55ac5a4dca7d137a3d167c07e20d636f577a02e9a057b7e207899dd SHA1: ccc0bc6ea4ebbc45b9a9ed818a44e35b2db11438 MD5sum: 98b6d7abc51b26bd352ffee084d66c01 Description: debug symbols for ros-jazzy-camera-calibration-parsers Build-Ids: 4101411e26947901147e19c131816babc2f8b1b0 4573ad117661212e39c46d3f9b51ee0ae57138ef Package: ros-jazzy-camera-info-manager Version: 5.1.5-1noble.20250321.134351 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 170 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.5-1noble.20250321.134351_amd64.deb Size: 41050 SHA256: 814c5a5a8d79a757c3dfb43197c34236c87b6fa554d9d713999f3bc1cc3dfa99 SHA1: f618bd9517970d89a26209dc4709fee4cabdee91 MD5sum: 25312f410343033c39b9d1c3f24c9a67 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.5-1noble.20250321.134351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 489 Depends: ros-jazzy-camera-info-manager (= 5.1.5-1noble.20250321.134351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager/ros-jazzy-camera-info-manager-dbgsym_5.1.5-1noble.20250321.134351_amd64.deb Size: 450114 SHA256: b4f3d710b8ed0422d785763d27cc9afe6dbb477f1b970e17e0c13fa022582ee3 SHA1: 07bf40032ed4361595c34d7a46eda8aa6b04d5aa MD5sum: 1ddc2adbc6cef854718486d59eb958d0 Description: debug symbols for ros-jazzy-camera-info-manager Build-Ids: 6eae5d3d51ad2002cab155bd715be9af125f0ad4 Package: ros-jazzy-camera-info-manager-py Version: 5.1.5-1noble.20250321.131546 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.5-1noble.20250321.131546_amd64.deb Size: 23926 SHA256: 1caf05e673787c9ce26f56ab2a723d49aa0cc93a351b6d5a63f43707e675b7aa SHA1: cafb985e462916467cec18e5280e67712f99bfeb MD5sum: 5d7b72532b1ca591577bb5f36720d77e 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.3.0-1noble.20250321.142424 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 627 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), ros-jazzy-libcamera (>= 0.1), ros-jazzy-ament-index-python, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-view, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros_0.3.0-1noble.20250321.142424_amd64.deb Size: 185972 SHA256: 53982546353b780484fe05c085857d66901878edc469e6aa0bb633bc1f351239 SHA1: e38627e9e160ac624c227a817f40d58a6f837135 MD5sum: 230b10f134dc25d331c8d266b76ea9b4 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.3.0-1noble.20250321.142424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 3648 Depends: ros-jazzy-camera-ros (= 0.3.0-1noble.20250321.142424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros-dbgsym_0.3.0-1noble.20250321.142424_amd64.deb Size: 3455916 SHA256: 291e25ddd4f86590c2569e244fc6aa6813952cca7fc41edd06c00a56d6a631e9 SHA1: 07fde7724b1644d347651810bf8a90871ce383be MD5sum: 144c296f0e36ae7e0ae82ef493218c63 Description: debug symbols for ros-jazzy-camera-ros Build-Ids: a90cdafbf144ea16c6581055fcc2bbd2c257664a bc95e265ea1b185d8ab746deea6402bfff59aa84 Package: ros-jazzy-can-msgs Version: 2.0.0-6noble.20250320.221300 Architecture: amd64 Maintainer: Mathias Lüdtke 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-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.20250320.221300_amd64.deb Size: 44186 SHA256: ef3e0025b3a56be6a14586a2a3f57c082a812b3c65b56d0ff4c646a641059303 SHA1: 99a6f7f7bb772601dd91ff463dc9139ddc9ff80f MD5sum: cc36b16d3a0ce8802f61cafae31c854d Description: CAN related message types. Package: ros-jazzy-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-can-msgs Version: 2.0.0-6noble.20250320.221300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 285 Depends: ros-jazzy-can-msgs (= 2.0.0-6noble.20250320.221300) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-can-msgs/ros-jazzy-can-msgs-dbgsym_2.0.0-6noble.20250320.221300_amd64.deb Size: 199106 SHA256: f028c6048338755ba6d3ec36bce981dfde945c5a6da32bf1503d84b403932668 SHA1: 70e4e43ad6a529e501dcb671beb3712b55271645 MD5sum: 181e131560967e2c1cc73cb01d8c64eb Description: debug symbols for ros-jazzy-can-msgs Build-Ids: 295f1f670005142cc84d713253b33db278ffbe19 53d38ae8121ce718a6c0a9916556ef5fc1cda645 5d23fbc357da16047c6dc6998f30f9c6cc559205 6262156d7e051765324a5096d92b99efad0ae8ad 6c5bb9869ec89b06a961dd458630a405c977a143 7414ec1ee820fd80b6969514d5100a1fe50593b6 8457895851d4d136c49c093d172a93039c668860 85ca9c5669312fd1cd10517cf3f19428977a4d2c 9244d0085040a18ed9baea33a6cdcf4e636d01f6 ad38dcc0b811d5baaa4c07c480a51b4ee5b552c1 d79c325c1b258f87d0e0f72968a2c697f84fc0eb Package: ros-jazzy-canopen Version: 0.3.0-1noble.20250321.135937 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen/ros-jazzy-canopen_0.3.0-1noble.20250321.135937_amd64.deb Size: 6146 SHA256: b5a26e021017c54c5fe58e57b317526c806617e1abc2129f6fc7b2aa2275d9bf SHA1: 8e8858d58146035b393dde409bdde75013ecb687 MD5sum: ec8664873be0f536a0eaf5a80f66a77f Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-jazzy-canopen-402-driver Version: 0.3.0-1noble.20250321.134407 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 1066 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-proxy-driver, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver_0.3.0-1noble.20250321.134407_amd64.deb Size: 226912 SHA256: eff2b0e35d818d34daac9d49d996cc4ff15c1a6db1fab96f96219000b6c0d68a SHA1: f6c68f9c9e88cdb7bebe6e115c9c73cda8896af3 MD5sum: 44b7d7df7eac39f1fd7e2b96a4706891 Description: Driiver for devices implementing CIA402 profile Package: ros-jazzy-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-402-driver Version: 0.3.0-1noble.20250321.134407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 5520 Depends: ros-jazzy-canopen-402-driver (= 0.3.0-1noble.20250321.134407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver-dbgsym_0.3.0-1noble.20250321.134407_amd64.deb Size: 5175622 SHA256: f76f4d68d25001abf1c8123cf61059a0eb15a7776d2c9095cf8b4e69ba0d799c SHA1: 7b05df9d8896ec1c569e6c7f4743970c68c4e679 MD5sum: c8fb565517fcee08040e26839a9b75ce Description: debug symbols for ros-jazzy-canopen-402-driver Build-Ids: 0ceb0a35951ffc4b35c4d61b80ae4bb7297388b8 1face2eec50e34c8f1bf05aa6b1f737675e85d42 2e682d065330d77fc21e8a309b0a1e0e69c58971 cc896b57f780b57e91eac3c0214b38ff9f32fc16 Package: ros-jazzy-canopen-base-driver Version: 0.3.0-1noble.20250321.133452 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 887 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver_0.3.0-1noble.20250321.133452_amd64.deb Size: 181272 SHA256: dbbf0f6947c498cc0e3335ff02e10062a44cd99dec3d2a2ef8df327c59b72b2c SHA1: 4ee515cb83b8f77aea0c6e58351c0746941ea6c5 MD5sum: 335d6fe094acd7a1ce0f835cf6eb0b45 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.0-1noble.20250321.133452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3927 Depends: ros-jazzy-canopen-base-driver (= 0.3.0-1noble.20250321.133452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver-dbgsym_0.3.0-1noble.20250321.133452_amd64.deb Size: 3662672 SHA256: 6a58c34d6f14c06ac545f2387b88c6cca0a04a8ae6c8e0bd16edc1bcbef72f95 SHA1: 1c4b8051ac2f6df941072e7cba030a35b1f2fe34 MD5sum: 0c1999419aaa55f39523ce2b9379298a Description: debug symbols for ros-jazzy-canopen-base-driver Build-Ids: 5edac7416267370caa6d0b43550b9b0ef71afdf9 86722eadb0c6d0fb3fd56bfc6f1a6e4086086bd6 b91b78cb0ba619316ada38ac363a38f0971ce83b fc5aa564cc72005048fdc67532df0a09a7817ece Package: ros-jazzy-canopen-core Version: 0.3.0-1noble.20250321.132926 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 781 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core_0.3.0-1noble.20250321.132926_amd64.deb Size: 184714 SHA256: e0f93b93f530b465091638846df0e5ad6f2084e5b5bbeb213df66bc7169f2e72 SHA1: 038a2c4eef3373ee4e6f6f5cf8e5e3f30f78befd MD5sum: 4efea2b9975aaec3e2e542b1da3bc251 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.0-1noble.20250321.132926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 4391 Depends: ros-jazzy-canopen-core (= 0.3.0-1noble.20250321.132926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core-dbgsym_0.3.0-1noble.20250321.132926_amd64.deb Size: 4203700 SHA256: 4ff2732c4c04dfc34415f0c7ec77ab7f095d3be424f901f297a57ccb08ea8fc6 SHA1: e7824e3a7472a4279f39086c63cbb2a86322c2c0 MD5sum: 55c87766a3c576cdb799d724a88c4fae Description: debug symbols for ros-jazzy-canopen-core Build-Ids: 87c38539364c2eda81521731190d90d4fe5b7ee0 895f4d571509940afd89321562cd979d777659e2 a19a20d1af654eb810727755600f7b25a46293ac b0df978ab8f001639a01113580e035f347d8f1ad Package: ros-jazzy-canopen-fake-slaves Version: 0.3.0-1noble.20250321.134157 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 303 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lely-core-libraries, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves_0.3.0-1noble.20250321.134157_amd64.deb Size: 60298 SHA256: cb921504bf02e7198d432c2722eb592b93a84274f3d9383f6c79c29f31917c1e SHA1: 7d05ab3f2691541aceab3dd1d4201112601a26b5 MD5sum: 1c4ac7d69b9b3552d14a9b6869703dce 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.0-1noble.20250321.134157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 881 Depends: ros-jazzy-canopen-fake-slaves (= 0.3.0-1noble.20250321.134157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves-dbgsym_0.3.0-1noble.20250321.134157_amd64.deb Size: 817454 SHA256: 615e44360fcd7993a318c91a0b535e6006e473460cd742b80007314fadced418 SHA1: 9d006307460d425160f439c9329d5521f2070f5c MD5sum: e8942902ea565550ee54c5e5d5386a88 Description: debug symbols for ros-jazzy-canopen-fake-slaves Build-Ids: 87b1407c09e977ef481fd2bb35b5c5ac04a1d1f1 aaf6f343189251074ec9e8cc306faf2f9d88b3ca Package: ros-jazzy-canopen-interfaces Version: 0.3.0-1noble.20250320.195922 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3485 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-canopen-interfaces/ros-jazzy-canopen-interfaces_0.3.0-1noble.20250320.195922_amd64.deb Size: 215490 SHA256: 365a7efc4d1ebbebd0a69a75f82f5f2cdad0c7a2cb762017cedf90f4bc824a90 SHA1: 7f7ab6f742a3b58f95e52683c531b0bffce147cd MD5sum: f074b26ec069cf9823f8d1f2b2bcf9a8 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.0-1noble.20250320.195922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 2333 Depends: ros-jazzy-canopen-interfaces (= 0.3.0-1noble.20250320.195922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces-dbgsym_0.3.0-1noble.20250320.195922_amd64.deb Size: 1780184 SHA256: d9cb3feff6a95bbcd69020326806f71e201334a35add5f07618878b71b1660ee SHA1: 20c3835b3ed53a04799d49c8194c453b6690e8ea MD5sum: 487b551cbb4503e964adb9b07185cef4 Description: debug symbols for ros-jazzy-canopen-interfaces Build-Ids: 1118999d2e2e696113adedfaa60aee9d0ad6df4c 48bc39cb5286cb41e257641df154b3587839b325 5dce12ad739e1192e4ae48372ce4bd928bab13aa 6ae673f291755cab7410c998e5e95af0451b38b4 926382d850425d0d4ee29cb23f0f39d315e9240d 9c98013cac70b3fd4795fa8be48b928ca63a3e82 a747c3abf0363cae483dc67d0852bcc1280f831d b1eb81d246f543bceb1d35d235fd9ba8b49933f0 e01bb285af5d14e84ece19e3e2526121f3826e64 e21f3af0d4e77c3dd1be2c681c1faa202436cb76 e4c721430f7e2efc2c56f239c430e3c805bdfc87 Package: ros-jazzy-canopen-master-driver Version: 0.3.0-1noble.20250321.133712 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 757 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver_0.3.0-1noble.20250321.133712_amd64.deb Size: 146704 SHA256: c3c9c495ed0dd681a43e3949aee3425de8cb19ac70cf5986d22e874452db1af5 SHA1: d3e865642218d855326131ac811b816dfca783dd MD5sum: b926b145945e2d6f60e64f25f8d2c738 Description: Basic canopen master implementation Package: ros-jazzy-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-master-driver Version: 0.3.0-1noble.20250321.133712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3439 Depends: ros-jazzy-canopen-master-driver (= 0.3.0-1noble.20250321.133712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver-dbgsym_0.3.0-1noble.20250321.133712_amd64.deb Size: 3182720 SHA256: 0585d47b234bcaf6ec46ba987b489716622e069b72d6dc5022966fe528e10783 SHA1: b5a73d69d979d3aed1c9dc35c5d90ddf4c9a4153 MD5sum: dd127f6e3552da004b1b13878d9e1f5b Description: debug symbols for ros-jazzy-canopen-master-driver Build-Ids: 1c5a500c5fee1b30bfe99652db0e3f4b00badf14 2b688435e87597404934bc8097bb13652cc4f4c6 4048f31bbc813f0e7a2d11c2d4f6b51ed26d1480 aba23434b74972404152ce0cab0cbebb874f69be Package: ros-jazzy-canopen-proxy-driver Version: 0.3.0-1noble.20250321.133929 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 1180 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver_0.3.0-1noble.20250321.133929_amd64.deb Size: 237608 SHA256: f2dd09bf0ddeeb906dcad5d5c93402441ace3c96e7a92deb883b8033c965c79a SHA1: 3be63fe57ef41aaf93b82b916ef655b035376962 MD5sum: 2e0f9045c25933b42cb160e0a0da6265 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.0-1noble.20250321.133929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 5568 Depends: ros-jazzy-canopen-proxy-driver (= 0.3.0-1noble.20250321.133929) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver-dbgsym_0.3.0-1noble.20250321.133929_amd64.deb Size: 4981070 SHA256: fd59bf6c26f63236c1d1903495c3e2a5dde496e2c841b4a69f0a87c2b2d7c077 SHA1: 8cbd44c181696cb234a73a78c791edcd07257218 MD5sum: 80b79d601ed7e75bc12bc3cf2c8c8ea3 Description: debug symbols for ros-jazzy-canopen-proxy-driver Build-Ids: 418d0ed20be7aff00c7b9a18370e106f2cdc65ab 787d329ebb6013951a7c407d0c898019113af90f 99879c5e473fb17954ba2889b624f04a99ba21d2 Package: ros-jazzy-canopen-ros2-control Version: 0.3.0-1noble.20250321.141211 Architecture: amd64 Maintainer: Lovro Ivanov Installed-Size: 410 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, ros-jazzy-canopen-402-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-proxy-driver, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control_0.3.0-1noble.20250321.141211_amd64.deb Size: 112832 SHA256: de7f933afaf8ac88bfcafe8d0bded32caced1c75d1c31d686293fbf1e1e3ac9f SHA1: 379ce284ba608d69ebde3ee5d7e31e6086009425 MD5sum: 282056cde78ac366e9b016bd58c6d4d0 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.0-1noble.20250321.141211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lovro Ivanov Installed-Size: 3529 Depends: ros-jazzy-canopen-ros2-control (= 0.3.0-1noble.20250321.141211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control-dbgsym_0.3.0-1noble.20250321.141211_amd64.deb Size: 3427682 SHA256: a82398cae0d3d29ae51f08dde56be39926d50d163d4b4a85379199237625100a SHA1: 186a63477fed88a00b8ccb8119250829499bacfd MD5sum: 3b8c08b7da4c19d4dbd325cad5f97ea8 Description: debug symbols for ros-jazzy-canopen-ros2-control Build-Ids: c99cb47401776ab9396b6a4b119be3656eea5b13 Package: ros-jazzy-canopen-ros2-controllers Version: 0.3.0-1noble.20250321.144847 Architecture: amd64 Maintainer: Denis Stogl Installed-Size: 719 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-canopen-402-driver, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-proxy-driver, ros-jazzy-controller-interface, ros-jazzy-controller-manager, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers_0.3.0-1noble.20250321.144847_amd64.deb Size: 161568 SHA256: d71784191da947a6855d1fd81e409feaf7b97bc92743359a2dcba3b96757c073 SHA1: e195b550708e517642bde09b382faa1e43e578a9 MD5sum: 2d9b22af04fc39202adc7b7d08259bf7 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.0-1noble.20250321.144847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Denis Stogl Installed-Size: 3851 Depends: ros-jazzy-canopen-ros2-controllers (= 0.3.0-1noble.20250321.144847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers-dbgsym_0.3.0-1noble.20250321.144847_amd64.deb Size: 3428676 SHA256: 4af6843cab8e56cca647544f6405324e1d82f587f8163f884364ee097c28f92f SHA1: 6c1f58df46c854ccc19c2dec357a3b4bc3009497 MD5sum: acfcfb8684307277a505060c383a284e Description: debug symbols for ros-jazzy-canopen-ros2-controllers Build-Ids: b0521db5840ebafe71b208bbb1605a1b77bcf036 Package: ros-jazzy-canopen-tests Version: 0.3.0-1noble.20250321.145444 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 651 Depends: ros-jazzy-canopen-402-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-fake-slaves, ros-jazzy-canopen-proxy-driver, ros-jazzy-canopen-ros2-controllers, ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-tests/ros-jazzy-canopen-tests_0.3.0-1noble.20250321.145444_amd64.deb Size: 34254 SHA256: 57ba38197bbe9d1e8931cea7d709e3b7fedf347dba8d1c6503be466873592e2e SHA1: 06c5a0bd61abb9eb23ae65677fecb8f89ec8119f MD5sum: 3eb8044ab6f590bf98cedc5f34d315e1 Description: Package with tests for ros2_canopen Package: ros-jazzy-canopen-utils Version: 0.3.0-1noble.20250321.131600 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-utils/ros-jazzy-canopen-utils_0.3.0-1noble.20250321.131600_amd64.deb Size: 14938 SHA256: 1d0535805994c4ce7bcdcc91a5961ec4021c18ebf9be78ddf43d026263c927c4 SHA1: 37d94a26a526548f002a77e2892fca091425b25b MD5sum: c2ee08cbf89d2b0799308592549d2189 Description: Utils for working with ros2_canopen. Package: ros-jazzy-cartographer Version: 2.0.9003-2noble.20250320.183350 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 12254 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.9003-2noble.20250320.183350_amd64.deb Size: 1595608 SHA256: 4686b53ff2c9fcd516a522d83440d90d8e893fcaebdace4f1a4b47f345cdbde4 SHA1: f9ea7a3850874efaf3174f7e8267ed09df323829 MD5sum: 8a5e9cfd33cc48c32fd90b4ffb8221f7 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.9003-2noble.20250320.183350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 31440 Depends: ros-jazzy-cartographer (= 2.0.9003-2noble.20250320.183350) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer/ros-jazzy-cartographer-dbgsym_2.0.9003-2noble.20250320.183350_amd64.deb Size: 30735022 SHA256: 167fc6e40edd33bf9d74aa0bfec7b225dc78fb5e130ceecc83459f967a0eb75e SHA1: b0c661c02698d0265dce431c0f4aa7ff1d810e1e MD5sum: 6adaaf24e316b42afe0b4224528fc754 Description: debug symbols for ros-jazzy-cartographer Build-Ids: 04094a659c517e764504cb35b0b726c68440285a 73f9127fac94ae2510b650990241558a79997fa4 86e6c9b85d9519c2d3b65c233f896512bf5d5633 997218d5611722129756234a8cb909a6f92ae1d6 Package: ros-jazzy-cartographer-ros Version: 2.0.9003-2noble.20250321.145819 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 26167 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.20250321.145819_amd64.deb Size: 3128276 SHA256: de3eb8da7719ff49b805d3ba2dbca39347a1d8f8a9b06c90ed6abad9a0ba54f5 SHA1: 12e794568a82b6884e508cdf8c62efd6ca238e81 MD5sum: 25976ff0200a1e9143c488ca3ad0a7ca 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.20250321.145819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48656 Depends: ros-jazzy-cartographer-ros (= 2.0.9003-2noble.20250321.145819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros/ros-jazzy-cartographer-ros-dbgsym_2.0.9003-2noble.20250321.145819_amd64.deb Size: 40937968 SHA256: 98f8a165ef1bacdbed45a5b1fa8dc987c2d38457401402ac34c6549a47062d27 SHA1: 4b1ed57f4b3cbb5ababf6f7d46a5fdad552d3d13 MD5sum: 734ca525800d2e748c4e756902b334e7 Description: debug symbols for ros-jazzy-cartographer-ros Build-Ids: 39469c5504f1b11db46bd822f57e0144bd499a05 50747a15956ddee334d4facaf8e2759d0a9ccf79 519bc2bbac4bb2f476bfbd0d8e6690c030637ac2 5ebfe225dce3fc37074a7eed5fb48d42e77da51c 907072044767411f0c7aea72b6c6046bcf961c29 ddf24eb07ee2cb5f4eb1a18e83350a5cfa51f39f f49ef1556e444f1a2d5893d597d9361611524de9 Package: ros-jazzy-cartographer-ros-msgs Version: 2.0.9003-2noble.20250320.223155 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5231 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.20250320.223155_amd64.deb Size: 361408 SHA256: c9f281304c342698803d9b0541e5aa4ab741c11aa62ccc34c190e601494d046c SHA1: 309f681071cfba72e96a8dd796bb0fc9aebcade9 MD5sum: 53bb53de13512f444a5d14288fe78dfb 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.20250320.223155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4338 Depends: ros-jazzy-cartographer-ros-msgs (= 2.0.9003-2noble.20250320.223155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros-msgs/ros-jazzy-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20250320.223155_amd64.deb Size: 3569210 SHA256: 15f9137bf80b8852e63b5669d9d3628827bc908b143941b7092ea9d864928d40 SHA1: fea376753d6c50630e7441cc70d6040a63c5290d MD5sum: d6c6625447b5a2883aec07fbe6fe0dfa Description: debug symbols for ros-jazzy-cartographer-ros-msgs Build-Ids: 02c2c8d3a66f7e72de56467361a94012871627ea 431cc475fc44ea7e28a7dc055d2ee0625d2e7192 437601322f1a12519a1f0c455f3c298302ebdf76 5b71761850a2f1065d06317baba37109aed68366 63e10daaa1c74723ffa813025970b12719bac4a1 81fad20fbff9989a32073d95b2652f974fe9fa30 8e935228e64ff558d3ae6d2b454bd11572055755 9c45cc997b29e3474235339128be1943a7250f04 ae6e62b1692094897eac8ca0270ec786239933dd b3906e768e19a7a1d1929d2daecf81f45299294b da573c42d1bafbf5be7cc0529dc6896f10e91dc8 Package: ros-jazzy-cartographer-rviz Version: 2.0.9003-2noble.20250321.152526 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.20250321.152526_amd64.deb Size: 474162 SHA256: 34f2c37ec6b3825c13b464a7a7c3833506d9ccbaa63888e8ca498970a0905ea9 SHA1: de69a2d879238c178547c12a912f35e58a37f9c3 MD5sum: 727cec2d1c5fc905b4c1285dc4f96a74 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.20250321.152526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5429 Depends: ros-jazzy-cartographer-rviz (= 2.0.9003-2noble.20250321.152526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-rviz/ros-jazzy-cartographer-rviz-dbgsym_2.0.9003-2noble.20250321.152526_amd64.deb Size: 4637278 SHA256: 5bc16f2aa4dfa9caddcde45e24884cccc7fc4ba143e7acbdd78fda16d37f6ec6 SHA1: c30f022ba74c75a2b67c0931ed590bc1bc354747 MD5sum: 14df138bcae05a3b65b6833154018e4f Description: debug symbols for ros-jazzy-cartographer-rviz Build-Ids: 30890fc18394cf2fc308240cb56f34f241534566 Package: ros-jazzy-cascade-lifecycle-msgs Version: 2.0.0-3noble.20250321.132239 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 529 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.20250321.132239_amd64.deb Size: 49244 SHA256: bf69111e7308525e8b6a519dcd493ff7481012ce37be4222a86a044c8e31d76d SHA1: 679db2152f5086bc8264b604b602e9a2daefca89 MD5sum: 085705f2e81de7213254090f75c59506 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.20250321.132239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 371 Depends: ros-jazzy-cascade-lifecycle-msgs (= 2.0.0-3noble.20250321.132239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cascade-lifecycle-msgs/ros-jazzy-cascade-lifecycle-msgs-dbgsym_2.0.0-3noble.20250321.132239_amd64.deb Size: 267160 SHA256: 8570921bdf671bcf1abc4143c8a8316566d045ed68772398a5e4fedc14e0b647 SHA1: 8497d0932723cfeb0ba3eb67fd98f39c434eefdc MD5sum: 09dab787a10ce49f5fa039b20dac41b4 Description: debug symbols for ros-jazzy-cascade-lifecycle-msgs Build-Ids: 382a52f1d917271f19f8a2bed989311f4801de1b 3e17853d34be50a6a9265045449c40e0e25025a3 45fa7964b8f1ccb5efc03b55e449e09b0347ddd6 4e184932db335c4b1f7f6ed6cad97bcab2c118b6 614730f4cf6dd41fe42ac2d42a23b8cbed362eda 643f8be41ae4fb58d9e2c006d554ede4729c3e2f 75b4a446818a3b5a62be491d30040c0a9fb6ac96 ca2de2328bdee80b36ea472737f0509c640d3600 cf28ff0fc6dd3b5f56a44a25fe6ff823243e2dc2 ef94ca0d8f7f0df12188d60bd242cca59e55107e fcf326cdd7aebb2de2581645f002d378b59cb4ad Package: ros-jazzy-catch-ros2 Version: 0.2.1-2noble.20250321.132207 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1503 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.1-2noble.20250321.132207_amd64.deb Size: 384078 SHA256: 2ac08cf683a50f19a17bedeb182121b0190c01eac7cabdfc9abd79efa9869104 SHA1: d2ccd35e296fec5569942fb29739c53a7053edde MD5sum: 3c61142d9138949b87865bf9a8d96a56 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.1-2noble.20250321.132207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3342 Depends: ros-jazzy-catch-ros2 (= 0.2.1-2noble.20250321.132207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-catch-ros2/ros-jazzy-catch-ros2-dbgsym_0.2.1-2noble.20250321.132207_amd64.deb Size: 3078116 SHA256: 1583db83b7f506d45840add5f9e950e7053efd417516bece369cf45e78267f18 SHA1: ed6f99e6f663ed3e259a358f9fcc4395f1d76bf5 MD5sum: 1c918d21527be9e1ef8a6a9a7930a83c Description: debug symbols for ros-jazzy-catch-ros2 Build-Ids: 0a867677143c22ca05922e54615b50d37dc87582 5cf8a226465dc50a3b130e92d5179a0df4fdd66a Package: ros-jazzy-chomp-motion-planner Version: 2.12.2-1noble.20250321.153506 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.2-1noble.20250321.153506_amd64.deb Size: 109246 SHA256: 5bdafd7c65a66670a2fe0c1bb946ed79085961e1b74ac577ddc6ac9e60de4bbe SHA1: f06f7f5c2eaa7d5d8ca814e0b93ce260d4d895de MD5sum: 1c2d5e5040396de3e18088ac20babc3b Description: chomp_motion_planner Package: ros-jazzy-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-chomp-motion-planner Version: 2.12.2-1noble.20250321.153506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7310 Depends: ros-jazzy-chomp-motion-planner (= 2.12.2-1noble.20250321.153506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chomp-motion-planner/ros-jazzy-chomp-motion-planner-dbgsym_2.12.2-1noble.20250321.153506_amd64.deb Size: 7358906 SHA256: 10120c16811e13db9b81e8e0baedafac9773958af5f3613e2d5a3e9bd8977f13 SHA1: 648a6c6dda5b7a1cd201e729ddd4aed5ba86a957 MD5sum: 7690014fad8464796750b9665b4119ec Description: debug symbols for ros-jazzy-chomp-motion-planner Build-Ids: b97a35425994474afb9945faf70c195a15e9f18d Package: ros-jazzy-class-loader Version: 2.7.0-3noble.20250320.192928 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.0-3noble.20250320.192928_amd64.deb Size: 46896 SHA256: e22cbef531c27ccc89e0658ef77af19d4326242210631fa2481f93291b32d505 SHA1: 266a8fa5c13d0cfc365fa611d4a7f176b8ca0cba MD5sum: c961e727c4eb3d6a64cc177c70c25875 Description: The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of these exported classes without the explicit declaration (i.e. header file) for those classes. Package: ros-jazzy-class-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-class-loader Version: 2.7.0-3noble.20250320.192928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 363 Depends: ros-jazzy-class-loader (= 2.7.0-3noble.20250320.192928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-class-loader/ros-jazzy-class-loader-dbgsym_2.7.0-3noble.20250320.192928_amd64.deb Size: 329980 SHA256: ad3dba8cc6e74db8a4cf956fecb860628bc7fe6b6194fa7600c9407817875bd0 SHA1: 93a3927b905d1ea31739f5d0b4178d450af0b19e MD5sum: 3e7d12d682276c153198a03aba5442b0 Description: debug symbols for ros-jazzy-class-loader Build-Ids: f3f6cd6c8ccf35510082ebef97a610b9bb248688 Package: ros-jazzy-classic-bags Version: 0.4.0-1noble.20250321.141640 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.20250321.141640_amd64.deb Size: 9122 SHA256: 3050539ecde7629c47ece0595a104275096bd415ea21cad8a817bee7d19c09e8 SHA1: 57dbf0bcaecbab310e5f6805facc3f97691631dc MD5sum: 275e7a658cf7521b6c670b7411ce549d Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-jazzy-clearpath-bt-joy Version: 2.2.0-1noble.20250321.135901 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 56 Depends: bluez, ros-jazzy-joy-linux, ros-jazzy-twist-mux, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bt-joy/ros-jazzy-clearpath-bt-joy_2.2.0-1noble.20250321.135901_amd64.deb Size: 11062 SHA256: e5353a96e10840ccbd9ae06e2cc1a9f7c721251a246609b8ca3fb29fb938af82 SHA1: bfaa04de42b59c6b0b9a2232641b2c84e092b67c MD5sum: 0545c3b73f5926873ff9ae6a50aa9e19 Description: Clearpath bluetooth joy controller signal quality monitoring node Package: ros-jazzy-clearpath-common Version: 2.2.0-1noble.20250328.122018 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 49 Depends: ros-jazzy-clearpath-control (>= 2.1.0), ros-jazzy-clearpath-description (>= 2.1.0), ros-jazzy-clearpath-generator-common (>= 2.1.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-common/ros-jazzy-clearpath-common_2.2.0-1noble.20250328.122018_amd64.deb Size: 8222 SHA256: 9eb8a45416039c33496d6ed64045357808ee6c440337d25cee4b44e12c99a8c4 SHA1: b24efb554b19d77bd5cc90c8518d2ea6ed8def5e MD5sum: 9d7aebc9e69f64c378c127d3565026fa Description: Clearpath Common Metapackage Package: ros-jazzy-clearpath-config Version: 2.2.2-1noble.20250328.121044 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1200 Depends: python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config/ros-jazzy-clearpath-config_2.2.2-1noble.20250328.121044_amd64.deb Size: 189504 SHA256: 3f8eb925fce1a533e429b7d380f3fd6bb78202f5ba4dcae2e103c5eb8a4402bf SHA1: 7f4371db34cdf140abcd8b8388da55bd468d6032 MD5sum: a9b48d720285f92447e0e119dd23c83b Description: Clearpath Configuration YAML Parser and Writer Package: ros-jazzy-clearpath-config-live Version: 2.0.0-1noble.20250328.121832 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config-live/ros-jazzy-clearpath-config-live_2.0.0-1noble.20250328.121832_amd64.deb Size: 8464 SHA256: 8b1be8370df70d85529e3cb4fd9d7e997661e99980fc3b2c895f43d90f24311c SHA1: 5ca09716b876b5f47e426a4791b4c578e879034f MD5sum: 83dcef144b4c6e48af25dfbb9dc6acdd Description: Live URDF Updater from Clearpath Configuration. Package: ros-jazzy-clearpath-control Version: 2.2.0-1noble.20250325.175158 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 239 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-robot-localization, ros-jazzy-robot-state-publisher, ros-jazzy-teleop-twist-joy (>= 2.6.1), ros-jazzy-twist-mux, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-control/ros-jazzy-clearpath-control_2.2.0-1noble.20250325.175158_amd64.deb Size: 17806 SHA256: b351778fb1c8445e44639c61a8a9182d509ef0fb09b0137f6721190f4fdac1c8 SHA1: 66620ace217c05d7d5bf12af0f98f80cf873195d MD5sum: bafff2510defa8b86d19dab7fd35a08a Description: Controllers for Clearpath Robotics platforms Package: ros-jazzy-clearpath-customization Version: 2.2.0-1noble.20250320.184655 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 100 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-customization/ros-jazzy-clearpath-customization_2.2.0-1noble.20250320.184655_amd64.deb Size: 17762 SHA256: 7b63bc47e540740fce8344e41bd49ccdb5c2737c1da4a7556060bc25c884f79b SHA1: ed282d5ecde5590e5a4909fede8ef5e98b5149bc MD5sum: ca9183d9a92969e69af38fde00c5093f Description: Clearpath customization packages. Package: ros-jazzy-clearpath-description Version: 2.2.0-1noble.20250321.153537 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 43 Depends: ros-jazzy-clearpath-manipulators-description (>= 2.1.0), ros-jazzy-clearpath-mounts-description (>= 2.1.0), ros-jazzy-clearpath-platform-description (>= 2.1.0), ros-jazzy-clearpath-sensors-description (>= 2.1.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-description/ros-jazzy-clearpath-description_2.2.0-1noble.20250321.153537_amd64.deb Size: 6532 SHA256: bc402d32d7f5bd3f6d0bdc950724c53cdc98679bb99af43cdfd62d22e55e2fd5 SHA1: df0f8d6b0e0a34146ea81d1fa77ad2d6e7de7f52 MD5sum: 2b29aaf9216687e5d1cc8fc3a182cf15 Description: Clearpath URDF descriptions metapackage Package: ros-jazzy-clearpath-desktop Version: 2.0.0-1noble.20250328.122058 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-desktop/ros-jazzy-clearpath-desktop_2.0.0-1noble.20250328.122058_amd64.deb Size: 5372 SHA256: 6cc064c49d3d176dabf1bc14b3e03a6931d3ab56145e62c9a1dc833d893deecc SHA1: f139a4d18ccec6b8cae30372fd396f5e7fcbbbdd MD5sum: a1d3de92491150cbbe9206354e5e8cf9 Description: Packages for working with Clearpath Platforms from a ROS 2 desktop. Package: ros-jazzy-clearpath-generator-common Version: 2.2.0-1noble.20250328.121357 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 580 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, ros-jazzy-clearpath-config (>= 2.1.0), ros-jazzy-clearpath-control (>= 2.1.0), ros-jazzy-clearpath-description (>= 2.1.0), ros-jazzy-clearpath-manipulators (>= 2.1.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common_2.2.0-1noble.20250328.121357_amd64.deb Size: 130350 SHA256: bd615010da7ce4b4d395e860c07c79c82320ff24885d237c164ccbd46c4f4d77 SHA1: 481038d4bb07294a88229d2d8efdca7a9767bffb MD5sum: 77d1743b25da640f5e74127d9ddac3ce Description: Clearpath Common Generator Package: ros-jazzy-clearpath-generator-common-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-generator-common Version: 2.2.0-1noble.20250328.121357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 2653 Depends: ros-jazzy-clearpath-generator-common (= 2.2.0-1noble.20250328.121357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common-dbgsym_2.2.0-1noble.20250328.121357_amd64.deb Size: 2581166 SHA256: 072a1b55c51452437494bcd1b3ac9cfd0dd757d5d4ef34ffb43cee94b33abdd4 SHA1: 70db40fcc19c2ac725418e4357aac928d2946a57 MD5sum: ecfbede44f6968492776bc179758cc39 Description: debug symbols for ros-jazzy-clearpath-generator-common Build-Ids: 0859cdfd8c200aa9a64fe849784953ada9dc0ea0 Package: ros-jazzy-clearpath-generator-gz Version: 2.2.0-1noble.20250328.122009 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 136 Depends: ros-jazzy-clearpath-config, ros-jazzy-clearpath-generator-common, ros-jazzy-cv-bridge, ros-jazzy-ptz-action-server-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-gz/ros-jazzy-clearpath-generator-gz_2.2.0-1noble.20250328.122009_amd64.deb Size: 15522 SHA256: b5f55032b6a477eec961efac885680441f810639b6bb832ac5da93a31111bd26 SHA1: a3e57a73e52ee6bcb27e29c05e8fa5423134c01d MD5sum: 5838bf6dc92632a1b79a49d44b0f2e6d Description: Clearpath Gazebo Generator Package: ros-jazzy-clearpath-gz Version: 2.2.0-1noble.20250328.122217 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 492333 Depends: ros-jazzy-clearpath-common, ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-viz, ros-jazzy-gz-ros2-control, ros-jazzy-ros-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-gz/ros-jazzy-clearpath-gz_2.2.0-1noble.20250328.122217_amd64.deb Size: 261157066 SHA256: afc5839cd1b3e302b737a656c347c9588394f708809a08a9106d05e51b8c03a0 SHA1: 65236d6822df9e0c4cacfb2c0e00fae405f4628d MD5sum: 31b3b64d3e5dee904d032fbeb4ce4ebc Description: Clearpath Gazebo Simulator Package: ros-jazzy-clearpath-manipulators Version: 2.2.0-1noble.20250321.171106 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 84 Depends: ros-jazzy-clearpath-manipulators-description (>= 2.1.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-simple-controller-manager, ros-jazzy-position-controllers, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators/ros-jazzy-clearpath-manipulators_2.2.0-1noble.20250321.171106_amd64.deb Size: 11780 SHA256: 2a02f789573b96f31f2674dff65431533a2b79bd4fabc4f39019cd547c787574 SHA1: 9f727fc7195b30d3cd1ccf3b0e5a0c4968a8910e MD5sum: d2e648970d04d846be549d6d4ac2ba2b Description: MoveIt configuration built around Clearpath Configuration Package: ros-jazzy-clearpath-manipulators-description Version: 2.2.0-1noble.20250321.153459 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1793 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-robotiq-description, ros-jazzy-ur-description, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators-description/ros-jazzy-clearpath-manipulators-description_2.2.0-1noble.20250321.153459_amd64.deb Size: 392384 SHA256: 0a88d3003a31036e11ad89d246c9f5827a4d1961d20bde14993b0a9209d98629 SHA1: 503945dffc703a9d87a9a6f915a87c7a8a65dcd0 MD5sum: a16789e17a42f187717c8733cde9a14b Description: Clearpath manipulator URDF descriptions Package: ros-jazzy-clearpath-motor-msgs Version: 2.2.2-1noble.20250320.221200 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 4573 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.2.2-1noble.20250320.221200_amd64.deb Size: 298206 SHA256: a0c2523c4340daaeaa675ccb53f689e150e15d3749009050ffbbc02416a44c14 SHA1: affc1c2d5b8918572a6944260ec17d35cad22067 MD5sum: fc88d790bec194f8ee05516cf6052f7d Description: Messages for Clearpath Motor Drivers. Package: ros-jazzy-clearpath-motor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-motor-msgs Version: 2.2.2-1noble.20250320.221200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 3031 Depends: ros-jazzy-clearpath-motor-msgs (= 2.2.2-1noble.20250320.221200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-motor-msgs/ros-jazzy-clearpath-motor-msgs-dbgsym_2.2.2-1noble.20250320.221200_amd64.deb Size: 2355498 SHA256: 049cffcdb2026591ed3a07c4f84565ce01ec275bea3dc8c492fd0e892f1c028f SHA1: 130d5bfcdf92314d7f90f00e4d5cea5713db0b54 MD5sum: 1a7cab3699d66f70477d8b3cc2b7ffff Description: debug symbols for ros-jazzy-clearpath-motor-msgs Build-Ids: 112a98db69367b1525f4f42c489a9594fd16fa93 14ff569aa6bee716f9a2a570d5617ec0b2115f65 3ce3aefa8e6cd591071b12c46538019b39933e71 47daa8524e3f96bb70b06618ddf37a538b3bf5ec 7cc49e46de549b1e6779bdb46523d8dd6dd5c227 8b437fd3ee05bcfbb68e82a6a14edd4b92cbb7cf 9f69b073633170d984555f7588637f274a049c7f b9afcc27907f156c66948d5306e5ed4b7a3f2c81 db56a78ce82818c667bb48e9601488971168526e ee3a44cb783f783060500ca81ea5e9cbe6a6bf6c f20948a76a30e81fadb6fe081b83e3a292d565bd Package: ros-jazzy-clearpath-mounts-description Version: 2.2.0-1noble.20250320.184645 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1635 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-mounts-description/ros-jazzy-clearpath-mounts-description_2.2.0-1noble.20250320.184645_amd64.deb Size: 409398 SHA256: e8c9ae308a37eee1da4cd9086afbf27834e4d44aae51b7409073ca66a46fa9a5 SHA1: 5c67502eefd294a7a1e2b6eb82594fa27d773eeb MD5sum: 2e094b09f303b65490a79cc1ff910c7e Description: Clearpath mounts URDF descriptions Package: ros-jazzy-clearpath-msgs Version: 2.2.2-1noble.20250320.222711 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.2.2-1noble.20250320.222711_amd64.deb Size: 5336 SHA256: 5e1c6f8d7fa17b7d909c6c1bdb6ba6065af7bb8d120b23f7b3a4df9e02ea2724 SHA1: 0381d12f2493f135500a996a9a3007f026758c98 MD5sum: 7be038738b6a6013b087e5731667f455 Description: Metapackage for Clearapth messages. Package: ros-jazzy-clearpath-nav2-demos Version: 2.0.0-1noble.20250328.121356 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1767 Depends: ros-jazzy-clearpath-config, ros-jazzy-nav2-bringup, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-nav2-demos/ros-jazzy-clearpath-nav2-demos_2.0.0-1noble.20250328.121356_amd64.deb Size: 20532 SHA256: ceaad53d0ec29ef30ca2c6f310d8d8bde74c236ec6e8e16f9cbb35da624816e0 SHA1: 1ff9f31517384956a796e5fd651198e3c18abcbd MD5sum: f113edfb511aaf41adf888e7551c4355 Description: Nav2 demos for Clearpath robots Package: ros-jazzy-clearpath-offboard-sensors Version: 2.0.0-1noble.20250321.145550 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-offboard-sensors/ros-jazzy-clearpath-offboard-sensors_2.0.0-1noble.20250321.145550_amd64.deb Size: 8058 SHA256: dc11907ab03c5b31d8b5b27e9fa2ff088a75b771de30b845b14a3300560810d8 SHA1: 1eea6f06a9c985dc3869b3468de22704bcc043f6 MD5sum: 1c69fb28ec1004b97fbfadbf4f59da6a Description: Launch files for decompressing and consuming high-bandwidth sensor data on offboard computers Package: ros-jazzy-clearpath-platform-description Version: 2.2.0-1noble.20250321.145653 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 68916 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-description/ros-jazzy-clearpath-platform-description_2.2.0-1noble.20250321.145653_amd64.deb Size: 9718432 SHA256: b88815edf8d33c56f9d8863e14b88fcec7b69407ca67a43892f67da2a3adafe4 SHA1: f0293a56dc49b5be6be9f7b92e0281e9bd832543 MD5sum: 4f00a4c40e7bb4d7fe39f4b013703022 Description: Clearpath Platform URDF descriptions Package: ros-jazzy-clearpath-platform-msgs Version: 2.2.2-1noble.20250320.221303 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 2348 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.2.2-1noble.20250320.221303_amd64.deb Size: 184280 SHA256: 5fb217854186b25e25f285e541bae3559c97f0540d03596c2723ea9832e083e4 SHA1: f38ea69e4d66b25387a5a43d20b352ca6cbc42fa MD5sum: 05ac493f376345a25983cc0c87597d9d Description: Messages for Clearpath Platforms. Package: ros-jazzy-clearpath-platform-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-platform-msgs Version: 2.2.2-1noble.20250320.221303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 1796 Depends: ros-jazzy-clearpath-platform-msgs (= 2.2.2-1noble.20250320.221303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-msgs/ros-jazzy-clearpath-platform-msgs-dbgsym_2.2.2-1noble.20250320.221303_amd64.deb Size: 1461054 SHA256: 51150a8eaef2e02f1f9db08eb4530ea121f5c8a64a3aec1b4b8b6f519843a24f SHA1: 9fd03f7d9af24e85ed3aee923407fc2f3ff88590 MD5sum: 723b77737b18dd14d232d59096957fb2 Description: debug symbols for ros-jazzy-clearpath-platform-msgs Build-Ids: 0b96fc6902e185ffff95328f98f55ed008012717 1749059aa094379808710b877975cb42173808a0 22129350f8b46a8b8f95d03b5997b1da5311d6b8 2b76794104952f4ffa8db5e21f4033dff2e205e4 6ae3965541e70ce1c14ec246b74d5bac82e63048 8d1207d5f711e8eb957e9d0794f6327ce96d318a afa5090f7b4cbe29f23e6632f89b399d9bb4c276 b03731ba414064aed4bb60444de7098d561eed5f cfdbe68cc3d672f260718bbfcd0eaf641cba2a9b d7807488628bb05df7b76605511924c8cd4056ba f8a1d10f0069605b06f0a21d67a5ec0dade8f9b0 Package: ros-jazzy-clearpath-ros2-socketcan-interface Version: 2.1.0-1noble.20250321.132213 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 527 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.0-1noble.20250321.132213_amd64.deb Size: 110626 SHA256: 749f746a08b70d240b6ecdd6ef3ad8a44f2b488f5703b8051eacb3e31edabd7a SHA1: 713928ac0dfed35878e10742f69929b3313b5daf MD5sum: 7ee070fdda810d12f71283dd14466dd4 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.0-1noble.20250321.132213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 2171 Depends: ros-jazzy-clearpath-ros2-socketcan-interface (= 2.1.0-1noble.20250321.132213) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-ros2-socketcan-interface/ros-jazzy-clearpath-ros2-socketcan-interface-dbgsym_2.1.0-1noble.20250321.132213_amd64.deb Size: 1836810 SHA256: 45f19eeb4b4425af41562c665fb848a320a72babeda7f2d5f6c84210854ce417 SHA1: 05d032fd2f73ac39dec9139c69a01a17c3e9a4da MD5sum: 43c59ba91e1060369ede778ce07759a1 Description: debug symbols for ros-jazzy-clearpath-ros2-socketcan-interface Build-Ids: 5b48a86e7896430694aa20a94f1c1422b5f480be Package: ros-jazzy-clearpath-sensors-description Version: 2.2.0-1noble.20250321.135924 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 48197 Depends: ros-jazzy-axis-description, ros-jazzy-microstrain-inertial-description, ros-jazzy-realsense2-description, ros-jazzy-velodyne-description, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-sensors-description/ros-jazzy-clearpath-sensors-description_2.2.0-1noble.20250321.135924_amd64.deb Size: 9462042 SHA256: cfcab6cd4bc47cfba022274f3818702ba9a2f39335c4e4f727e63403d6aa888c SHA1: abe4e223c7bf0af985a4ff64bfd3e0ef400e805c MD5sum: dff62eb334711aceac0eba49a567ee27 Description: Clearpath sensors URDF descriptions Package: ros-jazzy-clearpath-simulator Version: 2.2.0-1noble.20250328.122520 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 41 Depends: ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-simulator/ros-jazzy-clearpath-simulator_2.2.0-1noble.20250328.122520_amd64.deb Size: 5404 SHA256: 3c4e6df1013aedd7c2025c3d32f90a75aaa181f16c90846dfe6106f1a0572d3f SHA1: ad0b200810b6e91f0e9c1c5a893466613cff5509 MD5sum: d2146b86af3b6546dbbac6f3e93e3bd0 Description: Clearpath Simulator Metapackage Package: ros-jazzy-clearpath-tests Version: 0.2.9-1noble.20250328.121825 Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 326 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_0.2.9-1noble.20250328.121825_amd64.deb Size: 62586 SHA256: 544fd9cd891b72da8fa080fa34ff471befd5628568be27effdcef0a2d3f3b279 SHA1: 2e2b8b894bfd2ba87d8afad6056dedcbfab6d599 MD5sum: 04a7b7bd3b58e6b37d410605f4ff7a10 Description: Clearpath Tests Package: ros-jazzy-clearpath-viz Version: 2.0.0-1noble.20250321.153338 Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 114 Depends: ros-jazzy-clearpath-platform-description, ros-jazzy-joint-state-publisher-gui, ros-jazzy-rqt-robot-monitor, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-viz/ros-jazzy-clearpath-viz_2.0.0-1noble.20250321.153338_amd64.deb Size: 13104 SHA256: dc202388dd39edffdaf9c307fcbc7818c7ab34817d1b5838662857bab2f4076d SHA1: d46ab396f2f7b59acc424bcb815cf63ffc7b7053 MD5sum: 85275290bd0dbf74321dae03fa08aa58 Description: Visualization launchers for Clearpath Platforms. Package: ros-jazzy-clips-vendor Version: 6.4.3-2noble.20250320.184740 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5519 Depends: libc6 (>= 2.38), ros-jazzy-ament-cmake-vendor-package, unzip, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor_6.4.3-2noble.20250320.184740_amd64.deb Size: 784076 SHA256: 327b269bb4751889b7eb9c2276c95f3e1567cf2852f71da6be7d6574d96bdc38 SHA1: 165f28a7c5ac2eb8922e125f184f198613205ba8 MD5sum: 15e002bec4ed36db2cbfee42bdb1c440 Description: Vendor package for the CLIPS rule based production system Package: ros-jazzy-clips-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-clips-vendor Version: 6.4.3-2noble.20250320.184740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 6623 Depends: ros-jazzy-clips-vendor (= 6.4.3-2noble.20250320.184740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor-dbgsym_6.4.3-2noble.20250320.184740_amd64.deb Size: 5673984 SHA256: 8d64a2a086c50f3ab019275bc6f814e9763d93e977bc39252eb7582204249a49 SHA1: 83c5a7a789a10e0090a86c21ad3ae97ad5bee9b7 MD5sum: 5f5b53b6e08512f07f694d4817d23023 Description: debug symbols for ros-jazzy-clips-vendor Build-Ids: 04a5eea44c7a86f28f805925c2e5058b7bdb2b83 0f56536257363966b96ae9b86284be435370ea10 2ac99d9e8cab366dc4f919a6c8c4809de83ebb71 a87b9bdb070dcfeed8e97ca6f900b961350d580d Package: ros-jazzy-coal Version: 3.0.1-1noble.20250320.203555 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.1-1noble.20250320.203555_amd64.deb Size: 2029390 SHA256: dd28c7ab2721cb3e68a9525747755014b275599194bf2acdaf860f86222b61bd SHA1: 5d0f8b88cd3befc143e94d4e8207e199ba1489d2 MD5sum: 5be0d56cc80505ae3ccc4640b5d89d72 Description: An extension of the Flexible Collision Library. Package: ros-jazzy-coal-dbgsym Package-Type: ddeb Source: ros-jazzy-coal Version: 3.0.1-1noble.20250320.203555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 78193 Depends: ros-jazzy-coal (= 3.0.1-1noble.20250320.203555) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coal/ros-jazzy-coal-dbgsym_3.0.1-1noble.20250320.203555_amd64.deb Size: 70303856 SHA256: 03035a3088e42e8b7e5a56e3358d2fec8d81f73cf87cd349af968b71c1f08fa8 SHA1: 9a3fa6c057e69d586bd4281292d76dac76dd73cc MD5sum: c89ed29cfc28e451810323226e136f1b Description: debug symbols for ros-jazzy-coal Build-Ids: 2a216cde9381876edb6c63a50a761635f0b59c21 36922b92c633ef6a01aec27010a1923c25b0d8cf Package: ros-jazzy-cob-actions Version: 2.8.12-1noble.20250320.222703 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6240 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.20250320.222703_amd64.deb Size: 353636 SHA256: 45acd9ade24dede81f8b93dc146eb2c3e3d0e2f147f68c6dac4b8b76dfefa66e SHA1: 2b51ad781b9e6b0e6eaedf1d126fac1791bc4860 MD5sum: 5f8692c78e189fd5ec8f7378151e848c 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.20250320.222703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3249 Depends: ros-jazzy-cob-actions (= 2.8.12-1noble.20250320.222703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-actions/ros-jazzy-cob-actions-dbgsym_2.8.12-1noble.20250320.222703_amd64.deb Size: 2292788 SHA256: 21f18d9060c41e6c472f452d4fab28c8a6cebc9a3dda5b09bea75eb21437d696 SHA1: 66d9b22e494886f79d70896ec61da8e34b12cb50 MD5sum: a11e52713ea4605b3d050f4058612876 Description: debug symbols for ros-jazzy-cob-actions Build-Ids: 1d98812597830eacf067abb08c38e35efdd8112d 27a4466c1df11b4c34324e00147a5d16d6365b3c 3c2785c0231028ac286ecae72ed8521f12ef2eab 6f6e1f8dab5aab88c17f8dc8fecb8d160f71aa96 7f18ba80d4c44ff2385fcc268a1240aa4ec7d497 844d66301fef3fa2fce99026b037f16ac80c9428 8561f91ecc8ba8479fa3159c3c62e4222b12c9a9 95a5f32f2a64e954b7bc821e7c7cd0325a9400bc bae2357c085d0051b754820b1464d5ad1f54eb72 d56f39af0663dbaac6445fd721909e058d976296 f419ae861420076596fdfe06e13b7b33e1bc5e8c Package: ros-jazzy-cob-msgs Version: 2.8.12-1noble.20250320.224714 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1444 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.20250320.224714_amd64.deb Size: 119102 SHA256: e36e5df446dd98005b245d57119d3beffe52bc8b2cbf6052601101405f71b597 SHA1: f3713cea2970d1710a5e212064d5f0996d419a33 MD5sum: e35c234ba09944a106aee4e6676ad373 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.20250320.224714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1048 Depends: ros-jazzy-cob-msgs (= 2.8.12-1noble.20250320.224714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-msgs/ros-jazzy-cob-msgs-dbgsym_2.8.12-1noble.20250320.224714_amd64.deb Size: 856294 SHA256: a068eb091d6de03991afd68a678c822b24f262e67dec33eac7bf3530844b8e45 SHA1: af3f739ee92c936809bd329d70ea2f82ea9a4b3e MD5sum: dd4069db658846278400c51461878343 Description: debug symbols for ros-jazzy-cob-msgs Build-Ids: 15222e1c4c7ba90fe2a6abf37cf9cf71613d9b52 2052c0fcaddd38b53d9f05922ce8ee66c2d02443 236d3a38a6c7893803a07e46068515c24f01cc49 2bf5417cb29da8c9a46255e5a5cc2e509d5ae4a5 2bfa701e34a2b435cfd8cf7360a78dc4a7b21800 41324db30e7759f29d99c317686069ecc78278c7 5abc4d8ad71ca91e8233af8007c6b23176ea9bd4 785f1d979b7920dde9def571f67e9959f894057f b3bdc89e83fe1bd764cd060e06e62bed07362d8b c566457079d28a4e174dcacf39ba8b0f09aceb62 f866eaf6ab6a6169c5c7626c546bbde8228a7a18 Package: ros-jazzy-cob-srvs Version: 2.8.12-1noble.20250320.223202 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1416 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.20250320.223202_amd64.deb Size: 111228 SHA256: 33228d1ff1f3308e9c606b316e15111a9e767f4d4f119737adedcc4ac4636a15 SHA1: 421ef4e47d215af360a48b215c3bfc40fc5a28e1 MD5sum: 1d4b8914b6f3396af4ecb903e0474f77 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.20250320.223202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1047 Depends: ros-jazzy-cob-srvs (= 2.8.12-1noble.20250320.223202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-srvs/ros-jazzy-cob-srvs-dbgsym_2.8.12-1noble.20250320.223202_amd64.deb Size: 812530 SHA256: 140c6fdfe682ca11a45570fb146a2ff7db47abe2293a9868a22c71cf25d12388 SHA1: a3f864c8e899ec65c61cc34b653056841bc8557b MD5sum: 5b37e61d748115f7b44016a6e4eec0ba Description: debug symbols for ros-jazzy-cob-srvs Build-Ids: 3c00ff9b2b2af2281c958745746db0bc90b0f917 5cd83aee96b771d743b8f35f259ea11b4b4d8870 8cb3bf101ee97246b0953b6f0d470c29608e2719 90475c60fd13fe902af75aac959dc3604ab0a11f a0f61ca595bffec4d3074a94d974cfeb92abd40d b780e02d421b7a0b496b4e62e0cf93b0a739057b bae0fd1bbe422811f5ecf574214861dd588a274d bf7431da1cbe6da884abaae4a41624710b96fd34 c41659afcbe2c375c07aa40b6e45237d95029097 d8b62b18c775457551d5c61ccd3fede9c51b7f9b f0196ea73b74418ce9cdb147e2e338e94de5b2f7 Package: ros-jazzy-color-names Version: 0.0.3-6noble.20250321.153143 Architecture: amd64 Maintainer: masaya Installed-Size: 277 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.20250321.153143_amd64.deb Size: 74392 SHA256: b2879b7d54622812cbd0db6f67919cf62451331c632516a2ff654a63fd3cb850 SHA1: 121314077b3d32b6f0d4a7f107e63eba983b680b MD5sum: 0e88e3b26a0b6621a1cb7dc647e66651 Description: The color_names package Package: ros-jazzy-color-names-dbgsym Package-Type: ddeb Source: ros-jazzy-color-names Version: 0.0.3-6noble.20250321.153143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 1007 Depends: ros-jazzy-color-names (= 0.0.3-6noble.20250321.153143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-names/ros-jazzy-color-names-dbgsym_0.0.3-6noble.20250321.153143_amd64.deb Size: 922074 SHA256: 479569d1fd4eac74547f5ec3646d9ddc97416542816c358c63ba3a0295c4e5cd SHA1: 562f792c831d50bc7f1893f262067ccbb4520bb8 MD5sum: 8bbb1f2f799a849ddd80c600812d66cf Description: debug symbols for ros-jazzy-color-names Build-Ids: 3b1eeb1a2652c4f31b984603ef8530da7ce9fe56 fa9b97b5b5170ef4dd0aad0cc6ad4cf54a54471c Package: ros-jazzy-color-util Version: 1.0.0-4noble.20250320.222510 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 78 Depends: ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-util/ros-jazzy-color-util_1.0.0-4noble.20250320.222510_amd64.deb Size: 12662 SHA256: 7f738ce8ea7d84a818caf67862dfb6bd11ac28f8d8e68ebed1802116a15d8a80 SHA1: 80be955441fccf3e09afc9a05107ac026751fb8a MD5sum: 77fc591efdcd65d31b3ddc4fe16af214 Description: An almost dependency-less library for converting between color spaces Package: ros-jazzy-common-interfaces Version: 5.3.6-1noble.20250320.224843 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.6-1noble.20250320.224843_amd64.deb Size: 6146 SHA256: 392960dedb8fc0b75b63e90eee50c9d8be7b6fe74138a3acfb4f7118876b46ae SHA1: be882861a01aa1bcf09febf666953502c848bac4 MD5sum: b254624dbbd78b20831314714441a712 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-jazzy-composition Version: 0.33.5-1noble.20250321.132740 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1302 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.5-1noble.20250321.132740_amd64.deb Size: 224334 SHA256: 7bc5f16f0b3428a4b288fd5fb7645696d46cd104ad8271584587dcac402300fb SHA1: ed5fabb69c66181f3868e577d9777732b670eda8 MD5sum: b57da79ed8f7fd0052711a70ca1cce33 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.5-1noble.20250321.132740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7014 Depends: ros-jazzy-composition (= 0.33.5-1noble.20250321.132740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition/ros-jazzy-composition-dbgsym_0.33.5-1noble.20250321.132740_amd64.deb Size: 6224000 SHA256: 8e6c153bdfbaf285bc9a5208a6a1ee97ad355b040744b43bbb0c773bf91e3a21 SHA1: 38a7d65e7e93958b59a9449eeb6520f9809022c5 MD5sum: df0fa8803235394d97f4d2cfc5da0525 Description: debug symbols for ros-jazzy-composition Build-Ids: 1b3da4d856519b91a379941416b83ce92d1de387 1ed07839a15bb5a171e9b3894220ce02c54ee9a3 737a974757cb2a25f41e8959d85659978e72f08b bab0543d2f889941dd22b6df46f1557a40b8fef2 c8bc27564983e25600e326198951a334ba6395fe ca6f9311fd577a26be40f295209d577d5f66d9a0 dc63c1f29c4877758a9060f299ead103d5c53eb5 df10f8ed4e2a8709b4157d282413e628d1fa5e46 Package: ros-jazzy-composition-interfaces Version: 2.0.2-2noble.20250320.195743 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1698 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces_2.0.2-2noble.20250320.195743_amd64.deb Size: 150976 SHA256: 63bbe3dfb5dfc1b3aed281dbe2e5e35dd870ee56d456a74e81792131495086d1 SHA1: b2c5f3c5bcb1ed3f91c52081d10c0239bb83e31a MD5sum: d3be0d37df487b8a86bfe632f6094d7d 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.2-2noble.20250320.195743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1528 Depends: ros-jazzy-composition-interfaces (= 2.0.2-2noble.20250320.195743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces-dbgsym_2.0.2-2noble.20250320.195743_amd64.deb Size: 1258524 SHA256: 7c24aa65e33c863ad5f6b99354e776aab03ac631ce478ae1b87a3b64f6c3cc4c SHA1: 14442480a408c455da84406d8efceb5d519f222f MD5sum: 5412a90fb1f8a87d701f4b0abc7c5f22 Description: debug symbols for ros-jazzy-composition-interfaces Build-Ids: 19a86cb32bc413d94c33ecb7a741a828c7261169 22643ddb431819a9e315b768f15b8104de9d7dfc 37d016042f4ccb8f10511a952928336e5ac67653 3c1d034fc7a82609d928258bee04ff2e812483bd 4afe6ab2828f983a41b1d12205aa05597efc583d abb2638043a666e7e3c0c871678f9bb9c9e24f6b aeb90bbeb193ce6a06dc15959eb9449d79548d8b b4e78cc1117104f36a3d931a693ae8e0ddf0b38d c970f64290a5438e339fd09839031db68ce8db4c cf1e0efd811c9c05240f3fcc609d6ce4ef57f3f3 e8abee4ce242f5726bdc2303c46807ccb9e8164c Package: ros-jazzy-compressed-depth-image-transport Version: 4.0.4-1noble.20250321.144004 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 941 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.4-1noble.20250321.144004_amd64.deb Size: 202176 SHA256: 105f66e0c77faeedb6aebd07ca770dba0616eaad781df72d0d57354b0f5c45fe SHA1: 198364e10671141d36762c36f80594a7ff721cec MD5sum: 73100363e5244fbd054f541abc200feb 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.4-1noble.20250321.144004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5049 Depends: ros-jazzy-compressed-depth-image-transport (= 4.0.4-1noble.20250321.144004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-depth-image-transport/ros-jazzy-compressed-depth-image-transport-dbgsym_4.0.4-1noble.20250321.144004_amd64.deb Size: 4433538 SHA256: 0a1e176e8282c3b63870bfaccdd98efd307fe1360e47a1ab51a564eea7ce3a07 SHA1: 898eb250029cf175c639852d3f8369fb562e7110 MD5sum: d6f52f376ea09a222635865194bc7f10 Description: debug symbols for ros-jazzy-compressed-depth-image-transport Build-Ids: f10ef1eef6d723c865319efc5e23962f9176e701 Package: ros-jazzy-compressed-image-transport Version: 4.0.4-1noble.20250321.144048 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-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.4-1noble.20250321.144048_amd64.deb Size: 201722 SHA256: 25a1107f358a230cf4a3a92fa96c19928b4561a0fdcefb644352ae6d9d3e8b38 SHA1: 7319a2cc1be81319b5ae3ee7d05b599345be9de1 MD5sum: c8925ff6090a59603c91f031059ace37 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.4-1noble.20250321.144048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5178 Depends: ros-jazzy-compressed-image-transport (= 4.0.4-1noble.20250321.144048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-image-transport/ros-jazzy-compressed-image-transport-dbgsym_4.0.4-1noble.20250321.144048_amd64.deb Size: 4535654 SHA256: f6d49b26c31c6162b170cc042efd7296a4da178dbc0c87d20a7199365676a62e SHA1: baeeceaffb15c62999879c9c91fe3fa8077f3c5a MD5sum: 08d4cecd37094f234b733c60899ae6c9 Description: debug symbols for ros-jazzy-compressed-image-transport Build-Ids: 0bc0044cf24d8766fabef3c13a548d78fb86c176 Package: ros-jazzy-console-bridge-vendor Version: 1.7.1-3noble.20250320.184652 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.1-3noble.20250320.184652_amd64.deb Size: 5392 SHA256: dfd9d77256e2fb8241b6f2912f2b1712180f7c7f4351ea684c5470c5ac617bd1 SHA1: 9e2cd239026468c696624529453758f4739e794f MD5sum: b13d35fef8e640ee555d0a5317a467d5 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-control-msgs Version: 5.4.0-1noble.20250320.223053 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 12268 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.4.0-1noble.20250320.223053_amd64.deb Size: 722056 SHA256: d3c0ece867f0d49ac15b0e22b7537a54e09264525a671d632190a80d72f67479 SHA1: 40d8f67e2e0dd5056054ba25905a31e731d50972 MD5sum: a03a473e5fd03dde634482c8724b654c 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.4.0-1noble.20250320.223053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 7728 Depends: ros-jazzy-control-msgs (= 5.4.0-1noble.20250320.223053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-msgs/ros-jazzy-control-msgs-dbgsym_5.4.0-1noble.20250320.223053_amd64.deb Size: 5916798 SHA256: 5b08c36fa7402b266653fe654c3c833b8619d093d26be15b2db64ac68fd44123 SHA1: af62feefad2effd156542f804adc8d1372faf88e MD5sum: 284f6654cf7418cf9183f9cfd983b534 Description: debug symbols for ros-jazzy-control-msgs Build-Ids: 1469e68cdb2cd6626f5cc8fa1b3a6e6581aeb640 2729a5f1770ea17c576ccd8aefa940a34e7e51e6 35c113152ae52b1b18bcc332028acd3eb4f7477a 50a2cf6b1ae5b57403a821be0fae6b9fd689148f 5a30d9e9b9e039be1714443ffbcb0ca5f98b9b3d 6f9123c4453d8d2bcd267041b5530e2a6b4cb664 751e6c9e3f6ab54a9bd664d67c2bdaa8978270e7 a79fab16c45728a8e8cfe266879e86efb605df60 b6c1784b1909568b7a4fba0d85dda9df89a06e89 d5baf34d075a200d8365fd272427bb7bad23e59f d9beea43762a154bef88a0596faab9282adf6788 Package: ros-jazzy-control-toolbox Version: 4.0.1-1noble.20250321.140049 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 652 Depends: 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-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-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox_4.0.1-1noble.20250321.140049_amd64.deb Size: 137060 SHA256: a1d369c602db0d0068b88f7ce5ddea641b8053a249dd72c4eaa22394ef6d2ac6 SHA1: ee160cbd1c8c1f3c3cf3e11d4d7b0bfaf40bf4db MD5sum: f9bbce31a350f4a3f92719904ab316c0 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.0.1-1noble.20250321.140049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2368 Depends: ros-jazzy-control-toolbox (= 4.0.1-1noble.20250321.140049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox-dbgsym_4.0.1-1noble.20250321.140049_amd64.deb Size: 2230314 SHA256: ca050f74b310dbc8237a374a21c8f2057e91acdfe6e2697737bd7c9e7d609214 SHA1: be94fe8fec24da8b72a079b111f86b52cd2b5c39 MD5sum: 565ebd67510065315d064896999d5591 Description: debug symbols for ros-jazzy-control-toolbox Build-Ids: 474967d930bbc94a98366765e702cbaafee834d9 628bcfde1a74558186ffe66d4f8698ce0cd74f47 c05e8d3710ec248754e6e508c7b4b1482b28466e d3debd3b32d21e5fb7f3248fb3e21dc144167281 Package: ros-jazzy-controller-interface Version: 4.27.0-1noble.20250321.143932 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 256 Depends: libc6 (>= 2.34), 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface_4.27.0-1noble.20250321.143932_amd64.deb Size: 64254 SHA256: bf5c351cc46bb4bd6c1224750f508a966fc0aec69be229f5980e8b61443ff014 SHA1: e6ad805c0f567eeb57b0b40d4b297cb9e8242334 MD5sum: 2924b9934a481bbeef75d73f1e779a05 Description: Description of controller_interface Package: ros-jazzy-controller-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-controller-interface Version: 4.27.0-1noble.20250321.143932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1049 Depends: ros-jazzy-controller-interface (= 4.27.0-1noble.20250321.143932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface-dbgsym_4.27.0-1noble.20250321.143932_amd64.deb Size: 1014546 SHA256: 59d04c1a90aea896a1287d240ead154f799100d34dda7b75abac06abcb304249 SHA1: 1faded115c03cc4849c7590f8547133c2b4f20c8 MD5sum: e0566a4bc08a18c28cee7a7349411f9f Description: debug symbols for ros-jazzy-controller-interface Build-Ids: 4436536fd3fea4fa7fbebe3653b1bf96b80fb0a7 Package: ros-jazzy-controller-manager Version: 4.27.0-1noble.20250321.144311 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1686 Depends: 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-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-libstatistics-collector, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-ros2-control-test-assets, ros-jazzy-ros2param, ros-jazzy-ros2run, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager_4.27.0-1noble.20250321.144311_amd64.deb Size: 408290 SHA256: 2130aae1ad09522b939e3025df0a648f3086486f1f6f2bbc03474ac7e2709762 SHA1: 6dab659adac28411138e617bfeca1f6ac2d6548d MD5sum: d9b29c97f5d30793d8bd3a6567ea1c41 Description: Description of controller_manager Package: ros-jazzy-controller-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-controller-manager Version: 4.27.0-1noble.20250321.144311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 6818 Depends: ros-jazzy-controller-manager (= 4.27.0-1noble.20250321.144311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager-dbgsym_4.27.0-1noble.20250321.144311_amd64.deb Size: 6130382 SHA256: 5236182e8c1fb4ba70c1857c55751de578591f0a39561db2855bc4db632c5ce9 SHA1: ba22049af7cfd43247d4262b67697f8ad004c11b MD5sum: 2c0be22716db5479e2ee5f29d49f1bc3 Description: debug symbols for ros-jazzy-controller-manager Build-Ids: 96b8c7aaa9edb0cba50b5aa3cef854023a75417e def35e0b6c868439b775ee959ef39cd0a8de909e Package: ros-jazzy-controller-manager-msgs Version: 4.27.0-1noble.20250320.200224 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 5366 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-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.27.0-1noble.20250320.200224_amd64.deb Size: 342826 SHA256: df2e586cf9715d8c8dbc5f346bb2c9b84aa5bbad453bd29bb134ca7e208c721f SHA1: 55b88af2d133b9a406d8b137065b7f0b47c3705b MD5sum: 45d039ce6501720b732d471efc68cb62 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.27.0-1noble.20250320.200224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4119 Depends: ros-jazzy-controller-manager-msgs (= 4.27.0-1noble.20250320.200224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager-msgs/ros-jazzy-controller-manager-msgs-dbgsym_4.27.0-1noble.20250320.200224_amd64.deb Size: 3267632 SHA256: 3df11f40ddead2ba99c950eab5755c64472e3c3c44654b6770dc0be594456f0b SHA1: 7cc780378a2fc52f566bfec41bc274e5efb5484c MD5sum: befc0d2ba1ed970e3dd9278657c888a2 Description: debug symbols for ros-jazzy-controller-manager-msgs Build-Ids: 05f7d7514f4c0d0280f0c6402811087d0fdfc33a 06ad82bf8cfa6061b75dd80beb0631344faa4e90 2b2a48e38ac41231ef852dcc324a95b93a41027b 8b439011d4e4aa39b2ff24719a7b7a0ec8757c5e 96b90700bbd15bccc76907dd2f92f55e0e841929 9ef8953001b99d54bcb4d9bb9e962a2cb56ef7a2 b114c4517be64a7c6a2c1f237aacd3eb0854e1bd b309b07b30eb895772243bb96855c71580b9ee35 bb41430a69cdda2c26054da759bfdc82974bda85 c84c55c9128f6db9bbd47a76f23b25fe165b362a efb24b51353690acf7bd07251d6d62f409840519 Package: ros-jazzy-costmap-queue Version: 1.3.5-1noble.20250321.143647 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 91 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-nav2-costmap-2d, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue_1.3.5-1noble.20250321.143647_amd64.deb Size: 18394 SHA256: 045f2e330e5b603daafaf293c0f7496e5793a461a7495f99fb932d980b72d0de SHA1: 9b8eee768e425a9198458d7da061b4a3e70d5b50 MD5sum: aeda8b739ec9702d9dbb8723be5b6eab Description: The costmap_queue package Package: ros-jazzy-costmap-queue-dbgsym Package-Type: ddeb Source: ros-jazzy-costmap-queue Version: 1.3.5-1noble.20250321.143647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: ros-jazzy-costmap-queue (= 1.3.5-1noble.20250321.143647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue-dbgsym_1.3.5-1noble.20250321.143647_amd64.deb Size: 122288 SHA256: 7d9b99b71bcb90e0045bae958418a1092aae680303d3304edbae9203f0da9c59 SHA1: e9710473f59983725bd02f3d282d89cabab4289f MD5sum: d9e73912480b1c5e9b3dd0ac387bc14f Description: debug symbols for ros-jazzy-costmap-queue Build-Ids: 028c76a9568e667cecc9778ea1e10a0c52eb5e07 Package: ros-jazzy-crane-plus Version: 3.0.0-1noble.20250327.090858 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.20250327.090858_amd64.deb Size: 5622 SHA256: f05a26be85ed73cecd8eb67e5d253871378cc94e9965713100eede718f363cd3 SHA1: 3051c0e25bb51d33e34dacd8ebb2c5e167ab41a9 MD5sum: 5f18ace390249bb2d8c783f603b0504b Description: ROS 2 package suite of CRANE+ V2 Package: ros-jazzy-crane-plus-control Version: 3.0.0-1noble.20250321.154440 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 208 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-manager, ros-jazzy-crane-plus-description, ros-jazzy-dynamixel-sdk, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros2-controllers, ros-jazzy-ros2controlcli, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control_3.0.0-1noble.20250321.154440_amd64.deb Size: 57082 SHA256: 08c5c91a58394b2eb28b79fddb3b0cc5fe340db597610acd14ab1762813e2d24 SHA1: d1942fd39c59952d2f6ae6cfa8d7d6f3743b91b6 MD5sum: f7563b670762278ffe6394598d38baf4 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.20250321.154440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 972 Depends: ros-jazzy-crane-plus-control (= 3.0.0-1noble.20250321.154440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control-dbgsym_3.0.0-1noble.20250321.154440_amd64.deb Size: 928080 SHA256: 7975b32a30bbff72469822cfaee19c3fe9a8f2bb2b7ef2a0f49fa6315b6a1923 SHA1: 66f5085b6430821cf571bb5adb6f2a2080dfd17b MD5sum: 66852424b193fd454621cf7fc1d8cafa Description: debug symbols for ros-jazzy-crane-plus-control Build-Ids: ab6434638a0a963cc0d47c407f90043b9a27048d Package: ros-jazzy-crane-plus-description Version: 3.0.0-1noble.20250321.153338 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.20250321.153338_amd64.deb Size: 1906610 SHA256: 2b351490984b0836ad192817a0a6f2558f45e891070aa0634d11c07f27e91c54 SHA1: 7b085e9b90b437c503d00fb12262a6a871d12865 MD5sum: f5398803bdbd9ffe0dff7b181126429f Description: CRANE+ V2 description package Package: ros-jazzy-crane-plus-examples Version: 3.0.0-1noble.20250327.085616 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.20250327.085616_amd64.deb Size: 287244 SHA256: a29e31148bedec5ca3568327b48dfc899fb69af5983bf4c6c73d610d8be61485 SHA1: 82110cc24efccc933ef794443ba3237b7137accd MD5sum: d50e10e0a6ce19015d361bcc2d46aec4 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.20250327.085616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 15372 Depends: ros-jazzy-crane-plus-examples (= 3.0.0-1noble.20250327.085616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-examples/ros-jazzy-crane-plus-examples-dbgsym_3.0.0-1noble.20250327.085616_amd64.deb Size: 14043134 SHA256: ddca0385b1f1183586e2c63131df5e3edcb70ea7b0dc713f3fb94a18f77cdf80 SHA1: 1c458b0d910e11ebde8114ea5563bbc0eb7768ef MD5sum: e4fe8cf2f4c6605c1c2fb73b028a7c0b Description: debug symbols for ros-jazzy-crane-plus-examples Build-Ids: 259debb84da86eb2e8692bdce4b321b240b3424f 311bc47fe3669a1f216a6e3ae647a17e7bc71e5b 456e0c4b2e63937c9583180e8c1698427b968513 734f6aea4769392d4b64e8bf4f8ab1b16adc88f9 d06fa1576dc654e9f40021360bda535367fcc50c de79744602a721708586b79daf666cf7826c39da e8d8841c17201dbe4bfcdadd1ca5eecbaba4e512 Package: ros-jazzy-crane-plus-gazebo Version: 3.0.0-1noble.20250327.085625 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.20250327.085625_amd64.deb Size: 13238 SHA256: a02597ed28cf1f55718e8f1f80182eebe4ac2dbadc28b3c65b15ee1814243cd9 SHA1: 0a4d3f759f8f2d14d19304f295a4250b37adebd1 MD5sum: 10d2e1e63ec547b31ba417b0e96d7ce4 Description: CRANE+ V2 gazebo simulation package Package: ros-jazzy-crane-plus-moveit-config Version: 3.0.0-1noble.20250327.084455 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.20250327.084455_amd64.deb Size: 13916 SHA256: 3fc5e4efcbee65572d067fc3ca872badf932fba70970ddcc640c28eea8ca55f6 SHA1: ec24687539ab213e19d87635f061b866b76fbef1 MD5sum: 5b05897102a2417ebe2db7fd98434f72 Description: CRANE+ V2 move_group config package Package: ros-jazzy-create3-coverage Version: 1.0.0-1noble.20250321.141139 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1734 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.20250321.141139_amd64.deb Size: 260090 SHA256: 9c063bc31e0b50096f369b0258352972c015016cdc91675516276e82e8bee3db SHA1: 03777d69b3691ab5db079c97fab83b4f0672b755 MD5sum: 4208f3b3a5a90234cd3b3231ad31a72c 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.20250321.141139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 7977 Depends: ros-jazzy-create3-coverage (= 1.0.0-1noble.20250321.141139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-coverage/ros-jazzy-create3-coverage-dbgsym_1.0.0-1noble.20250321.141139_amd64.deb Size: 6538152 SHA256: 1b976c27e52216ce3d8c562182300d4d2a71d685a9b4eb07fa73e85cd1319822 SHA1: 71fd18f9723fbaba0f965354e4fc8767cbb55993 MD5sum: bb000408928c15dc49f0095beba674ff Description: debug symbols for ros-jazzy-create3-coverage Build-Ids: 05588f852c4298bad76eabb02bea30c5c91d0e42 ebdaddbd341a9527cfc7c65b810f19dd5f245dc1 Package: ros-jazzy-create3-examples-msgs Version: 1.0.0-1noble.20250320.195736 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1576 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.20250320.195736_amd64.deb Size: 114626 SHA256: 242d73c050b3f928c1e2b51fd5ce88da8dd8ab29e64d1acf4a63464c9afc03b5 SHA1: 17701b95856ba44c94eafbaa47671a64b1d5e93b MD5sum: ce6b5df1d3a13325f10e68c58280ae9d 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.20250320.195736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 772 Depends: ros-jazzy-create3-examples-msgs (= 1.0.0-1noble.20250320.195736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-msgs/ros-jazzy-create3-examples-msgs-dbgsym_1.0.0-1noble.20250320.195736_amd64.deb Size: 511164 SHA256: 941e556d4a898b23064163cd8b14c5d4dc5232661621ad4a7e41e0c3c613a9e6 SHA1: e1f1ab30feb029f8c71a2a8cf81ab5a933c4d664 MD5sum: dad33847e18a782b1f8eae969e277a7b Description: debug symbols for ros-jazzy-create3-examples-msgs Build-Ids: 1811e9eea4d4d884372ca5dadf6e66518665ac49 2f7d6e54307243876ca147a2a93f89a418b3ef51 2fcb6a67ea3ee8dee217af603549fa09de03ad28 3ba6207720954df556618958d97f26aa081a97df 5bfb33ac0a062e9a9d3dc71f3612fa491d8bbe4e 5c5980081181ef98dd1f09a8e75579a5e00a3b25 77531b551e1320c767f62a0fab0c14d347bb0ef3 7b65f50e1db9ef1bafc90cc3af41a705b5a2ce2c 7ff865214888a195a5519c1062c9fd5a1c88e39e c5f602a9a0e11ec8c71be5bf3b13572dcb4b57a5 e2da5fae7d2bec5f897c229e0cfe0f04bf6eec92 Package: ros-jazzy-create3-examples-py Version: 1.0.0-1noble.20250321.131511 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.20250321.131511_amd64.deb Size: 13414 SHA256: 7a25497f8ec7ab0eaa1aa5a1116fbd3d2e10c5c15688f1ec531a0e5accc5a0cc SHA1: 5a4198e75afbcead88668b1243b8714988df7a0f MD5sum: 0af1cca762c4509cffd14a1e72a25962 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.20250321.160609 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.20250321.160609_amd64.deb Size: 10418 SHA256: 00d1baa7f01acb307c9c097874d875ca0725e3c50380cdc7d9a26c3c5f7fc467 SHA1: a20717c951bc61adb27a154c6438d2d2fa4ba978 MD5sum: 04938fc4f90ab0f6c2c27e4f7180ea32 Description: Example for using an RPLIDAR A1 with a Create 3 Package: ros-jazzy-create3-republisher Version: 1.0.0-1noble.20250321.135709 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1245 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.20250321.135709_amd64.deb Size: 213744 SHA256: 6cf824d8dc315e002fa290919062199307a37450b8709adbec795133128e9519 SHA1: 7548e5f93ed0063162bca3c371aa97bb1948d4ce MD5sum: 6705b6df5a80d143c3b293b23e401ab8 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.20250321.135709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 5891 Depends: ros-jazzy-create3-republisher (= 1.0.0-1noble.20250321.135709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-republisher/ros-jazzy-create3-republisher-dbgsym_1.0.0-1noble.20250321.135709_amd64.deb Size: 5049782 SHA256: f124ddb81ed599526cfa061442d5f8cbde5e97066488f3e3d5fd5c6edaaaa114 SHA1: 666e692fa28211f5bacbf25ca6a6a9f6e1d9d265 MD5sum: 0f4e90a33872005437f1832d2d7ae25e Description: debug symbols for ros-jazzy-create3-republisher Build-Ids: 352aac8a851f3bfbea8be253bd5e812bdeaf9757 Package: ros-jazzy-create3-teleop Version: 1.0.0-1noble.20250321.135157 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.20250321.135157_amd64.deb Size: 3634 SHA256: 5f60862e7f428120cd128a745036dc64b6214056ccf922b43a512ceda0c9a9e7 SHA1: a7726d66faaaa43cc0929bfd1e0d16a98aca3f70 MD5sum: 1eaf5568995eb23dc0a3c6762ad26508 Description: Example launch files for teleoperating the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-cudnn-cmake-module Version: 0.0.1-6noble.20250320.184652 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.20250320.184652_amd64.deb Size: 6292 SHA256: 6e829d18b61cae982ed0be99acb2cf99cd77efacc7f277703c2c96235d1cab2b SHA1: c79abf436e7d2e9c07cda681b310f2939ded4043 MD5sum: 48e0de0f26d373aad5af8eeb760a71a7 Description: Exports a CMake module to find cuDNN. Package: ros-jazzy-cv-bridge Version: 4.1.0-1noble.20250321.140218 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.20250321.140218_amd64.deb Size: 124912 SHA256: c287a09b4ed8102060c0068ae6336e5e2010c53a4b5d90809871d0b416c7a1c3 SHA1: 6121913751ce8311b06c56fd8cb5012f8db2be99 MD5sum: f34b4942cfd38bdcef7591126bcf8558 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.20250321.140218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-jazzy-cv-bridge (= 4.1.0-1noble.20250321.140218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cv-bridge/ros-jazzy-cv-bridge-dbgsym_4.1.0-1noble.20250321.140218_amd64.deb Size: 1854756 SHA256: fad6c8991efc25975df70047e8616fc664626268f79ad593f8215e18e6ac2255 SHA1: 4ffd81f411ff5e4a2482cd283d5f28da371abf04 MD5sum: 699523e5897d5557a7da0be635a0a62f Description: debug symbols for ros-jazzy-cv-bridge Build-Ids: 3d43aea0b79ac6d4a626fa71ab6d179ee3a9f2a9 f76bda1b93756f125ee49eb225f0756e2473a92d Package: ros-jazzy-cyclonedds Version: 0.10.5-1noble.20250321.124357 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.20250321.124357_amd64.deb Size: 1036774 SHA256: 5bb290dd59dc78f4ffadea189db7687de2c2887fb0d92500e2efa438037e487e SHA1: 2b35be0b001360bcd66ec90788d24fd4e46ffafb MD5sum: 11d148d23bc65ce9245b29e42be133be 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.20250321.124357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4332 Depends: ros-jazzy-cyclonedds (= 0.10.5-1noble.20250321.124357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cyclonedds/ros-jazzy-cyclonedds-dbgsym_0.10.5-1noble.20250321.124357_amd64.deb Size: 3772146 SHA256: 072dd21e645487abf1572279a8fe22d205186f1daf726d0ba083e968995438d8 SHA1: 2d609e84500b09a3ebb33fffdfe45b6a2eddbdc8 MD5sum: bd573c03d09f0b328af3ecb4d8da84e1 Description: debug symbols for ros-jazzy-cyclonedds Build-Ids: 2528b551fc75e2fb6c097c6a834f4cbbe35c0b41 5769198a8903c4e9fa8a97c38e8e573d39476048 5abe9e63f6c6778d8adeec39ca21de0eba1c5cdd 65deedb831d246e6859025cc08405722b21a103c 73d4826531ce5138c73904029259c41018c8c35a 7de83f2905e28ca8b44af83e8b9cbb469092072a 96829002b5678da8457e71108f54a65ff9441386 Package: ros-jazzy-data-tamer-cpp Version: 0.9.4-4noble.20250321.132246 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 425 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.20250321.132246_amd64.deb Size: 115492 SHA256: c91caaf546fa2e3bcb255219dc9a67dbf02f71ace06d48dc1da503847adca181 SHA1: 5a4eb181866c4b11a363ec600097813cb0566999 MD5sum: b2fb2fa90749a16827cceac60b4425b4 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.20250321.132246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2220 Depends: ros-jazzy-data-tamer-cpp (= 0.9.4-4noble.20250321.132246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-cpp/ros-jazzy-data-tamer-cpp-dbgsym_0.9.4-4noble.20250321.132246_amd64.deb Size: 2111492 SHA256: 23f774ca8b5b14fd6cfb9d253fe68b8b14f661d9314ac442f51def7426a41c9e SHA1: beab93de16e9df7bc28ac27346477ce2c7dbf947 MD5sum: 944a79b1c30cd8019eef93f307755b38 Description: debug symbols for ros-jazzy-data-tamer-cpp Build-Ids: 4e0130aac7d5c3328868f59c7d0b822035fd2651 a84eec21d148437d4a5b7fc849c44ef48dae1dd5 Package: ros-jazzy-data-tamer-msgs Version: 0.9.4-4noble.20250320.195928 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 680 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.20250320.195928_amd64.deb Size: 67094 SHA256: 4a35a20b68f9b3246a7c5324b6e20eeeff81b90a4395c46771889178795f75f8 SHA1: f828a36a3f021f1824ad8a9c4b9cc64bfb7a381d MD5sum: 8d736f21e6a8c8d8db35ed325faa6b8a 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.20250320.195928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 551 Depends: ros-jazzy-data-tamer-msgs (= 0.9.4-4noble.20250320.195928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-msgs/ros-jazzy-data-tamer-msgs-dbgsym_0.9.4-4noble.20250320.195928_amd64.deb Size: 428000 SHA256: 3fdf47c8c1a08b3d7aa4353c929cf033dc9398635592283c504ddd41d5efa65c SHA1: 9f4da1c591ad683d4e0f682c7d20be8ce350ba6f MD5sum: 4132382f2da00ae96b440c3b36f54fd6 Description: debug symbols for ros-jazzy-data-tamer-msgs Build-Ids: 2e055ec756890c4da02b10ebe42c3dbfdfd76140 3f90d04a48f83c403d22a4be3b1326edcff2afd0 843c9493a801d48b776eca4203c1ad10217450fd 8c340b6bc7ce40b5745fe41b933cce61d38a9452 bf11cef064c9b8e11d57671bda1ceb2eb472ec1d c69a0ca71a81a51e140b5ee12b0e9a58485b94eb c7e705566af5602938673dace42f46d2471fb59f ec12e43ae3c597f949f69f8f7a0a94b93ab00fa9 ef3476a18d1ca7334cf8d7ced16bfb6f32dfbd3c f3da9b225886f7b992380bfb9552cb73cd0316e0 f915b7515b885795ab4fdf674ab7b3dba6204b25 Package: ros-jazzy-dataspeed-can Version: 2.0.6-1noble.20250321.135849 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.6-1noble.20250321.135849_amd64.deb Size: 5226 SHA256: 04784030d7145cf550271f527204ec5831b015479f56c202e987caf302006315 SHA1: 27a8447df23cb51a61402f302330be5994f380a2 MD5sum: 118c4afe75dc93ea31260824e5701ca3 Description: CAN bus tools using Dataspeed hardware Package: ros-jazzy-dataspeed-can-msg-filters Version: 2.0.6-1noble.20250321.132223 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.6-1noble.20250321.132223_amd64.deb Size: 12436 SHA256: af020e5ddbb8c481895efb109480958e9afcc8dcaa288b2ff1a8f250e024feac SHA1: 2d350d900dc50d2bf932457b2e86d4b56b88359d MD5sum: ea70fb57c2a3df90fad3eb82614a82e7 Description: Time synchronize multiple CAN messages to get a single callback Package: ros-jazzy-dataspeed-can-msgs Version: 2.0.6-1noble.20250320.221313 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 1104 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.6-1noble.20250320.221313_amd64.deb Size: 79388 SHA256: 643de07058f9c283a86d192288364d68315205a2f6adfdee13753ab7495e1e8f SHA1: 27c66df178897ed1d8c8f84b2ab9553964b34034 MD5sum: 5f973bd76d156b010147c78c7578022a Description: Controller Area Network (CAN) messages Package: ros-jazzy-dataspeed-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-msgs Version: 2.0.6-1noble.20250320.221313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 762 Depends: ros-jazzy-dataspeed-can-msgs (= 2.0.6-1noble.20250320.221313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msgs/ros-jazzy-dataspeed-can-msgs-dbgsym_2.0.6-1noble.20250320.221313_amd64.deb Size: 596130 SHA256: b4c3a5f7eaf9ef542745e6a3c4c61d6fdaf55f3e59c327bb3d5f5f72abe92dc2 SHA1: ff499dd525be7ee08c7d0ed6c8be0c16180806f2 MD5sum: 6359ca42a8448f91c68efc20f900495c Description: debug symbols for ros-jazzy-dataspeed-can-msgs Build-Ids: 2d94dd90cc46087659fed8f83fe86042a67e9c36 35d9824e1f82e89cf06cec3b5e58df417cb6e835 3729f44dc816611f5c7b0dad25ab8e9b07df4f8c 547c321b4f71f45f94a204ceb4a094db54eeaaa0 65c32434be4349cf35c5bcf057138f228423941f b4ce1d826c3982f5369995f2cc70f57192945558 be0b63605b20c00d0fb2850341a15c7326b0ce9e d2c87fa27ca554b2f102971a19bae64d1919a8e6 dc594a644ff3d9a6d453da643187776db5f79aab e3fc90d00c4fb7d00c8bceaa8e7ffccd9fca0ea6 fd5a950c09032709c5e2ca3b57de764462924419 Package: ros-jazzy-dataspeed-can-tools Version: 2.0.6-1noble.20250321.135420 Architecture: amd64 Maintainer: Micho Radovnikovich Installed-Size: 1170 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-dataspeed-can-msgs, ros-jazzy-rclcpp, ros-jazzy-rosbag2-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools_2.0.6-1noble.20250321.135420_amd64.deb Size: 218374 SHA256: 52a9c5526bc1c7f68b8cf2c12a7bafb8269022a23ff66150f8cbc8d1bdd6f4c3 SHA1: 3e80a4cee82e20e3f4f0fbcaedde15788f408ebe MD5sum: 5031672cfebbf6dd8ad9e12d1cce0dd8 Description: CAN bus introspection Package: ros-jazzy-dataspeed-can-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-tools Version: 2.0.6-1noble.20250321.135420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Micho Radovnikovich Installed-Size: 3917 Depends: ros-jazzy-dataspeed-can-tools (= 2.0.6-1noble.20250321.135420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools-dbgsym_2.0.6-1noble.20250321.135420_amd64.deb Size: 3519132 SHA256: e643a979015ae86f94f1cd096325ca7785440456cbaf1cdf6c4631bc2fd64ca8 SHA1: 6c931176c87e47193f6434e338b105861a7e4001 MD5sum: 7919683bb78193ce30665eb78334af17 Description: debug symbols for ros-jazzy-dataspeed-can-tools Build-Ids: 96078c10fb2ff5ca5f56d7caf606a5fda0a2ae35 ab40e630ab30f193c34ecd3d526c4040cbbad57d Package: ros-jazzy-dataspeed-can-usb Version: 2.0.6-1noble.20250321.132844 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 775 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-lusb, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb_2.0.6-1noble.20250321.132844_amd64.deb Size: 177852 SHA256: bb66194bb94cc46a42d5ec431fbb369cf646d8cae08c14c5a3321f2308ba2c0b SHA1: 6b7abb7514b4d468075a8d6cdbe08a96903efae2 MD5sum: 7cc5ed3e93aaa6a1bbd88f76bacd3328 Description: Driver to interface with the Dataspeed Inc. USB CAN Tool Package: ros-jazzy-dataspeed-can-usb-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-usb Version: 2.0.6-1noble.20250321.132844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 2972 Depends: ros-jazzy-dataspeed-can-usb (= 2.0.6-1noble.20250321.132844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb-dbgsym_2.0.6-1noble.20250321.132844_amd64.deb Size: 2605704 SHA256: 50a456e6731ca31d327dabe6f9b554a68cbe1c25db2217c6824dd0e603020a32 SHA1: 6eac5bdbcc6b30bb91d10aafd6c687780dea6c09 MD5sum: 3fd4a063e9c20af6c66550edf8d7e9f9 Description: debug symbols for ros-jazzy-dataspeed-can-usb Build-Ids: 0c494ea6446bf82718e9379db8ed603b01cb8597 702b35776669d9d0fa3e84b8ed578cc94bf7fb19 Package: ros-jazzy-delphi-esr-msgs Version: 4.0.0-4noble.20250320.221311 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3777 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.20250320.221311_amd64.deb Size: 237124 SHA256: 21e1c9f87216c50332dd0ce927b7f0bd9d368c00df67ab289bddc30f03ffa7fa SHA1: b8285fb1100f32abc233ba8a026b24ad5da4b3f3 MD5sum: c4aa97ccf3bdfa13ebfefd3a47ec215e 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.20250320.221311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2487 Depends: ros-jazzy-delphi-esr-msgs (= 4.0.0-4noble.20250320.221311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-esr-msgs/ros-jazzy-delphi-esr-msgs-dbgsym_4.0.0-4noble.20250320.221311_amd64.deb Size: 2038512 SHA256: 71198773fe41ae3cd3a4cb034436b0796f37db06100bd712f77008f2e6809d44 SHA1: 3150c52d30b3bcb300746b1e7af79b5ced2dbe4d MD5sum: d9a8ee8d13f7f0e16bf9218ee894c11e Description: debug symbols for ros-jazzy-delphi-esr-msgs Build-Ids: 503edabc154df57ce046186be722dbdbadd3a8c3 7268988fa37399a3f7b5d8a680bccc1769712a4f 86df05defc99b8642d19b60d182914b7ff7459b9 9262275e076526dc386d201af783572699f6c9be 9b323d047dcbf2cc905d186de7a5423675f68367 a067d778043bcd03b1956b467acb33857ab211d2 b971130133832c548dfcb298c358c6fbf35f63c6 cfd7559dfd39e017ad95f6d0bca318509d6ca9ae d06a6eb63a9e38f0160ba8925df50ecd80a40f15 d986c6b41083dad2a0356f190364aa870a6fbb5b f4c2686d3390334780eff4a024d4e21957336cc4 Package: ros-jazzy-delphi-mrr-msgs Version: 4.0.0-4noble.20250320.221316 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3385 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.20250320.221316_amd64.deb Size: 207312 SHA256: 148e6e4f2816ffe2759af2affbad76d33df5017489fcfd77457f9972a9ca66f7 SHA1: 082a03c534b701ef1c89dd8fe5ab56452f051b53 MD5sum: f3a65541cce468e4bdf586cc4a424412 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.20250320.221316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2156 Depends: ros-jazzy-delphi-mrr-msgs (= 4.0.0-4noble.20250320.221316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-mrr-msgs/ros-jazzy-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20250320.221316_amd64.deb Size: 1740658 SHA256: c30cb14c413cb04323c98f51c99187f9eae203f76df55e406d2504dab8b7e3d5 SHA1: 466eccc304545e1aae9a8680420de1c047adf26a MD5sum: 33a7e36b693b12a0d3ff75d6e1a350b1 Description: debug symbols for ros-jazzy-delphi-mrr-msgs Build-Ids: 0f5cb133db287d61bd9af47572fdd0fbdea0faa5 1aaf01d5f791c992960f38d1bf3b2e44a9e00868 3529e97ef7907183041e3ff353b94b7ac6aa455f 6467035d945cae6f8426d73c4e76ef9fbdda58b6 6da2d3f3006fc50c5028bd6bac492467273eaf59 9419b6e56e9f68c8e30c1d3462633a6c09f811d7 b03292e3cf0feff4cd1beb38d40f97796ead97ff b290c90f20b9c51d48c3e0d31e244a3c65c21d77 b47ba340528730c653dededbb1cbdaee3e913d1a cb4bd0a8fd4a1671544ff0ec445fa33a885ed392 d36f808f08204bbc0187f1bc25ff1c3aa7bceeac Package: ros-jazzy-delphi-srr-msgs Version: 4.0.0-4noble.20250320.221318 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2601 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.20250320.221318_amd64.deb Size: 158354 SHA256: d01170a60091077cbacb39629c61d41fb1ac748824196aa18e4a53dcb6f66c4a SHA1: f54053e57faa524f2ee03f41e8621c218b491857 MD5sum: 18d9e0b69cf85bfe26853b7e7767d34b 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.20250320.221318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1484 Depends: ros-jazzy-delphi-srr-msgs (= 4.0.0-4noble.20250320.221318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-srr-msgs/ros-jazzy-delphi-srr-msgs-dbgsym_4.0.0-4noble.20250320.221318_amd64.deb Size: 1207430 SHA256: ae0cd3c6be966b98a4deeffa0b16cff944ea866880594256fb054a5e1c0a8946 SHA1: 8b45e60e6b2fbfaba96f1c46b26a88b9443eb232 MD5sum: 57ef21a8ed7b3eea11fd1dc7c15c1b29 Description: debug symbols for ros-jazzy-delphi-srr-msgs Build-Ids: 0489d7e3e5386e9e114b3e49a2752e2517ba18b6 1e049b92b3574fcdad003d2beffc3921ad010f5d 46d1e2a93fd9e47286a626f947a19f4a89c681be 56531f08549201b4d5fbdadb1cde82ebb68af5de 7e17f325dc44c0fc8fbe38211e14365f768cce9e 8bf316e1fdb1a73fe35717c01924b0100bdc60fe b7eca030b2d9eb055cc6fd8bcbc91eb2445cfd1f c4148d651c34a7db0f2002cc868653c929ac8332 cdac5b3540a95d892ad8fb1d26963a7a5fec61b1 e0dc2d7e3e074fb7954322e5c2118e5e633425c8 e2575c45ecbae92a46d1545f7a8675702885410a Package: ros-jazzy-demo-nodes-cpp Version: 0.33.5-1noble.20250321.132604 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6964 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.5-1noble.20250321.132604_amd64.deb Size: 932728 SHA256: fc2e719169ebce56264fa49f44d12378be93bee637c6db8907dbe1357fe9154c SHA1: 338ec127bb61b41afb4fa0aadaa7a84d65c4a5d0 MD5sum: 2c3d7b84adcd20bc74d99bd1a4d5da07 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.5-1noble.20250321.132604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38264 Depends: ros-jazzy-demo-nodes-cpp (= 0.33.5-1noble.20250321.132604) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp/ros-jazzy-demo-nodes-cpp-dbgsym_0.33.5-1noble.20250321.132604_amd64.deb Size: 31362072 SHA256: 11ea053398baeedca57c711e7112837635608299163885a88bac6d557d79860d SHA1: 58d76cce153f8f487690bd52884f1cb68843134d MD5sum: b5565caf61f5ed87b07da07b49d5618b Description: debug symbols for ros-jazzy-demo-nodes-cpp Build-Ids: 0289081f2d500753686f9fee9d30a6daba116957 070eba354322aacb4926fb3b32c4338b8963d4ba 09354ed887c7ba2e5b295bdcae012c6745c636d9 0d3583db12a925e49ae74128157f685e5b2e7831 12c1e1919e909ed31677c9e66a5fdd591e4a715f 1c6e6adf3dc99efef5e96eb717b56efd1dbb81cb 1e61289d025a2e0a489a6a3dae701ec5f398cc13 2021efe8ab1af2f89062e8e8b9b7213643db96f9 24da2a9698e6962a38803cf47a7c0f8d6d8275ce 29b79d18f542449ee020b554bcfa0c164bec1be3 2aa0d373ef94e6383c99ea7f503d6e9307628dbc 2bf1fe540c071f09b1983e76cb0d6698299ebe77 2fc4907668b956023e1c81214a83aa5b6657f35a 314ebafcaf025d3d7b08f5f15944b4e2cf041497 33d5437fb9e2ed1e208d23ad92a3391e0eeed84c 377a88f67aa3c1abf448368b77982d2143c2590d 39e8f1b5208f5a5d8140f1bbdb5ee1d08f22465a 412259a2a533eb79ed51f868e5d2838a3e12106d 4b35094cc94b1ce973f327072a0d6881a20257a5 5175bb709c07db525ac324462db57d3b45283387 64e1de6d6a2bbf58603f93a8692402ee22dc242f 69d979d4601c78e1b71ec9ebb659c1ed6359c225 71bd7508e0161c8a3fb6ed1ef23966bfb7c570f2 72c1ac399c34649f9650e5e9a112c373d5c4be91 74642e6d851e572d8d6f5e2be3a726961736bfb2 74b45c294ff508afb9bd122e05eae04123f317c9 7f24efe7970f21aecab574a4eb22e2115a6bde28 82698948af372f321a452c18f2ec4ce73ab26311 85602c478f1ab972f164f797b252735a9e2eae30 85de94529138c7c0241d94d33ac0baf90bbee6a7 a43534863d8d86fa9fbe6fdff011bc36517a540f a748ac51d6a65ccae1a4831a406203d6d51ccfcc ae1b4356ff314b33e66436ba2c548ff7a041d3cd b182745414759ed320d846e558cb79b61d6527c2 b455d75f123ded43d472fd6951370dd22296bf87 bb6284fdd4b1cf038a81bb2534572352d121ff4a d0626b13dceb33da35716e2e58729403d96c02ef d3bb746d960c2428e40f8d7307c9b4faf8cd53d4 d4171dc64bc0b61b2310c8c6eb178137dec4dec0 d80c9f00a75e2104aaf0266a3ae0fbb44033b9c9 d8f593a932a3fb0d158b69b93b1c8bfb5ec0cd34 df946b9b66a9dc24cfe087523b90d4fcfe2b7eef e483ebef280d256d527650307e69c1d63b0cac8a e7a0835a19d05913b9d64944df4c90ddef2c74e2 e8a2bf307849685551377fc26876339e28ec8cc3 f093b23021898dd0a25b443f4e2824aa99b72228 f167ef574debec388f20a867f1e764b550d729ef f7af3d810f37bd192dbc48d21eb2b5897a826d86 Package: ros-jazzy-demo-nodes-cpp-native Version: 0.33.5-1noble.20250321.132951 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 238 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.5-1noble.20250321.132951_amd64.deb Size: 65638 SHA256: fb760cc34ef094e5cd0a6255ca225cbfb5732584953f86e5722aa326dbd927ed SHA1: 72da5655f95aa309e3d5d3300ec848ed02595299 MD5sum: ae9a4db30ffc32269cb3636d9d1b6483 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.5-1noble.20250321.132951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1404 Depends: ros-jazzy-demo-nodes-cpp-native (= 0.33.5-1noble.20250321.132951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp-native/ros-jazzy-demo-nodes-cpp-native-dbgsym_0.33.5-1noble.20250321.132951_amd64.deb Size: 1320882 SHA256: bdb5cfc4dff84cde48ea03cb52c7d7d7c4b5afbe1776075076c491a7a802232a SHA1: 779dd7213651b37ad279e6b0caaee3a48352ccfe MD5sum: c8402719856fef416d165c28e2558bd8 Description: debug symbols for ros-jazzy-demo-nodes-cpp-native Build-Ids: 26c1103a8709980256533111ebef198797e7d1d6 9c028ac29a4e2b0b32205a55f2029ff541210331 Package: ros-jazzy-demo-nodes-py Version: 0.33.5-1noble.20250321.131549 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.5-1noble.20250321.131549_amd64.deb Size: 28660 SHA256: 1b6b7368fc19b412fa3674d84e6daa4a2f0b447ee0f9fc16625cabbcd0e3aa65 SHA1: 14febe5d72164ba2ce68f3f716fe786d1e920762 MD5sum: edf7b69e95c31902bf3c5a5e4adc2a01 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.9-1noble.20250321.145839 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1844 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc_5.0.9-1noble.20250321.145839_amd64.deb Size: 326312 SHA256: d7104fb979431e0cc66618508b336a456cefc5cb4a6ab6ff595dbcb616521567 SHA1: bb28ef534d6fde35002f157ad05cbd499da7775a MD5sum: 8c271c651c795bda71bd173bdae85264 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.9-1noble.20250321.145839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 14855 Depends: ros-jazzy-depth-image-proc (= 5.0.9-1noble.20250321.145839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc-dbgsym_5.0.9-1noble.20250321.145839_amd64.deb Size: 12988544 SHA256: 2bd01f909892dfbd0594fda9248bfa516a9e0f3b4877c7e1fd484ad943cb37c2 SHA1: 39c77438ff71a11e3dded8b6741f9e184cb42205 MD5sum: 47f10477836cd67667c3455757e185c1 Description: debug symbols for ros-jazzy-depth-image-proc Build-Ids: 03824cf341e01624777974ba9610f58370886a09 03d021e705404e20765ac6d9eb2d15902ae50961 19486abe90f6b0a6a4e6f90dcc34c1702a88fa40 290de97f833b7bf539060ca5f91bf6b00e532ff5 37a01ab454fec9d28e4bebc94895e1e648f02629 3cbec756aec7813a44cb9c3a13252205e126c5d6 7e4cbdd4856f16fc0e8b907f93a387c1f3823c9c 93c7b9e27d5e0f37a651619711863f036667ce0c a4b9bcf9042908d9c195e376f6e6c5a45ff45c5c c3b2fc9ae556d9fc47907b85e39a4ccd618a2663 c53c59eb2244f8e2bdc110e98f55d9b81fed1668 Package: ros-jazzy-depthai Version: 2.30.0-1noble.20250321.003944 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 66650 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.30.0-1noble.20250321.003944_amd64.deb Size: 24902954 SHA256: 93b656da64579ab27323337d4345190c5d774a8a3c5fb6aa3b0a168555e62bc1 SHA1: e726c8460d27a5e066fc370e76f648a596236303 MD5sum: a411bd0059049d842c670aeacf840526 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.11.2-1noble.20250321.141638 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 590 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-jazzy-depthai-ros-msgs, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-image-transport, 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge_2.11.2-1noble.20250321.141638_amd64.deb Size: 173060 SHA256: 6c01d9b976f65fbc26d5508bbc02c8bc4fb1fc0cfcd261c2aa5df839361bce1c SHA1: a2ac310f26d33baf9ebd10b3c9d662c4e330e1fd MD5sum: 0b6539351cd34abf4d693c1f51ce4961 Description: The depthai_bridge package Package: ros-jazzy-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-bridge Version: 2.11.2-1noble.20250321.141638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 3496 Depends: ros-jazzy-depthai-bridge (= 2.11.2-1noble.20250321.141638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge-dbgsym_2.11.2-1noble.20250321.141638_amd64.deb Size: 3382990 SHA256: 9bd20de6635df4d382bc44d7c4f2a1ca6fb6437ab19b1ae6e6788709138eadb3 SHA1: 68a500c8ff5ed8a2b0747004c89482178de003ff MD5sum: 5b120c6b9a3e253b24e1781c34e2d7d9 Description: debug symbols for ros-jazzy-depthai-bridge Build-Ids: a1b5c3b91fdfa0ef60e51a705fa5b8e4b5c0dbe1 Package: ros-jazzy-depthai-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai Version: 2.30.0-1noble.20250321.003944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 37435 Depends: ros-jazzy-depthai (= 2.30.0-1noble.20250321.003944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai/ros-jazzy-depthai-dbgsym_2.30.0-1noble.20250321.003944_amd64.deb Size: 34908992 SHA256: 27f97cc5b36bde0a4b551ec663051c03bb39bb22456eb367f5726590cc9e1be4 SHA1: 907ad42d78880ae9fe1d346dea11834b20710fe6 MD5sum: 404c39f5342e11ffd79c73952c9f2d55 Description: debug symbols for ros-jazzy-depthai Build-Ids: 26b50749bd887f89638cb6488ca616404303dd6b a4a5b8e41e0d1431d24da61458abf0cf1ba93918 c257560355e2468825b3d7f378790c1a1af2c5c7 d8387d176c32db73c349d09181de782b7e091ca9 Package: ros-jazzy-depthai-descriptions Version: 2.11.2-1noble.20250321.145704 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 120167 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.11.2-1noble.20250321.145704_amd64.deb Size: 31574350 SHA256: 89c0c14f64877665e1f37e561bf171005c8da98713cdb6820321c33f0d641b10 SHA1: 94a6b36a4f56076df57851f0b739d6768e9039d4 MD5sum: 9b63361ea89a367f3ba3518aa2b92ea7 Description: The depthai_descriptions package Package: ros-jazzy-depthai-examples Version: 2.11.2-1noble.20250321.152628 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 34096 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples_2.11.2-1noble.20250321.152628_amd64.deb Size: 26284672 SHA256: 981d73ba22c82777ef6b032fb90b30e474451ecad9d70c396e072d5a66652d57 SHA1: cd67c8b3e2678b522fc9b8fedae15dd361640982 MD5sum: 8b3837a5cc3fe353e43e2c57e6238b13 Description: The depthai_examples package Package: ros-jazzy-depthai-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-examples Version: 2.11.2-1noble.20250321.152628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 21453 Depends: ros-jazzy-depthai-examples (= 2.11.2-1noble.20250321.152628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples-dbgsym_2.11.2-1noble.20250321.152628_amd64.deb Size: 20298994 SHA256: 60c65f729d9e9bdd43a99ca7a5dadde6cd81d2eee9e6fc1637e0da9cd88bb672 SHA1: 9b9343be706cf824e91d10dcb3cb79e4f65b77d7 MD5sum: d5199b76914912d3f4e16a7a146509dc Description: debug symbols for ros-jazzy-depthai-examples Build-Ids: 053d840e6fda0001f6174e9fc500e33c0ccd1da8 0ee7b92234f7c46b7ad5bad827388d4e640dc1ad 171c8df02f891293b1596ecd9cf6baf4e4984022 1dc761007eddd11b7801b0bac4bd42fd49260a57 240cc529abfb29119932106c2c516c28e68eb51e 71276c67b39b2505217763f35e37a2c24703a52b 9ba474ab812172c32318b7612029f8d635e68412 cd4c39cd61a85ccd9cb8e582d3489e9b7e8f636b d724d9800dd7a14c55f671aa5df12ea3955bdeab e068f717b672700d99e5893b82365e782ed965b4 Package: ros-jazzy-depthai-filters Version: 2.11.2-1noble.20250321.140847 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2506 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.11.2-1noble.20250321.140847_amd64.deb Size: 410042 SHA256: ec14e7e30e2bb55287eccfcd14b61973074a2b38e90bacb1e96efb70f91fa01b SHA1: a3d374d5601eb0d60cd0b028909b9cfbb79e4269 MD5sum: d2da7db447867a78001f73d06c9ccaa1 Description: Depthai filters package Package: ros-jazzy-depthai-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-filters Version: 2.11.2-1noble.20250321.140847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 15470 Depends: ros-jazzy-depthai-filters (= 2.11.2-1noble.20250321.140847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters/ros-jazzy-depthai-filters-dbgsym_2.11.2-1noble.20250321.140847_amd64.deb Size: 13622470 SHA256: 73662dc81120ed9f2bb64e6a0228af787cf6f8a05f553147ffd64b7cddc7af04 SHA1: 92941d7e74c5a39f136cdfdd962ef00a120410fc MD5sum: 14f8885e91d44098bab441dac7589886 Description: debug symbols for ros-jazzy-depthai-filters Build-Ids: b39aa1ed1d7217ebcb803a229fbffcfd0672e69a Package: ros-jazzy-depthai-ros Version: 2.11.2-1noble.20250321.160417 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.11.2-1noble.20250321.160417_amd64.deb Size: 7200 SHA256: 7b42caa13ab26c882de7e578fbeca7118fbc71a5eddacf42826946ff8c347ffe SHA1: 46007d5953b93d4ee11cacc2e14ea48a95045f9a MD5sum: 76e1969aad337fdb7dccdf0762487c1b Description: The depthai-ros package Package: ros-jazzy-depthai-ros-driver Version: 2.11.2-1noble.20250321.155358 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 3442 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), 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.11.2-1noble.20250321.155358_amd64.deb Size: 750830 SHA256: 6facbd2078715a21093f079cb40526731bb3eda92913d4011cc2d1969a1f1dcd SHA1: 3054888c6a1d6060b5764a5f608ab37ecca5a530 MD5sum: 7874747e2004dc96a9bf4b36f3c7fa8c Description: Depthai ROS Monolithic node. Package: ros-jazzy-depthai-ros-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-ros-driver Version: 2.11.2-1noble.20250321.155358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 23970 Depends: ros-jazzy-depthai-ros-driver (= 2.11.2-1noble.20250321.155358) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver/ros-jazzy-depthai-ros-driver-dbgsym_2.11.2-1noble.20250321.155358_amd64.deb Size: 22599646 SHA256: e8db3a9c584bde7500470dc95e20e9ba758f01b21dcaf0f3f2e9a197ec7e452f SHA1: f5873b59d733266fc7760057ece53b5e6b4b0542 MD5sum: b6c9c49767251d70bab6932cefdfc018 Description: debug symbols for ros-jazzy-depthai-ros-driver Build-Ids: 1b5dd18f4f6f7ca43376fdcaf0ef1970ae40f783 4732cf81afaa9a0ebea0c0656226a3dabb199cf7 7d0f5b52299865f61ac22abc4a9351521184f0bc 96909ef4e947aad84e4e8355135041bfd3bc6039 cc3b01a7f8c8663d0994490e2c245ebb7f35f634 Package: ros-jazzy-depthai-ros-msgs Version: 2.11.2-1noble.20250321.132250 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2662 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.11.2-1noble.20250321.132250_amd64.deb Size: 202884 SHA256: 8456cc222987254092b4db2eeff5eb7cfcbe98f64db6eb4d3f8bc7221abd83ea SHA1: bc4d97b044c1401d2de13d42274869eb2f00e440 MD5sum: a4fd20a3ba3db1a957805362a38685ec 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.11.2-1noble.20250321.132250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2208 Depends: ros-jazzy-depthai-ros-msgs (= 2.11.2-1noble.20250321.132250) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs/ros-jazzy-depthai-ros-msgs-dbgsym_2.11.2-1noble.20250321.132250_amd64.deb Size: 1801860 SHA256: 8c93768af83d5061797842e1886ec4ee14633299e69a82d085b2b4c9e9b2c362 SHA1: 0c48caf10d026ffb59bb3b7b57d055208b1ee2a9 MD5sum: aa6fa9d0efec698e026e960fad29f58c Description: debug symbols for ros-jazzy-depthai-ros-msgs Build-Ids: 2627d2f9a646930aabf2ffc08e5e9091ac3ced05 3872874f91018200edef1bc9c03de0344e70ddc5 5bc71789b25e0f02a4235dce81777ab72c62744f 6823567c50cc937b0f38823ef6d73ed4929ee282 6fb4d0e734dd519a0cf280a9ffcdd2850cf59389 7edecdf9b04e2808adc308cd862c46ed8eb4f0ac 86f134a1a6415cfe3caabae0e8d5888072d10c80 b7f1acb07d10c2a30469ecbed455da5260fd7556 cf08fe4728d2028736bd3985b25c8524a66e9f6c edf771399f0a97f52c8a88ff92d47b6dea7fe47f fbd190b33e61b0561783af6e5e8ed7a5fac65037 Package: ros-jazzy-depthimage-to-laserscan Version: 2.5.1-3noble.20250321.132959 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.20250321.132959_amd64.deb Size: 183134 SHA256: 9cd4334c35c8edc12da13d9adf5225b96f2641774325b9e1b7358ce0e03cd45c SHA1: 09d2bfe2ad9cfd8a872417ede0d62a512c9c9340 MD5sum: 27b042fbaab11afa25da6da214b56919 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.20250321.132959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4122 Depends: ros-jazzy-depthimage-to-laserscan (= 2.5.1-3noble.20250321.132959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthimage-to-laserscan/ros-jazzy-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20250321.132959_amd64.deb Size: 3518338 SHA256: bdb7bb65867205567aacc61feb9492e7c767db44a337d10e94410f35f9a92297 SHA1: 40eee08e56f107b4f076aced96e7feba7865ec2c MD5sum: 2357c72b298138bf84c8820f40f66e89 Description: debug symbols for ros-jazzy-depthimage-to-laserscan Build-Ids: 12a23c908de43a183d0b36123cecc19d5bfa82c9 601119992ce7f39b1df0c3d594e8ceb353c822d9 604d25c613e7015c543ac55a723467f89ee53eae Package: ros-jazzy-derived-object-msgs Version: 4.0.0-4noble.20250320.224139 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1641 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.20250320.224139_amd64.deb Size: 132760 SHA256: 27eefd3f98dd1d30176209c4299be56eb431000f7bae8e7775e6e4b9d979851b SHA1: 06a4df6729ecc218e13d36ff1a860839e2064f1e MD5sum: 7cfa9aee2c12c960394afe0f7ff9f53e 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.20250320.224139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1248 Depends: ros-jazzy-derived-object-msgs (= 4.0.0-4noble.20250320.224139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-derived-object-msgs/ros-jazzy-derived-object-msgs-dbgsym_4.0.0-4noble.20250320.224139_amd64.deb Size: 1020190 SHA256: b76f61d2beb1dc6eff1f564486e78d20b9c9279ae66fe814e364bbace9f6a2d7 SHA1: c1018f415b146bc961e3b2feaae5b6ddba4bb9a1 MD5sum: 2d915dd77dd9760f772f95918d1329fe Description: debug symbols for ros-jazzy-derived-object-msgs Build-Ids: 140f59f55a8151d6435a97695afaae20a33fa528 193f6575ac9f808b75f99b6c756e7ad6094e787e 1e859affe499afe8b6749a16afacbc1bc9a004d3 31f9323a7ec8a7a513f93afb95a29b3593b9d02b 7fdf91877bbfdb859049a2db58b44bbfc31eac6c 8fd560f5da44fa38b5490bd630efcd526e07c23a 928ff65ea997207abcbfd07e5186ec80818fdf42 93d159af248f2d179945250df57614faf0216bdd a09586ae55b0f4b052afc7368e2c362e10748d98 d89997444182e3123969e59f8d0dd6a17db0c624 f80aec13d74f3f6e9a776983c514c15c8a180cdb Package: ros-jazzy-desktop Version: 0.11.0-1noble.20250321.153225 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.20250321.153225_amd64.deb Size: 6542 SHA256: fec025e81759b8666eb79cb2d77b94b8d8f66290112b32f4af256c60e91a7c01 SHA1: eb0fbb4d3792386c21e4c4d9b558deb7d781f75a MD5sum: 19318077dd764d51bd6170eb1ee28bff 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.20250325.174952 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.20250325.174952_amd64.deb Size: 5332 SHA256: b8c7e57f7997b6a85c0fb1788497cc12b5262a46490dc9cc39d4b902df626b49 SHA1: 115dedd96e997b15b90029aa7a40ac68737654a8 MD5sum: 9f883dcb7d7123e000efa2eabac2eafb Description: Provides a 'batteries included' experience to novice users. Package: ros-jazzy-diagnostic-aggregator Version: 4.2.2-1noble.20250321.132154 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1529 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_aggregator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator_4.2.2-1noble.20250321.132154_amd64.deb Size: 342068 SHA256: 1c7bfa25b4c51ef381b014f43a13dc0aa9d48e230129cbd792d0b86f1b314549 SHA1: cb42851203cd5882549ca4cf8dae6d55bf99aafd MD5sum: c8404748b8e261216a82efcbf1445603 Description: diagnostic_aggregator Package: ros-jazzy-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-aggregator Version: 4.2.2-1noble.20250321.132154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 7090 Depends: ros-jazzy-diagnostic-aggregator (= 4.2.2-1noble.20250321.132154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator-dbgsym_4.2.2-1noble.20250321.132154_amd64.deb Size: 6342194 SHA256: a9cea0f20da014513821337e99139c2a81df04cb6ff081f919aff4df993e4ef2 SHA1: 6a207b4ee1eb26c27b39855cb4242c019150b870 MD5sum: b729bdba012d6d405b2c7dc3d404461f Description: debug symbols for ros-jazzy-diagnostic-aggregator Build-Ids: 31995bf82d5894fc118046febbe115978ccb9cc9 6a926a8e21cca113a5255fde7e4649022bf1f070 6e5e4bec1a2166903648bdffcdef15aa48094a00 b7d980f9f4496b5bc4366be413813911caaa6222 Package: ros-jazzy-diagnostic-common-diagnostics Version: 4.2.2-1noble.20250321.132552 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 122 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-jazzy-diagnostic-updater, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/diagnostic_common_diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-common-diagnostics/ros-jazzy-diagnostic-common-diagnostics_4.2.2-1noble.20250321.132552_amd64.deb Size: 13570 SHA256: ec4d70f2fd7efb7f8546c597b9b9292b35e1d8f2007960138cc0c84280f828cd SHA1: 7aa28499ca1e1282dac123822755bb3456d01770 MD5sum: f464398bd2ea1c3e0da8059fd7d698e7 Description: diagnostic_common_diagnostics Package: ros-jazzy-diagnostic-msgs Version: 5.3.6-1noble.20250320.223231 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1562 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.6-1noble.20250320.223231_amd64.deb Size: 135698 SHA256: 2b98c91020420619427565b6d074586da1dce091ff2b3b5b7dd8595411987a47 SHA1: 54ac705c8037c5d437b7ab6e3c84e9e8347a6a43 MD5sum: 0591747bf42ac2bd59e0883f07180c34 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.6-1noble.20250320.223231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1350 Depends: ros-jazzy-diagnostic-msgs (= 5.3.6-1noble.20250320.223231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-msgs/ros-jazzy-diagnostic-msgs-dbgsym_5.3.6-1noble.20250320.223231_amd64.deb Size: 1102498 SHA256: c3e153389cdc24aab07d72f29f2577acd956dcef79c3a9fed6ab68d7a8555c84 SHA1: ae9ebbd6700d396b76da4453c60eb930d8e5b8c2 MD5sum: 34bdb297adb70b91783cf56a042312af Description: debug symbols for ros-jazzy-diagnostic-msgs Build-Ids: 15099f81c5ad191f8b999d79799e8908a51f6511 1e08fabe38d86a1469d09acf1ad3a89de676b5de 3dd36896d8fa1d5f678ce9f77a7a12eb80bbc563 65bb7688a895cb01f3cf659857fb05e13ed43788 81ce1fb6cc826dd5921ad26e46b3081620417ca5 9804d500cbae382c2d02576f9d7947d3a5410da2 a3e6908dcdf7cc07ec2769e4d419592d7d27ca91 bcfcdec2256f9b31268d7125587237ab0997629c bee72949859feccca1089990ea0974b73bffa80a c30936fcaf13e51114b5d5ec0638d4462ac729d1 c5c0548b27f0bcd9f5e6e32af7b0bb69aa884f74 Package: ros-jazzy-diagnostic-updater Version: 4.2.2-1noble.20250321.132157 Architecture: amd64 Maintainer: Austin Hendrix 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: http://www.ros.org/wiki/diagnostic_updater Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater_4.2.2-1noble.20250321.132157_amd64.deb Size: 112652 SHA256: 063898aa74fc1171c8972288b71e32407ca7ad2cf64cb2ea94448c05b9141ad9 SHA1: 3d014dcc03f47ba10fad583eaec5f3c6646ff45e MD5sum: ee2fcbc00edfddda0862e22bba03d9a2 Description: diagnostic_updater contains tools for easily updating diagnostics. it is commonly used in device drivers to keep track of the status of output topics, device status, etc. Package: ros-jazzy-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-updater Version: 4.2.2-1noble.20250321.132157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1718 Depends: ros-jazzy-diagnostic-updater (= 4.2.2-1noble.20250321.132157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater-dbgsym_4.2.2-1noble.20250321.132157_amd64.deb Size: 1598186 SHA256: 79e915a0c81ba6445ee5c9b00ae81f469e59394a2693acaecb58014f45265a53 SHA1: b8c2356e4447855fe5a53889f5e301184e87d58d MD5sum: 40b9f6a5181ab20e47efb9416371aade Description: debug symbols for ros-jazzy-diagnostic-updater Build-Ids: b59f4277f0617ddfd846fe974e2cad54a9a4b892 f4341518baf103a18f3a9867d18bba6859dace63 Package: ros-jazzy-diagnostics Version: 4.2.2-1noble.20250321.135358 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 42 Depends: ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-common-diagnostics, ros-jazzy-diagnostic-updater, ros-jazzy-self-test, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostics/ros-jazzy-diagnostics_4.2.2-1noble.20250321.135358_amd64.deb Size: 5458 SHA256: f6ffb1c29ecfaa3c06c27c4629fc36e40721dc0b86bee316d2c6e8879a5ff1b3 SHA1: f566a9f89953cd5dd0a006e0a65a29cd3ac45d79 MD5sum: a525963471ac4fc2666be25be98ab402 Description: diagnostics Package: ros-jazzy-diff-drive-controller Version: 4.22.0-1noble.20250321.144314 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 976 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller_4.22.0-1noble.20250321.144314_amd64.deb Size: 217466 SHA256: 3ef15057fa0c0271b99d949da8bc4d3bad6bfee91bf72e1bd4d51b25e774c9de SHA1: 344a527dfc6d35dcf38991c9552771a83c31b391 MD5sum: 889c04cd1ccdf65f7d8bc3d109fe28a1 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.22.0-1noble.20250321.144314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3630 Depends: ros-jazzy-diff-drive-controller (= 4.22.0-1noble.20250321.144314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller-dbgsym_4.22.0-1noble.20250321.144314_amd64.deb Size: 3196398 SHA256: f72978eaad30fa5eca586e750aaa19979bf54dbf7e4b725161969ef7020c2db8 SHA1: b304d989008a03dae6fe68e7cd32dc135621a2a1 MD5sum: 3d8e9f36ba25c60febf00ee956983609 Description: debug symbols for ros-jazzy-diff-drive-controller Build-Ids: f691cfa3a41201cf831dd96bb3187f38edf087d5 Package: ros-jazzy-dolly-follow Version: 0.4.0-6noble.20250321.132408 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.20250321.132408_amd64.deb Size: 106582 SHA256: 0cbef5c1a728899a7b5a2cafc7f4b9e83b55ad6f4cb67f86c72d56c0bd98e8c3 SHA1: fa80052387da3700fac948456710617879918bcb MD5sum: c7ca3780eed3ec652c9dda85285746a1 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.20250321.132408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 2231 Depends: ros-jazzy-dolly-follow (= 0.4.0-6noble.20250321.132408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-follow/ros-jazzy-dolly-follow-dbgsym_0.4.0-6noble.20250321.132408_amd64.deb Size: 1897448 SHA256: 0ec10fe6eddbd90b427c38a0de9be19862919404b1e63578ac73273b45ed0441 SHA1: 2249ecc5614c7d10f8c5a7b82ed4a81607706094 MD5sum: 6534f665dca4900d94b6b38872e49068 Description: debug symbols for ros-jazzy-dolly-follow Build-Ids: 929fc12854ccae756fdba96e3237b880ac3d603e Package: ros-jazzy-dolly-gazebo Version: 0.4.0-6noble.20250321.153344 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.20250321.153344_amd64.deb Size: 1728 SHA256: c9dbf82c77448853c8d40459b187c2cc43a3a18825001067d8d5d64e159387ea SHA1: 5940eb0c4d78183b15d64ef9ab2d720d56119c37 MD5sum: 9aa6bac01c957388706ac9a3fbafa758 Description: Launch Gazebo simulation with Dolly robot. Package: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20250321.135431 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1124 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.20250321.135431_amd64.deb Size: 204860 SHA256: 415b72eaa097c0aa1af3451966adf6a4624e85d9e2a1017b2e526192a1aa7423 SHA1: d6789031d1f3899ad7aa62e7ce3b47a571e011bd MD5sum: b65debf5b098fc98f4b5f9e94d7d91bb Description: ROS 2 Domain Bridge Package: ros-jazzy-domain-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20250321.135431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3919 Depends: ros-jazzy-domain-bridge (= 0.5.0-5noble.20250321.135431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-bridge/ros-jazzy-domain-bridge-dbgsym_0.5.0-5noble.20250321.135431_amd64.deb Size: 3463840 SHA256: 744b7c24057f7df3958caed34c1b0cb0b9c8b653da781d243768cacc75c3218f SHA1: 65f331a32655c5b5fc830d9fba51652b63b78fe0 MD5sum: b5c99b3155524b3c790535c1e6d28c08 Description: debug symbols for ros-jazzy-domain-bridge Build-Ids: 00c49bcf951ea98d07c2d8c566d5198fabdfe3bf 0b15a19ce8bf0939133fa6aa23cbf69e33bc432d 0cab5e6818ef3e858a5e3c1f8a907ca0bb544bac 13ac4597d51a6eb2f36aa6ecdd8cae743936b65b 1ecfa96f4b7531f2fedf0a0485941ad8caab3bf4 3667e4f3aa41a088b2c536e5632794d3896a792a 599458bd4e50930cb7ba1bfb51a987bc85a614dd 723408dd53739614c9f678be9ed8b8399984f22f a2146e3ad1c6797d6f5abf75f720d65e4bdb88a4 d8c12913bf79b1382684cde8039453d1817698ef e6d8408284ad0ed8604fd51e05b0f8463bdccdb3 f7f710e133a66be75baa0ee5463a803e19707937 fbf43aa42b09f5b314f24771f8fe7fe72e69d438 Package: ros-jazzy-domain-coordinator Version: 0.12.0-3noble.20250320.182944 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.0-3noble.20250320.182944_amd64.deb Size: 5908 SHA256: 8c8cd7019267471d8c47bba90f390b2d5823e2a1cd52081d92522ef9acfd7282 SHA1: f5f333cf0b7615ba2711a1e3840a0d2b18500824 MD5sum: 6dd25dabc9ae770fe1d20acc8f1ca71f Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-jazzy-draco-point-cloud-transport Version: 4.0.1-1noble.20250321.133534 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 678 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.1-1noble.20250321.133534_amd64.deb Size: 153244 SHA256: 18c7ecebada74038eb2d18f23f735a9a05cf8193fef743bde4e9a18480b8f6d8 SHA1: 3d2d44c277496eabac4f2c621bdbe433b430b5af MD5sum: c5fbf8356732104ddabb34e7b2186c65 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.1-1noble.20250321.133534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3687 Depends: ros-jazzy-draco-point-cloud-transport (= 4.0.1-1noble.20250321.133534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-draco-point-cloud-transport/ros-jazzy-draco-point-cloud-transport-dbgsym_4.0.1-1noble.20250321.133534_amd64.deb Size: 3282078 SHA256: bc0a5f2578a8c9547d03c697d96b9ce5ebc5e8c29972623f85c04f690c4c2b67 SHA1: 7743774e978f39592796013419ab0c33bc88d8dd MD5sum: 0ff75ca7a18150062962423511fd0f99 Description: debug symbols for ros-jazzy-draco-point-cloud-transport Build-Ids: 35b92fa37a2af24db0f96926efee73163afd91e8 Package: ros-jazzy-ds-dbw Version: 2.3.3-1noble.20250328.214658 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.3.3-1noble.20250328.214658_amd64.deb Size: 5586 SHA256: 49da9f78505b70e62a98d291b8b1930b666cce54cd793df9543d55a36aba4912 SHA1: b45b1c7043130e8ffa84accb5f5b9d6165156967 MD5sum: b13931d8e70aee74381fe7792358ea6f Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-jazzy-ds-dbw-can Version: 2.3.3-1noble.20250328.213745 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 5706 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-dataspeed-can-usb, ros-jazzy-ds-dbw-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can_2.3.3-1noble.20250328.213745_amd64.deb Size: 747476 SHA256: e573a7f61cd87a325f638ad49f3a9eda44c27f68a55088144ad416827b6fd4dd SHA1: bce6757ec66a5d6c8b4e62a064f83a7588d3839f MD5sum: 2fbbf5dbb9d05150266803ad84178b14 Description: Interface to the Dataspeed Inc. Drive-By-Wire kit Package: ros-jazzy-ds-dbw-can-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-can Version: 2.3.3-1noble.20250328.213745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 22529 Depends: ros-jazzy-ds-dbw-can (= 2.3.3-1noble.20250328.213745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can-dbgsym_2.3.3-1noble.20250328.213745_amd64.deb Size: 17970210 SHA256: 3c5e217a79db891928d8f51e97832acef9e2d4ebfa945d20f32abe74eb3aa755 SHA1: 90f588272f7ec75f345715d93921a9a5ba78e288 MD5sum: 9bcfea3ab53e39cb60e6e42621c6e387 Description: debug symbols for ros-jazzy-ds-dbw-can Build-Ids: a33194a6abdce9ea1465e4701bd79e82cc916dcc cfbbda485e0a72b0e8c6d4aa78291504d7e71f12 Package: ros-jazzy-ds-dbw-joystick-demo Version: 2.3.3-1noble.20250328.214401 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 1288 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ds-dbw-can, ros-jazzy-ds-dbw-msgs, ros-jazzy-joy, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-joystick-demo/ros-jazzy-ds-dbw-joystick-demo_2.3.3-1noble.20250328.214401_amd64.deb Size: 211678 SHA256: a8922f113becd518049463bd3e94b825dd7642f02d0b7e2a9f2c002b833543c7 SHA1: 131b7c1da3fc52a61852f167c057a5bbb681566a MD5sum: 5efa1ae4a82c85a853841db7c6994d23 Description: Demonstration of drive-by-wire with joystick Package: ros-jazzy-ds-dbw-joystick-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-joystick-demo Version: 2.3.3-1noble.20250328.214401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 5684 Depends: ros-jazzy-ds-dbw-joystick-demo (= 2.3.3-1noble.20250328.214401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-joystick-demo/ros-jazzy-ds-dbw-joystick-demo-dbgsym_2.3.3-1noble.20250328.214401_amd64.deb Size: 4696342 SHA256: 9cccbc15741f3dbff08a1bbe1d2705c739d695405b80cfc0fabc6a4ea62290b7 SHA1: 7fb38cb38183f0dbacaec20f2e03f9b817e81b2f MD5sum: 508c535bfbb13fb042703040a151b27b Description: debug symbols for ros-jazzy-ds-dbw-joystick-demo Build-Ids: 592adebf0790795661c0dd3021f81664bc002e75 980b0e63e1d71fe442015c60f3f7f9e5a16cfcfc Package: ros-jazzy-ds-dbw-msgs Version: 2.3.3-1noble.20250328.212226 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 10826 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.3.3-1noble.20250328.212226_amd64.deb Size: 605670 SHA256: b7c5f3db454f38d0f5ced787d47b28be973cc07bc799fa9c9536ff6abcf4087a SHA1: d484934bf0a9bb39a1ec5f605e954cacaa606796 MD5sum: e3f7603c5aad225cb850761e05c115f8 Description: Drive-by-wire messages Package: ros-jazzy-ds-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-msgs Version: 2.3.3-1noble.20250328.212226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 6654 Depends: ros-jazzy-ds-dbw-msgs (= 2.3.3-1noble.20250328.212226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-msgs/ros-jazzy-ds-dbw-msgs-dbgsym_2.3.3-1noble.20250328.212226_amd64.deb Size: 5386818 SHA256: 2eb42dabf3e71f1c7bde33caf0a72f2a2cc4e218510b93e5617a8c48efaf5386 SHA1: 9a43ddbfffc43dc9b3422e6e434b5c40c1f7e4eb MD5sum: 4fa45d45a0c4a3f2b02fcfd40af08022 Description: debug symbols for ros-jazzy-ds-dbw-msgs Build-Ids: 01b58aabae12f604986a00204851e7073bd58287 30c632bea9a899ce59a73fdd3b142abe9b5f0ef4 4d80c87e4e8bae79c63e48b584b9e50a5d5611a3 58a0cbf9b8997d83a0e04c436660b299805fbd04 84b78994e3aa4f0d0d1c9c706b23bbb8773ec532 922bb8216b8aff825d0ea487c772581a2a31f977 9eae715ed898bc3ee1007c461d7ff65fd9cb8e48 9fd6ed35360921fc3a3e9c5bbc57099dbba3f3ea c2f05edb9bf832aa9c4edf748a04ee7e8b75d7f4 e7b51926e8ec625c6bc1e02dcfddb26e7c07d07d fd1aaac9c5d2f6edb067d77faf69d3f9560ca8da Package: ros-jazzy-dual-arm-panda-moveit-config Version: 3.1.0-1noble.20250321.140803 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.20250321.140803_amd64.deb Size: 15692 SHA256: ae49b3f7abfff234fe86b6a0358e554445b4ac3a1ead84d0ec0f88f31531f035 SHA1: 8c058c5ee289a0d56a8d253ae5a2c5f5d66bb240 MD5sum: 04bf5617d52c8ac530dd414d8a73099e Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-jazzy-dual-laser-merger Version: 0.3.1-1noble.20250321.152238 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.20250321.152238_amd64.deb Size: 12302580 SHA256: 11179622ed44e0074f0afb26528e83f67b5afe618fe3ca54fc7b76672c01395c SHA1: ed96a4e6f731080042fac94ac8606d141ab929dd MD5sum: d33add004e61b5231f8b49e802d71b95 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.20250321.152238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5602 Depends: ros-jazzy-dual-laser-merger (= 0.3.1-1noble.20250321.152238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-laser-merger/ros-jazzy-dual-laser-merger-dbgsym_0.3.1-1noble.20250321.152238_amd64.deb Size: 4938410 SHA256: 4990fb9694a17c8b553d462d9dac5bc1416f5719822003e1c17181a2b24888ef SHA1: 2adc166aa820ee1424b104cc9ff0ee49227f106b MD5sum: bcdac5f256197afaed8e0d7be6a0da34 Description: debug symbols for ros-jazzy-dual-laser-merger Build-Ids: bfab8c8366c48708dd02a6b10bc7fa59702b28ee db461c04674b86cb11921cca21504391bdb9db23 Package: ros-jazzy-dummy-map-server Version: 0.33.5-1noble.20250321.132448 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.5-1noble.20250321.132448_amd64.deb Size: 48484 SHA256: 7a6cfc4a13c8c24e006c73a222cfc83899548ddd15aed9cb100c7e3c03182cea SHA1: 1da8f24336eded1fa09bc29222a0ff202d6cb7d6 MD5sum: 097d4fc34d52b02fdd63807aefeab0e7 Description: dummy map server node Package: ros-jazzy-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-map-server Version: 0.33.5-1noble.20250321.132448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 790 Depends: ros-jazzy-dummy-map-server (= 0.33.5-1noble.20250321.132448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-map-server/ros-jazzy-dummy-map-server-dbgsym_0.33.5-1noble.20250321.132448_amd64.deb Size: 735160 SHA256: e8bd029d489e9ff8e4742b87bf5a1b522fa62f608be10ad367879f03e9ec6595 SHA1: 65abba55848a322889ae1267c0e93a50a193ad46 MD5sum: 1af4811048a30898f7638b50b29870b2 Description: debug symbols for ros-jazzy-dummy-map-server Build-Ids: f66658e9d68884940f86390c4c679c791e61834e Package: ros-jazzy-dummy-robot-bringup Version: 0.33.5-1noble.20250321.143601 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.5-1noble.20250321.143601_amd64.deb Size: 9166 SHA256: 33131eb2d0f55ca75733e412dd17170fffe5d12f68428f2b12387103d8d1e119 SHA1: 59c4ce5678a2485b64b53083f406e1622de1dc0f MD5sum: ce54044a4d5e8c6d05f63c2de25a49f6 Description: dummy robot bringup Package: ros-jazzy-dummy-sensors Version: 0.33.5-1noble.20250321.134136 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.5-1noble.20250321.134136_amd64.deb Size: 66882 SHA256: 7f12738b07c44c3c528a91000d28afe568cb292d8cf0633ccd9bee991a0c4b87 SHA1: 76701d55fe6d3272710af8cfdf005fdda9a63094 MD5sum: 4f5554d09b8f097bbc863115ab00dea0 Description: dummy sensor nodes Package: ros-jazzy-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-sensors Version: 0.33.5-1noble.20250321.134136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1546 Depends: ros-jazzy-dummy-sensors (= 0.33.5-1noble.20250321.134136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-sensors/ros-jazzy-dummy-sensors-dbgsym_0.33.5-1noble.20250321.134136_amd64.deb Size: 1437292 SHA256: e6834f3550839f703c110c2ea7c91e22341ce7381f412808c5568cf6b1d6b426 SHA1: e5f474cd02cd4d1d09b4260e533c64754349e130 MD5sum: 7ce4e1ceb81c0cdccde27b96efbcadc2 Description: debug symbols for ros-jazzy-dummy-sensors Build-Ids: 6f4240c9f77b1e932029f545990fdc59ae230b25 c1f4c1e12a7a817f2602938085ec6b13606efa7b Package: ros-jazzy-dwb-core Version: 1.3.5-1noble.20250321.145012 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), ros-jazzy-dwb-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core_1.3.5-1noble.20250321.145012_amd64.deb Size: 208748 SHA256: 299ba052c842385135d073bea32062b98bbb3a241aeffc2a6c3a74f77ba1c34e SHA1: 86676b10ecd0fac28c829721c0f8f51c9082f0ee MD5sum: 60591ef7aa34d4b13fe63c0aab603576 Description: DWB core interfaces package Package: ros-jazzy-dwb-core-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-core Version: 1.3.5-1noble.20250321.145012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 3447 Depends: ros-jazzy-dwb-core (= 1.3.5-1noble.20250321.145012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core-dbgsym_1.3.5-1noble.20250321.145012_amd64.deb Size: 3202840 SHA256: b3a1c8d053c7d7648d769f3ee01afc3f8150424d2423450f2f31f6d416c614d7 SHA1: 4c06f0c10fc233d11cab433c02296e0f22444093 MD5sum: 63a4d18cd51577cf842559a2a6e81731 Description: debug symbols for ros-jazzy-dwb-core Build-Ids: a8adc8b71ddec1bce79d9b461ac1f6c202049b34 Package: ros-jazzy-dwb-critics Version: 1.3.5-1noble.20250321.145410 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics_1.3.5-1noble.20250321.145410_amd64.deb Size: 58796 SHA256: d8e629621b525536ad8978b54bb08adce3e0d148fd17f1516812a1cd2e34fc4b SHA1: 9c2d5b16dfceb9bdaa8ec1d123f9deba82925ed4 MD5sum: 1faee038739b38ba940a780b897001da Description: The dwb_critics package Package: ros-jazzy-dwb-critics-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-critics Version: 1.3.5-1noble.20250321.145410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2344 Depends: ros-jazzy-dwb-critics (= 1.3.5-1noble.20250321.145410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics-dbgsym_1.3.5-1noble.20250321.145410_amd64.deb Size: 2296422 SHA256: 54f7ac14dbf9bd4ca56f27e27e15026c8993a0e47b7268d31c9e13b1ebea3770 SHA1: 3be956e8800e0b3f6aa7a361dfab99cedf1ef359 MD5sum: 88793cafc41e5965843ed06f508edb37 Description: debug symbols for ros-jazzy-dwb-critics Build-Ids: 7d07ec7253efd3f1536ec0efae41ea68b3dfeefb Package: ros-jazzy-dwb-msgs Version: 1.3.5-1noble.20250320.223904 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3047 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs_1.3.5-1noble.20250320.223904_amd64.deb Size: 227222 SHA256: 022d78db1d1b034c5246f55a2b1c20b73c7ce79d990f87e1e4ca747dfc841c70 SHA1: 775e291d977d1347da81264d36937c9d301a8ce9 MD5sum: 105b44f9bfdee7755843d48e06b30feb 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.5-1noble.20250320.223904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2666 Depends: ros-jazzy-dwb-msgs (= 1.3.5-1noble.20250320.223904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs-dbgsym_1.3.5-1noble.20250320.223904_amd64.deb Size: 2218700 SHA256: 596f5575fa70ab0ca9fd36ff9784d438debc9eeceb62bf0581e9fa39de1863a1 SHA1: 526ac816f4f2888c79a67cadb471841cc577aacb MD5sum: cba8b5205a32b005640b5e43f0456987 Description: debug symbols for ros-jazzy-dwb-msgs Build-Ids: 067376ac22d7e75ad25d12dae762874333043d15 30334b5134640b8031959265eeb85431f24546cd 6169fa31a4334fbea96a3042651699b8cf7c1795 6d5a3a2261abff448c44e4082f970978bd4fd93a 6e0ed486af1643cbad3aaf5134412ea5ab06f525 82dbba4ef43b28dde4b0bb1fa6d86bba53eb25e8 82ecac95dd569f2bf6cf9b9dd99429617ae17e2a 8df5cb43dcc09987ce131ccb7eb27b4a13601143 a1e18f273870714a562e9870781c7f4ce2fc45f2 a38bfecc1d22f895736fdc121c691cb7531f1c52 e3dcaa5fe9b7537cd6b7804b77782f37bb140da0 Package: ros-jazzy-dwb-plugins Version: 1.3.5-1noble.20250321.145423 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins_1.3.5-1noble.20250321.145423_amd64.deb Size: 47858 SHA256: b703a2b4fbc750d8971355444396b9c1a3e2def7fedda0ca0fff4c37c000734e SHA1: bdce622f712b0712993079c867550e5d61278f13 MD5sum: a67a6dc429bf6c095211c7b76d935ff2 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.5-1noble.20250321.145423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 985 Depends: ros-jazzy-dwb-plugins (= 1.3.5-1noble.20250321.145423) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins-dbgsym_1.3.5-1noble.20250321.145423_amd64.deb Size: 947250 SHA256: 93c44d84ed01064db131b42c07b9af713d17efc1100676402f5dcd050259a61f SHA1: eeabc746340c5607158d31ea4762c21ceca1edaa MD5sum: 719929ae7679758ee95add84feb51529 Description: debug symbols for ros-jazzy-dwb-plugins Build-Ids: 74285ebeefb7a65a12c43f7d530e333e93498d8f Package: ros-jazzy-dynamic-edt-3d Version: 1.10.0-4noble.20250320.183741 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.20250320.183741_amd64.deb Size: 26078 SHA256: 41758a3aa58d0ad3c8165baefae8daca97faff584c544de935279fe8562402e3 SHA1: ec6e072bf3ef4d748c0ecb5ba06ee37484bb044b MD5sum: 4ad2e825bafe41c77f2b0274f83fe734 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.20250320.183741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Sprunk Installed-Size: 90 Depends: ros-jazzy-dynamic-edt-3d (= 1.10.0-4noble.20250320.183741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamic-edt-3d/ros-jazzy-dynamic-edt-3d-dbgsym_1.10.0-4noble.20250320.183741_amd64.deb Size: 75024 SHA256: aa7ac478782d217eb06de9434f02f5165bed1810264706a8f9f7e4d39a31029c SHA1: 809bbb06f2e0d72acab4019787ce27de93d6e7ed MD5sum: fa590144559a8f537d9459b9e5e45437 Description: debug symbols for ros-jazzy-dynamic-edt-3d Build-Ids: ccece63c2d522922c157bfbfb0979c91a8cb64ab Package: ros-jazzy-dynamixel-hardware Version: 0.5.0-1noble.20250321.141225 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 208 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-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.20250321.141225_amd64.deb Size: 56916 SHA256: 04e4ca6ca45158f673431ec00c6304eeb73e0069fc3d96621899b01fdb442300 SHA1: bfe5bbf9bcb81b0b9a94af46213784ee400898bc MD5sum: 75cd004af9cfd7e9e1746ccfb9367118 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.20250321.141225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 982 Depends: ros-jazzy-dynamixel-hardware (= 0.5.0-1noble.20250321.141225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware/ros-jazzy-dynamixel-hardware-dbgsym_0.5.0-1noble.20250321.141225_amd64.deb Size: 939158 SHA256: cd9d82d9f87eeb71165bf21c08279fec561fb39b7cad1213d6c152d88fdb76b2 SHA1: 07f110c7efca760b0abe3cdc8cd7698066a87a89 MD5sum: 2af223150b6363f542abef0a1eafee80 Description: debug symbols for ros-jazzy-dynamixel-hardware Build-Ids: 65f698cb7419a70fbbfbf457c6dd56c8efa9cf2d Package: ros-jazzy-dynamixel-hardware-interface Version: 1.4.0-2noble.20250321.141323 Architecture: amd64 Maintainer: Pyo Installed-Size: 687 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.4.0-2noble.20250321.141323_amd64.deb Size: 173196 SHA256: 4de33fdf92b3036ff07e492f4d000aa5f90c01dcece02a098021b83556cb0aa2 SHA1: 786e28a41548809a7fe0dc501422fb10fa7945d9 MD5sum: 73cdbac94cdac69b401d532efd3e3c74 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.4.0-2noble.20250321.141323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2935 Depends: ros-jazzy-dynamixel-hardware-interface (= 1.4.0-2noble.20250321.141323) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware-interface/ros-jazzy-dynamixel-hardware-interface-dbgsym_1.4.0-2noble.20250321.141323_amd64.deb Size: 2750704 SHA256: c684c45fa00898bfd18022ff685f59d498b0f7ad264c84ae2a4a727d6bdfbb26 SHA1: 6d5fec353660eeb56e5def70ea2e51d484a8c58a MD5sum: b26c14219731f43e5f6c38ed8bdebc0f Description: debug symbols for ros-jazzy-dynamixel-hardware-interface Build-Ids: 9a41ad4623835f176571b55c8a4f78c0ec41f80b Package: ros-jazzy-dynamixel-interfaces Version: 1.0.1-1noble.20250320.222748 Architecture: amd64 Maintainer: Pyo Installed-Size: 1768 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.20250320.222748_amd64.deb Size: 138192 SHA256: b2b09251d3ba28a6eea748ecfa396f9cf0a20ec5deeacbccdb33943dd8220586 SHA1: 4306279a1671342aee7111d4f2cb12332c5b24a3 MD5sum: 86242f50db2551c457d6e44e533bec36 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.20250320.222748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1285 Depends: ros-jazzy-dynamixel-interfaces (= 1.0.1-1noble.20250320.222748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-interfaces/ros-jazzy-dynamixel-interfaces-dbgsym_1.0.1-1noble.20250320.222748_amd64.deb Size: 1006394 SHA256: cc8944ec602e08439cffd87a60e99696d705a8a60ed2d2db5e6713a65a4ae57a SHA1: 8010a2a328e25e3957c6df9c848d22bf255935c6 MD5sum: 7a685f6c5731aecd69968f5b8c2dd2ac Description: debug symbols for ros-jazzy-dynamixel-interfaces Build-Ids: 13048d71168329943a06e59a592af0389da7dcd0 2df40a1deb0163f33fb76f4d1edc4fe49564cf60 436ac56112a35530514c34bdec8d07dfac8dde95 4d314bef6f2750fcc9c87b7ce8037c563cf00698 51b34612424c5b1e035530bf74bdfa0b57003f51 53d0555c8bc9475efbfe28a2f70356da37151bbf 79cb4fc67d98c8eda8441acbdaaa432b16a2d3f4 98300d8bbb80fa404ddaaf5ba010de66cf2687fc cb289ce9714834314dcabb0315960f383d61dbcf d8645c068d3e5d3db85ccaf4ee5d30cfd2ad95c0 dc4997f61331ff868d60aea94059ab05aad4cb26 Package: ros-jazzy-dynamixel-sdk Version: 3.8.2-1noble.20250320.184800 Architecture: amd64 Maintainer: Pyo Installed-Size: 541 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), 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_3.8.2-1noble.20250320.184800_amd64.deb Size: 66136 SHA256: 0abe0cd1ff2bb9c8cbca2a36bf91a4c09dd5e82b932873077e0463bbdb9ea0e4 SHA1: 018d109dcaad748c3225f41d8c45344f52b8e414 MD5sum: c8a1d7efe291034a24e4a69bea293c02 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: 3.8.2-1noble.20250320.195919 Architecture: amd64 Maintainer: Pyo Installed-Size: 828 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_3.8.2-1noble.20250320.195919_amd64.deb Size: 70490 SHA256: 0b71cf4b89a9b0a05b0123688dcf48c1b7be348d98443512c32fadbd38aa2fab SHA1: 5e6b2e2a8f73b40a9a575eadd7fc91f72cca8724 MD5sum: 4e882c84c09b247ae39ae3b399e16133 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: 3.8.2-1noble.20250320.195919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 547 Depends: ros-jazzy-dynamixel-sdk-custom-interfaces (= 3.8.2-1noble.20250320.195919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-custom-interfaces/ros-jazzy-dynamixel-sdk-custom-interfaces-dbgsym_3.8.2-1noble.20250320.195919_amd64.deb Size: 393546 SHA256: ee20f49fa4a4ba4ca6c649a2663d86c48a46ce37d388b197a7e6cc706e639312 SHA1: a7c61570c09ee4b94fd541d0e87ab44828b0ad4b MD5sum: 1a85e261477fb5afe8e9fa54b877d435 Description: debug symbols for ros-jazzy-dynamixel-sdk-custom-interfaces Build-Ids: 16367455abd8022b199053b8687b898398069cd6 46caed60e47ac21bf3ade82c5785fc5f44e26e03 46f5fac2e4a7073022a51fb79fb86d9402f7a56a 54904a62e3dd74498a6d95624ffad278bef82f19 7a0839d7707bfdb2ecebc3d707269d62b6da3686 7dfce2337dee740aff015af3946a65cacfe2511b a4be4e8b6e7821397d32500447e487e294af6098 a7d4323228d23bc4d2a07cd9249c55cd4bdf698c cd5690ad30385f2fa02fd4a3664ba21bf4ef7c02 f07c2c5e6544402f583500b990f771c6997adf77 fba008de6ee6e3fa31777e73fecaa4c51ed22cc7 Package: ros-jazzy-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-sdk Version: 3.8.2-1noble.20250320.184800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 335 Depends: ros-jazzy-dynamixel-sdk (= 3.8.2-1noble.20250320.184800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk/ros-jazzy-dynamixel-sdk-dbgsym_3.8.2-1noble.20250320.184800_amd64.deb Size: 303246 SHA256: 848ff8fe721698b7cba6859d259fdac0b872847931f8a820c8c5ca01182e8a7f SHA1: ebfd8137f4e7bdd5e05fab5bee58c6299776cdbd MD5sum: ebbc892f569b4266297080d16bdb9b3f Description: debug symbols for ros-jazzy-dynamixel-sdk Build-Ids: a1b74a77ab0b3c664b08f7daa655fedeac2f2c8b Package: ros-jazzy-dynamixel-sdk-examples Version: 3.8.2-1noble.20250321.132155 Architecture: amd64 Maintainer: Pyo Installed-Size: 492 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_3.8.2-1noble.20250321.132155_amd64.deb Size: 108966 SHA256: d1b261021900eb893e44e6b498e7ef2454ad71eb4fbcfa6165e4220b703ee421 SHA1: cd158b4bb0255ee077d3f39bf359ea599f56e12e MD5sum: b9df08d9bdc81c410abd87fb17913545 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: 3.8.2-1noble.20250321.132155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2191 Depends: ros-jazzy-dynamixel-sdk-examples (= 3.8.2-1noble.20250321.132155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-examples/ros-jazzy-dynamixel-sdk-examples-dbgsym_3.8.2-1noble.20250321.132155_amd64.deb Size: 1852706 SHA256: 97c7ccc70fb6c4b8326c6a15276c5a4decbe711136d7f65238223705adf99b0a SHA1: 3dcc1c3ee348dede123a2edd03d8fdaca8630d27 MD5sum: 2a7513b894b9eff2f27e3bdca764ec7f Description: debug symbols for ros-jazzy-dynamixel-sdk-examples Build-Ids: b5661c1219617b270ddaa098dab91e1176912af3 Package: ros-jazzy-dynamixel-workbench Version: 2.2.4-1noble.20250321.140056 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.4-1noble.20250321.140056_amd64.deb Size: 5934 SHA256: ffcdb299bc1df8f90d29daed56a519eb892700e489c4a58c8a20ac4a88b8aef3 SHA1: edd6778c0d3886a6eec59bc8814b69980ccec800 MD5sum: f9ec0f459d9cdd09070f6a85cb1b2650 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.20250320.221317 Architecture: amd64 Maintainer: Pyo Installed-Size: 6194 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.20250320.221317_amd64.deb Size: 296870 SHA256: 5c3d1e4324816286ed2604a3ab7ab64a3d6bcc635ca6fd309e4ea744cc95ff19 SHA1: 445e29ad0e8f81c4d796a1f34b0c987bd045658e MD5sum: e0abd5f8df1a146783eb254480cfc0b2 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.20250320.221317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3063 Depends: ros-jazzy-dynamixel-workbench-msgs (= 2.1.0-1noble.20250320.221317) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-msgs/ros-jazzy-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20250320.221317_amd64.deb Size: 2472906 SHA256: 6ac9363073eedab5cba902dcadd9d7125af00961e60f42d43e29c85b0fc5f8cb SHA1: a87a97d48bcb80355e34842cc3d714242ead7aae MD5sum: 8eff6ff31ccfa0564e5ddc9a35a5afa1 Description: debug symbols for ros-jazzy-dynamixel-workbench-msgs Build-Ids: 345aedefa862ea8680974efb5a2355061b35334f 364e80aefe51e53b051b7bd754e868eab33ec290 3f9f5dbc2becd781315d88e4a36aadd4a33ef3f1 4bcf06197d74b0b7f697fdd4de73e3b8c1ff326a 60781641ce627df9315d852e9f6fa2c2bf1ba128 69b8298a4c08ecdcd637f68bf8212ccc3aedcbf3 6d43855377ca95c2bb8d1d4d99c86ec6298be645 d114a9da0b65152712eae84b3fe0997e29e26e2f e1e714dba1cf1676f49faa636971cdb08ec72488 e28c84e00496386bc8a5c42602d3c3b16a333a66 ece335eb3b8a3ce0df52345617224fe7173ec7d0 Package: ros-jazzy-dynamixel-workbench-toolbox Version: 2.2.4-1noble.20250321.134422 Architecture: amd64 Maintainer: Pyo Installed-Size: 194 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-jazzy-dynamixel-sdk, ros-jazzy-rclcpp, 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.4-1noble.20250321.134422_amd64.deb Size: 38216 SHA256: a4030dd003b849d8a74b22affd201f974147ce7f9b1b6f660e6127fe1842b095 SHA1: fefa03f9c0511c5f410db2a8627749382d08a4c9 MD5sum: a455ede27f33e6dece3a6dd563467b30 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.4-1noble.20250321.134422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 131 Depends: ros-jazzy-dynamixel-workbench-toolbox (= 2.2.4-1noble.20250321.134422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-toolbox/ros-jazzy-dynamixel-workbench-toolbox-dbgsym_2.2.4-1noble.20250321.134422_amd64.deb Size: 98444 SHA256: 812629088a6a29692cb8a43b613c51361cfd56bd560422adb2d881cf9a5a9be4 SHA1: 5190dd0fdbbf7baa0cd602ee3a9b1d8fd28133b6 MD5sum: e80306e37dc42c61ad75337a31d96f5b Description: debug symbols for ros-jazzy-dynamixel-workbench-toolbox Build-Ids: 055d4115e3a3fea716ba75ce1c9042586b7b7cdf Package: ros-jazzy-ecl-build Version: 1.0.3-5noble.20250320.184905 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.20250320.184905_amd64.deb Size: 39350 SHA256: d41eb62006cae662bf6ee5397aa258cd58edd3ab74029e889c6a0545747fcc8b SHA1: af28f5ae8306ddb8cef6a0cfdb16c6725a3909f8 MD5sum: 7321d898534d660f2757aeb5f577366c 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.20250320.191741 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.20250320.191741_amd64.deb Size: 57986 SHA256: d61b8f7d21d46a198058e5089c648c1e28fab3d18b880375ab46838c2a2d0034 SHA1: 084487325100a7835f7aeac5a0e5c4cea5cb8c1d MD5sum: 532b8bebd9e9b193625b42c6369c1485 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.20250320.191741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-jazzy-ecl-command-line (= 1.2.1-5noble.20250320.191741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-command-line/ros-jazzy-ecl-command-line-dbgsym_1.2.1-5noble.20250320.191741_amd64.deb Size: 295962 SHA256: c609023889e3098c0d178efa95085244d24e438952dc7b84dd84d60b988e31e6 SHA1: 90115cc5b42550b5f77cd9c1a9d0a7968187a21c MD5sum: e14a43dcf8b1680960cc163cadb46701 Description: debug symbols for ros-jazzy-ecl-command-line Build-Ids: 340c8b345cf3a8ff1422769158dbd9faf239d55c Package: ros-jazzy-ecl-concepts Version: 1.2.1-5noble.20250320.192148 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.20250320.192148_amd64.deb Size: 12542 SHA256: 2710a9157112a2a22d578c8d02d8f3b9601d1a853116369ae3d06754d5d53acf SHA1: 17a028232e04642dc6cf3313e7371dab7f2340b6 MD5sum: ab6a957de93f2354e45c54fb7bb353ae 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.20250320.191741 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.20250320.191741_amd64.deb Size: 17570 SHA256: 47df95902dfb33bc1a9bd5b49ec984edf35eefc6b84d27da1372eb430cdb9207 SHA1: 4d80842b88cb90807763c42a9550278ab693e51c MD5sum: a21f8778998c875d35a7c3483344aaae 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.20250320.191741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-jazzy-ecl-config (= 1.2.0-5noble.20250320.191741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-config/ros-jazzy-ecl-config-dbgsym_1.2.0-5noble.20250320.191741_amd64.deb Size: 27964 SHA256: 85c0c8738fd2b843ad491d097d50c91cdadfc751e4ac40c513a8f1506c921d55 SHA1: 34b02f767f4c9584e3648047bbd93f87569fcd4b MD5sum: 4314d6ff333d24928a8b41d9981681fa Description: debug symbols for ros-jazzy-ecl-config Build-Ids: 07e1f055aa55fcc90bfa14949a891ce86eb0de2e 384113aea830aeb6dc8b1bb85457a3f165186d82 Package: ros-jazzy-ecl-console Version: 1.2.0-5noble.20250320.191926 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.20250320.191926_amd64.deb Size: 9788 SHA256: 714bb67e8975e24196c2aab2074bb915a87f70fb4891f962f52742526304c1b2 SHA1: 0608a6e66ef59db5cd89323894d70feccf08be24 MD5sum: d8456173aea29d0e188cbd33cdb82d4b Description: Color codes for ansii consoles. Package: ros-jazzy-ecl-containers Version: 1.2.1-5noble.20250320.192922 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.20250320.192922_amd64.deb Size: 46278 SHA256: 7d456610ee688820c1a405ef7ab854745d45950caaa9a9689bc5d8c4779ebd37 SHA1: ab2f7994e5900d7ca159b45773944ac5a66d006c MD5sum: bc9adb60a10f6468df6bd7169e0c9c7b 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.20250320.192922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-jazzy-ecl-containers (= 1.2.1-5noble.20250320.192922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-containers/ros-jazzy-ecl-containers-dbgsym_1.2.1-5noble.20250320.192922_amd64.deb Size: 95158 SHA256: 8cb00b8c4e783c66b86b8d08cefe9f075d0cca3474ee20020d4f94b917d4304c SHA1: af554375337c082bb4518fccf2e30dbf1db3b798 MD5sum: 387fa11b5c2837bbd25563fd124458cf Description: debug symbols for ros-jazzy-ecl-containers Build-Ids: 95319996994556d71be55347010f27af8e680d41 Package: ros-jazzy-ecl-converters Version: 1.2.1-5noble.20250320.192402 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.20250320.192402_amd64.deb Size: 24208 SHA256: d7343f6e31cbc1fe25c8e3cf44daac301e95815c8a0a893ec3c9c8e6ee4c5564 SHA1: 9af92269e287f6baa61467fb432fa63a387d01a7 MD5sum: 6d4fead89037a2db4402e0771d52ba6a 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.20250320.192402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-jazzy-ecl-converters (= 1.2.1-5noble.20250320.192402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-converters/ros-jazzy-ecl-converters-dbgsym_1.2.1-5noble.20250320.192402_amd64.deb Size: 34886 SHA256: 901bbf813e8c5dbf961eb108d0554aff4709abb9c5fbe90088b4ac1d78538d51 SHA1: 597ba4838ea691f97a4326367d86016624caeb3f MD5sum: 62a07bc3f269d96d70ffff3ceb00c877 Description: debug symbols for ros-jazzy-ecl-converters Build-Ids: b09fa70dd8823a036dbd4207eddeca99baa4d26d Package: ros-jazzy-ecl-converters-lite Version: 1.2.0-5noble.20250320.191942 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.20250320.191942_amd64.deb Size: 8630 SHA256: 633099ec3f67220734b090bd145dbce5c26316e3114d2843d3531b09062d9797 SHA1: f73db2641dcb0510e3cbedb717caba5f094d5fda MD5sum: 16a3f86829d027a6cf3804ead0d862b5 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.20250320.191801 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.20250320.191801_amd64.deb Size: 10658 SHA256: c1b52cb67e3d0e0526480b2e8f99b33d0f5266f6f427f2bc399a2f759d1ff95c SHA1: 0c1a805d4068173838f8cce47368f7b2303ce792 MD5sum: 1005c7d1dd06e83895d45dfeecdd84bc Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-jazzy-ecl-errors Version: 1.2.0-5noble.20250320.192003 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.20250320.192003_amd64.deb Size: 20638 SHA256: 182a6b85260d87c668ccb7fca2892633a33c2d2f6108d4aa46c1c9c790fd18b3 SHA1: 7f61c53b3beb9e3b98ee9b11e7793f5e108d8fdb MD5sum: 1fbe9ed5f3446cedb892722db19e6d24 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.20250320.192003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-jazzy-ecl-errors (= 1.2.0-5noble.20250320.192003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-errors/ros-jazzy-ecl-errors-dbgsym_1.2.0-5noble.20250320.192003_amd64.deb Size: 25930 SHA256: 70f9e607bae4ade12b2e1a8b3b8c6149ba8ac9a269e0d560440e76457f0524e4 SHA1: 4f982d6c29c0d34c789d16e259bf10271e5247ef MD5sum: b27c6314a5b621cb650baff541f26d43 Description: debug symbols for ros-jazzy-ecl-errors Build-Ids: 43cd6fd684d89c24b847c36a8668f2d1cecfcb4a b51d89d0ef4b939043fead63cf258ba01619797e Package: ros-jazzy-ecl-exceptions Version: 1.2.1-5noble.20250320.192204 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.20250320.192204_amd64.deb Size: 29586 SHA256: 2e35a295d5e69ac5b2ad3eda431f59a551579dc05d569cb5009efa8877052a2d SHA1: bc19174f1c9cef363f8700ad81828f0919292d03 MD5sum: a7a5e0ded0067c854cec64b266a3bed3 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.20250320.192204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-jazzy-ecl-exceptions (= 1.2.1-5noble.20250320.192204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-exceptions/ros-jazzy-ecl-exceptions-dbgsym_1.2.1-5noble.20250320.192204_amd64.deb Size: 110662 SHA256: 37735483d3498e257306ce54d92aae87e01809d89cc4b97811b1d2e1a5cb6bd9 SHA1: 9dd7d269a1601d89abace7e770bce3e63653f974 MD5sum: da4295cfc2365049985883429c245d7b Description: debug symbols for ros-jazzy-ecl-exceptions Build-Ids: 5c296900d820691940f57ddb8fccb547bc12d27a 80d4f853f56728f4e6c4c1e88908570740ef0655 bff2d088a2fa013b7a5e13ba099c80c389a2a7d4 Package: ros-jazzy-ecl-filesystem Version: 1.2.1-5noble.20250320.192205 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.20250320.192205_amd64.deb Size: 15296 SHA256: c4e710a1c0fc01f06ff8778281dadb13b205dc5fdfd33ff25ab5c41ffa98e97c SHA1: 1d6441c01059144da871fb12ce50e6df20ff14d2 MD5sum: c7795cd65ea6d8f7b2cd7e7becf393cd 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.20250320.192205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-jazzy-ecl-filesystem (= 1.2.1-5noble.20250320.192205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-filesystem/ros-jazzy-ecl-filesystem-dbgsym_1.2.1-5noble.20250320.192205_amd64.deb Size: 22628 SHA256: a0d4b8b5a6bd6af139364693c206b94ca9b3aa7e7dc36ac02e14efd98f0474dd SHA1: 892f0eaae564e8fc090fa92059038bb897244426 MD5sum: de90a05928873bd6215c6f43d3d70ad7 Description: debug symbols for ros-jazzy-ecl-filesystem Build-Ids: 68f9637bb01b7a2ccb07f300d31258aca1be7dda Package: ros-jazzy-ecl-formatters Version: 1.2.1-5noble.20250320.192603 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.20250320.192603_amd64.deb Size: 30788 SHA256: 124432579c997c9f853135a6f0644c3ddb75d300a7c3670b8e44b98c8ca9ec1b SHA1: d5cfd33339b6754d8c129136ac1921a893fffa51 MD5sum: 0781c9b40ca6fd3ef6dc9407a46d9f1a 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.20250320.192603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-jazzy-ecl-formatters (= 1.2.1-5noble.20250320.192603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-formatters/ros-jazzy-ecl-formatters-dbgsym_1.2.1-5noble.20250320.192603_amd64.deb Size: 88196 SHA256: e9ec14d7c0904faaee8e1b9df5d0cd0737ac07f9ed9ef2602e85e70c10f54e9f SHA1: a8a07cb523397eeb6adc22c3c13512f4b4eae251 MD5sum: 515c27ef8655142532cb8da1d96ea7d6 Description: debug symbols for ros-jazzy-ecl-formatters Build-Ids: 08f69d5077069d55775ea296c1342c8366a16d62 7f9a209b9caaf27e08e1ba536f9ed8da1f1aad50 Package: ros-jazzy-ecl-geometry Version: 1.2.1-5noble.20250320.193550 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.20250320.193550_amd64.deb Size: 66628 SHA256: b4bbeec382c136cfa75a004147569c6bf1e3c8a1c870f336baa2b3d551df201d SHA1: 1377433f468158a737d5739a9aae78a3854661db MD5sum: c3ac0025a6238ebede062d065b19525f 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.20250320.193550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-jazzy-ecl-geometry (= 1.2.1-5noble.20250320.193550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-geometry/ros-jazzy-ecl-geometry-dbgsym_1.2.1-5noble.20250320.193550_amd64.deb Size: 1107974 SHA256: 72a36a27d6a584c8e8079f28ddfab2afdb2dce56ca217410a667a20f87d15514 SHA1: ba4d2f37c87b5103aa5f78c8c08c16722458524f MD5sum: 9af5bd024d74b10c929da4bf49361b8d Description: debug symbols for ros-jazzy-ecl-geometry Build-Ids: b931f968c1697aa434f4642318a519a4865d06a2 Package: ros-jazzy-ecl-license Version: 1.0.3-5noble.20250320.184802 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.20250320.184802_amd64.deb Size: 8314 SHA256: 571a70fff30136d1adca10c5d42d547515907a72e8b0b5420a7f0c197645a50d SHA1: 028bf0eddbb0fe282f29e710e33fcd575b82c555 MD5sum: 9ac9874a6cc0fe9f6b138f8708764177 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.20250320.193027 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.20250320.193027_amd64.deb Size: 41502 SHA256: ebb75868643ceafd0f3e8edb73d2654940034f8092611eab0add20445c95b25b SHA1: 96d01d241f8a81137f31e73ed80d25db9003a1af MD5sum: 3f6dce59f0450d177e512bd7c2ce77a8 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.20250320.193027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-jazzy-ecl-linear-algebra (= 1.2.1-5noble.20250320.193027) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-linear-algebra/ros-jazzy-ecl-linear-algebra-dbgsym_1.2.1-5noble.20250320.193027_amd64.deb Size: 1584428 SHA256: c3914f4d463440ada2446a12c252271478dc9c92d43b5c59b34527d3222aa784 SHA1: 49714adad03d84773122a9b45a1df4213d03fabf MD5sum: 18390d8dba94e0765374330f9fc63d09 Description: debug symbols for ros-jazzy-ecl-linear-algebra Build-Ids: a4c31b1ea91e8182fbf2ada44eb08a630384d2f5 Package: ros-jazzy-ecl-manipulators Version: 1.2.1-5noble.20250320.193916 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.20250320.193916_amd64.deb Size: 44262 SHA256: dd234c65d573b200f4c1a7d3f7cae90763bf861ee697cb6fad2f2711e1a7b4b4 SHA1: 76eb1aacfac117cd8849c72603796972de5ab969 MD5sum: caee81846c7da2aed6cc972a99d6cf16 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.20250320.193916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-jazzy-ecl-manipulators (= 1.2.1-5noble.20250320.193916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-manipulators/ros-jazzy-ecl-manipulators-dbgsym_1.2.1-5noble.20250320.193916_amd64.deb Size: 442480 SHA256: e68cc3e023c2525acf2e25860ffa801f7532be2b39611ea2be40f311e77c48f1 SHA1: 823815b27cc30064def1909d1954f8f9be0211a2 MD5sum: 9866fdf29ac5bc9a0962024a7811d8c0 Description: debug symbols for ros-jazzy-ecl-manipulators Build-Ids: 7aaf61c88cdf8ea6b623813f90fe3c2d135161fe Package: ros-jazzy-ecl-math Version: 1.2.1-5noble.20250320.192201 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.20250320.192201_amd64.deb Size: 11022 SHA256: ea06d5e62f0bb0ecd173d95bb38f162c063fe80fdee73f3b12f3db9518983a51 SHA1: 265526c1225044ad16e5a1cf11689d034eca59db MD5sum: b59bebbd30eb85bcf33680cee2c1d1a0 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.20250320.193900 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.20250320.193900_amd64.deb Size: 14278 SHA256: a86797d657cb24c42b989f20d775ab3384f4f8812a1fb49976ab3cf78c63b0fe SHA1: 402214c168b83ebee790d90834609a3ea791e49a MD5sum: 5539aa08c4076f600199af6206035f15 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.20250320.193900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-jazzy-ecl-mobile-robot (= 1.2.1-5noble.20250320.193900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-mobile-robot/ros-jazzy-ecl-mobile-robot-dbgsym_1.2.1-5noble.20250320.193900_amd64.deb Size: 108688 SHA256: 6756cbf4683e2229b8e586d86289c1b05d8adcc0453d869ca32f443572b15e12 SHA1: 5bd58914cb5239a74f56f90619b45677cfc297aa MD5sum: a29e936e91ca08a4ebd1881ef6f81b2d Description: debug symbols for ros-jazzy-ecl-mobile-robot Build-Ids: bc9cb65b18722dbcc804d466bf9917d530d18259 Package: ros-jazzy-ecl-mpl Version: 1.2.1-5noble.20250320.191805 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.20250320.191805_amd64.deb Size: 9116 SHA256: c57047a5ebd0694b78806a288eb077d81985887e13455ad971abef12a49358cf SHA1: 3d940049a6f2129d56ed44fd882a117cff1f7e58 MD5sum: e646f20f1c7d2e0eade2d2872cae305b 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.20250320.192225 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.20250320.192225_amd64.deb Size: 18586 SHA256: a3ecb920ae5f502192e6c3389cb0c8371a4150171072e2390fbf1665245ffa32 SHA1: 492d4676b12d16975463ec022735c4125b8861bd MD5sum: 2c89e9934574cd147176560a1f837ead 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.20250320.192225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-jazzy-ecl-sigslots-lite (= 1.2.0-5noble.20250320.192225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-sigslots-lite/ros-jazzy-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20250320.192225_amd64.deb Size: 32078 SHA256: 59637447a17e9d1023e2b104447be45f875dfd3e3fb0cc20a519aa2b9c096bd5 SHA1: 12cee4db456867db9ad629ec724d75c90ae76bde MD5sum: 04ca9555d657720e336843e7e1539996 Description: debug symbols for ros-jazzy-ecl-sigslots-lite Build-Ids: 1b42e3cdb58670c1fb811072a1ee85d3e814926b Package: ros-jazzy-ecl-statistics Version: 1.2.1-5noble.20250320.193647 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.20250320.193647_amd64.deb Size: 36394 SHA256: 150914460a679c323c8c4f77f2ba370e7df47ed0fc38bb47b2c1c05ec0546d73 SHA1: f78d51815f00cdd663483df3a0def362d937f610 MD5sum: ecfb837fd7ee2896dc8679a243cc6ba9 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.20250320.193647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-jazzy-ecl-statistics (= 1.2.1-5noble.20250320.193647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-statistics/ros-jazzy-ecl-statistics-dbgsym_1.2.1-5noble.20250320.193647_amd64.deb Size: 5950778 SHA256: ef5e787a48d6aaff2c56763dc5c6c2b2428e445851201a086bfd240359c9c74e SHA1: 6cd35548ffb1928da42a8a440250b14e693b4f75 MD5sum: d7a22500587cf9145e7879d9735b3f2e Description: debug symbols for ros-jazzy-ecl-statistics Build-Ids: ecd6ffbcc624343e567131be2464a38eb2863138 Package: ros-jazzy-ecl-tools Version: 1.0.3-5noble.20250320.185056 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.20250320.185056_amd64.deb Size: 5080 SHA256: 29b65045fe50b89789f48ef09d77cc017f7018aab0c856cea9132de4e3a6e243 SHA1: 491875d3f9620b58415312ecc2699fb1f8a5ebb5 MD5sum: 862e701c4ed274f9d5bddba52e9ab26c Description: Tools and utilities for ecl development. Package: ros-jazzy-ecl-type-traits Version: 1.2.1-5noble.20250320.192001 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.20250320.192001_amd64.deb Size: 16732 SHA256: 621c123b9efbced8023fd982cc6f927742ea95ec041b184f0ed8d22e56ef5e80 SHA1: 514236cb167e5bf89ed370d787155bececf2a3e6 MD5sum: fe0db450ca9127958838ab65198ff039 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.20250320.192001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-jazzy-ecl-type-traits (= 1.2.1-5noble.20250320.192001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-type-traits/ros-jazzy-ecl-type-traits-dbgsym_1.2.1-5noble.20250320.192001_amd64.deb Size: 25928 SHA256: 2a075f4ec69c5861910e9997ae182a476ed58d0eef3cff036de2ad6bbb21500f SHA1: 67eb6aa4859928ac0c39a0ef72542fc887f626d9 MD5sum: bde62835039f91c185e3ed25c3a5788f Description: debug symbols for ros-jazzy-ecl-type-traits Build-Ids: 02242c44ccd67d09d914b880835f30b43555f146 897f21701a45d2b80781af812c60c251c2cc1f3e Package: ros-jazzy-ecl-utilities Version: 1.2.1-5noble.20250320.192400 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.20250320.192400_amd64.deb Size: 20804 SHA256: f74606457f2e246b4e1b92ee6e0f4673089f9b4b553e8a94d7cec7901379b1d4 SHA1: 0af50507df1da09292ae8557fd4c057421b73c8c MD5sum: 567f6388dd1517f4caef8db408b4ae52 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.20250320.192400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-jazzy-ecl-utilities (= 1.2.1-5noble.20250320.192400) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-utilities/ros-jazzy-ecl-utilities-dbgsym_1.2.1-5noble.20250320.192400_amd64.deb Size: 13792 SHA256: 425ca8d4b0f95fbe070e1e7954211c9694f5831b158ba68bf79754661db695ee SHA1: b28b175bb9a86fcc14f5ef1abf7ade70c0c1d084 MD5sum: 866ba7512d6402047be43e6c0cdb5b13 Description: debug symbols for ros-jazzy-ecl-utilities Build-Ids: 386f22aa73f3d55bc97182a2cf2576cdc26dbff1 Package: ros-jazzy-effort-controllers Version: 4.22.0-1noble.20250321.144857 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 105 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.22.0-1noble.20250321.144857_amd64.deb Size: 22796 SHA256: 39903e97f7b58553b8b6c058004ad0282086e150673ce420c22a71feb2014055 SHA1: 6097b1d30d418d58dc53db4511a929066e63df3b MD5sum: ac693b5a64de10a1fa8605b8995a69d1 Description: Generic controller for forwarding commands. Package: ros-jazzy-effort-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-effort-controllers Version: 4.22.0-1noble.20250321.144857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 361 Depends: ros-jazzy-effort-controllers (= 4.22.0-1noble.20250321.144857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-effort-controllers/ros-jazzy-effort-controllers-dbgsym_4.22.0-1noble.20250321.144857_amd64.deb Size: 342964 SHA256: 34728617ea4dc3dedd7e0cb612dd2587a1659a75f58af639e24f1cc6b9fbe5fb SHA1: ac2f5c1f00a0122b0be6940804555eeb5b7d591d MD5sum: 8ab1fabc14952a1891b4359ce38b625f Description: debug symbols for ros-jazzy-effort-controllers Build-Ids: 641a39efe38ec2399ff93b25e1c9b28197874608 Package: ros-jazzy-eigen-stl-containers Version: 1.1.0-1noble.20250320.184754 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.20250320.184754_amd64.deb Size: 9574 SHA256: c75867ea2050087ddcf959b4791f642c6444eca2919000759c4a5c889e12b1a2 SHA1: 9a3f2d6a6fb97df162dc9714b686f944aeaa72e0 MD5sum: f1e418202c30936879fe5eb943fa308a Description: This package provides a set of typedef's that allow using Eigen datatypes in STL containers Package: ros-jazzy-eigen3-cmake-module Version: 0.3.0-3noble.20250320.184753 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.0-3noble.20250320.184753_amd64.deb Size: 6182 SHA256: 1460edd4c035183a91b23384b2e05e4aaa676843d9661ee11e89ce99305c0736 SHA1: f552b6c6275a680485c11d5db8dbaed7557487a4 MD5sum: 3fa834a427b743bd2e5e1bfdd55a6875 Description: Exports a custom CMake module to find Eigen3. Package: ros-jazzy-eigenpy Version: 3.10.3-1noble.20250320.182943 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 12404 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.10.3-1noble.20250320.182943_amd64.deb Size: 2103376 SHA256: 139d1b3f849835f11661fd9623c5acf5497b9e9ad3fb10a80300482c8ed2bb90 SHA1: e050aae2cc456e316f7a86274a072ece112f1336 MD5sum: 0bf56db4de77abe9cfafbca0d347d5e6 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-jazzy-eigenpy-dbgsym Package-Type: ddeb Source: ros-jazzy-eigenpy Version: 3.10.3-1noble.20250320.182943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 268157 Depends: ros-jazzy-eigenpy (= 3.10.3-1noble.20250320.182943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigenpy/ros-jazzy-eigenpy-dbgsym_3.10.3-1noble.20250320.182943_amd64.deb Size: 260204700 SHA256: 4e6665c4f209d4efe50f63361c1ebba9510dc75f4842e52a6b3097fb73daedec SHA1: 698f8e6d72c45504d13653823e428dfc43479047 MD5sum: d6b84a21144c19974621b8d2e4908c98 Description: debug symbols for ros-jazzy-eigenpy Build-Ids: 01c59c7e0635b897a544ff6746ad5e2ca441dbbe 105cbb44eca7e0e5c6cba1c23e08fdfe3270c38f Package: ros-jazzy-eiquadprog Version: 1.2.9-1noble.20250320.184810 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1545 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: git@github.com:stack-of-tasks/eiquadprog.git Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog_1.2.9-1noble.20250320.184810_amd64.deb Size: 372162 SHA256: f53ab4a5593340805f4fb61c77fe4b39c2321e0c9c0faff2cc8f0d34ce03984f SHA1: 7034bc01104f4d8c5cb1863d84449f9af6b4a88d MD5sum: 49694596983f486d62ef664d0ebf2910 Description: Eiquadprog a QP solver using active sets Package: ros-jazzy-eiquadprog-dbgsym Package-Type: ddeb Source: ros-jazzy-eiquadprog Version: 1.2.9-1noble.20250320.184810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1863 Depends: ros-jazzy-eiquadprog (= 1.2.9-1noble.20250320.184810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog-dbgsym_1.2.9-1noble.20250320.184810_amd64.deb Size: 1864926 SHA256: d2e715c0f6a3790b4453ec09d32c5cb5812f9b5ef07876a01d396f3736cc15a9 SHA1: 16ee96aa6cd5979669e7d95400dea7159e83da06 MD5sum: 9a3f73cf0df3aafad61d3663b6c487c9 Description: debug symbols for ros-jazzy-eiquadprog Build-Ids: b55c99a96807c1b543accb8daf133401a7783a4f Package: ros-jazzy-ess-imu-driver2 Version: 2.0.3-1noble.20250321.134142 Architecture: amd64 Maintainer: Raymond Chow Installed-Size: 311 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/ess_imu_driver2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2_2.0.3-1noble.20250321.134142_amd64.deb Size: 80356 SHA256: 30683ab785a4abf53f043ee54e1098630db6f70a36086f45fcfeef29db005a17 SHA1: 8a1f69911edcc51b8b31cb7bbbc29b624566cd8c MD5sum: 3680f40f4cd21a02a140a6410adcdc3c Description: ROS2 package for Epson IMU using C++ wrapper around Linux C driver Package: ros-jazzy-ess-imu-driver2-dbgsym Package-Type: ddeb Source: ros-jazzy-ess-imu-driver2 Version: 2.0.3-1noble.20250321.134142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raymond Chow Installed-Size: 1146 Depends: ros-jazzy-ess-imu-driver2 (= 2.0.3-1noble.20250321.134142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2-dbgsym_2.0.3-1noble.20250321.134142_amd64.deb Size: 1045358 SHA256: cdf3f16c547802240408bcfa827f33da8ab8deba4ce259a88cdb1043b749a844 SHA1: eb9615919e3a962dea2ab266fca461f66409fc3e MD5sum: 6673d83872d527eb7114c9208244ae78 Description: debug symbols for ros-jazzy-ess-imu-driver2 Build-Ids: 396e1d0050e187bc43a0f2a67ce6e0e318b07cbb Package: ros-jazzy-etsi-its-cam-coding Version: 3.1.0-1noble.20250320.184800 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 800 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding_3.1.0-1noble.20250320.184800_amd64.deb Size: 128600 SHA256: a8087d01b02584d2ce86835bd698832fffc7e0257b183ac1400deb636076bfe5 SHA1: 5edd7fb7d259f10b9f8d102452f8788a8eafe747 MD5sum: 33766b27ac57cb38ef29538412761812 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.1.0-1noble.20250320.184800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 451 Depends: ros-jazzy-etsi-its-cam-coding (= 3.1.0-1noble.20250320.184800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding-dbgsym_3.1.0-1noble.20250320.184800_amd64.deb Size: 309052 SHA256: dcdfe95397963d41817dd9aef949a76dba487f15d21ab87c9c0c5a761c4953fd SHA1: 5a5e950d197b02caf1a5881c3a94d4ea21c3ff98 MD5sum: 3c882f790cb3ef4280f0c263a8744882 Description: debug symbols for ros-jazzy-etsi-its-cam-coding Build-Ids: 41c9919aeba2f440596e3bca529b192042068258 Package: ros-jazzy-etsi-its-cam-conversion Version: 3.1.0-1noble.20250320.224548 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 381 Depends: ros-jazzy-etsi-its-cam-coding, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-conversion/ros-jazzy-etsi-its-cam-conversion_3.1.0-1noble.20250320.224548_amd64.deb Size: 27240 SHA256: 1cce1f56719cf9e5641778284eaec109432c7bb95ad4fb48347f1267cb556a55 SHA1: 5c8ed7002362622be91a8ca6c0046fef5f58f487 MD5sum: 853cc4295392c6eeb81ec8e6d673c2e8 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.1.0-1noble.20250320.221317 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 13837 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), 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-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs_3.1.0-1noble.20250320.221317_amd64.deb Size: 710444 SHA256: 4c1391295425b6de63b786b4cba0d2f6d1b83ff7c59b35519f65959dd8c74106 SHA1: 67de7eb014404fe7b74cc6d62266443822c4feef MD5sum: f8e84c8aa6583b3be243f580f2ad1695 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.1.0-1noble.20250320.221317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 9350 Depends: ros-jazzy-etsi-its-cam-msgs (= 3.1.0-1noble.20250320.221317) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs-dbgsym_3.1.0-1noble.20250320.221317_amd64.deb Size: 7346466 SHA256: a80fdcdda2061740194ee66af18c5ffaddc810d6e26a74e4d9a6d644c64c33d1 SHA1: 64adf7c12a5ba9e7ff20c00f97fd788bdfbfd452 MD5sum: 3ee41d3b88e1da096d22ec83d7466e3a Description: debug symbols for ros-jazzy-etsi-its-cam-msgs Build-Ids: 13bd059ca1e08e4aef1846d65dc3798d4b5bcaf5 18dec9ff6ba8acd06ca622db881c2354e5a011e6 38a3a18fc741e2e9604c835dc32056123a655c50 3ba896d012eb53a3daa2435257c49d2c12adacae 583f9216950231236c3f4c9651e5173c8623ac81 6bf5bc5b855934b6b2e9587ce52ca351873f7e43 8d7402bcf5e6319af49dad39fd0a8f103ba5a92f a156b798e6e6dbc7a5574fb2a0b1504db9678652 ca685b1790db540ac6a9a35fa9fb68849b1bc1f7 e971e65e95b5a497cb093f1a1b2933b50fcbe024 fa387d6c1bf4132124bc50ea25ac6247761b2acc Package: ros-jazzy-etsi-its-cam-ts-coding Version: 3.1.0-1noble.20250320.184801 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1471 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding_3.1.0-1noble.20250320.184801_amd64.deb Size: 185604 SHA256: 2bdbfb7fb24c38bbc0804e686b63a9b708d8d357c6a7a0170281e4385a330c59 SHA1: 847e901ea541ee5b8852ed818918a3e2618d5796 MD5sum: 740539064a218c064d6b260ab7686553 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.1.0-1noble.20250320.184801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 703 Depends: ros-jazzy-etsi-its-cam-ts-coding (= 3.1.0-1noble.20250320.184801) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding-dbgsym_3.1.0-1noble.20250320.184801_amd64.deb Size: 427366 SHA256: 993670d25bdac4eadf5e8d50277397004959a61e46d9eefc601ca8c280aae194 SHA1: 81cc66e44ef645d4e5430e4f3c6f89773c355c1c MD5sum: 458029dffc46e45369596eebf4732d82 Description: debug symbols for ros-jazzy-etsi-its-cam-ts-coding Build-Ids: 3bb2988029caa0d926404c0d5d5d057266d4fcf1 Package: ros-jazzy-etsi-its-cam-ts-conversion Version: 3.1.0-1noble.20250320.224718 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 654 Depends: ros-jazzy-etsi-its-cam-ts-coding, ros-jazzy-etsi-its-cam-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-conversion/ros-jazzy-etsi-its-cam-ts-conversion_3.1.0-1noble.20250320.224718_amd64.deb Size: 55292 SHA256: 4f4398659a62a148e7093ace433b8d7c35a7144842b60d2337f20305cd9cbd18 SHA1: 91b25326208251abf9037f06911a457586d7e7f3 MD5sum: b32dd5fddd87e45d25cc0c78d3816c4f 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.1.0-1noble.20250320.221321 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 19641 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), 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-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs_3.1.0-1noble.20250320.221321_amd64.deb Size: 984148 SHA256: ea42d223b69a9eabf853eea287e8f2a5d8c92993842a1fd051a3dd723fb9b849 SHA1: 68cd97863a15fe6a120bbc6885216c84eacbfa1d MD5sum: 644af297087a3f05a8ddb68254ce1ad7 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.1.0-1noble.20250320.221321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 11770 Depends: ros-jazzy-etsi-its-cam-ts-msgs (= 3.1.0-1noble.20250320.221321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs-dbgsym_3.1.0-1noble.20250320.221321_amd64.deb Size: 9101362 SHA256: 5ec4cc6765e645ac6aaf81257da5bc533dd083adc72a0af08a1e19e94d93bf84 SHA1: d30da22920364d9e577c0b5c2a08dfd5a26f52f8 MD5sum: 0828a4d1d29290a5b74105f4bed64984 Description: debug symbols for ros-jazzy-etsi-its-cam-ts-msgs Build-Ids: 287d2a68c566945d8f08dd73ca917cad11bd40b9 3eadf8668f85157019f2d032593858d182505454 618f38a24bc661a4718b652d267e92d1d24bf6e3 823196e25ca1a9a3ad64249af7979afa7b936983 9b540e2ece8b2aa4a8c14513fe8c10a487d79ca4 aaad8d7e2c0117672e11a48f4378c8d1360c68ae ae43369bb1ae545cbe551eeecf419e4822c52463 ddec0cb74a5c5f911a13c1a5583269dbc2e6c727 dee3f17ec2fd7b423049ee106f3d05bedff76ba8 e6e1a95ebfa4b47253f34b650ab862dd1522760c e7c0d78a3876359496709aa6385845956ad662fd Package: ros-jazzy-etsi-its-coding Version: 3.1.0-1noble.20250320.185226 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-mapem-ts-coding, ros-jazzy-etsi-its-spatem-ts-coding, ros-jazzy-etsi-its-vam-ts-coding, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-coding/ros-jazzy-etsi-its-coding_3.1.0-1noble.20250320.185226_amd64.deb Size: 5874 SHA256: 17f8f64a1247ff30c9573590ab1ea31ec1b3b5b3f463c73e71c5e80b3c867d7d SHA1: c6124c9b185521a97f146a256933842b34ec098b MD5sum: 2e89c565fb0c5fbf87bc8c9a8f3c7bd0 Description: C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-conversion Version: 3.1.0-1noble.20250321.133005 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 3509 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-cpm-ts-conversion, ros-jazzy-etsi-its-denm-conversion, ros-jazzy-etsi-its-denm-ts-conversion, ros-jazzy-etsi-its-mapem-ts-conversion, ros-jazzy-etsi-its-spatem-ts-conversion, ros-jazzy-etsi-its-vam-ts-conversion, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-environment, ros-jazzy-std-msgs, ros-jazzy-udp-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion_3.1.0-1noble.20250321.133005_amd64.deb Size: 501328 SHA256: de3d9de86f0321525af67c796909d0ee4bfe09681d501645ff28d6c2741ecc7c SHA1: 5d20bbac3fcac49c9f91f6f618aa96f124378294 MD5sum: 4237bfc6685381d3698b12713a3f72f7 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.1.0-1noble.20250321.133005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 13370 Depends: ros-jazzy-etsi-its-conversion (= 3.1.0-1noble.20250321.133005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion-dbgsym_3.1.0-1noble.20250321.133005_amd64.deb Size: 10737524 SHA256: 80d694d6296919bbfb9c85412dad5a3147daf55ee64366c3c1f07a6fd6e8f99c SHA1: 1a0a2dbf7fd3096cb7ba1d24c7a52f1113ff3ef8 MD5sum: a2ddccbaffaff670d65531ee08c3be1a Description: debug symbols for ros-jazzy-etsi-its-conversion Build-Ids: c7369db2824086e05f871e16e84073575a0543b0 d4282097cc7b64a7ab8caf5a090d0c62a4930aaf Package: ros-jazzy-etsi-its-cpm-ts-coding Version: 3.1.0-1noble.20250320.184806 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1370 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding_3.1.0-1noble.20250320.184806_amd64.deb Size: 176292 SHA256: 2b223c2382774a794fbab8c6f82fb7f342427f3fa3e764a32f89c76eece18fd0 SHA1: 964de9ea45335fdefc467a52b418d1f705071902 MD5sum: e2d346da8b72e119504e68c0f483a096 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.1.0-1noble.20250320.184806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 664 Depends: ros-jazzy-etsi-its-cpm-ts-coding (= 3.1.0-1noble.20250320.184806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding-dbgsym_3.1.0-1noble.20250320.184806_amd64.deb Size: 407930 SHA256: 1af790085962b0a3ac1d65813781e9e3384e6cd6b75aa8fe162f671505d84e68 SHA1: 86bd2cdfeeab608f8bba441c14549a339c6e129e MD5sum: 443bc8454847353ead37f57ecc79bbbd Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-coding Build-Ids: 83005bcac22992a4a4ee658539c73d0270cd8847 Package: ros-jazzy-etsi-its-cpm-ts-conversion Version: 3.1.0-1noble.20250320.224637 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 622 Depends: ros-jazzy-etsi-its-cpm-ts-coding, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-conversion/ros-jazzy-etsi-its-cpm-ts-conversion_3.1.0-1noble.20250320.224637_amd64.deb Size: 46544 SHA256: 012a0b9b4c625028a7daf6274b1050d668ad9a5344215a9f714a46fd94164b9f SHA1: 726d9f1a30a983e9fa38844fd9faf5d1e07e2c53 MD5sum: 5c3dc133b0bbe3f4f04ea36341592bf0 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.1.0-1noble.20250320.221322 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 20552 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs_3.1.0-1noble.20250320.221322_amd64.deb Size: 1005214 SHA256: fd0a7e656a8f2dde787c32f7e4cd16aef0c4f1808f59444dcb96947a73a6090c SHA1: b98c2d502b2174be7af301784121401d778ff1e7 MD5sum: 501e04c51d01d0fe24cf40812bcae725 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.1.0-1noble.20250320.221322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 13314 Depends: ros-jazzy-etsi-its-cpm-ts-msgs (= 3.1.0-1noble.20250320.221322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs-dbgsym_3.1.0-1noble.20250320.221322_amd64.deb Size: 10577068 SHA256: c78ef110215bb284e25a7799e9abad93450e0bebb07391ce9a4c731894e09ab7 SHA1: 00d7336ee05c7ccc9fb0be1e8bad48e8c502ff79 MD5sum: a05696af91ad7361695bcc8c03be78a5 Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-msgs Build-Ids: 208ab53d6b6e33cc62a10c6f580039cb2f3f13ea 220280095ddb082afa45109ecd17dc533093cec9 2ff5dd87643b5dd7c785a2e03f604b607a1021af 4e2217622a73bdc4cec328810043aef1094b08bf 598ca4475023f3e1187329885d9d9dd6215acd03 65b495f069fa35206b98705248e0a22b131f1aee 7f70218a11b5bee3425763558e97e14b06577351 97286b6a16885cd06955951b5c4b10a1aa38d022 ab2c5284e91e9cab3069043892ff9cb4ab465220 be44b34ee6a9a3b095893d48eafd8cc3f374a9d6 c6ce204f4d5fe9351b70479934f307924de9f863 Package: ros-jazzy-etsi-its-denm-coding Version: 3.1.0-1noble.20250320.184824 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 790 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding_3.1.0-1noble.20250320.184824_amd64.deb Size: 127600 SHA256: e5a79fae65db63eb25d4f5c416bb27185bdca03db19938dd9b8f9c210de61db8 SHA1: f22b6a1b07f5f2baef7855af31cd63fdf3fb1784 MD5sum: 6f395cc213bf1346b9997f3b0051f416 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.1.0-1noble.20250320.184824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 440 Depends: ros-jazzy-etsi-its-denm-coding (= 3.1.0-1noble.20250320.184824) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding-dbgsym_3.1.0-1noble.20250320.184824_amd64.deb Size: 300430 SHA256: 7b0116a57c52d9f7df8dbb7755966f494b96aaf5a64ce231183310634b5795df SHA1: 8ff7fdcaf40e3d9782f1b4c1579cc3fcd90352e8 MD5sum: 7b9dd2d42ad7af456439f0fb4121c24c Description: debug symbols for ros-jazzy-etsi-its-denm-coding Build-Ids: 21155c68b38744e43929a9b5f5fe35253440dc34 Package: ros-jazzy-etsi-its-denm-conversion Version: 3.1.0-1noble.20250320.223735 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 428 Depends: ros-jazzy-etsi-its-denm-coding, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-conversion/ros-jazzy-etsi-its-denm-conversion_3.1.0-1noble.20250320.223735_amd64.deb Size: 30312 SHA256: e76eb3d9645813e07e17f89a97e1ae27f03819d36a9820030df49db6e02765ef SHA1: 13007173d5338d1bf6457924284ade861caadaac MD5sum: ae2f1b0479e2ecba450f690e770311ca 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.1.0-1noble.20250320.221319 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 15228 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs_3.1.0-1noble.20250320.221319_amd64.deb Size: 781720 SHA256: e83c2d526e764332d803a03445c648168b094462a7cf2618d1dce0d5f8097400 SHA1: d62f4d4db2cb0e035c985ac33cec350198ae5365 MD5sum: 9e80ff1da230031c15aa9d6c739a31a5 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.1.0-1noble.20250320.221319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 10434 Depends: ros-jazzy-etsi-its-denm-msgs (= 3.1.0-1noble.20250320.221319) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs-dbgsym_3.1.0-1noble.20250320.221319_amd64.deb Size: 8134808 SHA256: a465ecc68b7e0482bd742571578a8a6a72d5d2dad0e74a2b2448779e80f891f6 SHA1: f4d9b337ba0623db20211aa082e91f0fe3c00a99 MD5sum: 2de5b4906aac20c4ba44828f4cec538b Description: debug symbols for ros-jazzy-etsi-its-denm-msgs Build-Ids: 1312a1b44a985dc2e94d28838e12ffa48cf3489d 4afdb667a280ce25858e0ce557e32d382639599f 901e3ddd57e10bdc1822352a4cd2e8f77d5c3ae6 acc69dca0c42157736b26388321eacd33aaaef44 bd304455a9d4cd1392eb86d0a8a67df2204d7237 be04587771baa73befc45b029fbb9339dab06f35 db125b166beb33e671a829217f58822c41075748 e2ac86cccba1c4972c324234550aa825705e4c14 e69bed07125a0c66c0e40be5cce1945f6272bceb fa9bd281a8c8d2c3e8ab7099694ddcf3b70c7358 fdf40bd45c53c34df68a34f6c3c09306a54fa585 Package: ros-jazzy-etsi-its-denm-ts-coding Version: 3.1.0-1noble.20250320.184852 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1482 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding_3.1.0-1noble.20250320.184852_amd64.deb Size: 186372 SHA256: 548f7d5a63e155da99b3cfc1ce2b84aa14e10b12625ab29e637908471b13f45b SHA1: 47e30a1f56ec0ee47a9056bc26a8a01358e4a19a MD5sum: 0b77c5bd0a166e9f786993cebaba7974 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.1.0-1noble.20250320.184852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 696 Depends: ros-jazzy-etsi-its-denm-ts-coding (= 3.1.0-1noble.20250320.184852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding-dbgsym_3.1.0-1noble.20250320.184852_amd64.deb Size: 420660 SHA256: ab82ecc8c62c1d15e9844c96aa631df92c33000a339d2a68c298914718ab6e2e SHA1: efc03d7ddb448184582e61d7f4c231874f8a2a39 MD5sum: f0d7f8db2600bf76e0cbc06479aca032 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-coding Build-Ids: e5ec412fc7942976c30ed3f54e414ef65993b50f Package: ros-jazzy-etsi-its-denm-ts-conversion Version: 3.1.0-1noble.20250320.225054 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1198 Depends: ros-jazzy-etsi-its-denm-ts-coding, ros-jazzy-etsi-its-denm-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-conversion/ros-jazzy-etsi-its-denm-ts-conversion_3.1.0-1noble.20250320.225054_amd64.deb Size: 90292 SHA256: 50cabb862e5f19b63b773b87e16517454f3fe95df84fcd83ffb40ad86f643f30 SHA1: c337efb6d22e6f495e99797ce29b034012d8145e MD5sum: 45975928f50d8b7f67d949084b16cb20 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.1.0-1noble.20250320.221330 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 39562 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs_3.1.0-1noble.20250320.221330_amd64.deb Size: 2010692 SHA256: 4487c61347e42f3a24d38d330cd5afb6a133f22d968b791d2395fd7e24c33928 SHA1: d02c862aa33bc73401bc42536304e139041a8797 MD5sum: b7188ba61a839da52613cc6d1002aa4a 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.1.0-1noble.20250320.221330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 25047 Depends: ros-jazzy-etsi-its-denm-ts-msgs (= 3.1.0-1noble.20250320.221330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs-dbgsym_3.1.0-1noble.20250320.221330_amd64.deb Size: 19715450 SHA256: 72d07075466ee87b5c541a1dd1dd97bfd95da1bdabb335769095d6f992417f69 SHA1: 55a6c848c12f4430625bff5eb97a60ab633ea35c MD5sum: 82d65cbb18a8a0f3a9b60407a4350d12 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-msgs Build-Ids: 176fc185aeacc0627dc00237f6ed4d4677233b8b 1ff609876f38f790ec6fe09ed04551fdc7630969 2e28ec0e1c1acfe42399a70480f97d4f349ac15e 3b0a74b73c5c53d1cd03e588fd18fa99bf55f647 4c37bce6808f824bc415a096df98c0f77bbf35da 5372e9e4d21281831ead618e76b3cd88e546be06 606520d19287bd3102fc0204176df1f2f1b05b39 62b1a8d2cb9f3a8b01fb7b61f1776581e7edaf65 b7b918ea003a11c330c2452742b7301c048d8cb5 bbf5de9839f815868da73ded8c1a980fae490560 c8e3258457073b17d63a0f9c098c188e9084258d Package: ros-jazzy-etsi-its-mapem-ts-coding Version: 3.1.0-1noble.20250320.184910 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1589 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding_3.1.0-1noble.20250320.184910_amd64.deb Size: 196306 SHA256: e86c384fd5c470c2ed1bf1a392d8dd608e7037e160e50ab5d9a58b8cb3b94538 SHA1: fe289a054ccf0713b9d1bab07c6cb3702f68f344 MD5sum: fb6b99d8b9f441be2baf10ee6651a51f 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.1.0-1noble.20250320.184910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 781 Depends: ros-jazzy-etsi-its-mapem-ts-coding (= 3.1.0-1noble.20250320.184910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding-dbgsym_3.1.0-1noble.20250320.184910_amd64.deb Size: 464664 SHA256: ebd466b9b382e38a7d7092f262264aca0c84901c9439cc4db8e8545e4fd70eee SHA1: f11fc551beb1f63b33a59826743027996bbc12de MD5sum: 0412a0071d6a0918610901ca8b983f88 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-coding Build-Ids: 52036ff163b1b6418bde339bfdd4844aa5b2d86c Package: ros-jazzy-etsi-its-mapem-ts-conversion Version: 3.1.0-1noble.20250320.224406 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 426 Depends: ros-jazzy-etsi-its-mapem-ts-coding, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-conversion/ros-jazzy-etsi-its-mapem-ts-conversion_3.1.0-1noble.20250320.224406_amd64.deb Size: 27452 SHA256: 0b36a3bd8a55fc8a0d4b6629042841e9cad5f08f5d70a827af2b84622a978a20 SHA1: 8954b6f5f41f4d8207347d11d030e9b27212bd85 MD5sum: 99a902996c2ecb226b3559795ef07bbb 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.1.0-1noble.20250320.221349 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 15287 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs_3.1.0-1noble.20250320.221349_amd64.deb Size: 747698 SHA256: 88fd326dc13832562153f9ea795359da75774ebf0367ae7dbc0275dd78d8a706 SHA1: 0567cd3b75b11cfa5ac0e37e231ab0de2475718d MD5sum: a1b39997d45b6225894c43b87bb0fad7 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.1.0-1noble.20250320.221349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 10712 Depends: ros-jazzy-etsi-its-mapem-ts-msgs (= 3.1.0-1noble.20250320.221349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs-dbgsym_3.1.0-1noble.20250320.221349_amd64.deb Size: 8696154 SHA256: 8b6a9c4c0b8bf96da1c87eddf58a02d8f88f2bac7d46d36c8e7180705d2a5c4a SHA1: b7006d29b2a507670973eaf6edebc16d8d27d43d MD5sum: ca1abdce7ab3f593677155f848f3a316 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-msgs Build-Ids: 133f62b0927cd94d0e960579959390bdeeea3ed0 1d7f339c0a82c8983d1c9fc5eaa91309e723317f 2fb74ac07754789ee21bfbb2f8d071fef69ce513 35932865c56761d2eed8e23fbfe6f7d5dbc7eb69 54cf4dd82cb5e6752f86086814d8f0cd9d668117 785853966a19ec0ba7e441f0ba0b0d43fa42430b 78f6a28d1cb6f0c609c6c1fe9618583a9cf8ac57 979c64e3223cf6706a9eca21aa202e8561ccd302 a72550707895cb1829ac3c10bafb42282ee96947 d5c00a9b3e3a022d54226e9a73a6cef36062cc33 eb45834e357f3ef4a999b3d5d27f2b5b98a76384 Package: ros-jazzy-etsi-its-messages Version: 3.1.0-1noble.20250321.150101 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 42 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-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-messages/ros-jazzy-etsi-its-messages_3.1.0-1noble.20250321.150101_amd64.deb Size: 5540 SHA256: 3ce332aad9eadfd89c9d5b226d8ae3aceabf6e965a5c3f36046e608386057e39 SHA1: dced940bb144b45552bb624f3826ac5500b50140 MD5sum: a1d763d3b7d73c2863648da027ba2291 Description: ROS support for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs Version: 3.1.0-1noble.20250320.225242 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 47 Depends: ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-cam-ts-msgs, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-denm-ts-msgs, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-etsi-its-vam-ts-msgs, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs/ros-jazzy-etsi-its-msgs_3.1.0-1noble.20250320.225242_amd64.deb Size: 6826 SHA256: 370eb2dd1cb67df1e569b7e557da364958b6302bdac1de4e8912df619a8da886 SHA1: 4bdc8186943c3092e4d7076e41ca77625180b9d3 MD5sum: d33c68ef8b7e3b7619df4b0b9007a0af Description: ROS messages for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs-utils Version: 3.1.0-1noble.20250321.145749 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 373 Depends: libgeographiclib-dev, ros-jazzy-etsi-its-msgs, ros-jazzy-geometry-msgs, ros-jazzy-ros-environment, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs-utils/ros-jazzy-etsi-its-msgs-utils_3.1.0-1noble.20250321.145749_amd64.deb Size: 36464 SHA256: 0e2e22ea3aaa0be58dca1632fecd8ee9073d401b67b21632990539b2b7e2ba1d SHA1: 4f05b8c64d7963c0ecfa561e6b7d660fd4aedbc5 MD5sum: bbaa1b1027323c0f262b2f72c72bd49b Description: ROS messages and utility functions for ETSI ITS messages Package: ros-jazzy-etsi-its-primitives-conversion Version: 3.1.0-1noble.20250320.184901 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 72 Depends: ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-primitives-conversion/ros-jazzy-etsi-its-primitives-conversion_3.1.0-1noble.20250320.184901_amd64.deb Size: 9682 SHA256: ff13893800e103e7e465b12d2877f81a42c6097e261ec0e9e9b58cae04ecab76 SHA1: 0875110792790dfedf1101c8dee012a3d727037f MD5sum: 2912bf28e681fb611b3ea19cae67be1c Description: Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives Package: ros-jazzy-etsi-its-rviz-plugins Version: 3.1.0-1noble.20250321.152930 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1650 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), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, python3-pyproj, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-msgs-utils, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-environment, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-rviz-satellite, ros-jazzy-rviz2, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins_3.1.0-1noble.20250321.152930_amd64.deb Size: 277764 SHA256: f02ec737c4acc90f7eac038acd59dd6ea94fd3623d6f7494c69c1e0e19158045 SHA1: 15d11043402a36e752c2d25e002323ca555b4b90 MD5sum: 8d7fb61c73b24f3d002591efb1a355bb Description: RViz plugin for ROS 2 messages based on ETSI ITS messages Package: ros-jazzy-etsi-its-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-rviz-plugins Version: 3.1.0-1noble.20250321.152930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 12065 Depends: ros-jazzy-etsi-its-rviz-plugins (= 3.1.0-1noble.20250321.152930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins-dbgsym_3.1.0-1noble.20250321.152930_amd64.deb Size: 10718698 SHA256: 42d59bab15d846b388df545679e7145c8e7fb977971e6562df1139b4463e1c42 SHA1: b10a37b852e8baf0fb751517e44dbf9ced8d5b9a MD5sum: 7a93aa9eb7c70b35b4913862a285853a Description: debug symbols for ros-jazzy-etsi-its-rviz-plugins Build-Ids: 7168070c0e393202804478e051dce43c363e08b4 Package: ros-jazzy-etsi-its-spatem-ts-coding Version: 3.1.0-1noble.20250320.184902 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1604 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding_3.1.0-1noble.20250320.184902_amd64.deb Size: 196684 SHA256: c2fcc3abd5cd798c9e7ebc6cdffa02c703d35aa26068d94eb6583673ab702d76 SHA1: 8c5f4067c609fdaf7fa46e04f2032eba49b19197 MD5sum: e976a010e1687fe1b48c5f8319437b12 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.1.0-1noble.20250320.184902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 784 Depends: ros-jazzy-etsi-its-spatem-ts-coding (= 3.1.0-1noble.20250320.184902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding-dbgsym_3.1.0-1noble.20250320.184902_amd64.deb Size: 464370 SHA256: fc33a15540eb0f8bb77d44abdde0ce29b13aeaeeb44461223ee47136bde8606f SHA1: 5bd5b72844f12cb22cd3475c62607ca9695bed86 MD5sum: 1cdc078390c8d11924e10268883e4e69 Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-coding Build-Ids: f0f25afa791617650bfb9862a3637475d3a74a91 Package: ros-jazzy-etsi-its-spatem-ts-conversion Version: 3.1.0-1noble.20250320.223220 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 208 Depends: ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-etsi-its-spatem-ts-coding, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-conversion/ros-jazzy-etsi-its-spatem-ts-conversion_3.1.0-1noble.20250320.223220_amd64.deb Size: 17366 SHA256: f033ef051f10cd79f8d8875929b512067075d0f83b68d8e4904086ee95831633 SHA1: 6ae8253cc3781b93683715e18953ab27f7b691cc MD5sum: 340baaafa04e18005963b981b1c20f4c 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.1.0-1noble.20250320.221503 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 5994 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs_3.1.0-1noble.20250320.221503_amd64.deb Size: 333410 SHA256: ba5f0da1fcc336ed9428aec777b3c31abfb49b4c5ccbacaa784c2c46527c61ec SHA1: 8bd5a152e80c81b5ed87bb3ae87aa7089ee01ebb MD5sum: edb05af942d9c4e763ce4ef2992c9b60 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.1.0-1noble.20250320.221503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 4242 Depends: ros-jazzy-etsi-its-spatem-ts-msgs (= 3.1.0-1noble.20250320.221503) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs-dbgsym_3.1.0-1noble.20250320.221503_amd64.deb Size: 3443116 SHA256: 84d80dad5dda541954fc155722a90efe9103b09839b345cfac128a5b28d6b42b SHA1: 7fc8a362956c62b6ee0f29c2d9535413c85376d3 MD5sum: c679f386a894a520db6cc8b89f5fbe0b Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-msgs Build-Ids: 0090d266f6bc67383a5f772207310d70b5f88e97 0c2c9f75a53e4668019bb4b7627b9890ca6329a9 5c1e9652cd3c0142ac07e74c0a9d4a2dc5777d5e 7cb30fabdac4b939d70be0a2a2195d41ccb33cde 955abe0fcbe2410d391719aca022aa1708393cef 9aa1ddfca572c38bf9616f59615251cdc40ea64a 9c64a500b1620fc8ecd01460a5e7e88513df78bd b178d40bb22789667febe81c2d4d0b63ef388e9f d5d4046790402254fb605fc08c43d92d3fe50685 e20b2066a5d5cfbcb2d635831b6b3e01b215de99 e75a940ec10a6ff72c945062f25c5edb7e546b91 Package: ros-jazzy-etsi-its-vam-ts-coding Version: 3.1.0-1noble.20250320.184920 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 1346 Depends: libc6 (>= 2.14), ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding_3.1.0-1noble.20250320.184920_amd64.deb Size: 174340 SHA256: 8b730d351d91a80410fab44c0e231618c65700e4061682075ebdd6d5fa746335 SHA1: b712ceec6f81aa25bd2f4f089eaef1bae3eb249f MD5sum: 7c73203cebd69e4e2bc49c2c48d0c0e1 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.1.0-1noble.20250320.184920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 644 Depends: ros-jazzy-etsi-its-vam-ts-coding (= 3.1.0-1noble.20250320.184920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding-dbgsym_3.1.0-1noble.20250320.184920_amd64.deb Size: 396330 SHA256: 9068a57678f0c49390734a9281edd07cc4c14acfd41c0962dd04c162dea564a7 SHA1: 321ffbadc7a2821cf61eec5f6a3e397943d438ec MD5sum: 854cd03a485acb4320254e1fd82b8df0 Description: debug symbols for ros-jazzy-etsi-its-vam-ts-coding Build-Ids: 154a43b6757cbb920b79b9979fbc3b05d9c91d28 Package: ros-jazzy-etsi-its-vam-ts-conversion Version: 3.1.0-1noble.20250320.224635 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 599 Depends: ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-etsi-its-vam-ts-coding, ros-jazzy-etsi-its-vam-ts-msgs, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-conversion/ros-jazzy-etsi-its-vam-ts-conversion_3.1.0-1noble.20250320.224635_amd64.deb Size: 48836 SHA256: ffb3a5e33c294ee9a83df0d6bdc2312a86cb25b5af8f7670ea0d2f7d4abe32d4 SHA1: fc775db33caa8551cdb5ae64162ad8a924f5864a MD5sum: da1f87b997c6d93729dbe00406b29889 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.1.0-1noble.20250320.221504 Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 19053 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), 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-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs_3.1.0-1noble.20250320.221504_amd64.deb Size: 957794 SHA256: 5e24a2f3108f63c758649dc31a8e7e1a24132ec94ccd457ef1f4be0f5687b955 SHA1: 8184ddbe3042a404a1f9d71d060a7541152495e4 MD5sum: adf8514fe1fdb7fcc7a74f23a39527a5 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.1.0-1noble.20250320.221504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jean-Pierre Busch Installed-Size: 12018 Depends: ros-jazzy-etsi-its-vam-ts-msgs (= 3.1.0-1noble.20250320.221504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs-dbgsym_3.1.0-1noble.20250320.221504_amd64.deb Size: 9405516 SHA256: 27480dd12127955f32bdb0c82aded0d14c02af67740f624a110f8114a89e6d74 SHA1: 865365514ef667a10489eb9074b00623b7b9d386 MD5sum: d41699c9717335eeff7724635f7867fe Description: debug symbols for ros-jazzy-etsi-its-vam-ts-msgs Build-Ids: 08d52511e91c764be2e4e1bcf1f8078a7fec9428 0b503e2876bb934c68a150f01316f4c35396a5d8 1613a276b13af353156a93b8ef0960548157d44f 3758f50fe8cd0c3dced3f10cb442c227c46e7a7d 5954605a5ebfb0fb4163c5f0e33804253feb3fa5 5b59aacb17835385437fd7b40c55d50ff8b17adc 6e52759c490c4e79b1c198711c71616dd71c91b5 b62deaa3983f2aed1dd83689db05b78c35513c9c b9af54a568d751b7ba0cf502a8555f6d8cedf3c8 be4f8f2f0b315f4749bfd5ca4facf37960094383 f8fced358355efd22fde0a5ff81bd42a4e571608 Package: ros-jazzy-event-camera-codecs Version: 1.3.5-1noble.20250320.222738 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 206 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_1.3.5-1noble.20250320.222738_amd64.deb Size: 36364 SHA256: 6a4bda214417b84fa63f73ebfe276a244f7828e3750cac049e8a0363a45ac893 SHA1: cd8778a0100db9d6c53825693cc1c1e5954ef982 MD5sum: 2b70e77bcf19b9399ef2876b346ffd5b 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: 1.3.5-1noble.20250320.222738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-jazzy-event-camera-codecs (= 1.3.5-1noble.20250320.222738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-codecs/ros-jazzy-event-camera-codecs-dbgsym_1.3.5-1noble.20250320.222738_amd64.deb Size: 198346 SHA256: 258596e5983a472bbff320f7adad9bbe6fc450b3d3bd314f47b0f195acf55033 SHA1: ff13ee1f97a642901530c1afecf65c98c74a1da8 MD5sum: 1698cfab1d81b2c836051885928571ac Description: debug symbols for ros-jazzy-event-camera-codecs Build-Ids: d336959cbe0c09c08e24a30fb5e6f0498338dd5b f531d7fb0f9008fe6155492332a916d1a055d61b Package: ros-jazzy-event-camera-msgs Version: 1.3.6-1noble.20250320.221525 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 495 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_1.3.6-1noble.20250320.221525_amd64.deb Size: 50440 SHA256: 21a7ff33147f7e2f340df38174af226ed4d5c67d348a6a3caca26b6ba61e25f8 SHA1: 876372d469736599e79500111f5e91bef0bfba4b MD5sum: 5fb65f3fd2d16d3ba52fe2601f9d7a18 Description: messages for event based cameras Package: ros-jazzy-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-msgs Version: 1.3.6-1noble.20250320.221525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 326 Depends: ros-jazzy-event-camera-msgs (= 1.3.6-1noble.20250320.221525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-msgs/ros-jazzy-event-camera-msgs-dbgsym_1.3.6-1noble.20250320.221525_amd64.deb Size: 231602 SHA256: bc6dc7f42c3ee938adc060bbc8efc5d9d055a4247f76217524aa30a58efbc04d SHA1: 6c45be08701c86bf7319fd15e66658503128e9ea MD5sum: 23b1f5bc728fcc642ed3f272c3dee82a Description: debug symbols for ros-jazzy-event-camera-msgs Build-Ids: 1c0948bc75257a861d67bd266b5ac39b9917fb44 47e2c4f05ca3ad101adf3d369f07f351bb2691e0 5ebc8f4a166f28f8e8ea60c51dcd5076a8941c54 7b5010da21a1a90fcbf708109417fb797926fed5 959688e90b97ae3e9a81a278bff8cec6a075353e ab42abd7fdef5e08f781d87a7aadfd6a0e474c32 bd216d4decf680fffea7c353e14328a00de0e5fc bda4e60cf2dc09b30033bd945eff265b3c31bd81 e15b333f5c26ec145f9ea3b300824add40bd8b3a f339dfa8e7126898d957a4ed2258c16588962d19 fe614c18e38add6c428256e2e8c1764c9b06f454 Package: ros-jazzy-event-camera-py Version: 1.3.6-1noble.20250320.223044 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 358 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_1.3.6-1noble.20250320.223044_amd64.deb Size: 115386 SHA256: 893b6311175c4cacc55c52f61196053225ca825dbebd0ad8db6c381fe5fb3311 SHA1: cf6c645efeb22bcf01bf5933a9a0069a2166339d MD5sum: fa9d413d4e5da40c55277beb8ae0fff0 Description: Python access for event_camera_msgs. Package: ros-jazzy-event-camera-renderer Version: 1.3.4-1noble.20250321.133501 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 589 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_1.3.4-1noble.20250321.133501_amd64.deb Size: 128126 SHA256: bfa8e39081348ebc591b89ad26f4c1e6e8213a1c304fb6e52ded60137b12c75a SHA1: 6708516329d81bacd62b5111d218d216f60a8554 MD5sum: 5a055e7e4b5b6b104a6cb4d26723533e Description: package for rendering event_camera_msgs Package: ros-jazzy-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-renderer Version: 1.3.4-1noble.20250321.133501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2829 Depends: ros-jazzy-event-camera-renderer (= 1.3.4-1noble.20250321.133501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-renderer/ros-jazzy-event-camera-renderer-dbgsym_1.3.4-1noble.20250321.133501_amd64.deb Size: 2448724 SHA256: ddaaa4bc2ade1b3b22ea0bf58ff44ad9523f6417ed8439668bd422090cee4b0f SHA1: b74a6c06cb14b7106fbb271b030d80d917cfaf51 MD5sum: 28beb1bab2072becdfefba957a09aa16 Description: debug symbols for ros-jazzy-event-camera-renderer Build-Ids: 9668037bfe7b19ea307eb085bfb75568b97b1758 a862cedc80fb2054fba19df048b1d939eba781d8 Package: ros-jazzy-example-interfaces Version: 0.12.0-3noble.20250320.195922 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6142 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.0-3noble.20250320.195922_amd64.deb Size: 365262 SHA256: 393925b1d7a671e1a7abf3ff502699d2f7776c60becc2c368f97d7630e8349fc SHA1: 0e0f05b70a5c72cc53a21d3cf734d3c6bf8915bd MD5sum: f52ccab9800d67c915a5d297cf41346f Description: Contains message and service definitions used by the examples. Package: ros-jazzy-example-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-example-interfaces Version: 0.12.0-3noble.20250320.195922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4841 Depends: ros-jazzy-example-interfaces (= 0.12.0-3noble.20250320.195922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-example-interfaces/ros-jazzy-example-interfaces-dbgsym_0.12.0-3noble.20250320.195922_amd64.deb Size: 3870308 SHA256: 3184eed053000d363b55cfe0627d5e9d530230212a49e5de7ff3f08ce2edf699 SHA1: eef4f6011ffb3da52836aa72f0be50a467d1fca9 MD5sum: dbc0a9fbfd71c8fe08e5b3e978edcbb8 Description: debug symbols for ros-jazzy-example-interfaces Build-Ids: 0c14f5d673857ea59caef3be06eebca8c2523a61 0d4ae0c671e6c8d813d018966b2fd9af8c428e45 1627bba6a70ac6a6027d200de9a3c1d42bc051bd 580239294ba253fbcafb772c96f51e266af9a91b 7625634e931e8e92a05b64424654259cc6341247 9eafc483f9cc817f217dcdad267ef71018ba3190 ac2d0864ddee7a68f0a2b703ee8b96e5048190d7 cd4d981fe58ca6842a03a17cc6d88233a7d1d16a d29a9731dae5fd1a8026427d6004f0a8e6fc9ce6 d796595a1bda6a78b5e10d7055d0b52b45d6b2a0 e7d73d0d40b04d3687837f75063dfcb3399cea2b Package: ros-jazzy-examples-rclcpp-async-client Version: 0.19.4-1noble.20250321.132303 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.4-1noble.20250321.132303_amd64.deb Size: 38052 SHA256: 7acd3516fb4425137295d93014a856789ac7ccc2ace9056062bc34a6fb8bbb19 SHA1: 7e8e4901904d19e916045c9f64c4b061945484a6 MD5sum: 7a0ba617f664dc737534d1f9cfeefe1f 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.4-1noble.20250321.132303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 660 Depends: ros-jazzy-examples-rclcpp-async-client (= 0.19.4-1noble.20250321.132303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-async-client/ros-jazzy-examples-rclcpp-async-client-dbgsym_0.19.4-1noble.20250321.132303_amd64.deb Size: 619052 SHA256: 3b44b57dcc280a54907334cc3907705dfae4cba91e5198c315db876076a2a790 SHA1: 857576cf582e34e11d7fd73f19995a1bcaffae9e MD5sum: edadaff31deaca35ecdf8966554be744 Description: debug symbols for ros-jazzy-examples-rclcpp-async-client Build-Ids: 0e416d98c24a05730d755ae55da61bbf07cea443 Package: ros-jazzy-examples-rclcpp-cbg-executor Version: 0.19.4-1noble.20250321.134424 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1415 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.4-1noble.20250321.134424_amd64.deb Size: 216010 SHA256: f5a3550a7d252b5f13ac9a7aef7ccbc4418ca0ac11a6a04d899732abfa2feea1 SHA1: 35ec3514268a905d4f63d4596be46b58b52978b5 MD5sum: dee1c68b7111cbed87953a0cf52af932 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.4-1noble.20250321.134424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7175 Depends: ros-jazzy-examples-rclcpp-cbg-executor (= 0.19.4-1noble.20250321.134424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-cbg-executor/ros-jazzy-examples-rclcpp-cbg-executor-dbgsym_0.19.4-1noble.20250321.134424_amd64.deb Size: 6121620 SHA256: 87b0fcaef431048c5f324f796c1238d0a6d362c5fdd5ef3fc294190b10f5871c SHA1: 39af82fcac1af47e090065f6683930da0cf805fc MD5sum: 4be24dfb436ba3fc89125ec9313a5208 Description: debug symbols for ros-jazzy-examples-rclcpp-cbg-executor Build-Ids: 3169e183ac63d70a60823d9c135262ed927b32b8 7bfdcdff41b03ff12a99dab2f689ff2e92c38f56 c7d201f230c979a7d6822245d0f113d28e189541 Package: ros-jazzy-examples-rclcpp-minimal-action-client Version: 0.19.4-1noble.20250321.135746 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 547 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.4-1noble.20250321.135746_amd64.deb Size: 93688 SHA256: bb44df4e5ef008411b199691c558f9675831aad4fe274c00856e38988c02ea41 SHA1: 60c04facfc8a145e8733679671832ce303d16d4d MD5sum: 9473260f2caba26b0eecb8f5a9820c52 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.4-1noble.20250321.135746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2595 Depends: ros-jazzy-examples-rclcpp-minimal-action-client (= 0.19.4-1noble.20250321.135746) 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.4-1noble.20250321.135746_amd64.deb Size: 2322790 SHA256: 5c2a0a12e50f03659bba3b965888174bcfbcc13a75b97aadfcfbc4673705d40f SHA1: 68a53b3c69104085472320f8830f9b7ada61336a MD5sum: c9d9881736cc097cd619bccfa275e5f2 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-client Build-Ids: 498fcbbe51c0efd84557d85993ebaf9a88c1247d cd58f4bcbf22022a98357be2a6b2b17d301392f4 f22b7239549fe54d268601be93d5dcbcb8dc5867 f5be82440ec4ce975d5182cf8db7e4875c206625 Package: ros-jazzy-examples-rclcpp-minimal-action-server Version: 0.19.4-1noble.20250321.135752 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.4-1noble.20250321.135752_amd64.deb Size: 45022 SHA256: fcef0ce56c2267dcbd087fd99ca6b033809caf07afa6791fc3a5a424ae6f6f7f SHA1: ddc95fd8320db675e6e652e80450b4705c45f72c MD5sum: 7280f5d2c882fe6b41e8640bec50798a 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.4-1noble.20250321.135752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1097 Depends: ros-jazzy-examples-rclcpp-minimal-action-server (= 0.19.4-1noble.20250321.135752) 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.4-1noble.20250321.135752_amd64.deb Size: 991936 SHA256: b5277a6005e9f2a7640d560cdae3dd4f75d499f907125e82757909b29ebf6bc3 SHA1: e102ffb6df7247940ed3a5b388037d3c51d97b7d MD5sum: dc5e4c391c94ef3af536afaf7201e98c Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-server Build-Ids: 77054c0fcd919b8b8808899aea79d9255194aafb cd923275bca2bfd31f8092a98a6a2d4fd1e80a66 Package: ros-jazzy-examples-rclcpp-minimal-client Version: 0.19.4-1noble.20250321.132308 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.4-1noble.20250321.132308_amd64.deb Size: 27508 SHA256: 128b1642a496a9bf7e38719bd06427e19222e2202aeb78475888fbb169ed0435 SHA1: 1fbbde3f4bfbed68fd4791672820d9313ca44e66 MD5sum: 2629ff225868314911ff8bdaf53fadc5 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.4-1noble.20250321.132308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 529 Depends: ros-jazzy-examples-rclcpp-minimal-client (= 0.19.4-1noble.20250321.132308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-client/ros-jazzy-examples-rclcpp-minimal-client-dbgsym_0.19.4-1noble.20250321.132308_amd64.deb Size: 502204 SHA256: 339179b9bbc71e06cc6b85b08e8319ba350bee46a8e18839dec88dfcc3b6697d SHA1: 0a968ee922205379e72cc8811f668eaa23dc5c89 MD5sum: a92dc3ec27e34bc2d794a66a96196771 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-client Build-Ids: 65b35f2fa04fd387a418387e3c617bf8f95b8444 Package: ros-jazzy-examples-rclcpp-minimal-composition Version: 0.19.4-1noble.20250321.133032 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 553 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.4-1noble.20250321.133032_amd64.deb Size: 114858 SHA256: 12b1b8c50f95ba24cd8565192829abac492a72a65a38f097f716172f197f8787 SHA1: 01b7bd83a0d904f985d21d37291558f3f4a3650a MD5sum: 73673fa7d078339fdba140d1c594cd1a 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.4-1noble.20250321.133032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3050 Depends: ros-jazzy-examples-rclcpp-minimal-composition (= 0.19.4-1noble.20250321.133032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-composition/ros-jazzy-examples-rclcpp-minimal-composition-dbgsym_0.19.4-1noble.20250321.133032_amd64.deb Size: 2701404 SHA256: aa8945c46685ba7ade62454c4e261adcee5af4206bfb3a358986df6151cf9e48 SHA1: ee0d1199a6ece5012300bdab657b3d2a449172cb MD5sum: 4b0abd815dfc4542230ddf6433a22422 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-composition Build-Ids: ae47a240e79ecd9f5cb6a6927a5abc3ac8c45de3 bd0b43db5eda0fbb15a1186f305d26d1eca068ff bda915a5986e887eb79d0a143750e85d8c973192 bf0b4d1fcfbde53b4f402fb9d1c7db189e67c739 Package: ros-jazzy-examples-rclcpp-minimal-publisher Version: 0.19.4-1noble.20250321.140155 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 831 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-publisher/ros-jazzy-examples-rclcpp-minimal-publisher_0.19.4-1noble.20250321.140155_amd64.deb Size: 136150 SHA256: 8b194ad8d0fd8314a02af36fd392b0d7a246f7a80fb508075ac91ca13a9950bf SHA1: b96ee07eb58c57f5bb1ac324630607f1415fc772 MD5sum: 2121fd91ee488d1a8d6173788475bf75 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.4-1noble.20250321.140155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4704 Depends: ros-jazzy-examples-rclcpp-minimal-publisher (= 0.19.4-1noble.20250321.140155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-publisher/ros-jazzy-examples-rclcpp-minimal-publisher-dbgsym_0.19.4-1noble.20250321.140155_amd64.deb Size: 4354566 SHA256: 3e06785c8f49c32a2f45b918f233fb64ac2f632f3c04cef40bd499e24374641f SHA1: 96f13b20c6f5dde4b8f4a16d7a0af618bbf8dba0 MD5sum: d4dfa199be26f3793a89b10413d0d10e Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-publisher Build-Ids: 0b4317d9dc6d9dc409241f1789e5e37256338deb 357c2773b84e4d9c29ac819d110d80516bd8180b 3e1d89c1db4a692b84cdd73b3c890c74993999d9 8d238b790bb9de477c522b8181eef003bf6a365a cb1d4870876bd626d1362571ed359fcb7b73d0f7 fcd4ee50d336b5271c9630b02fbcb424f122407a Package: ros-jazzy-examples-rclcpp-minimal-service Version: 0.19.4-1noble.20250321.132317 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.4-1noble.20250321.132317_amd64.deb Size: 22812 SHA256: 60adaf8b8f4800284db185308149d882d807ffcaa813fd3f0145fa1a70d945a1 SHA1: 14be6e724607a1bdc98acb122542b8a3e7d4de32 MD5sum: 10702ebf714ecb388aeb18a8468d3bb7 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.4-1noble.20250321.132317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 407 Depends: ros-jazzy-examples-rclcpp-minimal-service (= 0.19.4-1noble.20250321.132317) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-service/ros-jazzy-examples-rclcpp-minimal-service-dbgsym_0.19.4-1noble.20250321.132317_amd64.deb Size: 374092 SHA256: 15544884f99cd3c0e7a7c86db9b71be67eeb3f3a749b0b1a3dda030a70321f6b SHA1: c0bedd4864b916870daa03d414de9b8468f67b5e MD5sum: ccfbc2813e55d6bbba9b73cb82c65957 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-service Build-Ids: 6338bb5f2cbd16a166b795de6f0cac806ac43ca4 Package: ros-jazzy-examples-rclcpp-minimal-subscriber Version: 0.19.4-1noble.20250321.133038 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3650 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.4-1noble.20250321.133038_amd64.deb Size: 443272 SHA256: 53995408fe7123054d5a712d41ca437884d015551ae940c0b161c5a0142905b0 SHA1: 2325f315537decca577ca75136fa52916609cbdd MD5sum: e9b1edecd607dfa413155224c42bca3e 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.4-1noble.20250321.133038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19001 Depends: ros-jazzy-examples-rclcpp-minimal-subscriber (= 0.19.4-1noble.20250321.133038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-subscriber/ros-jazzy-examples-rclcpp-minimal-subscriber-dbgsym_0.19.4-1noble.20250321.133038_amd64.deb Size: 16031048 SHA256: 8f36287cd95984dd40fe36e4a9263d94080fd6df0af63d9beb0901443329c14e SHA1: 4f228c8fceac07d2bdebe2923c14d6733a6fbdf6 MD5sum: bf85a67693e4d3b0201c97e65fa0a29e Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-subscriber Build-Ids: 310325ac29cbebac88fb770cc78f25acb691b660 364cec823f640953269ad867cbd2ffad02f8e949 384c7663ace0b4a90ba4e144a24c09463bb0c99f 3cc7d68718b87f8073b909013a4b3cf6ab486d16 63b7eaeb5828eef581b524527fba692c1b29ea7f 823747f4f5d7ef36b831d45ff99b17f010a8da00 b5d4f530227bd03af697f2ff6baf5c69413e1890 d7b0e4025f69fa601de8be65e2a709ff0e525a7c d7bdda14c95c97da2d4fb155320724cfcc47c0be ed86dfdbd2c83baa0bf2281dab8d413526660640 f7434b7483f9a37cf3558ea2a1084bb34217753c Package: ros-jazzy-examples-rclcpp-minimal-timer Version: 0.19.4-1noble.20250321.134430 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.4-1noble.20250321.134430_amd64.deb Size: 16622 SHA256: f7b01ae34227910450d414effc307e8ecffab111f9156a10fea1ece6e124ae8f SHA1: 188c9186a46f1f67a4689fa69c9255bc65713669 MD5sum: 63795ea8873cf867a224fba494d8a8f9 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.4-1noble.20250321.134430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 523 Depends: ros-jazzy-examples-rclcpp-minimal-timer (= 0.19.4-1noble.20250321.134430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-timer/ros-jazzy-examples-rclcpp-minimal-timer-dbgsym_0.19.4-1noble.20250321.134430_amd64.deb Size: 488112 SHA256: b50ab93009d241081203ae1858012da92bcaa80b6ffc66059f943b46b6a502ee SHA1: 35e1b7f12fd4b0e4ed6613cebdee673b0e5c6c71 MD5sum: 00b3f48d829b65d7d83661ad789e292d Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-timer Build-Ids: 10595ee1f449394754f61a6e1133f5edc5eb102f 287d1d49e7afaf91e38c2d25f179403a9fd5b316 Package: ros-jazzy-examples-rclcpp-multithreaded-executor Version: 0.19.4-1noble.20250321.134433 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 475 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.4-1noble.20250321.134433_amd64.deb Size: 105430 SHA256: 038d26947640921376dde92302093e987ac9e1edbbf42b8e7827784ba92d91cc SHA1: ea6113aad69e451778ddefb0c93b64b87ed633e7 MD5sum: fd70316e4d1ecf1883046afdb8d25bc4 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.4-1noble.20250321.134433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2087 Depends: ros-jazzy-examples-rclcpp-multithreaded-executor (= 0.19.4-1noble.20250321.134433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-multithreaded-executor/ros-jazzy-examples-rclcpp-multithreaded-executor-dbgsym_0.19.4-1noble.20250321.134433_amd64.deb Size: 1770014 SHA256: de966b9d760f3f538aae41b2a278d4133926f6bf9461843aa5672b78ed7c682e SHA1: 20a52667f033bddceebcf0e0b93db94c525c9321 MD5sum: 43884938e6fcaba66bac4e4caaf852db Description: debug symbols for ros-jazzy-examples-rclcpp-multithreaded-executor Build-Ids: 7024116da235c035d9929d2b458567071c2ba10d Package: ros-jazzy-examples-rclcpp-wait-set Version: 0.19.4-1noble.20250321.133040 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3995 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.4-1noble.20250321.133040_amd64.deb Size: 547030 SHA256: 3499016bb3433e3c2ca14c80b5bba2ac9b63bb2ca97cb0db9a98db8cf92903dc SHA1: 7390ecdd888871b5ad0e9077d826441d75fa44cc MD5sum: d0451e46a156c8790f3a67380e821b5b 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.4-1noble.20250321.133040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19984 Depends: ros-jazzy-examples-rclcpp-wait-set (= 0.19.4-1noble.20250321.133040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-wait-set/ros-jazzy-examples-rclcpp-wait-set-dbgsym_0.19.4-1noble.20250321.133040_amd64.deb Size: 17186962 SHA256: f671a26b828bd35d8ecbc0394295a16693f67393c74fdcdee09bc29069c3d425 SHA1: 17aab2308e56f5ac222fd45fea35e7a0d4e8a7a3 MD5sum: a42fc1b1ae0411cf799d235fd35eae03 Description: debug symbols for ros-jazzy-examples-rclcpp-wait-set Build-Ids: 001964476c8951a3e6b0557df013f5907653a2a7 064077b31ca7e5cd107e688773f14b15e58cc048 0cd1b5e613861e3c1c59c1da4bd413918b791884 4648d12cffefd441eb1e217253c5ae7a97577a95 567d820c7cab9a4120cc15fce2a66bd76bd78ebd 5b45cceeeeed1d1d4d0c6cabbd8de35b0470ceb6 76528580825821b53785b2adb6f41816aa8d4c5a 7815231a7b3fb34d2e8d9f325af353c2758a3b35 899fb9cec0baccabc92cc13fbe93832ad515abe1 9d4ec1c22a7b0d754193bd4c0ef5995a1c5587ef a0a3ab7974474cd0cbc32484e171cb71c9988c35 f1683584f8611741236ea36a64b6104ff1466914 Package: ros-jazzy-examples-rclpy-executors Version: 0.19.4-1noble.20250321.131605 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.4-1noble.20250321.131605_amd64.deb Size: 13210 SHA256: e817c309f1b9bdf0013f2d05a64ea4f2d4cc39b1ec0c953641833d8f32840d39 SHA1: 14bfa9d675f4c4957e4694f3ad8cb5da74cd8bbd MD5sum: ac01c5467b58401b65ab205b1679f8c1 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.4-1noble.20250321.131617 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.4-1noble.20250321.131617_amd64.deb Size: 5752 SHA256: b0e7537991b8ffc1c6c2289d1dcd9f1a93537be46e4ace730a29cdbc9fdc8892 SHA1: 63fe0bd48a6d353286fee9e9e5ba5cce9b878bf8 MD5sum: 395664ac4e073b7b4b45baf9b1d597a7 Description: Examples of using guard conditions. Package: ros-jazzy-examples-rclpy-minimal-action-client Version: 0.19.4-1noble.20250321.131455 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 73 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.4-1noble.20250321.131455_amd64.deb Size: 11860 SHA256: 75c0efd40f5acb665357379a7b0db0bfb7ffed480a34bd41bca8cdd5bf120bea SHA1: 038cb39fdf79546713459a25324553052ef069af MD5sum: 9854151e95fee11d24d0a9404915cb6d Description: Examples of minimal action clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-action-server Version: 0.19.4-1noble.20250321.131607 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 91 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.4-1noble.20250321.131607_amd64.deb Size: 13010 SHA256: 7c72dda78939f9634f52d62d59c9b01c075e01f887cf431eefecc995a72dc358 SHA1: 144fe379c4203b3ab7ee988d90fd7edfd12e997d MD5sum: 89befd71fd2aec7c4d77991e9c69b039 Description: Examples of minimal action servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-client Version: 0.19.4-1noble.20250321.131631 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 59 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.4-1noble.20250321.131631_amd64.deb Size: 8976 SHA256: 5fc92fa7063338bc2690bee47752e954edf342b69ff5086b2457b32eba56697d SHA1: 96a9e8e2b40e5dc3ad8a4f77d7b8e1714c636b8d MD5sum: a383c8fa84c865e5b694a1d43bcacf78 Description: Examples of minimal service clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-publisher Version: 0.19.4-1noble.20250321.131640 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 51 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.4-1noble.20250321.131640_amd64.deb Size: 7742 SHA256: 09fa3cc9812eab6566e946aabe4f5bd2ab61ed38f1af39ffcfe37c269d2ed6ea SHA1: 89fcaf1b725e119d2a96b326be583c9f0e3ba592 MD5sum: d2ded750a8352066d28181c979d1a181 Description: Examples of minimal publishers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-service Version: 0.19.4-1noble.20250321.131642 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.4-1noble.20250321.131642_amd64.deb Size: 6724 SHA256: ff3985c5ec2b11d30eca61c5451cb76208e61e255ed4a735bad56bd2c7ea02c6 SHA1: 8fc11c9633a32444e26792e247aa09a984d1cde0 MD5sum: 95513d027bf351dd8fc2f174d0f57f26 Description: Examples of minimal service servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-subscriber Version: 0.19.4-1noble.20250321.131652 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.4-1noble.20250321.131652_amd64.deb Size: 7202 SHA256: b4aba613b7343c848feb115f7766b2d882cf601b05c2d4954cb0b1e984b6cb88 SHA1: aa7b04554ee472d38a3169a20d9b2e340c63bd81 MD5sum: ee7a1db9ea7ec7bb7698d46f656adc4a Description: Examples of minimal subscribers using rclpy. Package: ros-jazzy-examples-rclpy-pointcloud-publisher Version: 0.19.4-1noble.20250321.131652 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.4-1noble.20250321.131652_amd64.deb Size: 6714 SHA256: 35d3da0b855565776a168f0fa36d79b30f6fa74df0c7f3ea17d4fd311247a4d9 SHA1: 6f99f81ad0dc32d2730ee4d07ba088b4e5468cee MD5sum: 34b8eff67bae436da58941105571310e Description: Example on how to publish a Pointcloud2 message Package: ros-jazzy-examples-tf2-py Version: 0.36.8-1noble.20250321.131809 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-tf2-py/ros-jazzy-examples-tf2-py_0.36.8-1noble.20250321.131809_amd64.deb Size: 14716 SHA256: 051dd5ea014d8ee5d4637c03dc97f58027542f87315a91e25371efa6f49831b5 SHA1: 3e762ae34e7b45bf1434b581a098ed6c4fb07d6d MD5sum: 9e5a2b139c69f10bc57ba4a64ee57f40 Description: Has examples of using the tf2 Python API. Package: ros-jazzy-executive-smach Version: 3.0.3-3noble.20250321.131747 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.20250321.131747_amd64.deb Size: 5444 SHA256: 779183d4d6558da69898559ffc88c4392e3fa2e867c17c3bee65eef6e3637e6e SHA1: 72ebff16e1803f1093977618caa788a07cb36d90 MD5sum: 7a774bd9ad2c6622c21928c202625418 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-jazzy-fastcdr Version: 2.2.5-1noble.20250320.183113 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 502 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.5-1noble.20250320.183113_amd64.deb Size: 61328 SHA256: b49649e9a94119d66099ad4a282b399b67fba3a9a3d5b5fc66baacec38589568 SHA1: 7216eef35a3a1e38fb007879ab9dfe3e679c15a7 MD5sum: 3795bd7ddb9d38b0569b428785914873 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.5-1noble.20250320.183113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 275 Depends: ros-jazzy-fastcdr (= 2.2.5-1noble.20250320.183113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastcdr/ros-jazzy-fastcdr-dbgsym_2.2.5-1noble.20250320.183113_amd64.deb Size: 234082 SHA256: c310c36529d7eaf4d405c54f9945873fca774caecdc13818994d82c7a08dfd7a SHA1: e05fac6f86dca3ded54317b4a61e19af2831da12 MD5sum: 869028277295510b9eabcbc636d4f019 Description: debug symbols for ros-jazzy-fastcdr Build-Ids: 5168e4070e6d9e87e1c63391ba67157a5a6d7b63 Package: ros-jazzy-fastrtps Version: 2.14.4-1noble.20250320.183418 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 11868 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.4-1noble.20250320.183418_amd64.deb Size: 3045998 SHA256: 2ef21fefc198606404dfadb9992912e99b5500d97366787903239a9b07c630b4 SHA1: ac941d7ac4bcb8030d31157ffce981a758424e17 MD5sum: 03c126455509b4d056ca779a86dff031 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.1-1noble.20250320.184938 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.1-1noble.20250320.184938_amd64.deb Size: 6964 SHA256: 131c7c8a6de4e1389e411b2e457157a59e003ece755d317897a57aa440fba1f8 SHA1: 27e3782316c200e549dc6e447a7c7318504e8fb7 MD5sum: d318685af3be963a9ddb639c7757a97f Description: Provide CMake module to find eProsima FastRTPS. Package: ros-jazzy-fastrtps-dbgsym Package-Type: ddeb Source: ros-jazzy-fastrtps Version: 2.14.4-1noble.20250320.183418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 60008 Depends: ros-jazzy-fastrtps (= 2.14.4-1noble.20250320.183418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps/ros-jazzy-fastrtps-dbgsym_2.14.4-1noble.20250320.183418_amd64.deb Size: 55838492 SHA256: 6ecf9e029c8a4012e3703ca21fad061bf37825d273fefa696e02e5860cdbd1ad SHA1: ab3cff01fba26c8f5dbd4f09b1d86060bf773763 MD5sum: 3daf806fdb2a4967dbca1973ffc123b5 Description: debug symbols for ros-jazzy-fastrtps Build-Ids: b60fe2a07839ed92ad99d19abe387e4f0c689c90 d15b029a2a123ab838cc1587f40990b27cc86913 Package: ros-jazzy-feetech-ros2-driver Version: 0.1.0-3noble.20250321.141326 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 665 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.1.0-3noble.20250321.141326_amd64.deb Size: 189136 SHA256: f442918784d0569828ec69087b5f690893dc193e9108ca0c066551594963bf5d SHA1: f25434405c827c62b3f4fb90fe2401e49a36a812 MD5sum: 770232620b6735f612db7430c41f3139 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.1.0-3noble.20250321.141326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 3036 Depends: ros-jazzy-feetech-ros2-driver (= 0.1.0-3noble.20250321.141326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-feetech-ros2-driver/ros-jazzy-feetech-ros2-driver-dbgsym_0.1.0-3noble.20250321.141326_amd64.deb Size: 2934960 SHA256: 3a398457c914dd5c66d5812c523c8f655506fcb8e574458a7b9ea4de941abb25 SHA1: 002fa6c6adfaac4744ab67cb67467cc3c7bcd04d MD5sum: 491ae33d9eebc8c899a63b8ddaf0c9a0 Description: debug symbols for ros-jazzy-feetech-ros2-driver Build-Ids: 1bc94cc1058cc5df77d1f6fba3f80b31c651d13e 552946fb08c1948c2834ff0caa5603a4e90d3f55 9a18603318f24f6d1d0626fabf5d315203e48a6d ff4f55c2452215e5159d6592ce44398c9a982db7 Package: ros-jazzy-ffmpeg-encoder-decoder Version: 2.0.0-1noble.20250321.143217 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 286 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.32), 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_2.0.0-1noble.20250321.143217_amd64.deb Size: 81584 SHA256: b723287ed06b110df8d14bd725c84dd12b4732f8fed0b2ec6f79a0721c2c5037 SHA1: 01c482e7b892200304c518a963b14fe8180dc63e MD5sum: 34bee59d097c39e5d834b855cbe1d328 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: 2.0.0-1noble.20250321.143217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1228 Depends: ros-jazzy-ffmpeg-encoder-decoder (= 2.0.0-1noble.20250321.143217) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-encoder-decoder/ros-jazzy-ffmpeg-encoder-decoder-dbgsym_2.0.0-1noble.20250321.143217_amd64.deb Size: 1175674 SHA256: be636b7e0e8b47057b90112a44dcf40d167f8e6029627ff38ae82ab3c0e5d57d SHA1: 2cae6e6bcbfd8970c6de7d6962fc4efc734b29f7 MD5sum: c2e43e29645be9c8e903e7b61525b2e8 Description: debug symbols for ros-jazzy-ffmpeg-encoder-decoder Build-Ids: 41ee6c4076decea4aed3c0ba897248a02349f002 Package: ros-jazzy-ffmpeg-image-transport Version: 2.0.2-1noble.20250330.213720 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 590 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_2.0.2-1noble.20250330.213720_amd64.deb Size: 130816 SHA256: c0140374494f781d34fc92ec25dadc30617cc364e7dcdf92e3000d747d022721 SHA1: b8defc069a842419b62b36ce8ebb1d66e98e7406 MD5sum: 77b91689b8a37179d9551264a6cdd6a5 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: 2.0.2-1noble.20250330.213720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2778 Depends: ros-jazzy-ffmpeg-image-transport (= 2.0.2-1noble.20250330.213720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport/ros-jazzy-ffmpeg-image-transport-dbgsym_2.0.2-1noble.20250330.213720_amd64.deb Size: 2421140 SHA256: cc6b6f3608f87725de888b350cda1189e6eb148d4c67bb0111c49cb75644058c SHA1: c027dafef67224d6ff7e6af5e99a3391b8966bb5 MD5sum: c12fb65d88c16a7f881070ddc0840ad8 Description: debug symbols for ros-jazzy-ffmpeg-image-transport Build-Ids: df2564125ee2a042c0e7aeab3c944b7a24e2f496 Package: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20250320.221536 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 499 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-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs_1.0.2-3noble.20250320.221536_amd64.deb Size: 50648 SHA256: 2bc64f9f69c9859efdcf92a0924f348ca16d24e9a6ad29202a98404a54369fd5 SHA1: 39889cbd2120e4e5052e1287b59864c27c1055e1 MD5sum: 42c3fdefb2c66a8c948002a660c772c1 Description: messages for ffmpeg image transport plugin Package: ros-jazzy-ffmpeg-image-transport-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20250320.221536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 329 Depends: ros-jazzy-ffmpeg-image-transport-msgs (= 1.0.2-3noble.20250320.221536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs-dbgsym_1.0.2-3noble.20250320.221536_amd64.deb Size: 232080 SHA256: 2cb3e22790979c01669b4d6d4ed6a778048721aaf5a2ac63e19d8b4598713a6f SHA1: c54d35212a3edd0362e79fcba5c3565dfb7eae6d MD5sum: e2bf08f0a4419d4dfea46f943b9b2d83 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-msgs Build-Ids: 30c249bb6b19b89c0115e0f3249d488dbba71651 387edcd5f72f96785c7914c2d78558b519d37da7 3ae22f19e5f9dacec08774c17cfd29f6c5b8a5c3 5c5b6e3e8f0f55f24fcbd574b8847918da88e4f9 8fae507072c4dfebbae7b99014795fec5b1b783b 9cdc36be670bcf27887ec15125c2e0f51b653465 aaf58c2a508a41d8aeb731857210857025a9dbdd c2bbc275dfb319751bc4482e95c1cdb90d8cc1f2 c43b033a3ddf218aa1df0472147ee20760211d24 f00240bf2b1001386b357eb7e9973ae24b67d6a1 f71a7bf7596ba5fc5b2f53ef5a9fab0ede038cd3 Package: ros-jazzy-ffmpeg-image-transport-tools Version: 2.1.1-1noble.20250321.143852 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 235 Depends: libc6 (>= 2.34), 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-ffmpeg-encoder-decoder, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-rclcpp, 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_2.1.1-1noble.20250321.143852_amd64.deb Size: 64646 SHA256: c27a03d2a56fdb70e7cffd419f6490e391f389ebdf74a5f97e9f4c76fd0ff312 SHA1: 9e10a69d1d7d84d36760a1c07f98fbd2237ca825 MD5sum: d065db0d6cc91a4ae4608c13d28266a4 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: 2.1.1-1noble.20250321.143852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1334 Depends: ros-jazzy-ffmpeg-image-transport-tools (= 2.1.1-1noble.20250321.143852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-tools/ros-jazzy-ffmpeg-image-transport-tools-dbgsym_2.1.1-1noble.20250321.143852_amd64.deb Size: 1276484 SHA256: 0f0ca5dc6cda75732edb14dd3c7c303c8b976fac7e1d172793a7927ce3d25a60 SHA1: 158fef7fb7b5847ede334c5a5aab13b5a519f9e5 MD5sum: bc5daabd56ff340b8690a8e38efd41c0 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-tools Build-Ids: 8e5f0fd7b0c9eced21a91cf8b0b1d5a10ad3fbc2 c4789523c81f894498d964ff93c6425fd5efe364 Package: ros-jazzy-fields2cover Version: 2.0.0-10noble.20250328.075019 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12793 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.20250328.075019_amd64.deb Size: 4667280 SHA256: 8866f2c1ff64b88f2e8381e50ffc80057bcf77fef4edf8680b991d4f67fa4113 SHA1: 5b2f6d72b1ee1b42524c02a1ed9907415c5896d6 MD5sum: 6c1102ffbfd5b1b99483af24779b5a15 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.20250328.075019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15297 Depends: ros-jazzy-fields2cover (= 2.0.0-10noble.20250328.075019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fields2cover/ros-jazzy-fields2cover-dbgsym_2.0.0-10noble.20250328.075019_amd64.deb Size: 14051928 SHA256: f9040d37f49a35a7ba4c7bda08a7d96e637e85a4eba4cdb1f24e1f36a0f88dff SHA1: 7828deb9d27e9a0904c73435b3413bd81f4050d8 MD5sum: 2b42916c9e39c30a745467b508d53579 Description: debug symbols for ros-jazzy-fields2cover Build-Ids: 5bd155fe47dacc7cd89dcf949123576a35175bcf c3fc35a26372f973a5b43cc7c1acb806301f2cc5 fb26e8a8bd6e7737c4b0556baff9a0c9279eddf7 Package: ros-jazzy-filters Version: 2.1.2-2noble.20250321.134509 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 498 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.1.2-2noble.20250321.134509_amd64.deb Size: 78316 SHA256: a93077f0208aff0ec7e5aff4817fc3b4874170eed77f79302f91a74d78cb1dd5 SHA1: 954b6f1b4a75b30c0087116ebd1ece2640433a0d MD5sum: 3d19d6e6c79d62b5d7c391e6cfce5b77 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.1.2-2noble.20250321.134509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1865 Depends: ros-jazzy-filters (= 2.1.2-2noble.20250321.134509) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-filters/ros-jazzy-filters-dbgsym_2.1.2-2noble.20250321.134509_amd64.deb Size: 1748228 SHA256: 57b59e55ee45b6c88d72b1e71067de7c88def2fb27d0f670890672f54407d56d SHA1: 43be230237503e4740f0bb537b48602d8519f681 MD5sum: debd9a2fd77e4b18938ed1f5e72ed60c Description: debug symbols for ros-jazzy-filters Build-Ids: 41e3bc256f7c33fb8d89c50f9c5b8ba1857ff076 ae6dc6ddab4c8e34b14c80a25ebdcdc1e841e9f7 bad7ac330ab8559465e2f3f5b52367998fe07bdc c0356191b5bc2f2f5994051bb48b8e9fed488349 fe78af711a4f26ce9109d534cab60dbd1236308e Package: ros-jazzy-find-object-2d Version: 0.7.1-2noble.20250321.141750 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4243 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.20250321.141750_amd64.deb Size: 912606 SHA256: 8be959c029ae36d378d9bc46b702c5eadaf2b91da8670ac298d7752dfe00285e SHA1: e144917d0143e04df048dfae67c06f4899787e1a MD5sum: f1539830ed517a0fbe1ddb2b8a62af9f 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.20250321.141750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21663 Depends: ros-jazzy-find-object-2d (= 0.7.1-2noble.20250321.141750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-find-object-2d/ros-jazzy-find-object-2d-dbgsym_0.7.1-2noble.20250321.141750_amd64.deb Size: 19899258 SHA256: 8aadb4b04952704215ab0fff04980971c8f3a01bb8569c90fd48644897fa26dd SHA1: 0e0fc4350ff94a663f68a23a342e1f44b6e7deaf MD5sum: 25aa3c90a3a2114c11b30fe58e2b7b8e Description: debug symbols for ros-jazzy-find-object-2d Build-Ids: 06bfadf099a5d5095fcf6ae5bf1b50049adf635c 1ae3dc3036b876d7ad8f30b060189fa2f37d07fd 1d2384121e4197cb1583987c7e93fc5831838c9d 1ee7957683681f9e7e6749c9b3e58124afa0154c 3ece849ff0e21783eacb9411281e685883f762a4 623ede6d82f97c264f862f4baa766de68fd372c2 89975305a4c481fbd47ddc9d2b9fcfc7ec3203fd 8cbbd41b428209b843d352d2c0eeca2bcc6270b1 a6698ac091ba56850f59160399c943a6a5108f6f a8ae358350bb48c2b64d895a0c79fe2f2f30ef35 c3970f046039aa79ea073bc6d64fc72888da6791 cbbea52c85a3cce92b476d96c5df8c7d80cade91 ccb051fa148eb88bc9cc6e6eaf1404cbddb20084 de98e3a9f978f495240f30dcfe189a1efe32e3f9 fe43c651e37f74a64b8725f40599745ffd2dc56c Package: ros-jazzy-flex-sync Version: 2.0.0-1noble.20250321.133043 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.0-1noble.20250321.133043_amd64.deb Size: 16988 SHA256: 12ad1dd3fba94d5b2fb1ec1d4a80ebb4224c5a521f1c71fccafc542c88db7e66 SHA1: 9997c60a5db02388296aaa4f06abe0ae88ac7416 MD5sum: c6004b4a5743057af1a4de986caa07de Description: ros2 package for syncing variable number of topics Package: ros-jazzy-flexbe-behavior-engine Version: 3.0.3-1noble.20250321.135233 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.3-1noble.20250321.135233_amd64.deb Size: 6328 SHA256: 163d9246786c11ae5eeddd1e43b3d117cc37bff3974ef5848d09140b34131606 SHA1: 98e0f08ee792d5a8b8ce464628d9224c759e3e67 MD5sum: 59c993c8c29ab670d1f0fd8ea4d0b437 Description: A meta-package to aggregate all the FlexBE packages Package: ros-jazzy-flexbe-core Version: 3.0.3-1noble.20250321.131954 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 549 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.3-1noble.20250321.131954_amd64.deb Size: 113352 SHA256: 6d0bdfe5323f7d1afd93838e6d78db0982d619b812fd0ae652fa9eff9fa3d2a2 SHA1: e7c83ae91831bd2b56700a8a68349cbcc03114c9 MD5sum: 7da5d8baec4510125e6945bcba847c86 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-jazzy-flexbe-input Version: 3.0.3-1noble.20250321.132226 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 87 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.3-1noble.20250321.132226_amd64.deb Size: 18492 SHA256: e434ab7a017ba58aad19615c545d99df2e2e1069d397ce877fb96584bb9f82c6 SHA1: d052ebf52accdb8a6592928e3989437cb697b84f MD5sum: f663631e8ebcd1a01b402b3d6650250b Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-jazzy-flexbe-mirror Version: 3.0.3-1noble.20250321.132228 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 194 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.3-1noble.20250321.132228_amd64.deb Size: 46188 SHA256: 7563763ae1e62fefbc258b3f98250cdb11a9abbec18b69d5fad8edd4e561fb70 SHA1: 13f27d4eb9f961dfa7dcd5ceed261931cecc01cb MD5sum: 24cabaf0b5009e2c797068213641a613 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-jazzy-flexbe-msgs Version: 3.0.3-1noble.20250320.221202 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 7043 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.3-1noble.20250320.221202_amd64.deb Size: 462812 SHA256: 502d13599d323df765c6a4638a5a924746380922efe04b145ef6b96b5a4e3071 SHA1: a97b625fea57cfb6002e3b364456355754cc31b2 MD5sum: 0d3e7aeb2698d6ff2ffe0036e9b3a7fa 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.3-1noble.20250320.221202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 4965 Depends: ros-jazzy-flexbe-msgs (= 3.0.3-1noble.20250320.221202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-msgs/ros-jazzy-flexbe-msgs-dbgsym_3.0.3-1noble.20250320.221202_amd64.deb Size: 3942418 SHA256: ed67948db77097f42de7be743d2e40879f04c6e9d754fc0909f240deaa530820 SHA1: 35dde79c4a684fcdf3d960338fd1688c0d3e799d MD5sum: 8286a47293989fe2a323cad5dc0b420f Description: debug symbols for ros-jazzy-flexbe-msgs Build-Ids: 0db5e5cdb762dede1575b67a263ee4e7a13aa3b3 249579057b13c8a3f899012fbbd2d80593df26d2 315f5d7428082dfc38803dcc3da57889ee42fb8a 4170b6e45c1ae874d3fbca960c3a6566ea039b3c 4225419a56f2b507b8fbd373f73143d9d63a5df4 721c760060c06ace32a49e3d11f7fe7513cff67f 8ab0c039503ed7aebeadc695f60e5e005f28cadb a036f9a0f773036e9c4cadf230aa242fd9798c9c b8ff0ad79d0d962ee2bd5de6b6b524e2009082c4 c3210d62e88901a63f4b0efb8adced875006dd81 e6e3fe70fbe029187e503ac9d19eb1038d739ad3 Package: ros-jazzy-flexbe-onboard Version: 3.0.3-1noble.20250321.132726 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.3-1noble.20250321.132726_amd64.deb Size: 33852 SHA256: e420e9dd43cb81ea9e5c862ce8847f03ff064a6fbb5f29dee3d7ab21d737ad6b SHA1: d5a205c9e8a4ce530c4ac433e22bdbb528224f0b MD5sum: 46b0f0733c951baa26f1c5ba698f4a4f 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.3-1noble.20250321.132454 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 180 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.3-1noble.20250321.132454_amd64.deb Size: 25286 SHA256: f748d79fae4905869b3c9dfc755cfa0f595eb9761cfe4a3a102124fb1e5e6444 SHA1: 113e1b2547b1a999d5caa869eb6cfa253cc12169 MD5sum: 982aa1253507aa366640e6f96d3634a6 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-jazzy-flexbe-testing Version: 3.0.3-1noble.20250321.132233 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 148 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.3-1noble.20250321.132233_amd64.deb Size: 20658 SHA256: 67fdf431568206d7df511899ade0a1406966c116cf7d89c4d41a206caa41a010 SHA1: 23c50b958fa86695aec245c079071723f0245b97 MD5sum: c88d8c42eca8bd7750f16d205ba357b8 Description: flexbe_testing provides a framework for unit testing states. Package: ros-jazzy-flexbe-widget Version: 3.0.3-1noble.20250321.132939 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 109 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.3-1noble.20250321.132939_amd64.deb Size: 19114 SHA256: 08434db9999e1d499d8db4d948d3b321f996ef866bee07250a341eca151253e5 SHA1: 4bf153ed8f13631636f7713bf0d77a9d2b96dfd0 MD5sum: 84152c15561fa17f114adf94ecb38819 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-jazzy-flir-camera-description Version: 3.0.0-1noble.20250321.145702 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 398 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-description/ros-jazzy-flir-camera-description_3.0.0-1noble.20250321.145702_amd64.deb Size: 95966 SHA256: aefc2f63d9f950b666884836285477e9ec60829713ae2b09a34892c77c046a37 SHA1: 172a892cd8ab5196a6045958c10406dab7acfa48 MD5sum: 3648039c5d4039d63322b684a0d1a0d8 Description: FLIR camera Description package Package: ros-jazzy-flir-camera-msgs Version: 3.0.0-1noble.20250320.221537 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 573 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-flir-camera-msgs/ros-jazzy-flir-camera-msgs_3.0.0-1noble.20250320.221537_amd64.deb Size: 50526 SHA256: ab824f19279594692e08a2c738e15c41d16897c8d7c133ed393344ac331fac0a SHA1: 1b680a1f0041474baa1da5bbe90212c018ae615c MD5sum: d5c6d0370602749e8488d287e1ba4689 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.0-1noble.20250320.221537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 382 Depends: ros-jazzy-flir-camera-msgs (= 3.0.0-1noble.20250320.221537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-msgs/ros-jazzy-flir-camera-msgs-dbgsym_3.0.0-1noble.20250320.221537_amd64.deb Size: 274436 SHA256: f8ea9ebca1853a4bb930b6960078530fb31acc9d24a0334d72334c3c572afb82 SHA1: f29877f4157832041150cb32b38a1cec88b1e846 MD5sum: dcd6c705dd09bf72ff16e8ef36284859 Description: debug symbols for ros-jazzy-flir-camera-msgs Build-Ids: 0327c88ec88c99461f9fb603ae5476124a0c4887 228c15e5ffcb16b8f56491e5de6781c072eb4a1b 2a6745ef31f1eea2c881e311377aeeec26275e64 2da1d179dd82712a2136007a65a74e50084946cd 4497dc05d6acedf6772ecf227593f4e19026c4a3 566de917fba4f167a44847177a8ea4c05649c46a 80832fc014bcd452b75bc5e0d904ab1d4c9de1bc a8c096bdac5e777113d96acb893e78b070fe3b9b ac3b5fea2851664190cfbde1d23a18d11021aa9f c89d2f1268642c1af1ae752ce871ac4ffaaf4032 fe0a205f66258e6375dd9b81ee84100ee1a0e4da Package: ros-jazzy-fluent-rviz Version: 0.0.3-5noble.20250321.132420 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.20250321.132420_amd64.deb Size: 13718 SHA256: fc2a42622694cd52c025d99dc32bc3b17390368fd3171ed1e311ef89752b318a SHA1: 4012fdac05ee3708860db4fa45f0d3e9c2d348ea MD5sum: 1b62759c5368977952957d6ecf8062c0 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-jazzy-fmi-adapter Version: 2.1.2-1noble.20250321.132746 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 989 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.20250321.132746_amd64.deb Size: 288112 SHA256: 63af22754f8b82a9f822b59580e556a57311c80a87a63634e811844201912b0b SHA1: c7ce93e8322450d0d8647dbcf29f3e8c00f7adbc MD5sum: 3d45118971b7619f6f394a2286f8574a 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.20250321.132746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2752 Depends: ros-jazzy-fmi-adapter (= 2.1.2-1noble.20250321.132746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter/ros-jazzy-fmi-adapter-dbgsym_2.1.2-1noble.20250321.132746_amd64.deb Size: 2365988 SHA256: e86db08b6a6f4f803f455e399d0d2242977114ec93823000e8ba30a9e3c74e1c SHA1: 7323d354c3008ccb56b43c278b4523de6292da9a MD5sum: 603c3fa78e455d6ffc61434e0d014891 Description: debug symbols for ros-jazzy-fmi-adapter Build-Ids: 3e8dc1ae5b17380827f3635a13e6c32fc7b8dd02 53f9512fc5b7654a7022742811eee06ffe56b634 Package: ros-jazzy-fmi-adapter-examples Version: 2.1.2-1noble.20250321.135154 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.20250321.135154_amd64.deb Size: 45754 SHA256: c38dc6153e76af84a93fc788c242e56ecc51298465f107c7c9cb6fc91c6b7382 SHA1: bd65bb6e9ac6012032fcd7f9d2f8af898217ce3c MD5sum: f79d9383e043f737a718dd0a756a8d43 Description: Provides small examples for use of the fmi_adapter package Package: ros-jazzy-fmilibrary-vendor Version: 1.0.1-1noble.20250320.184939 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.20250320.184939_amd64.deb Size: 396118 SHA256: 72f908747c8e50946aba0ca67ad85222ce09b1d5a9a76ad09e0c7e0e32f6257c SHA1: 107df1160ffc9e2c3856302f5dc5be234170d99d MD5sum: 4051ed02037e98b497da0c2d4a9392f5 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.20250320.184939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 752 Depends: ros-jazzy-fmilibrary-vendor (= 1.0.1-1noble.20250320.184939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmilibrary-vendor/ros-jazzy-fmilibrary-vendor-dbgsym_1.0.1-1noble.20250320.184939_amd64.deb Size: 663626 SHA256: 926bc7336bc0cfdfafb3f8504d3b338df827c3aa3703c1de49d0e509b364f6c9 SHA1: 0c637ab52a8d589f92618ef3a9fdf8b0609114f0 MD5sum: 2e4522e715e20dd0cdc6c0fd88d1942a Description: debug symbols for ros-jazzy-fmilibrary-vendor Build-Ids: 9312e92e09d39cffcf65a22a9ea7390ead9d6a25 Package: ros-jazzy-foonathan-memory-vendor Version: 1.3.1-3noble.20250320.183005 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.20250320.183005_amd64.deb Size: 786848 SHA256: 2aa0f26a25c377f40368183a25b96238406cdced1f901c92bf54757f5522ec71 SHA1: 7dc0dfdbc893a57ed05dc8df6c44d3773986af40 MD5sum: 439819839cc1ce2ca705a8c17afa95ea Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-jazzy-force-torque-sensor-broadcaster Version: 4.22.0-1noble.20250321.144405 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), ros-jazzy-backward-ros, 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://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster_4.22.0-1noble.20250321.144405_amd64.deb Size: 90832 SHA256: f66dcd41b420ea756997c01b526ef0292ae98631fa0e8a384db5d301af4f0e52 SHA1: afba614a0abb5fe9a53001c0984694eebd91d03d MD5sum: 9972e548c5359029a1f075d6d2935924 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.22.0-1noble.20250321.144405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1282 Depends: ros-jazzy-force-torque-sensor-broadcaster (= 4.22.0-1noble.20250321.144405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster-dbgsym_4.22.0-1noble.20250321.144405_amd64.deb Size: 1201052 SHA256: af87f4cf2d7d96899ec411d8fd2e48df7d63949bf4bc29fe3804e9a3eac610c8 SHA1: 363e642d3d7cf698f2bdba0452bfd8c2eaa0ee49 MD5sum: 5434a7703a0a30e82665a3689df6b217 Description: debug symbols for ros-jazzy-force-torque-sensor-broadcaster Build-Ids: 9d354068b69da1564be2b00f38ab882dc2870702 Package: ros-jazzy-forward-command-controller Version: 4.22.0-1noble.20250321.144452 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 563 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.22.0-1noble.20250321.144452_amd64.deb Size: 123624 SHA256: 7f6e76a48fcc2121f698f927f58f9808419672129bfcc31f85497e8b735e5bac SHA1: e507b3cb0eca657bed5446f87fc55c8330c4dc1f MD5sum: e2fa1ae3b3eac6f30ca2dda4be6ea2fd Description: Generic controller for forwarding commands. Package: ros-jazzy-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-forward-command-controller Version: 4.22.0-1noble.20250321.144452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2633 Depends: ros-jazzy-forward-command-controller (= 4.22.0-1noble.20250321.144452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-forward-command-controller/ros-jazzy-forward-command-controller-dbgsym_4.22.0-1noble.20250321.144452_amd64.deb Size: 2306454 SHA256: 09a269e4df5ad6d1612c96c3f39e7c650f57b87b6e52d1480c6c6d3bae097bd8 SHA1: 880bd8b606c0b1d3d04232eb2aee3f1ea96c6c43 MD5sum: c45f72562bcb75c27d6154b08e3a1080 Description: debug symbols for ros-jazzy-forward-command-controller Build-Ids: 784284c0053163ddf137f28039bbcd73556b2d92 Package: ros-jazzy-four-wheel-steering-msgs Version: 2.0.1-6noble.20250320.221544 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 597 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.20250320.221544_amd64.deb Size: 52426 SHA256: 77d4a6900aae3e4aaae1d90607ac10d6e3a0007499ef8e6d4fe2fe7c54edcfa0 SHA1: 265e1cc995f6b48d9da30266d65fd2c4b9a184ae MD5sum: 648764db4e2c1fb17f80d4c8fa74cba3 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.20250320.221544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 379 Depends: ros-jazzy-four-wheel-steering-msgs (= 2.0.1-6noble.20250320.221544) 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.20250320.221544_amd64.deb Size: 270072 SHA256: 6e9c1afcc9f6202a1eb944d89f3795a9302e42578a01fa178db092e14332ab18 SHA1: 26a9ab49b020ee153ca6e13d5fe3ec36ceee29b0 MD5sum: 3577405382094e80601270e26c5bb133 Description: debug symbols for ros-jazzy-four-wheel-steering-msgs Build-Ids: 04162161bbdbd0dd3de0e365b3c72d69fc487f02 1b174f86166bf15b762e7500d6722e1963cbaf79 27b1adf7f65072bfc7931461798c37729120838e 31334aa7bd91625cb2c15f344e9d3e970051aa8a 81edfa0c50d495d53baf3623d2be890706d95458 89b377930adade337f8fb59e56bfc5b40b8388d0 8b4556f87605da6104adc8add02aeafa4203e785 a5d7175f1cd1c341aa3ee4c694c305f7a5cb1fa5 acff79b109a76887b7deec054e0eb996e153eebf b99fb3cb235ee491b0c6b6dc2a9cf076090d75e3 e24deb8874e7fb0e314e41f118a939d4cdaf5ca4 Package: ros-jazzy-foxglove-bridge Version: 0.8.3-1noble.20250321.135842 Architecture: amd64 Maintainer: Hans-Joachim Krauch Installed-Size: 3083 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, zlib1g (>= 1:1.1.4), openssl, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-resource-retriever, ros-jazzy-rosgraph-msgs, ros-jazzy-rosx-introspection, zlib1g-dev, ros-jazzy-ros-workspace Homepage: https://github.com/foxglove/ros-foxglove-bridge Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge_0.8.3-1noble.20250321.135842_amd64.deb Size: 824660 SHA256: 6e91b1d693237e6d38f8b7b6cbc3d529ce22b027e8af8e209965ca914c30ea0a SHA1: 8adeb3a96b6623c98d4fcde3c3a9d23be6d3ded6 MD5sum: 2c569444ea1600deed83804dee5eeabc Description: ROS Foxglove Bridge Package: ros-jazzy-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-bridge Version: 0.8.3-1noble.20250321.135842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hans-Joachim Krauch Installed-Size: 15752 Depends: ros-jazzy-foxglove-bridge (= 0.8.3-1noble.20250321.135842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge-dbgsym_0.8.3-1noble.20250321.135842_amd64.deb Size: 14303972 SHA256: 8786c71481132033dbe098c2e0f8cc8f86ea10d60235b11d57e86b6c0f87c462 SHA1: f0fdb5ff26070793470634825ed27f8fdbf69e4d MD5sum: 195b98217e8b1949178126463aa8bbb9 Description: debug symbols for ros-jazzy-foxglove-bridge Build-Ids: 2dc1d5397823b61885e4f1284fb63ee923b3f397 3b730f506b15a70e0557fbf76825dd6a2e9a7ac5 e88d23e689523533d58357793cc53b6b0f9c3523 Package: ros-jazzy-foxglove-compressed-video-transport Version: 1.0.2-1noble.20250330.213729 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 583 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_1.0.2-1noble.20250330.213729_amd64.deb Size: 127452 SHA256: 2391202d8ca40ad97077894bdbada7e0a9c0a5c0ecb822843c380f0b43dcb4c3 SHA1: a34d0a5157ba11301cc0cc549d0dac8c728b8240 MD5sum: 210a7b8f6c8af6c9ad87f7fa03c36e56 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: 1.0.2-1noble.20250330.213729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2728 Depends: ros-jazzy-foxglove-compressed-video-transport (= 1.0.2-1noble.20250330.213729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-compressed-video-transport/ros-jazzy-foxglove-compressed-video-transport-dbgsym_1.0.2-1noble.20250330.213729_amd64.deb Size: 2378658 SHA256: 590cfd6ab9c22acb783a8b66febc67190106f438ec9779eed1d85ffe5a8abe71 SHA1: 63b6b67eaa4c6ca6f131b0534d5569361b3198e9 MD5sum: 2d1b39390ba76d7a4cba50e2bf7598b6 Description: debug symbols for ros-jazzy-foxglove-compressed-video-transport Build-Ids: 2a04e211c171307ccb22e1097ab277692ab8583b Package: ros-jazzy-foxglove-msgs Version: 3.1.0-1noble.20250320.223548 Architecture: amd64 Maintainer: Foxglove Installed-Size: 5873 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-visualization-msgs, 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.1.0-1noble.20250320.223548_amd64.deb Size: 420746 SHA256: 8ff773d8daf9a27b4fb162ee2698245c0e192bbcb4e2001035afe8cc16581cea SHA1: 5d3b68670008b333bd5126fbcd11274d47dd82ec MD5sum: cdc49832103e2fe7a558fc109bdf2313 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.1.0-1noble.20250320.223548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 5160 Depends: ros-jazzy-foxglove-msgs (= 3.1.0-1noble.20250320.223548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-msgs/ros-jazzy-foxglove-msgs-dbgsym_3.1.0-1noble.20250320.223548_amd64.deb Size: 4398762 SHA256: 8fbaf21985612417d174f8300f41368df4784b9b4c46c71209a625d1662e6c8d SHA1: 5e0887cda4cfea82797e5b23071bfcf61fb45d3e MD5sum: afb3bab0ee5dda96c3c1f14992590c44 Description: debug symbols for ros-jazzy-foxglove-msgs Build-Ids: 0fbad6a63e3e4895c717f699a00bcdb19263446a 1b66974e0d0c0360cbcb6c8ef835dbd44f8b808f 1d362ca03ac92ab0e8db503ec9e29588f7188263 3e0baac49d8659405a7347b6f52e1cd95f36a424 422e14a2f978c3f2fcb313f757e8cb36ecee1aaf 461567ee6cf64696ce972b1bca0798450313cb89 5240ca5ab8cc9555da801addb41e2fdc10a0acd8 64b4641eaf3bf34016d6b1f96d787741cbc20568 70d56e851c2fddd80d5b25bb6552c1f83f0028a0 e473bc5b009d81883130c22f1ea38366c5f7e094 f28988abdf154a152788ec2ac7c181d4acbe8a3f Package: ros-jazzy-fuse Version: 1.1.1-1noble.20250321.145504 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse/ros-jazzy-fuse_1.1.1-1noble.20250321.145504_amd64.deb Size: 5796 SHA256: 1bdd4c66433da6d9bdc607580954d75ebaee0b6818bec55b265531bf3f550efb SHA1: e0315910e3b12c4c8ece293bfae2631f3829220b MD5sum: 80403a5971e98462d453e82739317cc5 Description: The fuse metapackage. Package: ros-jazzy-fuse-constraints Version: 1.1.1-1noble.20250321.140648 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints_1.1.1-1noble.20250321.140648_amd64.deb Size: 469410 SHA256: 0e7a2f93d56872429388af5c9cc95f9e94e1b4aef0cd150131cfce0b45a46e2e SHA1: 7597f15808be9119838a2ac4352dfc479d33c426 MD5sum: 892209265154f8397689fcff2515e5f9 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.1-1noble.20250321.140648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 22411 Depends: ros-jazzy-fuse-constraints (= 1.1.1-1noble.20250321.140648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints-dbgsym_1.1.1-1noble.20250321.140648_amd64.deb Size: 20303140 SHA256: a6a4862b036389f96722cb0ed37a52afaf9b6daa32c3a45c8afd69a7bf330df8 SHA1: 4061264e3a3e628b3c65b591af667501eaa484b2 MD5sum: 2abab5a594b70b4242af8c8bbf72618e Description: debug symbols for ros-jazzy-fuse-constraints Build-Ids: 63b6bbe76295d6840a677ccdfe49562560395540 Package: ros-jazzy-fuse-core Version: 1.1.1-1noble.20250321.133109 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core_1.1.1-1noble.20250321.133109_amd64.deb Size: 459160 SHA256: efc16d1dd9d7fdeb9892437f260c3d1c85aa3b2441a8bf1f243df5236d836c10 SHA1: 1ab599e9ec1e9da0122a98c64cdfba1cf9c9f7fc MD5sum: d082b785bf56f8860d5e0723229b2462 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.1-1noble.20250321.133109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 11268 Depends: ros-jazzy-fuse-core (= 1.1.1-1noble.20250321.133109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core-dbgsym_1.1.1-1noble.20250321.133109_amd64.deb Size: 10180096 SHA256: 74d89cd523ab965bfdd7acde14d97b619ff0c53c317fd3e5d889a27366f85b28 SHA1: 1726b6d81158210c54be33b18000c2a6168a9779 MD5sum: c39b5b5105f2c6c8d15886d486fe59fe Description: debug symbols for ros-jazzy-fuse-core Build-Ids: 3386905053291aed7aefc2adce4b652cf8afffc3 adb72df05fafc3aadca159bc29752f3ab20e585c e0960b729351fc93f91f8dcab97d734ab954fde3 Package: ros-jazzy-fuse-doc Version: 1.1.1-1noble.20250320.191849 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 40 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-doc/ros-jazzy-fuse-doc_1.1.1-1noble.20250320.191849_amd64.deb Size: 5612 SHA256: a841ee3a4450c15fb68f5cac3f6c68a6c96d99546a14ddceb3e3d563a611ad91 SHA1: 723246885fc8b044282c37c1478e7b29083bdfcc MD5sum: 1e48668eea00c1bc8dfb64c2e39698bc Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-jazzy-fuse-graphs Version: 1.1.1-1noble.20250321.140240 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs_1.1.1-1noble.20250321.140240_amd64.deb Size: 104198 SHA256: c7b36af133d27b239b736293b5e7c6a19a353a106b09dd8d7f78d0dc563a0542 SHA1: 349379a88968baa931db2a9744ed1df1fb52df7b MD5sum: db8fa3765fc408dcb83f8207694749dd 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.1-1noble.20250321.140240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1860 Depends: ros-jazzy-fuse-graphs (= 1.1.1-1noble.20250321.140240) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs-dbgsym_1.1.1-1noble.20250321.140240_amd64.deb Size: 1497398 SHA256: 89aef3c34e11b60546f568957e567e161a4bce91b687b5445b9286d57b98647a SHA1: c921a6f2f2d6d520ba9dc69dfb7e7c0f8b2c45c4 MD5sum: f403e755c06696a6de63b1c1f8905bb5 Description: debug symbols for ros-jazzy-fuse-graphs Build-Ids: 4415d5d2588b756eeb3be477b3a00d697224d29b Package: ros-jazzy-fuse-loss Version: 1.1.1-1noble.20250321.134247 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss_1.1.1-1noble.20250321.134247_amd64.deb Size: 220596 SHA256: 686d5eb63e7eecf1240c4176b5ea24fe31fb7df86c377b8764fdd07d50844717 SHA1: 655fa9124dacfefdb601578e93f763d41835b744 MD5sum: 4ea06bfee2679e8b9e3ae270a829271f 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.1-1noble.20250321.134247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 4804 Depends: ros-jazzy-fuse-loss (= 1.1.1-1noble.20250321.134247) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss-dbgsym_1.1.1-1noble.20250321.134247_amd64.deb Size: 4123212 SHA256: 1a483784c0b7044d909d6c80c94f00ef8f773b90956d8023e9fa023cb0bd1b32 SHA1: fbd048aebbd4c2de249e390f74d99b497b4d39cb MD5sum: 2181b75afae050ad944c510087dcbfe1 Description: debug symbols for ros-jazzy-fuse-loss Build-Ids: 3b9e2946c55653e190afb80d935d0093fb9d27ea Package: ros-jazzy-fuse-models Version: 1.1.1-1noble.20250321.142435 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 4451 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models_1.1.1-1noble.20250321.142435_amd64.deb Size: 794358 SHA256: 18e3c9fda811d4bd7cc79622aaabfd89a332a04a008a9cc5a161c1e970dafa5a SHA1: fc8feef4e3742bae57be42d6a5b35c8bc8aa04f8 MD5sum: 24204d9d7787e17c305135348b11bb04 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.1-1noble.20250321.142435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 44789 Depends: ros-jazzy-fuse-models (= 1.1.1-1noble.20250321.142435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models-dbgsym_1.1.1-1noble.20250321.142435_amd64.deb Size: 41341342 SHA256: 9c2ce14d484314869c29ebbe8c488f13367bdc194d3ec280477994f05eca35a9 SHA1: 6836ea48f83cee55ec0471425b1e4cab60ef1402 MD5sum: 70c086f4942d7b47e6dbe02cc6f69530 Description: debug symbols for ros-jazzy-fuse-models Build-Ids: c0d4296663b10974f8ef13a720b0c7219a6c9bdb Package: ros-jazzy-fuse-msgs Version: 1.1.1-1noble.20250320.223302 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1781 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-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-fuse-msgs/ros-jazzy-fuse-msgs_1.1.1-1noble.20250320.223302_amd64.deb Size: 143390 SHA256: d28969aa83dcba75a18809b2f245bdd801a2282d54f523bb756296ab44e2ac85 SHA1: c5831c3047fbca8e233309c7679536ea9b5744cf MD5sum: da304c4b73f1e2dd32e5647590b61793 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.1-1noble.20250320.223302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1430 Depends: ros-jazzy-fuse-msgs (= 1.1.1-1noble.20250320.223302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-msgs/ros-jazzy-fuse-msgs-dbgsym_1.1.1-1noble.20250320.223302_amd64.deb Size: 1147498 SHA256: 0be4f7b817d78edc884a3a678294535cfb4cefd46992e4157d8cecc51820a248 SHA1: 954442195eb410265cf0bad043a51d6e5892c1ca MD5sum: 84b93a8d8a5c8f5fae1f7fc6eb9d9cc6 Description: debug symbols for ros-jazzy-fuse-msgs Build-Ids: 0d93b9c85462d31b84c5fc5c7d7cea57e1adc4ed 14859392983d7c410205ddf8bf15b9c6697ccee9 1dd50a35a97ba48aa9000f8dfe9b8a2984363589 2b3d9e9e9323a9c15b3283cd8424f9674dbc1eab 30c89e2e12b4ea8c1d119d54d0e10372988c7a14 5788a66cdd58e16adb29d4f29fb085dec02cffb0 697e5603d152099d967e3f086311b424364d48c0 a20f5a8e67db4e84c7b5bf5d45ddf3a1a731c690 b6b082f4cb3c4060959c8598ea6536743d9769fe caac2d76e70b839d1cfa9f63f51fd0101d2f6bcf fad32898d74fc2afa2f0d2df32519c5113c538c4 Package: ros-jazzy-fuse-optimizers Version: 1.1.1-1noble.20250321.142353 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers_1.1.1-1noble.20250321.142353_amd64.deb Size: 404826 SHA256: 6e5e096f0026561d11c269d3ca64f9c8d4f38acb8e4f5a900a63bc0491b77187 SHA1: 83d2d00a3bca70dca1d293b110f9e8f21a83e830 MD5sum: 300da5e0ec6259a108ce729cfa38d54d 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.1-1noble.20250321.142353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 9900 Depends: ros-jazzy-fuse-optimizers (= 1.1.1-1noble.20250321.142353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers-dbgsym_1.1.1-1noble.20250321.142353_amd64.deb Size: 8356700 SHA256: ca48a3c4f5e303e1ea95feec2540fe4b0279e2857a001f9a3fcf69d06ca4740a SHA1: 91f2fd2d784212900b1776570522ae02386e69ed MD5sum: 08f8aad276de4ec43babdcc634fc6c1c Description: debug symbols for ros-jazzy-fuse-optimizers Build-Ids: 7d7b0f351c0fa5c95ab6245e101737d71ef26eb1 912d3deb7781de51a298b2bf22a05563256e7750 bea9ec2d9d42e60e22a1e894265218b34b3f97bc Package: ros-jazzy-fuse-publishers Version: 1.1.1-1noble.20250321.141807 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers_1.1.1-1noble.20250321.141807_amd64.deb Size: 248750 SHA256: e7bd15231dabfaa1eb356536d87ccb371762e17d17b98eed5710b8618d3ae61f SHA1: fed4269f77a15d446f6b02611294a8868d3b796b MD5sum: 960503b13754ab9bb2c17dbfc0c5869d 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.1-1noble.20250321.141807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 6234 Depends: ros-jazzy-fuse-publishers (= 1.1.1-1noble.20250321.141807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers-dbgsym_1.1.1-1noble.20250321.141807_amd64.deb Size: 5493630 SHA256: 8763b092cb961c1b30bfdaf3424cb75c05b82b42f9b1b8a0f6c4abd7b85df2bc SHA1: b24fb9afd45221b91f6e63955002d0ba0935e161 MD5sum: 6a89f498d96044df5ff07b71488a3935 Description: debug symbols for ros-jazzy-fuse-publishers Build-Ids: 778787c6c53fe4ebaef085dd2b6ee6f33e08f9f2 Package: ros-jazzy-fuse-tutorials Version: 1.1.1-1noble.20250321.152937 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 7280 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials_1.1.1-1noble.20250321.152937_amd64.deb Size: 1519058 SHA256: b7c0011464232e0bcaa383b18331d944fea4d33fac3c309f23f93525d390f692 SHA1: 00b994ffc0eef64b9f6efba8b78bb77d705a9bba MD5sum: 2ae13aaeb311d904e2dfd7363b77caa5 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.1-1noble.20250321.152937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 8298 Depends: ros-jazzy-fuse-tutorials (= 1.1.1-1noble.20250321.152937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials-dbgsym_1.1.1-1noble.20250321.152937_amd64.deb Size: 7259360 SHA256: 494a820eb0d845f763726cd3e855bb3761bb1fb1d42b59fbc9b0188400bd44fc SHA1: 823d58dde8b16889ea4cc5caf306015926c10702 MD5sum: 0617c5147ebe6d18692c3b812255d2fc Description: debug symbols for ros-jazzy-fuse-tutorials Build-Ids: 0c2dca215c0cde2c37130a423dc703b3122856e3 91c15549857ba48d730e2c1c794f719066624c81 Package: ros-jazzy-fuse-variables Version: 1.1.1-1noble.20250321.134257 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables_1.1.1-1noble.20250321.134257_amd64.deb Size: 241468 SHA256: 5cb3b6ce575224174cb4c187f0f53bb4ab0531924fea46e99c77702d5dab224c SHA1: cae72e82fd845493e7e8de849b68c4f3d8e84c80 MD5sum: f714897e3a12f815907a74ed4730c776 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.1-1noble.20250321.134257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 7753 Depends: ros-jazzy-fuse-variables (= 1.1.1-1noble.20250321.134257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables-dbgsym_1.1.1-1noble.20250321.134257_amd64.deb Size: 6388354 SHA256: 70521fd3b45297738cddf5d2406481edab590bb011d8505f785a9d1d48ce16d8 SHA1: 4288f6d9d3c45e59752dba09bde8d21a31b2f36a MD5sum: c870dd67cc6d74bcf302e97278dda28b Description: debug symbols for ros-jazzy-fuse-variables Build-Ids: c5a6d55258b1a392ec04605690812ce0a1a20642 Package: ros-jazzy-fuse-viz Version: 1.1.1-1noble.20250321.144233 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz_1.1.1-1noble.20250321.144233_amd64.deb Size: 332390 SHA256: 1394613be235bb7f2149827fb273977a94ebd4f6b066eda6be311bc964c598f9 SHA1: c2e634071756bfe340a0ee1dd91fed5176cdaaa4 MD5sum: d301519b8ab5bd7fd72f6ce32597f6ee 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.1-1noble.20250321.144233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 10997 Depends: ros-jazzy-fuse-viz (= 1.1.1-1noble.20250321.144233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz-dbgsym_1.1.1-1noble.20250321.144233_amd64.deb Size: 10182464 SHA256: cdc048012926918a2eecea867f484c1441aa959ccc20457b788b6bf3229bcad4 SHA1: ae84e999db596468abb99037ac5db5e824d36d85 MD5sum: 92752935c15eb293fd84e9d30e484775 Description: debug symbols for ros-jazzy-fuse-viz Build-Ids: d2118ebf8c8b9a263f2f858d6330c48c730a65ae Package: ros-jazzy-game-controller-spl Version: 4.1.0-1noble.20250321.131655 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.20250321.131655_amd64.deb Size: 8014 SHA256: 6d950ace50afc1fe92f9408ec33c1b065f9df0c5fba907f85a51f380b9786f39 SHA1: f4f75a618ca5ac2b63d853f7f1d179e09ba2477a MD5sum: 21b81733b7b54571a413aaf8c3cfe30f Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-game-controller-spl-interfaces Version: 4.1.0-1noble.20250320.195925 Architecture: amd64 Maintainer: ijnek Installed-Size: 2030 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.20250320.195925_amd64.deb Size: 116140 SHA256: cbd2393e3ed89a9ea1e7ce5598884d59b8eaf20ff87324922f6b8939f576a07e SHA1: 3714ef9cbc519ff3f31b66f6c290e8597abd7017 MD5sum: 1f3a53d8ecd717b4be714e68f21e15a3 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.20250320.195925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1274 Depends: ros-jazzy-game-controller-spl-interfaces (= 4.1.0-1noble.20250320.195925) 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.20250320.195925_amd64.deb Size: 1009312 SHA256: 0ef23673aedeaea366539cb86602aacb7e8b1abd5c28fa06153e3cea5c78b121 SHA1: a74fafa95f0085bbd110eabe51b1562a7030e926 MD5sum: 10873989671480af288365744837978e Description: debug symbols for ros-jazzy-game-controller-spl-interfaces Build-Ids: 0734365b3e59f524a9ab10d8437a60a9afe8f6f9 2b1f32dc194d8e71c3698a17dc27d0abda19b48c 3bbee41c7faedcc0a86ec00220f1c78ec8727c17 732c5eb7849ca58e42e806b0b53c9dc6309c85e5 74d3a1720a73a1bf244ff212affe412b179ee564 76fb0dfcde9f9cac8bb5bda2e941a61321107a89 79929f13a6d305876f59c1742df39836a23477eb 7eab95307cf51174e2365284fe993ff83bfef5ed 82e576c228bd0c66741b81a5115fa40cdb46b510 c29f5e6498cc962c78af4f0a1fc00d82ca597bc7 e643ebf4ed534d8036d0b43883e4ab1e5fc99b8f Package: ros-jazzy-gazebo-msgs Version: 3.8.0-1noble.20250320.222648 Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 15245 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.20250320.222648_amd64.deb Size: 892714 SHA256: a5d8e40534847710bf7852019a97aba170056fdaf1c1193abfdd886e3a70fb71 SHA1: 683c7e83ac041be05f28ae98164306f27def532d MD5sum: bc2e18e488c1517ecc1236614095e820 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.20250320.222648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 11614 Depends: ros-jazzy-gazebo-msgs (= 3.8.0-1noble.20250320.222648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gazebo-msgs/ros-jazzy-gazebo-msgs-dbgsym_3.8.0-1noble.20250320.222648_amd64.deb Size: 9369850 SHA256: bc2d727480e587d281fa9792b35b48a102e5730922e9d92463588432e1e65551 SHA1: dbe93f440dd80ad8e51c718308b621f5e93d1088 MD5sum: 986ae9a35ab343cfc999000b357fa613 Description: debug symbols for ros-jazzy-gazebo-msgs Build-Ids: 0fe191ba5c1937a3ff7a0fbd65017219bb605506 11a50e422896e5aa21abf67942e566351fda1e44 12542b9a5da69529b354eae539236e999d26e95c 36a082e0beee01c0f78c8cbd8f3b7cf487754890 56d6e9ac661f7e0aa78c2a42fda0e8f26b086c9c 59f63ab668885baa8e33366ce3ac98a6697dc544 5d866bf92b3ba9a77adb541cabd8dd335bdbbbea 7886537b86e436c7d8cf821f3be9ffbc83e97ccf 9d7e92045f06a7f3d3a745b6f3ef3c557b59a29f bf0f9f9b25a907a3e2ca209eda601a95ae332ef0 ec3be8243dd459125cc3f517347c019b937c170c Package: ros-jazzy-gc-spl Version: 4.1.0-1noble.20250321.131701 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.20250321.131701_amd64.deb Size: 7818 SHA256: c98cf4263a97768368589da6449f0db5c652d931d5296e5af59c3ba53dc38dab SHA1: 08790b128cbd5e7354c9e238ceedb6c8e9661c30 MD5sum: 9985cae595738b2bac536f65c3357367 Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-gc-spl-2022 Version: 4.1.0-1noble.20250321.131656 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.20250321.131656_amd64.deb Size: 6864 SHA256: 4a5be10a232b0a72c90d9cd7afbfd43264ba12e064636e1238e03a83bed077af SHA1: 240968814b38df6b8f8292bb894b643303cc5c55 MD5sum: 1429c538355757e650e391298592426d Description: GameController-Robot communication in RoboCup SPL at RoboCup2022 Package: ros-jazzy-gc-spl-interfaces Version: 4.1.0-1noble.20250320.195928 Architecture: amd64 Maintainer: ijnek Installed-Size: 1419 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.20250320.195928_amd64.deb Size: 98500 SHA256: 9f5263ff1eb8a06beb3e79f90b2af171003d80ab954fbd5c491cf049224d0891 SHA1: 659af6453681209ec5839d2c91e541f4f251bb9f MD5sum: 562a29d0ca051988aebdbfa48bd26502 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.20250320.195928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 941 Depends: ros-jazzy-gc-spl-interfaces (= 4.1.0-1noble.20250320.195928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-interfaces/ros-jazzy-gc-spl-interfaces-dbgsym_4.1.0-1noble.20250320.195928_amd64.deb Size: 747438 SHA256: 7bc7c513818873226f0ffa89b59115f37d9c7f28f66a55ed8e694aeb0fecf61a SHA1: 0ad15cb76cc9b30d51671da2c012f3af46c65e59 MD5sum: 8d1256ce5c0cf5ed1e824fd419c64dfd Description: debug symbols for ros-jazzy-gc-spl-interfaces Build-Ids: 00e700cdb4a6aeb494e301008dc47511f5207bf3 1f410c3b32f6d3dff597e7667d4fe5de37c7bc51 37b0c00b5d1cf88a43acf26c21f869a8610699fa 38e85fe6fd0565b0d6f8a27bbd9045819c6af89d 688db0b03b3eb01a835b9077beb6ebab22672c7c 6e830fc2586cb1677e034163d323aee768adb65d 88b01f3bdfbaf9a66e07d0ec48d01ad94816dbc7 9701aad6fcc23597c281af5e297c79ca8ef4f633 a04c95ebf116baf5cad37df7b66107c17b4d31a8 f0c921b777111c030df6132eecbd0b4109676710 fe3b3ea94397f731b4f436122b04e8521ee587f2 Package: ros-jazzy-generate-parameter-library Version: 0.4.0-1noble.20250321.135400 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 53 Depends: 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library/ros-jazzy-generate-parameter-library_0.4.0-1noble.20250321.135400_amd64.deb Size: 8668 SHA256: f0d9a77e6d5b25c374d7d56aa12ec823facfd92e55f8eb08a078bb097b315a44 SHA1: 6566ca7e4dfc9b4bd7a7130a2256467fc9f2abf5 MD5sum: c42f6a085705c7d2443ba87aeb6e6305 Description: CMake to generate ROS parameter library. Package: ros-jazzy-generate-parameter-library-example Version: 0.4.0-1noble.20250321.135839 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 595 Depends: 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-ament-cmake-core, ros-jazzy-generate-parameter-library, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-example/ros-jazzy-generate-parameter-library-example_0.4.0-1noble.20250321.135839_amd64.deb Size: 135794 SHA256: f434ef0753d7b52c318b13f089a70e52b5ccf75307c1035b83a266bf78d1b5fa SHA1: 463d65e533329c77f224b7629ff9795904692cd6 MD5sum: 4d78e10673277b96d4f350a987db2cd0 Description: Example usage of generate_parameter_library. Package: ros-jazzy-generate-parameter-library-example-dbgsym Package-Type: ddeb Source: ros-jazzy-generate-parameter-library-example Version: 0.4.0-1noble.20250321.135839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 1758 Depends: ros-jazzy-generate-parameter-library-example (= 0.4.0-1noble.20250321.135839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-example/ros-jazzy-generate-parameter-library-example-dbgsym_0.4.0-1noble.20250321.135839_amd64.deb Size: 1670432 SHA256: 11ab1af3d9f9d7dce6e835803f427b799ae473f31bf66359ed78f9950653daa1 SHA1: 0bdd5be91d8dde437be6c12a89ab4994c71dacbd MD5sum: 37364f9dd0e5a42f1f07362e4da8bce1 Description: debug symbols for ros-jazzy-generate-parameter-library-example Build-Ids: 553563c42b4b21352765a0c92950dfa7e6d1571a edbadf5b023398af43b14cd05a54f7f44b2dd44e Package: ros-jazzy-generate-parameter-library-example-external Version: 0.4.0-1noble.20250321.140200 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 494 Depends: 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-ament-cmake-core, ros-jazzy-generate-parameter-library-example, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-example-external/ros-jazzy-generate-parameter-library-example-external_0.4.0-1noble.20250321.140200_amd64.deb Size: 129258 SHA256: f89caa87ac0e5d64d6613e1dd24b440c8ecbec83d521185edaa016c4a460be02 SHA1: 224d28ba056af408c30c9ec7619a102b2b292695 MD5sum: bfa325a71fddf02733789c3ad377cbb4 Description: Example usage of a parameter header generated in another package. Package: ros-jazzy-generate-parameter-library-example-external-dbgsym Package-Type: ddeb Source: ros-jazzy-generate-parameter-library-example-external Version: 0.4.0-1noble.20250321.140200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 1758 Depends: ros-jazzy-generate-parameter-library-example-external (= 0.4.0-1noble.20250321.140200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-example-external/ros-jazzy-generate-parameter-library-example-external-dbgsym_0.4.0-1noble.20250321.140200_amd64.deb Size: 1670294 SHA256: 8189ec5effacb8ce8c3bf8bf4d54410c45a45d49efe705ce55edffa4c2e371ca SHA1: 9030712e83b9787081e21d828ce97ee1e9c8106d MD5sum: 7ebf1a6127ad67fb73497847cdb9a919 Description: debug symbols for ros-jazzy-generate-parameter-library-example-external Build-Ids: 05b7d2ccbe99ca7e058e9a4f77ca4853660d438f 65b06b809ebe2ad12101e28f41c57d6f34d69025 Package: ros-jazzy-generate-parameter-library-py Version: 0.4.0-1noble.20250320.182957 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 280 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-py/ros-jazzy-generate-parameter-library-py_0.4.0-1noble.20250320.182957_amd64.deb Size: 52896 SHA256: 3b5e3030e3f15fe0ae4075c18891ded4aaaaa388a024e5351ba0e242fe664282 SHA1: 650b441b788b754c83a669f90fc9e59b7d5c9759 MD5sum: baebbcf00314e000ab193f1f199f1b35 Description: Python to generate ROS parameter library. Package: ros-jazzy-generate-parameter-module-example Version: 0.4.0-1noble.20250321.135638 Architecture: amd64 Maintainer: paul Installed-Size: 43 Depends: ros-jazzy-generate-parameter-library, ros-jazzy-generate-parameter-library-py, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-module-example/ros-jazzy-generate-parameter-module-example_0.4.0-1noble.20250321.135638_amd64.deb Size: 6958 SHA256: 675ee866c482ee0815c555bc6a0148573d85b4f8dff5945bc9938f59bd4f2e7b SHA1: e80d592824e2840f55559a6c6f49c6d5d81d3c09 MD5sum: 8f6f581a96fdfe6f497b913b8a781767 Description: Example usage of generate_parameter_library for a python module Package: ros-jazzy-geodesy Version: 1.0.6-2noble.20250320.223849 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.20250320.223849_amd64.deb Size: 20866 SHA256: d06941b9aed30297c977bd87da773a212de0057c3f1b2add6e54c7343a2e7be9 SHA1: ef67fcdc16a5e0ceae4317af7e457e59987ebb82 MD5sum: ae0d5b240b9ff0e6219c29d09367a779 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-jazzy-geographic-info Version: 1.0.6-2noble.20250320.224239 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.20250320.224239_amd64.deb Size: 5336 SHA256: c39984c8068aebc2d71a6efeaf514f63d3fea441bec29ceec561db8674d1a22c SHA1: 4d950f7167657fdbd0e8546f2707fe6b9d44183a MD5sum: 9f4720f6e87edee4999a4dca720453d5 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.20250320.223311 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4411 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.20250320.223311_amd64.deb Size: 311030 SHA256: 034eed466d1a20de3b636b686f9a0e9a6232fa874747d904d10530aa5ee968dd SHA1: 2c4970b4fa8b2404b4fd31aa250167bb732089ef MD5sum: 3052028b83fcfe93b8f55f70b8f31a06 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.20250320.223311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3861 Depends: ros-jazzy-geographic-msgs (= 1.0.6-2noble.20250320.223311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-msgs/ros-jazzy-geographic-msgs-dbgsym_1.0.6-2noble.20250320.223311_amd64.deb Size: 3234872 SHA256: 95a41e3440cc0ef0aeb6979e4787806c730d8e374401ad57896f9ec0645e4016 SHA1: 354c0edf26facec41915660f3697fd00b7ed46b2 MD5sum: 3a0c1b5c168ebd76965022c965c12289 Description: debug symbols for ros-jazzy-geographic-msgs Build-Ids: 18fb7517e00ec90a7c46b68ecd742a51694d2437 1dcecd646c25043d5d7f5c4e8218f19f8db9e0b3 34d61556789b263ae5c6250d7748466d1bd5e7ed 373ee20f17a3ee5cfc87209e3bb91b5f0f50da86 40ffc89d813a7215a87ea19b8c1852e312805c5b 509f35368d4ed7cd6506a2d69354510a32bf514c 75a91a8bb99f54c6a9d309961f0af6fb94c02098 83c8608f3df859fb37e411a1a73ac6634ef64e6f 884a75d6f8ba5900b3fe3cb9977eb34ad2af8121 8c76a8c597420829c324949964171cd1b8d501b8 9f0972443efe3653c9fcae888bc748e7ed3eb9cc Package: ros-jazzy-geometric-shapes Version: 2.3.2-1noble.20250321.132343 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 341 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), libqhull-r8.0 (>= 2020.1), libstdc++6 (>= 13.1), libassimp-dev, libboost-dev, libboost-filesystem1.83.0, libeigen3-dev, liboctomap-dev, libqhull-dev, ros-jazzy-console-bridge-vendor, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-random-numbers, ros-jazzy-rclcpp, ros-jazzy-resource-retriever, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/geometric_shapes Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes_2.3.2-1noble.20250321.132343_amd64.deb Size: 97220 SHA256: 81aefeef3dc7e8ee7ba7253b0e2ca70941f0750b5bafc479ce768b0e8f846c3a SHA1: 439ee0f8c95a86fa2e415ef602546f5d5735908d MD5sum: cf61926b9d7f4493d3b7acb982aaa749 Description: This package contains generic definitions of geometric shapes and bodies. Package: ros-jazzy-geometric-shapes-dbgsym Package-Type: ddeb Source: ros-jazzy-geometric-shapes Version: 2.3.2-1noble.20250321.132343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 6102 Depends: ros-jazzy-geometric-shapes (= 2.3.2-1noble.20250321.132343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes-dbgsym_2.3.2-1noble.20250321.132343_amd64.deb Size: 6127072 SHA256: 3595b5c6dd525c9b79b8ede13adbcb115c138e066ce77ca443cb0a03c88ab151 SHA1: d354f891bb4abb530f21e8ee9b2dbcf40cc6ac88 MD5sum: 337a332879fae7e5e8f4de28ea86f2bc Description: debug symbols for ros-jazzy-geometric-shapes Build-Ids: b6cd42ae1c1a7ee0e58bcb9727992f4847561472 Package: ros-jazzy-geometry-msgs Version: 5.3.6-1noble.20250320.221547 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4211 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.6-1noble.20250320.221547_amd64.deb Size: 255076 SHA256: 04fec3ce76ca02f8de915da211df6e1147a50870966ac5363c709b782d35861d SHA1: f5bb84b47bf929b02ba77e3ecc55171fe48252ca MD5sum: 2790b0c14eef82fb6177996b5e3faf73 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.6-1noble.20250320.221547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3416 Depends: ros-jazzy-geometry-msgs (= 5.3.6-1noble.20250320.221547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-msgs/ros-jazzy-geometry-msgs-dbgsym_5.3.6-1noble.20250320.221547_amd64.deb Size: 2789718 SHA256: 554193486f44fcddac43db8fa732073e79b630a6784445be192a109c157c1419 SHA1: 2d243f0ece03450ab7bc3aee998b1f080d99c11d MD5sum: 79ca2742121d76b5ef758b255bc57dea Description: debug symbols for ros-jazzy-geometry-msgs Build-Ids: 040feed2754881f296c1bf7d65e30ad3b1b45803 1756b1eba127389d4f89210001c1f6a2cb9d1268 22fb38c9454faa8f1d7d63432885e70f566ed070 26c55409fec0328f276ec0c756b5f264bf49a4ad 469fb0ba70a446eb94e80d1f72d8cafe41b7ea59 779f3f5080cb4a2a1866a51c76dcb3beed7e37f0 7b0fc6e3b27d7741181b9ee094d8c202a6285bd9 c95af0dd498842d8d24c2b9ed17d0191fddac1d0 dc7385814be3911df99d6402fec058f008c0d742 e1da909a85706a56a921b6d4f301b77d064a3c55 f0add8fa7f3303bacafdc1f8da2cdbe525ad139d Package: ros-jazzy-geometry-tutorials Version: 0.5.0-1noble.20250320.185053 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.20250320.185053_amd64.deb Size: 5360 SHA256: 2646c12c9ca84a676fb51718ed69f5bb6ca0e88081b8b87c2b9827b4df96de46 SHA1: 9fc5b83e198112405598c5d301ada61353d1b981 MD5sum: 28869b94c6bd58cdab05dff7d2844fff Description: Metapackage of geometry tutorials ROS. Package: ros-jazzy-geometry2 Version: 0.36.8-1noble.20250321.150040 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.8-1noble.20250321.150040_amd64.deb Size: 6222 SHA256: 0fba93090ef3c0c2605d91a7016953bff6e7f7beeff39c9ff9021b7457c78ee5 SHA1: 78d49a892a3ad2c7ec427ad5e959284977a4acee MD5sum: 76d3bc28d0296afa504a6d68ad9d6910 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.20250320.183224 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.20250320.183224_amd64.deb Size: 101710 SHA256: 4b0fdfbd6cfccaffbb678a046ff29b6b887303907348690419c3924c22aa7585 SHA1: a30f29f65f0b38cff97bd38521fd15bcc2e7bed4 MD5sum: f62852c0b36536044e7b9a6f8c088725 Description: The package provides GoogleMock. Package: ros-jazzy-google-benchmark-vendor Version: 0.5.0-2noble.20250320.183017 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.0-2noble.20250320.183017_amd64.deb Size: 206968 SHA256: aeecbae7c979ad65b211c2a9b4234742cdd1d02b0da5c69a169ae5e00dec90d9 SHA1: d8df1725839fc482a885b33b80bf4c0a521b2801 MD5sum: 8c880be8d192319acf4828ad014aae55 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.0-2noble.20250320.183017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2164 Depends: ros-jazzy-google-benchmark-vendor (= 0.5.0-2noble.20250320.183017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-google-benchmark-vendor/ros-jazzy-google-benchmark-vendor-dbgsym_0.5.0-2noble.20250320.183017_amd64.deb Size: 2076470 SHA256: 0b158ccecf2ea57be110094ab590d9f17731116843e3b1f07af6ffefe55d9ac0 SHA1: 58196d717321061af84e85bc84cecc0fe7b25fbc MD5sum: 085ef17cbb5614f2ea0a853be2f2b15d Description: debug symbols for ros-jazzy-google-benchmark-vendor Build-Ids: 4256fd5f60f2cf92e512517a40e5997b90a28338 a2cf4b20631da785a334915e8956a4c40b52813d Package: ros-jazzy-gpio-controllers Version: 4.22.0-1noble.20250321.144359 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 628 Depends: 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.22.0-1noble.20250321.144359_amd64.deb Size: 149230 SHA256: ea1947c4809e685d2fba1030a0b1e89a91b7cc19b74b04998a813c0a4dd6386c SHA1: f5be24ca34d5c5ba81950a9ee473f5860af4430d MD5sum: d190ceda0ac3d2ab6f9aa5485fa70f0a Description: Controllers to interact with gpios. Package: ros-jazzy-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gpio-controllers Version: 4.22.0-1noble.20250321.144359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2822 Depends: ros-jazzy-gpio-controllers (= 4.22.0-1noble.20250321.144359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpio-controllers/ros-jazzy-gpio-controllers-dbgsym_4.22.0-1noble.20250321.144359_amd64.deb Size: 2463668 SHA256: 7279a618aeaa3115b12e37777b8095d75cd20b879adb666d77ce60d095058f17 SHA1: 85ef025ef871efde70533d5f645d0d41cf0dcf68 MD5sum: b33d5f4f82812a654f239bccebe883c0 Description: debug symbols for ros-jazzy-gpio-controllers Build-Ids: 324ade34927f7608f5955ad331f4f547eb77f9d2 Package: ros-jazzy-gps-msgs Version: 2.0.4-1noble.20250320.221559 Architecture: amd64 Maintainer: Southwest Research Institute 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-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs_2.0.4-1noble.20250320.221559_amd64.deb Size: 80598 SHA256: fffbc09e32401614d98f38d42119e40c0fcb9c1a7b3b8b34f7b6fdfc043117cf SHA1: 7d497c7a9f1c8318e1a1c219e3515c12b0f3e126 MD5sum: c70506d0dae8625b2a1c051d1bce9305 Description: GPS messages for use in GPS drivers Package: ros-jazzy-gps-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-msgs Version: 2.0.4-1noble.20250320.221559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 525 Depends: ros-jazzy-gps-msgs (= 2.0.4-1noble.20250320.221559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs-dbgsym_2.0.4-1noble.20250320.221559_amd64.deb Size: 410692 SHA256: 71aab597df911901150621855c3aa95d87c7ccd40300ccab406851e01ba7bf90 SHA1: 05e9014509161a3355ad4fe5bdf64b087581954f MD5sum: bc1848f8199ae73d846f9300d36a6830 Description: debug symbols for ros-jazzy-gps-msgs Build-Ids: 1eb19fc4e7b48da705df0be2703381240fd3169c 296a90088d535390c7d37489d9db5ceda28845c4 3391ad1e195fe0ba60737413509da301ec1d248b 340241148ff2335b99aa971e98291e7926403991 5ccc0ba9bec492585e56493f993584a84b905e16 7a1c034c4410df6a1122b1d97c0006a3d392e69b 966f89047c0d305bc9b7e90af80ff7855ef64c93 9cff72a9cf2f1223a1ee2b77a377233dd6cc14b4 c8a316c4d80797b4d7e83661117b12109322e675 d071403a362f13e67ef6039307120fd1748c4edb fc477713826ea7d8cefbbcb0f6bcd12f87840d4d Package: ros-jazzy-gps-tools Version: 2.0.4-1noble.20250321.132632 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1038 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools_2.0.4-1noble.20250321.132632_amd64.deb Size: 174258 SHA256: f5fddd8c7406d7ac04b8aff5b57fc2efee0d8295f770e8d69543bd41aae81152 SHA1: 6ab5dbc34db5f6e41a7ee0c8b3b4b0487752c50f MD5sum: 453a99ded791a9f13cd7900b7ff0b123 Description: GPS routines for use in GPS drivers Package: ros-jazzy-gps-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-tools Version: 2.0.4-1noble.20250321.132632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4670 Depends: ros-jazzy-gps-tools (= 2.0.4-1noble.20250321.132632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools-dbgsym_2.0.4-1noble.20250321.132632_amd64.deb Size: 3990692 SHA256: b3fff99ad1719449c66e8b0f47e454b4362183e3294c41a6f33db82160bef011 SHA1: c95a0bd8b4c097e0464cd63db9818d604c8e61cd MD5sum: 3915d93d50458c18bd2157751da8aca1 Description: debug symbols for ros-jazzy-gps-tools Build-Ids: 45b9b7848915dddeea46c29700eb056d4068fb3c de7307fb72c53f04baa52384b4f5f35df074b50c Package: ros-jazzy-gps-umd Version: 2.0.4-1noble.20250321.135903 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_2.0.4-1noble.20250321.135903_amd64.deb Size: 5412 SHA256: d094e9b8790e64080450fdbe6596d748f8326b8f7f8ecec3ea1cdc13febb6923 SHA1: 618fbfa02709efc663ecad28a99aa48ac1bca459 MD5sum: 3b238dd606fd2dd47608bd95570d24fb Description: gps_umd metapackage Package: ros-jazzy-gpsd-client Version: 2.0.4-1noble.20250321.133148 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 268 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps30t64 (>= 3.3), libstdc++6 (>= 13.1), libgps-dev, pkg-config, ros-jazzy-gps-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gpsd_client Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client_2.0.4-1noble.20250321.133148_amd64.deb Size: 72876 SHA256: 1a5c02b47c73585d5eadc254099f249280567ce9ed6ebaa7938673d1c14ff90a SHA1: bb94ec767d3cf0ad6a722797c5ef0bc9d3649e00 MD5sum: 652f7ce3c6d9593a9271477932fc19a9 Description: connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message Package: ros-jazzy-gpsd-client-dbgsym Package-Type: ddeb Source: ros-jazzy-gpsd-client Version: 2.0.4-1noble.20250321.133148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1183 Depends: ros-jazzy-gpsd-client (= 2.0.4-1noble.20250321.133148) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client-dbgsym_2.0.4-1noble.20250321.133148_amd64.deb Size: 1086478 SHA256: e84939df8f689210611e4d14919aa304f545bfbbc3653b161bfa770ecab4569f SHA1: a4df1c412afc07318bcf0b00aa2e6624f19aa3d8 MD5sum: 59d4ca7b72a3ed3599855487ebb8dadd Description: debug symbols for ros-jazzy-gpsd-client Build-Ids: 7a5f421f1b7f348d0c8d9326e05e96a48abf5e72 Package: ros-jazzy-graph-msgs Version: 0.2.0-6noble.20250320.224915 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 598 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.0-6noble.20250320.224915_amd64.deb Size: 63212 SHA256: 139427302681e6dc9a650ce003444e751e632af02108b2bfcf8f0e786ae5bbc6 SHA1: bccc804ec87a6b3365ae43cdc5bd7c619096e1f2 MD5sum: 582ddc6f5b08d9bc71cf411f319bfd2f Description: ROS messages for publishing graphs of different data types Package: ros-jazzy-graph-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-graph-msgs Version: 0.2.0-6noble.20250320.224915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 494 Depends: ros-jazzy-graph-msgs (= 0.2.0-6noble.20250320.224915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-graph-msgs/ros-jazzy-graph-msgs-dbgsym_0.2.0-6noble.20250320.224915_amd64.deb Size: 383236 SHA256: 193037bb2daec79bc691837db159f4e0e744686f424da4d647f5becdf00e9e43 SHA1: 74ad0e18942ab115ed50efb854f9f48bc2d638f3 MD5sum: 89fe5d432a0b177858b55c8e6c765b69 Description: debug symbols for ros-jazzy-graph-msgs Build-Ids: 2075c45c86e456038a44dc81b9f7d127f5f7bb9f 2e9fdc3d473f06a63b4b7fab78a7e45b9342b840 4d096ff6ba795ec61e60050ec81b777a5b773f98 5f772db8289ad489b105ed8e1d69f0d18b766b8f 666bdac642eaa4e8a61919352a16c8a3dab52b2c d7eb176205684869ef9134f62c3224b11623db12 dbd3d4c4d163b2d6ca6d24fede16943f3f678d07 e25474869cd3cd5950f61c54c13bb8e4265004ec e9a46877921618877e33e62292ee9503073067fa f20e010fb977d2ca44aad221a308970cf424c8b8 fbc68557caf50ebd81b19d25fb0d134a6577fcde Package: ros-jazzy-grasping-msgs Version: 0.5.0-1noble.20250320.233015 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3857 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.20250320.233015_amd64.deb Size: 274262 SHA256: cb29a428f19fee5ab5ebbbc671e216a898a19b0f4d56c53bd353f61099cb0326 SHA1: a9c73c34e1ef3527215e827c486c2873b2f774bd MD5sum: 5c133b361d59f7939033a2f99cb9441b 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.20250320.233015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3059 Depends: ros-jazzy-grasping-msgs (= 0.5.0-1noble.20250320.233015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grasping-msgs/ros-jazzy-grasping-msgs-dbgsym_0.5.0-1noble.20250320.233015_amd64.deb Size: 2496532 SHA256: 4f6f3838e0959e6affcb154fef78431273a9cbb64a51bab9b1a57fcc21cc0a22 SHA1: 87004c8b679c3bb3818f2480e1791ab5e923155a MD5sum: b9e92bd50ba5609c3dc02c8da995508a Description: debug symbols for ros-jazzy-grasping-msgs Build-Ids: 32e39acc2c8245e82dce627a94ac01f325d8af65 53db8cb1c2e44a9c76e0f8f6bc2f5c935b2d4a8b 5c52b0e40ce586cdffb7c3aeec7d9872a35f4b59 6ae0a37c7a0231502e01ed4c6a3be6243ff97a89 85ce16bf493bdadd02161fbf7aaf0d520200e578 9654e3ee868f08d51648acc19657737b3e3d539b b805cf02331bfd676fff93a910bb901df826782b cdf449ca70ed82b39e7163762475f58e2ba686c4 d4a5db9060a6b3d0c5705f37c35da2a46db95b2b e09cda75da0b1ab95d0c564c2cbaded787753d69 e19b2f10d0c61763b8ac32155c338f5a5d518e6a Package: ros-jazzy-grbl-msgs Version: 0.0.2-9noble.20250320.221204 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3185 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.20250320.221204_amd64.deb Size: 204362 SHA256: fd289a0915946740b5e95bd147bdf18e6883b88ea35d63d4478c93bff02c63ea SHA1: f6d99d661c4fc351a8c6f38c1377fd1136f5febd MD5sum: cdcec00e93aea6d66c25b6539a87ae79 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.20250320.221204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1799 Depends: ros-jazzy-grbl-msgs (= 0.0.2-9noble.20250320.221204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-msgs/ros-jazzy-grbl-msgs-dbgsym_0.0.2-9noble.20250320.221204_amd64.deb Size: 1298684 SHA256: 4458760543daa1c160359ba4567f7751f570cd82ee4717a066e9cded69e9788e SHA1: 5c66608c2f0be969634964b0a002f873b368e7ce MD5sum: 81e3a920f5052683f6ebdb467e23e901 Description: debug symbols for ros-jazzy-grbl-msgs Build-Ids: 13662d4d6ed19bb53ac156d4b5c8291ab1072a36 20d65bbd84a1eff40a502b675e37389558018ec9 3751754d7309d195201716c5aabc1a2d841baeb5 55e2346012b171ab38697d1ce12d54afece9dff1 56533af050c4118d03fca54b98c5679ed70439f3 66fd5208f7e1add39a74ac691f3221106d60ed32 6d75f3968b4500e96d86584507d87e98ec9d2176 820ecf1b038fd4e0344668144745272930aa94fa a20a43bacd64d50d6d2097ec052e385d9160b83e a7f6db9bd65f5d3cb410f5b5f497ab6ef7d6f907 d225e6e554d7041f3e02043d57e41c762a7a3854 Package: ros-jazzy-grbl-ros Version: 0.0.16-7noble.20250321.131510 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.20250321.131510_amd64.deb Size: 25994 SHA256: cb4d1cbfba407378d362208976cabc02c6d3a16685e12c8be14b4d5067edf92c SHA1: ef485b6eb1bd3643f73a6d8075b7ad210d1120b8 MD5sum: 2079b7c5e651a76963b4996f98ababfa Description: ROS2 package to interface with a GRBL serial device Package: ros-jazzy-grid-map Version: 2.2.1-1noble.20250321.165931 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.1-1noble.20250321.165931_amd64.deb Size: 5736 SHA256: 71c51646cc1863c4c525b19521f140895747e630a8fbc36e1aff5d68e68146d6 SHA1: bac2bdd646ba47d497dbb78cbd91c1caaf92f05e MD5sum: ad01ecb4e3ca11f91ea6ebdf42f2e209 Description: Meta-package for the universal grid map library. Package: ros-jazzy-grid-map-cmake-helpers Version: 2.2.1-1noble.20250320.183003 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.1-1noble.20250320.183003_amd64.deb Size: 6458 SHA256: c0cf677a4db4a139bd0902e0329fb677762308af8ffb284fbfa2b68eaa08cbfa SHA1: bb6afb1127c743b866488ebdeff3ad3cecde468e MD5sum: 4d60641bb1350a4d229ba57edd524f18 Description: CMake support functionality used throughout grid_map Package: ros-jazzy-grid-map-core Version: 2.2.1-1noble.20250320.185057 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.1-1noble.20250320.185057_amd64.deb Size: 1865874 SHA256: cf11dd701b7addb553bb042c8a394d367fe38ea9839f5f1435133e9828bda517 SHA1: db5c4b7346e64286174274c5872b025a4438a583 MD5sum: baa2751f4ffcc1f783087cd8a7c74a61 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.1-1noble.20250321.145539 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.1-1noble.20250321.145539_amd64.deb Size: 12904 SHA256: 92b8802cd2feb446fea7936051ffb0cba9bb902d1d4bc01fc368944fca7a1020 SHA1: a2f66eb20397263d17ad4705806759f8a451596a MD5sum: c29401e19651cb6d4c2196dac4cbb3ee Description: Interface for grid maps to the costmap_2d format. Package: ros-jazzy-grid-map-cv Version: 2.2.1-1noble.20250321.143330 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.1-1noble.20250321.143330_amd64.deb Size: 101308 SHA256: f4a0dc51542679979b70ab8c7ac6e360cf30cb2182790bb62305373c7ade6d60 SHA1: d7d0ae639936af3b965d8e47a37bcd6e6da9cb3f MD5sum: fd537941d2561330c04e5ae5298d8193 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.1-1noble.20250321.143330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1362 Depends: ros-jazzy-grid-map-cv (= 2.2.1-1noble.20250321.143330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cv/ros-jazzy-grid-map-cv-dbgsym_2.2.1-1noble.20250321.143330_amd64.deb Size: 1294142 SHA256: 3b6339f3f3f810fb4df9f74af13d2ccd3b57f55088b0be05fcbc11e7bf91e3f2 SHA1: 815062fdf518ee4738f27485dc3e2447d321cee3 MD5sum: 5290cd0e4c7fb0199e3421b59b586e0a Description: debug symbols for ros-jazzy-grid-map-cv Build-Ids: 1d8b7c8277c4a6757af594e60739a3faf1ebce90 Package: ros-jazzy-grid-map-demos Version: 2.2.1-1noble.20250321.163001 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 5767 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.1-1noble.20250321.163001_amd64.deb Size: 1849190 SHA256: 7fc9b7b0a13434f28461a624bbd668572072f5e6a5fcb9fefa3186639380c3af SHA1: 8ec6a2d5d737e5b9babb7ea3e705d3f673cd66cb MD5sum: bb4dcbaf495ec7adcdaec8fc0710bc42 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.1-1noble.20250321.163001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 22346 Depends: ros-jazzy-grid-map-demos (= 2.2.1-1noble.20250321.163001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-demos/ros-jazzy-grid-map-demos-dbgsym_2.2.1-1noble.20250321.163001_amd64.deb Size: 20681388 SHA256: cae1f3a705d8f05480a2ab271f3369ac298e7a68572cb26e294cb118809958b9 SHA1: 01b596252aa8aac1288c45ba8b333fe49b4c7827 MD5sum: b66702bfc95620a366ce2eb1946911b9 Description: debug symbols for ros-jazzy-grid-map-demos Build-Ids: 1b07b67375469b43aaf6c5cc33805d046618b785 1e1769179d5881e66f3c167f997fe1b15955c875 233a2a6fd4a2543091fd5e93e6f55a1440830b4b 2f42125f8caec27752f06a3d287854e4fc0a5264 386c5896abd99c6600450b0f2b0b6fc009ecf2e9 3d734429044f125372bf54ae19ccb5f4be8eed36 43c9dedf4ca1d38f54d05ba4b9eb1e05af215224 6a785e527c7e4ec65be3aead79a2902261989024 76fe5dc6979dc9ca1b62690e2f7abbeddaa989ca 853bf3a81373176372e2cdaee1bff7306d422294 a67da99c98381459dd13dc0a599352e5fc275422 d18d06a16e5642549f131ca0ff314a5b026584e6 fc134ea6ded3ae6cac3f5145df937b92e1a31d92 Package: ros-jazzy-grid-map-filters Version: 2.2.1-1noble.20250321.153804 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 3064 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.1-1noble.20250321.153804_amd64.deb Size: 430232 SHA256: b99c9e732b5096068eaaaa47f2a04f2ea5d373ea25b5524b0a89db94a3072a07 SHA1: bf657a8b9963a3222aa9edb41db3a35d0bd1ef3b MD5sum: 0cd3925fc4acca293efe72ebf7f929bc 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.1-1noble.20250321.153804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 16269 Depends: ros-jazzy-grid-map-filters (= 2.2.1-1noble.20250321.153804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-filters/ros-jazzy-grid-map-filters-dbgsym_2.2.1-1noble.20250321.153804_amd64.deb Size: 15540996 SHA256: 3383f1b1d686d0673cb7c031a1b1bfa22f18591d6ff3f530299c8bd225d6980d SHA1: 1cf3bbd2d26666cf428a272ba7bc60b5609e242d MD5sum: 8a86881f20785cb7f62904a845508ee5 Description: debug symbols for ros-jazzy-grid-map-filters Build-Ids: 0ec274e19e455b8e46d36fa439f482a3513a7a63 1e919e7d7651ab0fc14ce67be97d055a125cf4b1 1efd633e233934fedbb2e65887415b56b152651e 21b795c7103865cae8a51147fc004129fcb1ab8f 37f44c978521f9171fd8a3696c35391bcc1c460c 48c1973be9250e1869bb25ced4bdaa09112c3b96 503ef0903f7766eeb33a62d64f5a1185f8f20e2b 71224099ed91bc3f49a858e52701ee4efca63ade a66b8aa97a0792cd9c7578f6c5c7efec15e3995a a9f7d979feefc3b92ca8febe99d3eb6bea6124f1 b5b98e84fdc6f2002055fb3f609f39f31044b9fe bebf195301ffdc9b160ba3308fa03a9f069e2abb d2710a6169f9168d1a03ac4f6578cfba4da68bd4 ddaa95fc6be2cdb6be2c62b35ad313157da0c446 ed11f45c6b90090304b3dea1d087f5195aea40e5 ff76c6c0fa1e7a90738213f43648158e629e16b1 Package: ros-jazzy-grid-map-loader Version: 2.2.1-1noble.20250321.151333 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.1-1noble.20250321.151333_amd64.deb Size: 135374 SHA256: 13a37741e10476069a2ee6e73b81bf261fe4457037d478b6a344335d86f0ff40 SHA1: 4f6173666b5cb5b5191c58de497e02c51b4ea803 MD5sum: 475a51418b8b0789aedeb13bbd512409 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.1-1noble.20250321.151333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2008 Depends: ros-jazzy-grid-map-loader (= 2.2.1-1noble.20250321.151333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-loader/ros-jazzy-grid-map-loader-dbgsym_2.2.1-1noble.20250321.151333_amd64.deb Size: 1877934 SHA256: 1c78a10cbb2f8f7514a4180d22220ea6d19f9d1acb346d770aebd72cbaf88642 SHA1: 762e887a7c76c88902da9c473632031a7f51d88b MD5sum: c12d14faa7c954fd6cde70be11502641 Description: debug symbols for ros-jazzy-grid-map-loader Build-Ids: 18e4d6bf4f5bd533df0f3e005be5c49f343bfe64 d28f80bbe95827854a3cd993b17c7aa19e9cc0f7 Package: ros-jazzy-grid-map-msgs Version: 2.2.1-1noble.20250321.132438 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2340 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.1-1noble.20250321.132438_amd64.deb Size: 182068 SHA256: d5e6f2581b13378ebfa5191e6b9678e9a0fe63f2615300d55917542f6b176229 SHA1: b08fcf8f0727b770d3a23e221ce7884b7ccaa2cc MD5sum: 680e654159356e4d6028a88c1900ed75 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.1-1noble.20250321.132438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1960 Depends: ros-jazzy-grid-map-msgs (= 2.2.1-1noble.20250321.132438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-msgs/ros-jazzy-grid-map-msgs-dbgsym_2.2.1-1noble.20250321.132438_amd64.deb Size: 1605468 SHA256: 9c64e980ca98e53e01cecfafcba6264dfd5135338864309f31139c54a365f2ff SHA1: e884554c84ed6d6d1596c5e660581e320ec53aaa MD5sum: 90a2c1370aac65b3ac463d70fb55ce02 Description: debug symbols for ros-jazzy-grid-map-msgs Build-Ids: 0ccf7bbbd0dd850c4cfdbc0640eede04ae8f5ff2 317a2e9374cef0e7cb0accac415d03e11ee27420 50c775eda7eefbf5aa05817b83d3c6add96819d4 53532476547f5b34bbb85adb56dc9804ad12838b 5e92d1b4ab1c5ae1c35e4ab556a63b93035f06b8 6a6439a7157f19e42e5bf5d8d8f5f61caab356db 6b1b1d49cc784875f3e9a983a8b2ff2da296910b 7a7fc2e4d71123baa0f1e5dfc953caaa01f72846 7d31f49a553a201d5af909bb3c2dfba933dbfaf1 83accdb1d82f6e1c5d50c9299e59c6e4a697dac9 8d138a156bc5a7edcf5d9ab0c1509eb34acdc44c Package: ros-jazzy-grid-map-octomap Version: 2.2.1-1noble.20250320.185344 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.1-1noble.20250320.185344_amd64.deb Size: 41982 SHA256: b67e960fca716eb9655bd4a1f502d6b023f54e78758d28f4682390932c9f92af SHA1: aa384d6d8e722d3e3c4f06f2641769f76b38d2c8 MD5sum: 6ca0a84b3766164703af58c865e4ac50 Description: Conversions between grid maps and OctoMap types. Package: ros-jazzy-grid-map-pcl Version: 2.2.1-1noble.20250321.151832 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.1-1noble.20250321.151832_amd64.deb Size: 189510 SHA256: d56234284504a1a774baa138096442ca2785b543f452b3a8427ffd76302ca8c4 SHA1: 233905dbe3a5a4f89fdea8548bc6134277366705 MD5sum: ca675c57c2fce268b5620008dcc6969e 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.1-1noble.20250321.151832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6168 Depends: ros-jazzy-grid-map-pcl (= 2.2.1-1noble.20250321.151832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-pcl/ros-jazzy-grid-map-pcl-dbgsym_2.2.1-1noble.20250321.151832_amd64.deb Size: 6035482 SHA256: 92e2e03c8c33dbeeae8ab5023004da6bdc61bb99a09965739660db32062e3fed SHA1: 920f5c2a91f4ae9216f3d9dab9463caa13159545 MD5sum: 548e761d8acbef6fb2b1982a87afd93a Description: debug symbols for ros-jazzy-grid-map-pcl Build-Ids: 2a394a4ce83ade3fd5044d9a11ed80973346030d 84066c79b04d1c1fd8d763b31e1e75e429a65685 Package: ros-jazzy-grid-map-ros Version: 2.2.1-1noble.20250321.150352 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.1-1noble.20250321.150352_amd64.deb Size: 146462 SHA256: acc3c04e993e5d7dab0fb6e7efd192f215ede535a6340639df19e517d0c088d2 SHA1: 273f08c6bfae27b89a638933193d6cbaf2e9831f MD5sum: 5d43aee5086dd61583edd8824248e23a 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.1-1noble.20250321.150352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1788 Depends: ros-jazzy-grid-map-ros (= 2.2.1-1noble.20250321.150352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-ros/ros-jazzy-grid-map-ros-dbgsym_2.2.1-1noble.20250321.150352_amd64.deb Size: 1705760 SHA256: 61666d1e3659445d50cd4fe980be9554ff24d0f946884753d64de47b03d6698c SHA1: 7c3c23fdf70fa6cc27a143d0bf2b9f0c8efb5988 MD5sum: 3ace62f25249669e5435b2fc60c42937 Description: debug symbols for ros-jazzy-grid-map-ros Build-Ids: 385c1ff577e660076708efc8d1f8b089e8e72cf0 Package: ros-jazzy-grid-map-rviz-plugin Version: 2.2.1-1noble.20250321.151557 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1208 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, libqt5core5a, libqt5gui5, libqt5widgets5, 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.1-1noble.20250321.151557_amd64.deb Size: 644014 SHA256: cf9220caa35276274cd6a3ba5059e627146b89154d13dfcdb2f70d751d809646 SHA1: 1b0ce8cd0fe3c7f6d4ec3e6ebf7cb28e300f4dec MD5sum: 6d61043166a21eeab08ae7c55b3ede0a 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.1-1noble.20250321.151557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 4604 Depends: ros-jazzy-grid-map-rviz-plugin (= 2.2.1-1noble.20250321.151557) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-rviz-plugin/ros-jazzy-grid-map-rviz-plugin-dbgsym_2.2.1-1noble.20250321.151557_amd64.deb Size: 4220124 SHA256: e9297e490ea19702bf4e4bbb279b6aac72192d47d675529ad77a2fda9cbfa0c1 SHA1: f2b00194710043f6e7c4237d119a2670fa0389f0 MD5sum: 1f5b0c6b16bae6524fe2e3d17edff24e Description: debug symbols for ros-jazzy-grid-map-rviz-plugin Build-Ids: fcd4769557f2bf32e1c5a8963f5d03088e80664d Package: ros-jazzy-grid-map-sdf Version: 2.2.1-1noble.20250320.185347 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.1-1noble.20250320.185347_amd64.deb Size: 20500 SHA256: 92fe3473ad1b7c05ddc580c76db85fe1e17ff7c7cf1b8ee26c37318656f4c218 SHA1: 49fa5051441dbcb443a293d010aba7599be8f821 MD5sum: 7f5643fa5c1c29d124fd102d2c04264d Description: Generates signed distance fields from grid maps. Package: ros-jazzy-grid-map-visualization Version: 2.2.1-1noble.20250321.151639 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1248 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.1-1noble.20250321.151639_amd64.deb Size: 490022 SHA256: b211748d241976a57cd947add7e11a455b15d15ecd41dc65dbee7f9791955bda SHA1: a2ab97985662708a0a42dab2d943366d98019191 MD5sum: cf11fdea0ae3e8c4e73565a759681129 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.1-1noble.20250321.151639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6657 Depends: ros-jazzy-grid-map-visualization (= 2.2.1-1noble.20250321.151639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-visualization/ros-jazzy-grid-map-visualization-dbgsym_2.2.1-1noble.20250321.151639_amd64.deb Size: 6141996 SHA256: f18d9d4b0264eb0013713a5462508b45122ad4aae73e2df31f32c07164133367 SHA1: 75d306ee1316fa57557f2a01c59400b427c08b6f MD5sum: e9c9b1d83273a673bff8c465157633e4 Description: debug symbols for ros-jazzy-grid-map-visualization Build-Ids: 263d788f34289b90ffe1d76ce46064459d66f41d a00b45cef21c30a264dbff9ff03fd62596f4f0d5 Package: ros-jazzy-gripper-controllers Version: 4.22.0-1noble.20250321.144324 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-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.22.0-1noble.20250321.144324_amd64.deb Size: 84006 SHA256: 06a3e5f455aa96be9a9bb270ca319c36d9865efca4f79820d692c1dd0c18a416 SHA1: 04c745e4a2ae9db3a849c2550e9f6189e94cb6b3 MD5sum: 29928023f6cb50047d030096bb9a7b77 Description: The gripper_controllers package Package: ros-jazzy-gripper-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gripper-controllers Version: 4.22.0-1noble.20250321.144324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1077 Depends: ros-jazzy-gripper-controllers (= 4.22.0-1noble.20250321.144324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gripper-controllers/ros-jazzy-gripper-controllers-dbgsym_4.22.0-1noble.20250321.144324_amd64.deb Size: 964986 SHA256: fb66a1102a3827e3bf3664a3e1b21a7e6ef386aae9245855a4c2ffc7209e7fd1 SHA1: c095c94fa1cbb50f1e7e1398d0eda19a9f80db62 MD5sum: 05e014087b30226be423da4be7355408 Description: debug symbols for ros-jazzy-gripper-controllers Build-Ids: a0b74db7219dcaa5faaee01ab320ab0939c145f4 Package: ros-jazzy-gscam Version: 2.0.2-5noble.20250321.142957 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.20250321.142957_amd64.deb Size: 134758 SHA256: a13bb8bb36f8d046a9030f36b2ba464f4387e74d9b0ce7b648bebc354582d4da SHA1: 4092320e717b58221021a91bdf3e1a77ef44f1ca MD5sum: 101ec8686ea98af8480e52ebcc50bf5d 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.20250321.142957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2061 Depends: ros-jazzy-gscam (= 2.0.2-5noble.20250321.142957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gscam/ros-jazzy-gscam-dbgsym_2.0.2-5noble.20250321.142957_amd64.deb Size: 1919808 SHA256: b0370ce25d1835be152da1c0b1534436059a104e4f3d6a6e331a1d71f3de6ce0 SHA1: d38d815bb09106e202024181d107469a53cd9226 MD5sum: dbfbe3e1d5a85fa937f663bb58fb49ea Description: debug symbols for ros-jazzy-gscam Build-Ids: 78313a96c034caeabf4d61003bef26e92174f3b7 bd4e545aa413a0980d2b0d768b994627c88e7f75 Package: ros-jazzy-gtest-vendor Version: 1.14.9000-2noble.20250320.183027 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.20250320.183027_amd64.deb Size: 182894 SHA256: 7bf1a3e8f17fe05392ef00c72dc3e9aad53ef6696d73c57e506c0f0a8832b004 SHA1: db00302d4fcd91dd9f48903f2c2950870da8e2ca MD5sum: d5409eaefa1ae558ce08945271c58d1d Description: The package provides GoogleTest. Package: ros-jazzy-gtsam Version: 4.2.0-4noble.20250320.183038 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.20250320.183038_amd64.deb Size: 2166438 SHA256: 21ea8799d3251bebd8ab4032515761c5c21ce9edb1e0ff577e2177e3b2d6c79e SHA1: 2fc121ae873001e1013a12e49e192815474cc4ee MD5sum: 2748f136cbcf38ada571b840ceff8c17 Description: gtsam Package: ros-jazzy-gtsam-dbgsym Package-Type: ddeb Source: ros-jazzy-gtsam Version: 4.2.0-4noble.20250320.183038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 169597 Depends: ros-jazzy-gtsam (= 4.2.0-4noble.20250320.183038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam/ros-jazzy-gtsam-dbgsym_4.2.0-4noble.20250320.183038_amd64.deb Size: 168941990 SHA256: 4c986f76aba586ce04a0a0852420c73bd2af9a75a9994778953676a1dd98f5c9 SHA1: a835a1c67c222bba4628a0879d8b31c8f8f4c375 MD5sum: 666e7f5c1be5eb9fc5f1b1117d686970 Description: debug symbols for ros-jazzy-gtsam Build-Ids: 17331b01ced88442194acd33fdb2ce9acff4ce08 7c93b2e28ddc1aa968dbe48b95ce74c557de90b1 852e6221b6df5074ff6383e7839222993ed18910 Package: ros-jazzy-gz-cmake-vendor Version: 0.0.9-1noble.20250320.184423 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1965 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.9-1noble.20250320.184423_amd64.deb Size: 197886 SHA256: 8f3a087c159bee2965bd3f737108ffada76a1e737220d5fda4c78ca92d2c85f1 SHA1: 9e6f1fd010ff5247d5b9445c7b264b38b8ae3656 MD5sum: 353e34e00ef18182e915a428a460f84d Description: Vendor package for: gz-cmake3 3.5.4 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-jazzy-gz-common-vendor Version: 0.0.8-1noble.20250320.185438 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2680 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.8-1noble.20250320.185438_amd64.deb Size: 671724 SHA256: cb19eebb1affba24a102b37444a12f0b2f05e96ee9d2bd7907b9f639f2d07414 SHA1: fcff61c5f326d1669bbd97e420c8e076a64145f9 MD5sum: 00f326faed51522d0c913874029e9f3f Description: Vendor package for: gz-common5 5.7.1 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.8-1noble.20250320.185438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 7991 Depends: ros-jazzy-gz-common-vendor (= 0.0.8-1noble.20250320.185438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-common-vendor/ros-jazzy-gz-common-vendor-dbgsym_0.0.8-1noble.20250320.185438_amd64.deb Size: 7612404 SHA256: b5198bf3770b83fda1e99f6a75ea0476e1b88fcf3bba3c40d870477ca0972348 SHA1: f3d5e9ef36f102c2bbda0f76b9bd42afdd13b653 MD5sum: 89e6d0cc26e20cf369d74890702f64c1 Description: debug symbols for ros-jazzy-gz-common-vendor Build-Ids: 081ce3a3dc8bc0a2447b15946bd9defdde68f166 39a2125f6846bbdf3aea38995426f82bacb75c0b 5fc2f8ec6b3884e19c26738ffd8e54cc2caea14c 6912ea9f635c8ad6bac9a9ce4fb6f119696493c4 90000b463692458b3d578f7cd0ef988d63a896c5 bee75ec488c6d05c1637f5b8b611ce0eaae4564d fd948c62f17c48c5f81d0c46d8817c05d2281bb0 ffbc8bed15bcfe298f06268bd7b80edbbf71ddce Package: ros-jazzy-gz-dartsim-vendor Version: 0.0.3-1noble.20250320.185143 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.20250320.185143_amd64.deb Size: 12395764 SHA256: 300d34b4efdbb7e9b5188399f8e29b84cf546c43696572bbd0d8869eaeb75725 SHA1: 54453171e5120d98d38cf30fda3b455f30148cfa MD5sum: 5249f24b9cd000013cafd1ff615f903e 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.20250320.185143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 99088 Depends: ros-jazzy-gz-dartsim-vendor (= 0.0.3-1noble.20250320.185143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-dartsim-vendor/ros-jazzy-gz-dartsim-vendor-dbgsym_0.0.3-1noble.20250320.185143_amd64.deb Size: 97909592 SHA256: a5465c8b49c3899ba8dc1741feb46f02cfe4bb1a92f86828ee6ec307b509ae40 SHA1: a002e950368150a5c477c63a3d6f58a81cb31f89 MD5sum: 17df04768a36012e7fb36ea88b28dda6 Description: debug symbols for ros-jazzy-gz-dartsim-vendor Build-Ids: 069c4799e31e9a27c1de659e5a69b85bdc8d1deb 0a17f0216a80bc5d07a416c0621819d06c5292ec 1a59ff90ff99ca5caa09e139c1deea21b25d5c02 2a70f8a784d3fb913a5b421231ee1c4abe4f4800 6c4f0bdeb5adcf3fe8a63f3a3bdf53776c05d700 8d108793cf2d7228762d1f13a1645e57c7bf6492 ba19d1e20a156ff06568ade6c6da9d3f659b7537 Package: ros-jazzy-gz-fuel-tools-vendor Version: 0.0.6-1noble.20250320.191047 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.20250320.191047_amd64.deb Size: 226220 SHA256: f59dd607a1ad53fa3e4d5f15c266bea7315244148810e6e535972ac6ffe461a1 SHA1: 89fd781d9ee97f9d217b39b4a89a1a29f117b3a5 MD5sum: c2abac185a07af6ad0deb4237e6b6f31 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.20250320.191047 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.20250320.191047) 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.20250320.191047_amd64.deb Size: 3371800 SHA256: efd4be1c3ada621c50099bfa98a3ce81663104e3bf39297d05b28de9f812096e SHA1: ee68ff4fd0b63ab3f02416e5eafc39583ae3f0dc MD5sum: 1db6aadff3c9861ee863acdc3f0d8ffa Description: debug symbols for ros-jazzy-gz-fuel-tools-vendor Build-Ids: 5800ff61cd5677e72f9bc2d4fc36b33a492f0bc2 Package: ros-jazzy-gz-gui-vendor Version: 0.0.5-1noble.20250320.210718 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3043 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.20250320.210718_amd64.deb Size: 658712 SHA256: 1e6e79030402fcfe91b7c095da1069ecf85b4335bbecb30366da96e8e0f8a99b SHA1: dcb640489d449598617222d4a5bf4ce8ce75a71e MD5sum: b494f2c9ae44acf56b6f23954d95bbcd 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.20250320.210718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 25728 Depends: ros-jazzy-gz-gui-vendor (= 0.0.5-1noble.20250320.210718) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-gui-vendor/ros-jazzy-gz-gui-vendor-dbgsym_0.0.5-1noble.20250320.210718_amd64.deb Size: 24439020 SHA256: 883e74de65b7d6cc2146311a7fe9be2e0034b9bd627d6964af440e04176d7352 SHA1: 28ee9b70a930f0242aa89262bc4fcabe613d7f1d MD5sum: fef843f3c4dafa1c62547fd5548ec7b7 Description: debug symbols for ros-jazzy-gz-gui-vendor Build-Ids: 184eb463d93ce77a518c7bf8c0f7ee27cf383689 28bafffe3090580de0710720f225657ce9175698 3bf6d20c9cd9a7c27e49ad0675a5f922a6b8b447 41d67ca862a3e93f4f322efb1ff5be382acd3b26 4a9b37f7a6585eee0af6aa843ec9cd8a7ce6b572 52b962fd117938482a7c6e1afa000f814020f6d6 5776c812214be1b41a5bdf70b39b0b88915246ec 67a92455c7cb5979ca2a350ce247fa9cb79e29c3 72685a301442f31295010c83f56f0efb85369519 75441faade18466395e10059191cd3d80ba4be47 77e72e8b2f12599356d03d1e1c3a5792d8fa0c59 8921633f3d20395ab021b3fc4e3691a94bf0b4bd 8d5023c8ae0543dde1dbeff3dedd533fa73f2e91 9c0ca14ad7b9c104c69e5705f5044c8516c15a7d 9efc40dca7dd428421d28cd55eff78be369d53de af3f48d29fcd998708fc59f0840b6a3bc872b90b bb4e9b604088b97eb7e4ed65a530569256fd1f50 c7859192721eae1b81a10019721d8e9f14c813ae d08ceb9dacc8aff568740bcdf78fa8fb938a891c dda0e8ffc3f9d3b894710e737aa944cfcd5df294 e2d844af40c9c643abf88b0c2ba25f135830187c f31c1592327b95b05f1ba65fd8043ea37b9ede2c f44f4edefbfb4a0825322148806a0b4016ae64f0 f72f857430066f9c6b7e8daea948c98af704335e Package: ros-jazzy-gz-launch-vendor Version: 0.0.5-1noble.20250320.234836 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1048 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-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, binutils-dev, libgflags-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, libyaml-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-launch Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor_0.0.5-1noble.20250320.234836_amd64.deb Size: 273116 SHA256: 6b63cb48bcd37dfad1c931f41203ab1810bc1c28329f2b433e5b14dce40a0c4d SHA1: ddac932118ba2f4367579b3f39d56832fce2d452 MD5sum: 68366de835b0735a23c9afce0d01bc1d Description: Vendor package for: gz-launch7 7.1.1 Gazebo Launch : Run and manage programs and plugins Package: ros-jazzy-gz-launch-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-launch-vendor Version: 0.0.5-1noble.20250320.234836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 5140 Depends: ros-jazzy-gz-launch-vendor (= 0.0.5-1noble.20250320.234836) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor-dbgsym_0.0.5-1noble.20250320.234836_amd64.deb Size: 4882674 SHA256: f375b7695759159bd0fb369e28e443b1cd5380bc7cf6485b013353e348e0a0fd SHA1: b97c0f33bf3747362143258c360bea3a785d6015 MD5sum: 42b5819a950ebaf12b6a8e9195d087e1 Description: debug symbols for ros-jazzy-gz-launch-vendor Build-Ids: 4bde79db6ba6f7f0577ff2ceace6cb107a815573 595e143f9444fb298cf9ddfa398dec78bae4b525 62f4920923d1714c5030fb65560994690c9a9933 a29c3c5e0d0da5668ea5484217e4e673174c93f9 ab53982e1324b47f6de6b4d2cd9cbc916fc1accf b211807277a3a844c8d2cdba1dbd9fde71760c6a ba5c8e6a1e16e98303a0c5095a97cf1ae6af6dd0 d19dfbbea7873d64137aa1b66d833d15f9fef625 Package: ros-jazzy-gz-math-vendor Version: 0.0.8-1noble.20250320.185210 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1321 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.8-1noble.20250320.185210_amd64.deb Size: 241584 SHA256: 2abc670ba33faa9e4ef45f4220759d526e9ecd4fecfdc4a2593bee8f9b49b7f6 SHA1: 1123b096bd9dbf845a8dc8106beeb3b33d7dedd4 MD5sum: 9878068285d6fd4898775dbc8267bcbe Description: Vendor package for: gz-math7 7.5.2 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.8-1noble.20250320.185210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1678 Depends: ros-jazzy-gz-math-vendor (= 0.0.8-1noble.20250320.185210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-math-vendor/ros-jazzy-gz-math-vendor-dbgsym_0.0.8-1noble.20250320.185210_amd64.deb Size: 1585294 SHA256: 7d5a953fd63db9035e1cc698585e1923352de3f43a9906642d0c8a09020e7b51 SHA1: 5c4f4ef88a8450dd4e74198c188ed4c6afb61486 MD5sum: 3a00a1d89c5506eccee82bb9d0266cb1 Description: debug symbols for ros-jazzy-gz-math-vendor Build-Ids: e5fd1eefd42a77ccbd0742c23b67bc192aca8b8f Package: ros-jazzy-gz-msgs-vendor Version: 0.0.6-1noble.20250320.185504 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9448 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-utils-vendor, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, protobuf-compiler, python3-dev, python3-protobuf, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor_0.0.6-1noble.20250320.185504_amd64.deb Size: 978928 SHA256: 76ca66871a15b3bef3935cf974e8dbdc0a56c2c7cde86cb9316e1f77d2692f33 SHA1: 69d9e24dbaa284df65c211089c50234571324f61 MD5sum: 4240f68975dea9759a97f5bdc631063f Description: Vendor package for: gz-msgs10 10.3.2 Gazebo Messages: Protobuf messages and functions for robot applications Package: ros-jazzy-gz-msgs-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-msgs-vendor Version: 0.0.6-1noble.20250320.185504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 26122 Depends: ros-jazzy-gz-msgs-vendor (= 0.0.6-1noble.20250320.185504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor-dbgsym_0.0.6-1noble.20250320.185504_amd64.deb Size: 24693830 SHA256: c14429b4dfc1bc794ec9b7ae5d2e4300be2a941a8fdda7e64bde5a677b0ce2e0 SHA1: d5a7d8d6528d444178414e80c145f1789ace6851 MD5sum: f547e9ffcbb878126b26ad4d6a9e813c Description: debug symbols for ros-jazzy-gz-msgs-vendor Build-Ids: 4692e2aa398716a75f0f6b705d7df55ecf007ca9 58ee9c6d09413ce894ec3554ef7346cb7e4a8999 Package: ros-jazzy-gz-ogre-next-vendor Version: 0.0.5-1noble.20250320.185148 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 26812 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.20250320.185148_amd64.deb Size: 6239492 SHA256: 215e46d976c49780be31f21fc859bd3dab7c9aef061a78fc6cba2c75a5d5ca94 SHA1: a3879e3da4bab7927e90c66363f9502f4bf3cab6 MD5sum: 89b9ea996783eb0bd7505717a7f8abc1 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.20250320.185148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 60827 Depends: ros-jazzy-gz-ogre-next-vendor (= 0.0.5-1noble.20250320.185148) 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.20250320.185148_amd64.deb Size: 57828028 SHA256: 9607b04c66727c650ed7449aa1c313e2f2c0b68f765bc334a75d722dc1d32402 SHA1: 23e0318a3f4ae3e8480d10d59c60beb51e3cec65 MD5sum: 67d4196787f5eff30128d355bbe261d5 Description: debug symbols for ros-jazzy-gz-ogre-next-vendor Build-Ids: 0494704516bc97e8a249234f16bb37c2ac0fa879 2db33945debbf78fc5443c6aa53e576975345358 348a4912042bc70238c1658874f611fc16979264 378fca24f317fa278ca27bed82533203d2e4d50c 4ca8ca64c9bd6323f93b53c56f0f338ce699d2ce 51eaf1140a450795f25658b99debf9705a5dd082 6648e4731ebbd240b84ddc503ca3ee0b74af7773 69f868e82e6fa34b1fa8e437f583166fca169ec1 6e04dfb74a0883dccae508070a8a6dc0ba98c684 8fcd30bdc89f75487eccf601438680f0c39e265c dfc948f957e1b3f46c77b01848a3245ee7206710 f835a9ccd58e1084c35313e222bb4b8efe8d7a71 fa3808ecdc815362ef92291ab1f09daf51c6c9ca Package: ros-jazzy-gz-physics-vendor Version: 0.0.6-1noble.20250320.192452 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11110 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.6-1noble.20250320.192452_amd64.deb Size: 710298 SHA256: 19eb8e24ece6545be552ad883683d3096639ad4b5a941297df8fa4cfe2ac3de4 SHA1: 43b19eeae4fe405f84602396952dae296092134f MD5sum: 3e10bacf585f34aeccf22d2a679d5122 Description: Vendor package for: gz-physics7 7.5.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.6-1noble.20250320.192452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29599 Depends: ros-jazzy-gz-physics-vendor (= 0.0.6-1noble.20250320.192452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-physics-vendor/ros-jazzy-gz-physics-vendor-dbgsym_0.0.6-1noble.20250320.192452_amd64.deb Size: 26903328 SHA256: e4cec47633c8d3fc096fa1fd55fa4207e1b791b6a21dea9253c5bb5d3a0ee7c4 SHA1: 0a2b6e6a13f62687f1da5cd7bfa23e8194addb01 MD5sum: db7fdfa5a84549c24913388210a2a2ba Description: debug symbols for ros-jazzy-gz-physics-vendor Build-Ids: 056a38d08ad17777ec73ff8153d1677b63ed1180 68d80ff16ceb4bca1cc71229ba735260a5e6d083 962dcadefe3bad8e5ee4c107a917d62de069db95 db7e4e6befc122fc3386676e6345f7181d410582 f7719edb2cdb04982568c4c506ae2ad92b677d45 fd362de3183aa3474cff52c20dd84e4c9aa18364 Package: ros-jazzy-gz-plugin-vendor Version: 0.0.5-1noble.20250320.185243 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.20250320.185243_amd64.deb Size: 181840 SHA256: 677b9aa6f48dc5cb9f71520f9ca155af6c72fb635dcee97f926bebf292ea6900 SHA1: 2378e139664096978ab35ca323775cc898254817 MD5sum: 42340cd7d8cb6fd4fe61937af270899c 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.20250320.185243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-jazzy-gz-plugin-vendor (= 0.0.5-1noble.20250320.185243) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-plugin-vendor/ros-jazzy-gz-plugin-vendor-dbgsym_0.0.5-1noble.20250320.185243_amd64.deb Size: 2030728 SHA256: 722db068878648903b97cfc0bd173e91f29bacdd22cf833de20bcd8df9e0314b SHA1: b7e9c322fb2bad46b694fcc23715226309d3c5ed MD5sum: 486ed0951942457c16eab59e61b5f99d Description: debug symbols for ros-jazzy-gz-plugin-vendor Build-Ids: 09b77939280a5c1a633892112f94e2d2882c4741 15a95cd9c31cbbee4fd22a88e4da59ab3774a89b f6b3dfaeb5bd15313f829af6cd4b584ef166c9cd Package: ros-jazzy-gz-rendering-vendor Version: 0.0.6-1noble.20250320.203536 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 21991 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.6-1noble.20250320.203536_amd64.deb Size: 3966794 SHA256: 2ed5809e3eb203ca19334617bc443332c8a09cab70004fb94f1c497b9ec06706 SHA1: 8e0002c6389567d085bdee90f682111a25059a88 MD5sum: 1ec83ccecf1d12d5eeb525fd1b1714e7 Description: Vendor package for: gz-rendering8 8.2.2 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.6-1noble.20250320.203536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29169 Depends: ros-jazzy-gz-rendering-vendor (= 0.0.6-1noble.20250320.203536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-rendering-vendor/ros-jazzy-gz-rendering-vendor-dbgsym_0.0.6-1noble.20250320.203536_amd64.deb Size: 27658194 SHA256: 43244f3ba79f953f72cf5879b292674272f1c4503b17626944018cd5b8b883f4 SHA1: d79b271f086d1e221c95cb6399fe98aaf10a30c3 MD5sum: ae2d8a2f051bfbd11aa98b3555b96081 Description: debug symbols for ros-jazzy-gz-rendering-vendor Build-Ids: 33026e2eea49712198da27e97889d73e1d7efc52 7c86156770802d03364efcb0f919e7a5bebff96d c40b4a54c9cba83b3e1d0a242c7f4619df993e2b Package: ros-jazzy-gz-ros2-control Version: 1.2.11-1noble.20250321.144849 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 786 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-ament-index-cpp, 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-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control_1.2.11-1noble.20250321.144849_amd64.deb Size: 222154 SHA256: 95e51233c6f15c0015561c584a7a74eec6ec62f846b5a931974e5552fd4dc558 SHA1: da8ed0cd5d68b51faf383475944861a010f718cf MD5sum: 57d0ee03605c9f361ced19f5abedca4a 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.11-1noble.20250321.144849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 4849 Depends: ros-jazzy-gz-ros2-control (= 1.2.11-1noble.20250321.144849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control-dbgsym_1.2.11-1noble.20250321.144849_amd64.deb Size: 4580602 SHA256: 08a5144e467cbde854092be8f9f3f20b10d02474bbd14ef808a3018902c96609 SHA1: e586ba1092f933c560a15f396d148034253e82e4 MD5sum: 5d723b0ecaf1e5c9c97ea076e0e74129 Description: debug symbols for ros-jazzy-gz-ros2-control Build-Ids: 325dd3ac49c335c6badafda26b5cf6cd1e5b0bc5 4a17ea50269137d2ae862ac81b69b5e3e6daead8 Package: ros-jazzy-gz-ros2-control-demos Version: 1.2.11-1noble.20250325.173459 Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 1132 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ackermann-steering-controller, ros-jazzy-ament-index-python, ros-jazzy-control-msgs, ros-jazzy-diff-drive-controller, ros-jazzy-effort-controllers, 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-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-ros2controlcli, ros-jazzy-ros2launch, ros-jazzy-std-msgs, ros-jazzy-tricycle-controller, ros-jazzy-velocity-controllers, 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.11-1noble.20250325.173459_amd64.deb Size: 136442 SHA256: af4a162285fe02954d6fbad81b8b151de305e1513dc241a5b95e083423c3a5f1 SHA1: d292cd0a213830ad16b50f009f0eebd28dd862d6 MD5sum: dc733ffacba1f8bad349dad624d3887e 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.11-1noble.20250325.173459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 3827 Depends: ros-jazzy-gz-ros2-control-demos (= 1.2.11-1noble.20250325.173459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control-demos/ros-jazzy-gz-ros2-control-demos-dbgsym_1.2.11-1noble.20250325.173459_amd64.deb Size: 3468156 SHA256: 6919955d438fc59c134ce5e75a0a2c4640dc8fa66a8d50c740f0dd4212ae993b SHA1: 0b8c796d265105782671820af2c0bb735287763e MD5sum: 923386e6f5e94accd450303a094015e8 Description: debug symbols for ros-jazzy-gz-ros2-control-demos Build-Ids: 10b8a06b1fc21ad5bc720af0a5575d655f69d979 8a0443322f6793b6edcfd2abf0356eeba05dde2d c297e13559d7a276229b39bb56cc24381070659f e28577ec958bd220ed4dde88fc3afe5a2515332b f580af5a85b77c2c8b70380db9b7e32b640896ff Package: ros-jazzy-gz-sensors-vendor Version: 0.0.6-1noble.20250320.210201 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.20250320.210201_amd64.deb Size: 397282 SHA256: bd47dc2f62579a4b2517cba173bcc104bdbc7648b325867d4e2674a4bb7530ba SHA1: 92bc042d1e8804f28bee857670c49d8b477dd8ee MD5sum: c66b65915e0dbc1dde890b57b9793680 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.20250320.210201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11776 Depends: ros-jazzy-gz-sensors-vendor (= 0.0.6-1noble.20250320.210201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sensors-vendor/ros-jazzy-gz-sensors-vendor-dbgsym_0.0.6-1noble.20250320.210201_amd64.deb Size: 11415962 SHA256: 8827514efcd1a29e1842a0f9a90e69cb780d5b97dbaf686dda136d90266fee2c SHA1: 99aec9339de2f01afc748fd34aefecdeda013930 MD5sum: b2b6ccbc23e887eda432ca982bfd68b0 Description: debug symbols for ros-jazzy-gz-sensors-vendor Build-Ids: 03687d10cd03fa03611f66d104a5e9c6d0233917 1089b8d08bd56f5d94e8bb526dfaeb456e4522a8 15f2114bc952d4f57111fb917415e8b1378cc3b3 1b029c19fa5e3d8cb4af87c76b6228614cabab6f 1e39b4a5210dc757538202eac407597ebd6d76c5 24b02cc209fdcd2607949290a81bb7ab8680f978 2ddd5f3215196a09cf29ac1cbca027d075211497 306da4df1f1b0e38bb9ee07c80427cbdf59b7489 4c096fb9ad8e23a2c5ac6ed3284c23bdda8a6a46 4cd31d76e189735688f6b435c44553277051613a 51f5ac58762bf506fc02b6877ae1574c41340bb4 598be95dc1290fb742ab49422131f2fcb25ead3d 84ca3cbfdccb5f9d01d0deeb07c1fb6cdd2693d4 94a39aa01d79e100ec58989df188e01ea7769f0a cc5728c4735ae324aac0c9161e481c7707e8aa99 d158ccf94bbeb598e9000374dab1e3fe3cb1fc8d ec95a0a7108416900160e078845d0f2b36201d44 ee39d95558c118908002fc00692dabadeb4a5ed0 f12f7223b3b36eede0a446bb44a912271993d879 f7f9fd352563e384c23e8addc42b110288a348e9 Package: ros-jazzy-gz-sim-vendor Version: 0.0.8-1noble.20250320.224917 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 51241 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-fuel-tools-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-physics-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-sensors-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, freeglut3-dev, libbenchmark-dev, libfreeimage-dev, libglew-dev, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, libxi-dev, libxmu-dev, protobuf-compiler, pybind11-dev, qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-settings, qml-module-qtgraphicaleffects, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-layouts, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-sim Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor_0.0.8-1noble.20250320.224917_amd64.deb Size: 10596144 SHA256: d9d30f6d2e1508c4f8d0b4a6fe49b3a4ee260aa31c5d3c514ccf3248a58063f2 SHA1: 9e05a04d4c84658ab050ca2fcc3989ba4b0cd5e8 MD5sum: 7b81735983c19cecb83df06f375aa161 Description: Vendor package for: gz-sim8 8.9.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.8-1noble.20250320.224917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 186387 Depends: ros-jazzy-gz-sim-vendor (= 0.0.8-1noble.20250320.224917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor-dbgsym_0.0.8-1noble.20250320.224917_amd64.deb Size: 174448866 SHA256: 8645229d8205238328ffbc0185e57dacf2283aced437ed0d7ca8285efaf56262 SHA1: 6c594cad4effc9d3304656aa0ef0e02348cee836 MD5sum: 67b55328bca2af8af6064ea81d3c15c8 Description: debug symbols for ros-jazzy-gz-sim-vendor Build-Ids: 0e07b10506ba626b738060298ee64d9a402fc578 0fba219c6a4992b851a0f88b0d4a3a1f0c8dbaaa 12988a39c5f970888da79291fe5de14adaf767db 137f77d46dd8daa892763589ef6df5625b854469 15de9517a7fdd545b4c39096906c9ad538857b14 16429b8b02d05d4e1783f5aa9ec09f92b4de1a83 1adf8d252c7cba18346054612e41e172243a8b5b 1ce416975290d85b66dcd01e4069f29580368cfc 1dd15f7c8b62db3b76cd60f331581d036e87fb75 1ed9d21e9e785c2dfb2d791ac27062a0e598589e 206a402fbeccbb21d36751ff3ce2b534aa6fd10f 20cbab813cdfc5e08920a3b2a5475fa1cf306dfe 2869c5d8a548c1fa0e58806eb35aa1ee72a49210 2b8ba5ff34acd8071aada9f5337374d53d2facd6 3451838ee26209014ee6921ce10d2ef366a7644f 34595897c495571883bcdf6bde0121a6453ed9a4 34ad1c647b0a0789b8c38299d634cb52731f1cce 36b562d234378997658272a7bd6fa778041bd8b9 38037ec160b345c5c01ca75cd8d089309ab09213 39293796b684fc03bec92f504e05afcd3cb37552 42f51d135a8339be1affcf57777537eb7721e816 43d5962aeec5c113e42202f21d36ee072e9c4c29 43e3ffbe6c2cb0ab8dbd0a57795464ee1cf03e81 455e00f32f57b968c859b3c9834515c9305e6395 4618a49985bee350eca341c0c7e5f6b166f2f793 47cdf5602ee4705464dfc2f83d86fc9f9da548fd 48959186588aac89ee0e2706b1b27722cd3ad087 49834a67ad4ef47b994b13227417168f5c2c9e8a 50117262a7c7ddbd1cf6d613cefde4116e1f9fe8 50efb721daf3c0fa730824890bf7d0c00cef9991 552c9ef5f3644556e1a50998f0803098dd7bb99a 595a2234d933da3c167a107ff1e90eba847a7f41 59ce2c576c8b9f2259465c481203bdc158904c85 5a8954544e8fbf68bd8002770dedebb9c1a32770 5b79bd3d4699426e70005a3735c72288ff7f54d1 5ee66e61d7c6bc111ce61604081d14c4e6ac46b0 60fa0a269b90874fb218711d0ac30a562fb08a13 611b85d690298bab57bb3a7677665ed928935cbe 61df8f63456410845a9fe3b485e65c4244953d82 62b73c9299c5e184b67115c482afebd0915278f7 644afa8b0f7ca0ea575184ba8e49e0461da2f4ed 690ecee059eab160056dc5011c81591020a60e3f 69859d01827e8f2d00f9a0bda5a124a62cb09f2a 716c3efeb1d06589e408ca855643c5c1ccfa9ff8 71aaaae47d694ee2f7a87c54020b8d3623eb230a 73b1a315005df18e6e07a0f49477df0c7279905e 75c186ed2498a2db4be788e52c86294b189f5d86 77c2d95effde4baa45c5df0d5687aea11786c9a0 79c3320936bf421fbb27906feb1f24fe2c0c648d 7d63c77b0a33d65d70f2bf9aaacd7d770d7b3533 8028dd66f501ac9bea22bf97adf68459ef7c639e 82b8fb65801a4fd74986ba23b3537488fab2a594 85fd829f55790dfac9eec14601fb0ace4fcd3e42 8648c788a17ea196bf9e9751096903492a5a8ea0 86910c4850386e2e960818d03452d501bcac4a59 86e4495f7cc4b7cfe64e02cc40156212e136afee 879e343db1ab63ead67a0537ca652a8bc326bdd7 8d5fb688d41e08be711273798532b26dc393c069 8de02ab743a333f7b42cb8e3d3633945d470812c 8f5c256b7958b85965114e9329920962d58ffc64 9032249dcb7854a25a0c22c8ec1cc595ad0bc6c0 9197e9ee2ffb07483fa461a3fa6fff66b239a20f 928dedeb169dcf9f6315afc3fdcfa6b06ed52700 9493efe4e937e5b399fd178bf214305bd324bbdf 95b45300bac53d33256bfae58882a140b5910b29 9633b173a70516f3c0e2d208e8b174e84db52ad5 9d65177ad2b622f7d1b1ad3f0941fff829182e99 a0b14abfdbc051aae5bd98d86c82b1ebfa6cb16c a1d47e94a15f3c4f8bee0da5140a5cbf16ecd88a a59b88817172c13504bfcf694450c6cbb106bf9e ad064a614f671d5c51c21701fe318996912613da aeac4d7d21659c5fd03029d8630fb7106a8f3ba7 b4bbec7449a27fb6407f789cd10d650a286c0971 b4d8aba7cf412dd421bb8889b4214988fdd401fa b6b6f9d098ca894a293e48f01e093b809e64a26c b7036461f440fde4da9f08fb1595bba080b92bad b70c128669d015cb53266c5a723590b2c8d01739 bb39d77a7c08600a4baeb7048755c00085f6463b bb665badaf6f227db1356350d72698c6cdf63d11 bb73ad122630f8ec9756e34c94f4b02afa4d19ed bc46b33725376c38e4b2c601b3502bfe4a32ca60 c20896c16b7fd684897c193cdf244a49508e6da0 c7431a1d9b0d3e6e4627a73a5873250f643189d8 c823cdba4751fe81b9f8fc7d9bb0b365f5d0c737 ca443ee6e10ef8d9fb23c8f3fa25dd7d14c444b4 ceb6ec23cfdb392860caa1f1cd1c746753e09342 d06addf59259475cf85199092b1726b5607673d1 d1f75d702247b2d5f7a7d02b3ccac327b2a8afb3 d35dda9fe46214de4463f4d8f9309bfa7c084455 d4965f380ca548b82bb94490131ec4801e4470b1 d58953b783bccb6a80f2fcb09abbeaf14ea69b7c d916c41f011e07709ca6b15cc2fdf13a88b6ebde dc70c1e667aa8ee4d1d0ca3290c1ad7a6f90534e dd25571031cdd22897dbc22b0f4baefa6d8d7eda e011f0d29ea0f9429f60e4d17e009299a6f6c339 eaf1c21a5c7cc88da245c544720e29c3300f3952 eca1f5a568a42abea420313514e96482359ecb62 eca583218cee425cfcdcfe552bf0fc56c37c7e89 ecdc7b2e03354584046fda5de68f1599f5c27033 ef24f6e53c2e1701edf171c95d8cbe74fdf492d3 efa06e292dd222ff39d082430dd1d239576b52b0 f588e47a49c43b0b481a73ae3410c3f0aa9240cf fcc005ce950df99eee50aab40bdbeee54f97c437 Package: ros-jazzy-gz-tools-vendor Version: 0.0.6-1noble.20250320.185031 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.6-1noble.20250320.185031_amd64.deb Size: 32260 SHA256: e9ffaa7dfbddaf5c38cfdce5fda7cd1a9c0cff5b02f690cfe76befcc95bb1871 SHA1: 149a58299c1165b0a500faa4223a71847b4b5a32 MD5sum: 2cfccab68d3298c5c3b4a6c446fe5420 Description: Vendor package for: gz-tools2 2.0.2 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.6-1noble.20250320.185031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 227 Depends: ros-jazzy-gz-tools-vendor (= 0.0.6-1noble.20250320.185031) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-tools-vendor/ros-jazzy-gz-tools-vendor-dbgsym_0.0.6-1noble.20250320.185031_amd64.deb Size: 204280 SHA256: 3bbb20ca6f0780b93978f17d5fc576f9e84c831fe6096dc53bbd2709fea3fab7 SHA1: ebd370f929e22d492c138f36fecdc979d3076e7f MD5sum: 68360272423cb6c4e53014eb2a6f9c2f Description: debug symbols for ros-jazzy-gz-tools-vendor Build-Ids: 4a11fc6593746e602f28bcfc81d516ca81e23e48 Package: ros-jazzy-gz-transport-vendor Version: 0.0.6-1noble.20250320.191059 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2225 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.6-1noble.20250320.191059_amd64.deb Size: 520900 SHA256: a0f2ef43b6f56905a4c5ebf475edd911d1abb8f6b1feabe447914bacc25f95da SHA1: 380bee63d5e08ff53a7bb2def21c0bc7cae9ba98 MD5sum: babcc071f93ea477172e96a012a9c209 Description: Vendor package for: gz-transport13 13.4.1 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.6-1noble.20250320.191059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9251 Depends: ros-jazzy-gz-transport-vendor (= 0.0.6-1noble.20250320.191059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-transport-vendor/ros-jazzy-gz-transport-vendor-dbgsym_0.0.6-1noble.20250320.191059_amd64.deb Size: 8748962 SHA256: 1253f92813bbb9688a47948fac6e39d38222bdb4bb6d2d164f485d07cdcaa5e4 SHA1: 852c0c727d430ac602cd9533130abbca37dbe83a MD5sum: 235287305f54be4d7b037011af7aa99c Description: debug symbols for ros-jazzy-gz-transport-vendor Build-Ids: 600551c31c520c3e4d3658d022457b70b334cb9c 9aaef813886f4c3dadc8cf4f56daaa52609807d9 a19d14ecca590082e2940aac3fa7854fa1add799 b8549c2c083c7d4a049d7c389f6f0f7f90fbf3cb d1e30b27e5f897f365d26f32e763205ecf5ce694 Package: ros-jazzy-gz-utils-vendor Version: 0.0.5-1noble.20250320.185038 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.20250320.185038_amd64.deb Size: 104604 SHA256: fd4320a967b0feeeeaaf8d0c2949ff4ca7f6858857386bddda57f2e873fdc5ed SHA1: 562369baf311b6144a1c4739413fffdbd95c38db MD5sum: 963236ee9cd536e64b6643cc9519fc6a 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.20250320.185038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 161 Depends: ros-jazzy-gz-utils-vendor (= 0.0.5-1noble.20250320.185038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-utils-vendor/ros-jazzy-gz-utils-vendor-dbgsym_0.0.5-1noble.20250320.185038_amd64.deb Size: 145780 SHA256: 8a5b1d2a87744f3d0b83f84a1497cd706720b6d54ae233eecb6340bb5f4fdd7c SHA1: 524120b8f3a10bf0df2ca603315671317adf9580 MD5sum: 395de263944b03bd5f37ec101eddd989 Description: debug symbols for ros-jazzy-gz-utils-vendor Build-Ids: 763dfb21012591ac8d9b7dccb1bcde27b2002aca Package: ros-jazzy-hardware-interface Version: 4.27.0-1noble.20250321.140651 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1131 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface_4.27.0-1noble.20250321.140651_amd64.deb Size: 285382 SHA256: c19f1fa37afa77cb2b6bd0753633661acc8f6664880aea4d4998337ee4d65cd4 SHA1: c728b0426a4a8bc0038b56a236fd2b3fed5c76d7 MD5sum: 724743b1558d0c6ef97581825309e0bd Description: ros2_control hardware interface Package: ros-jazzy-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-hardware-interface Version: 4.27.0-1noble.20250321.140651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4938 Depends: ros-jazzy-hardware-interface (= 4.27.0-1noble.20250321.140651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface-dbgsym_4.27.0-1noble.20250321.140651_amd64.deb Size: 4708892 SHA256: ff9924364fa49c99e877109cc94f537256aa54db54357c86188a2c4de979c0e1 SHA1: d7bbee2cf3068eb369119ad54d54e6e38d61c25e MD5sum: d1fc1e879731be9909c5bc9546783459 Description: debug symbols for ros-jazzy-hardware-interface Build-Ids: 7d55092a191029141ce8fb76d574ccce39236174 b2ecc16940b39d0e54ea01036ba4373544c40095 Package: ros-jazzy-hardware-interface-testing Version: 4.27.0-1noble.20250321.143933 Architecture: amd64 Maintainer: Bence Magyar 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing_4.27.0-1noble.20250321.143933_amd64.deb Size: 55974 SHA256: 3bd3ef8d3b31d648cc6d8a169cb5fb08f68eacc625cbdcd2e021defe209f72d2 SHA1: 7a5039b60a577bb04123e4ae6c43880f22f67cc6 MD5sum: 60964227626e009a5e939932ff141839 Description: ros2_control hardware interface testing Package: ros-jazzy-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-jazzy-hardware-interface-testing Version: 4.27.0-1noble.20250321.143933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1802 Depends: ros-jazzy-hardware-interface-testing (= 4.27.0-1noble.20250321.143933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing-dbgsym_4.27.0-1noble.20250321.143933_amd64.deb Size: 1739480 SHA256: e45fb549cf6694d93e4f0c9a24cc5124dcdf194775111c3ed4aacaf3084b630a SHA1: e442b77a90e295f5262b6c69cf80fc166a84fd71 MD5sum: 12e7fb2890a0265ff1ce34296e4c56c7 Description: debug symbols for ros-jazzy-hardware-interface-testing Build-Ids: 358f70d438bbff381961c376edcd5a35feb8055c Package: ros-jazzy-hash-library-vendor Version: 0.1.1-7noble.20250320.192107 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.20250320.192107_amd64.deb Size: 34542 SHA256: 6cda3c4e5dc96f58db9aef92e05d523ed22911734021fbcd75e495bec0ec2bde SHA1: cda61b3041507e7d247c44cda991bd2f041914e9 MD5sum: d329c8d2da9d58b65a843152d3187345 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.20250320.192107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 176 Depends: ros-jazzy-hash-library-vendor (= 0.1.1-7noble.20250320.192107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hash-library-vendor/ros-jazzy-hash-library-vendor-dbgsym_0.1.1-7noble.20250320.192107_amd64.deb Size: 155290 SHA256: d67de3b3daa4f32bd29092be37cd941cf9ba309b3317dba1d2d1242cf3216df4 SHA1: 08156ce2e1845a52559436a4527397e77ec33811 MD5sum: c27d9642c157e648058bb234e2584ef2 Description: debug symbols for ros-jazzy-hash-library-vendor Build-Ids: f96204dde829bd84008eac3af3955731ccfe69bb Package: ros-jazzy-heaphook Version: 0.1.1-3noble.20250320.190747 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.20250320.190747_amd64.deb Size: 24616 SHA256: 4025afa4d3cda3a0f79085bdddd5a5484f6a81fe41e7c90b0bfa42bdcb43f9cf SHA1: b0571110749684c43328daee2c7d6d3fdf2bb829 MD5sum: 627a20c7e1431566f00bf05624f4a5f9 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.20250320.190747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 190 Depends: ros-jazzy-heaphook (= 0.1.1-3noble.20250320.190747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-heaphook/ros-jazzy-heaphook-dbgsym_0.1.1-3noble.20250320.190747_amd64.deb Size: 150388 SHA256: fae2d9a9bdffc1413be89d601f2691a12b66f2894a0036eb73f3481992214b52 SHA1: 0812b52185c0a5d9a09daea30150d42716618905 MD5sum: f094ee13a8d6c7b201b46e93e0467860 Description: debug symbols for ros-jazzy-heaphook Build-Ids: 497f8dc6c86fce250b0585862d30a4ffeb50c87a 80291497ca42d04073929af06d284290213ae272 9a2ba7eb345720b292317b875b8286258c6aeb76 Package: ros-jazzy-hebi-cpp-api Version: 3.12.3-1noble.20250320.185152 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22374 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.12.3-1noble.20250320.185152_amd64.deb Size: 6653460 SHA256: f4dac8e417ac657a749659c3c89f126218723d1e2b18b2236a3fab99ea630207 SHA1: a668b369011ce2369846fabefdb6df660a542814 MD5sum: 2ff38363d9a2ea2cb27e3e284abf99fc 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.12.3-1noble.20250320.185152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 3903 Depends: ros-jazzy-hebi-cpp-api (= 3.12.3-1noble.20250320.185152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hebi-cpp-api/ros-jazzy-hebi-cpp-api-dbgsym_3.12.3-1noble.20250320.185152_amd64.deb Size: 3790860 SHA256: c2c1b190e403be68582fd7a62b9aa7e63a0e99ce69baad35e2ef1cca1de47e41 SHA1: 7a67be7e5b9d378b5d9d81e78b1c8baef4830be7 MD5sum: f53230b12ec963d0711272f91573d4ff Description: debug symbols for ros-jazzy-hebi-cpp-api Build-Ids: af53b9bebc9aa2b9e34792e8b983592ace5756d4 Package: ros-jazzy-hls-lfcd-lds-driver Version: 2.1.0-1noble.20250321.134145 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.0-1noble.20250321.134145_amd64.deb Size: 82682 SHA256: f4f8307b292f8d75f5c2ccdf344c639e227cbebd9bb0d3e8212f536253cec79b SHA1: a46fba18d3b32015a4815119926e1b039517bc9d MD5sum: 97c614ebea76a0a69d5454ee400e75a3 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.0-1noble.20250321.134145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1132 Depends: ros-jazzy-hls-lfcd-lds-driver (= 2.1.0-1noble.20250321.134145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hls-lfcd-lds-driver/ros-jazzy-hls-lfcd-lds-driver-dbgsym_2.1.0-1noble.20250321.134145_amd64.deb Size: 1022982 SHA256: 6c53d00d2ba681e0f3495dcb1df70e4ff80caa5025bab9488530780ddbfb0e65 SHA1: 7a1ece9fe005adbfb426f05ae77ccd321e952c57 MD5sum: 8b2f1a24e26b83f97cced2fbe535b322 Description: debug symbols for ros-jazzy-hls-lfcd-lds-driver Build-Ids: 17f9ca1d4768a18c2374164ba6d5ac3e5875f8f9 Package: ros-jazzy-hpp-fcl Version: 2.4.5-1noble.20250320.203538 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.20250320.203538_amd64.deb Size: 1146298 SHA256: ed8dfcaf2535cf1902b823bb290701e6877fc726eafa5d7098c99c5c633db95d SHA1: a2c6c25dc280e90eef76eecfe0bb082f821c3186 MD5sum: cfa44f3e2ea251797cc72b54f30802c9 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.20250320.203538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-jazzy-hpp-fcl (= 2.4.5-1noble.20250320.203538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hpp-fcl/ros-jazzy-hpp-fcl-dbgsym_2.4.5-1noble.20250320.203538_amd64.deb Size: 50668950 SHA256: daf395534f2351238413e6deeb79803940bdc5ef8fb1387abd354b70fcea1453 SHA1: db5e43da1abf7203cf3cc8b94504b923a0746f00 MD5sum: 5d9d97a511654c8958eeb055851d2611 Description: debug symbols for ros-jazzy-hpp-fcl Build-Ids: 2c9b17bb92f02bc2192a904eb2af340b45bd9da3 a754800e79ed20683480fef56654444ca7aa83e8 Package: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20250320.221615 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7274 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.20250320.221615_amd64.deb Size: 424646 SHA256: 545817ee2792d804fb2689aebf25412918c8fac5c9a63f19e802ab42522fcb4e SHA1: 5183304f3a7544df19d74361eadabfae2a78db69 MD5sum: 4b332672760342340dff10f132ec679d Description: The ibeo_msgs package Package: ros-jazzy-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20250320.221615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4816 Depends: ros-jazzy-ibeo-msgs (= 4.0.0-4noble.20250320.221615) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ibeo-msgs/ros-jazzy-ibeo-msgs-dbgsym_4.0.0-4noble.20250320.221615_amd64.deb Size: 4047946 SHA256: 0024da5069ba9036b1239ee7d234f505cf8fedf1548b33be49579ce45fa72f31 SHA1: c7a3455076812907207a6373e469e670bbc253b2 MD5sum: 77fa4e693711a64e008ae892dc6c4d61 Description: debug symbols for ros-jazzy-ibeo-msgs Build-Ids: 1ae2aa410e8156e9c835ff2d535c8d0c65fbf55e 31ec4bf9d4ab9cd73c2c68d69d6fec2e2d33344f 3eb46148ffb1950e7a5c4f7c70b68f507d5ddc2e 5e10c09875dc84f8712de0bccfb76cf8de9dd792 74714e6e5ef280863bab1089b821b25d9574606b 9f513b7f72d1804bc6d4cf688592026194a4bf00 ad2bcf2b730968704a2efbe75ca21f18e25f317d bae422da462d45b630f09efda113845478e64a19 ca3f5de6758c9674057483d639f1aebb842df81c f8ec523758ce94ab913675c76f6c9eb2161f84cb ff78a04ec8a20e35866368fe89cd08834707c23f Package: ros-jazzy-iceoryx-binding-c Version: 2.0.6-1noble.20250321.124017 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.20250321.124017_amd64.deb Size: 63760 SHA256: bc1d1784cb034009a1d42d126b5ecbef3009939e86517165455421b797fdd222 SHA1: 5d95438f25054252871ccc460e744c0a203e1885 MD5sum: 8fe5dfe114e7822e5c77d3334df05eb9 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.20250321.124017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1095 Depends: ros-jazzy-iceoryx-binding-c (= 2.0.6-1noble.20250321.124017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-binding-c/ros-jazzy-iceoryx-binding-c-dbgsym_2.0.6-1noble.20250321.124017_amd64.deb Size: 1044086 SHA256: b8515d84eeac2502ac3cda845cb920a3e8f39426c4b23305e38e8fb3727377a5 SHA1: 3a98e2f22189d4cb90f9b1bd620a565d8865b5cb MD5sum: cb836ce317d76bfbb85f5b3b38ef48f8 Description: debug symbols for ros-jazzy-iceoryx-binding-c Build-Ids: 5733a89773862c874261c0aac33a84c220e2d927 Package: ros-jazzy-iceoryx-hoofs Version: 2.0.6-1noble.20250321.122915 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.20250321.122915_amd64.deb Size: 211632 SHA256: da56c5e7b4dfc220ab1389b6c6d1c78140a3949e030dd502a1ced326b6af41bf SHA1: 6079d39ce71a33fa7666134a2f3d0c0d10e707c2 MD5sum: b45ca3a2f2807e754a18cbd7f485f73e 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.20250321.122915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1214 Depends: ros-jazzy-iceoryx-hoofs (= 2.0.6-1noble.20250321.122915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-hoofs/ros-jazzy-iceoryx-hoofs-dbgsym_2.0.6-1noble.20250321.122915_amd64.deb Size: 1130554 SHA256: 91f5e414c92b8cf7cd9aca5dd9f57aa570595bbfb838114c402dc7d59d6bdbb6 SHA1: 7c4828262e73132a325f5e9d0a1e92561225313b MD5sum: 34f8011c45a02b4dd88d4f0ce17fb5b6 Description: debug symbols for ros-jazzy-iceoryx-hoofs Build-Ids: 60769458beed6ac50ace8a8afaedcbda367352b9 c0cc004c65618ceb512372474f808e0a4d31f97b Package: ros-jazzy-iceoryx-introspection Version: 2.0.6-1noble.20250321.124003 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.20250321.124003_amd64.deb Size: 35564 SHA256: 921271a64ccad96f3f7a85ee22eb3f61acea3c02a61215e4edf69addc537c926 SHA1: 6813d362b3c83a0e1bb632237ad43a71cb249752 MD5sum: cb42c8db8e2e68080f35018b974c661e 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.20250321.124003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 479 Depends: ros-jazzy-iceoryx-introspection (= 2.0.6-1noble.20250321.124003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-introspection/ros-jazzy-iceoryx-introspection-dbgsym_2.0.6-1noble.20250321.124003_amd64.deb Size: 429422 SHA256: be1a66d610420a009e0708ae7fee44b187bdd6483048c0a9456d914a8c9fe378 SHA1: 9a19556562a1c44ace60e4bc1db10c85e07e44ce MD5sum: 4da0ea51916c80643efe24aff0a21074 Description: debug symbols for ros-jazzy-iceoryx-introspection Build-Ids: 217b1e34afbf15cb6ccce5c714b0a1f8beba03d4 6996c884db38b08cdbd1b04ca7782704911c787c Package: ros-jazzy-iceoryx-posh Version: 2.0.6-1noble.20250321.123258 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.20250321.123258_amd64.deb Size: 399914 SHA256: 4ad10dd51b11b31cb982e2b36f4b303e5d1c6e29b94be487e918481ebe3b6d22 SHA1: 6fb5a0f45a9a9b401b4e39d91db2585e94492ed8 MD5sum: ac73e47c6bdb3249dfd0ed53e1bf5b6e 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.20250321.123258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6246 Depends: ros-jazzy-iceoryx-posh (= 2.0.6-1noble.20250321.123258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-posh/ros-jazzy-iceoryx-posh-dbgsym_2.0.6-1noble.20250321.123258_amd64.deb Size: 5979364 SHA256: c8c96a592ab40ae8149ca8cf735c9915de043b68afc9473dfe5fcb0775799cc1 SHA1: 12ac506d1849aeae89bf1e78fa48ad13daea1e5a MD5sum: 6c4e17795d43883dd54851802c872a00 Description: debug symbols for ros-jazzy-iceoryx-posh Build-Ids: 16568b9655c9fb444545c1992d3920009666092e 4152968f879b480d6355818c1a5ffdc62faaa028 9a05f944b90334b2c06cfc387f43788a1a8354d8 e4b6229992789230f2ecfb9fc2040ced9e708299 fe7aa19e0d05ad92fda4a3b134bf076d5dcc8936 Package: ros-jazzy-ifm3d-core Version: 0.18.0-10noble.20250321.145720 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.20250321.145720_amd64.deb Size: 477928 SHA256: 19086576406c1e4fe3169706b7ebadaa0a8cecbd42ed5300999717b3f004490e SHA1: acf1415a09658184a52092994a1a46f464d023ed MD5sum: e327c01a9ca8f7b3efffd8e7d59132de Description: Library and Utilities for working with ifm pmd-based 3D ToF Cameras Package: ros-jazzy-image-common Version: 5.1.5-1noble.20250321.135924 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.5-1noble.20250321.135924_amd64.deb Size: 5828 SHA256: 68cea0b1f75dcff4822f7307763b78bc4621241e0369e82ad7091dc63759c2f6 SHA1: 82e92db9c13d5f12c7578f9f765d915b3d446308 MD5sum: e3df9b573f1d86b3b0bef0f2ebc65254 Description: Common code for working with images in ROS. Package: ros-jazzy-image-geometry Version: 4.1.0-1noble.20250320.224501 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.20250320.224501_amd64.deb Size: 32982 SHA256: 86b8d0450a68abb7824d0aeaa48c90dbbad02fe761c8e79d9de67cabf96bf710 SHA1: e7d890483ab731ec1a88a04c16683681e09be6e1 MD5sum: f6f9b4b2c4a1e0cb298452b73272337d 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.20250320.224501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-jazzy-image-geometry (= 4.1.0-1noble.20250320.224501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-geometry/ros-jazzy-image-geometry-dbgsym_4.1.0-1noble.20250320.224501_amd64.deb Size: 246302 SHA256: 20134748b3c020b812043e46fb6a9c073d3d7dc0b3c8c864c2398230e6bc3dc9 SHA1: cb2fa554541796cb96d896544294d1aac4ca6843 MD5sum: 21985470dc79bc0cdc7fe6d799bad4d1 Description: debug symbols for ros-jazzy-image-geometry Build-Ids: 68e5cdc02bcc4079cdc0f1fcbb19827bbdc333f7 Package: ros-jazzy-image-pipeline Version: 5.0.9-1noble.20250321.151244 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-pipeline/ros-jazzy-image-pipeline_5.0.9-1noble.20250321.151244_amd64.deb Size: 6788 SHA256: 0283583a922bc192d10eca984abc6933a20ee1811813295a0fb17bad7acd82a7 SHA1: 95c1320efe308e0ff7d94a815519b2305e55ae4c MD5sum: 05ae6a85d5bc53737742bc22b901add7 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.9-1noble.20250321.142217 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1604 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc_5.0.9-1noble.20250321.142217_amd64.deb Size: 261452 SHA256: 3bf45c707d45e530ea7d16b48369bf9777bb2b5f63eddb017029fb4fc02bdb92 SHA1: 664ca7c7c2784d37a0885158f9af3f8e9b23a26a MD5sum: 4426e18e7e1dd238d7977574955d35a0 Description: Single image rectification and color processing. Package: ros-jazzy-image-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-image-proc Version: 5.0.9-1noble.20250321.142217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 8715 Depends: ros-jazzy-image-proc (= 5.0.9-1noble.20250321.142217) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc-dbgsym_5.0.9-1noble.20250321.142217_amd64.deb Size: 7462748 SHA256: 445ae0b7e6f5a35026586bd69a37d3da25f4912bed2e240f833eefee3c25bed6 SHA1: 9a9761488de63eba2ab51499d07ec76b1a9a0ed9 MD5sum: 6698f5d5de2df2d3a40bf828082aaa4f Description: debug symbols for ros-jazzy-image-proc Build-Ids: 10b63bd470913c5cd99fb3f60cec49225e4bd077 11cb3d9dade8e00382c127f0af7048654d010205 375ed981d3c1d5ff68291ea5acb7dfee0a412978 3d6486f1111bb90b18356fe6c3876bf66976f15b 5b39b62a08b3c9ec8b86806ea80a314845926005 78d8fbaef74810e2ff817fa7e543f151a618db74 7d923ad412307b9972a7b96143dcfed965c6a247 98591c0d2c35321c52c50106df5923cf86ebcdbc a1e18f5e6a16a7da840111fdb688cb85d0af839a c38a2279007cbad27be1f12d23fe15ce39dd3454 d3c1e72cfcfd5d2392b86a3645fc51e341c6b745 dfcd5e6930f163db258df77166d829762541b508 e84cb7505b333d152f43eef856d8a41ce3650260 Package: ros-jazzy-image-publisher Version: 5.0.9-1noble.20250321.143029 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher_5.0.9-1noble.20250321.143029_amd64.deb Size: 130636 SHA256: f5ccfad1165cd9352771540cba9b7644ec9db0fbd8ce39048a2f870951d65bf2 SHA1: de2c476c66383c19f5ed6af3789d791fc4e53343 MD5sum: f0183166fb06e35a4771d1fcf4075b53 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.9-1noble.20250321.143029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1275 Depends: ros-jazzy-image-publisher (= 5.0.9-1noble.20250321.143029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher-dbgsym_5.0.9-1noble.20250321.143029_amd64.deb Size: 1212594 SHA256: d176b8f77a7005fd1a9f49b9165d415e53539804541537130a4d40990d7e3178 SHA1: ab0181190a251bbf4df773d7f81e04245bb73d89 MD5sum: 159eaf150dd9d18973e847b7a5fb0057 Description: debug symbols for ros-jazzy-image-publisher Build-Ids: 4e94613c8aec69e2a0795dda80d33af6a141c53f aec15bbb07bce61aea057b2f4bc090172af53009 Package: ros-jazzy-image-rotate Version: 5.0.9-1noble.20250321.141810 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 715 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate_5.0.9-1noble.20250321.141810_amd64.deb Size: 162394 SHA256: 068269b279145c6a35071a01464b1c9af81bed05bc912b55b6c5c6e8ac5a521b SHA1: 1e11d3f54172fabf75f870baae981a662836b16c MD5sum: 350acec79deb408ec4956896418375c2 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.9-1noble.20250321.141810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3716 Depends: ros-jazzy-image-rotate (= 5.0.9-1noble.20250321.141810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate-dbgsym_5.0.9-1noble.20250321.141810_amd64.deb Size: 3488766 SHA256: 19fbd83eea086b403c4274168ae0d0a9280d5309db9003c20355fbc42531e7f7 SHA1: 71febbb3e203dbb5dd0d0e336e87a530a1b578b6 MD5sum: 691b2a9a1f3d7f5722226b96de019c7a Description: debug symbols for ros-jazzy-image-rotate Build-Ids: 2bba1fb7641f264485f7dbfdb37b95e01abad01a 322aecf3d6944c16bf1b4bbb0041e6a0080d8588 c612545dbb09a75f213fb150c83a455c1c1b3670 e1cd1f49085483d110d7a8718e3d8c2b33fe351e Package: ros-jazzy-image-tools Version: 0.33.5-1noble.20250321.133200 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1027 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), libopencv-dev, 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.5-1noble.20250321.133200_amd64.deb Size: 185720 SHA256: 74804eb601ff030a00f0894e3482fb8a6a05d3fe7f44c83c0458d9b145cc099d SHA1: a2de583a581818a05a0e6593f122eaa4511c5cff MD5sum: de75c63c171792571b35767c5c67cb79 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.5-1noble.20250321.133200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5016 Depends: ros-jazzy-image-tools (= 0.33.5-1noble.20250321.133200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-tools/ros-jazzy-image-tools-dbgsym_0.33.5-1noble.20250321.133200_amd64.deb Size: 4106882 SHA256: 57c933978477d4f394dcd0d7db1317b0c2ea81b8771927c8d7c6f6e3c3fa18bb SHA1: 739d489b0f216b44f5b3adb75fa8c2349272d2cd MD5sum: bf1a12e10b4acdff585bdd3cd093ed64 Description: debug symbols for ros-jazzy-image-tools Build-Ids: 386189dbc53fae808cbe0951e07b50de9837a750 ad6c595cbebdd4ad396be1654a30754d2ae459b7 adad82a8793ea7b2613ffe758a8cd90a9eabf4b6 Package: ros-jazzy-image-transport Version: 5.1.5-1noble.20250321.132838 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2968 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.5-1noble.20250321.132838_amd64.deb Size: 416130 SHA256: 563501977c4ea4be0fec67b655e445a07f7a307342530dcee4e32c8c4acf009f SHA1: d2844c7878bb6670b00763b6561abe01eba033db MD5sum: 371e048e12c97b96f59564cd68a74ce9 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.5-1noble.20250321.132838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 9615 Depends: ros-jazzy-image-transport (= 5.1.5-1noble.20250321.132838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport/ros-jazzy-image-transport-dbgsym_5.1.5-1noble.20250321.132838_amd64.deb Size: 8656078 SHA256: cb75388b952901a193b53e53b3d76be431f4a6e97eec1b39d4687e490474af55 SHA1: eb1c4261b9bd2265acfdb14b3e65cabba1e79588 MD5sum: 8d30d69bd00822a6e4bca2ac7acd327b Description: debug symbols for ros-jazzy-image-transport Build-Ids: 42f2d2b669ab8f7221a7a21ccd2239923921250d 5d4527b6379c66a0bf3248cd05043c8663c36651 688ef84ae8ca4842c31acb52b6788869b42d3643 8a06c3ee0efc4e6c15c8aecdfee5cd307707d73f b0c41329c2b9a9b6c9af267dc45f42f642a800a8 Package: ros-jazzy-image-transport-plugins Version: 4.0.4-1noble.20250321.145515 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.4-1noble.20250321.145515_amd64.deb Size: 6084 SHA256: 5e0e60772a7da1c90c097730c034f3c266100d01236c6534765fef070129f0d9 SHA1: 9ca29174836dc44221d5d5f4f79e5ec58cecf35e MD5sum: 1b02f7388a7c2e5fdc3c115ef6fe471a 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.9-1noble.20250321.140810 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view_5.0.9-1noble.20250321.140810_amd64.deb Size: 292298 SHA256: f5fe7028c1403e512a5fd625486cdf5f12e0279486fee335ed85a006065fcb3d SHA1: ac85934b14147fc490500bd431013e1dde50ddad MD5sum: 22f6f807474b17245dcdaf0f4a5c7038 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.9-1noble.20250321.140810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 8293 Depends: ros-jazzy-image-view (= 5.0.9-1noble.20250321.140810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view-dbgsym_5.0.9-1noble.20250321.140810_amd64.deb Size: 7625398 SHA256: b19a9d141335d123cf932ee2c3607f19309d16f895fc260bc7ea19155720e38f SHA1: a73b99f9055cc384ee011a156a238584e71004ef MD5sum: 5a2a9c1ed16b5cb5777ed66e6c425c86 Description: debug symbols for ros-jazzy-image-view Build-Ids: 6623969a168164f30769a6fa35332a81fe7d2eea 7584376c3d549b274be8f6252210b034611b0463 b1e8d9db7ae925a69c8b6d330b6cf3ab5e90c722 b31976f8eeae853e70555a88e6d7765380686ecd cbb9f6b690ffae424b3aa8e667420c26a36432bc f1fb219081bbb180af6e897686f6a58f0940d6d8 f98eef6bb987c81194cbc938f7f2752754f39039 Package: ros-jazzy-imu-complementary-filter Version: 2.1.5-1noble.20250321.140412 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.20250321.140412_amd64.deb Size: 209856 SHA256: 93e40efa1b4ced8791ebe5e7a69840579625fe508e4afcb5a7e18f1b9a6cac91 SHA1: 569b35c83c009b77a816eb42bdd0265ad83054e8 MD5sum: 4afb581a8bfbd4e56ef7a7a53b325222 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.20250321.140412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4684 Depends: ros-jazzy-imu-complementary-filter (= 2.1.5-1noble.20250321.140412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-complementary-filter/ros-jazzy-imu-complementary-filter-dbgsym_2.1.5-1noble.20250321.140412_amd64.deb Size: 3971744 SHA256: 757088672a34803e4d348abb9837d330acaab76a9f22dfb428cbf70180306121 SHA1: f4041faae39758f0b4740f9a7e0cd52a39dcbd63 MD5sum: 8db657865f9b9c5301bc9c92a6d733c0 Description: debug symbols for ros-jazzy-imu-complementary-filter Build-Ids: dc9df2f561109e0a1ca09c9feee44ef6890f963f deb2e8d9af29251d6eefa7aa2e357c5b8e8d21c7 Package: ros-jazzy-imu-filter-madgwick Version: 2.1.5-1noble.20250321.141543 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.20250321.141543_amd64.deb Size: 245856 SHA256: 77cabc2d7557bfada75b6a85c24ff7203b19c3017a8977d77efe9f7c0350dedf SHA1: c2bbb0bc09b01d7426e0db72fcc224bb33ba8d82 MD5sum: 3ccdda1f0377050bee00d120e8a211f5 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.20250321.141543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5671 Depends: ros-jazzy-imu-filter-madgwick (= 2.1.5-1noble.20250321.141543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-filter-madgwick/ros-jazzy-imu-filter-madgwick-dbgsym_2.1.5-1noble.20250321.141543_amd64.deb Size: 4740192 SHA256: 9fc4d538ee09824bfd208b24c323bb1bde6ded11be49f68f986cf6f83ffefa7d SHA1: 01730528d2352d3e55ad231212d044ceb5dd5bfb MD5sum: a0e25f300b88352b1df860350d596923 Description: debug symbols for ros-jazzy-imu-filter-madgwick Build-Ids: 244178c1ea5248db08bccd6833ed46df399572c3 55d579ffb21c6360151ffff95be7a77f892a8652 Package: ros-jazzy-imu-pipeline Version: 0.5.0-3noble.20250321.145748 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.0-3noble.20250321.145748_amd64.deb Size: 5404 SHA256: 079c0f0688dcab1497355c3972eee2920d153eb4da00d9ca89a2dec6aa9d876d SHA1: 51c20b3d5ca45bad4607fe17f3b0db60f9d5c814 MD5sum: 18e0a3e541da07a4397cf20eb973f735 Description: imu_pipeline Package: ros-jazzy-imu-processors Version: 0.5.0-3noble.20250321.140417 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1513 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.0-3noble.20250321.140417_amd64.deb Size: 237098 SHA256: c4a308ad7c43602038700be62e08ce4d083af97d178415a4869b7c0cb98f1977 SHA1: 3ba25bcb2662328fe641d59ef533d1fc9df179d6 MD5sum: efd62f14d1f7147ceed6cb19f361dca4 Description: Processors for sensor_msgs::Imu data Package: ros-jazzy-imu-processors-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-processors Version: 0.5.0-3noble.20250321.140417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 6851 Depends: ros-jazzy-imu-processors (= 0.5.0-3noble.20250321.140417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-processors/ros-jazzy-imu-processors-dbgsym_0.5.0-3noble.20250321.140417_amd64.deb Size: 5571562 SHA256: 816ac89aab97f2b69c4827f155f75213b7861aae72d7678cf8357c645ad2fc3e SHA1: 7d380331e70c66dba293b71520c75297af3c8763 MD5sum: 6da4f0d7f1ea4dc0e4b866900aa41f0f Description: debug symbols for ros-jazzy-imu-processors Build-Ids: 53aedca266713f7b6463f646d4d0811ea345de11 5c0b24f8a6abd738bee40d282696da9751e05e15 74803cb3bc3a69e4b93de2e73ccebc5ddef9c593 c827d4d500cb87157ae726f1a5c17d81af0af274 Package: ros-jazzy-imu-sensor-broadcaster Version: 4.22.0-1noble.20250321.144531 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 290 Depends: 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.22.0-1noble.20250321.144531_amd64.deb Size: 80618 SHA256: 8212f063a00080f50ab873bbb3e1efc557aa43fe9cfbb67ca1d8b8a730375d60 SHA1: b3a9aa1315bdfc7bfd21a90725329da00e380941 MD5sum: 5f170fac5e740c340ea5a776067fcd36 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.22.0-1noble.20250321.144531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1117 Depends: ros-jazzy-imu-sensor-broadcaster (= 4.22.0-1noble.20250321.144531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-sensor-broadcaster/ros-jazzy-imu-sensor-broadcaster-dbgsym_4.22.0-1noble.20250321.144531_amd64.deb Size: 1044764 SHA256: 4adb1cb91abe9dd5cbb6c6788dbf35995bcffea5a7881369366416051372bab6 SHA1: e9a49ab7390d83050afb2a61a2a344fd1d9b0ced MD5sum: 3a0beca25f41f0485ecda46f2b525d60 Description: debug symbols for ros-jazzy-imu-sensor-broadcaster Build-Ids: aa2bc58d6cfdadbabba5c714ffa8e4856efb7c97 Package: ros-jazzy-imu-tools Version: 2.1.5-1noble.20250321.145739 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.20250321.145739_amd64.deb Size: 5270 SHA256: 715cc504f5c0154211c1a374aa18ffae860daf2ea08d459cc7277aab735b4608 SHA1: 6870d20855f7de963be7b66f7481158fa7a7ecbe MD5sum: 9f6e4299f39aa34089893377c5c1d137 Description: Various tools for IMU devices Package: ros-jazzy-imu-transformer Version: 0.5.0-3noble.20250321.141809 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.0-3noble.20250321.141809_amd64.deb Size: 180512 SHA256: 57220689bd74c7b883c6c51190d19622d5b2c0797443b22df86981d26acd8765 SHA1: ea850af2dfe77127aa22ab03dee66be0de82bd83 MD5sum: 2b3370a0b30db1cbfc43693ad92b5227 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.0-3noble.20250321.141809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4666 Depends: ros-jazzy-imu-transformer (= 0.5.0-3noble.20250321.141809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-transformer/ros-jazzy-imu-transformer-dbgsym_0.5.0-3noble.20250321.141809_amd64.deb Size: 4041358 SHA256: b3f90f8a2992da85d4f05633c4d54ad94bbc90518f56b9c5ba7b5bafa7781f9c SHA1: adb68868d987df36da1cf988cfdc1795bbfc481b MD5sum: 55c4e5a104c0d8fb62b5672e6d41c23b Description: debug symbols for ros-jazzy-imu-transformer Build-Ids: 4e433ed43391bf3e3a3d0bbcf3b2afc31e5b5274 b2e657726bdba664186a1f4d2e875fb3143a4ab6 Package: ros-jazzy-interactive-marker-twist-server Version: 2.1.1-1noble.20250321.142230 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.20250321.142230_amd64.deb Size: 68852 SHA256: 22fa21a1dad34e0bc88d7fc2f9d96fcc7aec424b45218726a6c4b912810ed401 SHA1: 809b18b0e96196378c823ce2170324b822233f64 MD5sum: 9ff26476063c950ff32941b0eb33980e 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.20250321.142230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 1230 Depends: ros-jazzy-interactive-marker-twist-server (= 2.1.1-1noble.20250321.142230) 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.20250321.142230_amd64.deb Size: 1140016 SHA256: aec6b5e852e0b1103881c6d4acc4e7e96066f3dad6037e8f4d44a11ec405799c SHA1: 781fe317a20c4845868a3643854561dd7bca47be MD5sum: 2962c2c9bcb62213947ee1e8bcd7c6fe Description: debug symbols for ros-jazzy-interactive-marker-twist-server Build-Ids: c9f6e1905305083e9e731593cada7cfd6a285b32 Package: ros-jazzy-interactive-markers Version: 2.5.4-2noble.20250321.140901 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1025 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.4-2noble.20250321.140901_amd64.deb Size: 206066 SHA256: e759e5aa72576a0b9bf0f3a2d21f36b509c6454cecf372c92e226f6f27500a36 SHA1: 2292ddb6dfb3a3a73282fa4c22595c2e4671ada6 MD5sum: 6667be5fea00ce5d52f68828c398ca0f 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.4-2noble.20250321.140901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4933 Depends: ros-jazzy-interactive-markers (= 2.5.4-2noble.20250321.140901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-markers/ros-jazzy-interactive-markers-dbgsym_2.5.4-2noble.20250321.140901_amd64.deb Size: 4272358 SHA256: 34cbce72b9a7c5a0d13d1f5842d1f565c74eb4126671fdb3cd5450dba0dcb497 SHA1: a80e67ef4ff6edb6fa9c8726dee84f34cd41e5cb MD5sum: 337aad1a3190ce1d42677e9dd7c0b808 Description: debug symbols for ros-jazzy-interactive-markers Build-Ids: 921da03b74347d72f1e35944a2ac68c17c00e6fd Package: ros-jazzy-intra-process-demo Version: 0.33.5-1noble.20250321.134154 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2783 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), libopencv-dev, 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.5-1noble.20250321.134154_amd64.deb Size: 393496 SHA256: bf1a7e4fbd87794b6e9050d87138717584250be9e4fa20c24c7a132c087aa0d6 SHA1: 9bf11a09627ce227ab53c67b243eaf88941149df MD5sum: 59b5a25fe80ee0eddc5a4e35d92f4d89 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.5-1noble.20250321.134154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13959 Depends: ros-jazzy-intra-process-demo (= 0.33.5-1noble.20250321.134154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-intra-process-demo/ros-jazzy-intra-process-demo-dbgsym_0.33.5-1noble.20250321.134154_amd64.deb Size: 11839052 SHA256: 5df3adb94d54e87d1ece8d7c547fb61dbc16e6d50aa28b41071a420b5edfaf92 SHA1: 702ccec23843eecfa7df6e52878fcd45a3801aba MD5sum: e63eb10fcb9db8b5e893f43115bae07a Description: debug symbols for ros-jazzy-intra-process-demo Build-Ids: 06d3c953f23750095151d0be90f239e039d22ed8 5bbf5795097c4186e368156e672295adcc6f4f19 8770b1b714ff09e65e3a2b14511f772e50486b33 93e000858c4e648d324705749f3c838dc040c2a0 95ef497fb6dc94d55715a15c0aaff4aa80e538c4 ed22a4d2436c5dffca8be0244a76d038dd6da4c4 fdc083cff813f1432abdcdc4e212470e709cf721 Package: ros-jazzy-io-context Version: 1.2.0-4noble.20250321.134510 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.20250321.134510_amd64.deb Size: 41370 SHA256: 696beeabe1d7a381c05e3ace6f4dfc9cea062b0e28fc0e2daaac7b7b2b7756c0 SHA1: cac1b5e7b94778788aa31820fec6853bf764ca8e MD5sum: eef1eea29b20058a23a861dbf2d7c9a8 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.20250321.134510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 309 Depends: ros-jazzy-io-context (= 1.2.0-4noble.20250321.134510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-io-context/ros-jazzy-io-context-dbgsym_1.2.0-4noble.20250321.134510_amd64.deb Size: 200250 SHA256: 89f79da13b616c0b43046c18cea7ae94677fb6cea64c616b9cbe57a23bb18434 SHA1: 415a31e3e4741d642d78fa2b8454e5cedd37f8ef MD5sum: ec8ca51ad9fc787b4cef71e348226472 Description: debug symbols for ros-jazzy-io-context Build-Ids: 4b2d576cc6165b8cc6fedec5f6ca5985e5ff5a30 Package: ros-jazzy-irobot-create-common-bringup Version: 3.0.4-1noble.20250321.153238 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.20250321.153238_amd64.deb Size: 23314 SHA256: c7c082bc0a507b1456e0be8a0bdf616307407e4d14e74789cc7bcbcbfb7d4ab0 SHA1: b65bc30336e1fbceee6286ccbb7eb1a1ccefd0e2 MD5sum: 84e2f325f5b11b8e456c5fac631e52af 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.20250321.150745 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.20250321.150745_amd64.deb Size: 8948 SHA256: 09784287a62eafc2c9e99ccee479926464e901b4c93207e554cdd3a68881d8f2 SHA1: 1914f927aa23dd237abd1859717f21c74a2bd9f7 MD5sum: 6bbc878bb6f31045674ba7684453cfc1 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.20250321.150904 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.20250321.150904_amd64.deb Size: 1363162 SHA256: fbac94ad1d496ee6cc3219dcbf594a3aef6a2468fc287bf51974a5c940b36b72 SHA1: d70d01958f07829938c1c899c5a1935b3fe248f7 MD5sum: 12b2d88ab688c52326c3bad8c217f515 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.20250325.173555 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.20250325.173555_amd64.deb Size: 13396 SHA256: 395e0aaf31f3c7e1cb81b863df4edae002b960cf81d2d14c09b491363c7721e7 SHA1: 81c1b7b88fef0386233717b5ab9ad688f3a182e9 MD5sum: a17ee2742ec8b58cc1cb2fffe4192e05 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.20250325.175057 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.20250325.175057_amd64.deb Size: 42998 SHA256: c21c24077b6d24a1df68f39a876ccadc9bb37163e678592882e507d63366c948 SHA1: 09f46a35e096075649088065ffbcecc8e3a08675 MD5sum: 08efd19bcb85cc8367cbb10f047b971c 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.20250325.175057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 615 Depends: ros-jazzy-irobot-create-gz-plugins (= 3.0.4-1noble.20250325.175057) 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.20250325.175057_amd64.deb Size: 599262 SHA256: f02c13b2868939e1e58485ea4485d7cc57a844b6b4fef76b11dd612893afc7bf SHA1: 5904f5a6616328bbb8570cd385db8ad2a99ff988 MD5sum: 09cd895e8725a81a25caa5566866a45b Description: debug symbols for ros-jazzy-irobot-create-gz-plugins Build-Ids: 4c118c4ad1efa1d78da3902d96a844fe683b746d Package: ros-jazzy-irobot-create-gz-sim Version: 3.0.4-1noble.20250325.180200 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.20250325.180200_amd64.deb Size: 6430 SHA256: 4ec49c7d4085aed6ce23b504506eae598e3310f7cb836314c5167733c14d03b0 SHA1: 6cac693982b01f0210fb716766278b6a3246e463 MD5sum: 8b1a3690cc521dd7c78bac72d715c821 Description: Metapackage for the iRobot(R) Create(R) 3 robot Ignition simulator Package: ros-jazzy-irobot-create-gz-toolbox Version: 3.0.4-1noble.20250325.164826 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.20250325.164826_amd64.deb Size: 414560 SHA256: dbcff0c9afabdcb25ec1574ad95ed219a6e529a6dce81239fbfb37eef9aeafe1 SHA1: 75197c62b14474f2a8aae24df78d093e48b806ad MD5sum: 8c9b7ec1714dcc7178d5585de69a2ba7 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.20250325.164826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 15217 Depends: ros-jazzy-irobot-create-gz-toolbox (= 3.0.4-1noble.20250325.164826) 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.20250325.164826_amd64.deb Size: 13009496 SHA256: b4229593c69a9c8d976568eab0b7218e0f0778ab102e2e466101e909dfec7518 SHA1: e441aaaedc4223328ebb2aff74b49e988e26f394 MD5sum: 754d000aba4069ecf75b3c447bfc0e5d Description: debug symbols for ros-jazzy-irobot-create-gz-toolbox Build-Ids: 24370b4baec02b2679f25f81a6d0e63032d3dea4 7c7771622a644ec95afd3a777e3838156005f9c7 9cda291dd796d66ba276a2eef463ea93751ebbfc afe1ad0edb65fd15b91f989c4ce559b63549d02b dd802800f284c51604b5baf3b45fe6a050cdb839 f34b93ca321a7994eb90249e79606c152233c1bf Package: ros-jazzy-irobot-create-msgs Version: 3.0.0-2noble.20250320.222753 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15244 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.20250320.222753_amd64.deb Size: 808786 SHA256: 3e1229d25e25df840be9f22ef152845820e12e3c13df9b4f843009dad991b56b SHA1: fa59fd62e0662f6f21127739a9aa4c1c2546cb4c MD5sum: b5a7b2ce52d2e438cb0024ce43e034f1 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.20250320.222753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8553 Depends: ros-jazzy-irobot-create-msgs (= 3.0.0-2noble.20250320.222753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-msgs/ros-jazzy-irobot-create-msgs-dbgsym_3.0.0-2noble.20250320.222753_amd64.deb Size: 6215728 SHA256: bb02e8d359929778f95f1da1b06a9d69acdd025f67928a3dd9847664756fb052 SHA1: 7f82740d44f57174728cbba4d2933f5b79449a0b MD5sum: 82648d7a17b8127befc9bc143418930e Description: debug symbols for ros-jazzy-irobot-create-msgs Build-Ids: 132b24011332c4afb49a459a25f1e2e38f9fb30c 1695a5b109807109a40586645bc201e51345d244 229abd357671f7584c5f7b84578855795a8a295c 291b8027c82d8245c668a4c1c2a5931c5e6de0f1 533aef84e43dac6c7100c69f80ee3536d38da64f 78edf9b38b1c17fb668844b111e526c15ca41133 b290aa4697b377a941c4c929440531bf7f8f036c c5d4b5b2fd1a8b7298b8b8a494281fb866c51cae e14954ead0fb60bb4332fd744545f0d8cc55c54f ede7162fd07cc25b0ff6181c21ed41731938f5cb fcf718e3ae19fb98e62175a44b61b7c699a2801a Package: ros-jazzy-irobot-create-nodes Version: 3.0.4-1noble.20250321.140951 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.20250321.140951_amd64.deb Size: 934896 SHA256: 62a75572e2bf0a1444319cbf1d3cb298a515ee467d846cf9d6edb6defd211af6 SHA1: 915ae624988ad9a707f3f50a0e8c4537765d7378 MD5sum: e56ed8529803fd80bc391c6a61efd690 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.20250321.140951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 33892 Depends: ros-jazzy-irobot-create-nodes (= 3.0.4-1noble.20250321.140951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-nodes/ros-jazzy-irobot-create-nodes-dbgsym_3.0.4-1noble.20250321.140951_amd64.deb Size: 27651642 SHA256: c402d92f42ef0b0ac4f7c63a17d881bba446401e585be6f9e259122be832dac9 SHA1: 0017c1426bf53841f27f0d03b2771e445e6a8197 MD5sum: a3a7e8f827762654bd57dfddeaabd46b Description: debug symbols for ros-jazzy-irobot-create-nodes Build-Ids: 0362d05edf5f86eef511e130eeaa367e071d60e6 09f3f799d8726f14a38e3b508b57de214da23672 315d0a65b4199f4e42f3ec4b610cec948b75cdac 4e27beb25c342ab06a9f1608c77e757b5160be84 5a3ef197eb74fa4f62a18d79cae365c89e0ea1fa 602c6dc2f930312565522d5d85d2f988c5145d13 69d1cb4280084b45bd3c610bbafa78bbb247bb3f 6e219f8d5b5a716b419e95592e1c47f0d65d0786 953615fa739bf87cb56b2e85a9b848d8bdf30ab4 c2a1ea2764ef95aeec98a7a2494d375790cd06c0 c4512bf68318139359bfc4572660cd82412e6756 cfaed50c376b1ffad5e6e0c284db9a1a4091a9ea d3510714bb9a478b30a8b155ea18dbecf5313199 d5b2c1e098f769ef580118f776e84eab6bc42a6e de284abad8ca1a08414af221699ebedf3e1161ae deae36499d6ac0350acc47a316272fdd7fd065ab Package: ros-jazzy-irobot-create-toolbox Version: 3.0.4-1noble.20250321.134512 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.20250321.134512_amd64.deb Size: 12348 SHA256: 2e8aa0f1e7175895ca9c1373f22481af80ffb6f85fff735d23a32ecc8f93da93 SHA1: de159afef18b30caf97df8bf82275e76f5008eb8 MD5sum: 09e158a9f880d669197708b4752f8a4e 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.20250321.134512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 26 Depends: ros-jazzy-irobot-create-toolbox (= 3.0.4-1noble.20250321.134512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-toolbox/ros-jazzy-irobot-create-toolbox-dbgsym_3.0.4-1noble.20250321.134512_amd64.deb Size: 13366 SHA256: 29e3901d827286d4a6489094c4e43dd250c460211b32b0f9e7c25f80b945bd78 SHA1: 1bd1dd62d6389d010d2222f4a89b47c4cd9a50a5 MD5sum: e8170bd7054b0c2dae1f9bc3f897cae3 Description: debug symbols for ros-jazzy-irobot-create-toolbox Build-Ids: 010f100ee9941543a6ce204fc0d659c8953fcac0 Package: ros-jazzy-jacro Version: 0.2.0-2noble.20250320.185158 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.20250320.185158_amd64.deb Size: 8252 SHA256: 60d745f599460d5c61957cee09786f201219ff259fae09e90d909304bcbcd5d8 SHA1: 42148f387e633158d9c435db13ab5bd527fa650c MD5sum: 5a838cbe54a8491f42bf4a1105ce79d6 Description: TODO: Project Short Description Package: ros-jazzy-joint-limits Version: 4.27.0-1noble.20250321.140051 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 331 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-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.27.0-1noble.20250321.140051_amd64.deb Size: 70688 SHA256: 23851a461a0c04212098020b54a8b12bb88835f1ce582fc37e3131c6557c0a33 SHA1: 9bd42ff07668b1f6f267b80cd94d14506c0f94eb MD5sum: 52042cb7a93653cf9deceffb72879566 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.27.0-1noble.20250321.140051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 935 Depends: ros-jazzy-joint-limits (= 4.27.0-1noble.20250321.140051) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-limits/ros-jazzy-joint-limits-dbgsym_4.27.0-1noble.20250321.140051_amd64.deb Size: 862672 SHA256: 25808dd70e3587611d9893d8fc4d18debece2fe886aeafe1e42a45acc9047d8a SHA1: 7b71caad6e31943cfa15915d10b7c1e7848369d2 MD5sum: 32605d6cbd201675909e3834d58f1b8d Description: debug symbols for ros-jazzy-joint-limits Build-Ids: 22a77acae233861cce8acc91f47702c608fdf96c 79360bcf5699fca55a53004cee3f8657897e9a26 c072561927bfbe2d966329fa73db97840cb3a1ac Package: ros-jazzy-joint-state-broadcaster Version: 4.22.0-1noble.20250321.144748 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 379 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-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.22.0-1noble.20250321.144748_amd64.deb Size: 103174 SHA256: 80e658af3233f924e9efc4c6fac68b5a187130ccae803b90898ecab4914aba44 SHA1: f4eb55a1cd9d4b588897e29cc7f18b0fd17ebcf2 MD5sum: 2816d3b6dfdaa9a0f8e22791594869fc Description: Broadcaster to publish joint state Package: ros-jazzy-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-state-broadcaster Version: 4.22.0-1noble.20250321.144748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1645 Depends: ros-jazzy-joint-state-broadcaster (= 4.22.0-1noble.20250321.144748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-broadcaster/ros-jazzy-joint-state-broadcaster-dbgsym_4.22.0-1noble.20250321.144748_amd64.deb Size: 1523094 SHA256: 628c5ee0d3cdb62886bd0b6779be99be27aba3402421590d126188a0d12be3fe SHA1: 75506ffe98dccfae57d88ee5e4066012fab026b0 MD5sum: 8f6437aa2ec5eaa141f8e1784f11523b Description: debug symbols for ros-jazzy-joint-state-broadcaster Build-Ids: 3de26e706722171330b01740a4b36855267685d9 Package: ros-jazzy-joint-state-publisher Version: 2.4.0-3noble.20250321.131717 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 75 Depends: 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.0-3noble.20250321.131717_amd64.deb Size: 18080 SHA256: 7703f9bb9f1b909db53d6de8bd783472cbc8327ac60189a9696b901d9429197a SHA1: cc6eef758e194724445458b049181a209ab289cd MD5sum: 19bda2b51be2250d5096d814491b9436 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.0-3noble.20250321.131852 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 72 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-python-qt-binding, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-publisher-gui/ros-jazzy-joint-state-publisher-gui_2.4.0-3noble.20250321.131852_amd64.deb Size: 16826 SHA256: 79a6461be0daaf2a26e58e9287a44151a20e95c59db560651f7fd5e8322614a1 SHA1: 3f13adfd7260c1fa9e664be508eefe826dbcdeaf MD5sum: a656e902239ef676da821cf617dc6363 Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-jazzy-joint-trajectory-controller Version: 4.22.0-1noble.20250321.144337 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1082 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-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-rsl, ros-jazzy-tl-expected, 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.22.0-1noble.20250321.144337_amd64.deb Size: 268342 SHA256: 8225be0f1a563fabf85be642e2b1b74194f3284d259256854608bd7b6e15d6b7 SHA1: c846a4b91df27a41847dcc332bfe970c498f8bdc MD5sum: dff3bb0705c43b18432ebf60e1ed3fd4 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.22.0-1noble.20250321.144337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4447 Depends: ros-jazzy-joint-trajectory-controller (= 4.22.0-1noble.20250321.144337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-trajectory-controller/ros-jazzy-joint-trajectory-controller-dbgsym_4.22.0-1noble.20250321.144337_amd64.deb Size: 3977272 SHA256: bfe9dabec00ddb4e5ec1877143eb61fbe53e13f3aef4cd7cd00c327dc4e7ef7a SHA1: 7b58ac400ef7b125907548e357cb0b6986e70dcf MD5sum: dd83f599506f50156f222522346f6a58 Description: debug symbols for ros-jazzy-joint-trajectory-controller Build-Ids: 2f84483294333a0c80421708de798b45c02004aa Package: ros-jazzy-joy Version: 3.3.0-3noble.20250321.133233 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1175 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.20250321.133233_amd64.deb Size: 184340 SHA256: 1dabe9bd6cbc7f49ae7c10a12fcebaf21bcb2961701d1aad6bfefef4774fe1c5 SHA1: 073b578bed049967b13cb5acee311ea673eeeff8 MD5sum: 6f2562076813abba9f9515077d21460f 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.20250321.133233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5506 Depends: ros-jazzy-joy (= 3.3.0-3noble.20250321.133233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy/ros-jazzy-joy-dbgsym_3.3.0-3noble.20250321.133233_amd64.deb Size: 4570598 SHA256: 4b6c345955062e9f803e704fc2d5a142fd1accea8b53b8c687361f83f668df4d SHA1: 2945fcbcb30d5b3b85a82f2196d428a4f05fd8de MD5sum: 9be8d00a90b35dc2611ce0027d92e223 Description: debug symbols for ros-jazzy-joy Build-Ids: 13a8f10dafeaf711037eec5b82a7669f5a9941e8 5180d0ac8f6d1c74e8fdcf2b1bf8744cc92b1d07 72a568dde21097562a3841d910129b20a6851866 bad7d231bd59ca789d3474b072930adb532d6f97 d070c5cb0e0af5ec29f0599eedcbd31bc7c59c36 Package: ros-jazzy-joy-linux Version: 3.3.0-3noble.20250321.132555 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.20250321.132555_amd64.deb Size: 122720 SHA256: 5f91d915323419762060e8852e56526af7f14b18619ea4ea03e92644443e4876 SHA1: bd3a797b2a2c4454de544ccf3ec12153d3c79091 MD5sum: 542ef81347a67c8f35140836640916cc 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.20250321.132555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2458 Depends: ros-jazzy-joy-linux (= 3.3.0-3noble.20250321.132555) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-linux/ros-jazzy-joy-linux-dbgsym_3.3.0-3noble.20250321.132555_amd64.deb Size: 2107412 SHA256: 587f986996e59b48938ba068862e8b9b5ad294afd524c8a98dddca93a0a9e5dd SHA1: f990eff23d96677d67101b578b56b333d50a0e19 MD5sum: 58886f8617face24994604b5d5773e4a Description: debug symbols for ros-jazzy-joy-linux Build-Ids: 38dc7ebe43991fd4ac8408660a66599fcc1030c7 Package: ros-jazzy-joy-teleop Version: 1.7.0-1noble.20250321.131454 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_1.7.0-1noble.20250321.131454_amd64.deb Size: 21994 SHA256: f26ca83179bbe2845bd803f277c87a4a71778ad315441cd6d1328e57192d4ac9 SHA1: 1641e19f2093807cef86116ef71a4714d34fa46a MD5sum: a8a2b87abbcec6f53b683ef32167a320 Description: A (to be) generic joystick interface to control a robot Package: ros-jazzy-joy-tester Version: 0.0.2-4noble.20250321.131705 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.20250321.131705_amd64.deb Size: 7498 SHA256: b41ed1a39e6feaff677a94b50a9ac109cd2c515246227e23bb8d3e2d8f067951 SHA1: 131573cc667c0cdf15ec714a9fd0c31bd09718fd MD5sum: 150a51aeb7d4e796c91c1068fa18b359 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-jazzy-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20250320.221612 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3467 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.20250320.221612_amd64.deb Size: 204390 SHA256: d211114389ca876fb4e853a28d304838247a146fbf73a10884f4adc339255598 SHA1: 6d8f65178ae6a54e6bf9d44301d592ac86c7908a MD5sum: f2fec536397ba59ffdfea5b6f42c477c 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.20250320.221612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2448 Depends: ros-jazzy-kartech-linear-actuator-msgs (= 4.0.0-4noble.20250320.221612) 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.20250320.221612_amd64.deb Size: 1934450 SHA256: 5662eb44161182fb054e524a382303e09ca883684584208a14c1f2bfe1b3ad41 SHA1: 2a7f79625b68ad860e3a572af4ebde99157f03b7 MD5sum: e58697f892d0ddf14a25f713c451a39a Description: debug symbols for ros-jazzy-kartech-linear-actuator-msgs Build-Ids: 0b83bf97202ccabd3374d5c4e889440fc7031dad 0c3c0a39fa5e5398e0a5cc205f89536e5aecf28a 39c54020f2f3c79dcd328500fc32f950c0031273 4eb05a3a28f613b5391ee4b354dcece8920cf670 5d3ff78e29f07fe5a2fc1ab9e40b83c6703e1dda 61843566bec7530b39613040944e00bf456f469d 79c047d894a89f6ee1e4e90e733d5bfd22418417 8c570e3edda83a6f8687c2063d917609eb0de2ef 9a4d89aaf5f9226a80fd28f6b0aecde643b8b068 d7785c8a0f0f808cddff055c7fe626b94d856655 fc8275abe3c14a7d08c6f021b1d32ea8ecff2c62 Package: ros-jazzy-kdl-parser Version: 2.11.0-3noble.20250320.193840 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.20250320.193840_amd64.deb Size: 20868 SHA256: a0591b1686769a56f0dbee54cbff35cca7a63055bfb03963815f65efd50eaf2c SHA1: 9a6fed69db94d211272bc0a96f9568677ccb6fbb MD5sum: 7d6cb6e7d9ada4698f118214fa8c8375 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.20250320.193840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-jazzy-kdl-parser (= 2.11.0-3noble.20250320.193840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-parser/ros-jazzy-kdl-parser-dbgsym_2.11.0-3noble.20250320.193840_amd64.deb Size: 166966 SHA256: ffac8e7e37c7bb4a0fd617010cb42f7a079dc3ba90b09233c8d5a86dc646d4b7 SHA1: 632ac9d45b3e2d8a48972184725b90e8a537ed14 MD5sum: 139068f8790c984b0415e4848d39bb25 Description: debug symbols for ros-jazzy-kdl-parser Build-Ids: caf5b23722a6becc81a90a56eff2a603012d65aa Package: ros-jazzy-key-teleop Version: 1.7.0-1noble.20250321.131708 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_1.7.0-1noble.20250321.131708_amd64.deb Size: 11876 SHA256: 046c4fb595e424efa33385525babc119cd2faa25606cfadf22beb41a6ad67ca2 SHA1: 454bdd1e33aed20fff564f3fa7215097f1031fe6 MD5sum: 537383b168c1788dbe5c09e98dd2be14 Description: A text-based interface to send a robot movement commands. Package: ros-jazzy-keyboard-handler Version: 0.3.1-2noble.20250320.185200 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.1-2noble.20250320.185200_amd64.deb Size: 32564 SHA256: 257faf1be167c83109c3350ab3bc034f4cf2e3fd3fd80848261dc4c854921885 SHA1: 8ad9bafbb6b921f331bae4d4e59b481dcf67ba88 MD5sum: a58989f254848ef2099a90aca7e616a9 Description: Handler for input from keyboard Package: ros-jazzy-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-keyboard-handler Version: 0.3.1-2noble.20250320.185200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 239 Depends: ros-jazzy-keyboard-handler (= 0.3.1-2noble.20250320.185200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-keyboard-handler/ros-jazzy-keyboard-handler-dbgsym_0.3.1-2noble.20250320.185200_amd64.deb Size: 214922 SHA256: 68d38e7b07027050ba39776d320107a9221e8c6f6a1852db289b9ba814812a96 SHA1: 0c28af94633f5f6fd219a9c018649d46e530e083 MD5sum: b59f0b989c44b9b12510a7dd466ce8a7 Description: debug symbols for ros-jazzy-keyboard-handler Build-Ids: 91bca37fc7f95db7a3f46c9ca1310858fa461524 Package: ros-jazzy-kinematics-interface Version: 1.3.0-1noble.20250321.135352 Architecture: amd64 Maintainer: Denis Štogl Installed-Size: 85 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface_1.3.0-1noble.20250321.135352_amd64.deb Size: 15146 SHA256: 82b440d7403dde32e771c54a024c119483ffa2569fda57d8f591061371cb6121 SHA1: b352989a77f849f4ca7eca27a208dc9df401c694 MD5sum: 27300f6f23e39b3a2cfaf987e144750d Description: Kinematics interface for ROS 2 control Package: ros-jazzy-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-kinematics-interface Version: 1.3.0-1noble.20250321.135352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Denis Štogl Installed-Size: 150 Depends: ros-jazzy-kinematics-interface (= 1.3.0-1noble.20250321.135352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface-dbgsym_1.3.0-1noble.20250321.135352_amd64.deb Size: 135112 SHA256: 20b239818cc5b97c1e140e8365220708596c3958ccd6c1559b02339d403cf406 SHA1: 17bd0456790a33ba4cd970bdbad22b920903a9d9 MD5sum: 7571111d2fabde4f60b3a81a32c1b12d Description: debug symbols for ros-jazzy-kinematics-interface Build-Ids: 64ccee6b9448a6dad0188efe7add4997f44527b0 Package: ros-jazzy-kinematics-interface-kdl Version: 1.3.0-1noble.20250321.140153 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 178 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-kdl-parser, ros-jazzy-kinematics-interface, ros-jazzy-pluginlib, ros-jazzy-tf2-eigen-kdl, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl_1.3.0-1noble.20250321.140153_amd64.deb Size: 51430 SHA256: c54e755e7ee98018410c7ad7d7e4d1f01007c41d38b12408366454fb7d8e37b0 SHA1: 9b75e565c306572482954857bab942f5b9a86659 MD5sum: f13e414f2284b4b5f7ea57f50a44bdb1 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.3.0-1noble.20250321.140153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1794 Depends: ros-jazzy-kinematics-interface-kdl (= 1.3.0-1noble.20250321.140153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl-dbgsym_1.3.0-1noble.20250321.140153_amd64.deb Size: 1785636 SHA256: 1c749a1ae53ca35a8438d7679b48fa709aac1baeb415b750d6f656578852f91d SHA1: e9e244268971adfa5d60ff41ed7d86415499b8c1 MD5sum: bef30f120081d01b6f2c6f11cfd90ebf Description: debug symbols for ros-jazzy-kinematics-interface-kdl Build-Ids: 08e5de50edb6deb121aba6aa4fd3632e455bf6e1 Package: ros-jazzy-kitti-metrics-eval Version: 1.6.3-1noble.20250321.152253 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 148 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_1.6.3-1noble.20250321.152253_amd64.deb Size: 54140 SHA256: 08236341539399e93b690e1d8aff24f286efa91e759366312752e7e332b27be0 SHA1: 265e183f8ea191042d1553992ca164aaa076f559 MD5sum: 934801c0a44882ef23e089159bf7f44b 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: 1.6.3-1noble.20250321.152253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 642 Depends: ros-jazzy-kitti-metrics-eval (= 1.6.3-1noble.20250321.152253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kitti-metrics-eval/ros-jazzy-kitti-metrics-eval-dbgsym_1.6.3-1noble.20250321.152253_amd64.deb Size: 604146 SHA256: 7846d0715d458ef868ded161513efaf14221566e8a72218468b75beae00bafa9 SHA1: c73d028583baa3a409c40f0fbc8ccc2fa18abd47 MD5sum: 67e30e889ae649e72bc3c4ff7a7cd9df Description: debug symbols for ros-jazzy-kitti-metrics-eval Build-Ids: 7a848eb3199f960a5a50e5457e65dddc5a6b1d55 Package: ros-jazzy-kobuki-ros-interfaces Version: 1.0.0-5noble.20250320.221205 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3885 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.20250320.221205_amd64.deb Size: 263326 SHA256: a553915a45ba65f50f55af42cab3c387c719a00d6044d554467579e6e9ecfd9c SHA1: 1b3510ef5ca0764154b28a8dc2494cd33918460a MD5sum: 06eee39dc203489f3fa1b92c89988471 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.20250320.221205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2688 Depends: ros-jazzy-kobuki-ros-interfaces (= 1.0.0-5noble.20250320.221205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-ros-interfaces/ros-jazzy-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20250320.221205_amd64.deb Size: 2098746 SHA256: 5875074c26f23e2c4e89f7348cc0028787764d81629bcb1dc4dbfa1265ee8f4a SHA1: 4c2c96a80d8d98a9359c29f9900db0dda7f9db99 MD5sum: fd4613ee7209f70ef2c9ebf470aca4a4 Description: debug symbols for ros-jazzy-kobuki-ros-interfaces Build-Ids: 047125be97198e8de2dcd7dafc06bbbde71af1e0 134b6096c7ad483fdfcd1943e3d8b2a2663a0fc6 1cb23273ca7f9a1ab26601b5d16afbcf5c2b2435 318ac232e56208fc7bec33441ff2168bcf774c40 657fa074ac4a039713f479b494c9af454e3a7154 674f1d29f75156a00677c25427a6194605493787 7f47deda0b06d2a0bc3b26ff45bae9bb66fdccd4 8aa8e7b39324de3283876bb9423f4cf0f0de331d b3ac91d817a65c94cc8da20b9f52d1e38c1d3e9c e94f354d9cf74ee7a6f88bb086e43bfbc6887afd ee360513f5d99c1a7cfff7b8e7a69c2dcde71e0b Package: ros-jazzy-kobuki-velocity-smoother Version: 0.15.0-4noble.20250321.133247 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.0-4noble.20250321.133247_amd64.deb Size: 143634 SHA256: 87098760df1f519add189b30192821575c0eadf8eb8b6d9e4d6c70f4429f6827 SHA1: f0d65c08e8d669a3451b59a42a9f1570e52cbb31 MD5sum: 64514e4f937601ff5a0933a7e3f45760 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.0-4noble.20250321.133247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3311 Depends: ros-jazzy-kobuki-velocity-smoother (= 0.15.0-4noble.20250321.133247) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-velocity-smoother/ros-jazzy-kobuki-velocity-smoother-dbgsym_0.15.0-4noble.20250321.133247_amd64.deb Size: 2752010 SHA256: 99e041bbf843069fd52a96523979cec346d8efac7f310a1ad8dd41fcb67636cd SHA1: e6a255ba674716e39efe26fc2a91e077c94b1640 MD5sum: cc703c8399245fad5764522badd2f65b Description: debug symbols for ros-jazzy-kobuki-velocity-smoother Build-Ids: 6f3ffc59bdf3b7918cc28e49a25d09ca13af8471 b51d13a5e71be8143038ccd76b6235be59248e8d Package: ros-jazzy-kompass Version: 0.2.1-1noble.20250321.150234 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 569 Depends: python3-pykdl, ros-jazzy-automatika-ros-sugar, ros-jazzy-kompass-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass/ros-jazzy-kompass_0.2.1-1noble.20250321.150234_amd64.deb Size: 116110 SHA256: b8971cda0dd4987c68279d149f90fc56bf436e1b9ed29b8cf1e9963033803a7b SHA1: 644247eda237946786bc4accdfd9159cfbdbbaa9 MD5sum: 98fb355b7cc901c916b78119d466d8e6 Description: Kompass: Event-driven navigation system Package: ros-jazzy-kompass-interfaces Version: 0.2.1-1noble.20250320.223946 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 13885 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces_0.2.1-1noble.20250320.223946_amd64.deb Size: 777316 SHA256: 6b2de290b26787af0ff7e885096a0b8fba44013fdd0b1704c6bedffedf934f4f SHA1: e2a7f4799319cac45ab8eafdd2f6603b37133069 MD5sum: 895bb95ce8c57e51e03cb016ac363c94 Description: ROS2 Interfaces for Kompass Package: ros-jazzy-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kompass-interfaces Version: 0.2.1-1noble.20250320.223946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 8235 Depends: ros-jazzy-kompass-interfaces (= 0.2.1-1noble.20250320.223946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces-dbgsym_0.2.1-1noble.20250320.223946_amd64.deb Size: 6139548 SHA256: 7c2791f56b28fa51d1c9ffc56f8bb3e56932817428cf835b4389ecfcd75bb3db SHA1: a66b1678af70cae817589658419fd7b7decea5ee MD5sum: 7c8448d79157e3dead94b9dd8d46b880 Description: debug symbols for ros-jazzy-kompass-interfaces Build-Ids: 233dcd9b5cc2a3fa1af3245ccf4645347910e051 2db6a964c5a7feaa83e38d36bcbd19755a7ef977 300c4d0f48cdc67d6393be4c6b529b2a41b67c9a 46faa710321c7eb902fa855dca7e985b23ab51fe 66c77948bc3e4073d589e54219676df227bc9a98 92af2159ddb716961d66a4aa65b03e2e84cffebd a5ed95ba81c97c9c22fa282a24614f4f55134302 caa8c414d9ec645c99ee075033ed2873e5475324 d90205e5bf7548b28b6bff673b093691c80b3225 f18baebd641ad64921adb144257b63e9b687a5fe fd5ea68288c285e6a06d285573f13246f49a1c93 Package: ros-jazzy-lanelet2 Version: 1.2.1-1noble.20250321.135337 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2/ros-jazzy-lanelet2_1.2.1-1noble.20250321.135337_amd64.deb Size: 5682 SHA256: 2a9514dc34e4a531772afe24b7089444c5d7a0a2b768828cc350c8c6ba9e8fe9 SHA1: 291480f53f104ae95abf0ff3fa04f9b23f773518 MD5sum: 9f63abfab15abd51bd16fab16ffa4458 Description: Meta-package for lanelet2 Package: ros-jazzy-lanelet2-core Version: 1.2.1-1noble.20250320.183425 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-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core_1.2.1-1noble.20250320.183425_amd64.deb Size: 435216 SHA256: d9707ae0ba7a4e6a77210fe3f712275193b9de86a0bb1fb7b5eeb07b3b0b8931 SHA1: ac3c0982520ff0ba03f31424484a97dbf9739453 MD5sum: da30dff79ada4bae638742dbabda2ae3 Description: Lanelet2 core module Package: ros-jazzy-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-core Version: 1.2.1-1noble.20250320.183425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 12516 Depends: ros-jazzy-lanelet2-core (= 1.2.1-1noble.20250320.183425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core-dbgsym_1.2.1-1noble.20250320.183425_amd64.deb Size: 11909378 SHA256: bf5ccb91155f9777e95367586988115081a6eaaf92db0e1b81bc3aaabe4f979b SHA1: 30270a8099068b6cec3d27b22d4c96e7351e343d MD5sum: 0407d9f4123f731ccb56c822945d9e34 Description: debug symbols for ros-jazzy-lanelet2-core Build-Ids: 98dd4aaee545a5093430d1f523d154ae2b6a5d98 Package: ros-jazzy-lanelet2-examples Version: 1.2.1-1noble.20250321.131718 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 431 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-matching, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-lanelet2-python, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples_1.2.1-1noble.20250321.131718_amd64.deb Size: 100070 SHA256: 4342da07287f2123df05c6edfbe60836c159db22c1ae79ffa406acca26a45b09 SHA1: 4341ddbb15ee602b00014c295554e17d418277df MD5sum: 2ede7d449d4a126b98c5bffa9baa7ab5 Description: Examples for working with Lanelet2 Package: ros-jazzy-lanelet2-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-examples Version: 1.2.1-1noble.20250321.131718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5328 Depends: ros-jazzy-lanelet2-examples (= 1.2.1-1noble.20250321.131718) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples-dbgsym_1.2.1-1noble.20250321.131718_amd64.deb Size: 5236038 SHA256: 726e9626491799aa27c7d5557338d68965f712b72ecd7291989b716f03f811cf SHA1: 4a7345730516345f45c91bbe4c7974689458a892 MD5sum: 9d018e5f9e292f90618ae9dbdcd30da3 Description: debug symbols for ros-jazzy-lanelet2-examples Build-Ids: 032678b96372dc88e8bb95d4ad95930385adb09b 4b7e3aa5f63a339f8644fe8a99e45ed90fb32fe7 53118a567facfc1d7ada2677a1296be4efce0c9b 6bd39f5e7ca1398d57a42a2d9c2418a9baa20a13 807f4a23750db10f0ffcbe6605cc9e88921cbc73 ad2c00020bc5f37a7189e31cdcf4819940927ff2 f983d0f88adfe8e148caf5cf81f12ac466e88879 Package: ros-jazzy-lanelet2-io Version: 1.2.1-1noble.20250320.184426 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io_1.2.1-1noble.20250320.184426_amd64.deb Size: 241140 SHA256: 670578ee9711b676db5efd46418aa9bbdf39719026e6c94fab47c725ef4a1796 SHA1: 322aca45aaa2829f62c78c00a50e053b06168a31 MD5sum: 9bb03b6803c9daca13008c3de2041b6a Description: Parser/Writer module for lanelet2 Package: ros-jazzy-lanelet2-io-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-io Version: 1.2.1-1noble.20250320.184426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5263 Depends: ros-jazzy-lanelet2-io (= 1.2.1-1noble.20250320.184426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io-dbgsym_1.2.1-1noble.20250320.184426_amd64.deb Size: 4758252 SHA256: 34dd5cdec7c69ee2e520d4514e4159ffc6c817f6b9b20939589916f33d98fd46 SHA1: a05d4776c2b3d07116288c5321f953f10cb37723 MD5sum: 9c5f37f853419e2c98a233d78b1781dc Description: debug symbols for ros-jazzy-lanelet2-io Build-Ids: 4f9cd3f1cf573442c705ac4001e459a0d4a239b2 Package: ros-jazzy-lanelet2-maps Version: 1.2.1-1noble.20250320.184423 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 787 Depends: ros-jazzy-lanelet2-core, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-maps/ros-jazzy-lanelet2-maps_1.2.1-1noble.20250320.184423_amd64.deb Size: 67904 SHA256: 9b450a665362b13e350a8baf809a355a96890be671d56af8dcaf6adddbdbbc07 SHA1: b4dd1c8256a831d30e4ac7728c96ee1f2ee86bb9 MD5sum: fbfdd43561884eb35496d9100997a102 Description: Example maps in the lanelet2-format Package: ros-jazzy-lanelet2-matching Version: 1.2.1-1noble.20250320.185048 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching_1.2.1-1noble.20250320.185048_amd64.deb Size: 77856 SHA256: 6f96b449a7eb5a003570b930ac33e0a3c4900e8a85e5c63fc99e90f791f8ce78 SHA1: 5ce78466542822a5503083355321111ef0dd7eec MD5sum: 1443584572fe8359190ba32c741719d1 Description: Library to match objects to lanelets Package: ros-jazzy-lanelet2-matching-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-matching Version: 1.2.1-1noble.20250320.185048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 2255 Depends: ros-jazzy-lanelet2-matching (= 1.2.1-1noble.20250320.185048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching-dbgsym_1.2.1-1noble.20250320.185048_amd64.deb Size: 2224334 SHA256: 669560048add8779acca1d3398fb4d6a202d2ca70fbe8ba9e977a18c24e8e3f9 SHA1: 26af263cfc8d0146863c466d797a94999efaf947 MD5sum: 6d58daa6b29c4c70163eeeb34e67ad4c Description: debug symbols for ros-jazzy-lanelet2-matching Build-Ids: 1d17617cd7a6a79622ca648bbe2bc07a1153edfb Package: ros-jazzy-lanelet2-projection Version: 1.2.1-1noble.20250320.185045 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection_1.2.1-1noble.20250320.185045_amd64.deb Size: 19518 SHA256: 0f3c24a2c97078d11cd41730ddf4a920877e49e5d1cf6381829fe6945552df5d SHA1: 0f21ec78611a2820735c28aafcd5ec0a0fc2fe91 MD5sum: 2855b38c8470a9740108a7e4fc977258 Description: Lanelet2 projection library for lat/lon to local x/y conversion Package: ros-jazzy-lanelet2-projection-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-projection Version: 1.2.1-1noble.20250320.185045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 166 Depends: ros-jazzy-lanelet2-projection (= 1.2.1-1noble.20250320.185045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection-dbgsym_1.2.1-1noble.20250320.185045_amd64.deb Size: 148942 SHA256: 2790d16bd560c56a3b8de3a1514246559c70e7ee6162ac9cac8a743e64295e15 SHA1: 0ce89b6fe9d36af6896816df667c2721ab418162 MD5sum: 06fa9d9c8171bdcce583b744a3328480 Description: debug symbols for ros-jazzy-lanelet2-projection Build-Ids: 5c8da0988e9ce124767b0a3765ff0819c668abdb Package: ros-jazzy-lanelet2-python Version: 1.2.1-1noble.20250320.185710 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-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-matching, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, libboost-python-dev, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python_1.2.1-1noble.20250320.185710_amd64.deb Size: 1125464 SHA256: a6b6df8ee85bba2a2ac083a53bb63736e6eeb0958c6876da7c86dfc2de95c137 SHA1: 3ea18eec3ec46a2d68b428e17a5af89640d4b04f MD5sum: 7e3a4f405bdb6c234ed77032891932c4 Description: Python bindings for lanelet2 Package: ros-jazzy-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-python Version: 1.2.1-1noble.20250320.185710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 27721 Depends: ros-jazzy-lanelet2-python (= 1.2.1-1noble.20250320.185710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python-dbgsym_1.2.1-1noble.20250320.185710_amd64.deb Size: 23108174 SHA256: 2bf62fb9aa5f75cf9d6e6a557a5b77f25f2f1d71fa31bbda21a798fb4a9b2822 SHA1: 1bb2c5fe699040d4b68ac3dd0519974b86f6741c MD5sum: ef7c9c25a5427f443131f5abe3c9e0c2 Description: debug symbols for ros-jazzy-lanelet2-python Build-Ids: 318b76c307bc580d3345dfea467a247ef2776173 3a76b39b7116fb2cc74b3f01b5da114a9eb0c22e 6a934348c0badf9e65144d1329d3bbf7c6f623ad 8ad26dd2e474534acaa61373b7d117a63f4bdcb7 92c01b017269e9af3ca722c074a9cb4da88576f8 94f640ee9e99d42064b2bdcef1c8fa4876c27793 f91d999119752d332808b117d72f8e450eb3482e Package: ros-jazzy-lanelet2-routing Version: 1.2.1-1noble.20250320.185049 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 810 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing_1.2.1-1noble.20250320.185049_amd64.deb Size: 261550 SHA256: c5ed9778fda80f628c38c1f079ba438047c70669e32463e3dc091e832e2382f9 SHA1: 8ad31e222ae517a098dae2d69546b13acdbf552f MD5sum: 7c11dc9c5de03f6724d9b3b135ca4333 Description: Routing module for lanelet2 Package: ros-jazzy-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-routing Version: 1.2.1-1noble.20250320.185049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6178 Depends: ros-jazzy-lanelet2-routing (= 1.2.1-1noble.20250320.185049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing-dbgsym_1.2.1-1noble.20250320.185049_amd64.deb Size: 6031036 SHA256: 1e5f2f499fa8f9d937c8f3438981a6d15035336ec99d8c17ad3221d104624abf SHA1: 10341a1fc7765194df261d7a5167d110a1aadb6d MD5sum: 2a94d870ac2d76e92d2531c8cfcb750a Description: debug symbols for ros-jazzy-lanelet2-routing Build-Ids: 1286e29592660028f1c890da96e73bee7190295c Package: ros-jazzy-lanelet2-traffic-rules Version: 1.2.1-1noble.20250320.184428 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules_1.2.1-1noble.20250320.184428_amd64.deb Size: 56462 SHA256: b351b48d094443e59cd0c339128d4386d5144e84474db9b91fb5a74a1158599a SHA1: 6e47d12f17e4a02b32889b7294690aabd47d3569 MD5sum: 1b0ecd98893b9ae3805b05cdb3a9e5f7 Description: Package for interpreting traffic rules in a lanelet map Package: ros-jazzy-lanelet2-traffic-rules-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-traffic-rules Version: 1.2.1-1noble.20250320.184428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1337 Depends: ros-jazzy-lanelet2-traffic-rules (= 1.2.1-1noble.20250320.184428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules-dbgsym_1.2.1-1noble.20250320.184428_amd64.deb Size: 1307390 SHA256: 70e792f70cb55dde2bbe3473eff76df4766dae1ada620c564e51b5bb14435f80 SHA1: 14f693320ec15e4782795db04cdbd5c64bc42fdf MD5sum: b1dc9006937d50d423cf8f067e35f826 Description: debug symbols for ros-jazzy-lanelet2-traffic-rules Build-Ids: 55d9391262b036f7c728c9ff0530877483a219de Package: ros-jazzy-lanelet2-validation Version: 1.2.1-1noble.20250320.185712 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-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation_1.2.1-1noble.20250320.185712_amd64.deb Size: 131748 SHA256: 4089b71506f3fc02e83e312b77a4ec75859ddb37e0f434fd79322f7c4e86ce26 SHA1: 130be7d7c9a85c54191ee199d85a59ac92b05771 MD5sum: d3d68ed7e24f3f8cd7c9acf17ebdd7c8 Description: Package for sanitizing lanelet maps Package: ros-jazzy-lanelet2-validation-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-validation Version: 1.2.1-1noble.20250320.185712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 3773 Depends: ros-jazzy-lanelet2-validation (= 1.2.1-1noble.20250320.185712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation-dbgsym_1.2.1-1noble.20250320.185712_amd64.deb Size: 3676014 SHA256: ca852eeadcc2a18f237e2fa6c6336874003d2257432b94b95832106bf359eb7f SHA1: d23ea9c6a05d7b28c9c0d5f32d301ae556a2ec3e MD5sum: 6e8e6b20949cb4b1dbeab78b95427602 Description: debug symbols for ros-jazzy-lanelet2-validation Build-Ids: 7091a2aeaac7f32f08997923a7cd3d6920558537 a9d5f44810a756255e81e8a7fc8116dbdd73c8c4 Package: ros-jazzy-laser-filters Version: 2.0.8-1noble.20250321.141817 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 3081 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-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.8-1noble.20250321.141817_amd64.deb Size: 597814 SHA256: 6156159fa253bf4f223b926aff662bded642cedf62366e9d157b763ffd8f6547 SHA1: 2498423c9746915b045c980c3d08ce56dfe994af MD5sum: 287050f0abebf8b63a832212f43c6fbd 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.8-1noble.20250321.141817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 14157 Depends: ros-jazzy-laser-filters (= 2.0.8-1noble.20250321.141817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-filters/ros-jazzy-laser-filters-dbgsym_2.0.8-1noble.20250321.141817_amd64.deb Size: 12602682 SHA256: d436389ef89c11efd89cae3476f74d76fe3f76777d7cbe7038a33cf0d011507b SHA1: c90b633bba847428a33822a927a1f65ec3f886bf MD5sum: df55f6889ea67fa6fee1eb9c13d3f6e9 Description: debug symbols for ros-jazzy-laser-filters Build-Ids: 1d6415212da4c42087f2391f325d7c6778c49192 6c739012daf63524cff3c311cbc8646d70c623f4 6f801185ed046adc4b95d042fcd1565ef49b27c7 776016525e93fc81d403756760af9e6e3dcdc7c3 fc2900d83afef3734efa25862981c779f2575b37 Package: ros-jazzy-laser-geometry Version: 2.7.0-3noble.20250321.132158 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.0-3noble.20250321.132158_amd64.deb Size: 26224 SHA256: 7802c71b7d663844c6e0917a8911ee6a75a4fc59d4341150268e42877003d80f SHA1: 07b9c105b2b19dc804c1d7910062ca0cd0bc7aa8 MD5sum: 603a5c3a5681d67301e7c28f6f79ecbb 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.0-3noble.20250321.132158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-jazzy-laser-geometry (= 2.7.0-3noble.20250321.132158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-geometry/ros-jazzy-laser-geometry-dbgsym_2.7.0-3noble.20250321.132158_amd64.deb Size: 156898 SHA256: 4c7f61bbd94079ea49de65aa7f56c3ebcaa4633ac92a0f39bda326fd16fc1c34 SHA1: b369a36789bac4121a0c9dc8cc7b906b487f506e MD5sum: 3d289b99561f398f2c62d1b9893f0389 Description: debug symbols for ros-jazzy-laser-geometry Build-Ids: a8721df551a0fc8977573407a0828fd181e169c7 Package: ros-jazzy-laser-proc Version: 1.0.2-7noble.20250321.133252 Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 685 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.20250321.133252_amd64.deb Size: 144600 SHA256: aff5c1b3ae3d561f5fd1a6ac8a2540d6ad860de07d055cc519afd67c3499566c SHA1: 4e47a2d08599afd1006ad73d8c7a501396e0712b MD5sum: bb38be988281475579b739d5550e9bd4 Description: laser_proc Package: ros-jazzy-laser-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-proc Version: 1.0.2-7noble.20250321.133252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3237 Depends: ros-jazzy-laser-proc (= 1.0.2-7noble.20250321.133252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-proc/ros-jazzy-laser-proc-dbgsym_1.0.2-7noble.20250321.133252_amd64.deb Size: 2828500 SHA256: 09b2fd5e078a448b1c50e348f1b646e2c8c5096718f7a551af15dc2b0ff528e9 SHA1: d3ce8753e0f593ff687076135c2020aaac6c476e MD5sum: ce9baf0375b07ac1dbbc4811d1d49c40 Description: debug symbols for ros-jazzy-laser-proc Build-Ids: 28d6e7640e2f3ff1c38b890be591b79e6c1f6c0e 797d7fa0b860002e5f528e042e5d89e61968f5c0 add34290a1006a79f87ba749d4bc932c845d5caa Package: ros-jazzy-launch Version: 3.4.3-1noble.20250320.184052 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1089 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.3-1noble.20250320.184052_amd64.deb Size: 200642 SHA256: bea61452ca235f82ff98138143f02c574419f17c2714899e3efa6c1f053dc4f0 SHA1: e2affcc7cae3a0f6bbec38de53e9dcbe163f1812 MD5sum: fb6dfb0588034862be977af266b1d538 Description: The ROS launch tool. Package: ros-jazzy-launch-param-builder Version: 0.1.1-4noble.20250321.131345 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.20250321.131345_amd64.deb Size: 9002 SHA256: 084685519d06a21dd2ec5da4168502a94976cf2c92efe03b1a1f6bc4d6216a05 SHA1: a62592f0eac3a38228fb505460b2b65b0dbc5e8b MD5sum: 4a725735224a476672f9e9f72aa1bfb2 Description: Python library for loading parameters in launch files Package: ros-jazzy-launch-pytest Version: 3.4.3-1noble.20250320.191250 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 128 Depends: python3-pytest, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-testing, ros-jazzy-osrf-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-pytest/ros-jazzy-launch-pytest_3.4.3-1noble.20250320.191250_amd64.deb Size: 27188 SHA256: e4837ea33f39f7e29a1744047cbdcd94d73eafde2c1de8e759503bd4c899d6e9 SHA1: a595b529c1d532b95a38c9af4962c1469385e9f5 MD5sum: 9a228cc4e7a5af3ddbeff59fdb7c0b72 Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-ros Version: 0.26.6-1noble.20250321.131347 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 430 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.6-1noble.20250321.131347_amd64.deb Size: 89332 SHA256: 56cd7b5d81ba76a63f4428f6978e1d0d4251a6fc3c87d549fae48502e7889252 SHA1: 745c719a810bb81893817bf8f922aff35b2a7126 MD5sum: 0f8bec2d29de10a35f32bdaca07b6b9c Description: ROS specific extensions to the launch tool. Package: ros-jazzy-launch-system-modes Version: 0.9.0-6noble.20250321.131350 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.20250321.131350_amd64.deb Size: 18414 SHA256: 19f4cfb8cb7e1e045b0126ec34c1315b24a89dd23b5f5775d458320b4282be10 SHA1: 377272f221639e1ce3f5924af9670923cf6f4cf1 MD5sum: 53944b0ef9e6c9078682bdd910b07d5e 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.3-1noble.20250320.191211 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.3-1noble.20250320.191211_amd64.deb Size: 87438 SHA256: a7eb97085c7196d80a4587707e757afd1163ef982aa3f91659fa453028672f9b SHA1: c9a659b2ee883dbecc410375430ca57ddc7d3a92 MD5sum: 5587cc8d3bcf1512eec208b18d36e7cf Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-testing-ament-cmake Version: 3.4.3-1noble.20250320.191329 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.3-1noble.20250320.191329_amd64.deb Size: 8852 SHA256: c5e3267205f9256ed92d8d25e11ff6e05c351217261123e3a174829ea97b9aa5 SHA1: 7ad6d733f7d8fdadbd3dcc7a33bcd4c6423d29cf MD5sum: b8c8a1206d00480603967e733d9c5a52 Description: A package providing cmake functions for running launch tests from the build. Package: ros-jazzy-launch-testing-examples Version: 0.19.4-1noble.20250321.141733 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 72 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.4-1noble.20250321.141733_amd64.deb Size: 14192 SHA256: 295d7ca177272791c899437d027c1f1468caf0a8e74f83f483b6d6e1240a58a0 SHA1: 7870e90b32ca1181a81496ba867e5bbfde1cde6b MD5sum: 4e0c236b5b7030b15f6776e07f45c0b7 Description: Examples of simple launch tests Package: ros-jazzy-launch-testing-ros Version: 0.26.6-1noble.20250321.131559 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 113 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.6-1noble.20250321.131559_amd64.deb Size: 20628 SHA256: 7bc420f7e93017d43ae34f815695fe3eaf550544a472834ea4badf24cb51e660 SHA1: 49f293779b645e37adca39258b34ead8f85f0b40 MD5sum: 141ede28633422a088366a9ed3c19da9 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-jazzy-launch-xml Version: 3.4.3-1noble.20250320.184429 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.3-1noble.20250320.184429_amd64.deb Size: 11312 SHA256: 4535ef9ed221e50397602ab8d601bb6e229478207fecdbc4d44b74a859ce4089 SHA1: 7a1bfaa12932e401e58c0fb2582945e6898271e0 MD5sum: dfc08477409baee5a7dc7623fcef4656 Description: XML frontend for the launch package. Package: ros-jazzy-launch-yaml Version: 3.4.3-1noble.20250320.184433 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 56 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.3-1noble.20250320.184433_amd64.deb Size: 11664 SHA256: e23a235ff001e0702bda02384786b21e1bc87bd92934b8c25b364fc17aa942ef SHA1: d2b1902ec4561599ddc8dd291be27bb6f3523fc9 MD5sum: a23fd323e7a311752e9273b1c0de1ac4 Description: YAML frontend for the launch package. Package: ros-jazzy-ld08-driver Version: 1.1.1-1noble.20250327.095416 Architecture: amd64 Maintainer: Pyo Installed-Size: 202 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.1-1noble.20250327.095416_amd64.deb Size: 60232 SHA256: a44f847307ca21601df89e5e74b6a6cee7c92acae6549dcd20ab93be5ac7e04b SHA1: bc07c897a3379c5d314dab53c3e37086ebc12265 MD5sum: fec70b66e1775f23d387f7ec87f47ccb 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.1-1noble.20250327.095416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1018 Depends: ros-jazzy-ld08-driver (= 1.1.1-1noble.20250327.095416) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ld08-driver/ros-jazzy-ld08-driver-dbgsym_1.1.1-1noble.20250327.095416_amd64.deb Size: 959134 SHA256: 8dc21861559c7bd012718d0406f10e246d7d27547531edb79cdfdc25c6736f0e SHA1: 91de795bf21f494e03259ab4f9c34ee47fc5a4c7 MD5sum: 4c6c8ff777df7d41db9a091f8cd39bc4 Description: debug symbols for ros-jazzy-ld08-driver Build-Ids: a2e106c3c41cee00da53aba83842c9f282511907 Package: ros-jazzy-lely-core-libraries Version: 0.3.0-1noble.20250320.185204 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3769 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries_0.3.0-1noble.20250320.185204_amd64.deb Size: 678322 SHA256: 0cff66657e3c6dd7ff809559bdea9d47d31f08a8c36909c5fafcf21f5aeea441 SHA1: 36b80bf6f77b94f4219576595ed26fc7d9507ff6 MD5sum: 9e52b6dcaefe25d3d98531fd3120caa4 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.0-1noble.20250320.185204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3329 Depends: ros-jazzy-lely-core-libraries (= 0.3.0-1noble.20250320.185204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries-dbgsym_0.3.0-1noble.20250320.185204_amd64.deb Size: 2659172 SHA256: 749585208238089587a5fcddc68ac73a956cac7e0fa1ecf67348e4d4986504ce SHA1: f3ee45d3ca34dca94b861a6fcbfdcf648cf141f3 MD5sum: 2c5140dea90222f1e2b7bfbc4d3da182 Description: debug symbols for ros-jazzy-lely-core-libraries Build-Ids: 07174b4b3866e77f38e9d05dc05f400d8cf2ac1f 3c5ece88d00e7c941df0a5dc9b47f6102b06ab0a 4376def6989057a64e26c63efbc93c2633653bb9 5e4ac8a51ba751513b9537bb5f2ce9bd0fd55740 92aa746e18a6685d571f544dd92fe576000c8c47 c9ea39d3430ee071fb7e65b2807532653c671f49 eb76d14a7b9374b736db9d6088821eb39c75cf8b efe8c90e579b6fdde5d27f6f9485416a5f5509d1 f33269f64ebb0ac9ea637d0eb15e66b135a0734a Package: ros-jazzy-leo Version: 3.0.4-1noble.20250321.150114 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.0.4-1noble.20250321.150114_amd64.deb Size: 5208 SHA256: 505b73fb71e24665ca3c916c88575959f2e78f0b82e248209053622470e9996c SHA1: 78c2ffdfbef0d0186b09d2e137cf4846b3d0419d MD5sum: e01ef3003e28c29591002dac556feabc Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-jazzy-leo-bringup Version: 2.0.0-1noble.20250321.150051 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 58 Depends: ros-jazzy-geometry-msgs, ros-jazzy-image-proc, ros-jazzy-leo-description, ros-jazzy-leo-fw, ros-jazzy-robot-state-publisher, ros-jazzy-rosapi, ros-jazzy-rosbridge-server, ros-jazzy-sensor-msgs, ros-jazzy-v4l2-camera, 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.0.0-1noble.20250321.150051_amd64.deb Size: 8604 SHA256: ecddf2cc905d05ca11ade1375a258533fe9a6fc6abd832aae2003c832401eb6e SHA1: f8cb0877a93646b331436fa37703897e117b1b23 MD5sum: 5ac3df648cb83dea4c0501cbec814873 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-jazzy-leo-description Version: 3.0.4-1noble.20250321.145708 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.0.4-1noble.20250321.145708_amd64.deb Size: 5794896 SHA256: d6e9edc061a5baffdd49073d5073fd6408fa828b2f6c522722940c765bbd84e0 SHA1: 37c26a372b08b4a5b14dada21419324837dbbaa1 MD5sum: 9816b052d12048a58d83190b17d480da Description: URDF Description package for Leo Rover Package: ros-jazzy-leo-desktop Version: 3.0.0-3noble.20250321.153358 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.20250321.153358_amd64.deb Size: 5164 SHA256: 0977289bffbf57a0eeb50277297da1c6035ddce2a33a8d889166aab082ab37ae SHA1: 08358f310e185ee34ac87bed1ffe88b34ae6d2d8 MD5sum: 7538c784219a81476423a9add1948d11 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-jazzy-leo-fw Version: 2.0.0-1noble.20250321.132602 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1782 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-dbus, python3-numpy, python3-whichcraft, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-geometry-msgs, ros-jazzy-leo-msgs, ros-jazzy-nav-msgs, 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.0.0-1noble.20250321.132602_amd64.deb Size: 398774 SHA256: 8c4924a4df1eb49521fbbe5d0305217ab5e93334125b9632e776357d5dc9b05f SHA1: a3ec8683b79970f31435e4ca7818026e5cde5b27 MD5sum: 2e0935a81a22bf77242783a90bed0239 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.0.0-1noble.20250321.132602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 6114 Depends: ros-jazzy-leo-fw (= 2.0.0-1noble.20250321.132602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-fw/ros-jazzy-leo-fw-dbgsym_2.0.0-1noble.20250321.132602_amd64.deb Size: 4982782 SHA256: 4119e4d3470a924c630392f373a5f364f25504a311acd1a8f7ce47972ae05d11 SHA1: 84d1f519b1d042129b3af6936243ca293a0143b1 MD5sum: 715caf28bc36427e03fdd9475331255f Description: debug symbols for ros-jazzy-leo-fw Build-Ids: a0462a8e7c4b7eb8b3bea8a78ec6c8417978df7c c11b984b9c1cdfab755d927638fda0544afe7523 Package: ros-jazzy-leo-gz-bringup Version: 2.0.1-1noble.20250325.174113 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.1-1noble.20250325.174113_amd64.deb Size: 7992 SHA256: 7fea42f6e0991e084eec34cc9ec0922582e6fdb27c1684441935a65977d368e2 SHA1: 9a21e90f8e5a962aeee3299ec77e50d054c87af6 MD5sum: 6f3231eae6c094eceb95daca765719e6 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-jazzy-leo-gz-plugins Version: 2.0.1-1noble.20250320.234527 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 809 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.1-1noble.20250320.234527_amd64.deb Size: 142198 SHA256: b5dd66c380256a9aca53e68a522566764b4447354426a65150168a04c5acfc1e SHA1: 864f4e76b95610791be9a8fb0f31df7e5f1fd75b MD5sum: 1a4e93840f4bb5fb26ff8be06861c920 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.1-1noble.20250320.234527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3731 Depends: ros-jazzy-leo-gz-plugins (= 2.0.1-1noble.20250320.234527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-plugins/ros-jazzy-leo-gz-plugins-dbgsym_2.0.1-1noble.20250320.234527_amd64.deb Size: 2967404 SHA256: 6cd7328c5a28a055319375a2928faf6355d08a9c198be8edadcbb0fcb2ec7486 SHA1: e853e87e693bc3415b94a86b83b66960715de7c3 MD5sum: 826a0a9d7c207e7b84b1596c89c22c5a Description: debug symbols for ros-jazzy-leo-gz-plugins Build-Ids: e12ed708ed02e836e2a5ba805818b1ffde7b3b7b Package: ros-jazzy-leo-gz-worlds Version: 2.0.1-1noble.20250320.185215 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.1-1noble.20250320.185215_amd64.deb Size: 143438778 SHA256: cf0d3c1424b60c40ddb9f3172c3c70c959d090b5aa8dabef3170f9a87ee90bbd SHA1: bd973cbcfac2d02a55480a6ba2408efc222ec45c MD5sum: f2f57ebfbc4ed1d1107baeca218b5ecd Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-jazzy-leo-msgs Version: 3.0.4-1noble.20250320.195954 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1283 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/leo Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs_3.0.4-1noble.20250320.195954_amd64.deb Size: 104258 SHA256: 0365465bea0a70e9fc3fd1ba41c5b1ee9b34a5afb9d7a79d6876025cbd576d47 SHA1: 494d1934e2c68cfdd5e1132700e6ed08fbb6f6fd MD5sum: 2b07c614acf14845aa0312ca426b5953 Description: Message and Service definitions for Leo Rover Package: ros-jazzy-leo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-leo-msgs Version: 3.0.4-1noble.20250320.195954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 866 Depends: ros-jazzy-leo-msgs (= 3.0.4-1noble.20250320.195954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs-dbgsym_3.0.4-1noble.20250320.195954_amd64.deb Size: 669222 SHA256: a2d31e6baa89dfb6338947fa663de10eb747c85efad125e2cd5d85b091eb658a SHA1: 2d668d8f3a505d85bdcfa467c6fcd1ba77394378 MD5sum: 61f7689de655feb2f237926ae62850c7 Description: debug symbols for ros-jazzy-leo-msgs Build-Ids: 0958c25eb5bdea7f115941e6148c7b4c880db136 24b5b42992146f4a311baf791797298a8f9e817f 366c12f78a8c0d303c1b1f4f3f5e72ef71a4273d 4396503e836afc9c945d955af6fc2f4168389347 76f6a6f3199d965951dabb7fca72825537581d5f 8503326272bf3a3d809e053d5f3b6da3cb8ffc9a c009a286e4df6430bee50a395c0ce8bd40136c89 da0949752e22cb54655b57d2a470eb57befd7e77 e34cebf4f135a8e3ce0ff654e4a06e8ba5b803d8 eda33b47079665685f6d042f585bd0e4d7ae8130 f18164a7b539da354bb1cb24c139767c627233eb Package: ros-jazzy-leo-robot Version: 2.0.0-1noble.20250321.150200 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-leo, ros-jazzy-leo-bringup, 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.0.0-1noble.20250321.150200_amd64.deb Size: 5250 SHA256: b89b7a98719f69fc26904dd262b2cb79e14ed7ca840446aaa57cc0abb6fe7b6b SHA1: 66f30b5ad2551f5f93666d86027ef99c2a462c6b MD5sum: c351c029110f2d94697a42d19bd0d25d Description: Metapackage of software to install on Leo Rover. Package: ros-jazzy-leo-simulator Version: 2.0.1-1noble.20250325.174346 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.1-1noble.20250325.174346_amd64.deb Size: 5294 SHA256: 5ef6e2ceb5875a83ae589c2f17316fd8ade57b2071895231d439d920024c3afa SHA1: f5fabc36ec9d4b341eb7a6fa18bf17e7bf7fc098 MD5sum: f9e3a8c1da9e3324654947edcf58e50c Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-jazzy-leo-teleop Version: 3.0.4-1noble.20250321.135151 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.0.4-1noble.20250321.135151_amd64.deb Size: 6204 SHA256: 0cfd99074cd391c69c0a8f9112b2b29c974529e1a3b4e2e6f82e8f02cfc352b5 SHA1: e1309f122a494930bde0ca4a05d04ab4067f87d8 MD5sum: 982184425a0f603d9272d9373c6658a8 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-jazzy-leo-viz Version: 3.0.0-3noble.20250321.153303 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.20250321.153303_amd64.deb Size: 7580 SHA256: 4edc0601a487908b4f6783a8d8504f4172a23bd0877215c8c1cd35e59a0a9fd5 SHA1: 12ef206437920e7ae788b449240581b5713e15fe MD5sum: f60ef4899dd7bbdd078df44c92565163 Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-jazzy-lgsvl-msgs Version: 0.0.4-5noble.20250320.224407 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2581 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.20250320.224407_amd64.deb Size: 181674 SHA256: 17c6ef16fe260997a54837194029490b6f55cd254301e0b68343adddea067d6e SHA1: 13a2a5b01a9bbd5114122590710df7048a7a43e1 MD5sum: b54ce8455f473ed8700c212d12df2515 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.20250320.224407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1968 Depends: ros-jazzy-lgsvl-msgs (= 0.0.4-5noble.20250320.224407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgsvl-msgs/ros-jazzy-lgsvl-msgs-dbgsym_0.0.4-5noble.20250320.224407_amd64.deb Size: 1620806 SHA256: f119c087f3e72ff4f9e24057797e2cb56fa79b6fd259863a5b3838f5a72030e6 SHA1: db9e0873db7e1f8b8d13e7900721cc96d6add9ff MD5sum: 6f0b981e0762fb7b5d4dc5d3fdd841a0 Description: debug symbols for ros-jazzy-lgsvl-msgs Build-Ids: 2187eea7bb897535ea24645beecd329732226030 2b0ccd06dcdc95e5da0e6697563ef6c9075c417c 4c6624985ce0f5ec831b308d5992b31f98f5c770 607b34b50763404666b579d2da9bf620ba973422 8ab607b99347e97ba1c743638b311e4b333a61a8 9a4cc1655fb935ce5709bc4bab4b6cec0bc6cc3a a751948e77ec118c654ac0f9e282858d37167a6d d2415a8b0ef28638f1c1d131394d479f5d0c7110 d55d95845446d038287842fb728ef9f1f6cd7f34 d77ad2a8a0edc4971d345902473d6868ed2b51a5 ed9e77b376f96de49c00a312d9b72bdeb08be2dd Package: ros-jazzy-libcaer Version: 1.0.2-3noble.20250320.183129 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 858 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer/ros-jazzy-libcaer_1.0.2-3noble.20250320.183129_amd64.deb Size: 154454 SHA256: 14d4d8114f81fe062c7780e5f83a56f9b0124f53240c44f865d8bc096d6e64fb SHA1: 1e4d2e5a1d0fd6caf9993ab863cb6b832c114698 MD5sum: d97014eb3cbcff99ee16a8c385e6b3cb Description: library for event based sensors Package: ros-jazzy-libcaer-dbgsym Package-Type: ddeb Source: ros-jazzy-libcaer Version: 1.0.2-3noble.20250320.183129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 429 Depends: ros-jazzy-libcaer (= 1.0.2-3noble.20250320.183129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer/ros-jazzy-libcaer-dbgsym_1.0.2-3noble.20250320.183129_amd64.deb Size: 388160 SHA256: 3e77d681ed62fca148a1f3a7cf25dba552f729747f7537f09590a0d452d3dcd7 SHA1: 5cb81e9121496ab21893ecd2dec0127ff7c63b31 MD5sum: bee7585bb20d0a678decfc50af0f1588 Description: debug symbols for ros-jazzy-libcaer Build-Ids: 96c381f02582ca7f889ead594ce4c1f40408f1ca Package: ros-jazzy-libcaer-driver Version: 1.3.3-1noble.20250321.134632 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1101 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver_1.3.3-1noble.20250321.134632_amd64.deb Size: 239964 SHA256: 0e8dd83fd27288ca68637a92e7248c8abd6f543d1200ee8435f350dad1457249 SHA1: 7c2df53b973279b0588c593c3ece0bb231e33e0b MD5sum: 74ed2359ad31adc63b2be61d8c7fc767 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.3.3-1noble.20250321.134632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5790 Depends: ros-jazzy-libcaer-driver (= 1.3.3-1noble.20250321.134632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver-dbgsym_1.3.3-1noble.20250321.134632_amd64.deb Size: 5108834 SHA256: d8b1ca0a44bfa6fbf5333d2a924828aa13ddc3dff280456046b5bff266002c18 SHA1: 8159744c3b92de6066379b9c3bb092b3ce9556e3 MD5sum: c408acb7291b567dabddc4d5e6c84e95 Description: debug symbols for ros-jazzy-libcaer-driver Build-Ids: 449fcf800a81ff256c00bc46a1d9ebcac58da277 9ad0b335232f03eefb920bfce875e4ebb9e752d6 Package: ros-jazzy-libcaer-vendor Version: 1.3.0-1noble.20250320.185247 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_1.3.0-1noble.20250320.185247_amd64.deb Size: 162466 SHA256: c24cdd2edd13532fda95522d7877ce5eb90ddd2bb252a7855c9d192376411971 SHA1: 0d8c11d471f75fa9cfbbdd9588ce3799ca51b602 MD5sum: 0201e42afbea77a5df26690206d1c6b8 Description: Wrapper around libcaer library Package: ros-jazzy-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-libcaer-vendor Version: 1.3.0-1noble.20250320.185247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 54 Depends: ros-jazzy-libcaer-vendor (= 1.3.0-1noble.20250320.185247) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-vendor/ros-jazzy-libcaer-vendor-dbgsym_1.3.0-1noble.20250320.185247_amd64.deb Size: 11056 SHA256: 880d0e1f3696d037f0d51135a2a0b786a04f225c2d3770adda1d18f0d91f7ebb SHA1: 52927288a62d2d9fac80c37a2ed0f65f867d7445 MD5sum: d50f89454779a82455ae0987f31f60ea Description: debug symbols for ros-jazzy-libcaer-vendor Build-Ids: c5199a579d39fade266b765639bb99ab54ca97dd Package: ros-jazzy-libcamera Version: 0.4.0-1noble.20250320.183258 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2845 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, 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.4.0-1noble.20250320.183258_amd64.deb Size: 811640 SHA256: 00070c2d5c0474ed74a57e0e35ac1b03e28990e91d2ab10e40bd4b3804be6d92 SHA1: a2f00ab08dc902ca3ac0cdee83d8fa063dd167d8 MD5sum: 542ed79b3afc983e9bda0ed626b74ae5 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.4.0-1noble.20250320.183258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 19370 Depends: ros-jazzy-libcamera (= 0.4.0-1noble.20250320.183258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcamera/ros-jazzy-libcamera-dbgsym_0.4.0-1noble.20250320.183258_amd64.deb Size: 18204964 SHA256: 0062f2cf44e45390d9a4b5455de8bf6a3cfcfe4a17437bc7579198941fab6af5 SHA1: 42cb1549e800e1693fe889dcea57383af0bfaa97 MD5sum: 93e30197f6b71483a4d32e0f682ff470 Description: debug symbols for ros-jazzy-libcamera Build-Ids: 10619a1f80a8277e027412086649fd6f1559590a 9505f39fbf113e310247f1b9738f9da3d9fd7a96 b32ef1f8552c30cc6a6ebcdd552d01862aeade85 ced4948aadd1f19186cac0eb976381bea4825ec8 e00f2b30259dd9366de54ca04c7607ad67442773 eebf54e5dc294bffd3b05bd66c8fc0a1bd5a330c f294932bf701ca0332a3fbf084ff3ed0511a97cb Package: ros-jazzy-libcurl-vendor Version: 3.4.3-1noble.20250320.185334 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.3-1noble.20250320.185334_amd64.deb Size: 7446 SHA256: 134e37721d9dcd6d07e611b5a1ffff7ee2c7576617e96c45e529fe47d03c3b25 SHA1: 132262cc842c4d64c469b17112be2923e39eb3a3 MD5sum: f7610fa62e3d5c3f285fc9ef29df7fe0 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.20250320.185352 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.20250320.185352_amd64.deb Size: 1149480 SHA256: 01ffbf0a1719de45d455b8d4fc4113c5e5010942bf521aab987be643b1aee8bc SHA1: 3a843ba9adaf17de5ed61dbe23c20c0d3efd5bb1 MD5sum: 9bd29da12e34205f9523e1616f1a2c92 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.20250320.185352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 159373 Depends: ros-jazzy-libg2o (= 2020.5.29-6noble.20250320.185352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libg2o/ros-jazzy-libg2o-dbgsym_2020.5.29-6noble.20250320.185352_amd64.deb Size: 159687828 SHA256: 130f1bd79ba49dacea2fe88cca035cbfca09430b00cb2dacee6f60f6c3c72e13 SHA1: 5d119fc68467bf50ce608125d5d2443382ac5f70 MD5sum: 5f1ad8a9190cddabe15d5d3db741785a Description: debug symbols for ros-jazzy-libg2o Build-Ids: 0194c1864d81a93c0437563e726ce950cc176e3b 0cec304f73f2eb64d1e40be1dc4ad33eb587014d 13f4cc4a83184bb7e8f6ea04dc7d7bd198e4ce34 1f38613ddc9cce7821f9bf7f8533d551bdf49555 21d59b690da72856797f59bcda28f6996f7a5711 378b501cec063aedb9a77a4d93580c7970f32392 3cb6732e81cdef1b41338ffb9343fd316e4c5a2d 42e91201ffbca860ff066e836d2a62d43aa2e8e1 510528e51901b05e25140555d0defe2bd9b188f9 539dedd07e71119db940c06547d12ce04c1581aa 5d3415a181cf899be7d6c093ee036b151dd75f26 61daa4bed7cbb6f59249904deea2290b690dc568 6537b83e0b699542d315a3d563aebc07c34c21f4 675a86d75282a3b99eeb1c91f4aa6477499fcff2 6da8ebdcf7a966f3d3a1ca29fea313c70cce253e 6dc02ec8698de6ec430f0d2354cc2cc65e8c5f3d 7730fbc86611d8dbf1c660eb4231195e9306f4b0 7fad4e3c726a825d0c884089ab4a2714e564d720 85e054e7ce1147e4aa129af645c52975de70a54d 91b16711878433ba50ef19710a54bac781e8d2b2 a49c5c7a64d6a198aa00d0466afa72a46df4560c ac47afd1464cd2420bb634aff6538c3d76a69bb2 ad2f55be79ebc568d30a616349ef1c0c62f56097 ba73bf3015e537df201d2a8497a2a3cc699e83c5 bb8d0da29f0b0220219c458e5fae615e35fc980b c18653d075be54c0bba8c8c6f093945f3634a687 cd905a0d4d2dad27df84cbf1f19082d357b3ea30 d9cd0d80f06236de95e0d02c23abad6412e68eec d9d25d17e8daefc145441ea634489c4d492b4e6e dc2f4c6cebefa89821cc91ca89c49c8fe18c14eb e420baa353d5b881dc2cb4c078eac54aada14aff e49b0d82ddcbf5609d9928849def16bad0a2ebcb fc9332e11b9b58adcbd2bf1d5689c86ab258a942 Package: ros-jazzy-liblz4-vendor Version: 0.26.6-1noble.20250320.185341 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.6-1noble.20250320.185341_amd64.deb Size: 6868 SHA256: c96af932c3e2ff8152bdbede51baf9d04fd81db043c0e8f1a5311939ed7383da SHA1: a0dd82b3cc74ccf64d52aec41ff5ed56cda4a08e MD5sum: c0811b0b308d830db8f3f0886442433e Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-jazzy-libmavconn Version: 2.9.0-1noble.20250320.185756 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 432 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.9.0-1noble.20250320.185756_amd64.deb Size: 111832 SHA256: d8b34729b91b16d98fd37d39d7489d2c0d6ad1e0ddad29f6ef02abb88222adfc SHA1: f19446bb830b787c4ab2cf41f9817c515fe13cea MD5sum: 2ff047ea20b68335acbab2c6cc4f3ad2 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.9.0-1noble.20250320.185756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 1879 Depends: ros-jazzy-libmavconn (= 2.9.0-1noble.20250320.185756) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libmavconn/ros-jazzy-libmavconn-dbgsym_2.9.0-1noble.20250320.185756_amd64.deb Size: 1746942 SHA256: 1599760c7fe392178fa6f07c44a50a4ce72a45fd8cf5c4475bf02c3f2b9f8cfb SHA1: 7506091a52657c61b4d50e074e6f0473dcf179d9 MD5sum: a96a3bf77a10a9508a1bc8a62c0b0e52 Description: debug symbols for ros-jazzy-libmavconn Build-Ids: 040606fd2681c200527f793347e7601f90443f80 Package: ros-jazzy-libnabo Version: 1.1.1-2noble.20250320.183307 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.20250320.183307_amd64.deb Size: 94878 SHA256: d270e8776a71cd2c0a6fcb7b4cf77e550dbb3d4e31090b9eee98973bd2996e14 SHA1: afa762d41ed61028836c61cec53898d7d0d52a9f MD5sum: 952cb667117413af2346956ec3cebec3 Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-jazzy-libphidget22 Version: 2.3.3-2noble.20250320.185354 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5790 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.3.3-2noble.20250320.185354_amd64.deb Size: 929806 SHA256: 2f1e6df1985abf46e2c47c16e2c712750858a2d313e0cb61912cb614ddfa6dc8 SHA1: f9e7454382bf93578afc5cf447d1241d4cb786c8 MD5sum: efd8ecc5d7555fcf3dd3d2ec273a507b 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.3.3-2noble.20250320.185354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2186 Depends: ros-jazzy-libphidget22 (= 2.3.3-2noble.20250320.185354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libphidget22/ros-jazzy-libphidget22-dbgsym_2.3.3-2noble.20250320.185354_amd64.deb Size: 1996484 SHA256: 26f72bc38316b89d14802dc3d1f15dce5d86f0de8e4f1c4d1304931cc0f1e010 SHA1: 8e22ed093ecc521f23d9ea3beeea0ab541668318 MD5sum: c889626402b60e42ddc8ab8518aff9d9 Description: debug symbols for ros-jazzy-libphidget22 Build-Ids: 0810c4a5b90312a604bbabf1e7fa280dca58b1b0 Package: ros-jazzy-libpointmatcher Version: 1.4.2-1noble.20250320.183721 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.20250320.183721_amd64.deb Size: 2693090 SHA256: b72191183e3e11a92e2f73afa55c4b5924f22566b3799fcf8aa473010149ec2b SHA1: b9ec0377872bb90886cce1355d01881620817209 MD5sum: 538704c514639d126faff3ee14c51952 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.20250320.183721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 68189 Depends: ros-jazzy-libpointmatcher (= 1.4.2-1noble.20250320.183721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libpointmatcher/ros-jazzy-libpointmatcher-dbgsym_1.4.2-1noble.20250320.183721_amd64.deb Size: 67411682 SHA256: b58d616a58de6abe58b90a4824e3223114399f0d4065a176f9090d0ee7e65604 SHA1: 43765439a3d88a1c01c4302f2881c630c81a5c4a MD5sum: 2ce30a92ed6b3e26a0854f2c92274630 Description: debug symbols for ros-jazzy-libpointmatcher Build-Ids: 050e6af974f93a9de966ac6c8f53eb10351a3670 Package: ros-jazzy-librealsense2 Version: 2.55.1-1noble.20250320.183309 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 30400 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), 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/IntelRealSense/librealsense/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2_2.55.1-1noble.20250320.183309_amd64.deb Size: 6583310 SHA256: f3f8f7012bda2749c9d4fc0874fb8c6932adddcf60d862524e10075b77464e43 SHA1: 4651e51156526794f245dcb2f22d6609c6e384d2 MD5sum: 541fbccc4208068fa5d9e111007ee9a3 Description: Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices. Package: ros-jazzy-librealsense2-dbgsym Package-Type: ddeb Source: ros-jazzy-librealsense2 Version: 2.55.1-1noble.20250320.183309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 121953 Depends: ros-jazzy-librealsense2 (= 2.55.1-1noble.20250320.183309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2-dbgsym_2.55.1-1noble.20250320.183309_amd64.deb Size: 116602882 SHA256: ea69e392502a0285ea7fe0f4ddfc7d05e84f4961139c3c765790487bf3718b2b SHA1: fdd899e5005e88f0c81c0eb80652f385b78493b2 MD5sum: d2450f7b6cd2686f53f65c75e31b396f Description: debug symbols for ros-jazzy-librealsense2 Build-Ids: 0cabc9f739bcfb3e77d9d733fe97b87efcd425ec 1a1fdf59b1f5684cf76edd1fb91d49b531d88473 1c5eb28cd2fbb53a4e08bef1cb2bcd4657245ac9 245b6201c785d8e845b5daeed3124350c9f19ce7 364d14b526796c9306b078307c01efd72ec9f557 3b60323305fe20c51ef26b92e0c75b4adcd8b2ea 494a11547d73b3487fea35a2d1e17b4851039a23 4c43c75642e55640805369ee5988c9e32ff68739 4c84d54a7479f583ab4f425c7c1842c33406820c 4fd10c1a862dc21c4c81959821bb712e9c94e47a 631701fa3f1322c64171fae8d07fff653fc76939 689499539f9fb5525a0fb5659690e145c13a7389 6ef0791eef3083010ea4f0f6900ff466c1110ae5 75597f11e39353ceb0e26f346494284cd7aec00b 7eff1f2101127c260ed36f1c64e92f69e0a4ff3b 7eff651e17b1d358c83539776f5004624512f488 80d7040d3076130f645b54af6b9f9ddc1f5b0695 82a928faca3202830ebba007b08767387b9bd925 8ac68f433f7968b61c44c745c105d9bf846ab349 8f7665b5f6949f4ded4378cd323a4da9b0416737 9cad595254aff05d8cc9434388ece94d1235b024 9d7dfab436b9d97f3ed754837800f3562e7b07ae a31f21297ca27079b2e8bd2db354148e60fbab27 b2f0c3102f20712216e4b054e54f57f3b4a1c17f bd432265523cbc551c5b763ff9c12f321453d590 d5e0eee791f57c080308ef05243e1ba2896dda7d df15896229233c609d4d20fe693e065fd1ac1619 ec461c4b84d1a2ae0835f4d9927e6d16bfe18933 ef717dad3c991a4128b85912ffc330b4473d7147 f2ef8e2db3f742913ce521e7ec9c5480474f8e30 f655ee2df687c36eae6ef4bd79574413d6d792f6 fa3d3d6a67727da3a08af951a8d78ce27189aa4b fa455cc4b5e019fdcce7fbba5e4d6a9fb7f4a5cf fb93b2e715d2beec2cdc459f42005946bbbfca03 Package: ros-jazzy-libstatistics-collector Version: 1.7.4-1noble.20250321.130252 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.20250321.130252_amd64.deb Size: 26902 SHA256: 6fafa8dfa73fc3a2bfe0fcfc818430dd2e68127ef23972d353fbd9e21b015a7f SHA1: 3aeded3402c147ee81d32f77e3ea0326bfad9a96 MD5sum: fdb02ffcd4e65a854715296ba89ebbd0 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.20250321.130252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-jazzy-libstatistics-collector (= 1.7.4-1noble.20250321.130252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libstatistics-collector/ros-jazzy-libstatistics-collector-dbgsym_1.7.4-1noble.20250321.130252_amd64.deb Size: 101224 SHA256: db5e3fbe4e84f6080d3a829b307187a8b52266b3b61287959f5d3d67e5e18125 SHA1: d698a6723663f8992565c4cc9bbefe58713ce623 MD5sum: 31fbb553ca7e2ede47517edb6e9dbdd3 Description: debug symbols for ros-jazzy-libstatistics-collector Build-Ids: 04fb05bb6deb8c2ae47256e26f5f9915d26864d4 Package: ros-jazzy-libyaml-vendor Version: 1.6.3-2noble.20250320.185407 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.3-2noble.20250320.185407_amd64.deb Size: 8498 SHA256: 855402d9ce8a1b286d40bd3e0912aba9623fc7068fe5b50e13711b8b4b5d494c SHA1: f1adb6a8c7bd3b707a1cffdb7b37f852d757b1bb MD5sum: 8bb08a2c6a582d8abcd0492843e732b1 Description: Vendored version of libyaml. Package: ros-jazzy-lifecycle Version: 0.33.5-1noble.20250321.134304 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 940 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.5-1noble.20250321.134304_amd64.deb Size: 182416 SHA256: 675a39413ae3d1b52b480356746686f85b20100a31fdc437be2da576e3dd5db0 SHA1: af303d9f7a7359e8c411915252ee431a1d6da464 MD5sum: d123b8003c8eb24cf82d0ed92af41a72 Description: Package containing demos for lifecycle implementation Package: ros-jazzy-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-lifecycle Version: 0.33.5-1noble.20250321.134304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4455 Depends: ros-jazzy-lifecycle (= 0.33.5-1noble.20250321.134304) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle/ros-jazzy-lifecycle-dbgsym_0.33.5-1noble.20250321.134304_amd64.deb Size: 3803558 SHA256: ea846cc9f53e88a699edef502aed477f0a2870775fc3753235bb1b377059a6ad SHA1: 465cdf4845767bc15957e18f616861375e6e1525 MD5sum: 6867eae91c89e6faedcd264e682f0c92 Description: debug symbols for ros-jazzy-lifecycle Build-Ids: 7e7c1d8f8c83e2f3f82a3800b6bc753f3ae89ae0 a1d929a8043a40c0347008fa8866ae26f3988278 f96023334f6c755450debc2fcecccb2069768b72 Package: ros-jazzy-lifecycle-msgs Version: 2.0.2-2noble.20250320.200012 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2442 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-lifecycle-msgs/ros-jazzy-lifecycle-msgs_2.0.2-2noble.20250320.200012_amd64.deb Size: 176752 SHA256: f57150c123332d095a9e19256b155434923f66180ed4e95520eb93f6c392c7a4 SHA1: ec59c8f5b66092d713683dfe5321cfee4568c082 MD5sum: 6ee5b0590f2b445a6975f72afd7f34e3 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.2-2noble.20250320.200012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1855 Depends: ros-jazzy-lifecycle-msgs (= 2.0.2-2noble.20250320.200012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-msgs/ros-jazzy-lifecycle-msgs-dbgsym_2.0.2-2noble.20250320.200012_amd64.deb Size: 1469450 SHA256: b9e8030bca4194b0b193922a9ea0ee883979982e565c5570c35e5e1bf8e215af SHA1: 7005e7e2701ddb462f61ff31e610be2d459a8720 MD5sum: 61e304e3cf74a4ca7f62940c25bcb095 Description: debug symbols for ros-jazzy-lifecycle-msgs Build-Ids: 022b11a5e4449a04d7ac2eeca1f85a9ce8765f56 0db7e71d316b416dea1faece342670698b3d4e9c 12b6595cd3954c4fd31d30fc1867a53dc32b97f0 1e67774d60d12ccf9d09ec8a630140d7a61e2983 2b944d3e2360793686bff1b0fe7f79afa936cf80 86fe124c7f665d8919e8d62349e5972b7149ed74 b16f6df4063e5cd9d109f6ae0eb7bc1f901a14b2 d86ea7f5e6af72c7b588dd62a4b74d011f4dd222 dc9c8e9f578e48d41025c20ecb7a8e3e78e7daa7 ef04b4570dcee071f7ac7a43b8b41f43093ae8a9 f54d917e5bae4d427e86760b4072c5ee475b1b24 Package: ros-jazzy-lifecycle-py Version: 0.33.5-1noble.20250321.131354 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.5-1noble.20250321.131354_amd64.deb Size: 8602 SHA256: bc63f2cd3738efe81164f41c4a6aab5328e6a058a3282131173244a8b19d0433 SHA1: 44d8b23994f86254f0b0c1c0e669888fb209dca9 MD5sum: 399c5e4326b8b3fbb13c8a5a3a3d17b9 Description: Package containing demos for rclpy lifecycle implementation Package: ros-jazzy-linux-isolate-process Version: 0.0.2-3noble.20250320.183314 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.20250320.183314_amd64.deb Size: 6414 SHA256: df1f5d11b5f4feb450575b3f4e700cfffe6dbe24649efc4f868676447b3a9871 SHA1: ffeed2549bfa24b112ad15555b4511720af241b7 MD5sum: 468334eeb72d47566c5bfb8006e40b20 Description: A tool to isolate ros2 nodes Package: ros-jazzy-logging-demo Version: 0.33.5-1noble.20250321.133258 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 966 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.5-1noble.20250321.133258_amd64.deb Size: 139554 SHA256: e3f8e6951ea013493c3ace9120ef91a843198d22cffb4f8f0b4893f3f1c35206 SHA1: ce67f8fc4965120d150a0516a97013d5e35d31cf MD5sum: af67335f53e36775674a8492e3b9d86c Description: Examples for using and configuring loggers. Package: ros-jazzy-logging-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-logging-demo Version: 0.33.5-1noble.20250321.133258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2128 Depends: ros-jazzy-logging-demo (= 0.33.5-1noble.20250321.133258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-logging-demo/ros-jazzy-logging-demo-dbgsym_0.33.5-1noble.20250321.133258_amd64.deb Size: 1896680 SHA256: 3b0f0a23c4bf83eee4fd33977641fd8e48a9749a3f3d0598762005910aa77e93 SHA1: e827fff65bb295d1185d965015f899948c7c6972 MD5sum: b58a46081722bf55cbe23efa2ee9348d Description: debug symbols for ros-jazzy-logging-demo Build-Ids: 01aa988e1d9c94dd94b5589939a717e740db5c11 17f65977543717de0c097bf318bd034198b215a2 430d4fffe5caa57e2c73184d47338db43285f400 462b0046d7cbfb49871db0f48ea6af5093a7d877 4a4b661e83bdb20fccde13efaf43834e0c59f11d 600b0173f8a9813fdf1416fb01c2c9dadedb3c0b 70de7727fec7e52c3cd6d2babcfc6f707dca1caf 753a8fb0406140f0318938ef3840d8f33294c0d9 80d1778f6ed0f8ff10610268d90ccc5f5add55d3 82023519c103c51cd4480b6a598f4c9c4d0fa6c0 8f3ede9a65f64cbb23cde78941f8219803b5af93 a814312c7d3d18c2c33bfdc3ad70d91dbfcbf85d a910650612415fdcf674a0061d774a16f11db14b cbab13d8472d7f25a98b8b7007f1fed090965e0b Package: ros-jazzy-lttngpy Version: 8.2.3-1noble.20250320.190047 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.3-1noble.20250320.190047_amd64.deb Size: 111002 SHA256: b2e3754d7979cfd12cdd126b1a16850c193471e22842eeaea42e7630af18fc00 SHA1: 0557d65601f753b447bf91e90400a19324955626 MD5sum: 987fca61d120917d4e01d31749c70a3d Description: liblttng-ctl Python bindings Package: ros-jazzy-lusb Version: 2.0.2-1noble.20250320.185438 Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 87 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 6), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb_2.0.2-1noble.20250320.185438_amd64.deb Size: 18278 SHA256: 76c7c00f83f3ac404ca2e3cf40e5447de13ed6860e4f2ade14da69ac6eca6609 SHA1: 7951ce723eeaecb5f84face1a43d282e6223ae4b MD5sum: d302ab99c2b2408634e14d1b37baf8cf Description: Library for interfacing to USB devices Package: ros-jazzy-lusb-dbgsym Package-Type: ddeb Source: ros-jazzy-lusb Version: 2.0.2-1noble.20250320.185438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kevin Hallenbeck Installed-Size: 85 Depends: ros-jazzy-lusb (= 2.0.2-1noble.20250320.185438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb-dbgsym_2.0.2-1noble.20250320.185438_amd64.deb Size: 67832 SHA256: c6e664f4e5ed2bde9730a51ca582611816b189fbcc81a4f563dcd6d2c9259909 SHA1: 8ea60bd31a77a5181b6c7f490a6ae93785806489 MD5sum: b2b0ef6d2861339df910e69cbd3156c3 Description: debug symbols for ros-jazzy-lusb Build-Ids: 9a03cd1ea4c23c4cc777a12f59c53cedc49d906a Package: ros-jazzy-magic-enum Version: 0.9.6-1noble.20250320.183318 Architecture: amd64 Maintainer: Neargye Installed-Size: 169 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magic-enum/ros-jazzy-magic-enum_0.9.6-1noble.20250320.183318_amd64.deb Size: 25544 SHA256: fe5ce82f78818ff95fce4a89eb9f1cfabf93825196c963249e1c76a7f08e4887 SHA1: ef229fe820e835fbe58fd2e01cf10de5ea36830b MD5sum: 0e83c1613482623b594443500f74b17a 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-map-msgs Version: 2.4.1-2noble.20250320.223911 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3267 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.20250320.223911_amd64.deb Size: 233494 SHA256: c22e5d5d137444c05663db7fe6461dc3e9d20e48ccba2b20a6ef1a7f7db868bb SHA1: dc5216db4eb95666f34ce54cdf3cc31d19e3310c MD5sum: 20a695855bf8f182ddaa871b0c406c92 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.20250320.223911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2656 Depends: ros-jazzy-map-msgs (= 2.4.1-2noble.20250320.223911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-map-msgs/ros-jazzy-map-msgs-dbgsym_2.4.1-2noble.20250320.223911_amd64.deb Size: 2172380 SHA256: 15b47244dbeb35f031a0772e9f45ea2a5779d6783acd8001b8876982aa33d8f7 SHA1: 563a7bbe798ce3c681e5162bee612c7746ea2725 MD5sum: ca8dd017d59ad90ffba38a3c730f75cf Description: debug symbols for ros-jazzy-map-msgs Build-Ids: 1c86d3ff8f98b371ce7506b7a11278e2cfaa4802 1eac64ae91b3fd51afb3d0eb274c5b2b3d4e90ab 209a694285f083471cb8d034ca73a56bcc4d495a 384147f3e2576c646a5638c7d21161a2b5455d74 60d0a188be13990a41fae843a20c1593c47a9a22 640aba886566c11a49ed1d71e34281aab3cea252 6affcfa6d89acbd446764fddddf0574c28fe3d11 6e38148deacf100bdd091d78f528aec4ee403d10 adaf2e0bb259b7ff789c025d8d5958cd66ca901a c1d2b46f758fd24474b2c41e2a8154b4d2042386 e99630c49fb7164d1a7f37f7cb1447716c031b9c Package: ros-jazzy-mapviz Version: 2.4.5-1noble.20250321.142146 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4389 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglut3.12 (>= 3.4.0), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopengl0, liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5opengl5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), freeglut3-dev, libglew-dev, libqt5core5a, libqt5opengl5, libxi-dev, libxmu-dev, libyaml-cpp-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-mapviz-interfaces, ros-jazzy-marti-common-msgs, 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_2.4.5-1noble.20250321.142146_amd64.deb Size: 647902 SHA256: e83e1a24ff4eb1e48f4730155f2e255e295ce3f1528b472894a441d324081ea4 SHA1: cc844c33fad5d6d99d71011a9da2c32daccf1af3 MD5sum: 561cabb54ffbdf333ed692e4e07b61c0 Description: mapviz Package: ros-jazzy-mapviz-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz Version: 2.4.5-1noble.20250321.142146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7411 Depends: ros-jazzy-mapviz (= 2.4.5-1noble.20250321.142146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz/ros-jazzy-mapviz-dbgsym_2.4.5-1noble.20250321.142146_amd64.deb Size: 6979522 SHA256: 8b60a1f40326fbaadd8bd48e0aa5dca12ac1a6d9953667d5f34aefcba748b020 SHA1: 4413bd73980222f96ae38e320daf3ecb65f473e5 MD5sum: b18487d6b6b18502878e39fac15e7d2e Description: debug symbols for ros-jazzy-mapviz Build-Ids: a0d96b844ab0c7dd19d83d3a410f8e24f6bfb188 Package: ros-jazzy-mapviz-interfaces Version: 2.4.5-1noble.20250320.222756 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 779 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_2.4.5-1noble.20250320.222756_amd64.deb Size: 79132 SHA256: eb9d44cc72381679028e7d51a2ed9b38f76ed6b25a3beb70e9c7e2d0277bc2bd SHA1: 84e78af3bcdbfe2190a761d3e1a4a73623201238 MD5sum: 4ab2b6032ec447a178aa1fcab38ec186 Description: ROS interfaces used by Mapviz Package: ros-jazzy-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-interfaces Version: 2.4.5-1noble.20250320.222756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 600 Depends: ros-jazzy-mapviz-interfaces (= 2.4.5-1noble.20250320.222756) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-interfaces/ros-jazzy-mapviz-interfaces-dbgsym_2.4.5-1noble.20250320.222756_amd64.deb Size: 457906 SHA256: 543f041596ae8199cad2992c9925279f58b73096dbcdeffec362439c3ea46bee SHA1: 343fb5b3e9e432a24afc3806083e0ca5897750b4 MD5sum: 5b0d2e5caf33ed9f74c42325a6e64516 Description: debug symbols for ros-jazzy-mapviz-interfaces Build-Ids: 0851eaef3c91fbb6e227b2b502394cd8d31d3cf7 40562c1fd589abbe59b3469624eb1a39cf10ff6d 52ab14ae6a000355bff9f0f592ab4a8b533e8ec4 58f94e31a193f2211ccb1c0d5aed0cc6f24d2138 8b091691770aed59e12ab2202a6f4d0a117c2faf e04cefc7e11d8ce41a4af2a8eae168bccf325ea9 e752e824763c9e5348ac55997eb7509e4ff2ec85 ea020f78d722f9148fcd78e5aec516ee3e2f691c ed3f456786204b8d3741f7dde763686a407c790e efc8064a19c05fbcd3f3911edf91fe9d36b7cc32 f5dc0b1f0acb2a36bd64f057b1b016488eb5558c Package: ros-jazzy-mapviz-plugins Version: 2.4.5-1noble.20250321.145842 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7347 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), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5core5a, libqt5opengl5, ros-jazzy-ament-index-cpp, ros-jazzy-cv-bridge, 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-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, 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-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_2.4.5-1noble.20250321.145842_amd64.deb Size: 1056606 SHA256: 284ef35fb1d8f077b76acb1e6f913d0c901d44046ede182ef724644e235e42cf SHA1: 0b7f3d2adfc17bbbbc0eec1b35cc24bbec80189c MD5sum: 1eda5f9ec18dd61fa8de3e2d7470a55f Description: Common plugins for the Mapviz visualization tool Package: ros-jazzy-mapviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-plugins Version: 2.4.5-1noble.20250321.145842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 47891 Depends: ros-jazzy-mapviz-plugins (= 2.4.5-1noble.20250321.145842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-plugins/ros-jazzy-mapviz-plugins-dbgsym_2.4.5-1noble.20250321.145842_amd64.deb Size: 41772356 SHA256: 84e37539db39f93272baf66cc5c686d7f237ca103f1744bddcecf93990e9d151 SHA1: 1fcfbbc0b7797988620e49bdc75b7aacb500e2dc MD5sum: 3a76a2f7960c38bb3ecad304386ce8a1 Description: debug symbols for ros-jazzy-mapviz-plugins Build-Ids: b97e30fddb5cb0990ddf73323f0769e8258df14e Package: ros-jazzy-marine-acoustic-msgs Version: 2.1.0-2noble.20250320.223353 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1928 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.20250320.223353_amd64.deb Size: 158070 SHA256: 445027fb362c1ece17a151102f76220afc38ece9da19baef6c77078c8f8adb64 SHA1: f0c2cd3ca7e7bc2a27e39265a9c024a23e12acf6 MD5sum: dc50dfe2c3b8604607d4881a3e39adbd 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.20250320.223353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1400 Depends: ros-jazzy-marine-acoustic-msgs (= 2.1.0-2noble.20250320.223353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-acoustic-msgs/ros-jazzy-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20250320.223353_amd64.deb Size: 1144834 SHA256: e28a540bd420b4e8e5c0b3b771e1b326eeca9d0068b3e54f3a0eef86bf9525ad SHA1: ea6b4fef6a8b2eef5991086ddd49e788455407e9 MD5sum: 6ede82762f89f02036a3cb26d3038294 Description: debug symbols for ros-jazzy-marine-acoustic-msgs Build-Ids: 04977ad5101b68efb7bdc71813cf9888c98e6183 1634e77ee68c1d67e86e40529100ef9aaaee76be 27ff9311c6b3db28c1bdac2ee3bcb5bf4b178dd9 362fb85d3a07cb7d1f266760ad4daea500d0d388 3bc1afdf46f292a8967e25a067f49b45af78f7e6 8f767eb3359ec21d8103dc6d13fd9be4f1d3cd58 c84e87398fa2eef144ad4067e9e6b9bae9f70c3e cd18efb9243a5ecb119abb04d152d9565d7687d7 ddf9b788bdcf98faf840339125a6ce0cb83367ac e184fc657ce20c0a0a696db8b27ad20fe4dac71b f7dd3bc0ac7e5767b932ae2f4959caf827c02661 Package: ros-jazzy-marine-sensor-msgs Version: 2.1.0-2noble.20250320.223401 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 729 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.20250320.223401_amd64.deb Size: 70412 SHA256: 0b2de95fa9cb7a786da2137484f6c4d0de06def20de5c394037777ac98f993eb SHA1: de3dbfb9e6b50a2dd9bb3c00ad6bbe8602c3e239 MD5sum: 08ffbf2390b354fcf994f1f5ffa92520 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.20250320.223401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 563 Depends: ros-jazzy-marine-sensor-msgs (= 2.1.0-2noble.20250320.223401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-sensor-msgs/ros-jazzy-marine-sensor-msgs-dbgsym_2.1.0-2noble.20250320.223401_amd64.deb Size: 433532 SHA256: 7faaea0e9a69583305ef363cb6a4b6f78b76617089568015eab43e355a7cdce7 SHA1: f43f1bfdcaecb91b8c569f84316c09ea84cdd5bc MD5sum: 2f37b035b782aa00148359d1a9d9f26a Description: debug symbols for ros-jazzy-marine-sensor-msgs Build-Ids: 07c1bd86e26fb64d2f13d76b113fb82cbb8ab452 10262946800af1d2d11089e7e2237b936b2b4044 11530a1d2296bfd6829510b3eec4cbe6dc4e76ed 17974f091bc0ce675e1653e33098a6a6a2145f26 2506dac8c94cb34989ec38fbf24957ce09aed8ec 386dc426df03836fb8acfe7cd5ca57fc8b3c6c7f 3c094b702833a341e141ac44ad6607ccaca23266 d6b49b7fec217605ea32e2e8d14d5287862b18b0 d70358bd4f431f94ccc8f1e40380cd1ecd89dcbe e28a8b5806469e41a2ef8059dd6025f1eaa9bbd2 f118d557773012c57d4fd7a6dc9e6f831408e9e4 Package: ros-jazzy-marker-msgs Version: 0.0.8-1noble.20250320.223403 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1572 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.20250320.223403_amd64.deb Size: 131080 SHA256: bf347b6ce2ef8176bf697ffde433fa490e18ed3c8fa53def3fa5675a6958c495 SHA1: b478214eebd3403ef09c42899276d5607111c40a MD5sum: e43293517897225dda8c9a3bb51f8570 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.20250320.223403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1391 Depends: ros-jazzy-marker-msgs (= 0.0.8-1noble.20250320.223403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marker-msgs/ros-jazzy-marker-msgs-dbgsym_0.0.8-1noble.20250320.223403_amd64.deb Size: 1156852 SHA256: c956ed42138de9ea8cb69190fd0991dd82d0ade02378accdbccfd821336f93b2 SHA1: bfeecca537d44b8db227135c7d46cc723448c283 MD5sum: 84ee3e8092bca48577ff643176e0e1ae Description: debug symbols for ros-jazzy-marker-msgs Build-Ids: 15c0281d4625c6560466ed662feea85ca7e14969 295b34194411709db6cd5c90b550de1acb8af7b7 2bbdd604883b7bab2bbf73299d87871e4a527df0 4eb07881d94d361a8d3d8c3c2fe1b63e5ed39fdf 56156915dab2eee9cf75ad329e505889db396b80 6f17b6c482a9ad8f641bf89484c80dd5fa1881d6 82037401d9a3d96737e3960c5d4a9dbc5a1c14b7 87fceb62db078159c909e19e7d30ddae8b7ecbbb 8fce455ca9459b5c813e6234fa83937417104f35 f2b5348ad484decdb66f1ddc9335cda61cba7f31 fa9dee6da4ffa75d2d4a01018bf210d8d3e117d7 Package: ros-jazzy-marti-can-msgs Version: 1.6.1-1noble.20250320.221640 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 456 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-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.20250320.221640_amd64.deb Size: 44184 SHA256: bf0ec9707b6b6f78a918210e3b45b703dc8e52cc9801af6fc13bd6e550c22680 SHA1: f78ecd77d70c93de6df2d28f45a81ca6ee6262d2 MD5sum: ecabe75175c6ff031559ca06bcc506c8 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.20250320.221640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 285 Depends: ros-jazzy-marti-can-msgs (= 1.6.1-1noble.20250320.221640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-can-msgs/ros-jazzy-marti-can-msgs-dbgsym_1.6.1-1noble.20250320.221640_amd64.deb Size: 195426 SHA256: 1d5a0d1719e5004476c90d87077355d3138ef84ceed00b25b9cdac0dbe7d8afb SHA1: 95954242f819f4f52bfa16a2d5077fd5095c2a69 MD5sum: 70016e7a5557e34d1e81c7731c0888cd Description: debug symbols for ros-jazzy-marti-can-msgs Build-Ids: 1de8cb0fcbd80288a3b0a60cd6d2e0f6884f3f6e 31b2bdd0a7882e595dc39921cd9cf057e3ada7e8 38c35a4335d54c8a7d64e201b391ee26e6527eba 44c30e4d5070158e97f83285a089d07852820d8d 62fac3067d3a10a522428d5cd91556221e679a61 85a6392a12d49af7d1177cb6d0772230391c20f9 a26b7ee8cb35d23b499382efbfa7f947c3c20500 c6b7faa89115afec5b564467eba27d0ba5455fda d6743fff267ac7a3948179a3c9e10b2fab4fa4d6 dcfeda6c376b1877613c615112268a5e31e4ed6a f96355177faf60c64be67576bc500a6136fab978 Package: ros-jazzy-marti-common-msgs Version: 1.6.1-1noble.20250320.221641 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2836 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.20250320.221641_amd64.deb Size: 183740 SHA256: eba759a02a7ee794f47ee3985d9599c16ebda9414edc1e971ffd6844c2314e56 SHA1: 15752a5a79357e813c3c00fe2c3ba95e228cc631 MD5sum: 4af4420ee02c86f0a48e0c1c33096562 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.20250320.221641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2328 Depends: ros-jazzy-marti-common-msgs (= 1.6.1-1noble.20250320.221641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-common-msgs/ros-jazzy-marti-common-msgs-dbgsym_1.6.1-1noble.20250320.221641_amd64.deb Size: 1875820 SHA256: 04b0c9293dd2db81a836c22d17d39afe962f260d18083769ea703ae6bc0f6bdd SHA1: f40c9cfda0ddc9bc0d6d598c9b592b5bb79977cb MD5sum: cc99a94bcaaecb795f684ecf3a67da92 Description: debug symbols for ros-jazzy-marti-common-msgs Build-Ids: 0d03ac39cfd22a3e23a43f361da97f515145d6b3 0e1cad365e8395e0d916f4eb19803c3f2952b6b7 1d3327bb139500dedb013c1ae96c6acb2ba4107d 1f80d68d862db60e211f0a15ba63d733caa1955a 21056397c39a1b530f6ccdea998c62607e4f4793 3356cb9b3e5b0ac707e049ddaa694195d7690865 360a3d4dca7126f403338020cdf539923cb8da78 6e76aa42514ae8aa345e7b3e889f9d6d4432c4a8 b8bf900f9ce58a10fb33879d17ce2985f3e2c08c da9c5afde929233f687fb2081973a45188a95e41 f7d76bd9901766a5d81565d7309cdb8a3c5d78d3 Package: ros-jazzy-marti-dbw-msgs Version: 1.6.1-1noble.20250320.221642 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 775 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.20250320.221642_amd64.deb Size: 66968 SHA256: f64bfe0b64f1ee818a953d10c1d92bf6b22b266e9bf02a9dde8b72a980dee45e SHA1: 1c7fd425cebd8c75dd11ec8cd776a101a6b95998 MD5sum: f946e62b78b43416188a3f467ef3bbc4 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.20250320.221642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 518 Depends: ros-jazzy-marti-dbw-msgs (= 1.6.1-1noble.20250320.221642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-dbw-msgs/ros-jazzy-marti-dbw-msgs-dbgsym_1.6.1-1noble.20250320.221642_amd64.deb Size: 389746 SHA256: f16be7b342641be8342dd7cb9dd8355286c5ab9244e4724a98cd11426514f2ee SHA1: f97271c957ccb8c2ee5611e62e945b3805926313 MD5sum: 454dad1a959a9114df002fb6688e20e4 Description: debug symbols for ros-jazzy-marti-dbw-msgs Build-Ids: 192b2b8ce1fdab0987b05153a01f7e998ba8425d 27d64fadad2436ffd54cb99c581f7f4a51e504ae 493aa527b93ceb6f44d90544b876166280111d27 66269a3907c358c60f94e7091e1765961e610386 a475786da13fba2b5d2a717da5198a3d2acddaa8 ad4b935995023cb1806eb239733ebdad3fb072ed c2b70eb6e38277e4ec13d91554cc9655346f5597 d64a8bf5aa97683343ca1670494200d1d5c5eaa0 e0a9e5cfb4cdcb76bf5dea441763e09848c30c89 f3ad43d7ddb583fb80d32b331a3422e2ab32e0e5 fc14633fa48ca0085978934a219159b5f68c84b8 Package: ros-jazzy-marti-introspection-msgs Version: 1.6.1-1noble.20250320.221707 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1026 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.20250320.221707_amd64.deb Size: 89808 SHA256: 317e724dc33f65029e951409e7d7f1f5dfcf78ac5fb8cde70bdfa2f54acb6301 SHA1: d112db61e5d8e624df0ca32fa43af2f3748148d2 MD5sum: c4e354b743d36db3891d76b327cbbef8 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.20250320.221707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 813 Depends: ros-jazzy-marti-introspection-msgs (= 1.6.1-1noble.20250320.221707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-introspection-msgs/ros-jazzy-marti-introspection-msgs-dbgsym_1.6.1-1noble.20250320.221707_amd64.deb Size: 663848 SHA256: 7cb1d7ce8b4935711fb2ac9ba082adb09a06e912474a41582676f6d9e4e90461 SHA1: ea1a217f5b7b97588d9215c35d8c9947bdd00a6d MD5sum: 6de3b4a9ffd0e0920cea6195a0921c72 Description: debug symbols for ros-jazzy-marti-introspection-msgs Build-Ids: 16f9864e9ba5f98666bf9e812175e9179e897f65 3cd62aa3b373b9b5906467dc63d3b6c8931a20bf 3fa2025ba0008a3be9406b69bc9c11b6a2cbb522 59382332b804826f4b2dcb8f423a4d26db81ff90 787e04987318a9f7da1588df6aafcb4734daaf54 7e2d96b2cc6e1e6808c98431f520013530b8df80 809ea2e061872b6c89776ac2c22366242a33ca69 8af2034053970da3c0a3974694743b02a5573a21 d7438a06dd6d9994f54e65d354bdeb3b1ac30111 eae48fcb61d1ddcce621ccb41f728fd74dd09e8e f24aad5629f3b6465c66728a4c6c7e0a2a115b58 Package: ros-jazzy-marti-nav-msgs Version: 1.6.1-1noble.20250320.223804 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6812 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.20250320.223804_amd64.deb Size: 464198 SHA256: 9663fd9f5a5939a3d15d16c7c049e5631a5e86f3914674af6b1f12471de440ac SHA1: 60ba3c392f55e46aa2eaefe9d3fc219e24010031 MD5sum: c8f23c6d2270a899649904abb0db04f6 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.20250320.223804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5731 Depends: ros-jazzy-marti-nav-msgs (= 1.6.1-1noble.20250320.223804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-nav-msgs/ros-jazzy-marti-nav-msgs-dbgsym_1.6.1-1noble.20250320.223804_amd64.deb Size: 4773992 SHA256: 8e0bbac8eeef867b79e368f4d5601e08dd0c5b2f6fd966c546329cdf73746348 SHA1: ab7a842f14e051ea6e3e78c6f3c1b809e175b545 MD5sum: 03dba6084d3f8f4e9a17789ef079aa0c Description: debug symbols for ros-jazzy-marti-nav-msgs Build-Ids: 0bcac66a124dc0ddcafebf85f59952ea7f48982d 45d28df9e4998a605f34c576af84b4ed7c6df867 488830d1be09ed4425c607bd7292df73cd9707c2 6d527591f24322e0f2bc18275b5b826bae0af74f 79d010aa99bda8f4a9f053d6e6ac02e60c9ae2e9 895c90a926b52f069ac05ce5fb0157bdee616902 a34bda2cfd57f84c6382da4868cfdd7e2214b1cd aa9616b6aaa69630051faa1bf29a5dba9c515d7e c10441a4538bf79456f724c0c0d50b94a3ee513b c7da841ad946c84986a321c8be9899ef7df30dab d98f071908bdb4382a2d5ceb9cf537acbd2d2588 Package: ros-jazzy-marti-perception-msgs Version: 1.6.1-1noble.20250320.224502 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 451 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.20250320.224502_amd64.deb Size: 42054 SHA256: 7e38cd57863676373a846d3a8ed7bbebbd760fbf6e8ce67c44765a327ab3911a SHA1: e323b48f7887d7decbfad26a4f7af406fd2db9ed MD5sum: dbd0d5c238cd1b3c6529beb801a5df6a 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.20250320.224502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 276 Depends: ros-jazzy-marti-perception-msgs (= 1.6.1-1noble.20250320.224502) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-perception-msgs/ros-jazzy-marti-perception-msgs-dbgsym_1.6.1-1noble.20250320.224502_amd64.deb Size: 185146 SHA256: 111eaf07353746c9a28343500b32dd622956f1f6be25d394dc3254fe4f5989ea SHA1: 2c97d313d058471984ceaa8c87e62dea8f98a0da MD5sum: 56a3c512b86acbf9dc0acdb38373f81d Description: debug symbols for ros-jazzy-marti-perception-msgs Build-Ids: 02752925c21a8a1a7e57c6fa75ca365fff212232 21b88afa38e02aca6b6c470d48fae29f40e2626f 4dbb9b29ee416b60d7f9f8b31ccc33686531327b 5ce8787e60db000c29ff2ece1678b4c8c7f4badf 646fdafd556cfdf86194bb263339a0ec08850e59 6ddee9309d459c82c5c556073e905756522211f3 8cbc371a51b9e27e0afd8ae9c1b5d5ba641a483c 9ae8ebdbb1c712ff71e8e5c5d81fedf56949f566 b1b26c48469177175c3ebc7d56e3275cbbb7f7ef d0329514879bb1ab870f384434097f487d5edd88 efaeac0571dcdd44cb93d804a20c56ec8f159bc3 Package: ros-jazzy-marti-sensor-msgs Version: 1.6.1-1noble.20250320.223402 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2060 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.20250320.223402_amd64.deb Size: 157802 SHA256: 414b6fe507367b92bb4f8eb723d9a0a24cafadb778d1e7908f6daf42b6446406 SHA1: a2d7ed3ba57b17f99d2d598b53e6e868c287600d MD5sum: 767c1e0bf215cdf9627e74d0fff26e43 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.20250320.223402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1579 Depends: ros-jazzy-marti-sensor-msgs (= 1.6.1-1noble.20250320.223402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-sensor-msgs/ros-jazzy-marti-sensor-msgs-dbgsym_1.6.1-1noble.20250320.223402_amd64.deb Size: 1266306 SHA256: 45600b07e21bc8736c64615f490847abeab71ad7c3d5e5c2c3e332db581eb560 SHA1: 6ed1ca6a18fcd56d37e743a38fa30ee5bfb2e97d MD5sum: c5f35931af6938ad4bb5aba7f8df407d Description: debug symbols for ros-jazzy-marti-sensor-msgs Build-Ids: 2f168bfd4b36fefb50ca67ae6181c0a92e1c6ed4 31f4e2e882ddc66cbda339aea46923bee58552ec 5ecdf3e7aecc635807dd98987f7551b4b3421f1a 7f8bb73447f9bef7a6fd8f27e04f676289f31c52 838b64db362b27266e610f88fabcd9bbdf67d17b 8cb4f36aee41984c729001b149a592a0d4f63ea3 8faeabdef35e57e7831f1a391c96cd6c4c316db2 91806716d350aa40d6e90feebc5357663c9d2f04 adff5f6fbec8777f13d7c860ce7fbcd9cf8f57a8 d47018f525e510204fe27ec880751c297b05e46d ee518f34fd6633a41a9f5ef1778b3b674e3265d6 Package: ros-jazzy-marti-status-msgs Version: 1.6.1-1noble.20250320.221719 Architecture: amd64 Maintainer: Southwest Research Institute 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-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.20250320.221719_amd64.deb Size: 48118 SHA256: 7f21e7d6713823610e12ce293981f906d858980f02322da847f35f1f071f06a9 SHA1: e5c910f2c5a9d1cc4cc0d73f433f8e31a1e64ea5 MD5sum: b55036576b0db45388467f127fc107fe 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.20250320.221719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 306 Depends: ros-jazzy-marti-status-msgs (= 1.6.1-1noble.20250320.221719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-status-msgs/ros-jazzy-marti-status-msgs-dbgsym_1.6.1-1noble.20250320.221719_amd64.deb Size: 212816 SHA256: fb4a404a6214e1d4ce8d0a26106788d479ee5b4103eaae19bd50a59c92f15897 SHA1: 47d33b4e639b8238f0b9e7f25b25a9a1d20980e8 MD5sum: afb196ec77fa410020b6091a392ff9c5 Description: debug symbols for ros-jazzy-marti-status-msgs Build-Ids: 209ba28754b9e7ded3108a9d0005377595385381 27a0d3bccc5c41d7263739fe6a8b4deabc1144f0 3ad8dd5b2159f889d4545fd8c281d852c14d3369 48b8a7e0b8a5dc4a61629fd82e219e6492b5e8a6 68b3fa8d0a628aaa7e437eb46c946fc2f06eae49 8914c0d6d88cdfc8092933292ba263925d2f17d6 a5a726b49034e08a29c794dce47beac5f3a724e9 bb572aa451218fe873c72744ce9cf444c30b3aec ed8e3fcfbbd28a6408d2fc46cd9fda82f686ed8e ef7eb7f8953f1eab37705bced952ebd6091eed5a f2bc8a4951c7b62594740454c6a39a3aeb3c5ba6 Package: ros-jazzy-marti-visualization-msgs Version: 1.6.1-1noble.20250320.223409 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 664 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.20250320.223409_amd64.deb Size: 65990 SHA256: e066b2f5cdae813f7ddac08e4f02848d0c4bf2451700bddfee494358d6191c08 SHA1: 3eee90fd6ac6539e5f0a8a5eb959c8298f04f9f8 MD5sum: 3f9c5195e61c93aa4762d8dcfa3f3795 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.20250320.223409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 503 Depends: ros-jazzy-marti-visualization-msgs (= 1.6.1-1noble.20250320.223409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-visualization-msgs/ros-jazzy-marti-visualization-msgs-dbgsym_1.6.1-1noble.20250320.223409_amd64.deb Size: 382916 SHA256: 0cd874e4724baf5628013c8910a2c96640fc63072da4951d94b61d5cd2d32f97 SHA1: 018bd9ff3becaf239cef0aedb782914a6f2145d3 MD5sum: 5f0412186b7d7f7aaa309d10421e7011 Description: debug symbols for ros-jazzy-marti-visualization-msgs Build-Ids: 4b8b0e0fb04e909d43a1d08b764e76a08f2d7326 53ea3018ed49625175bdd9c19131021e688d1603 61b0b249da29f955ca339b0f526c65c7cf62a222 74e0c031d338b5c3ea7a7cda2d6cadb67bdf4c4f 8a5d67f1d0f72e66bd8d546498e3b17c37807a29 ab2ddf807601cb144ac35f76432020797650ed39 abc84e88d7be773e2166895ef6297dfa8cb63501 c502effac83dfa5b8155809d10c51baf5a99b2ad d6b8411c698e671d2a5a246f2b09caf7d7222ab3 dc9faa3b2c6c2279017c3b6d6bba47db09697cad ff215eb9f5cf2e8acbf12862a27b23cdb84ea6f1 Package: ros-jazzy-mavlink Version: 2024.10.10-1noble.20250320.185508 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 20556 Depends: ros-jazzy-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavlink/ros-jazzy-mavlink_2024.10.10-1noble.20250320.185508_amd64.deb Size: 945598 SHA256: 206535139b6d25a1464285f392e7b2d211cef33913e75c5cdefbaeaa4b44f07b SHA1: 1e7325f50b468a041d159a63ea65854ffc416c34 MD5sum: 29b1a6b4260e3106b89b717f9a3f1bc4 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.9.0-1noble.20250321.145800 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 9745 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.9.0-1noble.20250321.145800_amd64.deb Size: 1605268 SHA256: 666854324dd9c8a9d318955bb5da404ed9e7d65e30952918376f0f61862ca87e SHA1: dae07b09def08dda2f334cc29879e442457cb2de MD5sum: 732e58d007c7affea6a8beeabf463179 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.9.0-1noble.20250321.145800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 65871 Depends: ros-jazzy-mavros (= 2.9.0-1noble.20250321.145800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros/ros-jazzy-mavros-dbgsym_2.9.0-1noble.20250321.145800_amd64.deb Size: 59231900 SHA256: a692eac608a5812d1e25e320e6d0576d12be56b15bb4fe23df3deef507b8c605 SHA1: 955ee81d93683d66341ba1d566acecf028368d2b MD5sum: 968ef01f4d0bed8a4a288adf9528f095 Description: debug symbols for ros-jazzy-mavros Build-Ids: 2e25876cdca35c7c1014936066abaf789b12b70d 38e63cf662c2cb9109c6fabce3bc4ebebc5a0ee8 6eb8b61efb86f1ecfb07dc42ce9adedbc19e5c28 Package: ros-jazzy-mavros-extras Version: 2.9.0-1noble.20250321.153101 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 11097 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-libmavconn, ros-jazzy-mavlink, ros-jazzy-mavros, ros-jazzy-mavros-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros_extras Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras_2.9.0-1noble.20250321.153101_amd64.deb Size: 1482224 SHA256: 269541c41a005e9a4cb7b77fa41462d87f8ccf8722d70288e5f8d5392f775ec0 SHA1: 7660bd44aa9d850dea329b5a521d1e910baa00be MD5sum: 3776b273065c887486969161b08255da Description: Extra nodes and plugins for MAVROS. Package: ros-jazzy-mavros-extras-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-extras Version: 2.9.0-1noble.20250321.153101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 75205 Depends: ros-jazzy-mavros-extras (= 2.9.0-1noble.20250321.153101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras-dbgsym_2.9.0-1noble.20250321.153101_amd64.deb Size: 65686696 SHA256: 2cab824d856361e23bb60101866741925ed493efdeb8446921b10e1712d993f0 SHA1: 79ccd036cdf86c86ed84c5d00df1c9828d052279 MD5sum: d79e51c2f6150480a354c5183e0ba305 Description: debug symbols for ros-jazzy-mavros-extras Build-Ids: 19532a806519bd7123d9d7abb712f5e0b72626d5 dc276479aa48c341a420d0ef2c3625370b19a4a3 e634da2274a0fbe759bf19d0c8a45d5bfa30b831 Package: ros-jazzy-mavros-msgs Version: 2.9.0-1noble.20250320.223900 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 30025 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.9.0-1noble.20250320.223900_amd64.deb Size: 1774214 SHA256: eac716af5e0825493dd4fb66d2a5648e1e1bfc8f9fa8201662848a838b354e89 SHA1: 4e47000b6e2517e4c6f2886c07ecd3c45ba2ba6b MD5sum: e717d00236bc3be68c47e61e5fabbb85 Description: mavros_msgs defines messages for MAVROS. Package: ros-jazzy-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-msgs Version: 2.9.0-1noble.20250320.223900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 21379 Depends: ros-jazzy-mavros-msgs (= 2.9.0-1noble.20250320.223900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-msgs/ros-jazzy-mavros-msgs-dbgsym_2.9.0-1noble.20250320.223900_amd64.deb Size: 17185230 SHA256: fa718d68282bbbfb26b9be48d070917515f90fa8eef9f00f0e075f937b070841 SHA1: c7c2b1e784ca9e01019cdacae3e936083c2ba78e MD5sum: 457269fd3ddb8485ed6109d266e25172 Description: debug symbols for ros-jazzy-mavros-msgs Build-Ids: 36738e161039cf805c41132cbc5c3dfd2de9b71a 3c9efe0a26ec9904e0ba7b42258a0e8cb607478f 44b8037602e210a91989e4b4c42f1a688646f6ca 71d815944dffc9a19c67be6d2768b45d6458fa08 72a9aefb7e052d74d9e6bdd6e2056304235c1f96 7a522b9e7108bbee562fdfeb97b9e9ca91966e11 7bf9fa2a78fd29d87c37ac9f2bbe69b163183a41 9bcdb8eb135eb55bf8177d55c917f83c9294ba5b c2a42323b2df50e47d54177710be9cfd42ca9849 c950e476e457a2793007903fa4f8bc3a5df991ec ccd54144201c09ce5490b0b6de78592fa0f70f90 Package: ros-jazzy-mcap-vendor Version: 0.26.6-1noble.20250320.191344 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.6-1noble.20250320.191344_amd64.deb Size: 127444 SHA256: f88da4d3a487d7510d8635b93204bce461991b92bc00b82c4aa976e8fb6d90aa SHA1: acf558cf6c8541dc52f0000139c6cb4f1cf2cf51 MD5sum: 020bb2f8645e32a882b5dd2952fee1d7 Description: mcap vendor package Package: ros-jazzy-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-mcap-vendor Version: 0.26.6-1noble.20250320.191344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1163 Depends: ros-jazzy-mcap-vendor (= 0.26.6-1noble.20250320.191344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mcap-vendor/ros-jazzy-mcap-vendor-dbgsym_0.26.6-1noble.20250320.191344_amd64.deb Size: 1095728 SHA256: 94732fe2d5fc837c7db94d9d2aaef2f11b63ea3627100fdc981b3f412898db00 SHA1: 038cc1578866b42be36fac9ce6509c97ae34dbc3 MD5sum: 50f778eae0290b26f95056fa24d62977 Description: debug symbols for ros-jazzy-mcap-vendor Build-Ids: 8a8f8e8bcf58875f6d6ae371f756c930e9d161d9 Package: ros-jazzy-mecanum-drive-controller Version: 4.22.0-1noble.20250321.144550 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 834 Depends: 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-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.22.0-1noble.20250321.144550_amd64.deb Size: 184804 SHA256: 916e3a26e4e71d5ff7c957b1d0057fd79ad6e572ff3632eface45c10edc9c834 SHA1: f349effa83b8ad373f7bdc949caa2176afc8beb6 MD5sum: 3e3be026291071aa2ae52b82809d7e5d 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.22.0-1noble.20250321.144550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3560 Depends: ros-jazzy-mecanum-drive-controller (= 4.22.0-1noble.20250321.144550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mecanum-drive-controller/ros-jazzy-mecanum-drive-controller-dbgsym_4.22.0-1noble.20250321.144550_amd64.deb Size: 3127680 SHA256: c2d67c455d6bc974428140b4776c358b5f989f6ce2392f73727e558b010be850 SHA1: 17fb67a13ca059ec2c45d9168f65a80eed516f03 MD5sum: ffaf846207b86e265afbbb4a17f4bea9 Description: debug symbols for ros-jazzy-mecanum-drive-controller Build-Ids: a1865470c81f9ab603a34a4dd52f1d48aef9a608 Package: ros-jazzy-menge-vendor Version: 1.2.1-1noble.20250320.185517 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.20250320.185517_amd64.deb Size: 428438 SHA256: 6e297c8b3d83478cb390eedbedf6b621ebd105c26113feada8a15435e7dcd5e7 SHA1: dff49b2446b4df578c218cae17835a3b08a37556 MD5sum: e1608d78d48e3e14d3ac710cd5501ea6 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.20250320.185517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7507 Depends: ros-jazzy-menge-vendor (= 1.2.1-1noble.20250320.185517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-menge-vendor/ros-jazzy-menge-vendor-dbgsym_1.2.1-1noble.20250320.185517_amd64.deb Size: 6859204 SHA256: c51668c3382ab79688035f930e26c90796108cec284164046e5fc8d0588d379e SHA1: 910a8d05869bf068b864cc8c8ccd5b2fed66c902 MD5sum: 6928a8f4627c8e66fdb37d5e1b2c0703 Description: debug symbols for ros-jazzy-menge-vendor Build-Ids: 61b951b1324633bcd3f50b05cd8f173fe821beee Package: ros-jazzy-message-filters Version: 4.11.4-1noble.20250321.132211 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 285 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/intel/ros2_message_filters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters_4.11.4-1noble.20250321.132211_amd64.deb Size: 41338 SHA256: 0dc587d0ebc2772f1c9272a69fac73afab62d5ba231771d3cfcd48a618c1e4d5 SHA1: 9dd65efa1769b0b6589d034aaf53d6f877254d77 MD5sum: 68492f851474a2ea460fe3a155472098 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.4-1noble.20250321.132211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 24 Depends: ros-jazzy-message-filters (= 4.11.4-1noble.20250321.132211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters-dbgsym_4.11.4-1noble.20250321.132211_amd64.deb Size: 10598 SHA256: f66af85109d51d1900ba89ce46fa2ab99716365be53d216d0fe6335474b8ed2b SHA1: f519ed268a1307453ad56d20b0b04c359ddd7c9a MD5sum: 7a88cb376a06043cb73bb041ced0f21c Description: debug symbols for ros-jazzy-message-filters Build-Ids: 90586ba16c05142900b99a6bcd34cbe8479d303a Package: ros-jazzy-message-tf-frame-transformer Version: 1.1.2-1noble.20250321.141824 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 976 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-ros-environment, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer_1.1.2-1noble.20250321.141824_amd64.deb Size: 200092 SHA256: e5e92a503e8e3219f987712fd89b37a8e549f9a8a570b9b01a429cdac92d5f82 SHA1: 4c6ebe70f7894985b6a110cb7abb60f95f5e7c72 MD5sum: ea0b7e7d937d7575c10ecf9a9a735835 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.2-1noble.20250321.141824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 5028 Depends: ros-jazzy-message-tf-frame-transformer (= 1.1.2-1noble.20250321.141824) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer-dbgsym_1.1.2-1noble.20250321.141824_amd64.deb Size: 4456308 SHA256: b3f0f88d17e5e240731f9cedcc890fd8159ad6efe0dde948d21859798ebdea00 SHA1: 96ab43aaa86cbfe814d7631d4a2cf755554b95ba MD5sum: 18aa1a473fbdc93c347fc292c574d306 Description: debug symbols for ros-jazzy-message-tf-frame-transformer Build-Ids: 2d459fd854ca4a031a5ef306f0e94c39c917585b Package: ros-jazzy-metavision-driver Version: 2.0.1-1noble.20250321.133303 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 826 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-openeb-vendor, ros-jazzy-event-camera-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver_2.0.1-1noble.20250321.133303_amd64.deb Size: 196900 SHA256: 4dc0e90df36a332b7579591f37c7717fe6cba7751c2a819ad89749a89f9eddb8 SHA1: a58ae8d98660df10f016af4668d0a21dce451eea MD5sum: f921b1eb5af3de605048c80024c802db Description: ROS1 and ROS2 drivers for metavision based event cameras Package: ros-jazzy-metavision-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-metavision-driver Version: 2.0.1-1noble.20250321.133303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3963 Depends: ros-jazzy-metavision-driver (= 2.0.1-1noble.20250321.133303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver-dbgsym_2.0.1-1noble.20250321.133303_amd64.deb Size: 3545348 SHA256: 355a6c8aa353f71f601fbacaceb6b8f0a83cc1d17eaa19a6f1417b38d2d4ac97 SHA1: a767215e498f1500f52c8c0ebe91c6d5e64d364e MD5sum: 1635887f4c4086a93dc47266727770dc Description: debug symbols for ros-jazzy-metavision-driver Build-Ids: 1415c197130a54458cf773dcbc86d6288f812ade 52d91288efc5d5d959a6afbc33549daced4857be Package: ros-jazzy-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20250321.132302 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.20250321.132302_amd64.deb Size: 120670 SHA256: addeb26d3d4d745b8bafa9789f6cba2b6baf04a29554acaf62656d0d5883cbf7 SHA1: 4c9ff0156d7e198237366cf1c63259e186b19519 MD5sum: 74ef1f0b960844d663288d75eca8eceb 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.20250321.132302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2527 Depends: ros-jazzy-micro-ros-diagnostic-bridge (= 0.3.0-6noble.20250321.132302) 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.20250321.132302_amd64.deb Size: 2171018 SHA256: 3cdcef679f9974fa321b4659d95d854247cf6a372f8480337701c95da0f2541a SHA1: 147f70802a2d3c4e1c954e2670151e7a19a9b8af MD5sum: 724c257d06c07dda435df992646e000c Description: debug symbols for ros-jazzy-micro-ros-diagnostic-bridge Build-Ids: bc457fbe75ad80e55f4a23f12d67657bbb9ca7e5 Package: ros-jazzy-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20250320.221722 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 932 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.20250320.221722_amd64.deb Size: 82052 SHA256: 49c2630dd9f6f330bb299b5d0a52a58649bff7d2030c9c394f490dff218c4bcf SHA1: 8c1953662e2dc7f4e13c9015aa1b5e961c3d74f0 MD5sum: 3fa5d6f8aca1c5f6905ea9e9d4a3059a 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.20250320.221722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 625 Depends: ros-jazzy-micro-ros-diagnostic-msgs (= 0.3.0-6noble.20250320.221722) 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.20250320.221722_amd64.deb Size: 465044 SHA256: d70ecd06036cee857be32b45c0a1dd4818678db2bdb44f66bcd6a6df5726f554 SHA1: 081860a6caab0e5a2049c7328b0c695b024e6ef9 MD5sum: 6bd7b228f85cf0abb3a8ad5b59f0bf54 Description: debug symbols for ros-jazzy-micro-ros-diagnostic-msgs Build-Ids: 1bb38797a09b51821ac74d24cd4f2bd16066f19f 606a7c27dd7346d95c9b073d8a788c6b987166aa 6eadfa073edf421fe7c61cad2aa56fdee6f1e544 80d3dfaa3efada62af5c4de1e2b302d6279d37fa 910256da1be0b9284ec77a0a1e24245a9093cdc0 b1377d0c442d90b6cd26702a3cef879739eecd28 b5677b6c8c6e011e4563561ff0ed88936855e2cd c4a89179022cff5926d575a99f7b554c67ee0e91 c73c179e879e4eeb334600864441caf3246614e4 c801e458118af4ed4412e0f2042c24a51c183605 dbb7689c50a9bbbd44d1dce9fc01ae505147a615 Package: ros-jazzy-micro-ros-msgs Version: 1.0.0-5noble.20250320.200025 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 690 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.20250320.200025_amd64.deb Size: 72764 SHA256: b4bb817a9ff6de19e1c58aad5d6e0ee32c34ffaacbaf36922de69b8784682ea8 SHA1: dc3f810d4f104113aa229f0b838c406470223959 MD5sum: e6c27b18da3080f342fd50c231371a0a 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.20250320.200025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-jazzy-micro-ros-msgs (= 1.0.0-5noble.20250320.200025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-msgs/ros-jazzy-micro-ros-msgs-dbgsym_1.0.0-5noble.20250320.200025_amd64.deb Size: 531200 SHA256: bd587693705273e27e9200438157bd84443deed8c9b213bb01967beb56729d4a SHA1: 8947d8ba79c13ee10307d9cbbd9d847688704553 MD5sum: 6f14726ab4500c44f432199ddd88e420 Description: debug symbols for ros-jazzy-micro-ros-msgs Build-Ids: 1783a7f3f3a663a3c4c857e0f61406ad71073b7d 3051780cd11887209b0e514d66f22be3438b098e 3eb2d786aaa0342dca0946c3e76071de26138580 6f151c22802a5263493af2d238e6fc2ab20c9d40 72d5729446772644be8e433a83476856faca1f4a a5154f366a765db9928705dea56f4b7c5b0e0dc3 ace459e8f4c4f6027d938e0c4e0b8457534af52e ae12d8aa22234d429f92c52eea0b1bf46be7d28a f1d86ea08ce87866ad6ac269a233d26db03734b0 f9ff61fdf7208a5b4dcc5775523c38960b9e9742 ff06abde3cd4afc23dee04eecea0ce44c10dc7d6 Package: ros-jazzy-microstrain-inertial-description Version: 4.5.0-1noble.20250320.221115 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 16433 Depends: ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-description/ros-jazzy-microstrain-inertial-description_4.5.0-1noble.20250320.221115_amd64.deb Size: 2752882 SHA256: 2a6b1e114d2878e4224cfb30ec886c2fef7c1f1838a1c9c251c4036d3383140a SHA1: 84ecc48eeddc2a0f5ab4d31ab152f565723eb66c MD5sum: 9a90236922f8fe3fc0bb6b6b92c31d82 Description: URDF and stl files for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-driver Version: 4.5.0-1noble.20250321.143942 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 8765 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.5.0-1noble.20250321.143942_amd64.deb Size: 1255032 SHA256: ed432bdc6a0ba4c4c92ad563c726ae8ab26caec299ebadd1c768510dc39db4a4 SHA1: 775817af2208fa1a1dc08190fcb1afe2ef0045a6 MD5sum: 68e124e83e6d56f9a7b867158ec6e622 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.5.0-1noble.20250321.143942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 42400 Depends: ros-jazzy-microstrain-inertial-driver (= 4.5.0-1noble.20250321.143942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-driver/ros-jazzy-microstrain-inertial-driver-dbgsym_4.5.0-1noble.20250321.143942_amd64.deb Size: 36057358 SHA256: d17c82949b7c48bf321cf80b6f85ff063220cce6cd97a105303fc5358787a63d SHA1: 64805ab353a23d4a2b96a9220fe19e8a54ee9fbf MD5sum: 0e3504bd67cca41edf46a9e06b66c6fb Description: debug symbols for ros-jazzy-microstrain-inertial-driver Build-Ids: 3b0493c88c5b9b43b79bad52819eeed6995b1171 ab0889d7b698152af788bda7936cd9cfb0012d24 Package: ros-jazzy-microstrain-inertial-examples Version: 4.5.0-1noble.20250321.153357 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 139 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.5.0-1noble.20250321.153357_amd64.deb Size: 13218 SHA256: 9693b0ccd9d19a0e5f20f3e40b3177e2ddbc1ef2abdb437c9988f21e7bc1e6b1 SHA1: dcf03821977acfa1013405f8c0e3a1ee47c24b70 MD5sum: 8960fc0a148afbfc8a635cee6bdf469e Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-msgs Version: 4.5.0-1noble.20250320.223413 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 7392 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.5.0-1noble.20250320.223413_amd64.deb Size: 431482 SHA256: 00b4ef0e41c38bf68b6308bda88e710392a336a91d6166b2307639f080067a7d SHA1: f673238eb8d1108105dc7ee0628f295b807789a4 MD5sum: 92ba93571077717a44832d2042ccd2bd 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.5.0-1noble.20250320.223413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 4837 Depends: ros-jazzy-microstrain-inertial-msgs (= 4.5.0-1noble.20250320.223413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-msgs/ros-jazzy-microstrain-inertial-msgs-dbgsym_4.5.0-1noble.20250320.223413_amd64.deb Size: 3789552 SHA256: 051a207c01f5da839cd67808f2a3278949105cbed6f7568953ea7e503d92fac3 SHA1: 2b637b4a7777230f6fb8a8c6fe2f17268bb89aa1 MD5sum: 1bb836814f969d21408caf13f14d75ca Description: debug symbols for ros-jazzy-microstrain-inertial-msgs Build-Ids: 29ded8d13430d0968f892bc926711c7cd5edc709 40a168df30b410e2365ffffc46226a484a52cc3e 4a264760fedbb43482a1a6be46ea48f27bec543c 52aa07c55a06b47cb7cdd2a1f7af401bbc1753c6 55c2c4835e92b874439aea45aec6c70642151baa 8137b44ed833ba45652ea591e318205066bf82e1 a1ab8bf3c8db27a2266f4488a62ac70fbdc84fe4 abd286a1ccf08d31343221a42d982ee5abf155f8 b1c32a6611c78a9e000307e76aa2c35cb7281725 bac59e9175e6942cffd8bc353432a1fb28874758 e404442222242710a5406680f290bdc55e28645a Package: ros-jazzy-microstrain-inertial-rqt Version: 4.5.0-1noble.20250321.135252 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 417 Depends: ros-jazzy-geometry-msgs, ros-jazzy-microstrain-inertial-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-rqt/ros-jazzy-microstrain-inertial-rqt_4.5.0-1noble.20250321.135252_amd64.deb Size: 69466 SHA256: 7861f2c489642f9e49490a5d8104826152d85fe851b2c3bc372fbaad0ee3cbaa SHA1: 9f14e7cd010ed9b4b7e6f7ecd4f824d86d5ada27 MD5sum: 0bfe010ce4875ae5c47cc85236fdeead Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-jazzy-mimick-vendor Version: 0.6.2-1noble.20250320.185522 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.2-1noble.20250320.185522_amd64.deb Size: 32298 SHA256: 0d9506c038f290b644112c3cd2729ecd8677e34595339d86e54ca41ccedf6aeb SHA1: 8af9f6c01d2036737e335b46b9c9fa6fa26a2c00 MD5sum: 1db683fd4007dda1078b1cd9b553a6c8 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-jazzy-mobileye-560-660-msgs Version: 4.0.0-4noble.20250320.221738 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2645 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.20250320.221738_amd64.deb Size: 179098 SHA256: 19fc89d30c6c103a370256b7439a7f1bd85edf6c25046fd588511ab4edf36a21 SHA1: 4cd9969c96c89cf48612552532f02276392a1aa4 MD5sum: 1861c14318cc540d17d6c5b00393017e 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.20250320.221738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1644 Depends: ros-jazzy-mobileye-560-660-msgs (= 4.0.0-4noble.20250320.221738) 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.20250320.221738_amd64.deb Size: 1331996 SHA256: 2e0f7588c36158cd387552e4879163ed0ba0d78db1ee09157fff2686becdb2bd SHA1: 72a78b6dabb3214e8ad7ab229d2b37244d2717b8 MD5sum: 8c410308b9ca39e6f79f4f40f7b46446 Description: debug symbols for ros-jazzy-mobileye-560-660-msgs Build-Ids: 0346a6d7da283c8995502d17d5e04ee0bd845dec 0662fff6a4b2962f44db0e27375fde795f0e6316 0adc7f8d0794d7faf41db26d982b690f6e7f208f 30246092ab4a8b618b0738029af0792ffb52815e 780ba2d341a00b1ad59034ca487da8f080a12764 9322f023fc3a0b79040135a23920e697f923ac6e 9f25533798c73bf9951e3f11065f2ddb75f9eb04 b85f7398a6e8d4fd2b10151dd7e00da5f6d73803 c9bb7ed81837211ce446c513296fa3e089f483f6 d2c4f15f29b08f82992c26bd631b3dff9489badf e8100e98e0f0ae8bf9f396343232475bd2ed779c Package: ros-jazzy-mola Version: 1.6.3-1noble.20250321.170432 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 43 Depends: ros-jazzy-kitti-metrics-eval, ros-jazzy-mola-bridge-ros2, ros-jazzy-mola-demos, 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-mola-input-rawlog, ros-jazzy-mola-input-rosbag2, 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola/ros-jazzy-mola_1.6.3-1noble.20250321.170432_amd64.deb Size: 6816 SHA256: 9dee5590f50f45bc7bf9221ad35b413ec4d085114bba497a83cbf71e994dc8cd SHA1: a5bfee2d9ead62e87b153dbdf87d744b0c76b9cc MD5sum: 0d88865779856894676d9dbab7552064 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-jazzy-mola-bridge-ros2 Version: 1.6.3-1noble.20250321.163849 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2443 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-mrpt-libros-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mola-common, ros-jazzy-mola-msgs, 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_1.6.3-1noble.20250321.163849_amd64.deb Size: 404546 SHA256: 21fe9e5ffadcad05ef85b834a29a62c59f118b2865ffc1477c7fa285b333dadb SHA1: db03c337aab63e242224adfa2a2760fe3f827eec MD5sum: 3aeca3745e42b1ea15829eaac0102e37 Description: Bidirectional bridge ROS2-MOLA Package: ros-jazzy-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-bridge-ros2 Version: 1.6.3-1noble.20250321.163849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 10904 Depends: ros-jazzy-mola-bridge-ros2 (= 1.6.3-1noble.20250321.163849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-bridge-ros2/ros-jazzy-mola-bridge-ros2-dbgsym_1.6.3-1noble.20250321.163849_amd64.deb Size: 9061952 SHA256: 260c9fe1cd1cf3e7b87d6e56b0bd8fbeb9563024d2cc8493572595d4206557f8 SHA1: 5fc763644fa4f21e19a0e68118df35fd2c56a479 MD5sum: 3265405a6b1deae8381182e272c3ebb8 Description: debug symbols for ros-jazzy-mola-bridge-ros2 Build-Ids: b8f1ccb24fa7b06b5a5405797e3cab49769460b1 Package: ros-jazzy-mola-common Version: 0.4.0-1noble.20250320.185544 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 61 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.4.0-1noble.20250320.185544_amd64.deb Size: 10802 SHA256: 122be24a2ac3a866efc7f27c21ecc874c71fd9ea019a66bdb59d2110a64f3fbc SHA1: 2b9c75e30970ce0150324d556fd648485162a772 MD5sum: a6134a62d1a94d140d927171469cb70b Description: Common CMake scripts to all MOLA modules Package: ros-jazzy-mola-demos Version: 1.6.3-1noble.20250320.185545 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 126 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_1.6.3-1noble.20250320.185545_amd64.deb Size: 20218 SHA256: 0f9443858f69edbba0cb094a7869fda61c35fdc9cc342674a6581c1a22b1ed0b SHA1: aa947d122eb2cb6b1731c575f5f1841f4d8c7f14 MD5sum: 778f68cdd835caa77c98669bf97eb3f8 Description: Demo and example launch files for MOLA Package: ros-jazzy-mola-gnss-to-markers Version: 0.1.0-1noble.20250321.160052 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 753 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.0-1noble.20250321.160052_amd64.deb Size: 135412 SHA256: 6af269c5c83dfb764b690cb681e95e363a90b37c9b9eaf1c6624203c0ce19f9f SHA1: e7f16833cc964a717280e55e629cef24563281d2 MD5sum: 5ef17c3b65fab5e177a068ec2f21f467 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.0-1noble.20250321.160052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3247 Depends: ros-jazzy-mola-gnss-to-markers (= 0.1.0-1noble.20250321.160052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gnss-to-markers/ros-jazzy-mola-gnss-to-markers-dbgsym_0.1.0-1noble.20250321.160052_amd64.deb Size: 2659394 SHA256: 4e4b9c12e78c8a96c5961fd059422f79b87349cc99df4229d5efd738ae1dd21e SHA1: 44af6ae88bce24cfb5553ec22b5c16b2430df6d2 MD5sum: 4e4dc6e56cb76ee65a893872b72aa466 Description: debug symbols for ros-jazzy-mola-gnss-to-markers Build-Ids: fc52049310a74e3dc3af0bb1e43e4ae9c760e85a Package: ros-jazzy-mola-imu-preintegration Version: 1.8.0-1noble.20250321.155953 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 141 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mrpt-libobs, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration_1.8.0-1noble.20250321.155953_amd64.deb Size: 41096 SHA256: 41796704f94fa1a97f2871de2d31468f52ae8f83fd891222521a6e2bfa63555d SHA1: ddcbba5227503aec715d0e7b33d07b900bbca0bb MD5sum: ecb2eb58974315181e17b9ff4519e817 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.8.0-1noble.20250321.155953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 339 Depends: ros-jazzy-mola-imu-preintegration (= 1.8.0-1noble.20250321.155953) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration-dbgsym_1.8.0-1noble.20250321.155953_amd64.deb Size: 319090 SHA256: 5af904bf6d099f1af15eead7c58f04641d0dcb7681e97475d14ce48d3ef768e2 SHA1: 1424b980ab941139ee02a0631e7c19d234de4ef7 MD5sum: a2a293cd214a0f3ba5c74d0c24ffeeae Description: debug symbols for ros-jazzy-mola-imu-preintegration Build-Ids: 3adcb25403313276980203cf991e9f72b6f86b73 Package: ros-jazzy-mola-input-euroc-dataset Version: 1.6.3-1noble.20250321.163403 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 198 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_1.6.3-1noble.20250321.163403_amd64.deb Size: 62648 SHA256: 44122c010c318d6d5eaa9da15e8044a17a442025837f572ebcd61c998aa2b41e SHA1: 09f6f9326fd7feea78310f4fd8d95cfded86494d MD5sum: 30ca4729cebf304dbc9efe2f0db8e77a 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: 1.6.3-1noble.20250321.163403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 634 Depends: ros-jazzy-mola-input-euroc-dataset (= 1.6.3-1noble.20250321.163403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-euroc-dataset/ros-jazzy-mola-input-euroc-dataset-dbgsym_1.6.3-1noble.20250321.163403_amd64.deb Size: 603090 SHA256: 4f6a46b55a251bd4654567fe708fdd0f7e9b98bf7fbb4148bc002f5925b901cd SHA1: 1c703b3d9f5c6a2743a43adeb62a1ee28a4cfdf4 MD5sum: b25e4a664a6929748d1c0e350f427d41 Description: debug symbols for ros-jazzy-mola-input-euroc-dataset Build-Ids: 5121ca87834557039144409ef02524b378a119ab Package: ros-jazzy-mola-input-kitti-dataset Version: 1.6.3-1noble.20250321.163053 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 247 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_1.6.3-1noble.20250321.163053_amd64.deb Size: 81674 SHA256: 96adc6e70ce927002609e7401a1fc26d2b346ce804c33a9d389a040669b47de7 SHA1: e7295f5adc94a058a46581d207e3589436238866 MD5sum: df03feb36efb5b2446f1511c6d8da11f 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: 1.6.3-1noble.20250321.163053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1207 Depends: ros-jazzy-mola-input-kitti-dataset (= 1.6.3-1noble.20250321.163053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti-dataset/ros-jazzy-mola-input-kitti-dataset-dbgsym_1.6.3-1noble.20250321.163053_amd64.deb Size: 1171754 SHA256: 90d5acd16398c28080882d331a691cb80e53732016373fa983abf378b0c6a152 SHA1: 507611be2b7346be0a0c0ba35e186bb22044358a MD5sum: 720748ca3602d00da60d032ce90ff6ee Description: debug symbols for ros-jazzy-mola-input-kitti-dataset Build-Ids: 3133107095f43b1946987deefb5504c1968a5066 Package: ros-jazzy-mola-input-kitti360-dataset Version: 1.6.3-1noble.20250321.163420 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 361 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_1.6.3-1noble.20250321.163420_amd64.deb Size: 123748 SHA256: 528ccaf55d644bcbcf2ca29064e2f89bd8e04482f6f42d6fd5c71a0e0085bdb0 SHA1: f0365b75164ca5c38c920b28325c111a4285cc1b MD5sum: 5f2ec27ccb4983efcf08c1916ebe98b8 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: 1.6.3-1noble.20250321.163420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1744 Depends: ros-jazzy-mola-input-kitti360-dataset (= 1.6.3-1noble.20250321.163420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti360-dataset/ros-jazzy-mola-input-kitti360-dataset-dbgsym_1.6.3-1noble.20250321.163420_amd64.deb Size: 1690298 SHA256: a42fd4bf1d8fb04df49ccfaac99a9c8edbdec466a66ac4d3dd48eb98d5353e20 SHA1: 928b0e2da50a2ef30f6801d2cc04dda22be4e87e MD5sum: 155eebd105df4cc4a3efb9c487870a05 Description: debug symbols for ros-jazzy-mola-input-kitti360-dataset Build-Ids: 38f4b62bdec2877e64c83afe6940e2b7dc26a850 Package: ros-jazzy-mola-input-mulran-dataset Version: 1.6.3-1noble.20250321.163411 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 228 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_1.6.3-1noble.20250321.163411_amd64.deb Size: 72590 SHA256: f455d0c9e7ddcb32b7786fbc502ca16d6616e5521e885215f3f0ce34831309fd SHA1: 0bbae5bc9d6995903d346169ff964a2cd6b671a7 MD5sum: 99ba38b638b83a5df195ad6fbded1876 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: 1.6.3-1noble.20250321.163411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 788 Depends: ros-jazzy-mola-input-mulran-dataset (= 1.6.3-1noble.20250321.163411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-mulran-dataset/ros-jazzy-mola-input-mulran-dataset-dbgsym_1.6.3-1noble.20250321.163411_amd64.deb Size: 748270 SHA256: 8762cd3c615db141bf83d6fb344356715ca140f94fc9658a888ddc6883a7a64f SHA1: 92741a18fb99376df03c09ca3be10dd7ac73a8d8 MD5sum: 182bf387b39133342a95403364e90856 Description: debug symbols for ros-jazzy-mola-input-mulran-dataset Build-Ids: 12b856809482af09f4104234ddd4ae0445629265 Package: ros-jazzy-mola-input-paris-luco-dataset Version: 1.6.3-1noble.20250321.163101 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_1.6.3-1noble.20250321.163101_amd64.deb Size: 65770 SHA256: 812038a3300066b0918bc47a7f93f8bf66e76ed7bf86be95cee7a5f65b5600e5 SHA1: 10ab0aacd169f5ad06a8e7c7d7644fb7633363af MD5sum: 280354fb511841725e19d4a7a9c854d8 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: 1.6.3-1noble.20250321.163101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 718 Depends: ros-jazzy-mola-input-paris-luco-dataset (= 1.6.3-1noble.20250321.163101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-paris-luco-dataset/ros-jazzy-mola-input-paris-luco-dataset-dbgsym_1.6.3-1noble.20250321.163101_amd64.deb Size: 684792 SHA256: e511ac413a0409491a1abc2d83546f50825e4941e15192244483145bb476ba31 SHA1: d6af927baad801a2b9195d448cc7f932a2a267b1 MD5sum: 8ac90ce12a1d9fc9925560682cb04223 Description: debug symbols for ros-jazzy-mola-input-paris-luco-dataset Build-Ids: 40ff7684fbd9cc05f5a5ba2ade40488774590694 Package: ros-jazzy-mola-input-rawlog Version: 1.6.3-1noble.20250321.163428 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 193 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_1.6.3-1noble.20250321.163428_amd64.deb Size: 59524 SHA256: 35037ff3b7c8f9dc20377b5ff9dde04f25291a561de00e2e3d29b8f3f2306bae SHA1: 75ff64797b922ea937af4b94158cabe4e5a312dd MD5sum: 530594d7991b43950f20d4a2a4d931b1 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-jazzy-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rawlog Version: 1.6.3-1noble.20250321.163428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 541 Depends: ros-jazzy-mola-input-rawlog (= 1.6.3-1noble.20250321.163428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rawlog/ros-jazzy-mola-input-rawlog-dbgsym_1.6.3-1noble.20250321.163428_amd64.deb Size: 511186 SHA256: 836f96470d576126f283bffd228659ef1b04e7c2f12d7897fe5cb5337d656a8e SHA1: 8e59aee06fc1df4248083ca194df0b7a288c6a4f MD5sum: cb5c1eee7175159d906eac6aac7a4eea Description: debug symbols for ros-jazzy-mola-input-rawlog Build-Ids: 6b964e67c56796eef9b477f0d866915a51b3c611 Package: ros-jazzy-mola-input-rosbag2 Version: 1.6.3-1noble.20250321.163612 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 424 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-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-cv-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_1.6.3-1noble.20250321.163612_amd64.deb Size: 135080 SHA256: e922bbebc26fc2f58cef949d7e7ac2baaa7bf4b6f2395c5a060b7ec5d069a0dc SHA1: d2712dd8c0c385166bb7543ef764310665e61dd1 MD5sum: 1bc6b45269c013033969fbac3c482fbe Description: Offline RawDataSource from rosbag2 datasets Package: ros-jazzy-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rosbag2 Version: 1.6.3-1noble.20250321.163612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2071 Depends: ros-jazzy-mola-input-rosbag2 (= 1.6.3-1noble.20250321.163612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag2/ros-jazzy-mola-input-rosbag2-dbgsym_1.6.3-1noble.20250321.163612_amd64.deb Size: 1967804 SHA256: 84c0baa98dcb78ac40f52029bf9b1b19d7fa24cd8bc9da6133b4869672fc25b7 SHA1: 2c35aa31ebb5efafc83dad1a9e9771ec056a67c7 MD5sum: 1dbf5b2520825f707d89fdf2841f2ae6 Description: debug symbols for ros-jazzy-mola-input-rosbag2 Build-Ids: 482b54cc58f83afad8884e7ab38c508a959f673e Package: ros-jazzy-mola-kernel Version: 1.6.3-1noble.20250321.162623 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 559 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-yaml, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_kernel Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel_1.6.3-1noble.20250321.162623_amd64.deb Size: 160242 SHA256: 7544264c1400ad2b5e3383322047f0cbeb79ff1172e9848632dc0109e1e523f3 SHA1: 1e27df84eff07146eaad08019d193d11ae1f035f MD5sum: 01b3d19c34c69ee0f07d11ab390e306f 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: 1.6.3-1noble.20250321.162623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3479 Depends: ros-jazzy-mola-kernel (= 1.6.3-1noble.20250321.162623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel-dbgsym_1.6.3-1noble.20250321.162623_amd64.deb Size: 3372486 SHA256: 49c7f4b30f8743977334ea984df9b50c4bcd94875eeb32b5808c67829a7dc4d6 SHA1: 34705482251df5d709a6447e78913b71bd05b026 MD5sum: 6d618b4cb39c71b14668c58b02746455 Description: debug symbols for ros-jazzy-mola-kernel Build-Ids: 18acbf170c9e7fdf6679e50d85e6e2c70d63821c Package: ros-jazzy-mola-launcher Version: 1.6.3-1noble.20250321.163450 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mola-yaml, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_launcher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher_1.6.3-1noble.20250321.163450_amd64.deb Size: 137022 SHA256: 3a9398c528f1d6174f8e3425093c22de70ea6acd9c452a832bc045d19993f6dd SHA1: 21673966204e13d62f5d534affe016063741a63d MD5sum: ec8e8accc22066eb6d0c70e95a6167f3 Description: Launcher app for MOLA systems Package: ros-jazzy-mola-launcher-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-launcher Version: 1.6.3-1noble.20250321.163450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1914 Depends: ros-jazzy-mola-launcher (= 1.6.3-1noble.20250321.163450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher-dbgsym_1.6.3-1noble.20250321.163450_amd64.deb Size: 1826120 SHA256: 97fc26557916b97d7685fbf694dfb205fe0188833039a6637d685f402b29f5b9 SHA1: bc7bcf981dbe2aeb844dcea12f51fd9e36e2494d MD5sum: 4cc481bb53a3a976b07233e524bbad1c Description: debug symbols for ros-jazzy-mola-launcher Build-Ids: 055edf0deb30294557b5d9242c28c4771ae4ee4d 2acad2765df3b09837f8cf3b63aeeedaa9af7264 5bd02d0b6b29482453b24a2233c608d770a936e1 5d10c9dcde463e38951f8f08ad35b2c31057364b Package: ros-jazzy-mola-lidar-odometry Version: 0.7.1-1noble.20250321.170349 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1128 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-input-kitti-dataset, ros-jazzy-mola-input-kitti360-dataset, ros-jazzy-mola-input-mulran-dataset, ros-jazzy-mola-input-paris-luco-dataset, ros-jazzy-mola-input-rawlog, ros-jazzy-mola-input-rosbag2, ros-jazzy-mola-kernel, ros-jazzy-mola-pose-list, ros-jazzy-mola-state-estimation-simple, ros-jazzy-mola-yaml, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-launcher, ros-jazzy-mola-viz, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry_0.7.1-1noble.20250321.170349_amd64.deb Size: 307454 SHA256: 23ec878612ee68bcb63f0884b823054c119a4b1aa82e9583daccee22984e900c SHA1: f9ef80818c7a7ef51202a22b8a1e28263651872d MD5sum: 6815ef062ff184f6559c63de1ecb0b3d 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: 0.7.1-1noble.20250321.170349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8766 Depends: ros-jazzy-mola-lidar-odometry (= 0.7.1-1noble.20250321.170349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry-dbgsym_0.7.1-1noble.20250321.170349_amd64.deb Size: 8637632 SHA256: fad18e8b23f2df84682928e9a82f34c9c3c024b5358a1eb349a481802263edcd SHA1: da2ed4e31f1190427cd5f105d4b81c6450a05a86 MD5sum: a14b1409e27534c1b1b3cd314b9459f9 Description: debug symbols for ros-jazzy-mola-lidar-odometry Build-Ids: 3727067624ada4c818928731a4e12a0fba82ee80 82626ebfd4aae7fad268cdaaeefe5746032a91ae Package: ros-jazzy-mola-metric-maps Version: 1.6.3-1noble.20250321.165939 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 740 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-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_1.6.3-1noble.20250321.165939_amd64.deb Size: 182224 SHA256: 5da707dde58e7d2bc3e0058ca4562071c5df12f6682ad46065e974cd0376505a SHA1: c489d8ab2e67af787614c05f105ac9f0e8c733a6 MD5sum: 6bf0a7ef31c93393497b8ca1dd9d32c1 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: 1.6.3-1noble.20250321.165939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3146 Depends: ros-jazzy-mola-metric-maps (= 1.6.3-1noble.20250321.165939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-metric-maps/ros-jazzy-mola-metric-maps-dbgsym_1.6.3-1noble.20250321.165939_amd64.deb Size: 3041696 SHA256: b331ad1d909e1222f44a01bc56034fb917aae73adaf154621e30cb2d91ccb546 SHA1: ed028700daba1faf52b7dc9519dc9fc1a939d6e4 MD5sum: 64c70bc3635d1f32eab1c53aef276de4 Description: debug symbols for ros-jazzy-mola-metric-maps Build-Ids: 080264975a3d32016ac46a902cfcc603194369c1 Package: ros-jazzy-mola-msgs Version: 1.6.3-1noble.20250320.224930 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 2675 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_1.6.3-1noble.20250320.224930_amd64.deb Size: 188514 SHA256: 6cae1756b97aca90888ad9f000a4337ae6cb6208529ea5e7d4010bf78256804f SHA1: 22bd875e6346f73a920d13a1d2262c5199e42bbe MD5sum: 1ade1c14b1288f1fec8fe0c743eda8d1 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: 1.6.3-1noble.20250320.224930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 1923 Depends: ros-jazzy-mola-msgs (= 1.6.3-1noble.20250320.224930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-msgs/ros-jazzy-mola-msgs-dbgsym_1.6.3-1noble.20250320.224930_amd64.deb Size: 1500410 SHA256: 152685700d9b87a359ba52392b192d29310ac70e8089c5660957a7bd468310de SHA1: d4eab52a0e8b90a7973d0a3d5085b71ca915ddab MD5sum: ae1ac80140ba4d0c279e26d6c4fc5825 Description: debug symbols for ros-jazzy-mola-msgs Build-Ids: 0402493d895ca090a0f751cb606f1129e4bf8d77 2998064ee11437de0e213e911191d6867b1c162e 376333e91064a5b1f4ab8c6be4abbcdd3335cbce 5b088fc5203a40e1de8568babcade5608c08affc 6d35c80d6cc23ed3cd206cd47e478b15a04d4d28 70a37af72f2b0d9b04d90aa0ae110797c1764cbc 76e636174fcef52be6510643bd820782c5f33390 98daa644a13538341a3ecd0c34ef5a44e6587950 be7614eee173219a6be03a06ec519215a7f51932 de1ec172af54c91f556247b7fba7d4bc62fc40c1 f3c7f3b6824eab4674ba8a4ef6d8fabb0b3013c7 Package: ros-jazzy-mola-pose-list Version: 1.6.3-1noble.20250321.162333 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 126 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_1.6.3-1noble.20250321.162333_amd64.deb Size: 35310 SHA256: ce03b15160246f859113de5cf4559f577ba19cdb1af9f864aafce8da34c0f4f4 SHA1: fb38552ce7c131a5cdac531f41798bf44be75244 MD5sum: a4e6229b3fa2559f03ae15665d1c6af2 Description: C++ library for searchable pose lists Package: ros-jazzy-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-pose-list Version: 1.6.3-1noble.20250321.162333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 282 Depends: ros-jazzy-mola-pose-list (= 1.6.3-1noble.20250321.162333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-pose-list/ros-jazzy-mola-pose-list-dbgsym_1.6.3-1noble.20250321.162333_amd64.deb Size: 266050 SHA256: a1c6ace68b22bcf90e5e9be0d6fe08350dde3aa8b60d9d973ebe6d745b9fb623 SHA1: 230ee169532d2dd621be96580e7e60253931bfd9 MD5sum: 6217de562f688fe1d5d7befa8c867294 Description: debug symbols for ros-jazzy-mola-pose-list Build-Ids: e3b3a8a6b2667da61be1d74fd1a7da2656b90d84 Package: ros-jazzy-mola-relocalization Version: 1.6.3-1noble.20250321.165853 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 136 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-pose-list, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libslam, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization_1.6.3-1noble.20250321.165853_amd64.deb Size: 41350 SHA256: 79242550e2b1a71e3e61c770d1d0643cd8181a4781d56ed702b29f3f082ae2c3 SHA1: a2a89cdb5e65f56bf99b762757b49205f820e604 MD5sum: 1741483d3c99e359bac1957468221d2a 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: 1.6.3-1noble.20250321.165853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 736 Depends: ros-jazzy-mola-relocalization (= 1.6.3-1noble.20250321.165853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization-dbgsym_1.6.3-1noble.20250321.165853_amd64.deb Size: 714302 SHA256: a8801ed0a6aa6a4628d7db0668350942e2d2140547b97163f85d2a347bd3ee66 SHA1: bb0ac853cf7e0955595ccbe23d1e7b7bf7f702ac MD5sum: ad10ea52f0a7fedd59812f5fe937417f Description: debug symbols for ros-jazzy-mola-relocalization Build-Ids: 923a96f0d9c673671c250cac7b5d6a0a45f308ca Package: ros-jazzy-mola-state-estimation Version: 1.8.0-1noble.20250321.164251 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 Depends: ros-jazzy-mola-imu-preintegration, 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_1.8.0-1noble.20250321.164251_amd64.deb Size: 6166 SHA256: 212111099d293a23a741864a392c2d34c2c644046f7133000cb28b41598de42c SHA1: 17205c7765427798c2bb40ceba59bbcde7b31421 MD5sum: a7d718f5170c5353b1fde83556e619a4 Description: Metapackage with all MOLA state estimation packages. Package: ros-jazzy-mola-state-estimation-simple Version: 1.8.0-1noble.20250321.163425 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 298 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_1.8.0-1noble.20250321.163425_amd64.deb Size: 97730 SHA256: 5d751f474f1b9134eba599153bd0c6481384d7dce566c1993961bdfa21000a0c SHA1: 7efa86e4fa64f4e345079e4356bd2dc6a218e356 MD5sum: 4eff84482033dbd5013a1a81adcf718a 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: 1.8.0-1noble.20250321.163425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1130 Depends: ros-jazzy-mola-state-estimation-simple (= 1.8.0-1noble.20250321.163425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-simple/ros-jazzy-mola-state-estimation-simple-dbgsym_1.8.0-1noble.20250321.163425_amd64.deb Size: 1078872 SHA256: ec23711705720d9defb11d92c8ef27f4b53ce6425fc11d7e092ccd90ecb0ff42 SHA1: d6f63068ec9e60622a61029a09bbc4db757c1c11 MD5sum: 491ff875b8f3d27f367d312008b5d513 Description: debug symbols for ros-jazzy-mola-state-estimation-simple Build-Ids: b8c72ccfa4be927986c9eec8835d3727774c4a80 Package: ros-jazzy-mola-state-estimation-smoother Version: 1.8.0-1noble.20250321.163607 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 591 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-jazzy-gtsam, 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-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_1.8.0-1noble.20250321.163607_amd64.deb Size: 182748 SHA256: 99c7784873904641a69178cc347d81b6a789a9c9401451d0b04062777510a799 SHA1: b889c1cc5ee18a365be88bd87caca0b7224b0592 MD5sum: de72af899b6c2a42b1e7f36309980b21 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: 1.8.0-1noble.20250321.163607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8413 Depends: ros-jazzy-mola-state-estimation-smoother (= 1.8.0-1noble.20250321.163607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-smoother/ros-jazzy-mola-state-estimation-smoother-dbgsym_1.8.0-1noble.20250321.163607_amd64.deb Size: 8306262 SHA256: 01e702327a6ef3ed2696b06e1f2f75eaddb788875d6e57cd6e25a70df254026c SHA1: 252c7c0f138afdbc1510b1254797452e85fb73de MD5sum: e0dc3ed84db2d43510c6915350d22032 Description: debug symbols for ros-jazzy-mola-state-estimation-smoother Build-Ids: 0288f6465d4d4d5aca95a61efb2da73a00490483 6d2efc3083f8f5a619a8f43925fbe013d68b4c57 Package: ros-jazzy-mola-test-datasets Version: 0.4.0-1noble.20250320.185616 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 150894 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-test-datasets/ros-jazzy-mola-test-datasets_0.4.0-1noble.20250320.185616_amd64.deb Size: 152282350 SHA256: 46fd4a4dd2ae9b4acbea1d0a76c82cb2a43b96cc0a76d6cd4d1c00e6387f1787 SHA1: e9fe07a61787c44cd92b7acdaa94c2b02902ea56 MD5sum: 7a2ee846e45e0e948ff78489ca5b0bdd Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-jazzy-mola-traj-tools Version: 1.6.3-1noble.20250321.152126 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 103 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_1.6.3-1noble.20250321.152126_amd64.deb Size: 17654 SHA256: b3dfbd0b26a5d1d45e842f341d5707bc9b4caf521ccaf1d657bfe976b5f725fe SHA1: 0dab966f5972d642736960406ff1a6813da29535 MD5sum: 22fe3e4efb6bec18c87a246466fb4cc6 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: 1.6.3-1noble.20250321.152126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 478 Depends: ros-jazzy-mola-traj-tools (= 1.6.3-1noble.20250321.152126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-traj-tools/ros-jazzy-mola-traj-tools-dbgsym_1.6.3-1noble.20250321.152126_amd64.deb Size: 388190 SHA256: 2cf17e42a19802955248b14115cf08bec6f55c0b4469d9d5d1d2f4e4a506f58e SHA1: b14f758003506f81e20b1fedaa51167578edf788 MD5sum: 7d48b221570c8b1b390e920f75fb87b1 Description: debug symbols for ros-jazzy-mola-traj-tools Build-Ids: 1a1701e8af375d671a9d3a2711245dfa6544cba3 30a1c9938c2685cda699a08a40511d0fc7ddcafd 57cde9a4cfe5b4bc8b333c92795cf9362e75ea90 93296f69069108ddba498291c6b6c4b480534572 Package: ros-jazzy-mola-viz Version: 1.6.3-1noble.20250321.163421 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 430 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_1.6.3-1noble.20250321.163421_amd64.deb Size: 137222 SHA256: 4bde14ca1b648b4f4edfa877a797a5723a8cfd0ed233104a3b90118bd4fdb45a SHA1: 44d11d779e99af403ee0c0b7ce7ad129c7b0a5db MD5sum: b0a626f6f2ab49a70680b2dc14d35b72 Description: GUI for MOLA Package: ros-jazzy-mola-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-viz Version: 1.6.3-1noble.20250321.163421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2346 Depends: ros-jazzy-mola-viz (= 1.6.3-1noble.20250321.163421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz/ros-jazzy-mola-viz-dbgsym_1.6.3-1noble.20250321.163421_amd64.deb Size: 2230750 SHA256: 486b0d0fb53d6614507d70da0ff6b5a8dac50b979eabd35240494941fdd51aac SHA1: 787cf6259da16c20cf0c8c487621efc879452d2e MD5sum: 9c4ded28b22c2a425d6eb138089d8869 Description: debug symbols for ros-jazzy-mola-viz Build-Ids: 0ae75b8405728156d0ec3b1a3c4017d6624c5cf3 Package: ros-jazzy-mola-yaml Version: 1.6.3-1noble.20250321.150521 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 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_1.6.3-1noble.20250321.150521_amd64.deb Size: 43986 SHA256: 48a953ef98f4a21569fff8c23f92e30a994d14cfbe8bf0563769a1c67bde8ff4 SHA1: 6ca4874e4d772bb92e1ec75764e5fc0b1caabbbe MD5sum: e624787690120df4fc85fb91953b9475 Description: YAML helper library common to MOLA modules Package: ros-jazzy-mola-yaml-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-yaml Version: 1.6.3-1noble.20250321.150521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 484 Depends: ros-jazzy-mola-yaml (= 1.6.3-1noble.20250321.150521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-yaml/ros-jazzy-mola-yaml-dbgsym_1.6.3-1noble.20250321.150521_amd64.deb Size: 463352 SHA256: 8e900acb3932e1263482da93c756a41b331520b77ba2129b63de9147cdf458b8 SHA1: 121ae66087e7882fe85ebcf39cc186fb639a1377 MD5sum: e8668c138dba839ffdfcbe2de1317c1e Description: debug symbols for ros-jazzy-mola-yaml Build-Ids: c7feded3ef935648a6f87061029d288773a60ec9 Package: ros-jazzy-motion-capture-tracking Version: 1.0.3-3noble.20250321.140419 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-jazzy-eigen3-cmake-module, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking_1.0.3-3noble.20250321.140419_amd64.deb Size: 558320 SHA256: 558d85dfda97ca574c7a96f8407f19dba6b41101485c5dbf5ab6433a042c5ad2 SHA1: 0acc4731d3d472b07becb02e6da23a3ad3eeecb6 MD5sum: e663a9fe8f8ed10a818abfabcbf13551 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.3-3noble.20250321.140419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 11254 Depends: ros-jazzy-motion-capture-tracking (= 1.0.3-3noble.20250321.140419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking-dbgsym_1.0.3-3noble.20250321.140419_amd64.deb Size: 10737216 SHA256: d92aca816c8b4611965811d18956121e0cd44c7cbd6ff79d4fea8e7c55b0f0df SHA1: e6cdb3054e43abfcf2116260094ec034c33c1a79 MD5sum: e5e63f2c12e0ac8b685d1a4cc0745c3b Description: debug symbols for ros-jazzy-motion-capture-tracking Build-Ids: 4c434374fb40106f185814c6499561cff2d84e62 Package: ros-jazzy-motion-capture-tracking-interfaces Version: 1.0.3-3noble.20250320.223451 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 598 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-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces_1.0.3-3noble.20250320.223451_amd64.deb Size: 56908 SHA256: e2d14d1c2aaf41bf601b3d566df1a048957d439d743b2708da6e4bd8ff0e122b SHA1: eba21cf0347b5e221f520c2950feba338a318239 MD5sum: e7acdaf18403f8ba2755018fb24a3821 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.3-3noble.20250320.223451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 434 Depends: ros-jazzy-motion-capture-tracking-interfaces (= 1.0.3-3noble.20250320.223451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces-dbgsym_1.0.3-3noble.20250320.223451_amd64.deb Size: 317842 SHA256: c7d00a15d4a6e309e9097519dd8cbdbc604781cb61ac1ebc575e05856cfe461f SHA1: 48a6c6af4ae70ff93c4da8aaf7c49ddae1b71b1d MD5sum: 43590ed703ae1af1a9b3c63886be95a3 Description: debug symbols for ros-jazzy-motion-capture-tracking-interfaces Build-Ids: 05c9c09b017a6c08dbde9bbfa40bc7a16c1cfc7d 2b413c37036d270a8ed7710e204fad070337aaa2 2d29c2c816baffc015d244a5620a9d34b716eec5 45bd07d96fadf9d672ca865788ba3730f33309a8 4be82f227df7d7f9fd54b02d2ff8d51a60e72fe2 52319f11e700fb9d4651823e1993dea14761bec4 663b6923de92691579e27cc45465c9cc5a413a67 9e4c4b7c23a11ea575d76e83947ffb2d93d8e4b0 b1d391453135614e5c6cbf2941c1ad6513de2b93 d14c7bd11e248209eaab6d84c971bcab3ea77c39 ef007a685fbe1a418ef30659abf73645889d912f Package: ros-jazzy-mouse-teleop Version: 1.7.0-1noble.20250321.131355 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 62 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_1.7.0-1noble.20250321.131355_amd64.deb Size: 13032 SHA256: d5a3d715de0fb5f4db9656e359fbe869dd364ecf17eed79f9269145fbacc3811 SHA1: ae4213e688d80ab9983d30c7d67f8e7f16296b51 MD5sum: ce64e846fe165a4d46fd10a501144ce5 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-jazzy-moveit Version: 2.12.2-1noble.20250327.084445 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.2-1noble.20250327.084445_amd64.deb Size: 7062 SHA256: 7ee90dfe38d1c659ae45f6ba77b0bbada4f1a6fa567f470d4e74620c51e9e7c1 SHA1: 74e25706143076934c0355f8971ff7f99f345c1a MD5sum: 5387a2e4ec6861eb40367e0d615dbb9f Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-jazzy-moveit-common Version: 2.12.2-1noble.20250320.185637 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.2-1noble.20250320.185637_amd64.deb Size: 8932 SHA256: 984a14418cbaff91c5cba143410871d0d44389d8ab0c73cd6df9b0e5f1176778 SHA1: 01d47dd075bb13f63f16ec78c9cb8930e1450d81 MD5sum: 65edca9687d1e9b82e15c77833668c01 Description: Common support functionality used throughout MoveIt Package: ros-jazzy-moveit-configs-utils Version: 2.12.2-1noble.20250321.132008 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.2-1noble.20250321.132008_amd64.deb Size: 29356 SHA256: 92d0b2ff25b0a4b5c2a43a745b9f80673a1fcc74e78f4e2a8b6d91d33792c96c SHA1: 653847371e7500011a2582d35928d9aa030c4629 MD5sum: 465564245460e9d237b5b61e4e579945 Description: Python library for loading moveit config parameters in launch files Package: ros-jazzy-moveit-core Version: 2.12.2-1noble.20250321.145813 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5716 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.2-1noble.20250321.145813_amd64.deb Size: 1384682 SHA256: a3b7f5f6db41a713f085bef7f7635c2c290a6b3d53051c991e7a9eddbb16bdd1 SHA1: e9a741af93ade01c90ee35166271b08837d241de MD5sum: 4f3acf83dfd2a5779515d55f046c933a Description: Core libraries used by MoveIt Package: ros-jazzy-moveit-core-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-core Version: 2.12.2-1noble.20250321.145813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 78984 Depends: ros-jazzy-moveit-core (= 2.12.2-1noble.20250321.145813) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-core/ros-jazzy-moveit-core-dbgsym_2.12.2-1noble.20250321.145813_amd64.deb Size: 78697790 SHA256: caccf3ca15c27bd7ec56812b7ab426533a607a0bc90780a101c0779bfeea56fd SHA1: e9a42a25bc5c076958c49802efe86b557c1553de MD5sum: fcc1336183ca7465f33993da17fac27a Description: debug symbols for ros-jazzy-moveit-core Build-Ids: 0e30e4b9a887a248b461afdf630b29ec313a07fa 0eb40408bf52a8cf67539f32d73eebb1d22525e2 104afc697028d7f282d43e047e582619eee5a699 1e6f8b0b5f582d4e81297c44f59f4f81087281ec 277e7ee6b1b2f9343da11ae0b77cc73847f6f655 29b4f4dc972b499c8cf54a57c7ade2b06e6c2a16 2ef713a9066721684b54f5ab55fcc3a8976d6e8e 4242207939ade28e21a2c32458a2c587089d17e5 45a209d804a8d4468e1293241ed283057a538b84 57d5f6a8ddb60b9a11168f48bca5b43205ee7842 5cc8d6b39f9ac38abb6e7945ef6336ae68afeb85 65cb5b25f6cfcfdce04c18838e9c7b95274b3985 67e0ffc5238458f086840d50b80e5daa1db26e52 794f270fab640ae8c4ffcf0f6eeba141e0ceec5a 7b240e319c9416eac250097620569f2bb27b4557 952e18b1cd252d52473f295431e677097bc17de2 9d8bb854fc54b74c06fd59ab64a4d058b325174e a86d55d185804fa933fece017b8a876a0c117cbe b311a0fc0469b53674e62eec40e6eb59b58d257e b42ce737a67ef652ebad5f89b3ca998cab80267e b520ac9e68c4f77f19907a3353dea89c4dd917d7 bce9ca20056031eae5db1268a990d27fc6f80fbd c589540e374882e17319545799b61c1a1d8a2f86 cca0fdc5be89b93145fd065e51fbf6e2f4221587 d7848abb9342d97d3de12a769ef9f31156e7a89c fcde6b97b672b1da220de6e59227ba48c2cecc6b fe1e70c80c3bcb75609947348cbf72773aea30da Package: ros-jazzy-moveit-hybrid-planning Version: 2.12.2-1noble.20250321.170343 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2931 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.2-1noble.20250321.170343_amd64.deb Size: 568734 SHA256: f8d9732ae5661045f10f9e148fdb995ed7f5429830abb14bac695b09ea8b5906 SHA1: c484ac811b0743101e9195623e26d113b90687c3 MD5sum: 2c1e8d369c96ff8d1db9b739b809d3af 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.2-1noble.20250321.170343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 21406 Depends: ros-jazzy-moveit-hybrid-planning (= 2.12.2-1noble.20250321.170343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-hybrid-planning/ros-jazzy-moveit-hybrid-planning-dbgsym_2.12.2-1noble.20250321.170343_amd64.deb Size: 20246142 SHA256: cdd7079fce0f8595c5bab19b00b80cfc77c53d812feac80fa19a79d14efcb29b SHA1: 54cd0382085677cfdc7c916cdd9d5cf790e7b56c MD5sum: bda52e80b7de99ffd8a08755599eec16 Description: debug symbols for ros-jazzy-moveit-hybrid-planning Build-Ids: 284fc7faee0ac9c2bddaec2f2dc5e9439ee0180e 397029a686103706ca09f24c0c325b340a339134 7a3f82ea703555ba38e71827f551c4bebcff36c4 879732b27b72c63671e2427ab0687563e846825a 9bffa805f760a5a7ed692a2badaffa717e7f4e95 b8f01b932558c14ff033e543645e6f74f741426a bf944edd690f83ff57d4e57da6bd59d625ef00d0 bfa226f001499dd4040b4c16c9402ebb832325a7 fd45cc0f988b1f9eccc963bc103dabe7f6d4b5ea Package: ros-jazzy-moveit-kinematics Version: 2.12.2-1noble.20250321.162000 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 954 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.2-1noble.20250321.162000_amd64.deb Size: 241536 SHA256: bf5b1f633bf4969bc01dfd07345b556506648f02d6007c8a52888bda24f8d1a8 SHA1: d8f0747b7ea6e1c16fb043fbd093523bfbab7858 MD5sum: 322fdd047d0bd74b1316923bbdd24572 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.2-1noble.20250321.162000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9532 Depends: ros-jazzy-moveit-kinematics (= 2.12.2-1noble.20250321.162000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-kinematics/ros-jazzy-moveit-kinematics-dbgsym_2.12.2-1noble.20250321.162000_amd64.deb Size: 9471658 SHA256: d859591f17159146a1952e59f1e0bd8c5856b6d7539cb8d500bdebcb8000b188 SHA1: c50ebf3b5c5fef60e74a22d2cd58da1cf0ea94a4 MD5sum: cafa982bcee668fbd62f743c71291ffb Description: debug symbols for ros-jazzy-moveit-kinematics Build-Ids: 39b887bff63ace63a9de7ab2a0d83e0f93847a55 4e18707e0ffb01595083f1bc253ee313edef512f 54f993adb5882d5ad64d8cf817e2044a1ef02069 cd3aa8b68e31ee8ff75cc9b5f481e0ba3a26c775 Package: ros-jazzy-moveit-msgs Version: 2.6.0-1noble.20250320.231147 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 33375 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.20250320.231147_amd64.deb Size: 1949116 SHA256: f6154929021fbd2be872a15aa5fcddf99dfda3a2128ec69bd5b7c38a390e6486 SHA1: 9f8d76f910fa439774c1b411e3f39c6868714a16 MD5sum: da6656d4c7b2475f5e24c531ed668ff1 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.20250320.231147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29158 Depends: ros-jazzy-moveit-msgs (= 2.6.0-1noble.20250320.231147) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-msgs/ros-jazzy-moveit-msgs-dbgsym_2.6.0-1noble.20250320.231147_amd64.deb Size: 24782996 SHA256: 58975ba38030677a1b27d59cc8e270c34c4a4eab1ab75f6c0a5cc08a67e27db8 SHA1: 9a9346f2a4d845a44719a7eb36b97798ce9447be MD5sum: 76338cc4e4da14d854dfc4d99e92b04c Description: debug symbols for ros-jazzy-moveit-msgs Build-Ids: 1da81c62e25590c7864a8d3dcd3a3d9f92b2c049 1e4e89b0a886d5e6561417ebb96d48cbd2a74963 25d86a76b074b302c4bffa5814f85e3d6abdb092 362f6673849cc6702effa1dba66bc63e18121074 68480e400e2690e1a3021007eec884150a4b042e 696c5f167f2111d4e3d61486297724dabd14816c 743ba3b1b1153557cca335687bea6dcfed4e6d38 76f2bef781aa067d75e8cb6ed15e2aa2afa72fa0 941641e5923f26943db45cd2e60c092274e2956b a797a4456e2a7711ce4c2a726c4e738c137d0b5e c72e7ee3cc8c9d1395dcb7fa0bda4f92d05cd274 Package: ros-jazzy-moveit-planners Version: 2.12.2-1noble.20250321.171029 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.2-1noble.20250321.171029_amd64.deb Size: 6678 SHA256: 8b13033c8d3cb958a5809f009c78d4072b811d7f2b6d6a4ad1c523ec400b86fa SHA1: 6b31e55da8a3a588135bce0fa41e52ceb5562a0b MD5sum: 4104be0af7340c21f40ec0cd3caa955d Description: Meta package that installs all available planners for MoveIt Package: ros-jazzy-moveit-planners-chomp Version: 2.12.2-1noble.20250321.154316 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.2-1noble.20250321.154316_amd64.deb Size: 38066 SHA256: c2319546acc91ea936846e0d3d102b02d3e752a525c1d2e2d2b471e86de2a051 SHA1: bc2190e7b63fc84d3eb7553c6e2de6f2b5197cfc MD5sum: 84c38f63934c484803806ed772aa0736 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.2-1noble.20250321.154316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4719 Depends: ros-jazzy-moveit-planners-chomp (= 2.12.2-1noble.20250321.154316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-chomp/ros-jazzy-moveit-planners-chomp-dbgsym_2.12.2-1noble.20250321.154316_amd64.deb Size: 4740040 SHA256: fd00280b77c3c965ec7ead40c4596829ee8046181e962834c08e3cda9ca01e33 SHA1: 8808d94bbeab57fa65eb1ebe3f7a5780ae5cc29a MD5sum: bda70d80c4798bd98ac7db920c62edb1 Description: debug symbols for ros-jazzy-moveit-planners-chomp Build-Ids: 22846614577eb9dbe4dd759abc7b8713a8699edb f1218f62c05bbebc158de374ea83c7e2ea6ce7ff Package: ros-jazzy-moveit-planners-ompl Version: 2.12.2-1noble.20250321.162744 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1590 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.2-1noble.20250321.162744_amd64.deb Size: 342974 SHA256: a9a759d9cd26824b59b81387c9146f2fb6134af1e3792888e23bde241199ebd1 SHA1: ba48acae372d2e4161d882037a82546c2f9e1cf5 MD5sum: d222a40f5610855c983e35514f7b4828 Description: MoveIt interface to OMPL Package: ros-jazzy-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-planners-ompl Version: 2.12.2-1noble.20250321.162744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24324 Depends: ros-jazzy-moveit-planners-ompl (= 2.12.2-1noble.20250321.162744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-ompl/ros-jazzy-moveit-planners-ompl-dbgsym_2.12.2-1noble.20250321.162744_amd64.deb Size: 23861674 SHA256: 8775e8913b9c95b6cf3802a275edeb1f0ac5d2c979a69d8df6ab9f8a57810acf SHA1: 2767138d42ce02858f15a7a25a8046cf6eeaba02 MD5sum: e459cc0c29d0a991f317248a50b863c9 Description: debug symbols for ros-jazzy-moveit-planners-ompl Build-Ids: 67fe92f3ba89f77fa80241807da4e4c87ced6442 dba8d86a6c0f033ae8794267ce57d838710217e1 f16b313f492a0b160d31c109b013dd9c51f25a4b Package: ros-jazzy-moveit-planners-stomp Version: 2.12.2-1noble.20250321.152819 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 447 Depends: 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.2-1noble.20250321.152819_amd64.deb Size: 142820 SHA256: 1a48a5f1a543bcb243268b94c4e47ea9dbcc30bcfe52e983d84cdbce0450f04a SHA1: 73bfa9663e65708727bc524718f8c9d3fa7b3c93 MD5sum: 1b833f91f1cffd73e0b0606e20d7d0f0 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.2-1noble.20250321.152819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5616 Depends: ros-jazzy-moveit-planners-stomp (= 2.12.2-1noble.20250321.152819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-stomp/ros-jazzy-moveit-planners-stomp-dbgsym_2.12.2-1noble.20250321.152819_amd64.deb Size: 5542172 SHA256: b7034fc042d969b6493f8da8d83090d4dcf939b2edad49cca493970ac195b4d8 SHA1: 30b71511c2035f4ba12afc3c097b9bd0f6a18a57 MD5sum: 762ebb5b0fffc1dfba531ed5c64b272a Description: debug symbols for ros-jazzy-moveit-planners-stomp Build-Ids: 828cd6c2da3ab6d6461dc46209e0c08c87ac40d4 Package: ros-jazzy-moveit-plugins Version: 2.12.2-1noble.20250321.153935 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.2-1noble.20250321.153935_amd64.deb Size: 6354 SHA256: 4fc4ef99429d138cf4dcd7789ec8232a13bed7e0b09bcf5c898d49c3616145ab SHA1: 4f7e48e6918ec68f210c6f7d42cfe445b8a96bd4 MD5sum: 0a762e3d03df3d994553afd952f1e1c6 Description: Metapackage for MoveIt plugins. Package: ros-jazzy-moveit-py Version: 2.12.2-1noble.20250321.170507 Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1287 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.2-1noble.20250321.170507_amd64.deb Size: 352220 SHA256: a06b5d5a2d86df83b16cd7b31d9867f477b6458e4f326bddafa88b34f0a52553 SHA1: 8a90f01fc0cf864f63a29a902b8d57913d938f98 MD5sum: efc902de7795aa6cfb2a6449731d4b18 Description: Python binding for MoveIt 2 Package: ros-jazzy-moveit-py-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-py Version: 2.12.2-1noble.20250321.170507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1047 Depends: ros-jazzy-moveit-py (= 2.12.2-1noble.20250321.170507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-py/ros-jazzy-moveit-py-dbgsym_2.12.2-1noble.20250321.170507_amd64.deb Size: 1013904 SHA256: f2e5564ca30e66e5065cec4ff1f347f63c5a6bd3f31c58d8ba93f9223d0ac3bf SHA1: 70ebdc06f5ce30b0ec074a7174a014dc13d7ade4 MD5sum: 9c763bdcf450c93706c2631da9422b90 Description: debug symbols for ros-jazzy-moveit-py Build-Ids: e0761ea446c2d4767e2076ee0c15405910794443 Package: ros-jazzy-moveit-resources Version: 3.1.0-1noble.20250321.145635 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.20250321.145635_amd64.deb Size: 5910 SHA256: 82007bca0f44190fe3f282bda4c419fff3645766a6c051680fd9ff7281c5888e SHA1: f7723582469770174251f0c5c19b0889bdb9076d MD5sum: c304e4c901cb062357b0e1645dfea69f Description: Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-description Version: 3.1.0-1noble.20250320.185710 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.20250320.185710_amd64.deb Size: 127644 SHA256: d4a177bec447bb670c1511157e63d24303bf89c1320f139a1f7aa65b70bf23f7 SHA1: 3228cde5e9da7f5ca9b41c209d60f7d00eeff5d8 MD5sum: 010d21d19bfa73d32031eaa21f278897 Description: Fanuc Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-moveit-config Version: 3.1.0-1noble.20250321.145456 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.20250321.145456_amd64.deb Size: 15796 SHA256: 808074a3da13d5e264abf751c4621b1e66526060ec2b60309671f3cb1bbcb9cb SHA1: d7ffe64ce6b40eab058b392e1eaaabe3ed2e6b7b MD5sum: 41594dddc5bc7f01b24983452953e210 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.20250320.185721 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.20250320.185721_amd64.deb Size: 3090588 SHA256: a2fb003d422bdf0c818fb76dba10dbea5e422fe1feb15f9eff9e199d6d9e64c9 SHA1: 3a3552121f0f1795836435a5a5b0615f502ae1a0 MD5sum: e41cc62498fb7e1a31c3f06b5ce285e8 Description: panda Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-panda-moveit-config Version: 3.1.0-1noble.20250321.145441 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.20250321.145441_amd64.deb Size: 19892 SHA256: 412d50e29655d75505fe679a41da942a579bf4ca7b834b6c4d4df151ab2355f6 SHA1: 36f61e93d9b0d7337f5c17fc8b55f163318b17ce MD5sum: ba7d413c0d1406e8b556f87e5504f4a4 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.20250320.185726 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.20250320.185726_amd64.deb Size: 24348066 SHA256: e8374716da9fc6cb58acb4cf29e37e4cbd1d5b9a0cd484719fa06ccc85d9ad53 SHA1: 7541ab27a4a5641baed52694300df034429582ca MD5sum: edc95c7f7920bbb10d0779dd2d44e609 Description: PR2 Resources used for MoveIt! testing Package: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.12.2-1noble.20250321.153528 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 482 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.2-1noble.20250321.153528_amd64.deb Size: 136800 SHA256: a75cc5a7fb22a1e7303a235b302d4754c99dab6a7ff55fb1faf62de065650462 SHA1: 0ff5afafb3d0ee118526cf45d2094dd1c96fa137 MD5sum: a2963851e40abd969b2c1942381f8a93 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.2-1noble.20250321.153528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 2779 Depends: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.12.2-1noble.20250321.153528) 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.2-1noble.20250321.153528_amd64.deb Size: 2756040 SHA256: 67b18428122feea57aeac171f9e1fb21cdbde2e579bf7cf4ddb4c8b905c94be1 SHA1: e43e31d027a7294a64ed13cd6f50559f505ff56e MD5sum: 806f05ce2bb89e761853d21cf15d9307 Description: debug symbols for ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: bd40430194fa4ef12fd85f78384f1eb481d550d0 Package: ros-jazzy-moveit-resources-prbt-moveit-config Version: 2.12.2-1noble.20250321.164918 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.2-1noble.20250321.164918_amd64.deb Size: 14854 SHA256: d106243841bac4cbdb9d9109e936442d65da2b988e8526ccd76a3fbc92b1bf63 SHA1: 360a99bd5535c8659a3c3f108e83193a0e29b2f3 MD5sum: 6d865d4ab3d05abd36244047afb8ba1a 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.2-1noble.20250321.165034 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.2-1noble.20250321.165034_amd64.deb Size: 159690 SHA256: 80ae1968ae95f95f4d7dfbeb23bf37af0bc8ebb82db1a5fd3e81707973076ad3 SHA1: 1df1953d1d8b78df2ef554a5e3d4e5f3e49fdc4d MD5sum: eec21d16ce3e6bab8ffa9259195d0849 Description: PRBT support for Schunk pg70 gripper. Package: ros-jazzy-moveit-resources-prbt-support Version: 2.12.2-1noble.20250320.221116 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.2-1noble.20250320.221116_amd64.deb Size: 760694 SHA256: fab86e33f25c90e236d7c73a4cf35b04f8ed6189a95bb13bda6cb9ac277c2c73 SHA1: 876ebbd58f4788edea1407ede7ed0e0f1ed2e651 MD5sum: 1e0ec0832fa4a4e7b2e1b73535a4242f Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-jazzy-moveit-ros Version: 2.12.2-1noble.20250321.173934 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.2-1noble.20250321.173934_amd64.deb Size: 6768 SHA256: 51dccbd63e0ca636973e946503cb92c13c5f8fce12260dfc28df7d31a932bb3a SHA1: 1943f71ab72b1fa1a3976321feec43ec62cafec8 MD5sum: 69cb4287c7c5d0e1171f539578300183 Description: Components of MoveIt that use ROS Package: ros-jazzy-moveit-ros-benchmarks Version: 2.12.2-1noble.20250321.163259 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.2-1noble.20250321.163259_amd64.deb Size: 203984 SHA256: 3e6df95eac995127dbc7e8f6b1d32b65caa7ed78aa9956eb19b00c0b35c9330b SHA1: 77350bd69b152173bd3d9224e6f1a9a20b77a9de MD5sum: cd7e4399fddba7362823fdc1fb584aa5 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.2-1noble.20250321.163259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6977 Depends: ros-jazzy-moveit-ros-benchmarks (= 2.12.2-1noble.20250321.163259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-benchmarks/ros-jazzy-moveit-ros-benchmarks-dbgsym_2.12.2-1noble.20250321.163259_amd64.deb Size: 6906064 SHA256: 95f3efe9a6dc9cc9a975f1ea3b1c5e41cce6543f1bcabcbe43c45e7cb9275c69 SHA1: a4b95b10678bc5643b1508b5107b01b3643d555e MD5sum: c0eb6b4f7515a90c54afa49f86de0380 Description: debug symbols for ros-jazzy-moveit-ros-benchmarks Build-Ids: 263d5144057a280577785169f5280dfabb412912 612991fef8485acced719577fca1e75f1e9ab0e3 Package: ros-jazzy-moveit-ros-control-interface Version: 2.12.2-1noble.20250321.154401 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 960 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.2-1noble.20250321.154401_amd64.deb Size: 229656 SHA256: c83fd92f19d068f4dfed2a64048af129f00fca009ec21d5620c7b57475d675be SHA1: 89a5058028adfde47968bb569b6289099ce90ebb MD5sum: 0ea841f62ff86385dea856808a189b53 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.2-1noble.20250321.154401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 4964 Depends: ros-jazzy-moveit-ros-control-interface (= 2.12.2-1noble.20250321.154401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-control-interface/ros-jazzy-moveit-ros-control-interface-dbgsym_2.12.2-1noble.20250321.154401_amd64.deb Size: 4630700 SHA256: 99e7ccfde853b1179a3ddc54da25c0f9ad981b6f74bfe4d743b3d293cb3b0541 SHA1: 05618f74b2e4605dabbc481a1386d8b2d82e925b MD5sum: 3600ec73a8335955279b7bced52be235 Description: debug symbols for ros-jazzy-moveit-ros-control-interface Build-Ids: 5884dad307e066a1166df14ab35dd8f2ab3e6e77 6ae6a49ed876b7eaae3c507deeb2526d7d10b13f 8ed1d86b7109fc88fd81f7610cfb2a321181622a 8f73b1facab3e9115541b085fcf7a2e5fb401381 cdf94e4624a70fefbd2775fc504b17580f7193ec Package: ros-jazzy-moveit-ros-move-group Version: 2.12.2-1noble.20250321.163827 Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1567 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.2-1noble.20250321.163827_amd64.deb Size: 405100 SHA256: 12cceca749981c689c503e192519b0e74d367654c5c0249a2822ab06e8c6c041 SHA1: 9354079c01064a4b8677e5c5cf86b2077690e340 MD5sum: a419ee5c465133a42faad443decf6f6b 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.2-1noble.20250321.163827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 28634 Depends: ros-jazzy-moveit-ros-move-group (= 2.12.2-1noble.20250321.163827) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-move-group/ros-jazzy-moveit-ros-move-group-dbgsym_2.12.2-1noble.20250321.163827_amd64.deb Size: 28217980 SHA256: cf3da470863af719760726fe0d40fc34786263f6b4ef00eb84f17c2fe201ebd5 SHA1: c041faa726d719f37bd7659b12d7492ffd7e2dc4 MD5sum: 5145c915651e53271b7fa306b546a249 Description: debug symbols for ros-jazzy-moveit-ros-move-group Build-Ids: 07b77b58c2201e058dcc9dbdd29cdcc0816e91d4 2876adf8be3207222f3a1f45fd7bb144c6d6eeb6 351818dffc6f89e95f5f474bf3621f10e34956b3 c17d825fa2db137e014d9032b7b08a92a5bbdc58 Package: ros-jazzy-moveit-ros-occupancy-map-monitor Version: 2.12.2-1noble.20250321.153537 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1006 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.2-1noble.20250321.153537_amd64.deb Size: 259020 SHA256: 18aeb3e0e046c43789889729bd38f3408dec0ac2b9cacead5cb2912856b1fab8 SHA1: 280ac8877c11523f8e327c04ccb3b2df2fb60ec9 MD5sum: 76ba1834d39581b19ef493efab98b911 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.2-1noble.20250321.153537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5245 Depends: ros-jazzy-moveit-ros-occupancy-map-monitor (= 2.12.2-1noble.20250321.153537) 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.2-1noble.20250321.153537_amd64.deb Size: 4775642 SHA256: 6cbc558d13d8df152fc9719ab4f1b78ceefb24b83dab575f53b50f5ba4fa725c SHA1: e5acc470a41f2a5d7ae91e0510d0781442114619 MD5sum: e8afec4f23829e3c03509b07531bf374 Description: debug symbols for ros-jazzy-moveit-ros-occupancy-map-monitor Build-Ids: ae8d2212f8b66a4ab1a844f60cbfad663bbf36ee d2cc59d1503117e745580112ba557b641a6554f7 Package: ros-jazzy-moveit-ros-perception Version: 2.12.2-1noble.20250321.162145 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.2-1noble.20250321.162145_amd64.deb Size: 391266 SHA256: 4055e8cfccb12cbd490a1987cf749ec0cbea5ed01df7e8bf9391ac24d646aabd SHA1: 14ffbdad64fbceead66a07e9b1b34c9590723690 MD5sum: f4288fc6306eb6bd8e321f659ed04190 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.2-1noble.20250321.162145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10926 Depends: ros-jazzy-moveit-ros-perception (= 2.12.2-1noble.20250321.162145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-perception/ros-jazzy-moveit-ros-perception-dbgsym_2.12.2-1noble.20250321.162145_amd64.deb Size: 10090382 SHA256: 5ce7914f6f58202386dddb0365d089d0bacc4b931049e3f1c21903531b3ec81b SHA1: 14521a2d83cb53b6ae527e6a52c03f333f88da1e MD5sum: d82d98ba8805656247a6a4e91725fd8b Description: debug symbols for ros-jazzy-moveit-ros-perception Build-Ids: 0917a70f2088268318b4dddd958741c48283bf5d 135e76768092803d8beb2f8ece1b8c3d0f665fad 31398452fa51f8c8400b20539aa8c390187e9385 62192a49ab60253bf6a6f3b35658837766bcf8ae 77fb50c1e29706c6339851a25988860d0bd24344 b03199073763084c237aae00939731094ca2be41 b740eab3e54e1ffe331823fd376ac8fdf5754006 cd82b2a2ae758ccdccc3d6b545c4aa1c26c44ec6 Package: ros-jazzy-moveit-ros-planning Version: 2.12.2-1noble.20250321.155816 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6599 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.2-1noble.20250321.155816_amd64.deb Size: 1226194 SHA256: 562e7a5372ff2ba0c69c730c9f68c4f84a623263684f7ce1de05fada325f4308 SHA1: 573ffd3eee966e85f5f0330bffdcd17ffd8f0738 MD5sum: 2e9b91cc0c948fa8f602a2909e996deb 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.2-1noble.20250321.155816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 70760 Depends: ros-jazzy-moveit-ros-planning (= 2.12.2-1noble.20250321.155816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning/ros-jazzy-moveit-ros-planning-dbgsym_2.12.2-1noble.20250321.155816_amd64.deb Size: 68062468 SHA256: a705e4ae3a442d5ada8a26656ced313a05ca1eba1e2911d939cb5302d561fc72 SHA1: 19573e72fb091494cc0230b8357528d07f8381bd MD5sum: 8ff9d4625434412883ccb533fec40b3f Description: debug symbols for ros-jazzy-moveit-ros-planning Build-Ids: 02356a1055a4af843cdde78367494a1049f64b1c 1dbbf4cebc9133567ba63dfa4d267b293d392a28 262c23343fe52bcf49397d8c49827dce73552f8e 2caec913493f5a624930a8e93adfce5ddc573540 3c68364ff0d13d3b6fcc97492218f95c11647d57 40a82f6e4ea9cffb632832c43fba4aa5a3369146 49c857a656d6eaea6fe91bd072a47c6788cd6471 5c8a609b52076ec054680f3f6cbe931213b3156d 633399fbf27a486b221c3d192a9e545172908706 6e4daa782757b519cc89d83f26a6ef0ec9af73e2 6f689a5fe2caa71d83d935eaeeedb71f2a400c6a 77002c3372ba86f31e106a3663ac49443d4f1ca1 794f5fe39c56da793ed1c7d22a0c2de8b1864563 86a4eb3118c9152af21d4d354336dabaad2c3072 8d952a6f7bc8fbdc2a2151aebb1e7c2d20e70919 8f3e32ced9bf8466063f2b5c9f18c7198d88d865 91bd23fa710ea294fcf4d9b9b74714294cfcf4c3 c3341975ef4310810980fac3993f577b129d5e31 dc6ef3d0cae034594fc324db5823e4827978a1f6 fc0ae6689fb7aaa96bbd94220ffa3b35f5ed70b8 fc0f6e12b6605faed4a554673caee26416d7d703 fd5292344fa934c53a4687a754ad609620818256 Package: ros-jazzy-moveit-ros-planning-interface Version: 2.12.2-1noble.20250321.165302 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1101 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.2-1noble.20250321.165302_amd64.deb Size: 276546 SHA256: a26de46b0f0afa71c90363e27c8c6613f5b868c489541c376500850b53cd6348 SHA1: e8c6c95f2849e57ef6257f02d7ed7d829977d58d MD5sum: b1cb40117afb7c87f0a814d50b132858 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.2-1noble.20250321.165302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10131 Depends: ros-jazzy-moveit-ros-planning-interface (= 2.12.2-1noble.20250321.165302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning-interface/ros-jazzy-moveit-ros-planning-interface-dbgsym_2.12.2-1noble.20250321.165302_amd64.deb Size: 9810190 SHA256: 148494b7532b99b5900411a796b6ac0fdd78b8f4c72bc9c4cd7262abc48a49b2 SHA1: d8eaad4e5c33fcbc976faa8d0774b96493a0259a MD5sum: 7299cf354c6902daed698fb739dfa16d Description: debug symbols for ros-jazzy-moveit-ros-planning-interface Build-Ids: 52ceb8c0a18337a25300fe28357ea69450e6639a 5b7bf8cee32087c88d93d009df3d1170aa85f6d9 db2b5d5c4af706eb23d006cc286daaf18d91d089 Package: ros-jazzy-moveit-ros-robot-interaction Version: 2.12.2-1noble.20250321.161918 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 746 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.2-1noble.20250321.161918_amd64.deb Size: 172256 SHA256: 3fb186e7e68240ac86c3a72c478f1709f69e4d6fde5859b0a51d6bb35c532b62 SHA1: 936634ccf8f4d93dfbc694969f20cebb23fdf140 MD5sum: 54e15fb08d5bdc48c097e8d58c3f211f 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.2-1noble.20250321.161918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7031 Depends: ros-jazzy-moveit-ros-robot-interaction (= 2.12.2-1noble.20250321.161918) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-robot-interaction/ros-jazzy-moveit-ros-robot-interaction-dbgsym_2.12.2-1noble.20250321.161918_amd64.deb Size: 6734536 SHA256: 75e24703f284b61db61810dfc1743d3a7660d8866e7e9e1686aa971da1de8ccc SHA1: 87015546a609caa83828baada2b85e4636e4091e MD5sum: b2851a6e2b977895c2777db790154400 Description: debug symbols for ros-jazzy-moveit-ros-robot-interaction Build-Ids: 8508710ac67f9e768ec125070116a436158bed98 Package: ros-jazzy-moveit-ros-tests Version: 2.12.2-1noble.20250321.134553 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.2-1noble.20250321.134553_amd64.deb Size: 1992 SHA256: c4dacf00cd1242a4bef6a78ce1f1c73753f6f62983621e79516185bda61ed4bd SHA1: 7354e55784d8a19517689e5bdcd4f779b54c269e MD5sum: 930a5f55cec55278a9a111cd0735cbcb Description: Integration tests for moveit_ros Package: ros-jazzy-moveit-ros-trajectory-cache Version: 2.12.2-1noble.20250321.174015 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 321 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.2-1noble.20250321.174015_amd64.deb Size: 89548 SHA256: 058ad9885fc28362d4293eb803c071252ca3caad7067f116ba5abec05d13446f SHA1: a9d606240864e9e0aa5552a3cb6a60535d979f29 MD5sum: a5757b33bde4ff0fc1d340420be68ad3 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.2-1noble.20250321.174015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2284 Depends: ros-jazzy-moveit-ros-trajectory-cache (= 2.12.2-1noble.20250321.174015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-trajectory-cache/ros-jazzy-moveit-ros-trajectory-cache-dbgsym_2.12.2-1noble.20250321.174015_amd64.deb Size: 2222400 SHA256: feac9de01abf44b0d6e00a705387b8a6583b6c40adb60b8810ed78690165397b SHA1: 379b79dab1ccceff3c7d3f6b218c8cdba314555f MD5sum: 2732f2acd623f52ce901c84b246ab186 Description: debug symbols for ros-jazzy-moveit-ros-trajectory-cache Build-Ids: c2cc327e72f8c986fad51976f3aed9f68254ef0b Package: ros-jazzy-moveit-ros-visualization Version: 2.12.2-1noble.20250321.171844 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.2-1noble.20250321.171844_amd64.deb Size: 714658 SHA256: ced574f2c79da3a65030ebc4391f61821192fbc9e931bdf9b070882093fb467c SHA1: dc4d530dcdc015f0968b6df0636e36effa2f1236 MD5sum: 032da2ec81f40ebeb5dd55118041f6cb 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.2-1noble.20250321.171844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42879 Depends: ros-jazzy-moveit-ros-visualization (= 2.12.2-1noble.20250321.171844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-visualization/ros-jazzy-moveit-ros-visualization-dbgsym_2.12.2-1noble.20250321.171844_amd64.deb Size: 41002874 SHA256: 176c336a19f459cc1b0a1171b539388c6d94b2aae1161ec6ecc27c5668287a00 SHA1: 107172e4d1b3ca5281281efebe13f4253f6a1fde MD5sum: 11ada103adc1ff1063cdefbdaa50adf5 Description: debug symbols for ros-jazzy-moveit-ros-visualization Build-Ids: 125fe97b14747b5cb7686bcacaa7b5c72ec27bf5 19543775b82dfad68f144301163f68774b6384c3 197ef36ae079409195700cd345b6500434ab1bca 1dc158ff6834915031fec5e0767e7c6e370052b9 6a880f399fba1dd2ea81cd2480791502111200fc a791eee44672a978c74caf75e0421ddfe597e05a e6414a949e06defb905863335fc547abafba395e ed636fe8d818f121e27519701d52458282d7e7cf ed8a8b8a4aa17a28dcabc4108c9ed5bcae18991e Package: ros-jazzy-moveit-ros-warehouse Version: 2.12.2-1noble.20250321.162252 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.2-1noble.20250321.162252_amd64.deb Size: 502786 SHA256: 6a0d5c298bee151c7a4ea369c4da3274210103309705586fd613efbb97da3158 SHA1: 4f7abd94dec5cb1668a1ce7ec8b04a7726620f2b MD5sum: 4a3cab378196eb8016d1e1e4b8d26769 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.2-1noble.20250321.162252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20372 Depends: ros-jazzy-moveit-ros-warehouse (= 2.12.2-1noble.20250321.162252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-warehouse/ros-jazzy-moveit-ros-warehouse-dbgsym_2.12.2-1noble.20250321.162252_amd64.deb Size: 19088986 SHA256: 1b238aefa62d8dc77e2e8cdd4c82e264396e9391054972ec46c5ad1a67b7890b SHA1: a547306984427f0eda675ab04ff597e9cf006fb3 MD5sum: 211f4e3a7cb5830af445fb6d76613527 Description: debug symbols for ros-jazzy-moveit-ros-warehouse Build-Ids: 10831cc7ca0d0c34ea7761465b5f4949274ad71b 29a6818dfe441ce73f8f9d0cf6676fa50339644a 585fcfd7019639198602dfe46c1ba4c118e9af08 7fccd54c815c41718324b141cd2bf76caa7536b1 982c473175fb2eaadf4ebb18236d0386a2cafa31 d524ae356525d7cd170e2f21df5bcab7ef5ce8ee e5d8382f130a26597ef1aad6af2b1ad38f20303a Package: ros-jazzy-moveit-runtime Version: 2.12.2-1noble.20250321.171143 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.2-1noble.20250321.171143_amd64.deb Size: 6514 SHA256: b6099fe95f9ac84103fef5e101329053761a33c61d82f71aaa40c3f5af034350 SHA1: c4a71b888c52d37500ba46cb5d66cc0913836fbc MD5sum: 165bf02c52d80ffbf5f16f205b726925 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.2-1noble.20250321.180732 Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 3339 Depends: 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.2-1noble.20250321.180732_amd64.deb Size: 674308 SHA256: 95ded830d10da508c96cc4f6f3b0ace2352013976ca12dc0fd76b9ae6ff8089b SHA1: cf6f31e2a46b1d8bb7e74e21bd783e4c32c48ad3 MD5sum: d81cbe7003d0423ae904792b471e4e3f 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.2-1noble.20250321.180732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 31520 Depends: ros-jazzy-moveit-servo (= 2.12.2-1noble.20250321.180732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-servo/ros-jazzy-moveit-servo-dbgsym_2.12.2-1noble.20250321.180732_amd64.deb Size: 30441858 SHA256: e553b8d5efbcf156f36da66524ffb6591c9eba4662f730ddcddcde63a3e86127 SHA1: 0ec20b1c88483dda2eb896b61a803e4136b288f4 MD5sum: f271cef43f8513358cb7bbdc4cd7b0f6 Description: debug symbols for ros-jazzy-moveit-servo Build-Ids: 0191649a5f062f022ff2c871f8055ed3e5c9f650 24a45fc1e45980b722832f313c2d6d5665403bb0 3baa1eea25ecfb6fd7912b1ac3f67b22c1e2cc75 4e9c5665490d5bda6cd163aee95a4d666ae9d1a2 6f742668f6946c32a0bdb373d1f91f7cc09b6167 a28c0ae4e97b398d332a0162c9600d591f90363f e4603e90c90c701ef643c514b39745b7cdd6ca8c Package: ros-jazzy-moveit-setup-app-plugins Version: 2.12.2-1noble.20250321.180550 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.2-1noble.20250321.180550_amd64.deb Size: 73194 SHA256: 87552c33dcd97dc94626e7ca979f7d3d44bfca8b13b8952302e8ec3db127458f SHA1: c2666358ea7c25d4c9de784d4d0c8a47059a0b7c MD5sum: ae7b70c9d2b7f1a4dfda633f651551e6 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.2-1noble.20250321.180550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3992 Depends: ros-jazzy-moveit-setup-app-plugins (= 2.12.2-1noble.20250321.180550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-app-plugins/ros-jazzy-moveit-setup-app-plugins-dbgsym_2.12.2-1noble.20250321.180550_amd64.deb Size: 3971864 SHA256: b235f8ed76eb535ee96bf46536fe54fc77d5c4ed9fc32f949f0da65c07e7822e SHA1: 3ac7de9d39b3f689903d70e1426f6ac78feed7ef MD5sum: 3aa8dbe62a5093f984da8e98cb083e7a Description: debug symbols for ros-jazzy-moveit-setup-app-plugins Build-Ids: 93f7700444ac2f1a48e276f6eaf1c6899922c1d4 Package: ros-jazzy-moveit-setup-assistant Version: 2.12.2-1noble.20250327.073150 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.2-1noble.20250327.073150_amd64.deb Size: 287906 SHA256: ba7cb67b17bdd5dc5767404b792ee862b3cab68f6b8963ff05740d7f9d4454c0 SHA1: a6fa050aa03d858a90b4b7cc13b79d366c1bfb2e MD5sum: db5bf05d084893a29887ece8a37ec67b 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.2-1noble.20250327.073150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7497 Depends: ros-jazzy-moveit-setup-assistant (= 2.12.2-1noble.20250327.073150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-assistant/ros-jazzy-moveit-setup-assistant-dbgsym_2.12.2-1noble.20250327.073150_amd64.deb Size: 7335616 SHA256: 0c8f1ea783114e36f7068b7690cdff7dbd4808d34ebde6f0402462aab96ec391 SHA1: 19a8681ac3db9d96c6e222c93578c8c6d8dd1c24 MD5sum: 5bc3130a8ce71bdcb8f2ba1a4c0b710a Description: debug symbols for ros-jazzy-moveit-setup-assistant Build-Ids: 092256d38c2151ece00b8932a6fbfac48bc0af3a 68dbc7d95548d35ae0f5219d26b902665903b024 Package: ros-jazzy-moveit-setup-controllers Version: 2.12.2-1noble.20250327.060937 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.2-1noble.20250327.060937_amd64.deb Size: 167460 SHA256: 44351ac7acd970bc433cf75a3d268cc05ad1fa2de7141fc3f7b41025ea435d5d SHA1: 95816b82b27a7afa6b2aec59c552d19faf574734 MD5sum: 841f4f922930f93c5c7a72f3c92fd8f8 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.2-1noble.20250327.060937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 11686 Depends: ros-jazzy-moveit-setup-controllers (= 2.12.2-1noble.20250327.060937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-controllers/ros-jazzy-moveit-setup-controllers-dbgsym_2.12.2-1noble.20250327.060937_amd64.deb Size: 11634666 SHA256: f9c28c35fa6046f6f073b5182d8be7b01a536b3a68f49455d6e7e60a5a0ddfbd SHA1: 60bf4dd9e9a7719b8e3bf03403ba57e0db4ebdc4 MD5sum: f8f6b6ebf0c710a589f6fced5ac5a7ba Description: debug symbols for ros-jazzy-moveit-setup-controllers Build-Ids: f179eb86e5b5e77d863553621d695f2f8e82e1d7 Package: ros-jazzy-moveit-setup-core-plugins Version: 2.12.2-1noble.20250321.174745 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.2-1noble.20250321.174745_amd64.deb Size: 64538 SHA256: 68844b6875904d0df325744e6168bea33f136bbbb4e986c2e4cccc0b87e781d2 SHA1: 54f1f97171043eb6df63e4c41ce4e61f894ff2af MD5sum: bb3fb287fd67c05488b4cd66083dcf92 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.2-1noble.20250321.174745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 5856 Depends: ros-jazzy-moveit-setup-core-plugins (= 2.12.2-1noble.20250321.174745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-core-plugins/ros-jazzy-moveit-setup-core-plugins-dbgsym_2.12.2-1noble.20250321.174745_amd64.deb Size: 5868124 SHA256: b51bc872b05ae7ba8a635b08e9f553b9695cc812e4ab349f88868ef0fc8e4ba8 SHA1: 97cc52c2ca38358afadef63b0d27952c36e589f4 MD5sum: 8881e7889beda9e9c61b48d1b95b2740 Description: debug symbols for ros-jazzy-moveit-setup-core-plugins Build-Ids: 202c108af99df7af6dc49b5b3a529eab14a1207b Package: ros-jazzy-moveit-setup-framework Version: 2.12.2-1noble.20250321.173902 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.2-1noble.20250321.173902_amd64.deb Size: 199344 SHA256: 6a46206872a0689be036da746ece7cbf390fcafa2397cdb1da51ed427424f185 SHA1: 4e699b724c0951748ab974a9a26825534ebc8129 MD5sum: 89d58359f0ae7ac2a350bbea705a24af 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.2-1noble.20250321.173902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 6944 Depends: ros-jazzy-moveit-setup-framework (= 2.12.2-1noble.20250321.173902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-framework/ros-jazzy-moveit-setup-framework-dbgsym_2.12.2-1noble.20250321.173902_amd64.deb Size: 6846710 SHA256: eb9eb0df823bb96b3cd2fea8794379e988d83bb1b2c886467a6b97f8d5f44195 SHA1: 783c462299a8957c1a22610c8e964c41a161984b MD5sum: 63bd1febce5e12bea70bd5d7b549a748 Description: debug symbols for ros-jazzy-moveit-setup-framework Build-Ids: 867cc28d54866b1682a85842020cd83043c0397d Package: ros-jazzy-moveit-setup-srdf-plugins Version: 2.12.2-1noble.20250321.180537 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1136 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.2-1noble.20250321.180537_amd64.deb Size: 316868 SHA256: 541bdebd76c632897a235c69fc35be2df731ddab39b80146f1feae98a28f1b2f SHA1: 1ca9746c09be9b78d673c9ff742c87bbf1b050f2 MD5sum: e3de7477b42c0c307aa5cd9ddd9e1d78 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.2-1noble.20250321.180537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 20037 Depends: ros-jazzy-moveit-setup-srdf-plugins (= 2.12.2-1noble.20250321.180537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-srdf-plugins/ros-jazzy-moveit-setup-srdf-plugins-dbgsym_2.12.2-1noble.20250321.180537_amd64.deb Size: 19928150 SHA256: 92cfef081696386750a915f37d6312413b3d7755655e1eebeb511e3f5345c9f2 SHA1: a13ea24a82c4e7860f1bb95d34cc6861a470fa3e MD5sum: 68ce49511b59586ed9609e425622899d Description: debug symbols for ros-jazzy-moveit-setup-srdf-plugins Build-Ids: ade63cd020b14f6ae7c54b39020a0e408e875674 Package: ros-jazzy-moveit-simple-controller-manager Version: 2.12.2-1noble.20250321.153430 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.2-1noble.20250321.153430_amd64.deb Size: 119738 SHA256: 92cd10b56c08b6d2e30c65a8d837a2bf79c2706083a26975f71853f1cbb63863 SHA1: 4cf76ba0dc11256b3461f69f1149091307c61527 MD5sum: 65d4d5b548287852b7d669af2f63ad71 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.2-1noble.20250321.153430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1979 Depends: ros-jazzy-moveit-simple-controller-manager (= 2.12.2-1noble.20250321.153430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-simple-controller-manager/ros-jazzy-moveit-simple-controller-manager-dbgsym_2.12.2-1noble.20250321.153430_amd64.deb Size: 1774032 SHA256: 6ffc4d9b5e9b3c74fa31013e10d0829e357807ec115697f169b427505c75b855 SHA1: bdb175bdb3bdf1c4ad4ab39a6fccf4299195befc MD5sum: 6412494b5daa7c2fcbf4a519303b960d Description: debug symbols for ros-jazzy-moveit-simple-controller-manager Build-Ids: 0fbab2d0576ba9ef52b3905178182a91e964dd5f Package: ros-jazzy-moveit-visual-tools Version: 4.1.2-1noble.20250321.162401 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 792 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometric-shapes, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-geometry-msgs, ros-jazzy-graph-msgs, ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-rviz-visual-tools, ros-jazzy-std-msgs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools_4.1.2-1noble.20250321.162401_amd64.deb Size: 299660 SHA256: 67fa2ebfa6b13c777c556d99e543447cc0ac0fa88e71bd020de2186e4baef46f SHA1: 25ad7f1599df2b84caf9d7c603180c3f63a342bb MD5sum: 567d10d0a3ae3664d3d4757fe691baa5 Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-jazzy-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-visual-tools Version: 4.1.2-1noble.20250321.162401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 9198 Depends: ros-jazzy-moveit-visual-tools (= 4.1.2-1noble.20250321.162401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools-dbgsym_4.1.2-1noble.20250321.162401_amd64.deb Size: 9111704 SHA256: 3146d6182bbcc8990356907648495587f693be9cf73ccab3c0e7618d1125365b SHA1: a33a24df77f0eb322874ed3784836f57a75c5482 MD5sum: ea39d306b634bd46d1064fa10666afef Description: debug symbols for ros-jazzy-moveit-visual-tools Build-Ids: 5b4e4e1a40075aac27e4abde4bd156d3307b3878 6ed62a2fc57fda26e48606e76c74f26cc69cf74b Package: ros-jazzy-mp2p-icp Version: 1.6.6-1noble.20250321.163830 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3686 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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-libposes, libtbb-dev, ros-jazzy-mola-common, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp/ros-jazzy-mp2p-icp_1.6.6-1noble.20250321.163830_amd64.deb Size: 948730 SHA256: 10728471d34f7859c284fcbd893a79bd41039d0e4b5a620c4de8f99110e6483d SHA1: 161c16da592c99c0c6fe06356d33867030ca85ee MD5sum: e3ba30fdc4112348689ec26a1c36beed Description: A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++ Package: ros-jazzy-mp2p-icp-dbgsym Package-Type: ddeb Source: ros-jazzy-mp2p-icp Version: 1.6.6-1noble.20250321.163830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 33724 Depends: ros-jazzy-mp2p-icp (= 1.6.6-1noble.20250321.163830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp/ros-jazzy-mp2p-icp-dbgsym_1.6.6-1noble.20250321.163830_amd64.deb Size: 33125948 SHA256: 9f6a1069f9d9117cf151664b0137bc1c678511927968dbfc9605260aa0166a5d SHA1: b0894ade12294cd31e29c14e3e29e7efd36d8bab MD5sum: 293442b0b84046e1f0fa325f383353e2 Description: debug symbols for ros-jazzy-mp2p-icp Build-Ids: 24e93646362aeca85e2a1ced30ab3664d223fb9c 2759db5b712f69f1b693f4a2cc5e1d210b57f658 5c12c12c186885979969c3dac762e07e3aa6453a 6b6d3f6ab52ed177934e339fa8c12d6e492ed947 75394f5a46f35c9a5ae1ed3310ebdc31ea977168 8c3bde5e18847c7f955e8752aead9063ec40139f 9ba1b468a4996d4b5676488592bf49d7eee83e78 af24e0086ad1b6a29c998dd4b86a847ad1e2a3eb c16e44bf900e67647a385a941527b7d71eb7c734 d29a540fbd5242f30637b382f9e3dbdc134820fc d88a175e4125f3df933cbd73abfaa66a5a7de9c8 df901272cf44b76878bb4f2031fa31b4a94c1184 ea6fe3775665ad25b428dfa52f86b8b397c1a104 f1704dec2e7bca03d4977ada562912af604699f9 f5e2239ab38d602f17b3c43abbfa406ae8b7c09d Package: ros-jazzy-mqtt-client Version: 2.3.0-1noble.20250321.133411 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 632 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-ros-environment, 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.3.0-1noble.20250321.133411_amd64.deb Size: 195046 SHA256: 6185899c84845099da67fdba0f035adc734358ae355960c93b58862e5195141f SHA1: 4650a2ec40d5d3c733c84b816c24e9fa157ebbdd MD5sum: dcf1a899382230c077602f2b91d6808a 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.3.0-1noble.20250321.133411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 2922 Depends: ros-jazzy-mqtt-client (= 2.3.0-1noble.20250321.133411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client/ros-jazzy-mqtt-client-dbgsym_2.3.0-1noble.20250321.133411_amd64.deb Size: 2729906 SHA256: d14c14ebb86fa0ef3b5cbd82eb69e4b39a8fa15c4bbf8d136471e0c319dbf3c8 SHA1: f27ab5c5cd3b44cdd9ec2207bef2202a1500cae0 MD5sum: 12af50d4388e49fc1e83252f09c964be Description: debug symbols for ros-jazzy-mqtt-client Build-Ids: 4b45e95110622b97776347405aef4f394bcb1456 f9346a7316d1c752ddcba4c871b2256dc87be8c7 Package: ros-jazzy-mqtt-client-interfaces Version: 2.3.0-1noble.20250320.221744 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1723 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 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.3.0-1noble.20250320.221744_amd64.deb Size: 125366 SHA256: bad08a46a053f52abc54c0a2f705701b15109177d8a2a529d0d8e1392a023623 SHA1: 070358521414b344008e3aa21b5a55cbbfabbe09 MD5sum: 888a92aeac7d1a743f5e0677ee0f1962 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.3.0-1noble.20250320.221744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1206 Depends: ros-jazzy-mqtt-client-interfaces (= 2.3.0-1noble.20250320.221744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client-interfaces/ros-jazzy-mqtt-client-interfaces-dbgsym_2.3.0-1noble.20250320.221744_amd64.deb Size: 924452 SHA256: 15ba772f9a049dfab0fb086bad550639d353aed13b499efbcf58572a93c6fb55 SHA1: a58c7266c55307d3e60438566b7683034c2a941f MD5sum: 6d740af365f63793d051c908a2283259 Description: debug symbols for ros-jazzy-mqtt-client-interfaces Build-Ids: 0431e1f8cc46defa6c2da06aac8a786944879814 124e4849ebbe19a0dfff5f7792997a2ba47f508b 1f4aa0ab0d38f7410ef3d247e095cbcd86040899 2d00be280e61c890761efab68a7bb6e2149edcd2 3ae47ccf384b2b90fc587057abef9d87ea9c3fb8 6591c27d8c33cdfaca571ffcc98aa78765cf92f6 7b732883c20fef43ae54bc51b6bd666960ae12c1 90561595dc896814cd3798e7e0feac63f1fe2e77 a22bf73d85afb9d1ee53f453737e779db1374778 ba83a6e1f9c8ff60b52aff7098f2b6fd8205a353 f1932ea44b8d572fef4566dd5ae1ca332931d8ee Package: ros-jazzy-mrpt-apps Version: 2.14.7-1noble.20250321.180808 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13319 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.14.7-1noble.20250321.180808_amd64.deb Size: 2445252 SHA256: 3949d58f5446a0de8f2becaab31c2fcfb86f2222a9f187cbde87d49638608b8f SHA1: 109ae9ec78fc0653000fe6837107425a7626c065 MD5sum: 17c48dd019926abfab469e73c3e03451 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-jazzy-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps Version: 2.14.7-1noble.20250321.180808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 54152 Depends: ros-jazzy-mrpt-apps (= 2.14.7-1noble.20250321.180808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps/ros-jazzy-mrpt-apps-dbgsym_2.14.7-1noble.20250321.180808_amd64.deb Size: 52199042 SHA256: 758a749bf9ed95453d2b1ae8b339a6a2161c5d7ba26258500d118d4ded60b66d SHA1: 8842214c5095a48b9f8f4e607233d64947ab9003 MD5sum: 7102914c2a9f59c48f30f619e7ea34d7 Description: debug symbols for ros-jazzy-mrpt-apps Build-Ids: 00b443f62b472f99bfa59bb501ee49ef7fa30d85 00fa01acde8f21812f7419758e4153215ddc1374 0213ed361bee73a6c4d83c27db6e9ba7f6b12d03 11c2d0079220ccb279855daf3d70848575321c8e 139b3f8f208b83e91a0fb5d4841000657ad12932 144227c5502952a2598b0762ef41f32c8f8dc33a 1568016efc3c018fc62756742ab7f7de6ba902b7 1905cddf00dc955f2f070fe81a0fee7a1e188da3 1fba68a4a17f9347195e0062944530bf807d57a7 225efcebd48a64bc7d84d861f7dab1be9a3a0b4d 283e84eaa2afcbf4bd6f6a39658d1afcd1c51dbc 2872f39bcb740d8301aa5cc5e5aa19ba54f8f82b 2c5032d864c972be5dc3dce926094a9a0a800752 34c20470e2574736051ab7532c2c99bb19c685e3 36361f6503658b6df8108e937c7ee5a56b6d19e4 373ccb5879c94d6249f1fcefcbb472a5fa09f247 3d772011a59f9d3dc7e140844bbacf6013a24f60 3e3d5c151e016a0b1f42d5c144629434de75c1ee 4ffcf6357ee4b57967667d7b07b31be1a09997df 5a2d31d006b9c88d134bd5d76d081ad443450aa8 5aefa609a1890a75bc308f9e77f84c27575dbc44 5d9e88bbc01a9e98b3c7dd344b510b6208b0be5d 5eadc4e40601ca32d5b2ba68788637505880aa55 655aeeecb266beb9ac31f047f76bdaf5919639be 6a0a8d4a7ff57f86c49d175808491f32ecc62149 725b116d7aa8d7de19ccd041df4b388de25e6f80 76cd783a488eb7710bdef520e22582dd51744724 8d55efdbfe7f89b6afc0ef68218ee1eafd2eeb62 94b75aca7f63f883887d8bab4bbfce3ff1f26476 963a5d77e6e0398f6d83d619d4937ae874c4d712 9bdabce6542c3ede9ce70d49bd7cd3fd5fae25b2 a35f0e1e6d9e965c351170947b293e88ec93b35b acf961367d4cc06c8ccbd21a26b39bb4907c268c aff5de1588987af390fcfb8bd6cb410d50302f75 b64ad9bcb7c7665f6c97c41c2c2e4f7638e60d3d b84ee0ce3fe1444c4bea53421afd20cc11e56424 b8bfbd0587ab40224977b989976c523ec07075c0 d43c6c91b695ff2e2125585d4c8519b57860abc0 d718236afde6605197480cf3245ac3773b5b6d1a de0ac488c8322caf4c4fef397bf64cbc5de63893 e373c0f7d2fedfabda5622c8f1fdc50b4b75985c f43342251bb1b98ca4af4d777651e80c2066df4b f733d4c25972bfb2e4dbc57cbb6add81ff312636 Package: ros-jazzy-mrpt-generic-sensor Version: 0.2.3-1noble.20250321.173205 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 470 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-ament-lint-auto, ros-jazzy-ament-lint-common, 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.2.3-1noble.20250321.173205_amd64.deb Size: 102692 SHA256: 7e1228e42d0b61fd4bf83bb6e47102655bfbbda7c7add42ff6798320280ac6d4 SHA1: 0d127eaf67e7750c8674ffc599b9a7044288cc5d MD5sum: 5361ee94bbb869c7df105fbfa9d13ef6 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.2.3-1noble.20250321.173205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 414 Depends: ros-jazzy-mrpt-generic-sensor (= 0.2.3-1noble.20250321.173205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-generic-sensor/ros-jazzy-mrpt-generic-sensor-dbgsym_0.2.3-1noble.20250321.173205_amd64.deb Size: 264480 SHA256: 41c5922a7c1618df009fd7080beb929f7d354510deb7c9735eb97f9101a8b62e SHA1: 15bddcc941aef5205d128bb00efd29e5eada9365 MD5sum: 7b921a4bccd5c58d5032f6c614141514 Description: debug symbols for ros-jazzy-mrpt-generic-sensor Build-Ids: 30fc50756d908bdf0637313d5bf001712a5daeb7 Package: ros-jazzy-mrpt-libapps Version: 2.14.7-1noble.20250321.172647 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1609 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.14.7-1noble.20250321.172647_amd64.deb Size: 435692 SHA256: ddb7acb38ff53e2784f6649a04bde33101e0bda2c75d8663aee607a313b28bbc SHA1: b8229a958201b4b4d039903250f7923bdef0f422 MD5sum: 48825fbfdbe4d12f317087135e4769e7 Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-jazzy-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps Version: 2.14.7-1noble.20250321.172647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9568 Depends: ros-jazzy-mrpt-libapps (= 2.14.7-1noble.20250321.172647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps/ros-jazzy-mrpt-libapps-dbgsym_2.14.7-1noble.20250321.172647_amd64.deb Size: 9356462 SHA256: 78c50bfee0897b9aa41608ed84742269d1d54845fd41d4568867b2f3e318c450 SHA1: b68d421cda0693a8d806422a77d81bd23294d176 MD5sum: bccedfe76a1e446929afab3598b2875e Description: debug symbols for ros-jazzy-mrpt-libapps Build-Ids: b8e2a29bf15cf120fe21873d73fc93be728e4cb3 bb0f5323a4348fb561140527c44bb5a8d417a8f6 Package: ros-jazzy-mrpt-libbase Version: 2.14.7-1noble.20250321.143330 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6051 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.14.7-1noble.20250321.143330_amd64.deb Size: 1115254 SHA256: 46cd8c57813b59d6db71b7154c02e35ff24aa72d18be021d176ce0c5db861eff SHA1: 68ceafe7846fa3f3347fdc7eb9ac316d4b66f656 MD5sum: 2991efe184c272380a2388ce772cd136 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.14.7-1noble.20250321.143330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7348 Depends: ros-jazzy-mrpt-libbase (= 2.14.7-1noble.20250321.143330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libbase/ros-jazzy-mrpt-libbase-dbgsym_2.14.7-1noble.20250321.143330_amd64.deb Size: 5916008 SHA256: 3b823a984b0eb9f56fe727088c0900cbc70447af38b99f1e208ad42cb15135f9 SHA1: 90f3048bc189daf1e2f45cbef19f6805e67e9d55 MD5sum: 91358f725f5bf0979186c578c17b64a4 Description: debug symbols for ros-jazzy-mrpt-libbase Build-Ids: 031b07291fb6e467fcad87031c6be9be22139b28 1e159ef4076fff281d82317e71b2e25641f78961 3e98a68510b0ec75607f63504c79525199e841ee 4d94482b9b6d356737ce260f17df5b14a176091f 4f84b4f96a9ad67a6392455588872260274b4a7f 6798b6075685879022b70ee156119f23da701370 81903ba1bdf82077fa7f955d51fe84df85264092 eaf0c53c91e72b5d112db9d5f6f9c03d3a9937ae fa985639d990ff7853719c0437c75ae757d34eae Package: ros-jazzy-mrpt-libgui Version: 2.14.7-1noble.20250321.155559 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2898 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.14.7-1noble.20250321.155559_amd64.deb Size: 814906 SHA256: 8ed93c008487def39a59b3749ec04c058382368fe542e10ddf4e3bd400d14276 SHA1: e6e63fced46e60de0d92d0a4b7176cab68e8063d MD5sum: 0b64e5b877437f7b2229da8f93addc81 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.14.7-1noble.20250321.155559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14862 Depends: ros-jazzy-mrpt-libgui (= 2.14.7-1noble.20250321.155559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libgui/ros-jazzy-mrpt-libgui-dbgsym_2.14.7-1noble.20250321.155559_amd64.deb Size: 14653126 SHA256: 5d894036faf932ec717c82d3b8123004df6cd913b40da81186513f8b74fdc918 SHA1: c893ed7825ea3d0f78c2868e104e7d987a70aa94 MD5sum: 3df3d17cc91b93451bf1138e3df6af0c Description: debug symbols for ros-jazzy-mrpt-libgui Build-Ids: a0322a6b3dc6fe4bf22b3ecd037553ce45563941 b1201d93b0634df76b01700b59ffb400ef2fb7d0 Package: ros-jazzy-mrpt-libhwdrivers Version: 2.14.7-1noble.20250321.171152 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5972 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.14.7-1noble.20250321.171152_amd64.deb Size: 1183790 SHA256: e4968ea06559953d749369fe2e71068da942d787f730d400523e01b008dcd336 SHA1: f96bfe848fc2f964e862fa584c5774798f2cff80 MD5sum: c4451e60ec1515ac5ead09ad5c85a597 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.14.7-1noble.20250321.171152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14076 Depends: ros-jazzy-mrpt-libhwdrivers (= 2.14.7-1noble.20250321.171152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libhwdrivers/ros-jazzy-mrpt-libhwdrivers-dbgsym_2.14.7-1noble.20250321.171152_amd64.deb Size: 13601144 SHA256: 4f766a8a9b5dde63e482c7cc43ba8200ab9f241e2507d38fe88a89fdcfaaaf28 SHA1: 058630ec0f10b4d5c182449749fa9802e5ba714b MD5sum: a9468e05eaad98a36b0c4e4b78754056 Description: debug symbols for ros-jazzy-mrpt-libhwdrivers Build-Ids: 568c4eafb325d0ce16c60271c69d42aaa2dda1a7 babeebcbc47f65a3f96ca7c196df8becbd84debb Package: ros-jazzy-mrpt-libmaps Version: 2.14.7-1noble.20250321.160932 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2833 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.14.7-1noble.20250321.160932_amd64.deb Size: 792366 SHA256: 81212ab7ce12f20125b323c6942a615eacaf1e13d014e3505b23c03361bd254e SHA1: 2b4c8a2108eb4fc0d9568855ab8f55c87f57f70d MD5sum: 40428ee278293812158b78b4870c5c31 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.14.7-1noble.20250321.160932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15821 Depends: ros-jazzy-mrpt-libmaps (= 2.14.7-1noble.20250321.160932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmaps/ros-jazzy-mrpt-libmaps-dbgsym_2.14.7-1noble.20250321.160932_amd64.deb Size: 15362338 SHA256: 0bacb1c66a1e0b9689efcd6dc9c1a50c630daaaca443b3b3996c7fa6e41bb746 SHA1: 51d77a42931f7e975803ee76880cc9aa192910cd MD5sum: bfbeab8b486475df27957c377f9d7362 Description: debug symbols for ros-jazzy-mrpt-libmaps Build-Ids: 8fd55b36122930b325353dd368731497c80f76e5 9b983f7105a9a5a0beb30323b6b0eea3c85a1ef6 Package: ros-jazzy-mrpt-libmath Version: 2.14.7-1noble.20250321.144302 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3438 Depends: libcxsparse4 (>= 1:7.0.1), ros-jazzy-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath_2.14.7-1noble.20250321.144302_amd64.deb Size: 881434 SHA256: 7b9ef4dc2ad7c292e63b6a77588776437326f3b567620d79ce2dfece6004c2ee SHA1: 8df99662f081505f20f438ca3f131f7d4b16cece MD5sum: 71b26e75a84efec8daa245248d4722b7 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.14.7-1noble.20250321.144302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 82868 Depends: ros-jazzy-mrpt-libmath (= 2.14.7-1noble.20250321.144302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath-dbgsym_2.14.7-1noble.20250321.144302_amd64.deb Size: 82980918 SHA256: 2a2d65295929dc1564b7a7e8e5c0c01aa10681e04c4a54c7ab1f995c4ec34378 SHA1: 92986658f1c4a7ce6400ccd1da849fde60df9e71 MD5sum: efbd2f5fb97800ab750a58ef1a66e05b Description: debug symbols for ros-jazzy-mrpt-libmath Build-Ids: 7942077693872e968760d85ac2970ae7ad12faf5 Package: ros-jazzy-mrpt-libnav Version: 2.14.7-1noble.20250321.163302 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1339 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.14.7-1noble.20250321.163302_amd64.deb Size: 390306 SHA256: 3713e849738324cb30842d72b5a765c9e6635bb39a46e11641adfa15b05f1d6c SHA1: 74f0132d9be847c491d26e36c3f8ea59fd3f1f73 MD5sum: 5582603cfb503956d76af1eb7ba3daf2 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.14.7-1noble.20250321.163302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7362 Depends: ros-jazzy-mrpt-libnav (= 2.14.7-1noble.20250321.163302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libnav/ros-jazzy-mrpt-libnav-dbgsym_2.14.7-1noble.20250321.163302_amd64.deb Size: 7129116 SHA256: 054da1d19254c02f2239e5d3644eb11e7a99a4bba3589533e462e28529ad68be SHA1: a3610d057d795de86db80a82673f937c5f5e7894 MD5sum: ebc4ddfbbda1e6fc06f19f05dda735e2 Description: debug symbols for ros-jazzy-mrpt-libnav Build-Ids: 3b6fa05f66c8955fde3d5a5772182419b7233351 bbf3612a1d8b2a840e1d00cbb52fa5389da9878a Package: ros-jazzy-mrpt-libobs Version: 2.14.7-1noble.20250321.155348 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2072 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.14.7-1noble.20250321.155348_amd64.deb Size: 701984 SHA256: aaf367273d987c9e03497a4c41f3277a61c5867d96311bedb9af3db4c32b8f74 SHA1: 6afd13bc3920412fe8fa37048fae1b5c6eebb450 MD5sum: fc08e818e4006b797e8d2049378de985 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.14.7-1noble.20250321.155348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9377 Depends: ros-jazzy-mrpt-libobs (= 2.14.7-1noble.20250321.155348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libobs/ros-jazzy-mrpt-libobs-dbgsym_2.14.7-1noble.20250321.155348_amd64.deb Size: 9063834 SHA256: 229ad1f68ae794c2842a6769edf9522808aa0ffcc4276e9c9996a95594316502 SHA1: 71dc47f556157228aac7ed68f030414cd49c6357 MD5sum: b73d0764423f36d8b586f6731c31acd5 Description: debug symbols for ros-jazzy-mrpt-libobs Build-Ids: 2dcd187c093ad55549479d57769942eb2f77c6cb 3627b277a32ce1a5acc31815ed8550edfd725f0a Package: ros-jazzy-mrpt-libopengl Version: 2.14.7-1noble.20250321.153411 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3115 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.14.7-1noble.20250321.153411_amd64.deb Size: 1251580 SHA256: 9b1971834736359986ba2cfcda99bce8511590f80c3441f5c1a6f70f78755f74 SHA1: e93c750516f8b74847c6ecb6f3e62c875fb2b8bd MD5sum: f2284d0312d823579e9ffd0c2dfd83fa 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.14.7-1noble.20250321.153411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14573 Depends: ros-jazzy-mrpt-libopengl (= 2.14.7-1noble.20250321.153411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libopengl/ros-jazzy-mrpt-libopengl-dbgsym_2.14.7-1noble.20250321.153411_amd64.deb Size: 14206670 SHA256: 26a65a1452232205347e7610b80a66d371965c455e03779328cd2f2f9b8bfcb7 SHA1: 382e384fe1bd5e88e525d03529e612a0425c33de MD5sum: 0c912566e91271e86411ba29252e220a Description: debug symbols for ros-jazzy-mrpt-libopengl Build-Ids: b1fe02153c2f3524e8d3b4531d18594689256c29 b45ed85c6480705b68862711e654374aaf1bfcd2 Package: ros-jazzy-mrpt-libposes Version: 2.14.7-1noble.20250321.150847 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.14.7-1noble.20250321.150847_amd64.deb Size: 462456 SHA256: b434f4212ffe3c9b3852db0f9f774b2ab0704b6794c4bce48541b7f294009216 SHA1: 6065bd03e1ed97ed6eea39caf56daa92ec8431ea MD5sum: d74a33f80fd960a88d6222b72efc4992 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.14.7-1noble.20250321.150847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 16602 Depends: ros-jazzy-mrpt-libposes (= 2.14.7-1noble.20250321.150847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libposes/ros-jazzy-mrpt-libposes-dbgsym_2.14.7-1noble.20250321.150847_amd64.deb Size: 16452950 SHA256: 97bf528e0ff254fdeb6d23ae175719736aaa05bee071037d8a90273e53a54b8f SHA1: 95c3aa9e9009a113cbf66713c7259a156626463a MD5sum: fe288b79c55d6abefde7662a1c4db3c6 Description: debug symbols for ros-jazzy-mrpt-libposes Build-Ids: 9782a849e7f2d42217d02c715ae0cf0f87f36146 f22193047fe428f91ee0efbad4af32cf4a393185 fc7d61b8b399a65a34df953ca2131f23b9198fa1 Package: ros-jazzy-mrpt-libros-bridge Version: 2.14.7-1noble.20250321.162647 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 274 Depends: ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, 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://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge_2.14.7-1noble.20250321.162647_amd64.deb Size: 84092 SHA256: a058680661574313242390f863825cb29080c9c59a0b660e8064752568b69768 SHA1: 14214baacd15dc05b0c2cdceb8b3909901ba54f4 MD5sum: f9a2a391195dbc3a8bb29fb377f172cb Description: Mobile Robot Programming Toolkit (MRPT) libraries (ros2bridge C++ library). This package contains: mrpt-ros2bridge Package: ros-jazzy-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libros-bridge Version: 2.14.7-1noble.20250321.162647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1719 Depends: ros-jazzy-mrpt-libros-bridge (= 2.14.7-1noble.20250321.162647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge-dbgsym_2.14.7-1noble.20250321.162647_amd64.deb Size: 1671206 SHA256: 590a8cf351a67fa1ed629d422b05b8fec0542f786d2b8e24d5ec4b9c51d233b8 SHA1: 846d4f1fd7e130de8fb775309ac120492fa140af MD5sum: 15e3354c20f73e3c514b7a0b3c781b04 Description: debug symbols for ros-jazzy-mrpt-libros-bridge Build-Ids: 4663b04ca986e1ba99abc77dbf6df5f1b92a44e2 Package: ros-jazzy-mrpt-libslam Version: 2.14.7-1noble.20250321.164106 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3196 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.14.7-1noble.20250321.164106_amd64.deb Size: 1005634 SHA256: 660698668bd20b2d630131111fe536442f7f3e9ce01d753a4755d5c576f6ba7b SHA1: 8cdf3cc46401b1529f709db7c692a44d069fba50 MD5sum: 5ba25e3bf3e8543c689413f4daf917db 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.14.7-1noble.20250321.164106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 41486 Depends: ros-jazzy-mrpt-libslam (= 2.14.7-1noble.20250321.164106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libslam/ros-jazzy-mrpt-libslam-dbgsym_2.14.7-1noble.20250321.164106_amd64.deb Size: 41327028 SHA256: 0194a55a1c7a89efa21e07c0b88c41e805537263641bbb4c7d11c47601e8a3a9 SHA1: d04afbebbf33f793b70eab64fd0a0774f06594ab MD5sum: 1ee35262f7759436102cd97e358b3966 Description: debug symbols for ros-jazzy-mrpt-libslam Build-Ids: 70743443ab1debbd79d165be9acb0dca87547dd7 8970079fa57f6ce7386b9035a8de6673a61ea23b Package: ros-jazzy-mrpt-libtclap Version: 2.14.7-1noble.20250321.144734 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 180 Depends: ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libtclap/ros-jazzy-mrpt-libtclap_2.14.7-1noble.20250321.144734_amd64.deb Size: 24036 SHA256: c733cdb87500439172b1a86f25c013bbf2b5b5c66afa97908c5d1b7439f72d26 SHA1: 6bb90293e5778e318d6709cef0909f6309ba8f61 MD5sum: 1eda1f41eeac4d210bc2752c880e81a4 Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-jazzy-mrpt-map-server Version: 2.2.1-1noble.20250321.170047 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 556 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp (>= 1.6.2), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, 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.2.1-1noble.20250321.170047_amd64.deb Size: 137640 SHA256: b8a9a0897d407859f1358f441d99d23672a99824984862c0d97df78088eb6755 SHA1: 668dfeec92c9147399f0f333e3486ab103002fea MD5sum: 37d79aaa347e8936ccb82aa4e36bdbb1 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.2.1-1noble.20250321.170047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 3169 Depends: ros-jazzy-mrpt-map-server (= 2.2.1-1noble.20250321.170047) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-map-server/ros-jazzy-mrpt-map-server-dbgsym_2.2.1-1noble.20250321.170047_amd64.deb Size: 2916868 SHA256: 9c8ee16b8d68dae628536f9723c15e62c1c6d910d9e24b286632208e9328e551 SHA1: f386d86c5720d6abcc4d61a8a8b7fc33fac6a317 MD5sum: af7cd7b0c34c26d158f80a68ce8eaad9 Description: debug symbols for ros-jazzy-mrpt-map-server Build-Ids: 991ddad578e6f9c3c1dd5166ff2c99a4b8d1db08 Package: ros-jazzy-mrpt-msgs Version: 0.5.0-1noble.20250320.224401 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3385 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.5.0-1noble.20250320.224401_amd64.deb Size: 252504 SHA256: 18dcd72e9b37dc7b882a1bd5dd545ff61dfb0904ccd71f518e19aadd9e2e0463 SHA1: 2170c3262be6de2ec7253ba25c25f147f9657166 MD5sum: f10089e2ae30f3952d99e40f2e50f7fc Description: ROS messages for MRPT classes and objects Package: ros-jazzy-mrpt-msgs-bridge Version: 2.2.1-1noble.20250321.163314 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 396 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.2.1-1noble.20250321.163314_amd64.deb Size: 36130 SHA256: ffbfbce5ce7c685385433229d897a779a92f8e3b447deab80ca5ebf442c7ffbf SHA1: 3f3e0108a4a3945aee2a2b276964d65dd647a23e MD5sum: 4278fccbeb2d79529d9e6206283291d2 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.5.0-1noble.20250320.224401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2893 Depends: ros-jazzy-mrpt-msgs (= 0.5.0-1noble.20250320.224401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs/ros-jazzy-mrpt-msgs-dbgsym_0.5.0-1noble.20250320.224401_amd64.deb Size: 2420962 SHA256: 6e582d0a6ebe04f589b7daa3c278df8d864bc4b5c018c7cdf71fe03672d0ff45 SHA1: 148e6c51d4467dc52e362291e01410f6a1138efa MD5sum: e005305602edaeae4c02bf8245467e46 Description: debug symbols for ros-jazzy-mrpt-msgs Build-Ids: 14d0d256f9e5c3f231d6b8e4125466b24263edef 17604b9b925e6449a9bf05b5c6b8a4a247834b2d 1f8a6980a2e9c99801243ee71d39cca0ec4cbcbe 760b4a162fb429d4682c55086914a01911d9031b a88591c95c62fd49f89f703df9fda0cafd57fa55 bc43ff0f631a641baee8d305fdc1833e3980166c c05ec97f22b15444ea11d32ecbed380d1c25a012 c9853e3e414f777e409c1b1c76b1088e54fa4a4f cf3d0d18ffbe388ee6ef6355c1e2a3420ce08a45 e762842234c9157652e4e2aa16ed1bd5cba06942 eb53d9bf2fd5dadadec5635bcd00a7e3ad53aa67 Package: ros-jazzy-mrpt-nav-interfaces Version: 2.2.1-1noble.20250320.225334 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 5487 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.2.1-1noble.20250320.225334_amd64.deb Size: 337494 SHA256: 8458a3840e09b77a9a07951be451e62a8b0253a9aa253e0f8b82d0970e16e826 SHA1: 533d4458a92955b92913a380d4e1e853a14c9463 MD5sum: c9fcfd69815108740cf98b7e26236c31 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.2.1-1noble.20250320.225334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3603 Depends: ros-jazzy-mrpt-nav-interfaces (= 2.2.1-1noble.20250320.225334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav-interfaces/ros-jazzy-mrpt-nav-interfaces-dbgsym_2.2.1-1noble.20250320.225334_amd64.deb Size: 2764632 SHA256: bee1b953cf13b758c64bf9830bb659b49a3527bbddd54e44099dba4950acd2e3 SHA1: cbebab64f6b2a112712488d544d5f711733f0bb1 MD5sum: 5551408e6d8abf04bfd15004384a1d2e Description: debug symbols for ros-jazzy-mrpt-nav-interfaces Build-Ids: 0f66bf937c5c185129a4410cd6c30c0e0e2b3354 35915f833ed8aedc841a9e776198816f1f6c172f 36397b1f856b998e82998221dc3ae6b2ff06d124 3c89c128e1c2e3880a754e5d31e44601c637b615 65932103b3d6229c500b038fb2ea1a545e57921d 81971257d667df2ba4218bbfe1c38933478137f2 8326ab543076d9fee52b3a1f570d3a4ac80020c2 836a89e244372b2bd69611f0b3c0979c0f3f3736 964f8f9ab0d70862df121c3033c85e785d52fc65 b6e77fddc94954d7ffb8b0a5a2b82b3278328fde d96f726e09a934ef9d45ea9008d67b9b1b3e1289 Package: ros-jazzy-mrpt-navigation Version: 2.2.1-1noble.20250321.172735 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 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-nav-interfaces, ros-jazzy-mrpt-pf-localization, ros-jazzy-mrpt-pointcloud-pipeline, ros-jazzy-mrpt-rawlog, ros-jazzy-mrpt-reactivenav2d, 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.2.1-1noble.20250321.172735_amd64.deb Size: 6026 SHA256: 989aaeeb769e97d850b590194a4075b883d93749443029b6c5952685d608726f SHA1: c232dc804c9fa534d582afb690fa4b2dd1b745f8 MD5sum: c685049078b734156802548fe9ac62bc Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-jazzy-mrpt-path-planning Version: 0.2.1-1noble.20250321.170451 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1316 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libnav, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mvsim, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning_0.2.1-1noble.20250321.170451_amd64.deb Size: 414088 SHA256: 5144a85beb4c98dafbcd5d2c225349fe72507802e9e66cdebad8579c351fe79c SHA1: e9b293a3fd17f0672dbda1b2b8d619c752419b9f MD5sum: 64743655b821cd025f2cfc3074fc25d1 Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-jazzy-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-path-planning Version: 0.2.1-1noble.20250321.170451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9347 Depends: ros-jazzy-mrpt-path-planning (= 0.2.1-1noble.20250321.170451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning-dbgsym_0.2.1-1noble.20250321.170451_amd64.deb Size: 9116694 SHA256: d930fd4eb5582aa55af0967587a472648805f916d65e351b67a91b9897b8f755 SHA1: 70de135e600d3c34d6016ca082a6dd76430889fa MD5sum: 56adcd2fa0cfe12f3893f9a374a1bac6 Description: debug symbols for ros-jazzy-mrpt-path-planning Build-Ids: 0de451b2f286d9f779475ad91f333c7c7c1eaa58 1586ef60dab27b73097cebe5056291b46a706fb6 ade8348a55974890ed1d7b6b2d8fd200827f2e11 Package: ros-jazzy-mrpt-pf-localization Version: 2.2.1-1noble.20250321.171523 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2848 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-pose-list, ros-jazzy-mola-relocalization, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-libslam, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-msgs-bridge, ros-jazzy-nav-msgs, ros-jazzy-pose-cov-ops, ros-jazzy-rclcpp, 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.2.1-1noble.20250321.171523_amd64.deb Size: 485542 SHA256: b5ba5d8567c83a1de784f08b70b1edb0fb3aafaad3457bc8cf8392c4c44a97f8 SHA1: f16cc8e24c11dff39570c91379fe16ce820a436f MD5sum: a6809d982b7482506bde8acb0c0b674a 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.2.1-1noble.20250321.171523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 10244 Depends: ros-jazzy-mrpt-pf-localization (= 2.2.1-1noble.20250321.171523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pf-localization/ros-jazzy-mrpt-pf-localization-dbgsym_2.2.1-1noble.20250321.171523_amd64.deb Size: 8631730 SHA256: 7f4bbe195609f09837ae58a3462b93b5d01a6ba0d70d76cb4aa413b895d1c9d1 SHA1: 5fc1d294ce0511238134190b05c39d0331856b7a MD5sum: af3d6e3b614d698a5b8d5ca355c49da8 Description: debug symbols for ros-jazzy-mrpt-pf-localization Build-Ids: 2edb57cebbe76bc8de2abc1929dad9a5a5338707 Package: ros-jazzy-mrpt-pointcloud-pipeline Version: 2.2.1-1noble.20250321.165927 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 851 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, 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.2.1-1noble.20250321.165927_amd64.deb Size: 177928 SHA256: 108acd2d2bd4e5583856d2cfc0fb766de871d77372827a0776b96ba06f846608 SHA1: 8a6346f4f78de4d84e94339b77d2e13429cd94f5 MD5sum: debae84e41134941b2ea8f9dc24bdb93 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.2.1-1noble.20250321.165927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 4377 Depends: ros-jazzy-mrpt-pointcloud-pipeline (= 2.2.1-1noble.20250321.165927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pointcloud-pipeline/ros-jazzy-mrpt-pointcloud-pipeline-dbgsym_2.2.1-1noble.20250321.165927_amd64.deb Size: 3803548 SHA256: 80e62334ad313f24cf6c13308eb938124c9f65bfa738413dca0523da3c182cc7 SHA1: 1dc4c9c7784d770ba8756977bac39c4011c796d4 MD5sum: c3cb4cf16957de7f91d815cdf4cbd0c1 Description: debug symbols for ros-jazzy-mrpt-pointcloud-pipeline Build-Ids: c7402217582f51f963579bc9c41af8602976cc46 Package: ros-jazzy-mrpt-rawlog Version: 2.2.1-1noble.20250321.163414 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 360 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-cv-bridge, ros-jazzy-mrpt-libtclap, 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-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-rawlog/ros-jazzy-mrpt-rawlog_2.2.1-1noble.20250321.163414_amd64.deb Size: 114242 SHA256: f40a43eaa47d01587db83b76701c3392130b2bd2f3a26a45290d3168f05a30f9 SHA1: 0070926b88bd09e81642c035485588b668e98565 MD5sum: 24a52eef55c1c25f513a92163c679b8f Description: Nodes and programs to record and play MRPT rawlogs or to transform between rosbags and rawlogs. Package: ros-jazzy-mrpt-rawlog-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-rawlog Version: 2.2.1-1noble.20250321.163414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1965 Depends: ros-jazzy-mrpt-rawlog (= 2.2.1-1noble.20250321.163414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-rawlog/ros-jazzy-mrpt-rawlog-dbgsym_2.2.1-1noble.20250321.163414_amd64.deb Size: 1874850 SHA256: 01f6d901de874e29a7c674140376fd1662edb0974b8ac63b8d2f03363366fc4d SHA1: fa973caba9854c04c969ab467e64645d28d85ff3 MD5sum: 5477aa58f6b8c19c42dee32eff5fe121 Description: debug symbols for ros-jazzy-mrpt-rawlog Build-Ids: 4b4fa70910452a8c95b5dedd3b6a9e8f48ba7dbe Package: ros-jazzy-mrpt-reactivenav2d Version: 2.2.1-1noble.20250321.164450 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2010 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-mrpt-libros-bridge, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-geometry-msgs, 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.2.1-1noble.20250321.164450_amd64.deb Size: 325076 SHA256: 84551b0ee5999f6272c977fda66d027d6db79c0698b63daad5b07ce86d32e9d1 SHA1: a918672ec692191bcdcefb03636bb0ee4eb36c84 MD5sum: 2fb93beb07e65b05db921d51758aecb7 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.2.1-1noble.20250321.164450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8888 Depends: ros-jazzy-mrpt-reactivenav2d (= 2.2.1-1noble.20250321.164450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-reactivenav2d/ros-jazzy-mrpt-reactivenav2d-dbgsym_2.2.1-1noble.20250321.164450_amd64.deb Size: 7236516 SHA256: 6755c82bad6e3dce49e600bc83a3237af3eefe4bdebdf6f43e1f95e9aec09358 SHA1: 8c844ad636db16fa97a7a1b02515aa2aaea32b39 MD5sum: 9212f203026117933115127a481d21ad Description: debug symbols for ros-jazzy-mrpt-reactivenav2d Build-Ids: e4569e7269e95a0f2701d3b8dcb14819aee47211 Package: ros-jazzy-mrpt-sensor-bumblebee-stereo Version: 0.2.3-1noble.20250321.173212 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 551 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-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, 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-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.2.3-1noble.20250321.173212_amd64.deb Size: 127816 SHA256: 43d8cb534f6c3957a114bb17dc7d2b155fdd642db6f9aa9f72c60adf81fd12e7 SHA1: f195121a43438ed5e7bd5f48e91de796929166d7 MD5sum: 32bc45a0261ea2e694db67a225bdfa67 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.2.3-1noble.20250321.173212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1023 Depends: ros-jazzy-mrpt-sensor-bumblebee-stereo (= 0.2.3-1noble.20250321.173212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-bumblebee-stereo/ros-jazzy-mrpt-sensor-bumblebee-stereo-dbgsym_0.2.3-1noble.20250321.173212_amd64.deb Size: 844268 SHA256: 83213eb5aa156203ffa0d5cb57cc268cdf760b185932a0c091c0d741d773ea4c SHA1: 4d35980a74879d3ad2c21380e55f79251bdc9eb5 MD5sum: 3c84662ccb2f270b2fc1f4824502585b Description: debug symbols for ros-jazzy-mrpt-sensor-bumblebee-stereo Build-Ids: 42daf29e17c564cf4cac0e1b34d63a65f32ec1cd Package: ros-jazzy-mrpt-sensor-gnss-nmea Version: 0.2.3-1noble.20250321.173229 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 651 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-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-nav-msgs, ros-jazzy-nmea-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-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.2.3-1noble.20250321.173229_amd64.deb Size: 149784 SHA256: dbb0a8960506e4ce1b0a09f65554b1b6217d25a6d91ba30018f167b4abd04678 SHA1: 8cab6ed71edd15acf858336eece30a5e3d39f36b MD5sum: 31591a20d3a36fdda67877b8b97c7a9a 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.2.3-1noble.20250321.173229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1725 Depends: ros-jazzy-mrpt-sensor-gnss-nmea (= 0.2.3-1noble.20250321.173229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-nmea/ros-jazzy-mrpt-sensor-gnss-nmea-dbgsym_0.2.3-1noble.20250321.173229_amd64.deb Size: 1479056 SHA256: 2b04df72fff9fb14b7b736288f2c0bfdb3ab26ac7e4d710cd1a216a07be0706e SHA1: f0cf0e408a4c9ed171e90ed941fbd9613d5a8c92 MD5sum: 90897f8744b4a71bd2b90fcc1867b881 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-nmea Build-Ids: 59c1850803d71903d272444f32ac38db3214d94c Package: ros-jazzy-mrpt-sensor-gnss-novatel Version: 0.2.3-1noble.20250321.173302 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 517 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-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, 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-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.2.3-1noble.20250321.173302_amd64.deb Size: 123110 SHA256: f2acad2adbcc1f59e85fcc6e64e61e1b9af0c2e65731893b3c5d287876d7ed9b SHA1: c1655225020fd3cd3bf4d1c5347fc90f3624d59c MD5sum: 560701bee1833b33f2ce594ea1e26c8b 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.2.3-1noble.20250321.173302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 903 Depends: ros-jazzy-mrpt-sensor-gnss-novatel (= 0.2.3-1noble.20250321.173302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-novatel/ros-jazzy-mrpt-sensor-gnss-novatel-dbgsym_0.2.3-1noble.20250321.173302_amd64.deb Size: 746376 SHA256: 58c9b096098c55938e4e63873b1554ea20d9e54bdfa2626a4a13e97412ffefd1 SHA1: fbfef891fcfe949b2cc8288d4c9dc7b45c88390f MD5sum: eaea996fda32e86ea45797d354a08870 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-novatel Build-Ids: b77c46a09c9521a4d8cc42540d6b08433f19ffea Package: ros-jazzy-mrpt-sensor-imu-taobotics Version: 0.2.3-1noble.20250321.173304 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 479 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-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, 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-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.2.3-1noble.20250321.173304_amd64.deb Size: 105686 SHA256: 72704c32e4f21a8628025156df1db039be41276ccf7c33c6906feb536b8ee5f0 SHA1: 41ad4dec2b7dc3e084ad0dca641d92961b531ace MD5sum: f41eb91c986021b31b2e62fd8cb83805 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.2.3-1noble.20250321.173304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 441 Depends: ros-jazzy-mrpt-sensor-imu-taobotics (= 0.2.3-1noble.20250321.173304) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-imu-taobotics/ros-jazzy-mrpt-sensor-imu-taobotics-dbgsym_0.2.3-1noble.20250321.173304_amd64.deb Size: 291644 SHA256: 6fe28d7667f98476173989c78e9356b4885186682e3ce766b75e8c98808ea6f8 SHA1: 42eef608f562e1f12e7cdddff09dc97bde1b373a MD5sum: 811ca19dfa5d41920b3d4f986e421976 Description: debug symbols for ros-jazzy-mrpt-sensor-imu-taobotics Build-Ids: ad0c37f5e7e478f799ede940c0183b14dafa30cd Package: ros-jazzy-mrpt-sensorlib Version: 0.2.3-1noble.20250321.172640 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1938 Depends: ros-jazzy-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, 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-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.2.3-1noble.20250321.172640_amd64.deb Size: 105856 SHA256: b87ecdb3b006670e3bb7a7bb1ecc4554c27b6324389d9faf3776c6d4dbf03840 SHA1: 410374fc6816fa7f0946488259081c7962f4193b MD5sum: 4c77008d5dfe4e776a66b0fcadaa8502 Description: C++ library for the base generic MRPT sensor node Package: ros-jazzy-mrpt-sensors Version: 0.2.3-1noble.20250321.181637 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 Depends: ros-jazzy-ament-lint-auto, ros-jazzy-ament-lint-common, 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.2.3-1noble.20250321.181637_amd64.deb Size: 5494 SHA256: 471e1048696b00148fd178592e54b480fdbd48763ee7f4f1829664694404c7fe SHA1: 07645f9733025f1dd4c280aad96a85402633a3e7 MD5sum: af4b78f63c99243b379a5b86967ebb34 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-jazzy-mrpt-tps-astar-planner Version: 2.2.1-1noble.20250321.171500 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1233 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-path-planning, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-libnav, 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.2.1-1noble.20250321.171500_amd64.deb Size: 236250 SHA256: da2232fd2f1ed1f6a7673937a79bce941b6c22051401f769457db97f42546c93 SHA1: 71d3a51df5849cf694990eaf181603db77a06412 MD5sum: 933dde1830907c863c0663185c9eddd7 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.2.1-1noble.20250321.171500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5870 Depends: ros-jazzy-mrpt-tps-astar-planner (= 2.2.1-1noble.20250321.171500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tps-astar-planner/ros-jazzy-mrpt-tps-astar-planner-dbgsym_2.2.1-1noble.20250321.171500_amd64.deb Size: 4976350 SHA256: d221a69ceffdaf226fa4bd38bc0d1f57965c7b1b89f0133ba4b914a535c4e3ea SHA1: 93d20c0aaf1e73c457797c7b9838d7d1ce523a75 MD5sum: 4223cb91d5ea30811ebcd0d0ecbf68ec Description: debug symbols for ros-jazzy-mrpt-tps-astar-planner Build-Ids: 08fa5aa26f878b151b0160d1302844ee77d24122 Package: ros-jazzy-mrpt-tutorials Version: 2.2.1-1noble.20250321.170446 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 7047 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.2.1-1noble.20250321.170446_amd64.deb Size: 5992706 SHA256: 8628f3cc2b9629a270e5a8978fdec72b1dc19df80438e0e4efbd0ca3b561b128 SHA1: 1aa3d1840a7fe7e2aadfda43b480f51282189ff6 MD5sum: e0b11fb75b2c52b2affb76ebd323a41c Description: Example files used as tutorials for MRPT ROS packages Package: ros-jazzy-mrt-cmake-modules Version: 1.0.11-2noble.20250320.183143 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.20250320.183143_amd64.deb Size: 68074 SHA256: 95a38b670e11c5a852bac212d0f38079a68e85c8e58e321f3aa7380e6f1328c5 SHA1: a4ddd799cf5e41cc451425a38a992359dfa07849 MD5sum: fe42fc94e254104f0976e08ba09331dc Description: CMake Functions and Modules for automating CMake Package: ros-jazzy-multires-image Version: 2.4.5-1noble.20250321.143334 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 570 Depends: libboost-filesystem1.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), libopencv-core406t64 (>= 4.6.0+dfsg), libopengl0, libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5opengl5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5core5a, libqt5opengl5, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-mapviz, ros-jazzy-pluginlib, 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_2.4.5-1noble.20250321.143334_amd64.deb Size: 128790 SHA256: d0761a1c0e65ab339b9a5ec6c427d48adafed98eb7b06f8fbba2bdc416c67bee SHA1: 5f51e69c79aa5a63e22c1b22fdc7e9aca352de61 MD5sum: 1cc5d45690ef2a5a7f022862e1c8bdf5 Description: multires_image Package: ros-jazzy-multires-image-dbgsym Package-Type: ddeb Source: ros-jazzy-multires-image Version: 2.4.5-1noble.20250321.143334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5111 Depends: ros-jazzy-multires-image (= 2.4.5-1noble.20250321.143334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multires-image/ros-jazzy-multires-image-dbgsym_2.4.5-1noble.20250321.143334_amd64.deb Size: 5070786 SHA256: c2b54ef9c3e66b93833f006a9203c8e21e01213742a414551664ec1fea88717c SHA1: b8a240e272eedd89653abc7e1433d00e428ea085 MD5sum: 7bf5ab81e56fe689f051e7ddfa2493f3 Description: debug symbols for ros-jazzy-multires-image Build-Ids: 1771670072fdf30818880dd76cf886c3bd23be08 88908f150bb10b72924aba5d737cb1b7f0bd4730 Package: ros-jazzy-multisensor-calibration Version: 2.0.3-1noble.20250328.212836 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 20057 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), libqt5core5a, libqt5gui5, libqt5widgets5, 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.0.3-1noble.20250328.212836_amd64.deb Size: 8690662 SHA256: e25c4eb56675cf3942a96d8b42852ad02c4b5dcbdaa185848b375e0f7e833d39 SHA1: e348be0740bcf6c7ec461c250091402009eb3c7c MD5sum: d7360e7280fc4d9ab765b5c4478a7a1c 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.0.3-1noble.20250328.212836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 101224 Depends: ros-jazzy-multisensor-calibration (= 2.0.3-1noble.20250328.212836) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration/ros-jazzy-multisensor-calibration-dbgsym_2.0.3-1noble.20250328.212836_amd64.deb Size: 97328142 SHA256: beda68183b62dd092bedd7b90a79398cf30214ae044249c990288a67c97354b4 SHA1: 94ada814dd01e2b052f14247ffcbac1cfa1674b8 MD5sum: 1c6d5538f7b99c626b4b69c86f583e0d Description: debug symbols for ros-jazzy-multisensor-calibration Build-Ids: 13df797a6f4d953744d44e6817a51b5ac19cca99 1c722327acc69272f7176742d879766f658243ba 5e4860abda2e60b04f9c2cf19f0f7adef06fbf68 5f55ababe32e5765556aea6dacf66bdac903d0ad 66f149c16c926930b315041de7ea1b40a211a75e 8e18c6ec79ebcad4ee254076fa66098028d723d3 8e5fc3425b97b0939ece759c1abc7c6061d4188d b842090500cbb546cf1accbc900202c10281b601 fcdfd6fe09fd6e0681718ef308b1424204313161 Package: ros-jazzy-multisensor-calibration-interface Version: 2.0.3-1noble.20250328.212223 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 5846 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.0.3-1noble.20250328.212223_amd64.deb Size: 345894 SHA256: 492c2c5813a45ee2850e5492eae078d6aa1034e2617f75b2a535057e28a9af73 SHA1: 8c42e495059bd79e32191ba50432f9c7936fdbc4 MD5sum: 5fdc2adc923e18d06adbe94378a817c9 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.0.3-1noble.20250328.212223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 4294 Depends: ros-jazzy-multisensor-calibration-interface (= 2.0.3-1noble.20250328.212223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration-interface/ros-jazzy-multisensor-calibration-interface-dbgsym_2.0.3-1noble.20250328.212223_amd64.deb Size: 3346392 SHA256: 9e4bf446b4eb97172d8a6377fb4177af57e2936e8c4f59565a1bc1fab747fbac SHA1: 063b54a4ffb75a95a28ae5e5892df95524123816 MD5sum: 86d4e3935bcba01c0d2365d3aab9f651 Description: debug symbols for ros-jazzy-multisensor-calibration-interface Build-Ids: 04f23df96582cfb7749e124d707e0ecbc745024e 1b90205e688af2bc4c5b5f836824bea935aeab55 28b8f8e939b7043613ed6d0f237d4ac19d3e9f3a 3375beb18bc34575e95b5b04a682ba3de05a4f47 527d1bb87f12ad271f1dd36f34e1c43d497e9d9f 72325a7f36349e9921641c7b64726b30b53fc242 757b975b0bc552d6f6a32dbe79633a95b1907395 9c1216ecc8a68107ed0950ce6b8ec11e11dbd2bc aa5e4bb61ba16a33405fb89b5cba9fd1767a836f aaeaad018f106fd4a9879c4df7c739f28699968b b2e73bf7520c2f9d1017bb560c63911645ce38d2 Package: ros-jazzy-mvsim Version: 0.13.2-1noble.20250321.164658 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13116 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, ros-jazzy-mrpt-libros-bridge, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, 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_0.13.2-1noble.20250321.164658_amd64.deb Size: 3054014 SHA256: 36d6d02ad3f362828def048745f12084652265a25b187e4471e6e247fc457093 SHA1: 9e4e42a82aca98fe982c8a7f24fccb807c183982 MD5sum: 716eb7794cea8b23139cc8adb12d18d8 Description: A lightweight multivehicle simulation framework. Package: ros-jazzy-mvsim-dbgsym Package-Type: ddeb Source: ros-jazzy-mvsim Version: 0.13.2-1noble.20250321.164658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 31193 Depends: ros-jazzy-mvsim (= 0.13.2-1noble.20250321.164658) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mvsim/ros-jazzy-mvsim-dbgsym_0.13.2-1noble.20250321.164658_amd64.deb Size: 30066880 SHA256: 9531e44456d210f030a6e6c84de24289d2e148064388106173efc69d279b8546 SHA1: e3f2dcf76bbbe426bdf165e6f58418ff8a580c75 MD5sum: c8b54daf741e5d40891c03c9f814cef8 Description: debug symbols for ros-jazzy-mvsim Build-Ids: 3f8c7586cf3b54509f99c1886c493d8398f8b118 68e4daa038f5c3b4ee59a54fda04ee1903b27b51 8d889d64d6efa41625140d04c6769024d1142e91 9a64fadabd540adfd7d9dfe03c01bfab76c80175 9fad1baee005993741bff53c9f4849944badad2e Package: ros-jazzy-nao-button-sim Version: 1.0.1-1noble.20250320.203849 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.20250320.203849_amd64.deb Size: 7362 SHA256: b1f899de115d4dbde21eaf151ffe3e8261f92540b93e2c0a8100b9202ce98410 SHA1: 7451ee93c5cdb4bcf9cf9a371dcaed9dce6375eb MD5sum: f8d3e000cf717a2f187912ed57bbaa67 Description: Allows simulating button presses through command line interface Package: ros-jazzy-nao-command-msgs Version: 1.0.0-3noble.20250320.221751 Architecture: amd64 Maintainer: ijnek Installed-Size: 1750 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.20250320.221751_amd64.deb Size: 126536 SHA256: ea8c143ab2d032c42f17523b18947fa92a613899059be5a2a286d047c2adda28 SHA1: 1024658d95f23d55ac0dd0f006dd61d4984f33eb MD5sum: 1b1044176c8d86f7131a2672ec350383 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.20250320.221751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1358 Depends: ros-jazzy-nao-command-msgs (= 1.0.0-3noble.20250320.221751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-command-msgs/ros-jazzy-nao-command-msgs-dbgsym_1.0.0-3noble.20250320.221751_amd64.deb Size: 1078024 SHA256: e785b4c9e6c8ef8b5cca8af377b669abfac1a91448ab19e630ea37d0374ae1f1 SHA1: 9b489c5bc6364719eab236f37dd8ef75dd52f045 MD5sum: 0bce78cbd3ab543c3a53df5f33eeecc6 Description: debug symbols for ros-jazzy-nao-command-msgs Build-Ids: 2b72c4f05c4ce38006a4939f4a7478643d3919e3 2bd99fd9091a03711c8f008cf7efbe786aaa0a67 4cd22b53ffadc069958658d351e88c0aa8eed14d 6c918f58d20e8ab19bb04707a9619ce9820c3103 8b938462faada58e432aa21d5ae126dc720b2171 95f27dc4b3c755473a5baa1b4ef83a681a55d199 a4bbe22feebbf715ea5518e9f297abb6a5fb65f7 a6c512a6a5b15d3fc456e5f0557f9f8feaa7e430 bb33d0bc58e3afa021298f8950f94cbbffff4492 bfbb3ae0410de4079d68a1c9bd499ae287b8e6f1 f1c85a9467b62a92695e4228d842757964f8ebb7 Package: ros-jazzy-nao-lola Version: 1.3.0-2noble.20250321.134348 Architecture: amd64 Maintainer: ijnek Installed-Size: 3526 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.20250321.134348_amd64.deb Size: 441702 SHA256: f2f626df0083db4ee385a882b4b3069ff6aac543f1846618116aa989bc4ca177 SHA1: e4688392ab0c30709bd1a3bb9405f75b7f4aa811 MD5sum: fa68a4f4d712ba2e8ac6770a32db28d2 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-jazzy-nao-lola-client Version: 1.3.0-2noble.20250321.133426 Architecture: amd64 Maintainer: ijnek Installed-Size: 3745 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.20250321.133426_amd64.deb Size: 466344 SHA256: 1181263f4707988da3c941e5150c4d81822fd3735f8adc8e21bb0340f64ef049 SHA1: 82aba2c8b7a9c3f289e9ba62d43954fbfb6d1ce6 MD5sum: 0ef70f57c4754738617ea1cb65b8f903 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.20250321.133426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15609 Depends: ros-jazzy-nao-lola-client (= 1.3.0-2noble.20250321.133426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-client/ros-jazzy-nao-lola-client-dbgsym_1.3.0-2noble.20250321.133426_amd64.deb Size: 12202264 SHA256: 7782ded945e82b809512f54d524b9b82848db49636be3ea3899af92b315d3e79 SHA1: 6a6ae8557f79fbaca427bf29b23bac8462ef6f73 MD5sum: f4cad69e4ce193e2dc20dbf901e6b222 Description: debug symbols for ros-jazzy-nao-lola-client Build-Ids: 78adffd178a481c0ee8b4890ba76af5105a1698b a20acf8b781d0e3120e9c72a0277147d659fb92d b83b04d177fb852c2582aa100dfbfba76920b07d cd0b1cd1144c488247acbf3faeef209029006418 Package: ros-jazzy-nao-lola-command-msgs Version: 1.3.0-2noble.20250320.221815 Architecture: amd64 Maintainer: ijnek Installed-Size: 1813 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.20250320.221815_amd64.deb Size: 127054 SHA256: b03e76daf357e501e61b170503b5e4c23bfc2799d56b9f18d2f9535118b62f01 SHA1: 97cee8b8fb04692dbac4546b88e39a6d5fa6f8d3 MD5sum: ab7a41c16193df73f5cd7d2d10c20e0a 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.20250320.221815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1357 Depends: ros-jazzy-nao-lola-command-msgs (= 1.3.0-2noble.20250320.221815) 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.20250320.221815_amd64.deb Size: 1073960 SHA256: 4572ebfe33fed1c672e5a136a7696a89857afd4661b2decd3d4caf0bb26e7775 SHA1: aea3cf04ac1b3f241df35698d338b606c5094cf7 MD5sum: 737c3e1a511444596bc268cbf358549e Description: debug symbols for ros-jazzy-nao-lola-command-msgs Build-Ids: 1652090854c38afac6bef4d088083995cc55d728 18c55d06f107eea515920a474c0256acc55af86c 314e7719f30f0760e88b7292a245223461a54af0 47ce24dca9740fa801609f5d43d900b8f877163d 5091cf8a94911fc70d4aaabca51d07d824ec9f8b 53dd3205d82dd65f61487390f964ba6b1fc6a7c3 5afbd7af582fd650b3675d411164029bc878735b 8c67c372e193cf914a04edb45bd50abee5ea1452 9685f2f07d9eb944e41f53fa225481b73c591c26 dcec706c9c49131159748c232300dc2e26537d0b f6cf390ae1e92895f33568e1a656673227d31da6 Package: ros-jazzy-nao-lola-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola Version: 1.3.0-2noble.20250321.134348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14807 Depends: ros-jazzy-nao-lola (= 1.3.0-2noble.20250321.134348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola/ros-jazzy-nao-lola-dbgsym_1.3.0-2noble.20250321.134348_amd64.deb Size: 11530424 SHA256: 4830314c3f049626fd4073ada3556477d6ce37f032450b4876744484dc44dc92 SHA1: bf396075ee48bec1347f12f0693ec6bef52b9832 MD5sum: 4f5f251a9d1df9313254747a92ae5d29 Description: debug symbols for ros-jazzy-nao-lola Build-Ids: 032e793ffe587a285ad302877deec38679b83346 4a298334a6046488c84578f16aaa99903884702f 9b40c1c27de4ff1133bb94a3352a27940bc67427 Package: ros-jazzy-nao-lola-sensor-msgs Version: 1.3.0-2noble.20250320.203551 Architecture: amd64 Maintainer: ijnek Installed-Size: 2096 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.20250320.203551_amd64.deb Size: 143942 SHA256: 21f98a5216cf0f0b8b80482f490de3f6593ac1a9a8e74a853c4ee75b1430ff43 SHA1: 1d69683274d43505333d80db6955c52ff8c4c910 MD5sum: 5e2abe0442bb8a4f151dad4e35bd9e9a 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.20250320.203551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1568 Depends: ros-jazzy-nao-lola-sensor-msgs (= 1.3.0-2noble.20250320.203551) 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.20250320.203551_amd64.deb Size: 1248324 SHA256: de7fa82ecb947513f9c12957de23ace04294f3e6981c4d453356b52e9f78cf50 SHA1: 157bd23f0852b5a0c24e48418cd5b10c277c0c13 MD5sum: e1d2217f6e74d0e5e605888989ac7ac1 Description: debug symbols for ros-jazzy-nao-lola-sensor-msgs Build-Ids: 0af9b0b646068472cb626f776bb7529035ad34c1 0cf3949391fdf37d814fba332f519e273c0eee3e 1c8fa31c5f7b94e368457caeb55be3a9f13e1a0d 2d19669adc198f07deb11ad338dd003a5b5a320c 4ae4864de2493f0dec58484427a90ea3037d7f60 70e43ce644edc40ef92f01a7a747281e3ac6d756 99157d31ccfef34412be959f0614406de279ed46 ed44a6ef0a3b0d79d835398f8cac7374116d1ad3 f661da073c3545f6fe3d1798108b474249bcf288 faa0d65063ac180cdfab0a075b1439d43dcfb3c0 fb0a1a18fb94857b46794448737a305ac463624a Package: ros-jazzy-nao-sensor-msgs Version: 1.0.0-3noble.20250320.203558 Architecture: amd64 Maintainer: ijnek Installed-Size: 2037 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.20250320.203558_amd64.deb Size: 142962 SHA256: f3682b7311dc636a193af7f5e57ac899055cc434d523b3ee434346d49c556dd8 SHA1: d780e7a87fd34ac6f405ef4dfecf794d54fabbac MD5sum: 5cf4f0adc42a46a825ffe4e34aba9025 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.20250320.203558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1564 Depends: ros-jazzy-nao-sensor-msgs (= 1.0.0-3noble.20250320.203558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-sensor-msgs/ros-jazzy-nao-sensor-msgs-dbgsym_1.0.0-3noble.20250320.203558_amd64.deb Size: 1248950 SHA256: 4111df169caa1eb48d0451bae4f22f269ba7be77503686f888146b0db2f273ff SHA1: c57aa522f14b499c5293b01d7b34ba76b21fe227 MD5sum: 2f2b94ecc71471479008d331fe2d977a Description: debug symbols for ros-jazzy-nao-sensor-msgs Build-Ids: 05bbbe44923fde384bd27d7fa33dceeb01e435ab 07ecee91f90543af1a538753f78febf00f95d70a 4bf0622dff6af37256ae54821d61998fa27b3921 4d64a67cc888731eaf9c2f700e01276ab0912f72 6dbcd10fe35c43944d9b58fcc967d596a9f06f99 b8f9ecc19adaff1e2ce1b6447d3105b682ae880a ce1e8c4cb73b83470a2ee493b77605d884029859 e536b766454261b51ec686f5ef1959b810b9ea95 f40df0dc84e38d30360e4a76581bce7a6aee406b f86e617825242eed2873959d38b5649397f4e938 fac7f0a57a656db2e70298826280ffe5c3b042dc Package: ros-jazzy-nav-2d-msgs Version: 1.3.5-1noble.20250320.223454 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 990 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs_1.3.5-1noble.20250320.223454_amd64.deb Size: 78478 SHA256: 948ca733e325ce426fb0d55ca12b91b4670cf6c1960f701efdb788b9516c34e2 SHA1: 595e5457860add012a17f08d25ebe975e6bc78f5 MD5sum: 825947e9743cbfda1a8756ff7efe6b30 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.5-1noble.20250320.223454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 780 Depends: ros-jazzy-nav-2d-msgs (= 1.3.5-1noble.20250320.223454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs-dbgsym_1.3.5-1noble.20250320.223454_amd64.deb Size: 612590 SHA256: f5ebba4fd6e59bd82c96c6ecb2438ea8fc538a4fdcf3708edcb730f213c6f2c2 SHA1: 638e5fd0d65afe4355976ee261527d25b3eb4116 MD5sum: 353f8f24af9f59ff03285e87784996f6 Description: debug symbols for ros-jazzy-nav-2d-msgs Build-Ids: 2833e2bac9a7c98e4ff428df5b69df3d7a707c15 2cb20f37b17b6b7ba7f2729fad51dc4b7350f819 4f63f5eaf2150c5dccadb876808f2cd6c2de13a9 523e40711b24e23fb96fe0b8b6071f0ec28686b0 62c85b5d569c8b396908e4346f19c82011259414 7ec5dcc7a631e439555e1515c237a082219829e5 a36b37945d33d4dcea375025e92a238feb260f3f a6f7624e661e83d47db1aa4d690f9bfe074012e4 b300875c5d26b6d0ffd8d2794b6784e3551c7e6b ba263c7a2a5a2d95d724964ace54eea5924d281c de850a20dad2e0b709f65f69bc29bf11363290c1 Package: ros-jazzy-nav-2d-utils Version: 1.3.5-1noble.20250321.143933 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils_1.3.5-1noble.20250321.143933_amd64.deb Size: 23970 SHA256: 03f27c1aa55f7602b3d49482927112e8dc796f3f587d86cc8f09f8b7b4f0ec35 SHA1: d855637dc80ff75906c4257874adbd29e3538116 MD5sum: 23d48448f89bf03c646694487c5c93cb 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.5-1noble.20250321.143933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 351 Depends: ros-jazzy-nav-2d-utils (= 1.3.5-1noble.20250321.143933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils-dbgsym_1.3.5-1noble.20250321.143933_amd64.deb Size: 323654 SHA256: a2c6f2d27d834a0c08e7fdd05c7bc37f1c53849a5ffed5954ee6d2aa60c90efd SHA1: 9b0fa05e3588eb9386e2776d5699ad4377d7149c MD5sum: 4575706a6854a5666987b445c860cc37 Description: debug symbols for ros-jazzy-nav-2d-utils Build-Ids: 4f594f2e3043226e1f79034512c7b63caa9f1e70 5e3aae651fe33ad571acce123e3c09760b5417ac c1de75e2dc4f1b42e0b7a64a06d3b28049d6394f Package: ros-jazzy-nav-msgs Version: 5.3.6-1noble.20250320.223540 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2781 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.6-1noble.20250320.223540_amd64.deb Size: 216416 SHA256: 25b617d4735e1274ec54a3b00463e7170848d62b1686d4b58c7aa27b6ccd92a9 SHA1: 60c768f217eb1e96039cc765bcea82b34de9e75c MD5sum: ba9abaa253d3b8e4ee17447cfb74a708 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.6-1noble.20250320.223540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2344 Depends: ros-jazzy-nav-msgs (= 5.3.6-1noble.20250320.223540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-msgs/ros-jazzy-nav-msgs-dbgsym_5.3.6-1noble.20250320.223540_amd64.deb Size: 1941524 SHA256: 4027c7936a07cb90af279005d59f9b272524ea68602100a786636ba776137fc0 SHA1: 7db5e3cbbecfc17c830064d7cb71ed246c499591 MD5sum: b7ba3486352e5d137269268a052f4d5a Description: debug symbols for ros-jazzy-nav-msgs Build-Ids: 2768b1afb7502e2a06352b9eaff1b253da195e26 2b8ceb323f9c6a33c57d7775b530a0bd5f8d26c7 483fac28707f5f37d7951d80855f15593573b860 4d00cd175a574a558c095cc428040b06d4d62498 5152395c4d84179f3462518cd2d71c065934e890 6141daa7c7359ba14ec2635f5302d50ad712cc77 a1bb5daf504571d4aef37ed0b0e4b763cf59aff3 ccfa328c140f640a0ab4318f4aa5d71ad84db39b df13bd827631078476ef921ff3b9beb7d2e6ba9b ebe62a5bb9cf577b90ea5b001b02e74e76549366 ec4dc896e205f67533050ab3d2ec108ac0c9eccf Package: ros-jazzy-nav2-amcl Version: 1.3.5-1noble.20250321.141853 Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 1744 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl_1.3.5-1noble.20250321.141853_amd64.deb Size: 372880 SHA256: 0c833b0c8a452e0733051bde196c40f551499eaf74ae98c9b037151b54c9d7c7 SHA1: d6ef8cfb1b5e796b5bfc7926e04414cc9cdd7962 MD5sum: 63f44a078473600eec0eb89de4157e37 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.5-1noble.20250321.141853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 7421 Depends: ros-jazzy-nav2-amcl (= 1.3.5-1noble.20250321.141853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl-dbgsym_1.3.5-1noble.20250321.141853_amd64.deb Size: 6388744 SHA256: 1aa36c71be62235ef0fc84ba852c42d2e1ab312a6e98864e029921c6967994a4 SHA1: c7f18e0096d4fc8d95e62822690af9a6613aeb96 MD5sum: d935202f16045045a63ebcb96436a040 Description: debug symbols for ros-jazzy-nav2-amcl Build-Ids: 076f43083cd1f07bf0945f1c2c5494206f59804f 469dd1b72a420f2c935d935dd215a9356ced1228 48f580715c4152b81b3e4a870f953fe4b6e2ddf9 600f0d83b5c735ea1906487c64f6974988652b96 e5a1839f186eacf4f132044926175140abce27c8 efc919d7c9590bd9fd7dac37e6533a37dbd71fc6 Package: ros-jazzy-nav2-behavior-tree Version: 1.3.5-1noble.20250321.141856 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 11147 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree_1.3.5-1noble.20250321.141856_amd64.deb Size: 1444902 SHA256: 85ff3216b579cd7a71d4bad99bca33adea55f7312eb65c5ae68e69afbc9b5be1 SHA1: a17ed0aeb3d00515bfae811bf4cf22bb7d054086 MD5sum: d20fb15542116ee34ebfde9cd8b402b8 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.5-1noble.20250321.141856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 64473 Depends: ros-jazzy-nav2-behavior-tree (= 1.3.5-1noble.20250321.141856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree-dbgsym_1.3.5-1noble.20250321.141856_amd64.deb Size: 59456534 SHA256: a43be13771aacae7224ed7f424d976ecf9e102c136fbd2feed018412e16413c1 SHA1: 5629382d0cd29dbd68c3e3bee0b768c0bd2019d8 MD5sum: eddccdc42361b7b94f5effcb15a64911 Description: debug symbols for ros-jazzy-nav2-behavior-tree Build-Ids: 07a8cef126ee952c9a4bed6064d2b5ebb0eada09 0c6f66180f3b4b4a72961de06afd4f38f71ca1cf 1091d5b31834dea19054dff9dc3679b10eadde13 11e1264a2887cfc12f80e7eabc987e0cd4e51c41 139a7e5aeb0b7bd5f7a5a7528b3bcdb3f3c51ec6 14424a15bf3869e9f7ccfd58ef5242d0e3a7e0d0 1cd71b2a899e6300c13663410548a15560cb327e 1d747a849aa9608c021a559604d35d1e5c49c66b 1f8bad5d4af8561954bdd34f7e652cd51f213dbb 20549dde6c86da9edd759e874112a535b7397ff4 22a5889bd28c747370bb774c0e87e2cbe7ccd554 23fe1c446e75de9cc8130c42c8da6577eb6c07b6 2ed8c681ee5a5cc6badd4c598b7997b4b4141e70 328d1c4cc9aab2b79a9e0486e8cbde61b15cd305 33140852975c22ad9091ec31cc68c83163d109f9 36e37d72399735e783ecc521aab69674d3eaa5b5 3b6ddaff9cae4a9b2e2f44aed3556dacfe15ea17 3ca441642a51365ccadcfd5e011ee16821250a4b 3dcda59da6a73f940ceca2ad1c3e3fedf20747d7 3eefff1e42767e1505f63bc06193be5caadd9b0d 49238dc957d4aa3f77440315c235bae9ce0da3a1 524e01d206aaa05a6228b87fe7c347122c03bd08 5e87930389266446c7dfb2abf70828ab58ee3527 5f4adb395abe6ea44d0df533ffa69b751226ec11 60a17526c64a921d41a8c74d3e093211fbb1fc27 61c908db48763be11da8595c7e0348849e998747 6cc3808002a20628ab545523802f78397341f7dd 74f7edc10cc36fabef006502ad2241280eae6240 78bd2ee34db7870aab99b2513b085e7e8d690aa2 7d627358613237bf1b816cdbf6744f1492298ad8 84507f61d40a3fd49fa2a2ede6337a03aa293ae3 86156cbcfa372cd534ea42a651f24fe7b5435f2d 87a966d2d47cf1c3eea88e49564850694f43237c 8bad3737e2ad9ba7e39c18e945c8c18b4cc5c69d 95fe5f9700655ad7f25ea316f8bc08c0ba1b9ea8 ad4ec1907cc8565eb454b896410016c471c6093f b8994d8408708bad2f81973aee0d6aa230324a2a ba5c148c2aaaf6b2d343ff5defceb57a62e63146 ba8c628c3d3bd8645baaf9b5252c83d284f5601f bd509a9c5b01db05c96672c205034a61f70885db c12543b60c4cd0a42591340b202b59afae7921d8 ca4b85bdb55b34337f9baf477915506d52bb2939 cd6dc6c9190d77a69f8dad21a3e375c0c6137143 d09dc7ecaf832d70f080d8674e4e7a7ee83ca38d d0e024efb146760bd82e82ac24b7c7e131602483 d27808f3f5719d0bdf8331c7f295d65f138e8315 d2a2b17defc2fccc24264f4df5a87c92b0b255c5 db87117e9f9874c558bf3d7ee5ba09fadc55401a e66eb43470c66b1986c496246d9200642108748a eabf30c98495809e0490979e65d28ba78b62efbc eb4529efc170da571cc506b252ec7600092a4533 f22a3516d1746e79d0150c4e6e3e3ac03ff1ad1a f358bbabd6f38b03a9e5bda89d59c47169330b17 f49be43ead78a825b66c4db49fa53fe3c5280c66 f84e5697939e9ed4ce57488e5dda7c8f3610b2e5 fa7460078a8c0f53caa63abc1757a14a586a6140 Package: ros-jazzy-nav2-behaviors Version: 1.3.5-1noble.20250321.144952 Architecture: amd64 Maintainer: Carlos Orduno Installed-Size: 2777 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-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors_1.3.5-1noble.20250321.144952_amd64.deb Size: 485178 SHA256: 32dc355d9ff96cf59d83f469f6522b80c11822f8a684ab61810120921ea06ae3 SHA1: 495817ab5ccfe80de244c8213a4b2af2c4f1efce MD5sum: f59a87f6006ed4b076523be14efc1028 Description: Nav2 behavior server Package: ros-jazzy-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-behaviors Version: 1.3.5-1noble.20250321.144952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Orduno Installed-Size: 13009 Depends: ros-jazzy-nav2-behaviors (= 1.3.5-1noble.20250321.144952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors-dbgsym_1.3.5-1noble.20250321.144952_amd64.deb Size: 11417940 SHA256: cc44a5563d57808f641064d2c699d2753a984842cd8919b0bbb72c4b77e1c6ee SHA1: dc73723e646ccef9b6848e7a9b70c1c587645abd MD5sum: 0b192761b98313047b2353f33e0ecfd6 Description: debug symbols for ros-jazzy-nav2-behaviors Build-Ids: 51c4816b0195e8bf91b5e06870ddbf19ef04bd9d 58cc3d6663b7b9b441d51ccad07e14f1139fa30b 77efbc57213fb7764949a31893ff3a87fe638ca8 7eb1d1a56c7eff6136d58fb1a547752242f9d841 8e1453267d212218fceaabb3d805668581378553 a289bc2245f32655c86f17bcb8c0bae223748108 a7d33220a31edd5262389f03ab16a976a36e23ee Package: ros-jazzy-nav2-bringup Version: 1.3.5-1noble.20250325.183513 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 2196 Depends: ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch-ros, ros-jazzy-nav2-common, ros-jazzy-nav2-minimal-tb3-sim, ros-jazzy-nav2-minimal-tb4-sim, ros-jazzy-navigation2, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-slam-toolbox, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bringup/ros-jazzy-nav2-bringup_1.3.5-1noble.20250325.183513_amd64.deb Size: 34524 SHA256: b0e7b127713a1f56128c7da4cb3223db8f7878a6955eb0003c3e3d782ab56fb1 SHA1: cf4c0a1dcc4ad3378a640b31af51ea83e0a8d1e4 MD5sum: 224182f46d70b35cc04141d2c3531590 Description: Bringup scripts and configurations for the Nav2 stack Package: ros-jazzy-nav2-bt-navigator Version: 1.3.5-1noble.20250321.145001 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 2146 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator_1.3.5-1noble.20250321.145001_amd64.deb Size: 470500 SHA256: f4376c1356a6dabd8e9b670cbc10b7a0d8e9edecbfe1fb6b028f0fed13d2c2b7 SHA1: 3405388d768ea76c73ebb1f915a2934e2dcbc2ac MD5sum: 1a24e1402d429eb59c18e767044c83db Description: Nav2 BT Navigator Server Package: ros-jazzy-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-bt-navigator Version: 1.3.5-1noble.20250321.145001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 11032 Depends: ros-jazzy-nav2-bt-navigator (= 1.3.5-1noble.20250321.145001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator-dbgsym_1.3.5-1noble.20250321.145001_amd64.deb Size: 9995754 SHA256: 01647b3e0eb16c93879235c08b4493433b97bbbda8fa7c3fc1690946d948a79b SHA1: cc72f4e5bedb907c4e28ef6879f092e4a960661e MD5sum: 0136d9f65f183b6b6ba8c759543db2fb Description: debug symbols for ros-jazzy-nav2-bt-navigator Build-Ids: 2194f0989f64aea844085708555def61281a2a85 4a8d3171f793197b086420fb6e8c181c061d90ad 862b3fbd4ccd80685ae10663b9f7f5d77ff740c6 de11980a63a899fb903e801af889a4975780867e Package: ros-jazzy-nav2-collision-monitor Version: 1.3.5-1noble.20250321.143619 Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 4509 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor_1.3.5-1noble.20250321.143619_amd64.deb Size: 592252 SHA256: 681f92bfe9267024fa962f95d0268e43988dff452eb26987ab3e4f6e26cbfda8 SHA1: 8cc2654fcd719392d6c923b749892c23684f8f5c MD5sum: 13d3cc7735a91a3a3e149504dfe7aba6 Description: Collision Monitor Package: ros-jazzy-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-collision-monitor Version: 1.3.5-1noble.20250321.143619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 23530 Depends: ros-jazzy-nav2-collision-monitor (= 1.3.5-1noble.20250321.143619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor-dbgsym_1.3.5-1noble.20250321.143619_amd64.deb Size: 19822700 SHA256: c97351e5114a35fed747cc87b19d1e84fee90238736fd776e1ef06d527f738e8 SHA1: ad1d1b3511d2b33fb001776fb5960caa2507d6e2 MD5sum: 42ee91f2c6903aaa0994607ab0e9ca42 Description: debug symbols for ros-jazzy-nav2-collision-monitor Build-Ids: 01ae0d5143c2e8f0e509eaeba6a0646f019c9a72 27346290852ebc82796661ba6d63d12fad048027 726f8c8c20acb6be52b4ed1ac946054ff0151e5c 7f888c102254311320d1737013057279c9b89b25 Package: ros-jazzy-nav2-common Version: 1.3.5-1noble.20250321.131603 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 75 Depends: python3-yaml, ros-jazzy-ament-cmake-core, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-osrf-pycommon, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-common/ros-jazzy-nav2-common_1.3.5-1noble.20250321.131603_amd64.deb Size: 10262 SHA256: bdf261c1fa3ba20e576fbb41831c23a1ba5bd8285212bbd7a282505a554654e2 SHA1: 9861b53e774992f8531a51f93093eaedecbca586 MD5sum: c1efa10e37388cc0ab37deeb7d8b7854 Description: Common support functionality used throughout the navigation 2 stack Package: ros-jazzy-nav2-constrained-smoother Version: 1.3.5-1noble.20250321.145034 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother_1.3.5-1noble.20250321.145034_amd64.deb Size: 60738 SHA256: 95ca133e4a2a3881473cec6bcbd29fda9efbcb4b91fee594ce4bd9ad65380564 SHA1: beab48418c2a58328955611aef8934a5bce16f5c MD5sum: be026e473d2f93517a255204267083a7 Description: Ceres constrained smoother Package: ros-jazzy-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-constrained-smoother Version: 1.3.5-1noble.20250321.145034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 2606 Depends: ros-jazzy-nav2-constrained-smoother (= 1.3.5-1noble.20250321.145034) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother-dbgsym_1.3.5-1noble.20250321.145034_amd64.deb Size: 2605470 SHA256: ea83d0d662cb41b2670118dc011e1fcada95186144a92022a05997636f93a15e SHA1: 82afa84cec6dd975f7b5892274a31c9b779f36d9 MD5sum: 15c274daa4c4dbe115b8ba47289c582d Description: debug symbols for ros-jazzy-nav2-constrained-smoother Build-Ids: a3ec6ab9d8e33a5d495c92d045bcc3f37388fbfe Package: ros-jazzy-nav2-controller Version: 1.3.5-1noble.20250321.145043 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 1615 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-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller_1.3.5-1noble.20250321.145043_amd64.deb Size: 340540 SHA256: 66332c73e56821d311d1569b1f9de4a4ef43f832f8fefc64e8aaa20a7cf0cb4f SHA1: 0dcca6a5e3529329f6ad20e2a9b1aed3002004f9 MD5sum: 13166ae554c528f7d39fc33557afd950 Description: Controller action interface Package: ros-jazzy-nav2-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-controller Version: 1.3.5-1noble.20250321.145043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 8589 Depends: ros-jazzy-nav2-controller (= 1.3.5-1noble.20250321.145043) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller-dbgsym_1.3.5-1noble.20250321.145043_amd64.deb Size: 7770196 SHA256: 46debce1eb7b940504093e7883e0dbc579dba8c3b81812d7e577152cca8df1eb SHA1: a768e4c0f54b6dc03e6f245cd2dc58bb0f41342c MD5sum: 96e07f10abdd0829d20479568a2c7572 Description: debug symbols for ros-jazzy-nav2-controller Build-Ids: 071d5d9e0a5baf06d8b40ce3da56c6c1399fa9f4 0dbf57f72e840cebc368a43355e7bf205d577b75 4a7e08c0ef03894c14baa4141f2db7edcd9c1751 5bed006c4d22f2dc0e8833401824a5894629714b 89fe94d56fdd4ad4cb1fd9b00506f44fa6fffe0c de41504f05b34d7d09c5c60c70230ab5df41458b Package: ros-jazzy-nav2-core Version: 1.3.5-1noble.20250321.144731 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 93 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-core/ros-jazzy-nav2-core_1.3.5-1noble.20250321.144731_amd64.deb Size: 14032 SHA256: 34c4602b4ca6a14fa9f78789e281d7bd2b7179a74b5093bfba15308613bc6083 SHA1: 58742468813c00a6fc5f115db4edefcf4b4fd5f8 MD5sum: dc6615ecd0cf35b2a4740533857755ff Description: A set of headers for plugins core to the Nav2 stack Package: ros-jazzy-nav2-costmap-2d Version: 1.3.5-1noble.20250321.141953 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 6420 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-map-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-nav2-voxel-grid, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d_1.3.5-1noble.20250321.141953_amd64.deb Size: 1060182 SHA256: f71a1f708e8942cf7f2e70abcfac2f2efc420817396f151506957a896bf8ad0b SHA1: 86321c20bda811ee54be2aa3be83023742dba0c7 MD5sum: 10f4a2528aa7f8f9fad6954e5c6add14 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.5-1noble.20250321.141953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 33326 Depends: ros-jazzy-nav2-costmap-2d (= 1.3.5-1noble.20250321.141953) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d-dbgsym_1.3.5-1noble.20250321.141953_amd64.deb Size: 29028416 SHA256: 22b5ca4b10b232f0466daf17644af24b3c7c4fa8fc9d2d3ffff6332ee6cf740d SHA1: d12bb3033fa0fed27eac1782a3552a0555d4458a MD5sum: 9227a3de56151c63b22ef719a5152126 Description: debug symbols for ros-jazzy-nav2-costmap-2d Build-Ids: 0bd7ff422bbaecba8a2ac882393f3d2060677a04 535d9caeeb8077ac89c0907849618a5d54ccdce6 7cae480040160756324857b174fa89c92867c332 96fa4d53bd8ef7258ce35c690a59cc537f2223e4 b573ba6aced5428b789f79ecf8872f41cc5637c8 c40b74bc28ce64e2e3a52f522ee3ccd56c785b44 dbe1fd89c6617a2b71f08949cf42561f36390931 Package: ros-jazzy-nav2-dwb-controller Version: 1.3.5-1noble.20250321.150413 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-dwb-controller/ros-jazzy-nav2-dwb-controller_1.3.5-1noble.20250321.150413_amd64.deb Size: 5134 SHA256: 97b78248b3394f1cd653b2a770176e7d3faa8b12c0498a830a6ef40df75b0771 SHA1: c004fd421d4d9f25b7dfffa5770b2ee0578c7847 MD5sum: 3fca37e7c69cc12d9160e0a65865e742 Description: ROS2 controller (DWB) metapackage Package: ros-jazzy-nav2-graceful-controller Version: 1.3.5-1noble.20250321.145059 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 420 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller_1.3.5-1noble.20250321.145059_amd64.deb Size: 106332 SHA256: 4b6ffbdde094d9057d9e2e112bcd7bd0b6943174f47a0f42138fd0749a421872 SHA1: bccce30a5607dd3dd85bea57777ef97dcbcd682d MD5sum: eba94aa589da5e143c0646da2dd841d0 Description: Graceful motion controller Package: ros-jazzy-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-graceful-controller Version: 1.3.5-1noble.20250321.145059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 2072 Depends: ros-jazzy-nav2-graceful-controller (= 1.3.5-1noble.20250321.145059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller-dbgsym_1.3.5-1noble.20250321.145059_amd64.deb Size: 1928358 SHA256: c2b95b445f6e42b1a8e8b2e3dfe6b29924f3acc26fd70bee87c07b393fcec368 SHA1: 56ed3627f6aab92f7a22e86c3b2a94a3ea1a3464 MD5sum: cd9452a85ee1409243a853e49136a61c Description: debug symbols for ros-jazzy-nav2-graceful-controller Build-Ids: 489bf2ba321ae3c628f77ba7abf2e704bf659f50 c10e6e9309c0b66e8abdeabdb6d5736dd31bf791 Package: ros-jazzy-nav2-lifecycle-manager Version: 1.3.5-1noble.20250321.143922 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 367 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-bondcpp, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager_1.3.5-1noble.20250321.143922_amd64.deb Size: 90950 SHA256: 479a0918e6a568b4a67f6b67f8b155255bd71dc1a4f57d98cfb2703f0f2bbc91 SHA1: 03de7762531604af354a4eeab2cf9aff771b0f99 MD5sum: 96731aacd4420a126453a8706392b585 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.5-1noble.20250321.143922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 1877 Depends: ros-jazzy-nav2-lifecycle-manager (= 1.3.5-1noble.20250321.143922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager-dbgsym_1.3.5-1noble.20250321.143922_amd64.deb Size: 1757474 SHA256: ef296b49400382244a90c4f70a0fc854079184ebf6031bf06794ce876196a644 SHA1: 1ecfb4a936dd19a3f923c6fbc19a9f5e0b8039d7 MD5sum: f11d8cedfda8cf77dffb65397c1bbe34 Description: debug symbols for ros-jazzy-nav2-lifecycle-manager Build-Ids: 919aa1551642241649661c2e9a284ef9a5fb6d3c c897b389cc4a5dd40be41a6e7083af8ad9bb8045 Package: ros-jazzy-nav2-loopback-sim Version: 1.3.5-1noble.20250321.140342 Architecture: amd64 Maintainer: steve macenski Installed-Size: 79 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-loopback-sim/ros-jazzy-nav2-loopback-sim_1.3.5-1noble.20250321.140342_amd64.deb Size: 16634 SHA256: 2467374f064abb95b6230f9f50f8bc5cde5a4a77f48549659b70d5006dfecd50 SHA1: 81d473f64b1682bfd403818262329afd6e98f6e1 MD5sum: 007373d96b54530735364593f3be8dd3 Description: A loopback simulator to replace physics simulation Package: ros-jazzy-nav2-map-server Version: 1.3.5-1noble.20250321.141854 Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 978 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server_1.3.5-1noble.20250321.141854_amd64.deb Size: 222260 SHA256: f84ffd879474880da9cb25f746e8543eb5c5f511cc8a4fc7362cc80b1220e092 SHA1: b76423b67bb561799b5d083ec9f3af532908042c MD5sum: 749f9c29280cc36f46ccd40c5f0869d1 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.5-1noble.20250321.141854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 5237 Depends: ros-jazzy-nav2-map-server (= 1.3.5-1noble.20250321.141854) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server-dbgsym_1.3.5-1noble.20250321.141854_amd64.deb Size: 4743212 SHA256: 8f2ec69c6fc4c2aa3c4041c7bcaff91d9d4644779117c5d76be6e4a9b54b8bd1 SHA1: 37f104f9c144d37d3d6aa96192a75b661329a712 MD5sum: a1ef0c2b6b1e61614f164ebe73282bed Description: debug symbols for ros-jazzy-nav2-map-server Build-Ids: 0085bb8bd9442acd9ae4fa6b0bebdec6d164f7f2 1d748ad9849e0173edd842c467c458ccb8a69cb2 6f0b5c9b3b6fb721f67fb0b909d4a234c92bb173 94deba974573b1de605747d878a4ae88416a2056 a40abaa0dfd2d6f39ab7b7da391cfd4b51eb7a8c fa4fde08b43bde95a83d0d5a3c7287de3ebc399b Package: ros-jazzy-nav2-minimal-tb3-sim Version: 1.0.1-1noble.20250325.174857 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.20250325.174857_amd64.deb Size: 43780 SHA256: 42d4f414bd2258ab037134d8b57dedc4d135a693e887f712f7cb63ee9238dbf2 SHA1: bd31c4649bb2a63835ae53666cef8741ac9a2674 MD5sum: 4ee64b906abc5f406059af5a1cb247cf Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-jazzy-nav2-minimal-tb4-description Version: 1.0.1-1noble.20250321.143545 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.20250321.143545_amd64.deb Size: 4523240 SHA256: cd1df170408b48f29c16d7f821b363b3eba940dd89d8730d9092f88cef9e126b SHA1: 2f8ffad4efbb8a3a1a0f57d14a498e9de93f3ad8 MD5sum: 717d553e3f5bbddcb4db24764e2fd7c7 Description: Nav2's minimum Turtlebot4 Description package Package: ros-jazzy-nav2-minimal-tb4-sim Version: 1.0.1-1noble.20250325.174416 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.20250325.174416_amd64.deb Size: 9924 SHA256: 862025dd276562e4e19fb2cfa5abe1eb138d8e89e7fc5c7dd14ced2785c33d56 SHA1: b49d7bb94394c863725098db5b2f3aa0e5366ffc MD5sum: 066fb3a8327d42c5a462ed702bc0ef76 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-jazzy-nav2-mppi-controller Version: 1.3.5-1noble.20250321.145827 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1428 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), libbenchmark-dev, libomp-dev, libxsimd-dev, libxtensor-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller_1.3.5-1noble.20250321.145827_amd64.deb Size: 451788 SHA256: a594c7e4fe02b9fe5167587f0b834ab3b96e78172f5786e54bf2ce240bb2d61c SHA1: a1384827afb96830c33cc2d6ebe16a036ac23cce MD5sum: 8cc83a72a51b168ff9f75a15bb35212f Description: nav2_mppi_controller Package: ros-jazzy-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-mppi-controller Version: 1.3.5-1noble.20250321.145827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14013 Depends: ros-jazzy-nav2-mppi-controller (= 1.3.5-1noble.20250321.145827) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller-dbgsym_1.3.5-1noble.20250321.145827_amd64.deb Size: 13806286 SHA256: 03f49c82c0c1d3cd46f8d5ec96ac55d0ccf0631be32b6144d139b3e9d733aff2 SHA1: 9be29923ec9424c9a74d482a2e43e5a36ec59bcc MD5sum: d9880303660fbfaf2f412cfc2b7280ed Description: debug symbols for ros-jazzy-nav2-mppi-controller Build-Ids: 0162a13883d9ee8d496b83f2982ec92ad66188d6 3a823b2558b65b81a7bdf6abbe5b6f1b3b4c7848 Package: ros-jazzy-nav2-msgs Version: 1.3.5-1noble.20250321.132216 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 26774 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs_1.3.5-1noble.20250321.132216_amd64.deb Size: 1450146 SHA256: 59ebef2902f449197ad509da98740dcabcabd86e52f5e14a755d20c4ad3c4a02 SHA1: e42415d528ff2d229b71c75bd06724152651ae5f MD5sum: 7a12c93097004cbe38d2f9fba4921da0 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.5-1noble.20250321.132216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 15518 Depends: ros-jazzy-nav2-msgs (= 1.3.5-1noble.20250321.132216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs-dbgsym_1.3.5-1noble.20250321.132216_amd64.deb Size: 11678996 SHA256: 733338993190ac8a24b708a87bc5bd8cc9926b564c25900a9f2eb85d8fd2638b SHA1: 111241302602938ba8d2a64cb5054192da05e6b7 MD5sum: 913334ab7abfaaab2f98e3136c4bc9c7 Description: debug symbols for ros-jazzy-nav2-msgs Build-Ids: 2ce09ff7f192fac4b668d35afe35bbafbaa77862 379f79157df010018d54d5308b4d8373068dce6d 3c031689b3bbe2cc2ce233d0f1384eb95eeaf976 4cadd2fb91f21703206613c39ae43c195bae07d9 5c03cc4141875b525cf73757489684bf6ada7b34 5e74250a1c4cad9d0d59e394180e87a500d4cc22 714e7c1422c8b4ac31d2609a848b71d8a8aebe42 d1c1f1e835e0ed1dd259abc7c014b5a01e47cc2a d917d0a09b8f761f7cdc2c692bd8d3b238e3412a ecb2b17626376987837d7fb97d33dc634dedbcf1 eef9174cfbf1877a983c2467b4334896eb0419c2 Package: ros-jazzy-nav2-navfn-planner Version: 1.3.5-1noble.20250321.145137 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner_1.3.5-1noble.20250321.145137_amd64.deb Size: 51454 SHA256: 8e01ff628b205541f687901e39217d42a1cbf637a3c008152bbb692fc3c6a4f7 SHA1: 52248a18a0ba2a12a20bf181b37dbdc9ffd5ed93 MD5sum: 233f0760c096f523f5e40557f8450eec Description: Nav2 NavFn planner Package: ros-jazzy-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-navfn-planner Version: 1.3.5-1noble.20250321.145137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 708 Depends: ros-jazzy-nav2-navfn-planner (= 1.3.5-1noble.20250321.145137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner-dbgsym_1.3.5-1noble.20250321.145137_amd64.deb Size: 678164 SHA256: a797a87eef9cdf0e7bc8eeb9313cdf9d6f7f36b298842a589ea77de39f10e9fb SHA1: 6205136ed1539022b1b3aecd67712f07cd08d66e MD5sum: 22c4e03ceee56c5c2ed5efaaae01087a Description: debug symbols for ros-jazzy-nav2-navfn-planner Build-Ids: ef37d0f018bcaf03d4011d5fbf7bfe8c96fe2046 Package: ros-jazzy-nav2-planner Version: 1.3.5-1noble.20250321.145227 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), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner_1.3.5-1noble.20250321.145227_amd64.deb Size: 208730 SHA256: 454aee072a2ad03846067b6077c62705212e733cbb1256d6a98bc00b2b66cc3d SHA1: 08daa772c59443a422a6b5ec1403dfafdc011257 MD5sum: e539b983981c43241209af32325dbdc9 Description: Nav2 planner server package Package: ros-jazzy-nav2-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-planner Version: 1.3.5-1noble.20250321.145227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3353 Depends: ros-jazzy-nav2-planner (= 1.3.5-1noble.20250321.145227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner-dbgsym_1.3.5-1noble.20250321.145227_amd64.deb Size: 3087704 SHA256: 33e53f9ba9da3ccbe4a710d40c78593b56f3e361e3ab4825993747d4c5e79d56 SHA1: 26061c720af81874f985accdfbebe6ddae8201a2 MD5sum: 84776b14bf84d5108cbd51af416d0afd Description: debug symbols for ros-jazzy-nav2-planner Build-Ids: 81a3c36d15a3ffd849ce819d7e91b4eaa434553b d544459cd314da488a6dcc50c8fc46975c8fb669 Package: ros-jazzy-nav2-regulated-pure-pursuit-controller Version: 1.3.5-1noble.20250321.145227 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-regulated-pure-pursuit-controller/ros-jazzy-nav2-regulated-pure-pursuit-controller_1.3.5-1noble.20250321.145227_amd64.deb Size: 110004 SHA256: b2b38f3ba6bb2c3932de8c560512506622fbc873a259fe6415beeeb82d699e75 SHA1: b687c6f12b52b384f4edc087434b34b8280f2fea MD5sum: 5a92847b84b5854763fcbe8dcf70c4ae 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.5-1noble.20250321.145227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2303 Depends: ros-jazzy-nav2-regulated-pure-pursuit-controller (= 1.3.5-1noble.20250321.145227) 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.5-1noble.20250321.145227_amd64.deb Size: 2162878 SHA256: ed09acfb74d073a617934614dbb48fe71ba423d99a69801550e8cac25dd2982b SHA1: c241da568766a9e1758b9772993a331b4ded62e2 MD5sum: 95127ce844c27056714c707d73e8b97a Description: debug symbols for ros-jazzy-nav2-regulated-pure-pursuit-controller Build-Ids: 499b8a401dab7220040901795d2584b18ac6b45e Package: ros-jazzy-nav2-rotation-shim-controller Version: 1.3.5-1noble.20250321.145229 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 371 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-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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller_1.3.5-1noble.20250321.145229_amd64.deb Size: 113492 SHA256: 3dd1f6005a83dff6b37380e228f6699c50bd46305de01307ac4a837bd423c4ea SHA1: 4896c2f798e7dcfea2af651c4894e7ee5b44be43 MD5sum: b0b0d16b9c079c9364297fde7beca976 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.5-1noble.20250321.145229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1448 Depends: ros-jazzy-nav2-rotation-shim-controller (= 1.3.5-1noble.20250321.145229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller-dbgsym_1.3.5-1noble.20250321.145229_amd64.deb Size: 1371518 SHA256: 19a7e7497a7b345798c40bc1cab9008ae3e0d2eed7561b2006deabceb709ab18 SHA1: 52e9eaf7a3fc805aa8e2b81fd1a42e49fef4ca82 MD5sum: 22e11bb2cbc26810a55b739ec29aed8f Description: debug symbols for ros-jazzy-nav2-rotation-shim-controller Build-Ids: 575514bf4e1dace7e6015ea7868c05a89d97d2c3 Package: ros-jazzy-nav2-rviz-plugins Version: 1.3.5-1noble.20250321.153418 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 2383 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), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rviz-ogre-vendor, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-resource-retriever, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins_1.3.5-1noble.20250321.153418_amd64.deb Size: 448750 SHA256: ee0c6fe986ef214e3368bbed70d29ce1cf450e976238fa40ed007820fef411d4 SHA1: f958268a6dfcf7a03762c112190265c4b3cd6d31 MD5sum: 3d62a96badccc71c34a739a5a72f293e 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.5-1noble.20250321.153418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 13533 Depends: ros-jazzy-nav2-rviz-plugins (= 1.3.5-1noble.20250321.153418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins-dbgsym_1.3.5-1noble.20250321.153418_amd64.deb Size: 11800992 SHA256: 29048f733bb3a68dd25b57e1b860847bbfafc77d1cbdd19eeb5b9b11bee44ab5 SHA1: 0d2f490815422a5ae565136770eb5e9ab6486c4d MD5sum: ad568f6836913648878d4082f90a9b0b Description: debug symbols for ros-jazzy-nav2-rviz-plugins Build-Ids: 548ae7785baa55eb8fbe4176b0a819ad04720d0d Package: ros-jazzy-nav2-simple-commander Version: 1.3.5-1noble.20250321.133854 Architecture: amd64 Maintainer: steve Installed-Size: 298 Depends: ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-simple-commander/ros-jazzy-nav2-simple-commander_1.3.5-1noble.20250321.133854_amd64.deb Size: 41614 SHA256: c0533ddd9942c6ca7a8616cfc9b3defad19311b76db3825b7ac5dd4185013bb0 SHA1: 37225277e258bbf7d667df93600620e18890c750 MD5sum: e1a89131f6fbb687b2cbf4cb6d643394 Description: An importable library for writing mobile robot applications in python3 Package: ros-jazzy-nav2-smac-planner Version: 1.3.5-1noble.20250321.145244 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2891 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ompl, libeigen3-dev, nlohmann-json3-dev, ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner_1.3.5-1noble.20250321.145244_amd64.deb Size: 614132 SHA256: d7a106ca406d72cb4a2c0dff6ec71ff7f7507656c24a48b72cda456627a5adba SHA1: f40f3053a355100ca5e9c50fb485354ba69e367c MD5sum: e3662129cbabba4b0ca437d88d2eaa00 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.5-1noble.20250321.145244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14545 Depends: ros-jazzy-nav2-smac-planner (= 1.3.5-1noble.20250321.145244) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner-dbgsym_1.3.5-1noble.20250321.145244_amd64.deb Size: 13769536 SHA256: 17d531c6b78f8301792137f6a587ae6283c8219254787089b890617180524fd1 SHA1: 3d0b7deff5f09bc6d1febc0e72ec1b4be769441e MD5sum: ac730014290628a9290a6c80e6046866 Description: debug symbols for ros-jazzy-nav2-smac-planner Build-Ids: 155ef9e1e13e8ee91e4152feed95e93595f064cb 7c3f4b678497fd3325cfa8b52afbac27272fc216 f08852c7637c1b4d8f11cb4d06358a71b383ab23 Package: ros-jazzy-nav2-smoother Version: 1.3.5-1noble.20250321.145327 Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 764 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-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother_1.3.5-1noble.20250321.145327_amd64.deb Size: 214568 SHA256: ca6c4ca1fac1d023487ca7e59bfd764f973c6b056513a2e17c863af01888c25f SHA1: c5137798806e081fc3b7c79d5e8f983a63cc764e MD5sum: 9687f07a86a3fb9915ab860f4b5c31df Description: Smoother action interface Package: ros-jazzy-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-smoother Version: 1.3.5-1noble.20250321.145327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Matej Vargovcik Installed-Size: 3843 Depends: ros-jazzy-nav2-smoother (= 1.3.5-1noble.20250321.145327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother-dbgsym_1.3.5-1noble.20250321.145327_amd64.deb Size: 3607258 SHA256: 6af2d8a071c60ca303b0af2fd45b40d5262e532578a0f2a69eb6172d322188fe SHA1: dac3d69794a2643d1e9d51cc4ae9093b639befcf MD5sum: 3af1127836632065cf6d4ad455d31b54 Description: debug symbols for ros-jazzy-nav2-smoother Build-Ids: 3dd71b98b58eca159b7956ff389570e01993a11a 752619c04c5692ef3f3c6f940b8d73af74e872d8 d18ef7d0faea77900e2b2279ff42c503f385d5e5 e057b9427628b55e320014a9944345911125b318 Package: ros-jazzy-nav2-system-tests Version: 1.3.5-1noble.20250325.184810 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests_1.3.5-1noble.20250325.184810_amd64.deb Size: 34872 SHA256: 8ffcdab4504f2a24b3337d54398b0a847ab552253e403157e7c9e72382fd55fb SHA1: f88ebe258e59df86f6b41ddc2d5a23f96a77eda4 MD5sum: 40275e64ce58aa518532680e73aacc48 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.5-1noble.20250325.184810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Orduno Installed-Size: 784 Depends: ros-jazzy-nav2-system-tests (= 1.3.5-1noble.20250325.184810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests-dbgsym_1.3.5-1noble.20250325.184810_amd64.deb Size: 689214 SHA256: e7df9e3f571565a3faa5ac9d1d255a5cc37ebb5797637f83c30d94e445ff34a4 SHA1: abe0be8957dd5ead03c61d6d26c4b05aea9620b7 MD5sum: f7ac1d711714bc19a51580351646f8ba Description: debug symbols for ros-jazzy-nav2-system-tests Build-Ids: d6b2d481d175b8cfdfcb4a2468b5a1af2b3a2a7a e06aadf6e4e93b2e27ca86aa03836eea48f65a2c e16b3865ca379db192281998b200bf4ca5f26443 Package: ros-jazzy-nav2-theta-star-planner Version: 1.3.5-1noble.20250321.145404 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner_1.3.5-1noble.20250321.145404_amd64.deb Size: 46404 SHA256: d0f1f1b4ba3ec3474e6180389d6a6814fd9ce856383cd291cffedc19c73c0af0 SHA1: a844bb726e0a012f90ce41eb0ee9dd377834f7ed MD5sum: 01658924a1978e81cd3f4dad427a8fa1 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.5-1noble.20250321.145404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 673 Depends: ros-jazzy-nav2-theta-star-planner (= 1.3.5-1noble.20250321.145404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner-dbgsym_1.3.5-1noble.20250321.145404_amd64.deb Size: 646600 SHA256: c98a3e14e5b6226e56e047cd0003bdbab1b1bfe58fbb759cc32e22080341a5c0 SHA1: 81ab1c5725675b05caadbfedcbb9797cd4b46f93 MD5sum: 3efd67e4cc6b05ffcee6ff3d56ab3235 Description: debug symbols for ros-jazzy-nav2-theta-star-planner Build-Ids: 01c06c6b4429745f525cff0a1b3d960f07e176dc Package: ros-jazzy-nav2-util Version: 1.3.5-1noble.20250321.141340 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 770 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-bond, ros-jazzy-bondcpp, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util_1.3.5-1noble.20250321.141340_amd64.deb Size: 170770 SHA256: 352a44125f6568c144ee71b5e435206ba891957cd30d9d311b3ec12d95f3c692 SHA1: 04ac3b4e57de01316b38cc314f35284a3578f0d6 MD5sum: 7a0d8083d7884259b0c3c8bba0ef27ee Description: Nav2 utilities Package: ros-jazzy-nav2-util-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-util Version: 1.3.5-1noble.20250321.141340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 3758 Depends: ros-jazzy-nav2-util (= 1.3.5-1noble.20250321.141340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util-dbgsym_1.3.5-1noble.20250321.141340_amd64.deb Size: 3389402 SHA256: 9f491bcef7dcc71140910e4710a4eca1633aab79b51fa6e0111a31ebccb00ec8 SHA1: 40a7037f3106f43fd624d606a06f452b20f05597 MD5sum: 07662b3f0cec0ad6346e4ece977db74f Description: debug symbols for ros-jazzy-nav2-util Build-Ids: 60b17abbfbd44f86e3255ad291b20b65a3688494 83c989faa1b3cd919b67fd10de05363f8d11c3a7 Package: ros-jazzy-nav2-velocity-smoother Version: 1.3.5-1noble.20250321.141953 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 845 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother_1.3.5-1noble.20250321.141953_amd64.deb Size: 160596 SHA256: 8bac2bca2bc03528f1ad81c6e8ac0133664c45717663476ae914de742f0c7bea SHA1: a387d4126498462ef1a2d9e5bc3ca549598fc9af MD5sum: 763bf6fc48a1a1b1e881b41a45840164 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.5-1noble.20250321.141953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3857 Depends: ros-jazzy-nav2-velocity-smoother (= 1.3.5-1noble.20250321.141953) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother-dbgsym_1.3.5-1noble.20250321.141953_amd64.deb Size: 3271060 SHA256: 132b37e8fbe2881fd8a83ac23f5d109e708922f5e1eb321dc51eb072ecfa3fd0 SHA1: 1e5fc4073c762bd4828a06c0a4290eeab6e240f2 MD5sum: 9aa2a12857a9fbcb6e4330b60559f023 Description: debug symbols for ros-jazzy-nav2-velocity-smoother Build-Ids: df9074e43e0528c69dbdbfc9a4de471eedf2be20 e5132312686ea7e47538b2d1d0b761f2bce0a3e0 Package: ros-jazzy-nav2-voxel-grid Version: 1.3.5-1noble.20250321.132205 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 98 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid_1.3.5-1noble.20250321.132205_amd64.deb Size: 19734 SHA256: d8f21c7ade830d675ead074534c9f344825deb55e02c7b7c3857c862c734ab46 SHA1: a3d506da0ca5fdbdacf7a830095cfb4d10265c7f MD5sum: 312bc2e4f1e880a7f6dbbd4b10d9d0e7 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.5-1noble.20250321.132205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 208 Depends: ros-jazzy-nav2-voxel-grid (= 1.3.5-1noble.20250321.132205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid-dbgsym_1.3.5-1noble.20250321.132205_amd64.deb Size: 195884 SHA256: 2e91aeadd45c79b4be2a59349f1175aea882b438e2984df55b4b08e79c9fb884 SHA1: f8e3a1bf9d8169975537a5803776544109762f27 MD5sum: fd1479c99d04c339fa1f68a1757cbdef Description: debug symbols for ros-jazzy-nav2-voxel-grid Build-Ids: 5ca1f3e162a0641a66de48e844e250ca5976b429 Package: ros-jazzy-nav2-waypoint-follower Version: 1.3.5-1noble.20250325.175154 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1731 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 (>= 8.1.0+really8.1.0), ros-jazzy-cv-bridge, ros-jazzy-geographic-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower_1.3.5-1noble.20250325.175154_amd64.deb Size: 371126 SHA256: d8dc589699609372f154e4965a5d88fb956b51499d49f0ebbb2948ab190a00c7 SHA1: 4517a06c7e1d31df5c6234272064730c39d7c29e MD5sum: 1e99777c8db3d09811fba83ea05587b6 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.5-1noble.20250325.175154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 8297 Depends: ros-jazzy-nav2-waypoint-follower (= 1.3.5-1noble.20250325.175154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower-dbgsym_1.3.5-1noble.20250325.175154_amd64.deb Size: 7378836 SHA256: 83474e0a507b1bf393c0da401482f299d53d4fe0b7a845bf66c4a1db350c938f SHA1: 08fee05157f7a54c9d216fa9a956291acf9138df MD5sum: 1e85b9105940084fec130f85d18a21ab Description: debug symbols for ros-jazzy-nav2-waypoint-follower Build-Ids: 14b41483524ca63e48d639b4d163a484f1196f02 285b6f7a6b90d53f065c0d9a97085ed99da0654e 8be64f8c6d27b199b29bd9b3a105006e566d35ff c061c00cbfe54b5e866fe135b80daaacc2cf8924 c2dfc3be4d5a4b982541d3430bb68ede9fc1a2d5 Package: ros-jazzy-navigation2 Version: 1.3.5-1noble.20250325.183435 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-rviz-plugins, ros-jazzy-nav2-simple-commander, ros-jazzy-nav2-smac-planner, ros-jazzy-nav2-smoother, ros-jazzy-nav2-theta-star-planner, ros-jazzy-nav2-util, ros-jazzy-nav2-velocity-smoother, ros-jazzy-nav2-voxel-grid, ros-jazzy-nav2-waypoint-follower, ros-jazzy-opennav-docking, ros-jazzy-opennav-docking-bt, ros-jazzy-opennav-docking-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navigation2/ros-jazzy-navigation2_1.3.5-1noble.20250325.183435_amd64.deb Size: 5640 SHA256: 4b1063bc6ab6e9e96636ae28dbe119027217d99ba82f5a0707f8dcb7eff5e43f SHA1: 40b9e28812769cca6d9a629d3abce35e7ff4b6c9 MD5sum: 39affd79964a096db23863287ec90a19 Description: ROS2 Navigation Stack Package: ros-jazzy-neo-nav2-bringup Version: 1.3.0-1noble.20250325.183657 Architecture: amd64 Maintainer: Pradheep Padmanabhan Installed-Size: 110 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.0-1noble.20250325.183657_amd64.deb Size: 14606 SHA256: dd851ba1ba371bfc1c1fb87fd382c58edd18b1480677e9c1d3b48ba4efc6d9f3 SHA1: e62bee5c048bbc289f85aafee46abf56126519d7 MD5sum: 3e7bc23624a0670985e21616055de294 Description: ROS-2 navigation bringup packages for neobotix robots Package: ros-jazzy-neo-simulation2 Version: 1.0.0-5noble.20250320.185752 Architecture: amd64 Maintainer: Padmanabhan Pradheep Installed-Size: 119329 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neo-simulation2/ros-jazzy-neo-simulation2_1.0.0-5noble.20250320.185752_amd64.deb Size: 24069956 SHA256: c16cadb61be264a9b9afd51f13d194f80a11a1f3b2d736131b9a6b32b37d6a75 SHA1: b23d094faac8936e5437147a670e7b61f112713c MD5sum: 97e37bff913c75c7d0f98478d6ee9e73 Description: ROS-2 Simulation packages for neobotix robots Package: ros-jazzy-neobotix-usboard-msgs Version: 4.0.0-4noble.20250320.221816 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1763 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.20250320.221816_amd64.deb Size: 115240 SHA256: ded52173e65ed072747ecb8bc89390a417920b2697555c0ced0c7a3750e31f8c SHA1: 0b2cb9686ff8b001eaa02ac85baf18095b61d67e MD5sum: bc55dc0fd8451bcb33d2822a284a1b13 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.20250320.221816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1135 Depends: ros-jazzy-neobotix-usboard-msgs (= 4.0.0-4noble.20250320.221816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neobotix-usboard-msgs/ros-jazzy-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20250320.221816_amd64.deb Size: 911846 SHA256: b0bfa83d740dac6c98602d8830d73e6d860cb71bb7cf3733c2a5379f539a2d2a SHA1: 20e5c6f8a0c3c86748412e0b906a2fc1b42014c2 MD5sum: 90fec0105b2d77035cce6d63bfe7683b Description: debug symbols for ros-jazzy-neobotix-usboard-msgs Build-Ids: 00fda4fd3d4530b4780efee6b1c5991cfb6fd4d6 1c9376d7c97464553e6fa81fdb289eb0397d981a 4e4dfc5060dc250cb70d017e04be98df2fe0c9b6 5d810c2bbc13d27bc0c45471da8dcb9741bd4781 7ef95aef28c3a6c0931780ec9e4362f86281da91 988093cc34afe8d4fbd1fb3e5c7ae182bd1c66c4 c50fb6d1fb1b41dfd901bd8a8076fbef8b3038f1 cdd4cfaf1932d2eb77c5fff374095d8e0331bd11 f56bf549463d79b5910fe7fd6e65f995a30590a0 f58fdbe4568c04d5b705ff158f1c3e69ffaa308f fcfdbc576522cfd35dbdbe147f351e7e84906792 Package: ros-jazzy-network-bridge Version: 1.0.2-1noble.20250321.134550 Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 772 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge_1.0.2-1noble.20250321.134550_amd64.deb Size: 209268 SHA256: 24d583bdad3fe54f3e0c48a45f4c3f00e6afbee4b6e7ddec1ee9a61a982ffac3 SHA1: 232b5ca60087a5e37510766b04fbd4bf844b52bd MD5sum: e091fde3cfeb13c131c955eff2ff0037 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: 1.0.2-1noble.20250321.134550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 3428 Depends: ros-jazzy-network-bridge (= 1.0.2-1noble.20250321.134550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge-dbgsym_1.0.2-1noble.20250321.134550_amd64.deb Size: 3181554 SHA256: ab016435f0b6d490ad4a50b5987cb6962957ce4b9402fe3304e79417df69a60f SHA1: 5ada04b525511120390305f34d5507218f0eafd8 MD5sum: 0d7d4c9a55058a2bc3190972c06a7527 Description: debug symbols for ros-jazzy-network-bridge Build-Ids: 33cf09911fb1f9e7bd9e7312c9f44e4d051401ba 63e1865e7e43e2f0eee3e4bfaf81c2aea611f5bd c9aeb12278e91af23525d138c07649c675ac058f Package: ros-jazzy-nicla-vision-ros2 Version: 1.1.1-1noble.20250325.175105 Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 6777 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.20250325.175105_amd64.deb Size: 850752 SHA256: f8292105a0719117ab44487e1e5d379682a7f47e38b1fffaaaf812eee396095f SHA1: a813aae04cb44b525437f29bd193673895164107 MD5sum: bd56c7abc79c423eb097439faaaf7b11 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.20250325.175105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 527 Depends: ros-jazzy-nicla-vision-ros2 (= 1.1.1-1noble.20250325.175105) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nicla-vision-ros2/ros-jazzy-nicla-vision-ros2-dbgsym_1.1.1-1noble.20250325.175105_amd64.deb Size: 401184 SHA256: 9743f9c758122943a6453503412f54d44306676e2630a90f50e9cf05205cdea3 SHA1: fcd1fb1028a16166fddfe3bbd3ba5694405b2278 MD5sum: cd8629aeac85acf14443ce493f2fe199 Description: debug symbols for ros-jazzy-nicla-vision-ros2 Build-Ids: 0a2d6cb231dcae91fc0b89412cbcb8ac63de06f3 0d89887840f5c43036db7dff3701befeef231797 6af3bb2fed3043224ae704ab2b58e88e85b3166d a5fb153a8de82d5a0056a765a1eed6bc502bfa08 aaeb7900b9f40b07ef4bb03e07456c075ef374da af1c43c3445f8025ea6e2780ee765a3a23031feb b2126220482dfa87a7e1e364b7382ad82ef479c6 d1a0aeb85020c460a6566a911fd7423b05660f72 d31bf6ef5003a4563e0b24f1d3a94c3bd3e50d98 d6d78b44a3696311c91de257d7c49858eed72e5e ef8fbc1ea9314c9e194817d064639c3745fbd84c Package: ros-jazzy-nlohmann-json-schema-validator-vendor Version: 0.4.1-1noble.20250320.185749 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.20250320.185749_amd64.deb Size: 224918 SHA256: 35da18f27928ee5264d20542d60eae9f13d03a71d7567309a447893daa340cde SHA1: 6c7151e4aa2d4a5daad6e65d80a036e360aaefea MD5sum: 18e663afda4c1661330d7a995ce93c3f 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.20250320.185749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 3439 Depends: ros-jazzy-nlohmann-json-schema-validator-vendor (= 0.4.1-1noble.20250320.185749) 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.20250320.185749_amd64.deb Size: 3206564 SHA256: 6948b0a8d9d8c5f819de9658b31c5b1331d3cacdf78e265e537c19e954591d4f SHA1: f399e5ae0cd982253b969962d4b6a0808c3b851f MD5sum: 2599bb9e34490d52017d2841c90a7a24 Description: debug symbols for ros-jazzy-nlohmann-json-schema-validator-vendor Build-Ids: 146b65a5312fd3a84b90fddb1826c43584c3b397 2cc271ceb48e3035eb5d8db24a0b7a9cb18b4a59 2ccb3dcf288301e724ceb774313f33dcccba96a6 Package: ros-jazzy-nmea-msgs Version: 2.1.0-3noble.20250320.221831 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1690 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.20250320.221831_amd64.deb Size: 133490 SHA256: 0a7b187624c4d0e9a6254ae45d4f5300ffac20fa7d03e8fb70871854bcd3928c SHA1: e2c6413716b8579c1c01a664793dca5418f9afd7 MD5sum: d6cf8852df82d406bc03a9563741812b 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.20250320.221831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1330 Depends: ros-jazzy-nmea-msgs (= 2.1.0-3noble.20250320.221831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-msgs/ros-jazzy-nmea-msgs-dbgsym_2.1.0-3noble.20250320.221831_amd64.deb Size: 1111188 SHA256: a915b9ae88f95fa353cc4938ae8e0a95a80f93c63d6ec4c548e707180a07fe8c SHA1: 3caabb95509cacccbade4160180fdb6581c04e3f MD5sum: 040f338a78a0e52b3ee88cbbfa38e25c Description: debug symbols for ros-jazzy-nmea-msgs Build-Ids: 20eab3e67d7ab3f3ab7f278d63007675f9ec0b44 45987931c7e295f6559c1144abd85e331bfef9a4 51b7d34be4b786600b368232e4dc44f177adcb0f 5267274ca15f0879dcfeda75ebab39f1eda3177e 5b767234dbcb4b60cbf3585978eee0010fe1928a 64314895cd39e4a011d92665d303734c836a0d2a ab860d136a8fdfffe2e39048333e515080ac032c ac3f7f9fffbe38a7ed21a2dd8acc616c0824d7bd b2fe6e8f241a61bfc017960d33f601360d9f5134 f770e979612b370279c0fd8ee22c56052fc6014a f95342b8dc21873c6435a455d1fa236fe4201caa Package: ros-jazzy-nmea-navsat-driver Version: 2.0.1-3noble.20250321.131359 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.20250321.131359_amd64.deb Size: 24680 SHA256: f068de1978ffb0277fafb8403e8238b7ff51dedc4094dd4c092179b17ed1fd18 SHA1: 535aa2e768933115d1b14b28b7c7b1eeaaab940a MD5sum: 2eeb0f927533d949b0d463e6229c3d60 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.1-1noble.20250321.132702 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, ros-jazzy-can-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge_1.0.1-1noble.20250321.132702_amd64.deb Size: 145476 SHA256: b1c44400c4489a37f835408c3371763e7d9dbeaa9ad280f27e56f53bd54d4312 SHA1: f1ade930f6f186feb0972920d41eca847dccfb9f MD5sum: 777af7c869e2fdb3c7c66b508e587b19 Description: Simple wrapper around SocketCAN Package: ros-jazzy-nobleo-socketcan-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-nobleo-socketcan-bridge Version: 1.0.1-1noble.20250321.132702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 2961 Depends: ros-jazzy-nobleo-socketcan-bridge (= 1.0.1-1noble.20250321.132702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge-dbgsym_1.0.1-1noble.20250321.132702_amd64.deb Size: 2612572 SHA256: 44298c06b2ac61ba9d2bad3861b018cc2f4fbd03a6ed5b89b732b0a0b7339bd0 SHA1: fd205bd1d50331ca3be893dad7091aa8dd890a26 MD5sum: 65d80e69bc1e81caaf752b610c4a02e2 Description: debug symbols for ros-jazzy-nobleo-socketcan-bridge Build-Ids: 45b9751e77a798b170bdd7ebf54412f51f815ac6 97d71195d42ffeb6ecf9e8f88e82a8a47702840c f3a52c475ff778c06961398a67c505f1f816db8d Package: ros-jazzy-nodl-python Version: 0.3.1-5noble.20250320.184055 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.20250320.184055_amd64.deb Size: 18268 SHA256: 57bc361ac8ea7ba264713394935cef7971dea74de147ec8e9d9f8612405e3ad0 SHA1: e9b8d16f33d4145a454128f36a5b836c5247be25 MD5sum: 5a5c59bd4acb7fdb72a36f633fc91b73 Description: Implementation of the NoDL API in Python. Package: ros-jazzy-nodl-to-policy Version: 1.0.0-5noble.20250321.135159 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.20250321.135159_amd64.deb Size: 10084 SHA256: c1c9e255a3310d411704cba9ac752100fef099cd53b7c68d06d286b16e2695b7 SHA1: 9131a61b07c12570e39e3640f20842090855a8cb MD5sum: 5491dc316773f90e0a400e8086468f57 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.20250321.143647 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.20250321.143647_amd64.deb Size: 59998 SHA256: 9aea415f6ea5bef5186b7d7870c415272bf1b1456b76121c0f664d811d6c66bf SHA1: c0c7921b17dbecab5e596897cac8697f51eb99fe MD5sum: 46f35a67430966315ef14efb612f2d42 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.20250321.143647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 1268 Depends: ros-jazzy-nonpersistent-voxel-layer (= 2.5.0-1noble.20250321.143647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nonpersistent-voxel-layer/ros-jazzy-nonpersistent-voxel-layer-dbgsym_2.5.0-1noble.20250321.143647_amd64.deb Size: 1210578 SHA256: d369208ce8c48a2d35217ad8a227a997d9e569e81d60485cbc27836e19403325 SHA1: 7373082a8e59446689e244ca954e82bf11f9b066 MD5sum: f0f05221cf471480eec24f74d51d744b Description: debug symbols for ros-jazzy-nonpersistent-voxel-layer Build-Ids: 3bae09b199bb05d7d1f1a512949657a0c4da372a Package: ros-jazzy-novatel-gps-driver Version: 4.2.0-1noble.20250321.142320 Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 7197 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 13.1), libboost-all-dev, libpcap0.8-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-novatel-gps-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-swri-math-util, ros-jazzy-swri-roscpp, ros-jazzy-swri-serial-util, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver_4.2.0-1noble.20250321.142320_amd64.deb Size: 948928 SHA256: 208c52ecf4501911a85687525e4f2b46e5622cd51523330a15cd281709abcf95 SHA1: dfc35758cf262a4a06247ec3afc5556476fc1c31 MD5sum: abcde61130b3957169209495eaf02876 Description: Driver for NovAtel receivers Package: ros-jazzy-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-driver Version: 4.2.0-1noble.20250321.142320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 13872 Depends: ros-jazzy-novatel-gps-driver (= 4.2.0-1noble.20250321.142320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver-dbgsym_4.2.0-1noble.20250321.142320_amd64.deb Size: 12185618 SHA256: 15f849386ab786be6f6d0b8434f40edeb6ecfbbdf12c92fb779f174dd2ea6120 SHA1: c97f38ec7ed8a82d8c702fcfb3fb9bf1cc2e88a3 MD5sum: 19b826e5b1dae3744ca736e2fcb1cdf9 Description: debug symbols for ros-jazzy-novatel-gps-driver Build-Ids: 27c598bccd8835f0f129ab6510b813152dfbcc21 bb4127ee128a2551bc4ddc5db77b1b87fdf15390 Package: ros-jazzy-novatel-gps-msgs Version: 4.2.0-1noble.20250320.221840 Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 6305 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-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs_4.2.0-1noble.20250320.221840_amd64.deb Size: 403926 SHA256: 6d67574ab459078dc2f8598beabd3b8ca7c7559e53bb12b208e68daf840ca283 SHA1: 5f320923b7447aeaf12303263d33d6c33217c466 MD5sum: 25d980463f56e5401f6e6a5293e8807d Description: Messages for proprietary (non-NMEA) sentences from Novatel GPS receivers. Package: ros-jazzy-novatel-gps-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-msgs Version: 4.2.0-1noble.20250320.221840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 4258 Depends: ros-jazzy-novatel-gps-msgs (= 4.2.0-1noble.20250320.221840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs-dbgsym_4.2.0-1noble.20250320.221840_amd64.deb Size: 3546564 SHA256: 4dcc023656961745641a80ee0b986ac8b60c67232501df014f946885f2792d89 SHA1: 29f02842ab330d0caef3667581bb40058fe92c71 MD5sum: a87f1b55a5561b0d6621a78b1463b44c Description: debug symbols for ros-jazzy-novatel-gps-msgs Build-Ids: 3c2a630ba170b82f69ee0771713c879276279e45 53b0860f1ae19083d95430efc2c160894a09288d 5c90ef48fdff98cee332704fea733ff10437fabf 90d516b10ee20b80a646957b3f26f51b78be7471 9f5d7f63f0cdf204427e9dd9fd8334f643d793af acf11ee7e41e53bcdc622d278e5674f88aa37c2b b56434c4e994e0960cd61f71727641bd14e37954 b86f03df9042e2283a18cdada363329053f3c84a c286f1230435abf3e2e99029c3789222d83bfe69 d72543986faeaa555da4ce9efa53bfd24a3e5fed fe34d062f627cb4e648dba1970943872fbf150d0 Package: ros-jazzy-novatel-oem7-driver Version: 24.1.0-1noble.20250321.142338 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), libboost-all-dev, 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.1.0-1noble.20250321.142338_amd64.deb Size: 694622 SHA256: f2846850e857bdec394d2a22870bdc9f9f26d053b406600f83b78a5b7d723c53 SHA1: 28e71617a8e1445f7d36c8dced59c6d8b20ab38d MD5sum: 6f08d08bfcc92d7bec710288b9d266b3 Description: NovAtel Oem7 ROS Driver Package: ros-jazzy-novatel-oem7-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-oem7-driver Version: 24.1.0-1noble.20250321.142338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 18289 Depends: ros-jazzy-novatel-oem7-driver (= 24.1.0-1noble.20250321.142338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-driver/ros-jazzy-novatel-oem7-driver-dbgsym_24.1.0-1noble.20250321.142338_amd64.deb Size: 15997162 SHA256: d2016e9f5bc52cf8d99b8bc8ea4cb96784dc7e10148d62465dbd8fae7b05edaf SHA1: b309a43ed6d682312c753d033cabf4dc4854f7ba MD5sum: 8d72169873150fe87a2cfee8e19b958e Description: debug symbols for ros-jazzy-novatel-oem7-driver Build-Ids: bbc3de0a9cd2377ff64aa58d7d78bfd7f8a7ee69 fab8e53bbc629517050fd03c1c0c236dc9c8e7cb Package: ros-jazzy-novatel-oem7-msgs Version: 24.1.0-1noble.20250320.221842 Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 7980 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.1.0-1noble.20250320.221842_amd64.deb Size: 482850 SHA256: fa1c2d9ef661e9abe0ca1f3344eb03c110a21d35f5bc453467fd20e4260d1817 SHA1: c4dcc8c7f5e33b109955fb2093ae0657e4dae7ed MD5sum: a46530a5e056cddefff7eaab0d540c77 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.1.0-1noble.20250320.221842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 5312 Depends: ros-jazzy-novatel-oem7-msgs (= 24.1.0-1noble.20250320.221842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-msgs/ros-jazzy-novatel-oem7-msgs-dbgsym_24.1.0-1noble.20250320.221842_amd64.deb Size: 4324982 SHA256: b2fd459d352a5451db73623018afd7794e2083e5b517982457295112b22be556 SHA1: 3015039cce4fb5b23758053f0ef2af2279c54acf MD5sum: b131ffa3f82da9c7fb345e77733b7bba Description: debug symbols for ros-jazzy-novatel-oem7-msgs Build-Ids: 1504f00d505fb4f0e22056e08ad29275ea1cb9ac 160e476c269101010f20f61afce33989d76828da 1683f959473cc46099d8929ef7c1997c7289d380 224db5eaaa1631da6842d16e6b9d3d1fb19dbf0b 5ac899afc4a7614bc9d7dd39da64ff9aad6b52ec 5fcde02bf87c2b5ffe4fd7e987736fb69cf259dc 61abd5491cbfef4cf3511a5e45943a8589b62954 dbd82392fc27796afad9a8b03eae27cb39936ea5 f3ad3498e646f3627c96c6a86101d64848c8f7ec fb1e597c01ed3e1f024aa5488c71c3987107eaa9 fbed696874e6c8845d3a4257edd8df6518e72d45 Package: ros-jazzy-ntpd-driver Version: 2.2.0-4noble.20250321.133434 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 509 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.20250321.133434_amd64.deb Size: 109904 SHA256: 16a57f5cc5d2d30b524bd38add9b74f5ec7602fbfd55c10c83f3c20ece1b8f97 SHA1: 98cd8b9a1296b6942d65e4a43d3d7e716d5208ec MD5sum: 51ba0a8d706de3e224dac561b2d27eec 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.20250321.133434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2375 Depends: ros-jazzy-ntpd-driver (= 2.2.0-4noble.20250321.133434) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntpd-driver/ros-jazzy-ntpd-driver-dbgsym_2.2.0-4noble.20250321.133434_amd64.deb Size: 2055212 SHA256: 1e832820fd32dda80b01d41b34653efd039374dc3dda9ea10773ae77cc151142 SHA1: 6fee91771a8d3a2bcd9c93e29c93b7c28f1ce278 MD5sum: a2c71e089118177663c1f38bb61866e3 Description: debug symbols for ros-jazzy-ntpd-driver Build-Ids: 7d17e885502ceb6758ac6a19eaaf8708c3a8f6e0 9d682000e26b23679ddf6c460ac2f48af41e9ca5 Package: ros-jazzy-ntrip-client Version: 1.4.0-1noble.20250321.131416 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.0-1noble.20250321.131416_amd64.deb Size: 26358 SHA256: e417000fb646586a4a326b92e04c7b0528bd2a5a6595d8a8cb42417d9d504a16 SHA1: 700a81f3cc9a8fd558e8bb18955e710a83031fcf MD5sum: dbd2fb6a79934838bcdbd9dec34813d0 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.5.5-3noble.20250321.133719 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 250 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-libcurl-vendor, 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.5.5-3noble.20250321.133719_amd64.deb Size: 70380 SHA256: 4f70d89f49034cd6c8782d06035df66957951383d91ec5aef5cea4b37f32f207 SHA1: c9b67e45b2e598db291140b4b5cb438ca1f68b83 MD5sum: fab5717c726c3b4ebc0bb62c0005275b 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.5.5-3noble.20250321.133719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1226 Depends: ros-jazzy-ntrip-client-node (= 0.5.5-3noble.20250321.133719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client-node/ros-jazzy-ntrip-client-node-dbgsym_0.5.5-3noble.20250321.133719_amd64.deb Size: 1149640 SHA256: 3f5cb94863396dd4115934f0d6587de643fb2f2b6d7618adfb9bc44ba76e75e8 SHA1: a83c458d3b7e24d49e00a57cb52fde0e1b14f1c4 MD5sum: ab562db44f1d2b3fa12f5cdbe060668e Description: debug symbols for ros-jazzy-ntrip-client-node Build-Ids: ac407f88d5db096ae3848a9828b9e6ff8466dda9 c8bd875c91286d18a480efed495501c1ca1f34f3 Package: ros-jazzy-object-recognition-msgs Version: 2.0.0-5noble.20250320.224047 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3210 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.20250320.224047_amd64.deb Size: 236122 SHA256: 5697e30eda4dedb60e8b3532fae81ccd60eb0d222fc0822a42904f44b028615a SHA1: 602fe721e4966d8095c39fc98e1a5393c6935509 MD5sum: f4900a3ff445274d8afc403c74695428 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.20250320.224047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2580 Depends: ros-jazzy-object-recognition-msgs (= 2.0.0-5noble.20250320.224047) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-object-recognition-msgs/ros-jazzy-object-recognition-msgs-dbgsym_2.0.0-5noble.20250320.224047_amd64.deb Size: 2090468 SHA256: 5aa8cfcd622e9cc1c941202259cd1d9a502a77a36357deb93c5b568696bba134 SHA1: 2fe20762be2f0e8898ffbbc98901bacf846c9488 MD5sum: dc94bbda6175631748ce42f85da46b33 Description: debug symbols for ros-jazzy-object-recognition-msgs Build-Ids: 221d18ea31a0f7d64cec31b467a7c718b34bf4fa 2a0698d98e4c0113bdbf0132ffe2863a8b9fc564 3785e6489720eaa2eba7a0fbe1e3a836116d4cf3 4981bd860aa0c3b788f289ac706b99e68fd50fef 5c1a759fa7da6a63dc7a011b1d6ccb072d17501c 6362ac8e009bdfc0349b6ee7b73ac18bfe7909df c93d43a485223919c34c6bc9f493bc102ae68972 cd6a3ed5b4dca822d8011de4ff02a6a7d7fd0e57 e9791432881a23f2ce3b49bb2aff3413f29c806f eb88a1e9afbef0fefea8dc16e36a18f6016a526a eeba1e1f685f5c5eb8cd33f206536720c064aecb Package: ros-jazzy-octomap Version: 1.10.0-4noble.20250320.183357 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.20250320.183357_amd64.deb Size: 226780 SHA256: 6f706616c5915022a1458843f6a8ccac9aee1b48c0ea1e5ed9dda39dca1d22e9 SHA1: b5920eb0909964014db8b9e49a64f91cf680d111 MD5sum: e03ea77575d7896c3d87f267a9e722a2 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.20250320.183357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 2314 Depends: ros-jazzy-octomap (= 1.10.0-4noble.20250320.183357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap/ros-jazzy-octomap-dbgsym_1.10.0-4noble.20250320.183357_amd64.deb Size: 2155472 SHA256: fbe7fde34e1aa0a5fb66f88afca10c35a174825cae68e50c951c9e9e213cc0cf SHA1: bd382926aac8b3c5e255d7983a3f5641d6dc8a3c MD5sum: 453169483091a1762f5ce96ad59a2b71 Description: debug symbols for ros-jazzy-octomap Build-Ids: 997fa544e7710be38a6121b82a11a1e4daa82f49 9c5a465e0a916fbaf8e6fb2b909acdbc3b0de35d a07e02efc9672b3dcbeef86a907f95785fa85145 a679320dfae0c22eb8ce1e9482032f76351474c0 b8968e7a8e31f3235207cc0a806661d91702afd4 c8971de3df6992c2936f917ff3447448c0190c10 d3b4e82f3aafa8ae7fe0e45605e309b2fe9a0e53 fa0ffdac355dae02f9a4dbf0d2cef488d2d5acd8 fed4122feb6dfeb9c2dc2cf0495e313442c21a06 ffe2c2dfc82bb6dd372fc0ccb13616983cc3ec24 Package: ros-jazzy-octomap-mapping Version: 2.3.0-1noble.20250321.154133 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.0-1noble.20250321.154133_amd64.deb Size: 5544 SHA256: 689ac216b9b1a7472c35fdbe0f5a2b364dfba6dfdeb9f2ea18d253a7ae12b2da SHA1: 6211ca2d5f3e06f82cb1eb211975ee35e194f227 MD5sum: 7ae4b755c726b07defc3b2d59355e254 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.20250320.223540 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1394 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.20250320.223540_amd64.deb Size: 120732 SHA256: 3f4d620f5b615db1e8c1e33db9976828cbd802d08806dd6f4b70aa61a3dc24ac SHA1: e723baa8cd46ca948a340c9d917580ff5da9fe4d MD5sum: 2c13a671ff97893549cb59b02ced506e 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.20250320.223540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1075 Depends: ros-jazzy-octomap-msgs (= 2.0.1-1noble.20250320.223540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-msgs/ros-jazzy-octomap-msgs-dbgsym_2.0.1-1noble.20250320.223540_amd64.deb Size: 846368 SHA256: 9e3a7df1852b60b4119ccea67c6fa28732e183056a7d6a374b53c1a24117de8b SHA1: 18c36e04ad38d6628b4b075794c1d1fb17795408 MD5sum: 0850a715b88367933dda1f0a54234a07 Description: debug symbols for ros-jazzy-octomap-msgs Build-Ids: 0564bf7ca4aac2e32edff310b786f3eca7aba58e 0a0722df864c3714f5a30846781714fac54b29b1 35259e44929a2dcafaa820a90983f9d95408c2bc 493732596cd6ba79488ce30858a2a8623cead2cf 4cfa8030e514f291a075412a97db7c6b860b21a9 559b779bcf49a32e7c9c74bc1b7460ed501e2be7 611a2f9f20ba110c01c9a55431d5a1590c652d28 845a0729b7fbe66955f17e0e6b7fd2595ec83df0 98a48b7be18aff0cfd3b256838ed4e0d28097978 a1ec7ef2af4eef4855a6f9853ec7f5586cef0b5d fcfa59a4c06b5f1e71a2077d348974288fd176da Package: ros-jazzy-octomap-ros Version: 0.4.4-1noble.20250320.224225 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.20250320.224225_amd64.deb Size: 15108 SHA256: 70ec37278a695f182ef7aa62fc619055fd097ff2c34db1f20b55b9b7d234b2e2 SHA1: 62fdc2442ceee1dfd03656815e0e62e6484ae284 MD5sum: 63f7e1b8db402255dc2315ddad4c7de4 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.20250320.224225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 102 Depends: ros-jazzy-octomap-ros (= 0.4.4-1noble.20250320.224225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-ros/ros-jazzy-octomap-ros-dbgsym_0.4.4-1noble.20250320.224225_amd64.deb Size: 87400 SHA256: 0d4da33bdbbfbdb1e54d7f916644731f7e6635f1ac4c0ede6daf77a77566a17c SHA1: 2e130038114c55a359bb63f4d00a7db245a8bfec MD5sum: 11ec5ee8f014de5b3abd75f45d5204da Description: debug symbols for ros-jazzy-octomap-ros Build-Ids: fc43b4360adc199efca1ec387729093d354db68e Package: ros-jazzy-octomap-rviz-plugins Version: 2.1.0-1noble.20250321.152853 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 1183 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.20250321.152853_amd64.deb Size: 280562 SHA256: 23ac2968354700d883c5ff2454099a49bee3c446a5ad1b68a0120cc95c5bb3ad SHA1: 426c3923fd171872cb8f695b097ae380838fbb08 MD5sum: 3abd5c5a51a29a787012eb18c80669e2 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.20250321.152853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6561 Depends: ros-jazzy-octomap-rviz-plugins (= 2.1.0-1noble.20250321.152853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-rviz-plugins/ros-jazzy-octomap-rviz-plugins-dbgsym_2.1.0-1noble.20250321.152853_amd64.deb Size: 5931654 SHA256: e5b94dee08201ac0a8366a6f778af1ee903b5154897b8a41f8cb84092fdfb08d SHA1: c74c82bac3d43f51964c12530c8178e7d315c6c0 MD5sum: 8aa45c559d005e5838e15b9eaa6d6ddf Description: debug symbols for ros-jazzy-octomap-rviz-plugins Build-Ids: d559af07971459226157c34267ea85627aae6490 Package: ros-jazzy-octomap-server Version: 2.3.0-1noble.20250321.152723 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 4950 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.0-1noble.20250321.152723_amd64.deb Size: 729926 SHA256: 80b107b95b174b26b8d3ec94baa55f6253a87ff7b83ccc48028c46c02eb8a3a2 SHA1: ebdf6a7c539763fb6113305ba049d6297441cc18 MD5sum: 7bebe023769bd33f5604f8fcf26610ca 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.0-1noble.20250321.152723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29210 Depends: ros-jazzy-octomap-server (= 2.3.0-1noble.20250321.152723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-server/ros-jazzy-octomap-server-dbgsym_2.3.0-1noble.20250321.152723_amd64.deb Size: 26157770 SHA256: 9e9ad3fe483ded5be837de1f72ff181e5550c2879c75dc90bb03af4fda6eb231 SHA1: b26834f136269fee71574ee6eff7b5963f14bd9b MD5sum: 685ea1d8f48b2d4e31992e4272a39f00 Description: debug symbols for ros-jazzy-octomap-server Build-Ids: 11c8964170345b7fcbe190742e3ef06ff7ce746c 2237158981fb2bf76009f3f08152e8594527d81b 39abdedc5db22ce2aa4df678e45f35f835e8673f 470c1ad3f2f96ef86ebc9bb13394fa8f277b3465 720e086e50eeba315eff44d8caa0504f59bbd75a 82c33b02b476e85c90294577ef2bbed32ac3b08a 90c4598937e57b88a7183b3fcffdbfeee1a300db 94f0b271d7bd1d77ab864bddc6f50653b13ab445 99add8607975c83c9763b445ea90bef53faf524d c1a46f478c8423e02792405555f81806d18ed40c d0b73fd6e007f846e4f84ca19b062bcfddd5ad72 f95f5a9173e2a75017cdf90a6ce1fea3e66f954b Package: ros-jazzy-octovis Version: 1.10.0-4noble.20250320.183750 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.20250320.183750_amd64.deb Size: 149540 SHA256: 7e3cdf40bba519d46c035b19936c80c1e037f6b23d70f3e5191044dd1baddb86 SHA1: 42c2fb5e8c896ab1470daa3142f3b5b199545e93 MD5sum: 2efc9ddccafc072971c422390303c352 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.20250320.183750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 3184 Depends: ros-jazzy-octovis (= 1.10.0-4noble.20250320.183750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octovis/ros-jazzy-octovis-dbgsym_1.10.0-4noble.20250320.183750_amd64.deb Size: 3121054 SHA256: 07412dbad6f3d318241c484d3ecd6e3f1f4653a32ab616b13eb70e12862e942f SHA1: 94e74773d660890c94ce4c93fc12a648306d580d MD5sum: 8cce5a448e7611b800ef6be0f6b6c470 Description: debug symbols for ros-jazzy-octovis Build-Ids: 392f5be99ac1386ded387cb68dff3d27a9a3ba66 b1c4af8c598ad8ff6aa936fbfe1a0a1f1881257c Package: ros-jazzy-odom-to-tf-ros2 Version: 1.0.5-1noble.20250321.141851 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odom-to-tf-ros2/ros-jazzy-odom-to-tf-ros2_1.0.5-1noble.20250321.141851_amd64.deb Size: 108368 SHA256: c68e9adf2bf4be4a209f8cb192821c74331d8b73567beb3d8e0b64b978083292 SHA1: 9fef456163c3e7157c83d8dd01a4b26e4c04bebe MD5sum: 8514f33d0a3610d41c0c70c01ecc549e 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.5-1noble.20250321.141851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2253 Depends: ros-jazzy-odom-to-tf-ros2 (= 1.0.5-1noble.20250321.141851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odom-to-tf-ros2/ros-jazzy-odom-to-tf-ros2-dbgsym_1.0.5-1noble.20250321.141851_amd64.deb Size: 1920782 SHA256: fa885d8c6fca05e69f6ed69bfc18c1931f46998e50534b7f79896213385c0647 SHA1: 4929d4b8d29a90926ce75783317204b2aaecfa40 MD5sum: 2894e068ca60b884e81dbc8cc66a28d2 Description: debug symbols for ros-jazzy-odom-to-tf-ros2 Build-Ids: c4ad5c834440dc36e7e2bda0083839021b4a1df2 Package: ros-jazzy-odri-master-board-sdk Version: 1.0.7-1noble.20250320.183357 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.20250320.183357_amd64.deb Size: 79568 SHA256: d09ec2cda8790840ee05aa67a5a22e793449100a8f59a656452137246aed918a SHA1: b681ef6301e37861aa76d953f15480fb2ef6569b MD5sum: 8cb3e5932bb11d921f2dddf494646e3d 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.20250320.183357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 785 Depends: ros-jazzy-odri-master-board-sdk (= 1.0.7-1noble.20250320.183357) 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.20250320.183357_amd64.deb Size: 610790 SHA256: 3ac5a73bbca19d509120f877cd771ba743800ce839dc56844298230880316340 SHA1: 02aba38c576de98eb37f3d4d7b799fa075126f9c MD5sum: a9985b8982ab8dcb9f49c92e11226501 Description: debug symbols for ros-jazzy-odri-master-board-sdk Build-Ids: 3cf9ce4db90881df2c40c22c5b8c154d89c2598a 48cd8b6da8cddd01094000a03f8baa5f1d6a0102 d145b1ea8d053255307f7dd4cbc9b72675119748 dea806609a6f4db9b36601a973b04ab22472e13a e47f0c4715cdaf4269fce273921eb88c0b83ef4e Package: ros-jazzy-ompl Version: 1.6.0-1noble.20250320.183359 Architecture: amd64 Maintainer: Mark Moll Installed-Size: 8529 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.4), libode8t64 (>= 2:0.16.2), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, libflann-dev, libode-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.6.0-1noble.20250320.183359_amd64.deb Size: 1744178 SHA256: f80486db1d9921114eada555c241b241e7c7ad4f94b087cb510891662605e12d SHA1: b264d9d3d3aefcadccec259dc9af66ca3ed3a9c2 MD5sum: f359b2ae4f205cc2c5d934f6c36d4130 Description: OMPL is a free sampling-based motion planning library. Package: ros-jazzy-ompl-dbgsym Package-Type: ddeb Source: ros-jazzy-ompl Version: 1.6.0-1noble.20250320.183359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mark Moll Installed-Size: 46706 Depends: ros-jazzy-ompl (= 1.6.0-1noble.20250320.183359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ompl/ros-jazzy-ompl-dbgsym_1.6.0-1noble.20250320.183359_amd64.deb Size: 44912540 SHA256: cbcb022a9724aba72a8572be951ed580d2781631d8c7bdd26f148a8ed4458305 SHA1: a06b33cded29cb750d091f4a85c7d381583d0664 MD5sum: 1944d9bac760f758e8b0b42e4c0c654b Description: debug symbols for ros-jazzy-ompl Build-Ids: 0e6f4323feb657d8f1cb256c47e195820471383a Package: ros-jazzy-openeb-vendor Version: 2.0.2-2noble.20250320.185807 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 11435 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.2-2noble.20250320.185807_amd64.deb Size: 2060742 SHA256: ed1c1ad951e61957bff8ccd8c9a36d3ec27b3b5ce274aaa37051486ed53c4cb8 SHA1: c9ac061da5286d59cc1e59f6ad20cfb9ed855a2e MD5sum: 4846d42cc922b4598518c358770ab644 Description: Wrapper around openeb Package: ros-jazzy-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-openeb-vendor Version: 2.0.2-2noble.20250320.185807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 48828 Depends: ros-jazzy-openeb-vendor (= 2.0.2-2noble.20250320.185807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openeb-vendor/ros-jazzy-openeb-vendor-dbgsym_2.0.2-2noble.20250320.185807_amd64.deb Size: 46553854 SHA256: 3a3319b72edf0145d6e6e79bd3b3f142a52b34116ee2292fe8031bd1ee3aba08 SHA1: aac5d902ab5fb81c0ad56d2010d1682dd7e80963 MD5sum: 8059ca135f5db6023cf59e0ef9ff1d04 Description: debug symbols for ros-jazzy-openeb-vendor Build-Ids: 13b4f63a1c315d10a9bbd8b4dfbab95bd93a88db 17deeaf56c288932bee3cffc4b2242383ad610cf 18afd735d866bac5882a38ac3df3aa8756ad9aab 1b5e1c86292421c1c789011f6781bb7cb05da875 20934a07fb4a6f1d87afcac9f07bb4898fce1049 21f23268fd157520840e7091e4fb886bfdcb930d 2f718a7e7e489d65bbd63f854c142d97e7ff4b8b 4107a55af640d8d0b5bdee7e61d8ef905ce5a84f 43af7f3be0cb37f1c705afc7d7685886e32e5712 449b397254a85f4187c1b65dbf267a81cc36f406 46fad6482857a081d105cf0991f8f7fa2b8caf5e 7a16b417e35c3c213b459807be9e5c512b80d268 86835c1242b4142a6d0c51c91907c43d8616faf0 b2d553d26c452f5a1c95cb9512de0b692032d29d b4a89708cd13ff3db53b02bfab129c4bb1ce88c3 bb63f8d8d6b580942c9ce87442608f593e59f945 da89850bc0ab7d73b4f9a1eac54f09595a58d538 e4e9b10f32bcaa131c91acad44a7435f48111aad f2bd1bd3365e2b8cb563894a621c3b4467300ef9 f5dfaa7c69a860c89039062cb2c8e0f1782e9bb7 fe9e92c479256291a1d0f45456245f82006843a2 Package: ros-jazzy-opennav-docking Version: 1.3.5-1noble.20250321.145502 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2825 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), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-graceful-controller, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-opennav-docking-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking_1.3.5-1noble.20250321.145502_amd64.deb Size: 534614 SHA256: 894544f4abf75bd3fe9f8c9e3b7ae2e3240112c4f702e963ce266c2c81be76bb SHA1: 3c35c950b5bb58d71f34eaae2d8f0df2f168586d MD5sum: 858ec35d982985156580712471a17484 Description: A Task Server for robot charger docking Package: ros-jazzy-opennav-docking-bt Version: 1.3.5-1noble.20250321.145429 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 558 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt_1.3.5-1noble.20250321.145429_amd64.deb Size: 133120 SHA256: e5bd064f974b8ec057d0da1ef7de0e474d91e0a58a8cdd1055d5e0fcbbb9fbc7 SHA1: 561b0d6b61bc010a92a780ad8b9169aaee3e7c14 MD5sum: 9aa86cf1f10a0f5a22e540404fc1691e 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.5-1noble.20250321.145429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2625 Depends: ros-jazzy-opennav-docking-bt (= 1.3.5-1noble.20250321.145429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt-dbgsym_1.3.5-1noble.20250321.145429_amd64.deb Size: 2431746 SHA256: 4e60cb8ee7ef04c2360ffc7c79699c41b5106c413079be37acbc2608165289bb SHA1: 5317a65de1f64bf4d01829b14994b6a29c2047cc MD5sum: 3a01c9ff66b71a58629735781ba5a08a Description: debug symbols for ros-jazzy-opennav-docking-bt Build-Ids: 264dc029c2a6bb9bea96dcf9fb9bc17eedd86ecd 78fdf6d8dac876efe0c2ac8b5c5a1c0515a98f71 Package: ros-jazzy-opennav-docking-core Version: 1.3.5-1noble.20250321.142112 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 61 Depends: ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-core/ros-jazzy-opennav-docking-core_1.3.5-1noble.20250321.142112_amd64.deb Size: 8442 SHA256: 4d38242cdbb73381c692e557d6b1a4790c38fe0d84f298d3e917b479109c76e2 SHA1: 22b4910ab13f758a13c9a5cd6a00141509464840 MD5sum: 8bb8ddcfb5b7a0420a4790ea2140d92f 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.5-1noble.20250321.145502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 13454 Depends: ros-jazzy-opennav-docking (= 1.3.5-1noble.20250321.145502) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking-dbgsym_1.3.5-1noble.20250321.145502_amd64.deb Size: 11664304 SHA256: 449cf0e9801af4fa00354fea4e0ec8f56b4c169e36a151f9fce9c1e17a64f157 SHA1: 1a99f8a3f9fb3fe08eb91555d4578c4ed7cce83e MD5sum: 2bac634210aeca2279e4aa26b2d60216 Description: debug symbols for ros-jazzy-opennav-docking Build-Ids: 1fca1a54321af4e1765c140cb042150b8b654b98 2bd4a6571d8bba87fe3e771c39a07f5a1b07d6d4 4d3257e94a08ce134f727c1f742d0fa66a0e9633 7e9f2fabcc0ade745aa3bb65c3026852448b245e cdf1a7e13cf314f70e83210c63531e778df2b4ee ef70e33abbee81865d654dca003cb923de62536d Package: ros-jazzy-openni2-camera Version: 2.2.2-1noble.20250321.151643 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1419 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.20250321.151643_amd64.deb Size: 256004 SHA256: 99f41d06645b14977e6cc6e0f74685b625eabe57391e370eb4d68977324732a4 SHA1: e8c7ae2b6b1fdb9151ed751d8ca339c3a2cf0ae1 MD5sum: ea16f227719d796ee2137cb9710e51aa 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.20250321.151643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4024 Depends: ros-jazzy-openni2-camera (= 2.2.2-1noble.20250321.151643) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openni2-camera/ros-jazzy-openni2-camera-dbgsym_2.2.2-1noble.20250321.151643_amd64.deb Size: 3682296 SHA256: f1ff252df00cc21d793cb50ab0eac210ddd9d10ffa79b03b517c480c9ed164a7 SHA1: 7512921d3edf68b147be548621ece3c017cf572c MD5sum: a9f4b21d0506879d85e7b83492e91f07 Description: debug symbols for ros-jazzy-openni2-camera Build-Ids: 1973a55c7fbb1fe6ebc5e5ef485e6fab721cb72b 225461a660497ec2f22d53ef7227460a7d412da7 230e9bbd11a7959c40ca5ed061d619bb055be6fc 24ceeaf885101d19b183cc63c455575c8441cec5 2aa445954da18c15679563c0f18e29cedb4cc1f5 3276db6b223e62a4c1d6b37759446aade545bb6b 36f8579b4bfe38bc93959ce999d8be08710e51d1 454d78cbd65ca2b127e3fc26cc285e2e4f58187e 876b76d92b938bc24478ceea1875020e92fa6366 a3090c69e0d4062bccf5313cc411fd24c6df1f7d b77eba7fe41734cf085562f501ad568b026cb0db c169c5fb4f075019d63dd9f1cfdd11d3419a84bb d0c527572829c16e4b4c58339fc9a7d9d86e2ae9 d7895eacdee3b618395892f3c6f6e1620f9f59d1 e6be24b9ebf2f96238864adfc6eee7a5db4252c0 f41fe676f7d18ce3e0b6b91ea27073519d051618 Package: ros-jazzy-openvdb-vendor Version: 2.5.4-1noble.20250320.185811 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.4-1noble.20250320.185811_amd64.deb Size: 5566 SHA256: 490f0227aaf08881bfcbfedb490f69b353b223043673c5e236f1f48575052e7c SHA1: c3dc87be27da4ff73a180a400f9fa30564ef1cd6 MD5sum: 2ad1bc75bf56986c25e56b2fc6aa1f37 Description: Wrapper around OpenVDB, if not found on the system, will compile from source Package: ros-jazzy-orocos-kdl-vendor Version: 0.5.1-2noble.20250320.185834 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.1-2noble.20250320.185834_amd64.deb Size: 6994 SHA256: 0f5401d0f192e974058efd8b200a0115b3c597d6001fb81472425beec8b587da SHA1: b9626b635b77d70280049ee84fe1e8c7ab050b5d MD5sum: 46f70e4238ce00e201cf3a5a36a84bd1 Description: Wrapper around orocos_kdl, providing nothing but a dependency on orocos_kdl on some systems. On others, it fetches and builds orocos_kdl locally. Package: ros-jazzy-ortools-vendor Version: 9.9.0-6noble.20250328.060855 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 139125 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://github.com/google/or-tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor_9.9.0-6noble.20250328.060855_amd64.deb Size: 31710838 SHA256: 6a98475c7edf3a3b3f82c7a41b2036a1886d4e88e3eedc8ca70f5d779907a532 SHA1: 1747bd14d69c830f65e3715829885932890db699 MD5sum: 6101709b5482e317cb139583e469d5ae Description: Wrapper around ortools, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-ortools-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-ortools-vendor Version: 9.9.0-6noble.20250328.060855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 315883 Depends: ros-jazzy-ortools-vendor (= 9.9.0-6noble.20250328.060855) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor-dbgsym_9.9.0-6noble.20250328.060855_amd64.deb Size: 307024032 SHA256: dec5ce42226129bace2af47839d4ceb75442fd9057d740f787cdb47e387441b8 SHA1: cb745e4c0ea7a22533fc9fa60eef741a83ae3bea MD5sum: f352323fc7c7655618ef3233e5762864 Description: debug symbols for ros-jazzy-ortools-vendor Build-Ids: 0f290c2a9772d3f2805e7efec6d66b4d6c0ac57d 32915bf92f60f9cc331de66b33a8bd60477ba2b7 395a9233fe26f3f54cbcaf8087d19466be76d097 55e1cc05796bfec9ccd48ccbb1dc62afffe31b51 9302ecf0ee0c34c21175478625223cd6fd5429a8 ac94a2d66023ef80f0c12038b805c22cef4db70b cb61271958330d41aab1651f7a57ac642ef1635c fd219f26094fa46a4fb0c56e56c634aac97168de Package: ros-jazzy-osqp-vendor Version: 0.2.0-4noble.20250320.185858 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.20250320.185858_amd64.deb Size: 87642 SHA256: ddbb4b19201928d5957147134d6b7c437d8d3f4cbf78fb2bd029b35540360ef5 SHA1: 227928e13d910183ccbc6ef1cf11ba6227d3737b MD5sum: b5a90afb636626eab8d5c545e4b998d8 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.20250320.185858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 150 Depends: ros-jazzy-osqp-vendor (= 0.2.0-4noble.20250320.185858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osqp-vendor/ros-jazzy-osqp-vendor-dbgsym_0.2.0-4noble.20250320.185858_amd64.deb Size: 112092 SHA256: b18c8701b65196f13450f8e614d7500ff4c1d6a9a89e8502e409da4a39c9e328 SHA1: df54ad1e637483e877beabb3f8072aa10ccac54a MD5sum: 47e5f9ebc47c0c6ae1caaf8f0c8401c1 Description: debug symbols for ros-jazzy-osqp-vendor Build-Ids: a9085a483011e0abfd131853e42164116645806a ee569f755c1268fd8abe9e8dd89903a6a7e9d513 Package: ros-jazzy-osrf-pycommon Version: 2.1.5-1noble.20250320.183359 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.5-1noble.20250320.183359_amd64.deb Size: 49340 SHA256: 59f42ec2e140024a9abda2a0517a5a6966aa6868a9e90c7f86c9cc38cd21f35f SHA1: 20ed837fcd00a38c5db350bab0054c0da9ba8fe7 MD5sum: f245dffd28b363b26d6081eb41f686c0 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-jazzy-osrf-testing-tools-cpp Version: 2.0.0-3noble.20250320.183400 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.20250320.183400_amd64.deb Size: 5066228 SHA256: f266b18c7d7ab2eca27b30177a2fb734e88945faa053938882ba09e0112f4da4 SHA1: e05acdd942db312badd7fe1d49fe099c66c096c4 MD5sum: 981966ea3b995638f56cd1841c4bfacc 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.20250320.183400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 801 Depends: ros-jazzy-osrf-testing-tools-cpp (= 2.0.0-3noble.20250320.183400) 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.20250320.183400_amd64.deb Size: 733346 SHA256: 0bddbc14a3d629c26352f240ff1e611914c928241403b9527d7208e038bc5a75 SHA1: 3b44ca082c400d16a737ad04ce4b5c03e7f9e120 MD5sum: 6361edec682742e6601412b0468ed93e Description: debug symbols for ros-jazzy-osrf-testing-tools-cpp Build-Ids: 2cf2349374a7080562abc9fc1078a5b16cd08b78 4bcc46cd65f3b9656e3f1667d8e12198b992646a 66da6b72901688ac551cbcc4b85ff6ed3d7c559a Package: ros-jazzy-ouster-ros Version: 0.11.1-6noble.20250321.153402 Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 6815 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libpcl-common1.14 (>= 1.14.0+dfsg), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), curl, libcurl4-openssl-dev, libspdlog-dev, libtins-dev, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ouster-sensor-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros_0.11.1-6noble.20250321.153402_amd64.deb Size: 1187074 SHA256: d754d1e1614808ae64acefa66eb5e9d0837e2645ddcfee6224dc24a9b8a8afce SHA1: 0d9bf032ac2e177374735c98040fa9e7d2422f9b MD5sum: 902759c502e11006cc90b44bd418dedc Description: Ouster ROS2 driver Package: ros-jazzy-ouster-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-ouster-ros Version: 0.11.1-6noble.20250321.153402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 56581 Depends: ros-jazzy-ouster-ros (= 0.11.1-6noble.20250321.153402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros-dbgsym_0.11.1-6noble.20250321.153402_amd64.deb Size: 54102526 SHA256: a86e68a77f6351942a95ca527aabe120651881729e08eb3fac25fa8efc1eb9ca SHA1: 9c4d87074d095479d27ef601e01f00f3c4cb7c3f MD5sum: 529b8d35e044707b76a8734a9835af91 Description: debug symbols for ros-jazzy-ouster-ros Build-Ids: 0e95a8d4471db59d3ce88bc2270116cd23e4a50d 142b8434029f70f8d369c10f94c016655106de44 60265e122bb8c4b56aed4b7a63058c90f8924e7c 6466086f83c26b484a4ad6aab2b4cd2b5903ecf6 8da6373799604ff850551a859091f2aac87c58b9 96a731d4e5193da6ddb4c2202219f4b2758c69b0 9967916ff59fa4fb28104f23ef02b31c9be0f8a3 a1245317b8f121f57d4410c6179ab5617fe343b6 c2def2e2fdcda006ead7ac215ad90b1e907a3206 ef006aa1bf5b502faa8e32b698e4f28695f2163f f7b862ca56720b4d425c6b548ab89ca90b845af2 Package: ros-jazzy-ouster-sensor-msgs Version: 0.11.1-6noble.20250320.221856 Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 1589 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs_0.11.1-6noble.20250320.221856_amd64.deb Size: 117724 SHA256: b2c5a5bf75322d288e0b332ed85b21d145674dd908d35ff6d6c5de301a373a2d SHA1: f86a79d9822acf8a393b61a8d8dc058181810613 MD5sum: 151f15c641ba02fa43a3486eee57482a 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.11.1-6noble.20250320.221856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 1181 Depends: ros-jazzy-ouster-sensor-msgs (= 0.11.1-6noble.20250320.221856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs-dbgsym_0.11.1-6noble.20250320.221856_amd64.deb Size: 913134 SHA256: 49895118dccc3d6e75f8668f94e345379bc2692cd3d5c5f700f0d5f28a0250ca SHA1: eba43e79ac4a64289a75205164918ead170f3986 MD5sum: 1eaeaf9b5f9a4f5ae2a2adbd7667aadd Description: debug symbols for ros-jazzy-ouster-sensor-msgs Build-Ids: 2f45e153914c2588989adc6a61ebf455f686641a 41834b50f4a9425b340513ee9b2e5f1e5808aa24 582ae453d5f902b1a385d4f084fabf5094e3782b 5cc982c35bb1c1ffe8adb1a03bfb2ed4221efdb0 6c0856329a8445fcf8e1724c78ed53f7f11c026f 8c5b22385cbbda2c2ba3712b2255a482fb985253 92c137e419c92912f5485613973dfc679ecfceb7 9650681170a16eb8983abf57b822fc29cc7e8fda b057e5dc5a80e71f3dd2762ee373b9934bd1c469 da85243bf8186ad82e58341216426436271fd2ce de2812fe763bb79d1d8c364ddc1f307dc90dcbcf Package: ros-jazzy-ouxt-common Version: 0.0.8-5noble.20250320.185949 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.20250320.185949_amd64.deb Size: 5390 SHA256: 247fba859384c920496ebec77856e875ffd410004370f3d9b8d980a3f963f8c8 SHA1: ea7edf44cb1a75275f79196192f14996c0a7c9b8 MD5sum: b68ab8361bcf50be6ff4883cc7928c7a Description: common settings for OUXT Polaris ROS2 packages Package: ros-jazzy-ouxt-lint-common Version: 0.0.8-5noble.20250320.185913 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.20250320.185913_amd64.deb Size: 6444 SHA256: cfb403b065529642f04ae68d6c405435aec9c5c6c9e62d27668cf5291c6a3309 SHA1: 78f13d85751965d1eb7cedc097140eb18880c2ac MD5sum: 3564504ec421225cad4d896ed7095ddf Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-jazzy-pal-statistics Version: 2.6.2-1noble.20250321.132456 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 407 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-pal-statistics-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics_2.6.2-1noble.20250321.132456_amd64.deb Size: 105820 SHA256: fc600ca34892d3b2a0f1d58e0eb48fb1a20239df39d8b43d4c852cd0df8ee394 SHA1: 9d5c9b0453113b030570bc1c1b8ac3d752ddb807 MD5sum: 2315e0359e992dd8e1f1fb0db0cf46fb Description: The pal_statistics package Package: ros-jazzy-pal-statistics-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics Version: 2.6.2-1noble.20250321.132456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 2104 Depends: ros-jazzy-pal-statistics (= 2.6.2-1noble.20250321.132456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics-dbgsym_2.6.2-1noble.20250321.132456_amd64.deb Size: 1974736 SHA256: 65164cff9935b5f122df2b0ff843fdc6a4bd0f18e49f24e4f59ab52dd8eb672e SHA1: 23dd1029a8d9993d8c018a8c852530cf8302426a MD5sum: b037a5074ce53a4c88cf9d587e0cb5e6 Description: debug symbols for ros-jazzy-pal-statistics Build-Ids: 4bee8f618cd36a3469ce1262725213d83987d89b Package: ros-jazzy-pal-statistics-msgs Version: 2.6.2-1noble.20250320.221917 Architecture: amd64 Maintainer: Jordan Palacios 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-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.6.2-1noble.20250320.221917_amd64.deb Size: 79362 SHA256: cc7fd3150c559c9002f97ff88c8e56306ec1289dcd309387f28aa8a3f9e68757 SHA1: 2e18956c4e0217303b841fb7158d635afbd82125 MD5sum: 074457c183ae165dc5cdc7b7e1756724 Description: Statistics msgs package Package: ros-jazzy-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics-msgs Version: 2.6.2-1noble.20250320.221917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 702 Depends: ros-jazzy-pal-statistics-msgs (= 2.6.2-1noble.20250320.221917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics-msgs/ros-jazzy-pal-statistics-msgs-dbgsym_2.6.2-1noble.20250320.221917_amd64.deb Size: 553424 SHA256: d57929f0f7b4e345b15172229e647a2bf8ace7c6ec23a46d315c109cafee8a5f SHA1: b5f2e3e096c2a32e46833847ef48c7e4697432e5 MD5sum: d4d28a946de763e28b2b2cf0ade0b821 Description: debug symbols for ros-jazzy-pal-statistics-msgs Build-Ids: 0d96912a47ec4176e1b204930770b78340ad9a03 28763ade9a884d89903159b0166fa52ee5daf48a 4774fc0853c0c24717ceb84b81420dde12b23206 5ef0f8b57b74578847163d685c66ab2fb407044b 7938d68ceaf8650cc432dccaf16d0e4085e595f3 872f9bfcdd3cc010198e56cf9a91b0c68e6afe15 88769460134c602511911c3e524af3098c6ec1eb 8e8ced295104bcafa3073e3c0a8b4783e13bfa0d 9b6b8fe6fd0e13ae4515c54b0c32f45636b86d93 c34e6a450d5729f4af134fc091a312ca56d3861c dc997ff4ca45e5dc72de33eba1a939e9c5f553ab Package: ros-jazzy-pangolin Version: 0.9.3-1noble.20250320.183403 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-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin_0.9.3-1noble.20250320.183403_amd64.deb Size: 1346584 SHA256: 6a3a65f55b6a54f77bdcc3f83973a072736e49e3c6bff48a506b84dd128ba636 SHA1: 4a49344704b79854c1bb2b56251e494e53550c1d MD5sum: c10ab5686362255e3fa4ae4190117331 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.3-1noble.20250320.183403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 31955 Depends: ros-jazzy-pangolin (= 0.9.3-1noble.20250320.183403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin-dbgsym_0.9.3-1noble.20250320.183403_amd64.deb Size: 30274718 SHA256: 8f1218da7002741427b6e214480aa9c2eb9a76a98bd8a0bfe426b197c7493490 SHA1: 4ecc17f8fb826a3325b65265e8920560fa045435 MD5sum: 83d17fb377f8f593c05f63e40ace3510 Description: debug symbols for ros-jazzy-pangolin Build-Ids: 0a05300d710b5a419c76f8108c6877e559ae8cb0 108d90f412c944657c2ccbd93c070abdae922560 14b956a04aecc0b8a4ae52b21c450eb4d025a478 18a12ba9bc2b5e2521aebb74d0465ef56ce064ec 26d51d0e96e01155c66170d40126b41ee9b5f062 2b10238de13c80bc8a86976138808af4d435e95f 5ec9a08ec38f528ae7cd3f8922b40e4bad9db266 678eff23ced1f60e9b033a650373abe53b757d5b 6b843f61c2fc98c84f04565bc0921d55806fff01 6bca90f25d016b9303b6208b4114c31d0e1a3682 749a848fa5f27cd26e9acb75e4803db92c78273d 78347c1a25f0ededa5b34fd98e94612bc87f6ff0 8fc39bf034f21d285f36330fc9e898171d8b74ec a72f6d80ddc1cd601e6f10b8f659261abed23b36 b78ade243c30bf726a3e34225e24dc8639444b0a b7f4f2c56c83f2ea7aafc32df3a135a28165a3e9 e65afec7334cd4a6b33ec58f26818aefd48f2884 eb5a9b7d8a9bd09a8097d6626a7e10020bb2eb6e eff2c8f934495fcd13aafad4f9400f661b62dec4 ff411c74869fb8033f29adda1829f78e519a7258 Package: ros-jazzy-parallel-gripper-controller Version: 4.22.0-1noble.20250321.144341 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 333 Depends: 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.22.0-1noble.20250321.144341_amd64.deb Size: 82350 SHA256: 8d305715a24adcf28a7c9a5cf8c00d2f80189cb1d094df42ac900610c0287b63 SHA1: 78c814c356367cce2a369c485d323d938ed66e2b MD5sum: b5c569419eacef5ba521d7228521628d Description: The parallel_gripper_controller package Package: ros-jazzy-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-parallel-gripper-controller Version: 4.22.0-1noble.20250321.144341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1064 Depends: ros-jazzy-parallel-gripper-controller (= 4.22.0-1noble.20250321.144341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parallel-gripper-controller/ros-jazzy-parallel-gripper-controller-dbgsym_4.22.0-1noble.20250321.144341_amd64.deb Size: 975586 SHA256: 387ece5261ba807c0280e4b53db6359b19988285937865739844b3fbbe3d4aa2 SHA1: 4eebd7d63e57cd5e26f9b7ecf59474f81bac205a MD5sum: 7435ffd7b171af7f63c931a400352fad Description: debug symbols for ros-jazzy-parallel-gripper-controller Build-Ids: ba141d97c345bf99d507d1801cc9273bab13f35b Package: ros-jazzy-parameter-traits Version: 0.4.0-1noble.20250321.135159 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 59 Depends: libfmt-dev, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-tcb-span, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-traits/ros-jazzy-parameter-traits_0.4.0-1noble.20250321.135159_amd64.deb Size: 9840 SHA256: 321d300a6b12dca641c6f1d715b76f5836e3e78af7a109de3ec825187d6e65ae SHA1: 882ebd3a00a3297b348f9f09d6c0f241715d5242 MD5sum: 72a1fc3cba9fccfc57a0e6d4abeeefed Description: Functions and types for rclcpp::Parameter Package: ros-jazzy-pcl-conversions Version: 2.6.2-1noble.20250321.132428 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.2-1noble.20250321.132428_amd64.deb Size: 12910 SHA256: 8279b3258b9c50ed5a6af72df9366832a7d64f3a352f72f3df408e38562cac1b SHA1: 738e86dde079525aa71985e6977821ef9e13d520 MD5sum: 3882e1166f41766f83a1d5519c370028 Description: Provides conversions from PCL data types and ROS message types Package: ros-jazzy-pcl-msgs Version: 1.0.0-9noble.20250320.224505 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1220 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.20250320.224505_amd64.deb Size: 109842 SHA256: 7261721fae62722ec78e09b6237f40bce7a3aa44fb6e012caa3de721d21dbdeb SHA1: df725ac19f1c7d8d45bac0acde39cd3ead25adcf MD5sum: 9a61df57ab4b25f2cfea9746c74b1401 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.20250320.224505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1039 Depends: ros-jazzy-pcl-msgs (= 1.0.0-9noble.20250320.224505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-msgs/ros-jazzy-pcl-msgs-dbgsym_1.0.0-9noble.20250320.224505_amd64.deb Size: 837900 SHA256: a1935784959dfee453b9fbacd2369b7522e10b939cce075328b62ca56e832dda SHA1: 600003fe29b9ed282657ce0f59d41509d613ce73 MD5sum: 107fbdd6a1f324df123a2d7485b16c5a Description: debug symbols for ros-jazzy-pcl-msgs Build-Ids: 179747bac92bfe92d5e3a760f655c32bb3c033e7 4ad1d988a71c3e91ae93c53e296e2baeca6180aa 4deb5b41a344fa5faaf34ce18f3ecf995b1a26e6 54b105aac299942cfdb89d9211cc08d5fceffa9b 6eaa3345a149f61e7f5a10a115f5f643ec387614 90c0e951bb9d26b9d346ee2ac4372dd7e1594505 97daeaec69f70283cc60415af4b6b60ea4ab5b8f 9d10c96662510caa339e9241e6a0085452a72604 ae88a0480d8a15296383afffd10dd8689561d6b6 ec24dae11fb70526ce3e6bfa0e22fe2c70c0bbcb f988cbb93615572d96878387007a81aa4593cf38 Package: ros-jazzy-pcl-ros Version: 2.6.2-1noble.20250321.145914 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 2717 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.2-1noble.20250321.145914_amd64.deb Size: 455866 SHA256: 607b367398abd6ef8c66294c652a2311c52ff70560b7e50492729d35d7c25644 SHA1: f583f886187694d8a689bf36df523ff1cf5eb270 MD5sum: ab327a85b90992b9af245f4817fac455 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.2-1noble.20250321.145914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 22421 Depends: ros-jazzy-pcl-ros (= 2.6.2-1noble.20250321.145914) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-ros/ros-jazzy-pcl-ros-dbgsym_2.6.2-1noble.20250321.145914_amd64.deb Size: 19404258 SHA256: aff0edef24df9b4781d9bc28d96bd809427e32ca1f8c54308ce4863dfa2ebceb SHA1: 23c7104b383ffc81bab9fc35746a6894ad2e64ec MD5sum: 32d8bb3b718648f561693996b3fc67c9 Description: debug symbols for ros-jazzy-pcl-ros Build-Ids: 25a6d9ff6735dae16d654425862f8b2fecf62948 28937720ea0dad064a7929b5a33fa1360d3f4e8a 373941efc6a4e152372d5cd8d76a531c7fc85462 39cb5816dcdf87896234699fdd944743107a85b1 407078fd2b76a638dc66798f501f54c6ac72c1cd 40e0a5f3dc0d9e94ed2bc6f12f0532c63a6b57d3 43e18c4d4cf64e6a7b2ff7ca79c1334c5a77a8b3 72e2b334ab91dae37ee27d323983a2e629dc743c 779650c66ef4f6dfcecb55afa5d9a18e99fd2f51 7af98b81fe567d9db77e9d2150eaba97562f9087 a27213b66e7b789a1be0902199bfe6b814875b8a bc693748000fd68a23bf1a00b005d186fd6db396 Package: ros-jazzy-pendulum-control Version: 0.33.5-1noble.20250321.135340 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1370 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.5-1noble.20250321.135340_amd64.deb Size: 249318 SHA256: f837d7f9e5c35ae13cf08e8971b5baa20b8b051ba50b6d052aabf995b2071d4a SHA1: 9034f5e1752874fd80e647baa6ae5ef6c4ea6185 MD5sum: 6120d188f8d6df7b56db8a085978212d 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.5-1noble.20250321.135340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6294 Depends: ros-jazzy-pendulum-control (= 0.33.5-1noble.20250321.135340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-control/ros-jazzy-pendulum-control-dbgsym_0.33.5-1noble.20250321.135340_amd64.deb Size: 5265892 SHA256: ddfaaef60b9087a01a8ccc1bb834a83b243af3918716e7f5d56a5ca70df3f7a5 SHA1: 3107b1fce4c9a87423add58a17f1e659f2989535 MD5sum: 34459bc5d26440de99e4c1323a43aae5 Description: debug symbols for ros-jazzy-pendulum-control Build-Ids: 231a22206a3264bdd38394a8cb56739dec171487 7a9832d2f61cae68ec3cd993f926f5451fd18b4e bc45b0a5e2bd05d88684f814167990b4c112968f Package: ros-jazzy-pendulum-msgs Version: 0.33.5-1noble.20250320.195115 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 671 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.5-1noble.20250320.195115_amd64.deb Size: 58842 SHA256: bbe3a412e26fce86619712619da03819ffa64a1bf10e90b661db8d91f808a79e SHA1: 999e085af0c7604fe3d2ff03edbacf1dd7b69e74 MD5sum: daa14164c647270289aad571276700d1 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.5-1noble.20250320.195115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 455 Depends: ros-jazzy-pendulum-msgs (= 0.33.5-1noble.20250320.195115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-msgs/ros-jazzy-pendulum-msgs-dbgsym_0.33.5-1noble.20250320.195115_amd64.deb Size: 334926 SHA256: 8e9ae6027f42975cd540dd490991f6fe56f4330d9505cfead9e718370bef2d46 SHA1: c1f51d9cc889b1ada74b05f079c4c9551632363f MD5sum: 26c5878b90ac8cf7df9f95afd9457362 Description: debug symbols for ros-jazzy-pendulum-msgs Build-Ids: 0d74a97ea5932cd221ce2fc4f4948203898f7c6c 2008771a6637cf45804974506040a66ab54c820e 36fd48cdf9f36845b114f20c9667a1dfa01e2914 3fae94e38ce0fa08a620d6d83ef2c3b6f8ce78cf 403d7bf2713a8896136c43d37538981defe7eff7 4b0c1a4b0a95b34c728a695eb3ff09401d2cdc3d a8f621049e9791ce251ff1496524cc6a72a9f1b6 ac0cabcfbdcd5f7885ab8799127c66210e8968e4 be3f250fc53f3e917cc10f3fe6c14e6836f39cff c0f08fcd2d98e040dc9de27161f5d1343914148b ccfcf77db7511ed2cbe1e9759ee058dd9e050cde Package: ros-jazzy-perception Version: 0.11.0-1noble.20250321.151703 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.20250321.151703_amd64.deb Size: 5360 SHA256: bbc910aa36e00ca41f61b24e06e93730d821b5721e81670462da604aac7901cb SHA1: 9f50cf38a4fb217c7266cd9ff8f7191a35004549 MD5sum: f34915055d8038bc9db83fff579a3fa4 Description: A package which aggregates common perception packages. Package: ros-jazzy-perception-pcl Version: 2.6.2-1noble.20250321.151605 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.2-1noble.20250321.151605_amd64.deb Size: 5512 SHA256: e2f60dfdced3944831475bd15bce0cb4d807bb899c24257612d027bf616ff04c SHA1: 2dd58708ab569c5a56edaad90d978396fb3f5d99 MD5sum: 44adbf12988d210b926c52addc0aae9b 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.20250321.135333 Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 8799 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.20250321.135333_amd64.deb Size: 989966 SHA256: 044831ee7c6b84420abc2f623c4b7fa7c384ac1bcf32d57d53a08ab467fea47f SHA1: 9b22124a09df69e1646e69451d5bd1f73fcd8457 MD5sum: d69915024a4fd5638bc3c41df1356f57 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.20250321.135333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 35753 Depends: ros-jazzy-performance-test (= 2.3.0-1noble.20250321.135333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test/ros-jazzy-performance-test-dbgsym_2.3.0-1noble.20250321.135333_amd64.deb Size: 27405294 SHA256: d670d38ec8481b01d0223301dee2e94c6754b38cddc058d6bccec18beaadd4f1 SHA1: 0e7e81454a0b9eb2b8bdf93ee9da0243620e534f MD5sum: 83feff6276b4ac85bfe087205048e086 Description: debug symbols for ros-jazzy-performance-test Build-Ids: 07030b6813f52b0188199a1078d13416a2ec40a8 1eda934d4af398b2b0ffdfef65fa287bd987bc4a 27d3181bd4d29ebf7cc5081329a6ca9b278034a7 3267eb3e42e5028093bf1b5d180690f39ac85fe9 54b4af49bb0dccf0a1947ccac8cdff8d166fa65d 6a7944bbb7004331f97d56d7cc3edcd25a148565 6de0f7db650a4f681193aabd3bb7194a5832324c 920dc9cbc122a55cd55d9b2e62bace05e9301c9d 92e6be52d3a3473c6f885e4266d9af9ed630af01 a073b2b5f200304a66491bd159c87042b255e61a ced90a9110a0bbfd66f3dee3edf67987911329bf f4dbd41ef40ede3f7730a04148be71e747e6e0ba Package: ros-jazzy-performance-test-fixture Version: 0.2.1-2noble.20250320.184424 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.1-2noble.20250320.184424_amd64.deb Size: 18596 SHA256: c87090f64fce232aa7ef3c3af68a00c551e46808d1584ee27d4c5cdbeed73071 SHA1: 7ee21590c95785c4c226e2c0e6c3490c9d097941 MD5sum: 590696d4e59769d2c10fc4a4f25616be Description: Test fixture and CMake macro for using osrf_testing_tools_cpp with Google Benchmark Package: ros-jazzy-performance-test-fixture-dbgsym Package-Type: ddeb Source: ros-jazzy-performance-test-fixture Version: 0.2.1-2noble.20250320.184424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 110 Depends: ros-jazzy-performance-test-fixture (= 0.2.1-2noble.20250320.184424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test-fixture/ros-jazzy-performance-test-fixture-dbgsym_0.2.1-2noble.20250320.184424_amd64.deb Size: 92014 SHA256: 692560f589d7c491cdebe6d573c969db34e8d35ad4db42685d22a3adc1c9f1d0 SHA1: 663aae94b982882fdaad91d02bd2c6a3afe24df8 MD5sum: 9ac3fecec0fcbbdd3ecee856cfb763b7 Description: debug symbols for ros-jazzy-performance-test-fixture Build-Ids: 0deccbc448d1d842eb726f0f9ed9f76a94af3a83 Package: ros-jazzy-phidgets-accelerometer Version: 2.3.3-2noble.20250321.133729 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 218 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.3.3-2noble.20250321.133729_amd64.deb Size: 61986 SHA256: a3a6f73dedb174d6b98d7020f535b509ac11455d0da23d18d7439fc315de4634 SHA1: a06d196d85784380daadbb7e1a619bd4396d2087 MD5sum: 4cf4143a21da3c17ae6cf747461a35c9 Description: Driver for the Phidgets Accelerometer devices Package: ros-jazzy-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-accelerometer Version: 2.3.3-2noble.20250321.133729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 917 Depends: ros-jazzy-phidgets-accelerometer (= 2.3.3-2noble.20250321.133729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-accelerometer/ros-jazzy-phidgets-accelerometer-dbgsym_2.3.3-2noble.20250321.133729_amd64.deb Size: 850136 SHA256: e2f2c538cbbc680d35fa716ea9fa3a691301bf47d4b351d4e8f75531ae02af6c SHA1: 4b871603f59d853e2d1809802f7a4c0ff79c6ffd MD5sum: 76b64c5c058e7c21ea7b7927287d1a45 Description: debug symbols for ros-jazzy-phidgets-accelerometer Build-Ids: 64a895fe1c4b1f0d088d55ab83abb8e3b30f867f Package: ros-jazzy-phidgets-analog-inputs Version: 2.3.3-2noble.20250321.133736 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 213 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.3.3-2noble.20250321.133736_amd64.deb Size: 60562 SHA256: c91439e98802b0fe95f061074fc3a2224b804c811144a8b479805b9d2e78308d SHA1: 568ea8dbd16495737200573b4222838528d88ee8 MD5sum: 5041263fe85a70f81ce5c84a59117af9 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.3.3-2noble.20250321.133736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 924 Depends: ros-jazzy-phidgets-analog-inputs (= 2.3.3-2noble.20250321.133736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-inputs/ros-jazzy-phidgets-analog-inputs-dbgsym_2.3.3-2noble.20250321.133736_amd64.deb Size: 858000 SHA256: 1a50ffcd13cc5418e25225b76bfe23c2ff740beb6d5e13385923edf030a1ae5c SHA1: 358cd67a9ccc758bf96963fa6b1aae7942c29b96 MD5sum: 4ff3def12e364bfe79cce2845b4a8bde Description: debug symbols for ros-jazzy-phidgets-analog-inputs Build-Ids: f2c7e7add657008052db498029434612bb580581 Package: ros-jazzy-phidgets-analog-outputs Version: 2.3.3-2noble.20250321.133741 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.3.3-2noble.20250321.133741_amd64.deb Size: 111418 SHA256: 85e697e39dee7509713f06d36c868b2e49d3371a9ad79505fab79c8da23cc370 SHA1: 28776101aaef1edc674fddce84a0c0ebf5704345 MD5sum: 9edd18c2904f01173f114ed39efd4a50 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.3.3-2noble.20250321.133741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2315 Depends: ros-jazzy-phidgets-analog-outputs (= 2.3.3-2noble.20250321.133741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-outputs/ros-jazzy-phidgets-analog-outputs-dbgsym_2.3.3-2noble.20250321.133741_amd64.deb Size: 1992190 SHA256: f931ad5ed1c13d0ed5f1c603dbfc0b35cf09ebf6ec914888b55e78ef18ae4f75 SHA1: fe5ad8e0b3910ac16c3a20766ad44f47adbc6298 MD5sum: d475825f33cddd5d015faecc7a982180 Description: debug symbols for ros-jazzy-phidgets-analog-outputs Build-Ids: b8b3070fe0bba2d749d1a851f5e8f1cca551cc89 Package: ros-jazzy-phidgets-api Version: 2.3.3-2noble.20250320.192123 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 220 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.3.3-2noble.20250320.192123_amd64.deb Size: 38516 SHA256: b125c1bf911245cdbab31a4b9c0d6551390bb3544f841288885678a1f4770b21 SHA1: ef1f1f8e48619a279bfe28d26f90d4e5c324b0c0 MD5sum: 6b1d08f8cccad75c45a98899d3a20422 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.3.3-2noble.20250320.192123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 442 Depends: ros-jazzy-phidgets-api (= 2.3.3-2noble.20250320.192123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-api/ros-jazzy-phidgets-api-dbgsym_2.3.3-2noble.20250320.192123_amd64.deb Size: 396876 SHA256: 673dbbddb96afe67472e765df607346ee0e8f99a7a75dcac1077a94d1c89cdf1 SHA1: ba2a86597e185ccb30be9df97160255a6adc6828 MD5sum: c3286381454d548cf424daba2cdb5c96 Description: debug symbols for ros-jazzy-phidgets-api Build-Ids: c5b48d36b199bfa244523638ed49062ea9b2462a Package: ros-jazzy-phidgets-digital-inputs Version: 2.3.3-2noble.20250321.133752 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.3.3-2noble.20250321.133752_amd64.deb Size: 59994 SHA256: 44fc611819e8740cde086a3861de9f6137b960acc1c91668ab915d2d0fdddfeb SHA1: 082c2cc212acab18cfdefa95aa282dd750dfd444 MD5sum: 826cddcfa351a171de3ffb578d2a3138 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.3.3-2noble.20250321.133752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 918 Depends: ros-jazzy-phidgets-digital-inputs (= 2.3.3-2noble.20250321.133752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-inputs/ros-jazzy-phidgets-digital-inputs-dbgsym_2.3.3-2noble.20250321.133752_amd64.deb Size: 851932 SHA256: 8e3fe70021d7dba7dd6f6d3c30087f538be8a898212c293f96755223a8ea7437 SHA1: 0157b8186157d3bb839cf9031482cde5a6161a57 MD5sum: 52ff3b9ad59497f2ae7dea78260283ed Description: debug symbols for ros-jazzy-phidgets-digital-inputs Build-Ids: 369d39be3b7f00a30be998ffaec6339538a972d4 Package: ros-jazzy-phidgets-digital-outputs Version: 2.3.3-2noble.20250321.133803 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.3.3-2noble.20250321.133803_amd64.deb Size: 111862 SHA256: cd0f2aa7e9378567e835a86515dcb806088e8871e93e8c5339f5c0b29d0f0644 SHA1: ac8065e83f1e2e6f0b244fbaa096753237db0398 MD5sum: b8b784fc396c417d03b338d96c4a85b0 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.3.3-2noble.20250321.133803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2320 Depends: ros-jazzy-phidgets-digital-outputs (= 2.3.3-2noble.20250321.133803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-outputs/ros-jazzy-phidgets-digital-outputs-dbgsym_2.3.3-2noble.20250321.133803_amd64.deb Size: 1999332 SHA256: b524e440d55aea966909b86235d681e3c1abb1dd03326d4cbd11a0a0515bcc1c SHA1: fcf739cc0722679eed6238f4a1a240e16a534439 MD5sum: f11f0cb7bb4e81b5b3924aeec8427ccc Description: debug symbols for ros-jazzy-phidgets-digital-outputs Build-Ids: b87f81550ad0d60a2e108d73b2c02b585915c467 Package: ros-jazzy-phidgets-drivers Version: 2.3.3-2noble.20250321.140054 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.3.3-2noble.20250321.140054_amd64.deb Size: 6046 SHA256: 11f6a4f475c85936cd5a12d1710e9f169877267a44da70401f7cb73a69650acd SHA1: 141af828d080a716c0d712d21f66394a37d4f0e3 MD5sum: 42f65d911ff807d8ec77558cb41e2f95 Description: API and ROS drivers for Phidgets devices Package: ros-jazzy-phidgets-gyroscope Version: 2.3.3-2noble.20250321.133808 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 303 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.3.3-2noble.20250321.133808_amd64.deb Size: 82038 SHA256: 49e5ca05fafa2a766595351a677194576c9591a550a3dee21422694950df9c11 SHA1: 4eb3bb7f9a4a01427a3e28dcb1e5b5aedc6d2cc0 MD5sum: d582fcd88732c914a47fd97990ff3b78 Description: Driver for the Phidgets Gyroscope devices Package: ros-jazzy-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-gyroscope Version: 2.3.3-2noble.20250321.133808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1351 Depends: ros-jazzy-phidgets-gyroscope (= 2.3.3-2noble.20250321.133808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-gyroscope/ros-jazzy-phidgets-gyroscope-dbgsym_2.3.3-2noble.20250321.133808_amd64.deb Size: 1238576 SHA256: b36eb76d4e62b185f29c1f75e646e1d6eb8465bc755a93c5c5bdb821c2a3bd49 SHA1: d9338b11a4568ee8ae3949c82545e6eefe3e640b MD5sum: 785ccb14ff707745d404de4fcc43211f Description: debug symbols for ros-jazzy-phidgets-gyroscope Build-Ids: ce9a28538d8802f7b74ba47b919e017d1a2266b6 Package: ros-jazzy-phidgets-high-speed-encoder Version: 2.3.3-2noble.20250321.133821 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 275 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.3.3-2noble.20250321.133821_amd64.deb Size: 76588 SHA256: 431b7bdfeed44d1e0ab64c907e632855485b78dd73b0fb8c74b7d4d90c1554b4 SHA1: d3d5191b6018b591f72740c7f92bb2b331bbeab5 MD5sum: 323b40244e390b2c1fee6ecca3b80a23 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.3.3-2noble.20250321.133821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1231 Depends: ros-jazzy-phidgets-high-speed-encoder (= 2.3.3-2noble.20250321.133821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-high-speed-encoder/ros-jazzy-phidgets-high-speed-encoder-dbgsym_2.3.3-2noble.20250321.133821_amd64.deb Size: 1127964 SHA256: ba3e09dabe3d7a0bb4d41f237ae8ad463160e849097ff7cc0bc0969018b2a0e7 SHA1: 8b90c2f76668e95c8f8b07ec2dd2fb181fa515ee MD5sum: 1a3ed0fa16f6ebf259bb3da144d831e3 Description: debug symbols for ros-jazzy-phidgets-high-speed-encoder Build-Ids: 5c3eafb4e139757544ce06420a9f876d0d9d92e2 Package: ros-jazzy-phidgets-ik Version: 2.3.3-2noble.20250321.140000 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.3.3-2noble.20250321.140000_amd64.deb Size: 7024 SHA256: 4e9a6ccab9d95e973bced733f37e601f1fe79b7d734e00d51425f9a104d2d6e2 SHA1: 47227d69753f2776a081a31c197cd3d456870edc MD5sum: 5f3205a65039a2d5239d964514bf3b42 Description: Driver for the Phidgets InterfaceKit devices Package: ros-jazzy-phidgets-magnetometer Version: 2.3.3-2noble.20250321.133850 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 227 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.3.3-2noble.20250321.133850_amd64.deb Size: 64454 SHA256: d80267a65a8a9b019b8e12387261b9fb699bbbfd3547d2b834f55348627bd954 SHA1: 399c0dc7f30a04afe476d7599019a77fd92d900d MD5sum: 2e4c1e66819bd381f1b7d13031c01a07 Description: Driver for the Phidgets Magnetometer devices Package: ros-jazzy-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-magnetometer Version: 2.3.3-2noble.20250321.133850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 943 Depends: ros-jazzy-phidgets-magnetometer (= 2.3.3-2noble.20250321.133850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-magnetometer/ros-jazzy-phidgets-magnetometer-dbgsym_2.3.3-2noble.20250321.133850_amd64.deb Size: 872620 SHA256: d1c65779e78d8c2c73c09dd31dd3950a039a659f844f9511714b78815633d70f SHA1: 59201023332f58b8b644f59ed9bd0ef8f2edf837 MD5sum: 9c8a93445a27c4a37a026bd1f85705ab Description: debug symbols for ros-jazzy-phidgets-magnetometer Build-Ids: 0ce6fe2aa73f659a56d47e2fe8844daadf25d699 Package: ros-jazzy-phidgets-motors Version: 2.3.3-2noble.20250321.133858 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 519 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.3.3-2noble.20250321.133858_amd64.deb Size: 113846 SHA256: ee228878bc1e2bdfa83c682a6db6af8e42b60c457cf3de63a49e61baef341a9b SHA1: d221447b94fa62989f931deb2f293399123315b2 MD5sum: 9540b3c41970be92032a661c912a3de3 Description: Driver for the Phidgets Motor devices Package: ros-jazzy-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-motors Version: 2.3.3-2noble.20250321.133858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2243 Depends: ros-jazzy-phidgets-motors (= 2.3.3-2noble.20250321.133858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-motors/ros-jazzy-phidgets-motors-dbgsym_2.3.3-2noble.20250321.133858_amd64.deb Size: 1925122 SHA256: 1634b616c75962c1825fa854c7cf5be2d0caa67b02933bf13f90757c9d53d9b5 SHA1: 5a0bd9aae07a488c3cf7a933268ce1a0d6033c76 MD5sum: f0dfc3d1dbccd699d382bbbe39fe40e0 Description: debug symbols for ros-jazzy-phidgets-motors Build-Ids: 867d8f5c7fbbe42c05254fad62579a4a5bdf3db3 Package: ros-jazzy-phidgets-msgs Version: 2.3.3-2noble.20250320.221922 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1211 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-phidgets-msgs/ros-jazzy-phidgets-msgs_2.3.3-2noble.20250320.221922_amd64.deb Size: 95722 SHA256: a68d45111e43764d6cb4042ef0eb168af19d53c5753c8ce3541aafdc39137249 SHA1: 2f45b8c5bc02f6f8abc9f1729ed46fbece7e7e0d MD5sum: bedaa5944a5d894e9008a895dc20bdd4 Description: Custom ROS messages for Phidgets drivers Package: ros-jazzy-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-msgs Version: 2.3.3-2noble.20250320.221922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 818 Depends: ros-jazzy-phidgets-msgs (= 2.3.3-2noble.20250320.221922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-msgs/ros-jazzy-phidgets-msgs-dbgsym_2.3.3-2noble.20250320.221922_amd64.deb Size: 610050 SHA256: 50c0602cc0531f31162384c40cd12f1826a10c53a91089143382f448636f1a80 SHA1: 2a8204c03a1a69450f93a5e4aed8ac70f7774a91 MD5sum: 72db7e7cfcc2e1775fa4a65d45052dc5 Description: debug symbols for ros-jazzy-phidgets-msgs Build-Ids: 08345f41c1ae16dfa9e515161d17cef267dcead9 12f8e982bfe3e4cdf85d6d424ada4d18a1546850 30202c3e7c599c2931eec1f02248426acb0af0d0 344ae35ba82232da8bf7b28e6621750ace1ba5dc 3bb2216f12a86cc56080955ff160cb4bb59b596e 438415c5506de30648ca3efdcf130598881a32a4 5c3f59d1a1662fb4fcdfa89d5261da5df3a78dd5 77636ea0b600c4737fbcb6ca46b67bdc41a9ab2e 77cf942a6d5d4315b9f5047cf37504494ad57b52 930438dd495b947b07f7d5efb12b8c11aeeab61c 953d78de06ea2010f27a18eb6ee097189c1a5393 Package: ros-jazzy-phidgets-spatial Version: 2.3.3-2noble.20250321.133903 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 373 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.3.3-2noble.20250321.133903_amd64.deb Size: 97374 SHA256: 9e706c36e5095bed7960282e498239354df7dff61eb5f6cf6395d8e6954fbbf3 SHA1: 2fc721e2663c3df1896f2f185182f55348b5492f MD5sum: 7ef410173769e7f65477c3f4a6611e55 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.3.3-2noble.20250321.133903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1643 Depends: ros-jazzy-phidgets-spatial (= 2.3.3-2noble.20250321.133903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-spatial/ros-jazzy-phidgets-spatial-dbgsym_2.3.3-2noble.20250321.133903_amd64.deb Size: 1494232 SHA256: c299ef5200309f49f3ee45b24ceae0658287583d0e08d3db9408a1605e0382e5 SHA1: b32227db1880cc9f4d231790f35bd4ee5ea7ad58 MD5sum: cc3ad0ab7483cad490c276b2edd247e6 Description: debug symbols for ros-jazzy-phidgets-spatial Build-Ids: 315ddfd52809fa238489b1eaa0d9c1136137804b Package: ros-jazzy-phidgets-temperature Version: 2.3.3-2noble.20250321.133938 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.3.3-2noble.20250321.133938_amd64.deb Size: 58828 SHA256: b273705345885418da67b576b42b74dc7fcddf8036711ca52e67f66bf09f3aa0 SHA1: fe3c171126ee4a4bd3811e374072d7bbedbf0c44 MD5sum: 8c1f9967c514d2f235e2df533419e941 Description: Driver for the Phidgets Temperature devices Package: ros-jazzy-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-temperature Version: 2.3.3-2noble.20250321.133938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 892 Depends: ros-jazzy-phidgets-temperature (= 2.3.3-2noble.20250321.133938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-temperature/ros-jazzy-phidgets-temperature-dbgsym_2.3.3-2noble.20250321.133938_amd64.deb Size: 824880 SHA256: fa561824c95502375631a4e37004ddfdc80bd12ebcd8d08f0e0aa7c020cb25ab SHA1: b748921bac5609d9f8d14c2f8d01d1deb89b920d MD5sum: ca3bf0d4386ebd8635def7d80df0d255 Description: debug symbols for ros-jazzy-phidgets-temperature Build-Ids: c41a5807b48b48cf492499f4e2a756de6da4de52 Package: ros-jazzy-pick-ik Version: 1.1.1-1noble.20250321.153539 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 409 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, libfmt-dev, librange-v3-dev, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik_1.1.1-1noble.20250321.153539_amd64.deb Size: 107500 SHA256: 337ce2408826a72b8ce018ce8ce538d523b18bc4d14a2cc2f2c3de4ae0b6edac SHA1: bfa76f73dad6361952460bccbabb6ed6485c111b MD5sum: 576590fd5405280253a87b8536f2d860 Description: Inverse Kinematics solver for MoveIt Package: ros-jazzy-pick-ik-dbgsym Package-Type: ddeb Source: ros-jazzy-pick-ik Version: 1.1.1-1noble.20250321.153539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 5372 Depends: ros-jazzy-pick-ik (= 1.1.1-1noble.20250321.153539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik-dbgsym_1.1.1-1noble.20250321.153539_amd64.deb Size: 5353156 SHA256: 4c36645ecd1860c097a5fa212c36ae1c3b193b8a58ab1c3447909ce93352189a SHA1: 6d6871d04b9c876a8aecd929bfe5db9a734bf5a9 MD5sum: 52c3e516f1d55c65c9def885bb8ecd69 Description: debug symbols for ros-jazzy-pick-ik Build-Ids: 51d878dcc051191d6c1b8f4563fce50ba771e86f Package: ros-jazzy-picknik-ament-copyright Version: 0.0.2-5noble.20250320.184105 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.20250320.184105_amd64.deb Size: 4878 SHA256: a842af24915b6f21cd29c7ece936c1274409757ec7a2b949b18a68db7ec1628a SHA1: 85f19bad426692e580ffddf0f80873f52c6309b7 MD5sum: 8a51c19b68ccc92b43c4ceaa689d9dbd Description: Check PickNik-specific copyright headers. Package: ros-jazzy-picknik-reset-fault-controller Version: 0.0.4-1noble.20250321.144630 Architecture: amd64 Maintainer: Alex Moriarty 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-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.20250321.144630_amd64.deb Size: 68424 SHA256: a0b252999e33f2f82b7d47d5bb00609a108c3315f0e44b8afe5f5955a9d81d0a SHA1: 109b9755fa118723cf10d73e8fb56fb485b3c492 MD5sum: 152b0db5c9a217d83a635ae2971589f0 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.20250321.144630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1119 Depends: ros-jazzy-picknik-reset-fault-controller (= 0.0.4-1noble.20250321.144630) 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.20250321.144630_amd64.deb Size: 1037048 SHA256: 22096ff5e3865a14c298e94024794baa635a7a805602de21d672f72eeb0e919a SHA1: 6a97e64fde1eff65a57a58feb8ac0006826f7c04 MD5sum: adb39b319989f646450270ee9c7ad668 Description: debug symbols for ros-jazzy-picknik-reset-fault-controller Build-Ids: 6c2deac4c976c8271ef3bdea163c8516c9f31150 Package: ros-jazzy-picknik-twist-controller Version: 0.0.4-1noble.20250321.144650 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.20250321.144650_amd64.deb Size: 107344 SHA256: 2fdc63a8156f3a9e378330de17f06a29fa2f5aaef626de87a823c0a90cd40e03 SHA1: 8156e04f8f3da2a8999855d56f8a41e5a114526b MD5sum: 0baf60fb91ba7af4b9b3419dbf3c4749 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.20250321.144650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2117 Depends: ros-jazzy-picknik-twist-controller (= 0.0.4-1noble.20250321.144650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-twist-controller/ros-jazzy-picknik-twist-controller-dbgsym_0.0.4-1noble.20250321.144650_amd64.deb Size: 1803532 SHA256: ed22af4a8ac30a8b8404cbb63d53a81bc55ea6fe133f03216b17e6c3fb89b150 SHA1: b7589d3c2235af7a653dd0b683a073e37cb2a0c4 MD5sum: 9c24615b02f9322c5a26ef5ce427d0b2 Description: debug symbols for ros-jazzy-picknik-twist-controller Build-Ids: 4eceff61da5c962b730c657e50ac43ab3a5b1444 Package: ros-jazzy-pid-controller Version: 4.22.0-1noble.20250321.144350 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 769 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-parameter-traits, 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.22.0-1noble.20250321.144350_amd64.deb Size: 178240 SHA256: 120d693f975c20810c9aa043e69a7d23757b751a4a403f6e7c689f552c94c62a SHA1: 34ec8737b9e2381b2795e9dbc37f391e6f43aa1b MD5sum: f33fc456def0dc362039b91d0e4370a3 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.22.0-1noble.20250321.144350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3295 Depends: ros-jazzy-pid-controller (= 4.22.0-1noble.20250321.144350) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pid-controller/ros-jazzy-pid-controller-dbgsym_4.22.0-1noble.20250321.144350_amd64.deb Size: 2886780 SHA256: 1f0cdc5623be831e9d404d30de97406f3c8d6690ff7027fab36a0b1e16fd36a3 SHA1: 31490d1122abe01836d874c95366309efa11191b MD5sum: 6fd9a490bb45c87fe00d0f3f96a82adb Description: debug symbols for ros-jazzy-pid-controller Build-Ids: fafc5df1296fe02b50e3703ef73797a06f34bfac Package: ros-jazzy-pilz-industrial-motion-planner Version: 2.12.2-1noble.20250321.165823 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 1670 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.2-1noble.20250321.165823_amd64.deb Size: 373164 SHA256: f29129bf14e10e64ff135bbecf8a6023271f5f0e9483b06d389b6acf83906247 SHA1: 1ff054f3671921d62a77f06252c657a21d393d3a MD5sum: a78f9bb6b5f32284660a73d4feeef704 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.2-1noble.20250321.165823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26496 Depends: ros-jazzy-pilz-industrial-motion-planner (= 2.12.2-1noble.20250321.165823) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pilz-industrial-motion-planner/ros-jazzy-pilz-industrial-motion-planner-dbgsym_2.12.2-1noble.20250321.165823_amd64.deb Size: 26358398 SHA256: 959ee380e80aca6480beb4aaae9fce4561243bcb1a5ba55f5dd422651f9552ed SHA1: f846257590d2ffb608e6f156241ae69ec746ae14 MD5sum: ebb27cadbf9399e13bd8452ac468b379 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner Build-Ids: 0fbf29813a0ef97002192e8a5f0888bd19d4c0eb 3da29ac454e43efadc459dffffdc95bed7f7c3d9 642e16a0a5e80624722bf358d1ab337f77eaf5ac 6455b894b6cbe0aa6dca8ddb05fe4abd3e5a4435 9238a82cf01e2b434fa53677a770aac2ab578cb1 a15a8d5984ff6227fe1c9653f8d39ad35ead6e7c c3a6188e8e40e9a294cb3c42c6efc68ecfd12744 ce494108b2a95bdb9036ca41ec8997019852cdbd dbe5a5ce7a232a504c1b3342a08460ef6f12e865 Package: ros-jazzy-pilz-industrial-motion-planner-testutils Version: 2.12.2-1noble.20250321.152732 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.2-1noble.20250321.152732_amd64.deb Size: 105654 SHA256: dd2af10e917fbf302ae5f76397567d6c9e8733d67f7eea3117430eefd574541b SHA1: 2b26c01a2fe17e842b2a402e2c712cefa66681de MD5sum: f35b14a636f81d2a525177482c2d410e 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.2-1noble.20250321.152732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 5502 Depends: ros-jazzy-pilz-industrial-motion-planner-testutils (= 2.12.2-1noble.20250321.152732) 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.2-1noble.20250321.152732_amd64.deb Size: 5446428 SHA256: 2fa76d50d5020456d6564d76e138ef8c0213669e95c53065254bacea5315c330 SHA1: 3cd9b013a8ee9f696f899d25c2061a087518f4e9 MD5sum: 5cfbe307ab91904ea8ec7ec45f54c063 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner-testutils Build-Ids: d5f90b1dcfb0f2545975a24265f8da34c0318f24 Package: ros-jazzy-pinocchio Version: 3.4.0-2noble.20250327.060950 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 23249 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-jazzy-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-jazzy-eigenpy, ros-jazzy-hpp-fcl, 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_3.4.0-2noble.20250327.060950_amd64.deb Size: 4155750 SHA256: 984ff0419eb820c4d1312ebb5b22ffbc6e3d73b18ee1a79979cf559a743d0a10 SHA1: 972401def37c70b95532ebc2fe9444138fe3d1cf MD5sum: eb3504792acc85f5dd6b77be9baba1b3 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: 3.4.0-2noble.20250327.060950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 98053 Depends: ros-jazzy-pinocchio (= 3.4.0-2noble.20250327.060950) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pinocchio/ros-jazzy-pinocchio-dbgsym_3.4.0-2noble.20250327.060950_amd64.deb Size: 83671512 SHA256: bf511a3ae2555e68395950f0acc25bfe30043d2c17c0b9e788823ff6a987266f SHA1: 59c03a52a6386f141b6eb1b5688f1fb8761ed6ac MD5sum: 79b2efb8f02f26c2bead364ca7900de1 Description: debug symbols for ros-jazzy-pinocchio Build-Ids: 1a86965710e0917141e87c9973a1d01e8ca5a7f3 54b20c6f125528115f053687b701ba76569b8025 c27a49f562a23489ed1f41574aba49ba07ed9275 f9be62de40aa125ab5c5c8fb6a125abe90f147c4 fd729d8158ec678213229ff26e98c11fda0645eb Package: ros-jazzy-plansys2-bringup Version: 2.0.18-1noble.20250321.142510 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 257 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-launch-ros, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-lifecycle-manager, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup_2.0.18-1noble.20250321.142510_amd64.deb Size: 63778 SHA256: 3fffdfce6318226691ee562c4526916fa52caa24b1f350df48eb5fca539c9ac9 SHA1: ab9bb120a2eebca2bd119d0472f0b506cb4d95e2 MD5sum: 1e5aa90068f85b3762467125777bbeb8 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.20250321.142510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1306 Depends: ros-jazzy-plansys2-bringup (= 2.0.18-1noble.20250321.142510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup-dbgsym_2.0.18-1noble.20250321.142510_amd64.deb Size: 1244868 SHA256: 9b26f33dc329d7855dde65b429805a7d1b50c30b05b442f9a7d35d8a26a91513 SHA1: 453df19602abc80c51ba19540c6687dbef007856 MD5sum: d5262943d98945864f5abb01b8b0dcdd Description: debug symbols for ros-jazzy-plansys2-bringup Build-Ids: cfadefc1774b72a23205d24773dcdd7ea61e63b0 Package: ros-jazzy-plansys2-bt-actions Version: 2.0.18-1noble.20250321.142503 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.20250321.142503_amd64.deb Size: 68810 SHA256: ce1e1f7da964341944016e732bd57d24275842933613e8da8e6df4c5706a2397 SHA1: 480fba7c4f273419cef95c4441ba731949151da3 MD5sum: 289b1b6d8b716507bc1cc09bc348cc3a 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.20250321.142503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1428 Depends: ros-jazzy-plansys2-bt-actions (= 2.0.18-1noble.20250321.142503) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bt-actions/ros-jazzy-plansys2-bt-actions-dbgsym_2.0.18-1noble.20250321.142503_amd64.deb Size: 1386536 SHA256: 2b00acff5f70466dc9802accef7210d2d52eba930fab546d8114fd5ffb63f37f SHA1: f7ab2d11fe12f0599164710070e8dc749ce0c912 MD5sum: 2350a2d115188e7bc061113654267d0b Description: debug symbols for ros-jazzy-plansys2-bt-actions Build-Ids: 7e8d13fe3af0473ee3a5b9356e38633008125fec edd2b257df10d99ee2f149d1509133777fd135f2 Package: ros-jazzy-plansys2-core Version: 2.0.18-1noble.20250321.133906 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.20250321.133906_amd64.deb Size: 17266 SHA256: 7bf08cf72f6afde5537e2705efe1eeeaea0b53406310f13a7e1f366d0bae13d9 SHA1: 29b9a59439a9b44453485004f25a66ef298333e6 MD5sum: 07558e57ba30d974b3731ad3721a2901 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.20250321.133906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 75 Depends: ros-jazzy-plansys2-core (= 2.0.18-1noble.20250321.133906) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-core/ros-jazzy-plansys2-core-dbgsym_2.0.18-1noble.20250321.133906_amd64.deb Size: 59986 SHA256: e8573f13267d707de99cc0b6f4cbe270b06d593237d6e0ed8fc840c817437590 SHA1: 59d715a6071302d2f05c64b55d9d304f1da29b13 MD5sum: d47a76b9b3a357fca7248911c7ab0193 Description: debug symbols for ros-jazzy-plansys2-core Build-Ids: ea5d1186e1c578ce24b45988560eb90d1b58daf9 Package: ros-jazzy-plansys2-domain-expert Version: 2.0.18-1noble.20250321.135825 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.20250321.135825_amd64.deb Size: 188084 SHA256: 2dff8543225695c9f82f063d39dce183a4c9d0cda73846f9063a19bf7d4e7eb8 SHA1: fd327284c293d248eb0a7a6f5ed3a2ffa2c0491e MD5sum: c5c56139b2c89d6830d21372f83fd558 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.20250321.135825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 5027 Depends: ros-jazzy-plansys2-domain-expert (= 2.0.18-1noble.20250321.135825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-domain-expert/ros-jazzy-plansys2-domain-expert-dbgsym_2.0.18-1noble.20250321.135825_amd64.deb Size: 4652272 SHA256: ff221d7d95236cd98a2a36f3bbcdc520678f619432e749e71b81753d785507b9 SHA1: 15a728e848c423e0520ebf8092ae31d1530d533e MD5sum: e8274eac17dedeea9fca256922810b7f Description: debug symbols for ros-jazzy-plansys2-domain-expert Build-Ids: b49ea45723ebde71eee66b1bc0c2772a36103eca ce8421a7bc87259f5084c3b06c747a8b3068c36c Package: ros-jazzy-plansys2-executor Version: 2.0.18-1noble.20250321.141341 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2055 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.20250321.141341_amd64.deb Size: 514218 SHA256: 2b832cd49b3be959371ad68eb5db007260b6619b2666635ce51b299f8040bb3f SHA1: 66e0b22873673c96ccd32666cf7961e893d3755c MD5sum: 0dbd006d7129e46c5ea135386f581487 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.20250321.141341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15586 Depends: ros-jazzy-plansys2-executor (= 2.0.18-1noble.20250321.141341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-executor/ros-jazzy-plansys2-executor-dbgsym_2.0.18-1noble.20250321.141341_amd64.deb Size: 14705046 SHA256: 0b85b1d5937d255d7b7659b9ed4b9610c41fe70d450433d8b24ac8f5a2a1c0fd SHA1: 7ed2fbd95ec977a33bef81d7440276e31b12af72 MD5sum: 9157e0ad8b97f250fbfe4f898f4af6b3 Description: debug symbols for ros-jazzy-plansys2-executor Build-Ids: 1e301ab335b09b431c5e1f5a41605642d70f46c6 206438418f151745e5c4a533e00ab523779b8621 a6f8d4f8b461a69eeba75c46b3d094507b00a1e1 daa9e3ba45eb7f1117772e40565bf554b8bc186e Package: ros-jazzy-plansys2-lifecycle-manager Version: 2.0.18-1noble.20250321.134318 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.20250321.134318_amd64.deb Size: 74312 SHA256: 1c4af64c2ca16dedaeae4205042d7aba27a3cbde0115d73741d9af5f97449ad5 SHA1: ff1958a55077f7dd5b2d0d2a1a2b97de3233cb90 MD5sum: 2fedcb82cdaa141739bbd550a46308d1 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.20250321.134318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 986 Depends: ros-jazzy-plansys2-lifecycle-manager (= 2.0.18-1noble.20250321.134318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-lifecycle-manager/ros-jazzy-plansys2-lifecycle-manager-dbgsym_2.0.18-1noble.20250321.134318_amd64.deb Size: 929848 SHA256: 48e1a22bc1c20a8bf596a0e7a8344d48c34c24a70fdb17006d4126aad1747518 SHA1: 83e9f8173e7fc2d6dc7483d81ad2b3894e66bce2 MD5sum: 5ec9e733c156f8e24b1ff9a0dfec5bc1 Description: debug symbols for ros-jazzy-plansys2-lifecycle-manager Build-Ids: 9ec98e694a918e614cbc987ee0639f4abf8881e8 Package: ros-jazzy-plansys2-msgs Version: 2.0.18-1noble.20250321.132204 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 13695 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.20250321.132204_amd64.deb Size: 829430 SHA256: ddd84ab3af92eecd40741fc7882ecded66d4f878eded3d77401651180371b939 SHA1: 1ad35d6946a9b1ded6990ba4567e961eda6728dc MD5sum: 3392324e8358f2b6f1bd7b8096df3a20 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.20250321.132204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 11168 Depends: ros-jazzy-plansys2-msgs (= 2.0.18-1noble.20250321.132204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-msgs/ros-jazzy-plansys2-msgs-dbgsym_2.0.18-1noble.20250321.132204_amd64.deb Size: 9137606 SHA256: 3b188ef50939633b707ced5faeb5a05e1fa322ddf175fb9fb7b9e5c8c2b260e2 SHA1: e47128a9f3da3cd9d5e342427caba24812bfb6a7 MD5sum: 52f9177c7a7ab18ae362afd8809e553a Description: debug symbols for ros-jazzy-plansys2-msgs Build-Ids: 09a5b091d1115d2e81fd0ae94ab744aa0ca71dfc 10a7763ee93163a20de708fe2a8868ebb87e0e28 14c64eb80105e5e60e9f0f6b4ab46932e2ebafc4 3638db1d712261fb1965ad9188502f37459b4ad8 42888c11e2eabc6190ef751fea26b173339f0ff4 7758af83b46bd70da0f18c4bd1529e3e3415b6c8 8cd6adba8fc478e8493f831785b0da01886035c9 bfa25d9a3a2b2b929dc2bbdc8d66b67409b6170f d08d5657f654220b7c81b4e5d05ded23d4cb8a95 f76ba8d87ae461d5740519fea672160e8f78f2d7 f7d29de9b32e8a424f2499b848193efd5abba18c Package: ros-jazzy-plansys2-pddl-parser Version: 2.0.18-1noble.20250321.133448 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.20250321.133448_amd64.deb Size: 176924 SHA256: 515b4b3727f8e5d9341e8d15c6699e7136bae4f9a48a46062842b94c5f586b55 SHA1: 2f5284d69e9bb02e254def806f7f176cf68c384e MD5sum: 4d897d62b635d5bca599cf1f3ae1fedf 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.20250321.133448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3621 Depends: ros-jazzy-plansys2-pddl-parser (= 2.0.18-1noble.20250321.133448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-pddl-parser/ros-jazzy-plansys2-pddl-parser-dbgsym_2.0.18-1noble.20250321.133448_amd64.deb Size: 3479124 SHA256: 6b43c9388ab8531e82c89e7c78029d5adb25d38bcfef782362e06455f37f24a2 SHA1: fdcb926ecc6f89ed0d43e69f712086e8b8832e4d MD5sum: 546625cec104e738ed2f64c4222d4642 Description: debug symbols for ros-jazzy-plansys2-pddl-parser Build-Ids: 4376df5fe713ed3d6d057467808d7af5c8be9eb3 45005d3396ddb60712c393c0283fe376e71e0635 Package: ros-jazzy-plansys2-planner Version: 2.0.18-1noble.20250321.140849 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.20250321.140849_amd64.deb Size: 140352 SHA256: be4d8c2b42fbaea5539db2d6c98bf044e0155d325957ea2755e849a97b0687d1 SHA1: 00cddf7274a870dfdd4d63f70ee2162db42c1214 MD5sum: b9754479ee36e23f023cf967eef382bf 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.20250321.140849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2633 Depends: ros-jazzy-plansys2-planner (= 2.0.18-1noble.20250321.140849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-planner/ros-jazzy-plansys2-planner-dbgsym_2.0.18-1noble.20250321.140849_amd64.deb Size: 2516136 SHA256: ce26ff0a4703778606a28f11f671e7cd59c0bcaffdaf4c6aefbbc5ff4a41f747 SHA1: 99e726fb217c7ac4bbb5ce7a5101cf818a4ae53a MD5sum: 3bc560a6f9d95eb9dd3aa17b7c255bf2 Description: debug symbols for ros-jazzy-plansys2-planner Build-Ids: 4e46723af4a22874287d8890b227d7c98478a71d d83b3534598826b3325f501ed6d62763dcb1cd5a Package: ros-jazzy-plansys2-popf-plan-solver Version: 2.0.18-1noble.20250321.135535 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.20250321.135535_amd64.deb Size: 33340 SHA256: 09d173c247a9fdb9c22af945823da9524feed6d3272b87624f456923759fe8b5 SHA1: 5a4c5eb5b3cb94adbcfd0b358c4ebbc7c575a7ff MD5sum: 780f4b3d51b61f560472857895de1d1a 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.20250321.135535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 461 Depends: ros-jazzy-plansys2-popf-plan-solver (= 2.0.18-1noble.20250321.135535) 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.20250321.135535_amd64.deb Size: 439570 SHA256: 6084b271f11e55dd0354ef6f49150b95004beca0f401c190f72b3fc015bf4caf SHA1: 709d707714113be18dd65ba07740cb243bcb0a39 MD5sum: e118672a63c5ed1f15337a4d71d06a56 Description: debug symbols for ros-jazzy-plansys2-popf-plan-solver Build-Ids: 7492bc830bba5064984c8a32756fd0a7e822f8f7 Package: ros-jazzy-plansys2-problem-expert Version: 2.0.18-1noble.20250321.140241 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1310 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.20250321.140241_amd64.deb Size: 280100 SHA256: def0453845eb436fafe17ba597bfb9d77666756d7f36644f1f82bf58689243eb SHA1: b39fa8fdf1cb4c11c544360028a1d2ab100919ca MD5sum: e54839f1fa506960a255a7e15321aab2 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.20250321.140241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 7388 Depends: ros-jazzy-plansys2-problem-expert (= 2.0.18-1noble.20250321.140241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-problem-expert/ros-jazzy-plansys2-problem-expert-dbgsym_2.0.18-1noble.20250321.140241_amd64.deb Size: 6783306 SHA256: 97a8d8f0df8e6433349bb662b3525aa2b8f024c6616ebfde94dbfac7f488fb1b SHA1: c8d21886222bfdf84c75f4b8cbc9756982c59f84 MD5sum: a4db090151645f4f1e8b2acc22e41bc7 Description: debug symbols for ros-jazzy-plansys2-problem-expert Build-Ids: 72f76ebfd7bf5a78e40b88925c49635b1a4717d6 ff7f05a06cfbb1f80b37a5d6c96363c339da2650 Package: ros-jazzy-plansys2-support-py Version: 2.0.18-1noble.20250321.133443 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.20250321.133443_amd64.deb Size: 7608 SHA256: f0cba60a26936adbc5f1d0e444d1b92e147cfe3b2079066cb0496d54fc3a6e5e SHA1: a75e52164e3f8e008b39f13354ef171d6cd5393f MD5sum: 47a863abafdb1a950b33bc2a16ddea9a Description: This package contains modules for developing PlanSys components in Python Package: ros-jazzy-plansys2-terminal Version: 2.0.18-1noble.20250321.142550 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.20250321.142550_amd64.deb Size: 188208 SHA256: 0d4b798339e4f12e61aa6602f2479cd9700774efba934874aa59605affe9b02d SHA1: 3ef3dafc1d8f105abb78ac93fe76e36db9336907 MD5sum: 404050a397e8c0efb12cb0de692fb58c 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.20250321.142550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3822 Depends: ros-jazzy-plansys2-terminal (= 2.0.18-1noble.20250321.142550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-terminal/ros-jazzy-plansys2-terminal-dbgsym_2.0.18-1noble.20250321.142550_amd64.deb Size: 3454738 SHA256: c1b4a4c7150852e0770a34bb1f823a781c9d11d839e1bbf8d50e6b312943d32e SHA1: 91df472929436e6c58478857b0d9fb25d736ad2a MD5sum: cdbdf20fc69ff74e6ee4731696e23aea Description: debug symbols for ros-jazzy-plansys2-terminal Build-Ids: 2c637ca50145075c65722b53a920970242f7f978 a6a43c1f66ef6028b5a91b3a69d704e5c5041d1d Package: ros-jazzy-plansys2-tests Version: 2.0.18-1noble.20250321.142612 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.20250321.142612_amd64.deb Size: 6108 SHA256: 56cc51a539e4dc70785870ec520681b424c4eb3e81e8ee7611f898765e4e4a14 SHA1: dc890eca4c6f345ce399f160c7aa08d0bdc697cf MD5sum: 8dc6a4b03a88ca243cb1a93326913f45 Description: This package contains the tests package for the ROS2 Planning System Package: ros-jazzy-plansys2-tools Version: 2.0.18-1noble.20250321.141405 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3006 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.20250321.141405_amd64.deb Size: 395566 SHA256: 473bd98f8c84ddbc72197195897aec902ae811160e7f9933f1fa8da94a0ec82f SHA1: 3663b114a8cb30c8b8e1f1fa80d8b1541b7cd6cc MD5sum: 2b50903f6d50481fe80f93239d21ded8 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.20250321.141405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15013 Depends: ros-jazzy-plansys2-tools (= 2.0.18-1noble.20250321.141405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tools/ros-jazzy-plansys2-tools-dbgsym_2.0.18-1noble.20250321.141405_amd64.deb Size: 12569570 SHA256: 1d465550df836db10baa5b5ebae260b44d41f81269056599d203e97350c2dbcd SHA1: 6a227658873b4f0ffd5644c61eb5e0a4e32b26d0 MD5sum: 972a5e4d2fbed763c66ab5cd66bc8cc3 Description: debug symbols for ros-jazzy-plansys2-tools Build-Ids: 53de2f41b24e6a26365fbd46dcd1659215d63d68 7f0fe85470856028fc3f24dd103631fa1b1d3664 802a4e84e74fe397832ba05e0caa09d76badfee1 c55c2023e2a0afd9edd6960408ea56a996b0db0d ca3c52948aca934d3829ae840ef02a87cd501b34 Package: ros-jazzy-plotjuggler Version: 3.9.2-1noble.20250321.134552 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 22852 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.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5websockets5 (>= 5.6.0), libqt5widgets5t64 (>= 5.14.1), libqt5x11extras5 (>= 5.6.0), libqt5xml5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libxcb1, libzmq5 (>= 3.2.3+dfsg), ros-jazzy-fastcdr, binutils-dev, libboost-all-dev, liblz4-dev, libprotobuf-dev, libprotoc-dev, libqt5opengl5-dev, libqt5svg5-dev, libqt5websockets5-dev, libqt5x11extras5-dev, libzmq3-dev, libzstd-dev, protobuf-compiler, qtbase5-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://github.com/facontidavide/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler_3.9.2-1noble.20250321.134552_amd64.deb Size: 9445996 SHA256: 3753937f0fa2659fb13030e4a57112d1b38a7b1abe566079fc490d14a58f6157 SHA1: 45806444bfaabf5674ce36632ee066c5e5b76a7e MD5sum: af05fb327b7b5ec44bbcb07d8e3c01b1 Description: PlotJuggler: juggle with data Package: ros-jazzy-plotjuggler-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler Version: 3.9.2-1noble.20250321.134552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 89637 Depends: ros-jazzy-plotjuggler (= 3.9.2-1noble.20250321.134552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler-dbgsym_3.9.2-1noble.20250321.134552_amd64.deb Size: 87981116 SHA256: bb57babb8478b19285144dd4521a39f1346c318ce63df163e82a23530f8e3570 SHA1: 8b99f0affb1e4adcf7762a9b95d15f4a61751f9e MD5sum: 4c509e006bb4c3a9b4afe86c69a0024f Description: debug symbols for ros-jazzy-plotjuggler Build-Ids: 122bd0f1b183e829c2e8d0b2d72ed728e23864df 140a402746289351ee8acbbdea27161289b9a95c 25e9252e8adceb85449af56fd03ccc679915a8ce 458404cead86a55b664ca18333455938150a2416 4a7b6f6255793e611f55526e14ca4c27e6a2a211 4f0668b632d9bf36db1ab64ef458b831ca6bd451 589b28773fb88b835a09f26b4e9276b2c1d15032 77f76f31f8233f6bf7591568ec5c7ab1b18ca920 79cc319e2f65b83851e83f8dd55fd972d92e57cd a3112a8eed3743845cb4ee1133f42decb8021b1b a429f416dda458f2d3cf8c3903e3b007cfdb8f21 b627c9da4009b42953852a8e42aec92230c7afa1 d132af22d57f8a5ca194b4a7b91434cd547317d6 d1713951d85abe95d505d0363ea47a56c373d05a dfb2bf5bde9f1c2b15f3fa807d47c5d5d9482e88 e48992e40dc70f7c9c591a9abcdc535d015441c7 e72cb83694392c5f1dbf935df5fb5b6c4cc971d6 Package: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20250320.221922 Architecture: amd64 Maintainer: daf Installed-Size: 961 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.20250320.221922_amd64.deb Size: 84568 SHA256: d9aaf713107740080a25b7d540c73a5c891bd97bab6add84fdffddcb7d901902 SHA1: ce7e15fc8439959848fa05ca01ef1757b48541a7 MD5sum: d49f1e22c005bc740358f2843618aa83 Description: Special Messages for PlotJuggler Package: ros-jazzy-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20250320.221922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 801 Depends: ros-jazzy-plotjuggler-msgs (= 0.2.3-5noble.20250320.221922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-msgs/ros-jazzy-plotjuggler-msgs-dbgsym_0.2.3-5noble.20250320.221922_amd64.deb Size: 636150 SHA256: 75021657a77f3acb3e1eb7fdc881cd374862556a57eaa93c05d4fc7de2668dbc SHA1: 107dcb64d8bd8fee56d94434567d975a85766812 MD5sum: 6924b4f911213acb214f956657d63bbf Description: debug symbols for ros-jazzy-plotjuggler-msgs Build-Ids: 08bb0ebe479f427a446294ca6382a7460c8618a9 1720ab9d367050ca820b7ce5c138f86bc08da2d3 1a8960dd43836960bc4f61a82136ec6e4a109462 2267a8c10cb508c9accfa12418ccd5392f631516 263989b6471b51db17db5bb29c7bbb62d8abadda 38445d5290a0b177f6c4d6d4d01ddf79a5b3f396 6894169504f13adca8fa3c1632b90d5711e914bb 8bddd372afceb392b1251e39508e75ccbf3379a4 990bc8f90521d7fc0fb14536074912f6daf40ee6 c2179d60d2eb436e5ef4a1093cda0d3932188218 cca3f2008e2d472343040c3fa4c92a20f7322243 Package: ros-jazzy-plotjuggler-ros Version: 2.1.2-2noble.20250321.150145 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 938 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, libqt5svg5-dev, libqt5websockets5-dev, qtbase5-dev, ros-jazzy-plotjuggler, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-ros-environment, ros-jazzy-rosbag2, 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.1.2-2noble.20250321.150145_amd64.deb Size: 250298 SHA256: aa0e8006cc6588918bcd2dc8f8f15c394819c545bf91b41b4bee4331ea808cac SHA1: 6220378903d7c12c95bba041a3cc8ea848377e18 MD5sum: d17ffdaaec77697b4595739ed61b2684 Description: PlotJuggler plugin for ROS Package: ros-jazzy-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-ros Version: 2.1.2-2noble.20250321.150145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7262 Depends: ros-jazzy-plotjuggler-ros (= 2.1.2-2noble.20250321.150145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-ros/ros-jazzy-plotjuggler-ros-dbgsym_2.1.2-2noble.20250321.150145_amd64.deb Size: 7104572 SHA256: 77802b0d1a434166612ae8999c813f9d18d31a3259d2417c1241f2951e90fe2c SHA1: 8c40c53f99c7bcbd6b2b98bc789c7e8d329c4b2e MD5sum: aad28f269f02b9e56d3a53b5a110759d Description: debug symbols for ros-jazzy-plotjuggler-ros Build-Ids: 232cf249175e369668137f6f136e9caa45329c7f 3ee12ef5078d301c7c2e2de5a0969d99f0ccaf79 f78a2e5c27e04b66538b52dafcd838783dddb51d Package: ros-jazzy-pluginlib Version: 5.4.2-2noble.20250320.193149 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 142 Depends: 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.2-2noble.20250320.193149_amd64.deb Size: 23896 SHA256: 3896c74fdecfdf5dd1e330cc01571f2c84ff84e0cc65056f3cc6c82d7d26190e SHA1: 22c02b20a9d7669632a70b6e200cfbe6f8e9ac39 MD5sum: ece12f49b921cd0ab6db491f3d964c51 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-point-cloud-interfaces Version: 4.0.1-1noble.20250320.224506 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 539 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.1-1noble.20250320.224506_amd64.deb Size: 57078 SHA256: 8a1e4022f02800fbcd40992fb34de937fee6e037d632e6ec6bfae5de4f426caa SHA1: f216842d18cd1b45618fc654f58ce7aff87562f7 MD5sum: 7a3d634891f5753d19b7e753c4ce1725 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.1-1noble.20250320.224506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 372 Depends: ros-jazzy-point-cloud-interfaces (= 4.0.1-1noble.20250320.224506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-interfaces/ros-jazzy-point-cloud-interfaces-dbgsym_4.0.1-1noble.20250320.224506_amd64.deb Size: 270204 SHA256: b7795aa24a7ee71258b07e61a2877b9a882f053bad91008c09f028f3884c6501 SHA1: 469e6a9ad362a7ec5ef4f7046b8a02bce52da27f MD5sum: 48af3805236a984d615ea033514a69cb Description: debug symbols for ros-jazzy-point-cloud-interfaces Build-Ids: 06ed5363329d3fe015b97b0fc5cf7f4aca37e222 0823fb6500ba93f4a46067da846a93a3ed5afb8d 38bc45cc9f15b6d471cdc18a2d1fe52566f47f6f 7b2e55735a73af279be4419a5f86f450b5f13646 997a59a9726e2c72bdc16d49c774fc5cb0e3810c a152ec67a21f32cc2bd07a5eab76557112e9baf0 af0838631c8511df4add9b6005ee8a3f7b088903 b40a4ede62b99b3611dead9a9571f5799d41d511 bf20f961bed425c8571ad43fde58b26f7d1396b5 d4596986e296cf3d65c4a25fe6a6846a368e1ba7 f7fd33566b53f289449172314e4e554e3ae7e64d Package: ros-jazzy-point-cloud-msg-wrapper Version: 1.0.7-5noble.20250320.224529 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.20250320.224529_amd64.deb Size: 14546 SHA256: ee7d0c0317d73a5cd6d280151e81b77bbf9d72e8ed6510a72404d967f70287b8 SHA1: 3d8a834b18335d0d5e64bd2e896e585ec1f419e3 MD5sum: 550628eff6a714e49f524f40ff9164e9 Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-jazzy-point-cloud-transport Version: 4.0.3-1noble.20250321.132841 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 2322 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rmw, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport_4.0.3-1noble.20250321.132841_amd64.deb Size: 337358 SHA256: 0a097330e1c2fcb237ae444f053c695d474ec7a68f30885b9b943bd0a2665997 SHA1: 27eebb2d337d0f747d4e377a0c737f0a9d0016f3 MD5sum: 54b2a51ca29de95d4b8d8abb7c6b976f 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.3-1noble.20250321.132841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 8326 Depends: ros-jazzy-point-cloud-transport (= 4.0.3-1noble.20250321.132841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport-dbgsym_4.0.3-1noble.20250321.132841_amd64.deb Size: 7704240 SHA256: 14b792ea118c1cd4a7ea5d8ea6544fd4dc48d2bae83296d737604c5d5850ffee SHA1: 916882d07eaaba694557844ae8bfa824f75a88f1 MD5sum: a828bc507ff4d6289a607dfc7ada0397 Description: debug symbols for ros-jazzy-point-cloud-transport Build-Ids: 2c3239420be5b37e70eca092dc021ba78801e405 7aeac5c3e981a09eca3d00c82354cd0b60db5bd0 93e645f6c3b8f4d830fa07fe6c1e48775837dffa b6152eb45ffa3a20f92ad63fc3713a699b97ce45 d627471685c4b0ff3e41edc15eb00a3dbf5590d6 Package: ros-jazzy-point-cloud-transport-plugins Version: 4.0.1-1noble.20250321.135938 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.1-1noble.20250321.135938_amd64.deb Size: 5462 SHA256: 7debb846a0261af468b6707a941b286bc2dd5cfba5c606d10e4786d5cfc212c1 SHA1: 5654bf6087cd22d69d01f5237abdf68a035536a6 MD5sum: 3241ab95901f9cb09f4f8ee2bb035bf8 Description: Metapackage with common point_cloud_transport plugins Package: ros-jazzy-point-cloud-transport-py Version: 4.0.3-1noble.20250321.133613 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 448 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-pluginlib, ros-jazzy-point-cloud-transport, ros-jazzy-pybind11-vendor, ros-jazzy-rclcpp, ros-jazzy-rpyutils, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-py/ros-jazzy-point-cloud-transport-py_4.0.3-1noble.20250321.133613_amd64.deb Size: 131940 SHA256: ca326403c01670f7e8befd1b619e4e174489a8dea55d705615248088c028d1fc SHA1: d0c717ea04f65ee075f1a1fe04aa1b053568caba MD5sum: 366f86688cca0feb72565db7bf7ba6b1 Description: Python API for point_cloud_transport Package: ros-jazzy-point-cloud-transport-tutorial Version: 0.0.2-2noble.20250321.140013 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.20250321.140013_amd64.deb Size: 708726 SHA256: 708716084646be3b36be0ccfe62be880c38ee791a3e158b4e1b434c59833ca96 SHA1: 5f664455b06e835ae2e84112fe9ab55bfb2d54c5 MD5sum: 6d125aaea68f586d101817673fa58059 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.20250321.140013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1068 Depends: ros-jazzy-point-cloud-transport-tutorial (= 0.0.2-2noble.20250321.140013) 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.20250321.140013_amd64.deb Size: 1027366 SHA256: dcf2a07ea287065a43c3f9fef5e689dff2e83a9a099f9e649ba7177702d41be0 SHA1: 37591184e5ce8b2f18a88897300265dd469a7eb1 MD5sum: b003c635593c5db159c0fc7a24c84f66 Description: debug symbols for ros-jazzy-point-cloud-transport-tutorial Build-Ids: 122bf72adc0957760e1e16cfe4144eb4feaf78b6 32b3be9e70da8f263044d20ac881a3dbe927d331 6761676ee60889fa6521bc3f1aef1ed28747570c Package: ros-jazzy-pointcloud-to-laserscan Version: 2.0.2-3noble.20250321.142147 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.20250321.142147_amd64.deb Size: 260588 SHA256: 6cf453c5d20edd87725eb3177a22f4b1e8726fd7973bb6ad38b2dd3f7b4e736e SHA1: d4573603e8e9ec1a0d20d2a947e9d292adb2f752 MD5sum: abbb423e5332f992b2d9199ab013f1eb 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.20250321.142147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8229 Depends: ros-jazzy-pointcloud-to-laserscan (= 2.0.2-3noble.20250321.142147) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-laserscan/ros-jazzy-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20250321.142147_amd64.deb Size: 7264094 SHA256: d3f12cdb4b714d7439b87be95a21f8ed92345c932f5a4c2073e7124b0928b947 SHA1: d724eccf6271ead8444b8714afab9900f35508d4 MD5sum: 6113646f79127d3c1ee177b714218b3a Description: debug symbols for ros-jazzy-pointcloud-to-laserscan Build-Ids: 2395f0461bded6f2471c0a69d721f44da708ce94 384b9fc98c2a02be8458997732275bfbe306368d 47219615e35fb3e420473666764d517937d194f8 51ee3e78d40d851b0e6b50b0ca1488982404936d 5698532921cee24cbce3fb1c30865105ca66fca0 Package: ros-jazzy-polygon-demos Version: 1.1.0-1noble.20250321.153222 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 400 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.1.0-1noble.20250321.153222_amd64.deb Size: 96360 SHA256: 6cb2143c30daf7d3939e9c8d771f2fcaa501a6fcb3ae65b0971c76ce75177334 SHA1: cb5316d9a5f50c4b367622cbdf59d5e1fff154aa MD5sum: d4d13381d77f54680121c65808f4b042 Description: Demo of polygon_rviz_plugins Package: ros-jazzy-polygon-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-polygon-demos Version: 1.1.0-1noble.20250321.153222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1818 Depends: ros-jazzy-polygon-demos (= 1.1.0-1noble.20250321.153222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-demos/ros-jazzy-polygon-demos-dbgsym_1.1.0-1noble.20250321.153222_amd64.deb Size: 1618066 SHA256: 52ebf9261474d59881e09476dc528a59d157b2b9edc21afd4408cf0f46acce32 SHA1: 228b33bb727a7606c7b389dad5f056aa11e277f4 MD5sum: 2e29a14eab59634fc1c9a15a00c129f4 Description: debug symbols for ros-jazzy-polygon-demos Build-Ids: 263bbaffbf07c7940639f0bbbad459d19b8f0dbc Package: ros-jazzy-polygon-msgs Version: 1.1.0-1noble.20250320.221925 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1235 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.1.0-1noble.20250320.221925_amd64.deb Size: 97306 SHA256: f985f34cdd162d30047af4cc5900ac34bf1c5070d8e3d9d6df02b49068585910 SHA1: 60c448a46b65062612dc419da6c0c9e37d085e57 MD5sum: 339204c208c8c6ee5907cafe20537d10 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.1.0-1noble.20250320.221925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1081 Depends: ros-jazzy-polygon-msgs (= 1.1.0-1noble.20250320.221925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-msgs/ros-jazzy-polygon-msgs-dbgsym_1.1.0-1noble.20250320.221925_amd64.deb Size: 880994 SHA256: c264524d4fe954564f13efe5dd88ea0c48ef1295ec569025604da883e5e4aca5 SHA1: d03d0dc04b762c59e72e13a969a8fd530f7c8bbd MD5sum: a366ac7444f0b2b2b1c4e7d30901efe2 Description: debug symbols for ros-jazzy-polygon-msgs Build-Ids: 42b0fc925522f88ded4c0b8399cda22e3fe2634f 456167f7b7003c46ab14613f1f0e8fc1acc6d17b 5e2ff0e80d185fdb8c005841a873befc4c297d8d 5fe990187c5ae32adfc1ce23f8718fb5f1fd6fc6 6bc291e1bc15155198ca721f7ab910b565e56f2b c76eee83e9f1bc9f427068154ecda2653a52d40c c9d34bf734bff3e902c32c3d43ca61a6932f1812 e6c22a70ce3b3b624c92efd96127840fabd01695 e8dafaf620823a29237d424451addc5314d6c836 ed8cd31b531235ce387fb6598ca041a5ee236956 fa33a39ffe6a4c41636e5c800dd0a0ec066e3d1d Package: ros-jazzy-polygon-rviz-plugins Version: 1.1.0-1noble.20250321.150301 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1935 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.1.0-1noble.20250321.150301_amd64.deb Size: 307928 SHA256: e9d7b72b7784ed827936f312eeb178e40045387a5324a65e0e9cc6cf06f42e52 SHA1: 6950734a4ecc7cb74a57e179027de869f9ff34db MD5sum: 66c42bbfca7b20e9abe6be54581a613d Description: RViz visualizations for polygons Package: ros-jazzy-polygon-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-polygon-rviz-plugins Version: 1.1.0-1noble.20250321.150301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 13536 Depends: ros-jazzy-polygon-rviz-plugins (= 1.1.0-1noble.20250321.150301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-rviz-plugins/ros-jazzy-polygon-rviz-plugins-dbgsym_1.1.0-1noble.20250321.150301_amd64.deb Size: 12005360 SHA256: c9b782ee0a47bc9e21c51cbdb84ee6b787e8469dccaa17bef41d2618c80b1ba9 SHA1: 2379b249f767d2c0ab9be4e20467e71ce9ab37bf MD5sum: 1ccb593734b347025320c75f12773a51 Description: debug symbols for ros-jazzy-polygon-rviz-plugins Build-Ids: 44d220a1e254a8f19e2d78906c4f68fbaabcea4e Package: ros-jazzy-polygon-utils Version: 1.1.0-1noble.20250320.222753 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.1.0-1noble.20250320.222753_amd64.deb Size: 31860 SHA256: d55b4d776e3f3b35f0a2242af2f9949cba847d4eb2390f8df1ee7c5cb5ed094f SHA1: bf94da80e753f07a2ddd30b057f56a381bcc004e MD5sum: 6f694148678905f2b8037c50413008f0 Description: Utilities for working with polygons, including triangulation Package: ros-jazzy-popf Version: 0.0.17-1noble.20250321.134554 Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 2617 Depends: coinor-libcbc3.1 (>= 2.10.11+ds1), 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.0.17-1noble.20250321.134554_amd64.deb Size: 861892 SHA256: 547e9a61a8e223682bd6aa10cba741e2cea5040b57ce234027df9211d7326d25 SHA1: 86b5b890c766386595e830ae2dc01f12497764d7 MD5sum: 61929deb1a6bce8fec18162eea0fe972 Description: The POPF package Package: ros-jazzy-popf-dbgsym Package-Type: ddeb Source: ros-jazzy-popf Version: 0.0.17-1noble.20250321.134554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 22696 Depends: ros-jazzy-popf (= 0.0.17-1noble.20250321.134554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-popf/ros-jazzy-popf-dbgsym_0.0.17-1noble.20250321.134554_amd64.deb Size: 22199974 SHA256: 9db0d32a6fa8ab5eab072e85522f66cd6d39bb4512388cd47ba7b0a4e8d03850 SHA1: 6cbfbd2f2e16d9858428b683cd0835a6acc48c8c MD5sum: 6b345ffb03ebe9bc28f724d557354776 Description: debug symbols for ros-jazzy-popf Build-Ids: 11a221197445480dc1a8e4876bc786a92839d319 24690ea6fed43879e5deec7ee7d9c56df1832651 96580ad45b7eebc68aa17cdf57a50511181b1f68 b547e66a97807d2f5e1caaa692f8bf924e6299fd bfada86774fec1fadfce73065b0379d3c3cd7178 ea639ce76e0119fc263f1eadd12cb473b5fa0576 Package: ros-jazzy-pose-broadcaster Version: 4.22.0-1noble.20250321.144710 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 342 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.22.0-1noble.20250321.144710_amd64.deb Size: 94838 SHA256: 76877359611c38ef08b47f68e6239f86cf0b069a56539b1db3ab740b8015de0e SHA1: 66d5184270fe20c6ca4c467948e7bc06d65fda35 MD5sum: 11fb0c3cae7fba214decc5283013906c Description: Broadcaster to publish cartesian states. Package: ros-jazzy-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-pose-broadcaster Version: 4.22.0-1noble.20250321.144710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1456 Depends: ros-jazzy-pose-broadcaster (= 4.22.0-1noble.20250321.144710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-broadcaster/ros-jazzy-pose-broadcaster-dbgsym_4.22.0-1noble.20250321.144710_amd64.deb Size: 1346506 SHA256: eae4e2d86716c91da9fccb198a932cf5ef747d16d41b620f74e113fc2e368b75 SHA1: 1c1dd8d4e176a946fc3251826f8bafd8bc1d6731 MD5sum: 824ffe726976da63fc914a2325f6c77f Description: debug symbols for ros-jazzy-pose-broadcaster Build-Ids: 70c0500dff1a7e4ff560bda9e0cd4a8e1f7609aa Package: ros-jazzy-pose-cov-ops Version: 0.3.13-1noble.20250321.163313 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 93 Depends: libc6 (>= 2.4), ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libros-bridge, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, 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.3.13-1noble.20250321.163313_amd64.deb Size: 15196 SHA256: 73c46127474fe5598fa1495b2a36160d3708b27ba91603b70d954c34f6e5ae48 SHA1: 0e026bcd21b8886fd5720d2c89cdc8496c9ebb44 MD5sum: 7c2fab4ea3d310c6a5b0b857e52a526e 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.3.13-1noble.20250321.163313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 Depends: ros-jazzy-pose-cov-ops (= 0.3.13-1noble.20250321.163313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-cov-ops/ros-jazzy-pose-cov-ops-dbgsym_0.3.13-1noble.20250321.163313_amd64.deb Size: 125728 SHA256: ea8770b0893d4de83cfce26755e9bb174c38746ef2730da0b81e16466d6f6f01 SHA1: ca75cb0b712a91311a001f11d557c2fc0d9d7124 MD5sum: 0d618faa1668926322d4c1f8274b3f5c Description: debug symbols for ros-jazzy-pose-cov-ops Build-Ids: 7acd0cb647bdb5b16e7abf4c88bf0f5e1c9ed9ce Package: ros-jazzy-position-controllers Version: 4.22.0-1noble.20250321.144922 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.22.0-1noble.20250321.144922_amd64.deb Size: 22162 SHA256: 9af347d51a38296396184b28dd50cde22db11a8e98d0c0d257edda69032d64cd SHA1: ef7e2d0cda7b9627cab9c0f0e1e095d4e96c508e MD5sum: 10fcfdb72d08c5d433bd537c1cfbbaaa Description: Generic position controller for forwarding position commands. Package: ros-jazzy-position-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-position-controllers Version: 4.22.0-1noble.20250321.144922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 354 Depends: ros-jazzy-position-controllers (= 4.22.0-1noble.20250321.144922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-position-controllers/ros-jazzy-position-controllers-dbgsym_4.22.0-1noble.20250321.144922_amd64.deb Size: 336380 SHA256: a4b7e47ed7261751892e83764d27006210fb38caf4ec9522d56009d6f1f806f5 SHA1: 416de0b91378505b1c2790e4dd44b108bcd23fac MD5sum: ec3d060789b02a9874618f61b2a4da8e Description: debug symbols for ros-jazzy-position-controllers Build-Ids: 10a7f5f04eb691453bf120a73e9c2544409edb26 Package: ros-jazzy-proxsuite Version: 0.6.5-1noble.20250320.183420 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 1247 Depends: libeigen3-dev, libsimde-dev, python3-numpy, python3-scipy, ros-jazzy-ros-workspace Homepage: https://simple-robotics.github.io/proxsuite Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proxsuite/ros-jazzy-proxsuite_0.6.5-1noble.20250320.183420_amd64.deb Size: 153982 SHA256: cf2117e374eade29a346776afae07bdf49192e2624522ac58592166f0cdd1adf SHA1: 00f7862a4efbbd5467bd12ac878c7301709c6082 MD5sum: 06b863ac9b392da3792fe38009d68c2d Description: The Advanced Proximal Optimization Toolbox Package: ros-jazzy-ptz-action-server-msgs Version: 2.0.3-1noble.20250320.195222 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 4312 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.20250320.195222_amd64.deb Size: 250334 SHA256: b1476f092f6f36b899e79c5a186c1fb66ebcce7fc62f06a85b7c2e81a71d310b SHA1: 6f9a63bd5241ffd70bd2cfaf727da02d1834bcd4 MD5sum: c7686d41ccf06f8c93de83f3b2e72bf3 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.20250320.195222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 2271 Depends: ros-jazzy-ptz-action-server-msgs (= 2.0.3-1noble.20250320.195222) 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.20250320.195222_amd64.deb Size: 1599870 SHA256: d4a9dd616e22efebf8d8cd4bea96c6fb0ffec224a6dd449e15c1e4024cdbb825 SHA1: 7474b71f6d5af13d238298642efb97ef7f82ae7b MD5sum: aac63bd135e5412e57b2afa0b7ae19bb Description: debug symbols for ros-jazzy-ptz-action-server-msgs Build-Ids: 1b80fe84d1b5bfeeeaf620f472be37b8557a2f53 23f3920a90b4a04de488e0ac5a275e69aec02a4a 381dac5f49ebe4b7922e75943a523983ffa6af77 3b343616bf3fb8d8adab99b4abca325e72256566 4a7918eebc5d36886ab896d40dee6a219826083d 4d381561dc05d9b9b863130b4bbf2ca943f9d41d 71c6db1d44f205c7f4d7d402930eee95e063f32a 8a218e5c266b094901757afb8c90d4090d988d9f ae01ccf05e1e73beb8c9ad1ceb2d83e9eb2a8036 ce5e65dca8597890d845418658872587c82a3e45 d9d1757a5b1c759c4091a44d35c716389fcac6ea Package: ros-jazzy-py-binding-tools Version: 2.0.1-1noble.20250321.132507 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 378 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-pybind11-vendor, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/py_binding_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools_2.0.1-1noble.20250321.132507_amd64.deb Size: 113240 SHA256: 65eb28b23b091d973cce9f7491e29a9857f1532c77c96215e819b1f1fe47a920 SHA1: 551f64bf04536c83a7c757edcd48ad4d1b39257d MD5sum: 8751d0c58068f6c64466cad973b9529a Description: Python binding tools for C++ Package: ros-jazzy-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-py-binding-tools Version: 2.0.1-1noble.20250321.132507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 869 Depends: ros-jazzy-py-binding-tools (= 2.0.1-1noble.20250321.132507) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools-dbgsym_2.0.1-1noble.20250321.132507_amd64.deb Size: 837202 SHA256: 3c2efb4799874cb72fcd27a97ee59c4f5fbe60effc5a241c34ad188cf9c2c37d SHA1: d97a98895914e3aa6f1e11c81974946b78def7e1 MD5sum: 73612e37b9f5ebaaacd82e0bacf775a1 Description: debug symbols for ros-jazzy-py-binding-tools Build-Ids: 6862cfc2f3e76269bfed541b504ec34e56bf364b Package: ros-jazzy-py-trees Version: 2.3.0-1noble.20250320.183407 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 951 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.3.0-1noble.20250320.183407_amd64.deb Size: 167432 SHA256: fb6e13ed1bc3c015f082454d48a2d4660d04f1aab6d9e5fb0df3cbdcb1378bb3 SHA1: 99f5aba075827d4c5a1c90da7c4a6260bc8c3cba MD5sum: 5049e4d70d2a6e39f497e94350ca959d Description: Pythonic implementation of behaviour trees. Package: ros-jazzy-py-trees-js Version: 0.6.6-1noble.20250320.183411 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-jazzy-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-js/ros-jazzy-py-trees-js_0.6.6-1noble.20250320.183411_amd64.deb Size: 1177474 SHA256: 768b376585ff480a7e008b115e0b92c1bbd9b3d80680b0b620af1793223efb6b SHA1: 7837bbbe5a1e847399fd6da2e2e304d00209aab8 MD5sum: d61e704c9eaef5638c08f440d081c279 Description: Javascript library for visualising behaviour trees. Package: ros-jazzy-py-trees-ros Version: 2.3.0-1noble.20250321.132031 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 521 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.3.0-1noble.20250321.132031_amd64.deb Size: 102446 SHA256: 0169d364e355c37586e84d24921b50bc4e39719b27f2b02dbe5f1c9560b402d0 SHA1: f248bdbb31fa347950bf813177a8d5aeb26a2c42 MD5sum: dbe286e1a97f5ae5c5c267f584a6e99a Description: ROS2 extensions and behaviours for py_trees. Package: ros-jazzy-py-trees-ros-interfaces Version: 2.1.1-1noble.20250320.223427 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 9669 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.1-1noble.20250320.223427_amd64.deb Size: 562702 SHA256: 2d78fce63656058d471e9af52b1dc874312309f7dc61772dd92bdfd253d7908e SHA1: 92ea161ec554b0995137927205d7c3ca455a6c9c MD5sum: bdc64fbc5c2f7536ed280f2e1d6fa943 Description: Interfaces used by py_trees_ros and py_trees_ros_tutorials. Package: ros-jazzy-py-trees-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-py-trees-ros-interfaces Version: 2.1.1-1noble.20250320.223427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 6473 Depends: ros-jazzy-py-trees-ros-interfaces (= 2.1.1-1noble.20250320.223427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-interfaces/ros-jazzy-py-trees-ros-interfaces-dbgsym_2.1.1-1noble.20250320.223427_amd64.deb Size: 4939062 SHA256: 3b27adfe57725ac35085203a013606001a5e48ad0a8e402ade552c5418ca18be SHA1: dc0365af8782f9d92a2c424dc26bd915e303f8a7 MD5sum: 0dd1b71e643066e30cba52ef8be192f0 Description: debug symbols for ros-jazzy-py-trees-ros-interfaces Build-Ids: 26b0296a09c0a7eb6efb1c4567d2573ad4701fd3 2a9c2fddf76c1a7425d95e1855f730898430a639 2b1c19ac23f20d4bc9a269ec5bd2c3d16e5c394a 3b4706a253a2b44c90c24496ba7cb48244747316 62ea81ae73ca2b2c857f09bb0f64614b22b24ad8 815a5ae5d958aea99c440071ab10d6812baeaaf6 95fc087ec695492a371fa16e72e7f6a1c4c4a284 c382765c84fd54fd1efee366c1694ba745cbe6b2 d6617699362d27e4cea6ef792abec36111939f9e df5c6c71a06a1907ecdf6ae1c117116289129b8d fface510b6010d3c7f5ac364c47f840034857b3b Package: ros-jazzy-py-trees-ros-tutorials Version: 2.3.0-1noble.20250321.132244 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-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-py-trees, ros-jazzy-py-trees-ros, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2launch, ros-jazzy-ros2param, ros-jazzy-ros2run, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, shiboken2, ros-jazzy-ros-workspace Homepage: https://py-trees-ros-tutorials.readthedocs.io/en/release-2.0.x/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-tutorials/ros-jazzy-py-trees-ros-tutorials_2.3.0-1noble.20250321.132244_amd64.deb Size: 91852 SHA256: a4fa3ae8ca39a27125717dacb4d1d2fdd18324a8b5fa100013e0c14f3d123af9 SHA1: abcd153f90c5f5b61a80d4c485283ae663ae3fdd MD5sum: 7bdf0181d5698b480a9593ef01181be5 Description: Tutorials for py_trees on ROS2. Package: ros-jazzy-py-trees-ros-viewer Version: 0.2.5-1noble.20250321.131459 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-jazzy-py-trees-js, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rclpy, ros-jazzy-unique-identifier-msgs, shiboken2, ros-jazzy-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_ros_viewer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-viewer/ros-jazzy-py-trees-ros-viewer_0.2.5-1noble.20250321.131459_amd64.deb Size: 64344 SHA256: 6546176fe2f586439dc22e5a6ec4bf78c92ab14fb9f93cd7b7650c994c4e6b77 SHA1: 020f350fbb61f63d43ed12ea77d97139a4da754f MD5sum: 6bf8e8b83e5e7145b4efb6a92f388556 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.20250320.190052 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.20250320.190052_amd64.deb Size: 9916 SHA256: c22c0dd62bbae2322ae21f4b8b6ad1f55983dddb48da67967c6e18fd54ec517d SHA1: 909c8c304d8c7c7f62f58fe6b765b5081ffaac59 MD5sum: ef4a510335bc3135528058f307c54c16 Description: A vendor package for pybind11_json for Modern C++ Package: ros-jazzy-pybind11-vendor Version: 3.1.2-2noble.20250320.185917 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.2-2noble.20250320.185917_amd64.deb Size: 6294 SHA256: 3cc5600396485d6fa400964c26c76dcb26208e0edeb537f7af3c6b11da1dd6f5 SHA1: f63b150b2237589771bf3b55f8529411960b174f MD5sum: cc9a03ce1b8b680fc1ef59e41cfd73dd Description: Wrapper around pybind11. Package: ros-jazzy-python-cmake-module Version: 0.11.1-2noble.20250320.185956 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.20250320.185956_amd64.deb Size: 7452 SHA256: 36e6c6572e481acd3dc399383a89694b836b4f440b28b076e4ed07c25304b438 SHA1: 25a5c42d1222ecc4222c78ce11c216e5ad56aaf3 MD5sum: 47c69e002d4cbf5b5dd307ad9a105154 Description: Provide CMake module with extra functionality for Python. Package: ros-jazzy-python-mrpt Version: 2.14.7-1noble.20250321.181047 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 30133 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-python-mrpt/ros-jazzy-python-mrpt_2.14.7-1noble.20250321.181047_amd64.deb Size: 6077572 SHA256: 11114511bff9079077f514fbe6745249c5e6fa5afa29911f3acac790f705b41b SHA1: 82dc9132f55a8bc7385d96bd50561ee06348735b MD5sum: 0f2b2877d7195760704a13df75404982 Description: Python wrapper for Mobile Robot Programming Toolkit (MRPT) libraries Package: ros-jazzy-python-orocos-kdl-vendor Version: 0.5.1-2noble.20250320.190058 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.1-2noble.20250320.190058_amd64.deb Size: 5802 SHA256: 2000d687869ff1bce964d96fabfe04da9d79ee531c70d4bfcb51911331a6bbec SHA1: ce488a98368c3e97c91ffc29e461d259b784b585 MD5sum: bfdd23de17a480adc7385b611a15fa67 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.1-1noble.20250320.190002 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.1-1noble.20250320.190002_amd64.deb Size: 17126 SHA256: 6752468f37c9d1ed27164eaf90d8454c9b393a9759ac73152da64edb1ff4a693 SHA1: 17d444749d1b68e6024baeeecdb195d5dcd5472d MD5sum: 8a0edd1582f39b1b30b692707cf4f9bc 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: 1.25.2-2noble.20250321.140408 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1775 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5core5a, 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_1.25.2-2noble.20250321.140408_amd64.deb Size: 434582 SHA256: fc3fd6eccc789e19e0ededd33b138e62cb4c18a83ca7f7d1ba73ad30f3cfbd8e SHA1: 46b902cc0f38574671fa37a707a9fd10f36776c3 MD5sum: 6098ab81a3804578d99e6fb5998f4dc8 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: 1.25.2-2noble.20250321.140408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 10260 Depends: ros-jazzy-qml-ros2-plugin (= 1.25.2-2noble.20250321.140408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml-ros2-plugin/ros-jazzy-qml-ros2-plugin-dbgsym_1.25.2-2noble.20250321.140408_amd64.deb Size: 9532918 SHA256: d3071f98f12254e5c7f501678d879f1ea58492137bd3e373a85d9a4099e89b94 SHA1: 73a76eac5072724b570cbbb50b59f8cb363809b3 MD5sum: 1719e39d64fae004f8429eb527809f77 Description: debug symbols for ros-jazzy-qml-ros2-plugin Build-Ids: 338232444ca941c93f5b81975de1a2058facca0b Package: ros-jazzy-qt-dotgraph Version: 2.7.5-1noble.20250320.190251 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.5-1noble.20250320.190251_amd64.deb Size: 14914 SHA256: 2e43371e5450a06c1917cc5a6bcf87d61f623b46fe43e8838a2f69a16504cff4 SHA1: f11cd6303471b65524482e4311cf26ebfb8aab68 MD5sum: 9b43b48bd381d414bb265895bee9522b Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-jazzy-qt-gui Version: 2.7.5-1noble.20250320.190705 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.5-1noble.20250320.190705_amd64.deb Size: 53358 SHA256: c0f4e9233668ec33655e547ada6f69cdf5cc3d5639d63197c3f6adafae3407a0 SHA1: 189adad19bd5fd1f5e5940c5c1fb5618ac332a03 MD5sum: 3e77686bd4dba6f1396e2dc5b69ce9eb 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.5-1noble.20250320.190930 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.5-1noble.20250320.190930_amd64.deb Size: 5764 SHA256: 9bd1ec9aab38d3a8fee86a1a972f4b8f04e20838964111adc54fd12af02d81d2 SHA1: 8785987d5740ab0ee17d339604844f8e0aaca2b2 MD5sum: 6e922ca644166d94ab0ebc32ae2a3487 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.5-1noble.20250320.194720 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 Homepage: http://ros.org/wiki/qt_gui_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-core/ros-jazzy-qt-gui-core_2.7.5-1noble.20250320.194720_amd64.deb Size: 5560 SHA256: 9fc8e5255dff189414b0a30027c0d6cbd7729f5a6279dda9944d16f700d1292a SHA1: 67faf23bc4bd03cafc5d33fb6ab65b85f31f4af9 MD5sum: 2bd8ed2273cfcbe8459b769f04a59c68 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.5-1noble.20250320.194102 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.5-1noble.20250320.194102_amd64.deb Size: 345760 SHA256: f14fa2c904defa91d2a41c987cfcebf606aef1f661bcfdda599e3be3c574dd03 SHA1: 8bc659f3a36bcfa1906b621206d29acb5780102f MD5sum: b396fc862eb87dfad8fc53a367554f2c 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.5-1noble.20250320.194102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9733 Depends: ros-jazzy-qt-gui-cpp (= 2.7.5-1noble.20250320.194102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-cpp/ros-jazzy-qt-gui-cpp-dbgsym_2.7.5-1noble.20250320.194102_amd64.deb Size: 9383098 SHA256: 3083e64bf898f3dc7c648714caf977c5792b80f9155b33379e8bf87575d26cf5 SHA1: db7f7f2f28a2ca07afcac5bb7124c523f5360191 MD5sum: 7d606ed28c537abac7e7156630231543 Description: debug symbols for ros-jazzy-qt-gui-cpp Build-Ids: 6eca1a7b31fc69474d0106cb446eb07214300cc6 abd08a8f8618118a61e727be7284678660410cda d46f802d84493a3fc62c7e36fc4205a5afc4682d Package: ros-jazzy-qt-gui-py-common Version: 2.7.5-1noble.20250320.190255 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.5-1noble.20250320.190255_amd64.deb Size: 10984 SHA256: 13aba837d3fa41218fa4a4659670d34e746ff808d71b9cffdb3cc7c68c77e36a SHA1: 936bca28b9273a4c0809a1b6c3b91e89c892d9ad MD5sum: 6a0bcf8ce90d79c576dd15db8d70ee73 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.5-1noble.20250321.132743 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3831 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.5-1noble.20250321.132743_amd64.deb Size: 437072 SHA256: a581d682eb00939ffc116aae2bb9e274e3dcb4c54a7172b8a2a72ad99495a41c SHA1: 0ac7e62de40a061599c9ee7ce64a7f86e6179275 MD5sum: 4024d2b4ab3a087cf2de93ab636c5c50 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.5-1noble.20250321.132743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19608 Depends: ros-jazzy-quality-of-service-demo-cpp (= 0.33.5-1noble.20250321.132743) 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.5-1noble.20250321.132743_amd64.deb Size: 16262134 SHA256: eb5e9298836b15f5b7c131406dc7735af92be776c31531608fddaa616aab8cef SHA1: 497324b405983053f1a58713ddd6bc8e4d06092e MD5sum: d57f4956ca6c27332d39dc9f0ab51aab Description: debug symbols for ros-jazzy-quality-of-service-demo-cpp Build-Ids: 0d0bb7ad3b40cfb0dc1e0e0c72aaf95f122fae2c 3095dd9d870fd9cbe2c39daf771b6de5cfe6cd3a 35ff8a1275071953e19ee50e4c513bc7135af3f5 4836bee29d2342f980b88fcc8ace8b142072f683 557dfb1c3c53a1638f0338dda01dffb89273f738 5e821808a9bc702007598c27e6e862acc9bfeaa7 7b8158808345e226a03266e227b3032fb1a2fdb3 857510ab81f7f6112d8204994f9c8feec9068df2 8f4b6c7560e528f41af35f44486394a3f5d4425b 96cbe9bab95ee013742670c85f0b589e8820b301 d4cf3a715747aa469577473d9f7e9062e937859e e9ea74d54beb84577caf7b5beb9a8927a33fb5b3 Package: ros-jazzy-quality-of-service-demo-py Version: 0.33.5-1noble.20250321.131409 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 114 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.5-1noble.20250321.131409_amd64.deb Size: 20540 SHA256: aafc3ef010bd6c9023bd6151eadbb2be66cadd00faa8c4b5ecfbc266e82465dd SHA1: 439ea9a2bfef8bcfe0e537f238f3b3fd0dbdc45a MD5sum: 00bf9bbf7b7b061f130e5159dec11f85 Description: Python Demo applications for Quality of Service features Package: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20250321.140422 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.20250321.140422_amd64.deb Size: 23144 SHA256: 233769fdc03f2498cadb10cd0bde41b0577f6d2e060e0ea618e5bd159bebf5ae SHA1: 867defc7a7e994a542c45f30dc641698927bb380 MD5sum: 65d9cc3aa42e452de0a900da1305647e Description: The quaternion_operation package Package: ros-jazzy-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20250321.140422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-jazzy-quaternion-operation (= 0.0.7-5noble.20250321.140422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quaternion-operation/ros-jazzy-quaternion-operation-dbgsym_0.0.7-5noble.20250321.140422_amd64.deb Size: 5040 SHA256: b7fb82a49743b04f4f0386ba6ee6af8e6b0f826a95171055ea8d926639139fcc SHA1: b4124f7cf4d707f2d096dbda14d3abf38f20f783 MD5sum: 200b69752f7421f9d699cecba76eb1c2 Description: debug symbols for ros-jazzy-quaternion-operation Build-Ids: c4f636c42d15bb48e03c9efe62066d5049dcf3cc Package: ros-jazzy-r2r-spl-7 Version: 3.0.1-4noble.20250321.131413 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.20250321.131413_amd64.deb Size: 6596 SHA256: 8d626c32a01186c59422d810f62c8c0934b4803258b271c65358d086f64a9405 SHA1: 2644e2d070f8429061537d020051ee732f6c0226 MD5sum: 3fb9f35d566087cff66c5be93159a9b2 Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-jazzy-radar-msgs Version: 0.2.2-4noble.20250320.223554 Architecture: amd64 Maintainer: Steve Macenski 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-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.20250320.223554_amd64.deb Size: 82132 SHA256: c1abe025fccc35078b6a05ea282a4263acbcb7b0664274236b76adb0d769c619 SHA1: 538237036d039c1754a686ab51c93bc30cb15c8b MD5sum: 6547f22ec2eaf8ae95a94c54a22ac2ec 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.20250320.223554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 677 Depends: ros-jazzy-radar-msgs (= 0.2.2-4noble.20250320.223554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-radar-msgs/ros-jazzy-radar-msgs-dbgsym_0.2.2-4noble.20250320.223554_amd64.deb Size: 532170 SHA256: 13d42b83185ec9b15dd6037d485a6fccb7597f0677a85abdbca1695394da0574 SHA1: 7ab7a0081e654199946525127153db0a46d134ec MD5sum: 9a234022ef23481da3c4f39a2c30b4a5 Description: debug symbols for ros-jazzy-radar-msgs Build-Ids: 10b5aea6778610a414929719ebe649469ef0eee0 5299639d5fd29dd4b102aa26720f4f32cf9b7f5e 6632ac1ca96f9abb0d50bc89435ad1b2e6ae4fe3 8eb8b9f592b1e89438edeed6fc3125327528cd1d aaa2e1f3738a68ca4fcef2bb43ab076d1f6f0a08 ab86a178469359193453e54d261c5bc6a1ee45fd ababee0f570e7c49d76e9517fded747618301d46 b3931ab94a069f04653a63244474b8e7d01930c8 bb5b0818efcf554dd40979ee3a1c99bb28fece77 e572d6a3a9ed59f612fcb6076b5a5c5054f3c180 fc96dad0e6da08a1c73fa61fa4ac537d5b78f2fb Package: ros-jazzy-random-numbers Version: 2.0.1-5noble.20250320.190059 Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 117 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.1-5noble.20250320.190059_amd64.deb Size: 25418 SHA256: 21016534244a4a6386c4f120fef2e09e3a7fdea5037ee726ef3f328a978ef312 SHA1: 312dfe80f49e7d0aaf1e043f68b8b7a54a49b36c MD5sum: badeb0bcb859173313d58cd925bf5334 Description: This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator. Package: ros-jazzy-random-numbers-dbgsym Package-Type: ddeb Source: ros-jazzy-random-numbers Version: 2.0.1-5noble.20250320.190059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 163 Depends: ros-jazzy-random-numbers (= 2.0.1-5noble.20250320.190059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-random-numbers/ros-jazzy-random-numbers-dbgsym_2.0.1-5noble.20250320.190059_amd64.deb Size: 134154 SHA256: 2f2f65e39b1e5490a6b2968aacf91cd4a857930a1db90c30537f3e5db9d2fd34 SHA1: b7dda78e5e95b5d77f7f2cb4f2f19880e0d7b6c3 MD5sum: 0a6e764b5378031ae60285bd26a63883 Description: debug symbols for ros-jazzy-random-numbers Build-Ids: c342497174018d90f2aac422111350f47edb4689 Package: ros-jazzy-range-sensor-broadcaster Version: 4.22.0-1noble.20250321.144716 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 279 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.22.0-1noble.20250321.144716_amd64.deb Size: 77150 SHA256: 993269d9cd90d69c8f2f1686c9c0b531d1fd160ed0a6444b31d5dc0e3d677169 SHA1: 66a3f25d8de3ddc7711eebd1e1e214ddf1be763e MD5sum: d2405158d6eecc208c324751d58419e2 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.22.0-1noble.20250321.144716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1081 Depends: ros-jazzy-range-sensor-broadcaster (= 4.22.0-1noble.20250321.144716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-range-sensor-broadcaster/ros-jazzy-range-sensor-broadcaster-dbgsym_4.22.0-1noble.20250321.144716_amd64.deb Size: 1010536 SHA256: 8de391c866e7802cfa0ec277ba080448f0dfa47fa31b1b92a3c7212046d35484 SHA1: 9f4eac0bd364d188e1b855fb271096d1bf5ebabf MD5sum: e0acb3a29fedb7ae8e900d13ea3d38a1 Description: debug symbols for ros-jazzy-range-sensor-broadcaster Build-Ids: 3d722686fc61cbb8fa97675aa3da791f3f5bfe05 Package: ros-jazzy-raspimouse Version: 2.0.0-1noble.20250321.140421 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1263 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.20250321.140421_amd64.deb Size: 216064 SHA256: cd35e3b1b75893c1e0b38715b8f57daf136141f4cd4da457b36dba365b99da6d SHA1: f5ffcb484e33f2b406326aa354d8f8d7418de349 MD5sum: d648ee36ef2a122114d745396cac2df8 Description: RaspiMouse ROS 2 node Package: ros-jazzy-raspimouse-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse Version: 2.0.0-1noble.20250321.140421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5432 Depends: ros-jazzy-raspimouse (= 2.0.0-1noble.20250321.140421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse/ros-jazzy-raspimouse-dbgsym_2.0.0-1noble.20250321.140421_amd64.deb Size: 4500296 SHA256: bcbf86c7bc46402a3cbed30969b00c1996df09060fea1c94f4a90c74cf88973d SHA1: 29d6b2b337e390e471bdf596400eb007834e6ff5 MD5sum: b349524e43c687f4efbbf9edf4153123 Description: debug symbols for ros-jazzy-raspimouse Build-Ids: 1262c8ee42d0ba3f9a9a58a11219e1832a5fd694 249a4165983f6e4a9113dabf6b4673a6237c510a Package: ros-jazzy-raspimouse-description Version: 2.0.0-1noble.20250321.153302 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.20250321.153302_amd64.deb Size: 1376930 SHA256: 19588867d0f1cecb32dda42027070249968d93c8526e2a8d99752d4ed14cfb06 SHA1: 5f94e919bdde80a93d2beee608295b7b03f5e313 MD5sum: 794ca9913b9351f4e02843cff92adac4 Description: The raspimouse_description package Package: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20250321.133940 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.20250321.133940_amd64.deb Size: 35990 SHA256: 1ea49ec7fdb286d61beace75b68f80e3edeceb529397dda6e42f4d90f5b7bb80 SHA1: c7f0e6648e51eee3a1c4103c595bd6f80a5546bf MD5sum: 10a627dbf8b602063ab84428fc0cc504 Description: The raspimouse_control package Package: ros-jazzy-raspimouse-fake-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20250321.133940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 544 Depends: ros-jazzy-raspimouse-fake (= 3.0.1-1noble.20250321.133940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-fake/ros-jazzy-raspimouse-fake-dbgsym_3.0.1-1noble.20250321.133940_amd64.deb Size: 506386 SHA256: 8d87fc4b968bfcfa342ca6f6722937ceac6e82ba7ac1f3940e10b281df59d2ab SHA1: 58b3557376550786e8cd640bb506a3fc9df9cc86 MD5sum: 8f134d2e87342a03be26f73230f6a638 Description: debug symbols for ros-jazzy-raspimouse-fake Build-Ids: 394eb68a3118b1aef72a7571de471f69389b3c90 Package: ros-jazzy-raspimouse-gazebo Version: 3.0.1-1noble.20250325.175050 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.20250325.175050_amd64.deb Size: 26858 SHA256: ba50d711f0b6d7bbb1dcc10e0b32bd12140df04dc4d18feacffcf777991e4de7 SHA1: 635522cc842dda71000452e0576765f2e5775384 MD5sum: f6898747b1f3e3bc4fb4a51f3c4144b9 Description: The raspimouse_gazebo package Package: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20250320.195323 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 636 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.20250320.195323_amd64.deb Size: 52972 SHA256: e07e8ce683b5a16bbb646dbe8521af3edd4d2b9e4f46742f147bd6867c422e3c SHA1: 4e166177d30cecff461d7bcb40e678e589c2619a MD5sum: aafe195e6fb6ca639fc8fa7375497bad Description: RaspiMouse messages Package: ros-jazzy-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20250320.195323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 434 Depends: ros-jazzy-raspimouse-msgs (= 2.0.0-1noble.20250320.195323) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-msgs/ros-jazzy-raspimouse-msgs-dbgsym_2.0.0-1noble.20250320.195323_amd64.deb Size: 317900 SHA256: dfeb084f464460d058742ca3d01863fd293416973f227cf52f2d5a957c9962d0 SHA1: 0eb48fe5f294605e04be9961a5a3d41e139b223b MD5sum: f4529f7434cd4b44d7575b22ce7d778c Description: debug symbols for ros-jazzy-raspimouse-msgs Build-Ids: 16b3b1afed4013c6f0bad43ff2ef8875a3697176 185c7b26d8e1b3f9f8f6300fbd72107c2673d6af 201284cb01fa5a83952fcb9a1b98916f3bc46f05 37966a27722c563fca794c3b505f28fa630ce982 5161131afc182c35cf5e982d5214fca98b9f3cc0 59231a80fb40799db1c3e0a6bb50b9c9c361093b 80ea8a3f1ba87cf41ca2fa7cf71b6ae108f43614 9a90cfb45b290e98b20fbafe1c3d653726a5be4b cd3bb3b2026384988ade495a3352e1a0f55d0a7d cee3a0cbef9a303f8c8073ec8c4ce30555bd83f7 d19dafeb77ed80e1a92e74f56485fe8b96741751 Package: ros-jazzy-raspimouse-navigation Version: 3.0.0-1noble.20250325.184029 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.20250325.184029_amd64.deb Size: 13148 SHA256: 48a6f07dc4237b57127e29a358d1ed1dfe66555c47fcb19bebb2cc65c11b2ddc SHA1: 42143a99b4dceda50a8ab3454b335e4fa445d7ab MD5sum: a8e0a6a6c3ee98c6f680f729a5d20c86 Description: Navigation package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-ros2-examples Version: 3.0.0-1noble.20250321.161135 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3580 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.20250321.161135_amd64.deb Size: 530674 SHA256: 84c77b198a4ef9f0ba04a85f4cbb52b5d1f26a5e3695b046cb20c4e4758a019a SHA1: 5f8f0261aa8264888b99854bfafcf238509d9289 MD5sum: 69c8d26a50ce5214ddc0690b08f22800 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.20250321.161135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 17061 Depends: ros-jazzy-raspimouse-ros2-examples (= 3.0.0-1noble.20250321.161135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-ros2-examples/ros-jazzy-raspimouse-ros2-examples-dbgsym_3.0.0-1noble.20250321.161135_amd64.deb Size: 14662198 SHA256: 849350f64323e1c613ec86ab7bb784caccdb9e58914d6118cf42754235f75152 SHA1: 576dfc05ed3b700ceab2cc086450e17394ff463d MD5sum: 0e1b92a05f6eac2deacc243559fdf142 Description: debug symbols for ros-jazzy-raspimouse-ros2-examples Build-Ids: 19c23da0f473bb68b663fbdf19452b269e815965 27498f27684f7a68c6a9c3e639b6f68832b8f9f8 3a539a117ba93db23289e32ef842b7f01ae059ee 42ec00acb5aa3e333d874a9ebb65d03b134df064 8218dd69343453eccd398c61e7a4a9ee2a9d28a4 e3306e9c45d6e3f86b1298afdd09fc2a0e756a67 f8a6b71d039d69c38820fd7e8b7ab7b30d2657c6 Package: ros-jazzy-raspimouse-sim Version: 3.0.1-1noble.20250325.183433 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.20250325.183433_amd64.deb Size: 5540 SHA256: ff06a40309bc965337888fc14a6c57e7633286a97946ce3b43f44ff9ce81ba2f SHA1: f9901c6523b521597a5a10022d9ed69f8bf5fc91 MD5sum: f55e85a622c20fe03f758be8b6f62e82 Description: ROS 2 package suite for Raspberry Pi Mouse Simulator Package: ros-jazzy-raspimouse-slam Version: 3.0.0-1noble.20250321.162335 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.20250321.162335_amd64.deb Size: 12538 SHA256: 0c2047c245f2aff4b4557da8b6c2fefc0d783b2afe0a714f8035fe3ff436157e SHA1: d549f4b9a3c1a2efd38a495e83a902e2fa466f96 MD5sum: e6a01e451dee6aba6d5a2af702cf1a34 Description: SLAM package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-slam-navigation Version: 3.0.0-1noble.20250325.184740 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.20250325.184740_amd64.deb Size: 5410 SHA256: 98764dccb3d45ae29f0b5349e0dc33ffe634e30a9453b282c43a3215c477ce63 SHA1: f0f25ecfbec375bf12f1b2c5b4e9e2fd77090ddc MD5sum: 5cc3705797dca72515c2f891f3b71687 Description: SLAM and navigation packages for Raspberry Pi Mouse V3 Package: ros-jazzy-rc-common-msgs Version: 0.5.3-6noble.20250320.221950 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1208 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.20250320.221950_amd64.deb Size: 107162 SHA256: 5477b0be46d38c40788748f999562bea72a6a6f78656cc152eea18ea3c2947b2 SHA1: 39291a85f22b832dd4f0585666a70c8ad9fef5df MD5sum: fca11c2ce29cfe0fdb3f70c38fc9db21 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.20250320.221950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 957 Depends: ros-jazzy-rc-common-msgs (= 0.5.3-6noble.20250320.221950) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-common-msgs/ros-jazzy-rc-common-msgs-dbgsym_0.5.3-6noble.20250320.221950_amd64.deb Size: 757360 SHA256: 02a519e5e19a5149be8861ccc61a1f0184c2fc57b8084088c38bec02e148ed92 SHA1: 8e43628020d181b384f05d720d7627f50832a6e6 MD5sum: 38df949280d50f79fa280a6717c3f157 Description: debug symbols for ros-jazzy-rc-common-msgs Build-Ids: 0d869df640a0b1c4f1764d604c82dd3e2f6619be 25a1258a15fc13fda6791e7ed107e8e00a4d5d37 39b702af3af5a3b9b9595d927fb0bd67e89013d1 5691c7eb7e79a714ded4c6355463924b1398ebaf 7d1dff5eadd7a010836614c1bbf4c586bef1a6a7 88841324f6a431d152ee9d34f817bf2874b49c27 901bb3ee23d8a632ad168fc24a4a03115c69cdeb 9991f1ef5021af216ca9f0f61c4aa08069fc3e81 caa4e943838fadef8f2b0b2fd2181227bd26c860 e3cc9e041c30c24f42817e06ebe993be1c753aec f2fce127cdb5166a42b9b015ff2e20b6a306605b Package: ros-jazzy-rc-dynamics-api Version: 0.10.5-2noble.20250320.183427 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.20250320.183427_amd64.deb Size: 275676 SHA256: 1feebdaf59f4a250cf0f6fbbc0ff2e2d7fbd76c05ac103da5687faedf5ecc9ab SHA1: 939722ba86da678dcf5e564dc8ad28a2a40b74bc MD5sum: 20aeabd511d8b491197a740b3088d2e1 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.20250320.183427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 6091 Depends: ros-jazzy-rc-dynamics-api (= 0.10.5-2noble.20250320.183427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-dynamics-api/ros-jazzy-rc-dynamics-api-dbgsym_0.10.5-2noble.20250320.183427_amd64.deb Size: 5837252 SHA256: b75ce6e366768990dcf69e7780a2d34dd7d69296254423ab7f26bf8d77b8f3dd SHA1: 705405a2e39b4e410f84abc5d350962a83f08948 MD5sum: e0f51ad80c580308b170e46b650fee0f Description: debug symbols for ros-jazzy-rc-dynamics-api Build-Ids: 707dc2c6efc2bfb6d3a857a0b915f7652a6ba78e d941f483c70350ef800ac649b858fd518e56c659 Package: ros-jazzy-rc-genicam-api Version: 2.6.5-2noble.20250320.183428 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15444 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.6.5-2noble.20250320.183428_amd64.deb Size: 3049930 SHA256: 69e38c05f0cb3389b19054da72d07bae7b44569f224460cf1f80e25b34c5186a SHA1: fad4b12a5372487d49ffdc200ed830234d8f672f MD5sum: bbf7b47cdc1f39f440ee3465534c609a 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.6.5-2noble.20250320.183428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5447 Depends: ros-jazzy-rc-genicam-api (= 2.6.5-2noble.20250320.183428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-api/ros-jazzy-rc-genicam-api-dbgsym_2.6.5-2noble.20250320.183428_amd64.deb Size: 5146486 SHA256: 263c5d663f763ade0dc1de62ff46b84043b2d0bf5a8cad4ea9b5d7121b402016 SHA1: ed4b67c0abeb054f801f9548ee38b55dfc20c83a MD5sum: 761ed79cd2d5c22af9a1b9e9610265a7 Description: debug symbols for ros-jazzy-rc-genicam-api Build-Ids: 0c0acd75d9328159922ba88ab670de4898fe13db 2f51708242abf41cfa846cc87d48cd0ed8f031d5 7514e74c361ccdfa6281d3ed0fe6f252219a0167 9053b62f6f1238c48ad5a34fc7d9228b9b267b62 92a0ae3bc6544e0f2044f92449968cc00b9b4751 b5493e8001fb925f0e8b44c29b366e07db3366c5 Package: ros-jazzy-rc-genicam-driver Version: 0.3.1-1noble.20250321.133451 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 674 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.3.1-1noble.20250321.133451_amd64.deb Size: 187914 SHA256: 6b7d427294f77a2e0b20557d3b4550ef09a07d39031e0e2e133c75d03dc33056 SHA1: 739808e18ce744a936a3d9ed79e78a057907f2ca MD5sum: fe5f7840df7539e676b876e92ac631af 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.3.1-1noble.20250321.133451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5278 Depends: ros-jazzy-rc-genicam-driver (= 0.3.1-1noble.20250321.133451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-driver/ros-jazzy-rc-genicam-driver-dbgsym_0.3.1-1noble.20250321.133451_amd64.deb Size: 5017446 SHA256: c85d595a3856b634135068a2c548eeb0d9c517a7c4baa028efc824a0ccf9ddd4 SHA1: 36ec1842672b449c65f7ef920973d1c502305574 MD5sum: f2f29ae74472adbb94cf12dac5448424 Description: debug symbols for ros-jazzy-rc-genicam-driver Build-Ids: 9c9b3b6c1e8fd0b295661d81179e665a4eb9b49e f49d25731803e3912ca2b4ed048c2f769d3bfdbc Package: ros-jazzy-rc-reason-clients Version: 0.4.0-2noble.20250321.131822 Architecture: amd64 Maintainer: ruess Installed-Size: 215 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.4.0-2noble.20250321.131822_amd64.deb Size: 41044 SHA256: 0823ad8156edfa92fe4a568666e22b1c4c9017eadb588ca6cda058c292a525ef SHA1: 1dc6459ddf479e1e233e6d5cacc7aa6ac1f1315a MD5sum: 409830a92bc82c9b3404deadc2ad8f70 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-jazzy-rc-reason-msgs Version: 0.4.0-2noble.20250320.224154 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 14814 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.4.0-2noble.20250320.224154_amd64.deb Size: 898570 SHA256: 61beed28c5e7d807f5af2c0aa21259eba68631219ccab3909f0b4244cb3a9f7e SHA1: d4e4e30a994b39be6a1aeeb9907eb3d07c866969 MD5sum: c847af017617cda0f367183a4e9606d0 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.4.0-2noble.20250320.224154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11785 Depends: ros-jazzy-rc-reason-msgs (= 0.4.0-2noble.20250320.224154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-msgs/ros-jazzy-rc-reason-msgs-dbgsym_0.4.0-2noble.20250320.224154_amd64.deb Size: 9680336 SHA256: ab09bc0aa7e070556346e8d7d7a649b73cb5e806cbf8105c448bb503778f0e2e SHA1: cf565d20f95705e023c6c2de8bcd226c3de33352 MD5sum: bd0c1cdc7558dc3a6c767ae8696b90cd Description: debug symbols for ros-jazzy-rc-reason-msgs Build-Ids: 2473238f1262326e28bd83ada5c9cffae81f089a 287b05143f1a00a776fffe3f4e7852cf1b88c528 37a946c668aed24253b8e2f96a92ba387954ce77 8690d4e8bc281cc51b68596dafe796c257477257 ae24de6d6fdf4c2019fb4ca8bf6cc0d322147f9b b155fcc7f4dc4568527ecfe1ace3911f2bdba6c8 b2f01ebc3fbf4ff75bae80dfc345eabc9bd89ec7 b6d6eb8219f5918601dfd7acdcf873249ed30cb7 c59eb94cf0014aef22f8cea73d426613429df09c c7de18208c1538138a52939be2dfbc35004761a9 c8c60f75b33da239c947af5f2bd92b1100645fa2 Package: ros-jazzy-rcdiscover Version: 1.1.7-2noble.20250320.183428 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 290 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover_1.1.7-2noble.20250320.183428_amd64.deb Size: 81336 SHA256: 41501d6f4d82c1dee8ce33ce1316d50b0d25b192dacc1a6f93be758928b1753c SHA1: 79b117a01d16f9f846ac539f73fd7cfa7e7d29ad MD5sum: 479858d3db8b9ac85605e901ffe2bd87 Description: This package contains tools for the discovery of Roboception devices via GigE Vision. Package: ros-jazzy-rcdiscover-dbgsym Package-Type: ddeb Source: ros-jazzy-rcdiscover Version: 1.1.7-2noble.20250320.183428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1211 Depends: ros-jazzy-rcdiscover (= 1.1.7-2noble.20250320.183428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover-dbgsym_1.1.7-2noble.20250320.183428_amd64.deb Size: 1130918 SHA256: 23eb89fe5b197f74b2303ddfbb2871b2ef5a8bce063d1a172b70c2c2118f267a SHA1: cfb98c1fe9985906248863fb9a018acec4db6929 MD5sum: f850551e6501c0e3dc074c6fb02237d1 Description: debug symbols for ros-jazzy-rcdiscover Build-Ids: 9aaf9048c947887b689ebf1ee825bb7cdce8fc1e e009bf506fe4363533c8b9b32b767ccaf1c25edb Package: ros-jazzy-rcgcd-spl-14 Version: 4.1.0-1noble.20250320.195332 Architecture: amd64 Maintainer: ijnek Installed-Size: 757 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.20250320.195332_amd64.deb Size: 67350 SHA256: 072f3565caf29645cba2dc439780df0a2c99cc5db5beedc79cf545d715528aa8 SHA1: 1c6ed68d85ad86825e7c2c8eabe17b6c48441a35 MD5sum: 49bc78193bc932202f2d008ef52c1da1 Description: RoboCup SPL GameController Data V14 ROS msg Package: ros-jazzy-rcgcd-spl-14-conversion Version: 4.1.0-1noble.20250320.195445 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.20250320.195445_amd64.deb Size: 7686 SHA256: df1998dc3ce2bfd7c6ed4ba4177edf69cdcdc752c4ac2cbfc954261673c5955a SHA1: f4c2f5c5d66fe9e22bec6bfd522b02699b079ca5 MD5sum: 162dbbf24cb22de15cf8b49412ecd772 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.20250320.195332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 491 Depends: ros-jazzy-rcgcd-spl-14 (= 4.1.0-1noble.20250320.195332) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14/ros-jazzy-rcgcd-spl-14-dbgsym_4.1.0-1noble.20250320.195332_amd64.deb Size: 373668 SHA256: 9fad66cc49eeec941f28bc10a3e08422aa190f4859f572b0fe4b1c9269690b3d SHA1: adee371e7a4936c7942bafddd3583197f075d2e1 MD5sum: 9aa9a0daf8127d2887c80f675f388492 Description: debug symbols for ros-jazzy-rcgcd-spl-14 Build-Ids: 2058965a049f92d29df5bb838aef1014172dc5e5 269990c00eb1be55be40fa88c92bc5f5d4a7ee2f 300ae3402af5b6757afcfcf6b84d5de5088fcc97 5155e5b614e58155ee81435af2b52b25de3aa75b 5b76b5687dda3933706efe861dfeb7e19d973c9a 5ca35ccfb5354f12b254fe8851bb82f096c10a7d 886a84d6a061705f3fea6ed5bfdf44332cbc2760 9dacb391a372e4aa0802b5f425805e2a0aa7a6dd bd05859e71aff4f61b25425c35f85649fc197166 c498ecd485d74e13f95c272ab531f622d5bf009e f29771f4fa95e755692bb705ee40d20696cd6f99 Package: ros-jazzy-rcgcrd-spl-4 Version: 4.1.0-1noble.20250320.195334 Architecture: amd64 Maintainer: ijnek Installed-Size: 453 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.20250320.195334_amd64.deb Size: 42446 SHA256: 67b1058d958800fe1c3ceae780ca36d1448be5674128ba244c2818c5978f0411 SHA1: ff99b4f8f4b67ec166818c60a621224fa4ced78b MD5sum: 82b03d905b53f8a567b3f962d276453e Description: RoboCup SPL GameController Return Data V4 ROS msg Package: ros-jazzy-rcgcrd-spl-4-conversion Version: 4.1.0-1noble.20250320.195443 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.20250320.195443_amd64.deb Size: 5136 SHA256: 979c9a6ee01c3578f29c38ffd390b4763a20c67de7645184b1a7a33f6da3a4cd SHA1: 3df74292f35e68916748eff4e914523d49b88877 MD5sum: 2761e4cebbd87f37333947ae680a6c81 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.20250320.195334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 272 Depends: ros-jazzy-rcgcrd-spl-4 (= 4.1.0-1noble.20250320.195334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4/ros-jazzy-rcgcrd-spl-4-dbgsym_4.1.0-1noble.20250320.195334_amd64.deb Size: 184940 SHA256: 8791335b70928047ee5c57e9b53404424a07f247973229d0787d727f1f4f70b6 SHA1: d1ae2a06653f84d8da198d7b04c43655de049777 MD5sum: 3fece0c5e75320e44141d9d41387ec1e Description: debug symbols for ros-jazzy-rcgcrd-spl-4 Build-Ids: 5bc717ff0ad47673bcf6de76711d3bd1fce14308 64f66cb1c62fa0e29790ed2c26a29084889c89ff 6ec9ca7abaccae2a7c08d9f74a66bd6ef42fb5ab 70b40993cf9789a91c03d1683f7a5c4dd47c478e 85edf6d8396303b3e451b449a72b0fe00c8b1838 946c15e057a8febcc6b9052c9b33c67ccf4e415c a00e9ae139d1726a2563ef7e721cfb82d7451da4 a11b03f7d6dbe0edd12770a39822507f7cd65277 b4d69baa6126f8cac9d3afce39dc2b645ec8c632 b79a060468c2dbe010db9bd784eb928cac324dc8 ff10839610eafe301ecfe1288477fd56403b405e Package: ros-jazzy-rcl Version: 9.2.4-1noble.20250321.125942 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 787 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.4-1noble.20250321.125942_amd64.deb Size: 160152 SHA256: df5829e650f6c8d98ff8a286fc59b61cfdd397827cd6700b7b40a3c8a2f3f145 SHA1: 88b170bd7add65556b6cfa16989b32916db6a75a MD5sum: f9bb2533e8b4fdb009eedb8f84267ee1 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.4-1noble.20250321.130250 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 266 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.4-1noble.20250321.130250_amd64.deb Size: 46894 SHA256: a97b9d38355c7d63f6b971590bb8579125fd8bbf1b2b4fb8fda06ab81e33687f SHA1: 19d1b118f838ff33b07b207b802f34f07240066a MD5sum: a069e7ae0bed5316d2447a763812e675 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.4-1noble.20250321.130250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 87 Depends: ros-jazzy-rcl-action (= 9.2.4-1noble.20250321.130250) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-action/ros-jazzy-rcl-action-dbgsym_9.2.4-1noble.20250321.130250_amd64.deb Size: 57940 SHA256: 772c08a18a4223dc86dc35fea24290a49b6910179fb5fab3e2e7b427bb3c8849 SHA1: 25e5a6f3a0df8cd8dbef3d0fe297d4534b083f8a MD5sum: 4e09430adbac1d7787090022e3e2feb7 Description: debug symbols for ros-jazzy-rcl-action Build-Ids: b7171e385bd5a36530e75df3f2d62f665b0ba96d Package: ros-jazzy-rcl-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl Version: 9.2.4-1noble.20250321.125942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 353 Depends: ros-jazzy-rcl (= 9.2.4-1noble.20250321.125942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl/ros-jazzy-rcl-dbgsym_9.2.4-1noble.20250321.125942_amd64.deb Size: 272256 SHA256: 0d7878132eb77ea6ebd4d94783ca065da6088a6c9f99f65ed4383af9348c95e1 SHA1: 423987500adf1e8394fa674fd38bbd569f2be28a MD5sum: b862cba1bdd31984830d81137cc60e32 Description: debug symbols for ros-jazzy-rcl Build-Ids: 1e82294d6cb6880725969047743780bc31faa90a Package: ros-jazzy-rcl-interfaces Version: 2.0.2-2noble.20250320.195342 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5663 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-rcl-interfaces/ros-jazzy-rcl-interfaces_2.0.2-2noble.20250320.195342_amd64.deb Size: 385852 SHA256: d9642a6af14d03a52b3e0a81dae1a53779eb2c17d072c3a4da3f2b38fd9137a5 SHA1: d6cfc01db460d0f5896e7f39b6ad4f6ae6c6b8f2 MD5sum: 24da1dc39cf60bc1e4886c033a0495d8 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.2-2noble.20250320.195342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5170 Depends: ros-jazzy-rcl-interfaces (= 2.0.2-2noble.20250320.195342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-interfaces/ros-jazzy-rcl-interfaces-dbgsym_2.0.2-2noble.20250320.195342_amd64.deb Size: 4326656 SHA256: 9fc23d94d182d7db119cb52941c829ea86c2bfc406a5f0f50022fb5a6cb29223 SHA1: 816eacda56d97802e7e8f64758500880784ca2b8 MD5sum: 6ce9983cf02d997df8d2a2001d66ef1c Description: debug symbols for ros-jazzy-rcl-interfaces Build-Ids: 0272e8badc1401112af2a4d4866826716af17538 12e734578969544b44f4ba1fb1429c0e231a2645 4cd251a490b2e779c537c65f382a325d413853c3 57a016626d3f145c7c809f85967142c21c4b8ac9 5d0892b6db7aa7db5e183c662ac828e0efa09f63 a0db4c0f8491ab8fdfa5164916ca7395de0a8787 a57cb8ddffde25fe5214941a8852c03732dc2933 c84fc485ef976a55b24b3da68bebd329c54d0ca5 d6a2b4ff9bc2d8a37e83fb692952009c08c8e816 dbbc98a13d4cdf4c1ec4098474c402acbd06b78e e8d2416f59e08a27d181e267fadea1300c2c6d26 Package: ros-jazzy-rcl-lifecycle Version: 9.2.4-1noble.20250321.130246 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.4-1noble.20250321.130246_amd64.deb Size: 27752 SHA256: d1011f039862eac421662d8d6b5b236a614d3420aca142f1d9ac0e95e016a67f SHA1: 97948d0eefc5a7432da1ee66e30a6d1d372f6dc2 MD5sum: aed969abddf923b50684e32c26233562 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.4-1noble.20250321.130246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 53 Depends: ros-jazzy-rcl-lifecycle (= 9.2.4-1noble.20250321.130246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-lifecycle/ros-jazzy-rcl-lifecycle-dbgsym_9.2.4-1noble.20250321.130246_amd64.deb Size: 33094 SHA256: f15a6651e86fc2f44603b09671dff607ef17316ff195ff451234ef1a054fadf2 SHA1: bb71267afc10126f8830312ccbcd1de177cf992a MD5sum: 94eec141a6849ade07b5dd0b53be49ec Description: debug symbols for ros-jazzy-rcl-lifecycle Build-Ids: 04eb678deb4729259f8fa4c673cac27767dbc93c Package: ros-jazzy-rcl-logging-interface Version: 3.1.1-1noble.20250320.192542 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.20250320.192542_amd64.deb Size: 13358 SHA256: efa1fd11a3a10b64a857f34af2e81722ce78fabd5e5a8ea5dfd3e1575c222ba2 SHA1: 2edb72c8fb89b821cd81cba81e4e326e15ef2d02 MD5sum: e59afcead19af2d66b608d49e11c4881 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.20250320.192542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-jazzy-rcl-logging-interface (= 3.1.1-1noble.20250320.192542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-interface/ros-jazzy-rcl-logging-interface-dbgsym_3.1.1-1noble.20250320.192542_amd64.deb Size: 4772 SHA256: 520e84dac43a53750d16e8e5358c53eda1c01d0bad9f5ce13c362914fc35adf8 SHA1: cd27c7160d7e6c141c5178cc3f1fe22f0a6f4488 MD5sum: adf4505ecd41a7cda6d3b025dd8114f9 Description: debug symbols for ros-jazzy-rcl-logging-interface Build-Ids: 7a65737597338fc57bb9fc5f62f0410237e0d092 Package: ros-jazzy-rcl-logging-noop Version: 3.1.1-1noble.20250320.192919 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.20250320.192919_amd64.deb Size: 11522 SHA256: e7e210401affab2a227d5ebcc3108041e635d9e82d849e7535c023020edcc4f9 SHA1: 5a76d5f5dbf303bed9dea4880a13cdc77a949cda MD5sum: 2bee974f6c34b3567409c7f2641e4646 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.20250320.192919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-jazzy-rcl-logging-noop (= 3.1.1-1noble.20250320.192919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-noop/ros-jazzy-rcl-logging-noop-dbgsym_3.1.1-1noble.20250320.192919_amd64.deb Size: 3546 SHA256: c7b8150e09070e230f376342bda126601aee0cd1a75ae31e377a12fa4c449db1 SHA1: 6c6351bb34b39d133ff8b2e6c31430d6c1477f46 MD5sum: 9c1826fa6245070d9a21d8854e654b1f Description: debug symbols for ros-jazzy-rcl-logging-noop Build-Ids: 43cc7b018d62b0c9d8fc8868b7edb2fc64f0658f Package: ros-jazzy-rcl-logging-spdlog Version: 3.1.1-1noble.20250320.192957 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.20250320.192957_amd64.deb Size: 22518 SHA256: 84d3a991c68038304d7209f622ab947115a62e18f15a5f04569ac66911c42f66 SHA1: 1116e04393eae4441df2e1e1291f5218cb361529 MD5sum: 205b1c83952dbbac11f5d7df22f3be3b 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.20250320.192957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 221 Depends: ros-jazzy-rcl-logging-spdlog (= 3.1.1-1noble.20250320.192957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-spdlog/ros-jazzy-rcl-logging-spdlog-dbgsym_3.1.1-1noble.20250320.192957_amd64.deb Size: 200342 SHA256: 090fd2764d783f3d8067b38355f2281c74c5ac38ce10e6c778bec883c537ae9f SHA1: a49885acaf58f8796202a702abce6175b69d6aa6 MD5sum: c717a43122d5530cb6ae195bae95ee5a Description: debug symbols for ros-jazzy-rcl-logging-spdlog Build-Ids: 1a313821f6d1730e7ce0d7050c6933cf81cf233c Package: ros-jazzy-rcl-yaml-param-parser Version: 9.2.4-1noble.20250320.193534 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 128 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.4-1noble.20250320.193534_amd64.deb Size: 29682 SHA256: 931168465c5e2d8a7b22c534dffbbd646c49094f9ae74cfb8b5915904e67fd84 SHA1: bf7be8749fadd7f39a202a1dd3db0676d6664f7c MD5sum: acd601fe6c61d6eff95b209cfeebaaab 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.4-1noble.20250320.193534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 64 Depends: ros-jazzy-rcl-yaml-param-parser (= 9.2.4-1noble.20250320.193534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-yaml-param-parser/ros-jazzy-rcl-yaml-param-parser-dbgsym_9.2.4-1noble.20250320.193534_amd64.deb Size: 43894 SHA256: 169a1c5456af5b204df73faef0abb0a27b15367025d9db1d13338ea7db8f0aa5 SHA1: e574efd1056639e490cd768fd164f21e0f99f56d MD5sum: 10cf21b9439736e1ba126c46da3d14cb Description: debug symbols for ros-jazzy-rcl-yaml-param-parser Build-Ids: f8b7c90a56f100d298c5600078ab39ae342fa1e6 Package: ros-jazzy-rclc Version: 6.1.0-3noble.20250321.130454 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 262 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.0-3noble.20250321.130454_amd64.deb Size: 47348 SHA256: bfbadbc70f46d3bae9b4a090e2843b62960c7d852d6aa64dea82a91f85fe00ee SHA1: d6fe519a93181d9b130b0283c4bb429b65c2567d MD5sum: f3d17bd1893b78feb7102316871e7c71 Description: The ROS client library in C. Package: ros-jazzy-rclc-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc Version: 6.1.0-3noble.20250321.130454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 127 Depends: ros-jazzy-rclc (= 6.1.0-3noble.20250321.130454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc/ros-jazzy-rclc-dbgsym_6.1.0-3noble.20250321.130454_amd64.deb Size: 86562 SHA256: 3a7326361674063d62e1763d0da1b0ddf0f5d3db41a200143e9ef2a758214960 SHA1: 7dc104df126f4d472e72ff7623d4f1248f497a29 MD5sum: b930d9820b3ab3906697076e495a883f Description: debug symbols for ros-jazzy-rclc Build-Ids: 49ce6f75b5e6c557ee9518deacb6d1b4de4a2b0a Package: ros-jazzy-rclc-examples Version: 6.1.0-3noble.20250321.131128 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 260 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.0-3noble.20250321.131128_amd64.deb Size: 34428 SHA256: f36417ebbe5d740a8bd04cca2203d77b356d28c04e48a7fa0d8799053e04d1e5 SHA1: fcd6e954077ed588db5815fbf300893f980cb325 MD5sum: aae7f954f3ccf72ee015aa5d954f67b4 Description: Example of using rclc_executor Package: ros-jazzy-rclc-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-examples Version: 6.1.0-3noble.20250321.131128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 266 Depends: ros-jazzy-rclc-examples (= 6.1.0-3noble.20250321.131128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-examples/ros-jazzy-rclc-examples-dbgsym_6.1.0-3noble.20250321.131128_amd64.deb Size: 159082 SHA256: 30fc87643a5a73ced2a510bff321f2cd5748c3ed41cf3750c0cdd790f045fa4a SHA1: 04fd508dca45c57a5c1412ff159dd745d07c434f MD5sum: 11b12a17f1eed03badf62a60a91b8c9c Description: debug symbols for ros-jazzy-rclc-examples Build-Ids: 06a3d90596c988427521c82df844644bbdf9e812 07e1ac932a378560c9bd0bd164ff7cf396905161 1a772536317fae842421789e6f3996eaa2f65815 2d2d1a9d5b2fb179d8f0aef8e797715467fc310b 40fddddb22927ea1d09607d96c845d2cc0a166da 49240b8e1e9a6c155e4e81863b06606ef91cb325 611b37e1fa4ecec6304248ca5757865d2450cdca 62eebf2d549ea145fb2ff0b30e55fceff2c3cf2b 8f1f7e2035980a98c14c7cbfa5e3bba33d8023b1 bd9a64bd80d826f242131b40bbc2380790de26a6 d1d5441ffb7a0a60725e85942633d827c2f144c5 f47dcab1b4f0195dfd62ff1c3f2756c7064172a6 Package: ros-jazzy-rclc-lifecycle Version: 6.1.0-3noble.20250321.130755 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.0-3noble.20250321.130755_amd64.deb Size: 17366 SHA256: 57cc21e8deb124812faca105cfe404e0f181bb9330f8c9173b26a2ec129336e9 SHA1: e689b7f395560065e8df2f652babadfa11fac756 MD5sum: 8f9177ddf9a1f4af8868c53c647dd59d Description: rclc lifecycle convenience methods. Package: ros-jazzy-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-lifecycle Version: 6.1.0-3noble.20250321.130755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-jazzy-rclc-lifecycle (= 6.1.0-3noble.20250321.130755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-lifecycle/ros-jazzy-rclc-lifecycle-dbgsym_6.1.0-3noble.20250321.130755_amd64.deb Size: 20880 SHA256: 40051263157b3eccaf99a5f14b73773802d65c499428edd7873e9f89768d120a SHA1: 8fed428db2cce3027f14319101e03de4658ac15c MD5sum: b60258e652092c1c79183e85f8a80d2e Description: debug symbols for ros-jazzy-rclc-lifecycle Build-Ids: 2551c90cf427edc08865165617e117fb1810abaf Package: ros-jazzy-rclc-parameter Version: 6.1.0-3noble.20250321.130802 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.0-3noble.20250321.130802_amd64.deb Size: 24296 SHA256: bbdff26bf387a5bd56df751a508b9283f84add3d8e2951d5fbc51dd374bc6c38 SHA1: 351abc6545038572ec0dd9ac803467ef3623fc92 MD5sum: 9f24fe541a78922cf392e1a3e20f2b69 Description: Parameter server implementation for micro-ROS nodes Package: ros-jazzy-rclcpp Version: 28.1.6-1noble.20250321.131410 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 3863 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp_28.1.6-1noble.20250321.131410_amd64.deb Size: 776286 SHA256: 23f977c1fcd1acc7cd010216f771ee0a7ea2a3fdafea5e7f3f8b42f324ef3eb8 SHA1: e9980ec1e78cae6678270b6c63675dbc01f21612 MD5sum: e4b26631ed53bc7f308c184968e03e94 Description: The ROS client library in C++. Package: ros-jazzy-rclcpp-action Version: 28.1.6-1noble.20250321.135328 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 292 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-ament-cmake, ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action_28.1.6-1noble.20250321.135328_amd64.deb Size: 68422 SHA256: 5a5372757a1081cd737919fcd15bed33bd6f477bb94b1c8b86a943a52a8fccbb SHA1: 4bd4a9fe615605395dfeef9702fda4f000f6d104 MD5sum: bb4a9242aaa79533765cdd525e089297 Description: Adds action APIs for C++. Package: ros-jazzy-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-action Version: 28.1.6-1noble.20250321.135328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 758 Depends: ros-jazzy-rclcpp-action (= 28.1.6-1noble.20250321.135328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action-dbgsym_28.1.6-1noble.20250321.135328_amd64.deb Size: 706134 SHA256: 96b99f56ac95e919dc90d84de61e241de87a2b7fd1e2ee357e95f8ede0e82349 SHA1: e44d3c7bd0f55e1815ab64933a93354314bf4b3a MD5sum: 6cf44b68c7a5eecdf7260f67094b172c Description: debug symbols for ros-jazzy-rclcpp-action Build-Ids: 7ccc0dfb8d1458c13164c9deadc5d0e8768ea047 Package: ros-jazzy-rclcpp-cascade-lifecycle Version: 2.0.0-3noble.20250321.132528 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.20250321.132528_amd64.deb Size: 140892 SHA256: fd506086bf7a2b2da76b8e841efef788a6930348ccb421bd0685172fff09c829 SHA1: 0c43431f763285554f3fe283cfb0ad5ef830e256 MD5sum: 4d2ca046ca5b243ca766693a68574cf6 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.20250321.132528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3190 Depends: ros-jazzy-rclcpp-cascade-lifecycle (= 2.0.0-3noble.20250321.132528) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-cascade-lifecycle/ros-jazzy-rclcpp-cascade-lifecycle-dbgsym_2.0.0-3noble.20250321.132528_amd64.deb Size: 2594434 SHA256: 21ba6caa09132422a087ab8914afe88f8ad7694c0d8ccf28f8416de543bd5fe9 SHA1: 3aed16b88e7624f0552456ff05271ff56fbd3a94 MD5sum: fd2ef810c8357fb2d948255e6a039419 Description: debug symbols for ros-jazzy-rclcpp-cascade-lifecycle Build-Ids: 22027615ef38406cee37033e42279fef544abca2 Package: ros-jazzy-rclcpp-components Version: 28.1.6-1noble.20250321.132241 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 381 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-class-loader, ros-jazzy-composition-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components_28.1.6-1noble.20250321.132241_amd64.deb Size: 86104 SHA256: c572a02a8998ef9c688cd87fe15af20ff1f21cda3eefdd4fb2cf6f9dbfb45c54 SHA1: 9cfd2bd41c3f5a6f20d7ac86f928c22ea431c970 MD5sum: 7ee7791b33d4ffced1d72b02b717a2f8 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.6-1noble.20250321.132241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1893 Depends: ros-jazzy-rclcpp-components (= 28.1.6-1noble.20250321.132241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components-dbgsym_28.1.6-1noble.20250321.132241_amd64.deb Size: 1775916 SHA256: 13f7a4a739529091ed917b2e77e6ec097cab933f292df69eab4ef70920423602 SHA1: ad7ece0d31ac20e5a33f8bef3c40da91d590fd0e MD5sum: 637e656a2ed44ca71f7b38efdd696325 Description: debug symbols for ros-jazzy-rclcpp-components Build-Ids: 259d11274cf9e588af423e2c03d7dae4e597f810 5d6f1ff547102ea30fd90899d8e06c3a14ca7526 74d87cbb7655f009a845d239d7de1e83e3364ed6 8c91c18a6781a20632579e69d0469f784dd3d547 Package: ros-jazzy-rclcpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp Version: 28.1.6-1noble.20250321.131410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 15069 Depends: ros-jazzy-rclcpp (= 28.1.6-1noble.20250321.131410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp-dbgsym_28.1.6-1noble.20250321.131410_amd64.deb Size: 13791870 SHA256: f677a02aa5de26c9f9592639def179e94d773a66e69ad199e48fdc7ec71fccb9 SHA1: 1f47779c922c56407ed2ab31d4d65e6f15f24ad4 MD5sum: a64896d94cc1c62bb1d626b0609ff6de Description: debug symbols for ros-jazzy-rclcpp Build-Ids: 39505f413857319b6a18875eaad0a41b3cd35134 Package: ros-jazzy-rclcpp-lifecycle Version: 28.1.6-1noble.20250321.132152 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle_28.1.6-1noble.20250321.132152_amd64.deb Size: 81972 SHA256: f7f822587da1a01afeb4c551cb0139ad552058e0850fdc438cb7cb7d4fb4470a SHA1: 34b3cb95cf74a352dc71e59daa909337164c09e0 MD5sum: 8dfc59a4e300e6439f740a7c6303809a 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.6-1noble.20250321.132152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1249 Depends: ros-jazzy-rclcpp-lifecycle (= 28.1.6-1noble.20250321.132152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle-dbgsym_28.1.6-1noble.20250321.132152_amd64.deb Size: 1143406 SHA256: 00d1c46b586236d234e752d0da3474b2b86213160cfec1def2bec9d921f03bb3 SHA1: 59592f1ae780da4e917fec440f4f7a949cd55eda MD5sum: 3efdf52593fc058777f98d1dee4d4d25 Description: debug symbols for ros-jazzy-rclcpp-lifecycle Build-Ids: 62e03faff6ca0f3a605dd452bad6cd52364bfdcc Package: ros-jazzy-rclpy Version: 7.1.3-1noble.20250321.130807 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 1587 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 12), python3-yaml, ros-jazzy-action-msgs, ros-jazzy-ament-index-python, ros-jazzy-builtin-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rcl-interfaces, ros-jazzy-rcl-lifecycle, ros-jazzy-rcl-logging-interface, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rmw, ros-jazzy-rmw-implementation, ros-jazzy-rosgraph-msgs, ros-jazzy-rosidl-runtime-c, ros-jazzy-rpyutils, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy/ros-jazzy-rclpy_7.1.3-1noble.20250321.130807_amd64.deb Size: 402948 SHA256: 22aa7623f89a84338b8a0e5b81b08fc7f9fa9a9e7be224f9a04a6a4efad581c4 SHA1: 8c3d49c37b2469c0ef58cacebf6093a266e7b404 MD5sum: e85e8254ae835511aaef517cc2ca03f8 Description: Package containing the Python client. Package: ros-jazzy-rclpy-message-converter Version: 2.0.1-4noble.20250321.131454 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.20250321.131454_amd64.deb Size: 14642 SHA256: 61d51d76a1a0ff2e1e57d68a0442b45322ccbbe3d3bd8457a447adcdbbbeb399 SHA1: 2168fd6bdc7a0b45a9c6138a5da7327f7d753c3f MD5sum: af0f72710291cac315005ee6c89dab0e Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-jazzy-rclpy-message-converter-msgs Version: 2.0.1-4noble.20250320.195343 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1290 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.20250320.195343_amd64.deb Size: 103002 SHA256: c48fed81991d6d7f214e5cd35dba9470a597f0acfd8df0a143a9baa86b07fff5 SHA1: daa74139e606359333ae6c72dc7ec6a3a20c2518 MD5sum: c4db7c3206fb88d5646c62c9eac26b9b 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.20250320.195343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1024 Depends: ros-jazzy-rclpy-message-converter-msgs (= 2.0.1-4noble.20250320.195343) 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.20250320.195343_amd64.deb Size: 796234 SHA256: 1dcb0c190a45d0f14518289b897d8250cc58efa81e44cfe2dcf109b2b817807a SHA1: e853ca933d59e358b3d9833dde0f08a8780e2ea1 MD5sum: c60974f0718b061adfe6468692613b6e Description: debug symbols for ros-jazzy-rclpy-message-converter-msgs Build-Ids: 0904373e9fc077c3b267813fc89ddea12211fa26 1f9c0f2b0a7db18ce823ddd1d7c8af64b16de2ce 3caa0a12dc89ea2bb06925ca65d7ba4f3fc68602 5d4014bdf5bca79ad01343b828b3c13416b91fd2 634537b9e45cbc457f037ea93643e00d31648302 67e3e323d2ec91148fd78e47e2b7cbee809de61e 6a40e8b55f5b0654ff8e958c191730393606ae43 d46a8bdafaaa06ec8ee16d2193b2f6323f9e372e dae8d6357657bd6377fa1d0bbf365e6e5539f489 ee8ce777a4760824bd0c331d859172ad9a6a1c2c f8041c3dbabc19b5427087b1bb0df615479d2571 Package: ros-jazzy-rcpputils Version: 2.11.1-1noble.20250320.192547 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.1-1noble.20250320.192547_amd64.deb Size: 55466 SHA256: f51dccc327836bdcd32b917ec592bd9ecdc4879764b6fc41ed8be8bc442f7c24 SHA1: 8d5a1c3c9f14ce098d2ad0fddefec386bc9c1a3c MD5sum: a48d9c22732a2a7c79ce89df0b109aee Description: Package containing utility code for C++. Package: ros-jazzy-rcpputils-dbgsym Package-Type: ddeb Source: ros-jazzy-rcpputils Version: 2.11.1-1noble.20250320.192547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 240 Depends: ros-jazzy-rcpputils (= 2.11.1-1noble.20250320.192547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcpputils/ros-jazzy-rcpputils-dbgsym_2.11.1-1noble.20250320.192547_amd64.deb Size: 214456 SHA256: 9e8af1fbe54cd688586e0cf5e754b101578d2c06eb6f908f5e835b11d1b1f19e SHA1: bb1869e495e19ea4bfe8e384b6b2dee728d59301 MD5sum: 3016d065493d2e015c5a5c64f1b03502 Description: debug symbols for ros-jazzy-rcpputils Build-Ids: 792b5c391a2ad47ed609a797eaeb364a18f79ded Package: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20250321.134554 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.20250321.134554_amd64.deb Size: 57634 SHA256: 271db8a4d8d39357e23e2d3db8efd5ec3efeb0c03079612829749850bb3f80df SHA1: 61406ff3891dd34059b594784c197cc7fa50fd46 MD5sum: 990fcb19aaf63acc332aaa0db88eb4fb 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.20250321.135410 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.20250321.135410_amd64.deb Size: 206070 SHA256: 8520887af34ef295bd631bb063fbc191707d9111d06ee1cf7f009ab54b08ed2b SHA1: 163d8eca350ec263847d670577392bfd2aa06e6a MD5sum: 75f1d602710fb3d6cc2f1a5747cd29a9 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.20250321.135410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6155 Depends: ros-jazzy-rcss3d-agent-basic (= 0.4.1-4noble.20250321.135410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-basic/ros-jazzy-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20250321.135410_amd64.deb Size: 4847246 SHA256: dab3a862f9af24fe6e8e4d3d26992fb77f5cead38eb261a3993154d125b09081 SHA1: a8d1e00b3bab09c1791bd36360c538fb88e18311 MD5sum: 611207b3569c971cc4167e176f1405a6 Description: debug symbols for ros-jazzy-rcss3d-agent-basic Build-Ids: 4d19f31543486ec00d89334b07f742a9d5073513 60a7c52e81816a25483f039ed5f46ff8ec117239 Package: ros-jazzy-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20250321.134554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1041 Depends: ros-jazzy-rcss3d-agent (= 0.4.1-4noble.20250321.134554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent/ros-jazzy-rcss3d-agent-dbgsym_0.4.1-4noble.20250321.134554_amd64.deb Size: 1004926 SHA256: dea4e1bb569b1033cc5810799dfc6a2da83add68414c5dedc09e3e7b28acb6f7 SHA1: 458ccbee38d0e7eec63901eae2c7e26b9cb5454f MD5sum: bbc8ec8cde550f2be37e669bd71d1b20 Description: debug symbols for ros-jazzy-rcss3d-agent Build-Ids: f8401b21b46d24bbea225f010764e7f9682c4bb3 Package: ros-jazzy-rcss3d-agent-msgs Version: 0.4.1-4noble.20250320.195349 Architecture: amd64 Maintainer: ijnek Installed-Size: 3374 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.20250320.195349_amd64.deb Size: 255374 SHA256: 0672945c1eb83c7747157224282478f4ea5d682345d7829dacd4b5ce649331dc SHA1: 9b9b1360a0a4bdcece645d7cadbd5181b8cc9688 MD5sum: f013c831d5abf357a44696a712389e35 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.20250320.195349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3065 Depends: ros-jazzy-rcss3d-agent-msgs (= 0.4.1-4noble.20250320.195349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs/ros-jazzy-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20250320.195349_amd64.deb Size: 2586468 SHA256: 32b3d577df55b85d34bbff0364db3d290702a3187dbcaa1585fbc7f4b37efa85 SHA1: 080abe431ab91ac650e875a12cf3cf9311bbe748 MD5sum: 904e7efe963fb2f0be31670868432aa5 Description: debug symbols for ros-jazzy-rcss3d-agent-msgs Build-Ids: 05654f5d6af34a317f0b4a01f1a9f82d7502dca4 0bbe0da4bd1954b77c004470effe5f56d86ec3d9 4ddd94b0cf6132253cc4c6a5359ba0650cab54c0 543b6d14fab9c46cf574799f9cc396bffdc536a4 657681da8510b6950118417a619a050fbaeaa1b0 6657da631be024da9902716f23ab1b1b1246973c 8b47c3cc804d7a2e5ddd04bbbf6aecca53f42e2d 91af19f4f6df71673596ab9f8d5de329c337e15e 9d876afc654e466c9959c01b0d0eeb32761655d8 bced5a82c10b1eb32c24e88a7c4c5405b5692fc3 d3d000a80749f48bfdff1c266b7acf6155c0f39b Package: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20250320.224944 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.20250320.224944_amd64.deb Size: 14434 SHA256: f84747eae6244a29080fcc637f9c4fa967a904fd62b54152303d5df2a46c8a29 SHA1: 9da54d7648ded634bdde66e23c1b499310478811 MD5sum: cdf626b850022eed0d264c6b3b689218 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.20250320.224944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 119 Depends: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-4noble.20250320.224944) 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.20250320.224944_amd64.deb Size: 105866 SHA256: da18db616490c2ff8ff18fd3b77fce7de60e35bcfda49d3a7c7853fdeb5bbdd4 SHA1: da457d1f03f467919a4f038e79f6865d3f20a38c MD5sum: 7b8a6158f5d66173c7a7ebb7b7456423 Description: debug symbols for ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 856f64c4ab2b3aba591c566eb17790d700fd6026 Package: ros-jazzy-rcss3d-nao Version: 1.2.0-3noble.20250321.135538 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.20250321.135538_amd64.deb Size: 237178 SHA256: 35adfbafa611640518296a531ee963d57b4c2126092a2317daaee2925fd14e15 SHA1: 40de3d07e1e3919c4164d123a3a63195eaaf3d0d MD5sum: a3336da2d585ecbdebd77ee2e81aca4b 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.20250321.135538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6355 Depends: ros-jazzy-rcss3d-nao (= 1.2.0-3noble.20250321.135538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-nao/ros-jazzy-rcss3d-nao-dbgsym_1.2.0-3noble.20250321.135538_amd64.deb Size: 5415250 SHA256: 7e57a74d4575b8099ce19c7afc9eefb21dca49c6209951ae5a96da4263f00475 SHA1: 2909fe6a942966b32ab6988a2b8690b8f9ca9e8f MD5sum: 08c527aca5eea233b39df70a9969a41d Description: debug symbols for ros-jazzy-rcss3d-nao Build-Ids: 09d7047d688ff327d95e8330a55308c8e8bd14f7 951421eac36d191c88d4647783a1f7d7e4b160b0 Package: ros-jazzy-rcutils Version: 6.7.2-1noble.20250320.192321 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 500 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.2-1noble.20250320.192321_amd64.deb Size: 90808 SHA256: dae7e09b7e191fa8aed0ce29f1606e11d7e1b40e6d03ef0ebe5366b896dbb510 SHA1: ed10fc6e11ad5a65bbcd18623246c2405508b66d MD5sum: c9b5e23e484e36ada64866bb3d3777d3 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.2-1noble.20250320.192321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 127 Depends: ros-jazzy-rcutils (= 6.7.2-1noble.20250320.192321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcutils/ros-jazzy-rcutils-dbgsym_6.7.2-1noble.20250320.192321_amd64.deb Size: 91640 SHA256: 2a1c76fe6869069fab5485868d4afdc7c7e6badd5dec16160e83fca8278f8100 SHA1: 535c64d65d01e1aed9d15a5d674e5c14ab4f6507 MD5sum: 5b67b1d88f7e77993b5561c8ac78b480 Description: debug symbols for ros-jazzy-rcutils Build-Ids: f26829682c1e7fe09569918a7106002da0d96eeb Package: ros-jazzy-realsense2-camera Version: 4.55.1-3noble.20250321.140857 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 1638 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-librealsense2, libeigen3-dev, ros-jazzy-builtin-interfaces, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-launch-ros, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-realsense2-camera-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, 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.55.1-3noble.20250321.140857_amd64.deb Size: 442486 SHA256: 7196f9b063ff743924106714b71ff7fbde7c36925d78eefe35e5c47153beaf9a SHA1: cbf92438f4375585c899f28496106c3364d52255 MD5sum: 9b86ab8730a5d0a883a1a28476a0eb0c Description: RealSense camera package allowing access to Intel D400 3D cameras Package: ros-jazzy-realsense2-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-realsense2-camera Version: 4.55.1-3noble.20250321.140857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 10448 Depends: ros-jazzy-realsense2-camera (= 4.55.1-3noble.20250321.140857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera/ros-jazzy-realsense2-camera-dbgsym_4.55.1-3noble.20250321.140857_amd64.deb Size: 9884052 SHA256: fde0f8d037b53f3aab3aa0ab2ec2449c438f95ae21eb028f91fb6b8e4da82d61 SHA1: d559745d8c944e9733c5a43230b2c2b29a4792fe MD5sum: a58fe1993b4933258300f0d78e322de6 Description: debug symbols for ros-jazzy-realsense2-camera Build-Ids: 5bbe85f3238c94b5e5c0a3d559e6625b5140932c 8cc87733b223578ff71104c5ce36bf5e4f28f997 Package: ros-jazzy-realsense2-camera-msgs Version: 4.55.1-3noble.20250320.222955 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 1328 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-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.55.1-3noble.20250320.222955_amd64.deb Size: 117414 SHA256: e94fee2abfc534431fee9dfaca8ab70d3dc0812b6c7f6813d4b1e6d0010d6c30 SHA1: 6efd7c86421118d7f59d46accda17abef8ea12f0 MD5sum: b87434a152903de0c34d8463b621e520 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.55.1-3noble.20250320.222955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 1061 Depends: ros-jazzy-realsense2-camera-msgs (= 4.55.1-3noble.20250320.222955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera-msgs/ros-jazzy-realsense2-camera-msgs-dbgsym_4.55.1-3noble.20250320.222955_amd64.deb Size: 844560 SHA256: 16371732557194275fb5f1b93d6cf709563c1c090a4961685e46375b73c644cc SHA1: b5cdd2a70b930621fd14a177e21b287f32f468fc MD5sum: 46b039d91c9eedd3ba22c6811b524059 Description: debug symbols for ros-jazzy-realsense2-camera-msgs Build-Ids: 07684eb88b87c431342f86796f2fc45ec387e8de 0c569e7e24fd8d681b62094e755cf97b8d7aa714 0efe7a2a0a8a9d982e66f7f1ae5dc38a6d65164f 1cd5ebf001f31b3a49d4864b69cb1efc9e897c18 23fb1b8b5b090daf4cd861da0468519b4bffaa04 563bfc41e136cfa6ec29f2f9731faf59d824934e 79aa682bfc6371cf087ad35e8d0d7719be447a9e 84abfdef404028236588f64bd6dea3868d09bbab b18add10c6cdb2f002f22ded5f3fa866b4503231 c0bd2042da2d6a961e86187c96e8a5345b11387b ce0e827c54a0e19b7a1f6983b8fe89626cb35526 Package: ros-jazzy-realsense2-description Version: 4.55.1-3noble.20250321.132754 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 71711 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.55.1-3noble.20250321.132754_amd64.deb Size: 10958180 SHA256: 60e409123076b6b348b7db5fdacf696b054df1ced2782f362d51ea831f04c2ba SHA1: b074f2e35913aa116ae13383b6b49c3218f523aa MD5sum: c9069def8fc0e52f9596b451aac2384d Description: RealSense description package for Intel 3D D400 cameras Package: ros-jazzy-realtime-tools Version: 3.4.0-1noble.20250321.135754 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 230 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, ros-jazzy-ament-cmake, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools_3.4.0-1noble.20250321.135754_amd64.deb Size: 44140 SHA256: 8bae49a640f2eaa5361fb2573153d53158d9de4364b6e4f9aea3a426675b02da SHA1: 2472f7695b6fa89b8a924bfdfbd832081a96c489 MD5sum: bfaa566bee344fd6d6afeb0101fa709c 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.4.0-1noble.20250321.135754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 274 Depends: ros-jazzy-realtime-tools (= 3.4.0-1noble.20250321.135754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools-dbgsym_3.4.0-1noble.20250321.135754_amd64.deb Size: 242600 SHA256: 17656b74310b582d85f029c2d3129ea7b7642f3f294114ade05184f190309fb4 SHA1: 3f1e9197b66accc8556b47b7b1281921711098bc MD5sum: e2788759949413da9714cf4f4b3864f0 Description: debug symbols for ros-jazzy-realtime-tools Build-Ids: 2779245f10eb248a0359b0e10bb7013707932fcd 4221982ee1ae2801b0023cae0fcca1cb1a7409f0 Package: ros-jazzy-resource-retriever Version: 3.4.3-1noble.20250320.192323 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.3-1noble.20250320.192323_amd64.deb Size: 20178 SHA256: c39fc4ae04d816ce3d214a2a9c77a6754b90ad7248fbc470316886931e240fb3 SHA1: 6ad4766b082a1409ebe1e32e23fdb63728584ff7 MD5sum: 1047bab484b273c04ae8049cfd803dd7 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.3-1noble.20250320.192323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 94 Depends: ros-jazzy-resource-retriever (= 3.4.3-1noble.20250320.192323) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-resource-retriever/ros-jazzy-resource-retriever-dbgsym_3.4.3-1noble.20250320.192323_amd64.deb Size: 76244 SHA256: ea1a6cf7e0dd44bbd5a34a1ba91a351f2af37132c48ea6e4bbf4edf35fe37107 SHA1: 385c3542c8730da2620b02cedc32f33e80e81eca MD5sum: af00e0072f97dfdad52cb57ebc257983 Description: debug symbols for ros-jazzy-resource-retriever Build-Ids: 23c9a5631607fdcf234f80e0112270d8c350a31d Package: ros-jazzy-rig-reconfigure Version: 1.5.0-1noble.20250321.134603 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1380 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure_1.5.0-1noble.20250321.134603_amd64.deb Size: 585402 SHA256: 868ea2e425536f6fdd2a296a0aafc07317e3fb8694cdb2afa51c22a39d8ccd58 SHA1: 8de7a42763224dfbf4d40075a86ecbb6fd2f5172 MD5sum: e72ed419016749be4ca40013a7efb05a 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.5.0-1noble.20250321.134603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 5005 Depends: ros-jazzy-rig-reconfigure (= 1.5.0-1noble.20250321.134603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure-dbgsym_1.5.0-1noble.20250321.134603_amd64.deb Size: 4833466 SHA256: 9cdf5ade50fd5d524ff82ed7a9d99c67d7211116ba536b1405496d957ff7d05a SHA1: 61cadda9d03c43836cb5f529438413e0a44de71d MD5sum: 7e6152d0c0d0dc654092e31fb0e75e65 Description: debug symbols for ros-jazzy-rig-reconfigure Build-Ids: 2aa7f6955df0924e6cd924842dabd1d84074da4b Package: ros-jazzy-rmf-api-msgs Version: 0.3.1-1noble.20250320.190045 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.20250320.190045_amd64.deb Size: 22710 SHA256: 216b51abe743da47b51218dcaf1df81aa7ccf8ebf6713c79e3f2dcb2a4f41430 SHA1: a6be0f8bcf8d1247df1cf7eb83b05cfe3800b91d MD5sum: 5345bd551d0f2465d61dee833cdeef62 Description: RMF API msgs definition Package: ros-jazzy-rmf-battery Version: 0.3.1-1noble.20250320.192622 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.20250320.192622_amd64.deb Size: 13268 SHA256: 1102e881c59cb5ee475d175b8f7d7b1b3f9255233f4d9f1f22584ce8d8ea2257 SHA1: 9205656b4258e291d4df85ff95744c12887c6725 MD5sum: 751c89353eeff3877f625d720fa0966c 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.20250320.192622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 198 Depends: ros-jazzy-rmf-battery (= 0.3.1-1noble.20250320.192622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-battery/ros-jazzy-rmf-battery-dbgsym_0.3.1-1noble.20250320.192622_amd64.deb Size: 181280 SHA256: 0edd50a58a57a064c608c2fd145aa7d11092afe8b49e85ffbcd38f2c756bbaf4 SHA1: 9958603733f6946dae4b67097e8ff6f0db867269 MD5sum: d2cf76d9fecea463f113bbf873af8965 Description: debug symbols for ros-jazzy-rmf-battery Build-Ids: a834d90b8e850af6c1fce5768593f0c39a031d99 Package: ros-jazzy-rmf-building-map-msgs Version: 1.4.1-1noble.20250320.223609 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2463 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.20250320.223609_amd64.deb Size: 214890 SHA256: 480abbc57257fed75208b8345542c9f3e16a2efde067fb10f19961e8f683dd9d SHA1: 3813039f8bd366f123ceccb1cce24e4f39518657 MD5sum: 50bee6aaee411d140e2cb043a24ca069 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.20250320.223609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2630 Depends: ros-jazzy-rmf-building-map-msgs (= 1.4.1-1noble.20250320.223609) 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.20250320.223609_amd64.deb Size: 2280218 SHA256: 90345d658a7e45c383106b9845c2b82e6702da6ce8c9be7126339937474b0c9b SHA1: 578744dfe824d80e3291f43f81ec89cb152df68f MD5sum: 8e6415b0bef9b7e315edaaa599575aa6 Description: debug symbols for ros-jazzy-rmf-building-map-msgs Build-Ids: 080003fdf16450b4a65b06c5d7b8d1a2d051ae09 1720f9185aadc127f84d458dfbe663131be1f5a2 378538991a46b0dac7b8b1fe4b1cff771b495a84 554ed6992cc62eb060dd7a06bab58baa0d0d2913 77205ff46f439abc1bc4f98ecfbe88380b645d14 7c8c35179fe221e058e917664f2873c0da731b71 86c682b403cd3aae90a06bd4fcc63777f602c86a a21ae3b38a9084fa8ead6ec41a81b233967a7b34 ce8fade76e1d269c42dbf8d18d01b1d130ad4442 d8627b01f5417cc152f7621f533ac4197cf78660 da59046e46b1cdbd236e46267485bf1a905379c2 Package: ros-jazzy-rmf-building-map-tools Version: 1.9.2-1noble.20250321.131414 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.20250321.131414_amd64.deb Size: 10836020 SHA256: ed6341713e218c7c09edaad50f6ce3a410c545cd82b9e7967d6c8c6b7e858705 SHA1: 7ca992da9ae3fbbecb7b75d90a35c49e918e0d3b MD5sum: 41c7a680f9b1ce1fae989b8152c9a73c Description: RMF Building map tools Package: ros-jazzy-rmf-building-sim-gz-plugins Version: 2.3.2-1noble.20250321.134642 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2410 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, libqt5core5a, 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.2-1noble.20250321.134642_amd64.deb Size: 481276 SHA256: c6af27de203989f4fabac31631b249c2519ccf89f3388a123aa8faa8f84f7a10 SHA1: 7f9d15bf8197f078be8547167cba9654a21214c4 MD5sum: 4f8fbdf7a4ed22013a5d188c2d938dc6 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.2-1noble.20250321.134642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14408 Depends: ros-jazzy-rmf-building-sim-gz-plugins (= 2.3.2-1noble.20250321.134642) 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.2-1noble.20250321.134642_amd64.deb Size: 13009802 SHA256: 9fddb60145b50d3452a9f0aec4e7efdc7897ed0076905c54f6ec01002cafddfa SHA1: f8584813ccea6428d921e3d2be6d5f5909d03ee6 MD5sum: 7e099b0280ccf3fe14eda9b720ec206f Description: debug symbols for ros-jazzy-rmf-building-sim-gz-plugins Build-Ids: 00a140c91d2327867b98cb7ce3659e3245fb2c2a 3ad116e9a4d151e56e341d626797059ad0bd2b37 3fe7b6c60c8be47d188259e1595cef0a8b6c1ee1 c270252ef882ffb17e22d23daa213db659e3a8c0 d6154141dbc9685eb1075f4eb6218394e245ccdf f82f9951ce3007a640828e367f6ee99b73b922f9 Package: ros-jazzy-rmf-charger-msgs Version: 3.3.1-1noble.20250320.195349 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 734 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.20250320.195349_amd64.deb Size: 65160 SHA256: 6d698f7356237598b3f99c8ff07735c91e3dfcdb3c538f3b4ab84ecbc55c9c16 SHA1: 62aeddf2bc9d7172945fb14d3c9e4dff284647ac MD5sum: 278eaab2a597abd806407f0502a22b0b 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.20250320.195349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 517 Depends: ros-jazzy-rmf-charger-msgs (= 3.3.1-1noble.20250320.195349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charger-msgs/ros-jazzy-rmf-charger-msgs-dbgsym_3.3.1-1noble.20250320.195349_amd64.deb Size: 390832 SHA256: 8b2e0692b0717fe88fab7d42f30e5911213a421f2a9f5f443e0590826a24dbbf SHA1: eb3f4f2f99e7892c572f003bf1a7b34744ba8db3 MD5sum: 977c4e9459814ef6277511c7e151c529 Description: debug symbols for ros-jazzy-rmf-charger-msgs Build-Ids: 125b8444caaee925f1b479791779bdcfcf6ae92c 1bdb6e99e54594f878f0c580be866205dda890c2 25dd4948277deee6f365cd9744c738def7ab828f 287ef1aea54407b1a3cfe075ca198dbceb58a4e7 5426223081953d9f14ae84673184b79b1b24b592 718cad845a300ccbe5d7c41ab570b6b05dce06b4 97b6f18bca9889921a66c9135af62a11b0201a23 a9f9818d65249dee9ae7a0d2f569f1235009b8ad aa160e4e7ef4c2e04f2ef5ee60e9482d31e1379b b5b4ad9562de9326d10d90a8097a5a99bb6467ca ef74002b6521f668081f3d0a65f87222f59c9d89 Package: ros-jazzy-rmf-charging-schedule Version: 2.7.2-1noble.20250321.131415 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.20250321.131415_amd64.deb Size: 10664 SHA256: a6cabb0b257f8c05ce5b0a1a783e2141656713b0e3a6f3839efd1b9979c0a990 SHA1: f2c9af20ec828690bf322b55cddba66bd7e58622 MD5sum: fed0fb2cd9f6d1346ee84e917d91cc2e Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-jazzy-rmf-demos-assets Version: 2.3.0-1noble.20250320.190149 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.20250320.190149_amd64.deb Size: 6794384 SHA256: 7b1cd41300d822a4aaa59fff370cb69ecd7d33fd21a30b4094ab4a71afd998c7 SHA1: f31cafacb27b8437620a0946d0e3cd657b635983 MD5sum: f3995daec91f6f425ef1c85b6baff1c4 Description: Models and other media used for RMF demos Package: ros-jazzy-rmf-demos-bridges Version: 2.3.0-1noble.20250321.131754 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.20250321.131754_amd64.deb Size: 13006 SHA256: 0fab61de038acb1c4517c1f6f38cd2f8d14cb5fb805c32f9754b617f495608d1 SHA1: 6b542120395f5642e8d70dc3fbb847a9ffb1f455 MD5sum: 8853a62896ddd537139031c7e42d98e4 Description: Nodes for bridging between different communication stacks Package: ros-jazzy-rmf-demos-fleet-adapter Version: 2.3.0-1noble.20250321.145352 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.20250321.145352_amd64.deb Size: 38160 SHA256: 7fef65beb398b47e37bafe066226132590e7b13eb06ab37f16632cd9028e51d6 SHA1: 67969853b3717b6efabff018b1d67f5ad68cc87a MD5sum: 1fd40e6ccff20786ba27ab3906917cb2 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.20250320.225339 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.20250320.225339_amd64.deb Size: 31490 SHA256: 29037f930d98d2866a1fae1fb08668cb13eca5e1ffd9b3f3147190a596cf9c05 SHA1: 32b448a0231b15a8cc74f67e2ce65869062d9643 MD5sum: be8454b7fa4dcf857886dfb08d852cf4 Description: A package containing scripts for demos Package: ros-jazzy-rmf-dev Version: 0.1.0-1noble.20250321.153431 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.20250321.153431_amd64.deb Size: 6028 SHA256: 247fa9737b5d4921bb3db4643721963d96314c9d2bcb4eb1f2e8eb2e5ceed496 SHA1: 13dde38ffec1bd9f6dcbbb400c39942399294761 MD5sum: 71fc5ec53758437a2e3246de039c0096 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.20250320.223613 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 895 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.20250320.223613_amd64.deb Size: 82310 SHA256: bae1e4b7847ba73dd3c19d3bffc8fad1a1293d167850d5e593c165d530e785d8 SHA1: 6cc2dc2c07b2a5465e1d42be6ba4ef7759cca9f7 MD5sum: 84d8adb64e4abb338d2d83f52f8ef988 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.20250320.223613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 708 Depends: ros-jazzy-rmf-dispenser-msgs (= 3.3.1-1noble.20250320.223613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dispenser-msgs/ros-jazzy-rmf-dispenser-msgs-dbgsym_3.3.1-1noble.20250320.223613_amd64.deb Size: 560972 SHA256: 8953509e177d436968258c42d07b60c86507c6045fe7bc97fa01b3c146c4787d SHA1: b60c3770ee1a6cff4400ff3a9d97562a62f518fa MD5sum: b5b53bca8257da5ccefd035e6272601e Description: debug symbols for ros-jazzy-rmf-dispenser-msgs Build-Ids: 0db3044cb2c23ade25272d385d85f7cb8fabcc07 310072a58c39408a756a38cd1d9137d4af07bfbc 37799bd103e50b2f495df6c15d4f3e34ff77b203 3a4eac75b2c3dbd0dd3f01e6ec2c93a9eeac91f0 51a17f233ccada4ef54157b59c7fab082e2628ee 639143176c0604a43ce28b3f0c36f3c109e7d4eb 6d7d8da38c805769f991317ef819501bb7aa6b3b 7d4e579dd709879ba18c7d818883dfff15097a01 804d058696d29009395488573aeff18d5b94ffd7 c34d1123affd2c06f1631728e18187a9a8a06475 c9188b21eed7d438e90bbb7bc4a074a4d05b7a70 Package: ros-jazzy-rmf-door-msgs Version: 3.3.1-1noble.20250320.195351 Architecture: amd64 Maintainer: Morgan Quigley 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-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.20250320.195351_amd64.deb Size: 89076 SHA256: 6ad33ee0d44ec819df70cc2fcf3766e8771d5004abacd282cf2a3759256876bb SHA1: 1529d8e3861d3897c059b5faa1b6d02b163c671d MD5sum: d495ea026c502ecb3bc36d53ba8a5e52 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.20250320.195351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 876 Depends: ros-jazzy-rmf-door-msgs (= 3.3.1-1noble.20250320.195351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-door-msgs/ros-jazzy-rmf-door-msgs-dbgsym_3.3.1-1noble.20250320.195351_amd64.deb Size: 704192 SHA256: 71468eb2cc59c31b79419cbd6b13209f29f4958ad7b67aa384186cbcca587cc1 SHA1: 7b6f54a44c6f8f30f603aaa02180c2ae334da11e MD5sum: b0000b37b32fff097bd03481ae2d1147 Description: debug symbols for ros-jazzy-rmf-door-msgs Build-Ids: 038a709b72a210c888c131bd6274e74e3e565aee 188e06df669b6c9316392919b0ca05dc56b58d00 55cfe0ae5c4786df25b833dd96c445f9fed04dd6 63c7b5107f2a9ec942d9f49f23aa744e886c7d1a 6c5c45858938f1b72cf97669037abbe07765b68c 73ec026ffcbb92ccc9f1aa0cf01efab4ce950e37 95e3e6a36a33689df492620ff28d964f32bd6cfe 9b7c34c3ae175a80972dc17a25fc6df6df2aed6f a0a054602a9149d93694aa97db07b3203ea41a8d d7db851b082753e6756e1d8297443aa9fa2be005 e9d5386319f27ac97cee0b08a1a48ace4cb143d1 Package: ros-jazzy-rmf-fleet-adapter Version: 2.7.2-1noble.20250321.140102 Architecture: amd64 Maintainer: Grey Installed-Size: 17610 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.20250321.140102_amd64.deb Size: 2805530 SHA256: 04501b567b1a848475cd090e3fc5658b8cbf31a83a3f23444248ae9a59eb85a6 SHA1: 0ebc0a65ac9a9c865b5fed8e6037be7a0b3d15fc MD5sum: 2f8adf64bb5a4ecc3de06a3caba9d8b1 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.20250321.140102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 114537 Depends: ros-jazzy-rmf-fleet-adapter (= 2.7.2-1noble.20250321.140102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter/ros-jazzy-rmf-fleet-adapter-dbgsym_2.7.2-1noble.20250321.140102_amd64.deb Size: 99498590 SHA256: eb49b243c5a57a7784f3c7c5afdea3bf05d32bc7fe0d64d3a8a7e9e35803024f SHA1: 8462fe16216d217f01b64068922e3e5da0819187 MD5sum: 1254e5b71c6d5ec04ffc690b59772415 Description: debug symbols for ros-jazzy-rmf-fleet-adapter Build-Ids: 0190e63c2b91980b1f56fc52b5c890d7088a26ab 3f163a409710b070cbda394b03ac4bc134fd9949 403dc88d60e6c558d968ef409a6561d6f4b85062 53f6d4b6c9827a98ccc0f466d36b0c42e4f425c7 54cbc1855f401976596055b4f6ef39f02a8d59ce 58a3557764739139126a89157dcd4114ac78b876 6c384e0f0041e3bd8c6673ccab2ff473f7c29c25 6f16cf471cc1ec49cc5b12dc3e005cf038c6c297 7067f47b6abcb5f55301906cc3f9082c5144864a 7c9ba756c0bfa5ad13e96d1f58188254e6ec12bd 7dfff428295c76a99063f6db6480e65e7ba0ba50 8232c09441f4d78346889b026c67ee40a069d186 8c367d59fa5ac4fd61c2117c401d893caf03ab97 93a5e865892770fe68692adfa462991f267e300b b4bc101f3ccd434c5f0233e8f0917f2ab30bfbb0 f7a4f4f3d93c02c0b649f9843d18a93b310ddfc6 Package: ros-jazzy-rmf-fleet-adapter-python Version: 2.7.2-1noble.20250321.144702 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.20250321.144702_amd64.deb Size: 365904 SHA256: 394b17e38f8b017d048e3a6454eea7f1fcfd2da156988d904891235371e48566 SHA1: cef6997c8066114fd92f661516f56ba3d8ada157 MD5sum: 476223d24fe606669fb1e726abc0ca9d Description: Python bindings for the rmf_fleet_adapter Package: ros-jazzy-rmf-fleet-msgs Version: 3.3.1-1noble.20250320.195354 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4599 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.20250320.195354_amd64.deb Size: 327412 SHA256: d53d2124635d04df483ae73bf03234d587e33309071c5761874a23cd175c5e42 SHA1: 108797c90810d57e05ea254c78212442a4d9f33c MD5sum: bff445e258971f3f68d38ef2295cd15e 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.20250320.195354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4076 Depends: ros-jazzy-rmf-fleet-msgs (= 3.3.1-1noble.20250320.195354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-msgs/ros-jazzy-rmf-fleet-msgs-dbgsym_3.3.1-1noble.20250320.195354_amd64.deb Size: 3416300 SHA256: b5e0ceef5d908672ebacefc578e9c6fd2017ba748f43982d27982b24dfc9fbeb SHA1: f0eb5725974105ff654adf35658b48e132c22964 MD5sum: 4f16a230b2b65ee1fa6cbdd3826abf26 Description: debug symbols for ros-jazzy-rmf-fleet-msgs Build-Ids: 1f352318d392701526336c5279aa97a395d57e70 64da3c054aa1ac144a8870f11ce27542fa2198a7 6a2ab8d49bcf918dc667da2a07d19aeefc651270 950119b50466f290d4fdd2398940dfd3d97c4029 9cb3bfadde00448ef32971317bf0ff67c5e47b79 aa828ba670843da9d26103a61ae70945abc63ee8 ac34b530e861fc5d19fd78c2a4d55e89e12c63e8 b1dc7964b68cdd2af7517d733208a1a35102b753 de2ad158397ab9a63df32ddcb3b235e0834de811 de73d54b40668d0abc12ecbcbad538a99c402393 fda327ca1ebd377a922147383d3d9a565f0cd02e Package: ros-jazzy-rmf-ingestor-msgs Version: 3.3.1-1noble.20250320.224156 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 890 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.20250320.224156_amd64.deb Size: 82166 SHA256: c837eb676c515b2b83b7aa178a0ac0d2de5983386b4f3b015089cda3f2eec9ce SHA1: 47a4518961ab06f862a8bc07446c6b37e64b6d43 MD5sum: 7c5cc81d491f808c3e1b4a8c279b3e12 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.20250320.224156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 705 Depends: ros-jazzy-rmf-ingestor-msgs (= 3.3.1-1noble.20250320.224156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-ingestor-msgs/ros-jazzy-rmf-ingestor-msgs-dbgsym_3.3.1-1noble.20250320.224156_amd64.deb Size: 558226 SHA256: 630552bd3c47a2b305f854144dace99a696780d00333c8ad44f07a86dc446b25 SHA1: 125a02b14888dcd25866e92756fbd94800ce1be7 MD5sum: b5b0a1a43fac851c17d215207bbc494f Description: debug symbols for ros-jazzy-rmf-ingestor-msgs Build-Ids: 09c3470ca2a457f3efe316ce9ef6a5514607b3d6 15e4a364ecd6b902923bc912ae58f0f649cb517c 3739a010654de9d6f38796b94242728aa4728232 3e79632dc81907d04792e61362694628987dbcd7 437de7b548b31b67f66b90e0ffe7d9c95f9e964d 4bbc74aa98b78a27edd4c37b41ccabe10bda9ebc 5badaa3e131f8887b16d730b514be6b24c9737ee 5c2a9eb8ec5e9807375ce2f407babe2fc5a27993 b84858c0996d40ecc45d92caa95026db0dabe093 c1f8f7b02734ea064586c4a7aa2478aa96e442a7 e9041579a1aee679440aaff71ddd6a3df12285a4 Package: ros-jazzy-rmf-lift-msgs Version: 3.3.1-1noble.20250320.195400 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 661 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.20250320.195400_amd64.deb Size: 68366 SHA256: fdbf85262bf83bc03bccb3a509f05bd00d6732bdcaf579cd5524ac0a26b773fa SHA1: 6d7036abcbd493553cf2cd5d4af407081a3a45c9 MD5sum: e9e439fdf545ddcaaf1990f9517cb209 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.20250320.195400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 494 Depends: ros-jazzy-rmf-lift-msgs (= 3.3.1-1noble.20250320.195400) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-lift-msgs/ros-jazzy-rmf-lift-msgs-dbgsym_3.3.1-1noble.20250320.195400_amd64.deb Size: 382842 SHA256: 3b8dd0f1ebb7622c92730701e5f9ee11190dca7fd3949bcc2af777c44fd18daf SHA1: d3beb40abd73e8408e2ba33a3b8b001cc8bfdd5b MD5sum: 23ce4a5ab6440ea83f9dc55c9830275d Description: debug symbols for ros-jazzy-rmf-lift-msgs Build-Ids: 1c6a0fa35298a8f85edebb426c8f3d83e22f542c 42312377dd2d51ee5dcf8399ad985fedf3e6dd1a 4651834df6df8f463a6526e2b41c97a1b5c17d8a 5750431603f96dbe8c3a4ec55a86cf0ab8954eb8 7193fcaa58cd88cf25d5179daab674f39db4b361 7a25de753433e96ceb013957e3f346012da4742c a303981a8f055890c76acb78423f799362c1a3fa a5f69b4b24761e121556a177b4b405b2227192d6 b1dca94118f3df03ef903d26dacfa4d0334ac8b9 b8c4533c422751df2cbb5a959f11bfbb8785beec c07cdc602e2594f63327f31e1470d43094b6b66c Package: ros-jazzy-rmf-obstacle-msgs Version: 3.3.1-1noble.20250320.223618 Architecture: amd64 Maintainer: Yadunund Installed-Size: 800 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.20250320.223618_amd64.deb Size: 79274 SHA256: afc0c7372e3a69807346ea656929f358b9d94adeab922b2a4475a3ef3e8ef630 SHA1: 68c88c9a266db9c407f55b93873d7096207e34f1 MD5sum: 72643b70024d5cec20aab422c4411c57 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.20250320.223618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 627 Depends: ros-jazzy-rmf-obstacle-msgs (= 3.3.1-1noble.20250320.223618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-obstacle-msgs/ros-jazzy-rmf-obstacle-msgs-dbgsym_3.3.1-1noble.20250320.223618_amd64.deb Size: 489804 SHA256: efd6fcea352c1b459b4683414e9018d829fe194791f9e83d1cf4d05fdb575b24 SHA1: 1660e0da4e3f163a41760cd59d8a32781cacccac MD5sum: a59e2177b6e18c51e379e3978b641e1a Description: debug symbols for ros-jazzy-rmf-obstacle-msgs Build-Ids: 14a51242c5f6707a9db7f66d32dcd31bdc7c989b 346be263927e6a6e78912195380e7d5bff3bf56d 52cc14d15a595b36ed2b643d414261af9f6efd27 53d9c66b6d474da2c493332b97144af535d85bac 56c088d8609c77d7b2c6e62957a35efe82ad79c0 57ac2370f682189ba282d29c64c0f135d5952821 74d8e6478de6c98866670760a22f4c8587476f26 b970e0d161282ea2d4b89aad402de32c49944e7d ba3bea09278cac23d882f8356756f131c144f5d9 bbb376b2873e5f5808008028f980ecc16ca0d0b1 c94e7a84205d43e1ff905fffd353e6fbcdcdad9e Package: ros-jazzy-rmf-robot-sim-common Version: 2.3.2-1noble.20250321.140426 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 3373 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.2-1noble.20250321.140426_amd64.deb Size: 452682 SHA256: 09ba91b932f0b452a7f298ee04caab77b3194d3f18a93d30e2a57a95723a61a9 SHA1: bda028a2bdc1cae8c814e619abdab00eeb1e28c0 MD5sum: 259ef173b9f0003d56d796640d2e34af 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.2-1noble.20250321.140426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 16381 Depends: ros-jazzy-rmf-robot-sim-common (= 2.3.2-1noble.20250321.140426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-robot-sim-common/ros-jazzy-rmf-robot-sim-common-dbgsym_2.3.2-1noble.20250321.140426_amd64.deb Size: 13720166 SHA256: 507b48235c71f7bf27b0d931cea0bcee181960a1822c1cd7698d038650ee03af SHA1: 62ff6de69d32da905ec876757a7be0413e18e1cf MD5sum: ad86fed497deaa91da8e8dfdf5a75f12 Description: debug symbols for ros-jazzy-rmf-robot-sim-common Build-Ids: 2c8f5a56ee7545475d33b5dc3d85598856b4a27e 674df6acad0637a1bc2b76e4d03ba4a5f23164a7 8059c92ba2bc7d6f8a925b77a3a6e0b0fdcadfaa aad46fdc5eb4023909ea80c80d47c3fec4c269c3 ab624382820b07cf5973f91436c2173f943a6ccb Package: ros-jazzy-rmf-robot-sim-gz-plugins Version: 2.3.2-1noble.20250321.142153 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 1159 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, libqt5core5a, 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.2-1noble.20250321.142153_amd64.deb Size: 276702 SHA256: c7d55ae8426247857a0bb3ae40cda0b37842bbc30db74ad74a57e32aa300a7c5 SHA1: aea522770720b8ea0a91bd4e15254beb8f498a85 MD5sum: 9f4c4567b39f43ac8f1405ac7edaf1f5 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.2-1noble.20250321.142153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9333 Depends: ros-jazzy-rmf-robot-sim-gz-plugins (= 2.3.2-1noble.20250321.142153) 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.2-1noble.20250321.142153_amd64.deb Size: 8898914 SHA256: 998adfab0149f8f1c5bdd9a4fa74f8daff329759be2c22d67d66028cf343b6ba SHA1: d1211770f75a03ba04b39d0056994246d6cda0b4 MD5sum: 98520d87b97343eb6640a077f63170ea Description: debug symbols for ros-jazzy-rmf-robot-sim-gz-plugins Build-Ids: 07a73e37d53649126e956f767c3747c2c9780cbd 17d558986ebb6443c2739533b5e43b6d61a8ea4c 2c9e00d9b7fa132d5fc103a56603ae736d969bcf 5879a4caa24efb572d1b932f1650d2447220332c 866c9f8ebededa51ad8c10d76d03251033b8461b Package: ros-jazzy-rmf-scheduler-msgs Version: 3.3.1-1noble.20250320.195403 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4752 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.20250320.195403_amd64.deb Size: 307116 SHA256: 1aaeda6cde7b370ffa84f119ec967fbc797ac71d7c51046f8e9532f0ea5a9760 SHA1: 5c9ea2a7b9e18b8bbc561be5049c7e187d767d82 MD5sum: da844ff041167c7f391334fd443f38af 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.20250320.195403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 3859 Depends: ros-jazzy-rmf-scheduler-msgs (= 3.3.1-1noble.20250320.195403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-scheduler-msgs/ros-jazzy-rmf-scheduler-msgs-dbgsym_3.3.1-1noble.20250320.195403_amd64.deb Size: 3131554 SHA256: 4e8cc58675c0f24b850d4c819f6ec027ed9006f19a2293b82f8f438e78552963 SHA1: 549ee1025568da0df8e16c635217d2112b6bfa76 MD5sum: 1849fd3dabe75fe14c4ab58b513d9560 Description: debug symbols for ros-jazzy-rmf-scheduler-msgs Build-Ids: 0caa349a1f05310be3576bbf56ea0704e36cfd4d 120068b31f843145aa9f4b5f96288f5fef69debe 2132bb5b3565871634d3ac2c4fc45b7f722a53f2 279c89f40f661699de5ef7f2e77a5d7dc82f12ae 3da24c67ee0e4fc401c65e727edc436a3db81b91 58413a3180afa4f2b428ab498057d322aedf89b0 7aa20e0b1d1ff196bc803346ba15a901edff0fd6 8bbcea38050979eb8834d4e223c67b66a730afa7 91614724475d323a56f35c653e23a55026ebd75c bd54a8db4156891d5002de9e21fc1157e3b2f8fb f991e9a533fa9a3cdf0a2a168b155713a286034e Package: ros-jazzy-rmf-site-map-msgs Version: 3.3.1-1noble.20250320.195407 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 432 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.20250320.195407_amd64.deb Size: 44088 SHA256: 830e0b1adbbdb604298f5499764a363877f2d07cab8cfc4befce6b98f1eccfa3 SHA1: 535be601ecd19c2699120138774314a4e348dd0b MD5sum: 788155f9c70b38a04bc398c4cb3bafda 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.20250320.195407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 282 Depends: ros-jazzy-rmf-site-map-msgs (= 3.3.1-1noble.20250320.195407) 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.20250320.195407_amd64.deb Size: 195184 SHA256: 8638305a985b9cf8903c95e28a07edd43d1eda8255d8ecde57ffeb7e0e9ebad9 SHA1: 8234691ca76ece49193c7b0c8e3a78c67cf866dd MD5sum: bc12cbc434f99556e22c5375c9436186 Description: debug symbols for ros-jazzy-rmf-site-map-msgs Build-Ids: 1f78d92848abe5824e853c9851d71765b58dfb6c 20fbe1776d2ef7c65e77de9060cc800fbff11603 26d0a3b9b4d5c28ee10987d8d5f9b2c0b5f390bd 67336a50c813ff72e3d5d2723e7b5beae1c0c501 85db447581092841dbf3dc374cc661300943545a 897f501e41691fab59715775f05fd5c81bb5a294 9afa194d0e9ae5c8f28fd58e1aac2058afa79ad2 9f8c80fee7ac993b1179f47754f322707f95c4ad aab4a43a1252a957a18aa9262c54e5df83bfbc24 af24d5f866ca8eb12a5af46fdb1219ff09e641e9 bbd215c06eb01793b200825f032f9498218b6c60 Package: ros-jazzy-rmf-task Version: 2.5.1-1noble.20250320.193138 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.20250320.193138_amd64.deb Size: 140232 SHA256: 1dc924e81f17a8e3fff0594a515f28b83b7d54283312db2135ffcc10b7cce6d6 SHA1: 342ec1a7064b7ad4b79932b6630abe16ae0a9804 MD5sum: 7dae3e7a24cdcaed8c87033e34ee56b7 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.20250320.193138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4568 Depends: ros-jazzy-rmf-task (= 2.5.1-1noble.20250320.193138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task/ros-jazzy-rmf-task-dbgsym_2.5.1-1noble.20250320.193138_amd64.deb Size: 4461814 SHA256: ae7a67daa06930e56e58a2a878643b9eead576d509c0cac52d3214ef913fda2e SHA1: 672262f052853c71b3acc5615b42b3f52c72fe7e MD5sum: 2343bf51574aafc31f4a0f61fda8bed7 Description: debug symbols for ros-jazzy-rmf-task Build-Ids: 20fdff6a4e3ab8143898929450776d96aa873026 Package: ros-jazzy-rmf-task-msgs Version: 3.3.1-1noble.20250320.224836 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5438 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.20250320.224836_amd64.deb Size: 377768 SHA256: cccc23121314ff035eba28da242807482099b11944aeed25c246797c4fabe1f3 SHA1: b2fb446f9a1704c73406e4a9c496eb707f96d4db MD5sum: b90124f1acf6770104389de9fdf95f4e 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.20250320.224836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4771 Depends: ros-jazzy-rmf-task-msgs (= 3.3.1-1noble.20250320.224836) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-msgs/ros-jazzy-rmf-task-msgs-dbgsym_3.3.1-1noble.20250320.224836_amd64.deb Size: 3993634 SHA256: 00dc9c47dbd2b33bd48a295e845c06fb24b53f0d5c060401ad729ec7c8491dbb SHA1: c397ec1c27e52f04b5aeca2f35d5b0fba207e776 MD5sum: 911d08e06f6ca1a079626c69f32e9972 Description: debug symbols for ros-jazzy-rmf-task-msgs Build-Ids: 0e3d8a3da0c8649693f045554ccf60946b204f6c 0ee151bd7312ab5f00f2638bbf0f8566286e0f69 21f240b6710dbd4ffa87a9d0cdae8186ef000806 4de81938893d3938892f40da2ac7e0fc2cc257bd 6032f2e0845913eca1c064f9ac07c861efc83675 9e985fe0e780c88eb7c2f9643aa3ffdcbadcea15 cd7b63047b04173e67d1b43d803ce3b0a93a8ae0 d1d784543621aba0bb7893e4c53de661ec2d5ebf d32bd0555786e603deb77770e3739c166b03225c e41da8addded488085467f50528f14470468847c fb396343330c3d8a85ae11f52e90b9d0db217c57 Package: ros-jazzy-rmf-task-ros2 Version: 2.7.2-1noble.20250321.135205 Architecture: amd64 Maintainer: Yadunund Installed-Size: 2068 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.20250321.135205_amd64.deb Size: 366218 SHA256: 8de480b73c4d326524ad7c85cd4b6162831d4563eed4849c0c16fb8599f3eceb SHA1: 13ece6d20f840a587ed047633dc90310553872a2 MD5sum: e89b82096253f991f196aae615c6cef7 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.20250321.135205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9305 Depends: ros-jazzy-rmf-task-ros2 (= 2.7.2-1noble.20250321.135205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-ros2/ros-jazzy-rmf-task-ros2-dbgsym_2.7.2-1noble.20250321.135205_amd64.deb Size: 8007998 SHA256: 1955cfd704266f3a02aaf06d76a9901a783d5d67db8823b4f3ab6958ff3654b1 SHA1: de6acefe755326694220f3d3c2efd58ce6da0031 MD5sum: f9c27a1ff1a76b2a95e1c6ed32239372 Description: debug symbols for ros-jazzy-rmf-task-ros2 Build-Ids: b247cd6491052884673f5398f1c8442df88aa2b3 d7c121a9882567f9ef551dd6a774db1ff81909c1 f1c79c18ff6aaf95a0a245afaa34fc3879487aa8 Package: ros-jazzy-rmf-task-sequence Version: 2.5.1-1noble.20250320.193810 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.20250320.193810_amd64.deb Size: 152904 SHA256: 6f3f9ff80fd2aac526b0adebfa9a363a81970e2437ff397f7ad6423783522c5a SHA1: 6fbc542eebe99040fcd39cbc3dce91b60786fb75 MD5sum: a3751a7f95a4ebd6caa011679a7fa3fc 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.20250320.193810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 4727 Depends: ros-jazzy-rmf-task-sequence (= 2.5.1-1noble.20250320.193810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-sequence/ros-jazzy-rmf-task-sequence-dbgsym_2.5.1-1noble.20250320.193810_amd64.deb Size: 4547360 SHA256: ed762ca45885942a77e7493b5805c2e46a318fb7ebd7f1059dbd864f2821a62f SHA1: d28d8b61fa6ff4b5fdc39fc40d4968aef9dc4728 MD5sum: 32c98a8d3862c5bbc866f29648a56c5f Description: debug symbols for ros-jazzy-rmf-task-sequence Build-Ids: 7d29913e2299e5a685b2f74cd7d5864defb9a506 Package: ros-jazzy-rmf-traffic Version: 3.3.3-1noble.20250320.190159 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.20250320.190159_amd64.deb Size: 1027490 SHA256: 69ce7a2160c2afe571871847ddb15e10490ec6287ab975cafacf4585da7db54d SHA1: 8593fd33477d0d86e069dc61e3ebd4b54eb3f6a6 MD5sum: c0dbb2712239e4ed60bb6fd4840c4978 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.20250320.190159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 49672 Depends: ros-jazzy-rmf-traffic (= 3.3.3-1noble.20250320.190159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic/ros-jazzy-rmf-traffic-dbgsym_3.3.3-1noble.20250320.190159_amd64.deb Size: 46385848 SHA256: 893ae650b6b22ca48199d35faac9010929675f534ccb85f4c52f5d1f9af6bce7 SHA1: d0385af34891e56cec3567ea7980633eb8c229ba MD5sum: 1b9d773115e23ff54464482c46d69848 Description: debug symbols for ros-jazzy-rmf-traffic Build-Ids: b4780565121946b6267020a5feb830ecab6d7a45 Package: ros-jazzy-rmf-traffic-editor Version: 1.9.2-1noble.20250320.192344 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.20250320.192344_amd64.deb Size: 443208 SHA256: c6683a55b22e8a758f208ea9773b7621e8f13c44e374cdcd86649a3de496b075 SHA1: a68bafa595f0ae839a57f2ba369df18a392bfc9b MD5sum: 7fb2cb8d7aad7ed7b33f0ca058c66aa8 Description: traffic editor Package: ros-jazzy-rmf-traffic-editor-assets Version: 1.9.2-1noble.20250320.190209 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.20250320.190209_amd64.deb Size: 12103784 SHA256: 73756e266c4c80ae3fa95de5185eac3fb5efabb74465aa6644f204d4bd5317c3 SHA1: 58a868dd417c7090a3e598226c2e6b3ef593acb9 MD5sum: 211d79892ea2f324536c3c7971eccd49 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.20250320.192344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 17421 Depends: ros-jazzy-rmf-traffic-editor (= 1.9.2-1noble.20250320.192344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor/ros-jazzy-rmf-traffic-editor-dbgsym_1.9.2-1noble.20250320.192344_amd64.deb Size: 17306804 SHA256: 2f2bc177a0caa841a27ac7c80b22480be53bb03e74529cfeffd2eb169c11d8da SHA1: fe447313c2b153e7c6c812112cfd74e6a95a727d MD5sum: 2e5b6da83cf55e2222327833244c2a15 Description: debug symbols for ros-jazzy-rmf-traffic-editor Build-Ids: a0c685f8df39223eaa2503703b208eb2361ead0f Package: ros-jazzy-rmf-traffic-editor-test-maps Version: 1.9.2-1noble.20250321.135231 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.20250321.135231_amd64.deb Size: 189272 SHA256: 1545ba8e11870c9c3a2316d49156dfa4d25a72068abb3aa17db4762daec50cef SHA1: 8742ce7d28702347209c9f281eae298bbed56196 MD5sum: ee7c74acd67592ce47730743ab035f98 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-jazzy-rmf-traffic-examples Version: 3.3.3-1noble.20250320.192354 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.20250320.192354_amd64.deb Size: 16930 SHA256: 5ba7ea76efa38720d6b567cb2121e615eb895380fd016409b3d90a2dff02aabf SHA1: a558628678d34910dee95496f183cc471408aa44 MD5sum: 861ef4371ca22b0848ac96576d3e986a 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.20250320.192354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 606 Depends: ros-jazzy-rmf-traffic-examples (= 3.3.3-1noble.20250320.192354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-examples/ros-jazzy-rmf-traffic-examples-dbgsym_3.3.3-1noble.20250320.192354_amd64.deb Size: 586386 SHA256: 9917bf839d01b9acbb94e58ae1d1793acf97e7815931adfd62b0c9e2942780ea SHA1: 694314dd019576532cca13cd8f5187fe07f58144 MD5sum: ad78a14e0c9f79157b646cc5ce45bba5 Description: debug symbols for ros-jazzy-rmf-traffic-examples Build-Ids: 3e41e4da3e3f08af749ef3b74e8daa885280c007 Package: ros-jazzy-rmf-traffic-msgs Version: 3.3.1-1noble.20250320.223644 Architecture: amd64 Maintainer: Grey Installed-Size: 10356 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.20250320.223644_amd64.deb Size: 661860 SHA256: 2dada9ebe37d76a803a6ff9f5b36e4c8aa886683a6be1065d9ff1316d137cc11 SHA1: 14f5cdcba3b15585d557ea2e38818c328d62a71e MD5sum: 8cc1c02b4fd00838adf6a1f2e61453ba 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.20250320.223644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9406 Depends: ros-jazzy-rmf-traffic-msgs (= 3.3.1-1noble.20250320.223644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-msgs/ros-jazzy-rmf-traffic-msgs-dbgsym_3.3.1-1noble.20250320.223644_amd64.deb Size: 7914778 SHA256: 8de2317c0da7e0e53b629bacb4731db2128f2021583ad57401d064e7d25954cf SHA1: 56714cb4e9b56399851aa041ec5e6fd2f910200c MD5sum: 4c254e2826fd0753ea3c5b225e1e7dba Description: debug symbols for ros-jazzy-rmf-traffic-msgs Build-Ids: 0da89fa5136f8fe7123d95e41c9a578168efef8e 372392c4206df90148e984d4c567659e40102dbd 69139ffc149640cfab0389cfc4c68a8b5fe14467 6c9f36b53674e1fdede74cf0928a22bdfbdc6b84 764a897cd96b5cd6f29d8259ed3041a53ae5976b 77a0fc29f34f75314ee61cc598d79df119a4784d 87d739da1d1669fcfed4db1f7dadc7e594edc9ef 9d125024292fe873e0e05c7d23028ab363de9e41 ca3a3f7d23ab731b40ef3de0f746a4864e992500 cff189501b0065935ed7ad80cb30fc3ac957da80 f2739ed0c106a9cf17ade4486e95a34f866e5256 Package: ros-jazzy-rmf-traffic-ros2 Version: 2.7.2-1noble.20250321.132513 Architecture: amd64 Maintainer: Grey Installed-Size: 7912 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.20250321.132513_amd64.deb Size: 1050188 SHA256: f0af223c80a6eb7d7cbd3351468fef53617509676e0d56d31a213e8be9831eb4 SHA1: fb7c628cc3f96829c93e211ac794b637d7002b50 MD5sum: 6d35d0fb55f0585e38640bfcb7a80674 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.20250321.132513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38256 Depends: ros-jazzy-rmf-traffic-ros2 (= 2.7.2-1noble.20250321.132513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-ros2/ros-jazzy-rmf-traffic-ros2-dbgsym_2.7.2-1noble.20250321.132513_amd64.deb Size: 31195432 SHA256: 3a2e80625e541b81bc84b6e598ab9b55cfabe0049b07ca84c99b2c0b86685a6a SHA1: 56812e04042bb7d97dc5a4853c41e1e341dde89d MD5sum: f90b8f0d7498439ad2572c187856be8f Description: debug symbols for ros-jazzy-rmf-traffic-ros2 Build-Ids: 1b4613c576782472518f0c9710b7a8570eea7a64 71ae1b1e7c2d266a8f87f4845bad59cc53823ddd 806ecfb0937278d1ddd9207bc7f42195d4b7840a 8a0a2e182789c8e0d8bc74801689a09338881683 e8c9894d4f789b3b797027e746a0390ef5bed876 Package: ros-jazzy-rmf-utils Version: 1.6.2-1noble.20250320.183431 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.20250320.183431_amd64.deb Size: 132142 SHA256: 2b775f15deb57d613e39e49660b3a5c79c0154757260ba52ec7818b2357b9e25 SHA1: 6995d030b1d341172bca1573312afe739812d8f1 MD5sum: 6e4796d02cfd15550b77930995ea46b4 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.20250320.183431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 34 Depends: ros-jazzy-rmf-utils (= 1.6.2-1noble.20250320.183431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-utils/ros-jazzy-rmf-utils-dbgsym_1.6.2-1noble.20250320.183431_amd64.deb Size: 20610 SHA256: ee031a1270cc4f23a8d7a1c5eb449f0fec65d205402f137adcc2371e4488ac17 SHA1: 39a56c7e210b3d86dc26cd2dc29e9ad46d461bd9 MD5sum: 028d55082bd3dff13210527c2a4ddefb Description: debug symbols for ros-jazzy-rmf-utils Build-Ids: 05766a51dc7ed4a131b4a18c42f5308d91fc501e Package: ros-jazzy-rmf-visualization Version: 2.3.2-1noble.20250321.153355 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.20250321.153355_amd64.deb Size: 6854 SHA256: a88f67297deebcdac3a8e4ec2550f11102c8452a0a5ff512410a8e12ea65aaa8 SHA1: 2a627b2722b2e6189be3b39d3044bf97d2b72c1c MD5sum: 971cb7b4af91222e864665174f95d1ab Description: Package containing a single launch file to bringup various visualizations Package: ros-jazzy-rmf-visualization-building-systems Version: 2.3.2-1noble.20250320.224155 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.20250320.224155_amd64.deb Size: 12504 SHA256: 440c4bc938057d45b06ac4e8ccacb7944d478e9f9af8bb79035b37612203e86e SHA1: 5ac237653a3d4ffda3f24872606ee7ee327958a8 MD5sum: abe0088f960475b238ba8bb04d75fd8d Description: A visualizer for doors and lifts Package: ros-jazzy-rmf-visualization-fleet-states Version: 2.3.2-1noble.20250321.133944 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 794 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.20250321.133944_amd64.deb Size: 152154 SHA256: f3564e87312bd766c535f909ad501b1bb7096f5460afa6006034462d837e2e17 SHA1: 2cd882ec2c262743084e1cf4052a54313da5b492 MD5sum: 4a4f2be7c9ea89c4105d2e9eba6c7352 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.20250321.133944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3680 Depends: ros-jazzy-rmf-visualization-fleet-states (= 2.3.2-1noble.20250321.133944) 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.20250321.133944_amd64.deb Size: 3083548 SHA256: c7160bbdb33cfdccf54b65809016178e3b18cb60519c846f2b6946198abbecb6 SHA1: d85efe78c0d5fc78475ee538a9b0b85c85f9e45b MD5sum: ce08502da41e7b941a2d5d2883bea8e6 Description: debug symbols for ros-jazzy-rmf-visualization-fleet-states Build-Ids: 27f212b442279df4d488a96e4ee03685e0b4443a 5743da7d1b8b4fadbad5a58e68e7fc6220c10340 Package: ros-jazzy-rmf-visualization-floorplans Version: 2.3.2-1noble.20250321.133956 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.20250321.133956_amd64.deb Size: 150994 SHA256: 137b846b2aec8af5fc20d234bb297dc34f6f748a067af4e1d6035c72fed476a3 SHA1: 2b14cf86a5bcdfdc183bb904a76a2a998de5fe3c MD5sum: 6fb0da3ddb4d00c08fa2f80a1e4809f2 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.20250321.133956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3892 Depends: ros-jazzy-rmf-visualization-floorplans (= 2.3.2-1noble.20250321.133956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-floorplans/ros-jazzy-rmf-visualization-floorplans-dbgsym_2.3.2-1noble.20250321.133956_amd64.deb Size: 3300104 SHA256: 915b6b8159d37bdf927d87d0aaf82a363027d1fcef1d8d77854c5659d39e2867 SHA1: 1eac2a9e11b3d4ee88da06ac77448368ba4f3100 MD5sum: 7b752307e216d3430e43bd9c6472fe96 Description: debug symbols for ros-jazzy-rmf-visualization-floorplans Build-Ids: ebb9e94dabfd05c390b80505dc9e8c48e16be8e3 f327f6bcd4e9219537b4d55d0f8ae398216bf5eb Package: ros-jazzy-rmf-visualization-msgs Version: 1.4.1-1noble.20250320.195430 Architecture: amd64 Maintainer: yadu Installed-Size: 427 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.20250320.195430_amd64.deb Size: 40158 SHA256: 86f987b783959aab24db5770a636cc25f0436c2bfc26b7e034b7ac72f86a59bf SHA1: 041857aeed0f7e810efe53f84f2f027f1a6f7aac MD5sum: 8a66b7f5f4e946f3002ad5a991a10ed6 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.20250320.195430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 270 Depends: ros-jazzy-rmf-visualization-msgs (= 1.4.1-1noble.20250320.195430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-msgs/ros-jazzy-rmf-visualization-msgs-dbgsym_1.4.1-1noble.20250320.195430_amd64.deb Size: 184054 SHA256: fb621b184d5a9b43b38baff3bf1e5198eeb01b31c7d76432399b04f7d4fe1b57 SHA1: 8311065ffb0696b71eede95f17640d558d077c6a MD5sum: ce4c97bb1719b15d29db15b804958b51 Description: debug symbols for ros-jazzy-rmf-visualization-msgs Build-Ids: 07f379bac766b73196c748efe5148be4217824ae 0cec164d539bd26cc712100d8e0ed24b4900d49f 1115ecadcc5db34dc002519707081346868b0909 13347b1803a498c2e2e8812ec8adce7265c36e88 3c18cebf2244a909eca408ef75cbde6ebdace6d2 5460cb56b820df2bf10ded4565138f53a6f23e4e 6ea6cc882e62c9303895eaab2a6a00f43e7323ba 6fae209233013c6205a6b46ae39eaf3e1660645c 92fb29fa9b92be368b1965e0e4ff850b0fb56cb0 a672ea4bf5f414b93c2616bd827e9ad84448da98 e2bb4f759bfdf52a5f012eb57b9be19b4dd6bb2c Package: ros-jazzy-rmf-visualization-navgraphs Version: 2.3.2-1noble.20250321.134743 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-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.20250321.134743_amd64.deb Size: 189964 SHA256: d0a03a366e19d7f2d908741f023535cac8959b1da0582b25268f47ab3a9ee23c SHA1: d4488903e9ca2c0870d17e544fb1919f6ad52591 MD5sum: 51e9cb497500c46ee70ba1f765bdd9d2 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.20250321.134743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5000 Depends: ros-jazzy-rmf-visualization-navgraphs (= 2.3.2-1noble.20250321.134743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-navgraphs/ros-jazzy-rmf-visualization-navgraphs-dbgsym_2.3.2-1noble.20250321.134743_amd64.deb Size: 4151580 SHA256: b52321c2b42e731794ad9a02dbc5ba524bd0e9b11e0cc298ca8a76c2b6d9b362 SHA1: 2eeb6bc8d4302eb688a21e61b7520c47b8db0ad9 MD5sum: 46291f7425140dbacc8c66b1a5eb7793 Description: debug symbols for ros-jazzy-rmf-visualization-navgraphs Build-Ids: a3147d17496562bd22d96a27fb950a7ad25fde3b daef767bbaffaa55f941051bb954cd909ebee491 Package: ros-jazzy-rmf-visualization-obstacles Version: 2.3.2-1noble.20250321.133956 Architecture: amd64 Maintainer: Yadunund Installed-Size: 789 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.20250321.133956_amd64.deb Size: 148964 SHA256: c3eadc4ac9cff9af27062d486f6d7c4b6fe2be6de8e588ba2c1846c23b662615 SHA1: f09d61373cbab0cd5b32d51b4e5b8928e18e2453 MD5sum: a7a4936eff8a7e5b8ffb1113797b1972 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.20250321.133956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3608 Depends: ros-jazzy-rmf-visualization-obstacles (= 2.3.2-1noble.20250321.133956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-obstacles/ros-jazzy-rmf-visualization-obstacles-dbgsym_2.3.2-1noble.20250321.133956_amd64.deb Size: 3012670 SHA256: 87e79299132eba821e8b3c1b0c6470a39d7b58a3ae72ec7d99856fb72725199d SHA1: d9b10141e979c87b87fd9c30d912882e45b11bad MD5sum: bfe42186ab646656c31159713ac264d6 Description: debug symbols for ros-jazzy-rmf-visualization-obstacles Build-Ids: 0bf0ab83f61372442e9f3a9fbda7bff40bd6b4dd 0d5a106a7cc355ce304ce05bf495e65168f82c7d Package: ros-jazzy-rmf-visualization-rviz2-plugins Version: 2.3.2-1noble.20250321.152629 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.20250321.152629_amd64.deb Size: 254370 SHA256: adf726f59ce48722f417495af25aa7a43ac026cd48c738a19f4e8752c8aa274d SHA1: 1f82eaa5c6ca3b373256ce61add134dee597ecd6 MD5sum: c77d8203679867b2c810f590256ec943 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.20250321.152629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7572 Depends: ros-jazzy-rmf-visualization-rviz2-plugins (= 2.3.2-1noble.20250321.152629) 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.20250321.152629_amd64.deb Size: 6410180 SHA256: fb6401a2023b31c0347c0a13b248fdbc22af8d515d30ce2f8da251a33ac70a09 SHA1: 325dfeb0b5518f012214c8fe2b77b6a4fa1854e9 MD5sum: fcaab470c819d3e70466651820ed9c86 Description: debug symbols for ros-jazzy-rmf-visualization-rviz2-plugins Build-Ids: 33d5db009cd07df8e855ffc80fddd70810556fbd Package: ros-jazzy-rmf-visualization-schedule Version: 2.3.2-1noble.20250321.134749 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.20250321.134749_amd64.deb Size: 622676 SHA256: c6b15093bfbfcd165485897e5e6e2df298f9d37b02c21166a29623c7268fe324 SHA1: 3e5b98f8546023881c60cfa1536076b0858fa672 MD5sum: db6c652091207222a04c772a257fb680 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.20250321.134749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9890 Depends: ros-jazzy-rmf-visualization-schedule (= 2.3.2-1noble.20250321.134749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-schedule/ros-jazzy-rmf-visualization-schedule-dbgsym_2.3.2-1noble.20250321.134749_amd64.deb Size: 8698638 SHA256: cd8aa35269f896a5fcff80be3d88b7e5338568abb859bb43460b79a57d0ea115 SHA1: 50ac3d377f5df9d467a046a5a240cb130e2c66db MD5sum: 991701185e1bd866bc9a5d6a8ee05ff6 Description: debug symbols for ros-jazzy-rmf-visualization-schedule Build-Ids: 0b36a3a9d7d3751719ca3d3d8b7f7bb47dda2497 3006ae58b176ed8b5ac2f9fb1a9ef402c6441585 37e985de9b70008e829431ca54036bae0b0c7c34 d7c1bfad2db49b572916aa17efc14a4dca23b45e Package: ros-jazzy-rmf-websocket Version: 2.7.2-1noble.20250321.134702 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1044 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.20250321.134702_amd64.deb Size: 281146 SHA256: ef5fcca153945d8790263467aeb20102534c4e052eedcb826502987b206a544d SHA1: 2b330ee0ec9d08982e7bc899577ea7380b86d7f1 MD5sum: 7bfc3ce347d21f8494c122c8952cbe55 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.20250321.134702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4816 Depends: ros-jazzy-rmf-websocket (= 2.7.2-1noble.20250321.134702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-websocket/ros-jazzy-rmf-websocket-dbgsym_2.7.2-1noble.20250321.134702_amd64.deb Size: 4388966 SHA256: a7aa94a7ff5e348f741e645aa5644f7e7e2e79391c8eb01ede124db0354bd2f5 SHA1: 4805c1770539e98937c077a5ffc087ac454919eb MD5sum: 271424e8c60e977b6144cf2593603963 Description: debug symbols for ros-jazzy-rmf-websocket Build-Ids: 1735bc782277204442a7ff30c892242523042b8b Package: ros-jazzy-rmf-workcell-msgs Version: 3.3.1-1noble.20250320.195429 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1122 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.20250320.195429_amd64.deb Size: 98746 SHA256: 3e421e7a088fcd048081f488eea946b412d49f53996c56ad61e866d92155bf23 SHA1: 95e8808a32f0afc2e7c0186e0c5a422e5ac41a0c MD5sum: 10815657cefb4d28383f9f89e7b18934 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.20250320.195429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 982 Depends: ros-jazzy-rmf-workcell-msgs (= 3.3.1-1noble.20250320.195429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-workcell-msgs/ros-jazzy-rmf-workcell-msgs-dbgsym_3.3.1-1noble.20250320.195429_amd64.deb Size: 799142 SHA256: 2699bca8311420639d4b3588de70e296c8524a6ab6b70f57151123e9c7467739 SHA1: 65891fbfeb96f01acb468a3d0c33c7e480e833a4 MD5sum: 7e03780ab24567376c77a181f97cded1 Description: debug symbols for ros-jazzy-rmf-workcell-msgs Build-Ids: 1cfea938d4b7361ce66c0a57540b22adb2bd738d 25f09dcb48e0dbac603b1710b540efc5af852c35 41c4894eede32d492f1804f42d2f174eee4ced5a 51b471525b635075d6e4248ed079a973545df158 7e54ceb10c96e369d8a17d5f4df2c890e61f0294 c1806ee52cb50f4d4d7e0b208b1be70717a8b99f c78e3b0c25f377739118b8b9989a6c22a67894b6 d6276dc01f09d48fa7bd6b3a82c4b998c384165b e2206c759cd5e407057938a1803bc130e0da1a03 f471bd87ee44de9cb7d3d10bab1eb21a8d02618a fe8298fa9d32c92cb4596df2c7d7fc74232dfc17 Package: ros-jazzy-rmw Version: 7.3.2-1noble.20250320.193159 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.2-1noble.20250320.193159_amd64.deb Size: 72010 SHA256: 972804c25e07999827866210dd92cbeaba32dd0b3426e2e5fb22bdc60e312400 SHA1: bab5a2572a0c9663e81e99a92100e74de4f62f17 MD5sum: cd36abba8b1b85aad3a4e0e3ffc16f14 Description: Contains the ROS middleware API. Package: ros-jazzy-rmw-connextdds Version: 0.22.1-1noble.20250320.201930 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 102 Depends: libstdc++6 (>= 13.1), ros-jazzy-ament-cmake, 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.1-1noble.20250320.201930_amd64.deb Size: 16666 SHA256: 39c25503993e3a93fc6295782483f11a67f7ca9ea2911835c5aa8f1d82efb8ea SHA1: 09d3ef0176c5c82589a1c6e1e870ecf942ca003c MD5sum: 9a9650a5bec640d392a257b126a810e3 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-jazzy-rmw-connextdds-common Version: 0.22.1-1noble.20250320.195722 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-ament-cmake, 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.1-1noble.20250320.195722_amd64.deb Size: 258728 SHA256: 7a08a478ec1f71c37d5592aa8f60f2235dd275d83e3ad2c924c4648905718097 SHA1: a5f509e97cdffa910f8bf4c9f6ee33be365b052e MD5sum: 35f7801c9c2affcc05faabdafb3c6e10 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.1-1noble.20250320.195722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3012 Depends: ros-jazzy-rmw-connextdds-common (= 0.22.1-1noble.20250320.195722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds-common/ros-jazzy-rmw-connextdds-common-dbgsym_0.22.1-1noble.20250320.195722_amd64.deb Size: 2795318 SHA256: 4e4022e42c342648cb220b65fd441b34d598e624af0fd0650d5e41958a268022 SHA1: 15004449df890bf5d0905a05fd9c2429a17e8464 MD5sum: 10c175110148f56e31ca19a2edca9ac5 Description: debug symbols for ros-jazzy-rmw-connextdds-common Build-Ids: 1894a39712931e25f6fad36924b1d9217813e3e0 Package: ros-jazzy-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-connextdds Version: 0.22.1-1noble.20250320.201930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-jazzy-rmw-connextdds (= 0.22.1-1noble.20250320.201930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds/ros-jazzy-rmw-connextdds-dbgsym_0.22.1-1noble.20250320.201930_amd64.deb Size: 101828 SHA256: a861ee7aa5d461b64ca2355d601b8e16c305bfb337d10d3abe2b0be6ff805a4b SHA1: 5e5db01092bda3b658d664f892cd4347c8507003 MD5sum: c25509b3d806c86d551358c447deebc6 Description: debug symbols for ros-jazzy-rmw-connextdds Build-Ids: bf5cb1ff9e1c877de561e8f287ad86dd511dd6eb Package: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.3-1noble.20250321.125125 Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 535 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cyclonedds, ros-jazzy-iceoryx-binding-c, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp_2.2.3-1noble.20250321.125125_amd64.deb Size: 175992 SHA256: c7142db77d17d761f66f35f1a788bcc81b391e07d2df0d7a015804cd06342ef6 SHA1: 6fee22de429d0d540946fcfb9ec1e8e79b39c2d2 MD5sum: b120db99c1c7b2567ade71f5f26afb22 Description: Implement the ROS middleware interface using Eclipse CycloneDDS in C++. Package: ros-jazzy-rmw-cyclonedds-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.3-1noble.20250321.125125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 2325 Depends: ros-jazzy-rmw-cyclonedds-cpp (= 2.2.3-1noble.20250321.125125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp-dbgsym_2.2.3-1noble.20250321.125125_amd64.deb Size: 2200526 SHA256: 384e67c09749dad1bee0dbbdd2ba21c5dcc4892effe835bc661bd03081032850 SHA1: e03440e59c73b99e3b0c093607d0c5b1457de22a MD5sum: 692cfbbaeea27a4de66f323a1cd0941a Description: debug symbols for ros-jazzy-rmw-cyclonedds-cpp Build-Ids: d4f5b4917e1cf6cde393959eb02fad7329d82479 Package: ros-jazzy-rmw-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw Version: 7.3.2-1noble.20250320.193159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 61 Depends: ros-jazzy-rmw (= 7.3.2-1noble.20250320.193159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw/ros-jazzy-rmw-dbgsym_7.3.2-1noble.20250320.193159_amd64.deb Size: 35374 SHA256: f8783458645e9db31bb01ab7efcea4807360dbcc525a97a93501116b396f8dab SHA1: 63850f25c58aebf8cd9b7b30e63e12d3022151fc MD5sum: 10de4ad011cda9115c937cbee5eb35fa Description: debug symbols for ros-jazzy-rmw Build-Ids: 5d9befc11d8a3a97f51c4e85fa40b329e407c30c Package: ros-jazzy-rmw-dds-common Version: 3.1.0-2noble.20250320.195431 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 880 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.0-2noble.20250320.195431_amd64.deb Size: 117038 SHA256: 0c40f30aa41623e79d0c60b2552d137dfa5c58d68b04b22e0b7768497eaa4d1c SHA1: a9f27fb38af50d2b85201df41e046ae196c13fd3 MD5sum: 02cc2127f1305c78fb7f996f7a4f86a6 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.0-2noble.20250320.195431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1247 Depends: ros-jazzy-rmw-dds-common (= 3.1.0-2noble.20250320.195431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-dds-common/ros-jazzy-rmw-dds-common-dbgsym_3.1.0-2noble.20250320.195431_amd64.deb Size: 1081444 SHA256: 97a64e7f6cba302552154c9378b81631b8f1c6ecaeb64f520ef252262bbbeddf SHA1: 09fbe6bee681b7425f0706732aafef265349e4a0 MD5sum: b0cdd11c611d21abd74db88ac98be3f5 Description: debug symbols for ros-jazzy-rmw-dds-common Build-Ids: 26eaccd49c01cf88455938589add5c8ab2b252bb 3464a8e8a7e87343503a59f735a8b29fd85a727c 4efe87930cadc491300ed4a6f2f0cdc8e7f638fb 6636912fe16733c301ed9f0586159ea42d61706b 778a425fd596afcc2de39593605d0914d57b3d44 78980f0a05bc3035fca82a23ea1494bde79f6244 8b0c2f3cc060e7c05f78407d9ab850c9fc8ac854 9d4075b33fa1460289a458f3acdaa794ee0cd46e aa2f7b0dbf5d28604bb04c04dfbf24493b6cbce5 bd2e99d568243b858e17a473aa4e4a3de5123040 c19fb39fbb2b0187826abc0cb0774e9081b9990d dfd783cc20458148fb0e1f5e41b9ac4b02f96e1d Package: ros-jazzy-rmw-desert Version: 2.0.2-1noble.20250320.195741 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert_2.0.2-1noble.20250320.195741_amd64.deb Size: 143256 SHA256: 874c8c502bb237a557d93c4f2848fefb72d500b88372623177f8060dcc1b13e4 SHA1: 987a043a7f5c7be160e3e46c15a0cf44d52b8154 MD5sum: 060c834ec684e31d2ca6b6198c2601f8 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.2-1noble.20250320.195741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Costa Installed-Size: 3225 Depends: ros-jazzy-rmw-desert (= 2.0.2-1noble.20250320.195741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert-dbgsym_2.0.2-1noble.20250320.195741_amd64.deb Size: 3132840 SHA256: 058872156aede508191d23337a7a5cc9de83b0106a2d7547b9645802f4314530 SHA1: c720e01bed65b311dd3cf52718d53a0a70aab651 MD5sum: 51e21c8d518fc94f4d371d97c6232af1 Description: debug symbols for ros-jazzy-rmw-desert Build-Ids: c9c15ac521420eacf6b1b5f2fa7fa4c893172c02 Package: ros-jazzy-rmw-fastrtps-cpp Version: 8.4.2-1noble.20250320.201939 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-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rmw-fastrtps-shared-cpp, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-dynamic-typesupport-fastrtps, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp_8.4.2-1noble.20250320.201939_amd64.deb Size: 91936 SHA256: d36a50531ccb779df10c3b2af5321ede07d707bc1d8daece146e921531ac2fcc SHA1: 4e53295d32c954fc21764965ca8c0bcecacbbad5 MD5sum: 5701c18e524d157796ead9b96983e0bd 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.2-1noble.20250320.201939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3178 Depends: ros-jazzy-rmw-fastrtps-cpp (= 8.4.2-1noble.20250320.201939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp-dbgsym_8.4.2-1noble.20250320.201939_amd64.deb Size: 2914018 SHA256: f15ddd5002df9fa8038d33835c8c4b5d593000d95b22177865751d416fc3f382 SHA1: 921b0191bbe516dcf08e30b0d91d7bbba73e193e MD5sum: 27b1d715a749badab3ef274d54564b85 Description: debug symbols for ros-jazzy-rmw-fastrtps-cpp Build-Ids: 07dc88fddf2cca22cfcf9127fb6b0eb4d4e04fcd Package: ros-jazzy-rmw-fastrtps-dynamic-cpp Version: 8.4.2-1noble.20250320.201941 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 426 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, ros-jazzy-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rmw-fastrtps-shared-cpp, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-dynamic-cpp/ros-jazzy-rmw-fastrtps-dynamic-cpp_8.4.2-1noble.20250320.201941_amd64.deb Size: 113066 SHA256: d4e2af95e000633662d3772c691abba2074927b0e402d3a07c482134c8de8287 SHA1: 978a876aab3861b247ebf2fef7bccf488da2ae4d MD5sum: 95f3a34625d3bf8b20ee3f80c90c0a06 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.2-1noble.20250320.201941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3718 Depends: ros-jazzy-rmw-fastrtps-dynamic-cpp (= 8.4.2-1noble.20250320.201941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-dynamic-cpp/ros-jazzy-rmw-fastrtps-dynamic-cpp-dbgsym_8.4.2-1noble.20250320.201941_amd64.deb Size: 3399420 SHA256: b65cedc72d27a7179f796a169bd27fe6eb27dbda32dc5901a55557dadc79a4d0 SHA1: a6e479c3778d8fa0013f3f75f162f4e8eb96e316 MD5sum: 0a24ac9b0534d8d9f30c13e2a4e82172 Description: debug symbols for ros-jazzy-rmw-fastrtps-dynamic-cpp Build-Ids: 3b709411242e351567680110108fc797b44dc498 Package: ros-jazzy-rmw-fastrtps-shared-cpp Version: 8.4.2-1noble.20250320.195731 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-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-shared-cpp/ros-jazzy-rmw-fastrtps-shared-cpp_8.4.2-1noble.20250320.195731_amd64.deb Size: 171536 SHA256: f3bb210f5b9e6484e9404f0715ea775008a657a71ff344711753a3a84aa10230 SHA1: 4246f0b808423029b9cc0ffb7e77cb29114dd741 MD5sum: 75418ba491befea5563aab60820e9345 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.2-1noble.20250320.195731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6279 Depends: ros-jazzy-rmw-fastrtps-shared-cpp (= 8.4.2-1noble.20250320.195731) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-shared-cpp/ros-jazzy-rmw-fastrtps-shared-cpp-dbgsym_8.4.2-1noble.20250320.195731_amd64.deb Size: 5809768 SHA256: abb05dafacbb352d3bbe1fa4d6acbdfe67e53e777eb14e9890711e3266d7a250 SHA1: d8071cdaccec34014afcaa3cfe30c3cebbe66be3 MD5sum: 5307eb23890ac9dff896eaa5713fc550 Description: debug symbols for ros-jazzy-rmw-fastrtps-shared-cpp Build-Ids: b2feec864a9991730c5209bca129c4b85b3d0b40 Package: ros-jazzy-rmw-implementation Version: 2.15.5-1noble.20250321.125545 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.5-1noble.20250321.125545_amd64.deb Size: 24414 SHA256: f860e7ede34e9e1e4164d9ba1b2400d9a6e356a809d216a8bb5b19d2e6f03149 SHA1: cf5b7ec328a4e6fdfa5862765fe7bea2f4c7f326 MD5sum: 18284c796dacfe976ba398d19fe68717 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-jazzy-rmw-implementation-cmake Version: 7.3.2-1noble.20250320.190226 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.2-1noble.20250320.190226_amd64.deb Size: 9056 SHA256: e7a0a0d885d52410c91f1741b1927738b8f9ab80fe6ce5796c1f42ab60d332cf SHA1: 4b97706578b8ff5f2a12c07c973295646e70aa32 MD5sum: 107d4e20ebddcaeb3c426b97f4e21da1 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.5-1noble.20250321.125545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 124 Depends: ros-jazzy-rmw-implementation (= 2.15.5-1noble.20250321.125545) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation/ros-jazzy-rmw-implementation-dbgsym_2.15.5-1noble.20250321.125545_amd64.deb Size: 99708 SHA256: 57ca7aac9279839a4580e6e371f606558ddc7949574fbd70d35949d71f50c3a2 SHA1: 6bbb7772e0aab3adca3e2072f7e1d10185ff392f MD5sum: 29896557b9cb2c5c8c084e751308d1fa Description: debug symbols for ros-jazzy-rmw-implementation Build-Ids: 9db0e8f40e12989b76d2b54a6185719b4ca325ff Package: ros-jazzy-rmw-zenoh-cpp Version: 0.2.3-1noble.20250325.170431 Architecture: amd64 Maintainer: Yadunund Installed-Size: 596 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-ament-index-cpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-tracetools, ros-jazzy-zenoh-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp_0.2.3-1noble.20250325.170431_amd64.deb Size: 181214 SHA256: cf85ca2b8f7b570bbb6335a5636619e9e5c2171a51441bce33f7287aa0c84d8f SHA1: 64a3a4d2c04cfe8b3ee3a08fe90394b02e755182 MD5sum: 083c32b21fcdb2182d3c836da284b3bd 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.3-1noble.20250325.170431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4404 Depends: ros-jazzy-rmw-zenoh-cpp (= 0.2.3-1noble.20250325.170431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp-dbgsym_0.2.3-1noble.20250325.170431_amd64.deb Size: 4300502 SHA256: 274984389e6c81c8a320c2e7df6a1e6ffa12a308efe774c8d4079e51be772a69 SHA1: aeed3efe678b2e1b0495d9dce24c33673d66f722 MD5sum: f96e494abe5d95713a62cdf7665b72c1 Description: debug symbols for ros-jazzy-rmw-zenoh-cpp Build-Ids: 91b0321c275a215c7d53a286f8f1a57bf4c074a9 99f96761a5e2b0cf4808e7324d385eea16997d57 Package: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20250321.141104 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5166 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.20250321.141104_amd64.deb Size: 963368 SHA256: f6504e11f4962b5383b27a517a4d47fd826fc357264fd102bc4cd3f28e0f9ccb SHA1: b2c7f81613350b51142f2380021a24316b0c1a53 MD5sum: 9dbc3e468743adea9738841daa788fc9 Description: Calibrate a Robot Package: ros-jazzy-robot-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20250321.141104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33016 Depends: ros-jazzy-robot-calibration (= 0.10.0-1noble.20250321.141104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration/ros-jazzy-robot-calibration-dbgsym_0.10.0-1noble.20250321.141104_amd64.deb Size: 29765320 SHA256: 5ce865c7a39a7d88fb0b951365dadfca8812449b08c1ec20505a8b706591f445 SHA1: c6ba98c1c06ee534d402e1d41a8c31cfa3b431c4 MD5sum: 2587eab36867e8f3334841537af7bd5d Description: debug symbols for ros-jazzy-robot-calibration Build-Ids: 0beec1546569857420e063bee789aaf0d1eed0a3 2641fc047f198306b54dc83a98d1b8b6623e9af5 417c58e494ab86d5b2b8901070a0239701ba699e 5ec7061e766f9db414740fdfae5337ee75b7f533 81dd11c36bd22c50b2e73fc6ec08417be2224d16 9d47421d9ecf9804e522ff212ae7c42c9acc31d1 a992b375b64eddb278e2a604fbe314d0f2e75323 ae2a67f483853056d3c1d0c3190304bcb7fa980b Package: ros-jazzy-robot-calibration-msgs Version: 0.10.0-1noble.20250320.224312 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2406 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.20250320.224312_amd64.deb Size: 177988 SHA256: c69594bf4901f60c0c101fd60acf42cb6c20dcf55633212a4b72d8b9055e9b03 SHA1: 0aceb509b510df546483e662601c44a6ed965326 MD5sum: 3b189d75e944a007b63033b047dd4605 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.20250320.224312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1700 Depends: ros-jazzy-robot-calibration-msgs (= 0.10.0-1noble.20250320.224312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration-msgs/ros-jazzy-robot-calibration-msgs-dbgsym_0.10.0-1noble.20250320.224312_amd64.deb Size: 1312720 SHA256: ec3f9598187102f4bfdac1517ba626102054cc6a6030195611223d71b73b1304 SHA1: e3ab7e1477e3b5d232b587731bd9848b7c9d1236 MD5sum: 3ea33796b4c9591709151c094775b4d9 Description: debug symbols for ros-jazzy-robot-calibration-msgs Build-Ids: 15195a051ed9405c12eb4793abec5858e69fb1b5 1d5265e16482ec79c4be04b238e4d090ef6ca3b2 3fcdccb42f9d35980023bd02442a209516eccd42 73cfda17e7f16680f590ba8dfddb65df2f4217e5 aad90b3788cede0ee334b3df36be096c1f501c9b ba4a57f83b6f1ea7bf3a02ef5fa1b8925ca53ed6 bb39d91341f69bc8b13620882671d949d3b8ff33 c1b642f9d7c028f5e15dd6e1ff352f1537d497e7 cbc6e91004904aecd1fb75a6962cf8502b762fe3 cef282b1494be94bc5008e96aa22083fc696b72a efba900aed220d7f810e05233535936ffc4e6651 Package: ros-jazzy-robot-localization Version: 3.8.2-1noble.20250325.173925 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7171 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.2-1noble.20250325.173925_amd64.deb Size: 871010 SHA256: de02e29cc771b02d2dbeadcad350ebb0ac9ce15c9c82789d1e04d5e232900725 SHA1: b77bcc7b8e0efddb9f557cb0b1e2df7851b2bd5d MD5sum: c98e256c5e4b0c1e87261ffad4fd6634 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.2-1noble.20250325.173925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24430 Depends: ros-jazzy-robot-localization (= 3.8.2-1noble.20250325.173925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-localization/ros-jazzy-robot-localization-dbgsym_3.8.2-1noble.20250325.173925_amd64.deb Size: 21411266 SHA256: 0d5a3e3ef8bd43683f2b88ec3803cab67775c92f82d6ad1f673266e5b7daeb1d SHA1: 4b798ee669043f8b29625d9c4ce3749764337b1a MD5sum: 99387e8d9f359b46c8d56ca780addbf8 Description: debug symbols for ros-jazzy-robot-localization Build-Ids: 049e8f8e9c1fea75dad012e51dc546732c3b59e2 181f75c70b8c6bcdaf15704798eb1e0e3e758c6e 37547e39e31365596b93045d41d6a8666330f7e3 3e4219b8a78cdd696442bbc3b6b03d9cb608d26b 59edc33a914aca8016ec705c7bc5337ae9283007 78d953e99934d68f36d36dff112ec80f3108e834 8eb111d74ad5265c0dd5509f29c4031ce711e344 927581eada90775190e6dd9a2a86db894922bb4f 939b4a5eb3dbbccd7119ad7ea490e586fad74cc1 9aaf85bb40d159c5b2933717817f14fc233e4b12 a1ff53e043adf981fbeb3d1817fe5764cb64494c b396b108d372edc549fe60e0ab505e2c2b6d0f3b b65bb749e4cf1aef25fb080e3dc9b0770f6e6195 d03f17693593ce1a9ec6eb7faaa658b58ba3ea69 d766d1c22c7dcbf5b6716975369a927337afe7ea fd0a96ead82549e51893b9a756e237d31622aea5 Package: ros-jazzy-robot-state-publisher Version: 3.3.3-3noble.20250321.140427 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.3-3noble.20250321.140427_amd64.deb Size: 178480 SHA256: 6e9457b08ba2d29ae9c893bb9fe4472f8e55e3546e0df5404105382a29df2f45 SHA1: 81434d8ffa15428d73a42e58a80ca43146422c62 MD5sum: 7aa1c3bd9a5c3a34c25b349193ac7cdd Description: This package take the joint angles of a robot as input, and publishes the 3D poses of the robot links to tf2, using a kinematic tree model of the robot. Package: ros-jazzy-robot-state-publisher-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-state-publisher Version: 3.3.3-3noble.20250321.140427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4137 Depends: ros-jazzy-robot-state-publisher (= 3.3.3-3noble.20250321.140427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-state-publisher/ros-jazzy-robot-state-publisher-dbgsym_3.3.3-3noble.20250321.140427_amd64.deb Size: 3512642 SHA256: 576dc72460cc2ee8e22d766741f9ae833c63310a10c9c0469849c875cc41f78c SHA1: d6f39e84a7d920f6e0137b30fcc3d3129c0e00e0 MD5sum: aa34de77ecd2637b42829f6b73917eff Description: debug symbols for ros-jazzy-robot-state-publisher Build-Ids: c99ff96d4c29faab6ce57258e7218734e84c36a9 cf0c9dc75ffe374b9749c35a107e9fad42ca3eca Package: ros-jazzy-robot-upstart Version: 1.0.4-1noble.20250320.184055 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.20250320.184055_amd64.deb Size: 24010 SHA256: c1becc4e1a5f84a9c157961184dbea25bfd1957b7fe243e5e2f924c2bd02d7d0 SHA1: 0290d4454a5de524b65e4239923441e5b7bf0ee8 MD5sum: c8cdee9ebdb6ab7469064cbef20f27b8 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.20250321.150639 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.20250321.150639_amd64.deb Size: 36010 SHA256: d90e2c06e98f2b278764448bfe50e45855477767fc5d4aa0f793aa686c1ab651 SHA1: fcf81556eac3fe9d3aa038586d0a66d2b9599328 MD5sum: 2c4df90a7bca0a3f7ea34de1b76a088d 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.20250321.150639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 565 Depends: ros-jazzy-robotiq-controllers (= 0.0.1-3noble.20250321.150639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-controllers/ros-jazzy-robotiq-controllers-dbgsym_0.0.1-3noble.20250321.150639_amd64.deb Size: 530534 SHA256: 0a03ece78eba10b76c6801dfccf2f1d9ac441814412779a2897fa47347d4af41 SHA1: fe90a9e45a4f1f54b612ad5feea5753f6f523112 MD5sum: cdfed4910d828828d42974ee7733c039 Description: debug symbols for ros-jazzy-robotiq-controllers Build-Ids: a5c37510de9af3ed61f84b746bf91c880ffd4a0e Package: ros-jazzy-robotiq-description Version: 0.0.1-3noble.20250321.153323 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.20250321.153323_amd64.deb Size: 794484 SHA256: 50e86a48adeb1914feac7950d269746d4098f6d26c3dc8bcaaa9f64c40e915e2 SHA1: 42a4005cb1eb3598a90a57e31a8cb55af562688d MD5sum: 5db902163301d727707c4d9e895f88ce Description: URDF and xacro description package for the Robotiq gripper. Package: ros-jazzy-robotraconteur Version: 1.2.2-1noble.20250320.183437 Architecture: amd64 Maintainer: John Wason Installed-Size: 66182 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), libbluetooth-dev, libboost-all-dev, libdbus-1-dev, libssl-dev, libusb-1.0-0-dev, 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.2-1noble.20250320.183437_amd64.deb Size: 9273406 SHA256: 91e929628c43cecb2eb9c191f232b64c47da35f836fe79cd265a060bb688fff4 SHA1: 0e2bc9b5dc4c896d9177e91bf81814f5947e63f9 MD5sum: 550e87de1112e2205d22dd4daf0658f9 Description: The robotraconteur package Package: ros-jazzy-robotraconteur-dbgsym Package-Type: ddeb Source: ros-jazzy-robotraconteur Version: 1.2.2-1noble.20250320.183437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John Wason Installed-Size: 104228 Depends: ros-jazzy-robotraconteur (= 1.2.2-1noble.20250320.183437) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur/ros-jazzy-robotraconteur-dbgsym_1.2.2-1noble.20250320.183437_amd64.deb Size: 96315034 SHA256: 17ef27fdfe3b39b888f756af5f497b4e81c6428cdc1bb3a72820f983fc253568 SHA1: a6232fbb00c0a237d37f8b5ca36cf3d208955a60 MD5sum: fff0904e2dd07fba0aa4727b32186569 Description: debug symbols for ros-jazzy-robotraconteur Build-Ids: 688cece11d7849bdd543e73914dc9f4b399b5103 c62d11925e09ec1c822616add5bc5fd587151c0b Package: ros-jazzy-ros-babel-fish Version: 2.25.2-1noble.20250321.135756 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1873 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.25.2-1noble.20250321.135756_amd64.deb Size: 369442 SHA256: bb8fea0cb768b37f37531e78789146be97757cd7fd69169472cbf4210ae06252 SHA1: e2f97d70e18b6675b555037fdb56eab83c5e24e5 MD5sum: dbe713d9e6fe54809dfa8c4ffdf2c1fa 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.25.2-1noble.20250321.135756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7808 Depends: ros-jazzy-ros-babel-fish (= 2.25.2-1noble.20250321.135756) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish/ros-jazzy-ros-babel-fish-dbgsym_2.25.2-1noble.20250321.135756_amd64.deb Size: 6967772 SHA256: 6eac88e822e7838033c6baa9813c1e71bce24bbd435d1d452a708e6ddb90e565 SHA1: d9e31100a4b7b0454029250bf60e594296f565d2 MD5sum: c72eb19aedc722e048ce62d7ad690f3b Description: debug symbols for ros-jazzy-ros-babel-fish Build-Ids: 0e3d2c45f18ffd78be192a76e12dee957818190b 31742ff9c8ed67db3dfc7ebb92c03d0b7274a81b 33fb47ffa648d96562992a07c1f287cc1a847a33 8eb74a136fed14b7b365e2db19d230e3515ba8f0 99a8e97bf9595c0b19fe9a7a441ce2733a77db00 c6b636eb4d6f60b0a1ffeac583d7129f5afcbb26 f42f7828f84c974410b34696272e5544f1a34721 Package: ros-jazzy-ros-babel-fish-test-msgs Version: 2.25.2-1noble.20250320.223649 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2455 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.25.2-1noble.20250320.223649_amd64.deb Size: 197602 SHA256: 4c78810a49ba7b6a8c5ae95ed856aef51eeb7be7869e23b859164a274ff9f169 SHA1: 07ee4adca8969afcd4c634c9ac2594b3adc1963b MD5sum: 6197fcf8ee54b40a5cc53f642c2a03f8 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.25.2-1noble.20250320.223649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1646 Depends: ros-jazzy-ros-babel-fish-test-msgs (= 2.25.2-1noble.20250320.223649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish-test-msgs/ros-jazzy-ros-babel-fish-test-msgs-dbgsym_2.25.2-1noble.20250320.223649_amd64.deb Size: 1278268 SHA256: b14979d6e93d26adb168d9b0e8977a04a1e340fe18ef01956818a5d52e478e7a SHA1: 5656ef70d6d427885f69db7421966f38b0dc8d49 MD5sum: bcd6fc08bb63d8fe5717d5d1779841d2 Description: debug symbols for ros-jazzy-ros-babel-fish-test-msgs Build-Ids: 1673bd0055085f334610611375e43e162676cb57 5d0c86ec002423d71096faafd06db4880a1cc9bf 71aeb1b1d8f0a8e05c566bf0d2df1be925ed4cdc 7ab24c1c35d9a5c867b7dc6132804cf8bfcabae3 a8644bda75ba79b326d748cd18f58a7600f277eb a9d8bc7cfeaf7467ee82b91c7cd370881f8f065a c7f8a10bd4bb68ab661f6882795144b07e0e2f04 dac6116948e334cbe9aaaf4290e15025fd3c38bc e1edec7d1a25045c23baf4011604454c75a8e70f f42b02207459da46835e1454a7483f2804ad6de0 fa160d7812ffb4c1ef2cd432b3c61fe28c38c1d0 Package: ros-jazzy-ros-base Version: 0.11.0-1noble.20250321.150218 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.20250321.150218_amd64.deb Size: 5662 SHA256: 9c6ea8faac3803cf62fbe5655c3514e72998957d6bbf85db8171b55d5d75bdd1 SHA1: ccb7545bc55b21da724455a74c99e1bc930ebd35 MD5sum: 6f03e56ae643ea7e29357cfdf4e25fed 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.20250321.135606 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.20250321.135606_amd64.deb Size: 6462 SHA256: 0100b0d8c26726f57272514b558a6511dfca1b3b0d4295c38307a81698cb4cc8 SHA1: 958b9008427dbff2e44292d0ff5df9beed0ac993 MD5sum: 27ba09b250502e68f32218133ddcae2e 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.20250320.183008 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.20250320.183008_amd64.deb Size: 5740 SHA256: b3088140c871bb425997f163d7cd912d0a5c82d5b9bd083c4a1192b374ea0b9d SHA1: db5eda08f1550d4c757effe8a945424f16a1ae87 MD5sum: 09d47bf6faa8a33a3384ececa77754f6 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-jazzy-ros-gz Version: 1.0.11-1noble.20250325.174811 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz/ros-jazzy-ros-gz_1.0.11-1noble.20250325.174811_amd64.deb Size: 6956 SHA256: e010d283153e1458c2579ed9100389e201b215d39fe633e0e0c5680809799a50 SHA1: 60531da089ab1ccfbff33b30ae20e2c0cc0826cd MD5sum: e841566bd5225c81aa5577a33a24b663 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-jazzy-ros-gz-bridge Version: 1.0.11-1noble.20250325.171328 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 17956 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-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-gz-interfaces, ros-jazzy-rosgraph-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-vision-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge_1.0.11-1noble.20250325.171328_amd64.deb Size: 1820184 SHA256: c39dbcd25f96a907b1d9a60a8c036543a04e005f644526110835cac67621fc75 SHA1: 7f973ca62bcda3381ed020aa114ff1a1dab7beaa MD5sum: 0696fd978d4f191d2ab70a715437249e 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.11-1noble.20250325.171328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 73488 Depends: ros-jazzy-ros-gz-bridge (= 1.0.11-1noble.20250325.171328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge-dbgsym_1.0.11-1noble.20250325.171328_amd64.deb Size: 56116670 SHA256: 8c68152f7133d73e8687b8fb91207782158c699cee85f147eb25de18556f53fa SHA1: 4e1783ba863ae08b8af5fd8840b4383dc97de495 MD5sum: 0d1eb831e33215aecc4f81f7b4892165 Description: debug symbols for ros-jazzy-ros-gz-bridge Build-Ids: 33d37877829ca4293cc9d26f4df1ff89f5f4d8c8 72856537c8cd0ac53a70c9f4d8acd0cd7b9ee05b b6657b0bbe99f386b003ac0a78fdf194a7bb6224 ef989f280debd895c24aecb78b90f9b929a18074 f2a6610fd6c15a965e061a74f177f5cceef1401d Package: ros-jazzy-ros-gz-image Version: 1.0.11-1noble.20250325.173725 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image_1.0.11-1noble.20250325.173725_amd64.deb Size: 26808 SHA256: e4ee33c8a9130ebf4b1d4cabbcfdb93f43adeed12aea7d0939766244d20b24ea SHA1: c0b15f66fd52e003aa07bdd6dda3c0ad900e3b1d MD5sum: 2d3c8e651e9f0f3dc13a6bddbcfafc6b 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.11-1noble.20250325.173725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 510 Depends: ros-jazzy-ros-gz-image (= 1.0.11-1noble.20250325.173725) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image-dbgsym_1.0.11-1noble.20250325.173725_amd64.deb Size: 484818 SHA256: eed2aa49493d05f42261f7f70df8263ab67a9d8fc16e78d95403f4097267d978 SHA1: 12f66799dd825accca9013f172cd817206e752c6 MD5sum: eddab0ff8c576189cf5032cd697fac1b Description: debug symbols for ros-jazzy-ros-gz-image Build-Ids: 78e1baf07b4e46481c8e908691774f72ba1f4c2d Package: ros-jazzy-ros-gz-interfaces Version: 1.0.11-1noble.20250325.164156 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5116 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces_1.0.11-1noble.20250325.164156_amd64.deb Size: 363640 SHA256: 0501bd2c8642f64275d624fb58dfde208442da6c38879040a28cfb3f3d37fcdc SHA1: 1ddb1cef29b4977fc8ae41ba486b738cdf9cd61f MD5sum: c620b87705587faf5ef834e3c634f4a5 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.11-1noble.20250325.164156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4133 Depends: ros-jazzy-ros-gz-interfaces (= 1.0.11-1noble.20250325.164156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces-dbgsym_1.0.11-1noble.20250325.164156_amd64.deb Size: 3416790 SHA256: d9cef636690e9b3f46ed822a92dc1dac68c71ec7e5551d08d33e247bc0a48bd8 SHA1: 086d11b9a1de7342f1032ccddaa48915d3e1cf48 MD5sum: 03e4d0cd1c25289e5f30bd770a662c76 Description: debug symbols for ros-jazzy-ros-gz-interfaces Build-Ids: 05985e6dcfad50a30d5b3ccb8cc59f3860d342dc 2d67a4123e1f41feb6ab2a7aa4afe123a34312de 40d6695134fcefa576314c01e92bcff88a0ad65f 43c528e4487eb7641ee9dd893684f8268992b9bc 48d5ab3df73373f4598fc5289d4d776e330d891f 8000751d9a26ebae87ad71923cdfe45e655606ca 85e5530f72a242d6feb77b62d335179041e93777 8c4651bf81458b69b70379ca80939273095c732f aced056d4b3ddf69362f5a687c98ea49acc03eee ad9475d66215fc9b9f227fa45f4fd0ae0a15c708 c3e9a340be069b22fd250e629552c67ed10c32c3 Package: ros-jazzy-ros-gz-sim Version: 1.0.11-1noble.20250325.164157 Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 804 Depends: libc6 (>= 2.34), 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, libgflags-dev, ros-jazzy-ament-index-python, ros-jazzy-gz-math-vendor, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim_1.0.11-1noble.20250325.164157_amd64.deb Size: 178958 SHA256: 605a9f416a933681255aa2ec77b527d560dedac6cc6b634359b6cf8d2e5b5965 SHA1: b2faba933b506d7f79509d75233c5ddb4e7a96c2 MD5sum: 7b40f5ca82fabbc346a50375ee2bc7ca 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.11-1noble.20250325.164157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 3683 Depends: ros-jazzy-ros-gz-sim (= 1.0.11-1noble.20250325.164157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim-dbgsym_1.0.11-1noble.20250325.164157_amd64.deb Size: 3297736 SHA256: ceab5bf8d2b6cd4df98e06f3a1901f1825b3695228ab5ad73c71d550fa55c180 SHA1: 12b651aa6188e28053ee946ed3098b58d0f61140 MD5sum: bc6526e23ea3f036d9a603d18d0a86a0 Description: debug symbols for ros-jazzy-ros-gz-sim Build-Ids: 0ed537ad7d17eaa5c421fd1e96e8dd072747d99d 1e5720c264ce6b268a650e2a906ba33e19bd5e65 5bb07e7aa69e3bd55874f2335b6c640926dcb0fd 5edafa7c1007e2a4a6a7faa6565906f451765044 60b7cdd1b74a0c386d37ce3551462a8b0dbd066e Package: ros-jazzy-ros-gz-sim-demos Version: 1.0.11-1noble.20250325.174243 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 198 Depends: ros-jazzy-gz-sim-vendor, ros-jazzy-image-transport-plugins, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-rqt-image-view, ros-jazzy-rqt-plot, ros-jazzy-rqt-topic, ros-jazzy-rviz2, ros-jazzy-sdformat-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim-demos/ros-jazzy-ros-gz-sim-demos_1.0.11-1noble.20250325.174243_amd64.deb Size: 21732 SHA256: 647186ed06f01d24a77a9458d507029e0b8b803ef298ca941748a1a7d2ce41e8 SHA1: 1eaa6edf767036c43b704fb68991228d53fbb131 MD5sum: ef720d4157bd120670bbcf124dfc9fd7 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-jazzy-ros-image-to-qimage Version: 0.4.1-4noble.20250321.145720 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.20250321.145720_amd64.deb Size: 54628 SHA256: 4d682bf34370e8e834df5a9f456b404da17f22dca602363e1bab921cc01b5ff8 SHA1: bacb407948d5df57af42f55526e90e48a44beac5 MD5sum: 15e9f62be7138522a5d2b8c69ad1fb7c Description: A package that converts a ros image msg to a qimage object Package: ros-jazzy-ros-industrial-cmake-boilerplate Version: 0.5.4-3noble.20250320.183445 Architecture: amd64 Maintainer: Levi Armstrong Installed-Size: 124 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-industrial-cmake-boilerplate/ros-jazzy-ros-industrial-cmake-boilerplate_0.5.4-3noble.20250320.183445_amd64.deb Size: 22770 SHA256: 3bcab6c03932a9cd307e17f6d6f74f2072ae529ced3e5d93c5f3afb7fdd34065 SHA1: 1e327dc8bb32bbc62cad8fdf0ba5ac189c06204e MD5sum: b7d350ddfdea1b1ebb9a6065629879bb Description: Contains boilerplate cmake script, macros and utils Package: ros-jazzy-ros-testing Version: 0.6.0-3noble.20250321.132043 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.0-3noble.20250321.132043_amd64.deb Size: 7064 SHA256: 2cc92fcfbe9631f6d56e6c6be671bb1a5f947f3fb8f49209236c53eefb462a0e SHA1: 795fdb0581cad80f76065e476382d962e541904c MD5sum: f3fd9a57ddee9baab96ef23d97430ac5 Description: The entry point package to launch testing in ROS. Package: ros-jazzy-ros-workspace Version: 1.0.3-7noble.20250320.182632 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.20250320.182632_amd64.deb Size: 14996 SHA256: 4c9d6b91a1e09f5035783b8a93d64d219972962635fbb0eefb3d433f40114edd SHA1: 21f0c7c0a318c2d5eaf9d571f015364f90d7d0bf MD5sum: 9475d28f9c5b26bbdd1bcfa16356f45a Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-jazzy-ros2-control Version: 4.27.0-1noble.20250321.150231 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 42 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.27.0-1noble.20250321.150231_amd64.deb Size: 6680 SHA256: d07e3d07e9b77a82de9b1355d51c2fdc41831d31b34986e9a3fb58b45c14bde7 SHA1: c8f43ef3cdf1d3fd4e4ce52c65693c7a00543ad5 MD5sum: 158628a37dee9cfff94931b620c08196 Description: Metapackage for ROS2 control related packages Package: ros-jazzy-ros2-control-cmake Version: 0.1.1-1noble.20250326.195621 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 46 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-control-cmake/ros-jazzy-ros2-control-cmake_0.1.1-1noble.20250326.195621_amd64.deb Size: 6988 SHA256: 7fcc7084f606510aef0aec3470502f26f273c9da843c1d9cfe882270229b9eb2 SHA1: 88382c75b42d896eb16f048d5f47d754f92324f9 MD5sum: 93731e5aba4b60e665fd91f2d3c0ff43 Description: Provides CMake macros used by the ros2_control framework Package: ros-jazzy-ros2-control-test-assets Version: 4.27.0-1noble.20250320.190235 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 159 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-control-test-assets/ros-jazzy-ros2-control-test-assets_4.27.0-1noble.20250320.190235_amd64.deb Size: 17002 SHA256: 9f91e06578e15e4f32943cafb55fb532fec284b38f427768954e8d04aa17b541 SHA1: 0d6d2a4582e94df97cd0cbdc7ba3e960707b8fd0 MD5sum: c19e507804c07c58973d62e29b9c0b21 Description: The package provides shared test resources for ros2_control stack Package: ros-jazzy-ros2-controllers Version: 4.22.0-1noble.20250321.150709 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-jazzy-ackermann-steering-controller, ros-jazzy-admittance-controller, ros-jazzy-bicycle-steering-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-gripper-controllers, ros-jazzy-imu-sensor-broadcaster, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-mecanum-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-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.22.0-1noble.20250321.150709_amd64.deb Size: 7206 SHA256: 6e368756fca363437a543da2d147a8a63fb6d201a20a435541f7b75b2da5415a SHA1: 921fa905f90a9f3badd2ae11ab12139404c8af46 MD5sum: ba51b41bb7c75476da2c797ea9759a70 Description: Metapackage for ros2_controllers related packages Package: ros-jazzy-ros2-controllers-test-nodes Version: 4.22.0-1noble.20250321.131415 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.22.0-1noble.20250321.131415_amd64.deb Size: 12716 SHA256: a41799df37979c7d062900c8d6dad62a190fc94c1c79eba97b36241581cd1a83 SHA1: 9e72620f9185040796c9128f8f7ffacbede6af19 MD5sum: 8352786fc356745c03ee27a0a9e9b1b1 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20250321.132851 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1111 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.20250321.132851_amd64.deb Size: 200132 SHA256: 5d40ca9b1fec7c1ab554e4cf5c30bad985444bc28553d63ebda446ce7587c5e8 SHA1: effb63292a619f274b264336f60a0f0d1d414428 MD5sum: a95e6d82ecc01241543ff13ec53b414f Description: Simple wrapper around SocketCAN Package: ros-jazzy-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20250321.132851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 4898 Depends: ros-jazzy-ros2-socketcan (= 1.3.0-1noble.20250321.132851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan/ros-jazzy-ros2-socketcan-dbgsym_1.3.0-1noble.20250321.132851_amd64.deb Size: 4110340 SHA256: 1590b64482f78119b18560825b05d0ea165aae8c1e1f2f852a5fc78f2a5babc1 SHA1: 5f18ec3d2c987e157d6722afed3fd4e844f9f6b1 MD5sum: 723afe64bec0997ad28c2a9db4383ec9 Description: debug symbols for ros-jazzy-ros2-socketcan Build-Ids: 371a379e7343e6dd86ca61609c81b1ab136e1d47 62e8195d73d95649c1f1f695089dbabc9fc5242e bd8deb84c358ce2b073cedfcbd4245a3671dae1e cd06c5233653538fc21eb71b537ca9370a053d0d f2b3cc5149470bfb4adc9594e63a45e922010473 Package: ros-jazzy-ros2-socketcan-msgs Version: 1.3.0-1noble.20250320.221959 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 469 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.20250320.221959_amd64.deb Size: 48464 SHA256: d872460e0c4e73b512888ca40e7f48d2275a303d764ab5b1ae794facf45a20c8 SHA1: 18d331c332dcaee5479a66320bb21e5904bf1ade MD5sum: a4654a8144cac8092a73b703872e230d 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.20250320.221959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 316 Depends: ros-jazzy-ros2-socketcan-msgs (= 1.3.0-1noble.20250320.221959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan-msgs/ros-jazzy-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20250320.221959_amd64.deb Size: 220264 SHA256: ed8a28c9486371fc624ad038c36e2297c53b70e85dd1d98a3f628e1edb607019 SHA1: 0b561d1fb16ce6ae87c3fa11274b935cd04f8745 MD5sum: c9cacf6c6ee2928f6cbb74d4990b83ec Description: debug symbols for ros-jazzy-ros2-socketcan-msgs Build-Ids: 141444521a181e786e9693f685e1330e19116824 33cf15a7cea9080565520d916261030df839db9f 60eae727fafd6b39af7632c00f97379c5ad3a30a 69fc41ceb544bed84ab0e4ed8e6286453ad5a053 6b584f35e8d8f452c0164227dedef7c4643d08fa a414f90442ef8e4e1648ea3cb406ec22cb2ab330 b4415ba267f568a590e0afee326945c523c89b07 cb5029117eff2e678eae23f557b83d380aa8256f d39cee50885d707d9f743009b9e17a0f4b3d2da9 d794e646cb0d609b3af9f4488285f81aa7a20c8d eb6d6df91673462b494f44b683594d63bff4f62e Package: ros-jazzy-ros2acceleration Version: 0.5.1-4noble.20250321.131518 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.20250321.131518_amd64.deb Size: 13432 SHA256: 88ddd8ad75a1e870d8e2fb0484a18eb2056bd91829f94c08ef3b0d85a5384614 SHA1: 76464504d2b69e71672167c7281a91c37e0b750a MD5sum: 8955a22dd0be1cc1d8e3167f4e3fc7a2 Description: The acceleration command for ROS 2 command line tools. Package: ros-jazzy-ros2action Version: 0.32.2-1noble.20250321.131522 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 89 Depends: ros-jazzy-action-msgs, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2action/ros-jazzy-ros2action_0.32.2-1noble.20250321.131522_amd64.deb Size: 17698 SHA256: 1ae1ba509a92bf4dea9c5c67a7f9163ecf50cebf6d253793c7c97311fde46aa4 SHA1: 485786112957bbca1ca6a9b2522cfcc39f28f565 MD5sum: d59c3b317a9378961192e381f296cec0 Description: The action command for ROS 2 command line tools. Package: ros-jazzy-ros2bag Version: 0.26.6-1noble.20250321.141657 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 180 Depends: python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosbag2-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2bag/ros-jazzy-ros2bag_0.26.6-1noble.20250321.141657_amd64.deb Size: 41530 SHA256: 8c756a38949cc00624b76ef9b15a32eaf9f181aa0f802573e4f9d535dd97213d SHA1: c6c8e9ce0b51e19bf195cabef9f5fcfe7f7401f8 MD5sum: 5f89eb6ff21f9b4bfb2e64c6d98875f2 Description: Entry point for rosbag in ROS 2 Package: ros-jazzy-ros2cli Version: 0.32.2-1noble.20250321.131423 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 233 Depends: python3-argcomplete, python3-importlib-metadata, python3-packaging, python3-pkg-resources, python3-psutil, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli/ros-jazzy-ros2cli_0.32.2-1noble.20250321.131423_amd64.deb Size: 52190 SHA256: cfca6fa97dc5f7300bb506f5ac26784185262630e3ae11374477c3678b82f2a4 SHA1: 932bee3a36eddbc810b7732d86de66af8ec31059 MD5sum: a69ce26d41d957d5ac53bafb9329684d Description: Framework for ROS 2 command line tools. Package: ros-jazzy-ros2cli-common-extensions Version: 0.3.0-3noble.20250321.135159 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-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.0-3noble.20250321.135159_amd64.deb Size: 5648 SHA256: d1fdb20acea2269ca4e7fc8bc8fab4295b3e8ccd0910ab6f2987ef21b95a9013 SHA1: 6b84440dcfa767d0e6c26fc1b2a810967acfc893 MD5sum: 36779e096463a4a1ed786e1643543b42 Description: Meta package for ros2cli common extensions Package: ros-jazzy-ros2cli-test-interfaces Version: 0.32.2-1noble.20250320.195439 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 2471 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-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces_0.32.2-1noble.20250320.195439_amd64.deb Size: 163452 SHA256: a1099c0abc00d7dfad1971ca55f6ba89afb60d16e2f25e51b8f4038fdf45b2f1 SHA1: 7e695d27764a659a8e6afed1a45998be44afd7e3 MD5sum: 312a148229474a0e20256cd5e83390cf 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.2-1noble.20250320.195439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 1503 Depends: ros-jazzy-ros2cli-test-interfaces (= 0.32.2-1noble.20250320.195439) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces-dbgsym_0.32.2-1noble.20250320.195439_amd64.deb Size: 1094116 SHA256: 225489a48316f6a36a4d21983d760460784cf21aa00407eb3583663d3c5c9ea3 SHA1: 69765b39184744a2db46b8325fec4797c45c6bfd MD5sum: eab622e1beeddd32a791d63784e3ff95 Description: debug symbols for ros-jazzy-ros2cli-test-interfaces Build-Ids: 1eb0f1c3f5c04aaaa5584fb18b970d312358b965 23d48cbca70ccc02d15b84db4c421adc70831322 4f5545daa6ef32f29140eb4f74642bbdd6a77c82 735135ff02016f2342c4b7d934a6cf7a04718f81 87f10b2040c0508991ba9fcc96e5242050f4efcf df0027c511331228cee06cc0b6a7d749b62f44f9 e02fb8bb8962133b98f92b5ec4b1a6cda4205131 e15b9a0100c1cb581e181e10b21ba851c0958530 ea4660d60c87462797e7a4c366b3a85e2b719da2 ed2cb1cf2e09b2f46c6bfb48c0323d06fea5dcdf f806a49c699b75e2c5a7dbbaa3445abdb1f98d7e Package: ros-jazzy-ros2component Version: 0.32.2-1noble.20250321.132645 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 111 Depends: ros-jazzy-ament-index-python, ros-jazzy-composition-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2component/ros-jazzy-ros2component_0.32.2-1noble.20250321.132645_amd64.deb Size: 22698 SHA256: 902c0381c2a4a97d3eb4db7cf7725c2c4a1f3d20df37a3edfdf0dd2724c6eba6 SHA1: d35e38c1b1472fa7e858a1586a76909e351e4922 MD5sum: 41d640ab4bca61f61d1b714454090291 Description: The component command for ROS 2 command line tools. Package: ros-jazzy-ros2controlcli Version: 4.27.0-1noble.20250321.144843 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 148 Depends: python3-pygraphviz, ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2controlcli/ros-jazzy-ros2controlcli_4.27.0-1noble.20250321.144843_amd64.deb Size: 28926 SHA256: 8b2913c6f0851c73bfdba7e762bbfe7c0febb57dc6adc497d932d58d64a916ca SHA1: 429fd6d1134206c32aacd5c2eccaff0f52f9cb41 MD5sum: ae2302b0918d279cf1cc352f0e203321 Description: The ROS 2 command line tools for ROS2 Control. Package: ros-jazzy-ros2doctor Version: 0.32.2-1noble.20250321.131527 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 165 Depends: python3-catkin-pkg-modules, python3-importlib-metadata, python3-psutil, python3-rosdistro-modules, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros-environment, ros-jazzy-ros2cli, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2doctor/ros-jazzy-ros2doctor_0.32.2-1noble.20250321.131527_amd64.deb Size: 40904 SHA256: 72280955ec0ba5bb15e0531e310481713b76dfc47374aa5dcff6c8f30f3fb005 SHA1: d7bfe4d194c4f794c1eee4a78e73c93645118054 MD5sum: 2ecc823a7bd13214e8b9debe0fab20e9 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-jazzy-ros2interface Version: 0.32.2-1noble.20250321.131715 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-jazzy-ament-index-python, ros-jazzy-ros2cli, ros-jazzy-rosidl-adapter, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2interface/ros-jazzy-ros2interface_0.32.2-1noble.20250321.131715_amd64.deb Size: 18272 SHA256: a39b823dd0bc6774d44e05815953b27b24b3732015fde4456b17fc15047b0872 SHA1: 6d272ab015478fa45694d426131b510ca7c9005c MD5sum: 42c8cb4c9bbcbf4c27b6fe4ff4cf9e4f Description: The interface command for ROS 2 command line tools Package: ros-jazzy-ros2launch Version: 0.26.6-1noble.20250321.131831 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.6-1noble.20250321.131831_amd64.deb Size: 18024 SHA256: cc9c40f69b22917c624bd4e62c9b598a0b47e777767a431deb71810d1d87bbc5 SHA1: 39096f4059aa8f9268f4f5bbcafa26ee561f1bdf MD5sum: 05458fbc45c417b82b190301a0597adf Description: The launch command for ROS 2 command line tools. Package: ros-jazzy-ros2launch-security Version: 1.0.0-5noble.20250321.135238 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 60 Depends: ros-jazzy-ament-index-python, ros-jazzy-nodl-python, ros-jazzy-ros2launch, ros-jazzy-sros2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security/ros-jazzy-ros2launch-security_1.0.0-5noble.20250321.135238_amd64.deb Size: 9960 SHA256: e3388c95087272bd5d08bff3deba3fc3c04b7aaa97b50baa1ac030b6b1fe7736 SHA1: 239ae559039ac60a1d34405093298e1b559fbdd9 MD5sum: 38441daa6843d0aaae85b9a7d878db84 Description: Security extensions for ros2 launch Package: ros-jazzy-ros2launch-security-examples Version: 1.0.0-5noble.20250321.135501 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 755 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-nodl, ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2launch-security, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples_1.0.0-5noble.20250321.135501_amd64.deb Size: 156470 SHA256: c15a1f86f530d8d60a890d250e1bb5b1b080e66818bc39ca7b49f71dbe517d93 SHA1: f0d84c0c6d142e78178553eff08d95a5add7fcec MD5sum: 5e4cdefc3491ee6ba1ad1f63a754ffd7 Description: Examples of how to use the ros2launch_security extension. Package: ros-jazzy-ros2launch-security-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2launch-security-examples Version: 1.0.0-5noble.20250321.135501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ted Kern Installed-Size: 3909 Depends: ros-jazzy-ros2launch-security-examples (= 1.0.0-5noble.20250321.135501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples-dbgsym_1.0.0-5noble.20250321.135501_amd64.deb Size: 3360380 SHA256: de557f5f7355716507252e6a2859603f80ac3beddab3e949a57f63df95142f0d SHA1: b8d4c4f08c0f7c02dda287d21125e8268bbf2517 MD5sum: f682f4c20e87fbe028f1123d3a2d2ec9 Description: debug symbols for ros-jazzy-ros2launch-security-examples Build-Ids: 5682ad4d8dfffbaf52ab2a5f1fc02b3252b7d0eb bb0babb9f4ae3548ee16f87a7fc887a621ed62f3 bb5b7932d9687231751e0cb9481c2a704f344cf5 fffd726f37d7afe2eb8570dec7fe98a54d05a945 Package: ros-jazzy-ros2lifecycle Version: 0.32.2-1noble.20250321.131609 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle/ros-jazzy-ros2lifecycle_0.32.2-1noble.20250321.131609_amd64.deb Size: 15956 SHA256: 8c14a212210c6e2eee515ddb34042b21003afef916263c910582275b246696ab SHA1: 58754f9f6f2e0139f095e0bc219d0aee8044e195 MD5sum: 9e23d81ce7044d9fe26b455ff048e2b2 Description: The lifecycle command for ROS 2 command line tools. Package: ros-jazzy-ros2lifecycle-test-fixtures Version: 0.32.2-1noble.20250321.134325 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures_0.32.2-1noble.20250321.134325_amd64.deb Size: 14158 SHA256: 7004e0712e9a070511162cadee8d9a5c1d2dfd056fec8445396bb730bac5cfc2 SHA1: 7b0b8570c3cce1c53f35be7d1748a16ac56f43c3 MD5sum: 97bff9ca80eb88e7f0d3e94500d7da8f 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.2-1noble.20250321.134325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 255 Depends: ros-jazzy-ros2lifecycle-test-fixtures (= 0.32.2-1noble.20250321.134325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures-dbgsym_0.32.2-1noble.20250321.134325_amd64.deb Size: 239214 SHA256: ab28f2ea25c2e3a652e5d56210a4b46a890c46fd07fd665a2eed778e4d7c88b6 SHA1: 7b113602b8236b00d5ee0c6ce465ca872b07e666 MD5sum: 1e809301546f6a0ba95133a553c00db2 Description: debug symbols for ros-jazzy-ros2lifecycle-test-fixtures Build-Ids: 5797d81b8600ee59bf3503aa84fe6a67a273a623 Package: ros-jazzy-ros2multicast Version: 0.32.2-1noble.20250321.131717 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 62 Depends: ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2multicast/ros-jazzy-ros2multicast_0.32.2-1noble.20250321.131717_amd64.deb Size: 10576 SHA256: 499fe7616f680da7aa9152b8eaac999f2ab67dccd9e3fe1fbbc198aef6c2e4ce SHA1: d9bfb95f93e052bf9cc8bde878fbfdc5fcd27466 MD5sum: 7ad61a32afb5ba4380f1314b912ab5c8 Description: The multicast command for ROS 2 command line tools. Package: ros-jazzy-ros2node Version: 0.32.2-1noble.20250321.131529 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 75 Depends: ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2node/ros-jazzy-ros2node_0.32.2-1noble.20250321.131529_amd64.deb Size: 15166 SHA256: 868b9539ba7c687201de40e345060cca9faf2e901711d2047cc4a587d6d440db SHA1: 528cd92af217efc230af77113e6705e8248a0699 MD5sum: 54132525143a64b98357317bd45143be Description: The node command for ROS 2 command line tools. Package: ros-jazzy-ros2nodl Version: 0.3.1-5noble.20250321.132120 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 52 Depends: python3-argcomplete, ros-jazzy-ament-index-python, ros-jazzy-nodl-python, ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros2run, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2nodl/ros-jazzy-ros2nodl_0.3.1-5noble.20250321.132120_amd64.deb Size: 8334 SHA256: bc50ee9bc5d6bbee15d89498fbb62a6a01cf5cad68dbfb8babc7157dfaf1adfc SHA1: c940792dbb1ecd2965379bab0e5cee82038eb5d0 MD5sum: 0a016134972cfcb599fd7c779fc33089 Description: CLI tools for NoDL files. Package: ros-jazzy-ros2param Version: 0.32.2-1noble.20250321.131617 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2param/ros-jazzy-ros2param_0.32.2-1noble.20250321.131617_amd64.deb Size: 22386 SHA256: b199ade67b13465c7a317df2ddff95f1c45ea1922bd973dcbac88d131ff025af SHA1: 6315f9690d0b08643adb2acb0cb41e45fa9669f3 MD5sum: 68e9fff7be6c8dd9578e801d2251ae1d Description: The param command for ROS 2 command line tools. Package: ros-jazzy-ros2pkg Version: 0.32.2-1noble.20250321.131725 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 149 Depends: python3-catkin-pkg-modules, python3-empy, python3-minimal, python3-pkg-resources, ros-jazzy-ament-copyright, ros-jazzy-ament-index-python, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2pkg/ros-jazzy-ros2pkg_0.32.2-1noble.20250321.131725_amd64.deb Size: 28336 SHA256: e3234b7d7ea86e6702cbe2af8fc94f2c29745a97d94d8077779fb029c4dcbee4 SHA1: 13d86be228f1bda9a8b0a8868cde2aa86e79f8d4 MD5sum: 7e0a3a81c6b88c53154b976b6bc0cd70 Description: The pkg command for ROS 2 command line tools. Package: ros-jazzy-ros2run Version: 0.32.2-1noble.20250321.131837 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 52 Depends: ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2run/ros-jazzy-ros2run_0.32.2-1noble.20250321.131837_amd64.deb Size: 9676 SHA256: ac2d3d3bb6ea8913902eb94a18c3db48413dfd5da4d2457636ec117ab73f7caa SHA1: 7a0e68d6dbf47b01496f7431a569b81bfef4b3cc MD5sum: f3256cec82d7752bbcdeb35acdbbc4f8 Description: The run command for ROS 2 command line tools. Package: ros-jazzy-ros2service Version: 0.32.2-1noble.20250321.131529 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 107 Depends: 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-ros2service/ros-jazzy-ros2service_0.32.2-1noble.20250321.131529_amd64.deb Size: 22626 SHA256: 92419278bd8c3d484f09a87b376b0a8aa01ca4020112036da1a66a9a314148e3 SHA1: 31dd708560118968a166e8d4639df8f9f547a301 MD5sum: 37260ab696b63b5a2d917c10893cf8d7 Description: The service command for ROS 2 command line tools. Package: ros-jazzy-ros2test Version: 0.6.0-3noble.20250321.131710 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.0-3noble.20250321.131710_amd64.deb Size: 5578 SHA256: 8e29782e53bf5d6f5460191481314885dad2e7fefb1d315dd5094adbcc4d79b9 SHA1: a9e8e44da3b073f5fb1ecdbb527b49175eee6087 MD5sum: 7de9fe00f05a47f95eddc98bb9af2133 Description: The test command for ROS 2 launch tests. Package: ros-jazzy-ros2topic Version: 0.32.2-1noble.20250321.131542 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 196 Depends: python3-numpy, python3-yaml, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2topic/ros-jazzy-ros2topic_0.32.2-1noble.20250321.131542_amd64.deb Size: 46334 SHA256: 184ef9c8dfb3e7dc39deb819d3dcb4c09dd1be38755e73390854028420c8525e SHA1: c526748860d3ae8c742208bae58c1f2131c6327e MD5sum: 10813f0829ca018ad0e56057eed12862 Description: The topic command for ROS 2 command line tools. Package: ros-jazzy-ros2trace Version: 8.2.3-1noble.20250321.131742 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.3-1noble.20250321.131742_amd64.deb Size: 7612 SHA256: be3bad5fcb1f6bf4564fe44bce999eafd14b2ad78c00d3de1a9f5252dd8f1ab7 SHA1: 148d6df996dda6178dbe03af3894525138c2b36a MD5sum: 1a1f5aa86c266f80e48766529931b303 Description: The trace command for ROS 2 command line tools. Package: ros-jazzy-ros2trace-analysis Version: 3.0.0-6noble.20250321.131731 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.20250321.131731_amd64.deb Size: 5962 SHA256: 1c94433841885208d606bc2c9cb69a5f1b5c3b0ff98e71c56733d50d952be4e1 SHA1: 6b7e78af94dbafaeaf8af634e6ec7fc3d86862bb MD5sum: 5c09c27394f2987ee1fde923e88009db Description: The trace-analysis command for ROS 2 command line tools. Package: ros-jazzy-rosapi Version: 2.2.0-1noble.20250321.131700 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 112 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2node, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-rosapi-msgs, ros-jazzy-rosbridge-library, 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.2.0-1noble.20250321.131700_amd64.deb Size: 18272 SHA256: 814eee0653d6ccff4af92cd70b827807dbb242583a30b53668491b681e14723f SHA1: 7ec53bda8644037282213f8b174f8ecdb2b0aa4d MD5sum: 9c73488e5906560ea1ad628e5d0c11e9 Description: Provides service calls for getting ros meta-information, like list of topics, services, params, etc. Package: ros-jazzy-rosapi-msgs Version: 2.2.0-1noble.20250320.195748 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 10240 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: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs_2.2.0-1noble.20250320.195748_amd64.deb Size: 602218 SHA256: f65653149596dfc20035a167f4fbd5dd44f79e5db3006dd16e934ac1ad743f1c SHA1: bfa96a41a889ad78d3107643da1cbc9502b4e096 MD5sum: 12d26a7bd424ce510d09abc554c31df0 Description: Provides service calls for getting ros meta-information, like list of topics, services, params, etc. Package: ros-jazzy-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosapi-msgs Version: 2.2.0-1noble.20250320.195748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 8092 Depends: ros-jazzy-rosapi-msgs (= 2.2.0-1noble.20250320.195748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs-dbgsym_2.2.0-1noble.20250320.195748_amd64.deb Size: 6442624 SHA256: a5f2a1b9c85ff9cb638708f4069d562fdcebc7a74e1bd430b9e9347f30b97a32 SHA1: a0ea25846226b7f99db39eabf3be8fe4e6e8aa21 MD5sum: f24148e1b9310d781304ecaf5645b045 Description: debug symbols for ros-jazzy-rosapi-msgs Build-Ids: 31890e5b3e8a1de528a60b03cfe0110751ca280d 484fe1a76c23bae474f5ddbe76b3860077e1b4f1 5fd165e26db3958fa67f220381744beee27bf9f5 747301bb7a4bb6dd3219bbf77876b6a05c8d7bb5 8789f8be8978b88ffa5a96468048de8e09d257d8 98308aee3dfacce5e5b54fda5428f67a8b5dddbb b6fea5cdde02e7d55af43a2fae53914193482b8d bb34a76671e6da9ccbfca285d3e8252f0df69a79 cae805f3c5c2b43666d62c073a6a53842740f383 e0e98a208520c3cdc2ab8cca53e8e9f377aba617 f9965a7b412ebf46e2d6ace17e1836630d5ad4fd Package: ros-jazzy-rosbag2 Version: 0.26.6-1noble.20250321.150105 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.6-1noble.20250321.150105_amd64.deb Size: 8824 SHA256: 40e2c0e5da747109579d40c530e51a5e97f5c95f4f04de9e7d2eaab179c9e822 SHA1: 49abb8c52a495c2909f20536d6271256b54f1c1e MD5sum: 9bae82588a9d38107fd4f56ce882a9fa Description: Meta package for rosbag2 related packages Package: ros-jazzy-rosbag2-compression Version: 0.26.6-1noble.20250321.140101 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-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.6-1noble.20250321.140101_amd64.deb Size: 133706 SHA256: 13ba09eb84070f3a32da8e3cfcfe08f20068445a5962648b63b6f4ff0469f335 SHA1: f65b3317322c7f5b493a9af467599603f8d6bba9 MD5sum: 5acb333bf5a984e4e40af1aa6aa20f99 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.6-1noble.20250321.140101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1730 Depends: ros-jazzy-rosbag2-compression (= 0.26.6-1noble.20250321.140101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression/ros-jazzy-rosbag2-compression-dbgsym_0.26.6-1noble.20250321.140101_amd64.deb Size: 1624404 SHA256: 9d76d7806fe7c5b091c6884b6ad3ab55c1879fdfb7d47590f1d072a748315f4e SHA1: 44a832efda7fa8a0849083ea180738e8706e9af2 MD5sum: 743c458a3bdca7f21f83555ee9048ac4 Description: debug symbols for ros-jazzy-rosbag2-compression Build-Ids: 2c2bc031f79e170620d4219c0e665511925ac050 Package: ros-jazzy-rosbag2-compression-zstd Version: 0.26.6-1noble.20250321.145554 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.6-1noble.20250321.145554_amd64.deb Size: 32636 SHA256: f9250fcdeb3cdaa4ee00e885d9318b6e813c874e07f52934e352d2391747ca4a SHA1: 941c2cd2d1d754d96314c313fa42d468609e6e31 MD5sum: 1f7b10f0c76b1429b0429a78ccd30d00 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.6-1noble.20250321.145554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-jazzy-rosbag2-compression-zstd (= 0.26.6-1noble.20250321.145554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression-zstd/ros-jazzy-rosbag2-compression-zstd-dbgsym_0.26.6-1noble.20250321.145554_amd64.deb Size: 273750 SHA256: 96d92166aaa93f392d4186eec411691423bb6a69130d69e742fe8c8152e6b879 SHA1: ca7143199f29b9ca3654c4971303dd009e87a840 MD5sum: f4203e03af4c9dfeaaccdc34f35cd39a Description: debug symbols for ros-jazzy-rosbag2-compression-zstd Build-Ids: e7e1eb39becd96fb34339e1c105645bbf960e6d7 Package: ros-jazzy-rosbag2-cpp Version: 0.26.6-1noble.20250321.135044 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 832 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.6-1noble.20250321.135044_amd64.deb Size: 231590 SHA256: 5069506b6fb764391b0d5e9e4f7816b47f4eef220b3a03bc682219fd619a82e8 SHA1: e24ff8eb3bad849d473f6107e9a939ee914c40c7 MD5sum: 272d27bd1b2030c69ae9a4df0669b0c0 Description: C++ ROSBag2 client library Package: ros-jazzy-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-cpp Version: 0.26.6-1noble.20250321.135044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3866 Depends: ros-jazzy-rosbag2-cpp (= 0.26.6-1noble.20250321.135044) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-cpp/ros-jazzy-rosbag2-cpp-dbgsym_0.26.6-1noble.20250321.135044_amd64.deb Size: 3681952 SHA256: c455e236061b0f49b2f44cbaf962b08e765c59b36a626f17b569b0445eec575c SHA1: 6eb6703921767e336db4fb182fadecd78e3c1bd6 MD5sum: c0eacb0a0db372dd2e23539164b6b97c Description: debug symbols for ros-jazzy-rosbag2-cpp Build-Ids: 360d781ff35dfb39c2d801bb49f9b9d1f34dad7d Package: ros-jazzy-rosbag2-examples-cpp Version: 0.26.6-1noble.20250321.135502 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 508 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.6-1noble.20250321.135502_amd64.deb Size: 105140 SHA256: 97503bc1cd4951d4393c53e18126aa8b52597355c4d0badbceeb9340ac0cf7d2 SHA1: 7e04f37a51a065241c27bd97ef26b56177d94c72 MD5sum: 82b19771d2ad3a39095e929afa0d436c 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.6-1noble.20250321.135502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2835 Depends: ros-jazzy-rosbag2-examples-cpp (= 0.26.6-1noble.20250321.135502) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-cpp/ros-jazzy-rosbag2-examples-cpp-dbgsym_0.26.6-1noble.20250321.135502_amd64.deb Size: 2502520 SHA256: 2f086515d3284de84fc242ca4fe829853dafe954dd95b751cdd49da1a34ebf10 SHA1: 65eef441a480835c2883341331eed1b0445e91ad MD5sum: 743912d00a2a7096361c308e003c62c1 Description: debug symbols for ros-jazzy-rosbag2-examples-cpp Build-Ids: 16686c27da227d00cf1b84ccbf908380053b67a5 aab720a8ac0cc99bc7ad142f3d8ffaab67359d34 c387cfeda2104f7c6af20cd35a6fea2f054a2b7e Package: ros-jazzy-rosbag2-examples-py Version: 0.26.6-1noble.20250321.141738 Architecture: amd64 Maintainer: geoff Installed-Size: 49 Depends: ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-rosbag2-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.6-1noble.20250321.141738_amd64.deb Size: 7488 SHA256: f020bbf23bd07d619bc14006e5bf7ba28379e4294bd8a077239ce941b753fd63 SHA1: f9472a98fab4aa78532be96e57920ca001d141a7 MD5sum: 9e85b23cd337bf0055ee6854a32955c5 Description: Python bag writing tutorial Package: ros-jazzy-rosbag2-interfaces Version: 0.26.6-1noble.20250320.195442 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5392 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-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces_0.26.6-1noble.20250320.195442_amd64.deb Size: 308440 SHA256: 7b05fff6eb669d754cabc054157a5a5c499309ef44624674dcd5362bae08de6e SHA1: f2ab6a13e23e8cbf10977f15182ec54cda80ef0d MD5sum: de794e151529e43836d34af797afc240 Description: Interface definitions for controlling rosbag2 Package: ros-jazzy-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-interfaces Version: 0.26.6-1noble.20250320.195442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3585 Depends: ros-jazzy-rosbag2-interfaces (= 0.26.6-1noble.20250320.195442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces-dbgsym_0.26.6-1noble.20250320.195442_amd64.deb Size: 2717146 SHA256: 0eabf6b7ff631888e856074e6a642b1b6d6c30d8d4b2e8d161ae45ad1d37d873 SHA1: dcd7bf7a91ecfe6b3957b4bfd96edf51fce0d61a MD5sum: adada833fef0b9fceafe971f068e7ea4 Description: debug symbols for ros-jazzy-rosbag2-interfaces Build-Ids: 19a44be1faff6954186a4fd1bd5996113cdc4e43 3690db5660cc926a16c3935040df95d299dfa6ae 38164ac56f80076f21422595f0fb89ac9f2011d4 54bf17805aa589ed343a686748821595002d3acc 5ca560482bdb23b6a28d98e9321798f05fbffaf9 7abb5b92a30a92923f5da590168e35b415135d0a 8aa383ee37c36546def231f1a0a1e29b5fba4c90 9590f598b73bc5fc7dd1badeaee6a462d6c0ed9c b41169b89f0cfc38a9422ca8e24c70bb9b3e0744 e0a92dd064de0fe2d90844b3594ab68d642f23b8 ebf178baa824608b31f54df77fc750980d4d7358 Package: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.6-1noble.20250321.142434 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9 Depends: 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.6-1noble.20250321.142434_amd64.deb Size: 3172 SHA256: b61f87924c8a60b2684d4eab54bcf654414466cfd6176a84426640a79d59c067 SHA1: 47fa0288cde7b3d5a1360814eddf4c05500666c1 MD5sum: 9d4f95d82d7649e325bbdd23ed8e7a3d Description: Code to benchmark rosbag2 Package: ros-jazzy-rosbag2-performance-benchmarking-msgs Version: 0.26.6-1noble.20250320.195452 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 8 Depends: 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.6-1noble.20250320.195452_amd64.deb Size: 2086 SHA256: a0cb3e5648be54df8c51ec2e0da7ed1754b78a78c362ddb383dad03b4250f57f SHA1: 7503688c5b3073adebadacedc5e6c937927d9965 MD5sum: 088164f9d1397b805703da8a148c4abc Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-jazzy-rosbag2-py Version: 0.26.6-1noble.20250321.141100 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2475 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.6-1noble.20250321.141100_amd64.deb Size: 572234 SHA256: c25ee6f44dbf844f26411298a1b79489c1525bbcf799e53468c5951ab208ac33 SHA1: aefed5e66f4e3cd258d2c0c9093a19cbcfcc55b7 MD5sum: c0acb92304d339fc00f67428ca8beaa2 Description: Python API for rosbag2 Package: ros-jazzy-rosbag2-storage Version: 0.26.6-1noble.20250321.134714 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 655 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-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.6-1noble.20250321.134714_amd64.deb Size: 181484 SHA256: 70aa0c8ee6a0db31db831f6989f76ce4ae6a65fbc1747752d791bbab6907cbae SHA1: bd697a5302c56b114d70a1222670f1b029bce150 MD5sum: fc1d9585dfce41c29842d2c05d24fea2 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.6-1noble.20250321.134714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2187 Depends: ros-jazzy-rosbag2-storage (= 0.26.6-1noble.20250321.134714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage/ros-jazzy-rosbag2-storage-dbgsym_0.26.6-1noble.20250321.134714_amd64.deb Size: 2036762 SHA256: a40d42ae077bcc2c51856e4f803563a56a66025aafabf3f30ce17307f5c50289 SHA1: b50822869d38f04b50cd698d9028df9a9ff4d341 MD5sum: c50a0ea12c3709860ae5f5704737b448 Description: debug symbols for ros-jazzy-rosbag2-storage Build-Ids: e6b097239ed30d72f68c4cced235c6a1f404bab2 Package: ros-jazzy-rosbag2-storage-default-plugins Version: 0.26.6-1noble.20250321.145623 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.6-1noble.20250321.145623_amd64.deb Size: 5738 SHA256: 51f066fbd9c91a098a1b746c8cdc84f7ad114a5106d68c71644e1f3d49b63405 SHA1: 1faf283b931534e4106f66ce5b2f12d42012cc8a MD5sum: 9c4797218c1ec834bca594e09c9bb7ab Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-jazzy-rosbag2-storage-mcap Version: 0.26.6-1noble.20250321.140108 Architecture: amd64 Maintainer: Foxglove Installed-Size: 434 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.6-1noble.20250321.140108_amd64.deb Size: 136184 SHA256: 15846744dea100103540c00922c1ab50eff4f0ae892665605982512edf6aae94 SHA1: b54b85aa1a89f8c4ffa6d576dc66dc9478092506 MD5sum: ca26de1f9db9a4db3100b48b71c23abb 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.6-1noble.20250321.140108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1747 Depends: ros-jazzy-rosbag2-storage-mcap (= 0.26.6-1noble.20250321.140108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-mcap/ros-jazzy-rosbag2-storage-mcap-dbgsym_0.26.6-1noble.20250321.140108_amd64.deb Size: 1649946 SHA256: d3c6b238511ba13ef94b9800c26a2c99e6ea1f3ba35228be418122c159f2091a SHA1: db19543e3043c32b859db424b3fd6aa0402aea14 MD5sum: 63b8269e71996f2b2b9a4da08edfb393 Description: debug symbols for ros-jazzy-rosbag2-storage-mcap Build-Ids: d283bddb9f293745edf916513b4ceed3726873af Package: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.6-1noble.20250321.140130 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.6-1noble.20250321.140130_amd64.deb Size: 168078 SHA256: 388a0091b9a9b617110eea0d6f065a28711fb1742db997c648f9ff870967c22f SHA1: f14cf5fd953cccb0f88b0d8f9b649e7f8af16b35 MD5sum: 22bdabc28285c0c9236598116cb95337 Description: ROSBag2 SQLite3 storage plugin Package: ros-jazzy-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.6-1noble.20250321.140130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2058 Depends: ros-jazzy-rosbag2-storage-sqlite3 (= 0.26.6-1noble.20250321.140130) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-sqlite3/ros-jazzy-rosbag2-storage-sqlite3-dbgsym_0.26.6-1noble.20250321.140130_amd64.deb Size: 1938938 SHA256: 6fe959c2ed4eba67c7720ad809e32a133c088cc020e0eab16887b9bbb48e929d SHA1: 5013c1187a6e2d2146c3fdbdec05fd91de050bc8 MD5sum: 7df2b442edbbcf53571dcc55fdfa2f58 Description: debug symbols for ros-jazzy-rosbag2-storage-sqlite3 Build-Ids: 84157f98e231955fc4f5153014313a1f0e605155 Package: ros-jazzy-rosbag2-test-common Version: 0.26.6-1noble.20250321.134722 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 118 Depends: ros-jazzy-rclcpp, 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.6-1noble.20250321.134722_amd64.deb Size: 19812 SHA256: e777297d9670086ba72571d5db0c376c61525a2932845220fe11d7ea61f545eb SHA1: af2ade85aa4d6a3a6dcbc61dccd738d53f51d0ab MD5sum: 5d51f3c8d251f3f939785f1e0caa5b9a Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-jazzy-rosbag2-test-msgdefs Version: 0.26.6-1noble.20250320.195458 Architecture: amd64 Maintainer: Foxglove Installed-Size: 2033 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.6-1noble.20250320.195458_amd64.deb Size: 136778 SHA256: 21e5d74ef68dfd787a12510f7314e5729bfa12d15bdec605e6daec4d2a0e5da5 SHA1: eef38fe9fe761e826c0d7f6f79c56656ff8d660a MD5sum: 7d81367e4f659aa6247286fcc90850ca 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.6-1noble.20250320.195458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1435 Depends: ros-jazzy-rosbag2-test-msgdefs (= 0.26.6-1noble.20250320.195458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-msgdefs/ros-jazzy-rosbag2-test-msgdefs-dbgsym_0.26.6-1noble.20250320.195458_amd64.deb Size: 1099446 SHA256: 00b881e10d07fba5c1b7052ac1b35a0dc133e1c7b926a299a151b761c5232768 SHA1: b3bea8292a996ed327509075b1b72dc7f1fe5f3a MD5sum: 2f67299b4af6da6778af23a362d49ecd Description: debug symbols for ros-jazzy-rosbag2-test-msgdefs Build-Ids: 002c7fa3d69c766f07c7faea1b3f07fa2d107da9 2df4c30073150cfcde298400933a804a9364c068 326875f1c3896fb6951163a341ade21fabe7a1ff 4b65d0798b79afbe61d62933d351c3aeb9837880 4b7ee0d33ea7deff984474dd829cdbb2ed0c567a 5dfe89212030f0e54a7bd490781f0f73a6842507 7988b9ef3b253d3af87e81b9e5b0e6ce5cf49c00 a0c4ec1c340a9c46f898ca57ccafbd33bcea2489 d96b33537d8d96c53b9da53ef26bd9451d895a2b f9f1e04673d8f860ed86fa0e313a108b70e7b9e0 fde998c6222e2e49f591f0a90b9a9acc651846bb Package: ros-jazzy-rosbag2-tests Version: 0.26.6-1noble.20250320.192406 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.6-1noble.20250320.192406_amd64.deb Size: 10026 SHA256: 72ed0ac144944b0fb21f2690b629a6daeef431b49244fd8a4ca225580f1f2e06 SHA1: 70832805e4379eae179bf9478fb6c0d53ff4700b MD5sum: b380540d93f5440088c215ec24efdb61 Description: Tests package for rosbag2 Package: ros-jazzy-rosbag2-to-video Version: 1.0.1-1noble.20250321.141740 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.20250321.141740_amd64.deb Size: 14388 SHA256: f356b3d12b36115fd5d5865733d8a9f3ccef0f1b48e90d80c4001e6514e50216 SHA1: 6d084c4b98b085b27a3945f9530a9522891d092b MD5sum: 8b93a4e23135149663e0b124bed74e8c Description: Command line tool to create a video from a rosbag recording Package: ros-jazzy-rosbag2-transport Version: 0.26.6-1noble.20250321.140524 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1416 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.6-1noble.20250321.140524_amd64.deb Size: 362564 SHA256: ea8a2fe790327c6d3eeecd63a808796c1b990d9936894f788b5b6cc22f7bec50 SHA1: f5d3ae0cab2732f406a91606199d2e97f6077dc8 MD5sum: 9e173210cbdd495bba4c297b93dfda68 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.6-1noble.20250321.140524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 8390 Depends: ros-jazzy-rosbag2-transport (= 0.26.6-1noble.20250321.140524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-transport/ros-jazzy-rosbag2-transport-dbgsym_0.26.6-1noble.20250321.140524_amd64.deb Size: 7686334 SHA256: e339658953e4cb555dca3318a2fd0f3c6ba5017c65ab67a4410ef308f30eb272 SHA1: c684cb31bdfc13e83cdcc1f2a68bd60f8f43b8cd MD5sum: d9390c3bcefa8bd67a18a6efe6317d58 Description: debug symbols for ros-jazzy-rosbag2-transport Build-Ids: 4e5acdf0996488d52b4ab47cd7702689f9951729 a6e1994976cb3bfad08b00432398386b389cf453 f60aa5ef42e8658448b6c67ab38d783800ea9752 Package: ros-jazzy-rosbridge-library Version: 2.2.0-1noble.20250321.131426 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 273 Depends: python3-bson, python3-pil, ros-jazzy-rclpy, ros-jazzy-rosidl-default-runtime, 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.2.0-1noble.20250321.131426_amd64.deb Size: 43220 SHA256: 2a916145dfc2e41c4f89c5f44ed809d858205be266904e34ede7ec92b2a3520c SHA1: bc0236de318da29b7bb7c47d0efbb2e022738b9c MD5sum: 4c7f80575c3070ded7f62026e2d7a046 Description: The core rosbridge package, responsible for interpreting JSON andperforming the appropriate ROS action, like subscribe, publish, call service, and interact with params. Package: ros-jazzy-rosbridge-msgs Version: 2.2.0-1noble.20250320.195514 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 552 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs_2.2.0-1noble.20250320.195514_amd64.deb Size: 53124 SHA256: 7405017f2a4cfd64158917c4df0afb3250d572401c287852a6c05c51beacbdd4 SHA1: 8bc73f5a6e3c281d9fed4a90e741305b7d31231a MD5sum: 7c22e558ce817db2d92571602e468df1 Description: Package containing message files Package: ros-jazzy-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbridge-msgs Version: 2.2.0-1noble.20250320.195514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 413 Depends: ros-jazzy-rosbridge-msgs (= 2.2.0-1noble.20250320.195514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs-dbgsym_2.2.0-1noble.20250320.195514_amd64.deb Size: 303992 SHA256: 0cffc55a3fd3dccf700cef646e7ef2c04136f946a2b2f4205da63a690f885fc3 SHA1: d7eeedf03657b2df9ddcf6a4c2647073f2136c78 MD5sum: 540840d5c190bd11380835c9f74ac31c Description: debug symbols for ros-jazzy-rosbridge-msgs Build-Ids: 0317dc8ae97e6f28cf3ad151046140ef20b6349b 0b4629817de5264896f5f5f871990985125600a8 74d4783d18dc3a42a30e6e42694149fb3efb5156 7802af48f43027743b60860c8e8c7d963074728b 90b6c49d975eaab15315dbd5ce2a486669dc6dd7 9ce9df17e58fb75b5b8ad84bbf6ffe0a377d4a67 bcee750c929d888528cdcf86047cafca952e2c8e c0d25dbf8d92a8ec7b1ad6af2d9847cd57d04bcf c8f4b6a7a7f12d73915fddcee363b1ad66ead019 e2394684ba6366342e4e20fe52b86e6415012fe4 e949badf83b8f02627590dfd563e9c0ccf2869b1 Package: ros-jazzy-rosbridge-server Version: 2.2.0-1noble.20250321.132006 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 105 Depends: python3-tornado, python3-twisted, ros-jazzy-rclpy, ros-jazzy-rosapi, ros-jazzy-rosbridge-library, ros-jazzy-rosbridge-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.2.0-1noble.20250321.132006_amd64.deb Size: 14670 SHA256: 4d3ab144b749c280a27982b4b6534e512f03dc769df66291fe753141372c7797 SHA1: 9d6048c9a6e1a9a078721d8cb664969e84557477 MD5sum: ac01f3ae403e0a3780e7dbbccec7c8ad Description: A WebSocket interface to rosbridge. Package: ros-jazzy-rosbridge-suite Version: 2.2.0-1noble.20250321.132044 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.2.0-1noble.20250321.132044_amd64.deb Size: 5994 SHA256: cd5b28bbaa63eb8a312ca3c1caab62541e46f29d114db9851bd68b7fc1f9282f SHA1: d24b5a9ed0a7b290181bd0f228fa84d3410d4c2c MD5sum: 2a23d270b6ff30f3c31eaa3a02dfb0f3 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.2.0-1noble.20250321.131434 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 14589 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-rclpy, 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.2.0-1noble.20250321.131434_amd64.deb Size: 739662 SHA256: 979adc47eb1cda2d4bd14379839f194cd8396be10611f8a7a0cfc96cf4887851 SHA1: 4a120e33abb8db25bf8b8f57c70f4a00dc4d9eaf MD5sum: 651d89dd51b7ffe9880e0a448f3c4c7a 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.2.0-1noble.20250321.131434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 8245 Depends: ros-jazzy-rosbridge-test-msgs (= 2.2.0-1noble.20250321.131434) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-test-msgs/ros-jazzy-rosbridge-test-msgs-dbgsym_2.2.0-1noble.20250321.131434_amd64.deb Size: 5864360 SHA256: eb10679b4e6a50b4baee61a7915c1eff409c7722d5011523466a3199c3d9b73e SHA1: d2c197eb9fb8ba683d8a107d2b8b91aa3645e6ba MD5sum: 991114ced63122f6ddfa2b588333d336 Description: debug symbols for ros-jazzy-rosbridge-test-msgs Build-Ids: 34a51404e4a99b6b5ef0a5d6d62c1c2cfe17319e 50cd2ea1b23c2c5a55dab04471327863b4a86c19 6de68063e33b9353fbc81d14d758b7a167c008d8 7e9653f0ab4233f74ff1507439ca3a239bd27582 906571df58ac970400965b22940dd7086ee13db8 9241f6759caa243edf8c3f581a7a48fb97514807 9bc06d600167606873cedd7e7313faade6a5fee4 e0d2c71e51e88b6f38b1c270971d3049a9817686 e4cd5c4f7842085a58b3b3fd30602a1fc9c3c4b4 ef083088741ca63c912de2989e5685d10f2f75a5 fcd623dbc21f160869e5149310183d1b0457f08a Package: ros-jazzy-rosgraph-msgs Version: 2.0.2-2noble.20250320.195522 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 413 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs_2.0.2-2noble.20250320.195522_amd64.deb Size: 38362 SHA256: d12899b4711045f12f7653b4ae76ab61943ef6be247cef424155e32a30b8911f SHA1: 6357e5f85434648aa75d7eb535b2786b5995ccbf MD5sum: e2d4a1b30bd3a0477b775c0d6779b87d 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.2-2noble.20250320.195522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 246 Depends: ros-jazzy-rosgraph-msgs (= 2.0.2-2noble.20250320.195522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs-dbgsym_2.0.2-2noble.20250320.195522_amd64.deb Size: 160984 SHA256: e87d29c22d1c14765fea83e17e690051d81d0398c5c9cb472607f7f0a2cb5faf SHA1: 3c1cd8337e1a603dcbc3f09fa004ad09e55d1844 MD5sum: bfa779f783b8fd7970629c54518c88a1 Description: debug symbols for ros-jazzy-rosgraph-msgs Build-Ids: 066937fbebc8627c18b55a73fa7c6581c4a26eb8 258141db9c76712f2009cb9be9ca426bea8c4c04 2ad1eecd63519dcafc853b8a2c6c9e3f470876db 48fac570c3c3387065ede8865330c310e4ec5483 4b18e15eb24a06cca9fb454f5475a52970b13880 5e7dd63215dbe553e128678e065510f21c8f42ce 65a352796e87b3504184894fdd196004454c67c3 6aafa45402cea9be88797ea9ba561ec3e97a0b68 752d5d83fd9ad338a65c81e4bed094d8d6998329 9231eeb910a0bdd535df079736a8d2f372bdac07 e45d11f36287a7eb9c5ad6d44a82c010eb5659ff Package: ros-jazzy-rosidl-adapter Version: 4.6.5-1noble.20250320.184944 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-adapter/ros-jazzy-rosidl-adapter_4.6.5-1noble.20250320.184944_amd64.deb Size: 20012 SHA256: 3a525782012baed93bb341820f5b0203b289d9e6c9e1e77dd6df97adb4fe483d SHA1: 80f8bbd9ad0c30916957d19545f4f569fd71a4d0 MD5sum: cb98302604a5c51bb7cb585b9eecfb8f Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-jazzy-rosidl-cli Version: 4.6.5-1noble.20250320.183503 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 123 Depends: python3-argcomplete, python3-importlib-metadata, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cli/ros-jazzy-rosidl-cli_4.6.5-1noble.20250320.183503_amd64.deb Size: 22672 SHA256: bee5b9a93ecf77af6b6b9fdda765e828e902883ac9a3cc269537f3274234b23a SHA1: a03a45ac3688bd299463e78625b7040bddd26086 MD5sum: 31dbfc76e819343bed7bdf0e049f38fa Description: Command line tools for ROS interface generation. Package: ros-jazzy-rosidl-cmake Version: 4.6.5-1noble.20250320.190406 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 96 Depends: python3-empy, ros-jazzy-ament-cmake, ros-jazzy-rosidl-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cmake/ros-jazzy-rosidl-cmake_4.6.5-1noble.20250320.190406_amd64.deb Size: 14950 SHA256: 844741d2a31f03263bcfb1d31e1b565185ef95c28fab727146e279144035e557 SHA1: 377b025fc505d18bff0660676959297f982f916e MD5sum: 830593169143f4bbae058be89bd65162 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-jazzy-rosidl-core-generators Version: 0.2.0-3noble.20250320.193951 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-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.0-3noble.20250320.193951_amd64.deb Size: 6744 SHA256: 32e68dd0bb0161588616756400f317e242c37164e7106a18788d5c0b05e953b6 SHA1: d6553be3344847b49184e6f28546230eebe3b5e8 MD5sum: 065050a508c71c7783a2666b02e3d099 Description: A configuration package defining core ROS interface generators. Package: ros-jazzy-rosidl-core-runtime Version: 0.2.0-3noble.20250320.193949 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.0-3noble.20250320.193949_amd64.deb Size: 5826 SHA256: 561586ecefa4cef583f2a3ad586077e1287cdcddafa072836c318a9fce8e26e1 SHA1: cd1b4831537e49adeaf38c8b76b410e9cc08607b MD5sum: ad6b760b72ae2493dcb8817282f0adb0 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-jazzy-rosidl-default-generators Version: 1.6.0-3noble.20250320.195005 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.0-3noble.20250320.195005_amd64.deb Size: 6776 SHA256: 1c7733e95b096e2ddcb82c0644436bc6aa41ece6d6fd38fee6154d112667b5d7 SHA1: 9729af2465850ade8e5976a5b462fab213b4cb52 MD5sum: 725c1d4aa0525af1af04fc9e57c19ffe Description: A configuration package defining the default ROS interface generators. Package: ros-jazzy-rosidl-default-runtime Version: 1.6.0-3noble.20250320.195003 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.0-3noble.20250320.195003_amd64.deb Size: 7140 SHA256: f85212c25f102607397f4932375f3b14fc3f73b27031f6d70b40fc8ab9e80e11 SHA1: 89b77fdfefc3d49891f258dd0e687a3cae18d183 MD5sum: dd6edb1ba12759bb7a35249416534023 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-jazzy-rosidl-dynamic-typesupport Version: 0.1.2-3noble.20250320.192916 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.20250320.192916_amd64.deb Size: 37342 SHA256: 39481c6577acac6a61b79758bf08c8d1936317b721071e79cccbef93500ca6c3 SHA1: 4ba167628922bbe5cc8d5fba04b3a063c7de4292 MD5sum: 50c67e19635716d9016eaf78827edb87 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.20250320.192916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 123 Depends: ros-jazzy-rosidl-dynamic-typesupport (= 0.1.2-3noble.20250320.192916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport/ros-jazzy-rosidl-dynamic-typesupport-dbgsym_0.1.2-3noble.20250320.192916_amd64.deb Size: 80286 SHA256: e3f77e7e332189cce25deaa2a2f1f5df36fa37cded98e2f822e0abe4f8a9ff2e SHA1: 42de720ce3c18107ada54eb005164f907b44289c MD5sum: 93161f33811ab2fd2aea5eff836b8314 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport Build-Ids: 9182f79a279c1daa5fb8d6e440f13d028d5d4d4c Package: ros-jazzy-rosidl-dynamic-typesupport-fastrtps Version: 0.1.0-3noble.20250320.193142 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.20250320.193142_amd64.deb Size: 49094 SHA256: 1deae7a2aa37c72af6bf54406cfae19c1b8e839efe126151c66064764ba7f93b SHA1: 366046b1ab6815a1def53adaab39db7ae619dfea MD5sum: 506afe9940f0584283320fd8808aa2f2 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.20250320.193142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 930 Depends: ros-jazzy-rosidl-dynamic-typesupport-fastrtps (= 0.1.0-3noble.20250320.193142) 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.20250320.193142_amd64.deb Size: 806888 SHA256: 5d98a880aa7bf01ff778b1eb5aceb4ee3a8a005d4d39ec10db658053421eca9c SHA1: e93a678ca591a5f235fe2453a42065f87a0f2f13 MD5sum: 751982494ab8d12911055f7d541d6009 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport-fastrtps Build-Ids: cde3bc99e931a4ab79e96d817850df1d029adce3 Package: ros-jazzy-rosidl-generator-c Version: 4.6.5-1noble.20250320.192518 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 178 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-c/ros-jazzy-rosidl-generator-c_4.6.5-1noble.20250320.192518_amd64.deb Size: 25314 SHA256: 68a265e8eda06d6bd2a898c9178f7a0fce3901ec8c4baebadc4ddf7b17c1658a SHA1: 02b4779b71870395b6f4bddb21cc8a4ef711b6f5 MD5sum: 84cfe6d09cc230fb7eab38de15ecc388 Description: Generate the ROS interfaces in C. Package: ros-jazzy-rosidl-generator-cpp Version: 4.6.5-1noble.20250320.193049 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 153 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-cpp/ros-jazzy-rosidl-generator-cpp_4.6.5-1noble.20250320.193049_amd64.deb Size: 22632 SHA256: 11e35f9f732327222792acd6da9d9f28c2d3afb3a846361d971c57ec07383509 SHA1: 9240c2ae84b532224e5133385fa4c2db280d0c6f MD5sum: d4004435b8a2af8e8cec61cc6f112d2c Description: Generate the ROS interfaces in C++. Package: ros-jazzy-rosidl-generator-dds-idl Version: 0.11.1-3noble.20250320.190434 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.20250320.190434_amd64.deb Size: 11208 SHA256: 4d44a97eab1447fe295ec9044f475b32c228e886ee10a1ee10f25300c84fb428 SHA1: 18d3ccdc3e92a17a58be39647c78f1b251aa9e2e MD5sum: d7a956c575286924933e327df0305fea Description: Generate the DDS interfaces for ROS interfaces. Package: ros-jazzy-rosidl-generator-py Version: 0.22.0-2noble.20250320.193539 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 196 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.0-2noble.20250320.193539_amd64.deb Size: 28950 SHA256: 1259ba9895f328728bb32e030ceb5cc36dfd1dba8ea3fb7ac10b2ac76a95b032 SHA1: 3213079a6984031f52608909dffd02730b689486 MD5sum: 46808112f6b438f5c85ae4faa9ea0de7 Description: Generate the ROS interfaces in Python. Package: ros-jazzy-rosidl-generator-type-description Version: 4.6.5-1noble.20250320.192040 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 88 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-type-description/ros-jazzy-rosidl-generator-type-description_4.6.5-1noble.20250320.192040_amd64.deb Size: 14302 SHA256: eea0fee8903ff8c5655cb3c9faab0c88dcd76af10715c647d2d8de6236b38aa0 SHA1: 272a7dae7f72218b70e2d157c3449b744c1f1fb2 MD5sum: 8bafb37ba97347904d19c790cfbc4cf1 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-jazzy-rosidl-parser Version: 4.6.5-1noble.20250320.190237 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 118 Depends: python3-lark, ros-jazzy-rosidl-adapter, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-parser/ros-jazzy-rosidl-parser_4.6.5-1noble.20250320.190237_amd64.deb Size: 19934 SHA256: 1386eca711a8fa038aee18311bdfd4088b1e5784e90191ee2a5b3683813ba459 SHA1: bca9d170e2960b80b801180a6f3f96016be68e4d MD5sum: 5474eb5a067a52a498818bda4b850fe5 Description: The parser for `.idl` ROS interface files. Package: ros-jazzy-rosidl-pycommon Version: 4.6.5-1noble.20250320.190325 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 48 Depends: ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-pycommon/ros-jazzy-rosidl-pycommon_4.6.5-1noble.20250320.190325_amd64.deb Size: 10950 SHA256: ede150d80aed54b4f34003223af8be5b537413b5224ac0447bfa500d304201ac SHA1: 28d0b96e82c2b6535635ca4bf40028530ff94d15 MD5sum: b0a557182657811be36aeef2fa9e55c5 Description: Common Python functions used by rosidl packages. Package: ros-jazzy-rosidl-runtime-c Version: 4.6.5-1noble.20250320.192553 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c_4.6.5-1noble.20250320.192553_amd64.deb Size: 55576 SHA256: db436a03bde034f87ce4a076e626b303709c062c92afbe758851b0a01ce10f25 SHA1: 297608d4f664d3377633bab2903d782693eb64d1 MD5sum: 82bebdd4898973b29ea60298b6550cb7 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.5-1noble.20250320.192553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 131 Depends: ros-jazzy-rosidl-runtime-c (= 4.6.5-1noble.20250320.192553) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c-dbgsym_4.6.5-1noble.20250320.192553_amd64.deb Size: 81614 SHA256: 8f6643bf5b484d23cf21f75e88552a028c943e3d37cd6653fad482c77beee20f SHA1: 7bd0c6eda1f8a5b3399ad1b05e58ace8a3aff440 MD5sum: 9c94d9f8514077c92cd9afa949137826 Description: debug symbols for ros-jazzy-rosidl-runtime-c Build-Ids: e86617fb5e83cc1d45e37bcdb0294550295c387e Package: ros-jazzy-rosidl-runtime-cpp Version: 4.6.5-1noble.20250320.192939 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 156 Depends: ros-jazzy-ament-cmake, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-cpp/ros-jazzy-rosidl-runtime-cpp_4.6.5-1noble.20250320.192939_amd64.deb Size: 20600 SHA256: bc988e4bddaf0e40a7ab1d7c1ca353eeecdb2d066a11dcf0d793bf723232ff09 SHA1: c36a8f6644ed97ab25452f43a63ada9e3af1a733 MD5sum: 5c35716b1f8ef467d205b5ff23fd9c5c Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-jazzy-rosidl-runtime-py Version: 0.13.1-2noble.20250320.190356 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.1-2noble.20250320.190356_amd64.deb Size: 20294 SHA256: c5996a77d6d11a8f9293d8e846f2dbf44dd53034e96503e91d97c044d03f92bb SHA1: 6d46bad5819877e6e37d48ee7ec465a07a5e782d MD5sum: c1cac41640acff30546d1605cba57a98 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-jazzy-rosidl-typesupport-c Version: 3.2.2-1noble.20250320.193120 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.2-1noble.20250320.193120_amd64.deb Size: 24692 SHA256: e13ea2b3391133b3034c856c4c046fb9ad872f0611e112c4ce2099dd033d796e SHA1: 6db2e1226a577892ca50bc96b17e322f0b2e8ddb MD5sum: 690608896fd29a7acd86e822b6c992c6 Description: Generate the type support for C messages. Package: ros-jazzy-rosidl-typesupport-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-c Version: 3.2.2-1noble.20250320.193120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 63 Depends: ros-jazzy-rosidl-typesupport-c (= 3.2.2-1noble.20250320.193120) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-c/ros-jazzy-rosidl-typesupport-c-dbgsym_3.2.2-1noble.20250320.193120_amd64.deb Size: 47266 SHA256: 690f6e405ada06fb3763bc50cff54b5dff5c71b1ebd7a1c19534ca402c944e06 SHA1: d8f01d2a763aa2b82cb784afdef7f1ed558a5f24 MD5sum: 2b676f00ae77adcf9ab50f70f725049e Description: debug symbols for ros-jazzy-rosidl-typesupport-c Build-Ids: fd808bbb5d0dcc84f8bb67d5efffe5e3e7da7e11 Package: ros-jazzy-rosidl-typesupport-cpp Version: 3.2.2-1noble.20250320.193636 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.2-1noble.20250320.193636_amd64.deb Size: 23782 SHA256: 2d6166dd3c8cf4c7bb15854d930f7f9875cdfe14f3413bf320f898f6013400fb SHA1: 58cdb99c01e7bf1de2f3085fce434f4784d2acf8 MD5sum: 9cf06adc2451ecc8585c37f38133f1d5 Description: Generate the type support for C++ messages. Package: ros-jazzy-rosidl-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-cpp Version: 3.2.2-1noble.20250320.193636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 62 Depends: ros-jazzy-rosidl-typesupport-cpp (= 3.2.2-1noble.20250320.193636) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-cpp/ros-jazzy-rosidl-typesupport-cpp-dbgsym_3.2.2-1noble.20250320.193636_amd64.deb Size: 47006 SHA256: 1e4ab6f59c69556a62419e4d01471511a86d087ec88ccd6d1e326990213af23a SHA1: 52259b0db3a428b07fdb672d0fc1c68c77949105 MD5sum: f34f0e75999e173c4b84603916b5f7af Description: debug symbols for ros-jazzy-rosidl-typesupport-cpp Build-Ids: 7f51708c10daccec7d72119bf2d50586fdc49d4d Package: ros-jazzy-rosidl-typesupport-fastrtps-c Version: 3.6.1-1noble.20250320.193813 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.1-1noble.20250320.193813_amd64.deb Size: 26000 SHA256: bd76952f4ee64064943637e8400ba5fdc069adde2f14d8fa9af77d3004724fcf SHA1: dd1f385c9c33629515f9a627595091b8a63477be MD5sum: 9f777233fbcca24fe9eafe485d3d5ca1 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.1-1noble.20250320.193813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-jazzy-rosidl-typesupport-fastrtps-c (= 3.6.1-1noble.20250320.193813) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-c/ros-jazzy-rosidl-typesupport-fastrtps-c-dbgsym_3.6.1-1noble.20250320.193813_amd64.deb Size: 18558 SHA256: 20a8b389efe2f1146db0d3e2526faf0608cd3fe578898ccfbf43e6efd10a5527 SHA1: 3c874778836b7fdf7ca52c62a4b52460b4ee76f6 MD5sum: b23e15ed717768360055e7451039a1ba Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-c Build-Ids: 79ace58b5d10b21025bb1739e5ebad2f621a3086 Package: ros-jazzy-rosidl-typesupport-fastrtps-cpp Version: 3.6.1-1noble.20250320.193542 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 193 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.1-1noble.20250320.193542_amd64.deb Size: 27938 SHA256: 50dbae792c9899be301693bbad8e51b890b9173509eb4a960935c7c82d1efd4c SHA1: ce9c759b0b5a4443c5f649d63dedd55d65645883 MD5sum: f57aec2230b8ec69fa1932f681d5ed99 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.1-1noble.20250320.193542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-jazzy-rosidl-typesupport-fastrtps-cpp (= 3.6.1-1noble.20250320.193542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-cpp/ros-jazzy-rosidl-typesupport-fastrtps-cpp-dbgsym_3.6.1-1noble.20250320.193542_amd64.deb Size: 29962 SHA256: fc836129fb9c08eb9951906b00ae7c7c41b23f5692433cf3679ed87c40952917 SHA1: 932050b1c6e31407893f387aae0471926533a85b MD5sum: 5cc9c1a41bbe1b8ec5be5b207c7a51f6 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-cpp Build-Ids: c3d458a8bccd983c86012cac32096b32e45e0feb Package: ros-jazzy-rosidl-typesupport-interface Version: 4.6.5-1noble.20250320.190248 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 56 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-interface/ros-jazzy-rosidl-typesupport-interface_4.6.5-1noble.20250320.190248_amd64.deb Size: 9350 SHA256: 13bfe18f229594bff62a4f264d5b382787c463cabab542777283495a8581284d SHA1: f91278369ff9a112218f715a09625452e7358de5 MD5sum: e7ac45f49b84fc51ae9956b13d376642 Description: The interface for rosidl typesupport packages. Package: ros-jazzy-rosidl-typesupport-introspection-c Version: 4.6.5-1noble.20250320.192925 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c_4.6.5-1noble.20250320.192925_amd64.deb Size: 24204 SHA256: f3877d13d7dbb2eeee3302cddcbf29aee51705754c047cd935baaa1a55dd65de SHA1: 5dffeff9d4b05378f9f526e3fe658ccefd90dbcc MD5sum: 981e497fd7435f4651e2418dc009e873 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.5-1noble.20250320.192925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-jazzy-rosidl-typesupport-introspection-c (= 4.6.5-1noble.20250320.192925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c-dbgsym_4.6.5-1noble.20250320.192925_amd64.deb Size: 2710 SHA256: 987079bd795c5e4ac12ef3cfd4da0b0eba544fe6570480bfa50d118bf4d52e9b SHA1: 214df9c2b8e7352bbdbbf8f2e1e6f090011f1d16 MD5sum: de1e04a21167f8ee7d46b20aa91af112 Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-c Build-Ids: 8020a3ed2dda0b4a746b41b75d1e84a252b4ea20 Package: ros-jazzy-rosidl-typesupport-introspection-cpp Version: 4.6.5-1noble.20250320.193300 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp_4.6.5-1noble.20250320.193300_amd64.deb Size: 24134 SHA256: 9fbbe189fe84e4d489818a59191feb172f31aee3b7b81022f5ab4f074e77488c SHA1: 4c0a3b7886aea4b2463679331c8bbf8e95265836 MD5sum: d049b5fed7cf280cb71add9cb781ca01 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.5-1noble.20250320.193300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-jazzy-rosidl-typesupport-introspection-cpp (= 4.6.5-1noble.20250320.193300) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp-dbgsym_4.6.5-1noble.20250320.193300_amd64.deb Size: 2734 SHA256: 24a5ff8ff3f13c83129bf438df14557e7643e155948790303f81e122b5412b3d SHA1: ee732861ecc74fdf595df38920a2e8289dd56bae MD5sum: 5a8b41c95d4e74f376c1b2001fcaf149 Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-cpp Build-Ids: fdd6a6a8f2b5026c939de9792491f8f5efb1d5e0 Package: ros-jazzy-rosx-introspection Version: 1.0.2-1noble.20250321.135523 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1512 Depends: rapidjson-dev, ros-jazzy-ament-index-cpp, ros-jazzy-fastcdr, 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_1.0.2-1noble.20250321.135523_amd64.deb Size: 204678 SHA256: bb3766f352c51ecdb363cfe6d17c32373ac5bb1dff2851af64adfd109eb21617 SHA1: 3b8b4825f06294dae1d08919a80213f6716e7803 MD5sum: 8b26ec1780ca907267160cbcd7e19560 Description: Successor of ros_type_introspection Package: ros-jazzy-rot-conv Version: 1.1.0-4noble.20250320.190246 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.20250320.190246_amd64.deb Size: 41782 SHA256: 47779a393976fd0bc897612ef332b1ecd2eb52f79ce515e379de386926b6f882 SHA1: 46fd31b7abeee8777d54800d4b23598b3b46079e MD5sum: 10b0f46a50ac0f070ef56e3ed89fd976 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.20250320.190246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 807 Depends: ros-jazzy-rot-conv (= 1.1.0-4noble.20250320.190246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rot-conv/ros-jazzy-rot-conv-dbgsym_1.1.0-4noble.20250320.190246_amd64.deb Size: 792888 SHA256: 82c5dc53e4955d11302569526720a316fdc8d229138db7bc1e283969a0ea4943 SHA1: a391ca8b6f012e2a69397ae452fda9da9aa93c56 MD5sum: 5f0e6b07d6c81dea9020e69419344def Description: debug symbols for ros-jazzy-rot-conv Build-Ids: 8e2869662a14e78696b091131ffa22f843014456 Package: ros-jazzy-rplidar-ros Version: 2.1.0-4noble.20250321.134002 Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 404 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.20250321.134002_amd64.deb Size: 115138 SHA256: 308b85e98aa4040700f710bbc2f389985fcd0b8b06bb2f3a7bb9efb25570956a SHA1: da92864404d01efa5794f0ffa9168685b48612cf MD5sum: 5ed47c3e9831f679deaa7fc3f2b98ce2 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.20250321.134002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1617 Depends: ros-jazzy-rplidar-ros (= 2.1.0-4noble.20250321.134002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-ros/ros-jazzy-rplidar-ros-dbgsym_2.1.0-4noble.20250321.134002_amd64.deb Size: 1498074 SHA256: c9c252071f46a7697b328170a9c779aaf29e6ffe3ce2b00d4f49c21269f215b5 SHA1: d3b605972aceb033af09dde72825e8507b36fe59 MD5sum: d62321eadd7c1827cb4d09371e288403 Description: debug symbols for ros-jazzy-rplidar-ros Build-Ids: 20d6d75330bb7ee62a89bf2400f6635a5bf6ed28 bc6a2a5c6639020edcf52bbb5179aafe094ce6e7 Package: ros-jazzy-rpyutils Version: 0.4.1-3noble.20250320.183503 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 40 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rpyutils/ros-jazzy-rpyutils_0.4.1-3noble.20250320.183503_amd64.deb Size: 6966 SHA256: 1e918b7c5a96a24e0897ced2e0326e34f6f6aa456da5972664bca068279c4f6e SHA1: 728fdb6f9e27e800696c80c4584f5e72e63ce782 MD5sum: b610f2aa40f71464caca9b518100aa4f Description: Package containing various utility types and functions for Python Package: ros-jazzy-rqt Version: 1.6.0-2noble.20250321.135336 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 25 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.0-2noble.20250321.135336_amd64.deb Size: 3296 SHA256: 261a70c22b259f3f527283e0ec33d7349cd7784b91d252abde9f981084965164 SHA1: 9a288b3fb9995c588fac76e0dc144d8203c82104 MD5sum: 1657f8dab8fdf08319b8338cadd68617 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-jazzy-rqt-action Version: 2.2.0-3noble.20250321.135206 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.0-3noble.20250321.135206_amd64.deb Size: 6792 SHA256: 35cc480bc741054cbe848ed6c78b9d518ab50b6ef168521eb24c9e9e9a3f8730 SHA1: b752544e5688b6a89a36059a46773e048402ba41 MD5sum: 3db19cf6b3da58598c4f35c79e993654 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-jazzy-rqt-bag Version: 1.5.4-1noble.20250321.141745 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 507 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.4-1noble.20250321.141745_amd64.deb Size: 114022 SHA256: 1a798f0795ac4b949097fe6cc012933c2a622d7d336cb53d23a4b1c1e2e9952f SHA1: fb5d935caa882f5fd7b66787c8f5dc90f23f0d3e MD5sum: 9b60a1d338f0c59b57fa6eeb34f1b88d Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-jazzy-rqt-bag-plugins Version: 1.5.4-1noble.20250321.150141 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 138 Depends: python3-cairo, python3-pil, 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.4-1noble.20250321.150141_amd64.deb Size: 35648 SHA256: c5cc2636fd26d83fc896d7fb2bd0b8c70c49a9a0ef21e2b82b0e7a37ca0a37fc SHA1: db41575eed810e12176b614528fd609d2e561f36 MD5sum: 85b1ce7b6188d1e0b2c229168151aa18 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.20250321.150214 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.20250321.150214_amd64.deb Size: 6410 SHA256: d3719fb273d8df468728d8eae8cb224de0f89f208ada15c53734001ca190cce1 SHA1: c01816e1884dda6ba091bd725a3a746eb24da9ac MD5sum: dc1281dbeabfd54c1bb643f10afd2c31 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.1-3noble.20250321.132136 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 350 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.1-3noble.20250321.132136_amd64.deb Size: 66344 SHA256: c9fd2debcfc5c462f8e233ef6ddd66b148390f3ece0565c8e4b4c4cbb2f7b9ce SHA1: b80feba2b94face9223698a830ab048b5d79b9cd MD5sum: 4c00fbdab493a6d912e5bbf8ea089424 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-jazzy-rqt-controller-manager Version: 4.27.0-1noble.20250321.144848 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 128 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.27.0-1noble.20250321.144848_amd64.deb Size: 39648 SHA256: 764854b4e3c3a84543052a57832b43e73670605c79b3a069662241b3bf1dd091 SHA1: 711a76c5e854a0a857d59c92041c63e260bfff73 MD5sum: 52a924521c7d86de6058f34e9b0fd490 Description: Graphical frontend for interacting with the controller manager. Package: ros-jazzy-rqt-dotgraph Version: 0.0.4-1noble.20250321.135240 Architecture: amd64 Maintainer: Alexander Xydes Installed-Size: 297 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qthelp, python3-pyside2.qtnetwork, python3-pyside2.qtprintsupport, python3-pyside2.qtsvg, python3-pyside2.qttest, python3-pyside2.qtwidgets, python3-pyside2.qtxml, 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.4-1noble.20250321.135240_amd64.deb Size: 68230 SHA256: 22767122b904d5da417f138c2b9cc0789eea02ba1d3f68b74015df593b90cc4a SHA1: e798a20c22cd1a19b6d8185012ad6ef036e9caa3 MD5sum: 5ae23a9047decb1e5a8089a47b6c48dd Description: rqt GUI plugin to visualize dot graphs. Package: ros-jazzy-rqt-gauges Version: 0.0.3-2noble.20250321.135254 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.20250321.135254_amd64.deb Size: 29660 SHA256: 2cae7d5aed5886dd577fea8f99e7a2459663002ee36daff8933d8e691f96e017 SHA1: 0d298dd0f894d45d22fa22760114c7e77e18d8ad MD5sum: f583ab69fa457542c937949456d7da9d Description: Visualization plugin for several sensors. Package: ros-jazzy-rqt-graph Version: 1.5.4-1noble.20250321.132132 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 238 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.4-1noble.20250321.132132_amd64.deb Size: 55774 SHA256: fb6e7e2d5840546dc469f9fdddfb8c430a9b6e248360a1225505bcfa5e499352 SHA1: 9330ea5d2ce60dbbdf5f03af2636762d6e8f95a0 MD5sum: de19883c24556725264f5e58ce4ea4f9 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.0-2noble.20250321.131436 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.0-2noble.20250321.131436_amd64.deb Size: 97612 SHA256: 7aaf46425de92f28f8b4ccba3c3629ed73081f5a425ae602562b2e038ec605d7 SHA1: 1fdd999f1ff508dddba452900f8c669dce971eeb MD5sum: ac88d0ad743336c600f7dbfb90f7637c 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.0-2noble.20250321.134842 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 364 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.0-2noble.20250321.134842_amd64.deb Size: 112706 SHA256: 65afe0441a12d58cea9d2a9500066c382873e27be8ca14eb4d4f18c5b2805395 SHA1: 3d8249763b484e23011862ba9a06a23688a74489 MD5sum: 0cb6490821d91f5aec6b5a8f0d974850 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.0-2noble.20250321.134842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1669 Depends: ros-jazzy-rqt-gui-cpp (= 1.6.0-2noble.20250321.134842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-cpp/ros-jazzy-rqt-gui-cpp-dbgsym_1.6.0-2noble.20250321.134842_amd64.deb Size: 1595032 SHA256: d37727c2e6fcdba0664dee2f899be831388e109ab8610762d054cb1b0535121c SHA1: dad6f6fe565236ade63a05382a7ba5eb51035863 MD5sum: f52599431dbd5b6489948b5cb363be81 Description: debug symbols for ros-jazzy-rqt-gui-cpp Build-Ids: 637feec89233889e12e93c6d81075c0233f03102 Package: ros-jazzy-rqt-gui-py Version: 1.6.0-2noble.20250321.131756 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.0-2noble.20250321.131756_amd64.deb Size: 8662 SHA256: e8919587e1e34ac74107ad5fe2174d8dc397a618bf7827bb015d5d95aba7f93c SHA1: d1f4213e7ec13164855c114a9213a4e38e92fa55 MD5sum: e31dc3d5b98a1034c008e488655625dc 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.20250321.150152 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.20250321.150152_amd64.deb Size: 155410 SHA256: 7cc635346cd6043433e36e803daa6f45429ff46fba18c2ecbd17c78f83db22d3 SHA1: 2af6837cf7dd87b13c89d18cfa3bed7a67c93f54 MD5sum: dbbb1c0e309dabf5a07c6f281f1a672d 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.20250321.150152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4683 Depends: ros-jazzy-rqt-image-overlay (= 0.4.0-1noble.20250321.150152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay/ros-jazzy-rqt-image-overlay-dbgsym_0.4.0-1noble.20250321.150152_amd64.deb Size: 4553850 SHA256: a8970ad8e4582626a5e1964bc74fe203c7383c0a30ecdb5241dc8e2e7a8e7dd8 SHA1: aea6d55264cd3f9d032b4f7f1dd7115699d8600a MD5sum: a4461a78ce4645b024f096f865eb2a5c Description: debug symbols for ros-jazzy-rqt-image-overlay Build-Ids: 776f16e0db50d81c774606f8ce582bac0d0c0ae9 Package: ros-jazzy-rqt-image-overlay-layer Version: 0.4.0-1noble.20250321.132434 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.20250321.132434_amd64.deb Size: 8152 SHA256: e56a625a374b021055f6de35e6d785ffd1576858fde7c4a1b6782135c48fba8f SHA1: eefba609d80aa375e0818fbb3be45a549954d919 MD5sum: 1f9e976cdc6435c98cabbcf58eea077a 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.20250321.143041 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.20250321.143041_amd64.deb Size: 208376 SHA256: 15c60a06aab4903ad0a7434c9487120d5615c076933af0bb33c1ef9350ada1bf SHA1: 784b4db2b2bb41122428fe78c91a62831d7484a1 MD5sum: 9e445eb01bc7ebf447532712688b4b39 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.20250321.143041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2315 Depends: ros-jazzy-rqt-image-view (= 1.3.0-2noble.20250321.143041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-view/ros-jazzy-rqt-image-view-dbgsym_1.3.0-2noble.20250321.143041_amd64.deb Size: 2230994 SHA256: ae50d3473bf99078a14525200c64d09dd0b4c1235a3490b31d615aa8f9ac58b9 SHA1: 435d0d36265fb1fa1ae8a0a27dba77f46fcd97bc MD5sum: ffd584f174f4f64edbbd8e63d03f2afc Description: debug symbols for ros-jazzy-rqt-image-view Build-Ids: 8a295d89c5e07d84832114134ad79430bb18cedc Package: ros-jazzy-rqt-joint-trajectory-controller Version: 4.22.0-1noble.20250321.132144 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 184 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.22.0-1noble.20250321.132144_amd64.deb Size: 41614 SHA256: 2046a93fcb6180d1cdb9cb8812828c4bb96152bfe75654e3e7780d4920790727 SHA1: ebbe2dbb553ae1d3f9bd173d65fe6759d4e2268b MD5sum: ed48ef96586abccc1547b9decb1a2c35 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-jazzy-rqt-moveit Version: 1.0.1-5noble.20250321.132204 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.20250321.132204_amd64.deb Size: 17266 SHA256: 2f0ae8b3ebc556544fee3c33957db38afbfbe5f73d2a10856342daf5efa3609d SHA1: 61bd604f51a5303fb83ef5639932cb3134e53f4e MD5sum: 8f9a32f11b0d465e842d4c4881e53a16 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.1-3noble.20250321.132233 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 79 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.1-3noble.20250321.132233_amd64.deb Size: 15910 SHA256: 5eadfd354b3b5059254e7a8709b034cf3672f8e5a1fc0957d192f6677e51e695 SHA1: d08fab8dee227bc8e232ae544c93cb3a9d97577b MD5sum: efb2391089e80a1f81cef28a9de74208 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-jazzy-rqt-plot Version: 1.4.2-1noble.20250321.132151 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.2-1noble.20250321.132151_amd64.deb Size: 54696 SHA256: cca8aa4e260a48efac3388c69c54859b2365dc0573af641980bcc2feafad6efe SHA1: eb7d4bcca3e6ecc5b472c4246b4280853ff5ed0e MD5sum: 99c0e296ad8fda53781c4e591ee6ccce 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.2-2noble.20250321.132127 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.2-2noble.20250321.132127_amd64.deb Size: 30424 SHA256: 7326fa80525b00a89673d7eaa6a52911c4e0e36ac6faa267efdf93d52791c09a SHA1: 5d504b86a955fdd325f583c2c10b4eaea7e2b5c6 MD5sum: 0a25aa1b4061ce9c6efad6314ba108bb 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.0-2noble.20250321.131435 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.0-2noble.20250321.131435_amd64.deb Size: 22270 SHA256: 6acaf7b73c7d4288ee033f67fdd8edf2b36f94d7c9396c5b1934c798ca460c41 SHA1: 0014b7363c4e99bf55923c2930bbdc79a2fc2cd7 MD5sum: e0e8cefb702022b7d401d0d5a2155a83 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.2-3noble.20250321.135253 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.2-3noble.20250321.135253_amd64.deb Size: 12386 SHA256: ce5fedcafd009acf049bb92c6d24514a8d46aba437ac631fa4651f4c9060674f SHA1: 31c5979e7f88cb1d77ca283c50890be28051ac15 MD5sum: a3b35b485fa2d4756c3b37a3a68c26e6 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-jazzy-rqt-reconfigure Version: 1.6.2-3noble.20250321.132249 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 299 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.2-3noble.20250321.132249_amd64.deb Size: 61018 SHA256: 6a2bf8c87a15e6f15d75eb3c6ebb3cf3e89ac3b94774a2e53c77da1d957c2f7f SHA1: ef77f179fe100e730e3f8e605d98dc5d3eee1911 MD5sum: 6e95ea52aa5ea23615cd799db78c3e7c 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.20250321.135505 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.20250321.135505_amd64.deb Size: 58238 SHA256: df1434b14d84e25e15c06c231a93c346645a790ca5d7d90448108f0101646591 SHA1: 5a3dc135853c5a0559b49332510b2905fa960717 MD5sum: 8b3f873c84642110a02c6faf1044e297 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.20250321.135258 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.20250321.135258_amd64.deb Size: 37000 SHA256: 4f80c6d2a5dfd4e11b8e86a35e26e50cd5f38d618805c57963aba7a146cd2f9c SHA1: 58ab70affbed921e2724ef2d0ec1b750dfca2df3 MD5sum: b722a7b74dcdbd2dfc88739e3724dec0 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: 1.0.1-2noble.20250325.164151 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 94 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_1.0.1-2noble.20250325.164151_amd64.deb Size: 14286 SHA256: 084f64bab1ba469023d46c6604afed474bea0b2fe35b68b6ade5e8288b1a56f9 SHA1: 8856dc3f2a7467235b4d1a5e946b72bde8d0cb8e MD5sum: d9608c3e453fbcb9c24dde04c14049ec 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.20250321.132113 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.20250321.132113_amd64.deb Size: 16664 SHA256: 285df3471274175f7d8e4a534a490f2c8837897e8053e446bc118aab81125df3 SHA1: 546f82f8ff09986b82895c847e0572d6589d5341 MD5sum: aa8d463ad43ee6a432d9d4af1f7b5592 Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-jazzy-rqt-service-caller Version: 1.2.1-3noble.20250321.135303 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.1-3noble.20250321.135303_amd64.deb Size: 19268 SHA256: b36055d32475e31bd5490fff8aa6f22f4f854315bc2c91304030bb73bbbabad1 SHA1: 84e1d303ce437a9f1a0f0552697266e5d321ab69 MD5sum: 7afc94a8e9f70ea120fdd00b575cf1b4 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-jazzy-rqt-shell Version: 1.2.2-2noble.20250321.135322 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.2-2noble.20250321.135322_amd64.deb Size: 16332 SHA256: 930ef589d55b22096806d83bfd6bfecb6a5a8e47458931ff7136934c9c77a277 SHA1: f8051d5c382e28b49592e05fde6ab5b38dc43941 MD5sum: f20545010d655be37f78a277e7770c9a Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-jazzy-rqt-srv Version: 1.2.2-3noble.20250321.135218 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.2-3noble.20250321.135218_amd64.deb Size: 6916 SHA256: 42a8d0f16b6d1ce0139f60d9754ae59435cfbe066291404e1b5defc065acc078 SHA1: 9e708802623170af8b9e3d8521e11044d12f7e98 MD5sum: 3dc25cc9640c989af149dd754e183ada Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-jazzy-rqt-tf-tree Version: 1.0.5-1noble.20250321.140351 Architecture: amd64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-dotgraph, ros-jazzy-rclpy, ros-jazzy-rqt-graph, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_tf_tree Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-tf-tree/ros-jazzy-rqt-tf-tree_1.0.5-1noble.20250321.140351_amd64.deb Size: 17120 SHA256: 4064557bd1635232161165392211b4c312d78e2f5997c488290251cd6b277bfe SHA1: 3ed000ba974dba5cda185c41b69ed5f296fa9144 MD5sum: 11a4321ae3d94633eb73670aa5ad5109 Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-jazzy-rqt-topic Version: 1.7.3-1noble.20250321.132100 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 104 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.3-1noble.20250321.132100_amd64.deb Size: 24700 SHA256: 71aafeccbf10084959761762d308dff678c9a2298c9f49dd48046774acab6488 SHA1: ca778ec687a05b479b55398ffd7f207557fa5b05 MD5sum: 9fa96cee9b62c683c42b610875e7dd3f 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.1.0-3noble.20250321.134856 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 85 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libfmt-dev, ros-jazzy-rclcpp, ros-jazzy-tcb-span, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl_1.1.0-3noble.20250321.134856_amd64.deb Size: 17070 SHA256: 5d4ffee9227ed6a947d92d410688972193826c8691b01987ecb25c02b133f2fd SHA1: 5a675c5c8096c0f33af57c7ff010581530ca4448 MD5sum: 146ebde4c703ffd140e8495dedfd7d47 Description: ROS Support Library Package: ros-jazzy-rsl-dbgsym Package-Type: ddeb Source: ros-jazzy-rsl Version: 1.1.0-3noble.20250321.134856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 159 Depends: ros-jazzy-rsl (= 1.1.0-3noble.20250321.134856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl-dbgsym_1.1.0-3noble.20250321.134856_amd64.deb Size: 146440 SHA256: a5bc752df4b3df0ed9370a077d7823eb3289aa2cdd70aff85db147979a6b749e SHA1: 6f8c9c7543de7a2b97eae0acdaadf2db487568b8 MD5sum: 3186f57bdfdc33e19273c9229a055d51 Description: debug symbols for ros-jazzy-rsl Build-Ids: 2ba3e8707c6b502cbf43620fc6659050ea51ed3d Package: ros-jazzy-rslidar-msg Version: 0.0.0-1noble.20250321.134905 Architecture: amd64 Maintainer: robosense 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-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.20250321.134905_amd64.deb Size: 46548 SHA256: ee012a05c5e1459e1afad227dd59851ac9ecc5319789078a2bf1041258666ec6 SHA1: eaa6d8429478c3638f399f0b58b52bf9d48eb12f MD5sum: f82c75275f75876f6017eba35db629f8 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.20250321.134905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 309 Depends: ros-jazzy-rslidar-msg (= 0.0.0-1noble.20250321.134905) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-msg/ros-jazzy-rslidar-msg-dbgsym_0.0.0-1noble.20250321.134905_amd64.deb Size: 212106 SHA256: 4671ccf9fb61d2878246e9deb63f7374a9f20ed23ba2948dbe6fd272e0f6c5ae SHA1: beab9ab7e2ad37eadb9976f0b5671d82151a3271 MD5sum: 7d2d56e1b4c9b6a2ecc676b4f6e0515b Description: debug symbols for ros-jazzy-rslidar-msg Build-Ids: 1a365294e687f5482d5db8e738d28abdd4fd64bc 3f89f69ed47acd9c41272da9735784bd420d018d 4e99548946413fda67ee88e1f1db8380c266f271 785be06856f6f777ffee54ef7c79d94b942c458a a22d48dd5d1fc07eaa0ea364762255fedee4b9fb aa3e2823c1dda51ee184230b851fb3302e10538e afae8525d17e3776e36f7d48dc09f6df56a12dd5 bf5cb74091c04eb9786ccbd02539ae036fb5304a c191c3c2dfd8ce1395b0f6acbdc2817d4acd5a82 c4d442ec2d01eb246394c69989d6ceba1b86866b e62a9de948ea4923b0722bdc605dad67e6003f5b Package: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20250321.135200 Architecture: amd64 Maintainer: robosense Installed-Size: 857 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.20250321.135200_amd64.deb Size: 201194 SHA256: 8e6c2175fe3cb7db9cb951cc0fac2a1d8eb6e18504a4a74dc68a624b8209f67a SHA1: c594e1a1f2298133b55d4877f245c3999c2285b9 MD5sum: 0a6b4a466d278d69cc68ef075795a6dc Description: The rslidar_sdk package Package: ros-jazzy-rslidar-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20250321.135200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 3712 Depends: ros-jazzy-rslidar-sdk (= 1.5.16-1noble.20250321.135200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-sdk/ros-jazzy-rslidar-sdk-dbgsym_1.5.16-1noble.20250321.135200_amd64.deb Size: 3255386 SHA256: 17a1bfe8bfa0a04643fbbe3dbcdf92525afd2defbb3687b23e0a9634aece51d1 SHA1: fd44f34daa5eb41b173c997013c334a66a87403d MD5sum: 5981c896f1b942da66d5c11872184a85 Description: debug symbols for ros-jazzy-rslidar-sdk Build-Ids: 938927fab7a7ec45de325deb3e3b1082f55be139 Package: ros-jazzy-rt-manipulators-cpp Version: 1.1.0-1noble.20250320.191151 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.20250320.191151_amd64.deb Size: 131620 SHA256: 26c800161bb38c28cfc91cea4948f68acdf63500bf7dc43d12d6c9d70b5af551 SHA1: c0b5d708c1f6663ec6fd1c36c52b73675a424b99 MD5sum: 7d2525393e1dcebbe8d119b408f9f055 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.20250320.191151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3949 Depends: ros-jazzy-rt-manipulators-cpp (= 1.1.0-1noble.20250320.191151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-cpp/ros-jazzy-rt-manipulators-cpp-dbgsym_1.1.0-1noble.20250320.191151_amd64.deb Size: 3866276 SHA256: 5c9149e12f0682b38a1369ea06469ea3a1ebe338db07fc1399dc6174fb2f9682 SHA1: 1637e516e2106c94b62b4f30c4e6e9b7e54657f2 MD5sum: c4ec19c7368c9fd5b70a0b49cf92947f Description: debug symbols for ros-jazzy-rt-manipulators-cpp Build-Ids: bf27aa5f5c4e8cf28d4cb5d38dd28a80bc3a8c7a Package: ros-jazzy-rt-manipulators-examples Version: 1.1.0-1noble.20250321.134924 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.20250321.134924_amd64.deb Size: 22744 SHA256: 7fc1eb731f5613970d889cea3c332a1aacd28703717a5b8074854c63e883118c SHA1: 9178cf2dd1d8ed9e417faa545320ac9ebe1bbcf7 MD5sum: deccac760f4885680b8b212fb577de80 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.20250321.134924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 520 Depends: ros-jazzy-rt-manipulators-examples (= 1.1.0-1noble.20250321.134924) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-examples/ros-jazzy-rt-manipulators-examples-dbgsym_1.1.0-1noble.20250321.134924_amd64.deb Size: 496272 SHA256: 1f91fbd61f8d18deb00f8cbc3e6abcbcc6cb10b47b7f98046ad7fb68b3cce9ff SHA1: e23339374b69d9698c5054562780b8fc7115aea0 MD5sum: d6e88368011ccdd58045a7edc43abf6d Description: debug symbols for ros-jazzy-rt-manipulators-examples Build-Ids: fbf93d4b3d699c888c02b1c64c3e94cd9c856e3c Package: ros-jazzy-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20250321.134035 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.20250321.134035_amd64.deb Size: 103588 SHA256: 52e6842b40f48e4423271a5d292a6c39fbbf01fa93d0d7217784fbe780dbffc2 SHA1: 7f52da5ca3bd8b54d111d47623124754bac61d8a MD5sum: 36e5bb4ea9c5cb87f3168798b6f1bef7 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.20250321.134035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1773 Depends: ros-jazzy-rt-usb-9axisimu-driver (= 3.0.0-1noble.20250321.134035) 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.20250321.134035_amd64.deb Size: 1621198 SHA256: 5bb337e0359afb7e44dc09f52d64c80e4809eaa5a26627a01a8b1b98721536a6 SHA1: 5da11821d9f0583b427443f2028b465adbf8947d MD5sum: 69b94c20cb9e4d619a0bbc794b69de2e Description: debug symbols for ros-jazzy-rt-usb-9axisimu-driver Build-Ids: 067a7500906c476f89351aae902090066b4f0fba e71f97ec59d83f323eba5926bd24258029e69afc Package: ros-jazzy-rtabmap Version: 0.21.10-1noble.20250321.145734 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21098 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.21.10-1noble.20250321.145734_amd64.deb Size: 5891760 SHA256: 2cb62837e87e8a505221466c5b11754a6b3a1c7976884b06f17ed2b4840ffc8b SHA1: 3c8763d2c8c32aacab290f23fd980145554903db MD5sum: 79dbf183c23cb52b172851887326dbd3 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.21.10-1noble.20250321.161316 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 493 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-geometry, ros-jazzy-laser-geometry, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions_0.21.10-1noble.20250321.161316_amd64.deb Size: 168074 SHA256: 6657e2a67fafbad9d76882646e29e52d03b0f8e40de884c4dced5f49d707f4b8 SHA1: 8ba330ae641d6d80f551abce1c9559724e4e5727 MD5sum: 7cc5be678caa937933ed386a69877790 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.21.10-1noble.20250321.161316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 3079 Depends: ros-jazzy-rtabmap-conversions (= 0.21.10-1noble.20250321.161316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions-dbgsym_0.21.10-1noble.20250321.161316_amd64.deb Size: 3021342 SHA256: 1306df103b45b69e8f107e7027df995af7eaac6dc78c72f32ef0635d2bd18636 SHA1: 31fcdc65ef9026783104bfe25484a1180c55520b MD5sum: ac8e0e3113c13d3d1acbddb3a918373d Description: debug symbols for ros-jazzy-rtabmap-conversions Build-Ids: 649cfd109ed5e41ec676f1c4ada1bf60148d0178 Package: ros-jazzy-rtabmap-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap Version: 0.21.10-1noble.20250321.145734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 111649 Depends: ros-jazzy-rtabmap (= 0.21.10-1noble.20250321.145734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap/ros-jazzy-rtabmap-dbgsym_0.21.10-1noble.20250321.145734_amd64.deb Size: 108617404 SHA256: ab459bf29e262ab43f4fdfe89eaa1a44f8763e4de1104b5182d5e1ee52434ac4 SHA1: b6d99103ca738b767a41f655fe8b7fc43cc22ce7 MD5sum: 45ea1576f607f5cad674ff56a85e9fc9 Description: debug symbols for ros-jazzy-rtabmap Build-Ids: 04f8f45ccc80f72b25a16d96546c193b6f4acf77 1b687c79882300dba84c5df20ee4202e2134ffc5 224c84d3eed6443a3f23f64503a524fb845ae6cc 2292844dcbf7d18e392caec501fb0d03f7a0f900 276dec3d423acd0cf516c8248bce42b76933436e 2bfe2ee53f1d56cceae61672ce2d573a10d0e404 375a17e7f747b80926b2ac494910ab6a6299e79f 55a2e0c847fcc33f091d18f2669167996b5d261d 580226ec3c17fbf1665965a73b491a856e30c0fe 6175440771dad75109372aa936615d652fd8473b 67e0c9e11743ffe77ecd7ec2ec8bb83373d8c0f9 68453803672b9cf6c90627c3c1cbe84a03682f39 6849309388d1a4e7acffdede12decc752153a458 81959bc039650dab7fe6814575b8c9d7417414a2 8978b9f73fbd308b036b8d87508122585802dc57 8b53de3eeb05c56d92c5ec485b01725c278b68bc 943c0e500eda652e5de4ff1e61276c2692f8619d 9a8a704e01bbd851929696251e97d14090bb3849 a07c8d0098a867f2c81009189d66d35308ccdca9 b3d71aad2735bc540f00e6ded221732bbc5e7362 bdc90abf43bd8d93d98c1ddc5458404517eb0007 d45403907e514a948879ff1c0c39e14271c9fc0b ea8d4b8105a1fe6994b5698d499a503659de1c72 f283afc9d7ed3857671f8d8fab2df8e35fd250be f787ec59fc81bb34e22cf788bf34ff917b4a6c83 Package: ros-jazzy-rtabmap-demos Version: 0.21.10-1noble.20250321.183443 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 341 Depends: ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-demos/ros-jazzy-rtabmap-demos_0.21.10-1noble.20250321.183443_amd64.deb Size: 115272 SHA256: 0a360022ce8ab61415843af71a037941ae6a3dba11137853e80851bac98ac31a SHA1: 1a042d70e1dea86c253c972df8bf5253b4b01931 MD5sum: 1db92ecbe0cce445b5ba988428cc2811 Description: RTAB-Map's demo launch files. Package: ros-jazzy-rtabmap-examples Version: 0.21.10-1noble.20250321.183151 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 145 Depends: ros-jazzy-imu-filter-madgwick, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-tf2-ros, ros-jazzy-velodyne, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-examples/ros-jazzy-rtabmap-examples_0.21.10-1noble.20250321.183151_amd64.deb Size: 17834 SHA256: bee0bb645f3064dd91c76d1dd018c9056d6c2d26deb25161042d7572dd14537b SHA1: a774926012da7a2dc3a804a3dd849cfff88777bd MD5sum: 3b048bf3cca56fb0878f09f9f20a84b3 Description: RTAB-Map's example launch files. Package: ros-jazzy-rtabmap-launch Version: 0.21.10-1noble.20250321.183230 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 96 Depends: ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-launch/ros-jazzy-rtabmap-launch_0.21.10-1noble.20250321.183230_amd64.deb Size: 12672 SHA256: 35db52ab0da1749633701bdb04e8df0786440ca391b374050752daf7f6ad831a SHA1: 3492486b213f5b9519d3997887dc50bb161fea40 MD5sum: bcf8bac1df88d480e947951a11e4afad Description: RTAB-Map's main launch files. Package: ros-jazzy-rtabmap-msgs Version: 0.21.10-1noble.20250320.224403 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 11910 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs_0.21.10-1noble.20250320.224403_amd64.deb Size: 790438 SHA256: 386439a986400ddfbedd09bf8d6a482d57cbc8af04e278ab927391f69900c702 SHA1: 253e7fdee54b02a3524f5eaf491eeff0120faf14 MD5sum: 8746b18883e138facdd5f92b83766152 Description: RTAB-Map's msgs package. Package: ros-jazzy-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-msgs Version: 0.21.10-1noble.20250320.224403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 10080 Depends: ros-jazzy-rtabmap-msgs (= 0.21.10-1noble.20250320.224403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs-dbgsym_0.21.10-1noble.20250320.224403_amd64.deb Size: 8473508 SHA256: 1c7bd7fbd942a417d89f9aa8886f10d2ac21c163dc7b12c36c5180c2d7ed5be3 SHA1: 80af1c0e9abd0091bb16005090ab6d3db36903b6 MD5sum: 21be8b8d121c4f346108c86657ed841a Description: debug symbols for ros-jazzy-rtabmap-msgs Build-Ids: 041740c416175208c5376336ee54b1d42fdfe5ad 0a4f164bfccc0f8124a076dbc2f3be36d1a63f23 102d4d26b4f41cb7be195361d68db0b1470cdc10 23354848656a86477d5b4bc7b1d9f363f5667d43 532eea31e72df4e0fb8728b34c131e50a1b9755f 7104a3d5998425044afc1868ecf83a4e711512a3 7bf15f056e8048c53c5d626c3d5321f91a953974 ad1c5b3d4073009660edd55ced5b8a825a975f48 c51d44ea7604df44c3e1732e7358c1b6f02e7b05 cd8e3321bb0571eff4c2909ff26decb8bb42b275 f1cee255bac3151e7fca47a2c0169762c20720b7 Package: ros-jazzy-rtabmap-odom Version: 0.21.10-1noble.20250321.180100 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4481 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom_0.21.10-1noble.20250321.180100_amd64.deb Size: 753902 SHA256: 36ee303789814e31dea997ed5e8d8038ccbe28e02fb3b59e9840a5f1a63aef7c SHA1: c937644eb2799828d3af2f84c925e34cd3f84e98 MD5sum: 197d3fa6511e790b6d821a996a9a3fbf Description: RTAB-Map's odometry package. Package: ros-jazzy-rtabmap-odom-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-odom Version: 0.21.10-1noble.20250321.180100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 23611 Depends: ros-jazzy-rtabmap-odom (= 0.21.10-1noble.20250321.180100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom-dbgsym_0.21.10-1noble.20250321.180100_amd64.deb Size: 20980602 SHA256: 95e8a64aba4dbebf6d6caca11a2715e1900b783e9acd3413ce4ae150ec668693 SHA1: afa37c93a4b82439919556652bc8d3a24e60986c MD5sum: 73fd1ac5b0aff3e1794549f9f1fd5e88 Description: debug symbols for ros-jazzy-rtabmap-odom Build-Ids: 29d275292c1474caa5e5a09df96c9db1c2c27c6f 4aa3d9797c1fae5fd0ec6ba1fc286b3272f352e8 a7aeb0a748b827e6f12060c6bac9d645b50551aa c104ba7072fdac1a2b34be9424124dbe202c11e4 c7229f69d09b73a7f499df2b764b83af5f105d40 Package: ros-jazzy-rtabmap-python Version: 0.21.10-1noble.20250320.183507 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 34 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-python/ros-jazzy-rtabmap-python_0.21.10-1noble.20250320.183507_amd64.deb Size: 4142 SHA256: 63833ed96ec8a106711828f1ab90e1b594e4e3f615dde1a9a6a7c990c6de3324 SHA1: 5b256b0c12718bad272896f94012ad3b7cbe99a2 MD5sum: 0d8875cbae72f4611817b9f2b3d766fb Description: RTAB-Map's python package. Package: ros-jazzy-rtabmap-ros Version: 0.21.10-1noble.20250321.183738 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 42 Depends: ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-demos, ros-jazzy-rtabmap-examples, ros-jazzy-rtabmap-launch, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-python, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-ros/ros-jazzy-rtabmap-ros_0.21.10-1noble.20250321.183738_amd64.deb Size: 5218 SHA256: d787ac4352d4f4c99c68db854852fe77450c50122a1a50efd47bfa5582cd1b76 SHA1: 8c1f1a9c92ad331ee99399f545df9ebd7ce3a26c MD5sum: 9a6c3d21a9e351d240b40d65db3e8767 Description: RTAB-Map Stack Package: ros-jazzy-rtabmap-rviz-plugins Version: 0.21.10-1noble.20250321.162554 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins_0.21.10-1noble.20250321.162554_amd64.deb Size: 292942 SHA256: 398ab6c720ec4ff627aa701df3b55c0c302bbd44cc3e6abd0dca64eda9028911 SHA1: 1a545ea8083e8497081c8a196761641a54aa51ca MD5sum: 781dd5856f8008e7d676fe3aee6f3b29 Description: RTAB-Map's rviz plugins. Package: ros-jazzy-rtabmap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-rviz-plugins Version: 0.21.10-1noble.20250321.162554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 10300 Depends: ros-jazzy-rtabmap-rviz-plugins (= 0.21.10-1noble.20250321.162554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins-dbgsym_0.21.10-1noble.20250321.162554_amd64.deb Size: 9319040 SHA256: 2c070d5050c1dbb16d3a487f81268728475cce74b062a6f49a8c2e9e1cd6ea15 SHA1: 6161af1feb88961a76f6a2848c16cc6a685dc997 MD5sum: a152e62bdf4fb80795186f96a8b5eb2d Description: debug symbols for ros-jazzy-rtabmap-rviz-plugins Build-Ids: deba1fd1985b2aed6a8eda3f72514666f4f6dee8 Package: ros-jazzy-rtabmap-slam Version: 0.21.10-1noble.20250321.181715 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4918 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-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam_0.21.10-1noble.20250321.181715_amd64.deb Size: 751086 SHA256: dd9690bebf8111a6bd1f17e20173cae5963701fa5c4c9e358d05122df48bf444 SHA1: 47b47db4db3a94f733634faa8c5913f1a9321d81 MD5sum: bff0ef9ede209a946ed708463faf96d2 Description: RTAB-Map's SLAM package. Package: ros-jazzy-rtabmap-slam-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-slam Version: 0.21.10-1noble.20250321.181715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 22651 Depends: ros-jazzy-rtabmap-slam (= 0.21.10-1noble.20250321.181715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam-dbgsym_0.21.10-1noble.20250321.181715_amd64.deb Size: 18848206 SHA256: c764db49423e5c9a74c83b99a4bad6c2c275fba44397148e79731efa4fd29782 SHA1: e8990eb86b85d57e5fde44bf05153d06adc272f0 MD5sum: 7288b6fb0f39f19fcc69c0d023132ac2 Description: debug symbols for ros-jazzy-rtabmap-slam Build-Ids: 5b1ac7581ad1c8552ce2489d892637c70f21d743 708faacd842e22ddc587bdb87e056b6e8348935d Package: ros-jazzy-rtabmap-sync Version: 0.21.10-1noble.20250321.164724 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 15135 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-updater, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync_0.21.10-1noble.20250321.164724_amd64.deb Size: 1758556 SHA256: 3fdee92405a2e03ce313015d6967a4ee765e8aedff21f1fd91c9946f18f13f7e SHA1: a7b3cec13d096a696bc3ca6a16fd9b34b9f0653b MD5sum: 30369321099a42a90843ac91c67e8b3d Description: RTAB-Map's synchronization package. Package: ros-jazzy-rtabmap-sync-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-sync Version: 0.21.10-1noble.20250321.164724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 66697 Depends: ros-jazzy-rtabmap-sync (= 0.21.10-1noble.20250321.164724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync-dbgsym_0.21.10-1noble.20250321.164724_amd64.deb Size: 56638272 SHA256: 48fbec975df68895b0c23d9e48b568ef34801f03ba3d89518e011abc9bfb88f5 SHA1: ad99d557b91862abaf9e1196c9e719e123bc29ed MD5sum: 70ce428cf8c85100eae2df8e87809a95 Description: debug symbols for ros-jazzy-rtabmap-sync Build-Ids: 4018cb5cff3f1de8829697682aee86f01fa43569 594a69d0a9209410f7ef5aa9577a3dad7cdb4538 63fb37ced8884d73317dac49e0c3c884fa7f5f05 8c1258fc25defc3582e87a677527d579e016cf24 da5be0ad3d545efdb1089a41a2959ad092604e95 db0f48c6829a6f437682c23e799b25f4694b2efb Package: ros-jazzy-rtabmap-util Version: 0.21.10-1noble.20250321.163903 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 5231 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-octomap-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util_0.21.10-1noble.20250321.163903_amd64.deb Size: 855130 SHA256: 405c8598c84f62b9f78460b3071442d173952f8e489e4a0b6f99a261a6107cd0 SHA1: 2c4f9794ce13158cddbed569a27c137c26400cb5 MD5sum: c0d888b1d67f418c20d545a96140a8cd 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.21.10-1noble.20250321.163903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 35023 Depends: ros-jazzy-rtabmap-util (= 0.21.10-1noble.20250321.163903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util-dbgsym_0.21.10-1noble.20250321.163903_amd64.deb Size: 31504186 SHA256: edf4bdcd88cb298113df65603d828755a1615fbe3a268b22f536dc8ca6c339f7 SHA1: b80dd57bc5ffda5e9cb2ef89f54223b992a0cd49 MD5sum: b449cc1aa3b647b84016c7f682666f4f Description: debug symbols for ros-jazzy-rtabmap-util Build-Ids: 2a60d667e9317f3e9d5183282d71723408bc2b3f 3f479687237c6304245b1f398b9dd449c144338e 45c8d115c6dff19cf3d5a488e75861a43d876185 562c34307812b4ab8a476caba37dc16c03b01c21 67c4956223ddfaac035a87913819a723dc6169ae 6c007b9578c8faa2c624671bfa2b6a41702cb3f0 7e0dffc147b3b7e64e684c963ec10d54bae146cb c4ee6d2d82fafeccecbc3b685e10279b6a942dab cb5d0bb91133e460b4c5dc0e5896a2b0a8030f83 ce282c115a1bd49c5fc758ab3a9ce4a7056c1e19 f76cbe9cd802914a13b149d279d55047eb2bd668 f8e9cfc1b027c688a4cd760a5cb6bd1f729eb997 fcc5382bdba39e6aca4ea126c2b0b62adf97bee6 Package: ros-jazzy-rtabmap-viz Version: 0.21.10-1noble.20250321.180050 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 2013 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), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz_0.21.10-1noble.20250321.180050_amd64.deb Size: 372340 SHA256: 00d039255ed2cdb3491743fa3e02c5776a711d136a176a8c98a0e2dfc6adede7 SHA1: f4a5c3c6b06edd057dc236bb9d0f24c4529ed1b5 MD5sum: c98cf2ae227d42bd14cf96d6abc8d64e Description: RTAB-Map's visualization package. Package: ros-jazzy-rtabmap-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-viz Version: 0.21.10-1noble.20250321.180050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 10804 Depends: ros-jazzy-rtabmap-viz (= 0.21.10-1noble.20250321.180050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz-dbgsym_0.21.10-1noble.20250321.180050_amd64.deb Size: 9326388 SHA256: 7745c37d0696589df16840c541a94d0d3baf3c96333036a547f2a4766373920a SHA1: 69dde14acdba323313bb7f42ada608b8fba2741c MD5sum: 00b7f491ac5113cdc47c78b67f34a77e Description: debug symbols for ros-jazzy-rtabmap-viz Build-Ids: 27f1c6ad57f7c30436389744f7b2130dfdc48ebc Package: ros-jazzy-rtcm-msgs Version: 1.1.6-4noble.20250320.222000 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 435 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.20250320.222000_amd64.deb Size: 45162 SHA256: b44c989a6e2c22e354fcfc8123f2aee65ca16f3d1f81c1913a78293fb66dd008 SHA1: 426e14b9bfe83112c19f3f103e51cf5e3ab7d5b1 MD5sum: 2febd272a79f552380d6a42bfcb70faf 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.20250320.222000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 297 Depends: ros-jazzy-rtcm-msgs (= 1.1.6-4noble.20250320.222000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtcm-msgs/ros-jazzy-rtcm-msgs-dbgsym_1.1.6-4noble.20250320.222000_amd64.deb Size: 208676 SHA256: a855cf0e97b8ca8ebbc6f212db70ac573205ff7a6f6968f0c232cc8704ade8ab SHA1: 3bffbd18bb82b6b3ed32bf53c32e353d6d9f12c5 MD5sum: 1b0c5f24b7f6a9f12e97f01945ea2bce Description: debug symbols for ros-jazzy-rtcm-msgs Build-Ids: 401a6e9b50969754c9fc5fcb1ba288ee165c9c71 498123544168532774d5bec7076f72cb3aa6e24e 5505f204b48a5725d172e70b76b239ea3a23884d 58657447eedb2c6b1cb4d84945520232f671bdb4 8619ac2bbe87e364f37e1762ebef0371b3302c92 9fde66852be90e1faa61a447e12ae5fa851ef55a a82971350f4e7f0816d8e4ebfb019e13a157eada a89f61f257ac5ed24483d54e30ab456ff5f99c58 ce977986528f24fce8152e41285c9015459e189c eeb5ea9c2de30db0072a62a333fa73e066afee48 f082d7eb4dff6d1c1eec0245c031afb040f33e4a Package: ros-jazzy-rti-connext-dds-cmake-module Version: 0.22.1-1noble.20250320.190257 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.1-1noble.20250320.190257_amd64.deb Size: 12314 SHA256: 4daaa1a365ff44fa6fcd34cd787b94a65e91655e52778254c5d051a7c26db713 SHA1: 8222d1964b94a3d851aaddb833fe83b43f727860 MD5sum: 2ac4a4a2916a1ac159aab986239d69eb Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-jazzy-rttest Version: 0.17.0-3noble.20250320.190309 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.0-3noble.20250320.190309_amd64.deb Size: 30678 SHA256: 106d9c04c73dd8d15ea6753c088754bd5bd68df0856a48b3c6307315070f5acd SHA1: 1741171b86e44490d25cc73aac58e298e473d303 MD5sum: b582d3ff9df4062155942b34acb93107 Description: Instrumentation library for real-time performance testing Package: ros-jazzy-rttest-dbgsym Package-Type: ddeb Source: ros-jazzy-rttest Version: 0.17.0-3noble.20250320.190309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-jazzy-rttest (= 0.17.0-3noble.20250320.190309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rttest/ros-jazzy-rttest-dbgsym_0.17.0-3noble.20250320.190309_amd64.deb Size: 166180 SHA256: 444c5695b45517b8c2b7ff1ad2423bc1be719b50bc6c87599e9bd6dbed9f6e57 SHA1: a4f9f205bc3dda85e915f9c912d0aeadc1de0a1a MD5sum: 4de7fae18394b78bde33ec9328176799 Description: debug symbols for ros-jazzy-rttest Build-Ids: 027b1ca1b007c9c5c5ad1dbb09ccf7ef0f30ccd9 Package: ros-jazzy-ruckig Version: 0.9.2-5noble.20250320.183517 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.20250320.183517_amd64.deb Size: 75238 SHA256: 6e15ecdad433509fea2226b89c983a9f8d034e150cecf23c1d27a4a6d610ba9c SHA1: 88952232337ea7dd282f4f60b1dcfa20a4a34d24 MD5sum: d014009a3a90561c766a9ee02f757365 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.20250320.183517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 233 Depends: ros-jazzy-ruckig (= 0.9.2-5noble.20250320.183517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ruckig/ros-jazzy-ruckig-dbgsym_0.9.2-5noble.20250320.183517_amd64.deb Size: 215216 SHA256: c5fac861db042b590c65dc704ce745ec47a3408e30df64b127e04cc26bc24431 SHA1: 7cba591b55042496f71db26caf45a527f0e10842 MD5sum: 18c30bed4f60aecddca74ffeac6a989d Description: debug symbols for ros-jazzy-ruckig Build-Ids: 5b07f38ff6c141a16348cf7a143238e2420c42e9 Package: ros-jazzy-rviz-2d-overlay-msgs Version: 1.3.0-3noble.20250320.222041 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 506 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-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs_1.3.0-3noble.20250320.222041_amd64.deb Size: 48514 SHA256: f32df4cb0e97d6ad4b67b8a5c1357050c89ee05c87596ca65b68232f637adbbb SHA1: 21cbbe4da5719ce8c9b1678efd011baa9c90adbd MD5sum: 68e37a68ef6c0d7e54b2a6b3a1ce2731 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.3.0-3noble.20250320.222041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 304 Depends: ros-jazzy-rviz-2d-overlay-msgs (= 1.3.0-3noble.20250320.222041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs-dbgsym_1.3.0-3noble.20250320.222041_amd64.deb Size: 211026 SHA256: 6d28d2a15190aeeec41a8fc558b4c8c809e2c9997ab4a6882498b90c3675d8af SHA1: a486cd5bc96f192dbe356befa047e86155db445b MD5sum: 2a9ae5ead6e96baa1195823d103e230a Description: debug symbols for ros-jazzy-rviz-2d-overlay-msgs Build-Ids: 00ecaebe31cb354080b4b66114ec3462f6c15faa 0851288b2fb4a80dc7bb8c26ee1df8e931058d80 25455ee803d27bf6074e07d2bdb119f202f4b2f6 3e704b54357ff78c8a24fdcbc574d0d0004afbd4 4945446170d718ec764ac794f3afd29f3aa2e7eb 4e0448231ed1758e4fde2bd40dbd7cae3564b5d3 59fca940ec939fd23e168886387652a2980251eb 672b8a897ad5d2017fcce56a07fe4dc4e7488c6f b680b1876cc82681a6b5c65e93e108d7aae1f5e8 bd5adc52d55d8d68040cd876cb40b0d1502a9236 e202a92a7986a0156e6ccc6aae45a9b3e1899087 Package: ros-jazzy-rviz-2d-overlay-plugins Version: 1.3.0-3noble.20250321.150308 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1463 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins_1.3.0-3noble.20250321.150308_amd64.deb Size: 294860 SHA256: 2c1cfab3c31a06effeb4a4f489843617ec8915f3d5c37fbd9db28893c3fbbe96 SHA1: f9dc236e67ada64862fd5d01c52179347388e86e MD5sum: cd13e4cb06679f85fb13a40bf810434b 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.3.0-3noble.20250321.150308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 8763 Depends: ros-jazzy-rviz-2d-overlay-plugins (= 1.3.0-3noble.20250321.150308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins-dbgsym_1.3.0-3noble.20250321.150308_amd64.deb Size: 7811452 SHA256: aeb43a8df8276c16e8baa100a10ae06494d03a5a8b69b86a4d69f9415601b943 SHA1: 5858c1c26078ce3660374da6a2e1759fcaa5a8cd MD5sum: 4b0306ee33eaec8f678cdf74046d424c Description: debug symbols for ros-jazzy-rviz-2d-overlay-plugins Build-Ids: 1f5ba9be369df4ccdf7dab1af85375d8eb4e1c94 84fcb8fdc1e2a9dd5c4307785449b4e81c69426e Package: ros-jazzy-rviz-assimp-vendor Version: 14.1.7-1noble.20250320.190308 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.7-1noble.20250320.190308_amd64.deb Size: 8140 SHA256: c21cc2228c3083f8d436c08513c87ea4e7229c057bc7cffc6c0bfca170eaaed2 SHA1: 32a247b6a8559154497807670f61945f08f976b4 MD5sum: ea803d8448aae3df848b72611967d555 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.7-1noble.20250321.140431 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2514 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5svg5, libqt5widgets5, 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.7-1noble.20250321.140431_amd64.deb Size: 626556 SHA256: 145d641f317335fcaaba3ac1a5b492fa41416dabf728d2a79772eb6c13023a78 SHA1: 2ccead4eafeb9b618adf70b3ea07b44b4b2db063 MD5sum: 614f165a281472748436bf2154c705c9 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.7-1noble.20250321.140431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 26678 Depends: ros-jazzy-rviz-common (= 14.1.7-1noble.20250321.140431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-common/ros-jazzy-rviz-common-dbgsym_14.1.7-1noble.20250321.140431_amd64.deb Size: 26411300 SHA256: 83234ccaa12c76ce7629d37c845f3afd4e338509759e3915f16da2778e1160ed SHA1: bb456a64b0a26819faefcf32908730f4969b802a MD5sum: 1db1d7b7ba0a9eb3d57229a6fd6c1e30 Description: debug symbols for ros-jazzy-rviz-common Build-Ids: 07f76b975d410e5bbedb4d1db0a0156589d4b7ca Package: ros-jazzy-rviz-default-plugins Version: 14.1.7-1noble.20250321.142650 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10452 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-jazzy-gz-math-vendor, ros-jazzy-rviz-ogre-vendor, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, 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.7-1noble.20250321.142650_amd64.deb Size: 1544658 SHA256: 408c32caf5889af1d0e86462419154da0843fdd41402132a369dcdafc7704277 SHA1: 2074573ad47995aba09522ac9dfc7883266463af MD5sum: 14e7d17d016afa1e18eb467ed45ec3aa 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.7-1noble.20250321.142650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 86226 Depends: ros-jazzy-rviz-default-plugins (= 14.1.7-1noble.20250321.142650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-default-plugins/ros-jazzy-rviz-default-plugins-dbgsym_14.1.7-1noble.20250321.142650_amd64.deb Size: 78614436 SHA256: 72cd16406e4ad57e3f904db65701fc2fadbe81f0c56d1037239967cc511cc5c9 SHA1: a3a1d8f84d3668180c167c31f94cf23efe5e54b1 MD5sum: 2fdee69ca899cbd25bc028ae5ed66b01 Description: debug symbols for ros-jazzy-rviz-default-plugins Build-Ids: 8b87e9e2b04913d3abc657c6e9fbd000e5b153ae Package: ros-jazzy-rviz-imu-plugin Version: 2.1.5-1noble.20250321.142837 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 912 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.20250321.142837_amd64.deb Size: 171818 SHA256: e82b0fd05fbe2b0dfe8f16b1d250c5a0bf5697c78fca496a231459b20d704d52 SHA1: b25161a59d6036078bf2588b269017cd1604fe3f MD5sum: 499ba864e632981783de74d1b4c71504 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.20250321.142837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5798 Depends: ros-jazzy-rviz-imu-plugin (= 2.1.5-1noble.20250321.142837) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-imu-plugin/ros-jazzy-rviz-imu-plugin-dbgsym_2.1.5-1noble.20250321.142837_amd64.deb Size: 5163458 SHA256: 56ca4b481c28329dea741eafeece842d34718536679637a018fd906953c6ddd4 SHA1: 587462f753a616be4d7c0c0ef894f70cda06ca8a MD5sum: f9cdd8a5de4fb28288af2fb2b2c08f32 Description: debug symbols for ros-jazzy-rviz-imu-plugin Build-Ids: 5b55518c2d2784fa4497e81048af4af222ccf4d7 Package: ros-jazzy-rviz-ogre-vendor Version: 14.1.7-1noble.20250320.190321 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, 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.7-1noble.20250320.190321_amd64.deb Size: 3835476 SHA256: 2428f7e8246d8d887c5cbd13ab8b540714e876a07a24011e9b9fc05703014a06 SHA1: 304af0d1efaabefc780eab7f3d799179d6b7e6aa MD5sum: 69cdff2e514e03e8141c717e1065afd4 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.7-1noble.20250320.190321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 78660 Depends: ros-jazzy-rviz-ogre-vendor (= 14.1.7-1noble.20250320.190321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-ogre-vendor/ros-jazzy-rviz-ogre-vendor-dbgsym_14.1.7-1noble.20250320.190321_amd64.deb Size: 76442506 SHA256: 2f9e68750851655ba535849863257ce374e66e9e980138a63176fc6000170e6e SHA1: eada9eada70ecd13693baad53c2bf5f2f44cc93f MD5sum: 45dc9950a5a5c55f70df825960344885 Description: debug symbols for ros-jazzy-rviz-ogre-vendor Build-Ids: 02013ed1bd8a04d302400e218b07b6121d82433d 0bbeb47a500a3a4cc1417d9fe92f4a1676c546d0 212dc2eb410bdcfde541cc5f7b2faf2829a639ce 52c2d1c16d19e0ec9fe902fac5f8d8b2034bdb9c 73689468ff608151e2eb728165e121a061a592fa 74e8e2f7fd566c51af0b27e820128440b99e7924 9ead08080335ea55d83a1cda42c862b59d2f835b b033d1901990277cd6691b1783e5bfb767708ff1 b71474eb9b1e4dbb1d9492c2ec97d54f3ee44e88 da400fbdaf0f5a9e8f90049c03922e2e873cae48 dd2b0c7a35e2f2723ea77e6fce369eaf2130dc94 e81e6aeb39a0fc735b5edf2498cc33dc71d574fc f345c23cef998eb640aa4b08850c1a09966aacc6 faf494ed13e3f0c2e3abb2fb2233d160dbae2a48 fd85c47a69b1e70e4de7ff2b28e68d056b53c5ec ffe79baee769606115217919c9d6831d7ca17d56 Package: ros-jazzy-rviz-rendering Version: 14.1.7-1noble.20250320.193842 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2137 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, 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.7-1noble.20250320.193842_amd64.deb Size: 766666 SHA256: d26369464ea66376d67dc20335468692151748875fec21ccf3109d9f1ae2bf3e SHA1: 9e83cab379b7a1a2ed8d51a57565d1448968ff0d MD5sum: f29577365862711e867d038be25f8963 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.7-1noble.20250320.193842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 5986 Depends: ros-jazzy-rviz-rendering (= 14.1.7-1noble.20250320.193842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering/ros-jazzy-rviz-rendering-dbgsym_14.1.7-1noble.20250320.193842_amd64.deb Size: 5929536 SHA256: 78fd887015f939b62665fcf211a40a8ce9c8abcd701f1bb4af553c2b0901ea09 SHA1: c92a010e89efa772b30a6041d4660e62990da424 MD5sum: 20b6575eb21968eb1bfd5bf54fb78b83 Description: debug symbols for ros-jazzy-rviz-rendering Build-Ids: f7e871cff4ffa2bf5208d5f9e6216e77d80b927f Package: ros-jazzy-rviz-rendering-tests Version: 14.1.7-1noble.20250320.194434 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 Depends: ros-jazzy-resource-retriever, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering-tests/ros-jazzy-rviz-rendering-tests_14.1.7-1noble.20250320.194434_amd64.deb Size: 7122 SHA256: 4a2e7dd9de19e4a3831792077ba24498d0102d94eaf300b8cb4997a270e24e9e SHA1: f8575fdbecdc3bb520f7af68f645b02f30a04bb9 MD5sum: 3fba46e6abea5f80c467cadc239e2d7e Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-jazzy-rviz-satellite Version: 4.1.0-2noble.20250321.152635 Architecture: amd64 Maintainer: Andre Schröder Installed-Size: 724 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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, ros-jazzy-angles, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite_4.1.0-2noble.20250321.152635_amd64.deb Size: 186000 SHA256: 3ac940d5f6f7c500ea1bb6b25d379551035b683300faf3675a12289b133fad59 SHA1: 9a19633ef4364c8c8641a1f384bea21598197a62 MD5sum: 270e3fc65a64b085b310899fdc1af871 Description: Display satellite map tiles in RViz Package: ros-jazzy-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-satellite Version: 4.1.0-2noble.20250321.152635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andre Schröder Installed-Size: 4813 Depends: ros-jazzy-rviz-satellite (= 4.1.0-2noble.20250321.152635) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite-dbgsym_4.1.0-2noble.20250321.152635_amd64.deb Size: 4448482 SHA256: 24efb13aa09c469bf9527ea9d07db711e15e9e5cab470aff2d5cd40f6d1afd33 SHA1: a89db90356c30baf5a31b433555199b4d25f47e3 MD5sum: e2366afdf00041069436b461078bb627 Description: debug symbols for ros-jazzy-rviz-satellite Build-Ids: 621d154dd3ce75a7149076ad028aabfdae59f1ec Package: ros-jazzy-rviz-visual-testing-framework Version: 14.1.7-1noble.20250321.142851 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.7-1noble.20250321.142851_amd64.deb Size: 74126 SHA256: 24961455ff92277e956bfca5a4802de33a11eb233de7a1ef75f538a87e395325 SHA1: cc20e973388007da8aa0ee597363d7fb76c4589c MD5sum: 92265931ffda979e6d7d27d7b16c3c74 Description: 3D testing framework for RViz. Package: ros-jazzy-rviz-visual-tools Version: 4.1.4-4noble.20250321.153148 Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 1516 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, libqt5widgets5, ros-jazzy-ament-index-python, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-ogre-vendor, ros-jazzy-rviz-rendering, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools_4.1.4-4noble.20250321.153148_amd64.deb Size: 304922 SHA256: b66d07fd2a9230413cf5bb3bf2cad2019b90b1a6210e9afd4fa4c61c71be3d09 SHA1: 9f813200ec16d39d8ba191a1c7004c687ccbd4d3 MD5sum: fce1f5b4c03a03123b0c601f8cef11f0 Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-jazzy-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-visual-tools Version: 4.1.4-4noble.20250321.153148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 12124 Depends: ros-jazzy-rviz-visual-tools (= 4.1.4-4noble.20250321.153148) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools-dbgsym_4.1.4-4noble.20250321.153148_amd64.deb Size: 11415340 SHA256: f7db4e9f5d84eabbaf7b529f7e5847c92bdf3b63d0bb2b40744dbd14598bc5b4 SHA1: 41382d19179b62073e17f330904e604e2f93d0ae MD5sum: 4da73b11a0c60b794dc1d81bdeed7bd3 Description: debug symbols for ros-jazzy-rviz-visual-tools Build-Ids: 02c2058822389a346227e7e958e56a56b9f259d1 053e2d59c7051444476e9677d77a0062b890ba7c 1b3d03e255424602785e3f26848169b05225d5f1 2723fc50fe2658240b8aa168438c4080a40e27d3 b9032d7dd642c36355342ddd3a50775065caebe8 d1086f37c2d55e7315ec0697ebbf6676629ed38b Package: ros-jazzy-rviz2 Version: 14.1.7-1noble.20250321.152536 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.7-1noble.20250321.152536_amd64.deb Size: 18574 SHA256: abd59fe4c8365fcf9a60a7d810b32de42f67fd067c3604b51d349ec06d8072e9 SHA1: efd6455e2f074ae6f27a312f172b119c5f867bc8 MD5sum: 819084d830727df9827a8d678d290847 Description: 3D visualization tool for ROS. Package: ros-jazzy-rviz2-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz2 Version: 14.1.7-1noble.20250321.152536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 396 Depends: ros-jazzy-rviz2 (= 14.1.7-1noble.20250321.152536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz2/ros-jazzy-rviz2-dbgsym_14.1.7-1noble.20250321.152536_amd64.deb Size: 381920 SHA256: 9a402e18b14aa4d69034b52b7eb83f83e7df7b393dd196bd565ce217944d490d SHA1: 317bc19b7928b2a3e27ac1ede8dd84138a22cf7f MD5sum: 0f1df756aa869b28856d9f77def6ba54 Description: debug symbols for ros-jazzy-rviz2 Build-Ids: 934e61c1c8d2481c2e7474d589a9877b65a6263a Package: ros-jazzy-sbg-driver Version: 3.2.0-1noble.20250321.142157 Architecture: amd64 Maintainer: SBG Systems Installed-Size: 10738 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-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.2.0-1noble.20250321.142157_amd64.deb Size: 1114182 SHA256: 90ae9e12bf958efcef6159e1307aa5672770fe258945fe5296650771b58651eb SHA1: 2c64d085fb5b10d5493e1e1dccf1b026a39e7312 MD5sum: 60e3bc01c85ef488e27ad47b4b0c6380 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.2.0-1noble.20250321.142157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: SBG Systems Installed-Size: 24662 Depends: ros-jazzy-sbg-driver (= 3.2.0-1noble.20250321.142157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sbg-driver/ros-jazzy-sbg-driver-dbgsym_3.2.0-1noble.20250321.142157_amd64.deb Size: 21148268 SHA256: f113a8b4a2262255fef0d455a257bafc6834a8cd7974c9b875d13067dfbe4cea SHA1: 129fd695bb777aa9db5f0132aa17187c396c8e59 MD5sum: 83dbcc37c736b966df8d041fdee8db19 Description: debug symbols for ros-jazzy-sbg-driver Build-Ids: 156cbb56431003e40cc3ecca57f83d40d5009494 20439989bd28f89acf7c38b17860a9bd8d88d8a3 4f393f254688ca474c9c7f3a6735d675e5a4406c 75456ae13558e01c87d458591b164ddb2da18e84 7584eb5abe54ec631ffd9c1405a27e90dba4ec59 77aa07e1a9ecf31c0d9a75f4d3f917989bd6e15a 85fb6dc17a1de7464aca8ca89bae776ab33325c9 96810bd37bce888c9c3fd0e553055c5309799cbd a5072a7056b8d74180ac84a91fe32a8f0708029f a97d852c7199b76bb79ec464aa867a658e35e708 bc9057bbfa1a0f6ab9328c4822992b0b61f6852e db00b22c1cdb42f66fe49d1fcda102179cbb5e53 e6407340b6a18361105d8de0f172d7ad8e9667be Package: ros-jazzy-scenario-execution Version: 1.2.0-5noble.20250320.183533 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 2111 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.2.0-5noble.20250320.183533_amd64.deb Size: 259306 SHA256: 678975fa95044d8882b5c3e73df33d758d8383cc5e39f1c61f95eaf314cd8f5a SHA1: a4121159a80cd9989003fe3b1408dc40eae2a0dc MD5sum: e7df1f5819191ee15910889c70e5a204 Description: Scenario Execution Package: ros-jazzy-scenario-execution-control Version: 1.2.0-5noble.20250321.131439 Architecture: amd64 Maintainer: Intel Labs 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.2.0-5noble.20250321.131439_amd64.deb Size: 14366 SHA256: 86cafe09dc65f8c21b5cd50a80d815b38a65ce0c162c10592fe03b03667dc3b8 SHA1: 5ed02e2c156341d6f10e8757143dc073b83e5bb6 MD5sum: e7c530b6f41caffae48d5e58ae873691 Description: Scenario Execution Control Package: ros-jazzy-scenario-execution-coverage Version: 1.2.0-5noble.20250320.183620 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 125 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.2.0-5noble.20250320.183620_amd64.deb Size: 17844 SHA256: c0574ac3fc00505a76e6c9c64a0fef21fe55869488eaff22583e35ec1b63f0da SHA1: 7f7fe63dcc39ba3b97bdfadebbcb14839efb7d83 MD5sum: 1b1a75c81e07af5fbaaf369e4ade0128 Description: Robotics Scenario Execution Coverage Tools Package: ros-jazzy-scenario-execution-gazebo Version: 1.2.0-5noble.20250321.135445 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 115 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.2.0-5noble.20250321.135445_amd64.deb Size: 23274 SHA256: a7722dbba1e94d10de22ec3ead82ced50e4898d51e21f2d7d6c8b3823b8688e6 SHA1: e7518c1e5e648c1669ea2e1edff084a3f984f2d4 MD5sum: 604cca325a423eb80426410d93dd8135 Description: Scenario Execution library for Gazebo Package: ros-jazzy-scenario-execution-interfaces Version: 1.2.0-5noble.20250320.223648 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 1251 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.2.0-5noble.20250320.223648_amd64.deb Size: 101736 SHA256: f3117e95684d615168339ca9591fa168e0a95c31885f8c6dd29161e3590d08dd SHA1: cfbe53fb0446f7b0cf22a8115744501f0565492a MD5sum: 5cde14bdf3cba938c8b7e1a174bc032d Description: ROS2 Interfaces for Scenario Execution Package: ros-jazzy-scenario-execution-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-scenario-execution-interfaces Version: 1.2.0-5noble.20250320.223648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Intel Labs Installed-Size: 956 Depends: ros-jazzy-scenario-execution-interfaces (= 1.2.0-5noble.20250320.223648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-interfaces/ros-jazzy-scenario-execution-interfaces-dbgsym_1.2.0-5noble.20250320.223648_amd64.deb Size: 739494 SHA256: 80ac3c84f1ee7c351f7d7058b775fd563216bf3279ebf45803f32e06ac88cc8b SHA1: 7dcaff302537a4a3409b2e38d85da1748c931d8b MD5sum: cf9b686f4eea2e85d7a659347fb1dd61 Description: debug symbols for ros-jazzy-scenario-execution-interfaces Build-Ids: 07dce900ac830ea0aeda27fed668f49f81b8899d 5e74bb7944553070951edbedca7dfcf111f82617 6bd30a9efb882eb8f7f0e5b076943add937773ab 85d389af78dd30cd43e84ba874525b739701d344 95928da67a5d4e2e856290de62321849c1c873c6 a5df21cbe59c085ded54e68d0c24f4627ec43c4e ab687e5aa71993a34ed1055955b46753801e15e3 c9edb11d2da84fd23c953e01131e6d06ebc409e1 d377de70502eb999e17ae2204afd2d24f026e313 d9d5d54f375260de6a782f18a19e431678aacdb0 e8d6990693c27e069b5a3fa5b418506da484fcc3 Package: ros-jazzy-scenario-execution-nav2 Version: 1.2.0-5noble.20250321.140724 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 91 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.2.0-5noble.20250321.140724_amd64.deb Size: 15880 SHA256: 2c31901d8542391e63b2e7028022a5595a20c702b09165178fe39fb7e8491696 SHA1: c4fc5605976af5a1717a0fe84778027f05868072 MD5sum: 09e5e8d092b6eceec966fe69c40474e1 Description: Scenario Execution library for Nav2 Package: ros-jazzy-scenario-execution-os Version: 1.2.0-5noble.20250320.183633 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 65 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.2.0-5noble.20250320.183633_amd64.deb Size: 8260 SHA256: 9ece4b707050a708335c3934d0a1837ddf49cbfaa693ace30ed1088f3f4e9c38 SHA1: ac872e6b86e16af902b3ef23027d4b8964eff1be MD5sum: 729da8a7d4abe5f26cfec9aa47ccd4cd Description: Scenario Execution library for OS interactions Package: ros-jazzy-scenario-execution-py-trees-ros Version: 1.2.0-5noble.20250321.135243 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 48 Depends: ros-jazzy-py-trees-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-py-trees-ros/ros-jazzy-scenario-execution-py-trees-ros_1.2.0-5noble.20250321.135243_amd64.deb Size: 8110 SHA256: 2303aaf823501c1be096e670dc6429f0f55d2a033056098c4e3248d07bdbc4e4 SHA1: 2e56699d436a2ab961c21705a0467b6a18498471 MD5sum: d73347424fe48e0dd2715eaa3d83de76 Description: Fixes in py-trees-ros not yet release Package: ros-jazzy-scenario-execution-ros Version: 1.2.0-5noble.20250321.135322 Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 560 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-scenario-execution-py-trees-ros, 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.2.0-5noble.20250321.135322_amd64.deb Size: 87218 SHA256: d5b0b11cd2c663456699bfe59a3cd514e137ca8ba78d6f1dc60d590b6da8727b SHA1: 110fe1fc8ba6aa263b33fd8fa3fd91d55930dcef MD5sum: f2b78bfe4a2e984ff25dc99254fd642a Description: Scenario Execution for ROS Package: ros-jazzy-scenario-execution-x11 Version: 1.2.0-5noble.20250320.183655 Architecture: amd64 Maintainer: Intel Labs Installed-Size: 47 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.2.0-5noble.20250320.183655_amd64.deb Size: 6494 SHA256: 8862d57ee9c384228f86e4d812a19a12d99f0f31f6cdfcc47ebb1688a6b748c3 SHA1: 87f61d20bbfa07c65eafe2d47ac9414c19939b1d MD5sum: 309e374e76e285dc0a8bb6a6b8f6c43f Description: Scenario Execution library for X11 Package: ros-jazzy-sdformat-test-files Version: 1.0.2-1noble.20250320.183541 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.20250320.183541_amd64.deb Size: 75450 SHA256: 5ec6f02651596a03f42cc7122f3e7ddf0b0f8fbf8d6bfb62cc01fafe221b90a7 SHA1: e644a9f1da5b449eaa75a7eda47e709fccd1354c MD5sum: 30e524ac4134a22d80f8672df484f4a5 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-jazzy-sdformat-urdf Version: 1.0.2-1noble.20250320.193859 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.20250320.193859_amd64.deb Size: 48860 SHA256: abefb1941f68e9f2cd90887dfd0c3e65917ea3a89eff4f70e95f53dab33bae3c SHA1: 16f2804ecc4150373e3b11868bf62fe2b8ad4943 MD5sum: 1553b6fcfece81182e748e8bc7da7603 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.20250320.193859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 742 Depends: ros-jazzy-sdformat-urdf (= 1.0.2-1noble.20250320.193859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-urdf/ros-jazzy-sdformat-urdf-dbgsym_1.0.2-1noble.20250320.193859_amd64.deb Size: 693752 SHA256: 873e307d209a4b9ffe3fb719e089c7b95597c6214ac020f1a13ccf0504795566 SHA1: 14f970a41657f2a62b4a657b144a2acb28dd902d MD5sum: 9fe699923abb26728fd4e2b77a8e31ea Description: debug symbols for ros-jazzy-sdformat-urdf Build-Ids: 202a8132bcfa5b82cb93b1c809d50116a8e79150 5ffa23cc2196920ccb6664fa37eaf67792ec8088 Package: ros-jazzy-sdformat-vendor Version: 0.0.9-1noble.20250320.191111 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 7428 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.9-1noble.20250320.191111_amd64.deb Size: 778646 SHA256: 96c3043ad53aac39b5eba6742541af284cffe0d7f6ddf64e29d5859b2242d6ab SHA1: 3309f45ff492241f4194983ff6e7c1c5c25dfa30 MD5sum: e2c34c640714c23a94a2840f62433469 Description: Vendor package for: sdformat14 14.7.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.9-1noble.20250320.191111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 13903 Depends: ros-jazzy-sdformat-vendor (= 0.0.9-1noble.20250320.191111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-vendor/ros-jazzy-sdformat-vendor-dbgsym_0.0.9-1noble.20250320.191111_amd64.deb Size: 13430500 SHA256: 71e82b7377ad65e0fefd2f0cc5fa7cfc97edcc297a5e6c1bb284efd7ec589d25 SHA1: 71601db698821dd942a18336aa380147da2ac0f5 MD5sum: 6fa07f78a07c723127a8fd4fc4d0a2b1 Description: debug symbols for ros-jazzy-sdformat-vendor Build-Ids: aac4eb12924331f8d954166f290172271185046a Package: ros-jazzy-sdl2-vendor Version: 3.3.0-3noble.20250320.190400 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.20250320.190400_amd64.deb Size: 6004 SHA256: c72199c524b3616b2a9c96f38bb5e8302b39369945af5932113d78705d043463 SHA1: 76900893695a8c6d96b945ef04bf2c3f416e1e22 MD5sum: bb054981bfa56bc126b75fa43af09def Description: Vendor library for SDL2. Package: ros-jazzy-self-test Version: 4.2.2-1noble.20250321.132602 Architecture: amd64 Maintainer: Austin Hendrix 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: http://www.ros.org/wiki/self_test Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test_4.2.2-1noble.20250321.132602_amd64.deb Size: 59466 SHA256: 11754c1a2e9019329c96cf184810211218b4f7ce7a8953d4cfbe89cbf8e29eab SHA1: ada19da824a35327bc68ff062a0ca640feffe091 MD5sum: 8b745e07e37ae11f1a2d013bda7c4bab Description: self_test Package: ros-jazzy-self-test-dbgsym Package-Type: ddeb Source: ros-jazzy-self-test Version: 4.2.2-1noble.20250321.132602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1138 Depends: ros-jazzy-self-test (= 4.2.2-1noble.20250321.132602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test-dbgsym_4.2.2-1noble.20250321.132602_amd64.deb Size: 1073772 SHA256: fd5a78b0bc1cda56a36e52034d3039e7888aa2542c44011b8322f0e0c20b7e3f SHA1: 1760e0ace57e78d5a364986022590480a1e23994 MD5sum: 287015d699f87627f510bd367553760f Description: debug symbols for ros-jazzy-self-test Build-Ids: 347351c0b42166ce120aa73a6772c7204390a9f8 8193293eb76334f518b51fb5ed0e02bce682c4b3 Package: ros-jazzy-sensor-msgs Version: 5.3.6-1noble.20250320.222326 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4996 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.6-1noble.20250320.222326_amd64.deb Size: 376004 SHA256: bf30afe1e7b784babdd55737c925e2d310a0b2a0fc952d61ef89e2bf1eccf9e7 SHA1: 75e6509b09ce86e8cd5c33b2900bebe9f5d2eecb MD5sum: a0bdd0d22313d9f8ed0c5c22938dd1df 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.6-1noble.20250320.222326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4023 Depends: ros-jazzy-sensor-msgs (= 5.3.6-1noble.20250320.222326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs/ros-jazzy-sensor-msgs-dbgsym_5.3.6-1noble.20250320.222326_amd64.deb Size: 3377898 SHA256: 64a97d398464e59d0f5e2b61f795f81eac76e3e298c06adc29fc2a9e4dd455e9 SHA1: 01ca0d8626547589a60725eca2def735c887eec2 MD5sum: 29d3c6b999c8234df0c5b9558ed6889b Description: debug symbols for ros-jazzy-sensor-msgs Build-Ids: 0f216b15e11fd7136b58ab719c010cd5fed59ac7 21cec07aed67e38a44e12757d1cfe7ce16b907b0 2d9598a8c5a03c540933dda6ad36c4ebf539a79f 6faef8ced562d2d7495bb69b032b23e6bbcae786 71786c567f883ab38ab87b0e65d08e296432e951 917f1c4c73db9db6e44e41b586e8ea89a10d5309 97bfece279965980e483c7e9b4c56bd04685ac2a a23c0d0ca0b2bc6038b46fa648c9502d8599b564 b2e863327d94e5e489db1cce9b579f18f29a4e48 cc9cda85408a167dd7d4b2441a70787431f39296 e2e19eedc60bb4b6f92f7d40cc3be18905bab46f Package: ros-jazzy-sensor-msgs-py Version: 5.3.6-1noble.20250320.223002 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.6-1noble.20250320.223002_amd64.deb Size: 16534 SHA256: 66eab2e95080b5f81431b5d5235b787e3064b420412f00cf093fb68a1e0a370b SHA1: a82a8b2e879bccf2665bd8436d501c6f00997108 MD5sum: 730dafd37059e33c19d57959b779837d Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-jazzy-septentrio-gnss-driver Version: 1.4.2-1noble.20250321.145944 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 8963 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-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, 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.2-1noble.20250321.145944_amd64.deb Size: 1016104 SHA256: d34a4a6682cb6765560f5adc8811e9e945b9552502ccfaeed92f39f712afb459 SHA1: 781be8dcd527d65de791b8e8f5507efab55eb846 MD5sum: 005bebb362108aea02ac3bcdf3011250 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.2-1noble.20250321.145944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 27823 Depends: ros-jazzy-septentrio-gnss-driver (= 1.4.2-1noble.20250321.145944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-septentrio-gnss-driver/ros-jazzy-septentrio-gnss-driver-dbgsym_1.4.2-1noble.20250321.145944_amd64.deb Size: 25378388 SHA256: 5768c760c258351d70915917564571f541ffed62c509b7080849de2a19306afa SHA1: e379d44fc260020efb36909c630543c4a7ca862f MD5sum: bf3de4ad76c500f2bfa4f849e8819f22 Description: debug symbols for ros-jazzy-septentrio-gnss-driver Build-Ids: 113f3cc68b841973312dde99f1bf90ab11e29977 21e90c230cf6d37585691a6e797880e72eb6259c 3efd8720d9e41435c709e6c09f5e17e0eee82c12 52ff59069ac94690dac996de0912a27255273ea4 76b707ff33d246dba5a7a042de53106a970175ba 94609293fe9fa76281984bf878aac7bca6820efc 9a3a3737c10e3d257eb9892d8d4acbbcdb5cfef7 a2c163d80752dde7645a4692eefc21c36394db94 aa2517c2baf187aef07abf64a80c74250f141671 ad0feafbb52c3958f3b5fc8a19dd5495791b5549 b7dfe4d43cb9b0d53786aca42fac4dda323076d6 bda211d2005a8f21db1733f1e61323d6595951ec d61f74dc022ad9cf98da43139eb1e131b7aaca7d Package: ros-jazzy-serial-driver Version: 1.2.0-4noble.20250321.134752 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.20250321.134752_amd64.deb Size: 168064 SHA256: 70abcc7832cf070ab1572b580ed4bd8265bcb3c46e3067630f2f5bd6fad21f41 SHA1: adb55295dc924b84dffba4ee01e18bf3a01e378f MD5sum: 0735f6fae0c6a14eb1af9ca57bd0ae92 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.20250321.134752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3179 Depends: ros-jazzy-serial-driver (= 1.2.0-4noble.20250321.134752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-serial-driver/ros-jazzy-serial-driver-dbgsym_1.2.0-4noble.20250321.134752_amd64.deb Size: 2775400 SHA256: c1bbefe2a8607668c5651da77cf36330a90683159a6b353493974aaef3da91d6 SHA1: 384d4e7cd8aad47099cdda3109a957ce4f9eca05 MD5sum: e55d394d003b251ba956fefb2972cece Description: debug symbols for ros-jazzy-serial-driver Build-Ids: 2fc920b5144ad83e8e34e868aad323b90f039b2b b1334013ec0998b71bdf8a111c16656599c49c10 dd7a184a250d6ae19dbaac125ed5402f82c99b5c Package: ros-jazzy-service-msgs Version: 2.0.2-2noble.20250320.194524 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 445 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs_2.0.2-2noble.20250320.194524_amd64.deb Size: 43262 SHA256: a09f99d2e42febd6e38de7f09c53674782080646690be06c542f81c0dcf1a426 SHA1: d0858b86703a66850e4c0e72dde816e3378b54ef MD5sum: a38904604d5161bf30636d8182cd1a6d 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.2-2noble.20250320.194524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 273 Depends: ros-jazzy-service-msgs (= 2.0.2-2noble.20250320.194524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs-dbgsym_2.0.2-2noble.20250320.194524_amd64.deb Size: 179984 SHA256: ee5ed6009994138154083fb73531269e34fe96fdf86e5f9c6b83a304bf6b4f21 SHA1: fb155f9d37e157bf8152b4e8731a98239f9e1a5c MD5sum: e80a5d4ee1f4811a04e1a29b4cef957a Description: debug symbols for ros-jazzy-service-msgs Build-Ids: 0de73b47a8da7449c2035ed9dbc4ead7c03b42b7 1c3295895787eafa6ca1049725f2e7fef35e7d4a 5c876216e59a02e631d840a86d8908b0081a9fae 69b008e756ddf8b106583320a3c1d3c4ad3412ef 75080a9aa5d6787c536ba72110f005d413c83272 7e53324f3f5996e48545d01c3e4c732fa3d54cb2 84c2de80356dff53093afa234c03bbbb37f2d646 9e94585326a3906ba3315be088a0beb2a9427114 d13799e081b65951a1ebffc31e15ebce7d768cbe ee58c2dc9f5150d095b0e8b2599f8d09e2a6cf07 f2b8d8a2435f884b957e82c2bd2ba795bdf39bb0 Package: ros-jazzy-shape-msgs Version: 5.3.6-1noble.20250320.223655 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 811 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.6-1noble.20250320.223655_amd64.deb Size: 79028 SHA256: 1767370199126284675dc12131e61c037645dda73d548ba3e6aa6dcc14c6cff9 SHA1: 7219a0caf24528433203a4be310245c9a71e9c66 MD5sum: a273c67d966d50b6ad10ff95c96c928d 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.6-1noble.20250320.223655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 640 Depends: ros-jazzy-shape-msgs (= 5.3.6-1noble.20250320.223655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shape-msgs/ros-jazzy-shape-msgs-dbgsym_5.3.6-1noble.20250320.223655_amd64.deb Size: 499438 SHA256: f56a46e511bed6e4614b5c5bc584e5bf213782c97738a1f22827eab8c433ff14 SHA1: 241d52155f4b36e0db31e5a641fa851451b0adb6 MD5sum: 34d668d9da603e93c01797753fe27f81 Description: debug symbols for ros-jazzy-shape-msgs Build-Ids: 1e9de5dab010470c6306fa6c7e637b5515859710 20f931e1eb990a3314753e842ddce5ba154c6db1 2707b0d3587fbc3f1537d3a2849641a80e50d28c 7a40442f71f525c3388fb308f31026eb974b06a3 7ed0b49e156be8026ecabc6cf8a3b3764e30b6c3 800a438a3c34261c1fa839915ec2d8ba464e2bf7 81e8c92758744561be7e64e374a06e1bb2066406 a2f2d10fd85abc49d4f9d4701d6ef5f8ff20e0ef ac2ec486cb24c56a97e06eac8ce71878d7cfb2dd eba7002b5b26acb8474d528109047c5f01b8c679 ec63722ae82a2b75dcc9f5f76571a6db1a502f45 Package: ros-jazzy-shared-queues-vendor Version: 0.26.6-1noble.20250320.190403 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.6-1noble.20250320.190403_amd64.deb Size: 19636 SHA256: 8de02a84d37db6389eb4182fcaadd99bc004f7aa678571fdaebd3556059d7d69 SHA1: 7b3635edbec0b4b51e940765687f87ef6a825178 MD5sum: 4cf26a19fa9cab38604dc27c8637bd8f Description: Vendor package for concurrent queues from moodycamel Package: ros-jazzy-sick-safetyscanners-base Version: 1.0.3-1noble.20250320.183556 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1127 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-chrono-dev, libboost-system-dev, libboost-thread-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base_1.0.3-1noble.20250320.183556_amd64.deb Size: 203038 SHA256: 3d08f4b9b953ebc98147792a9048c4a4e303f30d16d9716fdcf72879e1691049 SHA1: 6b0ccc7585e031dfd72310a7c43dfb481c8cde8c MD5sum: 6802ade43c2445619968fc2cd82387d6 Description: Provides an Interface to read the sensor output of a SICK Safety Scanner Package: ros-jazzy-sick-safetyscanners-base-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners-base Version: 1.0.3-1noble.20250320.183556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 8471 Depends: ros-jazzy-sick-safetyscanners-base (= 1.0.3-1noble.20250320.183556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20250320.183556_amd64.deb Size: 8136814 SHA256: fcaa367e51605062dd421a96bcdfcf9f2ed9e8ea0c0dca8609843fcf38a09c2c SHA1: ac778a7519045bdb94790c0cf35b268e86f024a5 MD5sum: dbc59e9337e99a7fec1e747073c92a76 Description: debug symbols for ros-jazzy-sick-safetyscanners-base Build-Ids: d8a4ac592acab221814ae9ac938f97685b135734 Package: ros-jazzy-sick-safetyscanners2 Version: 1.0.4-1noble.20250321.153013 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1947 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-sick-safetyscanners-base, ros-jazzy-sick-safetyscanners2-interfaces, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2_1.0.4-1noble.20250321.153013_amd64.deb Size: 401222 SHA256: 1eeec576a4f0d50fa963b8f0061943c3aa7d66540d5cb57dca090683310ae9f6 SHA1: 31982ecbd45a432f5c1047f9a99f0d1bfcdb976f MD5sum: e529ed9047c928ccddf97a92bab62b3b Description: ROS2 Driver for the SICK safetyscanners Package: ros-jazzy-sick-safetyscanners2-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners2 Version: 1.0.4-1noble.20250321.153013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 7086 Depends: ros-jazzy-sick-safetyscanners2 (= 1.0.4-1noble.20250321.153013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2-dbgsym_1.0.4-1noble.20250321.153013_amd64.deb Size: 6588316 SHA256: 537338504cb29e2c3b270626a1a4445a4261206551edf443fa7feb1714860fe0 SHA1: 7a8d4dcf5de668707663caea3dd91bfee8d69708 MD5sum: f7b703facb0c8c53bc32f14a8cf6e441 Description: debug symbols for ros-jazzy-sick-safetyscanners2 Build-Ids: 970633895f5101ff50d9ee2fda4ec8dc9a8c0db1 f200e59fcc61872a0ee63f053cd6a7dacd5c98ef Package: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20250320.224537 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3527 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-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces_1.0.0-1noble.20250320.224537_amd64.deb Size: 258022 SHA256: 8c8fd84bcdfa28d05414a9d6913ed1f142cc43ccae24834405de0126ccc4a69a SHA1: ec2dd5408f80f0978cde71f05ca3a884c25ead53 MD5sum: 3c162cb7e1cb8b35bde88133cd64a94d Description: Interfaces for the sick_safetyscanners ros2 driver Package: ros-jazzy-sick-safetyscanners2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20250320.224537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 2771 Depends: ros-jazzy-sick-safetyscanners2-interfaces (= 1.0.0-1noble.20250320.224537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces-dbgsym_1.0.0-1noble.20250320.224537_amd64.deb Size: 2300046 SHA256: 0a3e10d6692185251d111df7d3d491e83ff411ff0c63cf6335b624ce354e7d92 SHA1: 5c30ec804c7067ad2abd5afcd38ba0cf5cadd7cd MD5sum: 6816d1cb3a88017949f3828648aee78a Description: debug symbols for ros-jazzy-sick-safetyscanners2-interfaces Build-Ids: 03446dcf61412b0313c43b08fedd36584752900e 14bbb66a34bf54e026aa5bda93684217643de070 37c2ffcbb3e064b4c15a83fc49aefe396e090892 5728fb22668d3747ac2496af767819e3fdf79d73 626dee83218ec54660c1c85b437f39be8538f0d5 9f8020d566f6be2aa3f1a96727d743f8d120a154 a51e3082ad21b7f1753dd9d8f7e29f4bc0abbcf7 ceecf1c1d22af46c94aee049b926f0d7788b5bca d113237eb96cd47c43aa5c1345d1aee5343f8ae4 e68c1b0040d641118b1c6ede7c3706daf8269f6b f5a209fe49e567aa7a66c48571bba983e2603fd7 Package: ros-jazzy-sick-safevisionary-base Version: 1.0.1-3noble.20250320.183558 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.20250320.183558_amd64.deb Size: 104904 SHA256: f20c0d39516b75e6d8edd7d28e7ba355c6817d7544e2d05a6ba98bb33d550a63 SHA1: 4d2f6c4d14b77a00113ab6acbc88106d93ae9a40 MD5sum: 213f56f2742e1dfc238abdbfc05d05d7 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.20250320.183558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 832 Depends: ros-jazzy-sick-safevisionary-base (= 1.0.1-3noble.20250320.183558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-base/ros-jazzy-sick-safevisionary-base-dbgsym_1.0.1-3noble.20250320.183558_amd64.deb Size: 772252 SHA256: b97bbe37a0f4fd366cb2eabd8884d2565c0ac03f7782dad7a52c838c1e24725e SHA1: 23aa7e027fb1b5094098778e94e5e945c4c077a4 MD5sum: 5fdb961d0b672a7b3cca1b2001b666ed Description: debug symbols for ros-jazzy-sick-safevisionary-base Build-Ids: e3088d17963a5107343f424d245b98ec77f04d4b Package: ros-jazzy-sick-safevisionary-driver Version: 1.0.3-3noble.20250321.143427 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 709 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-all-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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver_1.0.3-3noble.20250321.143427_amd64.deb Size: 165194 SHA256: 02150e0027b08c0b0c9f132a37f062d74f8e2fa4e3ad3ff4d375b0d79e355b95 SHA1: 1431f876809570c00abfb41b2c27fdc1fd5354bf MD5sum: 0ba7769d60e1dd919f85511d35adb942 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.3-3noble.20250321.143427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 4005 Depends: ros-jazzy-sick-safevisionary-driver (= 1.0.3-3noble.20250321.143427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver-dbgsym_1.0.3-3noble.20250321.143427_amd64.deb Size: 3642824 SHA256: d2e622a4707ef0ff3d7a1bcade3ee6eb756ee3f57113eccae4441f30f1a1781f SHA1: c9d4b5de652de2de1de64b79d564df168ebea669 MD5sum: 9b543d0d03ec67823854265a2cd687e8 Description: debug symbols for ros-jazzy-sick-safevisionary-driver Build-Ids: e0f662c7e6995e6637eb024cc6b3007cfef65cbc Package: ros-jazzy-sick-safevisionary-interfaces Version: 1.0.3-3noble.20250320.222458 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2546 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-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces_1.0.3-3noble.20250320.222458_amd64.deb Size: 162252 SHA256: 974aa2322e83dc233b4260c6ae21fc00f25ff8824fd4833e5440e337920e9725 SHA1: 5823eb801ac936ba9c031231c504ee7a475a7390 MD5sum: 701c2f17e983e1ea40a196987fea4d39 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.3-3noble.20250320.222458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1765 Depends: ros-jazzy-sick-safevisionary-interfaces (= 1.0.3-3noble.20250320.222458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces-dbgsym_1.0.3-3noble.20250320.222458_amd64.deb Size: 1407598 SHA256: f7daf9648b3cefcaaadae9a45291c950dfa54b3e60ac68b8a0697fd4a20b961c SHA1: cd10a6e7b065832e26a2d1cbdddbe5cfa5a443d7 MD5sum: 862d7a5392f023540dcec2ebba9d2706 Description: debug symbols for ros-jazzy-sick-safevisionary-interfaces Build-Ids: 05cb225fea635ed37101997b916224cd2fc71fd4 26294c7218923d8b90c560be4a1b8eceba2a397d 594b687e29be8304ec01060c05bdcad34191e54a 5faa99f1ddc6398191e662ad0563a0eb80646c37 6dea2106f0ae3c137ce965e1d330a35512d0cb07 728ded4c2855b066f854b4a8fce30bcc7214f608 75815c652aa870b4f864e9abc2286d45734ab28a 825892d055e0223e012e15e05d56044c9474fbf1 b560daa8c9e685f95348cbd0439b06547ac9c0be d4ac00466f81895fa1a306e74681cd41f627c4b7 de8677ba104537e6aed8218323b037b984d17ee7 Package: ros-jazzy-sick-safevisionary-tests Version: 1.0.3-3noble.20250320.190400 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 41 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-tests/ros-jazzy-sick-safevisionary-tests_1.0.3-3noble.20250320.190400_amd64.deb Size: 5770 SHA256: 75b07e7a06776b8727dd1af6f22618eb93f8d2d8c71c28e375e743e879017fc7 SHA1: 7043f389787b3ccd29f42e610ef045653ebc7bc7 MD5sum: f8d6f7b77499cfda12396c071e194dad Description: Integration tests for the Sick SafeVisionary2 driver Package: ros-jazzy-sick-scan-xd Version: 3.6.0-1noble.20250321.140713 Architecture: amd64 Maintainer: rostest Installed-Size: 33588 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-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.6.0-1noble.20250321.140713_amd64.deb Size: 4097734 SHA256: e5a557e4c45d67f1d8eab30116086f0166fe107a726033d3fca53938d64c5ff1 SHA1: 4a14c8b337b4b47c68886f761c7f236cbccf991f MD5sum: 3d46ca100fdcc184b1fc76e47f8ad907 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.6.0-1noble.20250321.140713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rostest Installed-Size: 41464 Depends: ros-jazzy-sick-scan-xd (= 3.6.0-1noble.20250321.140713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-scan-xd/ros-jazzy-sick-scan-xd-dbgsym_3.6.0-1noble.20250321.140713_amd64.deb Size: 36916924 SHA256: e2775542c042fb3056f67ac52e7e7cc1f5390b84f6f76e27ee0d954a899135a3 SHA1: 42caba1d7432ddb4e3d21271d1af107de34af240 MD5sum: a84c3a8df57f923058155cc63c382040 Description: debug symbols for ros-jazzy-sick-scan-xd Build-Ids: 0627bea65e7648c3ad0246e1eaec14cfa16e1553 13b6c6052130a0f86d2c50e5e539a381bf5bb0b7 1e6f18ca1ea27535f6f60a947212fc33047c475f 288511e726a4a7d2949c03b392e0c9cc2f87f980 30ce3c70783aa422183c4b64166db8dd003476d1 3194d226cc85a399ff288b2d689b20a25bbdef7c 48f10f1cdfc140dcc8270b86124e808d9e77694d 6a2982bad6c22e45e1cd4598069a281ed816c54a 82b938bd17fb1bb2d16220284cc15dafb16df502 db8ae80feca2f5611beafe2771f805b4c22443ce dcb77a4ea0b321ef31facfb6c2ac9f83031a49a5 e1412c19026459ca101288803f9f0364b1667c7c e39b8e7443b97361a7f002579fc2d94d3a3e461c Package: ros-jazzy-simple-actions Version: 0.4.0-1noble.20250321.135609 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.4.0-1noble.20250321.135609_amd64.deb Size: 11258 SHA256: cb8ab4e0837c002c380bcfa0d32f8faef869a30c4366d506f40f5d7a989c720d SHA1: 51556c879e075899a36f5a2c6f0d017071e664da MD5sum: 6a4179f6ce21505cdafa3d35ffcf3f39 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-jazzy-simple-grasping Version: 0.5.0-1noble.20250321.152349 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1212 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.20250321.152349_amd64.deb Size: 273962 SHA256: a812b368023051341136e9f43e87ed16c63074e7d1439dbe212f15a092e76af2 SHA1: 6305deb39898308578317e362d84798797cb5ffd MD5sum: d333e6676a5650400bab7adb18edbbaf 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.20250321.152349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9926 Depends: ros-jazzy-simple-grasping (= 0.5.0-1noble.20250321.152349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-grasping/ros-jazzy-simple-grasping-dbgsym_0.5.0-1noble.20250321.152349_amd64.deb Size: 9363094 SHA256: d07de42a218b2c6116039e719219ed1b94684dd084c9b007a794a7114d7bdf7e SHA1: 9c5480abd13548f92b9a121e04203164e9de6f36 MD5sum: 2ab1c04deed62a027fe533826e638174 Description: debug symbols for ros-jazzy-simple-grasping Build-Ids: 25a59339e03a7bfc548dbc07eb48fe81d27162db 7b3b7408d48e7356de93c4f6e8bf4bad3404d4a1 afb89f33d7418640a44aabd4a9b371bce47633db c9d8e1441325ee114101e087244747a3af7d4110 cf07ebaea2ca5e7f8a902dc8315df62810f8d49e Package: ros-jazzy-simple-launch Version: 1.11.0-1noble.20250321.131739 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 170 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.0-1noble.20250321.131739_amd64.deb Size: 30786 SHA256: cb90b9ee0778b66c6c37c9340cfc1b0f52603d3a1e7fe3b724358778f1058801 SHA1: 1120de883c561d01b0c2b659fa28771b54673c8d MD5sum: e2a690b9f7c880ce8ee4db5c6f5f6e57 Description: Python helper class for the ROS 2 launch system Package: ros-jazzy-simple-term-menu-vendor Version: 1.5.7-1noble.20250320.190440 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.20250320.190440_amd64.deb Size: 20770 SHA256: 5e7c16764b4e6b29c921d47e5e7e6d2ac5176063738d8f89529e5edb39c9275f SHA1: c2c9b1a50bdfa5971515c9dc678fc68dc4c3ab6b MD5sum: f212788aa46c2ec379ae0fbb0e1cd16d Description: A Python package which creates simple interactive menus on the command line. Package: ros-jazzy-simulation Version: 0.11.0-1noble.20250325.174241 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.20250325.174241_amd64.deb Size: 5302 SHA256: ae88225b13c8cd920ad9448040c642d62aa7d2e71239837d0564a0e7a2a21ff2 SHA1: cfda15fd17b4544c89e63fc8428bbdb31d7f5b1b MD5sum: 3ccbeda1f2ae58781d0ac9110fd928cb Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-jazzy-slam-toolbox Version: 2.8.2-1noble.20250321.154640 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14651 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, 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.2-1noble.20250321.154640_amd64.deb Size: 1806626 SHA256: 10f3d38ecb179ad694f8b5ee876a60805259bae3c67c1ccfba00c804cc61144d SHA1: 12f8f6496bb07992b7acc660589d0e8857d1f357 MD5sum: 5c21a8e71b6aab2bd7ae6e1b8a4e33af 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.2-1noble.20250321.154640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 51168 Depends: ros-jazzy-slam-toolbox (= 2.8.2-1noble.20250321.154640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slam-toolbox/ros-jazzy-slam-toolbox-dbgsym_2.8.2-1noble.20250321.154640_amd64.deb Size: 43653316 SHA256: 6f08127579382121dde889c464d1d102628c9cc4d90798bae358beeb9bb5e8d7 SHA1: 3e515b5957760dba777e587762255fbe208cfe0e MD5sum: 9d9ce8e516d9c6d63a4d07a1cd98c48b Description: debug symbols for ros-jazzy-slam-toolbox Build-Ids: 02469a58e642280cf02a1677e3a20d316cc433cd 05fc42e4da803b1c3137d3824cf9a3512f526824 0f6ced14bc326944cf291c7602b407c6163a0f7b 1115b72497069b6ad8dcd0766b4f0e5e3bcb6730 1869355c470f2f76844577087d8a221be7dfc1ab 1bb08f5f48b4266d97b4a415a30f7429f8ba18ce 1d2af0e3b0d1bc73a2a55c1559ef8f36aaad36fe 2286a1cf7870eab12cc45265ddf7fdb9c0b0c000 23e896b64618b224567495ce1c7a1976045f07c6 265695b8a2decd42225d125c8dc3d35321eff93e 27a9012c3d0a40ed322b3f9c494524d3e091d75d 32f99764b17b1fd29437f1c987e95a730a6470ee 3e566a41ae65bc259839a7fb7b4321f017962e05 5f62d83bd84d0e6fd6ba0fae192c499737847ddd 681d351b56a498e4ebb4b89e0b0210ed1eec8704 69b218b7b94dce56f1babde4541e6d2c5db223a6 6af9c71036f7171b52c3e002ccb53c82a191d2fe 771654dca7c05e32fdcdbbe139282f0b938c735f 95fee01dc35109f0c8dbd7abdeb6ec75a8346b2e b6ca7db502f604a22242907d57f7873dd2607625 b8e58dfe0fd3418cc75cca3de8262a784af8ec05 b9f078585e5daa34c093d6c1b0d39879159da6ca bfd0153017d1c6426870c157f6014476a7bd5205 cd93a9272369412085a0ad01329fbaf791b487b3 ce51e2b6b9e0c7a2ccafe39c83e40bc1d72a30c4 efb9b33ed9b32c29db147f4a8d895f93c8e22508 Package: ros-jazzy-slider-publisher Version: 2.3.1-3noble.20250321.132045 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 73 Depends: python3-numpy, python3-scipy, 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.3.1-3noble.20250321.132045_amd64.deb Size: 11744 SHA256: 3d3ce1018a266dc354c52df6a24d561e3fae05639abb16d995521cd02d889838 SHA1: 2e2ca186f9d483bda6ef2d103202924d1cbec26d MD5sum: a525c56bbb3cb084d13652f7e3f24f69 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-smach Version: 3.0.3-3noble.20250320.190445 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.20250320.190445_amd64.deb Size: 45878 SHA256: 0b0398cfb8497c9f5f6a7481177da7d89039e0c8c7ec9c68ef16dc9a12d26c2a SHA1: 0998471e6106274f58c700374625ed2bea9303c2 MD5sum: 5128d85292c1e240248c52c0051da27f 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.20250320.222512 Architecture: amd64 Maintainer: Isaac Saito 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-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.20250320.222512_amd64.deb Size: 82252 SHA256: 7722d5828dea9dc31da22ec145d8ef75af3c9f960b6a14304179b9950ce4db45 SHA1: 33deea692cf1403007c792675c6817a4a19d8fb6 MD5sum: 22fe5c89d11929440388f8926808d957 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.20250320.222512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 695 Depends: ros-jazzy-smach-msgs (= 3.0.3-3noble.20250320.222512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-msgs/ros-jazzy-smach-msgs-dbgsym_3.0.3-3noble.20250320.222512_amd64.deb Size: 547782 SHA256: b211a04b3deea5e0e15083a8b6059bae5ab232e708f2551a57f326d68443aa41 SHA1: 62f649bdd01e7df5eef3576779d212ce420f4039 MD5sum: db2f039b16eff0eaa99fc98373e46760 Description: debug symbols for ros-jazzy-smach-msgs Build-Ids: 17aea1823a691476ad5784a32976dba460bca8dd 2b21603437b410bf9b756eab3a58503f3a75a9e8 3ece1bef80c2a9386da5dad6e6f9c39b29d3100c 43909a6274c1ccb1820886ca2e4eb3f42b99ed77 6fe028abceee8872ceea53d444022adef845546a 8131b79e62873103388d3ff8e103f4a65bcf2b75 97734be1e38ef7df2501661637442e0db0ba3ec5 a6f92152839030541e409f48e98529fec08a9494 bb06f2bf4ec50514a54f8e7712baec713941b6b4 c4dec4fd64a2d6d49a0308bea1c73c2863e434df f94fbdecfeaec1e68e6741d99faa4e92bc40dfd7 Package: ros-jazzy-smach-ros Version: 3.0.3-3noble.20250321.131440 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.20250321.131440_amd64.deb Size: 38886 SHA256: e4a80838138acd06e84d93f2832bbb49f5a30aca8c5636e928cea9001beafabe SHA1: 2b2f8189bbf1fc20dada400a6295a2e5e7ae90a1 MD5sum: 28a1ee3bbf77359204311aac8f321e43 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.0.3-1noble.20250328.212253 Architecture: amd64 Maintainer: miguel Installed-Size: 379 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.0.3-1noble.20250328.212253_amd64.deb Size: 78346 SHA256: b8a66b16706619bc4f78df5fc114318a87bc462962f617fdfe7a15d6974fa4ac SHA1: 33febf3f1741603fa878bb0f3806fcb122f09b69 MD5sum: 076f3c93813034723082ab5b142a6ed6 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.0.3-1noble.20250328.212253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: miguel Installed-Size: 4363 Depends: ros-jazzy-small-gicp-vendor (= 2.0.3-1noble.20250328.212253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-small-gicp-vendor/ros-jazzy-small-gicp-vendor-dbgsym_2.0.3-1noble.20250328.212253_amd64.deb Size: 4388684 SHA256: 1cbaf14c0311168f83defa15fc22bed1da6ef935e4d520d584c36170dbe44674 SHA1: c719e3a2202eaca2ecf806d9c3b94e64314324dc MD5sum: 2f306fa46d1c809c868480a791a275f2 Description: debug symbols for ros-jazzy-small-gicp-vendor Build-Ids: 9e2c8fd4bbdac98d71b65e32139d35168bc8e657 Package: ros-jazzy-smclib Version: 4.1.2-1noble.20250320.190501 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.1.2-1noble.20250320.190501_amd64.deb Size: 14078 SHA256: 95e2572ad688eb67b8ac38174c9a10f76516ee71d7e0ed1f87b5fd14be20f8d2 SHA1: 81fa86407b40f36946aea960541dbdb97a165435 MD5sum: 693aa3b556e661fa44776e5f7d2e9a9c 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.20250321.150308 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.20250321.150308_amd64.deb Size: 31240 SHA256: 050ba07212024b2c212aa8fc9bffbdbbf5bff0bdb9bac89848debe9fd3d78f80 SHA1: f5e36b065da6043c10fca67b2294c32dc3ce89b2 MD5sum: adf749b6aa07855eae37d25a0e3b07f3 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.20250321.150308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-jazzy-snowbot-operating-system (= 0.1.2-5noble.20250321.150308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-snowbot-operating-system/ros-jazzy-snowbot-operating-system-dbgsym_0.1.2-5noble.20250321.150308_amd64.deb Size: 387702 SHA256: 5521911808e542aa44468539c24f667f99c6cf3f3088d2b0dfc6a75d46593717 SHA1: d3ff4287409e6946df665e72d1ee9b3993558b30 MD5sum: 407b38b368fbed52d26f05f2c2aa18ab Description: debug symbols for ros-jazzy-snowbot-operating-system Build-Ids: c0602a9393cd79368d6c5e00ea108267969ffdfa Package: ros-jazzy-soccer-geometry-msgs Version: 1.0.0-2noble.20250320.223701 Architecture: amd64 Maintainer: ijnek Installed-Size: 443 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.20250320.223701_amd64.deb Size: 41350 SHA256: 4b083b5a388190c7987735e5d5211751d35e934dbc3088d1764a5a1d07e5befd SHA1: 92a62bdc16d13a0c3453ec13448a3f88e2cb8f6c MD5sum: 7b0c706adf3d59105f4759f70ba3b047 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.20250320.223701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 265 Depends: ros-jazzy-soccer-geometry-msgs (= 1.0.0-2noble.20250320.223701) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-geometry-msgs/ros-jazzy-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20250320.223701_amd64.deb Size: 173410 SHA256: f23b3e7c379f1148fc8b7d4b3fa72987ea496c0a03f4f3a8de6c7c51264ebeb5 SHA1: b1c2b83863fc3bb77c4af6caa6752d2d100fbae5 MD5sum: 6e89eae46f1dd1523a8809f70dc695c4 Description: debug symbols for ros-jazzy-soccer-geometry-msgs Build-Ids: 0310e38a6cca18a0aab936947e56a69e6c85c75f 25be6192a6766867c22d3f7519596b19beaa801e 26bef3c1447c7c6b6a4fa92e37d2c86fef41904a 2fec8052213cbc0d60f62456992b53e6ae6074e8 95884aca9e55dc86cf6b3ebb833d47c14b73e585 afcf8d6c0a533e538b8af35cbcada178b23a6273 cb963e1b8e5ddb42838d30cc71f0b4bd6d6e4d99 cc8f7612179164efcee30af7d17702f577379093 da6d603e56853d5db26947e186bc72bd0f75e4ec fc3d4ec85442da42036f53ed936dffdbd6e7f474 fc99a937b0bba50ef29b7854e46b4d7351632508 Package: ros-jazzy-soccer-interfaces Version: 1.0.0-2noble.20250320.225040 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.20250320.225040_amd64.deb Size: 5052 SHA256: 009eecc3e388a7c7c32448d6c7fe122326e6562d30e52071d87c87843f88962a SHA1: fd5c0a56d2d7082ef064260d109bf34f49b8fb14 MD5sum: cdab8d3dfde19791ec8be5b0f7a48736 Description: Metapackage for soccer-related interfaces Package: ros-jazzy-soccer-model-msgs Version: 1.0.0-2noble.20250320.223930 Architecture: amd64 Maintainer: ijnek Installed-Size: 1017 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.20250320.223930_amd64.deb Size: 82276 SHA256: 86b952fd44c61e0a68805c166caef097ce30e9fe812c5a9d22009d6141e6da5c SHA1: 00db22f3c86262204397ba40b9a7fc133735f3e3 MD5sum: 741d69e34ef0d930ebb06a2dfecd26bf 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.20250320.223930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 777 Depends: ros-jazzy-soccer-model-msgs (= 1.0.0-2noble.20250320.223930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-model-msgs/ros-jazzy-soccer-model-msgs-dbgsym_1.0.0-2noble.20250320.223930_amd64.deb Size: 606320 SHA256: 0d4919301de4966479e209777b218ee9f8feebce2c65e6b60a21ea198d1a9ab7 SHA1: 60484a9bac424ce6fd7ddd5558e9ab377f17be7a MD5sum: 0b16eb8ed9d2a2ae72e87df3ed56a3e7 Description: debug symbols for ros-jazzy-soccer-model-msgs Build-Ids: 035120a340e82abeaa09bcbf310a961f18d1f2b8 29fa968cfa7f20b4334a3c50021af650f47c5955 35c14f74d4271827c3d0dd2765d4a5656a13b9d2 3852d493c3baadb8d62c81e6463a52a1bcdb2f1c 390e3f371a3250345c842186d55903ab560bdaeb 39569afb28cd5054f88cbe82f1657e24f659b93c 5c1210fe2e2b8c842ad4705cd2dce51a40936fa5 68b4fddcb8ae8ac7c80299fe2aba8bd93c967b91 9f3f336d12ac9a9ca7b9c1cb928a6592ddb3dddf c2eac4768bab4d837a42e140380ca2b5a2bb297e dfaf3807e4a1324bddac16b04835e7baebbfa031 Package: ros-jazzy-soccer-vision-2d-msgs Version: 1.0.0-2noble.20250320.224607 Architecture: amd64 Maintainer: ijnek Installed-Size: 2201 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.20250320.224607_amd64.deb Size: 156330 SHA256: 009d8866b234295dc220649417eacb9d884d2283b4d4ebc439c7a63407f7a8f5 SHA1: bb88e4f0b2e041a3195041c4768dec04cb85f910 MD5sum: 69ae4855ba4c79974f2700804c9e0226 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.20250320.224607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1745 Depends: ros-jazzy-soccer-vision-2d-msgs (= 1.0.0-2noble.20250320.224607) 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.20250320.224607_amd64.deb Size: 1415206 SHA256: 349649f0311b23cea19854a8e243d043d8b7216fe723f3c8b963e2006067e8d6 SHA1: 5816a8f1f08765512c6b8dbe808d92178c04b1a0 MD5sum: bed7a8b9715556356dbf97f6974d9335 Description: debug symbols for ros-jazzy-soccer-vision-2d-msgs Build-Ids: 0d68339604c4860bf52434e2dce4c0617c87750d 3de0b20250b004af39c5797d4095f77e78915533 59669bb4c0e46ef748bf918e01d828ea603d22ca 6140754779eb8f6c9f2f68bcf4bb1bb6850f1525 92a9ab25e2021d90a91b3819c2e694b98af9f026 a08c88fd05555004d3856d6c90c7936b807e97e9 c52b28f75e4bd78bdb332b2a66d9157805ee3088 cf918fa8e8fc5625f84002aa67a8fa9c247ebfc3 d26eea52f4dec6ed39f608e26b8546e24174e50e f5040fa6a0394a541b134f64ac007538ce21c0b8 f5980eafa610b8c53cfaab5e483667e101c95b82 Package: ros-jazzy-soccer-vision-3d-msgs Version: 1.0.0-2noble.20250320.224605 Architecture: amd64 Maintainer: ijnek Installed-Size: 2224 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.20250320.224605_amd64.deb Size: 155830 SHA256: e271410b9ea250e088dc1d3cdf50cdb3399987839362d7af4038fc7405259ffd SHA1: b2a9eb0adf6f5ecfc7a96b8e445cea84e2bf736e MD5sum: e3b91a7d384357ee48993ef92eb43859 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.20250320.224605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1763 Depends: ros-jazzy-soccer-vision-3d-msgs (= 1.0.0-2noble.20250320.224605) 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.20250320.224605_amd64.deb Size: 1429840 SHA256: 1b71dd579bb28ca2304adfe69347640060339172fc71569e61ead07c39b1ed7a SHA1: da31f2399bdd9bd9dcf6e7ad5701a27e0bcdfed4 MD5sum: 2f90aadfafd742181b89eb054b8668fd Description: debug symbols for ros-jazzy-soccer-vision-3d-msgs Build-Ids: 003b7cab20a8a16e07f329392a6ee773da479e5f 31f30e804ac7ec4ecdbf4bbae379ebfd90cfa6f0 36a83c902790d8ae021cfe78f75c795419126015 3fcf48764cbef5928d17aef96277d0b90c5c2fe1 44b8440189d8ab1bb70c6c76fef788249090dffc 69a4e7b41fc4ca91448047a7565f45319fd63a72 69e09545f14d6d5fe14cc3130a64a8153f19f992 914a13a67a4d4e614aa65e57b5201398b3241191 ac59ee805edf2a5c7182028dd175159dd595437f cf692aa08e067be34eea154880750c935636d5de f5269a141eb2b7cb2f3934d6b5a159fe9e6be3d9 Package: ros-jazzy-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20250321.131442 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.20250321.131442_amd64.deb Size: 165224 SHA256: d6d77595c52ffa8c6236438a880277fbb6953873432c937a45b4784a59a26c6c SHA1: 8ff9c466c37b782fe603afb636e535dc1708b28d MD5sum: 5842ce29c47b685da3271631cc753382 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-jazzy-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20250320.195529 Architecture: amd64 Maintainer: ijnek Installed-Size: 666 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.20250320.195529_amd64.deb Size: 54682 SHA256: fb197810911e587b2b7dc906c6a37dc3e454198f532e5a078322798068197e42 SHA1: 404925d50931c8b61201c63bf2b4bb4f4f120743 MD5sum: 239010b6f0ea9290b91b1e1142680076 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.20250320.195529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 439 Depends: ros-jazzy-soccer-vision-attribute-msgs (= 1.0.0-2noble.20250320.195529) 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.20250320.195529_amd64.deb Size: 318740 SHA256: 266dfad19cd5e40bf26f75666b71a03908857d1cfab7a8a08ba279808b4a5ea4 SHA1: d0acc6707202fecee21f9b0f076f1b92ef0ea0f7 MD5sum: 514c792c81d617133f924a10b68d0d43 Description: debug symbols for ros-jazzy-soccer-vision-attribute-msgs Build-Ids: 0128c3a87739766995a213e00b231b22619c0585 14ee5890597ef36b88859141515375ffcc8c1934 4b03dd99536457186837e080c1ffc0383f15141c 6ffd8d6ee7f491ec7a078d07829ba3b4f3ff4e42 7e4e2315827179a58534e02f7e7789f952b35846 8ee77d3c2cb6e76f9ccd961a4bcb62f01283b1b4 91937f6b6c59a64db0deff40de43a468c02a364a ba6a576040370890930e5774f75e4b60710fb2af cc99424d7707e5b6d066c6551743b940fd0de01d d4491bb3565d9bc9805ae677c38197887eabd905 f592849ee70f9834912828ce75cc1d93b6726f1a Package: ros-jazzy-sol-vendor Version: 0.0.3-5noble.20250320.190503 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.20250320.190503_amd64.deb Size: 148352 SHA256: 47f99e6c1f6988f27347b98205350840fa074ff58a13fa5c4c50fb7a0b4f1400 SHA1: f9d66634c7ec18a19ddc21b354b1907f8e640a76 MD5sum: d39b476eb88f0b80376a32a3cb33038c Description: vendor package for the sol2 library Package: ros-jazzy-sophus Version: 1.22.9102-2noble.20250320.183602 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.20250320.183602_amd64.deb Size: 43408 SHA256: 6c31d3ee1d085aa2545cf6e9c9ea0ee3838721ae919a557490a318eee71c7755 SHA1: 48ce05587ca4c83c722026110a8aac4bdec02a1d MD5sum: a1be25826bcc2e72efafd75ec67d6b60 Description: C++ implementation of Lie Groups using Eigen. Package: ros-jazzy-spacenav Version: 3.3.0-3noble.20250321.134041 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-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.20250321.134041_amd64.deb Size: 102920 SHA256: 3d4725b3a0387977b766e973078208f4836606941af87e4f01943d5708439b70 SHA1: 8395abf0780deef15f9ff46d7afd03ff9df5c5e3 MD5sum: a3e9ad27ed9137d1f7c644b3d970b243 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.20250321.134041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1928 Depends: ros-jazzy-spacenav (= 3.3.0-3noble.20250321.134041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spacenav/ros-jazzy-spacenav-dbgsym_3.3.0-3noble.20250321.134041_amd64.deb Size: 1756624 SHA256: d86116dcc6b96c5ccbe481de10895ca74a7626e634bac0e9dc32d207b17299a4 SHA1: 28fab02cc545304dce42a601f8d39f19ca9c42e2 MD5sum: cf2b726ee450d3146838e158a99908c4 Description: debug symbols for ros-jazzy-spacenav Build-Ids: 0c6ef386b66197719b3dfad6ede2111df2f17523 e5cd7efbb94fcac5d5a52ddc4f39d172fb4c28af Package: ros-jazzy-spatio-temporal-voxel-layer Version: 2.5.4-1noble.20250321.143713 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2216 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.4-1noble.20250321.143713_amd64.deb Size: 422458 SHA256: 63a46f127cdd9784f043e9bb5e32fe6c5b82ddebe700dea4c691670c2fd029e0 SHA1: 2ac987a1b70dc31d74229e74430ef980a15c9219 MD5sum: 3009eb8b2df9fccf3a191d72132d7b72 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.4-1noble.20250321.143713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 13792 Depends: ros-jazzy-spatio-temporal-voxel-layer (= 2.5.4-1noble.20250321.143713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spatio-temporal-voxel-layer/ros-jazzy-spatio-temporal-voxel-layer-dbgsym_2.5.4-1noble.20250321.143713_amd64.deb Size: 12829836 SHA256: 6cc73bf3cc868990993b08d82dc1e6923b31f8c085a574d94ecc4c233e45282b SHA1: dce9bd245f31ba2e8ae7ffde1258f3f6d7bebd6d MD5sum: 34527ffac84420553c92bebff9b176a5 Description: debug symbols for ros-jazzy-spatio-temporal-voxel-layer Build-Ids: 0c343674ec051cadf84a27f8c54897a8224a914f 14ec4b02a77495365269b1b006e223421cd1fb75 1fce4059c53303a38c5a68f56dae9b8cf684c585 25a495651889491a40cd113e97cf7872147450ec 43b872d0733378889d41af479d2ea167aa9582cf 4e7684c0a7fac852b2452bd0edd95b6242583297 582ea5d4531028e96a57776cfdd96c3458d32b8f 6aec72624b602cd1e930198c616db9ffe32db144 a294774890ce9009dd5642da66aad7eb404cf80d c2b3e909fd5b7b332b4e543018175a332f1f9709 eb92581b2357f1a5cc494f95bf049af4a1c72f05 f6bac0ef70292537461896372868431db27a5497 Package: ros-jazzy-spdlog-vendor Version: 1.6.1-1noble.20250320.190507 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.1-1noble.20250320.190507_amd64.deb Size: 6734 SHA256: 951f8ad61d57d22f17f59fad9e537aaf87bd6bbc3c8ab61cacfb1b5e1b39156d SHA1: 5808534f77dcfaee5b4612c99d9ae0b0d7baedee MD5sum: 15af3aca2bb0dd1ab8192682259f880b Description: Wrapper around spdlog, providing nothing but a dependency on spdlog, on some systems. On others, it provides an ExternalProject build of spdlog. Package: ros-jazzy-spinnaker-camera-driver Version: 3.0.0-1noble.20250321.134641 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 55048 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, libswscale-dev, libusb-1.0-0-dev, libyaml-cpp-dev, ros-jazzy-camera-info-manager, 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver_3.0.0-1noble.20250321.134641_amd64.deb Size: 9896958 SHA256: 685163f1c221d38e4c0ac163023f1fe22f2dd38d8bf0df0a4490cb4de6e2fc0f SHA1: afd8bbdd7a7fb0abf8de9d65d2f297fb39872d3c MD5sum: d7f67f24cf95af7de8982d0992186589 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.0-1noble.20250321.134641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5505 Depends: ros-jazzy-spinnaker-camera-driver (= 3.0.0-1noble.20250321.134641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver-dbgsym_3.0.0-1noble.20250321.134641_amd64.deb Size: 3989122 SHA256: 0637d3bb8059034226035b4c60e2682191c3879e390d81eb43751798d48fad21 SHA1: 0914f7d3696674021020544723c48271c5b0b1d6 MD5sum: e1a5fd1ffd0b1ca8dd6920fdea91df70 Description: debug symbols for ros-jazzy-spinnaker-camera-driver Build-Ids: 0a8354769c325c38002a61475ed73fca5b199d94 41608c24ff7fe0ad9092a76a4060041810082680 5047923a56b1d7714df7f53de212a41a26dc7fcb 518ea58c5e69ee4c841d718d41aeae9fc7bf09ce 691a4d0abd5949c4bbb52636e2b3db224b96a611 6da4571e8fb99de291959a02055e4220f5838543 a1366ee1f765cc4ae2c929b67f90ce268a9ddab6 bb63f925457396cb16e1156c8643dca2ae7b8650 ec54a562769cfc63a19ce064de5913f52a880836 Package: ros-jazzy-spinnaker-synchronized-camera-driver Version: 3.0.0-1noble.20250321.135221 Architecture: amd64 Maintainer: Bernd Pfrommer 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-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-spinnaker-camera-driver, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-synchronized-camera-driver/ros-jazzy-spinnaker-synchronized-camera-driver_3.0.0-1noble.20250321.135221_amd64.deb Size: 55930 SHA256: 576bd6d1c7ccf2c9be3bacc5fbbf612047f82c5d210c5631b512554fded9b3a4 SHA1: 1fbc7dc052a3298918e8fec98a3c1246bf30c6ae MD5sum: 5805bc29c27e58d969328cfe8d7fcee7 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.0-1noble.20250321.135221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1692 Depends: ros-jazzy-spinnaker-synchronized-camera-driver (= 3.0.0-1noble.20250321.135221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-synchronized-camera-driver/ros-jazzy-spinnaker-synchronized-camera-driver-dbgsym_3.0.0-1noble.20250321.135221_amd64.deb Size: 1642606 SHA256: 0ad906104d4f11c83eb72efaba1e2356807940b358d0d1da9c007c4d7801dfd0 SHA1: 2ee174542a422aff04e078af424de5812f413e45 MD5sum: 7730bb94dd39e1f0a3bcbf0cfa6e2168 Description: debug symbols for ros-jazzy-spinnaker-synchronized-camera-driver Build-Ids: 21429cafd383fbcbf1d8d81800c278e2810020f9 5cca90f7b4059b3768429fc04e8d31f89c510f53 Package: ros-jazzy-splsm-7 Version: 3.0.1-4noble.20250320.195535 Architecture: amd64 Maintainer: ijnek Installed-Size: 468 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.20250320.195535_amd64.deb Size: 48148 SHA256: a3acf43ca7f36d37406eb4480769b652a998fe10cdc665b3f47cc785a3fea490 SHA1: ae37981c5defdb8cec41f37470f3907d72a27029 MD5sum: 76d95a26547c07ecebadbfac472be061 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-jazzy-splsm-7-conversion Version: 3.0.1-4noble.20250320.195707 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.20250320.195707_amd64.deb Size: 6098 SHA256: 1ffa1c6809987d2557c0fe6fe9e12f7a6c9f983d6fd93156c87e401dd3dd057b SHA1: dcf2a9a45b7988911bfb664fb2a638bab1d3b676 MD5sum: f88388a0eca34ccdef89a7db878d9546 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.20250320.195535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 311 Depends: ros-jazzy-splsm-7 (= 3.0.1-4noble.20250320.195535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7/ros-jazzy-splsm-7-dbgsym_3.0.1-4noble.20250320.195535_amd64.deb Size: 220734 SHA256: 18e537c0bb422dcffbd0b0d44d80ce323187263d2732687b002a4906c9672082 SHA1: 790a2e72896d01bae9ced984798b14d6f998be5e MD5sum: dcf89a7159326b62768cc4c0194f1b31 Description: debug symbols for ros-jazzy-splsm-7 Build-Ids: 180a1df5ca146325f65fc5c6d00646e569bad397 493cee77cac6c6c3a6a3c4d0b8baf486b300387a 51e4f796f46c41f77c40182382f1ac983bbc2dbe 55091156176c168c752bb613e125fdf12a6e6bc0 74d2227bc30f032abcff877c249105c7375b0bd1 77f9f16409c7c0a00c349e97f4a9b1f2cb102aa9 9edcc82b208237aac475b7e292b4f91dc7315d38 a451427117dcb8108249c86eb0b3d2b9bea9df26 de3eeef76c1bcb4930e7666431db58ed094d7ae1 e4fb9cd74ce00414fe7528685eb9483fb9a66c1d fe2d202ae8020971dfaf1a09334d6697bb324d58 Package: ros-jazzy-sqlite3-vendor Version: 0.26.6-1noble.20250320.190507 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.6-1noble.20250320.190507_amd64.deb Size: 7968 SHA256: 7d0604e24fb36cb5c5fc1f041c3a68f91970cc3662adea6b357564496f39b791 SHA1: 5da9da05a786212fbc4c63c77ba8c31a6c9d4472 MD5sum: c648847baee50f615d13cea6b2d380c9 Description: SQLite 3 vendor package Package: ros-jazzy-srdfdom Version: 2.0.7-1noble.20250321.131735 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.20250321.131735_amd64.deb Size: 60588 SHA256: 8d60b2a16864a5a13038e2a50036a62d77db81a34725f04a9f0beb13210e4dea SHA1: c9398a3e88936cf8aa2beb30fb21aa3b43962b9e MD5sum: 5096b0517c176978f1cc01d8f181c801 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.20250321.131735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 716 Depends: ros-jazzy-srdfdom (= 2.0.7-1noble.20250321.131735) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-srdfdom/ros-jazzy-srdfdom-dbgsym_2.0.7-1noble.20250321.131735_amd64.deb Size: 684840 SHA256: 4d3a24abd3ac0712012ba48ea43fa625c75b215385124540230b08dcf0a2db42 SHA1: 59e57f13177ed332a2347194664cdf13671caebd MD5sum: b43193d6bbae9e7b26a2d3efcab31bc5 Description: debug symbols for ros-jazzy-srdfdom Build-Ids: 32a3a72334b773a313a4b9bef4a01c250f7d66d7 Package: ros-jazzy-sros2 Version: 0.13.2-1noble.20250321.131543 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.2-1noble.20250321.131543_amd64.deb Size: 44646 SHA256: ef49662f9beb53e03c2f52a18084c9145dd934512009c00f32469e4e2dbe82ce SHA1: 691e4e2961ddfe92481e34ebf37dae7f9df79278 MD5sum: 9d50d8e026e1bcbd1877eb139a545aa7 Description: Command line tools for managing SROS2 keys Package: ros-jazzy-sros2-cmake Version: 0.13.2-1noble.20250321.131747 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.2-1noble.20250321.131747_amd64.deb Size: 6924 SHA256: c6eb6200f795f21adafea3118e4a861d370e929e92d49753d069c63ed9cdee8f SHA1: c52943033d4261524a91fccbceb531f104725f9e MD5sum: aaa356a4ee5be19978ce678fea1a23fa Description: CMake macros to configure security Package: ros-jazzy-statistics-msgs Version: 2.0.2-2noble.20250320.195544 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 698 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-statistics-msgs/ros-jazzy-statistics-msgs_2.0.2-2noble.20250320.195544_amd64.deb Size: 64466 SHA256: e958147f6811ce1b9b94dc81d4366ebbdf03a5d318b28084e517f1f31008fa87 SHA1: eb7c2ca327946f5422bcbbd5efc661dfb7dc6c4c MD5sum: cc60e105cd8a9cfbe45d983ead5cc5b4 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.2-2noble.20250320.195544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 506 Depends: ros-jazzy-statistics-msgs (= 2.0.2-2noble.20250320.195544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-statistics-msgs/ros-jazzy-statistics-msgs-dbgsym_2.0.2-2noble.20250320.195544_amd64.deb Size: 381648 SHA256: e8fc9472038ca9d0ac3cd2c7f3883254e74883d378912dfa44e412c756904cda SHA1: 650c0de54cb452cfdcc0d53ef0e219a394981848 MD5sum: c87123b39bfc9f4bfacb33236fe1f668 Description: debug symbols for ros-jazzy-statistics-msgs Build-Ids: 1bac6f259ccbaf92fee51c7e5fc8c4d3e32d38fb 219b8b44f29b86f5f88e7f59031d9be4170b5c91 33055510054af7bc4aadeec56479bc33254787db 3d06d7fad209e407aa3eebcf902bba1c26a4acde 547917dcb22e3022325751d8d8f932296e005b42 62d4640e1cfec4af1edfe9ae2c08a6ec11713362 688333c15030522dd16e58998b17545fd79617b2 91340d364936a39838e6041c08d3f4757a80735f a698dbc40748ea69bc3a0beb05cb664d89931979 ab6948bfb0ebc5ef19c2358969937208b6cb5476 df9ff6326b94cfbc77ab75dc27526e6bfb1af237 Package: ros-jazzy-std-msgs Version: 5.3.6-1noble.20250320.220843 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3691 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.6-1noble.20250320.220843_amd64.deb Size: 228612 SHA256: cfafb07ea844746ec372df0230641692b4a862ad5a29dd543d64dc2c6278fb8f SHA1: ccf6809fd8e016cd26d80d0baff56accde4df82a MD5sum: bec2676134f567d7be952929c2d69d65 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.6-1noble.20250320.220843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3342 Depends: ros-jazzy-std-msgs (= 5.3.6-1noble.20250320.220843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-msgs/ros-jazzy-std-msgs-dbgsym_5.3.6-1noble.20250320.220843_amd64.deb Size: 2766738 SHA256: f2c24c18462479d28b3562d86b716464a199486662a99c40aa6f6407d7bbd822 SHA1: 25809227081c2264fdf93d40e8399c1568ff0505 MD5sum: b016e5427b6b16735939dd772cf199e8 Description: debug symbols for ros-jazzy-std-msgs Build-Ids: 419ca218254af49a0ee419e272bbb3fc127015ec 7b9b6da81b5b5959d28106845f3cc3f8206f68a7 a2fb52e67ca4df947f59ec2d99c901e401aa4d5b b7a93c5e612fb5e2cac126e584e31f43b79f40a9 c26f8f86c606b8e9a80537788d0bc804d2c7728c d84d92eb0ebdb9f532e675de94a0b8381fd4044a e454481c8375a8d7cbfc7d9c6345cd0c8fca92b5 e5c3684b63cb922fc1245b7848d4c14e64d72a79 f0865b5cdbe40695d503518be14dce03e37d5358 f34de2712851bb374421c3c529b3850e23d2947c f7f92d18cc45dceff38caf06b74f21be821b84aa Package: ros-jazzy-std-srvs Version: 5.3.6-1noble.20250320.220853 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1388 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.6-1noble.20250320.220853_amd64.deb Size: 108058 SHA256: f6fddb05959d61c9ba41d540f783ec759c9c354b87d313af2151f1785fff7659 SHA1: 2efa07ef7f8c580bbbbfa8d5b30738112f32e6b6 MD5sum: fdd8c07ef91d88f7a985a9ba5036dacb 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.6-1noble.20250320.220853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 996 Depends: ros-jazzy-std-srvs (= 5.3.6-1noble.20250320.220853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-srvs/ros-jazzy-std-srvs-dbgsym_5.3.6-1noble.20250320.220853_amd64.deb Size: 770134 SHA256: 856bf5f0c55fe76cc6193afacc48040dd3aea38d4d831479f546718a4b0aa76e SHA1: eddf85d75c1f6a9f5da75cf0e37b6513a097486f MD5sum: 96010bceee07c79a18f2c198d3291c65 Description: debug symbols for ros-jazzy-std-srvs Build-Ids: 07646d3b2df95164cbec76f138ce42f81111b899 2d75a3ecf758f63618d460021fea5dbe4d007fb4 5622378be650947ca141df7f433ac846b4963754 5855e3caf58bb448844c3a013bb1130bd9d439ce 683aa0e77e483f868997f9564c226425a7d69359 79af72ca0c0e0e5b47628d470bbbae10116aebad 826a35824f45c4e081697f5ee44246e4193bc1d0 9762aa72ce9f464d169548e69bef1cd1584df4a3 ac27410427af11bb0a728abded7d76950771823e c21c1d0927e87c1b5a30b77c49210891a612d022 e0888270edad06bce2b61840a1a68a4d85a1fc5b Package: ros-jazzy-steering-controllers-library Version: 4.22.0-1noble.20250321.144728 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 823 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ackermann-msgs, 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.22.0-1noble.20250321.144728_amd64.deb Size: 182844 SHA256: b0baa8d151c6d82d8b07078039a840d0ac1629c5cd77edf2c8537c09c8f4233e SHA1: 3aded4608d56acb985eb42f56d2b8169140347b5 MD5sum: d1c28c7dc583753f7678e24b92014a41 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.22.0-1noble.20250321.144728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3478 Depends: ros-jazzy-steering-controllers-library (= 4.22.0-1noble.20250321.144728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-controllers-library/ros-jazzy-steering-controllers-library-dbgsym_4.22.0-1noble.20250321.144728_amd64.deb Size: 3046030 SHA256: 327e1987bd9480b0a1bbf67c5feee0cac031cee2c84eda2bf5b8dd7fbd12a753 SHA1: 32b888ee8ccf37a93d8997f2d52aa48b6af1653b MD5sum: 1ca4175a6b97d3619233dc3ae3e35051 Description: debug symbols for ros-jazzy-steering-controllers-library Build-Ids: a696c644a03a55982dbb1f38fb910644e72e1502 Package: ros-jazzy-steering-functions Version: 0.3.0-1noble.20250320.183657 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.20250320.183657_amd64.deb Size: 150810 SHA256: 4b1a17473742c8e1b3766275e3b1dd2e1df2fdb423a98f3d9a18eb7f9dbeba2b SHA1: 1e404f2716e8f44b4c16059795003265125d075a MD5sum: 77b0a1ef19cc347b25e4d8b9b473f778 Description: The steering_functions package Package: ros-jazzy-stereo-image-proc Version: 5.0.9-1noble.20250321.143011 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc_5.0.9-1noble.20250321.143011_amd64.deb Size: 299760 SHA256: 4522d7ab45f97f6e798b8d402d766bafc5a01796ff575b14fac9fd741199368c SHA1: b7cb00ed27c01d02860037b2d3613292153f3767 MD5sum: 5986de1eacb9634510aca56ae655df14 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.9-1noble.20250321.143011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 7514 Depends: ros-jazzy-stereo-image-proc (= 5.0.9-1noble.20250321.143011) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc-dbgsym_5.0.9-1noble.20250321.143011_amd64.deb Size: 6526188 SHA256: 012fcfc31a7c545671e19603f78eedd9671ff8c9d97a4a0d3f491fdbd63f981c SHA1: 32ee2249ca98b14deed22c323e0d6fdf84ad8176 MD5sum: 0811daeda8c8b3a67507195afffb48d4 Description: debug symbols for ros-jazzy-stereo-image-proc Build-Ids: 6406eb0f0531aef78efd6aa5902aa57e9d51f848 838d454bb106aaab2f65394eda5a85d0cb8a34d0 d1121f34d3f3bf2647644d1d10358e866a8ed14d Package: ros-jazzy-stereo-msgs Version: 5.3.6-1noble.20250320.223001 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 491 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.6-1noble.20250320.223001_amd64.deb Size: 47302 SHA256: e8f1b9e26c448ae7e0bb31a4a45edd7b2a36a781f53fd56e60cc7c4991e72048 SHA1: dc40e58efb7c6480b0a11f4b9f460421c08d9948 MD5sum: ec61e48f6fe319f21327d61e8034cd12 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.6-1noble.20250320.223001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 302 Depends: ros-jazzy-stereo-msgs (= 5.3.6-1noble.20250320.223001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-msgs/ros-jazzy-stereo-msgs-dbgsym_5.3.6-1noble.20250320.223001_amd64.deb Size: 207946 SHA256: 5a25c5a054be3bf26bae5c755dd799ce429c3e6fbc0d9a569495dfb1d737a522 SHA1: e9e321d034941f3b2eca7458339c97e77b17c297 MD5sum: f3af9248156b7298c7c4d52d48e74da1 Description: debug symbols for ros-jazzy-stereo-msgs Build-Ids: 1c0a8d3f101cfa954d7ab973cd0536766b418fc6 28bd23c6964b3083ea3d56d86a736c859437b9a1 483092b5bd6216c99c75a61e78ccc34c6929a303 4ccb4a9b76010daa3ecb12075930d70080ea6e6d c32ddc780f617792a444532d3e77d52ba878a02c d5400400d49b829f5f69633aeacec3380644314d db5e3504e629acc9b925a05d3a435afeaced2fb6 eb13a583bb70130aaed1c4106bb1465c6fee4a26 f0e853da2587360caed977c8cd20604a68353e6c f0f37273747721df40f7c5fea4a8a92eb3c3ba89 fb4e6908472dbfef7456f8e8af6d24c6bfd8e8d4 Package: ros-jazzy-stomp Version: 0.1.2-4noble.20250320.183711 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 212 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libconsole-bridge-dev, libeigen3-dev, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/stomp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp_0.1.2-4noble.20250320.183711_amd64.deb Size: 67862 SHA256: 6151a4eb274c7621559778a410048e22964baad6f765b88b75638094ac7251e9 SHA1: fa2af138a9506d951ccd9d42ba553a81af22a925 MD5sum: 2941610253ab4a299be5149be5717dd1 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.20250320.183711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-jazzy-stomp (= 0.1.2-4noble.20250320.183711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp-dbgsym_0.1.2-4noble.20250320.183711_amd64.deb Size: 2630166 SHA256: 2290f994f0f8f258cc919dde789c92d8833a89864b53b8da4c6d66af2e8e68ef SHA1: 58b0b10f624df525e714c82f54a09461f9cb762a MD5sum: 6f7b250df5f1434e0d5c1aee7039ea9f Description: debug symbols for ros-jazzy-stomp Build-Ids: 74a16195a1137c365493bf767649f0b99edc1277 96eeeb853f0a008b934ed2028890ee0dbc55c10a Package: ros-jazzy-swri-cli-tools Version: 3.7.3-1noble.20250321.131723 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-cli-tools/ros-jazzy-swri-cli-tools_3.7.3-1noble.20250321.131723_amd64.deb Size: 14326 SHA256: 1857ac501b76be173f24217b6ae2e0876ffd94f7d90521220e8f9a4948435200 SHA1: 897f3e16a6a23d0de01af5a285c236125fcbee9a MD5sum: 53560d84f8fc59b60cb20b4ece3165a4 Description: Command line tools for introspecting ROS systems Package: ros-jazzy-swri-console Version: 2.0.6-1noble.20250321.143146 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4860 Depends: libboost-thread1.83.0 (>= 1.83.0), 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), libboost-thread-dev, libqt5core5a, libqt5gui5, libqt5widgets5, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rosbag2-storage-mcap, ros-jazzy-rosbag2-transport, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/swri_console Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console_2.0.6-1noble.20250321.143146_amd64.deb Size: 1812404 SHA256: 666e7a4c245ff81dd14ff3cf7e8b07293fcf04daa923c646dd91632ea8389d58 SHA1: 3710c3c8678c23dfcc94a424c25a5dcff61e6ea5 MD5sum: 51dff3fa730f535553d5b03a3dc9e801 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.0.6-1noble.20250321.143146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6072 Depends: ros-jazzy-swri-console (= 2.0.6-1noble.20250321.143146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console-dbgsym_2.0.6-1noble.20250321.143146_amd64.deb Size: 5737608 SHA256: 4a9f855fd97c36a03476781e2b5e424fa4301ac6870cfad350aeba55e7370d6e SHA1: 735d1b4b0684f22922c4d973c1d94276b8ad5a28 MD5sum: 037461ce6878a5ef4d2f6cc41733aa63 Description: debug symbols for ros-jazzy-swri-console Build-Ids: 48ac26daf57885e73087f141d440d85a9cad000b Package: ros-jazzy-swri-console-util Version: 3.7.3-1noble.20250321.134945 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 87 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.7.3-1noble.20250321.134945_amd64.deb Size: 16898 SHA256: dc8a5d48574d71b70ccef41e3d8434dd01a4fee7c263c4de1d55b053b6212711 SHA1: 45264b9355317d4808d931f3573f70c70b9c04b0 MD5sum: 3526a5f423a306d53ae19e5e3edf82da 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.7.3-1noble.20250321.134945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 210 Depends: ros-jazzy-swri-console-util (= 3.7.3-1noble.20250321.134945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console-util/ros-jazzy-swri-console-util-dbgsym_3.7.3-1noble.20250321.134945_amd64.deb Size: 196894 SHA256: b48d4243aac71cb5e36889d0ce36877c124741f8b4aea29605120baedf218394 SHA1: 9b08d44b25f5a945361700574133c56a44c82cac MD5sum: c3e79e9aa8e3fcd2daff907d46f01d88 Description: debug symbols for ros-jazzy-swri-console-util Build-Ids: 139e8cad691281231a3a11a2f4f8011b96930a04 Package: ros-jazzy-swri-dbw-interface Version: 3.7.3-1noble.20250320.190559 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 51 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.7.3-1noble.20250320.190559_amd64.deb Size: 8072 SHA256: 97f0829d903293dda6d3ed9e218769f759ea2ede772345795da4cc551f84794e SHA1: 01dca900c8f114b0a53ed0011a04a5458e00b4c2 MD5sum: cf35bbe6a52199bdd64e93227445acc4 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-jazzy-swri-geometry-util Version: 3.7.3-1noble.20250321.143442 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 156 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, ros-jazzy-cv-bridge, ros-jazzy-rclcpp, 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.7.3-1noble.20250321.143442_amd64.deb Size: 45638 SHA256: c6860588185a41aa9e6581e599fa9dfc0543b2c312ccfc4d6f016996803f560f SHA1: 2270aa87b2bf265af68723c4fe81837f9335e803 MD5sum: 136f918781de532f556ab8f5aa735b3e 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.7.3-1noble.20250321.143442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1778 Depends: ros-jazzy-swri-geometry-util (= 3.7.3-1noble.20250321.143442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-geometry-util/ros-jazzy-swri-geometry-util-dbgsym_3.7.3-1noble.20250321.143442_amd64.deb Size: 1782788 SHA256: 09dcb8accc7dbe4aff29c1e65576dd8f2e790519731e4395a73d4b31de06e5aa SHA1: 5245f21b13b7ecf208b7aa118d31774c56479f97 MD5sum: 3bedbb1fb6ce77616ab6e3744f88bcb1 Description: debug symbols for ros-jazzy-swri-geometry-util Build-Ids: ebf4e498080ba44e3e931febb6942e77fcd37916 Package: ros-jazzy-swri-image-util Version: 3.7.3-1noble.20250321.144858 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1045 Depends: libboost-random1.83.0 (>= 1.83.0), 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), 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), libboost-all-dev, libeigen3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-camera-calibration-parsers, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-geometry, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-swri-geometry-util, ros-jazzy-swri-math-util, ros-jazzy-swri-opencv-util, ros-jazzy-swri-roscpp, 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.7.3-1noble.20250321.144858_amd64.deb Size: 255966 SHA256: 8edfa6f0578f9aa8759ab72e9b1ff255c1720c9c7c6e1127bd05704d535fc98b SHA1: a686b79e31a08938746b4a0b2580fe81c1d975ea MD5sum: 7498f49a6a3c323b8f14c8dac9cf86c5 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.7.3-1noble.20250321.144858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 8323 Depends: ros-jazzy-swri-image-util (= 3.7.3-1noble.20250321.144858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-image-util/ros-jazzy-swri-image-util-dbgsym_3.7.3-1noble.20250321.144858_amd64.deb Size: 7831754 SHA256: 845e4b39f334cc53816967c3ab7cb354f7353d2f4aad62b9afb60063e614f3e2 SHA1: 71d1f549af78e1e2facc4a1ab43675bf9d2b5bdc MD5sum: fa419291adf35ac9a6b03798bb599f4f Description: debug symbols for ros-jazzy-swri-image-util Build-Ids: 01d4d180ee9a4b5afb8b51f1e068904e3b6325eb d8e667f65aa64203a3f78f68300a88fa4f9c509f Package: ros-jazzy-swri-math-util Version: 3.7.3-1noble.20250321.135000 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 163 Depends: libboost-random1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, 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.7.3-1noble.20250321.135000_amd64.deb Size: 36214 SHA256: 0734412db8388ee09f7068c1187abe26b4ee4336638894240327858c03f64c6d SHA1: b2802becb166aec3b0749c0670b5d0d50a16e98d MD5sum: 2e2ab9ad53d453ff9817850a941d038a 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.7.3-1noble.20250321.135000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 390 Depends: ros-jazzy-swri-math-util (= 3.7.3-1noble.20250321.135000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-math-util/ros-jazzy-swri-math-util-dbgsym_3.7.3-1noble.20250321.135000_amd64.deb Size: 365590 SHA256: ee7d988168a7c97af2f4be15b890d0e615494e8296a2a8e0cea14b3306f299b0 SHA1: eb3117ca882f811e581d8e16b94b8c9a8d9909dc MD5sum: 1781fa387d3c709c28e2c71647a5b38a Description: debug symbols for ros-jazzy-swri-math-util Build-Ids: 2113caa96a88603cd8cd2549a5d87565521ed5af Package: ros-jazzy-swri-opencv-util Version: 3.7.3-1noble.20250321.144255 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 211 Depends: libc6 (>= 2.29), 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), libboost-all-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.7.3-1noble.20250321.144255_amd64.deb Size: 51788 SHA256: 433189630e8c8289ef898ae77bbdd21050240dc0f34a2442767a60d71e231479 SHA1: 92955480861cea0bfd8cceb9c3671253a7e8bd70 MD5sum: b019d85215cddff45668010494e0436c 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.7.3-1noble.20250321.144255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 578 Depends: ros-jazzy-swri-opencv-util (= 3.7.3-1noble.20250321.144255) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-opencv-util/ros-jazzy-swri-opencv-util-dbgsym_3.7.3-1noble.20250321.144255_amd64.deb Size: 544928 SHA256: 2f8c603b335d31fd7b01ca14f6e51743a4e6c1b0b8a67a781fdad6574c550cf5 SHA1: b81ee9b30f0f05774e69b1573084c119acaa46d8 MD5sum: 243d78c65dce3ade7157340b356b2fb0 Description: debug symbols for ros-jazzy-swri-opencv-util Build-Ids: f44e634dc5f95b004a1f3292a56a8f2513b4878c Package: ros-jazzy-swri-roscpp Version: 3.7.3-1noble.20250321.132555 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 746 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-diagnostic-updater, ros-jazzy-marti-common-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-roscpp/ros-jazzy-swri-roscpp_3.7.3-1noble.20250321.132555_amd64.deb Size: 133224 SHA256: 3e20e76eb9d802af3dd2ad31f6a64e29c8d7de587fa490ec9fdb117698d53a38 SHA1: a7dc1ee78e9980609e5e12896951e90e3f45d09d MD5sum: 0922b7e7c15549bc9adfc32cc826e775 Description: A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. Package: ros-jazzy-swri-roscpp-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-roscpp Version: 3.7.3-1noble.20250321.132555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2259 Depends: ros-jazzy-swri-roscpp (= 3.7.3-1noble.20250321.132555) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-roscpp/ros-jazzy-swri-roscpp-dbgsym_3.7.3-1noble.20250321.132555_amd64.deb Size: 1914696 SHA256: 8040eebc022a3b9e0010c4873d76ff2766aa5c3489976b3f1a6e51e843b22ca4 SHA1: f5caaff3ede76fa7fa2bc3a3e6791b596ef03851 MD5sum: ca967afd402f07ff2a1ee65e07f62621 Description: debug symbols for ros-jazzy-swri-roscpp Build-Ids: d089c66b20e8cb5cc91b2a862cf9ff9154810af3 Package: ros-jazzy-swri-route-util Version: 3.7.3-1noble.20250321.143857 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 241 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, 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-roscpp, ros-jazzy-swri-transform-util, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util_3.7.3-1noble.20250321.143857_amd64.deb Size: 70924 SHA256: da13ff01704328a8738aa2cae52edbabd33690d6d8179fdebe7c14529579e967 SHA1: 0386ebdc24dc2cecfb8ef305993aac5813195ab3 MD5sum: 9417d78da3ceb9da32fc0d6123c68da1 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.7.3-1noble.20250321.143857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1100 Depends: ros-jazzy-swri-route-util (= 3.7.3-1noble.20250321.143857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util-dbgsym_3.7.3-1noble.20250321.143857_amd64.deb Size: 1061640 SHA256: ad471b4faf813bb54f86d41c7b07dd132ec5f4fbcf9a5404a975dc971a716008 SHA1: 5bea90953fd0a31b1e8d5a74e3decbf42a3335c1 MD5sum: c2dd97f127f5072f0d79a4a2d462138d Description: debug symbols for ros-jazzy-swri-route-util Build-Ids: 3f20dfc1aea3617503e783f5e3e4968606fb4e40 Package: ros-jazzy-swri-serial-util Version: 3.7.3-1noble.20250320.190559 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 100 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), libboost-all-dev, 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.7.3-1noble.20250320.190559_amd64.deb Size: 21932 SHA256: 1306b5c7a06a1e776d17a7a5c3737325b78d248bf4df553a69baab4ce12849df SHA1: 20fba49f5559e6574e71e89f33de991b6eadc3b2 MD5sum: 0e4ae3ab7d5e8cfcca69c6cf41c8f79e 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.7.3-1noble.20250320.190559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 127 Depends: ros-jazzy-swri-serial-util (= 3.7.3-1noble.20250320.190559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-serial-util/ros-jazzy-swri-serial-util-dbgsym_3.7.3-1noble.20250320.190559_amd64.deb Size: 109506 SHA256: da017ccfdf84f7c26d53d0a9d8833e2e82edd43af3f3fe7391660c75c2eff441 SHA1: 37ac41ddd33e1b1f017cad3759f8408d4ff814d1 MD5sum: bef4f69b7387b3d6b2ae1092e718e8be Description: debug symbols for ros-jazzy-swri-serial-util Build-Ids: 2bc3af9e914cbcf311fba07932a05d4a22419570 Package: ros-jazzy-swri-system-util Version: 3.7.3-1noble.20250321.135001 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 281 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libboost-all-dev, 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-system-util/ros-jazzy-swri-system-util_3.7.3-1noble.20250321.135001_amd64.deb Size: 90628 SHA256: 10a16190bb938544a9e5a02e1585672d6324fd882ea286a5f6eef270b311e835 SHA1: 2d41dfe71b273cfc859d8a7613abf1067438d6e7 MD5sum: de9ef1c21fa701c9bcad454176686055 Description: A package with commonly used system utilities. Package: ros-jazzy-swri-system-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-system-util Version: 3.7.3-1noble.20250321.135001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 811 Depends: ros-jazzy-swri-system-util (= 3.7.3-1noble.20250321.135001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-system-util/ros-jazzy-swri-system-util-dbgsym_3.7.3-1noble.20250321.135001_amd64.deb Size: 750630 SHA256: 98ecbf50e9f17038b4aee948dab3a596d64ddf57f603c34c727b0380366e0bb5 SHA1: d43cc2994e52a0cffc904fd9ea1055377a7c7228 MD5sum: a98150f7f145cd30cd3471d7894a3529 Description: debug symbols for ros-jazzy-swri-system-util Build-Ids: b35315895b2d3d3cd69d24f74267f837386402e9 Package: ros-jazzy-swri-transform-util Version: 3.7.3-1noble.20250321.140900 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2746 Depends: libboost-filesystem1.83.0 (>= 1.83.0), 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), libboost-all-dev, libgeographiclib-dev, libgeos-dev, libproj-dev, libyaml-cpp-dev, python3-numpy, python3-yaml, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-marti-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-swri-math-util, ros-jazzy-swri-roscpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-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.7.3-1noble.20250321.140900_amd64.deb Size: 449120 SHA256: ae4b16060e865028f296d1ab2f76e1c785a8f23a2378765420af0ee605a9bfca SHA1: 9346aaedb29de92b62524c76a9cc27c62eea2bea MD5sum: 069fcc44ccd21c50c1cb9aa625a90858 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.7.3-1noble.20250321.140900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 12671 Depends: ros-jazzy-swri-transform-util (= 3.7.3-1noble.20250321.140900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-transform-util/ros-jazzy-swri-transform-util-dbgsym_3.7.3-1noble.20250321.140900_amd64.deb Size: 10659226 SHA256: bf77e05969d155ee00fb42105c7e88fe7d6f9db7752531b7d6694673a15c82be SHA1: d4bfaf11522913c3e9d79f7a6e54e359a7c5ebce MD5sum: f378381f9c9290022474f20afcb06a29 Description: debug symbols for ros-jazzy-swri-transform-util Build-Ids: cef444d0e841570ec804deea9d1b95f59730d74f d54721ccf04c72d5ca855432155512e1166a6e1b f63f90d6d39238561c87c7bf2667941ef7af00e3 Package: ros-jazzy-synapticon-ros2-control Version: 0.1.2-1noble.20250321.145201 Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 5399 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-xacro, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/humble/p/synapticon_ros2_control.html Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control_0.1.2-1noble.20250321.145201_amd64.deb Size: 1353410 SHA256: e02854167d180abc61eceb989556687e971146b2074eed274a63e5bcc9b58f9c SHA1: 6505a382168aad7645dfa0420f10aa0b3ed547d7 MD5sum: 3e8d92e7e4649bb748ac56d1f7f4fd53 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.1.2-1noble.20250321.145201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 1332 Depends: ros-jazzy-synapticon-ros2-control (= 0.1.2-1noble.20250321.145201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control-dbgsym_0.1.2-1noble.20250321.145201_amd64.deb Size: 1265362 SHA256: 2b9a7cf5aaae79f987611880dadebf375cd883a183cded32892ae553b2af7d3f SHA1: 63928fc3928109eebfd4b0fd49c2c4c35eae4e84 MD5sum: ce29f580ac199b6501b11b0acb9ab681 Description: debug symbols for ros-jazzy-synapticon-ros2-control Build-Ids: 2050a2520f15d06c0c3640c63b8fd3ac66376125 447da5bd80e94d8a431be90b07930c90c8c953a6 Package: ros-jazzy-system-fingerprint Version: 0.7.0-4noble.20250321.131718 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.20250321.131718_amd64.deb Size: 10692 SHA256: 1bf9fdd1fcb6bd3fec20cbbc00d83dd295a85a7f88cf654ee5926c604a19fe42 SHA1: 5f3c238c66c779d7d1be3129ecca3ee2a804b12c MD5sum: 16fcb7b6c94219a9d31fdc4d99b5ba0e Description: The system_fingerprint package Package: ros-jazzy-system-modes Version: 0.9.0-6noble.20250321.132456 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 3016 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.20250321.132456_amd64.deb Size: 467970 SHA256: 54cb97db41354aebd8e055c69244b8e19b11511dd1b42e67b3328b12faeb78a2 SHA1: a69d831feaf2428f380711d7c902722247fae93a MD5sum: c427b30bd5ee99462fb802d8ce574c43 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.20250321.132456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14492 Depends: ros-jazzy-system-modes (= 0.9.0-6noble.20250321.132456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes/ros-jazzy-system-modes-dbgsym_0.9.0-6noble.20250321.132456_amd64.deb Size: 12137706 SHA256: 948052ec8a55e596224888f0c46c6731c118d1e1dcd87d81701d94281b23842a SHA1: 5ac7345b73eedbe22ce117a01e51fe48334bc716 MD5sum: e01f54a6e60d9ade0874524bb65668a7 Description: debug symbols for ros-jazzy-system-modes Build-Ids: 7bfbae7214d22960cd0a856394c379da299e766d e8e738166ec422ab53928689072ee680deaa9aaf ef7d8389399e1ceb4918a83df091ee50771b5ff4 Package: ros-jazzy-system-modes-examples Version: 0.9.0-6noble.20250321.133146 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.20250321.133146_amd64.deb Size: 33146 SHA256: a87a31f443908def5ddb9fe365181d4e87003f8244086f37104c543950674f38 SHA1: 600ec2d472ec38bec5653ab300c0f07d83216228 MD5sum: 6450caa2388eedd3fd1ab99462984d06 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.20250321.133146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 761 Depends: ros-jazzy-system-modes-examples (= 0.9.0-6noble.20250321.133146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-examples/ros-jazzy-system-modes-examples-dbgsym_0.9.0-6noble.20250321.133146_amd64.deb Size: 722488 SHA256: cdaeaab2cd86c77666a680f08e452a73f4012ba815795692d8e5d2f0c08c15cc SHA1: 6811ed0cc09361993741ecc7041928eef9b8b9b5 MD5sum: a9a9868408c3a9ad796f08aef17aa939 Description: debug symbols for ros-jazzy-system-modes-examples Build-Ids: 6965b88a1e1a9bcc5a73f71d77b5f54963885fe5 7f85f73cac0537f0b2a0f264ca5794cd219436a9 Package: ros-jazzy-system-modes-msgs Version: 0.9.0-6noble.20250320.195559 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1709 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.20250320.195559_amd64.deb Size: 132788 SHA256: 5ab0b88dbc5d39f38aae39d10515afffdcf766ea0529ca7a9f978132c145ee33 SHA1: 1f144868375feaa47b403e6d9b922217385a7272 MD5sum: e2ba16c71f7dc5bcc3b69f1b0f5b9cef 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.20250320.195559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1315 Depends: ros-jazzy-system-modes-msgs (= 0.9.0-6noble.20250320.195559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-msgs/ros-jazzy-system-modes-msgs-dbgsym_0.9.0-6noble.20250320.195559_amd64.deb Size: 1034228 SHA256: f0f8a313d9f2188710a4525addf166a0e40c60eb24747d163c28d740d64c640b SHA1: 5b1f152dd969c6d5435d2e07c2ae657a37dfd347 MD5sum: f8c2e42e5712a408496bf18e3c33e213 Description: debug symbols for ros-jazzy-system-modes-msgs Build-Ids: 01fbbc20f8b1e56393c2fa6c3ff187bc76cef9d5 396975fbf2f309ba70f8ccb1f365ec69235b5212 5477f78bcadfbb1d391d41bc49c1911f3fc692ec 68ccdf936d5f43124783a072d9a8cd5726ddc895 9ec98b1bddb6c1b85c7397bb676112234441d04d 9f0c43c2ecfc22c8ed45db10169e38dfbb62c361 b8218f6a6a0df553668e4968ef18b563126c5be8 c8727b91daee78bd3e9272edad890864829a9fe7 c88aab2b92eeb6a4aaf17ffabc843bd48cb7ddad c93a33a2a3221511f7084cde4f2a7e9f8b329097 cfaac88b453c331ab34fcb894ade346ad1cff63b Package: ros-jazzy-tango-icons-vendor Version: 0.3.0-3noble.20250320.190630 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 42 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.0-3noble.20250320.190630_amd64.deb Size: 6014 SHA256: a06a05457c9648b1d60b022ff50bb0a90ea5d7b9f46419fda48c5194579e6b4d SHA1: be5156e872b669e55952271ad158d0aff296ca70 MD5sum: 5ff9f9f84485c92001e2378fca8f4a6d 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.0.2-5noble.20250320.190637 Architecture: amd64 Maintainer: Tyler Weaver 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.0.2-5noble.20250320.190637_amd64.deb Size: 10534 SHA256: 2e5bedd40e62e68720db720b8b93de484a707d901f98bdd91634bc91a998dc9f SHA1: 3bf8d9b5afcda36953df046cc65b9ae51b3610dd MD5sum: aede6e9df7ec5567988a012ce192204a Description: Implementation of C++20's std::span Package: ros-jazzy-teleop-tools Version: 1.7.0-1noble.20250321.131929 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_1.7.0-1noble.20250321.131929_amd64.deb Size: 5796 SHA256: 9afe60dbc954e0be79db61757e439917c91b9b977535676e0e80673d899e06ae SHA1: a3bb5d7a7b442bca59155e39e2ba2aeb0ebd8414 MD5sum: 92de24ee8f6a65d76b51e156560d84c6 Description: A set of generic teleoperation tools for any robot. Package: ros-jazzy-teleop-tools-msgs Version: 1.7.0-1noble.20250320.195558 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1542 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_1.7.0-1noble.20250320.195558_amd64.deb Size: 117080 SHA256: ded6e4876aa6977ced28289d31d432c388f827bdd3e1f6718b533294961cb282 SHA1: 13476e6227c2e0435126f694edad29a6c208aa64 MD5sum: ce59624c0365aee8e9bdfc8db4df503b Description: The teleop_tools_msgs package Package: ros-jazzy-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-teleop-tools-msgs Version: 1.7.0-1noble.20250320.195558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 818 Depends: ros-jazzy-teleop-tools-msgs (= 1.7.0-1noble.20250320.195558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools-msgs/ros-jazzy-teleop-tools-msgs-dbgsym_1.7.0-1noble.20250320.195558_amd64.deb Size: 557932 SHA256: edd9594ed155f51cfb958b920a2d19a92e09b3e6a589888b5e871749dd4404ca SHA1: 75957b8648c84759042628852ebff3283f7cccd8 MD5sum: 33ec8d7b2588ff3d3a1bc8be91a01ed4 Description: debug symbols for ros-jazzy-teleop-tools-msgs Build-Ids: 1150fd6de3dce59ad6b86f5a41e2567b23307aca 371deaced9d38786c809fd6a5b00bbff7137d410 4176a9a8393adb060606b425dd3b2d07f1659f1d 69ea55c1b05a22b5de21732ee135b683f28c001e 79eb88dd04e6ee4aa61c2389e294744f008b0b37 95ea51412b75a64f83e3732ae87a44f8fdc6de19 9a240f9ee1b6caf64f65cbdf745489c192c51244 b5b2b7f4d03d1c6a15b3d2445740545bd118f2d2 c2626f87afbdcff7d33d9f5a42e615b977160cfa e299654dca0e4793ee7a455940bfa97ab8ffd05d eb8fb21a7aadc8f44020a06c44e94fa669c51884 Package: ros-jazzy-teleop-twist-joy Version: 2.6.2-1noble.20250321.133736 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 649 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-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.2-1noble.20250321.133736_amd64.deb Size: 143156 SHA256: 883a6f9bd753d2d6b806517681b5a98ad64f238515c21b8ab74da3323b2f09d0 SHA1: 64804f9f50b5754c17023cea0286769b7c2b33ca MD5sum: b791762569cb0e06bd8d1e149291144f 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.2-1noble.20250321.133736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2997 Depends: ros-jazzy-teleop-twist-joy (= 2.6.2-1noble.20250321.133736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-joy/ros-jazzy-teleop-twist-joy-dbgsym_2.6.2-1noble.20250321.133736_amd64.deb Size: 2619444 SHA256: 38281d1091be3264ffcdeba25ec373172d4b92cd946e701e18a4163fa5096483 SHA1: 29066b2ce1b2e5ffaed17eb837bb4dc60ff45861 MD5sum: 15214d9d392f93dbaa06527c46f01a37 Description: debug symbols for ros-jazzy-teleop-twist-joy Build-Ids: 5f8719787c168dd89f82e4ff5b5eb8291cd5e387 d8c4895a03dd1733ea9093366614274ca0a4192f Package: ros-jazzy-teleop-twist-keyboard Version: 2.4.0-2noble.20250321.131446 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-jazzy-geometry-msgs, 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.0-2noble.20250321.131446_amd64.deb Size: 8860 SHA256: 304c8793155fe13aa00f896774b6850158ac087540c146f17283284bd7e39976 SHA1: 9a90db8e8aa1f1273291357810be353fa8b6ae92 MD5sum: 9e0686ed491778ed0e1aedfc0ffd08cc Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-jazzy-tensorrt-cmake-module Version: 0.0.4-1noble.20250320.190638 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.4-1noble.20250320.190638_amd64.deb Size: 6340 SHA256: 04db6e3a51a2101e7d895ec627ed55efa112ee3b8f553f0946f7bc65d93134b6 SHA1: 9d873167e330060bb889822f3f36255072495166 MD5sum: cdd568ca7bfc6b893bb45cd8d8a19516 Description: Exports a CMake module to find TensorRT. Package: ros-jazzy-test-apex-test-tools Version: 0.0.2-9noble.20250320.192356 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.20250320.192356_amd64.deb Size: 5020 SHA256: 92778a17a877e155f8c931f6eebac8fa8c590a3a7ef461e8bc74b0683d31da0b SHA1: 15911d5d22e350207bef9f0f51499cafaf3d06c5 MD5sum: c4503ca94fc0aa57f0a6458575eb44db Description: Test package, which uses things exported by apex_test_tools Package: ros-jazzy-test-interface-files Version: 0.11.0-3noble.20250320.182955 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.0-3noble.20250320.182955_amd64.deb Size: 8448 SHA256: 684fdccf9008578d8c45a5e4f7e2da2bb3bceca98a29f4d6d13f00dae06bd406 SHA1: fd646bfc1a1980bf87278299bca6fb09265471c5 MD5sum: 5074cccbdad8bb745ac45a6e1baf9e80 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-jazzy-test-msgs Version: 2.0.2-2noble.20250320.195616 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 9701 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-test-msgs/ros-jazzy-test-msgs_2.0.2-2noble.20250320.195616_amd64.deb Size: 626442 SHA256: dd1ec7ce91e569a19212f66ca6827b4e2c5a89fd899d1bb97a5fc9e5ddf20c64 SHA1: d5888bb1bfc98d00353f8b7259fe68d974b6fb0d MD5sum: f89d9fee6d6ca2b69811925893d222ff 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.2-2noble.20250320.195616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6348 Depends: ros-jazzy-test-msgs (= 2.0.2-2noble.20250320.195616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-msgs/ros-jazzy-test-msgs-dbgsym_2.0.2-2noble.20250320.195616_amd64.deb Size: 5192488 SHA256: a71eb01e7ae8ef3987e8615bd1efb0fccd9debddd2c45e872b1f37e422bf7b3a SHA1: 06c670945d7859933737026b210baad2eb37c455 MD5sum: 0f20737414c31990f5458e85490f0f46 Description: debug symbols for ros-jazzy-test-msgs Build-Ids: 05c87f3f33e423c5b059f5c9c38803ea57f04bb0 0ddd1c345c0e886268d2c7ef0fe11f675cdb16cc 3ccbe6afcfb5daeaeac02b95533d9bdb45d7776f 425a0f253e1c7ec0d13d5dcd040e7f5609ba4a4b 6037fb824bfef9a8c68c68ac9caa7523f6f6a070 71d383c8196968e154fc11f49abbcd01dabadc5a 7547b2ac978608a3279fc124ddebdc2186026049 8a32f17738e0d878a89c465856b9b53ba2dd0552 c03e048d66fffd422722aeca47a88eb588740238 c64d6bf4e8fb7ee2b24407a8db5c872e4a4e2729 e18c81eb449e781efa6679303a136aee1d292096 Package: ros-jazzy-test-ros-gz-bridge Version: 1.0.11-1noble.20250325.173430 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 41 Depends: ros-jazzy-ros-gz-bridge, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-ros-gz-bridge/ros-jazzy-test-ros-gz-bridge_1.0.11-1noble.20250325.173430_amd64.deb Size: 5498 SHA256: a05a08133fc40dac223ce4840834b56021abdf196b1f3d862945482ff6cf9e16 SHA1: a9a110db95b9d44f81923b0f9d4ba944bef31aa1 MD5sum: 40b9e4bd54f7568a40bb28dc8245251e Description: Bridge communication between ROS and Gazebo Transport Package: ros-jazzy-tf-transformations Version: 1.1.0-1noble.20250320.183718 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.0-1noble.20250320.183718_amd64.deb Size: 23900 SHA256: 462dfd140cb8d53f1569ed650c5e2db8e3c8487d6ab8cdb536ebf882825ff813 SHA1: 5007bc6ce282b20e1e2ea9ab5e7c7da5859bddb0 MD5sum: 103cf51faa50503fdf6d2f353964271b Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-jazzy-tf2 Version: 0.36.8-1noble.20250320.223708 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 399 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.8-1noble.20250320.223708_amd64.deb Size: 89138 SHA256: e95d0f1f19bd848a524bc07fff263def0b89881a8ef8b1462104017e3d2a8c56 SHA1: 23786926372db0cde3cd565217bd98fa2549eb5f MD5sum: efc3473b75c565578872cc2e78b45e7c 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.0.1-4noble.20250321.142205 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 113 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.0.1-4noble.20250321.142205_amd64.deb Size: 14946 SHA256: 96524384d8dacd54c590915a7e488ea938c3da481bb319b0755918cc19adb867 SHA1: 24add31a06db3dd2d728cfd90e8e5f38cc8415f5 MD5sum: 1c881ca15e58c8cbe8e3a83e74c8b8fc Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-jazzy-tf2-bullet Version: 0.36.8-1noble.20250321.145541 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.8-1noble.20250321.145541_amd64.deb Size: 10220 SHA256: 01dcbed24d3bd01d207734d66e8c85f3ea0d2d1c486f7840f4445b328e5733c1 SHA1: 9ce761a2f4af97f886429708085e62200a94188c MD5sum: b44714afc07bc9f71d9e63e95ce9fca2 Description: tf2_bullet Package: ros-jazzy-tf2-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2 Version: 0.36.8-1noble.20250320.223708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 565 Depends: ros-jazzy-tf2 (= 0.36.8-1noble.20250320.223708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2/ros-jazzy-tf2-dbgsym_0.36.8-1noble.20250320.223708_amd64.deb Size: 522080 SHA256: d08d5d551162e582fd53565c09859c39a125d8d32f4c2771ea9eb16ea80f9246 SHA1: 65c0680f92851e57434d500a3a8b3e3b57ff4b19 MD5sum: c006335e20da7f01e5e1f1c6caeb20ef Description: debug symbols for ros-jazzy-tf2 Build-Ids: 22ec79ceba8428b0e4cf9a0d4e4938052cd65db5 Package: ros-jazzy-tf2-eigen Version: 0.36.8-1noble.20250321.145547 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 81 Depends: libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen/ros-jazzy-tf2-eigen_0.36.8-1noble.20250321.145547_amd64.deb Size: 13124 SHA256: e20296bcbaf37dcdfbf0b32ff14594d3f811c33dc6dd951cba3a1ec4bb92ecf5 SHA1: 5d71a0cbf96387b790429fb5263c309ff139b33c MD5sum: db3d7b8c99b969de9ed7eacfff15bb0e Description: tf2_eigen Package: ros-jazzy-tf2-eigen-kdl Version: 0.36.8-1noble.20250320.224843 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl_0.36.8-1noble.20250320.224843_amd64.deb Size: 14976 SHA256: e5443faa68329600499fb106daad16f25645ba9eb31a40870b26da1732298caf SHA1: 29b6f89e7c512a98996aa1f38da25eda5ea1ad19 MD5sum: dd8535612185977e8cb2c0d28f7434ce 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.8-1noble.20250320.224843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 102 Depends: ros-jazzy-tf2-eigen-kdl (= 0.36.8-1noble.20250320.224843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl-dbgsym_0.36.8-1noble.20250320.224843_amd64.deb Size: 88746 SHA256: 5dec66217039757ccc21f89776a25592984f02cb122820114103c2ea412e9bc0 SHA1: 3696da34833b1102b846f8f8a0e4972642b95afa MD5sum: 704593bfbb5b78a5aa6ec512d8556d5b Description: debug symbols for ros-jazzy-tf2-eigen-kdl Build-Ids: 339e92c678c08363ba136449439c1b6c57f02951 Package: ros-jazzy-tf2-geometry-msgs Version: 0.36.8-1noble.20250321.140639 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.8-1noble.20250321.140639_amd64.deb Size: 19712 SHA256: 2d5e36b54dc524f3e8a7dcca40a3b3ae56c32578ff8eaf702054c03c09449657 SHA1: fe2c5e52a281c490866440639ee6fbf0ca62cce4 MD5sum: 2383f518c2b503ef7c9f9779da369e5b Description: tf2_geometry_msgs Package: ros-jazzy-tf2-kdl Version: 0.36.8-1noble.20250321.140646 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 89 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.8-1noble.20250321.140646_amd64.deb Size: 13430 SHA256: 537f27eb56eacaa8e4858fe76de285492a0d058cb677a0487dbf311cadf2a32d SHA1: 03e58b2d152b632db655f9e911631fa1db43861a MD5sum: fdbd7da9905540cac70e8b6cc583202b Description: KDL binding for tf2 Package: ros-jazzy-tf2-msgs Version: 0.36.8-1noble.20250320.223720 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2256 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.8-1noble.20250320.223720_amd64.deb Size: 171642 SHA256: d0abacaa13f7e3bdf30fe2374fe8123e1120759c061e8dc4dfe31a42de520313 SHA1: 3183a88ddcd9ae44f2260990e783f175fa2257aa MD5sum: f7386ecf6ab4edc6341dcae0c806a331 Description: tf2_msgs Package: ros-jazzy-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-msgs Version: 0.36.8-1noble.20250320.223720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1449 Depends: ros-jazzy-tf2-msgs (= 0.36.8-1noble.20250320.223720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-msgs/ros-jazzy-tf2-msgs-dbgsym_0.36.8-1noble.20250320.223720_amd64.deb Size: 1098756 SHA256: a21a8ac868b8c775741b0b99d06d3d97a8cf0d87a31a7e946fcd6a65fe603f2c SHA1: 656febdf3b4c81f284ad1aecf38cf99003959c63 MD5sum: 9d57e86f5ecdbf58134b034554d9f544 Description: debug symbols for ros-jazzy-tf2-msgs Build-Ids: 07ec058899c5ece726c300a080309f882ca35c4b 0d355a00d399153c4bdd8512ddc85cf0c77a60dd 0feee3084a5e20bba4a7cffc84c0c66730006707 193961baf467b066edd9121a6c2f5a3f577d368c 3b850a398356f0169c7cfdd9e3c19504f87e946e 4773482d13e3a35342fa347ee3daa0899b268995 6b7280e65d6a3db1cf8012dacb9d8d03adf9fbd7 b7e3e8de46f874170001eeede57f9388e9862190 c0b6f7b4e46e91a4d82cf1cff27f002d1dfd27f7 c998d51edd560595b74fab147c5b489f7d8cc9fa ef76850992920dbc4e089e2b7e1d2269c3b6fc26 Package: ros-jazzy-tf2-py Version: 0.36.8-1noble.20250321.131446 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.8-1noble.20250321.131446_amd64.deb Size: 28054 SHA256: 8c6a382f237502f7bcae6642b8f946a08856bc5a3b88881eae8df7ec68006a3a SHA1: 310af706de2fb4da8540b728f941b13894cb76fb MD5sum: 0381939a720ed775e8ba00e41af554d4 Description: The tf2_py package Package: ros-jazzy-tf2-py-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-py Version: 0.36.8-1noble.20250321.131446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 184 Depends: ros-jazzy-tf2-py (= 0.36.8-1noble.20250321.131446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-py/ros-jazzy-tf2-py-dbgsym_0.36.8-1noble.20250321.131446_amd64.deb Size: 162534 SHA256: 1b6709e0145b93cc9e3509d2bc2d69e1c8e7224bfc1ce5da4a15440bd6880057 SHA1: b075e31b87cf29ab1231b41368258e67353f4d42 MD5sum: 6ff33e9f3541e0c68a2036575c73b392 Description: debug symbols for ros-jazzy-tf2-py Build-Ids: 094b5a422be643183863ce403665ae8585be6ad4 Package: ros-jazzy-tf2-ros Version: 0.36.8-1noble.20250321.135829 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1612 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-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.8-1noble.20250321.135829_amd64.deb Size: 324096 SHA256: 1a9fb3492f2aab034fe326c4652560da8f9af44a188cbd972ded4982676f41a2 SHA1: e3a6c5730c90b287c081bdd5b51aa995276f3152 MD5sum: 5a60e670217391664040699c6a8b5faf 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.8-1noble.20250321.135829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8149 Depends: ros-jazzy-tf2-ros (= 0.36.8-1noble.20250321.135829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros/ros-jazzy-tf2-ros-dbgsym_0.36.8-1noble.20250321.135829_amd64.deb Size: 7280272 SHA256: 85c4264ac1f19bd18e8fbb3b15d170592cf147d92c563018b961d0d78b72c189 SHA1: 1437876825df8c76f2cfb80d5a9ba95e9e4fd486 MD5sum: e0830d0451211483daff9bbbf5594cb6 Description: debug symbols for ros-jazzy-tf2-ros Build-Ids: 0025279bacc5951685fcedef9b8950a1ab173a32 0402d217096c550f9abf3ebb14b9b067cc5e1c62 14d62ee463389d829804e449fdf07e8a7871dda0 49fa253bdda324b4e450e30fb50e365a113f378a 4de4c507621aa8ef21f221eb5836638a0d3e901e 5f2925843c6b8d62280f5a6b4a1ea23178babc4f Package: ros-jazzy-tf2-ros-py Version: 0.36.8-1noble.20250321.131711 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 143 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.8-1noble.20250321.131711_amd64.deb Size: 26940 SHA256: b87395da75afeb3bb39c429fd955550828c0677c395344b2fddcf5b02f2a39fb SHA1: 2de3888e83462cc111c465791f0be812c7fa55e6 MD5sum: 2dc8ad3a0b06a5709ffabeab1746b7cd Description: This package contains the ROS Python bindings for the tf2 library Package: ros-jazzy-tf2-sensor-msgs Version: 0.36.8-1noble.20250321.140646 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 83 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.8-1noble.20250321.140646_amd64.deb Size: 13986 SHA256: a2b9737b6c24c56571a69dde77e641a4faa04ca65118087478894b5de60c05b4 SHA1: 9a9e214ed2d485d8ecd70b575a8d18d1c1b47ef5 MD5sum: af250c6b9cbac832991b89a6eb07b27c Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-jazzy-tf2-tools Version: 0.36.8-1noble.20250321.131807 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.8-1noble.20250321.131807_amd64.deb Size: 10276 SHA256: 156a7312dcfa2b86ccfc5b9a149a751a623db3846be002a7efa8608762eb1d1d SHA1: e3c674f991c631575da32e986b9ac94bf0a3a46d MD5sum: 9ffdf1493935fdf9132f3890376eb129 Description: tf2_tools Package: ros-jazzy-theora-image-transport Version: 4.0.4-1noble.20250321.143100 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1782 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.4-1noble.20250321.143100_amd64.deb Size: 302054 SHA256: e5c2200d88b98016b59e732314d2026af7c479cb35599a3271e379de1dfdc53b SHA1: 798acfdd180077a57ddf79cd6b78c792ade9b3ee MD5sum: e18a2275208ad48bcc2bec54e24066ff 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.4-1noble.20250321.143100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 7032 Depends: ros-jazzy-theora-image-transport (= 4.0.4-1noble.20250321.143100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-theora-image-transport/ros-jazzy-theora-image-transport-dbgsym_4.0.4-1noble.20250321.143100_amd64.deb Size: 6013452 SHA256: e45790c82f2f4827760b1745e70d3c3003f860522038ca330122d0e7a554543c SHA1: 2098189dc3b644e5782a23a09f5ce94512a56440 MD5sum: b1447963bf224641af9131e01b1b4b0a Description: debug symbols for ros-jazzy-theora-image-transport Build-Ids: 1b066ed6085c4dfb7f4e1a51dff0a586298d9e94 30916912c8a0d322885ff022cad52c127c9a3e77 43cf116d510baffd0e69fd86075af3f79a46b8ec 5cdbc14d6db01307ac3d15362123dc806e46afd9 715df0923376f6257651035cead25bd0b88bed7f 826ea5efb8e6b84b59784a93b9e2860f6f629488 8496b5538c3fb1d9eb577025dc2186a5b677876a a83f2efa886a2e344e798263e6d11fd360391c59 c1db6cf9ca23cfcf25996f13dcd798c54d2aaf31 d56083e61c1b258598bf6c1e019b16e44f94dfad e2e8903f3b8c6376092bf91f5d949339b01a6056 efc4fa4802f487b7287d6474ba6eb15f83909281 f223e030eb841bc64e4b6d9f0315463457497b24 Package: ros-jazzy-tile-map Version: 2.4.5-1noble.20250321.143422 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 591 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.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5t64 (>= 5.14.1), libqt5opengl5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libglew-dev, libqt5core5a, libqt5opengl5, libyaml-cpp-dev, ros-jazzy-mapviz, ros-jazzy-pluginlib, 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_2.4.5-1noble.20250321.143422_amd64.deb Size: 133788 SHA256: 418b032b1cba385898bcec344ffc7e83ac913aa94cd8491e544d5aa8428aafb9 SHA1: 86cd1349183b523d99f1a98067947ed2bab7c51a MD5sum: 9bb0ecde245e2ee8d406976d16618c63 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: 2.4.5-1noble.20250321.143422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2784 Depends: ros-jazzy-tile-map (= 2.4.5-1noble.20250321.143422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tile-map/ros-jazzy-tile-map-dbgsym_2.4.5-1noble.20250321.143422_amd64.deb Size: 2747616 SHA256: 2d835a686477a2fcf1359f707af30926705730548136bc1ac2be54c24ac447bb SHA1: f589217e6a091a1742ddba259849184e4d67a636 MD5sum: 8a0f9e19f2961e38af931f45f4b64f9e Description: debug symbols for ros-jazzy-tile-map Build-Ids: ec9f03688ad110660cdb4e54824fc80387b84890 Package: ros-jazzy-tinyspline-vendor Version: 0.6.1-1noble.20250320.190640 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.20250320.190640_amd64.deb Size: 108282 SHA256: e11cab690614e098ada33f41cd4fe5e662cc56a186c22021d2b0a7b6ef96e80d SHA1: 697f7c7771b02458aed6caaf614750a7d1aadb92 MD5sum: b3cb7df62c22d491a8041e60a8043d8c 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.20250320.190640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 371 Depends: ros-jazzy-tinyspline-vendor (= 0.6.1-1noble.20250320.190640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyspline-vendor/ros-jazzy-tinyspline-vendor-dbgsym_0.6.1-1noble.20250320.190640_amd64.deb Size: 320244 SHA256: 9710b4c795fdc841f8358dd09765fdc4d57d3f7a71d4d81c639368181c43dd67 SHA1: daae2e975bc7108580e3e8e7f54ab3db46c8b009 MD5sum: 52e65a847c3c9994c4fc5230529f8b58 Description: debug symbols for ros-jazzy-tinyspline-vendor Build-Ids: 0a91fae28e29e95fb1186a398b3f590d8e9446a0 4e860a87c62feaa504e864e8951348341e50b019 Package: ros-jazzy-tinyxml-vendor Version: 0.10.0-3noble.20250320.190649 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.20250320.190649_amd64.deb Size: 6492 SHA256: b7cf0c14191bd4850fa72e877e5cbfee2edabbd46bfaf91b3cc5c1f135546858 SHA1: ce59cdb9715447e343f3abae0b690f0a2d448f0e MD5sum: 4524786d1fb87442cd9dcf0ac7bed4ef Description: CMake shim over the tinxml library. Package: ros-jazzy-tinyxml2-vendor Version: 0.9.1-3noble.20250320.190647 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.1-3noble.20250320.190647_amd64.deb Size: 6740 SHA256: bcdb9c198c2be7c4a9c8ba7737c8c8af08cecb2021c756be738c74d18561aeee SHA1: bd51e4da96d3ff24e827ed5e1f9d58b6407d9415 MD5sum: 156008bd52bca9b85837785d7041544a 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.0.2-5noble.20250320.190654 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 137 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.0.2-5noble.20250320.190654_amd64.deb Size: 16344 SHA256: 25dd5a065ae6fec1f21294a0ee2f904046148a78d44defc8ce3fd7c5a6f21046 SHA1: dd56b219638d07e455c3741966bcea452b144976 MD5sum: 3bdb087e28d8cfd350eeb62a97ba36cf Description: C++11/14/17 std::expected with functional-style extensions Package: ros-jazzy-tlsf Version: 0.9.0-3noble.20250320.190711 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.0-3noble.20250320.190711_amd64.deb Size: 11984 SHA256: ff4c0293470da13e471356e04a38e27cc0fbedab48fe774bb284776d2e6e5e2e SHA1: 192ba1234fe8f080753bfa212807eec679e55416 MD5sum: f65f431073537db1e02a935af928a136 Description: TLSF allocator version 2.4.6 Package: ros-jazzy-tlsf-cpp Version: 0.17.0-3noble.20250321.135046 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 548 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.0-3noble.20250321.135046_amd64.deb Size: 120338 SHA256: 1c99c5a5d6100463500dd12e4f0c205ad8965b4f6bfc1266b6becd3f4eaf5450 SHA1: 509dff1428da08b2b3b9459b273bf5462afa8039 MD5sum: b3a788dd0ddaf7b3bcef3142a3a9763d 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.0-3noble.20250321.135046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2376 Depends: ros-jazzy-tlsf-cpp (= 0.17.0-3noble.20250321.135046) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf-cpp/ros-jazzy-tlsf-cpp-dbgsym_0.17.0-3noble.20250321.135046_amd64.deb Size: 2009432 SHA256: 7618840d409aaa82956d554c6c88328adb0ebdb9a903e910deea9602be8c0c35 SHA1: b5c023a0a5d890ec53f8b881b714660d730f6499 MD5sum: 930462ed9bf245d85ac2ae47153f253b Description: debug symbols for ros-jazzy-tlsf-cpp Build-Ids: be6d5cd6fdb90b4d83491346ef5338549117c830 Package: ros-jazzy-topic-based-ros2-control Version: 0.2.0-3noble.20250321.141329 Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 559 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-hardware-interface, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/PickNikRobotics/topic_based_ros2_control Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-based-ros2-control/ros-jazzy-topic-based-ros2-control_0.2.0-3noble.20250321.141329_amd64.deb Size: 130122 SHA256: 29cc7019e1a6b5bf53e4c68c1d7830d9a239b4d022a35677f0f6b5c1bf3cead9 SHA1: 58591e382dc040dcdd70a56090fd52926af80cd6 MD5sum: df520b7ddf2c259e21d15f5d9bd3142b Description: ros2 control hardware interface for topic_based sim Package: ros-jazzy-topic-based-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-topic-based-ros2-control Version: 0.2.0-3noble.20250321.141329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 2751 Depends: ros-jazzy-topic-based-ros2-control (= 0.2.0-3noble.20250321.141329) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-based-ros2-control/ros-jazzy-topic-based-ros2-control-dbgsym_0.2.0-3noble.20250321.141329_amd64.deb Size: 2413436 SHA256: 5d5117b2f200c18e5d9aeaea0f5a2079ab28ac9e0d7420870eee5a677b589484 SHA1: 12e5021410620bf6e50783d532f4c8b35cbbd12b MD5sum: a493230d14bb858195e39c560717944f Description: debug symbols for ros-jazzy-topic-based-ros2-control Build-Ids: 7a31e0884cee16fd4385f2c380b515d6e59f3a95 Package: ros-jazzy-topic-monitor Version: 0.33.5-1noble.20250321.131600 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.5-1noble.20250321.131600_amd64.deb Size: 21316 SHA256: 2b30df94771c531d1f5a7212917ec99bf77d8cd4ac548ac17b81d562305abcd5 SHA1: bce429aaf2e47e6a3419e6ed512ea91d00a093ee MD5sum: c6e1f7ffa6c554d14552dd2fb56110f8 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-jazzy-topic-statistics-demo Version: 0.33.5-1noble.20250321.134149 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.5-1noble.20250321.134149_amd64.deb Size: 154700 SHA256: 05587f7d953ce006762b5ab2e6b4a7c093afc6bcec77d8745792624815f3d1b8 SHA1: a34c4cf6b66e22d723815334a07619700a007bac MD5sum: e882e99dfb38254485623f7abfa01876 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.5-1noble.20250321.134149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4494 Depends: ros-jazzy-topic-statistics-demo (= 0.33.5-1noble.20250321.134149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-statistics-demo/ros-jazzy-topic-statistics-demo-dbgsym_0.33.5-1noble.20250321.134149_amd64.deb Size: 3720918 SHA256: ff3e2fbcd1b9d7fa43aed27a8d35ce3a8d672f4fc3aa3c4cb85502435ca2b31a SHA1: a94321d6dc8c9baa6b311fc3335136ef57208bce MD5sum: 2c81b175ab6076ab9df5908343167bf1 Description: debug symbols for ros-jazzy-topic-statistics-demo Build-Ids: 4aecc32630b1972fdd6b112f7e940c48a38776b0 Package: ros-jazzy-topic-tools Version: 1.3.3-1noble.20250321.132650 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1199 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools_1.3.3-1noble.20250321.132650_amd64.deb Size: 182602 SHA256: ab6f90d5a95546be3db643c2e5827e8ca2ec32195ec9554216beb0a8aad2f16f SHA1: 3f74cafe200f0f76df8778dcdd2718739a00a942 MD5sum: 7bef1ac93c3939fd2824c2c7d5e2c550 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.3-1noble.20250321.132650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 7694 Depends: ros-jazzy-topic-tools (= 1.3.3-1noble.20250321.132650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools-dbgsym_1.3.3-1noble.20250321.132650_amd64.deb Size: 7190982 SHA256: 0b800dcceb865a2869994f1ff60a697fbb19669efe2042fa8026cfb1e461ded3 SHA1: 1519ae3cbd1dea1cea089f649c7ac4fd39584575 MD5sum: 5c0dba85913b5bd4648c139f66bd1d27 Description: debug symbols for ros-jazzy-topic-tools Build-Ids: 0a3f98ba8e874d59f7e12a19827f5ab871c17e1c 27ce75814282f77aa9b43204fd8f7ff4eb972e1d 2d7ebadcc816cccda2110eeac48f33fe660f1eb7 3a49b5af33aeee40a2fc908b402665ae61e56149 4748974262b4822a8bdbd0840a68788b81d6ecd3 4850d417f0c0af26426d8491837ae7432881f572 5bbdf13f0dd80a33ba44f247d8298b7ee7a755c8 5f92c8fd7fa6b7a15d72c6e290aa67de76ec1d04 915fbf48a8d0b1b4d7c7624dfe2fbdae84cc4e59 9bc921ae06ec14df4866d638fbd2573a0e2a46f3 c44ecf2860ec89e978a0e7fca8be8d5a2319adaf ef980b65c98317b2044ed144005e0e8cb145ae1b Package: ros-jazzy-topic-tools-interfaces Version: 1.3.3-1noble.20250320.195630 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3430 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-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces_1.3.3-1noble.20250320.195630_amd64.deb Size: 215134 SHA256: 0e9807f2b492dc55db07716dfaea54a2c8fe0e97e927d6e1fb087c68d8f45804 SHA1: 781bceba6829d2dc9c22dd0ec05e028ad0760306 MD5sum: e4247323e00e7872218c8eccfd200296 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.3-1noble.20250320.195630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 2552 Depends: ros-jazzy-topic-tools-interfaces (= 1.3.3-1noble.20250320.195630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces-dbgsym_1.3.3-1noble.20250320.195630_amd64.deb Size: 1993414 SHA256: 103be65d9f39fde05b7746f21f9f284449a3bcbd4c0c1ea4cc81123f386b7493 SHA1: 9d37e06f1b492325377f608b05287d2c96b97ae4 MD5sum: efaecb9fbfbb6f87610ba6254fe11854 Description: debug symbols for ros-jazzy-topic-tools-interfaces Build-Ids: 0a361fc137973b80fe965487d42916a49b1265d3 378f69560d013f03100cbfda42fca1cdaf9d08f6 4002262ca31007f583e8dde249ebfdc5fbe156c4 41f4dd19ef6b3beac2d64e3c2cf144a17f92e1dc 5c5d0c0864040a19e8bdf2c183940e6859553d3d 66f1a95b02ca4a63f56bc579a2d4a404ebd8eca5 8e91404d78a3936c2b3305978ab108db0eedaa7f b2b14a391d83b91ef3ae5d534254a5036342cff7 b5a71c95504e445eb6dc22f1ff8b6288305d2172 ce828ce765a0e89152161a1a7e6443d5bf010a9f f19742445b151016e0e6092fab7866af39ee9c66 Package: ros-jazzy-trac-ik Version: 2.0.1-1noble.20250321.153355 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.1-1noble.20250321.153355_amd64.deb Size: 5658 SHA256: 4ee86e0dcfe4dbd15acff9034b17ed184a7ce4fad3b7cc083966b655c74a196b SHA1: d140ec4516672de964dd29c2c45c5a8d711fddd6 MD5sum: aebc64bdaa1c2ae15e972ded040f1b71 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.1-1noble.20250321.152732 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 225 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.1-1noble.20250321.152732_amd64.deb Size: 57612 SHA256: afa54f474b7adc02bbe5553175fafc46f8d3af4785c873a5b5e84bd02e6f3e94 SHA1: 61198efa2e03722417a1d3c27bb81826921c27ac MD5sum: d23fa9bab5d4e51ef11115572260392a 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.1-1noble.20250321.152732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1440 Depends: ros-jazzy-trac-ik-kinematics-plugin (= 2.0.1-1noble.20250321.152732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-kinematics-plugin/ros-jazzy-trac-ik-kinematics-plugin-dbgsym_2.0.1-1noble.20250321.152732_amd64.deb Size: 1413996 SHA256: 7ccf6347ffc295c8f85ed4cea36d1471698d0316ed6fcf3c1b4b185d428dc12a SHA1: 0164163e8b03f246dda7ff6c01762d7470fe4b0e MD5sum: 166b18cb8ac617b60c4552816d270036 Description: debug symbols for ros-jazzy-trac-ik-kinematics-plugin Build-Ids: 96e156a118460fc299ac7d0bcb76fed98cdddf97 Package: ros-jazzy-trac-ik-lib Version: 2.0.1-1noble.20250321.134153 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 309 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, libnlopt-dev, pkg-config, ros-jazzy-geometry-msgs, ros-jazzy-kdl-parser, ros-jazzy-rclcpp, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib_2.0.1-1noble.20250321.134153_amd64.deb Size: 97010 SHA256: bb288d61a0f50c071cd9a9eba41a175e72c6ae351febb32bf0fe29a7a1308983 SHA1: f0f3e27d5c24b622af3706d23ec2423db7b01960 MD5sum: e226949a7f9325c7a66c65ca9c844e98 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.1-1noble.20250321.134153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2671 Depends: ros-jazzy-trac-ik-lib (= 2.0.1-1noble.20250321.134153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib-dbgsym_2.0.1-1noble.20250321.134153_amd64.deb Size: 2661840 SHA256: 2682952e645ec606ea0bc56055e62576c187b128f6ea45a1c203bfc9881757b2 SHA1: f4f772e303bbfb12f695d5116fc8046307277f05 MD5sum: 2b053f26d1049c6e9e9e5130250784d6 Description: debug symbols for ros-jazzy-trac-ik-lib Build-Ids: 1d3589fd78b2b45d3196cb795899460490be5ce0 Package: ros-jazzy-tracetools Version: 8.2.3-1noble.20250320.192422 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.3-1noble.20250320.192422_amd64.deb Size: 37266 SHA256: 4803f2829d1976ba40c50a64aad2234381a6c052c114d601ff85a132f920ffe1 SHA1: 31cdb29328c6d87b1b2dfedbc3113817e05036dd MD5sum: f9c13381baea946c9997ca37c9a8c334 Description: Tracing wrapper for ROS 2. Package: ros-jazzy-tracetools-acceleration Version: 0.4.1-4noble.20250320.192420 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.20250320.192420_amd64.deb Size: 13894 SHA256: f393b23030add6748dfb54e9efd93e6d40e673ee74054756ef8b650b02c48d25 SHA1: d9a8be315703ce337f7315d68ca727940f3da420 MD5sum: e1e6fa04e17b7d31298c1327ffde7e77 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.20250320.192420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-jazzy-tracetools-acceleration (= 0.4.1-4noble.20250320.192420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-acceleration/ros-jazzy-tracetools-acceleration-dbgsym_0.4.1-4noble.20250320.192420_amd64.deb Size: 6456 SHA256: 39131d9ffa4cfb6faec9870e00957855dbe3073b7b7eb3119a8fd874d8ebdde0 SHA1: 9190ef8428cdb49e8aa73ab1dc891850d105ad78 MD5sum: 081a43ac5a7ba0f0850cd564ea3bdf14 Description: debug symbols for ros-jazzy-tracetools-acceleration Build-Ids: ade22a8145507e592a25c368ef5a0bcae6b2a26c b55b6099c3bcba5f8036c7a3fff5e701ebf8ee2c Package: ros-jazzy-tracetools-analysis Version: 3.0.0-6noble.20250320.183800 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.20250320.183800_amd64.deb Size: 70090 SHA256: f14ee6daaa1972f8c50c9ae1ac04180b0445b0da26db611713f9756d73cbd5f4 SHA1: e1ac6d3264ca6834df8fcda01f43bc35ffa06ecd MD5sum: 759a7911fe55f345b91a49a0c6c511f9 Description: Tools for analysing trace data. Package: ros-jazzy-tracetools-dbgsym Package-Type: ddeb Source: ros-jazzy-tracetools Version: 8.2.3-1noble.20250320.192422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 163 Depends: ros-jazzy-tracetools (= 8.2.3-1noble.20250320.192422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools/ros-jazzy-tracetools-dbgsym_8.2.3-1noble.20250320.192422_amd64.deb Size: 83434 SHA256: ce3f1ed66cb9d21c29b09d7a16dc2a511e180ab0beab9817c7778c6d38ba121b SHA1: b71005143dacdbcb54ac597bca2426361011e898 MD5sum: 3b1b9b07bacc1abd8f0b2cbf832c41ed Description: debug symbols for ros-jazzy-tracetools Build-Ids: 5930cddd7cc14f785a4271f1931488f02ee288b4 633a9914a511e068fd98432ee4fb26a1b6e13258 ed3c14af571b1249af790567593f93170f1f3aeb Package: ros-jazzy-tracetools-image-pipeline Version: 5.0.9-1noble.20250320.192432 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 104 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-image-pipeline/ros-jazzy-tracetools-image-pipeline_5.0.9-1noble.20250320.192432_amd64.deb Size: 13910 SHA256: 65da3e865f202240af3e8fd620c532dbf5e5896dda6c3987a17a264e11f1ae92 SHA1: b66913b704402eaafdc482a68fc4690577191a86 MD5sum: a44fdac2f7ebf3963949ba8df8725fc6 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.9-1noble.20250320.192432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-jazzy-tracetools-image-pipeline (= 5.0.9-1noble.20250320.192432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-image-pipeline/ros-jazzy-tracetools-image-pipeline-dbgsym_5.0.9-1noble.20250320.192432_amd64.deb Size: 6334 SHA256: a4ead94152f88a145c7baceb2f31d7edeb6f12d80e036dff38efc52a4c804252 SHA1: 10d9cba7e4cf84af57b48762abd8f39442cdf359 MD5sum: 2bbdd4a273814f17e7a8b7b1430ef288 Description: debug symbols for ros-jazzy-tracetools-image-pipeline Build-Ids: 5c287f34dcc04e60aece8473f788662e374af02d 9261f605dc70f99a0620e53fffffabffd6a31fc7 Package: ros-jazzy-tracetools-launch Version: 8.2.3-1noble.20250321.131752 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.3-1noble.20250321.131752_amd64.deb Size: 20140 SHA256: 5a8b7a799b7d5d1af71e5570bf47502817b2df0d7e22f03e8d09918ab1a89167 SHA1: ac9e14b172f6ca19f0f0afefe5b4aaf9e55800da MD5sum: 94d595a0375dbb5ad76de8732f0b60aa Description: Launch integration for tracing. Package: ros-jazzy-tracetools-read Version: 8.2.3-1noble.20250320.183726 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 42 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.3-1noble.20250320.183726_amd64.deb Size: 7780 SHA256: cc9b749b43ba5fdae4162748b9cbe452b9db4c8efe173552b67be7a770027b9c SHA1: 976156d32216c8b59318bd3594d5cc6d19885753 MD5sum: 2cb2d36f772c4b050bfab4f366cc7f0e Description: Tools for reading traces. Package: ros-jazzy-tracetools-test Version: 8.2.3-1noble.20250321.131922 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.3-1noble.20250321.131922_amd64.deb Size: 19806 SHA256: db059f1aad274def41774cff4a4458e772655969713a41afb959f14c8bbecbd8 SHA1: a4773b7cb16312ca8aae0ab8cb68c6952a82303e MD5sum: 71ab1ed454360421d91f2258fbb5b937 Description: Utilities for tracing-related tests. Package: ros-jazzy-tracetools-trace Version: 8.2.3-1noble.20250320.190714 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 144 Depends: 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.3-1noble.20250320.190714_amd64.deb Size: 30374 SHA256: f73d7a3cd78806ef6cda2a76c7429b3617e79bfd75c842d7afd7420269df7e53 SHA1: bada100e283040ad47b42bdaa9f462a8d0da79f8 MD5sum: 23e349b19de4d571e504fe5bfa2e93d6 Description: Tools for setting up tracing sessions. Package: ros-jazzy-trajectory-msgs Version: 5.3.6-1noble.20250320.222339 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1086 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.6-1noble.20250320.222339_amd64.deb Size: 98044 SHA256: 190eb0fbc8435a93340d2b9ec88588d1805b657163c64463047ffb3896cd22dd SHA1: 4cb3641453ae3bcfa9356dc1dbcc94aa4091c431 MD5sum: 2d00c95b4e84cb919087c14d9dbfc2ad 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.6-1noble.20250320.222339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 874 Depends: ros-jazzy-trajectory-msgs (= 5.3.6-1noble.20250320.222339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trajectory-msgs/ros-jazzy-trajectory-msgs-dbgsym_5.3.6-1noble.20250320.222339_amd64.deb Size: 701776 SHA256: 09ac60a4bcbe8c579846c23123d9cd458ce4ea01cbba1177ef17264461136a28 SHA1: 040154a3c4f2172ab99e515bd6f380200cc7d2fe MD5sum: 52460fdac3aa9830dcade9eac1fff3ce Description: debug symbols for ros-jazzy-trajectory-msgs Build-Ids: 0199644e430ab79959279e86e809c02d05f592da 020a4a90e8373869109ae32c06c7bbe8046950f7 19fae0d521be68547db1211fb3e56bea2a3a64f7 47eb6f8a6ecaaa8bbd6c33b21752161f2fdf6eeb 75127cb86274d8098e0c6ef9312b5691d0939f8a 7e6da054d5109390c4bb7d29a1ab58034b838b94 b5401ed11a1446afda297c00bd37ecd1a92b7f2c c91f56ca88b8c998c8449670d67c836aecf7913b d72a61015cb83bec66b7e500d58e5a05895ccc12 e59e018d40d8c414a18b50eee90811543138ef18 e938f6ca087de8939a4edc59b3df17bfdb1b5fea Package: ros-jazzy-transmission-interface Version: 4.27.0-1noble.20250321.145758 Architecture: amd64 Maintainer: Bence Magyar 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-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface_4.27.0-1noble.20250321.145758_amd64.deb Size: 53692 SHA256: 1284757821b1ef048ca15df057e388e6220ac30fb3816af1fb45b70b89daebb2 SHA1: 306884d3d16f2502c224a6fdf1b65f100ced8a6e MD5sum: 44018954e347003f13a886d3ad9bc3c8 Description: transmission_interface contains 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.27.0-1noble.20250321.145758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1007 Depends: ros-jazzy-transmission-interface (= 4.27.0-1noble.20250321.145758) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface-dbgsym_4.27.0-1noble.20250321.145758_amd64.deb Size: 968004 SHA256: 13d3894d410ca4b7103d08a58b599d81c1c363a4180689ecccaabaa4e4590578 SHA1: 361f3dc4959928242148873df30cfcacef4096b4 MD5sum: 1ce738c2db111ed8c59a79b1f4440bf1 Description: debug symbols for ros-jazzy-transmission-interface Build-Ids: fc47c35edfbec97279e2c57e9d8eb1f81cb67143 Package: ros-jazzy-tricycle-controller Version: 4.22.0-1noble.20250321.144732 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 927 Depends: 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.22.0-1noble.20250321.144732_amd64.deb Size: 205988 SHA256: a17ec7ce54a21d0b1616742514b23aeba5b6da0a478bfb980669f3ca136d5c32 SHA1: 372b1625429839d1c3c58e058ef6a3d75ed2fc30 MD5sum: 4a0289e6ffc55b3ccc37f4e36ec24991 Description: Controller for a tricycle drive mobile base Package: ros-jazzy-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-tricycle-controller Version: 4.22.0-1noble.20250321.144732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3805 Depends: ros-jazzy-tricycle-controller (= 4.22.0-1noble.20250321.144732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-controller/ros-jazzy-tricycle-controller-dbgsym_4.22.0-1noble.20250321.144732_amd64.deb Size: 3343712 SHA256: bad472597460e3c7a3f67085a678d1173e256ea4377da249afb3c506a7d4723f SHA1: a0e5979eae1e41916f48c07592c16c3af042081d MD5sum: 539bc77364d0ff5886af2fa810b570af Description: debug symbols for ros-jazzy-tricycle-controller Build-Ids: 21dcacae8d7e087184c1fcaf9e245d337e6bc57a Package: ros-jazzy-tricycle-steering-controller Version: 4.22.0-1noble.20250321.145202 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 189 Depends: 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.22.0-1noble.20250321.145202_amd64.deb Size: 43550 SHA256: b5a02e45769a7f16292cf747647c6376e5117bda6dc2b8ea745307e27a030f51 SHA1: 4e4660662d0e14e57eb20e18faee84b4d47cb78f MD5sum: 67c4485175648f2d7681adb10a949217 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.22.0-1noble.20250321.145202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 659 Depends: ros-jazzy-tricycle-steering-controller (= 4.22.0-1noble.20250321.145202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-steering-controller/ros-jazzy-tricycle-steering-controller-dbgsym_4.22.0-1noble.20250321.145202_amd64.deb Size: 631264 SHA256: e168904c17c1a7315910e3c79764c39016100fbc4011bf0ec155f7f72f417333 SHA1: 4bf0bc6348a0289e72b8d3069206b2e08ad8103a MD5sum: 2785c8d91fe838eefbd0737d675eee5a Description: debug symbols for ros-jazzy-tricycle-steering-controller Build-Ids: 9c2dde5a9e105b094e383db65fcb26ea953fea00 Package: ros-jazzy-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20250321.144119 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.20250321.144119_amd64.deb Size: 97474 SHA256: d3f8a1fb8eaeba77a3861e710c0651ef6b635c51a607fe6b4913cac7af11cbf5 SHA1: 86aecbeda789788f8de4f02af1cbc04f09957e7d MD5sum: 13d3d83308f038ba95ca9e5e2f04ed0a 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.20250321.144119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1696 Depends: ros-jazzy-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20250321.144119) 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.20250321.144119_amd64.deb Size: 1601636 SHA256: 7b35ebac01f68bb96f9441c4e63cc07fe665bef9b879641eb68fea6b5b6e0efd SHA1: d7a7f0cc9e785e96e171563a3eacdfcdf7569dc4 MD5sum: 35663f5ad495da75226902a9d8319cca Description: debug symbols for ros-jazzy-turbojpeg-compressed-image-transport Build-Ids: c5c2a07f7f3e86c3fdff94e7b15c1f656f8715b6 Package: ros-jazzy-turtle-nest Version: 1.0.2-1noble.20250320.190732 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 634 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 5.2), libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-nest/ros-jazzy-turtle-nest_1.0.2-1noble.20250320.190732_amd64.deb Size: 217194 SHA256: 195af716f0ec68f3bf5c9185dbf8546411039806002f0c94058171947e4811c4 SHA1: b14f2e2890e0aecf626b241521b946adbc159e1c MD5sum: 1f0766506cb5ac8b50721218963ad1e1 Description: ROS 2 Package Creator Package: ros-jazzy-turtle-nest-dbgsym Package-Type: ddeb Source: ros-jazzy-turtle-nest Version: 1.0.2-1noble.20250320.190732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 1357 Depends: ros-jazzy-turtle-nest (= 1.0.2-1noble.20250320.190732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-nest/ros-jazzy-turtle-nest-dbgsym_1.0.2-1noble.20250320.190732_amd64.deb Size: 1335670 SHA256: 5505ab75315522a2a40740ea9fe7542388c30ce5cdf1469afe2f004aaa0c953c SHA1: 520bf66289b7c95bf96ce85756dcd87f63e70bbe MD5sum: 991fd1ddb2d563c1a1f566ba970bae94 Description: debug symbols for ros-jazzy-turtle-nest Build-Ids: e426827d56a43aa274652d9c9bcef93ffef7a33c Package: ros-jazzy-turtle-tf2-cpp Version: 0.5.0-1noble.20250321.142345 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1534 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.20250321.142345_amd64.deb Size: 291460 SHA256: ebfedd8e31dbc2d4642647a0ddb402e4c249be942d4d425acdb7515fed6b10d6 SHA1: 123db7bff00f8aca0f59c3a478b97b5d4000062f MD5sum: 9742b9153e92d1d2b01181146aa127ab 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.20250321.142345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8097 Depends: ros-jazzy-turtle-tf2-cpp (= 0.5.0-1noble.20250321.142345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-cpp/ros-jazzy-turtle-tf2-cpp-dbgsym_0.5.0-1noble.20250321.142345_amd64.deb Size: 7173834 SHA256: 6dbe5efe8531fe1a63151be050ba97beca0f3d1369f7716c1fce608bab6388c8 SHA1: 87240c635a9b4f83de80070c78e6f0da320e3736 MD5sum: 887282551e45f62199bf029fa928615d Description: debug symbols for ros-jazzy-turtle-tf2-cpp Build-Ids: 2416ffb7fbe28286fb29f199799c223b4d8154a8 7eeaf86e1d59e859ab16bf47c9627a25c46878df 9dfba268b94777d0429608c171d0f77749a87748 a1ea74a210521b80f5c8e4c695d32c4e4295770a b6d982fd17513810afc6b25fe883e33fc388d370 ddf1d1de987cf9ca7e32951f81a96508faf9e62e Package: ros-jazzy-turtle-tf2-py Version: 0.5.0-1noble.20250321.140633 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.20250321.140633_amd64.deb Size: 16822 SHA256: d9781f03365b78a948fd470875cb378fb24f30869774df786936c36b6ba65cb2 SHA1: 8136bff52052d03e5dc9463523554a0614b0b9cd MD5sum: 14770259871b6c7da6538263bff1829f 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-fake-node Version: 2.2.5-5noble.20250321.140803 Architecture: amd64 Maintainer: Will Son 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.2.5-5noble.20250321.140803_amd64.deb Size: 134168 SHA256: d412772c82ca589d9c3cf4cbe2885d5ade75ea9b2f02983ce9d4e9199e2aa88d SHA1: d5fb4d1dc48bb4b1a02f2364b3029a62595579c8 MD5sum: bc42d1c9007aebda1237b2051855ab6a 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.2.5-5noble.20250321.140803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Will Son Installed-Size: 2828 Depends: ros-jazzy-turtlebot3-fake-node (= 2.2.5-5noble.20250321.140803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-fake-node/ros-jazzy-turtlebot3-fake-node-dbgsym_2.2.5-5noble.20250321.140803_amd64.deb Size: 2430092 SHA256: 0ac424e058a9671ad16951249caa32af53a9b2b79a45bb26b816e23e6e25fa73 SHA1: ce16eda5b512537cb69b83e1439d7a1e3d40fcfb MD5sum: a6dcddf4dfa1470e6720d39ace89de61 Description: debug symbols for ros-jazzy-turtlebot3-fake-node Build-Ids: e8b4fe50a09ded8e73fe3df29662bfd596bfc82b Package: ros-jazzy-turtlebot3-msgs Version: 2.3.0-1noble.20250320.222348 Architecture: amd64 Maintainer: Pyo Installed-Size: 2686 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://wiki.ros.org/turtlebot3_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs_2.3.0-1noble.20250320.222348_amd64.deb Size: 196190 SHA256: feedc0e21dfe60d983c9cd127c72784aba7ddec76d23ec09fb7bab1f0fbd82fb SHA1: 4220b8506fdc3aed042a3ac6cf57eeb2ffb8aeb3 MD5sum: ff43b1de4171381b4b25acff0be80c79 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.3.0-1noble.20250320.222348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1763 Depends: ros-jazzy-turtlebot3-msgs (= 2.3.0-1noble.20250320.222348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs-dbgsym_2.3.0-1noble.20250320.222348_amd64.deb Size: 1349216 SHA256: 545dd1e991fd91b2a26cdad7955578e61d50205c2f8fcbfc4100cde133db4f93 SHA1: 36538f4fcc04bf7fd8e3c0196024aa93506fc7cd MD5sum: 22dd45e648e9958086cb172d3d25c5e2 Description: debug symbols for ros-jazzy-turtlebot3-msgs Build-Ids: 09738cfea290898975d9378e96db8ca81c894768 13c50091cb5e659b2d1e0f246706de9fb1c1b472 1a298e24c9a051355688025deea7f8ff4a81da4d 2c1b0fcd08cd5ca9b7b05923ed9b37dc5b7824b5 684722b971a0816d24ee5cc2503ac028bf895649 69cbf568b8efc964e5a2eaee0187e304f1cbc97f 83229d0ef65df47f4e51d106f45a89a5f670a165 b4f624964a0b415c3c65a3a0d3c4d3b11e162598 bb6d10b51e792245bf66542db1205c1d653c5389 d6816e229d45a000dc22474d04a4074a48b554cf d9d1ac8578a2526bcfa00a32fb57733e6502e28d Package: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20250321.140328 Architecture: amd64 Maintainer: rkreinin Installed-Size: 779 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.20250321.140328_amd64.deb Size: 155202 SHA256: b26e9fa4422bbfff6a4075e7ef634bc622336c5fbbf2c78034203cb4e8aacc2e SHA1: 542b065def4d1dbad3eabb10043220a81a243bfb MD5sum: e7a003f34c321e56115d76dbdf8555b3 Description: Turtlebot4 Base Node Package: ros-jazzy-turtlebot4-base-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20250321.140328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 5010 Depends: ros-jazzy-turtlebot4-base (= 2.0.1-2noble.20250321.140328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-base/ros-jazzy-turtlebot4-base-dbgsym_2.0.1-2noble.20250321.140328_amd64.deb Size: 4435320 SHA256: c4e5f2a14959bf226e6f9eeafb7440757e1be099404d931ba20c7fc605a01547 SHA1: 119945dd0d2f516d663318c164b7f55682e421fc MD5sum: f6a8aacb34007e88427932ca60d32df3 Description: debug symbols for ros-jazzy-turtlebot4-base Build-Ids: 2ae3354b948428ed1a19fbfbe95af9f690529ee0 Package: ros-jazzy-turtlebot4-bringup Version: 2.0.1-2noble.20250321.160746 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.20250321.160746_amd64.deb Size: 12058 SHA256: a80d3e30830a42bca00f31e35f240ae1acb5b65b0f8d553ae6958d674ee2fbb0 SHA1: e178740e9000a5c45bf38893710d0e48a869bdd3 MD5sum: 03fe6b8637b70071f00757fd69209e9c Description: Turtlebot4 Robot Bringup Package: ros-jazzy-turtlebot4-description Version: 2.0.1-1noble.20250321.150957 Architecture: amd64 Maintainer: rkreinin Installed-Size: 29048 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.0.1-1noble.20250321.150957_amd64.deb Size: 5506146 SHA256: 4a2d93901b6a2b19b65dd99110da928b68af024a4ba548616e31d403bfae2d4c SHA1: f8c9e5b550c7e76736c2c8424bacdeb497b36b49 MD5sum: 59ff0e9ba59aa48cfca250cc52bbf0da Description: Turtlebot4 Description package Package: ros-jazzy-turtlebot4-desktop Version: 2.0.1-1noble.20250321.153827 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.20250321.153827_amd64.deb Size: 5022 SHA256: 2e05b9b45e7eb72db5266d90f2f98a49aac181cf668a3f3b0f991b2486f2de40 SHA1: a143b48ecfec161ae8a72dd2ba4265566e2bc038 MD5sum: 0d9e1576b905f84386631e10d8d007ae Description: Turtlebot4 Desktop Metapackage Package: ros-jazzy-turtlebot4-diagnostics Version: 2.0.1-2noble.20250321.132702 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.20250321.132702_amd64.deb Size: 10036 SHA256: cf3f6d7d1da0128b6880be7bd163aca301508479a13dd3e5d38afc41af275268 SHA1: 42064dbf09486577b03ddd3d19fea75ddcb2b407 MD5sum: 82f405c6ea1d7280715aed67b13a41f6 Description: Turtlebot4 Diagnostics Package: ros-jazzy-turtlebot4-gz-bringup Version: 2.0.2-1noble.20250325.184630 Architecture: amd64 Maintainer: rkreinin Installed-Size: 136 Depends: ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-common-bringup, ros-jazzy-irobot-create-description, ros-jazzy-irobot-create-gz-bringup, ros-jazzy-irobot-create-gz-plugins, ros-jazzy-irobot-create-gz-toolbox, ros-jazzy-irobot-create-msgs, ros-jazzy-irobot-create-nodes, ros-jazzy-irobot-create-toolbox, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-description, ros-jazzy-turtlebot4-gz-gui-plugins, ros-jazzy-turtlebot4-gz-toolbox, ros-jazzy-turtlebot4-msgs, ros-jazzy-turtlebot4-navigation, ros-jazzy-turtlebot4-node, ros-jazzy-turtlebot4-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-bringup/ros-jazzy-turtlebot4-gz-bringup_2.0.2-1noble.20250325.184630_amd64.deb Size: 14304 SHA256: 9f4bcd3e1784a7259feda1aa956eaf54e863d17c217fab8f056180235813e3ae SHA1: b11ec14cf33a097a470b5f8eed929542ddbc8bac MD5sum: fdf58d47aec780a3fa6bbb8224a387c7 Description: TurtleBot 4 Gazebo Simulator bringup Package: ros-jazzy-turtlebot4-gz-gui-plugins Version: 2.0.2-1noble.20250320.212149 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.20250320.212149_amd64.deb Size: 58432 SHA256: b68d0dc6b84c11bdc7217cc3aa7206cfa053425a711c2020742c0e712db389d5 SHA1: dd23b228cf71c00638557c72fd7939863c202339 MD5sum: efc2477d92870e50bc012b96308c4fe7 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.20250320.212149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 888 Depends: ros-jazzy-turtlebot4-gz-gui-plugins (= 2.0.2-1noble.20250320.212149) 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.20250320.212149_amd64.deb Size: 856962 SHA256: 586776eb6878fbe8460dbfe94edba4c58d44a73b08f1c8eab2e728f0c1f8811f SHA1: 9aa2e907f7086c7773218c5627fcfc0f119a4c46 MD5sum: da0728a5ca014318ea13a35694d8c49e Description: debug symbols for ros-jazzy-turtlebot4-gz-gui-plugins Build-Ids: 3fb2996bc14b2a260b554733268a2ae3762b98ce Package: ros-jazzy-turtlebot4-gz-toolbox Version: 2.0.2-1noble.20250325.164821 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.20250325.164821_amd64.deb Size: 144568 SHA256: e64030d9264d19fe4f15ec84ea8d8b5a31437df1abb173b212ea5eb5f6cc3f59 SHA1: 1e0f96822b8ba01aec34248f201c89e217ddf881 MD5sum: 29b1da5c21f44591d9563e7f14dba254 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.20250325.164821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 3457 Depends: ros-jazzy-turtlebot4-gz-toolbox (= 2.0.2-1noble.20250325.164821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-toolbox/ros-jazzy-turtlebot4-gz-toolbox-dbgsym_2.0.2-1noble.20250325.164821_amd64.deb Size: 2854696 SHA256: 3224f2528a41b43bb48c8ea73f1bf528da2b9b9beaaba4ca9db95d5b129f512b SHA1: 7d535399389b95dbfb2d7af3cf818f6f3ce1c733 MD5sum: 63f2bb8554c640f58b7f21b21d63d61d Description: debug symbols for ros-jazzy-turtlebot4-gz-toolbox Build-Ids: 5ba84e308b6ff59dd74be77ea1dbda77064b5e22 Package: ros-jazzy-turtlebot4-msgs Version: 2.0.1-1noble.20250320.222517 Architecture: amd64 Maintainer: rkreinin Installed-Size: 658 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.0.1-1noble.20250320.222517_amd64.deb Size: 62248 SHA256: 3a837a115dfdb546adc9d989c144e3057108bc58e0d153b3227d10c33b9850c8 SHA1: e2cf53353737079450fae7e2dd991e21d8c45965 MD5sum: 3ee0460bc8dab1343fffc1c30f23d933 Description: Turtlebot4 Messages Package: ros-jazzy-turtlebot4-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-msgs Version: 2.0.1-1noble.20250320.222517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 495 Depends: ros-jazzy-turtlebot4-msgs (= 2.0.1-1noble.20250320.222517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-msgs/ros-jazzy-turtlebot4-msgs-dbgsym_2.0.1-1noble.20250320.222517_amd64.deb Size: 373198 SHA256: 70cd463c6057f56f79ea4f4c5ed7c32f8ce5da94072bafe4d0c86f1f34f20dbc SHA1: b6aa7b6579957b64a49d58205bf5e862209ce706 MD5sum: 5512b0b3041e50a3e754011b138d6985 Description: debug symbols for ros-jazzy-turtlebot4-msgs Build-Ids: 0e8fed5d9414e884af48c6cd372e959201eaea2d 1991ef12664d2e98e8cd855597541b31bd48f00a 3cb59e7ea5d9e8ee72382ba46a29079720239887 5266d245adf18c40cb4887fc591a5c403e8fdaea 5c8343ae2a7013ae698c472502c23dc737bdb8bf a6b6d9bb5c9cfcf49cc151f9a573606397d4bd7f a70134fa7aa26051a950977636a9d92f8b1484ce c673aae3f57994b5693c41094859641f1d87ba10 d2b18432ab1c662515fa3873b9e9e348ef129397 db5108e81f2852364c45517413c6456ed3ba7f41 e4d8d7e7e5c397526543c650d5608a1bad11ac64 Package: ros-jazzy-turtlebot4-navigation Version: 2.0.1-1noble.20250325.184030 Architecture: amd64 Maintainer: rkreinin 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.0.1-1noble.20250325.184030_amd64.deb Size: 26916 SHA256: c1799aab603f09bf64d691b75dc44c9f60426327385c8f0008b7cdeb75adac39 SHA1: 15b3ace31c2e5c9d44ae6d4928ab40944cc3a67d MD5sum: abda393e55aa502257f2f383618b6750 Description: Turtlebot4 Navigation Package: ros-jazzy-turtlebot4-node Version: 2.0.1-1noble.20250321.135712 Architecture: amd64 Maintainer: rkreinin Installed-Size: 2745 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.0.1-1noble.20250321.135712_amd64.deb Size: 407176 SHA256: 2aa0eb0571572c4be667fc26ea98f26001fea8fc12524dfd5bb1b892c0dafe2f SHA1: a407577b2a2ad235faea425c466aa072b1298776 MD5sum: 17de3d1525d8c7822f99ec44aa0ef93b Description: Turtlebot4 Node Package: ros-jazzy-turtlebot4-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-node Version: 2.0.1-1noble.20250321.135712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 12969 Depends: ros-jazzy-turtlebot4-node (= 2.0.1-1noble.20250321.135712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-node/ros-jazzy-turtlebot4-node-dbgsym_2.0.1-1noble.20250321.135712_amd64.deb Size: 10652074 SHA256: 7deab5c03046845c25cfa35c2b3cc3f09949ce2b6afa8638466293187373ad8e SHA1: edc0283c0b9d9afdb45e8119ddb675a3e7f31091 MD5sum: be097092b979533717ac66ded7ba82ba Description: debug symbols for ros-jazzy-turtlebot4-node Build-Ids: 36c77ee9c42cdd3b0a66a0a921b6ddf6b6bf5ca8 Package: ros-jazzy-turtlebot4-robot Version: 2.0.1-2noble.20250321.161241 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.20250321.161241_amd64.deb Size: 5152 SHA256: 8ab5ed5dbdb5aad5d357a893f523d545c246541a2c436e642205e71200aed64f SHA1: 40e06a233d439fb5cbabcf8b84a8ddb93bec719c MD5sum: d834da1d0bf475cdc4ab9ff15c344347 Description: Turtlebot4 Robot Metapackage Package: ros-jazzy-turtlebot4-setup Version: 2.0.3-1noble.20250321.125507 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.20250321.125507_amd64.deb Size: 26956 SHA256: 4857d725776c4831539995e2cd2f2659e92caddca6c9cf183e3aa33966b71e23 SHA1: e237e55a9447055721c338ae3421fc186c44d841 MD5sum: 60b2ad01c4eec93e005b965b304e68c7 Description: Turtlebot4 setup scripts Package: ros-jazzy-turtlebot4-simulator Version: 2.0.2-1noble.20250325.185306 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.20250325.185306_amd64.deb Size: 5326 SHA256: fc17e846605898d36fb1f12e80f9ea15baa6c92499d1644941af2fc41e045e4e SHA1: 4ce7f541bdac89e228a1d8266f380f1a16c5f0e6 MD5sum: 2f2ba6b606b2bd8b98f9bdc3b1b06d29 Description: Metapackage for Turtlebot4 simulations Package: ros-jazzy-turtlebot4-tests Version: 2.0.1-2noble.20250320.223734 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.20250320.223734_amd64.deb Size: 18490 SHA256: d8c2de21de4a44daab2d4174169c91bc52951efef583c0233819ccc5cb0f6b82 SHA1: 5fd6e6bf3038e4aef66a7ec51aa3cd597db73ef9 MD5sum: cdb8a03843dd5c8ff12c304dd1f10908 Description: Turtlebot4 System Tests Package: ros-jazzy-turtlebot4-viz Version: 2.0.1-1noble.20250321.153348 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.20250321.153348_amd64.deb Size: 11064 SHA256: 5e55d5c4501cb0dacd6ec08d1d0d5273b43f9e51a0a2839bbbf82d4f88bccc8b SHA1: ead190362db28677df705961058615e398cba202 MD5sum: c526f29960e3175bc54cced2e6b522de Description: Visualization launchers and helpers for Turtlebot4 Package: ros-jazzy-turtlesim Version: 1.8.3-1noble.20250321.135819 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 5833 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, libqt5core5a, libqt5gui5, ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim_1.8.3-1noble.20250321.135819_amd64.deb Size: 675642 SHA256: 0805b9cdb5b6360a0f1ba520bba79b48a1b776fbfa57d23774dc17a37554127e SHA1: 526540109696ac6d2dff62c487cc8d2486e58530 MD5sum: 7822a03a086d952e99c305f4918ff335 Description: turtlesim is a tool made for teaching ROS and ROS packages. Package: ros-jazzy-turtlesim-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlesim Version: 1.8.3-1noble.20250321.135819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 13865 Depends: ros-jazzy-turtlesim (= 1.8.3-1noble.20250321.135819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim-dbgsym_1.8.3-1noble.20250321.135819_amd64.deb Size: 11827158 SHA256: 66b6d45ce03416749e0f46432ce98db1c47cbd069bda870af84cc1b0cb0fc328 SHA1: ec40ba59e158a6a9118e870e215bc090b6ade7ad MD5sum: b6d0ca51c6b1b36399aa017de32d2825 Description: debug symbols for ros-jazzy-turtlesim Build-Ids: 1fa50a74d442af3c852768db89b801f501e1cd6e 48ed85fda3de5ddb804e8a5d9c1f77aa812a5c62 4be5832770de0c8a43e0624b21e2ff89a540cce4 4fbd6ad4c5533793e72b28e0a87ff833a741f918 69bb5ce099627487ab9ba60ed91028c0d7044071 6d92de745f5ec4839a1ba73cb93606b53e0ab009 74056ecc10a7086bdbb33901a20d74a09136cfbc 7f6af2e2508b62a0cab61a9e0929e04343613a6f 96dd696fa0a59eef8742be8a7524fb835e61fce2 bf3c65857d98e13daa17594cf251614859092f63 c0897c49ead25686ef31a73a90e58eb8f143fe1d c6d7131ec8cd04a32333a5983582386632b8f96a d63131b3ad0b1b73f831e853efd0056cfecc4147 d745377f50886929868147b9bd0af29fbdfec5e4 dceb00bf7f659351307db0db92f29f429e0a556b Package: ros-jazzy-tuw-airskin-msgs Version: 0.2.5-1noble.20250320.222530 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 799 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.5-1noble.20250320.222530_amd64.deb Size: 80004 SHA256: 2f7ba92cd2c084c7f2a4ae7cd477f638bad4c046c85e6089e9750324a7db729f SHA1: ff4c039fe42fc1f468b081b4c579d006d79a5365 MD5sum: f1ef561ce999ba26fddb67b4a8b27e6a 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.5-1noble.20250320.222530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 663 Depends: ros-jazzy-tuw-airskin-msgs (= 0.2.5-1noble.20250320.222530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-airskin-msgs/ros-jazzy-tuw-airskin-msgs-dbgsym_0.2.5-1noble.20250320.222530_amd64.deb Size: 523264 SHA256: c1d19556e086eaeddd432941f5f2d3ff60ee48cefa312ed1fefc16784c4224dc SHA1: e03c09a9de33676554a3f953a51ad5e02dd00216 MD5sum: cb2e928087bd97d1ab276e11504a1487 Description: debug symbols for ros-jazzy-tuw-airskin-msgs Build-Ids: 07ea49438a2429cf843b26a75da0e338f098fc71 330562c1e5d13d919be40f40a718cfdae44d90d7 3cde60ae091c7d3907000c7f45eba7df3733fc80 46105a8d08ed34369c86eadff34c69f6b095585b 78e7a069ce6fddcee9241ead2613ec663938be7e 822c21418957fbe67adc9685172f24e3d413bbab 908739d75e4f5cadb074f02c62f77d1d4e004f69 b72c0df113b453e2bd4f28a327d7a5a700dfb0d0 d576bf322eee9f37f41efd329770e7f5b8859440 d7e3398ec0cb342d5afc2b5a429c6346ab6bcd29 efed10ffa78adbd7267b72fe6ed66d4363ba3d43 Package: ros-jazzy-tuw-geo-msgs Version: 0.2.5-1noble.20250320.223759 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 898 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.5-1noble.20250320.223759_amd64.deb Size: 86090 SHA256: f0ba2ffad4410cb6bef5c38dd6f049b75194250236efbe34fd5f3b1a4732b413 SHA1: 63a6b706aafef8a3dc6c4051132f89d4dbcb37f2 MD5sum: 92aa7b945002c1d408625013ba723273 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.5-1noble.20250320.223759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 770 Depends: ros-jazzy-tuw-geo-msgs (= 0.2.5-1noble.20250320.223759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geo-msgs/ros-jazzy-tuw-geo-msgs-dbgsym_0.2.5-1noble.20250320.223759_amd64.deb Size: 622180 SHA256: e3a04f1d8a4f634c385bc20679a37e0300f38630046656802dff05e3d028a1cf SHA1: 2b10220f562dfb9545ae0d157cbcf55e1db89a79 MD5sum: 25a7990a6368ec3ebe6dde91cc52541d Description: debug symbols for ros-jazzy-tuw-geo-msgs Build-Ids: 13199594956665b2968c8e99d22270200393393b 1b2794f9b2fbdd5a8d7e90e6ef2bcba3b8def754 3165977c1240a797ada2166f98a43841b33aadec 5c22288a09bfd7ded77da1d0966931e01f32d796 7844ae72d2040268848d6a6c578acf716c3af83e 7d6f9b7981502155b230f75a2f0f8cbad45a494b b7c9a02a01c296b7eacfa825a8a29e56e5a41ab0 ce4c754540b81c6b685592df59c1d75dc4d5f8fe e6cc7eb05dc35297939fbeeb0a72f0b0e2ace581 f186c59bceb8500ec78beb16fe64286b403740ab f9ee73219afd606053372f849497498c3c0a8f0c Package: ros-jazzy-tuw-geometry Version: 0.1.2-1noble.20250321.134043 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-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.2-1noble.20250321.134043_amd64.deb Size: 64554 SHA256: 21dcea678060bab53e7981953a83a27c27e5c921c884133db35f2e348df9fee4 SHA1: 83c6e81f76ce66560c5a6f4a15baedce8b5671e7 MD5sum: fb1f5b66c64c9d829f6ac9d963ec7861 Description: The tuw_geometry package Package: ros-jazzy-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geometry Version: 0.1.2-1noble.20250321.134043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 851 Depends: ros-jazzy-tuw-geometry (= 0.1.2-1noble.20250321.134043) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry/ros-jazzy-tuw-geometry-dbgsym_0.1.2-1noble.20250321.134043_amd64.deb Size: 817268 SHA256: eaa05a67c52db2088c3dbb9726f86baa3587b5f2835a7c24015873e2d4c3e47f SHA1: 02d8019bfce75c3b9a1d34f6f57e075ae5419247 MD5sum: a528dfa8388d8d85d49a81e8fc060e5f Description: debug symbols for ros-jazzy-tuw-geometry Build-Ids: 14feafdeda1214f8cb6cf09e3c988356bcf97b8b b4d5fc4477fa9e0ea5e6c4db6ea7e0c794aebbb4 Package: ros-jazzy-tuw-geometry-msgs Version: 0.2.5-1noble.20250320.222446 Architecture: amd64 Maintainer: George Todoran Installed-Size: 882 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-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.5-1noble.20250320.222446_amd64.deb Size: 76908 SHA256: 1f10e5e9d7616d86fae578bde2095f5df3334cd3dd8ad637d16d3a6b4f1d185d SHA1: 3e9e60dd24e0b4c5c2644a339088a4daa8d036b5 MD5sum: 3bf95f2a427e75905b2226adbee7dde5 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.5-1noble.20250320.222446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 658 Depends: ros-jazzy-tuw-geometry-msgs (= 0.2.5-1noble.20250320.222446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry-msgs/ros-jazzy-tuw-geometry-msgs-dbgsym_0.2.5-1noble.20250320.222446_amd64.deb Size: 504822 SHA256: 5d84566b9cac8d39c77e62c42584500ad1c1f519dc0c1129d45c788947b9e451 SHA1: ac718539ffe4fab1c93ee1baede02a3cbedbf664 MD5sum: ba2f3fe94bbd4e3c1657783f2c0efc76 Description: debug symbols for ros-jazzy-tuw-geometry-msgs Build-Ids: 18162e7a7c758fed4042e70a184d12820371ebcd 3bc0e29fc523f177c654f560b64d4602826bedc4 4d42d9dfdb7a88dc8229c5549432c5577bb371b6 5c1faafa62b267a7d8b329b5a18077a65f53d3f3 83e66d38cc1f93ece16ad7664d25a9f8d604dc95 8bfc353e6cb70675829afe1d8b3de4a335c21a3a 9695bb5cff882d48ff63b08ad495cccc71304f8c 9d2d180a06e892ebe380e784fbbf40af82821cfb a917ad11e9fa640192012cb1334fd4eb5e2d65e0 bc91014f532cb535f4a3ac379cc0faaa3617b773 d56eb8161be7ec18ef8aa03c0f7050fbe34f311e Package: ros-jazzy-tuw-graph-msgs Version: 0.2.5-1noble.20250320.222448 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1473 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.5-1noble.20250320.222448_amd64.deb Size: 135970 SHA256: 9893c6c128cc3a8d13f8dc178441dc213be2dfc9553f331100daeb166ea761b5 SHA1: a0b5315650c8ba5bc0d75362c0a1f5d0931455a3 MD5sum: ba1fe3424073b7c1e4f37b7fef0d53d7 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.5-1noble.20250320.222448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1285 Depends: ros-jazzy-tuw-graph-msgs (= 0.2.5-1noble.20250320.222448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-graph-msgs/ros-jazzy-tuw-graph-msgs-dbgsym_0.2.5-1noble.20250320.222448_amd64.deb Size: 1066488 SHA256: da40c8a9544e156b799075317181e3c6de2543f49a4acc2a040f203525d1b47c SHA1: 7bba9a3f18253603fd236ee2392d676cfd69e335 MD5sum: 761b60c7c3b55e85177568fc8604e63b Description: debug symbols for ros-jazzy-tuw-graph-msgs Build-Ids: 020551c99152184848d2938502dbe4336368f5ff 0d4ab012d5467de105cd264f9d84de0ea686fce8 0f0ddad8fed25a25485cc1becf1d26ace3eae6a0 30203f8ac0964dea519101504b6ea17dc48571e9 6c4de3635d52fea3220451a4964d09d4e3e78386 8a7a30e239517e8ddf187a17c5f71aa69c2c377d a33e9701b1898c4ddd26df88311766f30113ee2c a584f7198557a9dfd79b796f127abf270f55712b b767692a7fbf84bc230b7fbe3590211b6ed7f297 cc180e88be0c3435509a945ea451ac588468c3f8 e1e5737a1dabe0bb4e44e240a8f2ff90474a0586 Package: ros-jazzy-tuw-msgs Version: 0.2.5-1noble.20250321.134045 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.5-1noble.20250321.134045_amd64.deb Size: 12696 SHA256: 589b658e0268d30ba43cdc17549687b5c2adfdbf61468cd4216f449d114ea1d9 SHA1: 25cfeb37930f3de97a5c17d7a59f57dd983cdf44 MD5sum: a6c72c0ec4a3647d4704d01028320685 Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-jazzy-tuw-multi-robot-msgs Version: 0.2.5-1noble.20250320.222501 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3694 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.5-1noble.20250320.222501_amd64.deb Size: 270980 SHA256: a60c7d51406b6e4c4a8c7a482e96ef8a0215b8003b83e6904e87d838c7a5257d SHA1: 34fb76168771f01635b2b61cb3371c599bd48b0e MD5sum: 2a4971e80a9b7d0a0772d3b4fc5350f7 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.5-1noble.20250320.222501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3122 Depends: ros-jazzy-tuw-multi-robot-msgs (= 0.2.5-1noble.20250320.222501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-multi-robot-msgs/ros-jazzy-tuw-multi-robot-msgs-dbgsym_0.2.5-1noble.20250320.222501_amd64.deb Size: 2594670 SHA256: 181e1dd9fa380858b51746adc2b96828c5567437ac0fec0a22a96a6584a7c4ef SHA1: cc11f19441d6e2dde5764e41f2830fad9a4db873 MD5sum: 699f52d84b2ce929570d92ebf4b5728f Description: debug symbols for ros-jazzy-tuw-multi-robot-msgs Build-Ids: 2dc58835a2b7dff7b6e03ba41fd2358528e4a8ac 4418d0ffcb6d587a918eb28907811369dcd1a5f3 68d341437812926a45373e6f1db1c76bc4e0f458 76c8836c929137b5dab005fc408d082b92ecdbe3 7c7e68dfe2d46fb4dc605594b267d3af00a696e1 957954838b9e890530c17f72fb5dc032cae3c5b3 a0d13571dbd379dcf553ebfb881aa8af459618b8 a955943d0cfdb5872fbf702a5a2a92099b6d76d1 bf526f5407f6d03107dd5201a93163c13add92cc d0387ef3ff75cfb12c8beb66147fa50a1ef42105 d986ee0d3d85fcb4104e61d92a4cb1ec5d1b6ced Package: ros-jazzy-tuw-nav-msgs Version: 0.2.5-1noble.20250320.223923 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2218 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.5-1noble.20250320.223923_amd64.deb Size: 170340 SHA256: 154cb532ee74e8635e274529952f1575ac593b86ee2de9a044185111c7c973bf SHA1: 3978617838157379a0fcd68d870603b1c7f54da8 MD5sum: f67a9fe25c176a66d1bab2e15d13ba4b 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.5-1noble.20250320.223923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1779 Depends: ros-jazzy-tuw-nav-msgs (= 0.2.5-1noble.20250320.223923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-nav-msgs/ros-jazzy-tuw-nav-msgs-dbgsym_0.2.5-1noble.20250320.223923_amd64.deb Size: 1471226 SHA256: 6af68c27d0372a1d286f27729b0e428e98aeb4b74f6cded45e95b25f18624994 SHA1: fbca1f23de60a66459a471fd75cdd8371da2421f MD5sum: a72c84128455b117d50b94467bb158bb Description: debug symbols for ros-jazzy-tuw-nav-msgs Build-Ids: 003a9c7e666b75b737f09c8a56e5e95bcbbffa38 13bca8d18a90d4c982ca8a4bbbd06313cfc2979e 14c5f4c2024a12c34531e91219ab7e2db0072c6e 33a5b8a2a0b8192ae3508703a9012e8bdf4e67f4 70946357f5f21a4b52d022427e5482799409f290 70ef3c1780b0522a530ae390351331c70ee9cfd3 7bb6743e65d702ab7bca314b2bf9d7be8415d296 803051007e2652a9d5fe20e844ce881657fba96c a005b3adb15dfa6becd5aa2100c49b016ac52f54 a40aa586bf6f1ebbebe3f3a62250205effef8eb3 fff43a971292e5641f9b0edded509338d0eb508e Package: ros-jazzy-tuw-object-map-msgs Version: 0.2.5-1noble.20250320.223812 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1824 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.5-1noble.20250320.223812_amd64.deb Size: 155734 SHA256: 8ee77172ea85dea5c44ec9ea85a28771d253b1b06537320ce9a416d3dc3441a5 SHA1: 8c3826ad488c8914d646c7e9c24677269f58c45c MD5sum: 060873d7c91ba0042af490f0a27186b6 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.5-1noble.20250320.223812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1642 Depends: ros-jazzy-tuw-object-map-msgs (= 0.2.5-1noble.20250320.223812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-map-msgs/ros-jazzy-tuw-object-map-msgs-dbgsym_0.2.5-1noble.20250320.223812_amd64.deb Size: 1370522 SHA256: 0dff34dd6d5889fe9e9c9c9428618ed56bb5c6d08e1d97cc8909108e52a5c91e SHA1: 88b33353fffa49140cc436ec3dfe6bba59d12987 MD5sum: 3a1c44843119ffba20d9b9dc03900d00 Description: debug symbols for ros-jazzy-tuw-object-map-msgs Build-Ids: 18e67ccd4a8c376d7c5e5d3bb24cfde1ee0af8db 1e190c6785925c2584a5d9e9fb70fe9cc2d3588d 27c8c97db99d769148fd33d1ef369df5cb33fdcf 4cf728866631d2ea126bd27e986ac7daf33e3826 60a22045d74ca067c255a9b0e2880679a4f55503 905f8bbe1ab0539fe2be0a95341d0d78c5775aba 99fb0be1bc432ae423b60591a409268b12a8a345 be5f164e2203e56eee3c19c9b00cec5f42c7e5f6 ca7665fc95d0944aed0cca7e93cee3964279b13b de3b93bf23ae5cc193a072b8f320faf09522de52 fe921c2bea580c8debedd8b2a1c494260f20d60a Package: ros-jazzy-tuw-object-msgs Version: 0.2.5-1noble.20250320.224237 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2350 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.5-1noble.20250320.224237_amd64.deb Size: 193574 SHA256: edb88edc89f2821a3534d9d001fafea5f28e778bee6777b48841d52bb89ddad7 SHA1: 72992a2910e4260865ba126e01ffb19d413f2de6 MD5sum: fa11f55b675e1858750d44ac42820329 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.5-1noble.20250320.224237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2115 Depends: ros-jazzy-tuw-object-msgs (= 0.2.5-1noble.20250320.224237) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-msgs/ros-jazzy-tuw-object-msgs-dbgsym_0.2.5-1noble.20250320.224237_amd64.deb Size: 1782170 SHA256: 76db5c23bb29e1e4f87ecbd1c3646d9a35b76f4294c4ba347736e00a15e922f5 SHA1: eaf58159eeb8cd97195060e2de7f13579efd8a4c MD5sum: bcd51b37d1d74396c8803e368dfcb352 Description: debug symbols for ros-jazzy-tuw-object-msgs Build-Ids: 36e4ac82f42d8e1f35b6657a3c2261c00b1e09ac 3bc6f2db5c63fcbf73d934478689237fd26a0799 55dde9d324351baab6c335d5addeb4b3a72d6c44 7241c9d48e5fcf081b7a6bb81930a9003e5473a9 7bec6226dd14bb023587d3565e8bbcb49d67eabe 99194350dd7e0f87bf3a7690f8fc02e9572386d1 a62f5078e8cfb04561f2060124b13121a11f01ac aaa3370a9d43ae86b5a5d990caa5d44142de432c d8030a078c31193df2a029894b1c372b1e29c439 f54433ac4d27e76ca487b3cd9fc9ef1e4ee32d6a ff57012aee5acb90986eb30a023d0cee9dff698f Package: ros-jazzy-tuw-std-msgs Version: 0.2.5-1noble.20250320.222632 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1094 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.5-1noble.20250320.222632_amd64.deb Size: 98286 SHA256: 617040f6ba0a3414e0cf75f001c42028e00cec074ea62af021429c4dec5de06c SHA1: 8eab87f1815d203edf06e363438ae755210b7ced MD5sum: 5a1ccc1ea50c70f608560cb28b8d7c9e 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.5-1noble.20250320.222632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 867 Depends: ros-jazzy-tuw-std-msgs (= 0.2.5-1noble.20250320.222632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-std-msgs/ros-jazzy-tuw-std-msgs-dbgsym_0.2.5-1noble.20250320.222632_amd64.deb Size: 678982 SHA256: 8315ae05d6a16c4b2aa43e843f959659cfa0ee96469de13f017df2e17e864a5c SHA1: 83384c01a8a81a3865836b594ccb9b76643c4a24 MD5sum: 058e14269db03003caeb46e5a5d494db Description: debug symbols for ros-jazzy-tuw-std-msgs Build-Ids: 3cd58b1ea9af3c3e99b4d7e517485a7ca63e74be 43cdeab5049eaf6c6bea0b9e8b8de0ffd60f649a 55cdbc00b30613b397ca2a2ba6b7b5a90730d603 796adf86ab8cbb8b497606db9cd4f66e1739c323 a2c7dacd047f846029d4edcb05bb9ec078f1cbf8 a91154915a78b8b4274ee92336285ba96af28c03 ab82d00e2d0ea2e8b1b0effc54a8e933172c1663 c421bd604c02f7af9a9335ce0f0ed23dacbb1347 e0d0075e2bdd26c45f4e7fdc34b237730d5e2725 f65792333755149a4e04ac3bbd3f329c44295210 f9b8b19f96ad0190f2dc7c0a357fefd6a6609c64 Package: ros-jazzy-tvm-vendor Version: 0.9.1-4noble.20250329.061626 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 36817 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.20250329.061626_amd64.deb Size: 9887534 SHA256: 736cac282b46ac173a0f0e1b1a733de0ccf02a46e67747030ba3f225abc23229 SHA1: b4b234e98b1e6c1b3b9ec20be723016ba7f072f4 MD5sum: 523dab81d5fc6f3d144f61c2b80f79c4 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.20250329.061626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 234586 Depends: ros-jazzy-tvm-vendor (= 0.9.1-4noble.20250329.061626) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tvm-vendor/ros-jazzy-tvm-vendor-dbgsym_0.9.1-4noble.20250329.061626_amd64.deb Size: 222573204 SHA256: 7eda357291d9874c267251626c05d1292367a979ffc5e85aa9bdb674781f2ad2 SHA1: f7ca0e6e076fadacf64dfb31ede692462220f0db MD5sum: be97963c28f971393ee7c2cfc09716d4 Description: debug symbols for ros-jazzy-tvm-vendor Build-Ids: 08411008c6ed67caab877a2e3aaf25378fbe8608 e0b48634ee96bbcba327c72840883a1e0f91f57f Package: ros-jazzy-twist-mux Version: 4.4.0-1noble.20250321.132559 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1753 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.4.0-1noble.20250321.132559_amd64.deb Size: 271192 SHA256: 8d75d94fc4f327f410d2aae699b0304f2ccf465c7117fb16074408a84c0dce02 SHA1: 12ac8482efd8fffee905fbfd4451135c65c6cdc5 MD5sum: ce23992e9e7136fe233ef90604ce4353 Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-jazzy-twist-mux-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux Version: 4.4.0-1noble.20250321.132559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8229 Depends: ros-jazzy-twist-mux (= 4.4.0-1noble.20250321.132559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux/ros-jazzy-twist-mux-dbgsym_4.4.0-1noble.20250321.132559_amd64.deb Size: 6835050 SHA256: c6862f4adb2f8a4ceaa0dbc74b123bea8e87a4129f2d5a0ba1287b7942c058a0 SHA1: fb064d051a1077a54325a53fec8644c90432dd8c MD5sum: ea8b188004491b862de11a48cf179176 Description: debug symbols for ros-jazzy-twist-mux Build-Ids: b405485e720effd5dc93bd4317b5975f5e7ea3f3 d7e2851e803d7c6b721d70cb1e14222e01f6c994 Package: ros-jazzy-twist-mux-msgs Version: 3.0.1-3noble.20250320.195658 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2694 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.20250320.195658_amd64.deb Size: 165170 SHA256: b7db39bcdd33a918e99d933aaf232dbdbde6e42711f1e368184d239a331e551c SHA1: 32e6b8da450c22333a79e19328582859343e9398 MD5sum: 86389e6b9d6890c623c23c4057bd6d23 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.20250320.195658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1297 Depends: ros-jazzy-twist-mux-msgs (= 3.0.1-3noble.20250320.195658) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-msgs/ros-jazzy-twist-mux-msgs-dbgsym_3.0.1-3noble.20250320.195658_amd64.deb Size: 862244 SHA256: 9e7aa41a008498ad05fef25af5c47af16544ba210583dcbccc45f378ced8bddb SHA1: 36679cd64b82d5e2f4ce76c8e75f8b32ef7dcf76 MD5sum: 6429df7887c7b1b5850864c4b2f2bb45 Description: debug symbols for ros-jazzy-twist-mux-msgs Build-Ids: 13523a150393ba3a0d0d95ef8ee34492578b525f 39ba36b169fb8f541f821fb4a5b6f9cf0d620497 435812badace6b4d1e422361f91d28c4c5c5a9b5 554dfc367cfff3d48b096a724566e8c6fe58240e 84947adf6114dbd70fea7baa21d835bcc3dee78f a8c42b9fda82c969475ddb1f0ce1ed9e138156f0 cf77bc7b7a65b92b7c0e73e67a87df3857e8432d d64610d82916cd5cbc830a7cf826793ef2971646 da9439d06cecddaa22bc323159af61d0c82ff92f ef07df977870626efe93f49deb1c6575cdb2d88b f32bde14193da00c01a7e9fa3abbf9b6c6d437e8 Package: ros-jazzy-twist-stamper Version: 0.0.5-1noble.20250321.131450 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.20250321.131450_amd64.deb Size: 6670 SHA256: f17464643459268c97634515f0997aad8d6c2ba4bce3d40e572fe11e4233bae6 SHA1: 99f95c332b59d1796d37f84951691db16a64faa7 MD5sum: 14d220d392062958c2bd0a097e6730ca Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-jazzy-type-description-interfaces Version: 2.0.2-2noble.20250320.194850 Architecture: amd64 Maintainer: William Woodall Installed-Size: 1817 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces_2.0.2-2noble.20250320.194850_amd64.deb Size: 152446 SHA256: 48f78c689761534889e68c5031b6dc4734c76f241c34561d20a02276c05c0f6f SHA1: 04b2fb531160035d5d6e3751c94cd24efca34e74 MD5sum: 5935df92186e9692fbe12b6acd980779 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.2-2noble.20250320.194850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 1534 Depends: ros-jazzy-type-description-interfaces (= 2.0.2-2noble.20250320.194850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces-dbgsym_2.0.2-2noble.20250320.194850_amd64.deb Size: 1266732 SHA256: 6d3eabd28d740b9bd5060750f2089789eb653bdac26d89ea689752d39f2d4bde SHA1: 9d3ace5f5c43fd480c0a5e51a7141f62012d262c MD5sum: 7393731bef1c1e4d946553d6f12216f4 Description: debug symbols for ros-jazzy-type-description-interfaces Build-Ids: 08d73f66422903ddbb33c88928e2a483e6cf1bcf 0d743b3831643f1a836325036f249440d6a6d780 2a0fdc2d7054bab2c89554daecfc98dc1baf6d88 4de73dfe04f05136bbff3824a38c7c278675bc2d 57cc3dac48677feb36a51a555e69d08d010e04ae 8d96957b33b69cf3208418f0d7e76b6cfddf79ae adbfbc8c15b4e942af7f45d613078a5118495a6f cda35dc17e7d3b15a613f0bfb018035288d5df89 d9fd8273cfea55dd4823d4426543ba38f5909d15 e4c538686429fc6df4a86784963d69a0087cba88 f4d23ea1ea84bb3ce25d5a72b0cfc24137c16084 Package: ros-jazzy-ublox Version: 2.3.0-4noble.20250321.140010 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.20250321.140010_amd64.deb Size: 5308 SHA256: 66301a315f1c6a82f2db17e4a3e6d0318586b1f35c436339e93bd8f435331730 SHA1: 226d22128171e267d8ef9709c7869eaa42bed9c0 MD5sum: 2a94f7d2f041e234ecd6d92ace528370 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.5.5-3noble.20250321.144219 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 70 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.5.5-3noble.20250321.144219_amd64.deb Size: 9330 SHA256: e1a74b42ff2d7f4b6bd62389bb5be5356beb62077badc140144f39bd59a8fcb0 SHA1: 481df07d0067ae5ba11050fa3ce8497b34e2a38f MD5sum: 6eebe3c378e48584983cfefc5c7e8c98 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.5.5-3noble.20250321.140153 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 2989 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-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.5.5-3noble.20250321.140153_amd64.deb Size: 548032 SHA256: 27253e68b3b02b5e1a014c80c6e601a4f3bfc3caddb51b47e088dc76d7b0c1be SHA1: 2a3643f556c64d2f58daa4d6581e3aa11729295b MD5sum: 74a8934e3a98776af2ab7b9a5e7d18d9 Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-jazzy-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-dgnss-node Version: 0.5.5-3noble.20250321.140153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 14775 Depends: ros-jazzy-ublox-dgnss-node (= 0.5.5-3noble.20250321.140153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss-node/ros-jazzy-ublox-dgnss-node-dbgsym_0.5.5-3noble.20250321.140153_amd64.deb Size: 12759956 SHA256: c824a54ed2be3ccb7b17c37d0e469883efdfe0a7cd8f9ab5257ffe7e49205a99 SHA1: d7a56448bdd3b533a1d2548ae93bec575645c6ce MD5sum: 4eebae3f13f5bb5bea47d7f1407ad912 Description: debug symbols for ros-jazzy-ublox-dgnss-node Build-Ids: 0848a37477cd358a537ccf7a65a6a43b025a83d8 2132991a589addc9c9fd92fe30b3ab72621b46f8 Package: ros-jazzy-ublox-gps Version: 2.3.0-4noble.20250321.132723 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 3753 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.20250321.132723_amd64.deb Size: 746000 SHA256: 4106ffe0830041191fddd70a27241e76793eda97c7679ac09d8c0486b65e3d90 SHA1: e79b9155096b7bcc71ed1acb519383ea71f7bb34 MD5sum: 7e6788be54bf3a818b3a4f2fd63beef7 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.20250321.132723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 20977 Depends: ros-jazzy-ublox-gps (= 2.3.0-4noble.20250321.132723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-gps/ros-jazzy-ublox-gps-dbgsym_2.3.0-4noble.20250321.132723_amd64.deb Size: 18882678 SHA256: 423d6de0e6bd4176b603271427cfcda4a165b4b890be70b48dfa140e440ece97 SHA1: 32302fb6fcaecd9ac0d5afbd55fa423633ef699b MD5sum: 33369e035616f51b21ad3f3007f0bb0c Description: debug symbols for ros-jazzy-ublox-gps Build-Ids: 8557ba3e510c8e2d083133810c8166d8820a0881 94abba6bd975c2017cd6423b800e0ada8efb6dd6 f66d50366193731a33053a837b40f2299583c53a Package: ros-jazzy-ublox-msgs Version: 2.3.0-4noble.20250320.223002 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 12786 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.20250320.223002_amd64.deb Size: 788344 SHA256: 96d0c14d7b01c706721e508ce91cfb3c2a3de3ea3e240ad035913f8a8cc70461 SHA1: 4b8f0a619952266956370df5e989d82b6ca243ef MD5sum: 445e0f2c748906ecbb90632e29289cf7 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.20250320.223002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8788 Depends: ros-jazzy-ublox-msgs (= 2.3.0-4noble.20250320.223002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-msgs/ros-jazzy-ublox-msgs-dbgsym_2.3.0-4noble.20250320.223002_amd64.deb Size: 7255940 SHA256: 0507213885cfecb308caab439c65e2c0783f134644b421da2966a4497fa321cf SHA1: d3f88f5a928f18afe69db91cf8bb8ce8a6e49a0e MD5sum: 282568550d28829555f8a5f4393da44c Description: debug symbols for ros-jazzy-ublox-msgs Build-Ids: 133724958581765ee3afd23ef265bc25d53b64e7 16a506304d3fa32f2edd0d9790bf703d3e392a25 25169451b17dee0edcf661becb2532494a732cc0 399ad78214db781270daa7d30e78b85c5552dbcd 533c0441d21da237433f9683e931dd59fde4f686 5e6c32bf17609982865c7c1265cc45a9f31db070 69d0a7099516e962a0edc4946fae00fe83d26c56 6dcaacb6a3d59447549d481afbd38031b25d78d9 89a2b768c43b657ee29776e3c413b5c335523215 9f6ec439fb0252bb77543b4324eca26c49816051 c1ca31c93d0173f1261311c2cfc9b66cb1ca85f4 d5a2d09d1f0c5e6c8b13e5b76302e4ea8c8f9c6c Package: ros-jazzy-ublox-nav-sat-fix-hp-node Version: 0.5.5-3noble.20250321.134047 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.5.5-3noble.20250321.134047_amd64.deb Size: 162078 SHA256: dbd31275dc6a1d248ca3b2213a524bf113c9965ddd417884eddbef87550910b2 SHA1: 0cd6679eed9d82e1b1eabd8bf773c25f0e00fd61 MD5sum: 339da9c3ad857cc47012866c176472b5 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.5.5-3noble.20250321.134047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 4375 Depends: ros-jazzy-ublox-nav-sat-fix-hp-node (= 0.5.5-3noble.20250321.134047) 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.5.5-3noble.20250321.134047_amd64.deb Size: 3546802 SHA256: b3e3f8d9905e636e45d82b1fa7f1369d7f8a2843cb1b3210dc56a46289f2a0e9 SHA1: 7a22f55991b67fe279328b18083a5ff983abbc65 MD5sum: 472ae9f5ab08f952f6bb110e74aaff16 Description: debug symbols for ros-jazzy-ublox-nav-sat-fix-hp-node Build-Ids: 038f2825a8fd95dc7984e340c119723d6e0b0c26 966ff8dfa8b88639230ef0e1e244a07be7791392 Package: ros-jazzy-ublox-serialization Version: 2.3.0-4noble.20250320.190749 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.20250320.190749_amd64.deb Size: 12716 SHA256: 2709cd30c269897a8b327700fdb17719dc2372e6c712a0faf8a40619d1562203 SHA1: b1b296cc3fae8f86e3865fe2dffcfeb49b25893a MD5sum: 69a977a4f94934cbdbb77c856c894980 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.5.5-3noble.20250320.195703 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1798 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.5.5-3noble.20250320.195703_amd64.deb Size: 118990 SHA256: f925376b2ec281c69f1d79a734a28ab18589a6051c309423b2b049c67234b320 SHA1: e8b9e6a4d43634f3db20ada0da78fd45e6f4b1fa MD5sum: 986008f113d7449f9a98fbfad0d9f58a Description: UBLOX UBX Interfaces Package: ros-jazzy-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-ubx-interfaces Version: 0.5.5-3noble.20250320.195703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1161 Depends: ros-jazzy-ublox-ubx-interfaces (= 0.5.5-3noble.20250320.195703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-interfaces/ros-jazzy-ublox-ubx-interfaces-dbgsym_0.5.5-3noble.20250320.195703_amd64.deb Size: 856142 SHA256: e4af43dddfe617a5fd9250bd90890073eaea4d2bd8e05e2de850b09edaa540b6 SHA1: c93432f741ad6184936de6719c868fcbab0e50c9 MD5sum: 17d79bb683673765150009c8557eca19 Description: debug symbols for ros-jazzy-ublox-ubx-interfaces Build-Ids: 09ff56330269a765113348e06dc35dc4db5e05ed 0be3a02cc7cf37ad361ea99b63feb95819d2af33 143e05f35f41fcf2087c2a9c9a5bc6e1de41a26c 225c420dc688e3fe27958eed6c0ce711b638d32d 2df651b390344633d4f31e3754306fa855b47714 30167475be2a64bf64941de5cbdad7047dc81c04 5467bcfbd349ef2ec9ff9eaca63c9d4b23b7f183 65b789ad11e6fbc543bc80bb91864592bfdf518c 837be52497dd8c19c15c988bbd9f6592136db73d ac1cc35ae23108272baa11de1247f67cc920a09d f60b12eb50ba298620b8b9a8494aa2c80d2e3c30 Package: ros-jazzy-ublox-ubx-msgs Version: 0.5.5-3noble.20250320.224915 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 9674 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.5.5-3noble.20250320.224915_amd64.deb Size: 593162 SHA256: 95220c2bcb632f315eadcc52b97bdbd7ff6fa486bc6903881a713e4e90fcd91d SHA1: 90b8cdded94623265db98c0e42a5b84c4248f7d1 MD5sum: 13e38174740352579c1b12053f526bc5 Description: UBLOX UBX ROS2 Msgs Package: ros-jazzy-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-ubx-msgs Version: 0.5.5-3noble.20250320.224915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 6816 Depends: ros-jazzy-ublox-ubx-msgs (= 0.5.5-3noble.20250320.224915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-msgs/ros-jazzy-ublox-ubx-msgs-dbgsym_0.5.5-3noble.20250320.224915_amd64.deb Size: 5626078 SHA256: 418fc38035b3af4485ffa7543a4dce574c6461069f41a2bb427199fd6b69dd90 SHA1: 514fc7767ee270062a724e9b1e38884cf163625e MD5sum: 2f083c018019824c3a621d1eb949aebc Description: debug symbols for ros-jazzy-ublox-ubx-msgs Build-Ids: 14779324d0c6733b66711da6b8a3ff0d4e0891a3 1e16a380b3931bc2d5734fb8a12ad55b51e8e1d1 2c74711aa9cb766c62b24df2213283dbf5290b4c 2e5d9cd9ca138956516afd9cabddcad8b3e7d286 527fda9999f107b7d2809d1ea562206a949c3d1f 5ee16d41758928075af545f62d71c92f3bd2f661 88a47f47c74627040878038335baceadd5a6e31c 8f573c3c514b977957253f1cadf4f5362c654dca a89c6ccab3b4e15d46a96da7af27630642883d66 ccfd22878637d06ab69120e670f5aa41df17e011 e867f7749b5ee8766728242443c33f0299ef9b8b Package: ros-jazzy-udp-driver Version: 1.2.0-4noble.20250321.134839 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 837 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.20250321.134839_amd64.deb Size: 180460 SHA256: ddd51ade080362e0a2514b5c32895d090f0f1cb9109f3ad9c44b2d78323e1a56 SHA1: 2b7b7a287ab1bbcdcd17ac94bf74761bdab68f37 MD5sum: ce15ddceda17b587653b671e43c1f166 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.20250321.134839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4132 Depends: ros-jazzy-udp-driver (= 1.2.0-4noble.20250321.134839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-driver/ros-jazzy-udp-driver-dbgsym_1.2.0-4noble.20250321.134839_amd64.deb Size: 3581322 SHA256: cbbcbf547bcc366b6eb8bd4984d8bf7324b701dde1b55e9872bce5e163e1f1eb SHA1: b8568224eec4b2bba10f34f01315f37783aa7252 MD5sum: 56090df0ae29e6eede1a5d93a3059c39 Description: debug symbols for ros-jazzy-udp-driver Build-Ids: 049e3cdf7ba4d277867e770e11399389c9b60844 1d2c5fc278b03d54e2112e03357b0b3a8f2e8c3a 23a8b912d1adc0361e13782ef2849f71a0ad130e a020b34a7164fb6de4a65d800a61f6c4078bfef7 b331d441518e893d85e0ec682000820c77449515 Package: ros-jazzy-udp-msgs Version: 0.0.5-1noble.20250320.222629 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1250 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.20250320.222629_amd64.deb Size: 110948 SHA256: 011ed35f50a9e58dae8c4e27e7294dd2144935624d5a324bb9d0162b90084807 SHA1: 28e242c0a2df4a757f593b8f6aabc846db96e3a5 MD5sum: 4c31e04845b8b34e99e878e5d4ba731d 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.20250320.222629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1001 Depends: ros-jazzy-udp-msgs (= 0.0.5-1noble.20250320.222629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-msgs/ros-jazzy-udp-msgs-dbgsym_0.0.5-1noble.20250320.222629_amd64.deb Size: 799332 SHA256: 53c8a6ca63fdab7a5e1c55eb0bae0d5785b83d8bca5ebe3e102f742071773b31 SHA1: 23bcc4a8a6432cbed451a0e10c35f40627376a31 MD5sum: f8e9a73ae411a06fc5edba91cc10f874 Description: debug symbols for ros-jazzy-udp-msgs Build-Ids: 1580ad290706f0c12bdf028c331ef3f435017685 185e4c9416510e94ada0ca7c4ee1c584c45ddc92 52d0e9face82aac9c308af3256a02fec4cd4c660 5e95427e774f267b878a5031000db20897617882 749635bfb303c8a0f1c55600ae4e3dd9cf52ba04 9650acda3861bb9e95566cb449a60814913b489f 9aab225425d5f22b36625707852309313c0a5f04 abc6349fc85395e55e831a6f92fe1355d7148ef4 ba8f790ce61c6d2155b257b65cafba47c463f183 c5aa03ef0bb278de74eed8eb84e5d8ff4574aa81 cb498edf2f3e8bc952c98568acb649c96764405d Package: ros-jazzy-uncrustify-vendor Version: 3.0.0-2noble.20250320.190845 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.0-2noble.20250320.190845_amd64.deb Size: 8086 SHA256: be3713d73eb558305f0a0c39eaadf0ab5677826b33c0d4dad44d90ae85e30379 SHA1: 20aba36d14b8fdda3fbfa109236441f89ae92895 MD5sum: 249c5a8c22487aa955a2b799af2e1c4a Description: Wrapper around uncrustify, providing nothing but a dependency on uncrustify, on some systems. On others, it provides an ExternalProject build of uncrustify. Package: ros-jazzy-unique-identifier-msgs Version: 2.5.0-3noble.20250320.194230 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 418 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.0-3noble.20250320.194230_amd64.deb Size: 38970 SHA256: 44ebbb563a5066dfb4faa0dd5c8dbcb88ad4eb16f559860d478dafb1b2a1a2e4 SHA1: fd1a37400604933aed1f635550ea8f1b9e8275ac MD5sum: 073b87ec67f47bc2a18af8939f315894 Description: ROS messages for universally unique identifiers. Package: ros-jazzy-unique-identifier-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-unique-identifier-msgs Version: 2.5.0-3noble.20250320.194230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 254 Depends: ros-jazzy-unique-identifier-msgs (= 2.5.0-3noble.20250320.194230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unique-identifier-msgs/ros-jazzy-unique-identifier-msgs-dbgsym_2.5.0-3noble.20250320.194230_amd64.deb Size: 167958 SHA256: 3b391c4e34371247ba501a1007de8e5a8c6820f18987521cedef1a1995d04545 SHA1: c6c539d8a22b56d4c9366a4bd8f45fac8ac778c8 MD5sum: 8f226b9c2ab008e64c47403391aac7c6 Description: debug symbols for ros-jazzy-unique-identifier-msgs Build-Ids: 12ac94d9b9d64ac62ec0553142d701453578b01d 405500a40bce0995d8ad58f1e7dedae9c2f085a7 4fc608a3d784dc586405f583de4eb14a181c8dbc 65ab801eebed1db98ab57d068e4617a7f4eb8a9d 89b77d12a3a6ad59bb9b4ab70dc4ab5ae40ae68d a4c6ea07fd96c4063028c74c475c1b538ebe583e b90ef044a83b9948e30e110ff9d49db96bbb73a2 d4ae4f7f8ed1b43f0242ad2560587737e922d237 d801d29d6ab9b8baf234f5fa8580b2044928351e dd847d40bef814510cbeff9a25e2ade3b4765156 e9bd9bce12cf9f1a0daea32611eb93f6a3626f48 Package: ros-jazzy-ur Version: 3.1.1-1noble.20250328.214812 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.1.1-1noble.20250328.214812_amd64.deb Size: 5712 SHA256: f7f1525e85e774a9f05add53d0df3d3591070fe1f05a84e95f4818b52716dfa0 SHA1: 9c3b17fa63b773a310d350b8e1b042cc1b34ac17 MD5sum: 06d0957970adc9c843a7d4aa7c63e959 Description: Metapackage for universal robots Package: ros-jazzy-ur-calibration Version: 3.1.1-1noble.20250328.214239 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 190 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libyaml-cpp-dev, ros-jazzy-rclcpp, ros-jazzy-ur-client-library, ros-jazzy-ur-robot-driver, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration_3.1.1-1noble.20250328.214239_amd64.deb Size: 53874 SHA256: 09312f71df1079d230d2062b20ee3f143f072bcf18932c7e126844adf0194e01 SHA1: 44d98e6b860d2f49a7ef223c5d50f9a1619a5fe3 MD5sum: 0306239e0e709e6af1c999efd933948b 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.1.1-1noble.20250328.214239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1529 Depends: ros-jazzy-ur-calibration (= 3.1.1-1noble.20250328.214239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration-dbgsym_3.1.1-1noble.20250328.214239_amd64.deb Size: 1499818 SHA256: 5292d8e25dc8963951482d4f7ff5b233dbd1fd3fb6d01dec6e025e3bcd27b263 SHA1: f852af1611614f89396051a381a53732dcb1d919 MD5sum: 171f89b4b292ccb5306df5afe69374f4 Description: debug symbols for ros-jazzy-ur-calibration Build-Ids: 264247fd834e2cf58c962af4a54d33cfc68155ba Package: ros-jazzy-ur-client-library Version: 1.9.0-1noble.20250328.212233 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1063 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_1.9.0-1noble.20250328.212233_amd64.deb Size: 259712 SHA256: 4adc702ecf23d2da0919ff07faa6a25181d3cb53e7705a8ad3e1255f3d382e54 SHA1: e00bc2d3a4bcfcca0bff34c7b6dbbb60a4e0c544 MD5sum: e02ef8f09f4b082d1817f513a3fbba3e 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: 1.9.0-1noble.20250328.212233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 3334 Depends: ros-jazzy-ur-client-library (= 1.9.0-1noble.20250328.212233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-client-library/ros-jazzy-ur-client-library-dbgsym_1.9.0-1noble.20250328.212233_amd64.deb Size: 3129322 SHA256: 754cfbd82c027c6e69c17e6fe909f2fd9a41ce6631ce77f7347c273e517bcb15 SHA1: 8d92b6c1fa2bc95c82ddebdf13357925cb37829c MD5sum: 648cd55595067499376a429f1b7afd0d Description: debug symbols for ros-jazzy-ur-client-library Build-Ids: 99290d23b1e2007f332ba50c996bedf950f2b175 Package: ros-jazzy-ur-controllers Version: 3.1.1-1noble.20250321.144852 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1638 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), 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers_3.1.1-1noble.20250321.144852_amd64.deb Size: 367824 SHA256: 1885c243276cca19933b1e94f4be071905d8a42f28363d8d281a7d4a4337a04a SHA1: 9cef123bf4e6e5780f2caab1caa4696ba1f98e8c MD5sum: 89342ab9649fb41e89ac6236088bf47f 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.1.1-1noble.20250321.144852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 8053 Depends: ros-jazzy-ur-controllers (= 3.1.1-1noble.20250321.144852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers-dbgsym_3.1.1-1noble.20250321.144852_amd64.deb Size: 7281962 SHA256: 830337a99f5526fd6224bde4f4d2c7f552f06e7a56ecbcd35c0456663c39e931 SHA1: 816365d91992b657a0b5dfd1a7899fa8a66b96a5 MD5sum: 70441cb41ab2f7b98b0840b9ea471020 Description: debug symbols for ros-jazzy-ur-controllers Build-Ids: 66c5982631f02e905ead3de9fe934f25c0f1bdae Package: ros-jazzy-ur-dashboard-msgs Version: 3.1.1-1noble.20250320.195708 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 5835 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-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs_3.1.1-1noble.20250320.195708_amd64.deb Size: 357198 SHA256: a77126c66dc706c464def89f84a375f2470ddfb50211ee9d9109e3407c8b30fb SHA1: 91590189bbb52dbbfc2faa99a28acf52ea227331 MD5sum: 0c847aca21b1b17ebf4742d1b8523a28 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.1.1-1noble.20250320.195708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 4054 Depends: ros-jazzy-ur-dashboard-msgs (= 3.1.1-1noble.20250320.195708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs-dbgsym_3.1.1-1noble.20250320.195708_amd64.deb Size: 3148838 SHA256: 4bc28631c53072122bc46d50aec64979fc76e6e210b4e792d6e9de23ca900bf0 SHA1: de8b0d014d414bfd019f4131a0ba3e081c7a3e32 MD5sum: 1e9b78c8c5d0a1cf709cc57a532fe3b4 Description: debug symbols for ros-jazzy-ur-dashboard-msgs Build-Ids: 3bee3390d49318a38e37f97dc8fc3f5144fc6447 5f36102f86212f96a8d7a0357bcb30b920a01ed8 6ceaac35ebcba81c1a197d1c6ab7d39e95344fc7 7e49e93b2aac66e9604eb8b6f48d56b0950f6882 8f3f3d8e9f1c5749fcf924fa2c35cc15df5a10a5 9006aa75de3501fe3b6ea5fcbf539eb511ec8723 aeed91e102f0cde753cd3e7f708098cfc44ed3b2 b103b33e6c8560989ad9411ebc0fdd368390a450 bb1154c1078102bcb75415e466eab01892fd5891 c2aed6ae77293c54f226d66413d336e8c5de1239 cd99496593c0f3b52637b1fdbdaa4632d1520b4b Package: ros-jazzy-ur-description Version: 3.0.2-1noble.20250321.153323 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 67822 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-ur-description/ros-jazzy-ur-description_3.0.2-1noble.20250321.153323_amd64.deb Size: 20432910 SHA256: 62fdbb8f5d0cfe4481a558425dfa78706e07476296df071868386a0001bccd69 SHA1: 38f953542ff8f79e005eb9003db1d3af48aa8498 MD5sum: 6a029ed800ad490495945e25682994f9 Description: URDF description for Universal Robots Package: ros-jazzy-ur-moveit-config Version: 3.1.1-1noble.20250321.182305 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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-moveit-config/ros-jazzy-ur-moveit-config_3.1.1-1noble.20250321.182305_amd64.deb Size: 16396 SHA256: d5b511a95bdc95b6da0fb01038a1c588801b0c2e8684d7cfa273511b91274230 SHA1: 6b6e534f272a7128682eaf2d3441b045badd7f9a MD5sum: 8727df1de0b0bdeb0f9db39174a546f3 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-jazzy-ur-msgs Version: 2.2.0-1noble.20250320.223726 Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 5215 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs_2.2.0-1noble.20250320.223726_amd64.deb Size: 353586 SHA256: fdaf8416aa303608c32226c0f3d1c631e2a14ec8acd8c30b5afe249eb8ca9718 SHA1: e06f2eb3a78e6d7b87a6cc5bce30a8d643032b20 MD5sum: 29ef7cef21496b39f83d231a5afe5c73 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.2.0-1noble.20250320.223726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 3286 Depends: ros-jazzy-ur-msgs (= 2.2.0-1noble.20250320.223726) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs-dbgsym_2.2.0-1noble.20250320.223726_amd64.deb Size: 2546070 SHA256: b6c9be64684cb5dfab988631840c85f6856d5b34e284ba9f16a5ba4c6a97f450 SHA1: f6e4f0be40a1efbdbae3abb500d1e902d393507c MD5sum: 6cbee9d036aca65df20abbf09e8f1b2b Description: debug symbols for ros-jazzy-ur-msgs Build-Ids: 06dcdaab9191dfc3de34029a180be016a6b1d2ce 4043005032194facadec2f295b78237c0cab6e87 46f55d5a3153a88399db865b6ba40a13050d6e52 4db55afa9f81d2fff1aaf698985db119ec92d2f1 590daa29a6545b47259d85a783d6ab1c3757500f 732bb588b857068a9fc92c8a151af68f4d5ef366 899c4579d495a401aebf906ae33128e28b622325 8c2ee094ef730f769def6d4980b17640a1dfcb89 94507ef7ef8b441e14a16546e99d870d19e21325 dfb6fa4742b386ed868b256f7e2aa942f3621af0 edcc124b1e29a404e9a65b4c97e343a12227a97a Package: ros-jazzy-ur-robot-driver Version: 3.1.1-1noble.20250328.212726 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 4430 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver_3.1.1-1noble.20250328.212726_amd64.deb Size: 874638 SHA256: 5279ebad827fb0d9d8f4d775b916447f40671af92b42f7133c961bfd49534a1b SHA1: 39988bab6efec4ff1dc4264f4dcfb4a07f3c0e4c MD5sum: 60e638294f6a00342d9d778711f440d4 Description: The new driver for Universal Robots UR3, UR5 and UR10 robots with CB3 controllers and the e-series. Package: ros-jazzy-ur-robot-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-robot-driver Version: 3.1.1-1noble.20250328.212726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 19856 Depends: ros-jazzy-ur-robot-driver (= 3.1.1-1noble.20250328.212726) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver-dbgsym_3.1.1-1noble.20250328.212726_amd64.deb Size: 17039690 SHA256: 979fb6e04ca16c296187017fb361289f667f7902149770f4a2a93fa01ac24b21 SHA1: 7c38f11a89530de0815b5afc78c1e76e68163acf MD5sum: bcddf155690b770509ec8b80b795a753 Description: debug symbols for ros-jazzy-ur-robot-driver Build-Ids: 00d912219ba5c8b9d6da6eb882d1db6e878c5532 109d006ccc075bafee02ce2cc8f143739fea0a1d 963608d3ef4e7ac256229298b346c547e88af286 c9c265bbbcc8bc5024f98b601caedfd94bb9e472 dfd537b21a22287c9e66698938737b90d755648d Package: ros-jazzy-ur-simulation-gz Version: 2.1.0-2noble.20250325.173333 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 71 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.1.0-2noble.20250325.173333_amd64.deb Size: 10808 SHA256: 84fc13b972a47c1e3c7daaf4158bdbccf2db3bc67cf9df1c193fc609e79a117d SHA1: 3ec8ae3e4426282b9203eaf7078b31695731734f MD5sum: 086f1aa481545bf6a4ef243036e441bd Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-jazzy-urdf Version: 2.10.0-3noble.20250320.193535 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.0-3noble.20250320.193535_amd64.deb Size: 104756 SHA256: cf9869298c7e72af23a61a6144151972950bf4565c5cb29a4c2fa00875728429 SHA1: 9987a067b2066a8f29097c38b06d756e54d8c20b MD5sum: 948e30c052e48adf21753d38380e100a Description: This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases. Package: ros-jazzy-urdf-dbgsym Package-Type: ddeb Source: ros-jazzy-urdf Version: 2.10.0-3noble.20250320.193535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1263 Depends: ros-jazzy-urdf (= 2.10.0-3noble.20250320.193535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf/ros-jazzy-urdf-dbgsym_2.10.0-3noble.20250320.193535_amd64.deb Size: 1185192 SHA256: a5cad0e86e0549ed8745ad8310cc8baab4ce82dfe152305d3bec1361b85c962f SHA1: a1619d67fe88000cac220f1953cb18cb6c10784f MD5sum: 6e268aaecf44a6583ebaabbb7d0c0392 Description: debug symbols for ros-jazzy-urdf Build-Ids: a9134d525c7db9bb91d092a297f167137ce5e9f7 b5315587fe40d0d59c752e15daa8beffc6b06767 Package: ros-jazzy-urdf-launch Version: 0.1.1-3noble.20250321.153314 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.1-3noble.20250321.153314_amd64.deb Size: 6414 SHA256: d0496e2ab68fda5594e50173b45df6edf5d16afaae5877aca54ec4648a9b5265 SHA1: a69f1741e5a6be1a96b6bdbc559b9936b029a459 MD5sum: 6b0ea1cb63a45647182bfc70be363851 Description: Launch files for common URDF operations Package: ros-jazzy-urdf-parser-plugin Version: 2.10.0-3noble.20250320.192452 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.0-3noble.20250320.192452_amd64.deb Size: 9614 SHA256: 92f008317ae17ab68d23fc221c593ebb2a960388e0bc57d83adc85b190a9791c SHA1: 6cca65304c54586185a8109cce5c77c07d8677f5 MD5sum: d4d42fd61059938669a8be55569aff8c Description: This package contains a C++ base class for URDF parsers. Package: ros-jazzy-urdf-tutorial Version: 1.1.0-3noble.20250321.153622 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.20250321.153622_amd64.deb Size: 731366 SHA256: 9b8437ad812b9ca60d6b37eede96f7a96eee9878286983fc29446ff13afee092 SHA1: 6360ac709e076a579d7893a0c2414ea69c9772b6 MD5sum: bd7c78d8cceaaa0ff52e70eae6c0b752 Description: This package contains a number of URDF tutorials. Package: ros-jazzy-urdfdom Version: 4.0.1-1noble.20250320.190853 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.1-1noble.20250320.190853_amd64.deb Size: 72386 SHA256: 948b37513876067ed6f79cace847a0f4fb7148ce20109ab64110b265686dfde2 SHA1: 05d54a36b06985b718e589be4753690ec5db7323 MD5sum: 01cf58954a34c184eef316fc3e166adb 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.1-1noble.20250320.190853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1878 Depends: ros-jazzy-urdfdom (= 4.0.1-1noble.20250320.190853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom/ros-jazzy-urdfdom-dbgsym_4.0.1-1noble.20250320.190853_amd64.deb Size: 1224862 SHA256: 17a567b4337d1ba2ddf77c055f601a9b6d73eef4d15f73e758033cfb15e5d914 SHA1: cddb9e05507979a781c5d7a7438a9c2e88506a8f MD5sum: 0d4d602c1ac00398751a078520e36fac Description: debug symbols for ros-jazzy-urdfdom Build-Ids: 16c96403fdb69bb8ddcd685f56c496799ab4dc99 1ad739b7421189d2518a5f390877be30090bd990 520edb1bde1791e69c3730a5edfd74f0100a38d3 5a052220d111040d63f20c16e08372054dd97cad 5da02b6bc92637f51aede508f64e94a55fb35ced 7572045328e7e7929c72d535df7d495a27c12645 ea58705e0a05bf3d2a22c33a5782582a169b94b0 Package: ros-jazzy-urdfdom-headers Version: 1.1.2-1noble.20250320.183741 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.2-1noble.20250320.183741_amd64.deb Size: 13436 SHA256: cf1c2e8757ad32d3d609d5753117c715fc38e90de076bf52039c73cd0dfddf73 SHA1: 931a1860ebc39582038e16c36f9449672c17594c MD5sum: ddae4d1834a38ae3a6da66f43de86054 Description: C++ headers for URDF. Package: ros-jazzy-urdfdom-py Version: 1.2.1-3noble.20250321.131450 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.20250321.131450_amd64.deb Size: 38668 SHA256: e9e5a87e772040894d862788bd7652bfbadd2282fc22eed5c4de41b2fb66ba6f SHA1: 791a9d162ac0bcd8c0dd8dc09c23ee88a4db3f12 MD5sum: e082ff3ed1acac86c4c09725f7f7251f Description: Python implementation of the URDF parser. Package: ros-jazzy-urg-c Version: 1.0.4001-6noble.20250320.190851 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.20250320.190851_amd64.deb Size: 41300 SHA256: ed2a5cec6c573bf46b3ba3dad9cff239dc6bf9c029d88e535648a11406d67445 SHA1: a6e3496b5d9e5709bef5b706857ba459abe5283a MD5sum: bfae4144fa0b14d699caba39acf079b1 Description: The urg_c package Package: ros-jazzy-urg-c-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-c Version: 1.0.4001-6noble.20250320.190851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 199 Depends: ros-jazzy-urg-c (= 1.0.4001-6noble.20250320.190851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-c/ros-jazzy-urg-c-dbgsym_1.0.4001-6noble.20250320.190851_amd64.deb Size: 98840 SHA256: 9dfca5ea7e023974feebed8572712d3e20bdfdc15e0c29af4bcbfc3cb5115287 SHA1: 250bace02cf49b9663078a57961f44be3dd028a2 MD5sum: e457156a124ca114bb541faae057d18b Description: debug symbols for ros-jazzy-urg-c Build-Ids: 36a06a7e14f13b415b74b0fc1c942a465da396c5 3bc9036cb93d62d595fbb77b58954652c59262ad 43c3e9e638778eac3a93c723aed2a1384e4e37c9 4c206ddac0227bf2aa1c02890294a847481d2e1a 61207e5e8ea8a89c324d0b2f273553425384fcd5 6b6e33104def91dee264682b7cf38f069987a4f7 8481eb07f4d572d368b494344ab79b12d0ec750a 90e3aa3aa6517c87275920cefaaaf88565ccbad0 bca947a5485e2e7e8e780cab08b609cc9c2413dc dbf0fdc7a5e882774f8f7abee53c76a882a12ed5 dea76a7bc1e0229b0c7e43a469a5cf633c3b5911 f01ee45c1d5fd04899c799ab9b31c3811534e1a6 Package: ros-jazzy-urg-node Version: 1.1.1-4noble.20250321.133610 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 612 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.1-4noble.20250321.133610_amd64.deb Size: 184674 SHA256: e1fa7a750f32866749e76f456858779eab9e3fa56f7d7e11680c8a5bb2ecdccb SHA1: d031b416b224ec064068a1bca2b28cb003339a4f MD5sum: 816ccbf08a2a8f0bb8e832952210fe01 Description: urg_node Package: ros-jazzy-urg-node-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-node Version: 1.1.1-4noble.20250321.133610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2377 Depends: ros-jazzy-urg-node (= 1.1.1-4noble.20250321.133610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node/ros-jazzy-urg-node-dbgsym_1.1.1-4noble.20250321.133610_amd64.deb Size: 2223694 SHA256: f389431f1ac0000c9c6a731b1f2abdd62e94de2fcba058020bd83052c05aabae SHA1: dc05c85f64abddc133c5949f7319f8595b7b9626 MD5sum: 65bdc835760a45c3667a48e5152d520f Description: debug symbols for ros-jazzy-urg-node Build-Ids: 2813bec4770eeef0eb9480b3a2a3196021d20c7a 72eaf3e2e84e577e0e68929f986d7a8f3ec6ccf0 b53dd70a6796a0fab47ffafad6173fb726ee14a1 Package: ros-jazzy-urg-node-msgs Version: 1.0.1-9noble.20250320.222639 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 440 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.20250320.222639_amd64.deb Size: 41142 SHA256: 5ea367613f10b6a49581c9d7da3716df4ab7d6daa9dbea166655b79f7e974707 SHA1: 6f09f4a281fdcad686b3dd6f6a29abe9a29238ad MD5sum: f07d5ee0a6a45971c5f2641f44c1aee5 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.20250320.222639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 261 Depends: ros-jazzy-urg-node-msgs (= 1.0.1-9noble.20250320.222639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node-msgs/ros-jazzy-urg-node-msgs-dbgsym_1.0.1-9noble.20250320.222639_amd64.deb Size: 175744 SHA256: 625c2a78296374f22193a4eec8a640e9b3ef88a46fea73947a3f5d65514bafbd SHA1: f3f7dab704b1fe465570cafba30aac2f7e5200cd MD5sum: 3ca29fc3867f2a6f9cfce4ca443fd96d Description: debug symbols for ros-jazzy-urg-node-msgs Build-Ids: 07844691cf328c60f3cc653314bd776ee2e59ec2 1680c580eb5cb868836ecf6c2945dc0006d916f4 3dde6adfa9618e8bd54b1bc82966683e644823b2 556e8a0a07d2a7950da431457b5edf2c65c73216 58fd49b200687246bcaa111a131770678c7f2194 82a4334c0aa9a36cc27fc0f639c786f292d82b41 8309e9d396d3dc954ad61b69e3db3ed6fcabf17a b3a9052cd0b1565bc2fbbd0a6fafadd157b68f8e d4974c2198ec8ae8934c44305409cb8935a713a5 ee854176aa6ca70de8d33d29533d3bd452875c45 f4d612a58eacbcfebdcc5499f58ae17d4d7222f9 Package: ros-jazzy-usb-cam Version: 0.8.1-1noble.20250321.145547 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 707 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.20250321.145547_amd64.deb Size: 170350 SHA256: c9487282216443d9b10e55636f9bed1d5359ea32bcec72bf209c0e8e3b9e033e SHA1: 7b32551f26ea82f6f3ef75b4c296808a71cc7a34 MD5sum: d132ecdaed5cbe7c550ea8bd5ca54f5c 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.20250321.145547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2677 Depends: ros-jazzy-usb-cam (= 0.8.1-1noble.20250321.145547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-usb-cam/ros-jazzy-usb-cam-dbgsym_0.8.1-1noble.20250321.145547_amd64.deb Size: 2476062 SHA256: 0702f5bc4041c27947e447f50873b0cb8da42c5bc5fe9a59111848721d8a40db SHA1: 6b1e8f581d16377f5502494a530bf156b16c3581 MD5sum: 3aafdae6a1c1ba220abed7a492261355 Description: debug symbols for ros-jazzy-usb-cam Build-Ids: 5a4ae9513f8ced9f2c5ff2cfad1eadd9bd055e83 c1c3302871d450942a2e854924d6b0fff16695b9 eede51ec43d663fb5d9ed5436f6d03d12d257e81 Package: ros-jazzy-v4l2-camera Version: 0.7.1-1noble.20250321.143128 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-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera_0.7.1-1noble.20250321.143128_amd64.deb Size: 220084 SHA256: cba33be635c0f1b3bbd867f3f9d7fd9dbb6f6e8ae7e7474d905561d4ebe6ce95 SHA1: 873e8273cf663a3b85e1e0c2d2719ca7dde1d9b7 MD5sum: ef54ebcccaa2e4a4880523d12a89131d Description: A ROS 2 camera driver using Video4Linux2 Package: ros-jazzy-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-v4l2-camera Version: 0.7.1-1noble.20250321.143128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 4569 Depends: ros-jazzy-v4l2-camera (= 0.7.1-1noble.20250321.143128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera-dbgsym_0.7.1-1noble.20250321.143128_amd64.deb Size: 4128676 SHA256: c3f42528364819908827a846f7438a7fe2b76d7fa25210815ddda6852ed3c527 SHA1: 5055cf26117187e47b7e2cb474060015bd9d9d7e MD5sum: eeb1d4db768a6c5bc278434fc34a7f7b Description: debug symbols for ros-jazzy-v4l2-camera Build-Ids: 91ea884cc004fc7c5d88f39b9a7f9c320b7a9b0e b75db006c953ce13a3826e887f9ecdc7e246b019 e6f22e5d044b63374da069d4e727ec7b4e38c4d1 Package: ros-jazzy-velocity-controllers Version: 4.22.0-1noble.20250321.144934 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 106 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.22.0-1noble.20250321.144934_amd64.deb Size: 22788 SHA256: 9d83cddef145ee04af9ed34915816e35d49af4ff26fcea1a23da1377119f69f1 SHA1: ad404911ace93864cbc0e1a3c976cbc3e4e21436 MD5sum: 9c6d5c7b658b177cba877bdd3606a74d Description: Generic controller for forwarding commands. Package: ros-jazzy-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-velocity-controllers Version: 4.22.0-1noble.20250321.144934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 361 Depends: ros-jazzy-velocity-controllers (= 4.22.0-1noble.20250321.144934) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velocity-controllers/ros-jazzy-velocity-controllers-dbgsym_4.22.0-1noble.20250321.144934_amd64.deb Size: 342982 SHA256: 9330d04e6ebf976cf11a679e615f88c854462928da7f418054184fa4b9d08aed SHA1: 044c23dabab5fcdc8506d38547df4cee674d0acf MD5sum: 3123e0abc5adc29e7a9bf0d5f5766bf3 Description: debug symbols for ros-jazzy-velocity-controllers Build-Ids: bc1b284afd79069ba756399a1fb68b9c7b01026f Package: ros-jazzy-velodyne Version: 2.5.1-1noble.20250321.144236 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.20250321.144236_amd64.deb Size: 8514 SHA256: a191facdb0bb60eaa0308c47523e8949ea9565051e250689ff1f594be5fde6da SHA1: 3d8268888b3a453e41360d93bf9b6f06b64e9f46 MD5sum: 9b0b39649c850becc625ec8fe263a73f Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-description Version: 2.0.4-1noble.20250320.221106 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.20250320.221106_amd64.deb Size: 208524 SHA256: d32dfecb1740f6d0eb538f5f19ddf271ce8a5631b7a0c7fd1583651dc52ffcb7 SHA1: cb70ebc035d844f7841b53c674e728d70df397a5 MD5sum: da4923c4d669efe8899e54ebf3acaf7b Description: URDF and meshes describing Velodyne laser scanners. Package: ros-jazzy-velodyne-driver Version: 2.5.1-1noble.20250321.140434 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 701 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.20250321.140434_amd64.deb Size: 156768 SHA256: 870c7625b5eb4ae4f26388385d3e9de1dbd338da6382e9261cbe031dc580fb99 SHA1: 9497821ccf25211530b51d890cbca9069b35dccc MD5sum: 30472d5bdba04fb1edb1c4df0318fb96 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.20250321.140434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3159 Depends: ros-jazzy-velodyne-driver (= 2.5.1-1noble.20250321.140434) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-driver/ros-jazzy-velodyne-driver-dbgsym_2.5.1-1noble.20250321.140434_amd64.deb Size: 2778286 SHA256: 1b5b88cb26f1f727003b77482585cd7b8fd78fdf01dbc747e70f7f75e79afb66 SHA1: f3d66cb2ec90cacb5a8c3cf57ee2147325762c22 MD5sum: f047ae155afd0adbe8ee301978903af6 Description: debug symbols for ros-jazzy-velodyne-driver Build-Ids: 3163db0cb902a1ac44c02c707a2718616aaf7eac a7cc3f0313b96c7d1ab86acc971458701749cd6e f813a47c296429e153bf07c8436e53e008d3aa63 Package: ros-jazzy-velodyne-laserscan Version: 2.5.1-1noble.20250321.134052 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.20250321.134052_amd64.deb Size: 128170 SHA256: 8e6c87ac26d250bdf69080941bd524ad0351aa846de0057a4c719467425ca633 SHA1: 9efe88a21e895bc4393522d00c687158f4746d97 MD5sum: 2ad87890f6dc37a24147992e8208b876 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.20250321.134052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2702 Depends: ros-jazzy-velodyne-laserscan (= 2.5.1-1noble.20250321.134052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-laserscan/ros-jazzy-velodyne-laserscan-dbgsym_2.5.1-1noble.20250321.134052_amd64.deb Size: 2353502 SHA256: a0b022d416681fac8b6d3a501353566f98c9519c24322af4647639264c782cad SHA1: 7dd8d67faa5685b36d7f588eff626a9421a769bc MD5sum: 8a58ba95a3544c15ecfc4a990663abed Description: debug symbols for ros-jazzy-velodyne-laserscan Build-Ids: 49a80d74fba5e4aa1f8eb79560613cc5a7bc8121 64ae45d628ece827d2b3d637a04ad6afb79f4043 Package: ros-jazzy-velodyne-msgs Version: 2.5.1-1noble.20250320.222702 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 557 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.20250320.222702_amd64.deb Size: 55478 SHA256: 9028f596aafb81a7859fc2c65f8dc70820978d4ebf723364c50d66e481354c72 SHA1: 39ad5e39e1eac1f3eb524b0307127f9f604c67de MD5sum: 93b1e2a8e9fa0e46dba035ce076b4122 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.20250320.222702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 409 Depends: ros-jazzy-velodyne-msgs (= 2.5.1-1noble.20250320.222702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-msgs/ros-jazzy-velodyne-msgs-dbgsym_2.5.1-1noble.20250320.222702_amd64.deb Size: 300874 SHA256: 4602909220cdd9c8116829cee81250d77a0903f39bd24a3b355ff4f9370b9005 SHA1: 8ba6348ed88d8f688731d5b6926ea5fb0dc33a5f MD5sum: e243169c2265ae6fa2e12f490b67db05 Description: debug symbols for ros-jazzy-velodyne-msgs Build-Ids: 35ba96be1400ec872d51d8dc38f9382fd929fd3a 35bc99a067cbb43855192c9e569fd74816d5ff94 3ae8368f2d1a513af432c7145eb36583ca44c002 48da29f3cb19e753bd7b90e39d5b1803fbf72d87 618fd5acc0fa00a2c13cd9923cc0c80058f498f9 7e50feb5fcd702d7f0a16b7b4c10b9ec757b5d55 7f5d6e846f4d5e6c6972402c8ceac252ba2d8c1f c6c14ca47b570720a4a8863520443ba707ecf388 d5c307c4b4ca813c9842ff134336e27df1a9a0be dda8b62373186335bbddaaf8215f90f3ab4056c4 fb8c93746d80b2d3aed7415a0498620e938a747a Package: ros-jazzy-velodyne-pointcloud Version: 2.5.1-1noble.20250321.140513 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.20250321.140513_amd64.deb Size: 227740 SHA256: bbecb284217bff604af097de2de0cc0428f51655d43a29d42964b41576fed7f7 SHA1: 07b8b061e6d11b50fe8ace32f8520addfb682eef MD5sum: 683eb162ad0f3fdf79843a2bd82a10af 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.20250321.140513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 6259 Depends: ros-jazzy-velodyne-pointcloud (= 2.5.1-1noble.20250321.140513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-pointcloud/ros-jazzy-velodyne-pointcloud-dbgsym_2.5.1-1noble.20250321.140513_amd64.deb Size: 5854328 SHA256: 5fce582e8857d4aff3c129487889af25841e3a1f49de625f8f43b180640747d1 SHA1: a371b2f76ce12b4609eef29ac4d1efc421cfd40c MD5sum: 4ff5de0af9d176b69b4803b1b1339ede Description: debug symbols for ros-jazzy-velodyne-pointcloud Build-Ids: 22c1b1d9dfcf86c3db165b1e0c649207ab6fdf72 7c3d5b7e256e8c6e8487fb48b19990b23503b79f abef492917bbf02ecce4e7972ca736196908e3e0 e0eb08a4968f3186c6ee94c49f325a82c36813d7 Package: ros-jazzy-vision-msgs Version: 4.1.1-3noble.20250320.222457 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2465 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.20250320.222457_amd64.deb Size: 181434 SHA256: 70ee202f865167398cd3ec3de026b7e7f003f2dc28955a159884070c654ad864 SHA1: 82041eb6acbf453410271229ab3faea1b8bc9589 MD5sum: db4124cae03352021378edb5af0d917c 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.20250320.222457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2153 Depends: ros-jazzy-vision-msgs (= 4.1.1-3noble.20250320.222457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs/ros-jazzy-vision-msgs-dbgsym_4.1.1-3noble.20250320.222457_amd64.deb Size: 1792848 SHA256: 0e8988ffe006209445da8a44e4189bca4a34523e9a4b16a4f9739fb92867a8e7 SHA1: df7e36aa28cd03fc9532c6ed94a8427ca751b3dd MD5sum: ba22bba5be2f05cbf5b79160ec56b95c Description: debug symbols for ros-jazzy-vision-msgs Build-Ids: 1564dd025429c801241efd75c30b1b8d20430a10 615767dbd75e566cbe9a3236cf1cf2341265e9cb 61c887cd0d9a124680aaea7493c7c1ed357b6d1f 7105ee60ff5008bcae00fd6182b557d76fbf335c a0d9cbc02932003ba3725d8270fa49e825012dc1 a35f8292d848de82850f56827a4c0bcca2c2a950 b59f2945c05d1d6b4826fb43d1a16e1e389dbf7e b5d4dbfefb46dc1f43e04ff046f4fabd66a9f0b9 da587c6a50945739ed8def87762e2472ffe9de65 f87ec08d5a45bef77f5915480fb35e5ab82563c1 f999ec8bf91800b8137b7de077dc66c27244b95f Package: ros-jazzy-vision-msgs-layers Version: 0.2.0-4noble.20250321.135855 Architecture: amd64 Maintainer: ijnek Installed-Size: 113 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.20250321.135855_amd64.deb Size: 21016 SHA256: 9526884a2b2654e44e43acd7064f2953994f6bd0a979cfc1e4aba1af285000fc SHA1: e60f6659c048bab7d1c61d59ef6d4726e89665b1 MD5sum: 711dbdc71ca56bbe541147769bd86813 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.20250321.135855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 434 Depends: ros-jazzy-vision-msgs-layers (= 0.2.0-4noble.20250321.135855) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-layers/ros-jazzy-vision-msgs-layers-dbgsym_0.2.0-4noble.20250321.135855_amd64.deb Size: 418848 SHA256: 534b99f99342cdb624a1084760be4f46364fb302d733a2d49c6711acc1b96569 SHA1: 1b2489cdb8055066430d7025e03af753478a368c MD5sum: 584633c94249c7bc4e94181b1ca6eb51 Description: debug symbols for ros-jazzy-vision-msgs-layers Build-Ids: b5d81fb4c0d71eadb5c6892ea5e078d3843d10c1 Package: ros-jazzy-vision-msgs-rviz-plugins Version: 4.1.1-3noble.20250321.152858 Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 1424 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.20250321.152858_amd64.deb Size: 230482 SHA256: ff790c401b1b6aa375eb7b632767d255e25737f7820852bda3502e70f7d77ff6 SHA1: 5ae21f6241ab0af393b5d54fc65f8a18663bad77 MD5sum: fa9e599415cd22f599c94de7541345c2 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.20250321.152858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9738 Depends: ros-jazzy-vision-msgs-rviz-plugins (= 4.1.1-3noble.20250321.152858) 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.20250321.152858_amd64.deb Size: 8636024 SHA256: 72215c70c61af75a335eab13a2cbfcca5d147fa87665b2fbe698366fbd1cd39e SHA1: 5de7e0e834b3d7993d3f92ac14cf01acb6c6ba04 MD5sum: 43f4e35e659ede0bd43c552a7f0a0acb Description: debug symbols for ros-jazzy-vision-msgs-rviz-plugins Build-Ids: 2b2e34c68f75c9c8a93b93bdddfbaaf8e3d3c474 Package: ros-jazzy-vision-opencv Version: 4.1.0-1noble.20250321.145737 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.20250321.145737_amd64.deb Size: 5738 SHA256: a6fb1c091f7672c86d497791e64c10d313a0cf4bf95eec4f1182e3bf25b6693b SHA1: 85e61d8c5cf88f5be645ac67807c2c946e6260a2 MD5sum: 203dd7f926175e340c703d1c8efb110f Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-jazzy-visp Version: 3.5.0-4noble.20250320.183739 Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 11094 Depends: libblas3 | libblas.so.3, 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), libeigen3-dev, libjpeg-dev, liblapack-dev, libopencv-dev, libpng-dev, libv4l-dev, libx11-dev, libxml2-dev, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/visp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp_3.5.0-4noble.20250320.183739_amd64.deb Size: 2675104 SHA256: 2844036dc978b9e34d307f8567a0f15318469480fe721f53c221c2de564f1dfc SHA1: e3af17e7a85fb08dfd174f6483b65d08a0e36b32 MD5sum: fb9ee0bc94be09ae6f8b5bd52005e23e Description: ViSP standing for Visual Servoing Platform is a modular cross platform library that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done by Inria Lagadic team. ViSP is able to compute control laws that can be applied to robotic systems. It provides a set of visual features that can be tracked using real time image processing or computer vision algorithms. ViSP provides also simulation capabilities. ViSP can be useful in robotics, computer vision, augmented reality and computer animation. Package: ros-jazzy-visp-dbgsym Package-Type: ddeb Source: ros-jazzy-visp Version: 3.5.0-4noble.20250320.183739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 35807 Depends: ros-jazzy-visp (= 3.5.0-4noble.20250320.183739) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp-dbgsym_3.5.0-4noble.20250320.183739_amd64.deb Size: 34607240 SHA256: d3db408b49f31c59e0c0d14fb70261966e58ec0fe31cd380e55fcbacd8b1fbd5 SHA1: bf3676b655887097d78acd67d7f2ffba02c77837 MD5sum: 288e79900914800d2387c3d6e65e619a Description: debug symbols for ros-jazzy-visp Build-Ids: 174051437504907f46a32186fc61975e300a0283 216d5142ffdbdd6f170fb07a9fbe6ebe13afff16 24f1792ee3e443427922facaf42afd5752f0d13f 44f571992ceb586a4f0facbf800a0f95c23e9548 482dbb0c18548adae3ca39ae303cc02571f16d8c 4f889f09a98aa8732c968bd8fb89d3bdd924e859 7e0678f7f950807da3c54f93db7f4ba390cbeed4 8465fe8d79370f1005b8cb6fbd0007450b848c9a 9427897175a505c4dcabb5a6f99ed86dd3d4086b 955b22da3da446afc01567c65aedfd0bad9c289c b7926a8a4ea568757470747e9c68e36aae31e4ff c944e993df714a7236b4143ec3e0589ce2106291 d1e0a804fea00b0210788de3baf8fbfbb54a81a3 e395a669f3f9e92d23f2626f7efeaebe619909c7 e9076bc9fdc4eb7923f3590fbde640819f987530 e9b9ad00b68711f93ad7e836869390faf6fe78f2 f286819000a5cd0d837030da1b1c8b3c52e0f00f Package: ros-jazzy-visualization-msgs Version: 5.3.6-1noble.20250320.223010 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3171 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.6-1noble.20250320.223010_amd64.deb Size: 255998 SHA256: 3c8466ba1305a205f4f9d1d4dbb1dd944af3f7c305168e50a5b3a971f10be991 SHA1: c927d2612cff1bd5868c28a9195ce658a495b69d MD5sum: 57eb174810d1f660223606aabbd1a50f 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.6-1noble.20250320.223010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3019 Depends: ros-jazzy-visualization-msgs (= 5.3.6-1noble.20250320.223010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visualization-msgs/ros-jazzy-visualization-msgs-dbgsym_5.3.6-1noble.20250320.223010_amd64.deb Size: 2595370 SHA256: 74033a98d6963b78b4116fb33ed490084305b3a170d9f58a4aa6224cd539c216 SHA1: 780ff5a158b07807aae0ddd59328942d1160b311 MD5sum: b732f3e51d2d4e38159edb861a7fe9fa Description: debug symbols for ros-jazzy-visualization-msgs Build-Ids: 043aff3916302b35958471c7a880e62d86b0c4f5 3088ec3f04f2c5fb9965817ea2e8057f84a4552a 36cc163148549f256bf1e8b82a8f075014ac93f5 6175a8c5efe2cef73f1eeadcbe98afbdeb767b4d 6478742aeaf5cf0ed975eac497306bee3607c36e 71bbb29e41a3305671fdb7db2a04452607fb7437 b5d8736dcb1bc44321dfca5e625cb847d34f0723 d0de9c59b5422eec828f9896725969c5cc208d17 d4b20ad3bf0d00ea293cf532888c80e2b6fdbca9 dc584f3d1b81e41544e3c16ba11cce92f9e6780e e120be8e354b9db50b9b333ab630e1f38b0adf60 Package: ros-jazzy-vitis-common Version: 0.4.2-4noble.20250320.192507 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.20250320.192507_amd64.deb Size: 5484 SHA256: d2b3c594b40e02c745455946d61f22c80353bbf5bffea574dcefa2888f43962e SHA1: 72d8a91fce774516fa79d0538fb82fc7719fc717 MD5sum: bb8f6b55d09fdd636ff4c9fc39789c1b Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-jazzy-vrpn Version: 7.35.0-18noble.20250320.190858 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.20250320.190858_amd64.deb Size: 298676 SHA256: aeeab730e3f63d963fddb4bfaa68bb47581c07ee2fc5020c5301a2861c8fb31f SHA1: 8428dd2748ce5678a038e2ddae270a344133e480 MD5sum: a8d362098bdd798f89d96d7585e369ba 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.20250321.134151 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1845 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.20250321.134151_amd64.deb Size: 307694 SHA256: 89cae83fb6d664089e624e9a4ba2a1b7202f88f779270da08560bfdf168de23a SHA1: 473bb6f06213b3a9b569717763144d20a76721cd MD5sum: ead746d62c7a7f0de7087cf068ff8bc7 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.20250321.134151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2615 Depends: ros-jazzy-vrpn-mocap (= 1.1.0-4noble.20250321.134151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn-mocap/ros-jazzy-vrpn-mocap-dbgsym_1.1.0-4noble.20250321.134151_amd64.deb Size: 2420312 SHA256: 5921950448de6d12862f187db8fe33d650c8d661242a7831e8bcb148a00f8209 SHA1: f354f14d7e54c4ddedc53b1d0fe9f8b639e5da44 MD5sum: 157a1cad38851158c7c51ac1716e7963 Description: debug symbols for ros-jazzy-vrpn-mocap Build-Ids: d7e3ce8f34f0f90cc4ff707270d38baebea9d7b7 Package: ros-jazzy-warehouse-ros Version: 2.0.5-1noble.20250321.142349 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 428 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libssl-dev, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros_2.0.5-1noble.20250321.142349_amd64.deb Size: 123102 SHA256: 38d9dd5c051d64bd25a00b93e6cce644bac62782c0fed0eeb02636237e8bfb23 SHA1: ddad5de2480fa0984be74deb1ea430c7cfd6ab81 MD5sum: 972f532d531e6ff18488f2a48db41ef4 Description: Persistent storage of ROS messages Package: ros-jazzy-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros Version: 2.0.5-1noble.20250321.142349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2975 Depends: ros-jazzy-warehouse-ros (= 2.0.5-1noble.20250321.142349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros-dbgsym_2.0.5-1noble.20250321.142349_amd64.deb Size: 2892620 SHA256: 9b81834b48dfce59194399a1cfaa4d2cd0f4ac78730168009a04430bc8405853 SHA1: 2bda53322a33706ffb5d783cf46d522243a8dd04 MD5sum: a9abfe04a994a8ec795352fc7115b594 Description: debug symbols for ros-jazzy-warehouse-ros Build-Ids: 03905f1ae9de2d26366e9531c7e4c1c0f9c54344 11c2bf5588604b9a73be0e130736e2f5e707a352 Package: ros-jazzy-warehouse-ros-sqlite Version: 1.0.5-1noble.20250321.142909 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), ros-jazzy-class-loader, ros-jazzy-rclcpp, ros-jazzy-sqlite3-vendor, ros-jazzy-warehouse-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite_1.0.5-1noble.20250321.142909_amd64.deb Size: 64726 SHA256: 7b684352ee92ae6052b646e2b58f117629982c0a7372ed39538347dada69ddb5 SHA1: c36735a1d4332c1a651eb9ff1954aa0ddb8303a1 MD5sum: 5fbf5568383040be207f6d616c78ea88 Description: Implementation of warehouse_ros for sqlite Package: ros-jazzy-warehouse-ros-sqlite-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros-sqlite Version: 1.0.5-1noble.20250321.142909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 1140 Depends: ros-jazzy-warehouse-ros-sqlite (= 1.0.5-1noble.20250321.142909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite-dbgsym_1.0.5-1noble.20250321.142909_amd64.deb Size: 1085976 SHA256: 1c0844902b5ec9d2f2087879b29c227395c348cb03c8b8045bc409ec5e8de59c SHA1: f1de225672959380be64f03abb3a9ba8de73ce0e MD5sum: d5cb850f02959d9cfc37617b5b2fcf9c Description: debug symbols for ros-jazzy-warehouse-ros-sqlite Build-Ids: 7fce297fd2fbc69e74953662ea25e2f2c0866bdf Package: ros-jazzy-web-video-server Version: 2.0.0-1noble.20250321.143142 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 766 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), 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), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-jazzy-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, 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_2.0.0-1noble.20250321.143142_amd64.deb Size: 196928 SHA256: a9619da387bd69cee62e2ee75fdaf6d3843e5c11c6de65125ce5068bc93f2c88 SHA1: bd331c583806a756cb411e7f13b525fd4c6d3e12 MD5sum: 5a44bc6ca433e8003d84aa0e7bdc711f 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: 2.0.0-1noble.20250321.143142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 6213 Depends: ros-jazzy-web-video-server (= 2.0.0-1noble.20250321.143142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-web-video-server/ros-jazzy-web-video-server-dbgsym_2.0.0-1noble.20250321.143142_amd64.deb Size: 5814440 SHA256: 4a15ede6d8327e8e54661f22e96d8d15fb1c91edc642ad383752be652f6a9ab9 SHA1: abf88e747a5cbbfa70bf03db07b43676adc51605 MD5sum: 199a16d65df13b9d2fc5be178579162b Description: debug symbols for ros-jazzy-web-video-server Build-Ids: f3bdb6575155ce3a6eebc6e91e8b0f5bd0d10019 Package: ros-jazzy-webots-ros2 Version: 2025.0.0-1noble.20250325.175254 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.20250325.175254_amd64.deb Size: 5672 SHA256: 4b90f62ff989b40309fb41b88c0585777e6e472bc66b87fa033433e518d72a9d SHA1: 9c598d75c4ee9d79ecf72e50ecd34199839a78b8 MD5sum: e3c061ca70cbd0e5505436d27fcf4331 Description: Interface between Webots and ROS2 Package: ros-jazzy-webots-ros2-control Version: 2025.0.0-1noble.20250321.144850 Architecture: amd64 Maintainer: Cyberbotics 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-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.20250321.144850_amd64.deb Size: 131964 SHA256: 0007e6e98c447fee4146c825f86a124150ac8b3c1882ffda75695dc990bf7e56 SHA1: 7ac9a74e2864830aa617054c61147f3f59856543 MD5sum: 3e91a284f2bb76dba09b992fad673bb2 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.20250321.144850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2413 Depends: ros-jazzy-webots-ros2-control (= 2025.0.0-1noble.20250321.144850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-control/ros-jazzy-webots-ros2-control-dbgsym_2025.0.0-1noble.20250321.144850_amd64.deb Size: 2310104 SHA256: 39d9332b0e1d56731ab5af19713d7cae92527e1f7397130ebf9da388b73a1bca SHA1: 422a98d6c3a7635ba6828c5851b49246fba5eb37 MD5sum: 41dc2f6b93ef8ee5d15f5443fe42699c Description: debug symbols for ros-jazzy-webots-ros2-control Build-Ids: 2619fc30dfc63ee13453c7bde9e651891997bfa2 c0f881b696fa363c8a8126cf8d1bad75638ef90f Package: ros-jazzy-webots-ros2-crazyflie Version: 2025.0.0-1noble.20250321.141958 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.20250321.141958_amd64.deb Size: 14522 SHA256: 12d7b795b8fe2fb9d8969fc0ce11bd8198ded723064effa33412f367181fc7f9 SHA1: ceb4f2fbb51ce55c48c5720942374d641d3bf816 MD5sum: cc2f83d64ca1e6556398fdc08749d177 Description: ROS2 package for Crazyflie webots simulator Package: ros-jazzy-webots-ros2-driver Version: 2025.0.0-1noble.20250321.140904 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 4027 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.20250321.140904_amd64.deb Size: 849620 SHA256: 67cf476018cb9a6cb020ff936a80c4abe5da0bba51bb55206fa5cbefde2fe6b3 SHA1: 0a26da76c81b704702b6a2d872d792c0573895d7 MD5sum: c408a51877eedcb16cb4dda8567bf19b 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.20250321.140904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15910 Depends: ros-jazzy-webots-ros2-driver (= 2025.0.0-1noble.20250321.140904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-driver/ros-jazzy-webots-ros2-driver-dbgsym_2025.0.0-1noble.20250321.140904_amd64.deb Size: 14256930 SHA256: 0c80c4c11666efda544b5443cff96da60f022a0688421a4606aa3e1ed1a88048 SHA1: 5f815012191fd448c3b9a5e3cd4c0bf7b17fb9b1 MD5sum: affc5edb7cdaffbbd0bdaad583fcf0cf Description: debug symbols for ros-jazzy-webots-ros2-driver Build-Ids: 05e53415c42092b41c86bae9d4ac1c5dce565da6 600f87dc89ec2195d1c27fc1e9e786484febc57f 9bb349842922e8e05d2c6653160f1f3ad8c09554 ae16511ca9060bb57ee5a74c28d9f54e2b56b93b c6fed9df6236238a3055f4d0276932f70cc894c8 Package: ros-jazzy-webots-ros2-epuck Version: 2025.0.0-1noble.20250321.153601 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.20250321.153601_amd64.deb Size: 32128 SHA256: 53a20c4d328f972fd7b93dd16603434e5c98af879cd6e8e8773315ab9e1bb840 SHA1: e865816fd57df4cfe087526d5d14382001681441 MD5sum: f48929747944685f71b5ddd02830ab9c Description: E-puck2 driver for Webots simulated robot Package: ros-jazzy-webots-ros2-husarion Version: 2025.0.0-1noble.20250325.175153 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.20250325.175153_amd64.deb Size: 46278 SHA256: abace13ee2896b667b4aae1644c18068fd0b0b9f76abb51808b83854d44b2375 SHA1: 0b5985a4d1c1ef55253dad33f8e15d2b55a3cb18 MD5sum: 140150c3492d89bf9fa8fdc41f939101 Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-importer Version: 2025.0.0-1noble.20250320.221108 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.20250320.221108_amd64.deb Size: 63448 SHA256: e4fe1c3b8f9ead76f6aa6c677a5c4a276c623b4cdf76ebc83b201a04c0d58a67 SHA1: 7042046a4aeba7009a03e8b3c9dcfc752695889a MD5sum: c99160ad2fc421370dd2096676a752e4 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.20250321.142033 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.20250321.142033_amd64.deb Size: 10290 SHA256: 543a966313b1b2b558378b4f3255d8565a776d9afdb99b5833f53b9de61e8bd7 SHA1: cbcb195d5dc114d111fa231f975c20582222efc7 MD5sum: ccccb0fb23d05d66213987f49d5a71b9 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-msgs Version: 2025.0.0-1noble.20250320.223052 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3230 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.20250320.223052_amd64.deb Size: 226528 SHA256: cb8628767566ff89734dac88d5c84314d6b09d3f9d2f2fb804b576a966007a94 SHA1: 4a8bbc31493341cca28fa4ed20192ace39b6a5f1 MD5sum: 12c3e4fa4a36b219b0f2f498382f3581 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.20250320.223052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2493 Depends: ros-jazzy-webots-ros2-msgs (= 2025.0.0-1noble.20250320.223052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-msgs/ros-jazzy-webots-ros2-msgs-dbgsym_2025.0.0-1noble.20250320.223052_amd64.deb Size: 1985842 SHA256: ac5a749b17bed733c85e96556898de2973e6f9a5485f3a65204df777dd531781 SHA1: 194c41a9078a16ee5ea662d4f9f8bd24b517d12a MD5sum: e2f0dc62ccf246249b89cdf350bed1c6 Description: debug symbols for ros-jazzy-webots-ros2-msgs Build-Ids: 161099ba0cbbb03c7f61503cf1ccb1b1f10a3705 28bc6516141777fb73cca5ff779ea012ff3c470d 3387c38ae5d590ffe7b52afcc80921d49ed11625 4bfed1501f6b67d77a8c325b06ef7ea04000bc95 69455c7e44660e0fab7bf597f58b34330bdc3099 84eaadf9065be541a2a3855968246ce2d2dd09e2 9f9b84234d623c61637654c7435dd4dadb299afe a1094f7cac7bb6b4fbe14b1aad6f0ddd8fe869c8 a5212768c51bd70dd85d1b19e1df3e25cdfc7f30 d2d4be8792fd31c145628ca660a5a7ee38bf0a16 ffd89c0ab67a547767bfb9bae87bfb15ce2a9860 Package: ros-jazzy-webots-ros2-tesla Version: 2025.0.0-1noble.20250321.142107 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.20250321.142107_amd64.deb Size: 13648 SHA256: 4bc95f2f24aab927b4d5b944552a1f82991bc7060f59722fd56cee0f250e2e0c SHA1: a088827331371f12359f8a4a2ccada98ad484130 MD5sum: 2af03edcb5b7dbbc49935faae37ab101 Description: Tesla ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-tests Version: 2025.0.0-1noble.20250321.145717 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.20250321.145717_amd64.deb Size: 8636 SHA256: a3560a2fa163ac249474b2ad1fe2d549d14a363a5820634aa0d95087a0a2cb44 SHA1: 382f6a6a6a79e77244a86d3cdbfb6dcbb3d57778 MD5sum: 098622692c5fda6a2a78cd3812a13bac Description: System tests for `webots_ros2` packages. Package: ros-jazzy-webots-ros2-tiago Version: 2025.0.0-1noble.20250321.153612 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.20250321.153612_amd64.deb Size: 20650 SHA256: 2179f2b13cec148251f828b9e2884f7a85dee27c45455880a7fee4ce93980889 SHA1: 8e371d15cf1d29359478835375952bd12f1105a5 MD5sum: 1dc59e08e33d08ce63b67ef88e62df7b Description: TIAGo robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-turtlebot Version: 2025.0.0-1noble.20250321.153145 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.20250321.153145_amd64.deb Size: 14206 SHA256: 384c4fbca6c862f000c5cdd0fe0d154718388b1f1ab4a35afb2ff98600d14590 SHA1: 45a793ab48309660c327cfa430241b2bffee727b MD5sum: dd7a9fe56f4df79038d421ed3eca9718 Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-universal-robot Version: 2025.0.0-1noble.20250321.153133 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.20250321.153133_amd64.deb Size: 3133464 SHA256: 528a5d2d4a87d21556ddb6858bd1cfba5068b55bd86ccfb1ad35a11c63e69478 SHA1: 44c633be88b33ac6c6f08e902ef1d9715d656030 MD5sum: 97a1cebd74b2eed4b2e8fe1c372d4539 Description: Universal Robot ROS2 interface for Webots. Package: ros-jazzy-wiimote Version: 3.3.0-3noble.20250321.134059 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1718 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.20250321.134059_amd64.deb Size: 306282 SHA256: 6e611f18eea2c89a4e9f78adf79280429dd531ccc2450f96c14f61f1a30d2ef0 SHA1: ee8f59c5ea06a66222bbb6a2fccc9010fb4e143c MD5sum: 558e694c31309fd7f92e81add77333d1 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.20250321.134059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7757 Depends: ros-jazzy-wiimote (= 3.3.0-3noble.20250321.134059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote/ros-jazzy-wiimote-dbgsym_3.3.0-3noble.20250321.134059_amd64.deb Size: 6538478 SHA256: eda431be117f25b755e4526854f0293be04870342b695ceeebfdace3b6afa9af SHA1: 43578500772a2bef60ff15bf25333633bb635574 MD5sum: 5fb1895749ab1fbac3ab31b47c674091 Description: debug symbols for ros-jazzy-wiimote Build-Ids: 21c923136bc47bed5cc0b0046e1b0154b262e8ab 96749b6cf06560f09f353c700d738be60b48d8b7 aa5667ebe0e67470ff2cc9899216321377a825c6 fedab3ef390b3169ec539ea00ea4ee471a983913 Package: ros-jazzy-wiimote-msgs Version: 3.3.0-3noble.20250320.222458 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 931 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.20250320.222458_amd64.deb Size: 89322 SHA256: 411e5986b7b16d6fec85510fdf577f7ce75cc23cb41e52fbfbec8f578c72c428 SHA1: dcab7eb05903998794f3f96fed5f30e766ee0105 MD5sum: 7b425c97fe5eac3ff83a56a89b6a367e 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.20250320.222458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 612 Depends: ros-jazzy-wiimote-msgs (= 3.3.0-3noble.20250320.222458) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote-msgs/ros-jazzy-wiimote-msgs-dbgsym_3.3.0-3noble.20250320.222458_amd64.deb Size: 472492 SHA256: 57db983b362cf012a073a7aaf17e9bdb7dbd1797e057d77b22da3c5cca701f2b SHA1: bc2ea581292359950fdddf89f6215d1719b4232a MD5sum: 9c83b46b1f20e4290e678224c0830b9c Description: debug symbols for ros-jazzy-wiimote-msgs Build-Ids: 069cd9878acf3d3391aada9adcd9079f85e0bba3 1c8b18589b0d6f21ca6491870075de8662710007 282986489e09ca219c3975497351b502e5e54597 3e170a39bea596b2cd46ba9652b28f9336d4c00c 5c9e4133c30b9467d13f32f67bb17fa4359a35ab 8bfcbda1c85bdd1e68969d08882b436113d66b68 949418bf6a35e0f04463117fa3c87b92331f05f6 a8578fc6bfdf177c063ef7ef2af4638bc011c7c2 b09ea2f64cc1c3e1f3aa713d7d9a48a1a2f4ac20 b1c3fa31689631c003979f917ad63ec1380b4392 face771d4cc645f0982c9b79019cfd4b6be5b029 Package: ros-jazzy-wireless-msgs Version: 1.1.3-1noble.20250320.222653 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 894 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-wireless-msgs/ros-jazzy-wireless-msgs_1.1.3-1noble.20250320.222653_amd64.deb Size: 86142 SHA256: 5d76f927299bef0dceb9f5d6d104a4b96015dcd8fc16a08de812fe52ec04c8c9 SHA1: f444ec36646511fdcb53ec2a3f2b4f739db4ef42 MD5sum: b7a45448f47240f0b6f21fd095ee817b 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.3-1noble.20250320.222653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 738 Depends: ros-jazzy-wireless-msgs (= 1.1.3-1noble.20250320.222653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs-dbgsym_1.1.3-1noble.20250320.222653_amd64.deb Size: 596232 SHA256: ed5bb0be7f1694c1becc71902683e0242cbe8c3d116b952d30e1039aad72b770 SHA1: 3f18146e11519ff516efcbde3f966e88e2a3a77c MD5sum: 2ff18cb395bfdb7890783c1533c61f3f Description: debug symbols for ros-jazzy-wireless-msgs Build-Ids: 135af9eb79167da1c48ebefe9ca02123f639bae6 3bbbcc1dd298cbb5a4fe2d67f8e706eddb259d5a 87929e13c1ae5d511de2d127ac0a0c642db6b1aa 89ed6fb3b0f8f0123f8170c68d3aea80815e2685 96547560cee55f0d97ea495697797b2a291f9b6f c32b6aca5a7f45d802d707b8edeb64ff6fa18259 d8baa788e0b0172a740c6ef91589c9042456e5b1 de918829990f2f1b7a411920f8768b33ef7d3e35 eb2c1b00160d2ebff275cb765ad1e7a466f48553 ec81c2a6afaa573d3587c5addfacc796d7370671 f454cae3be7a80bf35680ea8f937c5826566c296 Package: ros-jazzy-wireless-watcher Version: 1.1.3-1noble.20250321.132724 Architecture: amd64 Maintainer: rkreinin Installed-Size: 384 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-wireless-msgs, wireless-tools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher_1.1.3-1noble.20250321.132724_amd64.deb Size: 118488 SHA256: 15da0f51b49c46d0dad249b9e30d2c418dfb85c0d14a08b5fcd7955f3ab470b2 SHA1: 94ebe90860a1254fe71b07032227d6709bd96b21 MD5sum: 2c0cfea2547bec6fbb8332543120dc8b 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.3-1noble.20250321.132724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 1791 Depends: ros-jazzy-wireless-watcher (= 1.1.3-1noble.20250321.132724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher-dbgsym_1.1.3-1noble.20250321.132724_amd64.deb Size: 1668424 SHA256: 200ca68b2b08efd44fe3810dcf40c2f97642b63296a5ec64e27cc1488bb5cad7 SHA1: a22e1d8bbf90618f96b4b9b59fb39c6d84dbdd88 MD5sum: 8534e80cabba3e2f31246b2feceea05b Description: debug symbols for ros-jazzy-wireless-watcher Build-Ids: b43a35568d88e4603a1eaeaa9e834ca2264ccf89 Package: ros-jazzy-xacro Version: 2.0.13-1noble.20250320.220933 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.0.13-1noble.20250320.220933_amd64.deb Size: 29238 SHA256: 57b4b5c9efe4247032110fa8887a0f230d630b3aa577cadb52f9001dd0e0b0d2 SHA1: f34bfa505506fc8072e025322217e55c47bcb771 MD5sum: 8ca562dfee67b9ddac41c823f801a2c3 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: 0.0.2-1noble.20250320.190937 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 105 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_0.0.2-1noble.20250320.190937_amd64.deb Size: 21038 SHA256: 176abf0205bc390f4640d22f6fd1d58a6ac57fdeac21c05fb2a5bdb93d5df82c SHA1: 891cebafd271d75c0ad2a936378747db0b3ea22f MD5sum: 459d14e4e7cacdcd3262193ae024b49b Description: This package provides a execution tracing library. Package: ros-jazzy-yaets-dbgsym Package-Type: ddeb Source: ros-jazzy-yaets Version: 0.0.2-1noble.20250320.190937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 155 Depends: ros-jazzy-yaets (= 0.0.2-1noble.20250320.190937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yaets/ros-jazzy-yaets-dbgsym_0.0.2-1noble.20250320.190937_amd64.deb Size: 136756 SHA256: cbd8199b01d0df069f8bffb0c4d6098e3d71415602133657fa697dd7a8dfd78c SHA1: 0f582d37a507b01f491cd292e6ec08be119bd83c MD5sum: 4e239238532f84d9c2c38e14d9de028d Description: debug symbols for ros-jazzy-yaets Build-Ids: c2a5bb84c73e8c1bbd0b3a077e0e55834a225b10 Package: ros-jazzy-yaml-cpp-vendor Version: 9.0.1-1noble.20250320.191003 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.20250320.191003_amd64.deb Size: 6816 SHA256: a2fa39a479b4fc7b2df22628aa6c76f56c46ae9195c3f875675347896c76d664 SHA1: 467cb7571c3c1b9b5e585050d9d47e47e7512aac MD5sum: 6c5c0178e991f2d612d12d7493d7fe10 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-yasmin Version: 3.1.0-1noble.20250320.191006 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 345 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin_3.1.0-1noble.20250320.191006_amd64.deb Size: 59224 SHA256: a2ca004f6bc0c4126803941ca1c8ad9fee87ebcd37a0b57927dc41c134f6ae09 SHA1: 91830a334047487518bf7f5cdf81345304b99450 MD5sum: 5ffc3eb4d642b012dba7a8bd2269d2c3 Description: YASMIN (Yet Another State MachINe) main package Package: ros-jazzy-yasmin-demos Version: 3.1.0-1noble.20250321.140201 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1990 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-ros, ros-jazzy-yasmin-viewer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos_3.1.0-1noble.20250321.140201_amd64.deb Size: 360458 SHA256: 98ee6b5f714bb09dc2ccad4e29351a1e33c5312c89c5d8de7b8caedae7f7da26 SHA1: 2b06143ae6e4cdeb8f4ef5a5d7e16f31ad5be70b MD5sum: f920ef5c067f0f425dd8b3edf346dc62 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-demos Version: 3.1.0-1noble.20250321.140201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 5494 Depends: ros-jazzy-yasmin-demos (= 3.1.0-1noble.20250321.140201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos-dbgsym_3.1.0-1noble.20250321.140201_amd64.deb Size: 4692588 SHA256: 159db95f4bb8325ace9a541adc59ef277df04fafbd78d8373c2a6ebc04bbaca4 SHA1: 648bc8b8216b32cc589c63d8d0860dc5d27acc9b MD5sum: 8051ddbf67021d254ee0baecd1c0407a Description: debug symbols for ros-jazzy-yasmin-demos Build-Ids: 1ee724e854c0165b9a267ce98de6a75bd1163fde 5fedf37b02da1d780ed2861831057d4d9f7ccd00 ba88cd104c3ca1c78f59af768c96565bcbcde553 dd5c51caaffbf99c35f4e711a67e6fecbaff3392 ef4b7e8c75c016196c9fccec08ae3bc8c0e233db f670d7fd784f7e3723bd684b426b74f984d05d0b Package: ros-jazzy-yasmin-msgs Version: 3.1.0-1noble.20250320.195719 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 707 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-generators, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs_3.1.0-1noble.20250320.195719_amd64.deb Size: 74348 SHA256: c06bc55e8b00591e451a1d8feffba137e0545f00cb1a58d267abf2383c5f404a SHA1: e0657dcd0b6915233db018e400849d4315123067 MD5sum: 96b57beb9172860ec9dc74cfa6c7b38d Description: Msgs of (Yet Another State MachINe) Package: ros-jazzy-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-msgs Version: 3.1.0-1noble.20250320.195719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 646 Depends: ros-jazzy-yasmin-msgs (= 3.1.0-1noble.20250320.195719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs-dbgsym_3.1.0-1noble.20250320.195719_amd64.deb Size: 521146 SHA256: 2b79be65fa62946402acae217603c89ba38a7fc6ade2448b05de898df9a11db1 SHA1: e2f0570275306cbfd8482fdce2a686d4c1fe9061 MD5sum: 72cbd65c1d2794c9d511acd52738d33b Description: debug symbols for ros-jazzy-yasmin-msgs Build-Ids: 06ca75183f2c5a43c53ca353d81261410184787b 21ef79e64ca2f3a2e51b22b64827510f5a4e7748 2475e5066cbbb4a276e457bcf87c9000a0dd0aa6 2775ce4030f69701bb5bdaf22a7ded6b3c599ea1 301617e0334881682358c43e40008b3c022b541d 52498dbac49f107e40def55b8c8b8b61d08c0fae 5794c2f040ea8592db1e0ae8125251c454cadc12 747d5e3f96ce936fa0bd38981f179d8c5b35f232 97cd9a08b30fe2f13ae0801956e6e8658ffdaa7c e30838177a28753fe5fc8fe0029ef5af911a4f7a ef8be0e9a840eb9f9daab016ef2289d198063273 Package: ros-jazzy-yasmin-ros Version: 3.1.0-1noble.20250321.135610 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 210 Depends: ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros_3.1.0-1noble.20250321.135610_amd64.deb Size: 34628 SHA256: 46760ea1bb5091b444e03c27f66992817f81bfd03075b422cf5967f9557b5022 SHA1: bde1516c23ce68992bc8b8923f0255b7a8366443 MD5sum: d75a3d8b01120e78ff89a2fc364f9146 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-jazzy-yasmin-viewer Version: 3.1.0-1noble.20250321.135910 Architecture: amd64 Maintainer: miguel Installed-Size: 8156 Depends: python3-expiringdict, python3-flask, python3-waitress, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-msgs, ros-jazzy-yasmin-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer_3.1.0-1noble.20250321.135910_amd64.deb Size: 1833084 SHA256: d32c80bbeefda05fd5e5af17b05c4ae44512bd82e25f5a6e0c6808ed2cc44e48 SHA1: 86ad8ad3e8d0f90b2908a17aee5d9340b125b464 MD5sum: 15fb53049b7f907260ba0a30b58836e6 Description: TODO: Package description Package: ros-jazzy-zbar-ros Version: 0.6.0-1noble.20250321.143537 Architecture: amd64 Maintainer: ijnek Installed-Size: 2625 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.20250321.143537_amd64.deb Size: 302282 SHA256: de9f587ed8532375a2b3e6566b88d2cd2bd061826a9fddd4ca14a361f10dd1b2 SHA1: 2eee0f3c7820f5565cd1e5633b99659c3d08d7de MD5sum: c97e4289847af998061171fc6e26cd05 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.20250321.143537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3205 Depends: ros-jazzy-zbar-ros (= 0.6.0-1noble.20250321.143537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros/ros-jazzy-zbar-ros-dbgsym_0.6.0-1noble.20250321.143537_amd64.deb Size: 2819820 SHA256: 5f734ae2794b8002bf34e798cd0f48fa19878f396a26d21e7e79ca7446922d62 SHA1: 49e0ccee41a715be2fd312e5aa73f3e8dc78fdd4 MD5sum: 6ea52fb792960c5bc00a522b47a1d18a Description: debug symbols for ros-jazzy-zbar-ros Build-Ids: 6a8c8975f598f8de983d5c01645791f7bbb3c364 Package: ros-jazzy-zbar-ros-interfaces Version: 0.6.0-1noble.20250320.224614 Architecture: amd64 Maintainer: ijnek Installed-Size: 439 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.20250320.224614_amd64.deb Size: 43834 SHA256: cfc01121fd19f7f01b588f57683df6c1bb9606eb28e920be5dd33f28c6048020 SHA1: 693fca0ab4bbbb8031869e0afaf83bc71cbfea24 MD5sum: 05729fcc980696ebd628f2d5200c6d03 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.20250320.224614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 296 Depends: ros-jazzy-zbar-ros-interfaces (= 0.6.0-1noble.20250320.224614) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros-interfaces/ros-jazzy-zbar-ros-interfaces-dbgsym_0.6.0-1noble.20250320.224614_amd64.deb Size: 209638 SHA256: 01c802ff26e1a57c0585cbb6fd7c00f300b5598bf4ec80a73ef13d6a30f384c0 SHA1: c4187e0df679a20f411e15856f374acbf3ba2c14 MD5sum: e76da3bf344f6c0e29acc955e065b08b Description: debug symbols for ros-jazzy-zbar-ros-interfaces Build-Ids: 0303f64251c45dd1049844bc673addce709629dc 11e2b9554703027fdfddcc47f20690cd486b3cde 142accde70edb0856bacf10d42bbb418c16c7547 643d934704da856d38d343d12810db591a26db0c 6d46d837ac7e4bb823133c2cba1d04ab6247b29c 7c26823b1431b8db6dc7a351845bf5aff8bbdd9e a4879bfc7769f75dbc56f1fc51ecef8c78cc3fe8 b03ce344f5afc805ae3861731eb7104a4c4a3c99 e04509f659c0b60d9225018ae6539bf2dd7f5888 e948422162cac39857937aedeb877c5cb9cc82cb f52d4824e95f09c7c7fd6b932316503d82ba2935 Package: ros-jazzy-zed-msgs Version: 5.0.0-1noble.20250328.213022 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 40834 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.0.0-1noble.20250328.213022_amd64.deb Size: 10699988 SHA256: c62459b84dc80efd2d2a7dc9bd32294cb05835ba4ce299174892c46174ca73e3 SHA1: 0d03a1a37ece78acda1699af08a2fe9c9fe73085 MD5sum: 2b92bcfb68f27e80a4e3e9ea2da8000e 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.0.0-1noble.20250328.213022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3366 Depends: ros-jazzy-zed-msgs (= 5.0.0-1noble.20250328.213022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-msgs/ros-jazzy-zed-msgs-dbgsym_5.0.0-1noble.20250328.213022_amd64.deb Size: 2760392 SHA256: 764320c5d2eb8830aaefa823f7db0449817f435defb8102161b3f045d314a130 SHA1: 833f91648f05cdc23ea037d2dc131be7579b09c5 MD5sum: 581d96bfaea1adb14519c498f75b95bf Description: debug symbols for ros-jazzy-zed-msgs Build-Ids: 0da4efaf277d55fb6bd2314bfec79d2fc5639301 23da3b55f6e7ab831da2125944c069bacb29d408 25d84fdb098f60d470937f53b4ddbf74d21d3eb5 39bb409c83750b36a121f348e9977d98062f1cfb 3bc88f66eedab19b3a13c0b015957dcd9b7f5fdb 4c44b8f8b3a0bbe2a5a3a47ab324c2bfb9b468ce 58ed994dc376321d368eb5ee521bb5956d9cd8cb 7e23cfe27321003b230998262505f350dbf6736e b10ba0566901f67e1cbfbf61271206b18c3ee247 f024e2a574487b8fe22a8af392bf84e3574ad338 f4fedfb69a34cd95a5d7e1376136c743d75170fe Package: ros-jazzy-zenoh-cpp-vendor Version: 0.2.3-1noble.20250325.164151 Architecture: amd64 Maintainer: Yadunund Installed-Size: 36376 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor_0.2.3-1noble.20250325.164151_amd64.deb Size: 7434968 SHA256: da7f67027459bc0cf33e2e62d3ad4c5f9bd399dbee14c48b942c11d81f90346c SHA1: a7501e66ef4598d568632c0c7f63fc7b74ecc44d MD5sum: 3daf61be4fbad07a2a9f5f60cf2af175 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.3-1noble.20250325.164151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3212 Depends: ros-jazzy-zenoh-cpp-vendor (= 0.2.3-1noble.20250325.164151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor-dbgsym_0.2.3-1noble.20250325.164151_amd64.deb Size: 2104206 SHA256: 4a22ba76f423459ec030cfeaeb668ea26ff603b299f80a55f3cc436b00892d6a SHA1: 22ba575398250b1faad28d956b0d96cfcb6568dd MD5sum: efa3e4f74095c165ff68fcea69b1e2c7 Description: debug symbols for ros-jazzy-zenoh-cpp-vendor Build-Ids: 3110299dd3c0a7044fed0e0ff07b01b5df7bdcc4 Package: ros-jazzy-zlib-point-cloud-transport Version: 4.0.1-1noble.20250321.133649 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 590 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 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.1-1noble.20250321.133649_amd64.deb Size: 126196 SHA256: e70b42f443a92ca341e8c6afcff3d95107c0ed4dbcb81423ff3e8598dc9a8734 SHA1: 172842f6bb41a97ca290f5edc62565720f9b5c98 MD5sum: 76e7e57bbe8a28844ed4b82e3ebaba5d 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.1-1noble.20250321.133649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3270 Depends: ros-jazzy-zlib-point-cloud-transport (= 4.0.1-1noble.20250321.133649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zlib-point-cloud-transport/ros-jazzy-zlib-point-cloud-transport-dbgsym_4.0.1-1noble.20250321.133649_amd64.deb Size: 2883018 SHA256: 0220aebeb7c95f4fab4056b596fb8180d1383e38d0b2ea57b98763fbddf68e49 SHA1: 741f48313f68853eb82ce747b26a71f03a739f19 MD5sum: 838aa2e0d4d0d64f878f88c366be56a6 Description: debug symbols for ros-jazzy-zlib-point-cloud-transport Build-Ids: 65a1234f81572307344f99cc5015cdd9f674bfbc Package: ros-jazzy-zmqpp-vendor Version: 0.0.2-4noble.20250320.191154 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), libzmq3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zmqpp-vendor/ros-jazzy-zmqpp-vendor_0.0.2-4noble.20250320.191154_amd64.deb Size: 127182 SHA256: 0775c080d4363bb485fdad3f4a4a0fc0ea8bb42dfe619dc79906bf8ac2f166f4 SHA1: 32d7b8a9b8b65bb8ccc7f375141043211d99425b MD5sum: bae0514b812c397b3a1ab43b0bc62287 Description: Vendor package for zmqpp Package: ros-jazzy-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-zmqpp-vendor Version: 0.0.2-4noble.20250320.191154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 794 Depends: ros-jazzy-zmqpp-vendor (= 0.0.2-4noble.20250320.191154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zmqpp-vendor/ros-jazzy-zmqpp-vendor-dbgsym_0.0.2-4noble.20250320.191154_amd64.deb Size: 748634 SHA256: f2163e83eb9b9323be9d91a2172e3a280f357917e4e1ad268d12987d07a5d6bc SHA1: f10dfa2de12549ceda40419b5383bc630efb2ff0 MD5sum: a3e5a2940aae63d8b53a7cbc5527faf7 Description: debug symbols for ros-jazzy-zmqpp-vendor Build-Ids: 93d45ff4c4216738577b4ca89f3edcf78014ec21 Package: ros-jazzy-zstd-image-transport Version: 4.0.4-1noble.20250321.135933 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.4-1noble.20250321.135933_amd64.deb Size: 117506 SHA256: 55ea7b7ab34325f3eae7fe29984b5c27db907158cb5deabf4a420b7cce9cdc2e SHA1: 75f08d0860240b4d5542c65a69e6f5fde1e01f20 MD5sum: 7f74256f1b3cfcde131eec08574a867a 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.4-1noble.20250321.135933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2572 Depends: ros-jazzy-zstd-image-transport (= 4.0.4-1noble.20250321.135933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-image-transport/ros-jazzy-zstd-image-transport-dbgsym_4.0.4-1noble.20250321.135933_amd64.deb Size: 2229358 SHA256: 182c9cfd2a848baec252323f3a650cfa01f67ee2b79a185ba54beeb510504a34 SHA1: c391f652b33d3e009a5743d3d63276d30b6da702 MD5sum: b220f3ff7e5dba7470c138007e871e17 Description: debug symbols for ros-jazzy-zstd-image-transport Build-Ids: e057e4cfd052c706f858a459b55cc03e20388ad0 Package: ros-jazzy-zstd-point-cloud-transport Version: 4.0.1-1noble.20250321.133442 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.1-1noble.20250321.133442_amd64.deb Size: 124690 SHA256: a979044d74be42d5aa8c9b756cc4a6a970c746bb193a3b6579a2bb05d14fbf74 SHA1: 1be7b4e63fc9e3e95d547798e050780371fb96f9 MD5sum: 1b215467f812550e279b060b555d59a1 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.1-1noble.20250321.133442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2684 Depends: ros-jazzy-zstd-point-cloud-transport (= 4.0.1-1noble.20250321.133442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-point-cloud-transport/ros-jazzy-zstd-point-cloud-transport-dbgsym_4.0.1-1noble.20250321.133442_amd64.deb Size: 2295220 SHA256: 3576e0df9c298da04a31b73aad015e827fe015ee8866b188e4ff7b1e85f5ecc2 SHA1: 35277a163e254ffb6808db381d72bd50c7d54ad1 MD5sum: 2e9a74df17546ce21ba89c5f76718752 Description: debug symbols for ros-jazzy-zstd-point-cloud-transport Build-Ids: e306c98a50ee420a90bb2f2e5cfd0ca5e94cc720 Package: ros-jazzy-zstd-vendor Version: 0.26.6-1noble.20250320.191158 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.6-1noble.20250320.191158_amd64.deb Size: 7716 SHA256: 674b4ea80cc9c0497cc9758fd5895a5c625bac1575f43ce46ba177b9d53b32e7 SHA1: c350c3b3b09e1c902c748035db613df36f76db5c MD5sum: 279bad95424b965c1d260cf744afe4fc Description: Zstd compression vendor package, providing a dependency for Zstd. Package: ros-rolling-acado-vendor Version: 1.0.0-6noble.20250326.141244 Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 38968 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.20250326.141244_amd64.deb Size: 6139046 SHA256: afc1a572827eb4c9f2f0ce1292e63a63f1186d2a14125f6167948c6a89bdd5ef SHA1: 8594ff189721ed772979ba2653a40dc9e615a5d1 MD5sum: b143a39bbd17906707b0374a79722981 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.20250326.141244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 2534 Depends: ros-rolling-acado-vendor (= 1.0.0-6noble.20250326.141244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-acado-vendor/ros-rolling-acado-vendor-dbgsym_1.0.0-6noble.20250326.141244_amd64.deb Size: 313532 SHA256: c86f802baffb8711885ba15e45e8f48868f888030c59b3cc1dcadf0d143f00a1 SHA1: e80bf7b3f66501679c95d4abc31113879ee1410c MD5sum: 208b3affdd46e66ae3f83951ddc0295a Description: debug symbols for ros-rolling-acado-vendor Build-Ids: 1d6a2207b59e03151b78ecb6b24f16e11bd4eb13 54e64396ab6509509e736aeb6a380b797c1c03f9 Package: ros-rolling-ackermann-msgs Version: 2.0.2-5noble.20250331.165300 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 565 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-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.20250331.165300_amd64.deb Size: 50834 SHA256: a46e05d8503d9e3dec37e43be26a736543b03e422c59d366baaa58449af07cbf SHA1: 7c2fd73416b4ef124b62e5c45ad3f260bdfb304b MD5sum: 7b652af6106e4f0f03e6ab0d8ad3533c 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.20250331.165300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 371 Depends: ros-rolling-ackermann-msgs (= 2.0.2-5noble.20250331.165300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs-dbgsym_2.0.2-5noble.20250331.165300_amd64.deb Size: 264830 SHA256: dc5cb0218ef4615ec5c06b97dba990213657384637b271676e63311d3839a605 SHA1: a0addc87e28f3c716a4ff1d46e6cc38d74253097 MD5sum: 836c69c926663bfd72e4ad43794455e8 Description: debug symbols for ros-rolling-ackermann-msgs Build-Ids: 09f20380655a9aecb64f5a11e72177ca366741a2 1235d235924871522b7cd9d6b96bfa5824b66f91 3fe1c6e1962a01595d708d641f65da085c1fe72f 63f6916caaf9da3b2427e351ae12e32798c19aca 67f811fab1ee5d70c00575c8e3d199e25e944b2f 73ec8523e4ac07316a043f41de70f35ca36f69d9 74c6b7fb5aebf5a698e958eadefddbe5858759a1 9aba74346dd0dc4cb4af5599254f0cccc1202728 a4f3245b77c27f5a2afb6d0e7ed2e2572c9a9c16 cafcbb6cf93ba3ae7cf145e04f12c6302e3fe759 de1cd36f13e91c1b3e704880f91fd58f9e6856e1 Package: ros-rolling-ackermann-steering-controller Version: 4.22.0-1noble.20250331.200435 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 195 Depends: 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_4.22.0-1noble.20250331.200435_amd64.deb Size: 44570 SHA256: befbfaf01875edfef601c8966040a585df1b31a835d031fb9b3fca81fdd54dc9 SHA1: 561028d38f59f8748622b1c63589cf31664fa12c MD5sum: 1d52b270dac56aa1327dc9d005e7ba43 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: 4.22.0-1noble.20250331.200435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 680 Depends: ros-rolling-ackermann-steering-controller (= 4.22.0-1noble.20250331.200435) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller-dbgsym_4.22.0-1noble.20250331.200435_amd64.deb Size: 651232 SHA256: a08d454cd131a74765362b97f173a1a5b79f8a1cef0951d21a74c25a470e3ce3 SHA1: ee3bf665234232b3a06925a12f53d2c25886c8fd MD5sum: 96dfbc5528538f4d8e7efa32393016ae Description: debug symbols for ros-rolling-ackermann-steering-controller Build-Ids: 8237474856fbf3ffae4db654862d17c8f1ac2e17 Package: ros-rolling-action-msgs Version: 2.2.0-1noble.20250331.163106 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1088 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs_2.2.0-1noble.20250331.163106_amd64.deb Size: 96034 SHA256: 4dc41f5d19cf482660402eedc90e8aaf7bb0f52c618c736601fbb92627ea28c4 SHA1: 2aea913adfd68768d0d0a9aaac20f01beed8fa3d MD5sum: d585148aa70c45587b0d475c3e9427bb 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.2.0-1noble.20250331.163106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 811 Depends: ros-rolling-action-msgs (= 2.2.0-1noble.20250331.163106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs-dbgsym_2.2.0-1noble.20250331.163106_amd64.deb Size: 631706 SHA256: 98e83a25c23e07de48476dce5293c78378e5800f1b0ca5fa0ca1a75997c839d0 SHA1: 1c3f1992b1c74421ca55b6957c34a23d009a533a MD5sum: 31b5aab9da5799218868021923771ce9 Description: debug symbols for ros-rolling-action-msgs Build-Ids: 046afe77cc54e6ccc5b71c398494572c22b8fe93 245639fc630b1f59107a28f9ce55a3bdfbd6c01c 348663a25b1e841b8add8881a824bb254d5723a6 62578133307da7b5ea7e4d426b05935188af2175 6cf98a8951465211757facfe3aae60650e21a529 82a9c49d88625cbf4ede19fb423209e9fbf3f5e9 86382cfbe4a9b320be94ef1335b5e34529ca26df 98ccff9c5985bf97cf519e0e05be602bc30f2de3 a09d00ac0051f5377b56383428cf981c29bf3391 c6d37ced1e008115fd634d12e703bd096b59ab77 f378d90045f79bfbf8f9946df42a641186ef9b97 Package: ros-rolling-action-tutorials-cpp Version: 0.35.1-1noble.20250331.184633 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 320 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp_0.35.1-1noble.20250331.184633_amd64.deb Size: 70488 SHA256: 7bcab8d102a1d3b69fbbfbf179b1fcab6427eb5c9d30d164854be5da070eacf7 SHA1: ad609ba6cbb4a8f818ba43f13edcf73e27742059 MD5sum: 3a658b3fdb3af6bdaf36133c62d2fa27 Description: C++ action tutorial cpp code Package: ros-rolling-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-action-tutorials-cpp Version: 0.35.1-1noble.20250331.184633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1714 Depends: ros-rolling-action-tutorials-cpp (= 0.35.1-1noble.20250331.184633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp-dbgsym_0.35.1-1noble.20250331.184633_amd64.deb Size: 1437574 SHA256: 561da28b335583c5f5c656c8add36c054b8c7fc9215374a4902ce06fa48bb841 SHA1: a0a454a3e8bf231d005e30544290d0fb767a1bd5 MD5sum: 2a10a15b5fc8d1e210bb403b45a80c58 Description: debug symbols for ros-rolling-action-tutorials-cpp Build-Ids: 20ab5b782d689b7695dde8aa762616fa44688309 c6da97fdc84917c6754f34f91960a80be4a1a43b f660435d961d77ed910102d53d14df0e06018518 Package: ros-rolling-action-tutorials-py Version: 0.35.1-1noble.20250331.175413 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 48 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-py/ros-rolling-action-tutorials-py_0.35.1-1noble.20250331.175413_amd64.deb Size: 8490 SHA256: eed771738a429aa7c3c17411adf378f00f73b1b4ef75f55b0f79f1f4767e3cb3 SHA1: 7ee991f447e379f567da91c47fd07c75b911ec63 MD5sum: 7f53553b4e7f3bf86b1cc6f49eda87c0 Description: Python action tutorial code Package: ros-rolling-actionlib-msgs Version: 5.5.0-1noble.20250331.164202 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 687 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actionlib-msgs/ros-rolling-actionlib-msgs_5.5.0-1noble.20250331.164202_amd64.deb Size: 65930 SHA256: 261f25b705bb1800683e88d538a8e64fbeab1a7242e8b1076be7a10546a93189 SHA1: b20367e265b85cf2cb20b4eecdce83db219b14c9 MD5sum: dd31d13028931d048138c11b3242e516 Description: A package containing some message definitions used in the implementation of ROS 1 actions. Package: ros-rolling-actionlib-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-actionlib-msgs Version: 5.5.0-1noble.20250331.164202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 528 Depends: ros-rolling-actionlib-msgs (= 5.5.0-1noble.20250331.164202) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actionlib-msgs/ros-rolling-actionlib-msgs-dbgsym_5.5.0-1noble.20250331.164202_amd64.deb Size: 398312 SHA256: 7d3b77cae2590feb4a48abfe88eb07b275ddae8b1c916f9999dfdc9a37499f3d SHA1: b2011d533a34d2d500ae862c44fcaa15df28bfe7 MD5sum: e4885eeef524fa3b76f90b6be16de8cc Description: debug symbols for ros-rolling-actionlib-msgs Build-Ids: 0d406ca0add9d90a287829438f5dd400eadad248 0ffca67ff5d24bedb7a675161f8ae0ef9715ea8b 25688a7e7003280083376d6f5eb6b27d5d662976 453a740fb6c64b72d0c3baf72118701017725a10 4a13d6a6dc33099376c920ef8a4ed8279b732ed6 4f260d9c898ffc068370b809fc9b22c11915e320 57e212cef9f3d1941473e6c5b8483ebb0d596f37 843c81b3fcefb07508191c44c8644933275d8f9a 942a38ae7f1955182444573ae9adda1da61b546b 9ca6506b27c5d22d5c8ccbd9b3029c704fe92bbf b61178d92dd7d84379021081aa6ef3b2daec78b5 Package: ros-rolling-actuator-msgs Version: 0.0.1-3noble.20250331.165305 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1371 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-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.20250331.165305_amd64.deb Size: 100624 SHA256: e93c66606e9be34d32ceb7717ccaad104d15eb1248bfac6a31ac41d8df251fa8 SHA1: 1c11fd09da12c8f97fe694ab13a7ecf49eb1c736 MD5sum: 6bce8b3dab10ae6b199553840f62d3dc 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.20250331.165305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1067 Depends: ros-rolling-actuator-msgs (= 0.0.1-3noble.20250331.165305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs-dbgsym_0.0.1-3noble.20250331.165305_amd64.deb Size: 844274 SHA256: 3673d5a4b0ec1f932b9e5d29fa80b2d72db79fd21df0ce8fb1c533c73226ff1a SHA1: e736d24b55aac225f83373e33f51f3c93af9e379 MD5sum: 98bd20f39475c70dfde7d28eab277a8d Description: debug symbols for ros-rolling-actuator-msgs Build-Ids: 1759e7382f836c9a1bade9f8490e269885d4f004 4135aabd2644962dd0361dc174cbd16da9450b71 4986a6d0dd5b2000b3971c9d16063f97f836c5cc 5d24cd5b6b21b29130c92d6edf889315d1a81e1e 7d64206fb6d6b0f1c3dab3300843580d39de479e b3e5e49c250f9d25a9ca4b3658c4e980ea6f0e23 b8476585f66453895917adb0ca9441de220bda1b c697a7512d5758d9d7b1df7b9f6d16c06f3d04a2 cc08e5ffd22de40790928aef8fc172a09dcb041d dfaf70929c41df55f725db1509007c2f3c1b66b7 e80322a8e6903eaa684af78ddb1f2be6092a919f Package: ros-rolling-adaptive-component Version: 0.2.1-4noble.20250331.185345 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 138 Depends: libc6 (>= 2.32), 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-adaptive-component/ros-rolling-adaptive-component_0.2.1-4noble.20250331.185345_amd64.deb Size: 30346 SHA256: bd76d2710c218907365141d5eda8b064c4bc50c5d93b2a60dd70979141eae5d3 SHA1: 17b0e358b3747b0d93b717a502e0eec839185dda MD5sum: 7866e88e9c874907b4e0ec472c9920f8 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-rolling-adaptive-component-dbgsym Package-Type: ddeb Source: ros-rolling-adaptive-component Version: 0.2.1-4noble.20250331.185345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 420 Depends: ros-rolling-adaptive-component (= 0.2.1-4noble.20250331.185345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-adaptive-component/ros-rolling-adaptive-component-dbgsym_0.2.1-4noble.20250331.185345_amd64.deb Size: 390908 SHA256: 279a92eaca7f3bd22d2dea40c4c8ba445b35041384a4d7034e4cdfd0fa243cc6 SHA1: f938f96063ff4cac2bb8eff3b615e0db43798487 MD5sum: d0c16dbc064841e1aafe3803ef026cc2 Description: debug symbols for ros-rolling-adaptive-component Build-Ids: 47c86c4fb6029ce28d4fe763323f41bdbb2e17f2 Package: ros-rolling-admittance-controller Version: 4.22.0-1noble.20250331.195419 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1247 Depends: 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-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_4.22.0-1noble.20250331.195419_amd64.deb Size: 288182 SHA256: 28801564d6c9bc91485c56b6f5032c98d73d3aea9a1b0b12124030e206192d50 SHA1: fffde85cf6b48e71491cc3c1677eada376af2501 MD5sum: e4f2a89922e78fec2325cd77ea259abc 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: 4.22.0-1noble.20250331.195419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 6972 Depends: ros-rolling-admittance-controller (= 4.22.0-1noble.20250331.195419) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller-dbgsym_4.22.0-1noble.20250331.195419_amd64.deb Size: 6347632 SHA256: c9ce84a1d975288ce6d0252fc6bd1390a605df6546931c9aadbf35b85b458ab9 SHA1: 8ded1d17a3c7f48e0b8e5f80c7131a18ea3090ce MD5sum: 02d5a6cddefb1340cf1601cc740429c5 Description: debug symbols for ros-rolling-admittance-controller Build-Ids: 0cfa27c8ff4e7cb8a1dfd4a2be874d8c0c522dcc Package: ros-rolling-ament-acceleration Version: 0.2.0-4noble.20250318.170247 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 43 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.20250318.170247_amd64.deb Size: 5570 SHA256: 2e660f0b2558d6d49859cb40d877d68140c3077565cbbb88a9b4c308c7557461 SHA1: 845c12f92ec36a79f414a147594ed376b0dc6825 MD5sum: 4359831fb6da0624f9b0a08332d0954c 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.20250318.170405 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.20250318.170405_amd64.deb Size: 12188 SHA256: 2f4267a02253a905e20d25a63ecd1a633c0a2b03d9790a44e1e769fb0fb2007c SHA1: 8d564227abad1b7eefdbf81f8193dc4b63283142 MD5sum: 2aa0fdd7e88076d3f96895cdd4e53768 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.19.1-1noble.20250318.170355 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 66 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.19.1-1noble.20250318.170355_amd64.deb Size: 16482 SHA256: cc74e229639c0afa6486dcd3dd0ef0abcd9f518eb1543498713f09378e78a608 SHA1: 6e4bfc50d99247cd27127dd6f2044799c5fef2c7 MD5sum: 71a1642a7abc2b511f4e815c92f6b6ec 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.19.1-1noble.20250318.170356 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.19.1-1noble.20250318.170356_amd64.deb Size: 17430 SHA256: 1a47267c13223777ce1e89b497be896014a030f13a451ee84c9bed3e44b494f2 SHA1: b712a167003fd0792a9a1b89db64a0062d443967 MD5sum: 5830ba8d89dca71b334ebaf4a9608241 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.7.2-2noble.20250326.140846 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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-interfaces, 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.7.2-2noble.20250326.140846_amd64.deb Size: 7458 SHA256: 6855619dc1844cfc1ac989a3cbf397d54f56e4e134eb8d19a1169357ed4f7b0d SHA1: 6c29ee5424ea1e46c95defef3a2c680aeef6ba76 MD5sum: 9f81e62a43cb7187452f44579b41059e Description: The entry point package for the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-auto Version: 2.7.2-2noble.20250326.141324 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 69 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.7.2-2noble.20250326.141324_amd64.deb Size: 10424 SHA256: c677327af22381f9402d9ab4bfceb95bde9658f4d326968199e619fe1ecacabd SHA1: ac5969e981cea8124a758e4a44de434017d0d82b MD5sum: e0d28e33789e83645a2c5f7271be5dfb 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.20250318.170554 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 45 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.20250318.170554_amd64.deb Size: 6832 SHA256: 3556f271e6f7d59f188a7cfeb1df68123b39f55b6bcf3a2cd6ca8e6c65cbcc8c SHA1: 43493f06b2d106603c26c065b31a1028ae473632 MD5sum: 46d6b326a61537c57404ac43279ba1d6 Description: The CMake API for ament_black to lint Python code using black. Package: ros-rolling-ament-cmake-catch2 Version: 1.5.0-1noble.20250318.170539 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 48 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.20250318.170539_amd64.deb Size: 6766 SHA256: af6b24862659c8895075bb1ba022557750a3e3658d916b593dd900fe21dc8173 SHA1: f3fd6a241308c3d31f24fed1790252b860194877 MD5sum: aead25c3918cb60ac0e366844564adfa Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-rolling-ament-cmake-clang-format Version: 0.19.1-1noble.20250318.170603 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170603_amd64.deb Size: 7704 SHA256: ed144f673cd17c9ebb3438a0ac20ae17f9c66e38b92b6432c501e9e4bb29ff57 SHA1: dbf8b9937bd786c4bd78d2e4fe99f31adf6d1e06 MD5sum: e02b5aedeacd14873f4b029c5371e3a2 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.19.1-1noble.20250318.170544 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 49 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.19.1-1noble.20250318.170544_amd64.deb Size: 7946 SHA256: 734968d85cd968d0534ee5578e020a56925a0651ddb0f6313595a659cb831a0c SHA1: 756ba52b0205008f09414f39836199ed72b6fc80 MD5sum: 70ce2a8121fd4543369b2ec2b7728b17 Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-rolling-ament-cmake-copyright Version: 0.19.1-1noble.20250318.170551 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170551_amd64.deb Size: 7832 SHA256: 1eaabef14cbfc12b4538a9d63c669ad941f7c941408e552778780f6158272663 SHA1: 838082a4e4f2730a109a4bf0bcb7c79734689286 MD5sum: a264e56ada36a416200bf22984890985 Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-rolling-ament-cmake-core Version: 2.7.2-2noble.20250318.162350 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 189 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.7.2-2noble.20250318.162350_amd64.deb Size: 27088 SHA256: f4fb76c290f36a4e3d51ec70a6e569c54dca6514a3b6e6bd7d77dcb99f426ab8 SHA1: c06e4875eec2e228e0688e892565e4e556b32624 MD5sum: 36208188a1ab8f5a272fc5ae2ba9f614 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.19.1-1noble.20250318.170601 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 52 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.19.1-1noble.20250318.170601_amd64.deb Size: 9598 SHA256: 0e067b92d6b6f3c764b3b16e6cfc09fc50bfef43ca65308e4b2e7ac3909bf92f SHA1: 0fd2933636cbd6c6a54dacefc037b351db910127 MD5sum: cc393002ef60cbce628e84ac8837c29f 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.19.1-1noble.20250318.170542 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 50 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.19.1-1noble.20250318.170542_amd64.deb Size: 8164 SHA256: d38b6d0d4ed8dc5e0fb01083f050444e06925e0ac361f8c7e819ae3820a295cc SHA1: 0a3cc90a03f7bd48bd93ff023b8505aee40ed95a MD5sum: 8b120d3c4eaa4264d5fecb3206f9bba9 Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-rolling-ament-cmake-export-definitions Version: 2.7.2-2noble.20250318.170249 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-export-definitions/ros-rolling-ament-cmake-export-definitions_2.7.2-2noble.20250318.170249_amd64.deb Size: 7234 SHA256: 190ad48f8379d366fe112a624491764c9d37f7f1f208855fd1a0e8da43ccd1aa SHA1: 69db2b239e71dcd1dc1643979716069053ff5931 MD5sum: 0958ffced44f8482978718b31028cb30 Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-dependencies Version: 2.7.2-2noble.20250318.170449 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 51 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.7.2-2noble.20250318.170449_amd64.deb Size: 8640 SHA256: 9922342b1b85ea432e2c8daabc5d14285b80455b8782f0d4b832c6a262513de1 SHA1: 9ad5618422371fa32c01a9ef16151dc9f6e14f34 MD5sum: d1644a334d7ca6dc2621c9a09a76fc49 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.7.2-2noble.20250318.170249 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-export-include-directories/ros-rolling-ament-cmake-export-include-directories_2.7.2-2noble.20250318.170249_amd64.deb Size: 7560 SHA256: 6c382849b1c76132768d08cf5ffcf868049ea92cb8e7267343ae9b46ab803344 SHA1: fa54462389b2d1b33178979210c33089fe9cd566 MD5sum: 80e2465a0ac8d5c7b7455250d16aacc2 Description: The ability to export include directories to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-export-interfaces Version: 2.7.2-2noble.20250318.170336 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 49 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-interfaces/ros-rolling-ament-cmake-export-interfaces_2.7.2-2noble.20250318.170336_amd64.deb Size: 7988 SHA256: 038a1521c225f70bc2a7d89383bcb21c8539ba37f1eb36a2692bc63a0f242f0a SHA1: b81122d930c458e4e52701e65e06e82a33f8a316 MD5sum: 70f3d4352efff01bc18f96388092d6c8 Description: The ability to export interfaces to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-export-libraries Version: 2.7.2-2noble.20250318.170255 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 60 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.7.2-2noble.20250318.170255_amd64.deb Size: 9584 SHA256: 349a4045626a8280ba2a08a14b343039ada8dd6c35e7867ac03c17c562be6d58 SHA1: fe9f27751b8115d90875ea0888b5d4d094697cd6 MD5sum: 007cc19cc17264431f1d68ba0fe76940 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.7.2-2noble.20250318.170307 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-export-link-flags/ros-rolling-ament-cmake-export-link-flags_2.7.2-2noble.20250318.170307_amd64.deb Size: 7178 SHA256: 15bd059049c91bd1f70812e3981f147176b4e5f0fee179245d349a5fb43e782a SHA1: e259dcfc75a0c3157b4523906f30e82ac1a69a04 MD5sum: 3e979e165dcbaf240890bbb56a0e5cb1 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-targets Version: 2.7.2-2noble.20250318.170337 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 50 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.7.2-2noble.20250318.170337_amd64.deb Size: 8228 SHA256: b632b6fe6c31086c3e1abab5c6ebbd3e6953fc65ac75b369fb4dd14e54ae9282 SHA1: b92b6152f5e774b0ce3556f8de424a3d357c5bf6 MD5sum: d869328349b452f07ad6133f5b4b437b Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-flake8 Version: 0.19.1-1noble.20250318.170604 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170604_amd64.deb Size: 7676 SHA256: 43d8c6adfdf2ebbb80192a954200b13af96486988249d06e45a0fd62386b1050 SHA1: 22426f3d906b0730e03c53011a3e51bc538ede92 MD5sum: 6d4b3bc8fcbafb93613553b9cb58f3ef 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.7.2-2noble.20250318.170316 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 59 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.7.2-2noble.20250318.170316_amd64.deb Size: 9602 SHA256: eecab69288ced3a60cb1ac4184876c77fa05ab70adce71b183a88e388ab49f86 SHA1: e76fc7f61f1c4c582960b39da0f44dea5f337d52 MD5sum: 8cdb528d3ceb6ca03215ca2ff3e380c0 Description: Generate a C header containing the version number of the package Package: ros-rolling-ament-cmake-gmock Version: 2.7.2-2noble.20250318.172249 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: google-mock, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-test, ros-rolling-gmock-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gmock/ros-rolling-ament-cmake-gmock_2.7.2-2noble.20250318.172249_amd64.deb Size: 10072 SHA256: a4abab9d7300875e585519c080801b0a68bbbe5db6140d734f962afbcf6b9cc7 SHA1: 9936257fae4141e82fbff8092087fc3a6b1a25f8 MD5sum: aecce6df2ac72c2495a46677bdc98191 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-google-benchmark Version: 2.7.2-2noble.20250318.170721 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 83 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.7.2-2noble.20250318.170721_amd64.deb Size: 13304 SHA256: 5824ebea75ad4949bc42741320592e3ca03b4372370ad98e8d7b47ced61815cc SHA1: 9ca292bf65746b83d560c5099f9f4100f6ba97fc MD5sum: 71224d7b915c2f52f21226bd4abb8902 Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-gtest Version: 2.7.2-2noble.20250318.170634 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: libgtest-dev, ros-rolling-ament-cmake-test, ros-rolling-gtest-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gtest/ros-rolling-ament-cmake-gtest_2.7.2-2noble.20250318.170634_amd64.deb Size: 10362 SHA256: 23d3b051341825f97ed5752bf0c25fbe4c0ccf2dea38ea98f82999175b093c40 SHA1: 727cf67805f2875e7cd1983443d38790c396c9f9 MD5sum: a5c02f4fe76e92a7fb24cdc6da232c18 Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-include-directories Version: 2.7.2-2noble.20250318.170318 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 46 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.7.2-2noble.20250318.170318_amd64.deb Size: 7324 SHA256: d6393f6952fd0cabb4663608ab7ecbad57aee8b922e33f688be540e9733a4f40 SHA1: d91372d1a78502aaeca2cf5680361580ffe872e4 MD5sum: 22c5af23f20d7cb3787b7d717f50095b 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.7.2-2noble.20250318.170339 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 45 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.7.2-2noble.20250318.170339_amd64.deb Size: 7130 SHA256: ab5e1e934464dc994a1ef8931f5b4613d7edf5c03e879da988e39fee7e4df6fc SHA1: 7ef66345a1cac1dd62d596ef76d09dac4cb5599b MD5sum: a67cce42614fd83a47814cb108256223 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-lint-cmake Version: 0.19.1-1noble.20250318.170638 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 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.19.1-1noble.20250318.170638_amd64.deb Size: 7660 SHA256: 0e6c7537e73dfb90d907034a2978398af8d83e22e866c64416b5d2ba2e66a31a SHA1: 612150991269a2814170f58f01250306abeaadf4 MD5sum: 2be338cf667a14612fd72b67cdf672a8 Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-rolling-ament-cmake-mypy Version: 0.19.1-1noble.20250318.170640 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 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.19.1-1noble.20250318.170640_amd64.deb Size: 7830 SHA256: 6da9ec16ee271c6c5529a96e30b8a6787815afb715be8a8a79404475d530500a SHA1: 9551233abe9d00a49e4f57a36aba3a330614373b MD5sum: 3849c329970f5574514d769d7711db42 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.19.1-1noble.20250318.170648 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 49 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.19.1-1noble.20250318.170648_amd64.deb Size: 7926 SHA256: 3449130ced33cf784f4573c61a3efad9ee941b5048017f959820590af07afb2f SHA1: c2c8cdcd9f00f1be546ab5371d98de9d6ccd0eea MD5sum: a4f8503081e6df7a908f023637a53c11 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.19.1-1noble.20250318.170651 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 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.19.1-1noble.20250318.170651_amd64.deb Size: 7416 SHA256: 9b188ba5d39a96014fc375f31e21b2eef385a186a48f8e6429220a9ce13dcb0c SHA1: d6db5de935dc0be0c4a3c8fd8cc76df407c06ff0 MD5sum: c1e593b43ec04cb26756e66d7f19d115 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.19.1-1noble.20250318.170703 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170703_amd64.deb Size: 7640 SHA256: ecbe983455e4c1389563741e48013144109863944dfd9aa5a42e1cde1b28a1e0 SHA1: 0845026becc036444703b77dfdd45ea908dfdaa6 MD5sum: 0f991f8ef92742be2af42512a6cc4d86 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.19.1-1noble.20250318.170703 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 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.19.1-1noble.20250318.170703_amd64.deb Size: 7312 SHA256: 839f5790187735c668d45b07db2897aad445fe2361031ac667112e249b409f5e SHA1: cacefab6319ec430f51b6f7be75a371a494d9439 MD5sum: b834f7289060f3db54b94c9582607d00 Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-rolling-ament-cmake-pytest Version: 2.7.2-2noble.20250318.170710 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 56 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.7.2-2noble.20250318.170710_amd64.deb Size: 10298 SHA256: 6f567f30aa4b37fccd9d35688e8e933b213699b29a757c890d041343934780f8 SHA1: 9d051ea8f82dcd31e74a3808f09ad881a0de987f MD5sum: 4e3043c1d9d345d2afd29e60282ea1b3 Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-python Version: 2.7.2-2noble.20250318.170342 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 59 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.7.2-2noble.20250318.170342_amd64.deb Size: 10256 SHA256: 79922a1916d27aaa89f17bdd9434c9cfdb30894c950ff3b3775add86005817e7 SHA1: e559f8cecafcc359541260e40cd761eb209ccfc6 MD5sum: 8e6824a5e20d2d3706d64fab7a2cca8c Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-ros Version: 0.14.0-1noble.20250326.210017 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 55 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-domain-coordinator, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros/ros-rolling-ament-cmake-ros_0.14.0-1noble.20250326.210017_amd64.deb Size: 8062 SHA256: 7719b657eb09f8cbc81c20437682fe74df1cb54e4048496cba5f9c36e7c2292d SHA1: f43716fd8f8b84334415315ec6c95edb907ae51e MD5sum: 112938fa1a05db59ad0d0f21b90ac118 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-ros-core Version: 0.14.0-1noble.20250326.142109 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 47 Depends: ros-rolling-ament-cmake-core, 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.14.0-1noble.20250326.142109_amd64.deb Size: 6736 SHA256: 31f6dde9625e908e37b86919235b04550d65242e1cd082581d900a21ccb1ec2c SHA1: 3e6c103b62b208d4c4a67958b9e46626cdbbabdb MD5sum: 8248ac5947c3951308b2c58ecb1589a4 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-target-dependencies Version: 2.7.2-2noble.20250318.170453 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 54 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.7.2-2noble.20250318.170453_amd64.deb Size: 9512 SHA256: ba4493de34c5387415ad004e5c9db130d9c1ba3db8b2c7221150f0dcfcb5b95b SHA1: 3d764e26b1a2ba5bedcd77a45e5990b16ce692dc MD5sum: e9b0fb9ecba68df3f19efcc8d005e85a 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.7.2-2noble.20250318.170407 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 80 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.7.2-2noble.20250318.170407_amd64.deb Size: 15480 SHA256: a69f1fa7a46ec0c84df212e3f3fba52cc2f1e756f061c7955a050186c6628098 SHA1: c1f53c3b421906fef85cfa688c8e9b6a029f9254 MD5sum: 1250a2663a96fe600dfc4b3fc3d1ad94 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-uncrustify Version: 0.19.1-1noble.20250327.090252 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 50 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.19.1-1noble.20250327.090252_amd64.deb Size: 8874 SHA256: f7ffb64dcb032ad6e76f2c689af5ae9eef691bef50c2e3c604b6808929f41fab SHA1: 6c5c12a902eabdc9b2487021319aeb726b828728 MD5sum: ef9169821877e3b61a11c4e269407315 Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-rolling-ament-cmake-vendor-package Version: 2.7.2-2noble.20250318.170515 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 72 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.7.2-2noble.20250318.170515_amd64.deb Size: 11234 SHA256: 556b5c627e8095621da87517c2293191c12fd27691b802cae77d5bd3c10a2e93 SHA1: 34783f9ff3c9ac5674d3b75d413d470579a7811e MD5sum: 0c18ca4695c398cc85eee61d2e5da256 Description: Macros for maintaining a 'vendor' package. Package: ros-rolling-ament-cmake-version Version: 2.7.2-2noble.20250318.170350 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 46 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.7.2-2noble.20250318.170350_amd64.deb Size: 7504 SHA256: 178afa5c972550f55d8f7312c7b6038a74f42eada66349e9a77f9f6acaeb38dc SHA1: 25257aeef9e45d5f2d70a51d95eb3188e3006204 MD5sum: 10a8517b01948878a4d3f3a971053db0 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-rolling-ament-cmake-xmllint Version: 0.19.1-1noble.20250318.170716 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170716_amd64.deb Size: 7408 SHA256: 1488a91e813da681eebf7542b7705a9dca24ae448bf834c02e1f829ebc4f9f5b SHA1: 24087c7884cfd862e4e8dcc0232cf1ba0658667f MD5sum: 01d620aaef3cd67112e762dbf58031cd Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-rolling-ament-copyright Version: 0.19.1-1noble.20250318.170437 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 212 Depends: python3-importlib-metadata, 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.19.1-1noble.20250318.170437_amd64.deb Size: 52214 SHA256: fbcaa07fee040e2ead582d9e35ccd417f239f6485268206b7f7f736de7c9ab9e SHA1: 243aa30ad717d3db8de6f2fadbe8633e408a1c65 MD5sum: a1882a906a1ae8bd35ba9aa3a428eb2b Description: The ability to check source files for copyright and license information. Package: ros-rolling-ament-cppcheck Version: 0.19.1-1noble.20250318.170402 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 62 Depends: cppcheck, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cppcheck/ros-rolling-ament-cppcheck_0.19.1-1noble.20250318.170402_amd64.deb Size: 16668 SHA256: fc74f1629fb4e4cd4ca026d1fc3d918f8cc64550706d9eb6ff9e9d263c57eec1 SHA1: c7f04e5d13da40492583db315e8c5e681b991f70 MD5sum: 18c50ea77bcd17ad5375419128999660 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.19.1-1noble.20250318.170412 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 539 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cpplint/ros-rolling-ament-cpplint_0.19.1-1noble.20250318.170412_amd64.deb Size: 146674 SHA256: 286a5d2eba6887f6d16503ee6f4b29a00216841c0f190457a1cce29c1cd0e4f1 SHA1: 421836fa6e081709aa79114921306429bd06d293 MD5sum: 11a14988950677eef8bc92d5fdb2abc3 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.20250326.141053 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 53 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.20250326.141053_amd64.deb Size: 8646 SHA256: ea1c116473c01a97cffb450a6c11c426c9e7d92e34bfada895fe7d20683467cc SHA1: dcdd9ca68d61715e8844d4ec4851fbf6bce1579b MD5sum: c02531ad122fe30ebf43b892221970e0 Description: CMake macros for downloading files with ament Package: ros-rolling-ament-flake8 Version: 0.19.1-1noble.20250318.170438 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-rolling-ament-lint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-flake8/ros-rolling-ament-flake8_0.19.1-1noble.20250318.170438_amd64.deb Size: 17496 SHA256: 71adc1fe63b925dd96c7aea1043514bb9da3d57718f30514600acf04bb8a9ae2 SHA1: 995f2826297edd341af1fe7999d299d13aa35815 MD5sum: 6f5bd232a90c7b0b62886d8c534adf96 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-rolling-ament-index-cpp Version: 1.10.1-1noble.20250326.141102 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 114 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp_1.10.1-1noble.20250326.141102_amd64.deb Size: 24430 SHA256: 27e8806a83b730e79df9dc2d1ef63a6b2838b2462d0ec284998e737cfdf353b0 SHA1: 1b4b903ee960377ada981fc5ed0d2e8c2cca48d7 MD5sum: 8a308cc7726d18a3308da95fd556d067 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.10.1-1noble.20250326.141102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 250 Depends: ros-rolling-ament-index-cpp (= 1.10.1-1noble.20250326.141102) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp-dbgsym_1.10.1-1noble.20250326.141102_amd64.deb Size: 232008 SHA256: 4f2fae6cfddd92c8b859a7c915a4849ecf923c259aae7a9253eca547baaf6f26 SHA1: f8f2f1feca555ea82508c9f2d0234677c79195aa MD5sum: aa924e2bffc26d889cd10dbca40d80e1 Description: debug symbols for ros-rolling-ament-index-cpp Build-Ids: 0d6b9b953460d123636db5a8a0afa142f2abde7d Package: ros-rolling-ament-index-python Version: 1.10.1-1noble.20250318.170406 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.10.1-1noble.20250318.170406_amd64.deb Size: 14830 SHA256: 22c5b07ac044beb609630f966d4555a1706390f0adafd406ceb89b320ed35237 SHA1: f442d98d8c690b1e9551fdec3c19f5948fc8dfb4 MD5sum: 3d347ca669ce0e21d00f0b8cab6417d8 Description: Python API to access the ament resource index. Package: ros-rolling-ament-lint Version: 0.19.1-1noble.20250318.170407 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.19.1-1noble.20250318.170407_amd64.deb Size: 4784 SHA256: 91e37a7e8d089667e59307d20cdc15bff500af3e013936e76ac3a57c8c66a07d SHA1: ab6fe54d81b359705bb629734dd3a7cf6b17bc43 MD5sum: d4f2ff7eabe74506ff14f58893fe5bac Description: Providing common API for ament linter packages. Package: ros-rolling-ament-lint-auto Version: 0.19.1-1noble.20250318.170719 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250318.170719_amd64.deb Size: 7484 SHA256: 8df85d4798f81eaf516f464de3116a49464a76502785438882203e4545694d96 SHA1: 5abe11eabf6eaf25e89650cbdda26556afee1254 MD5sum: 313ea51265b8825e2fb8db04508dcfac Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-rolling-ament-lint-cmake Version: 0.19.1-1noble.20250318.170410 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.19.1-1noble.20250318.170410_amd64.deb Size: 25838 SHA256: 56c1e23fc932c70b10f4b8157aed00ef8c85643bdd301c1eb4a1a520ffc6ebe1 SHA1: e287235220656c54292ff59ccb6534d3e6c76a77 MD5sum: 8993a0d006d2647da3733a1e0ed1bc5a Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-rolling-ament-lint-common Version: 0.19.1-1noble.20250327.090900 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48 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.19.1-1noble.20250327.090900_amd64.deb Size: 7516 SHA256: 0365a48b7baceba445f7ef5890ed3ff288bb92d583f0e4e9e9c58756bceb2e69 SHA1: d715a256f6f509b73adcd226c2dbd4964228e2fb MD5sum: 4c78156481bb15a13758fccf79cc2e2a Description: The list of commonly used linters in the ament build system in CMake. Package: ros-rolling-ament-mypy Version: 0.19.1-1noble.20250318.170423 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 58 Depends: python3-mypy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-mypy/ros-rolling-ament-mypy_0.19.1-1noble.20250318.170423_amd64.deb Size: 13602 SHA256: 8e213948450fed24f639a995cb05e7b98668a875342fa6c6fba5f063c1aa30d1 SHA1: f8aba78a69a712d0dbd0198a340c52bb256f9dbb MD5sum: 0a708ef2dab65700f44da870ffd88c91 Description: Support for mypy static type checking in ament. Package: ros-rolling-ament-nodl Version: 0.1.0-6noble.20250326.141223 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 47 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.20250326.141223_amd64.deb Size: 6486 SHA256: 1f510061db9c4207a577a6c804ab89a236df7fa294d05ac0c1e12f6cb06f0103 SHA1: 593e4107be2030a506008b14a7b4730810780c8d MD5sum: 66b9a3dda020dae9082c0bfe7dbc8f71 Description: Ament extension for exporting NoDL .xml files Package: ros-rolling-ament-package Version: 0.17.1-1noble.20250318.162142 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 131 Depends: python3-importlib-metadata, python3-minimal, python3-setuptools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-package/ros-rolling-ament-package_0.17.1-1noble.20250318.162142_amd64.deb Size: 25396 SHA256: b494a84d941b3f5c082ea86e4872655f427acadad5c075a1d503d8ce44f275ec SHA1: e57a60da33e0664c43adbd2bab3ed181bc33ffb2 MD5sum: fb784b2675118fc81331219e3d392cf3 Description: The parser for the manifest files in the ament buildsystem. Package: ros-rolling-ament-pclint Version: 0.19.1-1noble.20250318.170425 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.19.1-1noble.20250318.170425_amd64.deb Size: 43972 SHA256: 2f313d0636dcad8bd791b3f00c860b6d6052791a1a19c9fac5c2241a57089f3d SHA1: 55c61856cd0aae946090c1a606e3a671cf910ada MD5sum: da07ba3cfe0cd5180212393697e40067 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.19.1-1noble.20250318.170440 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.19.1-1noble.20250318.170440_amd64.deb Size: 13638 SHA256: 336d596678eb477d4b3f0189045b3a7d48884f70a1b04b8f7cb1e1bd4345b7bc SHA1: 5e52a0cf0bb8194ae4c4e1cb5f9cc4cfe062d31d MD5sum: a2dedfceada23a4c83e2b5c2373987ff 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.19.1-1noble.20250318.170426 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: python3-pycodestyle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pycodestyle/ros-rolling-ament-pycodestyle_0.19.1-1noble.20250318.170426_amd64.deb Size: 11140 SHA256: 026d9b69b86dcf4d17d81f8bb5806b44a7fec8f23e29a7caa027fd9c59ab0db6 SHA1: 17fa916bafa4347b322944df184b3b978d97a388 MD5sum: 596825e0560ffc975429884f6bd9dd12 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.19.1-1noble.20250318.170427 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.19.1-1noble.20250318.170427_amd64.deb Size: 12260 SHA256: cc5d52d9dea245e8820b6adac9f88d6208290d0b157a3eac7c541d63a37ad139 SHA1: b2418180c7fe5feaa1ce136bd083c6f84424bacd MD5sum: f48a038080a1443871ddd8847786f87f Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-rolling-ament-uncrustify Version: 0.19.1-1noble.20250327.084839 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.19.1-1noble.20250327.084839_amd64.deb Size: 50822 SHA256: 4f141da9132389c9603e268ecd142eaeb33132a37b94147ff040b0a32ba35358 SHA1: 9a28f2c19c4642b78d0c23afe62b9c6232aa2d80 MD5sum: bc6b8cfd19c73c75082da4f3f967ec9c 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.20250326.210125 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 88 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.20250326.210125_amd64.deb Size: 15260 SHA256: 1406d8c184f2db668cd6f207e4cc1cddc371721983cb53e7ad6701e06e754094 SHA1: ecfeb428c769767b9cafe8e3a61507a3e77bf1ef MD5sum: 39b0cf75ce4726ffa5942658818e4c3f 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.19.1-1noble.20250318.170440 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 57 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.19.1-1noble.20250318.170440_amd64.deb Size: 13730 SHA256: afe9703f6a8ac70cf3fb866bd28c53dde52b76086544b5301137780dae9488ee SHA1: a6286e39bef6c0334c89a581b719fe627f8732bf MD5sum: 37a970496a2eb26dbe6fbff6704ffef0 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.0-4noble.20250326.141256 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 89 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.0-4noble.20250326.141256_amd64.deb Size: 13670 SHA256: a2b721be71f103d3ef9da41788f38dcffcda33f661bd066782987abc44e8c0d7 SHA1: 3aa895c62c4bede3dd2251922288074752fb6509 MD5sum: ffd515836429ca9ebb883cb4d5cd4f25 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.20250326.141601 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 56 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.20250326.141601_amd64.deb Size: 7942 SHA256: 679f6f4c48ed2f3d72c64780b5a41eb5d0e90dc55d87e23c8956bc4e5cf85210 SHA1: 73eaee7287a9de173fdc3b01ee16e6f234cb9408 MD5sum: 42b90f98c20bbf302c5679fe0c882bd5 Description: The package Apex.OS Test Tools contains test helpers Package: ros-rolling-apriltag Version: 3.4.3-1noble.20250318.165644 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1789 Depends: libc6 (>= 2.38), libpython3.12t64 (>= 3.12.1), 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.3-1noble.20250318.165644_amd64.deb Size: 1159598 SHA256: d03f739ec53a32e95f4f320f82e3120d6ec0104d02b452448cfb9984338e46d7 SHA1: 1549cdce0bb90bc59002a820343365485c024521 MD5sum: 5d41c1e5269ea86c67578c4778093eda Description: AprilTag detector library Package: ros-rolling-apriltag-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag Version: 3.4.3-1noble.20250318.165644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 399 Depends: ros-rolling-apriltag (= 3.4.3-1noble.20250318.165644) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag-dbgsym_3.4.3-1noble.20250318.165644_amd64.deb Size: 327612 SHA256: 90a7dbc5d2984b10acd71ae5b54be972468e64726f104772a30e92b00d6b3504 SHA1: 71afd4725a175299845b0821abf1303ae45cde74 MD5sum: f5c932f2a294ba0799e67db8f352d0ac Description: debug symbols for ros-rolling-apriltag Build-Ids: 7eea94176a5330730824c59e97e49eabeb2c8dbf cfcd8a4a611376fd39d2709f2294fff4346ad9de d952868c55b7affdaae9a99d13d9e87a239d7eba Package: ros-rolling-apriltag-detector Version: 3.0.1-2noble.20250331.194304 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 464 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.1-2noble.20250331.194304_amd64.deb Size: 135706 SHA256: 054595246bceefb362ab3dd197dc38e5f352415a20e1176802b462a1c4f58b3b SHA1: 4e30c5b1f9963a41a2d77c39806109057a83a894 MD5sum: d94ceeadfd58095c4402621a5cc6316d Description: ROS2 package for apriltag detection Package: ros-rolling-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-detector Version: 3.0.1-2noble.20250331.194304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2117 Depends: ros-rolling-apriltag-detector (= 3.0.1-2noble.20250331.194304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector-dbgsym_3.0.1-2noble.20250331.194304_amd64.deb Size: 1997286 SHA256: dd1abb8eac416e8b78d5e78d8a8e8b42e3904012650b8afc71d65831b3debed4 SHA1: 6190c166affee61fc07b70e7a8ece739b2463dcf MD5sum: 50868fb1cba9a08efde9397a1867baf9 Description: debug symbols for ros-rolling-apriltag-detector Build-Ids: 784a2cd04bf7ff25c188822628b8bfca38df54f6 db5fd5bde0e0e34b7c1e09de2046f30dac695e6f Package: ros-rolling-apriltag-detector-mit Version: 3.0.1-2noble.20250331.194748 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-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.1-2noble.20250331.194748_amd64.deb Size: 27914 SHA256: 060de2d66f2f731f949fec044b6848673ba5751f6661a11ec34714a44e73d371 SHA1: 11f0247b964311cf8516dcbaf0c7e0c7a35c55e3 MD5sum: 4a1b87be8427dae97443e496aa45e47f 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.1-2noble.20250331.194748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 463 Depends: ros-rolling-apriltag-detector-mit (= 3.0.1-2noble.20250331.194748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit-dbgsym_3.0.1-2noble.20250331.194748_amd64.deb Size: 443456 SHA256: ea0ff2241d7085b654973f1f6f6487bcc04ad737582bd5a03b36c6eb01bf6def SHA1: d8c7d320041f8fc47378e485469b446b4ceecad9 MD5sum: f0c50b3df42366238de12c8cb843886e Description: debug symbols for ros-rolling-apriltag-detector-mit Build-Ids: 8067ed147c2243a523ec0527a061d04b5a3651f2 Package: ros-rolling-apriltag-detector-umich Version: 3.0.1-2noble.20250331.194817 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-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.1-2noble.20250331.194817_amd64.deb Size: 22748 SHA256: d041f0fd8ba04874431138fbf81a08b260802a240e488a210e721cf934df97b6 SHA1: 0353d7f95d9830f79a2add1c6fb8a5a7fe5ff1d4 MD5sum: 682d917caebbb73e484df8823fe44dcb 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.1-2noble.20250331.194817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 444 Depends: ros-rolling-apriltag-detector-umich (= 3.0.1-2noble.20250331.194817) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich-dbgsym_3.0.1-2noble.20250331.194817_amd64.deb Size: 425320 SHA256: 4b75e9b6346603be0e8fb4d5aa411730cbb1bbaecac1b1021c271b6a0c8f910a SHA1: 35550708a131d34c49312eeff488046ba1bb4dbf MD5sum: eb19828e69457ac3d65d2492207c9472 Description: debug symbols for ros-rolling-apriltag-detector-umich Build-Ids: ef8f3b1d73eebabafcd4cf8294665ba71b62dda9 Package: ros-rolling-apriltag-draw Version: 3.0.1-2noble.20250331.194338 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 644 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.1-2noble.20250331.194338_amd64.deb Size: 148284 SHA256: 046cb293f74449e550f01867a54e6e5b265546a9bf45108673e42c96f5919952 SHA1: 50dd2e8ecfed3d928bb66159cbe69848995c3875 MD5sum: 02de5739ff206c722b5c398d3a03f46f 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.1-2noble.20250331.194338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2973 Depends: ros-rolling-apriltag-draw (= 3.0.1-2noble.20250331.194338) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw-dbgsym_3.0.1-2noble.20250331.194338_amd64.deb Size: 2624402 SHA256: ce99b4d7135fabf2bbb309cfe7802e02e3b1f39007b94533f49dd557e42e4e48 SHA1: e02b53d7a9178be48f252a71477295f2bc4e5c6f MD5sum: 3dab5d0832d4b5f465bc41f486c68b1c Description: debug symbols for ros-rolling-apriltag-draw Build-Ids: b930f710af675435358e9744f95343db0ac311ea fb7788ce503e096080700eac71e70d53f7b45821 Package: ros-rolling-apriltag-mit Version: 1.0.3-1noble.20250318.165830 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.20250318.165830_amd64.deb Size: 76036 SHA256: c98bb3b149d01d8cd3a78f52b39b2cb151ef4a8f42f54210c49306bd7d0c141d SHA1: ba6933f95118bf4f73b3eef72fc3fb461ab914d1 MD5sum: 90b6503159ec58b6322d49b3f9ac5ecf 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.20250318.165830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 841 Depends: ros-rolling-apriltag-mit (= 1.0.3-1noble.20250318.165830) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit-dbgsym_1.0.3-1noble.20250318.165830_amd64.deb Size: 826560 SHA256: 64aa6ce9228e1cbadd40ac6fdeeaec55be152dcc154194282abf8b0d5b203828 SHA1: a3c9d0e92f4380e539c16b236d0b9641ab2d3ba2 MD5sum: 80f16d5a818e465345593b98bbf67dc5 Description: debug symbols for ros-rolling-apriltag-mit Build-Ids: 8dc9c53036c056899403fb65dcdea441d28c12bc Package: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20250331.165310 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 724 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-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.20250331.165310_amd64.deb Size: 69412 SHA256: 918b409d392e5e9cc6bdb460322cfb724df27d34ae1bbe69eaf4197cbfd31c12 SHA1: bbb74e37e673731d7e58ee7853e978246ffcd0f0 MD5sum: efbf948bbf61e2ac05d96b1fcf84281c Description: AprilTag message definitions Package: ros-rolling-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20250331.165310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 553 Depends: ros-rolling-apriltag-msgs (= 2.0.1-4noble.20250331.165310) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs-dbgsym_2.0.1-4noble.20250331.165310_amd64.deb Size: 425300 SHA256: b97defb76a37c5175823dbba0a9ef5f704472e5bf2cac0dbccc8c0faa835708f SHA1: 5384d6b84bb03ad93573ecc93b6093ecd43ec34d MD5sum: 89cf7080ff333a627b0d1c359b6c332c Description: debug symbols for ros-rolling-apriltag-msgs Build-Ids: 0379395a7e63a3563090d9a9b789c37bae5a3d2a 090e4f009d40c1768b281fa41c79f175dc8723ee 18be8119bfc5550d44146a34e7f305a6945faa55 1adb7295a520986167839a483b68efb6b6761886 36ac278204762e6649f688562482b1f271fd9b31 4a2fb2791923312351bd2ac68aac1b9893a8a6c9 7afc80a2d9dad95ac9f1b12b27bb0d4b41ab0c83 7f519240f0e415a4ed7be57146b38230cf935ce3 9188a6b267d309c0b4cf5f34441619e99ba38419 d9c00c23febb0c5f9cbd9b42e769fb2ebd593d17 e756bc51887675ded36c8152f66af73298913890 Package: ros-rolling-apriltag-ros Version: 3.2.2-1noble.20250331.194358 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 424 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-apriltag, 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-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-ros/ros-rolling-apriltag-ros_3.2.2-1noble.20250331.194358_amd64.deb Size: 123878 SHA256: 220d02ece576cb73bb5808fd1a755b9b413b2946579c74081f4b9e05f90ae234 SHA1: ca1d696803dd59e19e94bdfe174d2a19f04e46e6 MD5sum: 0e9739e288c63bbb9c2ba584fdf7bd98 Description: AprilTag detection node Package: ros-rolling-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-ros Version: 3.2.2-1noble.20250331.194358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2401 Depends: ros-rolling-apriltag-ros (= 3.2.2-1noble.20250331.194358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-ros/ros-rolling-apriltag-ros-dbgsym_3.2.2-1noble.20250331.194358_amd64.deb Size: 2273750 SHA256: 522641ac0e3b0f3f817fe93c87af3193d0f03a2e0227c34de24ca6853082b3ce SHA1: 18d22c9aad06f08bcba2a8c19ebbf0b021ffcbcc MD5sum: eb0cf039ef46df42dd6e15d7e9075a0e Description: debug symbols for ros-rolling-apriltag-ros Build-Ids: 5199566eb70d2d7eec61824db4a8627232a0efaa 95d79e2acc6f8ee73091153886a4d93682084564 Package: ros-rolling-apriltag-tools Version: 3.0.1-2noble.20250331.194844 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 102 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.1-2noble.20250331.194844_amd64.deb Size: 23932 SHA256: f66ef57be78b0edf222c7faf08e95b425ac7d1553c09c8aa3c663565d2e8bd96 SHA1: a56af1bd9a82d8c2ecfe5466060b839a345aa1ae MD5sum: 5ec9e7bd635181b51a44bdc05735f360 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.1-2noble.20250331.194844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 491 Depends: ros-rolling-apriltag-tools (= 3.0.1-2noble.20250331.194844) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools-dbgsym_3.0.1-2noble.20250331.194844_amd64.deb Size: 465824 SHA256: 9075a62b76e681d4811524514e1c305a6758fe137901d0ad66842c339850422a SHA1: 9801812f8a232b5737ea6e98d2945e84600ae991 MD5sum: 4c4c76b69fc534bdbbd846f1e900f9c9 Description: debug symbols for ros-rolling-apriltag-tools Build-Ids: 83e59f4543a73d697b7881aa8c6617d491d19afa Package: ros-rolling-aruco Version: 5.0.5-1noble.20250331.190334 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-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.20250331.190334_amd64.deb Size: 298134 SHA256: 0614fe5b883495fe22610b00db3a5cfb69d80bc2be78b357c0d1c83a0a05eae9 SHA1: d1b3b36ea46aea8fe1c64e5eb61474fa9fd05449 MD5sum: d4579517a051dfe6f9189da89d00284d 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.20250331.190334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-rolling-aruco (= 5.0.5-1noble.20250331.190334) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco-dbgsym_5.0.5-1noble.20250331.190334_amd64.deb Size: 4415186 SHA256: 7d015a3ec11e636d119fef2ddf44a7878607cd53fe80289a6c23eb561b3e205b SHA1: 999fa7a8fd22ee95fbae00095bb85b758565333d MD5sum: d016751dfcdf89cc18554fb74aaa7c23 Description: debug symbols for ros-rolling-aruco Build-Ids: b6aa8cb07175b114a8d64a6754a8499704b2f266 Package: ros-rolling-aruco-msgs Version: 5.0.5-1noble.20250331.171403 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 582 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-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.20250331.171403_amd64.deb Size: 57584 SHA256: efb7d2e44d893de46847210821824219ada28730eacba061d4a98d378364617d SHA1: 34a5bd8c829fd7a3acc4bb209b084f7277799bc1 MD5sum: 5a1af456afdf99e8d7c461495899a624 Description: The aruco_msgs package Package: ros-rolling-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-msgs Version: 5.0.5-1noble.20250331.171403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 431 Depends: ros-rolling-aruco-msgs (= 5.0.5-1noble.20250331.171403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs-dbgsym_5.0.5-1noble.20250331.171403_amd64.deb Size: 323766 SHA256: 47689b9dfcdb19ae96adf9dfa37d60950b17636b1e86377329fd9c62f2b2b605 SHA1: cfcd8455051889f00aab0951b77178f3431914e5 MD5sum: 3acc79b7c10b2ed7d7f8cce49a2aea11 Description: debug symbols for ros-rolling-aruco-msgs Build-Ids: 1e29d25d605dc5cac7bb37987d9e31b5a4bbb415 71fb4d9c161fe24cef39b90d23aa74e981d6b65d 9921273394231b589813da3ad2ea46693bce8284 b9cc90660c72357b21aa82d22f0478e0a9c168f7 bb3ec3abb8513c331d85cc463423d08ac5d727da c03fce7ec5fc491fac39496fed481d0e4b16f747 c2c2984a80d3fffd9f7cbb9928744c7b3bc1e693 c2da78718d0768bc02b2894e0c1499092c145b30 da29fd60eefb51b4cf581c18068ec81753e2caae de3066f18a98e4fd727497f09c2075dbfdad1173 f13a8be3d68de08729a3b13ccaeb80394ddb226e Package: ros-rolling-aruco-opencv Version: 6.0.1-1noble.20250331.195947 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1454 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.0.1-1noble.20250331.195947_amd64.deb Size: 283604 SHA256: 08e970eba6fc18c91041b27448f9b33a6b20dfb06a94cc867d054ef80c2fe3e2 SHA1: 74f02de41554778d5a927ed04897c67a92e24b2f MD5sum: 5100334475e71a14caa81a9a5cf03e4e 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.0.1-1noble.20250331.195947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 6832 Depends: ros-rolling-aruco-opencv (= 6.0.1-1noble.20250331.195947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv-dbgsym_6.0.1-1noble.20250331.195947_amd64.deb Size: 5783782 SHA256: accd62faf1b421f21034e0a9ea11b59331aef450bdc345e96e31f90547e54412 SHA1: e67f6020fb7703a01c191773bb0916b9750ab0c2 MD5sum: a376379c50b295997cc0c3bfbd98e424 Description: debug symbols for ros-rolling-aruco-opencv Build-Ids: 5ebeff00b252bc68d2a239c8cf39a889f903ef84 e6f04b97ccaa4ce641f79188a3cefcb2442be347 f2879b6268d56c9e4d182321d328566e38e0122c Package: ros-rolling-aruco-opencv-msgs Version: 6.0.1-1noble.20250331.171427 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 703 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-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.0.1-1noble.20250331.171427_amd64.deb Size: 66584 SHA256: 03f21098a7050ee3718eef9d424b62676b5f443924f09cc1ed119780b1f0ceed SHA1: 884afe6c9e8013fab49d0462a67fa64d27844f0c MD5sum: daaad2438fdadd9beeb86b1d20b501b0 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.0.1-1noble.20250331.171427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 555 Depends: ros-rolling-aruco-opencv-msgs (= 6.0.1-1noble.20250331.171427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs-dbgsym_6.0.1-1noble.20250331.171427_amd64.deb Size: 426078 SHA256: 2335c86d7fe2c2c1f05d91c882880c7f2710e2039d91aea9cfde7eb3eadd352a SHA1: 3d57c050b9a8702f2631e152c17cc2599514121a MD5sum: 350e1d5e3fefa5fc429c19baf48a77ed Description: debug symbols for ros-rolling-aruco-opencv-msgs Build-Ids: 22af3db5f25b5b80055b3078697a7d628b0cc3c6 60a58b7610aa2c6a28b29239bf049c17f88f31af 746311c2a96a9d942931f7bcaa1eb84edafaaacd 9ecf40c298dd1a0057e9ae33b0c62aa7789d8cf9 b9efaf7652871543fe5a7d7a9a6125804eaed7cc bab9ddfe34088e1d4ef0476309adbfd620e85c50 c22651302d75bd5197f056440d7e4dae4fe3e13e d046c5b32769ba4579246100797bb4436ae8a3df d9c8751db022abd90f49946abf019eb5c89260ad ed6ec5469d3ab871ad16db23f2cac53784cadcbe f6c81c9588154fbf09a8d41c04903b0f5d08d3a2 Package: ros-rolling-aruco-ros Version: 5.0.5-1noble.20250331.195307 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 2558 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-rolling-aruco, ros-rolling-aruco-msgs, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, 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: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-ros/ros-rolling-aruco-ros_5.0.5-1noble.20250331.195307_amd64.deb Size: 558896 SHA256: 69d951e8cf07fc9168bf90a97bc62efc5e3f35e5f369548fbf02fa72a9eb7e02 SHA1: bc378fe503805fe43267890e639921f8e370bf55 MD5sum: 78ab5e7918033220e13f30443e7699e0 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-ros-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-ros Version: 5.0.5-1noble.20250331.195307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12892 Depends: ros-rolling-aruco-ros (= 5.0.5-1noble.20250331.195307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-ros/ros-rolling-aruco-ros-dbgsym_5.0.5-1noble.20250331.195307_amd64.deb Size: 11492072 SHA256: 9224aa24b81f4fe0e5062496a2c79d29f166400fa2a673b130e9e59715e845b2 SHA1: b2f9a2ff32bb56b31ab3ac787ce88d4fb93bdbad MD5sum: 7acd3437501391e2f9646d448c22f68a Description: debug symbols for ros-rolling-aruco-ros Build-Ids: 737d67f7b4d45d09222cbff944f5c5f77949de06 84b2e7e44e4767164827fda160c26b083f32569c bffe2acc6361374adffd4fbafab3c3a8c36d510b f0c71d4ee08261403006f3a8a9c3c0541045957d Package: ros-rolling-asio-cmake-module Version: 1.2.0-3noble.20250326.141323 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 44 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.20250326.141323_amd64.deb Size: 5938 SHA256: 330ce698c511f0b7166c947892d448d4e4ddd88f0db0279adab3f47c1ffc06c1 SHA1: cccbf37eb18b9b3b1f0381db722fe2ec62ca0b6e MD5sum: 3cb7f669cb8fefb4d2e6a6a41e6d9e9a Description: A CMake module for using the ASIO network library Package: ros-rolling-async-web-server-cpp Version: 2.0.0-5noble.20250326.210304 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-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.0-5noble.20250326.210304_amd64.deb Size: 181760 SHA256: 8707ac3be7928a30f934e287d9f1b2c21427fb80cf889ba99cbb3d329a028f8c SHA1: 48c6b8f7caa2ee7a6e118fbbee220f3c3cdade33 MD5sum: ef70e2c904a3cd339be1919f212e9d8d 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.0-5noble.20250326.210304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2833 Depends: ros-rolling-async-web-server-cpp (= 2.0.0-5noble.20250326.210304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-async-web-server-cpp/ros-rolling-async-web-server-cpp-dbgsym_2.0.0-5noble.20250326.210304_amd64.deb Size: 2646664 SHA256: 0132e57395171886d9722382bdd554920b62066d3f62e7a8925a0086bd57cb0d SHA1: be9a8efeb66819a37be617ff56142537e8422993 MD5sum: d79072481381611a2de683e6dbddd333 Description: debug symbols for ros-rolling-async-web-server-cpp Build-Ids: d98be3055d8e5f61ed3972c4ff9f8f8f14158a02 Package: ros-rolling-automatika-ros-sugar Version: 0.2.9-1noble.20250331.193855 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 3026 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, python3-jinja2, python3-msgpack, python3-numpy, python3-opencv, python3-setproctitle, 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/ros-sugar Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar_0.2.9-1noble.20250331.193855_amd64.deb Size: 257490 SHA256: 5e7ec5f7fac92883f1a83d3dabbfa3cd858d2350f3f7b51ff4318779e6748299 SHA1: 79715a7ba3de0a9931919b6f74f2126833a5b0a0 MD5sum: b3d483225dadceafb29179a557f72a45 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.2.9-1noble.20250331.193855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 2070 Depends: ros-rolling-automatika-ros-sugar (= 0.2.9-1noble.20250331.193855) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar-dbgsym_0.2.9-1noble.20250331.193855_amd64.deb Size: 1657070 SHA256: 100aa16c8814260c7440e3a1512b8d5cc5291f2601ee75c149e66fcddde10f65 SHA1: 9444c4f5d72e8db49f7f8552ada2e66bf6935939 MD5sum: c9b14632bc6bfd2080713f2a4afe2848 Description: debug symbols for ros-rolling-automatika-ros-sugar Build-Ids: 205a56f16f04e644f4926da308066c2d0d9e45ac 216f6b39fa58e271f6b5653e0d65b85ad1185521 2465d5e038260e601e9c166d9c07cd0de39a322f 30aa4eabb67ebbcc58c02835929968fb235793a9 3a500b16a8d0e92bfc87b61886fa38130fffefe3 4783f42c1b2f09b2241cc373f384a91c1bb95ee3 59e87eaa59a7383d5114b0af083398a4993d6be4 70526d1c08bfbbc680669d683e5b255722625e07 92b5ff70be4cebe280aa6ecee34ed5286c78ca41 ab846033eca2bbdf0f1f1bcf82d4a9db1661445f d7d27ffdeae6c2741dd3a711de93d048e81b1ce4 Package: ros-rolling-automotive-autonomy-msgs Version: 3.0.4-5noble.20250331.172653 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 42 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.20250331.172653_amd64.deb Size: 5634 SHA256: 10571f83a0171af0593b6ba7965e5378f219d12e66ee39cde07c0203687a7502 SHA1: ea38ca1bfacc70337372a2a27a3c724b73b306f7 MD5sum: 09c06d1c03d22403a169d0742b6de8b8 Description: Messages for vehicle automation Package: ros-rolling-automotive-navigation-msgs Version: 3.0.4-5noble.20250331.170856 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2209 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-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.20250331.170856_amd64.deb Size: 159100 SHA256: a1c6a85bd88f2825fb0cbe5cbb156043d377315357facbd1cff8817dc81c4a80 SHA1: 1bfaa03f06b6d15a170b3163d5fbf6651f21c7f5 MD5sum: 6788c3f4ea1626cd70fa45181d2c6f9c 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.20250331.170856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1770 Depends: ros-rolling-automotive-navigation-msgs (= 3.0.4-5noble.20250331.170856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs-dbgsym_3.0.4-5noble.20250331.170856_amd64.deb Size: 1439266 SHA256: f380ef1b117122b05829f8213cfa299c2f3a619addf355758209d6878ababe04 SHA1: ab3bc0a0f7063801d1370167aad56a58758d83f9 MD5sum: dba95a6a2cd0badb8222f3f49f2772f7 Description: debug symbols for ros-rolling-automotive-navigation-msgs Build-Ids: 020bc67cad308042ed06e2758b6cfae8e662312e 3204aaaa3ae6248d489f5a4be561fafadc7dd8af 3286c85d4d5a35f0a6847bc18ff77d4b7c223b5e 4b431fd9294dddf2d82d7d7f488e628ac6665421 549ab4b07ce217ace252ec86e6e47a914893cfcb 643eea59a1c5dc7ebb12f72e4ba10ab6b9d5f510 68e99ff6b979c9e273dd001be1804b9cb4d3b927 7163a9d0e18b5fd22beb9d1af5f5ef043d7e503a 8b85599fcbcda65bcdacb1ccdad9876c38259a86 b97003d1fa7b608b41dbcebdd508c32b548efbdc c83db7ad5876dd8005d24ab3acfb100362731bf4 Package: ros-rolling-automotive-platform-msgs Version: 3.0.4-5noble.20250331.164221 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4190 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-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.20250331.164221_amd64.deb Size: 249842 SHA256: 62713c8d4bd88641bec41e10beba288b0938e56dc31806900b40e31e9e07bf83 SHA1: 486a4690fdd9c0ed2b1459c1e6b4b000d6b7ee91 MD5sum: 7becc566c3b179b87fe42adc4eba3b4c 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.20250331.164221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2948 Depends: ros-rolling-automotive-platform-msgs (= 3.0.4-5noble.20250331.164221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs-dbgsym_3.0.4-5noble.20250331.164221_amd64.deb Size: 2339846 SHA256: 60a2fa8ae7a8c43820d78e0b38649a37767ffdb8ea55454b3d757d9d51820d6d SHA1: c72301d7c5907da1fcdf9c1de72c434ea66c4e8b MD5sum: e2635742ab5bd8356b5e8a40fe4dd855 Description: debug symbols for ros-rolling-automotive-platform-msgs Build-Ids: 038d70af9cd7cb32407f64b6b0d24d7750eeb889 1548326b688e90977fb5efd49497605232bb230b 31df8dec3b635344468420035600ccc0f66414a0 428566aa47b89a32cd719d00d5ce01b35e0c6d2c 50c41cd42e1fb47cd68247383010f88a3c45e0d6 566f7692e41e71bbf45454570e5b40f085479c8a 642b564a023c0df54ef0759ad7e746424e171f23 727ac6929f6ee2318f718e4994bac6171772adb8 a5ad704bfe033820af49b3e6b43864df264d951f cefbd374f169da32ce26050214eec742904a6324 f19e0368dca46f52b2a2ae6e46eb55ab1fe8175b Package: ros-rolling-autoware-adapi-v1-msgs Version: 1.3.0-1noble.20250331.171909 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 11346 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.3.0-1noble.20250331.171909_amd64.deb Size: 689416 SHA256: de8bd6a11f14d477b055563919a7cceb301475197b5496b8ff7ba102e6bb4494 SHA1: ac1be9c58bfa7bca528b9784db0b061d5c325578 MD5sum: 1c585181df86f8cacda52dd0a570768b 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.3.0-1noble.20250331.171909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 9301 Depends: ros-rolling-autoware-adapi-v1-msgs (= 1.3.0-1noble.20250331.171909) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-v1-msgs/ros-rolling-autoware-adapi-v1-msgs-dbgsym_1.3.0-1noble.20250331.171909_amd64.deb Size: 7559648 SHA256: 6463bd3a0da22fb0d437faaa2aec45ae34a5090750f09d750cc11c0fe1de9596 SHA1: d1cf83f78a74ec85ff301204fde547fe3b11a770 MD5sum: cd745b0f190c67fc42d358b65f42ae52 Description: debug symbols for ros-rolling-autoware-adapi-v1-msgs Build-Ids: 0cd993205f1d9661f74ddbecf06ec42e29c8e382 2da83394f2bbcb069bc5037d06f9c83f0e92da5e 4327579368a65f1df4470fb904dbfb27b47ebe4a 525dbd62b339fb71de631e2b0531c8722d8ea018 6f9e97d8b895f6b3633b26243d7a2b31e33aecfc a0ac618e1298a95ae2d61eff0a94f31459c8d871 a17d1e250fcf00ed56785e52a009e54acc4ba7a4 b5b115e8898a49ad84c87cfc8cc547659c48f6b8 ba3723bfdf361ae4a6ac98f60ad4870b7c6f1597 f15343739cfb894d3b116ad5192bc2bf2d5a4c2d fd3e8d29bc3329a042116c316cbd0999f08f3030 Package: ros-rolling-autoware-adapi-version-msgs Version: 1.3.0-1noble.20250331.165314 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 725 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.3.0-1noble.20250331.165314_amd64.deb Size: 65072 SHA256: 1fa9738bfd00baadc92fc8aef25ffce33fc5bd1d380b84f7d8738d24f903b4f4 SHA1: a2ad3f144940defc5d28cb3910914434d47383ec MD5sum: 07c3beb7494bb0336e9f1ac53e0f3702 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.3.0-1noble.20250331.165314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 446 Depends: ros-rolling-autoware-adapi-version-msgs (= 1.3.0-1noble.20250331.165314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-version-msgs/ros-rolling-autoware-adapi-version-msgs-dbgsym_1.3.0-1noble.20250331.165314_amd64.deb Size: 311732 SHA256: 3907a8e41468f883dc9d115367f4a962266050b92a7e37c7fe1079f62fe8b3a5 SHA1: 22583ebebaf8cc1b3b852e038640e1b0ddb79e3b MD5sum: 5dd4bbd5e2cbd75a0bee8834fe636b56 Description: debug symbols for ros-rolling-autoware-adapi-version-msgs Build-Ids: 08c8e3eaa9fe7c84e3c1c0dbe55fb8fd6ddd4ada 1a4db74b1c7c78480669632de6fe48ef41890384 281c55c244d5b37cee1be308afeb88d43685283b 2d8b68cbe7db7fa1c88e1e860c68ac87c827f079 357102f27a9a61f2945530a520a6475c2f5b2051 564fed486ca8171ad4d3547d12f2c62b6843eb8e 82e182e7443e7818ebcf963f69c40e794a19991c 88d92b89898399ba5277cec5bc56a21a77b39e38 924dc793d55434ecafe2b09ef6d33172b5b5ee74 b29405b60c416d952a155f4a66c99b5d0eeb3577 f07514b76660b109035f8ee2a28497c7a8933b06 Package: ros-rolling-autoware-auto-msgs Version: 1.0.0-6noble.20250331.172025 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 5815 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172025_amd64.deb Size: 393452 SHA256: 3566754c82a4fe250bbd115e3c66387a1878fc415d6ec22b5e8b1534e46b017b SHA1: 972dc9d0eea554b1240b078755507f41147cf4ce MD5sum: c6e0171a2e7daf526671d3e1c6786f00 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.20250331.172025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4241 Depends: ros-rolling-autoware-auto-msgs (= 1.0.0-6noble.20250331.172025) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-auto-msgs/ros-rolling-autoware-auto-msgs-dbgsym_1.0.0-6noble.20250331.172025_amd64.deb Size: 3411898 SHA256: aa3394399839d6925a35a52ad2660e9953f2eb4ef1c206eeffdd881692e066f0 SHA1: 1b0ea4c52bf8fa7b58eeebae4aac04b95e0a5601 MD5sum: 40af9c9e98cb7521cb824845d0d32129 Description: debug symbols for ros-rolling-autoware-auto-msgs Build-Ids: 073507823ec48e5bb6daecbfe1400c07f7461071 2197dfc95e3487362afb5a3d3393ceac9ff9279e 310a4c4e17e9ca0ab4fcf02f8f0513af96b94e50 3150c8fffba64f1295b18fc2c76e9f28538909f4 879748efbd9bccb77c73921605fb0588d21e0124 a65006f83fc1a18d9c1059dc2d6e19038997bff8 bb8ee62118f292a5b4438bb0bbe8bf973aac6cc4 d09f5c1ab539fe19338f5ae3eb41e5d1d5068cad d172592e2d12085b2202e5b62f3588b7b8aba762 dcecd67d198181b9c754eb741c31f057f97001d4 e6555bf4fb8bb79fc3575a108bba0da83ae18df8 Package: ros-rolling-autoware-cmake Version: 1.0.1-1noble.20250327.085226 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 49 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.0.1-1noble.20250327.085226_amd64.deb Size: 7190 SHA256: 2e3e3c414f20eac8f75dc5cf0b64b4c1ab7316218636ad88f8323b53e7f8cb0f SHA1: cb33e039e53e663af1486a708e9e99832e457ec0 MD5sum: 8b8155f0346f1c32183d9cd7b9ff5efd Description: CMake scripts for Autoware Package: ros-rolling-autoware-common-msgs Version: 1.4.0-1noble.20250331.165315 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 437 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-common-msgs/ros-rolling-autoware-common-msgs_1.4.0-1noble.20250331.165315_amd64.deb Size: 40950 SHA256: 2abca71005829d419e3af7cfda34ddc02967a82102d1b0c2a0538870785b98a7 SHA1: fd7323c8e858c8f00af59f132a9254d610274d23 MD5sum: 30e0b44adcc7a18f9eb725598ca51529 Description: Autoware common messages package. Package: ros-rolling-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-common-msgs Version: 1.4.0-1noble.20250331.165315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 274 Depends: ros-rolling-autoware-common-msgs (= 1.4.0-1noble.20250331.165315) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs-dbgsym_1.4.0-1noble.20250331.165315_amd64.deb Size: 183256 SHA256: ab04915db52cc250957277de33d799da1af9cf127f4ce247179ab4c85b2b70a7 SHA1: 6407ca522eeb60faeaf4584db7f7f156a1770ead MD5sum: 9f3d7d88812f118f36c9f0f957002af5 Description: debug symbols for ros-rolling-autoware-common-msgs Build-Ids: 2cf9cbdebd748cd6a640940a8fadbb2a77b49ecf 3b5aeed603cb502901b579410af2170dba044907 5f764a25a46b8a823a1088ef9470411ca6123b8c 7b3c88c65aa6c2b05ee6e5a8eae7d9bab5fc8725 8e7eb5655d12fa55a282e4e8291eecea4809e0dc a46ec88c919a52e50d0e894dd7a865b82f46f344 ac6a02cc41e93ee47d505a398d44ee729f29f79b c1aa7304bd19ef3e9e2dda2226c83a73caa9b17b cece2ad4bdd941309c556d18548732af891ba105 e44a97b98ceb6556fa32e13bbbc2ba16e713ef95 efcbd00c1ccf2bf746a2cd93ee00bc2ba0d0d406 Package: ros-rolling-autoware-control-msgs Version: 1.4.0-1noble.20250331.163345 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 886 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.4.0-1noble.20250331.163345_amd64.deb Size: 72444 SHA256: 00e590a4fab953f570fb50a249981b0af2b944c97f166ec289327f5d7f546059 SHA1: abeb0525ab6b5fd555a864ad9af29cee12634470 MD5sum: 200bd1518a6fa327f5b7f32c9d52a65f Description: Autoware control messages package. Package: ros-rolling-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-control-msgs Version: 1.4.0-1noble.20250331.163345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 595 Depends: ros-rolling-autoware-control-msgs (= 1.4.0-1noble.20250331.163345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs-dbgsym_1.4.0-1noble.20250331.163345_amd64.deb Size: 454748 SHA256: 234e59eb076124a9d1425f87b9164816e6490039349aa65729720d87ae8112df SHA1: ff3ef6d8b9431ddbc47765202882eec74ca078fa MD5sum: e3836cc92bb54562d9f146bea3719e4e Description: debug symbols for ros-rolling-autoware-control-msgs Build-Ids: 23bb2ac7be99b221eeb0432ee211ca470eb5c039 26d013efe0037cffb9a444deb72ab5b47d2600e7 2f57d674da576c9e195940a49cc6c8c9f40a00b9 3701fe83bef41e40d646f59353939e47b0cf684f 3ba03c9f401dc26ff5190e64d2cb69658bd90077 4bcf9f322e927b196216400c4c75872dd307034d 5ce4917385cacfba7e90f5814028d0b20d6e4247 89683afe2d3a72b112232d73e72af41b34e71790 b03606dbc156e4a9e63bbb8e53709e9163190e22 cbfa906bf0349952ab7959875eb78c19e63c0ee3 dc1777b2066f780a8f5a84b6b8d4a9561d3288ba Package: ros-rolling-autoware-internal-debug-msgs Version: 1.5.0-1noble.20250331.164241 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2350 Depends: libc6 (>= 2.14), 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-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.5.0-1noble.20250331.164241_amd64.deb Size: 159546 SHA256: d37703c330134bb34f58c8df9026d9e717d4c2dd90cbc828cdfe2dc2edcad819 SHA1: 7809755eda46481461b2aae3d70edcea7a423573 MD5sum: 7765cdf23504f09f148e165b7834a7ea 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.5.0-1noble.20250331.164241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 1881 Depends: ros-rolling-autoware-internal-debug-msgs (= 1.5.0-1noble.20250331.164241) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-debug-msgs/ros-rolling-autoware-internal-debug-msgs-dbgsym_1.5.0-1noble.20250331.164241_amd64.deb Size: 1502808 SHA256: 84f2ba33c0e8ad64c109d83a49ceb7b5e37cc24b5b2dfc33fea34cd07bfb2143 SHA1: 998afe84a24d49eace9f1df62b8e02b14fa31fee MD5sum: 024957268e1c18c6fb3577c4ebd9e8e2 Description: debug symbols for ros-rolling-autoware-internal-debug-msgs Build-Ids: 06f6fcbf143d85723999783ce0af7a6c465ebedd 74a89291c6c2cbde10a9557571ecb8fdf1ad795f 7b799b137304bf02b3fccbd63e01a75722a16492 7b9a05919f8429e78d29cbb716fc060507ec2489 825e09943bb49030e34b63eb953e980e13e5b3dc 9e89d0ff4880bd9e40dff2611a0155c2bed04a98 a2c6eb7af60020bf84f7cab7f465103b0b5d309d a399d2cf75fd34f9eb19c0d92a02c0152546a548 a3fc034a3e567015178271041ff167a05fe496d4 b139c94a3b238d0fcd9837144f60a159d22b1f6f c94d19aedbdd0beeb02277abbeb08e50cddc886c Package: ros-rolling-autoware-internal-msgs Version: 1.5.0-1noble.20250331.164301 Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 703 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-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.5.0-1noble.20250331.164301_amd64.deb Size: 60104 SHA256: 9263244c610b199c75abe580517c36fce6f167e2736df5cf0d3ca2c680e3df7b SHA1: f9d16ff5675e0fa2e7db221decf753353702ad6d MD5sum: bb36fb4e5312c0b983796dd29a7dd548 Description: Autoware internal messages package. Package: ros-rolling-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-msgs Version: 1.5.0-1noble.20250331.164301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 488 Depends: ros-rolling-autoware-internal-msgs (= 1.5.0-1noble.20250331.164301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs-dbgsym_1.5.0-1noble.20250331.164301_amd64.deb Size: 360958 SHA256: 6fd0ec76d5bb5a3b6e9b8af01dde32a824527c48da096f70db1499befd24e848 SHA1: c1661bc2f8bf911642f7ede62b5729fa6a65871b MD5sum: 2a0bd7b2849118c2a1fbf737b332078b Description: debug symbols for ros-rolling-autoware-internal-msgs Build-Ids: 1de8928965fe418b0200abfcb092be6e91816b10 22d72b70c21cf804308634c82359c59203717e30 6343885bccb1f7c23a028eddc06d552395798cd5 70a9f225f5bf71598c3dd4457e06618c8088f8e4 9f32f06760b17406cea485e084760df419091e71 b88332cfb6bd05591a2b04b733bb25d7192d8677 c3936c9028d91443371f0945e2ef184eb8b15bf4 d8b919527490997b7af7d549a7e9433f4a4783e1 eedd8d6c4ea57c2ee2c1d2d897c6b9c4523adabb f2c57b22367564ec691524d286f41657ec7a51e9 f3d621b8641eb0aa8501c2b861746173a629bef7 Package: ros-rolling-autoware-internal-perception-msgs Version: 1.5.0-1noble.20250331.173116 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 486 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.5.0-1noble.20250331.173116_amd64.deb Size: 47204 SHA256: 626d14a1e8980cbe83d9f07041cd0b08c46f86f33cfbc89a42f4f0fe1eeb72b1 SHA1: cf13510ad2831e4e89e6ee8ae279f440abd3b4d8 MD5sum: 861809703486c4d90d7b94dbfcf726fc 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.5.0-1noble.20250331.173116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 320 Depends: ros-rolling-autoware-internal-perception-msgs (= 1.5.0-1noble.20250331.173116) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-perception-msgs/ros-rolling-autoware-internal-perception-msgs-dbgsym_1.5.0-1noble.20250331.173116_amd64.deb Size: 223332 SHA256: f9cb4ba3170ca589a00b90f902b989021d21e347978bec3777c574bd5af3542d SHA1: e54b805e552b8f1ca060996dad3f6169799e9bb4 MD5sum: e6516c398b3b50374c3eaf1441305ccd Description: debug symbols for ros-rolling-autoware-internal-perception-msgs Build-Ids: 4d32e256ffb26ea21a176d55aaacfa31ba3f66a2 737a54651074f92282351e65ee26bcd2ebf0112e 79d938bb659ca8bdd37485159cd4bec230abffba 7ca451aab0a809d4f8861b04390959bfc28eab5c 81bcdc2d52c32c15d29b47a81bd3aba630fbbe54 a4b9cdc59c49c58bf05bdf08a2fe4750d684308d a5978ec26eb1f3f434de64ff579154690ef351e0 a8458dfd888522bce86c8728a637f82257448ed9 b33dc792d387fe429609fa8278b23f0bc1e1b7ec bf44fe458fe530a6bb17b650e159ec3f86032cb3 f7a1c761cbf444e77771b3aed10fe50a8ec1be31 Package: ros-rolling-autoware-internal-planning-msgs Version: 1.5.0-1noble.20250331.171748 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 1715 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, 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.5.0-1noble.20250331.171748_amd64.deb Size: 142352 SHA256: 8362ea4f21dacadd588989e64cc48e5bca8b10edb324b79fbf69bbf29c56cca1 SHA1: 27173c92fc85ba1821569f961e07aa77e092e746 MD5sum: 9bef0d66e94025bddf336ca58bc46e9e 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.5.0-1noble.20250331.171748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 1477 Depends: ros-rolling-autoware-internal-planning-msgs (= 1.5.0-1noble.20250331.171748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-planning-msgs/ros-rolling-autoware-internal-planning-msgs-dbgsym_1.5.0-1noble.20250331.171748_amd64.deb Size: 1223010 SHA256: 1fd06ae00193287e68e876dc4da825f3b205404d6d47c40d1add4e7a165d9de0 SHA1: 302c097ea52433f8b6c612d723c4d031ba9e8a3c MD5sum: 8b84d652fe5caf689267602477136b0b Description: debug symbols for ros-rolling-autoware-internal-planning-msgs Build-Ids: 12e51b70929e7a58cc13b4db9c172a6000a67f7d 43cf4314b5f5c469829adbdba31f0ec1fb58aa79 629efa9a0865eb3b1a4f6d47bca85612e3c0172d 63e3745320bebf13ea5a2465c06bfe7eb4eae78b 9f1a69f26337352f272732d13ad6bfbe539aa389 a8897e2e3a16baf591f59099de75f2e328641950 b428a6c3a5c5429bd04ec0935becc128d71b1f48 bb222842bede171a41d8f6066cdbf8c6896325d9 fa55e47b1abd7ea8abe4ae64bb37f50c03c04ca3 fad927699dc980febd482b8b1d8b579df5a0ce7f fe59469053b9ab93ce3f079f2bfdaf8e798335fe Package: ros-rolling-autoware-lint-common Version: 1.0.1-1noble.20250318.170829 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 47 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.0.1-1noble.20250318.170829_amd64.deb Size: 6318 SHA256: 8db2af5fea479e15f906ba4a865e9c1ecbcf16a0aa065422ffa75cfd3c14841a SHA1: 4afe019880371ce3f63880c880ae3e88738c85ca MD5sum: f6c29edbfb636afeba26f655dd5d92ae Description: The list of commonly used linters in Autoware Package: ros-rolling-autoware-localization-msgs Version: 1.4.0-1noble.20250331.171503 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 501 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-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-autoware-localization-msgs/ros-rolling-autoware-localization-msgs_1.4.0-1noble.20250331.171503_amd64.deb Size: 48890 SHA256: 6f6e49a6e7fcd105c3e4e5bab91c28ac64516f3d992b5c2363d2de0c873669c8 SHA1: 4ef3ddff6f625e2475f65064eb5a2fd00b059cfe MD5sum: f18cc72ba83e5b0862a88a7b4e4c1877 Description: Autoware localization messages package. Package: ros-rolling-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-localization-msgs Version: 1.4.0-1noble.20250331.171503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 308 Depends: ros-rolling-autoware-localization-msgs (= 1.4.0-1noble.20250331.171503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs-dbgsym_1.4.0-1noble.20250331.171503_amd64.deb Size: 206434 SHA256: cd00e62b39e247495aece8c0751a05344c922ab1b3cd7b282a1899570f32da00 SHA1: 82c9bdf3bff0d8e3d7546e9f0283b08fe6666639 MD5sum: 23c7ad2efa5a5445802e58da969e6485 Description: debug symbols for ros-rolling-autoware-localization-msgs Build-Ids: 22c36fd692180abf6bd57db2e5b1f85c6b63deb5 4012a1443895439bc025aceb05051698427cce1c 461d0ab9174cb2894da7f3b33ce53c0d76fa5c90 4dd74ad4b69dab63e4d37e5abeb17e4da973b7be 50849d67350d190d3c79bc8e71ab7ebdd825540c 52fd6b9e87f80f2cfe0917f68f09369c32e78c2d 67a00386d62473a68dce0aa427593f792d7ab86d 7063b20f89671774d54fc9ad936fbbba56030769 a7050d08a1df063b05ec7fe70e0d63680f8beb5b ae1b33812676f8e73893b1a9dca312350f6319e2 c4869e820171291fe682e4f3fee53f98f360ae6d Package: ros-rolling-autoware-map-msgs Version: 1.4.0-1noble.20250331.172053 Architecture: amd64 Maintainer: kminoda Installed-Size: 3495 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.4.0-1noble.20250331.172053_amd64.deb Size: 249654 SHA256: 13ed6112e94f7425f7faa18c84b326a5065398306953e892fcc39ea488d5b439 SHA1: 59f37499ced3d3484e165c35f14fd0308248e1f8 MD5sum: 0963880b2d0fcaeb5cc60d120d4e5e0d Description: Autoware map messages package. Package: ros-rolling-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-map-msgs Version: 1.4.0-1noble.20250331.172053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: kminoda Installed-Size: 3015 Depends: ros-rolling-autoware-map-msgs (= 1.4.0-1noble.20250331.172053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs-dbgsym_1.4.0-1noble.20250331.172053_amd64.deb Size: 2482808 SHA256: 69cdb6a5ada60189788f32c01e10aa36369dab7103daa3b142730399404017b4 SHA1: b19a572ca0bd3ce12b1f5bb32968e02d88bd27f2 MD5sum: 168ed9e38a371b005ff38672e4bcb7fd Description: debug symbols for ros-rolling-autoware-map-msgs Build-Ids: 0414f83aabce2d73da46fb25726be9a3cc4eb4b9 22d15dfcdaf56af750646d0e25a12fdecb1c857b 25d815ad55b5d62f7d002c50fda8177554cf0dce 2a5357f18defdb315ee929b1cfa7a3ab13241bfa 2f01f2fe82e43d5d2efca2e2f8460937c38dd4e2 5d46483d5b090b3606d1ba5bb16b7f2d1f0b0737 675f1cde41052bd852f54fa71ab5182c1e523b2e 791054e8caeb03e50da7dca5e20ec64b2859155e 79ec4f02e7c5b6fdcf1e2cf1ead41bbb5c9642bb 9546f370f9fda467f5d050167f9684b3595e9312 97652de49de73b62df41ceb6bbb156d97eac9e41 Package: ros-rolling-autoware-perception-msgs Version: 1.4.0-1noble.20250331.170902 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3221 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-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.4.0-1noble.20250331.170902_amd64.deb Size: 211976 SHA256: 595f24426fa74a12d389d6b4f0ac464943d103686faf1983a56b419253fb1a41 SHA1: 7c83b20188197604e09e372b7906e69b7042631c MD5sum: f53a445f35fbe31a759947de30cde7dc Description: Autoware perception messages package. Package: ros-rolling-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-perception-msgs Version: 1.4.0-1noble.20250331.170902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2597 Depends: ros-rolling-autoware-perception-msgs (= 1.4.0-1noble.20250331.170902) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs-dbgsym_1.4.0-1noble.20250331.170902_amd64.deb Size: 2134546 SHA256: 0f2537175c7c6ec2a5465ec368ade2a1379f8fd59de0f687a9233d24842a822e SHA1: 58736ccd7d3d971ef2c47e188e909cd6bddbc242 MD5sum: 5d0fbf31aacfc3b8104caf6c3f567194 Description: debug symbols for ros-rolling-autoware-perception-msgs Build-Ids: 008ba413c544b69164a6827fe70daafc74f92d55 307e9f61e2f5c89fe879e866f9e0447195c27171 331d244e52d9613702410d1919012ba7a06d903d 3c48ae41c8b1c9420f0e57cfc76ee397ae7e749e 4b7673155dec80d5a3213464b206fe22c8c91677 7c6860a36434577c439c3114247fdde794219d80 cd74a66032cd4ccfb0ed845198529e3cd144bd6f d07544e629b12c8c573f5a1688b7338f68188075 d6b6e1c0ea1d8f5ede9812c658c6f106982d2555 d9fd0d304d2984e7d86959cb621018feaf0b09e7 e56e3b9aac01432916bc823729703f4350d44c42 Package: ros-rolling-autoware-planning-msgs Version: 1.4.0-1noble.20250331.171437 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1523 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-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.4.0-1noble.20250331.171437_amd64.deb Size: 123686 SHA256: c5999a814cdd674ae804a1f2919071fa4c9271e3c776615d0033e18b74931b7e SHA1: 08f09934b5fd62cd231d88e9afb27fc4a106b904 MD5sum: 4a69b14d94e92de9a214f93f2f5e4103 Description: Autoware planning messages package. Package: ros-rolling-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-planning-msgs Version: 1.4.0-1noble.20250331.171437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1229 Depends: ros-rolling-autoware-planning-msgs (= 1.4.0-1noble.20250331.171437) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs-dbgsym_1.4.0-1noble.20250331.171437_amd64.deb Size: 998172 SHA256: 6fcbc52dd40d15eef2b0d02556076cfe6c393e2d3f02f49ee80003562f09b381 SHA1: 137ee915eb07e80805ac8eab8a5818f97d497fca MD5sum: 6879bcc814840e4b64c8781213090471 Description: debug symbols for ros-rolling-autoware-planning-msgs Build-Ids: 0c643d84ff0dcbb2d3fe59004a234ae13503cb43 264b02fb11831214be6cbfa8fd6df16783df89a3 2fd25cf8808572c5edcd5c16bd9d728b83ab534b 3711c466dbb1f2288d505969f5933070a8ee754a 389e75a6dc2268c135e3e68eba1a975025eef965 7d74f3bddeb1db414dddf179e3c010019ebfd6f5 9f68f0e85dfcdadaca4be4fde1cdacec60807136 a5b4768e9ee5efabbd0a7d2c86fe893efe742558 b7db64fb52e122b759b5d2f0a58800eef4aa84c9 c6037041fde1874e4eeaf34b1bc80e72fbd366d2 d59e567312211498e53ecaa8c1a3ad1a71e152f6 Package: ros-rolling-autoware-sensing-msgs Version: 1.4.0-1noble.20250331.171505 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 576 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-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.4.0-1noble.20250331.171505_amd64.deb Size: 51298 SHA256: b0d327f12480c62b708b7a6ce2f7364227653f5e6e65d792acd27411e88155cd SHA1: 5a76d1c1008ab2fd5ebb42dac81f733b89685d4b MD5sum: f57e636e58388c7c2ae150b84ddfa193 Description: Autoware sensing messages package. Package: ros-rolling-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-sensing-msgs Version: 1.4.0-1noble.20250331.171505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 379 Depends: ros-rolling-autoware-sensing-msgs (= 1.4.0-1noble.20250331.171505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs-dbgsym_1.4.0-1noble.20250331.171505_amd64.deb Size: 268656 SHA256: c00bd6f6cd9623fd86e454bec631534a46eb12f6623f00d918441ba2deed922e SHA1: fb4c7c2689314b92508e9e873978564523773c39 MD5sum: e4620df42f74d5ee85e343c87c730efe Description: debug symbols for ros-rolling-autoware-sensing-msgs Build-Ids: 060ca153ee255944882efd0e08e0a4bb5f674bca 0fb9ab14f8d2c58b8029cd82aed217371677b499 1ccc2c4d5bcb6f4f967b3e46941083d95073fad0 2ef830b35d1d61671820a6c5b05632a6282c4762 473edffa8fc8878f432f90bc81366a6be449f7d7 5254d9d3bc17b5bfb51c2c8edd99a356ae6de572 66a9bfd1c267e2635221f89251e2e8082d5bdf96 91eabdd784b1bf6ab623d3ef28387709061d4940 c34b93904690bb8259300eaa785088bdd933b7d5 c4eed7f7b3e4d95977589e53a2c5b5baf195881c fd2a25b7c155d1fb390adbed56345b237385c233 Package: ros-rolling-autoware-system-msgs Version: 1.4.0-1noble.20250331.171441 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 768 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, 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.4.0-1noble.20250331.171441_amd64.deb Size: 70818 SHA256: 741bf4d760c6117e1e7e75cc496ed750d1de59d03ceb0a03b4ee039a847951c6 SHA1: ccd2b13ca72be6be1a99b6b5f81f48c8673d4296 MD5sum: 54388d3d9ed8ec4c7fec1ed75dd3cd0b Description: Autoware system messages package. Package: ros-rolling-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-system-msgs Version: 1.4.0-1noble.20250331.171441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 601 Depends: ros-rolling-autoware-system-msgs (= 1.4.0-1noble.20250331.171441) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs-dbgsym_1.4.0-1noble.20250331.171441_amd64.deb Size: 468668 SHA256: 1b7ced8111c72f15b5bdffef81273883e806eb1fd7d506681e9e4b86d0ebe4ec SHA1: b2ef02d059a5360fbb70a6ac7f6e0b58bc3ac779 MD5sum: 22661bf86a95c93f5f54b6c583173b4c Description: debug symbols for ros-rolling-autoware-system-msgs Build-Ids: 13d5103fdd555dae4ab058d712d17e4692f35776 322bb04217cac03996fbeb5a44a19025646ef412 3d4133582d39f15ee3b7a968347193d361566c84 527667fb1ddefac44f6ccb817506b3ac59cba1fe 6c6ea3e7bd8a93ad851d67c53e337bcbf26bf627 7a53ecb983a788aa8c015708300ac052f610e24e 7dc6365f4f04836a8779d7b81f51d661ec436289 84a528d5ecf22ca004315b60566d4e1521959df5 862c0bb316f9000e0cce64d18aa55f3c217d628d 8dd012c4dcfae3838fbc129aed6a28c04a2e987f d1ec6ff78b992cdd7e5d39b39d2f058628112ab1 Package: ros-rolling-autoware-v2x-msgs Version: 1.4.0-1noble.20250331.170913 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 947 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.4.0-1noble.20250331.170913_amd64.deb Size: 84820 SHA256: e32a2d0ecac2622b32592c95d934eef2031e022e1c961a7b613b3ebf424a6000 SHA1: 741199f64d49d8bde50239cd16df7338356c2fef MD5sum: 131d06391a796939453417a199710aac Description: Autoware v2x messages package. Package: ros-rolling-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-v2x-msgs Version: 1.4.0-1noble.20250331.170913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 846 Depends: ros-rolling-autoware-v2x-msgs (= 1.4.0-1noble.20250331.170913) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs-dbgsym_1.4.0-1noble.20250331.170913_amd64.deb Size: 687620 SHA256: a155e38fa5ee6b91302dd29722f544934376f5929fa7d1189477ec167e93df7f SHA1: c40d04bd1debd17c84aa873bb84a48d4e8d14ebe MD5sum: fbfd618319b9ed8505abde5a6b6bcda5 Description: debug symbols for ros-rolling-autoware-v2x-msgs Build-Ids: 3abd26554ec51dc463f1672be4ab81d0a0c224c5 44884cb21fada01f88fea2807366c06f0a279a15 487dee709151dd1a42befb02d29766ca77880664 7ac89bba36f5c61521c923069e9012548c1b228c 973c4df4e0466b820d6fdeb8656daedf1c7f5684 d26ceead5170cc33141c20cadd4134182d734763 d44468a7d30ae1e06212e1d025c4e941d6046362 d7c014650f27f124556ab7fb74e425ce70094564 dce43917fab5d3a1f116ebe542d66fe95c06f90d ef8c333a4b49cf31a9d96721cc31d1bb79d23bb0 f5ee627b804e91d3360487b539699db85069f623 Package: ros-rolling-autoware-vehicle-msgs Version: 1.4.0-1noble.20250331.171756 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1944 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.4.0-1noble.20250331.171756_amd64.deb Size: 134326 SHA256: ea13f90d77c4492489800c57da68dbe4145db9a1d61a48266142a62c89576375 SHA1: 1dcdfe7cfb9f8904c3c67b4b9fb5772a0e916dd9 MD5sum: 1bda8a0de1cc4b4672167876e88a7650 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.4.0-1noble.20250331.171756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1367 Depends: ros-rolling-autoware-vehicle-msgs (= 1.4.0-1noble.20250331.171756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs-dbgsym_1.4.0-1noble.20250331.171756_amd64.deb Size: 1048606 SHA256: c71d4180731771b0e5a5afb9debb889b9a70334c398e343f177807588c3f5845 SHA1: 841059dfd379107a68a7597594a6bd5f7a8b0e77 MD5sum: c73b8a5bc6746e5654cf9835144b8827 Description: debug symbols for ros-rolling-autoware-vehicle-msgs Build-Ids: 422e8c00c440fefc9907ce04da7db034174d3e6c 4f93c1cdeb83d3c6501ef83147cc65eafa19dee7 57160e39b7dc10f307526f89d8a50f5bcf9c64d2 6bef122995ec5f6ffefa2744e26fd01287f57881 6eb2112ef0ed545318f138305b8f23eea3641943 76c06ca4cd9f78ca9315c5dcd1176e45b8001bff 96dd2a8571127a31bbd038d34ba8930589de0a81 d9fb27029cf550b01f1821218688890de05526ea e028c0affe883316466fd075104bc3c90856476e f5ebd6f18cddb762dd5e48961fbb4d4e1dde1316 fee57b8ce9b75e745aeaa082287953d9f07e6cc2 Package: ros-rolling-aws-sdk-cpp-vendor Version: 0.2.1-2noble.20250326.141241 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-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.20250326.141241_amd64.deb Size: 4584480 SHA256: 0cbfe2615bef615f218b6dc72b24ad13a09d1fa45435efc09a912668c98d90aa SHA1: e55ff569a58c0e98520a7b7fad6c2f081f65175d MD5sum: d9ee6308e3de227a51d7a892db928eb3 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.20250326.141241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 88205 Depends: ros-rolling-aws-sdk-cpp-vendor (= 0.2.1-2noble.20250326.141241) 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.20250326.141241_amd64.deb Size: 84452416 SHA256: 3dcf83ba6fb214505b9c9c09bc7caea6c8c2e89c1063ed7021e1a6b50bca571d SHA1: 0285cc07ade35a6519446827fff0228f548dcf43 MD5sum: 5f874b4367a8fcf28ac2951dabbffdba Description: debug symbols for ros-rolling-aws-sdk-cpp-vendor Build-Ids: 1a2a0bb440fe34496e12a604dbe9c0bda90c569a 1df09f92fdfa288a49bfad62ac9c6a4dccdc0746 24e8671ca2c219a103ce2a7fdf42cdc112af7655 3e91cd5dba99b9e6ee761b6202667a24a0f87c13 78a459092882824c8c6795fd898a660fd29a6c04 990cc10b29a991e5b2d83b83f406431f6bd1810d 9a8cbb86e557a884ea0cf2f7652a627d4db9966d b29051a002ce9a110a1fde10e872a19ee7ad6da1 Package: ros-rolling-azure-iot-sdk-c Version: 1.14.0-1noble.20250318.165712 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-1noble.20250318.165712_amd64.deb Size: 815446 SHA256: 3e33c84113e56dd46a7b28da92f525f96d4fae3522fcf0cc4231d91b738841b4 SHA1: d11590c4b5f2cfc7d753f6058b70df240743aacb MD5sum: a9ddea70088b41def6a17693e94f1f74 Description: Azure IoT C SDKs and Libraries Package: ros-rolling-backward-ros Version: 1.0.7-1noble.20250318.165839 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.7-1noble.20250318.165839_amd64.deb Size: 57220 SHA256: cf9e1dfcc3970d23b2ebfb7f0023a2e7348cd97788584c0dc198e9cf4bc99276 SHA1: 32309abe26f077bf0f363ba3d573f7b27e5b3f69 MD5sum: 5a2453b4a048cc97ee081a5040b52feb 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.7-1noble.20250318.165839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 264 Depends: ros-rolling-backward-ros (= 1.0.7-1noble.20250318.165839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros-dbgsym_1.0.7-1noble.20250318.165839_amd64.deb Size: 240142 SHA256: e10bfe3d503392003c72429ae49e95236e3b876f058eb5cad47dc741757e9f4f SHA1: 92108c710ebe9c2cc0d096f48791166e25f8f3ed MD5sum: 74718196dabd1cf336b27829c3100ec7 Description: debug symbols for ros-rolling-backward-ros Build-Ids: 0ac6eee90b26aaa5f2297f50166cb3707b1acb08 Package: ros-rolling-bag2-to-image Version: 0.1.0-4noble.20250331.185933 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-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.0-4noble.20250331.185933_amd64.deb Size: 84364 SHA256: 0aaf3c7d5d789ceaa3b835756d5310ab836f171dfab820f9f541c4f34c65cab9 SHA1: c66757d37bb7e1c99839b32e870482f0b8f27715 MD5sum: b0a4f38dba9ed69996485d6bd0f6d279 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.0-4noble.20250331.185933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1593 Depends: ros-rolling-bag2-to-image (= 0.1.0-4noble.20250331.185933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image-dbgsym_0.1.0-4noble.20250331.185933_amd64.deb Size: 1528852 SHA256: 9b18fff3ecdf54279a97cfdeb03efc031eff34d7dd058478c24ecb72637c5e4d SHA1: 32d309dd69c0992341f8edbe30112b6c62c14636 MD5sum: 0ff61499d38f11e931d2ad1988056200 Description: debug symbols for ros-rolling-bag2-to-image Build-Ids: be3c3d940d63508f1f5140ec02f353ed88352a1f f075975d2f8ecc7e16db20045e7f17b1cf9c38b1 Package: ros-rolling-battery-state-broadcaster Version: 1.0.1-1noble.20250331.200044 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-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.0.1-1noble.20250331.200044_amd64.deb Size: 61132 SHA256: 5d6bda428568628e8654f68c6a6118bb6184ff76007ab068c18e96d8f8df7f79 SHA1: 04f4e3680ac8e510dc3c9639913bea97741be8c1 MD5sum: d0f9e0cf7704708a9c82ba9e0e693553 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.0.1-1noble.20250331.200044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 993 Depends: ros-rolling-battery-state-broadcaster (= 1.0.1-1noble.20250331.200044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster-dbgsym_1.0.1-1noble.20250331.200044_amd64.deb Size: 926824 SHA256: 1b091e12083f26a77a068d0432f6be432c94a6d4170bd733633be5bd0b246fcf SHA1: 06528e7d495b20a0ea34ddf726ae4d52397f42aa MD5sum: 7d0a9ea26d5e9528fcbfb1d1cc622b9b Description: debug symbols for ros-rolling-battery-state-broadcaster Build-Ids: f6d4b369604cef09ed4c394bd4c8d3600aa414b4 Package: ros-rolling-battery-state-rviz-overlay Version: 1.0.1-1noble.20250331.180737 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-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.0.1-1noble.20250331.180737_amd64.deb Size: 117908 SHA256: 2ee95d3a9d75e0b0ceb790b260f3a72dba480c34bd29e251dc0b9d561ee6328f SHA1: 7c2f24a0ebb879a3c2860b25e6af947f7c670aa3 MD5sum: 3156ad1772c7f00fd1de20e8fcf3a0df 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.0.1-1noble.20250331.180737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2372 Depends: ros-rolling-battery-state-rviz-overlay (= 1.0.1-1noble.20250331.180737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-rviz-overlay/ros-rolling-battery-state-rviz-overlay-dbgsym_1.0.1-1noble.20250331.180737_amd64.deb Size: 2037358 SHA256: 363aef5b75fefb65a3b5901c52f5703008d1c6fe36b8db4680469cb37e7d016e SHA1: 7b3f75d9cd4f55e694a9730c6ac1319782fd8d52 MD5sum: 4aafec92348a879cd12479e3fbd0126a Description: debug symbols for ros-rolling-battery-state-rviz-overlay Build-Ids: 62af44c38ab1aa416c74465f189f197543c50024 Package: ros-rolling-bicycle-steering-controller Version: 4.22.0-1noble.20250331.200500 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 179 Depends: 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_4.22.0-1noble.20250331.200500_amd64.deb Size: 42200 SHA256: 3c6a9d5aea1b82988822f0d19a028ac0f5d0968fae4edccdea73a1162d374b9e SHA1: adb2504fccd66a533194c5f4077fd9cdd10394ce MD5sum: ee7eb9d6ffb78d2ca7127b505bcd70c8 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: 4.22.0-1noble.20250331.200500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 646 Depends: ros-rolling-bicycle-steering-controller (= 4.22.0-1noble.20250331.200500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller-dbgsym_4.22.0-1noble.20250331.200500_amd64.deb Size: 618128 SHA256: ce3ec6485b4e60e22c090aeca3d4288d3e88e36e4189acf971043ac7859a29a8 SHA1: 0187292c2bbed13182c2e354d8ceb326ebb93f16 MD5sum: 2a169cf4b76412e7311646e2d99771b2 Description: debug symbols for ros-rolling-bicycle-steering-controller Build-Ids: a17084410c44b9d1457f2ec5171ddf88e404fef3 Package: ros-rolling-bno055 Version: 0.5.0-2noble.20250331.175841 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.20250331.175841_amd64.deb Size: 34794 SHA256: 02922d9150f54cd802468ceb157bdea5a5d1d12540855487a0af6e0c805fcbca SHA1: 6ee4e60fc67cebf249b37940adc750d2d3617833 MD5sum: b8b7b5983c8fc2cc979eb62038ca2deb Description: Bosch BNO055 IMU driver for ROS2 Package: ros-rolling-bond Version: 4.1.2-1noble.20250331.164321 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 537 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-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.1.2-1noble.20250331.164321_amd64.deb Size: 51798 SHA256: e0bc6d0638c55b1d09454d9aafcb2f29856a1265dae8b8e70b116304fe7e62af SHA1: 3615d7c31e063037ec6b0dd08acd944cef1f87b8 MD5sum: de0aece2526fdc579cade368f48853ec 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.1.2-1noble.20250331.181530 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 42 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.1.2-1noble.20250331.181530_amd64.deb Size: 5816 SHA256: c14c42d904bacf8621e54feb81ead9f93e679c58144abb5d8f31a45a0b8f6cba SHA1: 245f88d00eb7a34f1ed3f721b17f1290dd5f790e MD5sum: 6beebe537a777dd6c95a95ea989cb6f4 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.1.2-1noble.20250331.164321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 386 Depends: ros-rolling-bond (= 4.1.2-1noble.20250331.164321) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond-dbgsym_4.1.2-1noble.20250331.164321_amd64.deb Size: 284936 SHA256: 0ef8db82975bad4ddbb9e57af40d3ba5a204ce645eb9903e05e227a6b048f8e4 SHA1: 6e746648c8993f61f16ab898c372ef2561134cad MD5sum: 436f7c13d46dbadf6ac6cdd78a691e98 Description: debug symbols for ros-rolling-bond Build-Ids: 0db7133803c81fdd6f39d1f72cb8cd110abcc7b4 143bc65cff4c3000db36b1414e1cb63bf9a5f34a 1ab128039d3e9d68c6634f86c8f8acc995f341ee 2cf63035efb639c22a66594f6584c2e52f837839 386f03f2192380e43552d4f854a8c009fa01248c 9648cd2fbc702700265fa33b098ea6ca913fa558 975718584b974c444f40875a0cb45cca975d2619 abe42ae7b7cd2ee73ab57283109d99345aba1ce6 b787adb225563341183fd071253905748a499627 e01dc1e4fe7a563b0f01f4fbf20695f1681bfaaa eabc17455f346a98cfad6a1bf5300dc29477da63 Package: ros-rolling-bondcpp Version: 4.1.2-1noble.20250331.181233 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 574 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.1.2-1noble.20250331.181233_amd64.deb Size: 123452 SHA256: e185059f6ff49e1924084e95f5a3554f6a8091cfbbd097afd3a01b3b5a49f4ea SHA1: e1fd5474c96d809bd3a70f91e963b510e3f0b216 MD5sum: a9c9e81d2b29f122d592aae4a94c5c1f 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.1.2-1noble.20250331.181233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2263 Depends: ros-rolling-bondcpp (= 4.1.2-1noble.20250331.181233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp-dbgsym_4.1.2-1noble.20250331.181233_amd64.deb Size: 1926960 SHA256: e08aafa307bebe26230ae1481cfd9c1d0c8eeeceaab7bee4b8f00e35531fd81e SHA1: 2130c83cd54354866f2371a67cffb3b06545037b MD5sum: 4e0407f627c2543da2bda6b8f0a8cbe4 Description: debug symbols for ros-rolling-bondcpp Build-Ids: a149d6aaae796e79f3073b5073d48f73f89fd2c0 Package: ros-rolling-bondpy Version: 4.1.2-1noble.20250331.175402 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.1.2-1noble.20250331.175402_amd64.deb Size: 16206 SHA256: a7b0b36a063bc522e1c91a9f6e04338cb5442862d50c2e043311d964a16ab41e SHA1: b5c01bdfec78ad2485c8b84b9fd2e33a80a9651a MD5sum: d1580852208231ee80132f1844661436 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.20250331.183214 Architecture: amd64 Maintainer: masaya Installed-Size: 82 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.20250331.183214_amd64.deb Size: 10720 SHA256: 4aa209345e6218b45a24ea4dfa6b97a3fb36efa991e871d609087c087501306d SHA1: e76a0a1d7e171ee0c82656b16747e8c1c6d5daf6 MD5sum: 96c4a6de81e55556a8dce48b26a2cdc7 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.20250331.183214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-rolling-boost-geometry-util (= 0.0.1-4noble.20250331.183214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util-dbgsym_0.0.1-4noble.20250331.183214_amd64.deb Size: 33922 SHA256: e00ed1028bbd64d0b811ffa2f86699632977362e429dddfe31c41373321cadb2 SHA1: b2bcf2dd4a0009c10ee44bc57bf1273b79231e53 MD5sum: 384c98c532693d515b21224a69e51c92 Description: debug symbols for ros-rolling-boost-geometry-util Build-Ids: e3e1b5e188c8ed96b99f14121ada5584b772d983 Package: ros-rolling-boost-sml-vendor Version: 1.1.11-1noble.20250326.141311 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 194 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.11-1noble.20250326.141311_amd64.deb Size: 24594 SHA256: 7ce944b12402a8b69a2314b77d74e5d279f4b82740e078090bae61d0de277541 SHA1: facadfd609695196e8af040b77e92ae496970303 MD5sum: bef3b06903b4ef0d96536bb151a196e9 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-rolling-builtin-interfaces Version: 2.2.0-1noble.20250331.162423 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 505 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), ros-rolling-fastcdr, ros-rolling-rosidl-core-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces_2.2.0-1noble.20250331.162423_amd64.deb Size: 44414 SHA256: 176f9fd18d9e507a093fc7f8304d1e3f1980a2b94232a04e2561fc3c39077059 SHA1: d256548b2ef74bf6014774dc8e1879559b027b54 MD5sum: 4c385f070c9255940c0419bb31e433e3 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.2.0-1noble.20250331.162423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 335 Depends: ros-rolling-builtin-interfaces (= 2.2.0-1noble.20250331.162423) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces-dbgsym_2.2.0-1noble.20250331.162423_amd64.deb Size: 232952 SHA256: bdf99afac9f3992f6f10bf59303464b9cfb0717fe16620291a7ddeece8ac352e SHA1: b63be2053cee23a234913d0aed2d224ba288c21b MD5sum: 89a74f9be46fa7912ef96ca7eca008ef Description: debug symbols for ros-rolling-builtin-interfaces Build-Ids: 0481a23e06e86c348d3a1ea8251bbf03441869e1 1bbff4bae6c25e25ff1e3d212bbf36ef5aa57893 2ba58927a9b57ebd9c765c210d52facce0d58fb0 6a2b057becb7df7c20060a932bd7d9f4851ec836 6bfe96273890f7f3a22f00028591d9428ed9588c 8b1cadf0dab7db9b1a8ef3e1d34ba20cf7c5d802 9914b0a5bc4974977a42e58b249c2b08507aa214 c7b6ce0b0ffa487f83422feecc1d4874cba151d4 ca8f3f4b67901988c14ed43bc9f0fe6c3165a30d e17c7a0109eaa67e349410f0bdcead80116061c8 f5c18c0b5ee6d6bc763736032a9941ab774371eb Package: ros-rolling-camera-calibration Version: 6.0.10-1noble.20250331.183039 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration/ros-rolling-camera-calibration_6.0.10-1noble.20250331.183039_amd64.deb Size: 80034 SHA256: f610c60d26a9f55829424e70907b08c736b962665a3f41e4f6bff6afb9d08af9 SHA1: af2ffbfcb10383e8755bd6511ee258285d5a1ad6 MD5sum: 67e9158bcf38813d1dcd3fff02abf7a4 Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-rolling-camera-calibration-parsers Version: 6.1.0-1noble.20250331.180737 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 228 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.1.0-1noble.20250331.180737_amd64.deb Size: 57092 SHA256: e18aab2b5aba31c61100af03fa87b9ec7fd68418f6318701e73c80b5740c30b8 SHA1: 189303a242c7efbdff0421873fda8a808a046363 MD5sum: 3d18d70ffe29635d154499f8303e2511 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.1.0-1noble.20250331.180737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 779 Depends: ros-rolling-camera-calibration-parsers (= 6.1.0-1noble.20250331.180737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers-dbgsym_6.1.0-1noble.20250331.180737_amd64.deb Size: 723844 SHA256: 40c1d1f5fa0c342288152b4f4ea2a145594e643b992da8cd3456c01137a9ded7 SHA1: 7f4fa22512f245ece029f27e51cac4facbee61e7 MD5sum: f378e116b3a0ba07cbd223f23a38d382 Description: debug symbols for ros-rolling-camera-calibration-parsers Build-Ids: 7b9db3c15aa3e1bbee69836e802e4a2eb075e68f e5cbc19733c2b222612f7a5a9b7efe6b4d55e081 Package: ros-rolling-camera-info-manager Version: 6.1.0-1noble.20250331.183034 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 170 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.1.0-1noble.20250331.183034_amd64.deb Size: 41422 SHA256: fd0ad7894c4619a3ef005a77e522d0644f9ade8a6b60d8a2f89833a3b367ed9c SHA1: 742067e9c609dcef16b4e004820dfe6e67bf3012 MD5sum: f94b3c88e6dcf6cf39397c953da93a45 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.1.0-1noble.20250331.183034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 492 Depends: ros-rolling-camera-info-manager (= 6.1.0-1noble.20250331.183034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager-dbgsym_6.1.0-1noble.20250331.183034_amd64.deb Size: 453064 SHA256: b69daef3088bfb6c354bc1c925284bd619275e18ceb3b8c58df92db926c9d55f SHA1: d9f83d132e71b71e4c5cab47eac08b6880b026ff MD5sum: 6c06bdb0c26cc23a3d3009e6e080101d Description: debug symbols for ros-rolling-camera-info-manager Build-Ids: cf6fdc77f5e22be0d7bc30dd50f1c4d48ac08b48 Package: ros-rolling-camera-info-manager-py Version: 6.1.0-1noble.20250331.175419 Architecture: amd64 Maintainer: Jose Mastrangelo Installed-Size: 113 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.1.0-1noble.20250331.175419_amd64.deb Size: 23974 SHA256: 54e50b247e01c29f3453bda089b80e7d9b4bdb9a88adc38fe67e84dd242a84ed SHA1: 4029713a69544eea63c3bb9d399876ea42be2231 MD5sum: 60cf5ebaa1d59a5d7ea461c31c9a80b0 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.3.0-1noble.20250331.200001 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 627 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), 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.3.0-1noble.20250331.200001_amd64.deb Size: 185344 SHA256: 9cba9cb184507567c8b20480f7ac8611f630844f596d88794ed1997011cc5e9b SHA1: 430cce0e9d84cab6f3b50fc63abce655cc24a52e MD5sum: a8d1f8b98e399f52b0915d146573110f 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.3.0-1noble.20250331.200001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 3652 Depends: ros-rolling-camera-ros (= 0.3.0-1noble.20250331.200001) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros-dbgsym_0.3.0-1noble.20250331.200001_amd64.deb Size: 3461504 SHA256: 07a09f2c7a7bec562957e853603ec26eb36b4b9618cf117c875ae327d8045162 SHA1: c0faada269c249b05f9a965ae771dc41d6d66a94 MD5sum: f399d07861512540f0315e767c9b608f Description: debug symbols for ros-rolling-camera-ros Build-Ids: 9d11fcf4986c09e18a00acd9bae0d8f20e52d81f fe8b01b7351dcbd2ef0cfdda9ac5fb81b5b60e42 Package: ros-rolling-can-msgs Version: 2.0.0-5noble.20250331.165317 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 452 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-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.20250331.165317_amd64.deb Size: 44040 SHA256: ad1e2c12ee047fd86091fbe1d176aa280c822f81f8d92ce8dc30556a6122db31 SHA1: 82c84d6433ce1b245504a37c7eb73d4f7cf15267 MD5sum: 65887a724f41f682f31e27af804b5427 Description: CAN related message types. Package: ros-rolling-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-can-msgs Version: 2.0.0-5noble.20250331.165317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 285 Depends: ros-rolling-can-msgs (= 2.0.0-5noble.20250331.165317) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs-dbgsym_2.0.0-5noble.20250331.165317_amd64.deb Size: 198636 SHA256: d2aae017d51f57d01c0a6141e397eb9351e98a9213a6f3dba31c14c7518df5f7 SHA1: 1f469288ce4978a38a7b6016ffb42df37e016a22 MD5sum: a6855084fc3057d5fd57dfda3be314d0 Description: debug symbols for ros-rolling-can-msgs Build-Ids: 0b18d5b7b4c5a58ef9f772686ffd17488d563cbf 1ffb630a5a207deb5373df95840687dab456a623 3298114fddd9c938e17ab7da2ef8ffbaf21d7e93 49d4eae5d6622157f052dc62438a0328ae1fc2de a65ccb601de9cc0eb284d867eb53f5af8de62b7c b8fe551f29e9fb23522e64084e9311b16011ad48 c0921c469106ebc2f5d9c9a39b99690e6face1a9 d749ef7e49977b60d2e875c3d22cbcbd3a4f7ffd dde2d8b78541b418076068c16d64bf46ee379244 f5e269124f704162bd9c7875e9ac672562519b91 ff078fb3a79c474893a0e8efd1bc06ea5d7e3420 Package: ros-rolling-canopen-core Version: 0.3.0-1noble.20250331.184611 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 773 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-rolling-lely-core-libraries, libboost-all-dev, ros-rolling-canopen-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-core/ros-rolling-canopen-core_0.3.0-1noble.20250331.184611_amd64.deb Size: 183134 SHA256: 7579851821b84a045b12e391cc8fd195fa2e7c73639bfc0f920b1e66333dfd08 SHA1: 2ba4066a8238038392115b1f6d0e1f4dd9c6fdf6 MD5sum: 70588bcf30872f7d33353db644394f38 Description: Core ros2_canopen functionalities such as DeviceContainer and master Package: ros-rolling-canopen-core-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-core Version: 0.3.0-1noble.20250331.184611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 4369 Depends: ros-rolling-canopen-core (= 0.3.0-1noble.20250331.184611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-core/ros-rolling-canopen-core-dbgsym_0.3.0-1noble.20250331.184611_amd64.deb Size: 4184390 SHA256: aad271692e145d551564ea204deb069cd92609ce4a0088a2b0c8e4b1b80d20c9 SHA1: 66aa6c5dd57d141b8034135c66580008bab928e5 MD5sum: 70729852ca263e056634efd15b32b708 Description: debug symbols for ros-rolling-canopen-core Build-Ids: 1cf8fe6af651fa1447eb69aaa80b7340a5a4bfcd 4a5f8eebe82f52d5328d4277d8c3be9751d2db52 66ae20331109811273d0f0ff817f5ff12e340c86 85b2b1016dea0477a8c1f6b5aaef1c67e3012b6a Package: ros-rolling-canopen-fake-slaves Version: 0.3.0-1noble.20250331.182906 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 303 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lely-core-libraries, 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-canopen-fake-slaves/ros-rolling-canopen-fake-slaves_0.3.0-1noble.20250331.182906_amd64.deb Size: 60356 SHA256: d15ce288d8a23086ef0514b81da4da9eb438e399a5057a1fb54683068cddfbe8 SHA1: 9b5440705132b738916dc7b763dec5b1d93466f9 MD5sum: 6520cb8af59c7ddfa37e91903040a884 Description: Package with mock canopen slave Package: ros-rolling-canopen-fake-slaves-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-fake-slaves Version: 0.3.0-1noble.20250331.182906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 891 Depends: ros-rolling-canopen-fake-slaves (= 0.3.0-1noble.20250331.182906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-fake-slaves/ros-rolling-canopen-fake-slaves-dbgsym_0.3.0-1noble.20250331.182906_amd64.deb Size: 828680 SHA256: 3519a7196345014f80216c494ded3a8ab664777f9555859e5cd4d8dd382bf477 SHA1: 8af8c32163ade7af7513c4490797ba509d27c90d MD5sum: c73070c470fe38e000c21c188383a2c4 Description: debug symbols for ros-rolling-canopen-fake-slaves Build-Ids: 3ffb6a57b3c36dc41690c2128e8258bd882f8d2e 4a5b6464bd84ffbf5c63c8c31dbf45946b251da4 Package: ros-rolling-canopen-interfaces Version: 0.3.0-1noble.20250331.165247 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3482 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.0-1noble.20250331.165247_amd64.deb Size: 214006 SHA256: a0ddabec38ab9ba374af85c15f267252bcbb347dc3ef4d2e32685aa2c8f7fa12 SHA1: aa02b304a57a2645a8e2f12c87673e9a7d13fdeb MD5sum: 2e25b94c5100f8516c0c4a60016ea69c 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.0-1noble.20250331.165247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 2323 Depends: ros-rolling-canopen-interfaces (= 0.3.0-1noble.20250331.165247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces-dbgsym_0.3.0-1noble.20250331.165247_amd64.deb Size: 1771648 SHA256: 2e0ce5204245749c5f07971adb187a3208459c358eb2ec1d1b632526fa35e71f SHA1: 31eb2d512bb043e768c6639b14901356ae07c536 MD5sum: 178ff60c4fabc29b605b6082f9391b1b Description: debug symbols for ros-rolling-canopen-interfaces Build-Ids: 049ed2aef010afe2a5dfe2e381c1d4039180e8ec 0c1e8e4da79410685a02a19537191cc12c784e3b 1899979f132431cd687ad9c652007f60e02ba847 1a256af81f103e6f051995520dfd2e1a716467a5 4ae41ce2a9dbd03e9a369ce69f29fabfb642d208 5bc9901d3825c184afb630bb4df99fdba23c49d4 674a95b8205b1330b644e77093b834119674ae0a 6893c8edec9b5d7837134e953e0a1756eaf81c35 79cc3dafb738ec390647b74e716fc936a2628978 d8ed47d94e46d72b897e4885d1558726569f4144 e73fcbc97f5bf3604655eadc6f641fdf5991c1b6 Package: ros-rolling-canopen-master-driver Version: 0.3.0-1noble.20250331.185153 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 757 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-rolling-lely-core-libraries, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-master-driver/ros-rolling-canopen-master-driver_0.3.0-1noble.20250331.185153_amd64.deb Size: 147194 SHA256: c07c934b9ead30f30c859b157dc46807fb05b9a566d655b1c06041e09a3464c1 SHA1: 2e56b9318513acd05d6220aca469a4980e217822 MD5sum: b0a78751bc418e5ff0bb8dd7fba32c4f Description: Basic canopen master implementation Package: ros-rolling-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-master-driver Version: 0.3.0-1noble.20250331.185153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3450 Depends: ros-rolling-canopen-master-driver (= 0.3.0-1noble.20250331.185153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-master-driver/ros-rolling-canopen-master-driver-dbgsym_0.3.0-1noble.20250331.185153_amd64.deb Size: 3192582 SHA256: f8d79d0823b071200859e526069e5e7da1c7496fe624e4edd65b87817ce431d2 SHA1: bfa510308bca1deb3a28bf898420e9a43f97b6f9 MD5sum: cfbfbac4ec7db728bc71364b9844804a Description: debug symbols for ros-rolling-canopen-master-driver Build-Ids: c652d1e60b3fdef2f8d531875dbee560cd6a8053 d5d5792279bd699ac3ec8eb2bb81382b896c6ffa ec65d799bc630ca4608eed0d753e90eca34a6b06 f4f9c88f357d9868e87e20a8e7710ea1c31e2e31 Package: ros-rolling-canopen-utils Version: 0.3.0-1noble.20250331.175844 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.0-1noble.20250331.175844_amd64.deb Size: 14958 SHA256: 45a960e03500158807fd5f229561613df6a91a83af81f3b4df8564d8698dec91 SHA1: 154cbe28a489a6142e403ffbe7791e9c2f3edc11 MD5sum: 7f01e7e181bf59a0b2034d9ee3a17a08 Description: Utils for working with ros2_canopen. Package: ros-rolling-cartographer Version: 2.0.9003-1noble.20250318.165709 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 12254 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.9003-1noble.20250318.165709_amd64.deb Size: 1595414 SHA256: 5ecebf51fcc66ecc2d2d71938ea9f5a8bea533a1b3953423fcb9f341de629a5f SHA1: 772f94d6a653d9030e3338c0ae03b938d7a2534e MD5sum: d72819691fa04715acca745b72788011 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.9003-1noble.20250318.165709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 31440 Depends: ros-rolling-cartographer (= 2.0.9003-1noble.20250318.165709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer/ros-rolling-cartographer-dbgsym_2.0.9003-1noble.20250318.165709_amd64.deb Size: 30752860 SHA256: 21e26ac0ae472f0185a3b6b95b5429e26ee492859f08bff9ed1e88d225df1b01 SHA1: 9cc9fef727d2a372abc68775ca0e8ddf70ddc6ef MD5sum: 9b85deb648a0e2ce5854a716c35e4258 Description: debug symbols for ros-rolling-cartographer Build-Ids: 372ab5d0678ab1fcd015b1f50f5191d9ea0151e1 621289ef1677529feb52d65ef281fe2ec3494785 c1ca67a7783e6845ea127a31d915c3d83ff1f3ad fba7699b5bb968b6156a06659717461de4cc9702 Package: ros-rolling-cartographer-ros Version: 2.0.9003-1noble.20250331.194927 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 26144 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-rolling-builtin-interfaces, ros-rolling-cartographer, ros-rolling-cartographer-ros-msgs, ros-rolling-geometry-msgs, ros-rolling-launch, ros-rolling-nav-msgs, ros-rolling-pcl-conversions, ros-rolling-rclcpp, ros-rolling-robot-state-publisher, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-visualization-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/ros-rolling-cartographer-ros_2.0.9003-1noble.20250331.194927_amd64.deb Size: 3120298 SHA256: ae0875648482de8fee216c6baee340850cf88614f8890aabf0e2ab2f083dac95 SHA1: b1259321466cf7c50c12e74aad517dfb29d8f011 MD5sum: 1ea7f507551f38384aeb0d9a1f5a2bc8 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-rolling-cartographer-ros-dbgsym Package-Type: ddeb Source: ros-rolling-cartographer-ros Version: 2.0.9003-1noble.20250331.194927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48691 Depends: ros-rolling-cartographer-ros (= 2.0.9003-1noble.20250331.194927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros/ros-rolling-cartographer-ros-dbgsym_2.0.9003-1noble.20250331.194927_amd64.deb Size: 41007900 SHA256: abf83e7dbac54f56009e6fc6d70c7fe1c97c277c564782b43b3c368116b70f88 SHA1: 9018416e70275115b8a662cda3793fd67886518d MD5sum: b389037ba484f4c8e82471ed2abb5b08 Description: debug symbols for ros-rolling-cartographer-ros Build-Ids: 1371ecbcd9470babf81ae73b95868ddf71bbd106 2954a453c3963efccbe248378c3867220a6a8def 3e2547c3bb8a5ca0c95c174ce48ef2381e34659d 41446402dfcb5b70d44353d10abea4b32527b44f 9d9e02ca36abd4bf4d07f66b6ea41809190f041f b13cfb31738326938db7c60008cca72d7e396e26 b42d4776f386160ef1f0317a4f8c9a6ea4869ddb Package: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-1noble.20250331.170934 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5224 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.170934_amd64.deb Size: 359528 SHA256: c100690e454dbb7d9df56ca37355a918546abf0124c4770a3b049e807147a1ed SHA1: 79a605c2e74dce4bc0246908c50c4d6b240ac821 MD5sum: d914694e6c38f0baa53f4e66b496f1b4 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.20250331.170934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4329 Depends: ros-rolling-cartographer-ros-msgs (= 2.0.9003-1noble.20250331.170934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs-dbgsym_2.0.9003-1noble.20250331.170934_amd64.deb Size: 3558766 SHA256: 70a247fd071419a0d9dac7f3d199586ec5011738dd60405e22281d0363a0901b SHA1: bae6e00878229df7a9846daf3b2438a9d85f77ae MD5sum: 6819de68d2d8c8ab16e080792013d127 Description: debug symbols for ros-rolling-cartographer-ros-msgs Build-Ids: 1807ed113f71bc57124391d45f237a388e732fc7 2ae6bcce4e304ecf84d5559f1da7fd47eb4ae3b6 3cde54f7a09753259ee67c7cccd4ce4dcad8e99a 5832ad352781cda337271b30feb5266cff47d5ab 5cae7f21a9ffa8d86c4939f00ded1192123a7793 61df8c7e4e8edf083e39a2364dbd1029cd5e3446 91763ec2ee703c4acf4ccb38cd0a167f41b2ccec c4a8e40e953c01c1a53ae060515b38eb1eef1b41 dde2a6ee4a051dfb455f1da6a909620823b4c545 e1bfd4267e7274995b7f8ae6b208120f401765c1 f36e20a9cc87d26208ae5267ecca7a51e55d3c4d Package: ros-rolling-cartographer-rviz Version: 2.0.9003-1noble.20250331.201150 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2049 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libpcl-common1.14 (>= 1.14.0+dfsg), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), libstdc++6 (>= 13.1), ros-rolling-rviz-ogre-vendor, libabsl-dev, libboost-iostreams-dev, libeigen3-dev, ros-rolling-cartographer, ros-rolling-cartographer-ros, ros-rolling-cartographer-ros-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-rviz/ros-rolling-cartographer-rviz_2.0.9003-1noble.20250331.201150_amd64.deb Size: 480672 SHA256: 1e96a26be99f3eb384981984ca8b719ca1fffcb3348772318a272fdac4109c2e SHA1: de88e0ec6b464f7ae9159c994fb815085f352aa1 MD5sum: 14cea78f9be75bbd20ef942690b3ac6d 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-rolling-cartographer-rviz-dbgsym Package-Type: ddeb Source: ros-rolling-cartographer-rviz Version: 2.0.9003-1noble.20250331.201150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5525 Depends: ros-rolling-cartographer-rviz (= 2.0.9003-1noble.20250331.201150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-rviz/ros-rolling-cartographer-rviz-dbgsym_2.0.9003-1noble.20250331.201150_amd64.deb Size: 4708582 SHA256: 9e0e65ae5319a25501beb65c1959c326c5812266afd84780fd8fbfb6db0b9895 SHA1: c1f5e0ea9070d4b80031f88391099d1d0ebf4cf4 MD5sum: 84a10e84ed77b1b58122636c168b593d Description: debug symbols for ros-rolling-cartographer-rviz Build-Ids: 69060fab458b5b7f1f7df17431267b4ec07e3a89 Package: ros-rolling-cascade-lifecycle-msgs Version: 2.0.0-1noble.20250331.180513 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 528 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-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs_2.0.0-1noble.20250331.180513_amd64.deb Size: 48856 SHA256: aa949f5df17f6965c41000182ad998f2bb6c452d5e3d9c278c4262cbab29ae80 SHA1: 6952ccb36f7d9a206baff10905cd24aba5d07938 MD5sum: 8528674a1c247376f8ba6803ee7e3ca6 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.0-1noble.20250331.180513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 369 Depends: ros-rolling-cascade-lifecycle-msgs (= 2.0.0-1noble.20250331.180513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs-dbgsym_2.0.0-1noble.20250331.180513_amd64.deb Size: 265178 SHA256: f0a1ab8b21b40f39ac6178438dae0ff396e581232d7403b4c5132bfb1e6e44c2 SHA1: 5e1ccb9b5bb491839da6eb029743a9f0e97d70b4 MD5sum: 7fd357848c9a2fa50243a6e192191855 Description: debug symbols for ros-rolling-cascade-lifecycle-msgs Build-Ids: 3df0e41e06a9fc4ce1695d2d9e80b2f64d993afd 4541c1de51bd45c010b1b2f7c3d98e6e1a2204ea 93f131bc5ebe75f7563537c51d41034ee65113eb 9b386ee0e9d4743ea0de70812973a2a99a1e37de a3dad697bdc158a8396e0369fde71b6edd72d891 a69a29eee8504524ece1ca7e3d31029741ad1009 c61579ed4590319e497b16fd5904c2bca17fd2f6 cb9e9261308b880a65f37532a548f97f80563b55 eb829193f8337b967dc06513d051a36ccfb2b35b f83b7a36264ae6f3d92fa8a99df20add484da604 fa0eb5d20e929afeaaa54d1bdb4ef4b24883a896 Package: ros-rolling-catch-ros2 Version: 0.2.1-1noble.20250331.183056 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1503 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.1-1noble.20250331.183056_amd64.deb Size: 384038 SHA256: b795dca6ebfe47cdb99c2b98c0fc7b3a91d43faa4acb05efa605d6ed38d248be SHA1: e1f273ac71769112a7655e6f15e3be793c396afb MD5sum: 00019e2365348d49668770670a4792ad 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.1-1noble.20250331.183056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3342 Depends: ros-rolling-catch-ros2 (= 0.2.1-1noble.20250331.183056) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2-dbgsym_0.2.1-1noble.20250331.183056_amd64.deb Size: 3078326 SHA256: 7750c126b3f54575fbf844e246ade62f3789b3eb35ef60d472a87e365058973b SHA1: 9401ad8be46e363df33bbba3dddbcac1ca253c4d MD5sum: bf80f8210094be0b194d71e728b450e9 Description: debug symbols for ros-rolling-catch-ros2 Build-Ids: b284e68c345f74ffc26b9d80bfb510d59b4f01d3 cf2fc717ea62054237fcd82dea1399e7c9617f42 Package: ros-rolling-chomp-motion-planner Version: 2.13.0-1noble.20250331.202914 Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 351 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/chomp_motion_planner Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chomp-motion-planner/ros-rolling-chomp-motion-planner_2.13.0-1noble.20250331.202914_amd64.deb Size: 109198 SHA256: e059ad91801ad812a3c0902a1be0da928aa8693976f0b17f5922d98bea266c61 SHA1: 98ec6415479230d9f71bc597cd0a96e82ed1ceca MD5sum: 95493f408218b559de93d780794177cb Description: chomp_motion_planner Package: ros-rolling-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-rolling-chomp-motion-planner Version: 2.13.0-1noble.20250331.202914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7319 Depends: ros-rolling-chomp-motion-planner (= 2.13.0-1noble.20250331.202914) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chomp-motion-planner/ros-rolling-chomp-motion-planner-dbgsym_2.13.0-1noble.20250331.202914_amd64.deb Size: 7368942 SHA256: 22f667c287665edafcaeca72727c5e7b282942e65a620ef394e80a5daa35f956 SHA1: 43535f36914e1301f3f74d1bb1daa2d5874c887a MD5sum: 7b5b491daa213e662c78c1e79dda2b42 Description: debug symbols for ros-rolling-chomp-motion-planner Build-Ids: 3acce464bdad37b586ac86f9831765eadd5dea6c Package: ros-rolling-class-loader Version: 2.8.0-1noble.20250326.210450 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-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.8.0-1noble.20250326.210450_amd64.deb Size: 46910 SHA256: e8c522f1c7e8074d98cf49c46dcefcb25b2d55208fbe57fedf63e89221ba7339 SHA1: 6232ea9f615fead8ab7a2fa24d41a3c34585ad4b MD5sum: 726a8d8e2bb9ecfa1b20b9a14c2c066c 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.8.0-1noble.20250326.210450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 363 Depends: ros-rolling-class-loader (= 2.8.0-1noble.20250326.210450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader-dbgsym_2.8.0-1noble.20250326.210450_amd64.deb Size: 329806 SHA256: 78b1c05dbd80b0f2b3d2c6e1afb0d59dbca577cd40d888e9ac8ad426e5d074bb SHA1: 11fbc62e61545bd551fa92eb90a9ed7a5966fbf3 MD5sum: 97a3c27984dab14ced3b8d18f5e747f1 Description: debug symbols for ros-rolling-class-loader Build-Ids: 9bb7ddac0e5d458381670c048ed5e2674af47de9 Package: ros-rolling-classic-bags Version: 0.4.0-1noble.20250331.201341 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 65 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.20250331.201341_amd64.deb Size: 9166 SHA256: bc1d4dbd18b7e0e3e6d4c38dd607b11b2d92aff6469546479a055776c4f85bc2 SHA1: 2b902ea08908c3b1492229616830fbf40f118f0d MD5sum: c74283882a35447a8747d0990e1767de Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-rolling-coal Version: 3.0.1-1noble.20250318.182959 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.1-1noble.20250318.182959_amd64.deb Size: 2031406 SHA256: 6233f5c160693105beb9d7e4ecd433db139f2f92da816985331361b8783267f4 SHA1: aafe2787757281d5256bee625fb03c3a38163f31 MD5sum: 42f8a7b7cb8a8551e83a6a2217115176 Description: An extension of the Flexible Collision Library. Package: ros-rolling-coal-dbgsym Package-Type: ddeb Source: ros-rolling-coal Version: 3.0.1-1noble.20250318.182959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 78193 Depends: ros-rolling-coal (= 3.0.1-1noble.20250318.182959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal-dbgsym_3.0.1-1noble.20250318.182959_amd64.deb Size: 70304858 SHA256: 2e94f53a2dd7acc70554e38505a9b3a455e3b26cb584724fd46d3e7cac62944e SHA1: e3c7f7cf73acb62056d0c662a78033730fcb3bc5 MD5sum: bb097434ffbdb3f1a3c5a308d3bb9773 Description: debug symbols for ros-rolling-coal Build-Ids: 2b4a5b05e6be45845c779f2ae1e85bd1a3014ac6 f4eb4a7b1367b1fa3755e099beeb59c2789d3d1f Package: ros-rolling-cob-actions Version: 2.8.12-1noble.20250331.172947 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6222 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-actionlib-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-cob-actions/ros-rolling-cob-actions_2.8.12-1noble.20250331.172947_amd64.deb Size: 349916 SHA256: 7d4f98579f22638a6405ae148770b7329f689d02663021d937127991e5499d6d SHA1: 15766beb4f0fc22fb0c8b90404b7d1d41cc09e4e MD5sum: 1ce965b641c25ff6f00e2721b37de93f Description: This Package contains Care-O-bot specific action definitions. Package: ros-rolling-cob-actions-dbgsym Package-Type: ddeb Source: ros-rolling-cob-actions Version: 2.8.12-1noble.20250331.172947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3235 Depends: ros-rolling-cob-actions (= 2.8.12-1noble.20250331.172947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-actions/ros-rolling-cob-actions-dbgsym_2.8.12-1noble.20250331.172947_amd64.deb Size: 2282146 SHA256: 09fafde26c0339c43b45b7ca34a33d8c07999f3819b8152f7bfd705ecb3d61f7 SHA1: 94be9f6b285eb5029904f85d8416b12203e13b16 MD5sum: 31ea8179a766bb8f5e52af29772a0d74 Description: debug symbols for ros-rolling-cob-actions Build-Ids: 026eff8be376c7d5bffbe5ca4c7f1fb0eaa59e7a 27c31a4ffe2a0d0d5951ac150a981c6322e8c292 82cc7b0a4c9fa8afa1a193cc1c95692057e4bbe4 87b687fad9e8fe6744dc2b22a5ec0dd9db90a274 87e62248972a6436c648dae0e6acd7e94827ae20 904e3b2e665fdb9b6ec1efcab396ee211bac95f1 98b079ac80d8318e497bfabb53e06f7b888a1875 bf9b58c064f0d8ff2e440a97e8d2a1ca66a4523a cfc2843eb854a1a80de236f22a7e66379212970e e8e4a04962fd0e8bd6197deefa6c2d54b4985180 fbdac864f34b03a38685dcc80b1db4f8b646ea47 Package: ros-rolling-cob-msgs Version: 2.8.12-1noble.20250331.171314 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1442 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-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.20250331.171314_amd64.deb Size: 118664 SHA256: 74981c2c6a2f8cf104d732784625a20ca805d252791e2ee10d9eb2adf63a03d3 SHA1: d48122cb1f030d5e3180bc17c130f815a6932ffc MD5sum: af7b53480d38c39deaf3043412f40be0 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.20250331.171314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1047 Depends: ros-rolling-cob-msgs (= 2.8.12-1noble.20250331.171314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-msgs/ros-rolling-cob-msgs-dbgsym_2.8.12-1noble.20250331.171314_amd64.deb Size: 854968 SHA256: 027c2a9083a9397370a2d67cb96e767b04e76a8e0206d4ea75935aa5f976f4c1 SHA1: 32d1a850311837f7eae27d19fdefd79c61f1b766 MD5sum: da4e049dd31fde87f77c6f9b8f281ddd Description: debug symbols for ros-rolling-cob-msgs Build-Ids: 109178cef0b09230dff6ef0c5f6ba5a9859238e0 165d7b643be964258719a41bd1bc93345f4c8b1e 1de801b9dbff5b9baf38e60e7dd5ebfa52ae5351 5a266fa61fa9e53db12f6d42a8cce5edb9a1aee9 942c06a431149e466fcc620e2ffa833fe3ee0757 bb3fee49dc26117f64f3a6ba3b9d60a201531446 c9d3aa30481104f056f34ab3b9e2924e636e7036 edc1c84a0b1cd0f8767b4176e63239cf305a063e f6de9d08de489242a786e25141529caff34b4881 f84292435f9c2f03e3abe930a62c66031f38a8d9 f9f2c975cb9dc83df6e52b544102905b3a694785 Package: ros-rolling-cob-srvs Version: 2.8.12-1noble.20250331.171004 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1410 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.20250331.171004_amd64.deb Size: 110572 SHA256: 1752214c8726ddfedf2ee6b278bf59c3311b43dbba89af7e67bc62a90d19c1c1 SHA1: cba1571fe7209d5c8fce73c7da66d2877cacc8ea MD5sum: 0ccd5832132892a8f55805edf61abf05 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.20250331.171004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1043 Depends: ros-rolling-cob-srvs (= 2.8.12-1noble.20250331.171004) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-srvs/ros-rolling-cob-srvs-dbgsym_2.8.12-1noble.20250331.171004_amd64.deb Size: 810146 SHA256: 759854d6627097f0b578fccd0e1be994337088f3b2d1d4748215a0920d2809be SHA1: f10473750e3b00fe6c3a313cee708669d3078f3c MD5sum: d7ec2b4621c4e0b1e480419124e6a864 Description: debug symbols for ros-rolling-cob-srvs Build-Ids: 1fd71815b4f8541a674b270100f7a9da8639db75 24ea37d175a26bbe59b29b7303d3456a60f2acdb 37546f5098c44b683bfd26679d29f7744aba4481 515a17380464282b9f7f7a8220456f506308519a 71f2d2eb217883c9f92939ffb3a2339eaee7bbec 994ea9ead7c8867f9ba62bff86bcfd5049ca6623 c7a2f78fee09c7ed15ec66d56520856b689e6e5c cf6ca7ae1eb42990e52aafa428499624272a90c4 d41e9476e6bbcf481f959569c38a7921ce0f92e0 d65fff1614fde7884f41e439496435ce27c49bed eea51f95ee8caee615e08baf35d963f005855ae7 Package: ros-rolling-color-names Version: 0.0.3-5noble.20250331.205505 Architecture: amd64 Maintainer: masaya Installed-Size: 273 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rviz2, ros-rolling-std-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-names/ros-rolling-color-names_0.0.3-5noble.20250331.205505_amd64.deb Size: 72786 SHA256: 4eb23f214a2bc6d2cc66f664e17498cfda6fa52d5d1cdbeda3b42deeadd79816 SHA1: 82c3fc4a1c769114ed6730aeb2fc0936ee34db05 MD5sum: 54acbee73288f5107b3463b22062c057 Description: The color_names package Package: ros-rolling-color-names-dbgsym Package-Type: ddeb Source: ros-rolling-color-names Version: 0.0.3-5noble.20250331.205505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 1000 Depends: ros-rolling-color-names (= 0.0.3-5noble.20250331.205505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-names/ros-rolling-color-names-dbgsym_0.0.3-5noble.20250331.205505_amd64.deb Size: 916864 SHA256: 0c34000008ea91ab022ea042bb5a5bae76fea1023160ac77944f7503b1f5bedb SHA1: 2baa4ce693d5ff9cd91f97cc75e8a9d5d1d89c6f MD5sum: be0d1d924eadcb804c4d8989380d0fbf Description: debug symbols for ros-rolling-color-names Build-Ids: 31993a91cdd75f3c813f2479f5c597d4cea4d6f4 4473b13119a4fec0f117d85ec0d7ff73fdbf7c65 Package: ros-rolling-color-util Version: 1.0.0-3noble.20250331.172640 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 78 Depends: 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.0.0-3noble.20250331.172640_amd64.deb Size: 12668 SHA256: 45a61b9ee57eb63f545b3f650a9ecbfee9df50264720d76100cf976aa733a669 SHA1: 052e81456fb853eabd02cc301ea8f3509fd3742e MD5sum: fc042151a55735d3970f193c7cce96d1 Description: An almost dependency-less library for converting between color spaces Package: ros-rolling-common-interfaces Version: 5.5.0-1noble.20250331.172609 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 42 Depends: ros-rolling-actionlib-msgs, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-common-interfaces/ros-rolling-common-interfaces_5.5.0-1noble.20250331.172609_amd64.deb Size: 6160 SHA256: cada4c0e55e3811071fd06f16380199b4ad42038c3511f7e43af9101f4b14dc2 SHA1: 33ee45eb9f04c0b898efe83a63ddf9f4249baad4 MD5sum: 5da595684d3eda137a1bbf4cd45e58c3 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-rolling-composition Version: 0.35.1-1noble.20250331.184053 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1294 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition_0.35.1-1noble.20250331.184053_amd64.deb Size: 219188 SHA256: f0ef00b5bbdb6fbbe32ec01f97ac1f1e71b6b3c56b7b5cac3167e6a9381992ca SHA1: 77c50f88413daf48ead7b83f8ca53ec0341e5c68 MD5sum: 5906b2fa7f32f55a154316f345d665aa Description: Examples for composing multiple nodes in a single process. Package: ros-rolling-composition-dbgsym Package-Type: ddeb Source: ros-rolling-composition Version: 0.35.1-1noble.20250331.184053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7033 Depends: ros-rolling-composition (= 0.35.1-1noble.20250331.184053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition-dbgsym_0.35.1-1noble.20250331.184053_amd64.deb Size: 6240560 SHA256: 9386737eda1ebdec3a731d07636b01162f2307647543e2abbbffaae41d3042d0 SHA1: 1df7ad0f6f449427846ec8a8d5ca9063a3c17813 MD5sum: 0ca0706a10a3f1103dac2c7f89c780e2 Description: debug symbols for ros-rolling-composition Build-Ids: 1e2e54047aa9aeb29c57007d1183ff7094d5d493 2132a5dcccc703c8018e3abcc2611390dd8f1a31 2e058527b11ad850b4a3746db586b6e076362ff9 922b215e8b70c5edb897866f1499c7dc54943568 9bbf9a34584090d46e61666caecc1cf43df04ce7 b634d3f9e36b418e068d0ffc2916ee9d4fbe7249 c4f64f8de9dd3c1aa0d15661643fecd34c5a2a36 e4fbdae028a67cb8c4d57fd41ba250f988b5b42e Package: ros-rolling-composition-interfaces Version: 2.2.0-1noble.20250331.165320 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1695 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces_2.2.0-1noble.20250331.165320_amd64.deb Size: 150432 SHA256: ccdb82cefa736045175358d2d3fd50b62a717962b6fb5fe2b3a99398884ac5c0 SHA1: 0eb19d71d5880dd07d5bc49c6fdaa1482bfb0075 MD5sum: 519adbe2c241887f10ec7345c334da5d 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.2.0-1noble.20250331.165320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1526 Depends: ros-rolling-composition-interfaces (= 2.2.0-1noble.20250331.165320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces-dbgsym_2.2.0-1noble.20250331.165320_amd64.deb Size: 1253812 SHA256: 63bc824e98a4da7ad65b1b71e0bba38e54ab66bad1008c4c2d28c20cddec65d0 SHA1: b9586874c05ce6a15294d0aa97b09983b69d1e20 MD5sum: c3100aab3cf1ae75337dc0a3a3f023c4 Description: debug symbols for ros-rolling-composition-interfaces Build-Ids: 06724d74613e9dcb9695f64414231fd34add420d 1fedfa0a76851b894a9d05ebf37972dbae3d5a7a 2408b23e884e69753503454251645b4fa03ee924 2f85943e8e435fd1f5ce4e251d35350754f42308 30991ef9b62b1e0a40152b6a00e4a264402e1cf1 34f3e79a87c6eba2a99adfbfc411c96467282774 38c9e2894c9ccaf2a04806f0493286c2fd8114c4 9767b05fba0c580de24204e8e1c54939df6a13e7 a850bd261a9c9062e562ac11a6d706b4a727ebde bba8995f7021301bc440ca36785e233296d88c48 c80772fe5ab41fd451d4223b53699531186ce850 Package: ros-rolling-compressed-depth-image-transport Version: 5.0.2-1noble.20250331.201032 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 933 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-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-depth-image-transport/ros-rolling-compressed-depth-image-transport_5.0.2-1noble.20250331.201032_amd64.deb Size: 201066 SHA256: a3a7bcd773ad50cb4dc424f650b0e298ebe81a34956d12ada88a072a81a9ad5b SHA1: 187367204e847bb841d758e00b4f5aa95f94325c MD5sum: 5cd66f88852ce3aa1ef652a51858c785 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: 5.0.2-1noble.20250331.201032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5050 Depends: ros-rolling-compressed-depth-image-transport (= 5.0.2-1noble.20250331.201032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-depth-image-transport/ros-rolling-compressed-depth-image-transport-dbgsym_5.0.2-1noble.20250331.201032_amd64.deb Size: 4435624 SHA256: 6577ab8e595d3cc6ef9333e6d303039b303ee6cb5a3557577b14a945c5becb5f SHA1: 24df0da526446e8405ce411d7811e658edd9f43d MD5sum: 1987cb96b801deeb14fd663f9549c9af Description: debug symbols for ros-rolling-compressed-depth-image-transport Build-Ids: 987c129417f30091ef343271281dd0627f89da8f Package: ros-rolling-compressed-image-transport Version: 5.0.2-1noble.20250331.201034 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-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_5.0.2-1noble.20250331.201034_amd64.deb Size: 202192 SHA256: d72183dbca658d406cd3945a292c49b103fbb9a649786f417796eb965ac385f1 SHA1: 7f41a344714be7a2b4e25079eae65a53c7ea0378 MD5sum: 87993336ad7881892f479f0a34589a61 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: 5.0.2-1noble.20250331.201034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5186 Depends: ros-rolling-compressed-image-transport (= 5.0.2-1noble.20250331.201034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport-dbgsym_5.0.2-1noble.20250331.201034_amd64.deb Size: 4545834 SHA256: 9ca0dc0d51fc1502bd67150c8ee964f4129ed9349762a215d31484ab0db8ac57 SHA1: 6ac7d8e73afb9954e09a298fbc8850b07aad6ffe MD5sum: 89943e86d38b87503847798f95322613 Description: debug symbols for ros-rolling-compressed-image-transport Build-Ids: 7ebe3d6b2e403fa45836213c69ddee6be6fd1e0d Package: ros-rolling-console-bridge-vendor Version: 1.8.0-1noble.20250326.141319 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 42 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.8.0-1noble.20250326.141319_amd64.deb Size: 5440 SHA256: 9c766a61ac3c5f18dd66365647a9909d3259d94c4d542eb079925f6ae2108c6e SHA1: 5161c3170d1a7eb518c266ee273cfbefa9d4d120 MD5sum: d01a3c677d10021ee9f5c7e4e839d9a5 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.0.0-1noble.20250331.173042 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 12232 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, 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.0.0-1noble.20250331.173042_amd64.deb Size: 717788 SHA256: 51c2d0a618e36eafcbe9ff683b4883cef4ac86b00fd7504785e9de45ddbdae58 SHA1: 414e8f75d11dd0668a9a22af1afe497d5bb94bd4 MD5sum: 5cb84c3781c2b437e33005411136d4ce 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.0.0-1noble.20250331.173042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 7708 Depends: ros-rolling-control-msgs (= 6.0.0-1noble.20250331.173042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs-dbgsym_6.0.0-1noble.20250331.173042_amd64.deb Size: 5898730 SHA256: ce05ce057cf3632dadd6d3b8e6fab7109ce6be0afe421cbc61baaecf1214edac SHA1: 85dd267a0ffc330073746bc676cb02fbde8e2255 MD5sum: 7cc1c82694a74c024a06461dbd3ff2cf Description: debug symbols for ros-rolling-control-msgs Build-Ids: 1a64cf26fcfb3db575cd6cb8592fd441ceb9d28f 2d59361347cb119fa8b95a85a0bfa641c5c52b91 2da8eea5e7240bff21fb72f6e51b44d24f248c1b 511ddffdaad9bff80b6be13df94995b13d73d871 6ab4c607c82a9dfd4a90d0f263bcd0bad82e9692 735ac9e9a565de42f97eca9163a929ba49088247 9339f007a9476415b5c20af40e3be1050c8a6a07 ad830885a7193e31b2c451d5aa335f39584287fc b7d1cfdae90f457fdc492f54ff2e09d92576f499 b97697da254bfb5154ab8b0cae1c03cec90a0c0f fad58d4ef0c2d80beb78e7cbdbfa4112abc9f6d2 Package: ros-rolling-control-toolbox Version: 5.0.0-1noble.20250331.185949 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 637 Depends: 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-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-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox_5.0.0-1noble.20250331.185949_amd64.deb Size: 134532 SHA256: 7ca4f6647b7e8c1a755bc2ae006b8f601c572601db66769aca3c88d10f484b29 SHA1: 033d7853f1865d436ce9dba1806a124144d3c84f MD5sum: 094f95296e18a74c149a97fd6e3eb6c4 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: 5.0.0-1noble.20250331.185949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2378 Depends: ros-rolling-control-toolbox (= 5.0.0-1noble.20250331.185949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox-dbgsym_5.0.0-1noble.20250331.185949_amd64.deb Size: 2243810 SHA256: 76d99c749aa10eeaf5bb06a5899004b566c891b994cd7b23194038f01a4f9cd6 SHA1: e5d61511a708852ede92552cb053602137a033dc MD5sum: b75f98bf7bfebc169461db415da98c30 Description: debug symbols for ros-rolling-control-toolbox Build-Ids: 062b32918d699229487572883e2d1cf484734c68 443a87a7159302e3abd962fa2639aeeb5bce8abb 56c9385f4fc4caef92c3aa785b42ca4a03bb9f34 c6e42c699c25f6e8021a346400ff07f14488f01a Package: ros-rolling-controller-interface Version: 4.27.0-1noble.20250331.194946 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 256 Depends: libc6 (>= 2.34), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface_4.27.0-1noble.20250331.194946_amd64.deb Size: 64220 SHA256: 07f0c3f8aa1ae0a29c4ce7a513d0a61630113e4935b6f62e89dd1edecf7fd05b SHA1: cd1808b58608b755357dfdfc63718823d4fab784 MD5sum: 833b0ec70befcdf1d52add40a1298397 Description: Description of controller_interface Package: ros-rolling-controller-interface-dbgsym Package-Type: ddeb Source: ros-rolling-controller-interface Version: 4.27.0-1noble.20250331.194946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1063 Depends: ros-rolling-controller-interface (= 4.27.0-1noble.20250331.194946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface-dbgsym_4.27.0-1noble.20250331.194946_amd64.deb Size: 1028072 SHA256: 8065dee5c21092462f0040f74ce073cd0c0aad6a8187c1a345afe1b082912b02 SHA1: e2978d8a80a160af5105f3f2853fae4358858aee MD5sum: efe0b55e2c28250cdd3d39ee9339f820 Description: debug symbols for ros-rolling-controller-interface Build-Ids: 99f3930451a9492ec5c15939c501ad26fdafe1cb Package: ros-rolling-controller-manager-msgs Version: 4.27.0-1noble.20250331.170525 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 5359 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rosidl-default-runtime, 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_4.27.0-1noble.20250331.170525_amd64.deb Size: 342346 SHA256: e188526ed9756d84adec8a32ec1d65390310e1717880347d18d455c9a3436d0c SHA1: 24711933edd690bfd35fb91ed0695a8f66db9e7f MD5sum: 284d0d5c0e6adb01d5031b4dbcec56e6 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: 4.27.0-1noble.20250331.170525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4112 Depends: ros-rolling-controller-manager-msgs (= 4.27.0-1noble.20250331.170525) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs-dbgsym_4.27.0-1noble.20250331.170525_amd64.deb Size: 3261588 SHA256: 954e783e661884ea5d6e9c51dee4bb0ac27fcf0c7af2e5549fb5c9f934a92b28 SHA1: 82f666b937ecc8e6478141bc314cc59d7f19826e MD5sum: 1bb61c48d4f49f713671e067c4a31970 Description: debug symbols for ros-rolling-controller-manager-msgs Build-Ids: 0b4b44791fd79c10ebf013a4a393d4b7cd3900d8 1d9300f087dc43bdad6b1d63df59a0739910289f 22c72d6f2cd2062a7872e76396e488df569a7734 23c5a96b3008a7022acdc1a37a8aa0fa9dafa5de 38506eb4b825d64b3cc610294c7570351712ff11 904109b733e81672e1e9eddb2a17b2fd82c7808f 9b0673c86a1da2deb6f7b03ed8adc746d5106dd9 ab1acb84f561534ebfcf3bc37679e4ca56f722c6 ad95a3cbc14b34d5983f431feafa9ee6a6d51392 cde326cbbe8ca8e24b54cb8e4a31ece1f8c29161 fc89b8cb02ad4aa9cf28243d240c5ab3639045f3 Package: ros-rolling-cudnn-cmake-module Version: 0.0.1-5noble.20250326.141434 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 46 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.20250326.141434_amd64.deb Size: 6282 SHA256: f00a0ad96cdff997dbc2d2811ac3329b5d4f7cd0edcfa8451790164da90a13e1 SHA1: 83ef3499e50aaa8c2fec3156c600472642b23379 MD5sum: 1f763749959bc370831632e7031ccf4f Description: Exports a CMake module to find cuDNN. Package: ros-rolling-cv-bridge Version: 4.1.0-1noble.20250331.180740 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-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.20250331.180740_amd64.deb Size: 124954 SHA256: c88155d5243872f61a87f40120b44e8362395a64d590ad03fe1ceac84d3c110b SHA1: 343a31f9b4056f5125016a72e83b9e2bc9df2c97 MD5sum: ce8080d4c71418979ed1415c3dd3d37b 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.20250331.180740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-rolling-cv-bridge (= 4.1.0-1noble.20250331.180740) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge-dbgsym_4.1.0-1noble.20250331.180740_amd64.deb Size: 1854588 SHA256: 5f0e42a810473f8fc597848c947f514f8caf6cab39c00823c8974135c4050552 SHA1: 82c18385bde4d153e84981b82c555027641b30f9 MD5sum: eb7d6042d50f1e594b1e91af04c1d2d7 Description: debug symbols for ros-rolling-cv-bridge Build-Ids: 02e369de5e7092477020ba824c75eb7ccca5ec16 f3506e1ee8f2c54f762e9eeedb57610a39eef46a Package: ros-rolling-cyclonedds Version: 0.10.5-1noble.20250318.172337 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 3791 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0), openssl, ros-rolling-iceoryx-binding-c, 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_0.10.5-1noble.20250318.172337_amd64.deb Size: 1036564 SHA256: 265211f9722119a0412f51459f06d07663524d516c3fd9b7f2dc9b82e017183e SHA1: b012df211a338e08e24df1c01fd13eaae383b409 MD5sum: 77687bb4a0743a3c0d10714d7632d8d6 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: 0.10.5-1noble.20250318.172337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4332 Depends: ros-rolling-cyclonedds (= 0.10.5-1noble.20250318.172337) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds-dbgsym_0.10.5-1noble.20250318.172337_amd64.deb Size: 3770944 SHA256: f8e5b5ba692c47c893a0bf04353e71ff2dd52a93008e8c7cd4529c3f1f58632e SHA1: c4cb3ed05cb0c57b52307a0e13d7c049e5205841 MD5sum: a464d85f473f0e7437883c3cf3f42100 Description: debug symbols for ros-rolling-cyclonedds Build-Ids: 3f7c337e7ea8a57e136e7a1f72bdf7bbb52ade53 43385a2fd002afdd9011d967c09dd63194597dbd 88b3c371bef04289d553b5e524df2b43c8ec1430 95ad18e6f9905d0263ef0a30125932ef9d9c9ca4 96d26eea84a479a34b6f98261297c583e8e4723b b7d447d687dcb183513af5c19362e5984241e359 c11241d8d889e45f2c4984bfc94a30b63826178b Package: ros-rolling-data-tamer-msgs Version: 0.9.4-3noble.20250331.163453 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 680 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs_0.9.4-3noble.20250331.163453_amd64.deb Size: 66856 SHA256: b276801efc17514811421f108aba05a9b52273abfea1fd307d24b662c2abe205 SHA1: 767cdb126c41f6c3d00c3599b7f7afe2a41625ad MD5sum: f15f9a9f6cd19921eb33044c0d4751b6 Description: Interfaces for data_tamer Package: ros-rolling-data-tamer-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-data-tamer-msgs Version: 0.9.4-3noble.20250331.163453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 550 Depends: ros-rolling-data-tamer-msgs (= 0.9.4-3noble.20250331.163453) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs-dbgsym_0.9.4-3noble.20250331.163453_amd64.deb Size: 427538 SHA256: c3b9827b940d50ffb301b4669176c65dbefed1258ff31a8f91212d28d929fcf3 SHA1: 8a816fa243c1a6cf2a5b601b16ef376841b8dfe9 MD5sum: dd9927f378d926d8e793f2dc115af1e9 Description: debug symbols for ros-rolling-data-tamer-msgs Build-Ids: 31cb9dbd80717ae8cc8af2c695f81cddc68076c5 6da1401257cdd2b78fbd727b72f45105c869db4f 7b86c531a917c8738c01d573c152ccc38928554f 9fa39d6804c0edfe57c8d5ee66b801924f09708f c16be232c7bb69e6feab64726be410e2a9ab4775 dd78ad3d22fe4c6f1bd7f4693dcef0a026a9045c e370dec6f7f85b262bba6e35cdd89c3d2b3537bc eab25b314138bf9f94985b301113096a727761d5 f1c33ebfe6b0401d2715e693a510e5587a1ed373 f35449a838ae723f888ed28ceee503fbd0fba88d f5571b958c7dc1783f08a2d65439a0171980ae7e Package: ros-rolling-delphi-esr-msgs Version: 4.0.0-3noble.20250331.164322 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3775 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-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.20250331.164322_amd64.deb Size: 236948 SHA256: 03c7faf7595738ceb3e86797f9ee21f41081ea8a233435c742cf5f46385c04ba SHA1: a74887021c75a29b097845494fb59d10f1f630da MD5sum: 399e539d1c5d84106677eeb7a73d66d1 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.20250331.164322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2480 Depends: ros-rolling-delphi-esr-msgs (= 4.0.0-3noble.20250331.164322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs-dbgsym_4.0.0-3noble.20250331.164322_amd64.deb Size: 2033858 SHA256: f5135ac419068a4c826d753e48cf70065b77927f4ca28bddd9f129fe31600a1c SHA1: 221c38d4c8982e2702e4eba30ada648ddafd1df2 MD5sum: a5aa929f956e04ca8d7cd4c4154174c7 Description: debug symbols for ros-rolling-delphi-esr-msgs Build-Ids: 0f220d21620c084c498600e0e5ab559d568a61b1 51aef2296013ad6778d3e3a303a46008c2a05247 59726070390d0693ad567e3f3cc400bd76b6030f 6200c752eade35173f03c306f975bb942e10325b 662436797756818f3554092c9f350b4bf58dd7ee 93f373d79a5738c68a702bf254109081a1611353 94ca5579118656b13dd907d60a9dbad075c1b6a0 94fb538ee32d24171f870f35ff2440bb504d3a50 9e95c240161edee1f449c93f2893a958740ee2b2 d8b663431076eec344beb5c77c9ea43a999bac0b f9b65684c0cc451877ece09d9077ab0e08e40812 Package: ros-rolling-delphi-mrr-msgs Version: 4.0.0-3noble.20250331.164332 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3382 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-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.20250331.164332_amd64.deb Size: 207330 SHA256: cd715cb916e411610a4763c41d2580e73687c58875b949873e9e4905ffea14dd SHA1: a307c436175eb79c065f6c90741ef18b8a1144b9 MD5sum: 3b07ca571e774f54f93b56cb070740f6 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.20250331.164332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2148 Depends: ros-rolling-delphi-mrr-msgs (= 4.0.0-3noble.20250331.164332) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs-dbgsym_4.0.0-3noble.20250331.164332_amd64.deb Size: 1734254 SHA256: d84df1ce60fe1a06f5750ba48fdf4d4f257aed4e8135b0029a7e4e95fea21dd9 SHA1: a1cfda5c0a59106128366447dd39847cdbad3b40 MD5sum: 80b8c45f778b98c9f1d5c70dc5fe379e Description: debug symbols for ros-rolling-delphi-mrr-msgs Build-Ids: 17b2943bd479d865f6f3a630af5b04b81edf8914 325fb650f16dc36edfcde89e980ea891256d49a5 6032b558295ab0693657d3ebb0eae488561e68ac 656601cb2ee4e8492dc1b2d97a53a06b6efdec82 6896e03619bf6abf1be9f908f87efb6f99de6114 9943845c7315f79722b32d1f0cc1e95abb6dcb81 a4f78dc34d4d4c7e3da4a186e75de5694a3c8bdc bed7987341793012d6f57d0c7fb10492befdf9ab c1aea0b0e1a9d2cd42cb21b9aec1a7d94a633698 d509997861d05704a61941bffe55ded31bf5decc d814b89d3d03af2a35a2d0c8b1a30383de88a8db Package: ros-rolling-delphi-srr-msgs Version: 4.0.0-3noble.20250331.164336 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2600 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-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.20250331.164336_amd64.deb Size: 158008 SHA256: 65c6fa9ea506b21b3ae94b601f3a9a7894dbd6ed73c2a8abc8cae427280e5493 SHA1: a885cd757090091352c67e57027f3eba0d2566b3 MD5sum: 9b6d0c7650be2d2503be2d4b503a1460 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.20250331.164336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1480 Depends: ros-rolling-delphi-srr-msgs (= 4.0.0-3noble.20250331.164336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs-dbgsym_4.0.0-3noble.20250331.164336_amd64.deb Size: 1204476 SHA256: 65ea95fb4b2514271653c8872fdae984604d5720da9d9fe4412cfc44873e4de7 SHA1: f5f34a026706455be72ed0fc65c0c17f46e6943c MD5sum: 6ef1ce15d2ff157efa0069976725ba56 Description: debug symbols for ros-rolling-delphi-srr-msgs Build-Ids: 050f4bc8f69f0a06559903abaad786f4db2d6cea 105fb5657b519a2967fbadc5dda8d2fdcd510c21 4994da15d81364aa57fb17774c2adc6657e8cb70 5f383d92b221831aec90e46e5c72c42187c9296d 613d1dd5cf8346620e142dd0d3abff201b8a3333 7a035cd9338e7ec3c4c6a1d3e17309a496b0ce25 9c53dabe49eaa68164acdc80b85cee43333797e7 ad7000c907e08b14e9a0a430a15b2bafeb69f8f1 b8469ae0cd1b02fe3c78942f642303347d009ced d65d3dd561fe6798ee1ad4c98f2e7a72a505073c fbbacb0f6385f9d80960af3761eb17cb9ccc1d82 Package: ros-rolling-demo-nodes-cpp Version: 0.35.1-1noble.20250331.193435 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6948 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp_0.35.1-1noble.20250331.193435_amd64.deb Size: 928270 SHA256: 64470f52725cac961eef305869aef4ef26b00f11cb199a533715a7a56d7fea42 SHA1: 38f858da4a5700201c977289073f2be20ffd94de MD5sum: 886a9e61b412619650b881de1e751b6d 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.35.1-1noble.20250331.193435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38378 Depends: ros-rolling-demo-nodes-cpp (= 0.35.1-1noble.20250331.193435) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp-dbgsym_0.35.1-1noble.20250331.193435_amd64.deb Size: 30999152 SHA256: 23453c3fa089eb4de08df4cf603fce9f1e82515b9a6f25b8d4dfa433e26117c7 SHA1: ff1caa4909815489ef5c34469def4b338c0bcb4f MD5sum: 9d611b641add1a61965f86ddbc229fc8 Description: debug symbols for ros-rolling-demo-nodes-cpp Build-Ids: 0650cc287b8263db42a4af522889245fd00386ed 080e682f41e10e210760093863aaf7111b798da5 117f96eec000e8e534d3061ae48fb8ae1615cd85 1652ff144f41c9daf503df5d0fb2bd090bdb472a 20a0a2e3fbb6c2d4c763ca920a190f9aeff6262f 22cf9770bb039e3ae9463c44224c440f6d9ca463 23486561f448bc629d9852d753fd47c03a8378a8 24c6e5f8c50cfd7658ceb24da10d061f39b7d675 29334701a507bfdd4b112edba13ec1fc2d832c66 2b77b8fafc8e50823e36df285590e203e0879fd6 32545ecc4d1be7057163aea371c335c3258c52ce 35c511bd746e4969b82200d8b6d11710e68a263a 36db75b5e82e41eda46b6aa4ef6307de68f29fa4 3bb1beac722e50cb99b9bb2a7fa639863639e94f 4543e2e6f02e9af5072abcd54d74f929f874609a 4f13ac399b13d8d3fd8c79035979042c0bd5cb0a 5263bc2011165d4732a10379e953f3019631f378 557fe8c8076ae8364a326adfc5269c628fbc0cc1 5e04197f3904c3a119dcd09c6962b79d7e3666a8 62b8f0d12e73dae7c4e2715170a0a550b2d78171 6787361963c38c2cf437585f23019ae6f598821f 67dd400a59b9301f19c799465f9e6ff9974bf514 6951d1821494c90d36a0ac75ffda19acb833f876 6ebf45a36be7c9ad5601f0f922a67a96d4bb151c 74a36f5cd5f852e963fa9c21372b602620b1c5a3 79152c303bb9eef20259c387a69028a3a3149a5c 83df96cdcda73523c8d2978681eb004e9641731c 8c111ac9f50e7724c2bd3b5bb7df3f133bb75810 97c5f1fa9f6e8c7e6b14fd982594a67ef8337958 997ab92f73e45d4d7b97036e5539fcffe6d8a252 9bee5dc37c1723a268baffbb70d952f5d2a1a77b 9ce0f0c12f0e802ad5dd8993bd8e7ca342af6baf 9d7b76a70c9d1b67341a6db6fe5723da00cd4832 9e3bb0a18eef35c3ebafe03b8b2ed34af6433f11 a04158964457b63c2d328787eb1f4c43767f6ad7 a43a5698b0143a74dbbca5a8272be141a874d805 a50e9c3f15153e07af2cf776bc9c2c486c2d678c b1069190cf68cd9fca7f48076ea7e8e1a972d5c0 ba41f9415ef3e59351d11a44d31a3cd15195775c c712db44d99e51cf8e57afdb90693ff6d7dba62b c96f20edfba6572477669558957213075916822a d0fcfc4d0027ab15cd5cd616b4f8c0b841a0abda d42aeebf2d59fd8980627f25be9473461b65d3a2 dac3098ec7ba3349765855e4f4bdad950715ee03 ddaa3e8be21bde3f9810bdc97718456050a40296 de80b193be54c3dc3bc4b973a5b17564a90d2550 f0b09606e91d2adee23ecf6c545f8959148a3ec8 f8733bedc3591bcbbcb37e8a9e04925ef2bd4043 Package: ros-rolling-demo-nodes-cpp-native Version: 0.35.1-1noble.20250331.184056 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-rolling-fastdds, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmw-fastrtps-cpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp-native/ros-rolling-demo-nodes-cpp-native_0.35.1-1noble.20250331.184056_amd64.deb Size: 64106 SHA256: 1ea0ecb39595c5d28760198f0ebb1fbb372e13383a894624c8a64ec65fe6f1d3 SHA1: 55e26630f47ffb7583e7dd6348d9a695edf2f03a MD5sum: 5482603c1e655ac84b031664b3a0120d 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.35.1-1noble.20250331.184056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1228 Depends: ros-rolling-demo-nodes-cpp-native (= 0.35.1-1noble.20250331.184056) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp-native/ros-rolling-demo-nodes-cpp-native-dbgsym_0.35.1-1noble.20250331.184056_amd64.deb Size: 1150094 SHA256: b58f23686884eefa7fa851e7550774d0450d45e74bc16d38670591a0a6a1778f SHA1: 36a4adb3590be6ea05043144f1fd5d8d51b3e7dc MD5sum: dc3486e429a827cf3881b6d7d48472b6 Description: debug symbols for ros-rolling-demo-nodes-cpp-native Build-Ids: 63c8c6f4fc8e9cbe829ceac9df26de88a5d462af a9fc5e932eca9f810634b0a28ab6ffee9d00d3c2 Package: ros-rolling-demo-nodes-py Version: 0.35.1-1noble.20250331.175842 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 174 Depends: ros-rolling-ament-index-python, ros-rolling-example-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-py/ros-rolling-demo-nodes-py_0.35.1-1noble.20250331.175842_amd64.deb Size: 28904 SHA256: a59dca0b1968e9a46505b0ae80aee29a5c8ff598e7214c455a3050cdd3f497ad SHA1: 440ea1ed5df8195a58d48f677129271f9de654a5 MD5sum: 2f8fbfaf720fa53f12bbf385eb99d981 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: 6.0.10-1noble.20250331.200226 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1719 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc_6.0.10-1noble.20250331.200226_amd64.deb Size: 311888 SHA256: 31da92e8997b99bb03250d6cdf0db1b75981e4829652188a8959745043486295 SHA1: 99a4534d0f95c10b6e453fba5d71e2dee162eae5 MD5sum: 5f89189118e18d75e05b40acb29534be 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: 6.0.10-1noble.20250331.200226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 14483 Depends: ros-rolling-depth-image-proc (= 6.0.10-1noble.20250331.200226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc-dbgsym_6.0.10-1noble.20250331.200226_amd64.deb Size: 12533786 SHA256: 2b2f33f5c97c3e8ff787c61128b32bbd89c60a23627f39d3906cbdeabedb583f SHA1: 5cddf2e1995a88655e8c3f483735544980180bfc MD5sum: 58d3d0092d1ccb087e761d31d27e4e80 Description: debug symbols for ros-rolling-depth-image-proc Build-Ids: 15de66226abe869e9ef214a6d94136c21e22e90c 38940231e4293fbe31c0c51398b0765cb9baefa3 5d9902e266cac64851a68764365632bbc4dee1ca 781746f201101d0fa02c4f766925a529a028cc74 7a3d0afe7e84522496a102a904b7fb428f206a55 9d12a87bb4810120fcffcdb48b8354146b845340 c3365fe417c949bebfc23aa20054b491fb351031 c8efa0b6b6b9670815429241db76364df74f5637 d8d3d77b857fe44a05c631b8624774d3e39fd2b6 d98603cd4a178e1f60fca92261d3197722a030ad dfff4b395e56b7febb016a4a46aee6a22027a431 Package: ros-rolling-depthimage-to-laserscan Version: 2.5.1-2noble.20250331.184653 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 944 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.20250331.184653_amd64.deb Size: 183484 SHA256: 3745c94618231d9b6b87ff7afb16a6c68c8055242939d236bbba1a360be53a7c SHA1: a5568d38ceab52d2f456cd3649834128ad276c94 MD5sum: 5ac5695f1812aa296786c7892e337ae9 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.20250331.184653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4129 Depends: ros-rolling-depthimage-to-laserscan (= 2.5.1-2noble.20250331.184653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan-dbgsym_2.5.1-2noble.20250331.184653_amd64.deb Size: 3526762 SHA256: 487594e82810c1a244d9de9045fb93f279e109413e935d7f4fdf2833da4fdcd3 SHA1: c4fbbac78f882e7235d568b703939dabd6ddab9e MD5sum: 7874a8477898e01fcd557daf5d843fc5 Description: debug symbols for ros-rolling-depthimage-to-laserscan Build-Ids: 165b60f1c14e9568b602c3791985aa0547215b4a 9dc711eee2837027029506db177370bda5bec907 d27dc54476196f114805bc5c7fe251d70fe6a594 Package: ros-rolling-derived-object-msgs Version: 4.0.0-3noble.20250331.171939 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1639 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-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.20250331.171939_amd64.deb Size: 131676 SHA256: 81dbe4b4cab76d95435cab4b646b5280dcc516482a64349d043fe5db39f70d72 SHA1: 9c0fbb290f10d6120c8c29a124e542d4e23d5cbd MD5sum: 60c989c114472d951e4cc17855463796 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.20250331.171939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1246 Depends: ros-rolling-derived-object-msgs (= 4.0.0-3noble.20250331.171939) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs-dbgsym_4.0.0-3noble.20250331.171939_amd64.deb Size: 1016964 SHA256: 391c77b237691b3747ffc26687d5fd1963e8decbcc901901a2f0012a461cecc0 SHA1: 48771681a06a9fa6bc1d1e0d5c48a6b7e9662756 MD5sum: b173efa77db19244cbaf19a558331860 Description: debug symbols for ros-rolling-derived-object-msgs Build-Ids: 047a4b0e1500cea7fb96bf1040bde1d5b69b4b41 22a203d56a081a3178b13977b67339747d345ea4 234a5f774b7afdddc9a927dcae4e696288741635 2966895d6c9406cf1075f4b20ccb2e79278fb83f 68a639d24ca1cf162871d45c8b2d54af139d62ed 6e6a17cf7226cc042ce9af69afd7408cf647a5d8 795725e42b034c4b98e3f01575e703de828cfe08 88f6094b22fce8d0daaf78697fad30de4a959439 975bf0385600995b9a889952f4bc7e3da30dba43 a3670223d4e9d0f7ccebd89fe1bd0954bc8aa34e fdc082964cf499f92279091cb1a699c7ab39e67a Package: ros-rolling-desktop Version: 0.12.0-1noble.20250331.205508 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 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.12.0-1noble.20250331.205508_amd64.deb Size: 6616 SHA256: 9f938792e0b816475e4bc6a2c02462c399bafacc9c3049e815daf24a58f061ae SHA1: 4a3b95ee3d4d3f2096fd870d531141c97120ccd8 MD5sum: f13939fe669d4091d6d34e3c8cb76f5e Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-rolling-desktop-full Version: 0.12.0-1noble.20250331.205959 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-rolling-desktop, ros-rolling-perception, ros-rolling-ros-gz-sim-demos, ros-rolling-simulation, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-desktop-full/ros-rolling-desktop-full_0.12.0-1noble.20250331.205959_amd64.deb Size: 5348 SHA256: 3f55b69b165c2cb629a448559574f1c48b5552f1eee0650f748f48f23d747f75 SHA1: 8667bdcb057cfe666b674fa30d44c25901403f24 MD5sum: ee1e1d3249c162e35303d7f7320e97d3 Description: Provides a 'batteries included' experience to novice users. Package: ros-rolling-diagnostic-aggregator Version: 4.4.2-1noble.20250331.180627 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1525 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.2-1noble.20250331.180627_amd64.deb Size: 342252 SHA256: 57b8c79a8be31c2e04dddcf76e4e4bcc3a37154b165b914b9dc80d6103e0d14d SHA1: cc3202635d83421d73682bae8c22ec726c28deea MD5sum: eb9c207913dcecfc19eb5ca7a3f8bf68 Description: diagnostic_aggregator Package: ros-rolling-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-aggregator Version: 4.4.2-1noble.20250331.180627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 7123 Depends: ros-rolling-diagnostic-aggregator (= 4.4.2-1noble.20250331.180627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator-dbgsym_4.4.2-1noble.20250331.180627_amd64.deb Size: 6380282 SHA256: b2d4d35da333da8b098965b41e8e7d3fd3481d9f8408078efb98b76687f2db72 SHA1: a857d18ec7d2f42d8039b5548fa75e56d512ecb5 MD5sum: 0444068ffeaa9cadb670974b27e42ad3 Description: debug symbols for ros-rolling-diagnostic-aggregator Build-Ids: 801d72a9e8f19393e93d566a92fe6ed8cd0c8b87 b3796e9e4ac78c0e63c1734cf0493ddf43af3acb cd0db9e9d6276f3b34170f273e9a919db447d5a8 e86da867d8483cca60364e3d8ddd0cdc71ed5507 Package: ros-rolling-diagnostic-msgs Version: 5.5.0-1noble.20250331.171009 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1560 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-diagnostic-msgs/ros-rolling-diagnostic-msgs_5.5.0-1noble.20250331.171009_amd64.deb Size: 135466 SHA256: 0f7c59b4c21e57622f323e05662ff7c71191dcffe2568335cde08b01b5a497e3 SHA1: d99cb0413565e3dc94e61811164ff843625ceb3a MD5sum: 2ebfe2fb9e93b5e47b11967264457110 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.5.0-1noble.20250331.171009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1347 Depends: ros-rolling-diagnostic-msgs (= 5.5.0-1noble.20250331.171009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs-dbgsym_5.5.0-1noble.20250331.171009_amd64.deb Size: 1101536 SHA256: cbc84da145a71a56d1f9631edb8d1619c9f7e0b641d28c91979221abd1229149 SHA1: cc91647fb5de00bba3329b434336ad777c0caf05 MD5sum: e608e53ba8d93d25259c2b47d27738bc Description: debug symbols for ros-rolling-diagnostic-msgs Build-Ids: 01da18a83366aa4d587897bdd1cc3ec8be749469 17b24cc8a49f21a9b7026a33c1b9b1f75504d5b0 381fc843bc4cb67c3d8e76fbd1ff142b71b24fcb 6d68fae0881b6892dd43c3cc747bea810ad5440b 9f39ea26bcc3dbf85d99dd38eaabe41e5feac04b a26046c7abd2d873cecd3a0c39e5e3f8704ecd81 a54aad16953244736d0846b8b38b4c47d4aa20c8 a5d872eda624282aeab74d9bc60913d34ae8efd6 d278c5572f04ec942e814c9359d702a509571f1d df5be6ae9bb616d1bffbd5f51b6517fae76d49e1 f258d43492e81420e81657b0293bee70dc052ee0 Package: ros-rolling-diff-drive-controller Version: 4.22.0-1noble.20250331.195601 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 968 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, 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_4.22.0-1noble.20250331.195601_amd64.deb Size: 217284 SHA256: 02b2b447fe484a6fa320eeb137b668c98df464e8c6ade9d85ef0a19983571833 SHA1: 485fd4062079503a046f4a7fb072f0686c426199 MD5sum: 09a00070539ec94c17aaea8201a219ee 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: 4.22.0-1noble.20250331.195601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3625 Depends: ros-rolling-diff-drive-controller (= 4.22.0-1noble.20250331.195601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller-dbgsym_4.22.0-1noble.20250331.195601_amd64.deb Size: 3192396 SHA256: b434c60d6f28cd48bf9b8c8150516018759d22bfbfe0d4dc6003d7bd01371d96 SHA1: e3e8fbc82e90c47054c04c3821a4ddcf04a98895 MD5sum: 4baebba1a67f65467daa0822a949f781 Description: debug symbols for ros-rolling-diff-drive-controller Build-Ids: f53baa1b338b71263eda14830fd11462d84ca215 Package: ros-rolling-dolly-follow Version: 0.4.0-5noble.20250331.183248 Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 490 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dolly-follow/ros-rolling-dolly-follow_0.4.0-5noble.20250331.183248_amd64.deb Size: 105762 SHA256: 54794d6b51c36801b969d7c4034b7aa691fea453dc9f492a99e2591af3dce7e4 SHA1: b516e6382657b7367f3a33da447867eb38f8615a MD5sum: a7a713cc4cd8eab44bb02ab3b240fcc0 Description: Follow node for Dolly, the robot sheep. Package: ros-rolling-dolly-follow-dbgsym Package-Type: ddeb Source: ros-rolling-dolly-follow Version: 0.4.0-5noble.20250331.183248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 2230 Depends: ros-rolling-dolly-follow (= 0.4.0-5noble.20250331.183248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dolly-follow/ros-rolling-dolly-follow-dbgsym_0.4.0-5noble.20250331.183248_amd64.deb Size: 1897802 SHA256: 494177e01dea4360e8118dbfdea35c3f232f878c2eb475950292bafe7dbcd4a2 SHA1: e90d4fea1b6a392942d4e8d7a2b319bfa6b3e3d2 MD5sum: 2c67078947a6badaee25e1eb86b1dc9a Description: debug symbols for ros-rolling-dolly-follow Build-Ids: 91735078ac8d310cb78c3b0a8892ea9227b55cf9 Package: ros-rolling-dolly-gazebo Version: 0.4.0-5noble.20250331.205506 Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 8 Depends: ros-rolling-dolly-follow, ros-rolling-gazebo-ros-pkgs, ros-rolling-ros2launch, ros-rolling-rviz2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dolly-gazebo/ros-rolling-dolly-gazebo_0.4.0-5noble.20250331.205506_amd64.deb Size: 1726 SHA256: 5dfb54572f358de50626115550040f7cffb6e0fd40124f071699878f8675823e SHA1: 36458106089f1068370605e57347ceb9b396e50a MD5sum: 8164ae1a5fb41eb05a12e40188141f83 Description: Launch Gazebo simulation with Dolly robot. Package: ros-rolling-domain-bridge Version: 0.5.0-4noble.20250331.185902 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1120 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-rolling-fastcdr, libyaml-cpp-dev, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rosbag2-cpp, ros-rolling-rosidl-default-runtime, ros-rolling-rosidl-typesupport-cpp, ros-rolling-zstd-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-domain-bridge/ros-rolling-domain-bridge_0.5.0-4noble.20250331.185902_amd64.deb Size: 203882 SHA256: 85d29637e884858a595446fa636554270f853f3c78c32b6c5ff27e3c4982b453 SHA1: 57118ffca51285ccd69d0a4f3f5f089a345c3a64 MD5sum: 5fef4ca2c1d0b9b13ed1bd252914b961 Description: ROS 2 Domain Bridge Package: ros-rolling-domain-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-domain-bridge Version: 0.5.0-4noble.20250331.185902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3900 Depends: ros-rolling-domain-bridge (= 0.5.0-4noble.20250331.185902) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-domain-bridge/ros-rolling-domain-bridge-dbgsym_0.5.0-4noble.20250331.185902_amd64.deb Size: 3446708 SHA256: 2f0bc3b8fb0d59fc4f97a42f6cd33bcd83bf51e38c12ff02ef21ed44ae642f78 SHA1: 37bbdb7b893735d11003ee3df172dc5329a16127 MD5sum: dfe32dfa30f5266ebf5a5ae6309584b8 Description: debug symbols for ros-rolling-domain-bridge Build-Ids: 059b95abb9e89fe9c512bbfe76342ac6288c1851 09b4e17c273864756ee073fa80e9020f4f248c0e 34a036f6070c2927b1d08b05d8081cd91a03eede 39345fb44ab6400349fbd52ece14c81d46f32da7 6e1b20433d758b1982d360dfd62f060197bbc39a 81001501ee2d12569b08b6ed77b054da3bde4258 9e8d0361a51384a88d310f226c750aee09ffdaec c63d721fc4101aa408bfa7c8ce307c0fa080cb56 cce558a95c67b2e18aa0c19252f5b2146a5b72d1 cfcbce4654504d8dc22cd7bd2234a49d0e138fe7 ea90780d6d566c9c3f4c17e5f3e2588356a72fe2 f2f707271a3d13cf75f0cbd487ec7f910a17b20e feecdaf614781a6386a4d7e179e34b679924d8b5 Package: ros-rolling-domain-coordinator Version: 0.14.0-1noble.20250326.205753 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 36 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-domain-coordinator/ros-rolling-domain-coordinator_0.14.0-1noble.20250326.205753_amd64.deb Size: 6012 SHA256: 1d790a13c52f9548356ee5c08ae00f5f6db9770f56c37538370265a744ac3d10 SHA1: 2d6b6487aa48ebe5d116ac988bced42f433b2d31 MD5sum: 1f5bebf71e325bd0aa1525c1d4ff7b34 Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-rolling-draco-point-cloud-transport Version: 5.0.1-1noble.20250331.194301 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 678 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_5.0.1-1noble.20250331.194301_amd64.deb Size: 152594 SHA256: 657c26ba5150fea1f3d4ce9cd782161a392084c66d8410e12ffc051dfa7e5129 SHA1: 2e1dd615ba32c443fb9b3502481e02106758acff MD5sum: 207fa7b4ea52a6eaaaaee2f33305a0f8 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: 5.0.1-1noble.20250331.194301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3690 Depends: ros-rolling-draco-point-cloud-transport (= 5.0.1-1noble.20250331.194301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-draco-point-cloud-transport/ros-rolling-draco-point-cloud-transport-dbgsym_5.0.1-1noble.20250331.194301_amd64.deb Size: 3288664 SHA256: 850b413903679d6456792b8a7bbb47f5eaaa94d872d986bf87eae8d9c809897a SHA1: 3a5d2532b0029d9e72506a481af118569252369b MD5sum: 974572a0fe0ffd33984f5ec0ccdd7d0f Description: debug symbols for ros-rolling-draco-point-cloud-transport Build-Ids: 55a2297724b49d47cbd3ce6cf1918b7d2c16232d Package: ros-rolling-dual-arm-panda-moveit-config Version: 3.1.0-1noble.20250331.200756 Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 122 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.0-1noble.20250331.200756_amd64.deb Size: 15690 SHA256: 63cbfd86284d6aabeacc38f519c85e00435bdc6bc2fecfe44be5510679809e47 SHA1: bc4c14d463ffbaa4c06f09597779861cee173bbe MD5sum: e7dbd1b7a246d302d18aa2b250470f10 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-rolling-dual-laser-merger Version: 0.0.1-1noble.20250331.201428 Architecture: amd64 Maintainer: pradyum Installed-Size: 60909 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-rolling-geometry-msgs, ros-rolling-laser-geometry, ros-rolling-message-filters, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dual-laser-merger/ros-rolling-dual-laser-merger_0.0.1-1noble.20250331.201428_amd64.deb Size: 12301186 SHA256: e750f1b4310432e8e5fd7aebfb9ada478bb07da7852b27bb3e266f272018d54d SHA1: d89cbd74a6b8526b825925e31f1f351c2563e8c1 MD5sum: a1c43909beed466008607ff2e524e00c Description: merge dual lidar's scans. Package: ros-rolling-dual-laser-merger-dbgsym Package-Type: ddeb Source: ros-rolling-dual-laser-merger Version: 0.0.1-1noble.20250331.201428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5404 Depends: ros-rolling-dual-laser-merger (= 0.0.1-1noble.20250331.201428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dual-laser-merger/ros-rolling-dual-laser-merger-dbgsym_0.0.1-1noble.20250331.201428_amd64.deb Size: 4742436 SHA256: 317c1d09fcf7f15ee9f035a8bd044ae4bcd5367673de3345dc6a143362b1365e SHA1: 5ce6af3190efe32253baf3eb31a9250ad8beb89b MD5sum: 2b003bb8811ad751670f5306ef578c50 Description: debug symbols for ros-rolling-dual-laser-merger Build-Ids: e35fa2a16388bf1dd60edd32b7047bb957a340d8 eef4aed8a34ce856f35b2e86684049fccd69bae6 Package: ros-rolling-dummy-map-server Version: 0.35.1-1noble.20250331.180732 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 172 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server_0.35.1-1noble.20250331.180732_amd64.deb Size: 47734 SHA256: bccd2b5b67ecda99e3a485af145d20996c00010854be9282e799c29953aa0f0f SHA1: a9e1f27d10566e366f5a5de43b81ab08dcf2fc47 MD5sum: 10735940b4c2a3bac9b99d7e6a283c1a Description: dummy map server node Package: ros-rolling-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-map-server Version: 0.35.1-1noble.20250331.180732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 791 Depends: ros-rolling-dummy-map-server (= 0.35.1-1noble.20250331.180732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server-dbgsym_0.35.1-1noble.20250331.180732_amd64.deb Size: 737604 SHA256: 38dd2303060c70d373aab32a4bce3d26c96e42e5bad4878e94f9bf19331b5688 SHA1: 044c1bd8bb8c3faea2d8560e53d73ca74a99fab7 MD5sum: 7627e6f2a461d1404e84b8a64371a10e Description: debug symbols for ros-rolling-dummy-map-server Build-Ids: 7e917498256ba41b4afcec0d514ebb66fce40933 Package: ros-rolling-dummy-robot-bringup Version: 0.35.1-1noble.20250331.200827 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 58 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-robot-bringup/ros-rolling-dummy-robot-bringup_0.35.1-1noble.20250331.200827_amd64.deb Size: 9172 SHA256: 2a703bdfbf308970cb29386ba3842d9678e9c5d01cdd151790683896972afbf4 SHA1: c5d2a8528c47fc3205951979edaa9e682aff8554 MD5sum: 1c262b5b1bfa0cdb9ea303c66a92da20 Description: dummy robot bringup Package: ros-rolling-dummy-sensors Version: 0.35.1-1noble.20250331.180740 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 291 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors_0.35.1-1noble.20250331.180740_amd64.deb Size: 66280 SHA256: a9c11d082fd09cd0db289cb7edbc227d16f2a810b34ff073376b651d04076c47 SHA1: 6129f24574c4f204b98f7ab277eeb28b731dc16c MD5sum: 842b723819ee17b3b7a3e589e039261c Description: dummy sensor nodes Package: ros-rolling-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-sensors Version: 0.35.1-1noble.20250331.180740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1546 Depends: ros-rolling-dummy-sensors (= 0.35.1-1noble.20250331.180740) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors-dbgsym_0.35.1-1noble.20250331.180740_amd64.deb Size: 1438082 SHA256: 858037239c60d48a5fd7d4e172f2315a98a124f29540ed77d4ec912e6b7cf75d SHA1: f2a93480e14cf6f3bb07ce7c5ce0e36d55295062 MD5sum: 1359333cfe9c600310f13c6fc86ec233 Description: debug symbols for ros-rolling-dummy-sensors Build-Ids: 2a394906e10fc706bfb4ca32a0c4ae84809f5416 446b8d0aa05b5e652413096f47785cbfece5f533 Package: ros-rolling-dynamixel-hardware Version: 0.6.0-1noble.20250331.194044 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 209 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-dynamixel-workbench-toolbox, ros-rolling-hardware-interface, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware/ros-rolling-dynamixel-hardware_0.6.0-1noble.20250331.194044_amd64.deb Size: 56920 SHA256: c547bdb949e2212fdfd3613e4cea022bc7132b6e23bc6b3bf088673e6aa06129 SHA1: 14df4c6015c4c68d54a36ff3f2295cf95a1b4177 MD5sum: efb62cc2b8a16db93176f7191fed31a7 Description: ros2_control hardware for ROBOTIS Dynamixel Package: ros-rolling-dynamixel-hardware-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-hardware Version: 0.6.0-1noble.20250331.194044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 989 Depends: ros-rolling-dynamixel-hardware (= 0.6.0-1noble.20250331.194044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware/ros-rolling-dynamixel-hardware-dbgsym_0.6.0-1noble.20250331.194044_amd64.deb Size: 945922 SHA256: ad3b33fa7abffd0c45d04c5812941f3148721e088186ebd5fcba5abd8495c53a SHA1: ff9c90b450b7ea99269f98ad76ea94fd6d0dd6e1 MD5sum: 672dd9b943554052054dd4b6dd6ba1f5 Description: debug symbols for ros-rolling-dynamixel-hardware Build-Ids: c87cc0ccfabe97510cdd5b6d3ee86302d0032acb Package: ros-rolling-dynamixel-hardware-interface Version: 1.4.0-1noble.20250331.194852 Architecture: amd64 Maintainer: Pyo Installed-Size: 687 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.4.0-1noble.20250331.194852_amd64.deb Size: 172934 SHA256: 0f5b257bf373a7cb02bdd3f861680eef568dc2a2c2e39279365f5ae587923667 SHA1: 5daa04292941f1293853761e49ae4d87da5fa804 MD5sum: a2051364ad5b6cfcae5b795abe74396b 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.4.0-1noble.20250331.194852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2933 Depends: ros-rolling-dynamixel-hardware-interface (= 1.4.0-1noble.20250331.194852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware-interface/ros-rolling-dynamixel-hardware-interface-dbgsym_1.4.0-1noble.20250331.194852_amd64.deb Size: 2749822 SHA256: 35329952db241c485e5e71c4c08b29a44712d5dd13bc3c1504024aa29509f237 SHA1: e2e985d8589e645d736495e2f7c63919ff13c776 MD5sum: ca0aa6b0cf6c35b26a35cffacb2b2572 Description: debug symbols for ros-rolling-dynamixel-hardware-interface Build-Ids: 650d018ec6ed26e7cc0ab233d790ae4519aaf481 Package: ros-rolling-dynamixel-interfaces Version: 1.0.1-1noble.20250331.170845 Architecture: amd64 Maintainer: Pyo Installed-Size: 1761 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.20250331.170845_amd64.deb Size: 137274 SHA256: 6ca915b6c38492fc81e05676afc9b51be46ad1f525fd7911ab0f4f2e1f00f9cf SHA1: ad68da995ecfe526f020ec4d32344c0fd25155b1 MD5sum: 4d4b965c273d92524df566c372712b7b 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.20250331.170845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1284 Depends: ros-rolling-dynamixel-interfaces (= 1.0.1-1noble.20250331.170845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces-dbgsym_1.0.1-1noble.20250331.170845_amd64.deb Size: 1004064 SHA256: e49a412841c5ebb989378bfd71e9795d9953159308d3958394eaaef25f88ac0c SHA1: ad9fc6564e4b67bbea011fd103650f430b2ae34d MD5sum: 8172def0deb7072b71f84275f5c9a884 Description: debug symbols for ros-rolling-dynamixel-interfaces Build-Ids: 076ec335760731f7b333714da7aa8a8e6324fb98 35056d8909c7639f42de2bd1186a652365a1c72f 366720a38cb4c51777a57c53b6b07d565d57ed46 3bcd9946cc90282851c890193299c823e6e20868 54df9c534eef27cea6dd4562c758fbf2ac7a2bfd 57855d5aa74115193032c66e5ed4974e0be1749c 5b05b48ef7a67b72554ab2e9b1cef16183001f61 749ef6a9e6da2e97d293e2a2e56ece32b9d76b9d d76fd8785a2d60ee68240a6fa2301e3d5cfd7108 e86d6308a115e752ca6abed3df9a436f43e7ca51 fff35b2d6cc0d74c26c6ae975b529b3595be290e Package: ros-rolling-dynamixel-sdk Version: 3.8.2-1noble.20250326.141511 Architecture: amd64 Maintainer: Pyo Installed-Size: 541 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), 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_3.8.2-1noble.20250326.141511_amd64.deb Size: 66124 SHA256: ed8b46e1949fcc9057143893fc4de88ed2b08bf6b15f9f5c4c3667b0ea0a5d56 SHA1: 5b4c575d61622dc02264aa20e3d7cb19467a87d6 MD5sum: 21193aef462b6e51dcb015e173a2cf32 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: 3.8.2-1noble.20250331.163454 Architecture: amd64 Maintainer: Pyo Installed-Size: 828 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_3.8.2-1noble.20250331.163454_amd64.deb Size: 70348 SHA256: 84bd60743e5510748f0964efda520326e4c25295d1c0d5fdc2939abdb3671aec SHA1: 61f7a218858218674cad97d07d77d6a2b1541f02 MD5sum: 37a9ca5f7bd2000697395c39d5212465 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: 3.8.2-1noble.20250331.163454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 546 Depends: ros-rolling-dynamixel-sdk-custom-interfaces (= 3.8.2-1noble.20250331.163454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-custom-interfaces/ros-rolling-dynamixel-sdk-custom-interfaces-dbgsym_3.8.2-1noble.20250331.163454_amd64.deb Size: 392372 SHA256: 1c78c51e2c31aa68401feb3da36713955a9e573c1c6f666e23c5786c01b1dfca SHA1: 7aa0597c047bba731c4dccc9b438b42aab7e4a88 MD5sum: 616044d0ce57472d4b611325d858992c Description: debug symbols for ros-rolling-dynamixel-sdk-custom-interfaces Build-Ids: 347d271cf47d2738a703432a072b8608aff9e9fe 35417879c59c14ef4a2ee21e7dbe08d930710b50 3e99d5d55fbc0736b4953b4ec1a25c8ed9561205 4ba0250d8ff800087bce399a166de3b4e1f54394 6d4efab32f0c03f70fec7fe825fe16330b74e29f 7e1c079515ca9cbdcc4c011687c1f13a1792d918 a63384cca579a5d85fc960b93e36257a48a5edb8 a8e1828725b50671124afbbb8a326fbcd2bf1ba0 c1a2cae46af6f0217f5cfb7c45d1c17eaacb807f f0ab488b66a4b041a2e5c273ac6465e5603a9d2b f403b997a88e7a1271376ee948789b953456e57c Package: ros-rolling-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk Version: 3.8.2-1noble.20250326.141511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 335 Depends: ros-rolling-dynamixel-sdk (= 3.8.2-1noble.20250326.141511) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk-dbgsym_3.8.2-1noble.20250326.141511_amd64.deb Size: 303390 SHA256: dfa0c1c9aaa43f48487a744272a99206220ef236f880d054b4fae4330822574b SHA1: 6dd8278164bbe4f4e0532a33359e3291afbdd872 MD5sum: a2243119f061e65f0e2554564a2c87bd Description: debug symbols for ros-rolling-dynamixel-sdk Build-Ids: 82c460e53dac7edfa24066839cb7eeb13747e142 Package: ros-rolling-dynamixel-sdk-examples Version: 3.8.2-1noble.20250331.180602 Architecture: amd64 Maintainer: Pyo Installed-Size: 488 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_3.8.2-1noble.20250331.180602_amd64.deb Size: 108226 SHA256: e27fefee5a05e2f4ed8d86a2c570feb23a718896ffed56abce0275b4f2c57260 SHA1: 5962bc2ffd41c4999c5fd4711f9177d010e28b86 MD5sum: 55ea4479f2d8e4d94b17e8a1fab609d8 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: 3.8.2-1noble.20250331.180602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2186 Depends: ros-rolling-dynamixel-sdk-examples (= 3.8.2-1noble.20250331.180602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples-dbgsym_3.8.2-1noble.20250331.180602_amd64.deb Size: 1848842 SHA256: 53dcb0ca6b1f87f4d572f4d50686dc80d63695310b3f4ad21f077a25c1e4683c SHA1: 874fdac0cb5c096ff0131b9f27eb3c71bafd87e4 MD5sum: a3399a2a7e85b5225ced424f615684fd Description: debug symbols for ros-rolling-dynamixel-sdk-examples Build-Ids: 6fa2db9f94609ecf23642c329197e3a64ad83892 Package: ros-rolling-dynamixel-workbench Version: 2.2.4-1noble.20250331.192354 Architecture: amd64 Maintainer: Pyo Installed-Size: 42 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.4-1noble.20250331.192354_amd64.deb Size: 5926 SHA256: 4ced1c7b02db3452017bb3588b95d7a7b7bc2b3c9707fb7bfdf16dfa6742c3fa SHA1: 62f77f1837fea41296edf5a2dc40f8aa3d540aef MD5sum: 14f4ea62987fceea795bd34d517c3aae 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.20250331.164342 Architecture: amd64 Maintainer: Pyo Installed-Size: 6189 Depends: libc6 (>= 2.14), 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-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.20250331.164342_amd64.deb Size: 296656 SHA256: aeecc818e9623c5861e82d67736ca5c49ab607fb1da1797c0ccf1dc744500166 SHA1: df3316c331634ea798384089d4384045214aad39 MD5sum: 5ed19940c6600762fe4e5d8709cc4971 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.20250331.164342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3058 Depends: ros-rolling-dynamixel-workbench-msgs (= 2.1.0-1noble.20250331.164342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20250331.164342_amd64.deb Size: 2469278 SHA256: e0a96e96ed0915426f38ceb63df1070edcdad8312b09a579cb1a3f8361fb43c7 SHA1: 12ca172c0db13ffcf5263ba2b049829ae8168901 MD5sum: ec95dafac78ed8064aca4113b7f4abac Description: debug symbols for ros-rolling-dynamixel-workbench-msgs Build-Ids: 0ca1aaf4f0556a5ef68ddc156812d777f05eb384 1517eb4ba8d51894ac2425599e2ca23a325c81f6 183de53a0e7430552e84bd0a1298a7b1e09e1737 35c9d1e9d2d00b97c0179371f1a93060b2f7a051 4e623a06de0ddc0e9c312faf387c0940bde82a99 6faa88bf8d9505091974dacc285e59356b65ea99 8efd47dd7971cd16e1e914df9ff464e7c8cabf9f cbf1730d824ebc67f4e6b1c46782206038f3b60e d220b469e1cedc8189e593c43f18593c0f9bf4a6 e61f50193dd149f8cae809f20dd6335aab346571 f6a1bdb7f1d3e35518961caed47006af7a12bd4c Package: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.4-1noble.20250331.183254 Architecture: amd64 Maintainer: Pyo Installed-Size: 194 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-rolling-dynamixel-sdk, ros-rolling-rclcpp, 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.4-1noble.20250331.183254_amd64.deb Size: 38176 SHA256: c6567e73bf9394c569d25384e2b7e2d65bf1884f89ed1b168adda1da3306a569 SHA1: aeeeeb03dd17b61df404e63a81903486b5bdd5ff MD5sum: f018d07a964930e6a4d7a242a6ce48eb 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.4-1noble.20250331.183254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 131 Depends: ros-rolling-dynamixel-workbench-toolbox (= 2.2.4-1noble.20250331.183254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox-dbgsym_2.2.4-1noble.20250331.183254_amd64.deb Size: 98414 SHA256: 1cea0f40227a2e908f531afd72a5dfd717a17c238ad35ccd2f5e0814b39a6dc8 SHA1: 0d6a6f0e4cf062a966a9689b583295d50e7accb5 MD5sum: e8e1a63dfa6772ab66986e6fe915279b Description: debug symbols for ros-rolling-dynamixel-workbench-toolbox Build-Ids: 3920ed61473e3a12cfbca0316a4af3f9d0b592bd Package: ros-rolling-ecal Version: 5.12.0-4noble.20250318.165733 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.20250318.165733_amd64.deb Size: 1980156 SHA256: 0db3c7bab13270ec99846875ff5f4308055be167e42868cae3ac469f74366495 SHA1: d0ada60dc0a9dbffce10166480d3e1a940e28cb4 MD5sum: b5ba6b4948ecb414c8b72563049b0588 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.20250318.165733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 44918 Depends: ros-rolling-ecal (= 5.12.0-4noble.20250318.165733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecal/ros-rolling-ecal-dbgsym_5.12.0-4noble.20250318.165733_amd64.deb Size: 43553172 SHA256: 5fe7770f2e38de94e468e50a2646ccad49cd4a4c19e6281c430bb80f969e7f9c SHA1: 6cabd9f0c129fa3d39aaefe07910fdee3279f2f4 MD5sum: 37974ca20624cb6a414d2c8f1d20311b Description: debug symbols for ros-rolling-ecal Build-Ids: 1ba50c7f49a14b1937729264ede52f545c5e6ffc 1bc900038519c9c18061072c82d9d9aea62ed66f 1f26b94cd8527e24e27eb06a3648e4844f982fff 2ee22839dee597112f57102908cc15fbc6fc779b 423d580e5d4fe336439a551cf2a0d7b85805994c 48f389493304d4283d6891ae5751d36305bd11af 624e4847d8c04bb9801d1ce715086e918b663b55 644c864b24523b0cf26c234c1a04306b64e8d152 71f9973c9182cffbd89d980a6a5bf5e204d7f5f4 9c18ebe0da840a9655dce08e9e40aa23862eb6f8 a152114ced71652c1a42ced5528329dcb0529a61 a1f621cc5f9829be87de3c51eab7d489814f0845 a214a10875db2995ffa895f2ef39ec24c2a6b3f7 a36cca9243fa9560693f8a0461eeec9df88b8444 c33bc8b9a8730d8d3a0cad1ae8e097eb11ba2055 fd5cb481dd7b54d147f7fd4e5ff21fad38ee44a0 Package: ros-rolling-ecl-build Version: 1.0.3-4noble.20250326.141706 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 446 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.20250326.141706_amd64.deb Size: 39348 SHA256: 6fc060daa41027315f79e28d5010780d46c7598963b254a2e9a93891c665964b SHA1: 2bc12ee459a89470478d7059229ff1e4d4002700 MD5sum: bd439d423563d66d5cfe130b938a94fc 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.20250326.210124 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 269 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.20250326.210124_amd64.deb Size: 57540 SHA256: 1ec6ee66d46d05b1dad7c1b5455ac717edc8d225302d6a70e9904e8fd0a236e6 SHA1: 5819d191b8535424465415831cbfdb67010f4505 MD5sum: 01795f4640ea8fc27177a52728d2dc7c 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.20250326.210124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-rolling-ecl-command-line (= 1.2.1-4noble.20250326.210124) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-command-line/ros-rolling-ecl-command-line-dbgsym_1.2.1-4noble.20250326.210124_amd64.deb Size: 295960 SHA256: 38675a5bf41fa782392ba1e62a815a89474abff42f95f37e3f029bd06e7f8ff8 SHA1: 49d1359fea201f45329c0ecb90d6a19490dc17be MD5sum: 12f878925c03f8c022a6c8aec0bc1046 Description: debug symbols for ros-rolling-ecl-command-line Build-Ids: a6f0d594faa1227592531ac4104195456374b832 Package: ros-rolling-ecl-concepts Version: 1.2.1-4noble.20250326.210438 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 91 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.20250326.210438_amd64.deb Size: 12560 SHA256: 0759f3b21698e1ec8fbac080987a7076bec121170d2f42f83ba4b0baf721c165 SHA1: b188b6f813e94b4148ccbce74a5c06cc8c521c4c MD5sum: 2072611288e90ecdf258b5a16923a82b 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.20250326.210128 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 116 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.20250326.210128_amd64.deb Size: 17568 SHA256: e170fef4c706a64b820afd8c801f730f0e56e2f4e82ed1329d72c88e489e0da3 SHA1: 1b17eecef0a2706020c99573deb1a3bcb5d9b411 MD5sum: 7f67b4e2586a4f26ffdefba86ca41b70 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.20250326.210128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-rolling-ecl-config (= 1.2.0-4noble.20250326.210128) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-config/ros-rolling-ecl-config-dbgsym_1.2.0-4noble.20250326.210128_amd64.deb Size: 27932 SHA256: 8585ac747e10cb92bd83d854508d9713d8bfbf225fde923bc67ceb869ccc2d09 SHA1: 51d70acdfb36cd747da87c4c0b4e6e7182ea756f MD5sum: 8e98764901a1595991dee67e45300509 Description: debug symbols for ros-rolling-ecl-config Build-Ids: 170b62ae8b952aaaaae9d97663c710c84f71ee9e e48a38f08313e572e2d799382bbf1df4e5cab740 Package: ros-rolling-ecl-console Version: 1.2.0-4noble.20250326.210249 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 67 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.20250326.210249_amd64.deb Size: 9778 SHA256: 5c91432c6d81d59ba0fea188a9ed5634e17065192e016c552dca37a14a157071 SHA1: 5bf96ef7accac53d3b42dfd1d571fba806ea96b1 MD5sum: a786e5cf49217d118d33fac58920f1f9 Description: Color codes for ansii consoles. Package: ros-rolling-ecl-containers Version: 1.2.1-4noble.20250326.210828 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 363 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.20250326.210828_amd64.deb Size: 46266 SHA256: 633973703c05a22c5e2592465e187e847351f67cc6cd5a03ceab3457e17b0fff SHA1: 060f893aecaeaa8347550b6ac0fc9b8b3e13acfd MD5sum: 31949a5e80b00775beb7f1401ecebc5b 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.20250326.210828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-rolling-ecl-containers (= 1.2.1-4noble.20250326.210828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-containers/ros-rolling-ecl-containers-dbgsym_1.2.1-4noble.20250326.210828_amd64.deb Size: 95162 SHA256: aeb40660d4232ef0f4315b1faf84e53b7e4342fbb8a129a3f1a41265a1dfd776 SHA1: 5fe0d3607ddd36d4ba57fb6608ac4f167cfb73b3 MD5sum: 97c8874035b7e19594e44a0555e56d8c Description: debug symbols for ros-rolling-ecl-containers Build-Ids: c1725ff1fd85a7fb96668bc8c4048c66a85fd36f Package: ros-rolling-ecl-converters Version: 1.2.1-4noble.20250326.210547 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 165 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.20250326.210547_amd64.deb Size: 24182 SHA256: f3c737ca6f10e13054752d11f122e599ffc980a3ff9d6bee4a23e1e5a2f35cba SHA1: 35299c4740e02b3e2d7f7cc48a7c2359d24f61e8 MD5sum: 91fa8fc4e5e60f16dcf300c36982f78c 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.20250326.210547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-rolling-ecl-converters (= 1.2.1-4noble.20250326.210547) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-converters/ros-rolling-ecl-converters-dbgsym_1.2.1-4noble.20250326.210547_amd64.deb Size: 34888 SHA256: e3ea806e49a2218d626f7e5cb4ea7c852bfac10088d6273c3b0a77861c1a618b SHA1: b9f09f6b044dd3626df4f02074cfc71b1a905743 MD5sum: 262c7160c7a983da4da27e3775c6910a Description: debug symbols for ros-rolling-ecl-converters Build-Ids: b3aa4fda909b4240426c0b3428b871a992bc834f Package: ros-rolling-ecl-converters-lite Version: 1.2.0-4noble.20250326.210251 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 62 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.20250326.210251_amd64.deb Size: 8670 SHA256: 6d1b402e0ee24f4a0d1a88914a9eff849dd576a9d08b95f90cd76bfaa41a7b4a SHA1: ab260064e58bbbcaea2afbdda0b45600bc316173 MD5sum: 8a3344b6204e1bbdc0ed7195dffdb398 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.20250326.210124 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 65 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.20250326.210124_amd64.deb Size: 10660 SHA256: 89f26aae3e7af69136e0877b3268c124c8fa9ef6156572fa034a364a9c8e9221 SHA1: 8ae76af92e30a25db208d76fff77c53c1d590ded MD5sum: d07d975b57cf28be0d86077b9dab1c84 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-rolling-ecl-errors Version: 1.2.0-4noble.20250326.210301 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 125 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.20250326.210301_amd64.deb Size: 20628 SHA256: 019e75d909926bdc575e6a0efb818ed383d66d004794698aab802086c63e6a39 SHA1: 8e8c7eddf2d04e2d361bb3f23e713943e3353c45 MD5sum: 779cd3188b1449f981953ca28a73b0ca 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.20250326.210301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-rolling-ecl-errors (= 1.2.0-4noble.20250326.210301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-errors/ros-rolling-ecl-errors-dbgsym_1.2.0-4noble.20250326.210301_amd64.deb Size: 25940 SHA256: 2a24659fdcd7ef6acfb2a84d85ac85c478c7f7c6db2a3236aac6e451dce13442 SHA1: fbe1b69aa39108c424f75ab423d0d00112a56a66 MD5sum: 232b14fbd266f1f037e263674e907bc4 Description: debug symbols for ros-rolling-ecl-errors Build-Ids: 8912b8eae1737651f03ed373e4b581f7c17f3ece c3700c5c50a70e6ecdbd8b74ecac6faea45badfa Package: ros-rolling-ecl-exceptions Version: 1.2.1-4noble.20250326.210407 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 168 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.20250326.210407_amd64.deb Size: 29602 SHA256: 3be302189363d5a06ef04c37eec4a8070bc093a7d5c40c6440be907a5abc4365 SHA1: cb464806e1935a2291eb17ff45b1dfa6d0b21b39 MD5sum: 3b939a4810a9d8f62007e77542b15247 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.20250326.210407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-rolling-ecl-exceptions (= 1.2.1-4noble.20250326.210407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-exceptions/ros-rolling-ecl-exceptions-dbgsym_1.2.1-4noble.20250326.210407_amd64.deb Size: 110618 SHA256: f212f615be22a7d9c28751bbe8165d2bd671ea24c1adf0b7adcb2693e213bba1 SHA1: 01c1ca975c6457eb76d6f548554b598acf29fff4 MD5sum: 97c6e67ad4234aed6685a1e652c7f795 Description: debug symbols for ros-rolling-ecl-exceptions Build-Ids: 3589eb150fc04169f56c601177b0d563bdedf31e 7b980513329247824cb3910411d3c9183205b555 eedae9b3127487a770885b8d43e7c2004e6122e8 Package: ros-rolling-ecl-filesystem Version: 1.2.1-4noble.20250326.210403 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 93 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.20250326.210403_amd64.deb Size: 15292 SHA256: 6249f5ea2758786cfd6349477a3a8953ecfd0e9a27b8069dabf99d84fa8720ab SHA1: a38c84d5b09093bd207c0975001c30c9578eb924 MD5sum: d89fad84c9d818e7aacc77bf34d78836 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.20250326.210403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-rolling-ecl-filesystem (= 1.2.1-4noble.20250326.210403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-filesystem/ros-rolling-ecl-filesystem-dbgsym_1.2.1-4noble.20250326.210403_amd64.deb Size: 22626 SHA256: 7a816615f551eaf1e402431dbff9b74952a92927c7819874777c05626277cc9e SHA1: 4c61e13a40853e84388ce53b9815dcce0de15322 MD5sum: 3e4548e6ee8b7a95ea036d425d2351bd Description: debug symbols for ros-rolling-ecl-filesystem Build-Ids: 367507e814fc88901c864501d33c3d6683df43dc Package: ros-rolling-ecl-formatters Version: 1.2.1-4noble.20250326.210708 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 193 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.20250326.210708_amd64.deb Size: 30774 SHA256: 28a0f87b8def74356ed78e31bfa665fa5718046d4b9752380f88b54142100bdc SHA1: 5ee82a404e875ff941e27c638ddd4d3dcf82879f MD5sum: 41211e7d6611d277a6b6e531ff2c79ee 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.20250326.210708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-rolling-ecl-formatters (= 1.2.1-4noble.20250326.210708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-formatters/ros-rolling-ecl-formatters-dbgsym_1.2.1-4noble.20250326.210708_amd64.deb Size: 88482 SHA256: 1937d9b9f821b30cd4a7caca42574ce873779212acf99f65e145e113e8eed1f8 SHA1: 8d5568a05ccd3baf3d1cd6f064dde98ef72889a5 MD5sum: be7e2dfa018d62ac755da2000e22c1fc Description: debug symbols for ros-rolling-ecl-formatters Build-Ids: 67395cf6167f4d599a0530d0d5f8b8af20e8bd41 9079ada323ff910f6b7e83be2eeba3a3c4675951 Package: ros-rolling-ecl-geometry Version: 1.2.1-4noble.20250326.210959 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 394 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.20250326.210959_amd64.deb Size: 66622 SHA256: 2b7a47e5e3074d7568149f054ee81f026512af5c88664aee85d9fc06a993bf5c SHA1: 43fe961973f1ed5ce8bdaa41356e26b9816ff845 MD5sum: b834b93e218a692cb6e71081c680caf7 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.20250326.210959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-rolling-ecl-geometry (= 1.2.1-4noble.20250326.210959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-geometry/ros-rolling-ecl-geometry-dbgsym_1.2.1-4noble.20250326.210959_amd64.deb Size: 1108126 SHA256: 4cae2e69774d4818492b8f324e418d3029e043c36bc62233e1c1143b18cf6e43 SHA1: d47a322ef3235f1cf546404c0b5cac7e426cffea MD5sum: 3c6778d2f2e1d3cba06dbc87e16dac77 Description: debug symbols for ros-rolling-ecl-geometry Build-Ids: 3684c967b9420b81e2b10bfc7c008bd90058245c Package: ros-rolling-ecl-license Version: 1.0.3-4noble.20250326.141524 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 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.20250326.141524_amd64.deb Size: 8318 SHA256: 44b63a2993d0b69f05257e89b9a88aca78505ac6a3b23e5faffd4e2393a6a325 SHA1: 97e4e64daec63474f97be446e66e76430f4db534 MD5sum: 5e77a21df68ac237bfcf5fc9dfbfe7f0 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.20250326.210825 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-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.20250326.210825_amd64.deb Size: 41488 SHA256: 7555fc22c294643787473ee76a790b128ac41a95e10cce7f2cd35a8057f3817f SHA1: 0ebc0d6fe2417c8cb2a6e15c99e0a4ec7508d7cd MD5sum: 9b5f66746702d9b5ed41a55b1418292b 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.20250326.210825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-rolling-ecl-linear-algebra (= 1.2.1-4noble.20250326.210825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-linear-algebra/ros-rolling-ecl-linear-algebra-dbgsym_1.2.1-4noble.20250326.210825_amd64.deb Size: 1584876 SHA256: 53d6e4b2862101d7ab78c479a53dd5b1d71acf51de09ff4a413a7cd98135cfae SHA1: 165b2689ff58339ab9344a17cbe8ea37c216ca24 MD5sum: 5a3efd85ba5fc4936345fc925d6a1d8a Description: debug symbols for ros-rolling-ecl-linear-algebra Build-Ids: d78210d426583b7b01d72d78d9d05d9c27ccd53d Package: ros-rolling-ecl-manipulators Version: 1.2.1-4noble.20250326.211149 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 196 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.20250326.211149_amd64.deb Size: 44276 SHA256: ec9467795d34e8979f83f8cea1adb9eaa52f90303836715da5eb2080c69654ef SHA1: 1ee232be59f76fc26491bf684c998482a4d5688b MD5sum: 5fa9eeadea3d0c9822e7d2b6aa055794 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.20250326.211149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-rolling-ecl-manipulators (= 1.2.1-4noble.20250326.211149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-manipulators/ros-rolling-ecl-manipulators-dbgsym_1.2.1-4noble.20250326.211149_amd64.deb Size: 442458 SHA256: 43e382aad04339931466d2c7c98b6cccaf77b7de6f371c2120bbd34373f5a9b5 SHA1: 9beb076d1cdcccd04dfe041c5e45eb0fb25d0249 MD5sum: dc20d3b64ff38bf31aececa5d567857f Description: debug symbols for ros-rolling-ecl-manipulators Build-Ids: d527993bed87c39e0fb6b617f5e0d66dc131639f Package: ros-rolling-ecl-math Version: 1.2.1-4noble.20250326.210445 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 73 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.20250326.210445_amd64.deb Size: 11028 SHA256: 333dca3a4560ea615dfb91bb6fc2e9d6fb1afd9b42384c2c1e980e7b9a8aecb5 SHA1: 011fdaed5ae4f4089737c4b93ddb6bb193a380b9 MD5sum: 50d652ac7ac4bb0910e61e103cb7a70a 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.20250326.211148 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 95 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.20250326.211148_amd64.deb Size: 14282 SHA256: 89b6107f349b3f5c0a677c9ce9c50d34a350a0d0bd2a0156301ddb2b1fa97464 SHA1: fdf9e50ff8c6e8e806a5538c03477af73fc6a669 MD5sum: 59c365cb37d3270c6a19b106a3dbe74e 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.20250326.211148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-rolling-ecl-mobile-robot (= 1.2.1-4noble.20250326.211148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-mobile-robot/ros-rolling-ecl-mobile-robot-dbgsym_1.2.1-4noble.20250326.211148_amd64.deb Size: 108734 SHA256: d160401853d7318aec7a2ccd01bcbbea5b9af0867c5514d4da1ae00caa37b986 SHA1: f4b8615b26bc7a5fae317c455e00bc1cd9b5ddc1 MD5sum: 8ddd0f2a1d002291c6c2c1c6f8908d2c Description: debug symbols for ros-rolling-ecl-mobile-robot Build-Ids: 4b728a7f5c84e0e2d391886630d3f596545fa01c Package: ros-rolling-ecl-mpl Version: 1.2.1-4noble.20250326.210130 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 62 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.20250326.210130_amd64.deb Size: 9122 SHA256: f56d8481f687ec394ad6274f6a30cc973c0b6dde6193098f082f24baaef8b26d SHA1: 955bdcf519b524ae0609e66f8caadbbadb63f366 MD5sum: c484758b8299a04836975a1f76de0f5a 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.20250326.210403 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 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.20250326.210403_amd64.deb Size: 18588 SHA256: dd802e325a30b03617240f055299c6e38725b9f4437ae6c6e6922731b134014f SHA1: 7166599a2a62b82c892a007d630eb1e5c54496b5 MD5sum: 074d07cdb161b3634cf16b54879c2778 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.20250326.210403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-rolling-ecl-sigslots-lite (= 1.2.0-4noble.20250326.210403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-sigslots-lite/ros-rolling-ecl-sigslots-lite-dbgsym_1.2.0-4noble.20250326.210403_amd64.deb Size: 32090 SHA256: 5cf62c06eaad179b83aeeb83b96d5e135863c25ece2546f2d94f98d0bb4c3cd2 SHA1: 1afecadf495e781014802124968c55c941877145 MD5sum: d502141edb69f5cec14b575041f8b08c Description: debug symbols for ros-rolling-ecl-sigslots-lite Build-Ids: a17ab9e60f0d5631ff63cd4c5fe7161a9b880bc0 Package: ros-rolling-ecl-statistics Version: 1.2.1-4noble.20250326.211004 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 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.20250326.211004_amd64.deb Size: 36368 SHA256: ee4c0c161c84ab4970328ad951dd1987f058c9e40bce6391b540799fe10bad63 SHA1: 48d6b8d00e0b8b37ae6d47a2c4526bedcd5d08ce MD5sum: 85d4ff3e148fddb44443d9f7fdaa94d7 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.20250326.211004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-rolling-ecl-statistics (= 1.2.1-4noble.20250326.211004) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-statistics/ros-rolling-ecl-statistics-dbgsym_1.2.1-4noble.20250326.211004_amd64.deb Size: 5951586 SHA256: 310f75e2f4127920c378d9af92dbb7c78b91033ee72216ef8921e63392003906 SHA1: 0d0c67e96f8bee855570c6327001e7215bcf70b1 MD5sum: af787885270ab654b7931923c802e117 Description: debug symbols for ros-rolling-ecl-statistics Build-Ids: e47ccdc2938c9082170c248e92aca536a8d5d9ce Package: ros-rolling-ecl-tools Version: 1.0.3-4noble.20250326.141841 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 41 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.20250326.141841_amd64.deb Size: 5078 SHA256: 45ba37775f310e78179afd0c14f6780d3d5ce97f244092929ab5ca6f2e2129de SHA1: de052b1df5c1a8cc6d416c2fb35191d01b449159 MD5sum: 9be2278e4f0fc62dad692cdd3d0359ea Description: Tools and utilities for ecl development. Package: ros-rolling-ecl-type-traits Version: 1.2.1-4noble.20250326.210318 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 124 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.20250326.210318_amd64.deb Size: 16742 SHA256: 8e6fa8e5b98187d69a89401f0fe16912b032604eef34ccdf1bb655e15e4ccc40 SHA1: c36d18f828bdb58278efe807749e3435f34c393e MD5sum: 321008c71f60a336f38f99e43dca012c 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.20250326.210318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-rolling-ecl-type-traits (= 1.2.1-4noble.20250326.210318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-type-traits/ros-rolling-ecl-type-traits-dbgsym_1.2.1-4noble.20250326.210318_amd64.deb Size: 25940 SHA256: 35a203f88f3b7e31b68e6bf8b92eb92231d210cd8f3c4adec60524014eee7a7d SHA1: a71c32c68e4ba0c8d0758b90f2609051ab1f3af8 MD5sum: a4496751a157125b57856350c791db3b Description: debug symbols for ros-rolling-ecl-type-traits Build-Ids: 317ea365c371764ffdd9058759e976d3997f2226 75f373af021da246f063e6a57539b3a52ad863c1 Package: ros-rolling-ecl-utilities Version: 1.2.1-4noble.20250326.210549 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 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.20250326.210549_amd64.deb Size: 20792 SHA256: 007b4b4a8e040dd985fca7f34d29416317c638789739e68f8c885a826d75355d SHA1: 8f307d2ea5f7a2eade3ef2105d09cd50ab7262e3 MD5sum: dadae9c5a85f8ab40b6529b1f21d5822 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.20250326.210549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-rolling-ecl-utilities (= 1.2.1-4noble.20250326.210549) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-utilities/ros-rolling-ecl-utilities-dbgsym_1.2.1-4noble.20250326.210549_amd64.deb Size: 13796 SHA256: 1fed4a23fefe5ef45ad438b4406b7e24a91c7adb9673cce1a90042aa765f5394 SHA1: b7cb16156fdf271c05ed41065b2b0d7775718638 MD5sum: b00274341c2b7b8b425261f88ecc460b Description: debug symbols for ros-rolling-ecl-utilities Build-Ids: 04c07740b32b60f7b02fb266de91b0bc22d9a252 Package: ros-rolling-effort-controllers Version: 4.22.0-1noble.20250331.200928 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 106 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_4.22.0-1noble.20250331.200928_amd64.deb Size: 22686 SHA256: 94bc28e82734a658a97d773541e386a9298e32f0d4c5448237347bc9ec0fe90d SHA1: 7e9494d076f327f536b8f771b36e488aa9064a72 MD5sum: 6e1a4e0aad7c163b79dfc612f411220d Description: Generic controller for forwarding commands. Package: ros-rolling-effort-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-effort-controllers Version: 4.22.0-1noble.20250331.200928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 367 Depends: ros-rolling-effort-controllers (= 4.22.0-1noble.20250331.200928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-effort-controllers/ros-rolling-effort-controllers-dbgsym_4.22.0-1noble.20250331.200928_amd64.deb Size: 349284 SHA256: 113301770004590f11455b4361058e09b22af6af67ca24d38ab7d086433ff0a3 SHA1: e679aabda023a028e6ae27ee3a4581af1df91a1a MD5sum: b177693ecb17a6af87a28e152442d95f Description: debug symbols for ros-rolling-effort-controllers Build-Ids: 395f06b6629626a665fa5935400a0bbbb97d9b5c Package: ros-rolling-eigen-stl-containers Version: 1.1.0-1noble.20250326.141529 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 64 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.20250326.141529_amd64.deb Size: 9636 SHA256: e92242caf7e6178dea5fa2da4a1aa025914529a44629c6eb9da86720045d259d SHA1: 7249222cbba54426a755c92e9ec11e4ca0b54508 MD5sum: 3619afd4130b08fa5da746c03cc67a5d 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.4.0-1noble.20250326.141523 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigen3-cmake-module/ros-rolling-eigen3-cmake-module_0.4.0-1noble.20250326.141523_amd64.deb Size: 6178 SHA256: 2e022b6c9e200bfa5d1f2988e941091be4e57d047f7afe37d2a1222e17d0af98 SHA1: f7e31e1bd11817b2cbc4540b676c7bf7f4a2a710 MD5sum: 315d9cf54d5ea10adc6207ef85f20d57 Description: Exports a custom CMake module to find Eigen3. Package: ros-rolling-eigenpy Version: 3.10.3-1noble.20250318.174624 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 12404 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.10.3-1noble.20250318.174624_amd64.deb Size: 2101238 SHA256: 3b09e895bf2cc164ec8c3e3fd60437f4fea9d7d91d22e9af792b386bc13c400c SHA1: 3d580601e5966f532874b8cb5c60a206891238e2 MD5sum: 7d76cb0b76162929febc70b8bae2ec93 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-rolling-eigenpy-dbgsym Package-Type: ddeb Source: ros-rolling-eigenpy Version: 3.10.3-1noble.20250318.174624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 268157 Depends: ros-rolling-eigenpy (= 3.10.3-1noble.20250318.174624) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy-dbgsym_3.10.3-1noble.20250318.174624_amd64.deb Size: 260213008 SHA256: fcf08cfc71595132eb8165475d8a56e04bfd8ecc528647cdc924a90dc16c0b42 SHA1: b04a8362451aa3a110abc518860a83a74fcfb793 MD5sum: bef4c1e4c7e4f9841652bcf12a597d27 Description: debug symbols for ros-rolling-eigenpy Build-Ids: c1cb150fd547464ca39e0f1668eee79df73fcf23 cdd84518ed81c82ab8652b0722be49cbf7e65882 Package: ros-rolling-eiquadprog Version: 1.2.9-1noble.20250326.141541 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1545 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: git@github.com:stack-of-tasks/eiquadprog.git Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog_1.2.9-1noble.20250326.141541_amd64.deb Size: 372266 SHA256: ca74cf95cebabd63c6cd34441c240836e4d094dbd44c6bce7733903148f26d26 SHA1: c0a003a01078d666239cc587261f6812edd07427 MD5sum: 599da9def1f5b7d0caac1c21bed37c0d Description: Eiquadprog a QP solver using active sets Package: ros-rolling-eiquadprog-dbgsym Package-Type: ddeb Source: ros-rolling-eiquadprog Version: 1.2.9-1noble.20250326.141541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1863 Depends: ros-rolling-eiquadprog (= 1.2.9-1noble.20250326.141541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog-dbgsym_1.2.9-1noble.20250326.141541_amd64.deb Size: 1864944 SHA256: 5b4b7348ef3ce9ca40f8ef8652f4e982610df1cbfed305d4459456f0ebf1b16f SHA1: 82f8b4dbbc9b4fe7a91b4341cd0d88ca9a04b10b MD5sum: 7e586cbe87a7ccd85a3f48b2646f4d77 Description: debug symbols for ros-rolling-eiquadprog Build-Ids: f6cbf3f4327e689b2a22e6519c5be59690eff896 Package: ros-rolling-event-camera-codecs Version: 1.0.5-1noble.20250331.172848 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 206 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_1.0.5-1noble.20250331.172848_amd64.deb Size: 36734 SHA256: ce114bcc3e32dbf469e18a5f961bf6c620358c4d9f74fd0a350567de9d2b1b9b SHA1: 371812eef4d914646a9a721643ca8d3cc764e5ab MD5sum: 3af9b6cd70c3a8fd426ed3608e271167 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: 1.0.5-1noble.20250331.172848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-rolling-event-camera-codecs (= 1.0.5-1noble.20250331.172848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs-dbgsym_1.0.5-1noble.20250331.172848_amd64.deb Size: 198354 SHA256: 6c347eaff13dce1f084302f0a07919aee55543bd53bc79d46a5519a23d042ad8 SHA1: 0235f1ba1b0c8edb9e5624b431aa743650ee9636 MD5sum: efeff32609f91de62c4e81c50620e579 Description: debug symbols for ros-rolling-event-camera-codecs Build-Ids: a277c242591fcea0719891a2b668c5294f087e9d cac100c5ce747b61d05e1ca450e141ff5ace695e Package: ros-rolling-event-camera-msgs Version: 1.0.6-1noble.20250331.165336 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 495 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs_1.0.6-1noble.20250331.165336_amd64.deb Size: 50576 SHA256: cc01d291be537f43ef006b1265fea5b17af9dfc2d148a933be18d7d8de83fd31 SHA1: dfad990360fe52a2cbe54050bc8b1399ce965e1f MD5sum: 95cc068d97a5d843ebdf6b1196ac7ba0 Description: messages for event based cameras Package: ros-rolling-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-msgs Version: 1.0.6-1noble.20250331.165336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 327 Depends: ros-rolling-event-camera-msgs (= 1.0.6-1noble.20250331.165336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs-dbgsym_1.0.6-1noble.20250331.165336_amd64.deb Size: 231790 SHA256: 401f61c7bc26af83f02bfaf512fafa37cef6be142b02d007bbf13d67ba7536a8 SHA1: 9c054c4c54734ae8cefbe370fb3cee69c4bc006b MD5sum: 6f51cbc2b435371a8a9668dc478b078b Description: debug symbols for ros-rolling-event-camera-msgs Build-Ids: 5e92128a0a7dc6f1163a37c218d509845e9cc63d 65f6eb93a0c4e785bf10b833d326be8585225967 971bf8bac7b12d28f82384d8b24cca9a88772523 a3fbb9ab3d3001f91f9763d2d9147b87c2d9684b c276527fd82b2c393e9cbda08f490fb652c7a514 c7491943263f0002e0482c25bae79329cc92effd d69ef07a8f95c3c9bb45a6421640d8a75f15be87 de6ae4aebe0adb8ef728a5c1db1ab8ca8900b7c9 ed2decf38335bf366138f6a032edf7248368a8d7 fc07c19b177fc4986d9cd7636f3919b7cc3592c0 fff459764b12a2b7920b20c0d29ac6642e480c0f Package: ros-rolling-event-camera-py Version: 1.0.6-1noble.20250331.173052 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 358 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_1.0.6-1noble.20250331.173052_amd64.deb Size: 115538 SHA256: e863f6e02c8f8adcc7f9ef250548379883a570ea54f21d23751d410c3ec28f7f SHA1: a08ae2479731aef12f3960a56e63d0fc450199a2 MD5sum: b78c66affc9dd8959355591f6f30613b Description: Python access for event_camera_msgs. Package: ros-rolling-event-camera-renderer Version: 1.0.4-1noble.20250331.194407 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 581 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_1.0.4-1noble.20250331.194407_amd64.deb Size: 127400 SHA256: 49d029c78bb7a4bbc70a0ee2ae4755e42b6959930928bc82cbaede14f1087abe SHA1: ce9c4417db61c63ee63f024bcf882e0ed7bf64f0 MD5sum: 16639694b32402a64cf1e2260c85cce5 Description: package for rendering event_camera_msgs Package: ros-rolling-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-renderer Version: 1.0.4-1noble.20250331.194407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2834 Depends: ros-rolling-event-camera-renderer (= 1.0.4-1noble.20250331.194407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer-dbgsym_1.0.4-1noble.20250331.194407_amd64.deb Size: 2454978 SHA256: b2898b9c439d72cb4e1c41ad1ecd8d198e6eb7e1ac62a1ef5c3ab625fd621f68 SHA1: 44fb7725890752ffac3c6e1965f7f0e764938653 MD5sum: c8dddfacd88c4537a03ad3465c200d69 Description: debug symbols for ros-rolling-event-camera-renderer Build-Ids: a9261b6e78d4e611e18b7eab219d89aa623d2dd9 f9520986ba02bdc93dd81bce534f66407902a538 Package: ros-rolling-example-interfaces Version: 0.13.0-1noble.20250331.170141 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6120 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.13.0-1noble.20250331.170141_amd64.deb Size: 364416 SHA256: 275cca440c5a0a9e29bc37ac5be277d42ac44ff1fa7cc55c017f03b365dc542f SHA1: 66bb7acc2147b8a2e3a7ddddfc8b37f98e7abf7e MD5sum: 7c0e8485dbaabb359728336a8270034d 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.13.0-1noble.20250331.170141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4827 Depends: ros-rolling-example-interfaces (= 0.13.0-1noble.20250331.170141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces-dbgsym_0.13.0-1noble.20250331.170141_amd64.deb Size: 3858574 SHA256: b4945917a1ede6efd7f1fa1d966081f91e29a65bc5b615cb3915205f4d78183e SHA1: 7dd44faaa36d03e96816070c6bac532143249fcc MD5sum: 3d78ea8fcead0ad20e85a4cd76d290ca Description: debug symbols for ros-rolling-example-interfaces Build-Ids: 05021ff5c113fd5c7e374b6ecab6cb2b6610f880 125aeb58d4a93d73d106515f3747061357d31d60 22a83d02ade32aebad095d3e28c99d516d2add75 5e56caf9b766c1fba91bf99340c6e41c8c965473 67e7ff5596905f9df8fa47adb0f79c7ffc381fcb 93986c810bfcfea03ac2f28925d2cf58ace3e7e7 b0f4b665b3dbb3e0072ce712bfbc792818254e26 ba4149ed0bedbfb57743a87f709b9cf6681e73a1 bf968cceeb50fa4412123a14e0bfbf6d2292e1ca d74cd7127ab2359568224f6ea0adacca2eaa2455 ed949b1db6846199d374d9ad5dd5efb94b01c593 Package: ros-rolling-examples-rclcpp-async-client Version: 0.20.4-1noble.20250331.183301 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 151 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.20.4-1noble.20250331.183301_amd64.deb Size: 37808 SHA256: 263a2d7961b49329dba0f4e44a25e2a5b937cdaa197387dd937f1c7e5316e17f SHA1: a55c5b899e0d631b6ee2f5cd570d4e8e264befdc MD5sum: 10be5c7d295beb5eb3be9dd47c2f42da 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.20.4-1noble.20250331.183301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 660 Depends: ros-rolling-examples-rclcpp-async-client (= 0.20.4-1noble.20250331.183301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-async-client/ros-rolling-examples-rclcpp-async-client-dbgsym_0.20.4-1noble.20250331.183301_amd64.deb Size: 620106 SHA256: d9cb592bd088feb3e9002a83651bf2d570944a8f8b107f79ce1224a946b4a4aa SHA1: e1f1c491915834605c3aac7cd3646d1df4f3c189 MD5sum: 9c5c5d55d924b85503d4b248294ce2da Description: debug symbols for ros-rolling-examples-rclcpp-async-client Build-Ids: c61b743efecbb2e15e64da4130c9a57d2d83105c Package: ros-rolling-examples-rclcpp-cbg-executor Version: 0.20.4-1noble.20250331.183326 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1399 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.20.4-1noble.20250331.183326_amd64.deb Size: 214440 SHA256: 36417bc0a1f09b58d732a354e65c7a9c51e6ff30ba233de050930a3f406d48a4 SHA1: 3afad4cd810e4a3b3d66db178f7c051f8782ac47 MD5sum: be100ae855d206508954ea2c3f3e005a 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.20.4-1noble.20250331.183326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7187 Depends: ros-rolling-examples-rclcpp-cbg-executor (= 0.20.4-1noble.20250331.183326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-cbg-executor/ros-rolling-examples-rclcpp-cbg-executor-dbgsym_0.20.4-1noble.20250331.183326_amd64.deb Size: 6130832 SHA256: 23d358eab310615921c323bf74faf95ef091ece0846c09751a3dab8fe7fcd888 SHA1: 4cb2a34e7faa47a57c0d74ab7a3cb294a8c0155b MD5sum: d101f9d6e2fdfbde81511d1411d76bc9 Description: debug symbols for ros-rolling-examples-rclcpp-cbg-executor Build-Ids: 570ad78d693432d9582ec9d0341003498fd38df0 b5e6a71665df494cbe4422bdd3d01f9b3fea2aa9 bacf66fe900cec66c8faaf678a0277f5781eaec0 Package: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.20.4-1noble.20250331.182930 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 548 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.20.4-1noble.20250331.182930_amd64.deb Size: 93652 SHA256: 50b64b2e5f82bae9597554d9bd3b6972aa4cae902ddf8019060f791c292bc3d6 SHA1: d7595dc0985046f980a6a8c78742d580d2df80f1 MD5sum: fee4a47016d4118bbfb8dce1419e2dfc 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.20.4-1noble.20250331.182930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2610 Depends: ros-rolling-examples-rclcpp-minimal-action-client (= 0.20.4-1noble.20250331.182930) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-client/ros-rolling-examples-rclcpp-minimal-action-client-dbgsym_0.20.4-1noble.20250331.182930_amd64.deb Size: 2338592 SHA256: d7d6afc59ec7f7cddd8bec4086020f26f4669c626d145980e5890f98452de432 SHA1: c8ecfbb7e964d14b9a2dc31f360ab4bb837f30b7 MD5sum: 3010e9e6f28c49262bb9318956d7a195 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-client Build-Ids: 0337b016088f3b85257ccbcce8db60c093e4cc17 25176d4f090a1ec94af34b9637a89afc0fbc412c c98be1a647ce3a8ae13a89c56e5145beb8ab4b3b f59615c991ca4ad9a3489efa9f232f02c4c3ac99 Package: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.20.4-1noble.20250331.182934 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 233 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.20.4-1noble.20250331.182934_amd64.deb Size: 45074 SHA256: d34f59721dc555c0d7682a4ba0ba7d7fe7776b4495305a008a181f8cba17d287 SHA1: 4741f5b2ba46715d13f4934260ceb47e59d95033 MD5sum: 30844d4728abbbe0806f6d41bd732370 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.20.4-1noble.20250331.182934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1105 Depends: ros-rolling-examples-rclcpp-minimal-action-server (= 0.20.4-1noble.20250331.182934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-server/ros-rolling-examples-rclcpp-minimal-action-server-dbgsym_0.20.4-1noble.20250331.182934_amd64.deb Size: 999914 SHA256: 1ace531641a211de6cdaf56dd269d37d3ef48671162675fd404e619cbc9aaa0a SHA1: 31d3b5dc9032ddc84cfc736cd33be903dffb31de MD5sum: a40d4b1073cb099a0dfdf15b15953031 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-server Build-Ids: 0dcb075ec3e921f6d8f01b67715a877e3ae04260 5fba3745245692815d70a3d1b27a50b67fcee02f Package: ros-rolling-examples-rclcpp-minimal-client Version: 0.20.4-1noble.20250331.183350 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client_0.20.4-1noble.20250331.183350_amd64.deb Size: 27618 SHA256: d2316bd2fb2c2dad2681ced921113ab57eb04d646d1ecf44b9528e1618127206 SHA1: 6a3104bff3842e71d7b7e5473ba045a617c2f171 MD5sum: 5e4f081683960a73c363b9a6b04b29c9 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.20.4-1noble.20250331.183350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-rolling-examples-rclcpp-minimal-client (= 0.20.4-1noble.20250331.183350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client-dbgsym_0.20.4-1noble.20250331.183350_amd64.deb Size: 502970 SHA256: 290f9dd06e7d7b12d097c5fac257bf095c001db384babd05db49512359c600ce SHA1: 8d1370b73d0950e119777194df35025ffaeb947f MD5sum: 7e3dec486e1d1bef25991fa87a10f7b9 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-client Build-Ids: 9cf06ab234ebf9cd8c6c43c61c896a8495b7c35d Package: ros-rolling-examples-rclcpp-minimal-composition Version: 0.20.4-1noble.20250331.184102 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-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.20.4-1noble.20250331.184102_amd64.deb Size: 114438 SHA256: a2acc639f0b4e3b566a7482dfe677de04a4d18b842665a07d4a3617633d64162 SHA1: ce70d8b3bccd2303add94de4131714cad53f3790 MD5sum: 765e68a2a45146534c2ece56cee120de 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.20.4-1noble.20250331.184102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3071 Depends: ros-rolling-examples-rclcpp-minimal-composition (= 0.20.4-1noble.20250331.184102) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-composition/ros-rolling-examples-rclcpp-minimal-composition-dbgsym_0.20.4-1noble.20250331.184102_amd64.deb Size: 2721054 SHA256: c9af65389e1c7133e8653fb795b8698140ea1aaa886e0af8022409dafdf9a573 SHA1: 6808051c5a7809e1b6ccb352a4c5219b7bdb06cb MD5sum: ed56529e1c6d7e15939b845053dc33bf Description: debug symbols for ros-rolling-examples-rclcpp-minimal-composition Build-Ids: 54f035a797e4ea2b7f0d85f963dac2711776e5ee 89ac8f555625f1bf6e5ce8028fec3cd8ed01327c bd5fc614214e894fbbba606405f113d27af9ac1d ce96e85665a750e7d29cfc4891b173665c31dc8b Package: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.20.4-1noble.20250331.183404 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 819 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.20.4-1noble.20250331.183404_amd64.deb Size: 136712 SHA256: bb81758ecc79ec7788c7c1145fd1418a034683e5dc026833373b9f3eb9fc74c3 SHA1: c4882ce5cc31a1a066bad34e66437990044409d5 MD5sum: 9b746bfe29d5c825cbea7228ebcd3844 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.20.4-1noble.20250331.183404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4711 Depends: ros-rolling-examples-rclcpp-minimal-publisher (= 0.20.4-1noble.20250331.183404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-publisher/ros-rolling-examples-rclcpp-minimal-publisher-dbgsym_0.20.4-1noble.20250331.183404_amd64.deb Size: 4361106 SHA256: f6dbb089d7e62e2f3c07c7ce2b9f1cf569c7e9c843a6fd4a54dcb17d38eb2b8a SHA1: c06e72b075ca315b9f12e215c956071a529488d9 MD5sum: 14cbb6fb1e2a2f5b5869ec339142b59a Description: debug symbols for ros-rolling-examples-rclcpp-minimal-publisher Build-Ids: 05bd0881c51e011815506230426d150eee11e27f 10cdcfe52ade4163760cf41b2f992d69b08ad2b8 18df14019d716b971522d83e00206768633ef451 4c8073ce122b5ee5b65c714173666f7d44fee38a 9371832781275f1e5d3870fde5f2d01111e37a61 9ccbe321938468bf03290b59e5c016f952ef9a08 Package: ros-rolling-examples-rclcpp-minimal-service Version: 0.20.4-1noble.20250331.183407 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 103 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.20.4-1noble.20250331.183407_amd64.deb Size: 22916 SHA256: 6712a766c3489146de843e56828040a476415cd9460f1cf7f89a4ec8ccf7024c SHA1: 527252141fc80073185cf65e95929580900d9b8b MD5sum: 61d1e5212aa5a0705ef3b4ad92240836 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.20.4-1noble.20250331.183407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 408 Depends: ros-rolling-examples-rclcpp-minimal-service (= 0.20.4-1noble.20250331.183407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-service/ros-rolling-examples-rclcpp-minimal-service-dbgsym_0.20.4-1noble.20250331.183407_amd64.deb Size: 375058 SHA256: 9eb2caad0bff3f68aa258fc788ef70be0aa6883f250d4befb66921645ae8be4e SHA1: f492a193db1f3bea1adf574be0fd192467792aa3 MD5sum: 535cc84b076bdee5ddf9bf61d3828408 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-service Build-Ids: a82782197430cacaf9e9cd41e8dad1c60756ef1a Package: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.20.4-1noble.20250331.193520 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-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.20.4-1noble.20250331.193520_amd64.deb Size: 441670 SHA256: 218bb654c55d36c89b5a234d8c247bea34794c456f8c95d5445d329e9519c914 SHA1: 7d817bf405c38ff62c400e34e4ee0cc6d072c3fd MD5sum: 887cff9d28d5e50b20f200b6ddd92556 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.20.4-1noble.20250331.193520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19020 Depends: ros-rolling-examples-rclcpp-minimal-subscriber (= 0.20.4-1noble.20250331.193520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-subscriber/ros-rolling-examples-rclcpp-minimal-subscriber-dbgsym_0.20.4-1noble.20250331.193520_amd64.deb Size: 16040344 SHA256: 8ebc8a0c482e305f597bc3aacac3b5d887f5b56266fcdac550342f8a3fa73695 SHA1: 090d131dafec7661308708768d3d791a51e835db MD5sum: 36d241c3ff38d0b275a6a5ccff4dcb0c Description: debug symbols for ros-rolling-examples-rclcpp-minimal-subscriber Build-Ids: 17541622ad61ad4368b4982f40fc0357c0107084 412536c37ffa7440f39ebee577aea17ea473fbaa 58f39d44c8f7aa349ce453928be71a214f9e4bfb 5c7b7cf44a4b133526afa83aa59bfdf9c0c7fc84 6c5b8cfdaafdfa07186422951269aa61b03c6560 6d60a16ee489460c8ccb1ed6e1f06f3aaccd3799 78c1527d58d8739b6f08b763a76d30c03750a0f9 9b73136915d609891b68118dabd66ada50de6281 c5b326bf5d8e4b6f8f9f1809d65e9216a04246f5 c66742cbb86d570506a5370d127d018520a2be87 d4dbcad0399712a117eb2e94bd9a3e53567aaf73 Package: ros-rolling-examples-rclcpp-minimal-timer Version: 0.20.4-1noble.20250331.183409 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 113 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.20.4-1noble.20250331.183409_amd64.deb Size: 16412 SHA256: e58db163b1537876b22663b508bc18fb02d000de27c65140afbfc794ead1d058 SHA1: 27a9e4d4528c06c707c16a1a570b6cdc7ca08afc MD5sum: a81ef9149d792948b9d2043d3a7bb9d6 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.20.4-1noble.20250331.183409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 531 Depends: ros-rolling-examples-rclcpp-minimal-timer (= 0.20.4-1noble.20250331.183409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-timer/ros-rolling-examples-rclcpp-minimal-timer-dbgsym_0.20.4-1noble.20250331.183409_amd64.deb Size: 496614 SHA256: fcf2f362b4f364d5f08773e9c8a8de39f024db67089c7dec8679602c24c24025 SHA1: d1a22d279550fb6445b65fdc4b1f7a485fc7da01 MD5sum: 52a7c30a7be1b7f7454d7ee8060a044b Description: debug symbols for ros-rolling-examples-rclcpp-minimal-timer Build-Ids: 6ae364ac29719333900dece9bcb842b3e33407a3 bbf9c67a142e49737ff9eed4347a1f6aeb5922d3 Package: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.20.4-1noble.20250331.183417 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 471 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.20.4-1noble.20250331.183417_amd64.deb Size: 104502 SHA256: cdcab4e23cd5d9fd2c278ceed56e3af041b49c053a062f17f406e52f2df2b1e8 SHA1: b367bde89c11b7d7c7c677dc39610d5758aba1d7 MD5sum: 9c1bf9611c1d7af860e3aaf43cb62d8d 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.20.4-1noble.20250331.183417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2088 Depends: ros-rolling-examples-rclcpp-multithreaded-executor (= 0.20.4-1noble.20250331.183417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-multithreaded-executor/ros-rolling-examples-rclcpp-multithreaded-executor-dbgsym_0.20.4-1noble.20250331.183417_amd64.deb Size: 1772482 SHA256: 905e04de698e2096543c1aa1f88b1bd5870dd55e8d20e056c3d93e5e22002373 SHA1: ba466f9eb02588724b4d0e53e82799cb97d4e36f MD5sum: 0e840de348c0bbe79870786d2da57358 Description: debug symbols for ros-rolling-examples-rclcpp-multithreaded-executor Build-Ids: 0102d6fd519b45cadd1eb48eb700d428a7c9452f Package: ros-rolling-examples-rclcpp-wait-set Version: 0.20.4-1noble.20250331.184119 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3983 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.20.4-1noble.20250331.184119_amd64.deb Size: 544160 SHA256: 4ef73cd4620847df36f7fd3d0ffb9899fecf713ea5877e6f9bdc05a63a74c22a SHA1: 2f4fe5e89a7c4f4c626712c3d53d9a10d789f6e0 MD5sum: d34380aa6189d5e125501cc12c369f4a 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.20.4-1noble.20250331.184119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19987 Depends: ros-rolling-examples-rclcpp-wait-set (= 0.20.4-1noble.20250331.184119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-wait-set/ros-rolling-examples-rclcpp-wait-set-dbgsym_0.20.4-1noble.20250331.184119_amd64.deb Size: 17207158 SHA256: eb1d67022d585f06cf54bb600a69c6f077dc4dbac6d26e7f598dfca02564f3f6 SHA1: 6c5268769dff62219b552000203243f2affad209 MD5sum: 78d039014760a4d4738b8aa40b677fd7 Description: debug symbols for ros-rolling-examples-rclcpp-wait-set Build-Ids: 05126587918168798bd74b3fbfa98d064afe758e 1b2c341a281a9e3c8e76eea13528f0666d560900 27375adcc4aff322782ecc35f0b48789bf195b5b 5239269be24d56dfc050d4625a064643a9885f92 565cf422797e3f7b03aa0c987ea3cd269f4f31c6 a28e34f2a21e8ba941e53c34ec5886dacc42a419 b22facb9125754bcdec4d889c9aa29b14c5cda5b cd39fef09eb423831a2eff4f0d0c9e6657b5084e cf53b3a834ba0ea038bde725814915a5ea4d717a da0ea7c728bdda2e0d83ee5bd836bd4f21f5ca2c ee45bd3c73030d5f0e8e4d87f61239a0e60e48bb f16ef02fbe1af372709c7cd9dfea8c322cf1e1f6 Package: ros-rolling-examples-rclpy-executors Version: 0.20.4-1noble.20250331.175845 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.20.4-1noble.20250331.175845_amd64.deb Size: 13120 SHA256: 4ffd62f1b5808c8ec34ba0fb937707deb3719eeec3a780269405d3b0877ed2dc SHA1: d67672ccc5f4f39cfcb8ace187589f62114f32ab MD5sum: d8ef515d61a873c3fdeb249480d8d9ae Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-rolling-examples-rclpy-guard-conditions Version: 0.20.4-1noble.20250331.175846 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.20.4-1noble.20250331.175846_amd64.deb Size: 6164 SHA256: 86ec4d0f2d955ea80f477bbe26f6f85e60f6655a9b431139732cd2c30fb0b27d SHA1: 44e4c8cb46038a84ec553f6fb2d55a8cb36cf100 MD5sum: 178149751eb5a15221fa1a6a43e3fd69 Description: Examples of using guard conditions. Package: ros-rolling-examples-rclpy-minimal-action-client Version: 0.20.4-1noble.20250331.175219 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.20.4-1noble.20250331.175219_amd64.deb Size: 12284 SHA256: 56943be71d5049e36c054455827f6d0314ad708f47927a3274e31143116e52c3 SHA1: f428dfca05521c6f37c04a132eac116baa1d1cca MD5sum: 6d3bfb5b42d2bd6f0bf836096553e1ba Description: Examples of minimal action clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-action-server Version: 0.20.4-1noble.20250331.175415 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.20.4-1noble.20250331.175415_amd64.deb Size: 13296 SHA256: 10ed51b260bea96e005f8a9a3cfd57d8e7a4409c00b545c11f35b97b9b7853a2 SHA1: 0f2765129f27bdac6aa74e44b4497b83c3ad90ac MD5sum: e08f766000716cc230da87828636683d Description: Examples of minimal action servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-client Version: 0.20.4-1noble.20250331.175904 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.20.4-1noble.20250331.175904_amd64.deb Size: 9662 SHA256: d153cc7377566fd7d38444111f5ffdd3ddd7a77cc3da42d298a6f17d9327002c SHA1: 7e4ff6afdec636a894233a3a4ce56c87df3bfc26 MD5sum: 3112155aa84d5af07c4eba66f80d6680 Description: Examples of minimal service clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-publisher Version: 0.20.4-1noble.20250331.175503 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 52 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.20.4-1noble.20250331.175503_amd64.deb Size: 8134 SHA256: 09747f81c1a95249906d4bc1eaf458389cc1a624463dc41d88e501eb25a2edb8 SHA1: 5beaa9155a3aad913528c996e206e5ba79ed5d38 MD5sum: b4b98939a9a4cb2a781473da02f4b735 Description: Examples of minimal publishers using rclpy. Package: ros-rolling-examples-rclpy-minimal-service Version: 0.20.4-1noble.20250331.175227 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.20.4-1noble.20250331.175227_amd64.deb Size: 7106 SHA256: 62b697ad426be7e0cc0f5697dd158bb771fb785e5b0aafb526f84ae7873e30d4 SHA1: 107434fd397abd5e2b1794390f9f3010e251c2fc MD5sum: 9cf788757e20286656679007100fee7d Description: Examples of minimal service servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-subscriber Version: 0.20.4-1noble.20250331.175225 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.20.4-1noble.20250331.175225_amd64.deb Size: 7580 SHA256: 52bd890462ae534994f241ba6e8b56a97f4943970a2ec697ab7191119063a187 SHA1: 36f4c79721e6efc35afa363f264e0a750999fc0b MD5sum: 194df8f0c63d8375715361ebbcc49977 Description: Examples of minimal subscribers using rclpy. Package: ros-rolling-examples-rclpy-pointcloud-publisher Version: 0.20.4-1noble.20250331.175255 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.20.4-1noble.20250331.175255_amd64.deb Size: 7074 SHA256: 34b307357d44b81e791a7af2809a5cef835432d5306ac51dd5dbcde4a8823193 SHA1: 458b423c0ffe2ac643868094ae7007dee574a647 MD5sum: 8cee21e7bed11eeb4d29b37055c29194 Description: Example on how to publish a Pointcloud2 message Package: ros-rolling-examples-tf2-py Version: 0.40.1-1noble.20250331.175445 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.40.1-1noble.20250331.175445_amd64.deb Size: 14954 SHA256: 81719b40b2d648fce6a6710990ac2907af6c22ef680a2195e26c78fead17a30d SHA1: 111fa8440a69bd2c79a817457586598eea51b639 MD5sum: c4427f1d51e68a333a8d40caf98de539 Description: Has examples of using the tf2 Python API. Package: ros-rolling-executive-smach Version: 3.0.3-2noble.20250331.175537 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 41 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.20250331.175537_amd64.deb Size: 5436 SHA256: b1a8d03fd8c69d6cea79956fb32ab7afbc3ea6d6b7460d693a32a5bd277315bd SHA1: 36159573d3ca89642a94789d1c5d3d50a60a2071 MD5sum: a1b88f9ec7b06825ebe657c61bedb2a6 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-rolling-fastcdr Version: 2.2.5-1noble.20250318.165726 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 502 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.2.5-1noble.20250318.165726_amd64.deb Size: 61328 SHA256: 8fa60cc3d633df5c9917268dec19f7628e41c84a3ce4313cfd27ae0ee639b588 SHA1: 69029664b50f44cffa292dffaf66a9d52ed00a87 MD5sum: dc0543a3377f06b288db524a1614685b 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.2.5-1noble.20250318.165726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 275 Depends: ros-rolling-fastcdr (= 2.2.5-1noble.20250318.165726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr-dbgsym_2.2.5-1noble.20250318.165726_amd64.deb Size: 234036 SHA256: 5a673f936e0c52f0b932a2c35ce18d6675df438191701e36ece8e43614169372 SHA1: aab4c264795d3bc6c154297f0426c208b972d64f MD5sum: bdcc65a456a06cb1443af413113e15ce Description: debug symbols for ros-rolling-fastcdr Build-Ids: 13356311204449885f9f764f3dbf23d010881fac Package: ros-rolling-fastdds Version: 3.1.2-2noble.20250318.165954 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 11887 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.1.2-2noble.20250318.165954_amd64.deb Size: 2969218 SHA256: c1d2b50339e27ef70bb62700c67d8e8983bcccfa57547d4ba7bb6d472749bd2f SHA1: 8552cdedd8e6e2a9d852cd9cc1d9475b2600d7c4 MD5sum: 062b77dcb30b66a0086bf59d1e163465 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.1.2-2noble.20250318.165954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 55015 Depends: ros-rolling-fastdds (= 3.1.2-2noble.20250318.165954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds-dbgsym_3.1.2-2noble.20250318.165954_amd64.deb Size: 51802788 SHA256: b06c7ec94eb7aa667c594502f2c7aa4bfad9cc062f9a8c6e4a81dd7684f36811 SHA1: a74c1540beec6491e7e750c9838ef75a6bc81fca MD5sum: e921a8a391a00f2c686b42048d8b9b30 Description: debug symbols for ros-rolling-fastdds Build-Ids: a776f6c012532566717df65cfc59f7b41640ed10 bd6301a716eb52829412ff01a6c55a8f7b6821d6 Package: ros-rolling-feetech-ros2-driver Version: 0.1.0-2noble.20250331.200943 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 665 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-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tl-expected, ros-rolling-ros-workspace Homepage: https://github.com/JafarAbdi/feetech_ros2_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-feetech-ros2-driver/ros-rolling-feetech-ros2-driver_0.1.0-2noble.20250331.200943_amd64.deb Size: 189234 SHA256: ef862fed9bfdbf2ac5fb1ba849ca0f55755066f894e24d8dddc1a9fa67a07241 SHA1: 0256c99472519ddd6ba54394a174bc582121f895 MD5sum: c661f3b7c60b5dce4356aadd47bbfb28 Description: ros2_control hardware interface for Feetech Servos Package: ros-rolling-feetech-ros2-driver-dbgsym Package-Type: ddeb Source: ros-rolling-feetech-ros2-driver Version: 0.1.0-2noble.20250331.200943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 3041 Depends: ros-rolling-feetech-ros2-driver (= 0.1.0-2noble.20250331.200943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-feetech-ros2-driver/ros-rolling-feetech-ros2-driver-dbgsym_0.1.0-2noble.20250331.200943_amd64.deb Size: 2939896 SHA256: a4d8d17a72723813befaab792cf92d22d7f0b75f20c15588b83b5cfbd3ba4d95 SHA1: 3f8ac576e4705de5b3f7174f4c220111f5301b0d MD5sum: d6589080038e8bfdceade9d1f027a508 Description: debug symbols for ros-rolling-feetech-ros2-driver Build-Ids: 20a2a788c7817b396f4b19838d72537297c99fc0 8a052ff58c1758a134f3d7fb1407f89895c932e3 911e9826d24950a897951d1092556c8974a21fc0 ba098b022e408c425232846dfd94fc39004111ec Package: ros-rolling-ffmpeg-encoder-decoder Version: 2.0.0-1noble.20250331.181344 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 286 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.32), 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_2.0.0-1noble.20250331.181344_amd64.deb Size: 81546 SHA256: c0e0e634cf9572c87ba2ce97b8c35efee082bebc0569a89b3abb053325737aae SHA1: 9b2e0758949cac18ec68002b3254feb5b46ef6f6 MD5sum: 145183cfe74b88500d3a0bd55e5cac19 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: 2.0.0-1noble.20250331.181344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1236 Depends: ros-rolling-ffmpeg-encoder-decoder (= 2.0.0-1noble.20250331.181344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder-dbgsym_2.0.0-1noble.20250331.181344_amd64.deb Size: 1183500 SHA256: 96ed9401294aa12deeca26929c4429f172100cfb37fe6b8008c60d96aedbcb7f SHA1: a1c8e764ecd6f1d59c9cb20ad1c5df550ec821a7 MD5sum: b97f92a47ecac31f678869f925b02ea2 Description: debug symbols for ros-rolling-ffmpeg-encoder-decoder Build-Ids: dc89d6725694b9eed6307d789bbf7d9ac48e9397 Package: ros-rolling-ffmpeg-image-transport Version: 2.0.2-1noble.20250331.194246 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 590 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_2.0.2-1noble.20250331.194246_amd64.deb Size: 130152 SHA256: d9f31546a95871ad86f6fa4db6b3908d57d5459c34afe57ca3e68b5e189ff95b SHA1: 29ce3ca3f999e4af67c62e48d177f6a00f9bed4f MD5sum: 0133d2c39a01f9881ebec9ebb51af95c 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: 2.0.2-1noble.20250331.194246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2784 Depends: ros-rolling-ffmpeg-image-transport (= 2.0.2-1noble.20250331.194246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport-dbgsym_2.0.2-1noble.20250331.194246_amd64.deb Size: 2429334 SHA256: 3cb5420a69a7fbd755c1a4c6326fe4732510391d7f52ed295910e027e581399e SHA1: afe0fe5fecd143e9517ea625d742935b18d5599c MD5sum: 52fe0619e43369f1bc4691d987eb599f Description: debug symbols for ros-rolling-ffmpeg-image-transport Build-Ids: 4d8ef01d520556082c55cdf4371cc5c791eb7ac7 Package: ros-rolling-ffmpeg-image-transport-msgs Version: 1.0.2-2noble.20250331.170202 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 499 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-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.20250331.170202_amd64.deb Size: 50440 SHA256: 992583bfeda12019d07ef10499b72304402ce17ac8e9f8a15087cd2ae4d558af SHA1: 415ab79b6fc7a65edd2ebf4df0ab505a6a71cc7b MD5sum: f7d47dcfc69e151a4d114090bdb68aab 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.20250331.170202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 328 Depends: ros-rolling-ffmpeg-image-transport-msgs (= 1.0.2-2noble.20250331.170202) 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.20250331.170202_amd64.deb Size: 231806 SHA256: 8488d91ea50fdbdd7594995655ac784ee5ab7a831879f82461ed9427c5758085 SHA1: a5ea1762c3e8880f7f93f1bdb0704eabed47a831 MD5sum: bfadb8a927d9baa342e933d610cbfe72 Description: debug symbols for ros-rolling-ffmpeg-image-transport-msgs Build-Ids: 04b1fcfd1868e72308677676b780b3e7c581e6c0 0526fa4f6588ebbb5872fe7cfde04d2d163590f5 08217d985c2dc6087dfaf44b2ffc0723acfccf86 0ff51c18264bdd05e8675e4b6d788a5021536825 80dbec00e8f69cbacb5191b197d46a614528ef15 98383fa6d29bbaa832fed9671895c3e5500ad8cb ac6676f5468136fc96cee0c6cc03c8cbafd8cf4e b2c468a3b54036471e507c8479a273db5a34abb3 eb778c772f2f5cb82ce1ffddf505c9cfad7dab6e ed799c81bac0b93e5c05a63815a9f9b639542fdb f07405bbba21f60aaf375695a5980024191fcb13 Package: ros-rolling-ffmpeg-image-transport-tools Version: 2.1.1-1noble.20250331.185909 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 235 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-rolling-cv-bridge, ros-rolling-ffmpeg-encoder-decoder, ros-rolling-ffmpeg-image-transport-msgs, ros-rolling-rclcpp, 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_2.1.1-1noble.20250331.185909_amd64.deb Size: 64638 SHA256: 08d627307225e13dabb29c666e92c63661fbf13745ffbdd64e0b6d84ad249726 SHA1: 44e8efdac9b868939eda98da7b3e6097c7701888 MD5sum: 7396bf35810ec018c4d2ac4aa56e3f23 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: 2.1.1-1noble.20250331.185909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1347 Depends: ros-rolling-ffmpeg-image-transport-tools (= 2.1.1-1noble.20250331.185909) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-tools/ros-rolling-ffmpeg-image-transport-tools-dbgsym_2.1.1-1noble.20250331.185909_amd64.deb Size: 1290450 SHA256: f90fca8fc06ba426f1f900deecbae2d29ef521140fb92d5ec2758d27aa91299d SHA1: 08d1cb2234a5645df8b913540dfb848b6bd8ae3a MD5sum: ebc2efbc3b8a97fd7c594a49eba132ab Description: debug symbols for ros-rolling-ffmpeg-image-transport-tools Build-Ids: 2ecfd540e561e9ac14f7f5b601ef64a020532b05 ff9283291c3283384ee205f311a0818e1d08d03c Package: ros-rolling-fields2cover Version: 2.0.0-15noble.20250326.160314 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12793 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.20250326.160314_amd64.deb Size: 4667318 SHA256: 4905817fb49c5ccda944136b3292be695200e089a6cb899ec369868ddd4218d1 SHA1: 7e4600d3f8f52d96dff9485a473e21e922a26bb0 MD5sum: fbe4cfa38b7504722b4557c898d6daac 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.20250326.160314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15297 Depends: ros-rolling-fields2cover (= 2.0.0-15noble.20250326.160314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover-dbgsym_2.0.0-15noble.20250326.160314_amd64.deb Size: 14053134 SHA256: cab7491fe0df5472900bece9c0d674df8bd5603e2162400e84ed324961f6b42b SHA1: 721e0068d5b1f6fea832a3a277508bc35684bd91 MD5sum: 5f1a170a4735446e910f428ee2434d94 Description: debug symbols for ros-rolling-fields2cover Build-Ids: 9e6ef900f716d65f20306972611b94bc825eb1cc ce25cb17979b5336a91435abf6e1c6cf9fbfbd55 e7e8f774246de356d6054692f8a3b5081deb7374 Package: ros-rolling-filters Version: 2.1.2-1noble.20250331.183422 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 498 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.1.2-1noble.20250331.183422_amd64.deb Size: 78302 SHA256: 90a176fc5e5bc71175f43d4f573db46368c03c49a57bce4f12501c0aeecc878b SHA1: 1e0635478bd62cfa2bdc80c2f30489f624cd0986 MD5sum: afab3cbba6ecebcc3770735dd0036a74 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.1.2-1noble.20250331.183422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1894 Depends: ros-rolling-filters (= 2.1.2-1noble.20250331.183422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters-dbgsym_2.1.2-1noble.20250331.183422_amd64.deb Size: 1778694 SHA256: 74c5e99fa9dad88b1c2569020be5991332823bb1898cd0994aaa2b1377ff30a0 SHA1: f67ec7b0547040d7ca1a764db30f3f8fdc4682cb MD5sum: 74714bec3f7e6e7b8376fc545311b0ae Description: debug symbols for ros-rolling-filters Build-Ids: 0c9c5eaf196dcf62d1492d75fd716b0d5b437e5a 0e8060383a986cf6f61b7ac8cd5932a672e9e738 b5c798fef540e711fe153ef73ce29fda5b086030 c9ef0600e0417150de5f9a158ad47deef2ca9f25 d020e349d136e9584163f75dc3e9ad4c7a551140 Package: ros-rolling-find-object-2d Version: 0.7.1-1noble.20250331.194949 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4195 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.0.2), libqt5printsupport5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), ros-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.1-1noble.20250331.194949_amd64.deb Size: 905264 SHA256: 35c12c25fd45d6c112f1a17f59979767b7b45441802a6b8f7bb5f2bdda2e2333 SHA1: 05ebc6ed74a099248c3e03a83fe458a7b3d8aef5 MD5sum: 87621860a349bd1b24051b5d6f619896 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.1-1noble.20250331.194949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21527 Depends: ros-rolling-find-object-2d (= 0.7.1-1noble.20250331.194949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-find-object-2d/ros-rolling-find-object-2d-dbgsym_0.7.1-1noble.20250331.194949_amd64.deb Size: 19783740 SHA256: 57bed86740ac55235abd24c81d00402017f437f08d175bc539ff85e3e2d84875 SHA1: af930bfc0d2a54a16c5a7e2a08d5286629f875d6 MD5sum: 199f876722b9d3f64463d21c13475783 Description: debug symbols for ros-rolling-find-object-2d Build-Ids: 12f9b8f00f47e162411a59a12c6f02d1cabd9b1f 25e867b3817332e3c45649b073075285f33c341d 3d9ec4b211cf84cf6d050e7700dc3f0653affbc1 4dd51125b93ae6cd9898f14c72b9f44607cc269f 5b44dca666cc270f68bafb7ad5ff38d0eb2b25da 607f6f697a14198c32a9d35ff65c349bfad0d8f4 8828f58d927b09e0c71f1f869b1dc6d3fcbf8bd9 9ab9262950b465c46eca162e21357047b5e60bff a35aa59682bd584b4e19e963cdc77246b89e5bb6 b430123d3b422f81b1a1a8fade25197acb3ff943 d8c4f242fd6b44312fb1fc408ce2317f2a19986a dcc7b61b0a11c07f946a91be7a3beae8f546851e e17742a4eb75b49fd5bc50ec03b66df43b19a042 e4ed2e55c4e798bd5127c5b8a1324c7d0c7a8709 fd51eb44f4d790ad0e3aa8b1edd4e42393e9626b Package: ros-rolling-flex-sync Version: 2.0.0-1noble.20250331.183911 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 102 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.0-1noble.20250331.183911_amd64.deb Size: 16992 SHA256: 6627495fcfa6c320bca34f2ce951d6161ac9f7808ed1afa7dcc67c43edebbdf9 SHA1: 3bb32da913186a7d6efac15be4e2324feb29aeb5 MD5sum: e82c1040af73a1d8b07184ea1efa57dd Description: ros2 package for syncing variable number of topics Package: ros-rolling-flexbe-behavior-engine Version: 3.0.3-1noble.20250331.185902 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 42 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_3.0.3-1noble.20250331.185902_amd64.deb Size: 6346 SHA256: 79d781dc874943865cb1fb28340fd7181f691601081ae75578c33d0c5f18aee4 SHA1: 6a3ee7211de554c03988b8484b732bc163401736 MD5sum: ea55cfd4d061d7abc337634785d3ac33 Description: A meta-package to aggregate all the FlexBE packages Package: ros-rolling-flexbe-core Version: 3.0.3-1noble.20250331.175439 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 549 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_3.0.3-1noble.20250331.175439_amd64.deb Size: 113280 SHA256: 76c7d00712de622426fea6ceab2a14dbf0e4c6b470964fd7fa44c1f56f0dca6a SHA1: 20daeb5bb134773935af3e8e6219b54001ccc7bf MD5sum: d153968f2c979a2d0b6c1ed6a61d88ea Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-rolling-flexbe-input Version: 3.0.3-1noble.20250331.175653 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 87 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_3.0.3-1noble.20250331.175653_amd64.deb Size: 18486 SHA256: f7fcdd3fed0207aef1a671b59bce9a028716aab9dd261f6992aa0cf4cdee3e00 SHA1: 2da29e478b1168932d82a8c3ca059b58f87b4dda MD5sum: f06cc5f643e854e4dbf6bd0b3e8842d3 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-rolling-flexbe-mirror Version: 3.0.3-1noble.20250331.175655 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 194 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_3.0.3-1noble.20250331.175655_amd64.deb Size: 46298 SHA256: 2891c2d811d31c3f057f9e198409a10f208012868b5959ed7c2d5f5d440b7fa4 SHA1: cab865b9af06f8ace735e37797a87710a912aeb8 MD5sum: e183962ba5f92601d9dbcec107bc3242 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-rolling-flexbe-msgs Version: 3.0.3-1noble.20250331.164147 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 7024 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.0.3-1noble.20250331.164147_amd64.deb Size: 461188 SHA256: 538c8aac290e530e176781c38ec8c78d5d460a46b066e56af16d97b1b12ff57f SHA1: 41b6914b3d5534849c3c16e959d9d6fd77155a9b MD5sum: 925797e03ef964b377e349550f4d4366 Description: flexbe_msgs provides the messages used by FlexBE. Package: ros-rolling-flexbe-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-flexbe-msgs Version: 3.0.3-1noble.20250331.164147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 4953 Depends: ros-rolling-flexbe-msgs (= 3.0.3-1noble.20250331.164147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs-dbgsym_3.0.3-1noble.20250331.164147_amd64.deb Size: 3928626 SHA256: abd466c568ae088799809548725be8ddabd97c61a1d4a13fa2bb4ef052098380 SHA1: cff465c90812c076acb67e1eb5bcedfa1798b399 MD5sum: 18e0770db28cc7aeb73eedfd3cf062bc Description: debug symbols for ros-rolling-flexbe-msgs Build-Ids: 2d4a8c010b1a87ef01c276158ea42ddd12d772bd 4bf51688c89719b10fff7cbc11d7c1f422152f82 7cb390f0f45a821e269a62194457c1fa0bf0ab11 7d112174b7b5568d0c032c029f7fc9a98cbcdf60 86e3089b7432566e1b60fd4aa101f6b331bd1d9a a2d1915fcf0ade65efc7c262ee4a4170b9ba38c7 a83625329e73c08fb91fa2e8e62cf691dfc97717 aac1b063dafbde6a1a85e71df3605e84786dd78c c3c762329b2f653d079008e10aeda129763b04bc f51f1a72db3737aa2ab8a341532c4efa69b39aae fcb67e0178dbcecdda74674132d49b3708208503 Package: ros-rolling-flexbe-onboard Version: 3.0.3-1noble.20250331.180047 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 169 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_3.0.3-1noble.20250331.180047_amd64.deb Size: 33844 SHA256: 52c0d4707ee469273ece4f37884937b9b2ef413a5b459152d44c2942e1c9c30b SHA1: 6a8d9d75d1662c7a88e2d5f2c985660eaa7d9c3a MD5sum: 60803a12aaf3876acc9d4c5322cd7f89 Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-rolling-flexbe-states Version: 3.0.3-1noble.20250331.175858 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 180 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_3.0.3-1noble.20250331.175858_amd64.deb Size: 25310 SHA256: 241b2deade5afc33aee5134f00241c981eb9d35519c52d0728db8aeeaa47f4c3 SHA1: 51de18e246f935c543c12482642761d79398e623 MD5sum: 89062114f7ab1aa487dc82b6eac2e222 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-rolling-flexbe-testing Version: 3.0.3-1noble.20250331.175659 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 148 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_3.0.3-1noble.20250331.175659_amd64.deb Size: 20636 SHA256: a11f15bc452a8d6624a1d3640e95b6512dbcc1332719cd4c2731f994b24ff47e SHA1: 519f230603a5dda84de86e67ec2e72148e4832f2 MD5sum: 806303558db06f65f54d360e9afd8ccb Description: flexbe_testing provides a framework for unit testing states. Package: ros-rolling-flexbe-widget Version: 3.0.3-1noble.20250331.185523 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 109 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_3.0.3-1noble.20250331.185523_amd64.deb Size: 19110 SHA256: 3c318f74a0ef52b555e352f1db951bc8f004aed253feadc4115cf0241c0f993a SHA1: 29d4ee27975f95a4bcd3cb46d6fe162b991d5581 MD5sum: 21836d012ae90539556c0f3d2b95d050 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-rolling-flir-camera-description Version: 3.0.0-1noble.20250331.201946 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 398 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.0-1noble.20250331.201946_amd64.deb Size: 96030 SHA256: 454efef95847b27c06ff6e87c66c7f2da6fd3e6eca8a7e4417a7c7d3a933a2cc SHA1: fc34fcc2407c8852a41db61ee2bcff74771398a1 MD5sum: eb127b36d3e3df7b8ac818781f6c1d8a Description: FLIR camera Description package Package: ros-rolling-flir-camera-msgs Version: 3.0.0-1noble.20250331.164358 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 572 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-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.0-1noble.20250331.164358_amd64.deb Size: 50356 SHA256: e462aecb78a47f3aaf9b6c0dca302befd8ebbef7a4eaa8253082351504accff3 SHA1: d305ccb67d5ff5617b61ba4b832e541c54f8f563 MD5sum: 450afc85f629ef3045d6e4d74a9f26c4 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.0-1noble.20250331.164358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 381 Depends: ros-rolling-flir-camera-msgs (= 3.0.0-1noble.20250331.164358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs-dbgsym_3.0.0-1noble.20250331.164358_amd64.deb Size: 274000 SHA256: ecf05df2a8763c49af416cb3db4f3ad00f01073ad72b5e00fd3f8bec44519006 SHA1: 5b5c341eb1aab51ffaef4e02c9f21a31bd022ac5 MD5sum: b5a5fae67d0b71399303fbf66edfca5d Description: debug symbols for ros-rolling-flir-camera-msgs Build-Ids: 02436026f40f13e1514dedbf82a5383029f3c8d0 04403dada5cd48bcfee693b2b15bf67d1562786d 0eb06145b3fa5110bb923ea10b2017b6c719098d 1b528c41a888ca6183a368b9d906af6a8be2ef09 244695f6f47b9f3097480d745e50aa925a1c12f3 4eccb792e6abdaff8e0e18858134306ec1107a5a 4f104f7d295a3f69a9a71b78f149fd8cb054a26d 94332307fbf4d4dcc5eea4b0349d6d797c6c5fbc a63a5cec91b893511c399ca6d95739464a43434b ae5e6a927a586e52310b35b349e2adf0a8aab009 b0d3119667a31f42ec887272bd3472ad7797071f Package: ros-rolling-fluent-rviz Version: 0.0.3-4noble.20250331.183424 Architecture: amd64 Maintainer: shouth Installed-Size: 82 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.20250331.183424_amd64.deb Size: 13734 SHA256: 0c30e1c06a9b2dfff8bdc98315ac7198b82e2e9cbccfd5f8dc402bb53b194c15 SHA1: bccb6c580c3cd306ddf4cf19faf59fb6bacfff82 MD5sum: e2fa48ab877dfb7ef0ed8ed16dfd4aaf Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-rolling-fmi-adapter Version: 2.1.2-2noble.20250331.184122 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-rolling-launch, ros-rolling-launch-ros, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmi-adapter/ros-rolling-fmi-adapter_2.1.2-2noble.20250331.184122_amd64.deb Size: 287320 SHA256: 465847f722c697dd9db9c294da0bc99a6dc58caac67618cfafab0b8fba6aba29 SHA1: 90ea5ba0e7664f7773b2d109e26733991b8d7c98 MD5sum: 4ebc4244d20c1f861a125106629e95c7 Description: Wraps FMUs for co-simulation Package: ros-rolling-fmi-adapter-dbgsym Package-Type: ddeb Source: ros-rolling-fmi-adapter Version: 2.1.2-2noble.20250331.184122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2761 Depends: ros-rolling-fmi-adapter (= 2.1.2-2noble.20250331.184122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmi-adapter/ros-rolling-fmi-adapter-dbgsym_2.1.2-2noble.20250331.184122_amd64.deb Size: 2375026 SHA256: b7e3ec4455878c8f165ce67671fb55e8789f6047827ead6c829ac0480333f4a2 SHA1: 404ab98d7f7db6f01b8507cbab048af07eb64a89 MD5sum: e91cd7eda516c6f77d0da02472247680 Description: debug symbols for ros-rolling-fmi-adapter Build-Ids: 2bec4578da31bbf38a086492791d9f0e3cf74966 f14061fc1e133950e5b448d9cfc312c1032f9ab4 Package: ros-rolling-fmi-adapter-examples Version: 2.1.2-2noble.20250331.185334 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 108 Depends: ros-rolling-fmi-adapter, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmi-adapter-examples/ros-rolling-fmi-adapter-examples_2.1.2-2noble.20250331.185334_amd64.deb Size: 45754 SHA256: 2031d9375e60b74df949d4b3e4bc257064fbeefbcdd8f43b0dbe0635f493707b SHA1: b32db660653ec5b6c04dc7080fa37bc74efd38e2 MD5sum: 2af086ccf552f5d2f7ceb990de4bde9d Description: Provides small examples for use of the fmi_adapter package Package: ros-rolling-fmilibrary-vendor Version: 1.0.1-4noble.20250326.141543 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 1901 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.20250326.141543_amd64.deb Size: 395970 SHA256: b00baab44c58ee22438b4492e9efb18ae816aad39f18278cd758557151f33add SHA1: 6d377f332862679bfc69a0630b585a5feed81b22 MD5sum: fbbc7f86be5c965eb1e8a666dbec2bff 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.20250326.141543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 752 Depends: ros-rolling-fmilibrary-vendor (= 1.0.1-4noble.20250326.141543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmilibrary-vendor/ros-rolling-fmilibrary-vendor-dbgsym_1.0.1-4noble.20250326.141543_amd64.deb Size: 663654 SHA256: 7f50ab4969e82ed78a71c3ee2a7921e439f299315e5002059f777859ead93a46 SHA1: e3fa3448e16756918733c4fedaf49ce713d5a6c1 MD5sum: 561ce59c48dbf9b9ff2338e8f1c60b87 Description: debug symbols for ros-rolling-fmilibrary-vendor Build-Ids: 467fee5d8dbcd52271feba5bd97727c35c17af0c Package: ros-rolling-foonathan-memory-vendor Version: 1.3.1-2noble.20250318.165751 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.20250318.165751_amd64.deb Size: 786534 SHA256: 01c7483ffd007eda8765e681371b43d96a5adfbc3d565ba234203cb0d6afc3ac SHA1: 1201a44ccc31cf6e1abe418983b6e385c08579bf MD5sum: de48cee48669ed4caef226e88d762375 Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-rolling-force-torque-sensor-broadcaster Version: 4.22.0-1noble.20250331.195638 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), ros-rolling-backward-ros, ros-rolling-controller-interface, 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-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_4.22.0-1noble.20250331.195638_amd64.deb Size: 90528 SHA256: 0d519c60e4d9be3e5cefaf3c44cacacf80dc4b4095a1bacf008b9347de3fc67e SHA1: 0c3e255f4b8ddc87a0ad68750419fbe50e6d6aae MD5sum: 5ddbb4ff71a79e825286b039bee943d6 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: 4.22.0-1noble.20250331.195638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1284 Depends: ros-rolling-force-torque-sensor-broadcaster (= 4.22.0-1noble.20250331.195638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-force-torque-sensor-broadcaster/ros-rolling-force-torque-sensor-broadcaster-dbgsym_4.22.0-1noble.20250331.195638_amd64.deb Size: 1203136 SHA256: 1d14aa6f4b60767b72f37be6711b33ad00afabd43dd2728ada87e8ea952513e7 SHA1: 7ee60b549694fc5c3fa85dad5acd6f84cacb7b98 MD5sum: a04c18d0865610368e571f2c10a39960 Description: debug symbols for ros-rolling-force-torque-sensor-broadcaster Build-Ids: 2f56783cd4f630ccb0f4163cc7132e622bf537a8 Package: ros-rolling-forward-command-controller Version: 4.22.0-1noble.20250331.195330 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 563 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-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_4.22.0-1noble.20250331.195330_amd64.deb Size: 123108 SHA256: b13e5e477930e29e48bc32702b6eaddafa03f2d4e244364a9b16062bcf8542a6 SHA1: 088ad15df2ee8bc7179bf4419876fa6bc1b9ba69 MD5sum: 46baabe68022024cebda82a8925c6693 Description: Generic controller for forwarding commands. Package: ros-rolling-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-rolling-forward-command-controller Version: 4.22.0-1noble.20250331.195330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2642 Depends: ros-rolling-forward-command-controller (= 4.22.0-1noble.20250331.195330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller-dbgsym_4.22.0-1noble.20250331.195330_amd64.deb Size: 2316160 SHA256: 0f4bd0dcd5a1c783d7778ed26a7bf4b3c71ccad8de4ca120b210a44706e98419 SHA1: 1e98ed0f6e760116e1bb2b11f953a313fe9c0008 MD5sum: dc226dbe99dc02dc857c0d9240124f86 Description: debug symbols for ros-rolling-forward-command-controller Build-Ids: 6a7067e40a24e38001e12e95aff3e7e7fc936dc9 Package: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-5noble.20250331.170213 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 597 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-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.20250331.170213_amd64.deb Size: 52258 SHA256: ce70d128e9b08f4fa2cafab8e01fccbdb6e3e4ca51450aac4cedd747cea9ea67 SHA1: 5cfc6c55c976814a9dc461c56d69c4d9e8911d11 MD5sum: 3205e69739abd0af1ae0d80f2b909a13 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.20250331.170213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 378 Depends: ros-rolling-four-wheel-steering-msgs (= 2.0.1-5noble.20250331.170213) 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.20250331.170213_amd64.deb Size: 269596 SHA256: b061ac8007e4461f6465b58fa3524268bb2a53407c99add1f517674db04541fe SHA1: a133fa041f14e1df17041a1a695c4556565a895c MD5sum: 0247b1eb50813b5883b2a0a412b8d44f Description: debug symbols for ros-rolling-four-wheel-steering-msgs Build-Ids: 224c9f2fb331c922c95bab21065c5622d1357f2e 2f01e26ca3a9ba1f93f1fd0a0bb412f53b53b608 37c3c5c13272b24451de772874dbaab458466efe 4a1d6d0b118030ae389d13c49cb77633f449f285 66a5752b2439162e3d609ebb254dd0b0e5740557 9264b39d97bbd8277a922a47321c0ba29ae6464c a5cef80f3d624f9d2aa7def7da3364f719726d0c b01d550255f292eb80d7fb6f2d7cbd49376282e0 e7522414f28b232cf332682925063ea6b1d20c1f f63c9849d4f54727b726c1de35237ea8368e2cc8 f904a3867dea7229f19473aa53497eea8aa57dd5 Package: ros-rolling-foxglove-bridge Version: 0.8.3-1noble.20250331.190228 Architecture: amd64 Maintainer: Hans-Joachim Krauch Installed-Size: 3083 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-rolling-fastcdr, zlib1g (>= 1:1.1.4), openssl, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-resource-retriever, ros-rolling-rosgraph-msgs, ros-rolling-rosx-introspection, zlib1g-dev, ros-rolling-ros-workspace Homepage: https://github.com/foxglove/ros-foxglove-bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge_0.8.3-1noble.20250331.190228_amd64.deb Size: 823990 SHA256: 56cf994d5ee809efa709e5ccf7269f619a70f0bce5f93d46908702b0def35899 SHA1: 8a29c73c1566ef568a8520d92cf7747f9622c6ca MD5sum: d19b506bb1bc157ca27aa421a03d0460 Description: ROS Foxglove Bridge Package: ros-rolling-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-bridge Version: 0.8.3-1noble.20250331.190228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hans-Joachim Krauch Installed-Size: 15758 Depends: ros-rolling-foxglove-bridge (= 0.8.3-1noble.20250331.190228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge-dbgsym_0.8.3-1noble.20250331.190228_amd64.deb Size: 14311408 SHA256: 6ebe176aafc0f34ead4ba58f912bde59140d70731a07d568f50cb5f463cf5679 SHA1: 5976c4c4872acf31fd163e5db81525b0f8acadab MD5sum: b853a72f3d33b1aa224771585b8dc7e5 Description: debug symbols for ros-rolling-foxglove-bridge Build-Ids: 4729d35f91582741bb2effd7b94c8e4e3635f4ab a01285a3f49d3d736c7b37124d8c8b24de4a67a2 ac59ade4ba6cde54aa052af6ef838b7bf5492418 Package: ros-rolling-foxglove-compressed-video-transport Version: 1.0.2-1noble.20250331.194255 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 579 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_1.0.2-1noble.20250331.194255_amd64.deb Size: 126882 SHA256: 5a95d115f8fcaac43454927562ff142543df46adc1ce69c54e83cdda03bce356 SHA1: c7e6f2cf58810e09d50195f9303c484cc6bcd7c3 MD5sum: 088f51415a7edf3d2944934bbee8eeee 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: 1.0.2-1noble.20250331.194255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2734 Depends: ros-rolling-foxglove-compressed-video-transport (= 1.0.2-1noble.20250331.194255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-compressed-video-transport/ros-rolling-foxglove-compressed-video-transport-dbgsym_1.0.2-1noble.20250331.194255_amd64.deb Size: 2386404 SHA256: 21f3fde0fa998c4fd77deb3c1a6835d253e19b8b07265871bf0b46bc1f95de7d SHA1: 073cb6f9d5c4779ffd18ec460b51f55ed84b954d MD5sum: 41c18cab7b86d796c3125ccd7c5d6438 Description: debug symbols for ros-rolling-foxglove-compressed-video-transport Build-Ids: 5e8e882195695e12189d56853d10306a62d29dbe Package: ros-rolling-foxglove-msgs Version: 3.1.0-1noble.20250331.172446 Architecture: amd64 Maintainer: Foxglove Installed-Size: 5870 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-visualization-msgs, 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.1.0-1noble.20250331.172446_amd64.deb Size: 420904 SHA256: 8247d350e68915519a132ed4c1dda86e63976e45c9411fec78811ce1b57b76ca SHA1: 74cca28635470e47286dd6c13db167e0fa3c9ad5 MD5sum: 29eb71445dd61fe8ea820cbee399ccba 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.1.0-1noble.20250331.172446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 5150 Depends: ros-rolling-foxglove-msgs (= 3.1.0-1noble.20250331.172446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs-dbgsym_3.1.0-1noble.20250331.172446_amd64.deb Size: 4391384 SHA256: 88f4b3d0298691842c0ef78a18932096fd8a7fe306b04f9a2709320a441208b2 SHA1: 04b6471af5172ca98ea7db0536186037f5dd23b2 MD5sum: 2986593cca79dc35abfcf0c2f2f547b8 Description: debug symbols for ros-rolling-foxglove-msgs Build-Ids: 0d8ae7a5d6f53235893c08ceae814ce99c72d6cb 1ab32ef2750289998b5dab57bfd96292c2bbc52c 47401780664bc10824be055f35ebc60361766245 4cf38129dd42e1844fc3cefb0dbeea609cd6b135 620a4ddf4d81cd64e5d7b18b8a7dc5c9913fe506 810b265b1280f979166d69c35c80c05b270b0c91 a419cf1b2c7b5328a8fac556a367faf9cb2e5a23 a722ed90b4962784e6d0871f7f9aa0f53d3dc511 d98becf7120e7f6f7f73c74e19ec461ebe2d9b8e db17c0445e707eb0cb6fb5f067dcae7b73aa9a1e f0d757680d63c299c7c6babee48e0ec0e889379f Package: ros-rolling-fuse-constraints Version: 1.2.1-1noble.20250331.190238 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-rolling-fuse-core, ros-rolling-fuse-graphs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, 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.2.1-1noble.20250331.190238_amd64.deb Size: 468946 SHA256: 1efc47450a2e7d78bd8656d655b3b1924b079535b26633b8f3ff9ecc9867649b SHA1: 62ea19dd63ca403dbf7b0bc47b1a110cd2cd8f1b MD5sum: 674bf45ed67167173844840c9b89275a 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.2.1-1noble.20250331.190238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 22392 Depends: ros-rolling-fuse-constraints (= 1.2.1-1noble.20250331.190238) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints-dbgsym_1.2.1-1noble.20250331.190238_amd64.deb Size: 20286178 SHA256: 2707081a711968f55b2f6367a0b8e590696ea73e816864bbcf3073a1b363d74a SHA1: 3edd53e1ac039a0d912e137dab049808e5dc567e MD5sum: 3ea001b5e54c6a17b0efab62c6c02a79 Description: debug symbols for ros-rolling-fuse-constraints Build-Ids: d779afb0c411158b7b021c247e94caff64609595 Package: ros-rolling-fuse-core Version: 1.2.1-1noble.20250331.184508 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 2409 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-fuse-msgs, 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.2.1-1noble.20250331.184508_amd64.deb Size: 459446 SHA256: 203043eda0c7d056252d097a42f0f3029ef8c8cc3728c649bea747293c37dbb9 SHA1: bdac2158645d4e3fc098b60b70ce491d5dee3b01 MD5sum: bc796d30746d58179e55342c03d8eb2c 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.2.1-1noble.20250331.184508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 11283 Depends: ros-rolling-fuse-core (= 1.2.1-1noble.20250331.184508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core-dbgsym_1.2.1-1noble.20250331.184508_amd64.deb Size: 10196862 SHA256: 3f4dc2938a23575afed3693e93c3d7d22dd3c0a2d06f54985573a9d8045d994f SHA1: 1c51aa37336daa7bca15fb2df0af3e1a277c3e82 MD5sum: b29919a586994d6210108c67307ad98f Description: debug symbols for ros-rolling-fuse-core Build-Ids: 4a06b79842e2317bc6088fc4c7618fffef449ee9 d3b4ee0f4a6eb01c5aec9714760887966cbe2a41 d93224c38ab375411030f9b30c0566a75c336a9f Package: ros-rolling-fuse-doc Version: 1.2.1-1noble.20250326.210125 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 40 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-doc/ros-rolling-fuse-doc_1.2.1-1noble.20250326.210125_amd64.deb Size: 5634 SHA256: 6196c6a2ca8c0170959b19b75da6751905f5491f22e5f1e3c62af9a8b43c8f0f SHA1: 27a5a25fefa8f4f26705fe2ba54a9a4e32874660 MD5sum: 7ee631e032abf291ad52d41d495d9d33 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-rolling-fuse-graphs Version: 1.2.1-1noble.20250331.185430 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-rolling-fuse-core, 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.2.1-1noble.20250331.185430_amd64.deb Size: 104196 SHA256: 3973f9019550f5b8f5fed86e8fd845949c63c449f1a37ea362289798ea3610b6 SHA1: b76adcb0be3b9762e7a6796a7cbd9d6b66d70293 MD5sum: 824d0d1752918e75d7fa85e437c54088 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.2.1-1noble.20250331.185430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1860 Depends: ros-rolling-fuse-graphs (= 1.2.1-1noble.20250331.185430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs-dbgsym_1.2.1-1noble.20250331.185430_amd64.deb Size: 1497230 SHA256: 801a82959c30263ff3e7d9f6f4366b56a1551e48dd9177b4ed53dca47baf6ea0 SHA1: d925ac5dd52d07f5fa3da1938e738320f62c8e63 MD5sum: c588277f2c3529e75366a78c3fbd8cb3 Description: debug symbols for ros-rolling-fuse-graphs Build-Ids: 739b552632e68049a0a1aa3b0cc4adf64e4651bd Package: ros-rolling-fuse-loss Version: 1.2.1-1noble.20250331.185433 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-rolling-fuse-core, 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.2.1-1noble.20250331.185433_amd64.deb Size: 220690 SHA256: 7f51c22515c19b2961cee93198e2224cea62ffe44500d06c279d768e0f71837b SHA1: 063fe406f752f940db7635eb2a9c7cda7fdeedd6 MD5sum: 31f131fbd4f3e177b94de439f28a428e 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.2.1-1noble.20250331.185433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 4804 Depends: ros-rolling-fuse-loss (= 1.2.1-1noble.20250331.185433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss-dbgsym_1.2.1-1noble.20250331.185433_amd64.deb Size: 4119224 SHA256: bc57d45f69cc7cf22653028906c2c848d41a655c223e2e84d1297a56a67a2511 SHA1: 67f13097b410bcd7a26f23e633286e72763e9caa MD5sum: 7aaf2705a62a1d866d5ed1edff36efe9 Description: debug symbols for ros-rolling-fuse-loss Build-Ids: e068c9050a648aa5cd621e7c8adfbb48316d2c88 Package: ros-rolling-fuse-models Version: 1.2.1-1noble.20250331.200329 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 4451 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-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-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.2.1-1noble.20250331.200329_amd64.deb Size: 791516 SHA256: 100f092882e7094fa66b714ce932531e2af8c47183c1c2cf4d34a8b3d4deb1a4 SHA1: 3183f49226523a4cea1b75757ee22863162f65fe MD5sum: 9ab510cd593a2f9345fb42d9f015b592 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.2.1-1noble.20250331.200329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 44587 Depends: ros-rolling-fuse-models (= 1.2.1-1noble.20250331.200329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models-dbgsym_1.2.1-1noble.20250331.200329_amd64.deb Size: 41135662 SHA256: 5c846bd33a878c91cf2e52e170507269031534c76f68e1d374ad4db8150b2fa8 SHA1: f09cd7c602cbb15335070155c2c58183d93ce8be MD5sum: 093e7af32acc42b7c716bd47742cf41a Description: debug symbols for ros-rolling-fuse-models Build-Ids: 87a2129c0e6d5bfe3f94f7a659fe830d6ae4e5ce Package: ros-rolling-fuse-msgs Version: 1.2.1-1noble.20250331.171517 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1781 Depends: libc6 (>= 2.14), 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs_1.2.1-1noble.20250331.171517_amd64.deb Size: 142718 SHA256: 1455ee9f9ce9c776030bca62e1a48cd2b6dd3cf3d1eeb25f1a38b247f934fe7f SHA1: 1e740fd5f7352d1abf2bafb25617123223d7d65d MD5sum: 3602cda8769a3cc8760a64eb8bc1ddda 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.2.1-1noble.20250331.171517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1428 Depends: ros-rolling-fuse-msgs (= 1.2.1-1noble.20250331.171517) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs-dbgsym_1.2.1-1noble.20250331.171517_amd64.deb Size: 1144848 SHA256: e46fbcb87937b9e7d8dc75ae94ea0da32586ecc461ff7716fd5ea48af6f43b04 SHA1: ac0305a521c52b75bf3e29d0eff237535c743269 MD5sum: 38a9c0361a701aa4a9a23210f8919f2a Description: debug symbols for ros-rolling-fuse-msgs Build-Ids: 1095b3713fcdd735b11e5f607b70edeb53176a61 200f4e4515195ba82871bae05f4170a9e8fd1a92 247121e5406754f926f436c3616410a78fc1b4df 260a6ad97381bd2b0cc48f984712df79f72c9d58 38b9a6b34dc5d8ead53dbcb8249e62bdf122aba4 7a44d50ed6604aba12703026659788ab5a298cfe a08fa6a60eff935f2a2b374cb9fed9438ab223a1 b100f391b779b8a256ff4c795726fa97eaaa9695 e15c99683083461ab8ff81edca8f4c629c708c29 f14fe6f0a419d32e515af70d975f20a20273220b fcbf12415096e3efbadd590c73da5833f3daa5c6 Package: ros-rolling-fuse-publishers Version: 1.2.1-1noble.20250331.195650 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-rolling-fuse-core, ros-rolling-fuse-msgs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, 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.2.1-1noble.20250331.195650_amd64.deb Size: 249100 SHA256: fc343434239177f787e97e01170f098cf554e5c2d5bfec01bc5b9482247cfd73 SHA1: efe1c6b3b64bc7c281dadc7ed155fe814981dcf4 MD5sum: 37ab765da779097c9eecca9ce4ace994 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.2.1-1noble.20250331.195650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 6229 Depends: ros-rolling-fuse-publishers (= 1.2.1-1noble.20250331.195650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers-dbgsym_1.2.1-1noble.20250331.195650_amd64.deb Size: 5491020 SHA256: 3b1c1afead7ac00152ab33f21b64c60a9780890f069bb9b902270935587acf31 SHA1: 41fda401923765f32161d8751022fa6bb08c8e07 MD5sum: c445f7d7b5e73a6f60233f1a1dc77b85 Description: debug symbols for ros-rolling-fuse-publishers Build-Ids: a5a84ed812197053a1f9bea54175f41f030cc38b Package: ros-rolling-fuse-variables Version: 1.2.1-1noble.20250331.185443 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-rolling-fuse-core, 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.2.1-1noble.20250331.185443_amd64.deb Size: 244546 SHA256: 8e2317a375e9103b3056d86ea22e4fc8aea137c3bbbc76e32c8f6824df3116ae SHA1: 66404e47f4410e2f67e4e70040257e32618ab278 MD5sum: f5c664f82887ade9983d441495438fee 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.2.1-1noble.20250331.185443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 7753 Depends: ros-rolling-fuse-variables (= 1.2.1-1noble.20250331.185443) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables-dbgsym_1.2.1-1noble.20250331.185443_amd64.deb Size: 6390872 SHA256: 23f5e5ec27b723e67d1ff6f01ae5c7049d52f3d57ff6a1b64495dda6d1963ea3 SHA1: 96f90ae1dadb3d93ab75c088b6e3ef8f5095d04a MD5sum: ea8c2c8553eceb3efa47e80451127ca1 Description: debug symbols for ros-rolling-fuse-variables Build-Ids: c8a69982f3cf14cdfbfff1dee5108ada6281710e Package: ros-rolling-fuse-viz Version: 1.2.1-1noble.20250331.200332 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 1495 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-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-msgs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, 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.2.1-1noble.20250331.200332_amd64.deb Size: 336474 SHA256: ff6986e004e8906692e405c4690c80b693d9d1ec9140d055eb3d5997a4156c35 SHA1: 90d55c66be6e22728c74f17ff664f20c1667a464 MD5sum: 9adb96bdbc7b58b359cd4f8c7e077964 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.2.1-1noble.20250331.200332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 11110 Depends: ros-rolling-fuse-viz (= 1.2.1-1noble.20250331.200332) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz-dbgsym_1.2.1-1noble.20250331.200332_amd64.deb Size: 10272208 SHA256: 1ff485d540a4999e06dc8e6db327a08c88dde3d45eb321db96b849fe7e8a6ab1 SHA1: 5da03cc113583f231c75b2679a0f4a9a93da968a MD5sum: 80a5e39ff2a62706063d1abbefa94339 Description: debug symbols for ros-rolling-fuse-viz Build-Ids: 76c37ea4310a017c678febe614b832f530019419 Package: ros-rolling-game-controller-spl Version: 5.0.0-2noble.20250331.175410 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.20250331.175410_amd64.deb Size: 8026 SHA256: 9d5620d2a0f3712472fc96a44ac47184c0f372b887f358ab19404a201d5ab3b1 SHA1: 8ad7e6a58f325c0eda847e1638af9dad2212ca01 MD5sum: 3f1cc7fa843cfb55e81f1ba890da76b8 Description: GameController-Robot communication in RoboCup SPL Package: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-2noble.20250331.170224 Architecture: amd64 Maintainer: ijnek Installed-Size: 2026 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.20250331.170224_amd64.deb Size: 115640 SHA256: 101f1ba9facfcf4290415110638c7bedbef6d959f69101a0811a0b3e1f63175e SHA1: 12a7713c83ca622255d152b9a8820a5395e31c81 MD5sum: d8c4be46dab5a0317e2515c1d61d37e0 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.20250331.170224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1271 Depends: ros-rolling-game-controller-spl-interfaces (= 5.0.0-2noble.20250331.170224) 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.20250331.170224_amd64.deb Size: 1007516 SHA256: 8f0414397997ca1c8ba2c9a89ba8301702a33c36587f0c065d90b1fb1ae5e586 SHA1: 5d92abed9a4a5a8a59c14539f7dd2d83648f06b4 MD5sum: 6843413100fec1bab1482057c366da43 Description: debug symbols for ros-rolling-game-controller-spl-interfaces Build-Ids: 0d1ad4361634c079897711cc6ab054c5fe27906e 1372ea1033a61bb4e3a50e4c82dd664295ba254a 14771db44c3240861cf9d8445aa71cb97c63523d 310c1b655c55e1ae6c81c118eee962a53aeee8dc 41cd2abe2e7ac8462e57d3d998d66aff5ca60c31 66b43cbc6ede9969daed1571a7c3f8cde9a890a8 aa6b7471459b1af21628aff4a4ba7eba980ec4dd b200159aadefd85bc49391806fa0c26e0d71f4cc d0eb0f8233f8f887579d67f206fb85aef7775cd3 ed7145fde9db2b855d5f47b826af4205a1e675d9 f637a2e6e47434fdee1b34a2038a173de14ad05e Package: ros-rolling-generate-parameter-library Version: 0.4.0-1noble.20250331.185801 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 53 Depends: 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.4.0-1noble.20250331.185801_amd64.deb Size: 8680 SHA256: be5171871c5aab874cb00d7b8f2c9587663b57b75609fa6aa3816d1235a36052 SHA1: e2061d8399e78f293a2fdab6b811dfb70a686125 MD5sum: 8257e4719af6d45514e372dd794b35c0 Description: CMake to generate ROS parameter library. Package: ros-rolling-generate-parameter-library-example Version: 0.4.0-1noble.20250331.190055 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 595 Depends: 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-ament-cmake-core, ros-rolling-generate-parameter-library, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-example/ros-rolling-generate-parameter-library-example_0.4.0-1noble.20250331.190055_amd64.deb Size: 135794 SHA256: 76040e2f2b03ec089a75d13223e15aa79cda39e6ca463b098db5400767ca3c15 SHA1: 8ad1fabc650eb168fac7d68a2d5c53d7293dedd3 MD5sum: fe38841905358d0734c1266ce1dc0073 Description: Example usage of generate_parameter_library. Package: ros-rolling-generate-parameter-library-example-dbgsym Package-Type: ddeb Source: ros-rolling-generate-parameter-library-example Version: 0.4.0-1noble.20250331.190055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 1767 Depends: ros-rolling-generate-parameter-library-example (= 0.4.0-1noble.20250331.190055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-example/ros-rolling-generate-parameter-library-example-dbgsym_0.4.0-1noble.20250331.190055_amd64.deb Size: 1679676 SHA256: bb0b2267835610b3cc61f5b26482f55ca88de6ad2cd7c91df10f9e6fb2f68ff0 SHA1: e2f3938f947aeea8cbff8b4f2d4d967937ddf63c MD5sum: 69dbb8b3bc683e0c1914b744209815f6 Description: debug symbols for ros-rolling-generate-parameter-library-example Build-Ids: 9317fddf8f2bf1dc47e1f5e3d04db43ccb48bf00 c5eed42aee880625ee2f2588fc3d9f3a36bfeed5 Package: ros-rolling-generate-parameter-library-example-external Version: 0.4.0-1noble.20250331.191721 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 494 Depends: 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-ament-cmake-core, ros-rolling-generate-parameter-library-example, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-example-external/ros-rolling-generate-parameter-library-example-external_0.4.0-1noble.20250331.191721_amd64.deb Size: 129248 SHA256: 423ec5ee387f65ebd9ebb3b1e6fbc0c3090133e5347a2ff5bc7f572177d159f6 SHA1: 31ac58ef94384fb5792fdad3577364dda48492a2 MD5sum: 048902209e1da69f1306cfc731b8a514 Description: Example usage of a parameter header generated in another package. Package: ros-rolling-generate-parameter-library-example-external-dbgsym Package-Type: ddeb Source: ros-rolling-generate-parameter-library-example-external Version: 0.4.0-1noble.20250331.191721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 1767 Depends: ros-rolling-generate-parameter-library-example-external (= 0.4.0-1noble.20250331.191721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-example-external/ros-rolling-generate-parameter-library-example-external-dbgsym_0.4.0-1noble.20250331.191721_amd64.deb Size: 1679822 SHA256: 2e687d0c08940cd56418689c42d5eff3cab9fe250d4c0db348e6ffd993443671 SHA1: 899df985e21b1f290621103f9319138aa9751d1c MD5sum: 65ab4c2721727f38d90c114f9470ba04 Description: debug symbols for ros-rolling-generate-parameter-library-example-external Build-Ids: 3ea88380d16268408f7fa5a133c59b0dbdbf581b 8939be7d65b393811f62ba6bf5e64f8d827296a2 Package: ros-rolling-generate-parameter-library-py Version: 0.4.0-1noble.20250318.170431 Architecture: amd64 Maintainer: Paul Gesel Installed-Size: 280 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.4.0-1noble.20250318.170431_amd64.deb Size: 52900 SHA256: 54bb733cfafd38fa82f526fed7327d2296eddeff99fcb9257c1599da2b7efda3 SHA1: 64ad59d348c07418029b9f003aa45a2cfc4abaa4 MD5sum: 5f376a764b11286aca399ab3e2508624 Description: Python to generate ROS parameter library. Package: ros-rolling-generate-parameter-module-example Version: 0.4.0-1noble.20250331.190021 Architecture: amd64 Maintainer: paul Installed-Size: 43 Depends: ros-rolling-generate-parameter-library, ros-rolling-generate-parameter-library-py, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-module-example/ros-rolling-generate-parameter-module-example_0.4.0-1noble.20250331.190021_amd64.deb Size: 6958 SHA256: c13a8cb7821f54ed5900b86b64b7161d5c6e71d9322335f063d8bb4c43b198e7 SHA1: 6b57a51d0ce08880b51da067a0604ea07b38389a MD5sum: 578ab69281860635b317ef3ccc9e3b15 Description: Example usage of generate_parameter_library for a python module Package: ros-rolling-geodesy Version: 1.0.6-1noble.20250331.172009 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 124 Depends: python3-pyproj, ros-rolling-angles, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-sensor-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/geodesy Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geodesy/ros-rolling-geodesy_1.0.6-1noble.20250331.172009_amd64.deb Size: 20876 SHA256: 29dec914ffa71305ab799e98e686e0bfc4efd214266bf7539e0210e2155b776a SHA1: cb936a925fbc3013df0e07e1bfadc5433c37b104 MD5sum: 6c321d1fce98c17d1b8bbd15c0c48066 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-rolling-geographic-info Version: 1.0.6-1noble.20250331.173042 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 41 Depends: ros-rolling-geodesy, ros-rolling-geographic-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/geographic_info Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-info/ros-rolling-geographic-info_1.0.6-1noble.20250331.173042_amd64.deb Size: 5332 SHA256: 26258a5a2b4929a54f3e9e30a74c357a2e6f2c5d43a0b122e557e0ea5beaa9fb SHA1: 37f14217e1698b359a3ad646e451bbb477ba86af MD5sum: 97b5a4186a1696eb3f2bd58501a5db04 Description: Geographic information metapackage. Not needed for wet packages, use only to resolve dry stack dependencies. Package: ros-rolling-geographic-msgs Version: 1.0.6-1noble.20250331.171228 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4408 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171228_amd64.deb Size: 309048 SHA256: 126e153fad88ce4c7a076205c27168471610d63c8b7394900be7320d9cf1533f SHA1: 0b828f25ee12f999e5f0325f9501eb8478feec04 MD5sum: 93693ce9d876d9ba4703910ab46b63f0 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.20250331.171228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3851 Depends: ros-rolling-geographic-msgs (= 1.0.6-1noble.20250331.171228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs-dbgsym_1.0.6-1noble.20250331.171228_amd64.deb Size: 3226554 SHA256: 51bc2b6712daffb736e91019fb53fd7669a145c01e5709a7474d3dac184042fb SHA1: ec62dcf3c193bcd07ef21fb60b46a1a304a1700c MD5sum: d2cfc5bcb8a499323e0f61cd5369fae0 Description: debug symbols for ros-rolling-geographic-msgs Build-Ids: 119c65933efe422aab82737d98e88682b1f71e65 2c74fc1318b95930469d221d33ee52306b25f776 37b5cd349619396e4e46110df244128614ed9d07 77029dd39617f3139637db9070dff73caa15720d 8936037de43b4a8a77e9ff535453c123dcc5f64c 89593b140e08d798cce3443aeb55e1e97d2e411e a4183c1bc2379986316517cd8f6034c449bc6078 ab31c5a5e35c7306b12022088d7a23d013803b34 bcdc03fb1ed719037c922e312bd9edbc44b10b66 c7aa14b2d468291a67282205b40fbb9ece54dddf dde235d07288315a57e9461fcf86b0b9b5b11373 Package: ros-rolling-geometric-shapes Version: 2.3.2-1noble.20250331.180531 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 341 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), libqhull-r8.0 (>= 2020.1), libstdc++6 (>= 13.1), libassimp-dev, libboost-dev, libboost-filesystem1.83.0, libeigen3-dev, liboctomap-dev, libqhull-dev, ros-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.2-1noble.20250331.180531_amd64.deb Size: 97212 SHA256: a062ebcc39e72f304375485f5771125a8040dc40461f40931f0276a80e68cea4 SHA1: 8eff10357162f2930ac1bca01f70d7b3f7700085 MD5sum: cfbdced21105f3c2f8e543b1ce072be4 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.2-1noble.20250331.180531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 6102 Depends: ros-rolling-geometric-shapes (= 2.3.2-1noble.20250331.180531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes-dbgsym_2.3.2-1noble.20250331.180531_amd64.deb Size: 6126918 SHA256: e7ec407470a2cf2b3fb2e648268743fa43c5fff5c19d346279c11ad840551db1 SHA1: 4f8c5037927173ab4de8b8a998feadf92f026c34 MD5sum: e01a7bebf84e94cccd4817b7727e2855 Description: debug symbols for ros-rolling-geometric-shapes Build-Ids: eb060235af459167feff296bdf9a26047dc8db0d Package: ros-rolling-geometry-msgs Version: 5.5.0-1noble.20250331.170224 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4194 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs_5.5.0-1noble.20250331.170224_amd64.deb Size: 255198 SHA256: 8b4a31aca913967aa06c04ba0e7d9cbc1a2eca48cd7b3ac853aabf58936bb583 SHA1: 43b50af6d92a22bab811c36f17043594ed4f3bb5 MD5sum: 23bcad67d809beca3174a267094e686f 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.5.0-1noble.20250331.170224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3410 Depends: ros-rolling-geometry-msgs (= 5.5.0-1noble.20250331.170224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs-dbgsym_5.5.0-1noble.20250331.170224_amd64.deb Size: 2783302 SHA256: 5e24ceb40f9b8a37b0d241c2dfc8d73c1ecbfc56e08d71ba07420e0aba971b77 SHA1: 0f61f2bc9b9aea2251d02a38fd44f5da1d1115b8 MD5sum: 5e4fd34f1be18719879757c94746ac2c Description: debug symbols for ros-rolling-geometry-msgs Build-Ids: 1fb2ccb70d6db3faaa14613e37df15ef4198b2cb 40c52d38fe1c607196f60b75d818f981d1db7fd3 419f807f4044d049bef73b238d1ba01475ccc276 431b86fcccf4cda4b8bfca9a7c35bb2bd8ff7610 4a78c6335aea651a2fad677f4f89f40213a79d38 64cdafde8870c00a5dc4f67976d5c970aac52f55 93b40aa66eb1b514c68eb7aae8cc96cf3c01a886 ba081de8eb017383978d82adac89ecdc30c4c1bc ca91b13821ca58c251864cc5b01f9e474eac1411 d216805e517a3f06a7dad164de8b2ac054d04862 e7f1372d2074548eb157f8cd5b75545d3bbd9963 Package: ros-rolling-geometry-tutorials Version: 0.6.3-1noble.20250326.141539 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 40 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.6.3-1noble.20250326.141539_amd64.deb Size: 5390 SHA256: 24dbe0989ba69cad9f22d788aaf1cffff3bd1c310e74ad282c73dd8feae85c2c SHA1: 7cbaecf36bbfecb0bc588edbc76931bb5911c219 MD5sum: d539600293f204c09be07a41cf6c9564 Description: Metapackage of geometry tutorials ROS. Package: ros-rolling-geometry2 Version: 0.40.1-1noble.20250331.195907 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 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.40.1-1noble.20250331.195907_amd64.deb Size: 6282 SHA256: be34f0d1018421343895dbdcffe1be6747b1984c1ced164af0d15e7a458b19b6 SHA1: dcdb7de930887d7ecf543615a88154f0c3e2b050 MD5sum: 7b38227d4e5a7666ca3d64eaff296e71 Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-rolling-gmock-vendor Version: 1.15.0-1noble.20250318.172218 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.15.0-1noble.20250318.172218_amd64.deb Size: 101630 SHA256: b9d0cea804fdb7235386cc7c0ae215d67be83b1d32e15c2eb614ace755ed0999 SHA1: edf5843f91ba99fc2f8b202d390d33cf392c2715 MD5sum: 69512048378b93b7bcbe06c9bfd2d9d4 Description: The package provides GoogleMock. Package: ros-rolling-google-benchmark-vendor Version: 0.6.0-1noble.20250318.170447 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.6.0-1noble.20250318.170447_amd64.deb Size: 206826 SHA256: a89161ab89a62b91b6d9afa542c91e4c17679361cedee7b343ea0873c11910d7 SHA1: a0af5fb669af072349e13ac359216d01fa1f0d2a MD5sum: 20181ae79f8076c2cece3100a981ad47 Description: This package provides Google Benchmark. Package: ros-rolling-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-google-benchmark-vendor Version: 0.6.0-1noble.20250318.170447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2164 Depends: ros-rolling-google-benchmark-vendor (= 0.6.0-1noble.20250318.170447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor-dbgsym_0.6.0-1noble.20250318.170447_amd64.deb Size: 2077492 SHA256: 348ceece300dd66aa9ef926fd8b9515b7c67f1f76350574210a45d4e223d6e11 SHA1: e4a29efea4771f94cbcd08c55067574047081e45 MD5sum: e7a336905daa0affce24fd08dfac824d Description: debug symbols for ros-rolling-google-benchmark-vendor Build-Ids: 005fcfd9f39e04780e49cf53c1b83b61a54da023 ee998a8ead3bc6728627376d4f835a801b52e73b Package: ros-rolling-gpio-controllers Version: 4.22.0-1noble.20250331.200707 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 628 Depends: 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_4.22.0-1noble.20250331.200707_amd64.deb Size: 148946 SHA256: d366c7ea991da2517e2434cb9d65593bafbbd199a8dae4c0f38e0a8c166d32cf SHA1: 015dd6f39861912ba135d48b72036519125667bb MD5sum: 0978e3c9943ef02dc5e1ffd2b3c84c69 Description: Controllers to interact with gpios. Package: ros-rolling-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-gpio-controllers Version: 4.22.0-1noble.20250331.200707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2820 Depends: ros-rolling-gpio-controllers (= 4.22.0-1noble.20250331.200707) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers-dbgsym_4.22.0-1noble.20250331.200707_amd64.deb Size: 2462738 SHA256: e051eea7b1e91c19e6bef61c566601244db910fc88651dec16316ffb027ae7fc SHA1: 316d6b51bc25f4b2ea00ece136d1e9ea3e08b76a MD5sum: 24f821d05f171bc1b2f9db6269801c0f Description: debug symbols for ros-rolling-gpio-controllers Build-Ids: bbc3b127dd98be8d2fc05e73f6fa3f8084314e9f Package: ros-rolling-gps-msgs Version: 2.0.4-1noble.20250331.170245 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 841 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-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.0.4-1noble.20250331.170245_amd64.deb Size: 80464 SHA256: 8fac0c60838c254a1a79dc88d950956e38e0f8f86078f37f5fcea26f8fe80e4c SHA1: b2cb3ff1eca49fab398b002feb9b8f70d697df8a MD5sum: 61a7cebf29f6dd6af1db85ee3fe0b165 Description: GPS messages for use in GPS drivers Package: ros-rolling-gps-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-gps-msgs Version: 2.0.4-1noble.20250331.170245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 524 Depends: ros-rolling-gps-msgs (= 2.0.4-1noble.20250331.170245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs-dbgsym_2.0.4-1noble.20250331.170245_amd64.deb Size: 409962 SHA256: e7202de4947031d8e4679361bb522b952981e059c63a379827838788a9085b53 SHA1: 5b5533aab3a6751c406603e9a8c4bed9b9a2facb MD5sum: dc260a752f9165a5cf70da5cb21182b0 Description: debug symbols for ros-rolling-gps-msgs Build-Ids: 0a4da2ab738863e665ba63b658f578ef5cdfcdb2 197fe0141173cbbfbd48a6ef80609393329e57dc 4a5e784c2ec3df1f7ff90e9ae7dd04fb3612fe11 5f9f1b2494cea98dba7934b5ca4a85e0ba4212c1 7312b9f106dd8ea9babefcadf29a305e5e52bc4e 9a24141a3336e731da027605e0cc446252db0041 b0a8de55adcbf859e2cc3c64cf2d27dc1f05687a df0b63226c9b74f79a8b4345626582dd952f4213 e16a2e8601b3669548be17620c7c92516528243c eaf530918b9198aa74d02fb39979bdfc7391ba55 eef983bd5365205f477f400ecaa7414d0ff5a6ec Package: ros-rolling-gps-tools Version: 2.0.4-1noble.20250331.184125 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-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.0.4-1noble.20250331.184125_amd64.deb Size: 172070 SHA256: ce5bafa4016489e56af37fc858a2641fce402d7a23b21ed93f78bbebcd862b79 SHA1: eb420ecab4d6e04747f5b132d7e4a67179cb98fe MD5sum: 775f8369c05e0bb824cb280e1494de52 Description: GPS routines for use in GPS drivers Package: ros-rolling-gps-tools-dbgsym Package-Type: ddeb Source: ros-rolling-gps-tools Version: 2.0.4-1noble.20250331.184125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4664 Depends: ros-rolling-gps-tools (= 2.0.4-1noble.20250331.184125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools-dbgsym_2.0.4-1noble.20250331.184125_amd64.deb Size: 3990374 SHA256: dd87a4c1c6d4a832050eb190a524ae8d3257380b77d0612c301ed88759d59786 SHA1: 73459b66432afa782031e8c24294b04767be8322 MD5sum: 99edc464b92f86b12a9d383df48fb1f8 Description: debug symbols for ros-rolling-gps-tools Build-Ids: bea7b3369de4b073f0530e65770f40d88dde46fe e731d7c7618f0e24d50034dba3f41347952c4ad2 Package: ros-rolling-gps-umd Version: 2.0.4-1noble.20250331.193415 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 41 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.0.4-1noble.20250331.193415_amd64.deb Size: 5418 SHA256: 1e38be1b77b952bccdb73783ec3a035958fa754671f3170d3ad52353682d165a SHA1: 6359b9e93a35ea018bb006a847fbebb619af4aae MD5sum: 8db66ba97ed56bff647f6e17e21fab67 Description: gps_umd metapackage Package: ros-rolling-gpsd-client Version: 2.0.4-1noble.20250331.184612 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 264 Depends: libc6 (>= 2.34), 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.0.4-1noble.20250331.184612_amd64.deb Size: 72006 SHA256: 698a30e73a004237ff5bf12c9d34fabbf09211f4114213466652b4b2d2e8495d SHA1: b04f433df3ccdda7edef8c198d7c2a3a26d11407 MD5sum: 2b8ab6856869dd335e59037e4cf1a89a 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.0.4-1noble.20250331.184612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1179 Depends: ros-rolling-gpsd-client (= 2.0.4-1noble.20250331.184612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client-dbgsym_2.0.4-1noble.20250331.184612_amd64.deb Size: 1083982 SHA256: fd40dcc09228236f3663317f70da37e01aeb71e42458a5b9bc2e3ccadb39d09d SHA1: 6a95fc2835979a4d1b921ec30f4920b76b28c494 MD5sum: 90064bf20a4aa7c4a3cdf3364960237c Description: debug symbols for ros-rolling-gpsd-client Build-Ids: c0a1303dfef50ead501618b8bcd21f6f75aba6eb Package: ros-rolling-graph-msgs Version: 0.2.0-5noble.20250331.171543 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 598 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171543_amd64.deb Size: 63034 SHA256: 2a659e4291ad44e5ba80db4f6b1cd77500381a401efa9e14c987a8b0c296d59d SHA1: e12ef9634ba0593cf07bd6c343f03398a94bf501 MD5sum: c570d830af36e557a3d2eaeab23dd189 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.20250331.171543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 493 Depends: ros-rolling-graph-msgs (= 0.2.0-5noble.20250331.171543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs-dbgsym_0.2.0-5noble.20250331.171543_amd64.deb Size: 382746 SHA256: 181bcf3d9788f770e97684373f6919332cdd7a8fe71aef25727a490d0e36c913 SHA1: c56e973cd67160f55b5d9119f525d93d1f499071 MD5sum: 925b40d50cd734f8559cd22c575f0002 Description: debug symbols for ros-rolling-graph-msgs Build-Ids: 1bf5675884a89ea5b287661c090f90331faa2a49 2b39701c3e37feabd74539afeb2bea91ea8fd549 3781b5d12267542c644d5c168b8b425e170baf61 606aa3f1acedec7214af95484c9ddceb2f3f9e0f 75f67bb3c271116cca2855bcf4940f39decb1397 8c4bb41bb770563fae44e4c4c3c0af94595628f4 918cbc727042ef67c5c4768cd8aa59d1156b2523 a411651dd71fec5165a8f58974dc550a807afe8e aa3207fed71f50155cede9ffe229331e19666890 cc57ecc19621342972cac81387829f3943582c37 ea7bca0f7b106cb668a44f4ed6f78cf741477d71 Package: ros-rolling-grasping-msgs Version: 0.5.0-1noble.20250331.174923 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3853 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.174923_amd64.deb Size: 272998 SHA256: 800c70a6ce9d4503985aca1451e45f67a6db929638e1cecb6699a47887287146 SHA1: 7c1a0969c0caa8efd2c14d68b4c01d97607286d4 MD5sum: ff9a3647af91013d7c558ecb0f8e1cb1 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.20250331.174923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3054 Depends: ros-rolling-grasping-msgs (= 0.5.0-1noble.20250331.174923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs-dbgsym_0.5.0-1noble.20250331.174923_amd64.deb Size: 2491622 SHA256: 53f5d4248705d24d53c76e5843613aded238ab36df614351d4259b989ae3442e SHA1: 5de84d7b2af691457b2decf98f6014727d3cea88 MD5sum: 872a9eb00a225e6192a3f9f354c64df2 Description: debug symbols for ros-rolling-grasping-msgs Build-Ids: 1e10c1ac8b9068294023e3577288452d6653a1fa 215f8e6bcd9706a6c631c75fe9ebd76d10da22e6 30f53460d6913ddb61c6fc8c9fcd660bfaf619d2 450190ef6b36400c1484ecf8dc7f0f8bb5581011 48bab2a7f94c5cc1b7246a01859424df13163016 717ff62d94d7fbe54b0d9e70595b053fab167cdc 7bee0e8acee1e7c997f6dc0eb000e724e24fbb8b 9ca53e114e12dfffbebed0bc21a07214c0332151 dcb17c89dae947b68fc37e30f4da24a030d60f37 df4e78510ab1b1782746a5e81cc7842e14035953 e641bf068cd62a894cff748fb7115f8c2e35ca9c Package: ros-rolling-grbl-msgs Version: 0.0.2-8noble.20250331.165224 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3180 Depends: libc6 (>= 2.14), 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-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.20250331.165224_amd64.deb Size: 202716 SHA256: 92f62d26daf3afb6e44418062931711977c4990f8c3ced3a6f034576a534222a SHA1: c88e0bbf40adbe580d86e642deb62682ad6c394c MD5sum: ccfa4f1a5e61c5b0872432c1c7da6e0b 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.20250331.165224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1794 Depends: ros-rolling-grbl-msgs (= 0.0.2-8noble.20250331.165224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs-dbgsym_0.0.2-8noble.20250331.165224_amd64.deb Size: 1295190 SHA256: 4e2db3e3529c34c4882c240cc72cb58e55e704d6461f5098123c4ef7e9f3309b SHA1: 77cea2c547bd589eee5c6c1b81bce52f4d859d52 MD5sum: b873c490e121259d02fd2fd9339b0da0 Description: debug symbols for ros-rolling-grbl-msgs Build-Ids: 316d67a61a7bfc35f5d53de32085513e2256e132 340b1b8f0fa330e9a7999c13be9c14a23bc6a712 5481ca127758e15b6ed4ba7e79a43c3d50c169de 57e10eee83d4303529396f0443196ce68daa1065 5edf9f5d2eba10500102308e7b19ded7e8971a7c 670865b40cdb2b450e1542dd175e4b4d9ccb3b2e 7e1651b62127d4c4e7e338f6a3d3bef0be0ffb0f 96994ecc19f8c66004231349489b9b754414bf32 b45ec4756ca53028eaabef1b8817fd4f51123aed bc214f7a85eda623dfe9aeab2f448c0ccd8fe4ab e2e13463ec7fc7bd6ab6c1cf0b981ae5a0b1404a Package: ros-rolling-grbl-ros Version: 0.0.16-6noble.20250331.175308 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.20250331.175308_amd64.deb Size: 26022 SHA256: 8b01350e03cfb9b7e604c388208f51e573a5f3cd262a38e2851df8658e345b23 SHA1: 388fcc8da72f2be8042fb6f16e4446b3a625faa9 MD5sum: 7a79825b6b8d660974499c4da3819284 Description: ROS2 package to interface with a GRBL serial device Package: ros-rolling-gripper-controllers Version: 4.22.0-1noble.20250331.200549 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-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-gripper-controllers/ros-rolling-gripper-controllers_4.22.0-1noble.20250331.200549_amd64.deb Size: 84376 SHA256: 02a2307823200ed26bdaf07d4332e5ee9bfff22c93108d41dc98ffdbed0ee9c0 SHA1: 93632750a4aaceed1ccbc0cdd7cf23d5cba7f3f5 MD5sum: 98bb2b7c9d4af8fab9cecf2912585147 Description: The gripper_controllers package Package: ros-rolling-gripper-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-gripper-controllers Version: 4.22.0-1noble.20250331.200549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1080 Depends: ros-rolling-gripper-controllers (= 4.22.0-1noble.20250331.200549) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gripper-controllers/ros-rolling-gripper-controllers-dbgsym_4.22.0-1noble.20250331.200549_amd64.deb Size: 968616 SHA256: b7a4c9d815caf258419a37a70b8df52e4a30190668165e1861d6687e4de7ac23 SHA1: 4135b00fbdd34fc6a9e42bb3f24eca3db756c134 MD5sum: 848fcac1c5e50e725b214b060b272040 Description: debug symbols for ros-rolling-gripper-controllers Build-Ids: cfcbde1b7a00ab9a658f155770973c020209fd6d Package: ros-rolling-gscam Version: 2.0.2-4noble.20250331.194852 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-rolling-camera-calibration-parsers, ros-rolling-camera-info-manager, ros-rolling-class-loader, 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-gscam/ros-rolling-gscam_2.0.2-4noble.20250331.194852_amd64.deb Size: 135118 SHA256: fd4435c60c38cbc715245b770c852a9abce2a08074da5163a668a4fddb1354e1 SHA1: 85f7cbb66b3e022a190d6149afea4955fbf10e70 MD5sum: 8d03c0ad28e02138846d309b49fe3fb3 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.2-4noble.20250331.194852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2067 Depends: ros-rolling-gscam (= 2.0.2-4noble.20250331.194852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gscam/ros-rolling-gscam-dbgsym_2.0.2-4noble.20250331.194852_amd64.deb Size: 1926406 SHA256: 99dfe184e18ba32e8f648c374bf936396157e3b38cf915de33444d181c533a6a SHA1: ecda00e7b7cd8208e245eb5c318d48322c9417f2 MD5sum: 6ed0ae43212e14adaac4b41bb11c008b Description: debug symbols for ros-rolling-gscam Build-Ids: 049cda65b8f83c3f262bcadcb1a1394c10f958eb 1a07b2f39567b72fcd6367ef8e2c20d379195abd Package: ros-rolling-gtest-vendor Version: 1.15.0-1noble.20250318.170457 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.15.0-1noble.20250318.170457_amd64.deb Size: 182766 SHA256: 96222b02f936187ebdb24a31e1cf1268e4bd6d2cda73954ab2797c572cfa2f08 SHA1: 06500b95b3eae7f2e1bbd2a8b7f7aa822d895c74 MD5sum: 72767d597a60c1257217f02d7dadf04b Description: The package provides GoogleTest. Package: ros-rolling-gtsam Version: 4.2.0-6noble.20250318.165818 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-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam/ros-rolling-gtsam_4.2.0-6noble.20250318.165818_amd64.deb Size: 2166264 SHA256: f788f885a44548799c5715c6ad029be4511daaa155a1e5b309c0f9da09b25f3b SHA1: cb0d3523f901fdc8a1b6d52e66db9dc70ac8d203 MD5sum: 0dd36fac816993cab33c4becc9667c9e Description: gtsam Package: ros-rolling-gtsam-dbgsym Package-Type: ddeb Source: ros-rolling-gtsam Version: 4.2.0-6noble.20250318.165818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 169596 Depends: ros-rolling-gtsam (= 4.2.0-6noble.20250318.165818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam/ros-rolling-gtsam-dbgsym_4.2.0-6noble.20250318.165818_amd64.deb Size: 168942428 SHA256: 69180a8d659219e126be27847fa59813a50fafdc620620cd92f5518adf74e0d1 SHA1: 877d0cb0581f3eee0ea28b6c2729e57004befd7e MD5sum: ef43bd2d0c97f190bdb7304bffa02346 Description: debug symbols for ros-rolling-gtsam Build-Ids: 13592b2120a025ab6d04ca2555bbb28d84a43989 a86893b215055256058bcfecb54af0209f82a553 cc3065ef9863e4c0fc9060c5245c9cbfba6adbcb Package: ros-rolling-gz-cmake-vendor Version: 0.2.2-1noble.20250318.172132 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1943 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.2.2-1noble.20250318.172132_amd64.deb Size: 196252 SHA256: 551e8bb18003f7c7fb9f9d24bf7779e3e03d99a9782f23d1464464d0accb66fb SHA1: 0740d0d61ac395c02df8a5445bf7996c1dc8c22c MD5sum: d8a62938346028fc6cba12d311802191 Description: Vendor package for: gz-cmake4 4.1.1 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-rolling-gz-common-vendor Version: 0.2.3-1noble.20250327.092042 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2402 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.2.3-1noble.20250327.092042_amd64.deb Size: 640718 SHA256: 449fd34b9d4751e86fae645379e760c609328ecd5840e0020f28809627c3a2b9 SHA1: 69c667741fb19dd671c23782bfc7e3174676179b MD5sum: 974c0ae5740aaf3ed34b7217b1edd31c Description: Vendor package for: gz-common6 6.0.2 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.2.3-1noble.20250327.092042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8057 Depends: ros-rolling-gz-common-vendor (= 0.2.3-1noble.20250327.092042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor-dbgsym_0.2.3-1noble.20250327.092042_amd64.deb Size: 7691304 SHA256: d9405f398de6820d0d3243c0e8468299de37efb3c323975053662bfe63127236 SHA1: c79ac8f605ac11673b6171165299eb038c9707c2 MD5sum: f6424b7efbae08d70d2c4c99fcab90ae Description: debug symbols for ros-rolling-gz-common-vendor Build-Ids: 21f6715cddaec48cb8d5c4e1632709a034959a73 3158a6713a532790f5aa50b9f6ffb42c06e859d9 4385a4d7a40083acebf23979a88d4f56ac09e1eb 5e6bd69409871a04fd9ba98597e8a3543ce719f1 881aefdb6f704c29d5dc99e7935b735693b6420e a916b0db1220cb7fe0bba3357f5d79cb33c26201 b4c81b2e49535314694278f4fa5e981902932b0a dd5aeb445aff77cb8ca3f0168d872357954360ac Package: ros-rolling-gz-dartsim-vendor Version: 0.1.2-1noble.20250326.141040 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-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.2-1noble.20250326.141040_amd64.deb Size: 12392656 SHA256: 25b32f4857b8fd3044f68dd5543d99c4132d524f4ed037dab626ef30f8ea886b SHA1: 8277b632fa815fb5958dbfd9edec9a48370a11ba MD5sum: c462c61aa8b83b87350255c736754f44 Description: Vendor package for the DART physics engine v6.13.2 Package: ros-rolling-gz-dartsim-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-dartsim-vendor Version: 0.1.2-1noble.20250326.141040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 99087 Depends: ros-rolling-gz-dartsim-vendor (= 0.1.2-1noble.20250326.141040) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor-dbgsym_0.1.2-1noble.20250326.141040_amd64.deb Size: 97908288 SHA256: a9e9711346bfa9232675fd8c710fe30e6be3cf9491d0e999c8b2f21634c3e746 SHA1: e5b4ec8babc69bd0370c134f594383f152cbc7fa MD5sum: ce6f2c493e35bc727dabe5be9e916a2b Description: debug symbols for ros-rolling-gz-dartsim-vendor Build-Ids: 2cb15a3dbc5f66585eadff6d3b0f1de38ad70eff 5298a9cf15688cc0036438db4bb93e6e262da4f1 707ad9177ebc88de640acecd5e8323f713675054 9d330a2f4fb4ad2539ea56b0b124f7a18f407273 ba8af6a268248c99f95ca15b1fb047bca6c8ce14 fcadaf75153e16a13d0ca66a5d202ee5f144a268 fcf8c06b8aeda8a19c64dc0b2c65206c50a90a30 Package: ros-rolling-gz-fuel-tools-vendor Version: 0.2.1-1noble.20250327.092651 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 806 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, libzip4t64 (>= 0.11.2), ros-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.2.1-1noble.20250327.092651_amd64.deb Size: 225958 SHA256: 96fde4b0d19dd88f032d444b5573dcbed7e079acde9ec53cbc1de33839c0185c SHA1: d9996a54a083df546e19b98863d31041a0770be3 MD5sum: 936fdcc15ac8cd003c24d10ea987321d Description: Vendor package for: gz-fuel_tools10 10.0.1 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.2.1-1noble.20250327.092651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3479 Depends: ros-rolling-gz-fuel-tools-vendor (= 0.2.1-1noble.20250327.092651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-fuel-tools-vendor/ros-rolling-gz-fuel-tools-vendor-dbgsym_0.2.1-1noble.20250327.092651_amd64.deb Size: 3353386 SHA256: d3913d8e5cb03a177c84fdecdbcc5f22cebfa0b8332b5116f7a85231cae0f263 SHA1: 8dc2459da38e3fc0b422096b4f11f1c22a109e51 MD5sum: 62d3bb5c9628c65b6ddc293c57b67959 Description: debug symbols for ros-rolling-gz-fuel-tools-vendor Build-Ids: 7e27f6ac07897ccaa362cc367830e0fde981f302 Package: ros-rolling-gz-gui-vendor Version: 0.2.1-1noble.20250327.094649 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2863 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-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, 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-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.2.1-1noble.20250327.094649_amd64.deb Size: 632488 SHA256: f24c8467ee7133d25caa2f99cda9944a90fc2ae17180330881402a9aa387b734 SHA1: ca78bb3cc22e2ec22e4fa50196a3dea8ddb8a415 MD5sum: 50f4514aa3b9dc058a1121f824b96864 Description: Vendor package for: gz-gui9 9.0.1 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.2.1-1noble.20250327.094649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 25597 Depends: ros-rolling-gz-gui-vendor (= 0.2.1-1noble.20250327.094649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor-dbgsym_0.2.1-1noble.20250327.094649_amd64.deb Size: 24323892 SHA256: 8a0b576ad1507fd94c2f92533307c561bb7e79dbdc9b6d182bc82cfa125c4970 SHA1: b7edc53bd957a78eae4ba096a415dd146c32074b MD5sum: cc55978e2a163ca77b371a52348ca511 Description: debug symbols for ros-rolling-gz-gui-vendor Build-Ids: 05d8daa7284bf40f87dae8106a003903fc1fa3a3 077c14393244fe0d0697426ba2cae8a4c50acba8 38ce2f537ee1b28301ed1aa07a18740d87afb864 397e313f37369797515ada3bcf98283be26aae6d 3b4f3d3105140ed1096c9d7fb0b5de0b3c6e4a7c 3c6f03dfa8fd6d1e8322afa3cdbca0d67af422ab 5706597abbd60be7e237b193b19cb4779744cb17 5ce1c0e704754073d3a80b9e420c3fe7d322be92 5e27026bff8b0f920f6ff66eef15053d71294438 6a20d845df2be7a1cf81d2a941f568728f964053 6b43f711912abb41135092f38d30d9571d65e719 6e47bdad489b463f0f2da364c4fc1fea55cc96bc 6e9f2cfef1bdbaf522f61f792f7aa38ad7847c0d 6edb5000aeb85b18f5e3a7b83a97566cdbf5fd52 8daf27321aed4a3e0d14b1d5b9d0bb219caa51a6 91cfd777fc816a913c2d3da4be3a1896464d4a6c a5cfdea3e18a56a64a66720bbddfb2761a42580e a5e28f2c40385470cc1876c0131a07bbc04214e1 ae1bbd579e8dd10ecc1eeed669450f84dfb9b73b caec0d83a70a7bbaecd43d4d2407efdc9c16cc3f d4f90ee1fbe84abe4848b30de6bd33cf95e497b0 f126f7caa656d778fb8157db57cb13628af1cf5a f6e172494178ada4e5966086067e973922e6d6a4 f77edcd6be296ff3e27054c4b5e2b3e6ef66468a Package: ros-rolling-gz-launch-vendor Version: 0.2.1-1noble.20250327.110223 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1039 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-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.2.1-1noble.20250327.110223_amd64.deb Size: 270542 SHA256: ba8af0510483d44bc1733fedef25d444e81e780aabc578b2714642419876c092 SHA1: a675d6fec2608fedd917a0f41f9a1c0c0ca5b078 MD5sum: 6f4e2d68214a40aa1f924c5403a441ad Description: Vendor package for: gz-launch8 8.0.1 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.2.1-1noble.20250327.110223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 5103 Depends: ros-rolling-gz-launch-vendor (= 0.2.1-1noble.20250327.110223) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-launch-vendor/ros-rolling-gz-launch-vendor-dbgsym_0.2.1-1noble.20250327.110223_amd64.deb Size: 4855428 SHA256: 4936229948f6d866a97d84df6063121a46af981125c3e83b6f5bb8c0777dbccd SHA1: 12ffe8b6521e89c2e45eb1a46ff18813aa9bdc8d MD5sum: 7da784808b44ae0b78bb73e79349f52b Description: debug symbols for ros-rolling-gz-launch-vendor Build-Ids: 14fd3e6bdab8aa613ba9dbb50b9ceb33966f9ad4 1ab2f5c28d7a27ddb6dbfee6879ca1894c09c289 2d15ed2d0ff3b28ab5cedcae423954503ce34f5a 3bfb712f63e0268fe1eb8f3cb82af1ee6d0803b6 6f5b8713a9f6b59191f8d55379ad3c12fe8ee138 b633047737727619919b2b860d96a3de4bfa3c1a d39e50471d3662740016781f0da09270872cb511 e0db54afd39f736085f3b14c6dab66585455fef7 Package: ros-rolling-gz-math-vendor Version: 0.2.3-1noble.20250327.091042 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1262 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.2.3-1noble.20250327.091042_amd64.deb Size: 245088 SHA256: db2145fc1632264c794a7c154ffb5a601276a8f79a464f047ac04faf6360ac2a SHA1: 37a5c8e22899512dba60b99e370fe07c1a72fda2 MD5sum: 85a0501bd1021177f98c6b3758332508 Description: Vendor package for: gz-math8 8.1.1 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.2.3-1noble.20250327.091042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1783 Depends: ros-rolling-gz-math-vendor (= 0.2.3-1noble.20250327.091042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor-dbgsym_0.2.3-1noble.20250327.091042_amd64.deb Size: 1690254 SHA256: 61cfd68dc815a6a252537e3f3d041264d1781fb9f145026f0d217d34d177ae07 SHA1: f1b393d322ad500791f4f66cc5cd4d4a8a0da4d1 MD5sum: e2785ed953c006bdf8c0ef70d396a265 Description: debug symbols for ros-rolling-gz-math-vendor Build-Ids: 969c85fd50d07c75acdecd40687c4f92766dc538 Package: ros-rolling-gz-msgs-vendor Version: 0.2.2-1noble.20250327.091415 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9644 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.2.2-1noble.20250327.091415_amd64.deb Size: 1053482 SHA256: e5a578784cf9780e3b3581daab87af184cb56bef18ace1c0e6c8a4e36b8390e4 SHA1: a030b352efa6feaa7ff52611b9e2b94bff1199ad MD5sum: f4f71e91ad1c33ed2e2bdec10b7b00dc Description: Vendor package for: gz-msgs11 11.0.2 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.2.2-1noble.20250327.091415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 27255 Depends: ros-rolling-gz-msgs-vendor (= 0.2.2-1noble.20250327.091415) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor-dbgsym_0.2.2-1noble.20250327.091415_amd64.deb Size: 25848790 SHA256: 354757638b09030f2bcffe8529fb7b742513779d5e2aaa3c049defa4e6e04165 SHA1: 004aa7ef08744e96a532148c21662947af7a4469 MD5sum: 59428d43d1db8846404ea39ea46d0777 Description: debug symbols for ros-rolling-gz-msgs-vendor Build-Ids: 54fb79a42521135ef4b9897ba90e4f0c10f5a45a 61f836fd4b4e06d4a32e923f62e2073aade39344 a867131a28f9be8d842a749f0827e27175b6eee2 Package: ros-rolling-gz-ogre-next-vendor Version: 0.1.0-1noble.20250326.141322 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 26812 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-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.1.0-1noble.20250326.141322_amd64.deb Size: 6233888 SHA256: f9acebc7a9acf0388b3046a0d8982053bc81e84b3d76f1ebd8c42240d33ab37a SHA1: 43b008653c642ce22ed5226d7c436c8fde40cede MD5sum: e512a58943754d9436d9f48c416aef5b 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.1.0-1noble.20250326.141322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 60827 Depends: ros-rolling-gz-ogre-next-vendor (= 0.1.0-1noble.20250326.141322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ogre-next-vendor/ros-rolling-gz-ogre-next-vendor-dbgsym_0.1.0-1noble.20250326.141322_amd64.deb Size: 57824010 SHA256: 2770b6bdcba43d27f8791026f15018e0456e918186d2fb4efe8014aa6aad095c SHA1: 62595917a3940a12b9fffb6147c386c50bd2936b MD5sum: d35db345f906d0017d8a8a092da9eb2e Description: debug symbols for ros-rolling-gz-ogre-next-vendor Build-Ids: 06cda56792bd6a6c65a0a3f2e70a26d45f3d072d 1de5c665b76695eaf56653e9884ff6db4a346b99 268e06101f70449d48d6dcb387f8542c0d825a45 35923f8114ba0dd319ae8ab79a1a19443a1469a2 48533ec123a21d1f0e98a02e1cd2325632c47a99 6d4bbc9f02d38f1eee4f4b843ddde409bbe003a7 795dfdb24774e4337f94df31870fb0a0881d0a21 c32b6f84a46bb0585461229519560887911fec9f d406f384904a32c987cf424cc3fbf6b06c49c8eb d7179d991fbc8be7ddbb0c08998b3f5f2c6b984a d87831e0c942bb80d1dec98575b5693c5c04ed8d e4536e38c8996edbbdd239cb195289aab4061d9a e609daec6abb09857fd4c627828f93d93f007b58 Package: ros-rolling-gz-physics-vendor Version: 0.2.1-1noble.20250327.093344 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 5941 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.2.1-1noble.20250327.093344_amd64.deb Size: 582546 SHA256: 56af7611074aa5290877cc08220bc67c1eadce9cf458cdc7a16faacdfcbae0d1 SHA1: 097a7cb8658a8b84b199d862dddb32647cb433e8 MD5sum: 428e44ee602818452ab2dffdd3ffcaf7 Description: Vendor package for: gz-physics8 8.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.2.1-1noble.20250327.093344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 28646 Depends: ros-rolling-gz-physics-vendor (= 0.2.1-1noble.20250327.093344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor-dbgsym_0.2.1-1noble.20250327.093344_amd64.deb Size: 26067390 SHA256: 4f2da6591b6a2fd10fb23d685a593f3d04942214cec323797dcd5ba338735551 SHA1: 7cf9ad5f583fae8aaffc62a95725f9bae0e477a0 MD5sum: 91d3b4434c16db415f95f15dc301c0f7 Description: debug symbols for ros-rolling-gz-physics-vendor Build-Ids: 166bff6fee98f0e036ba782d96fc37d99427de0b 19a102705fe28a28838cbeb46f8a9444f7ba88e4 96836122d9b4022f979892e7d78e86b223a503e4 a520a86f99875b79afbd534fc7c06de221335be4 e041b45a345c2a1e4f0fc2f8056052e0cc50e372 feaf4ae47d435b37ba4e7742bfaf0bb927b0b0fb Package: ros-rolling-gz-plugin-vendor Version: 0.2.1-1noble.20250327.090326 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 714 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.2.1-1noble.20250327.090326_amd64.deb Size: 180200 SHA256: 36d2bf0c1ecb0bd64a766eaf86ea34be4122200e7ad4c16ba364b63598acbce3 SHA1: a3040bbaaae4db19605d5e0e8a32a27399040599 MD5sum: bdd29b8902f6dc7ed49c70c54f830e38 Description: Vendor package for: gz-plugin3 3.0.1 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.2.1-1noble.20250327.090326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-rolling-gz-plugin-vendor (= 0.2.1-1noble.20250327.090326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor-dbgsym_0.2.1-1noble.20250327.090326_amd64.deb Size: 2031008 SHA256: c82b0d4c109a62d187cb952aa82d171b33d1d81ac47c831b99125f5c4fb924af SHA1: 1e4df6cecb93b60269d277b56c50dc9b5cfd463c MD5sum: a4b2e7cc4b2f95aea4448f94260e9d2a Description: debug symbols for ros-rolling-gz-plugin-vendor Build-Ids: 100f460331fa765803ebd23e719e133118735607 a0278815c06f7ab115794779f7e84fce101e4317 f7984b0794959b52b381cfc2f5b4b9d9210058ea Package: ros-rolling-gz-rendering-vendor Version: 0.2.1-1noble.20250327.092650 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 22059 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.2.1-1noble.20250327.092650_amd64.deb Size: 3967102 SHA256: bd4d22f288dd3dacdcbb17e9d8ab6332ca1611735009d39ab930eaaeb8e1177f SHA1: f018cb3d3db4357edd05f80ec2ad9f138fb994c9 MD5sum: 42d9766163cbff8a01a62deab0c75002 Description: Vendor package for: gz-rendering9 9.1.0 Gazebo Rendering: Rendering library for robot applications Package: ros-rolling-gz-rendering-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-rendering-vendor Version: 0.2.1-1noble.20250327.092650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29459 Depends: ros-rolling-gz-rendering-vendor (= 0.2.1-1noble.20250327.092650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor-dbgsym_0.2.1-1noble.20250327.092650_amd64.deb Size: 27935052 SHA256: 4c683e10b4a0a58f01a08836792eda347678aa5354c2816dfbe1c8a766e9094f SHA1: a1e661e466f7bf22914c11b79237d6b9a5c97338 MD5sum: b3816b11a6bfaf2a543c93fcf33235b0 Description: debug symbols for ros-rolling-gz-rendering-vendor Build-Ids: 344bd6677f3d142c6e2d8d0db1b2e77f244e51ed 3e08b65201791845c44cbb5e4074ba7ad0a49ac8 813a550546dafeb5e9c319d79ea4f9037b1016ad Package: ros-rolling-gz-sensors-vendor Version: 0.2.1-1noble.20250327.094656 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2351 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.2.1-1noble.20250327.094656_amd64.deb Size: 385732 SHA256: 2fd6dd8bc92976a5680064ba711ac4a115cfa99f945f043c3bbe1ae38b08e36d SHA1: f6e06dd5927fef0f632154a44096de393a263512 MD5sum: 05b70e7e19e62a7f4bc78513b58ca070 Description: Vendor package for: gz-sensors9 9.1.0 Gazebo Sensors : Sensor models for simulation Package: ros-rolling-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sensors-vendor Version: 0.2.1-1noble.20250327.094656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11663 Depends: ros-rolling-gz-sensors-vendor (= 0.2.1-1noble.20250327.094656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor-dbgsym_0.2.1-1noble.20250327.094656_amd64.deb Size: 11313258 SHA256: 373dc10a04ac6ebb4dbc5555b94daae2b9d4a6b03d68eb5cbd84ae2973aeafb2 SHA1: 8a03f2f34336b094fe5b2683949bde6ff127ca1b MD5sum: 9dea21c2e3b86ea3094f75bfef67677e Description: debug symbols for ros-rolling-gz-sensors-vendor Build-Ids: 09a246137ccae6df66f027a734f64b15852e0bd1 1604f2f619a801f55bf60ec8f48bce62a2571003 28c8ed7f3ec395f065c94d2093e3b26a068075df 435e73e244ea670fccbeb26604deab047fb23467 4efa3173150b4d9f200888af0b98819d57f408a5 5bff9c2431f9484a52323ec3e4aa2bf2880e6659 5fdd3ba37480c8a328a4413517098cc3e0a7ebb5 73a450a637819ed05102182404fab3a9f6e0f50b 78b7d04f7dc4280c6927bdd058404e75839c8b9b 79ccc75769fc4c583cba87a6762be15f075fdcd0 83d99c1a8f1cd40abf943a0e3e878a19b8b79d6a 87ff974d4edb42e954aba1f5ad000d0aa1551e50 8d5807136a5720bb4731af85bb3269f089cded7a 9d8602c7479e766950be56d9cc22abfe83349b6b 9f20653d1446389bf28a209d0b13710ccc75dc3a 9f3aaee0504ed0f8b1aa979c767a9acbbd58529a 9f7f42720d933a6196dd9bf715a1f86d71af69f9 9fde44812d008e8b105c70f6c5e2890a82218357 b4d26107e6adc1a4198fe7b6bc2618762c357e18 ef8aef1daf8efcc8fc7e2659ca08fd5f8633dc17 Package: ros-rolling-gz-sim-vendor Version: 0.2.1-1noble.20250327.100217 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 44942 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-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-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-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-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.2.1-1noble.20250327.100217_amd64.deb Size: 9891712 SHA256: 25bb99c22913e19e9d7492a6335ccf5c3b7d5edd8ae0a242b36bcf5b161963d6 SHA1: 9a62cb37444b3f538410581531be4c96e260f1a3 MD5sum: 0b66ce6c1b4e346cdeb1cae0a42180a6 Description: Vendor package for: gz-sim9 9.1.0 Gazebo Sim : A Robotic Simulator Package: ros-rolling-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sim-vendor Version: 0.2.1-1noble.20250327.100217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 187151 Depends: ros-rolling-gz-sim-vendor (= 0.2.1-1noble.20250327.100217) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor-dbgsym_0.2.1-1noble.20250327.100217_amd64.deb Size: 175167838 SHA256: cdc449d702485033aabb8ac1069252cee34ff9199a4ff97c37a8f5008f2954e3 SHA1: 583b0063885d61270ff51dbc7c80d2f4d3221738 MD5sum: 0859e583531a1b134b950c6bfa206557 Description: debug symbols for ros-rolling-gz-sim-vendor Build-Ids: 00084567f60f918af445a9eca1049e2f5e0c8978 016ed4bedd53e7747e9056a6df6fa289684016b8 038f954e7d8bc691428b38f78b00f95c55f9480d 045efc17cff658f2e1487761a77185ca44b95b3d 05510f5b232b9b33b20c52c95be9b886dfe0a616 07511a723bcb498072906fe65e8af33e16f50dd5 07f9da43c3b26746fb8b092631bb2d81d4575a6f 0a9f9dc1ed487fc14b16684a8b28b6548bb7a516 0d14cb0fab14ea7fede6fa03c11d68b87da57d80 0e2673aa4aae9fc8b045a9671776f2c0c27dce5b 12ccbc536cc60b36a72350043d8020357ce521c8 13836f4721cd9174a90055d0efaf8c0ae1f8495f 168b5a9f2bf96a9210a834ebb0a0e6339c20f581 16e5727f74ddb1bdb4f0c5748cf929ab5efffd9d 1bc4f0df867ffedcff564d1c4e3be82c519a740b 22a6d3bd92b1f9a5e514341a8aa50e3761efc131 272925311dac62ced9395987af8d0c604e493eca 28ad88c2cbe71e768c1a002a24dd58f6929c114d 28f47e3e0c84c5fe03fca8d20236caaa2879f284 2cd3ddbb6f04b92f4819ada4980588dcc4fe19e9 30b1d4098dd33ee82f38cf88d644071d302dcef5 31881bb69c96480f8276b01868a9d6b48a6e9d4b 32f76238850d14f076b5246670ead429d7d7d15a 33578e1e3bf9f63dd73e0a06aec233047f97624b 34e2c3f42f8a59737b9bab979d5e7fa3c62d7a49 35714667e047bdf8633626af0e70a720d17de179 399b25739bad79516731292e88c88a19c36f9dd8 3b578ee0d94aa5c4a43cf181ddb53fb181d69578 42bc5130cce373151fd536186cb3e8103150cb29 47b65e1b5e0bde8b44f05e7610a5054ce275a7ea 4fd6bb46d8623e21fb0e0e47bba4ded60648af04 52e7f5df475ca806e9a2a25b3977d5606a18752e 53bda2d984c3b4f43cbb172313d14e4e962dea5a 56119df95d3da27f8694ef988203d4e056030423 5851520610e924dc3daa6593923ec4763ac19ea0 5b0aece48628f43cea053023fd438a4e7901764a 5c6fe5b840bc303bb4e57dda8341481ff8ae88a5 5ce0a71653547f5b43db1b34fa12e34367141f43 61deebefc6d902aa5c17ad909d6f567245785cc9 6822b187a342e5322530504f0033e4c052f498d7 69ae970f3aafade927c2c37112f8ae3c4f0749aa 6a38636b852724c5dfe4adafd4ada38c3bb400fe 6b78bd13ca424953c8ede337c5ff8e28b4608057 6ba815a81e36038cc5f3630564abc131e096f915 6ce6b14f617bd89899376fe4d984f025a51d5df5 6f3262142c55dc335532397c00f84fc385f38748 7319b2aa35e5732b167f5b1e522b2f03678116e7 79737fc06d67a9311d25de3c6db29cdc53891271 7a14e384cfb2a7b91ee28cc2488da4238cf13c5b 7b65e3c13fe30a6bc807b91f134061f881563e44 7c6697457212d225e3acacba3a0ae9f42f17f727 7dfcbb95129fd8c71377177bad5625c2fa1bb6f9 7f9365db0ac49f64f3a23e06004c14b9beda5073 82c99425a1fe7add95e3266eef9f1b4006d10ee1 8503cb2c3f3649c00ccb10d291ac7dc5abc51320 85bbf7f89a14ab4e961c1279ac8a6c6fcf4dacfb 8869e61f997095007e968f3c66117727f8c778f4 8c90c05872e55e406bc4d92995176892dd68e388 8e083f04300f045bd11967b7d7f8af0ef4122953 93013275c713e9ac304fd8972c0cd305ed1f132a 969ab9a50e1d442ea9108d1c00698a6ab21ad4a6 9793955b89bdae70e64cac2d46555dc5e13bcf2b 9904decc0066b130cdba9cd6b992bf9e1c811029 9b4c2b301666c1b019d3127bd99631bb89a682a9 9e26681629b35c7dc803c252da6715692dc376f6 a0cfce1f7250863579efcd764c9ec43cc1ca9cb9 a25238899e5af3b7514b1325319f0b6ff50101c7 a2b00b14116fd30af80e59d9a89ddd2b924321fb a315d7c8db4274d1ad3be0dd16056d87d890b362 a55ff389934f1e2cc72333a5cb94e404ff37cba9 a90ac7d8db0773203e679fc924b5db5ab344b9f6 aaa689cc85ebb5647773f3ecb6d3dbd9495e9c66 acbcee0d74d146840d1a17d256452da9505fe347 b096b5560b89a761ae637eeb69ac97f247cb90aa b4971a42f1cb39e8d2d3c3f6d7e60cbc439c5688 bf419606e41a7fb95e5055baba384469d758c5b4 bfd611bc5b4c49cd99ce5f276c0ebcdb9d251e3b c150e7dbab893074036013c977df75fa531b562f c5f2e5e0d6b88a3757eb52c149dba60f75bcb5c9 c6b95cd9fa4d04f958ac4d7fafb1e609dd76564b cc49a7b8a2e8d6b93eac1a76df7f8fd70f0ebc11 cf9c80d843c0e83c296593584404a7e97477f93c d2fc120ad4d0127d3f4e7d5996b4fadb9397fd1b d486cdf783fced3663469aff97025f3641fd35a1 d644db279acf29fa739a32c5fbb5f6af1a784fa6 d6ae85b8fe93c7c66c89d1611c5acedee282455f d91ccaf882656c8daf73609d85f2de55a5d71e05 da7a454bc83bc4e2a242e0afedfe1bf6206c685f de29dd4832acbf5ab5e8cb9b7c5d73bcf4f4da91 de91f86052926b10dedf80b67a9dbaf1d17c5569 e4d191519f6c7ed089ac00499cdabb024e00bb4f e6dd6dbcc55e65b82e21c699c2221d550815e533 e8b715878991b8229cc1f6f3523ef878316e4fbc e93b79d953946b32ab5d4238ff08239de33663cc e982ff0ca688dc9bc8074e2a16de30fc64c1a240 ea26335466e32bcf528e2911523c52e59cd8655d efd64c2d31ddef6071bf6e0959a8b487361f1438 f017aa9574988640b67e3fd4dcc77e29a482fa21 f24b9da8e34a97e1dd70ae926589359f7c125f71 f429f6359741888b0923d7d18b424c8e8c438970 f5364464cc6b0b316e9ea6e9891ebcfb1b5739f8 f835ab14b55c265a3cac57ab6b74bade2a026ce7 fb3f3f4242add9157f86a007fa5a6fb7339b4298 ff4aa3ada85e5cb532a91ece340e114b0a07e34b Package: ros-rolling-gz-tools-vendor Version: 0.1.2-1noble.20250318.172259 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 151 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.1.2-1noble.20250318.172259_amd64.deb Size: 31930 SHA256: 40d29ee2d617b2bb931a12766ae0689d06ef28c0078dd90fd989d79806fca215 SHA1: c58d9574a19c08bd23d404b7b68e27a15b9a3f68 MD5sum: f6b9fdcb9331140134a9c407a78859c8 Description: Vendor package for: gz-tools2 2.0.2 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.1.2-1noble.20250318.172259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 226 Depends: ros-rolling-gz-tools-vendor (= 0.1.2-1noble.20250318.172259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor-dbgsym_0.1.2-1noble.20250318.172259_amd64.deb Size: 203970 SHA256: 8038f52725c1ee5c24f1e6ffb5a1ce40413d559022c1d55834400d09a4a7ee8e SHA1: d4fc3331c5e49f93add32e3d970eb4c69506b6a8 MD5sum: f910532d4416ebacedc17a3f5671b594 Description: debug symbols for ros-rolling-gz-tools-vendor Build-Ids: 9a05360ece4fa9344512d8746f5d84159e30f2fc Package: ros-rolling-gz-transport-vendor Version: 0.2.1-1noble.20250327.093229 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2218 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, 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.2.1-1noble.20250327.093229_amd64.deb Size: 520766 SHA256: cf2343a3ea8a4b785d21dbed8f2d1c0c8c89a90dadf91632ac8dc727e2adbafc SHA1: bca90fddd9cc5e7d6e0da36da6cc7bf6150290ea MD5sum: 9a590c9993b1931cb35f4727328504be Description: Vendor package for: gz-transport14 14.0.1 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.2.1-1noble.20250327.093229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9276 Depends: ros-rolling-gz-transport-vendor (= 0.2.1-1noble.20250327.093229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor-dbgsym_0.2.1-1noble.20250327.093229_amd64.deb Size: 8777568 SHA256: 951951bbd2bc9201ca967ab34cdccb25bc94d4a953373ee6f746ebd120367377 SHA1: b68f81fbaac0a1f598fbe3feaf5746aa724e3c02 MD5sum: bbb62ef1bc83b746e76b0d68a58229ec Description: debug symbols for ros-rolling-gz-transport-vendor Build-Ids: 7a547818544c82150acb426aa2fbdc015f1c37cd a3e6bf8321cee13c07ce1b8661d61043ff674146 debfd81b6288c0456418ec39ae2e38066d3cae46 dfa3438d7de2817edb61bf4e57628ffd87047a4a f8c21cef7fb9902e1c6783f3f94889e9736d1da6 Package: ros-rolling-gz-utils-vendor Version: 0.2.2-1noble.20250327.085034 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 675 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), ros-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.2.2-1noble.20250327.085034_amd64.deb Size: 115316 SHA256: ee7782e564a9b0e7e0e31dd38ddd53e037973e3efcb3ac441735fa18e8331773 SHA1: 86b3965ef854f35522fd5fecd37b2a3d9ce0bb65 MD5sum: c5fd1cc03f7ec5b8d78745e11e38dc4e Description: Vendor package for: gz-utils3 3.1.1 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.2.2-1noble.20250327.085034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 395 Depends: ros-rolling-gz-utils-vendor (= 0.2.2-1noble.20250327.085034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor-dbgsym_0.2.2-1noble.20250327.085034_amd64.deb Size: 362466 SHA256: 4ba785b2ccdf1ca320c31522717d70739257e9de8123a3035e873c33cb8c211d SHA1: 4d85bac9b2453143f7d7bb465cd701cfbc2bb773 MD5sum: f1678e1a5bda3c8c55bbfa0e35269f42 Description: debug symbols for ros-rolling-gz-utils-vendor Build-Ids: 312c619e6e4cded08aaf12a7e89b449070e09093 c4ebcb415104290db4b0fb9329eaa412ef72fdeb Package: ros-rolling-hardware-interface Version: 4.27.0-1noble.20250331.193515 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1132 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-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-tinyxml2-vendor, ros-rolling-urdf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface_4.27.0-1noble.20250331.193515_amd64.deb Size: 285194 SHA256: 2cbbf10b929b51477d71615ea6e86d760352e3b70ac94dde0476a392382bb5e1 SHA1: 3c9c587ecc519ce507a55d85b74f4db7b71394cb MD5sum: 8250e8c34b619c3b7dd5d54d020f38bf Description: ros2_control hardware interface Package: ros-rolling-hardware-interface-dbgsym Package-Type: ddeb Source: ros-rolling-hardware-interface Version: 4.27.0-1noble.20250331.193515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4961 Depends: ros-rolling-hardware-interface (= 4.27.0-1noble.20250331.193515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface-dbgsym_4.27.0-1noble.20250331.193515_amd64.deb Size: 4733444 SHA256: 5e9e8f42507f998b1b8e9d674d1bcc8197f175a59bc260f0dd6365d5ea4e4680 SHA1: d0e1dc26da0a289a56bcaf4c8f6b57fbd7171717 MD5sum: 591d373e2585702ac8aa02cbf326d87c Description: debug symbols for ros-rolling-hardware-interface Build-Ids: 5bb467bda35d9be2f645112105015af7ee70a634 d18617bc453b849205e79acf6954c5478155b9d1 Package: ros-rolling-hardware-interface-testing Version: 4.27.0-1noble.20250331.194055 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 209 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-hardware-interface, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp-lifecycle, ros-rolling-ros2-control-test-assets, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing_4.27.0-1noble.20250331.194055_amd64.deb Size: 55998 SHA256: 8f7927d1810bc7cedc0736cda7b3c31da14c9bc23129de771252bc0264aed18d SHA1: f2e7c7013d3cb93c69203cb8e2b16ebdd4fabf98 MD5sum: de28acffc765fa071bb47b1d84d58093 Description: ros2_control hardware interface testing Package: ros-rolling-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-rolling-hardware-interface-testing Version: 4.27.0-1noble.20250331.194055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1817 Depends: ros-rolling-hardware-interface-testing (= 4.27.0-1noble.20250331.194055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing-dbgsym_4.27.0-1noble.20250331.194055_amd64.deb Size: 1756730 SHA256: 725cfcebb11477c5f746268f68e503ffa206a410efe4699befd74488fe93b78f SHA1: 95c5a08143aebfbe6636813fb906b71762e6acc5 MD5sum: bb36a69c5b523c7c862d076a41ce72df Description: debug symbols for ros-rolling-hardware-interface-testing Build-Ids: da750b4a07c57c25248c808b612dc4827e54bbae Package: ros-rolling-hash-library-vendor Version: 0.1.1-6noble.20250318.172802 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 127 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.20250318.172802_amd64.deb Size: 34574 SHA256: d6e5af2bcffdffd42c518edd3b89cdb67da1eb97dc221632545ed3cd4a0ce608 SHA1: 3e64b96e0b203c2b4b9988848f3cbf1a421453a8 MD5sum: f46de71a21c2f7bf78e01da8b040642a 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.20250318.172802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 176 Depends: ros-rolling-hash-library-vendor (= 0.1.1-6noble.20250318.172802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor-dbgsym_0.1.1-6noble.20250318.172802_amd64.deb Size: 155442 SHA256: fdcf0cd61928cb74da93d14222461965a7a40eccad3f2ce3bdc43c7528cd1396 SHA1: 72a6ad4e4e3a4e04788618ef159d3f2e1df38fff MD5sum: e6a09ebf251823849ab4e5eb6f1b14d9 Description: debug symbols for ros-rolling-hash-library-vendor Build-Ids: 132fe4dbafa1c27e98527950a9e1969232bce849 Package: ros-rolling-hatchbed-common Version: 0.1.1-1noble.20250331.183425 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 77 Depends: 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.1-1noble.20250331.183425_amd64.deb Size: 11242 SHA256: f5a33a334fb6340fcd1109aaf93def01ee672ff6bb06085ea725f217ca4a20ad SHA1: 5046e515c931ade71f8afa432e4a416162c6f4c9 MD5sum: 51d81f072f70cb07314b533d8965279e Description: Common Hatchbed C++ utility code for ROS, such registering and handling updates to ros parameters. Package: ros-rolling-heaphook Version: 0.1.1-2noble.20250327.090747 Architecture: amd64 Maintainer: sykwer Installed-Size: 116 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.20250327.090747_amd64.deb Size: 24620 SHA256: c09dfab70dedf811224129ab28cf8cde660922515717bf820950ff4fe05caf48 SHA1: 6b3c2c7e1ca7cc2d870450494b31c06320030d63 MD5sum: 5ac09151b02d7829d8850eadc7cbce0e 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.20250327.090747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 190 Depends: ros-rolling-heaphook (= 0.1.1-2noble.20250327.090747) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook-dbgsym_0.1.1-2noble.20250327.090747_amd64.deb Size: 150420 SHA256: 3d4c4b79adfce8f70266e1846d1175ea50b25f94f32daee8844b96ad3d8458e7 SHA1: 3ff9c2f2779b5e6f5707cabdf340dc709213c6f7 MD5sum: 9e14cda8ae7bd40a39a064ecca93a61e Description: debug symbols for ros-rolling-heaphook Build-Ids: 0bedf908ab473fa2e70c95ab4d92cd7abe3c7081 329cf2af5f1108fd0918fdcb2df0b1b3e652e952 b583afb4ce8207ea6646bd858b929c751078a43b Package: ros-rolling-hebi-cpp-api Version: 3.12.3-1noble.20250326.141543 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22374 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.12.3-1noble.20250326.141543_amd64.deb Size: 6653582 SHA256: 877b0a89809296b4f6091ea3ddea5262646bd596ac4fb7474796ba1ce47da075 SHA1: f5b1cad3abcd2f0c7c485a8bb1c287a3af8e3ccc MD5sum: 6768cc7a1f4680407ce79e65ed348a27 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.12.3-1noble.20250326.141543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 3903 Depends: ros-rolling-hebi-cpp-api (= 3.12.3-1noble.20250326.141543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api-dbgsym_3.12.3-1noble.20250326.141543_amd64.deb Size: 3791292 SHA256: 1a8cda9fd0d03a95bf10553e5b2f0d0a27e35fd9d5aba8e3bd99569ddfd59071 SHA1: 76ffeb6c72b8f1eace853fa5de37bcda2b60b709 MD5sum: 07e2128d1ecfe3b565c5964330b1bc13 Description: debug symbols for ros-rolling-hebi-cpp-api Build-Ids: 3e37d4156a8f4ef0248a0c617d98767a8e0e13cf Package: ros-rolling-hls-lfcd-lds-driver Version: 2.1.0-1noble.20250331.180744 Architecture: amd64 Maintainer: Pyo Installed-Size: 299 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.0-1noble.20250331.180744_amd64.deb Size: 82296 SHA256: e8ffe24bac75b2b33fa5ee5acc243bd4d334f6939538e71886e2dc37d5527b66 SHA1: 6b3651fff08c739db1c81a8156ce4210cd5fb62b MD5sum: ca0c02312b37753b2f9ecb45ce02bdbf 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.0-1noble.20250331.180744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1131 Depends: ros-rolling-hls-lfcd-lds-driver (= 2.1.0-1noble.20250331.180744) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hls-lfcd-lds-driver/ros-rolling-hls-lfcd-lds-driver-dbgsym_2.1.0-1noble.20250331.180744_amd64.deb Size: 1022178 SHA256: 771ae0727e978dfe9c19cc422e37a28a78f9ff3bfa5fdba850129b8ff8a9ed4a SHA1: c27f981fd8f62dee6bcd61dd612c3962a870393b MD5sum: 3273b4ea4be6f6f0d405089eeb033ba0 Description: debug symbols for ros-rolling-hls-lfcd-lds-driver Build-Ids: 361b310031e4c00bf3854486b8bfe42fe5464e4a Package: ros-rolling-hpp-fcl Version: 2.4.5-1noble.20250318.182959 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.20250318.182959_amd64.deb Size: 1146194 SHA256: 2c444fcf52c38d514ffd6220fc62060b32b28181d85dff32d167f8eaa101d25b SHA1: 736a2faff647166d8f5c0a7d0ed6b428a85c3391 MD5sum: 350c8c45b9b337290c67e3a7df49a8a5 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.20250318.182959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-rolling-hpp-fcl (= 2.4.5-1noble.20250318.182959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hpp-fcl/ros-rolling-hpp-fcl-dbgsym_2.4.5-1noble.20250318.182959_amd64.deb Size: 50669200 SHA256: 7331850fc8309bf96c509f9a72c9c37768b1bd88edb1be5afda38448e6c01cc9 SHA1: 4cc1c441813debdae99214c18b0a96fdcc18a8af MD5sum: 17a941d51222c81599f3099932f361bf Description: debug symbols for ros-rolling-hpp-fcl Build-Ids: 9c42ea7c4d928491aeeef0d612b344ede3b6913b f1496e040a1526718937c017b69a9c2aca5b3ac8 Package: ros-rolling-ibeo-msgs Version: 4.0.0-3noble.20250331.164403 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7271 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-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.20250331.164403_amd64.deb Size: 423852 SHA256: bb5d91ab1773f08dd8c340def9ee8b6e74fa671d466ea72ed13b8faab581261c SHA1: 9c1e139db28c094c820a12116df5d839dae2e57f MD5sum: 263e1c13a652b10fb6e756756861cf4e Description: The ibeo_msgs package Package: ros-rolling-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ibeo-msgs Version: 4.0.0-3noble.20250331.164403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4806 Depends: ros-rolling-ibeo-msgs (= 4.0.0-3noble.20250331.164403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs-dbgsym_4.0.0-3noble.20250331.164403_amd64.deb Size: 4038286 SHA256: 342efdd4d5d28e4daa08767fab7a1870dc4fb6b60a3f5df9b78ba09646c8def4 SHA1: f8c04186fc668ba760dde50eef7596c96319e28b MD5sum: 5b843dd5877ebf08213f54fff611e546 Description: debug symbols for ros-rolling-ibeo-msgs Build-Ids: 24dec85c5298b6a54cafe94c4af5f8ab7dc52f7a 2f1099f0a65a10b19367250bf05d2ab857d27119 426294d5195520335db81638a82bb796f251a28c 64c770cf699ac26becdc6fc841f672238f6e9bee 6d9bf17438450427e828bbed0132d200566dfe7f 764c02ebcc652187aa0b9df5a75507d2fb25e8aa ad06b57febc0fece39dc6416b538c7d28bd2d997 cec30fb3b2f2be56d97dfda0fffaa1eb0f2072ad de82d719c0e97f846c26c9443ee6c9f282f6579b e1380c273060d6e8ade6008440c295006d589f17 f12e5d080a7b9e97a08b989c446317ee0653d099 Package: ros-rolling-iceoryx-binding-c Version: 2.0.5-5noble.20250318.172225 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.20250318.172225_amd64.deb Size: 63698 SHA256: 86378d9934945d686a8ad49580fd5a4ed04306c3bef201399db2b121b65e6349 SHA1: f8a4bf8f6f4393453b2060de449f04a943509e94 MD5sum: de4212b4ccdaaf72475cef40e36d56b8 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.20250318.172225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1095 Depends: ros-rolling-iceoryx-binding-c (= 2.0.5-5noble.20250318.172225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c-dbgsym_2.0.5-5noble.20250318.172225_amd64.deb Size: 1044080 SHA256: eb315609810dd55bc6f6ac527cc2e8ab9cbed3b6945986ddcd611071b26c9fa4 SHA1: 88a75fd85598e6d64467a86b5c29e308dcbbdb87 MD5sum: b5420339e8ba0de3b0a58406f40e020c Description: debug symbols for ros-rolling-iceoryx-binding-c Build-Ids: 0437d04110bc6ad8c9679ca34d83a3c271f36c4a Package: ros-rolling-iceoryx-hoofs Version: 2.0.5-5noble.20250318.165850 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.20250318.165850_amd64.deb Size: 211368 SHA256: 5f48df8f9cad62e959216793621d536477a8d94533b497287403a0f58235d08f SHA1: a1961caf2b07324c542f0e474cf02d7fb132388b MD5sum: 1d5de6d107c8e730e1f22624b5d473dd 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.20250318.165850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1214 Depends: ros-rolling-iceoryx-hoofs (= 2.0.5-5noble.20250318.165850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs-dbgsym_2.0.5-5noble.20250318.165850_amd64.deb Size: 1131062 SHA256: 4bf6902a7b472a7fdaab9cf1bb8ff168861495851534e3a6bc77c91ff8b1cc76 SHA1: ac01dc2ff3463f7feb45a7fbe478a81fe112725c MD5sum: 78b5703592f9ff7154cfdbf44c96c240 Description: debug symbols for ros-rolling-iceoryx-hoofs Build-Ids: 0bdb31345d7137d795b5cdaa5b3b600ac355b66f 217c4824aa58ce0bd7ba5cbea670b96ddf9b7ecb Package: ros-rolling-iceoryx-introspection Version: 2.0.5-5noble.20250318.172248 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.20250318.172248_amd64.deb Size: 35604 SHA256: 9ffbc91846936e9e041b1ae48bf06e16ccc61ca5d6a43e71e0a56f366788ad42 SHA1: f1282adc41d840cb0628138b5f4158aeaa31d144 MD5sum: 53cf75cabfeb7fdccf97d030f8e827eb 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.20250318.172248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 479 Depends: ros-rolling-iceoryx-introspection (= 2.0.5-5noble.20250318.172248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection-dbgsym_2.0.5-5noble.20250318.172248_amd64.deb Size: 429112 SHA256: f6a3d81d7dc65260421ecfad666ebff065da81bc629a9cec6d05d3d62c695cf5 SHA1: ca6572329e668f3bc6faa4e9bc9d0a82cd8bf0bd MD5sum: 2c2507776c4f7bd3f56d3161dbda789d Description: debug symbols for ros-rolling-iceoryx-introspection Build-Ids: 9cab6252a0d3d246365ac95967d5e243fb571ecd b5380d54623aebb93109cfea44846a12667c4fc5 Package: ros-rolling-iceoryx-posh Version: 2.0.5-5noble.20250318.170054 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.20250318.170054_amd64.deb Size: 398740 SHA256: 010bea22648ba8d258d8993d805ede71a94e8f3bd4f1d913be36d4411c070531 SHA1: b27642a48d986b9239549757cb5ce681ee6d55b1 MD5sum: a294f75409c0781481fff3afb9ef41c5 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.20250318.170054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6246 Depends: ros-rolling-iceoryx-posh (= 2.0.5-5noble.20250318.170054) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh-dbgsym_2.0.5-5noble.20250318.170054_amd64.deb Size: 5979126 SHA256: be85be2ffe068b21b8d3cd193473e5dfd3468193a018fc25f4e38902e0dcf1eb SHA1: e8f0cf6132694cf9ac23237fb6c65f964c1d272a MD5sum: 9063bb376cec292e94f8c851894f343c Description: debug symbols for ros-rolling-iceoryx-posh Build-Ids: 56a313a7f2d6fbb07e881bb8427f696261228d1e 595216d0fd6280ad76f4f4e89efa7af7596d16c3 5eb9bbb08ac58f1e8176f129401d703cd901cb87 9a5a519fb59ab1be92b3e32fb0c26800717099cb b77c57ba4ef24aa1592a0ccfea0ab9ce7aebf69e Package: ros-rolling-image-common Version: 6.1.0-1noble.20250331.201021 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 42 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.1.0-1noble.20250331.201021_amd64.deb Size: 5852 SHA256: 0eedcf84b4339ee59c327916c8151b9196ec060e24fe7548cbd903ee0de4bd58 SHA1: 6b46e79f0576ae365b373601d691cfe9b554e530 MD5sum: c2c6fb3934eb644c9466ade8b87aba49 Description: Common code for working with images in ROS. Package: ros-rolling-image-geometry Version: 4.1.0-1noble.20250331.173120 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-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.20250331.173120_amd64.deb Size: 32966 SHA256: 9a47267904130364891f7cd4be6eeaa9610519ce237b7dd9b7b2860089cf3955 SHA1: c19b8188f6f836f7945d2ab88031e287a64f1685 MD5sum: 3b0c280dac0149d6238a596ad1efec87 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.20250331.173120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-rolling-image-geometry (= 4.1.0-1noble.20250331.173120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry-dbgsym_4.1.0-1noble.20250331.173120_amd64.deb Size: 246356 SHA256: caf6013e6188a68c6b9fb4f48a2482204128d31be9c80bdbdbab0c531b3f3800 SHA1: 411bcb750e234a4bab82b096994a4de8c556d97e MD5sum: 6471413d545da22004044c5a71a4e0a8 Description: debug symbols for ros-rolling-image-geometry Build-Ids: 1395bf19392f412b2f523b16be102875b24a3b2d Package: ros-rolling-image-pipeline Version: 6.0.10-1noble.20250331.201610 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 43 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-pipeline/ros-rolling-image-pipeline_6.0.10-1noble.20250331.201610_amd64.deb Size: 6774 SHA256: 59735342d11b38b9fd18b1f4588ef9e853a5797d53f2eb45b7bb2f5a6b02faf1 SHA1: 485472bd011b6d02788edbc5329fbd4bad576b9f MD5sum: eee68bfb1d76ead2cf5bccda1f60c5c4 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: 6.0.10-1noble.20250331.195307 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1592 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc_6.0.10-1noble.20250331.195307_amd64.deb Size: 258352 SHA256: d2d37f43f3e51ac2f6439bcc60636f64588eedf4419da1916f0b4c6f04b89fcf SHA1: 755e0427919efa9717283622c4a1e5856505e15d MD5sum: 7f929a345557fcb2de56e84323ebd72a Description: Single image rectification and color processing. Package: ros-rolling-image-proc-dbgsym Package-Type: ddeb Source: ros-rolling-image-proc Version: 6.0.10-1noble.20250331.195307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 8761 Depends: ros-rolling-image-proc (= 6.0.10-1noble.20250331.195307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc-dbgsym_6.0.10-1noble.20250331.195307_amd64.deb Size: 7608776 SHA256: 1f5f819991d8f675382dca31754f5865e02a0613174d4afa23f265a3a3c636f7 SHA1: cd1c96772fc857d84c6fe1c286d26715d101ea42 MD5sum: ab6bff9d664afebfc6476a47df125de2 Description: debug symbols for ros-rolling-image-proc Build-Ids: 07b1339e7c196b9684f70737d5cb0193a8e054b9 20dc317ee702411eebceeb29de60934140a86df5 513c1ccda4c8648f258b2029037ac4aac4c7bac0 59d53d74c53102146204bf9b2f635475c617c4b3 65ea02e1abaffba41c3353369b6cbfd30e8662f8 69ec6e566f7c71c90701aef90053271cba002675 6a2f56e3e09298a5f013b211123b96d4a03ad483 909d3b6771758fd2f39b89ccdf78ec4ee0f1a20a c787ab0590e1a8e7b51995904c78c6f00d6d6e77 d84078f8ea63c193e5a01865cc48700d6948e249 e5ef182ed98408d6ed7e2848fee7993680bc62b8 efa60600f25cbdc5aee22e83757156b215ba27bc fad85fdd440ba1aa5267c18dd857ea95a23692bc Package: ros-rolling-image-publisher Version: 6.0.10-1noble.20250331.194305 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-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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher_6.0.10-1noble.20250331.194305_amd64.deb Size: 131600 SHA256: 2e74e446ffe065a028c4966934b07d7daab108d2664cfebee1a3e15461fd5f22 SHA1: 7e51e7336616a1c04857d9f607348ce7894d5439 MD5sum: a26725c9e38612d1fd1440a5d890123b 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: 6.0.10-1noble.20250331.194305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1300 Depends: ros-rolling-image-publisher (= 6.0.10-1noble.20250331.194305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher-dbgsym_6.0.10-1noble.20250331.194305_amd64.deb Size: 1237984 SHA256: 3f435feb7102bb11b6a0cd8a5cacd4a0112735bd47320058dd2a102334e175ac SHA1: 4aae16bc0c7a152bf9a587dece7eae8fbe6417ab MD5sum: ebc04850fec62b3fc6ef73314e2efe1f Description: debug symbols for ros-rolling-image-publisher Build-Ids: 698c2aa4ea0591dd4f3e8be6e880ef93eeeb0467 c1005ebe1a58074b1c1e70d9cbebcfbf4bf95d2a Package: ros-rolling-image-rotate Version: 6.0.10-1noble.20250331.195253 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 715 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate_6.0.10-1noble.20250331.195253_amd64.deb Size: 162774 SHA256: 75d041fd5abfa9fb2493c089c296367d31f5ad8f90f32f9c8e18246a76459086 SHA1: 7866c9b6b860a7df1ec2b75a32e0d9436e695cfd MD5sum: 047533f9e2e54722093bfac8321df723 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: 6.0.10-1noble.20250331.195253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3735 Depends: ros-rolling-image-rotate (= 6.0.10-1noble.20250331.195253) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate-dbgsym_6.0.10-1noble.20250331.195253_amd64.deb Size: 3505366 SHA256: 39553bb8c2ed482b94ec72f261a582062b0b99cecac5fab0039eb145d98b832c SHA1: 0cb9aa524b4ff89d47857c5f1ee48a9ccc71d7af MD5sum: 911beb0f7b81781d65f59a1af9a159ec Description: debug symbols for ros-rolling-image-rotate Build-Ids: 30f53d8ebdda6fa5e63350a074900c30175bc3e5 4a4aa4576ab87de1cef234255945f094cc7d1957 c0910d1629f86f431c5b7daf3e5a42ea50eb7be3 d60c58af06f4ab2bc49bcad75050a1991d3e29b7 Package: ros-rolling-image-tools Version: 0.35.1-1noble.20250331.184126 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1023 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), libopencv-dev, 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-image-tools/ros-rolling-image-tools_0.35.1-1noble.20250331.184126_amd64.deb Size: 185810 SHA256: 6a146f0f3f8356463ec0d7df9422ee051022a3d277d9da3dde9ee71416a465be SHA1: 2a1e1898a9544cec8accb046e4cd7b6b7b29f7b5 MD5sum: 5ea2bbf774ede8de47421c321ff7ffb5 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.35.1-1noble.20250331.184126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5025 Depends: ros-rolling-image-tools (= 0.35.1-1noble.20250331.184126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools-dbgsym_0.35.1-1noble.20250331.184126_amd64.deb Size: 4109238 SHA256: ce7f486f5bd6eb74a78d56efbcf70e609dfad101d58bebf23f3e20fba8fedbe1 SHA1: fe48f3cf7bb8f7aa7646b9ae57067a8806525039 MD5sum: bc5ec6fd62adeffb18f07df2ec1df789 Description: debug symbols for ros-rolling-image-tools Build-Ids: 58224fdce7e8faee4a2b46c1fe1743a50bbf39d6 58813d3faa2085ba4bf78fb9529833f79238c375 75729951ea3c6165b1085b45899549ca8158ba74 Package: ros-rolling-image-transport Version: 6.1.0-1noble.20250331.193454 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2957 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-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.1.0-1noble.20250331.193454_amd64.deb Size: 416876 SHA256: c41adc2cd6f6ef01da2dd313a252667d0145b5eaf222b5131817a35d579830d1 SHA1: fc7192fd5525bdcfa06e9ca1eb821eff0817f94f MD5sum: 7ee3cd4ef1cd49edb57c013b825760a4 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.1.0-1noble.20250331.193454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 9626 Depends: ros-rolling-image-transport (= 6.1.0-1noble.20250331.193454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport-dbgsym_6.1.0-1noble.20250331.193454_amd64.deb Size: 8658978 SHA256: b31dd55ed8774e76a8b14d515509899337f12aa45198ec6798aeed3c0e3d1a53 SHA1: 45092443d9b7c3e0b573a0028d4e3ba83fd90fa7 MD5sum: 9341facdee9d381ca8de51c949db25b3 Description: debug symbols for ros-rolling-image-transport Build-Ids: 2846d3b66462e614f5b9b2b50bf706b1e5942b90 5b57ebabce1c077526980adbf2902f94704fb33f 7cb8b06662983e8ff3381db5f966779357a028fa b43bbd4a1f0ad5ee49897895e652037eeb188be9 d3c54878f50d4deea0dae5c122a1b64a10062006 Package: ros-rolling-image-transport-plugins Version: 5.0.2-1noble.20250331.202248 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 42 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_5.0.2-1noble.20250331.202248_amd64.deb Size: 6082 SHA256: 6468f3b7c87f47955160220233571cbb49700d9d1ff0504d07cb5e7cd6072398 SHA1: 81c43b636cc313dd3254b544a981b148d9156b6a MD5sum: 0dc84cce418cd42644c4464579587319 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.1.0-1noble.20250331.194911 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 295 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.1.0-1noble.20250331.194911_amd64.deb Size: 99832 SHA256: 8186c90a05529a9515a500a398492bef1625d7a7f0242c03d431a6f8c5b8650d SHA1: b9e9457ae12e4d325bfdde939a977fe1d45288ca MD5sum: 552718359dca223c6e2dd4cd8ca0d5ce Description: Python API for image_transport Package: ros-rolling-image-view Version: 6.0.10-1noble.20250331.194901 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1306 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view_6.0.10-1noble.20250331.194901_amd64.deb Size: 285414 SHA256: cd216282a0440b85e335df16bcb7b115fe99027a826297798203ea8e533d5b81 SHA1: 72b76410fd5041932833abccbe74610168efd22d MD5sum: 5aa5c9c096959335c5bcbfe857a4d574 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: 6.0.10-1noble.20250331.194901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 8201 Depends: ros-rolling-image-view (= 6.0.10-1noble.20250331.194901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view-dbgsym_6.0.10-1noble.20250331.194901_amd64.deb Size: 7550540 SHA256: d1b93a083a087cc8eab6d0c551afb5c62a431c060d068359d6487771d5dcbde7 SHA1: 23f512e01313c57eb8b3183aa8d604e80d7e5e1a MD5sum: 91a3a9635e6174bb82d1dd1be521fb78 Description: debug symbols for ros-rolling-image-view Build-Ids: 1ff64a08e17c99e31057e94739badb564c87642f 242ff2778ef090312df959880fb60f077793efa8 5992740718935cf9da5663e6ef80a73b518a23a8 93e72e174b94cf970abea4f0a474e9dc672ea7fc c939b5aceff6850adb4ad623337a714d5cb134f1 e4c345125cfef15cd540d105940af83cc5daff1c e52a892abb68aaf0362e768061454083a67918a9 Package: ros-rolling-imu-complementary-filter Version: 2.2.0-1noble.20250331.193953 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1067 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.0-1noble.20250331.193953_amd64.deb Size: 204044 SHA256: e9af78493063643bc742b72465cc18864f9b8b6686a756c6495e45aa344a22b2 SHA1: 5a9f90bc8685d35966ae2aa3e8c4db4a79ab1984 MD5sum: ee02fa1c696d441d7617ba56e536cd75 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.0-1noble.20250331.193953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4606 Depends: ros-rolling-imu-complementary-filter (= 2.2.0-1noble.20250331.193953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter-dbgsym_2.2.0-1noble.20250331.193953_amd64.deb Size: 3879004 SHA256: 452643b1f441c41126984eb7258a14636b5f94cdd94012601f3d58c856308563 SHA1: 93446ebf877c49b7d4cd9f0213a5dd26d48d9db4 MD5sum: 795bc85adcf8c6479f1232807a91fa8c Description: debug symbols for ros-rolling-imu-complementary-filter Build-Ids: 8de4433af7c2ace71a24cd0373b2153dc5352631 a413b2be465bb4f82592acd013460773d3b1c7b2 Package: ros-rolling-imu-filter-madgwick Version: 2.2.0-1noble.20250331.194953 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-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.0-1noble.20250331.194953_amd64.deb Size: 240548 SHA256: ceee54c359d3590217d34f5ec35dd808ef759fcfd2aa2b3e18faac40aa3b8c4e SHA1: a9506cbe0a120d753787734d7d769824f38d9e02 MD5sum: c9d2d6034478234e3af5f372056f12f1 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.0-1noble.20250331.194953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5565 Depends: ros-rolling-imu-filter-madgwick (= 2.2.0-1noble.20250331.194953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick-dbgsym_2.2.0-1noble.20250331.194953_amd64.deb Size: 4616648 SHA256: 0a50458ca9fe2b1d5f2a2a683952360386126397ba124161561fa0523e4b0aaa SHA1: a63761d82dc5e016e3e4d8377b0a2ea2b6d76047 MD5sum: 79dd2b45714ba9ed272fb13760479cc2 Description: debug symbols for ros-rolling-imu-filter-madgwick Build-Ids: 3dcb119597828bc5bebe490b99a04e617de1059f 92ee0b72e66a5e09ab05068a71a1c549778f7b28 Package: ros-rolling-imu-pipeline Version: 0.5.1-1noble.20250331.202011 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 41 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.5.1-1noble.20250331.202011_amd64.deb Size: 5430 SHA256: 3b32a15ed640aa1d9e76c597ab52e0d00a53ff2affd069f86a1e82210c2bfc51 SHA1: b189301f1b147837b40f9afb843609f9ed0c93ba MD5sum: add9fc1ebff833a1f000ff4a7c3ef614 Description: imu_pipeline Package: ros-rolling-imu-processors Version: 0.5.1-1noble.20250331.194553 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1509 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.5.1-1noble.20250331.194553_amd64.deb Size: 236716 SHA256: 95153b8a2b5d5d6f0ad5fbc8e45bd76ed809556afcf2ff36750607f9c5e30962 SHA1: 5621a7457ba0aeee9f69c5fba907181ede5939fd MD5sum: 82daa6ef6c47fa195a934d99720e8d74 Description: Processors for sensor_msgs::Imu data Package: ros-rolling-imu-processors-dbgsym Package-Type: ddeb Source: ros-rolling-imu-processors Version: 0.5.1-1noble.20250331.194553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 6847 Depends: ros-rolling-imu-processors (= 0.5.1-1noble.20250331.194553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors-dbgsym_0.5.1-1noble.20250331.194553_amd64.deb Size: 5580852 SHA256: 68fdc250859001d7a02d7d303aa9fc54eaea93e31ba217c48dd5edf569232710 SHA1: 219394f55a72ec63c4d446655d232779313cd059 MD5sum: 346a9118fd96894d812d03f6f21ccc0f Description: debug symbols for ros-rolling-imu-processors Build-Ids: 17f6690f8e61a6b02c5e3b0d7ccf9a5ca827f4e9 565f1e6b04984ec69c724205e459ee05c9bd2a61 8e485cf90e8ca9ff53aac762c5ccf2c86a242df4 f12754f08dfd27cffee36218768d743c0a2fbc52 Package: ros-rolling-imu-sensor-broadcaster Version: 4.22.0-1noble.20250331.200020 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 290 Depends: 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-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_4.22.0-1noble.20250331.200020_amd64.deb Size: 80360 SHA256: 37675da230494726313d5d06563e2bfe3668c3ec7a6381726d99e11719640aac SHA1: 8efb29452ae45f1beebcca570f00efa15ccf7208 MD5sum: 555635bc6617adc97e0b5401eeeb0556 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: 4.22.0-1noble.20250331.200020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1119 Depends: ros-rolling-imu-sensor-broadcaster (= 4.22.0-1noble.20250331.200020) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster-dbgsym_4.22.0-1noble.20250331.200020_amd64.deb Size: 1046702 SHA256: 75b12f05597c445b7ab5ba9284fe065784e5bdee7e1f5d92ca7b551e21f1d2e9 SHA1: 7cec68baef9e5c254a4e4d8db665dee71a8dbe25 MD5sum: 85cec8bd448cf5e1a42965617929e85f Description: debug symbols for ros-rolling-imu-sensor-broadcaster Build-Ids: 5ed7449f59e9d6684a1e466238e35ad7313e9b32 Package: ros-rolling-imu-tools Version: 2.2.0-1noble.20250331.202008 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 41 Depends: ros-rolling-imu-complementary-filter, ros-rolling-imu-filter-madgwick, ros-rolling-rviz-imu-plugin, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-tools/ros-rolling-imu-tools_2.2.0-1noble.20250331.202008_amd64.deb Size: 5244 SHA256: b2cc9ff4d770021f4aece1c7dc3e54341cc28abed5ab8ee4da1e60f645ce7c75 SHA1: 9f20f8a9b71a90e32522b87532fb8e8702de7e2f MD5sum: 691d735a6de3664873d43541ab617841 Description: Various tools for IMU devices Package: ros-rolling-imu-transformer Version: 0.5.1-1noble.20250331.194917 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 988 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.5.1-1noble.20250331.194917_amd64.deb Size: 186366 SHA256: 4f23e0e56c07f7e95c65588ee2a1e68acafb99df17695ac206e7b00a2576b3be SHA1: 889b871e1edcb4f20c120bb5f0f66d191436dad8 MD5sum: 4a0ff078c448b170bb46094b5c75a5b7 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.5.1-1noble.20250331.194917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4842 Depends: ros-rolling-imu-transformer (= 0.5.1-1noble.20250331.194917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-transformer/ros-rolling-imu-transformer-dbgsym_0.5.1-1noble.20250331.194917_amd64.deb Size: 4173312 SHA256: 23cd881b41eda9c194cf5fd9049a730603bced0b0fc6119a2b7c64a0d36083ac SHA1: 75ca35b30df1376c8033efc7eec3c2ad06266c97 MD5sum: ad12979ed8dc4e5021570131ef466ff7 Description: debug symbols for ros-rolling-imu-transformer Build-Ids: 7a4e4e2306cc22b592a5eb2e56e524d56d3f2019 be0959c31d3b995248785738bfbc1c2a5a36c483 Package: ros-rolling-interactive-marker-twist-server Version: 2.1.0-2noble.20250331.195729 Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 193 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-interactive-markers, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-marker-twist-server/ros-rolling-interactive-marker-twist-server_2.1.0-2noble.20250331.195729_amd64.deb Size: 55816 SHA256: 703ef75d9e92423f727b42e85d0362e6f4349e83b17c4a21937089b797652d94 SHA1: ade1531c73569f1ac03205d4a08967850374a488 MD5sum: 280333bb48bb9d7e948a83ae1f7145e0 Description: Interactive control for generic Twist-based robots using interactive markers Package: ros-rolling-interactive-marker-twist-server-dbgsym Package-Type: ddeb Source: ros-rolling-interactive-marker-twist-server Version: 2.1.0-2noble.20250331.195729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 982 Depends: ros-rolling-interactive-marker-twist-server (= 2.1.0-2noble.20250331.195729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-marker-twist-server/ros-rolling-interactive-marker-twist-server-dbgsym_2.1.0-2noble.20250331.195729_amd64.deb Size: 924660 SHA256: 0656d23cabaa01e18d538bc34676d9aed0d36572ef393a0ed4c89e8f244c0a8d SHA1: b363864b86d734416e252ab690f2b707124bb1e2 MD5sum: dc975f1fbf6b01f5e0f0fb6d20928014 Description: debug symbols for ros-rolling-interactive-marker-twist-server Build-Ids: 1bab3a3b38f43f42a9355359a4a8bd61f65678d0 Package: ros-rolling-interactive-markers Version: 2.7.0-1noble.20250331.194956 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-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.7.0-1noble.20250331.194956_amd64.deb Size: 205862 SHA256: c2111d214d8e0a28dc4b68c867be92c9af3386e217894186f76088b6d58523df SHA1: 3ff690c823f610d6fc81361f3b194c5c31e16a40 MD5sum: 1d9de9805cdbd27f33ca9aabd2d91284 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.7.0-1noble.20250331.194956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4930 Depends: ros-rolling-interactive-markers (= 2.7.0-1noble.20250331.194956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers-dbgsym_2.7.0-1noble.20250331.194956_amd64.deb Size: 4272734 SHA256: 56217dc7edf9383c0f581b87e39dc3c79063552f6054e1b70cb9a09f179497a0 SHA1: d86b4442dc0b7ee97b4f67983fc07f6c93849feb MD5sum: f1caa5d994501779865293dccf159e99 Description: debug symbols for ros-rolling-interactive-markers Build-Ids: 80f1d1e7a739b9b53786b33f45e025966a3be96b Package: ros-rolling-intra-process-demo Version: 0.35.1-1noble.20250331.183427 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2771 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), libopencv-dev, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo_0.35.1-1noble.20250331.183427_amd64.deb Size: 392306 SHA256: 2e6bc4e73c7855037bd2c5f0ba35d1777059a2852f52169abeef388234425a1f SHA1: a8b897ebf769bc7b8a6f51c0b0e366073a65f757 MD5sum: 79ec62547b4cc2fcabd042693e412a42 Description: Demonstrations of intra process communication. Package: ros-rolling-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-rolling-intra-process-demo Version: 0.35.1-1noble.20250331.183427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13958 Depends: ros-rolling-intra-process-demo (= 0.35.1-1noble.20250331.183427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo-dbgsym_0.35.1-1noble.20250331.183427_amd64.deb Size: 11943174 SHA256: ec44929d9c9690f8b6e7babd5b70c778bfed923ab43eb705bb5467241ef53aa3 SHA1: 3b52cf9b0428240cf56766e0790de5175275b45a MD5sum: 3ccd1de92312c2259f7b8f7aa81714ad Description: debug symbols for ros-rolling-intra-process-demo Build-Ids: 2f604ece064b92629e27a3765658795753f8c8c8 50738d2306fcad928f0dce06b7d1057c0e489be0 5e63992bc14e040a5e42e1c33cb2f9b7810677ab 5fb38e620763700513101ed9e438c57a8d824026 69d3cabef9e7fd25875de4a6f503746d6938f56a 826713c4419450425f19ab825ba7ec2f7154e738 89bd59633f978594e85b8aea61a676d529d1bf2f Package: ros-rolling-io-context Version: 1.2.0-3noble.20250331.183430 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 187 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-udp-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-io-context/ros-rolling-io-context_1.2.0-3noble.20250331.183430_amd64.deb Size: 41388 SHA256: c854c8665837dd8edbcc669d2241128212848f1d84b1faa773c6bfc3dc383a48 SHA1: 09299d254b7f3607ebf18dc20269f65d2104ad28 MD5sum: a6f4c19e644ec47304f2fcfcfa939e62 Description: A library to write Synchronous and Asynchronous networking applications Package: ros-rolling-io-context-dbgsym Package-Type: ddeb Source: ros-rolling-io-context Version: 1.2.0-3noble.20250331.183430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 314 Depends: ros-rolling-io-context (= 1.2.0-3noble.20250331.183430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-io-context/ros-rolling-io-context-dbgsym_1.2.0-3noble.20250331.183430_amd64.deb Size: 205038 SHA256: 152d02e9042fb3e55903580f52563b6e2dcd46ab0b374b68441e8c2eb81d7c34 SHA1: 9078ad49a7fd257257d8444c9081ee63ccf79815 MD5sum: 9d74870b34a40a7f8db61800506ee1fe Description: debug symbols for ros-rolling-io-context Build-Ids: c4cfa448f6292d2b126a4d0acfa7cf871a8d19b9 Package: ros-rolling-irobot-create-msgs Version: 2.1.0-3noble.20250331.170857 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15212 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.170857_amd64.deb Size: 806444 SHA256: c3b51c677d650033ace606ed58ff74d94e65e54610fd4ae0bf9adabcc86e6cf6 SHA1: fa3b2ab2be0e05b83002f4c839973f033e5bc381 MD5sum: 50f1383213fb1c5537e780c580d8a693 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.20250331.170857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8526 Depends: ros-rolling-irobot-create-msgs (= 2.1.0-3noble.20250331.170857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs-dbgsym_2.1.0-3noble.20250331.170857_amd64.deb Size: 6190132 SHA256: 5f133fcf0055a284495a68af2d9191798e3e2318c30e3102fa7ce32d999862dd SHA1: 53a1cbfae23665f9fbbabddac7b5ee980ad99b08 MD5sum: eea911b2ff13fde61bba4e3a083c69d1 Description: debug symbols for ros-rolling-irobot-create-msgs Build-Ids: 28ac64602e26ff17f4a166b4a3fb614937925094 2d888b434f589276e4211f3a7dd1be1da155f903 358bb8074ec2459611c0781be5ef2b7d1bbcddc1 791700224dcc11caf2029c0ced76dc92d974b32b 9609590ec7827a5cb8c15778b4c78a945c71e2d8 a8d3a1a08120c5deebd03949b575728c9e4f2a87 cbc4184f838ea2a007e4cc0657b44f3db9c72690 d440f7cd7c3ef6d7e7170e2588c812ee0ec525d6 da588c3dda45d6933a362395b04167891e48eb2e ee1fdb92d5e2c76be6cb475ff50a0687f022917b fcaf4c8f138825d3ca239decf2701fcf24d78506 Package: ros-rolling-jacro Version: 0.2.0-2noble.20250326.141543 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 64 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.20250326.141543_amd64.deb Size: 8240 SHA256: cdd107fc60ba83fe3ce6d4be9aa29958041fc2da1588942fc07cdd5c42dc84b2 SHA1: 215c3475559a1735b20377acf44354adc72be322 MD5sum: 53faa1bbd4ecd285d6608f18c3ef7931 Description: TODO: Project Short Description Package: ros-rolling-joint-limits Version: 4.27.0-1noble.20250331.183757 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 331 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-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_4.27.0-1noble.20250331.183757_amd64.deb Size: 70414 SHA256: 690059b3f255ca048e6f7e36191ff6a434d6fe97a412e38ef96f5a9e1971c75b SHA1: 218e721d08997da88051f8b52b8bb837d11b23d6 MD5sum: cdd230cc0782e0770b5bd808ff65c543 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: 4.27.0-1noble.20250331.183757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 935 Depends: ros-rolling-joint-limits (= 4.27.0-1noble.20250331.183757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits-dbgsym_4.27.0-1noble.20250331.183757_amd64.deb Size: 863058 SHA256: cd1a4b6fddfb845b81af7e05a85216db63042fb2b25eedd2e61d2ca44ecd329a SHA1: 68767328d8655ad39fcfdf9a74919cac3e63a048 MD5sum: 753681707277718fdcf122c7946629e6 Description: debug symbols for ros-rolling-joint-limits Build-Ids: 456da31104a74e3aa938a63c227cb8583f3b2ea9 87d3db9bdf3fca3c4dd1e8690a00b4fdbc999fed 90384607814e5ae3e0cca478da40189ce0322faf Package: ros-rolling-joint-state-broadcaster Version: 4.22.0-1noble.20250331.202011 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 379 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-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_4.22.0-1noble.20250331.202011_amd64.deb Size: 103024 SHA256: 8b24f293235b91b26fa047bec35c055caea2ab6c277c44f701832e925fdc4273 SHA1: b2cba118749ff1c6ba65ed47812e7fe28fa7f042 MD5sum: 4f40fe2db2a88e96b1da49b741fb91bd Description: Broadcaster to publish joint state Package: ros-rolling-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-joint-state-broadcaster Version: 4.22.0-1noble.20250331.202011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1640 Depends: ros-rolling-joint-state-broadcaster (= 4.22.0-1noble.20250331.202011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster-dbgsym_4.22.0-1noble.20250331.202011_amd64.deb Size: 1518882 SHA256: 95452f79a817a47fa935e4abaaddcdbc9eafa51342db9d24bac53105b5f457c7 SHA1: afd9774f39a4432a60abaf344410f32eb6dafc8c MD5sum: 5f34355d883a75f28115a15d4b0117d8 Description: debug symbols for ros-rolling-joint-state-broadcaster Build-Ids: ecc8e0aaf460e2778196694505fa131f4ab41278 Package: ros-rolling-joint-state-publisher Version: 2.4.0-2noble.20250331.175328 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 75 Depends: 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.0-2noble.20250331.175328_amd64.deb Size: 18084 SHA256: a1c5f58f7172ef52b5979848bdf28796af86e31b741f58c43f0d49f973c84bb2 SHA1: ea337014e73803e350722920f57eff7d906f4414 MD5sum: e46bb30a68304c09050b5e90d748c89f 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.0-2noble.20250331.175907 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.0-2noble.20250331.175907_amd64.deb Size: 16888 SHA256: d82af9b588a93ad5f0928b38f7f315b919ce6f1aaf6104b7fc03a2a40e9c0d74 SHA1: 9a2cb07c265f4c12384ef621fde24cef27d0f747 MD5sum: 9dff0a3e71a6170b407a6e685b6850a5 Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-rolling-joint-trajectory-controller Version: 4.22.0-1noble.20250331.195907 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1082 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-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-rsl, ros-rolling-tl-expected, 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_4.22.0-1noble.20250331.195907_amd64.deb Size: 267954 SHA256: ffc9aba1ab035fb309b99e855f010d25a4aba11715c531021b0937908aed15a4 SHA1: a8b310c41450f23e77efd2f0a654dccbd83475c9 MD5sum: 021fc61fd7206176ff0f35226bd9026b 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: 4.22.0-1noble.20250331.195907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4443 Depends: ros-rolling-joint-trajectory-controller (= 4.22.0-1noble.20250331.195907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller-dbgsym_4.22.0-1noble.20250331.195907_amd64.deb Size: 3975346 SHA256: 012b839b98c51d46200029fab7dafe9b97e6c6577eb389093d281b66ba189247 SHA1: 3c6c6ba04a6f3a94f4eb5144288c400efbd01299 MD5sum: 32ed7ec08d6311a9a72056010a0d55a1 Description: debug symbols for ros-rolling-joint-trajectory-controller Build-Ids: 3638e342daab1aaa3d8a03a16dcff2750630527b Package: ros-rolling-joy Version: 3.3.0-2noble.20250331.193605 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1172 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.20250331.193605_amd64.deb Size: 185986 SHA256: 4cffaca0289f0a34ba9c3a7b6fb60d09a92f29f52b6ce55b87fe31e80725ab28 SHA1: 9189f1d06f67913f7bc1149e53d5f7e083888876 MD5sum: 27d4378d8c1492fb42648d50bd652b06 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.20250331.193605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5519 Depends: ros-rolling-joy (= 3.3.0-2noble.20250331.193605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy-dbgsym_3.3.0-2noble.20250331.193605_amd64.deb Size: 4686296 SHA256: f777ff4236858d65ae139990d2ff3515302657193420501362f9adfb7d8cb077 SHA1: d11782f9a1b438c762d59dd577f4a510f89bb614 MD5sum: 51721256dc18d0ea3b55e7091a34341c Description: debug symbols for ros-rolling-joy Build-Ids: 701f21c7e24e28af9d15d8971f35beddf3064ed9 8d97990f9125f10755076017f7ea8840cb46ba05 a410ea118cede845a51a7624707789e853aeed1a bcdc0f31a5db2bed0c13e46c6fba0c0fad92fd6f cf41463b9ff7290294fae80b0f427773e7a327a9 Package: ros-rolling-joy-teleop Version: 1.7.0-1noble.20250331.175407 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_1.7.0-1noble.20250331.175407_amd64.deb Size: 21992 SHA256: 9faf65fd5a080c733b1d7a6efbed3c00e3d8399a82599444f0daae538ac872c2 SHA1: 1b298c5071d4454d23ae8b330762758b07c189e4 MD5sum: 92fc5e65e853e985d5d13b3a764b55ca Description: A (to be) generic joystick interface to control a robot Package: ros-rolling-joy-tester Version: 0.0.2-3noble.20250331.175428 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.20250331.175428_amd64.deb Size: 7488 SHA256: 5a72be9bccb22ed5dc59230751744ea15f5fc449d6de4b65f54f03df285f4cea SHA1: f443c7c360f4db60d0067a25844ece3ee0c7300e MD5sum: 03426186f84deee62fcb72f309fe27d6 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-3noble.20250331.164413 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3456 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-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.20250331.164413_amd64.deb Size: 204272 SHA256: 8a4db280c039429d09581aafa427be5ce25c2d3a4a120a504aba8934b9bafc6c SHA1: 88560fda80af3b6ec76a17c56b5d9b8f91c8bde1 MD5sum: 6df087927b4a23d6bcaa5b36e7d9a0cd 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.20250331.164413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2444 Depends: ros-rolling-kartech-linear-actuator-msgs (= 4.0.0-3noble.20250331.164413) 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.20250331.164413_amd64.deb Size: 1930092 SHA256: de58e6d923e17a245c6626a14ff354f76a88a7b869d8442fb4555db784467b56 SHA1: 7d343d483abd5072736ebd9aadea25ea572907ff MD5sum: 11a7f1f1a39164b24c157f065ae86881 Description: debug symbols for ros-rolling-kartech-linear-actuator-msgs Build-Ids: 12227e92939b2e04228e4c2350cfac41406a129c 1603a32d48bdd9abc8cf72e547cfb7ad21144ec5 348286a65810f172c1aa655cfc2b39e3983611aa 3c22cf1a29fd2c9324e1f10847254693b7f8a975 5bcecf113a0dcbd44481cfa8887811ce52b707a4 9f7db4fa5a58085febafa5e867a11f99869301b2 aefc2f2d13f06d73a4d09d36fd269d2f9e0aca6c ebd45f43abc9ea973a4f323b678c76e836c0d1f6 efef29f6a80f876e25a2c33646ae2a49d7101428 f3ed3ef99b7252def27f42ffbeb6530239c7518d fa72c2197cf23a2bdb7132582311c7af2ecee7a3 Package: ros-rolling-kdl-parser Version: 2.12.1-1noble.20250327.091336 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-rolling-orocos-kdl-vendor, 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_2.12.1-1noble.20250327.091336_amd64.deb Size: 20940 SHA256: c538f6d66aa20d283f9fc48305220990731d56fedfcf03212c4fb9ba7d8fc94b SHA1: f5418bfb9f7d2f395ad8a1e9bedb47fff8caac3c MD5sum: 823db7337f912da969de5cdfcef74861 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: 2.12.1-1noble.20250327.091336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-rolling-kdl-parser (= 2.12.1-1noble.20250327.091336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser-dbgsym_2.12.1-1noble.20250327.091336_amd64.deb Size: 166982 SHA256: 3c6baf69d4a44a22afadf6c506b657bde2cadd18a6d385aa74420de79157945e SHA1: 16789bd7a31e6ba6131d0d00865dc8b4d865a1ec MD5sum: baec1e34374c205cea11cee0f887eb9e Description: debug symbols for ros-rolling-kdl-parser Build-Ids: 50929f25fe1a1e810ac8a868e50035673fd772bf Package: ros-rolling-key-teleop Version: 1.7.0-1noble.20250331.175416 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_1.7.0-1noble.20250331.175416_amd64.deb Size: 11882 SHA256: 53f58d7146efc5b736a8534cb7a9f6dc218ffebf810fcc4984911d3f823f499d SHA1: 15a4a599b1f737109b5d980bf6d3df5f472edc1d MD5sum: 213dd09277d12e75a9c2dbe2f0f01bb9 Description: A text-based interface to send a robot movement commands. Package: ros-rolling-keyboard-handler Version: 0.4.0-1noble.20250326.141548 Architecture: amd64 Maintainer: michael Installed-Size: 142 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.4.0-1noble.20250326.141548_amd64.deb Size: 32580 SHA256: 6f3abade401877f89ef0fa6b25b179cd2a5fcd65416e174ea14f9205d8b6ae30 SHA1: 310da374f61f3cd2bf90523317f85726b4d917de MD5sum: c015dab6300f95c1e09d7fe3b010e1ad Description: Handler for input from keyboard Package: ros-rolling-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-rolling-keyboard-handler Version: 0.4.0-1noble.20250326.141548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 239 Depends: ros-rolling-keyboard-handler (= 0.4.0-1noble.20250326.141548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler-dbgsym_0.4.0-1noble.20250326.141548_amd64.deb Size: 215062 SHA256: 98531ec56d793b2cdb07fda381a293fb39c450cb57ad97868ef07b73385c0e50 SHA1: 30533458caceecb3285380bc3baa31aa0c2f66f0 MD5sum: c125921f52b69ef7fdae8cf753795d1b Description: debug symbols for ros-rolling-keyboard-handler Build-Ids: b1d50ba556f94db9192e616f02e75a8b95903268 Package: ros-rolling-kinematics-interface Version: 2.0.0-1noble.20250331.190254 Architecture: amd64 Maintainer: Denis Štogl Installed-Size: 90 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface_2.0.0-1noble.20250331.190254_amd64.deb Size: 15998 SHA256: 3bb0743e1956d63f402f27f71fd1afe1f3cc5dd366da8ce787226cdf0801510b SHA1: 6f61e557d4c6a7c2d03d088e5eb1cdc9e0219f0c MD5sum: 9b840de96fd5a4bb721a075ec38b2008 Description: Kinematics interface for ROS 2 control Package: ros-rolling-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-rolling-kinematics-interface Version: 2.0.0-1noble.20250331.190254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Denis Štogl Installed-Size: 180 Depends: ros-rolling-kinematics-interface (= 2.0.0-1noble.20250331.190254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface-dbgsym_2.0.0-1noble.20250331.190254_amd64.deb Size: 165082 SHA256: 8ac21e7ff197c29bd399ebaaa0511ce959ed81ee5f8b6b10c3f3b062e319533d SHA1: 8def400f898c1d44f5068bf493b5c97ec3fa2bbf MD5sum: e498408ea2db08d105c6c34907a8ef7d Description: debug symbols for ros-rolling-kinematics-interface Build-Ids: b0dd7026ae6b293575270097d10a33954517b6b2 Package: ros-rolling-kinematics-interface-kdl Version: 2.0.0-1noble.20250331.191603 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 178 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-kdl-parser, ros-rolling-kinematics-interface, ros-rolling-pluginlib, ros-rolling-tf2-eigen-kdl, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl_2.0.0-1noble.20250331.191603_amd64.deb Size: 52516 SHA256: 7fe1cbf51011278c689133f07792d4f7d9b8a400812821663a7ffe39539401f6 SHA1: d8e17d186bffb4fdaecde2f76f81166dfb495911 MD5sum: 8e2cd6791fc02e30b07950fb1c1995d5 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.0.0-1noble.20250331.191603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1830 Depends: ros-rolling-kinematics-interface-kdl (= 2.0.0-1noble.20250331.191603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl-dbgsym_2.0.0-1noble.20250331.191603_amd64.deb Size: 1821412 SHA256: 7ead9b0743834670ae87c2075b6dbef18acd606004d2706720166420570bee47 SHA1: 4d6e56c9799fbd0be965f0bb109825659dfe0276 MD5sum: 69b66428170ac00ed3ac50b400be606c Description: debug symbols for ros-rolling-kinematics-interface-kdl Build-Ids: cf1558659b81da60da0db4cd35bdd878bc170ee6 Package: ros-rolling-kitti-metrics-eval Version: 1.6.3-1noble.20250331.202356 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 148 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_1.6.3-1noble.20250331.202356_amd64.deb Size: 54136 SHA256: 64fa72fc45d5d813060f0ea20a271f791084bf0602b7998dc73397fecb0d4564 SHA1: 1a5fb7c8dfea0a4b3d232a5db1bff25ffae8afa5 MD5sum: ec8d2cebc28f8f99276b019c4a7cccaf 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: 1.6.3-1noble.20250331.202356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 642 Depends: ros-rolling-kitti-metrics-eval (= 1.6.3-1noble.20250331.202356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval-dbgsym_1.6.3-1noble.20250331.202356_amd64.deb Size: 604030 SHA256: ecd81cd8776bd75131c54a517d2e9965e6f16701e7978ee58c70ce6beeee9bad SHA1: bc7658054914d4cd131916dadb91178309382c79 MD5sum: 06106167474557068e9077d27b1c8ada Description: debug symbols for ros-rolling-kitti-metrics-eval Build-Ids: 0bf3a53c8f33c8dff6c5d7cf975e976c35490aaf Package: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-4noble.20250331.165227 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3877 Depends: libc6 (>= 2.14), 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-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.20250331.165227_amd64.deb Size: 262004 SHA256: 994612a859b4825efc966baea342b98f5b4e9a6af8b4c7bc550482c3bfea9462 SHA1: ad5fbb79081c74abc6e18ff6ee181f117c60de4f MD5sum: f4009a462d07f72a00ce90f1aee49012 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.20250331.165227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2681 Depends: ros-rolling-kobuki-ros-interfaces (= 1.0.0-4noble.20250331.165227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces-dbgsym_1.0.0-4noble.20250331.165227_amd64.deb Size: 2092370 SHA256: f9bccda264bef95516cca4626363ef0be809f8a4135de1d2509ba810dcdc4168 SHA1: 132384fa17c6bf36e8a364801408be950dcc8089 MD5sum: 531fc6472141ef423cbe0acd2eaf3cc5 Description: debug symbols for ros-rolling-kobuki-ros-interfaces Build-Ids: 009ccf78c444d567b3fe02abe7e5914fc2763c54 164ead6a6c1cdd22a8e0753e433ba255b33cbeb0 43c9f02c5e8dacb449b6baad1d5229016101d765 67c3750d17ac3ebbd9234c49b87442b9d3405eb0 693469c14dde04e4f9ad5853be724698433dbf71 7a94959c0b85c000ec9ee97887952386d58bc7d0 c5db2616d9230613b1910cd1a6031a863641fb31 cade6598e96bde5d2fee6ea8046a732c93bd3a16 d10d7e275f05959fd2a17566b55081d799602481 e8a9731939176be9bab1a875f595bc47ce79c809 ed4c912a292568980d20a7f3009b512a930a0362 Package: ros-rolling-kobuki-velocity-smoother Version: 0.15.0-3noble.20250331.184518 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-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.0-3noble.20250331.184518_amd64.deb Size: 142926 SHA256: 2815ddb6dd1c91485831545b5d2ff58a17dfa085965b748439acab649caf5878 SHA1: 250bc4a91568468e90b78a923f451d611b7de002 MD5sum: d3c0200338c73d8a278e527bb119bd19 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.0-3noble.20250331.184518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3318 Depends: ros-rolling-kobuki-velocity-smoother (= 0.15.0-3noble.20250331.184518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-velocity-smoother/ros-rolling-kobuki-velocity-smoother-dbgsym_0.15.0-3noble.20250331.184518_amd64.deb Size: 2761182 SHA256: 830cf09e0eff2a36a98373db5eaed7030d07b0af843ebadc5362ed742b7f60f4 SHA1: 3f5925f1223b95ee919d4922d390683aacdc15ac MD5sum: 6da34e4b838842840a58b635edce8ca1 Description: debug symbols for ros-rolling-kobuki-velocity-smoother Build-Ids: 658f7d7ddf1a0d4b8b1471e205286793b0251ce1 871fd7396871379acf28f99641e5ceeea7252dc4 Package: ros-rolling-kompass Version: 0.2.1-1noble.20250331.200124 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 569 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.2.1-1noble.20250331.200124_amd64.deb Size: 116102 SHA256: 19c3e3f9c50c5d9b28a066626df68ad36694469efebdc0b5a2131b70e4681be6 SHA1: ddb4bfa878897b863bb03ce94a75eb7b39a1cae8 MD5sum: c6a696af9c543ab265e6a8d1a0a0e075 Description: Kompass: Event-driven navigation system Package: ros-rolling-kompass-interfaces Version: 0.2.1-1noble.20250331.171432 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 13860 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.2.1-1noble.20250331.171432_amd64.deb Size: 776836 SHA256: 166df1b4b38fd7249f416b497cfa39f54e6ef3d1bf380c37a5a9bf80a50e6e76 SHA1: 18a6cc7621ee29eeb6853bed17924e2e09923e67 MD5sum: 63a99c241cb0b2d3d50fc7ffec6a992f Description: ROS2 Interfaces for Kompass Package: ros-rolling-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-kompass-interfaces Version: 0.2.1-1noble.20250331.171432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 8213 Depends: ros-rolling-kompass-interfaces (= 0.2.1-1noble.20250331.171432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces-dbgsym_0.2.1-1noble.20250331.171432_amd64.deb Size: 6120898 SHA256: 86437507af0c3d20f4dd62a39f177986914dde89c34b7064fa1106c6c9d81b62 SHA1: 5ed578602931ff45d7b091c6542c17fdf3e33732 MD5sum: 188df6699cfc9884a395395c65d12d76 Description: debug symbols for ros-rolling-kompass-interfaces Build-Ids: 134568175e0f841e86bf94f3a8696bf0bc95f5c3 2e725959623bd1a1f256c122f68cf0a937c0f511 3633309cb52b984e5fd7cca9a73a5d70ad525c8a 4b4664a66d71cbb5f8ea62e9301b09f0c25a7a1e 6a9c1b03984aa783c0dac1d1b02190772721a53d 6b45fb731f11d01007425a4e060a3e337e5a4927 8681c5d1f41161141e2f727c72b95eb42770cc43 89e9e64a1462ad7489511068592622b609dfb996 a3986da06bff13e310f3c4e0d587712f84ec7cb8 a4963b7971fb4362e16aa5807b5c4f7e9d136b81 add0e3519694daa1484394e4dce13b6f6cfc7204 Package: ros-rolling-kortex-description Version: 0.2.2-2noble.20250331.205532 Architecture: amd64 Maintainer: Installed-Size: 23296 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-joint-trajectory-controller, ros-rolling-picknik-reset-fault-controller, ros-rolling-picknik-twist-controller, ros-rolling-robot-state-publisher, ros-rolling-robotiq-description, ros-rolling-rviz2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kortex-description/ros-rolling-kortex-description_0.2.2-2noble.20250331.205532_amd64.deb Size: 6245538 SHA256: c4c313f13e11ca42c5bf3bc7a38b6d758af26cd637d00829306ad97e62773ff1 SHA1: 12697f89d1df58b4dcc55110e3ec38271e126744 MD5sum: b2db3d4b9cc7b25e4f642f090a60afd9 Description: URDF and xacro description package for Kortex robots This package contains configuration data, 3D models and launch files for Kortex arms and supported grippers Package: ros-rolling-lanelet2 Version: 1.2.1-6noble.20250331.185312 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 42 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.20250331.185312_amd64.deb Size: 5664 SHA256: aafb52547cb6f0cf904de978f413ddcf0071791da3a816d4c0897f63bd684d75 SHA1: 1c9225886a5b8179b4e03266ced8ae73a7b91be6 MD5sum: d27539afa0cef0848ef7f223b21a2cb7 Description: Meta-package for lanelet2 Package: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20250318.172357 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-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.20250318.172357_amd64.deb Size: 435166 SHA256: ce7ad453952c14d2be2443c170d023f2649bbb3b5dbd73bf5788d97ce13c2c62 SHA1: 3227e9d2057f476dbd4a934428564c2f1afffaf1 MD5sum: 393709fc308397374a00aa644e86f6ba Description: Lanelet2 core module Package: ros-rolling-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20250318.172357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 12516 Depends: ros-rolling-lanelet2-core (= 1.2.1-6noble.20250318.172357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-core/ros-rolling-lanelet2-core-dbgsym_1.2.1-6noble.20250318.172357_amd64.deb Size: 11909124 SHA256: 8c16bdadd06b1baf4644c73c5c0dd9fe7fc1ebbfd8f0e786ad2389506f8fd1be SHA1: 3596490db4474b909b125261d2dad0be4c311629 MD5sum: 1e2021edd1283a2afbc8d4188091092d Description: debug symbols for ros-rolling-lanelet2-core Build-Ids: b1d97d00586039a35da5bdd9fefa8d8c25ead37d Package: ros-rolling-lanelet2-examples Version: 1.2.1-6noble.20250331.180156 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 431 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.20250331.180156_amd64.deb Size: 100046 SHA256: e31198f65c477fe111f340683b2725bbac7c95c6e46a258ef50ce187b79e5edf SHA1: d5947cb1ce2da8288b6cf76e554ca8a547187e77 MD5sum: 3e170b169a5380eedfa9b86d5c6cb4a8 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.20250331.180156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5328 Depends: ros-rolling-lanelet2-examples (= 1.2.1-6noble.20250331.180156) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-examples/ros-rolling-lanelet2-examples-dbgsym_1.2.1-6noble.20250331.180156_amd64.deb Size: 5235922 SHA256: 070ac92ef03ea0bd5772c49ec8d6098b584916ca9535d409926a3888ada51622 SHA1: 873c154f88e8393d9d2f87dc1b652e69f0167bec MD5sum: c97820d50377c9978cce944abfaee7d5 Description: debug symbols for ros-rolling-lanelet2-examples Build-Ids: 6737d90dd7e1eea22138b5abf76cd25ada18a79c 9ed81366d02fd9fe1950dede5b52eda2bc742af2 cfc7447e98c6197e2a58dc2dbab229538169c3ff dfad7246278a2d296afff03d8479227bc85c4a34 ed780df825ad4bec7beb3660a549fdb15c31f6ac f2e85d1603b62291e9bd749d92dc1c04548adb59 f71d91ca83afbc6a58d50f102868379943b3a0e8 Package: ros-rolling-lanelet2-io Version: 1.2.1-6noble.20250318.173248 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-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.20250318.173248_amd64.deb Size: 241108 SHA256: d7b30b0c47c841124c1c8c1e017e3edababb03bfb306cf869af9ba3399fff6ef SHA1: ca14efff618b2503632209c1a2ef515cf618c5eb MD5sum: d586aabd07a090d2533ce0ec4e54f4c9 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.20250318.173248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5263 Depends: ros-rolling-lanelet2-io (= 1.2.1-6noble.20250318.173248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-io/ros-rolling-lanelet2-io-dbgsym_1.2.1-6noble.20250318.173248_amd64.deb Size: 4757804 SHA256: c93d729ab924f0b06dd11c24ac8fad028cd64dde8ee1023c7e1fa47c0ee7de33 SHA1: cc98c560abba6a638b869bfa3df49ca3a785a073 MD5sum: e3600f98a40a128d8ea50b1959799765 Description: debug symbols for ros-rolling-lanelet2-io Build-Ids: d94240a1c12d647b0aa64dfd5b2b5062a292f63f Package: ros-rolling-lanelet2-maps Version: 1.2.1-6noble.20250318.173240 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 787 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.20250318.173240_amd64.deb Size: 68034 SHA256: 697d14d9d99ffd41031ee92ebdb2a6c3149e9f9339a2936e616ae45a8a2bb7c4 SHA1: 360702526b1af47e57e8bd1a5428e338e652857e MD5sum: d320f05bb75ccccb62b32181a8e05e8a Description: Example maps in the lanelet2-format Package: ros-rolling-lanelet2-matching Version: 1.2.1-6noble.20250318.173608 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 262 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.20250318.173608_amd64.deb Size: 77852 SHA256: 43fe0fd91bd3f2e968b5cdfb6c02ffb42415faed149595f6882c7b73e2d24233 SHA1: e69fcd9630e7aad967daae2a429967744fc9b9c6 MD5sum: fbe1a390e71542eeac2e136dc0017bce 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.20250318.173608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 2255 Depends: ros-rolling-lanelet2-matching (= 1.2.1-6noble.20250318.173608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-matching/ros-rolling-lanelet2-matching-dbgsym_1.2.1-6noble.20250318.173608_amd64.deb Size: 2224162 SHA256: a248acf8a78dd704b378994347106050ade2eeeb44f5d4780f6f6f08e5ccca24 SHA1: ee0da3d58394a29331df2c792c625d6e59d32741 MD5sum: 854da35c63591cb65eb33e33ada07301 Description: debug symbols for ros-rolling-lanelet2-matching Build-Ids: 64f4dd5108c4fca625798ea75bad9be5148563d2 Package: ros-rolling-lanelet2-projection Version: 1.2.1-6noble.20250318.173734 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-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.20250318.173734_amd64.deb Size: 19504 SHA256: f81687ab0e31635a3c910d2971dd7379c3da9a7e53079d8cd824a00d7fb3fcaa SHA1: d63b58c5fcf3cdfd0108123fd1be2c49cb567761 MD5sum: 644c283a67acb17e51b3ffc9eb82680e 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.20250318.173734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 166 Depends: ros-rolling-lanelet2-projection (= 1.2.1-6noble.20250318.173734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-projection/ros-rolling-lanelet2-projection-dbgsym_1.2.1-6noble.20250318.173734_amd64.deb Size: 148952 SHA256: 5c2ab211a3e4750a1adb4ac5d1fbc09fd616958e90cfeb95aaa037555206765c SHA1: 55d3cfbf77ec653466ca2af2ad089cc1dff6db00 MD5sum: 51941f0a56cbf6ebf76a73a66ce46192 Description: debug symbols for ros-rolling-lanelet2-projection Build-Ids: 8b84649064c3b3e927c24bdccef9e4246aa66151 Package: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20250318.175207 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-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.20250318.175207_amd64.deb Size: 1125240 SHA256: 5ba1b60564ffac5213a7a2fb65fcacd7efbb9ec568153df1f39223330e1ba9da SHA1: 8c357e2411373809339474aa8a770ac675316997 MD5sum: d3a9661242d534f33ddb00eb111bcf2f Description: Python bindings for lanelet2 Package: ros-rolling-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20250318.175207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 27721 Depends: ros-rolling-lanelet2-python (= 1.2.1-6noble.20250318.175207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-python/ros-rolling-lanelet2-python-dbgsym_1.2.1-6noble.20250318.175207_amd64.deb Size: 23108324 SHA256: 416ba43c34c7951c7be460c204dcbf95232dec0a083673dc1398eceea604c260 SHA1: 4ea7127422fd8156ecbba8183f96d739c1416659 MD5sum: 82f6c9f50497d3d213517ec35e6f207b Description: debug symbols for ros-rolling-lanelet2-python Build-Ids: 17a9b7700e3eafba7cfe175e1313a6ea73f3210c 3e6c4c5ffdf26aba20d9d7687132fcc6b0b08bf5 431441274be7e23d42b741b5ed1de1ff36f2c202 6be99688128a5bc217e3010fc9a0dd00da4a7367 73f4f12a153bdd76107890c289ebbea1789badf3 bf4cf298bdd999389d4f5ecb044f72d87a1ae9a9 e0ccac478b19476383b2ae64b669a2a1f512447c Package: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20250318.173649 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 810 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.20250318.173649_amd64.deb Size: 261542 SHA256: ae6ceacf53612ffbb7538a3bdf087a3c2eb949afeb1602b0c8b699c5b8bb3659 SHA1: cdbf512c8e0648af1d93c3de4fb99744b6790140 MD5sum: 422e5b93ace71a5cac641d652dbe96db Description: Routing module for lanelet2 Package: ros-rolling-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20250318.173649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6178 Depends: ros-rolling-lanelet2-routing (= 1.2.1-6noble.20250318.173649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-routing/ros-rolling-lanelet2-routing-dbgsym_1.2.1-6noble.20250318.173649_amd64.deb Size: 6030228 SHA256: eb238cb5fe379eff1309c3adb62f9065d72a5e1f0e4be94b0ef0d548ee1d5f4a SHA1: 26bc1b5ade4ce1b3d18e7ead2610176ed4f53708 MD5sum: 0ca5c78b15c0e228a711cff87f18a962 Description: debug symbols for ros-rolling-lanelet2-routing Build-Ids: ce53cbff48ccc9b5c28224dbc21e22c726df6f01 Package: ros-rolling-lanelet2-traffic-rules Version: 1.2.1-6noble.20250318.173244 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 208 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.20250318.173244_amd64.deb Size: 56440 SHA256: 735f3d5c8ec5506a7928a1d836304b4416d6396da461d5c5e9a048c478c57af7 SHA1: 3143f96f4b4fb27c405e23aed85d1bdb6ac942e1 MD5sum: d931f6fd52513d6ac63d902bd5559d61 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.20250318.173244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1337 Depends: ros-rolling-lanelet2-traffic-rules (= 1.2.1-6noble.20250318.173244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-traffic-rules/ros-rolling-lanelet2-traffic-rules-dbgsym_1.2.1-6noble.20250318.173244_amd64.deb Size: 1307438 SHA256: 9857af540e3198a2483640cdd444a761ae4c2b88c0a6807faf79e125dbffc412 SHA1: 0fd92d3b29ba5605e7e249e712e5dca3d4e5036c MD5sum: bfcd0c24b4a96bdf6787ae273cc61eb6 Description: debug symbols for ros-rolling-lanelet2-traffic-rules Build-Ids: 6edd53e2eba65862e4b9d5828bc5e0898a7bae97 Package: ros-rolling-lanelet2-validation Version: 1.2.1-6noble.20250318.174546 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-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.20250318.174546_amd64.deb Size: 131672 SHA256: 6dde080eeae421967b8a5569bcd334715baf3b8ded51c66b757e722af7a82f21 SHA1: 8b70652afc1a0b81d56c1857d555c598e7c10322 MD5sum: ec1f011a876ad3475f2aafd1cd1fe74c 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.20250318.174546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 3773 Depends: ros-rolling-lanelet2-validation (= 1.2.1-6noble.20250318.174546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-validation/ros-rolling-lanelet2-validation-dbgsym_1.2.1-6noble.20250318.174546_amd64.deb Size: 3676336 SHA256: f5ef57806455300ef45b2292c500496e1897697d316ba3edbbe80b46cacd6072 SHA1: 2ebe7adb96f0859d377d74e8b07ec35dfa50840b MD5sum: 37fadac4e601ce347ff0eb3f34d4756a Description: debug symbols for ros-rolling-lanelet2-validation Build-Ids: 698a15d9540ed8256c796d94bc173d2a7a73585c f02f08d5821c41dbcfc068d15a0ab792d261fbe8 Package: ros-rolling-laser-filters Version: 2.0.8-1noble.20250331.195908 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 3121 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-rolling-angles, 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.0.8-1noble.20250331.195908_amd64.deb Size: 600018 SHA256: 9b9e4d34f461d6499cdcfcc6c433b87313c998f1b9b8159bd3f4fed46565fefe SHA1: ed86ce73854680bc730993136727edb2006ee14c MD5sum: e5f6f61e689f177ebd245dc8113648d0 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.0.8-1noble.20250331.195908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 14313 Depends: ros-rolling-laser-filters (= 2.0.8-1noble.20250331.195908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-filters/ros-rolling-laser-filters-dbgsym_2.0.8-1noble.20250331.195908_amd64.deb Size: 12705670 SHA256: e9c9d6eb0eeb78117783bcb4c063decc1af61d6ace8508b00b4b1b7c966a6baf SHA1: a09dbedfb0303cfb16692304d80fd120bd339418 MD5sum: d0391107cda54e0dad9793bdb054818a Description: debug symbols for ros-rolling-laser-filters Build-Ids: 3a3ccf918ad551bcd7b506bb4cdc3801982bd90d 9744983d85dcd868cd2b4d315b832f3f21aa2e92 a1095bc6c24af1d402376e3696db31c3699936f9 cfba6f9e88ba5515d10de262ecf40ecccb2172d8 e86546584ca44f8632309f9c7ec50ffb7167d090 Package: ros-rolling-laser-geometry Version: 2.10.0-1noble.20250331.180728 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-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.10.0-1noble.20250331.180728_amd64.deb Size: 26286 SHA256: a2a780a1a514e3ded0045c9c217b6b85574bc046b3b0e1066d9b8a901121462d SHA1: 3ec1b10b0c237a9dfd91ef473426c81419fcd823 MD5sum: bf2f05a9e555d2223bd3cfe90ab00859 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.10.0-1noble.20250331.180728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-rolling-laser-geometry (= 2.10.0-1noble.20250331.180728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry-dbgsym_2.10.0-1noble.20250331.180728_amd64.deb Size: 156854 SHA256: c39ed6f911fd53e23f39eddb65c7c52e539a7f16aaef402711c19ce7aa148cab SHA1: 35d1c3a342a2a447bb305a1b8c20c2c1951f5893 MD5sum: 40b0569d78d75d634ad8faa285263c21 Description: debug symbols for ros-rolling-laser-geometry Build-Ids: 09613d58646b2fc397fa89a54f258ae2e9c80c25 Package: ros-rolling-laser-proc Version: 1.0.2-6noble.20250331.193449 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-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.2-6noble.20250331.193449_amd64.deb Size: 144230 SHA256: 795d337e2627aec04b9584131d6c64467b80b571b3329a08d7e9a0cd848fa547 SHA1: 54080247ae5e48505df569cb6d6396d9ee2a0290 MD5sum: 398cfd67912843e63a1ea0be0b21f70a Description: laser_proc Package: ros-rolling-laser-proc-dbgsym Package-Type: ddeb Source: ros-rolling-laser-proc Version: 1.0.2-6noble.20250331.193449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3240 Depends: ros-rolling-laser-proc (= 1.0.2-6noble.20250331.193449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc-dbgsym_1.0.2-6noble.20250331.193449_amd64.deb Size: 2834546 SHA256: 8ef01652a6cc35496abf7842cfcd188170fcb95954c7d5d03f236c1e720ca3fc SHA1: f758446f7522de4625cc6661d11d35284e43b83c MD5sum: a70a5db14202c0e65b81b861c3276acf Description: debug symbols for ros-rolling-laser-proc Build-Ids: 3392b0f2092591beeb93b8a6c47cdfed82498ced f8bbc3a16b5430bbdbcccba6b752cb9285388347 fdbe67b2845af4bd134eb3ec0884d7f7927ddbcf Package: ros-rolling-laser-segmentation Version: 3.0.2-1noble.20250331.193516 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 749 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.20250331.193516_amd64.deb Size: 164032 SHA256: b0c78a121505e6049cbce6ef18b4542a612ac6f8bdd459d3ce7c2f195823cd8f SHA1: 8358dc9b3a1630483962d9d3566c5af174fd2508 MD5sum: af60abd57b6d29e15a596ebcfb9adcdf 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.20250331.193516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3393 Depends: ros-rolling-laser-segmentation (= 3.0.2-1noble.20250331.193516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation-dbgsym_3.0.2-1noble.20250331.193516_amd64.deb Size: 2990192 SHA256: c1755bd0a96810ae607ee2841ee416737aaaf287587c64f5f32c59c6cbec6d22 SHA1: 69b6c37138d52f0913d1ffac0b9517303af2dab8 MD5sum: dcd2c9ef528ac191347e82230e5d8114 Description: debug symbols for ros-rolling-laser-segmentation Build-Ids: 1cfb198ca88059282ba78a69fa434097f8462c8b e6283b25deea5fdab839e8d4b1d37cd8b176a38a Package: ros-rolling-launch Version: 3.8.0-1noble.20250318.170454 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1132 Depends: python3-importlib-metadata, python3-lark, python3-yaml, ros-rolling-ament-index-python, ros-rolling-osrf-pycommon, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch/ros-rolling-launch_3.8.0-1noble.20250318.170454_amd64.deb Size: 209466 SHA256: 6f6b42734d276b9553f615d8ab3318c8859897ec073981f3b339cd3bd49a6a7a SHA1: 3e7929ec0cd58cfe7decd3dca5dc5f903486ce38 MD5sum: 96fc18a5d5714014ccd0aa99ae73ca6d Description: The ROS launch tool. Package: ros-rolling-launch-param-builder Version: 0.1.1-3noble.20250331.175908 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.20250331.175908_amd64.deb Size: 9010 SHA256: fdbb2ad558ed97348e91e3fd53bf76aa1e3125a5d5c285e51d84fae4d4614466 SHA1: b438e9e8ac156114d50283900bf60a1a7948f7dc MD5sum: d927db11f9fe7c34085a170a343730a2 Description: Python library for loading parameters in launch files Package: ros-rolling-launch-pytest Version: 3.8.0-1noble.20250318.172807 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 128 Depends: python3-pytest, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-testing, ros-rolling-osrf-pycommon, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-pytest/ros-rolling-launch-pytest_3.8.0-1noble.20250318.172807_amd64.deb Size: 27418 SHA256: 376873ec16bd1500217cad67d285270224b4e8158d8c5004061816f1445edebf SHA1: 3d57f9d7c7e5594645d4f8c713845396324c9264 MD5sum: 3cdff76b9820418cf4b2ce3945489750 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-ros Version: 0.28.0-1noble.20250331.175409 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 430 Depends: python3-importlib-metadata, python3-yaml, ros-rolling-ament-index-python, ros-rolling-composition-interfaces, ros-rolling-launch, ros-rolling-lifecycle-msgs, ros-rolling-osrf-pycommon, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-ros/ros-rolling-launch-ros_0.28.0-1noble.20250331.175409_amd64.deb Size: 89382 SHA256: 5bb14961d4eefe842098833aaccc11aec889844fd6eef6dc6d315cf68e980be6 SHA1: 5d026d3cd020c33d6a126458c2fddf8a89a0d383 MD5sum: 4cb19db7a38a29d1fb372401b85d4fd6 Description: ROS specific extensions to the launch tool. Package: ros-rolling-launch-system-modes Version: 0.9.0-5noble.20250331.175433 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.20250331.175433_amd64.deb Size: 18390 SHA256: 22a944c054386c16c22cbe12b9dd6c1b92bc9d88941bc2717ea66f3f31d07965 SHA1: b615b29f19516fb78480777eb53ac199d1d7a00e MD5sum: 0405c740c16ed28b486e6845afce5631 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.8.0-1noble.20250318.172434 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 401 Depends: python3-pytest, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-osrf-pycommon, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing/ros-rolling-launch-testing_3.8.0-1noble.20250318.172434_amd64.deb Size: 87772 SHA256: 4bfe1beceb65685ac05086fd217c1a4df5806c9f4913177bce573667d4f612e1 SHA1: d0acbc84970f16b9aa993f913a22620521f63d5e MD5sum: fb0a09b799cd607bb5b150709ffd20b1 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-testing-ament-cmake Version: 3.8.0-1noble.20250326.141603 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 50 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.8.0-1noble.20250326.141603_amd64.deb Size: 8994 SHA256: fedaa1fc4e81bd85a5012e7ed661a18ba0a4fabbf103464ef1f572db505da319 SHA1: 11ce7bb137dbf5a17a3783e73dc109812e85a5ca MD5sum: 235407c956481e7b04bbd17d4ebd8bc7 Description: A package providing cmake functions for running launch tests from the build. Package: ros-rolling-launch-testing-examples Version: 0.20.4-1noble.20250331.201539 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.20.4-1noble.20250331.201539_amd64.deb Size: 14262 SHA256: 4a1e721f6720595f6b212490b1339fbc5a20cf7c7b9495526ed1dcaa97385d7d SHA1: 68447d291a04b27e8d0579ae88425953cfdbcba1 MD5sum: e3ee657a0caf5ef78a107dd4b8cc5a96 Description: Examples of simple launch tests Package: ros-rolling-launch-testing-ros Version: 0.28.0-1noble.20250331.175915 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 113 Depends: ros-rolling-ament-index-python, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-ros/ros-rolling-launch-testing-ros_0.28.0-1noble.20250331.175915_amd64.deb Size: 20782 SHA256: 4487ce22a9441b8cf628c682afaa3a17f8de9312dedae8c9d4232fd512154784 SHA1: 7475f9523ec97d01660fde156d710a334f0f2fa0 MD5sum: 6a10b433a7c465cbc6eb48c169e1a7b9 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-rolling-launch-xml Version: 3.8.0-1noble.20250318.172300 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.8.0-1noble.20250318.172300_amd64.deb Size: 11538 SHA256: 1a00da6f4ffd65a5c742a44d0811dcc35b4fcac9f0336ece72c18ea46105ff00 SHA1: cd3808b43dcd82c1dd623b0f7ad24a6d8dfbe55a MD5sum: d5b63452003c3815c02d3aa97b855b1b Description: XML frontend for the launch package. Package: ros-rolling-launch-yaml Version: 3.8.0-1noble.20250318.172405 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.8.0-1noble.20250318.172405_amd64.deb Size: 11910 SHA256: 25751217e3b858b5026874f1e2ff8caf50ba6b889786d389cb63a40d5614bd45 SHA1: 84ed5c915c73806724ae311110ed2038a5e1bc48 MD5sum: 87c829b2d69907129923a4ad6abbd64f Description: YAML frontend for the launch package. Package: ros-rolling-ld08-driver Version: 1.1.1-1noble.20250331.183042 Architecture: amd64 Maintainer: Pyo Installed-Size: 202 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.1-1noble.20250331.183042_amd64.deb Size: 59438 SHA256: b0cdc3ea7e6d91cbca6758c60b6a63f79cf017b88394df6a4add8fe1adfb588c SHA1: 8484c7499eb263fd6ac1ba0e9ad88dce723afdd3 MD5sum: 5c95271269e104a7bbd2e41cc235de27 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.1-1noble.20250331.183042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1017 Depends: ros-rolling-ld08-driver (= 1.1.1-1noble.20250331.183042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ld08-driver/ros-rolling-ld08-driver-dbgsym_1.1.1-1noble.20250331.183042_amd64.deb Size: 960294 SHA256: 7e613287099b00f37206fbc9b714876eb9832b45b4f54ea7c40726bb27936bb4 SHA1: 8fa1ce4d341b3c3e0d567fbee05e86397a45de3e MD5sum: 43f80ce3385c72e6288deaf94036ea08 Description: debug symbols for ros-rolling-ld08-driver Build-Ids: 1d93ce68a442a545d35ab3515b9fa42c4bde7d95 Package: ros-rolling-lely-core-libraries Version: 0.3.0-1noble.20250326.141611 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3770 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.0-1noble.20250326.141611_amd64.deb Size: 678532 SHA256: 7e54905ca96d256a35703d00bf804ad45c49652a163b3943d991b9bd2fc84f94 SHA1: a0944006b5f3fad70791058fd24b87907cd3d616 MD5sum: b4cd5583f1a4521d686032be5304321e 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.0-1noble.20250326.141611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3329 Depends: ros-rolling-lely-core-libraries (= 0.3.0-1noble.20250326.141611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries-dbgsym_0.3.0-1noble.20250326.141611_amd64.deb Size: 2660294 SHA256: 97710d70eafe294313eff7e89311e8c46094d443601027700d92eb8ae779d028 SHA1: 9993d21295ec6d0c18b6107662f835f557d54d25 MD5sum: 51c4dd9622ef6893197a9a3dd16dceb0 Description: debug symbols for ros-rolling-lely-core-libraries Build-Ids: 172c6ed5024a0cc13dd7d601c5846bd2481e6d44 1c2c99058e10fd98f5c008429af278e51d68958f 29fd2a65ef8d66f358985518d1e28b3f866f812e 56f945ce3cca0844447283f537082e71b5eccf44 60766d61a67a71e320f32c6fa33996c814cdecb6 80942e0d433577b8b6abba7b4a45b00e889a587d b95a9841c45001adc784fa20365216619590a647 ce1a89e140666d8e633a4492edd9b33b5916a3f9 e73d99e2f4c4499931fafffa687e003a73a2a053 Package: ros-rolling-leo-bringup Version: 2.0.0-1noble.20250331.202100 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 58 Depends: ros-rolling-geometry-msgs, ros-rolling-image-proc, ros-rolling-leo-description, ros-rolling-leo-fw, ros-rolling-robot-state-publisher, ros-rolling-rosapi, ros-rolling-rosbridge-server, ros-rolling-sensor-msgs, ros-rolling-v4l2-camera, 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.0.0-1noble.20250331.202100_amd64.deb Size: 8612 SHA256: fd047404ae391e164bfc68d4c18463de67e0e7539560a3d3473df4f56a93ebf2 SHA1: 069077c5fd6ba56a897443c83cd59f27cea918ef MD5sum: b0b6a3ed3dd32624ae9b5aac91546cb5 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-rolling-leo-description Version: 3.0.3-1noble.20250331.201954 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 33012 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.0.3-1noble.20250331.201954_amd64.deb Size: 5797682 SHA256: 297e9babc6612b35d1816bb5fe090667b679096dba0aef2969f38ff800e64139 SHA1: c34503bfe6ae039db1684b42379d507b84bb3763 MD5sum: 2ef644b5bd2b0f24ccd77772f3cf7f3d Description: URDF Description package for Leo Rover Package: ros-rolling-leo-fw Version: 2.0.0-1noble.20250331.183947 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1778 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), python3-dbus, python3-numpy, python3-whichcraft, python3-yaml, ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-leo-msgs, ros-rolling-nav-msgs, 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.0.0-1noble.20250331.183947_amd64.deb Size: 399232 SHA256: d33dc1cf03236712ca821aff54c8e6459f7ec2c6a575ed44214d25fc2549f752 SHA1: 1d1f375ea23126dbf15b7a6fe5dcebf25e0715e0 MD5sum: c525f401dc917daf68f0f007fbc7574a 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.0.0-1noble.20250331.183947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 6116 Depends: ros-rolling-leo-fw (= 2.0.0-1noble.20250331.183947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw-dbgsym_2.0.0-1noble.20250331.183947_amd64.deb Size: 4987946 SHA256: 9b8620482d80165060edd5c5e866ee371774a0f6612f512f2fb99c1a81ef97e2 SHA1: 2580643272ea5ea76804974417983655496fa8df MD5sum: 7c652e1c8d92a519655f24eee0d15e86 Description: debug symbols for ros-rolling-leo-fw Build-Ids: 47611dc79d646f5eab1af3da13c17eebe97d9796 6193c55a4d56a69ae38a926887c67907aabd9c38 Package: ros-rolling-leo-gz-bringup Version: 2.0.0-1noble.20250331.202133 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 52 Depends: ros-rolling-ament-index-python, 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.0-1noble.20250331.202133_amd64.deb Size: 7912 SHA256: b388912ff95a28f15cd6fca71bf94404057dba9898cb98faf0ca9dea39ed7840 SHA1: 7db96ce3c3f8a03609b738c6f7f80c23c194f6ea MD5sum: 50aab7ad640991fd1f0152dd879a11e6 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins Version: 2.0.0-1noble.20250327.110219 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 800 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.0-1noble.20250327.110219_amd64.deb Size: 136710 SHA256: 3a918802da5fb16a899ebe18a70b29eb706e6b0e4e134b7a6a0a5d35dcfdf88e SHA1: 20b02cbbb97e5e925c82d6863790cc1c02d1a024 MD5sum: c5eba455f8265a94be1c0419fe54e425 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.0-1noble.20250327.110219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3748 Depends: ros-rolling-leo-gz-plugins (= 2.0.0-1noble.20250327.110219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins-dbgsym_2.0.0-1noble.20250327.110219_amd64.deb Size: 2964938 SHA256: 7b62f876284ae28bd16fe87e0ee71accea7ad93ff7799d6b874417225d463432 SHA1: 7b4f3942587f35064d35a1f3f2c7dcd9f3ab92f2 MD5sum: 0a1593034496da9e5fc741cf97971c47 Description: debug symbols for ros-rolling-leo-gz-plugins Build-Ids: 611622d0a3d4b7cb0405a7a4d2d07e3db6101ae6 Package: ros-rolling-leo-gz-worlds Version: 2.0.0-1noble.20250326.141645 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 169266 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.0-1noble.20250326.141645_amd64.deb Size: 143407084 SHA256: eb9c3b5d9af02289163a1be4943cfadb0e61a1d153e6aedd3dd20fcc9bbd6e2d SHA1: e249f5f68edaf1da77f2b1b9424aeaab2eb13199 MD5sum: 317a4116b1276477e7fd23cb2d393e8d Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-rolling-leo-msgs Version: 3.0.3-1noble.20250331.163455 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1283 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/leo Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs_3.0.3-1noble.20250331.163455_amd64.deb Size: 104088 SHA256: c849e41466709d90b8af1cd28f975db44cda76b412188d70c68c9ab29c814772 SHA1: 57ed62ff8cdea34b98fbcddf0db1eca42a2e89b0 MD5sum: da615f47d94777f82a5b9db2d447fb29 Description: Message and Service definitions for Leo Rover Package: ros-rolling-leo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-leo-msgs Version: 3.0.3-1noble.20250331.163455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 864 Depends: ros-rolling-leo-msgs (= 3.0.3-1noble.20250331.163455) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs-dbgsym_3.0.3-1noble.20250331.163455_amd64.deb Size: 667086 SHA256: da4c5113969132864858e036d39879ec1d77e4bb0d70d13d70c9f2256a28fedd SHA1: 379e7efc4316b2b4491e9c97fbe954598f0d9136 MD5sum: b5f6a40e83c6d7dd374d454e220bb607 Description: debug symbols for ros-rolling-leo-msgs Build-Ids: 2a724534141d53dc273d8e792ee759a391d41bf8 55e5cc14f5cb856ec6fafac27266328c8ad625fb 5a4cc5a29126900ef01966bd57c602ed035d4ee0 76c013116b0f5052e5ad0d6ff1d0719b3eb3056e 78087d02829383746cc74d482e4861ec9264561e 8293efbab65dfab15a3f9ded9df6ddb287c9090c a2d007ce1994493d017af94fd811287c2a7d1e68 afc3d6410468c62813473d80a16f5744a276b66a be9caeb69afe66ff3586dcc0f529ee7c38833ae5 d0eb107aaa3ed56e9f71f3d2e90745bca4713cb7 ea832124c47e7d0961978e4a6e573543f55176c7 Package: ros-rolling-leo-simulator Version: 2.0.0-1noble.20250331.202235 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 41 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.0-1noble.20250331.202235_amd64.deb Size: 5282 SHA256: 2a3764d8b0d53b3c5c0e92f7dc02e57f79b179bdd14102a11518a6003f470f5c SHA1: e52150722888e81adb332e7cf82b8a1702ff7fa1 MD5sum: 3d4da04a525c5d9a2041db7d3cee2660 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-rolling-leo-viz Version: 3.0.0-2noble.20250331.205506 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 54 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.20250331.205506_amd64.deb Size: 7604 SHA256: 58484929a9622ed92d3b71858cd5e5790a0f958cac84860eddec413d6bab0ab2 SHA1: a777e953c4c2ee920b4baa912842549b62168a87 MD5sum: e367edab881fdac673d1f170203577eb Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-rolling-lgsvl-msgs Version: 0.0.4-4noble.20250331.171856 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2583 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-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.20250331.171856_amd64.deb Size: 180998 SHA256: cca4b6b532e012c7fffb4f834e33b2f410f62d8bb82130309bf95a8c2d09464f SHA1: 730fcf2ee8697251353169886a716e1442a447bf MD5sum: 989af52e9872928e6066b1d8fe900448 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.20250331.171856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1964 Depends: ros-rolling-lgsvl-msgs (= 0.0.4-4noble.20250331.171856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs-dbgsym_0.0.4-4noble.20250331.171856_amd64.deb Size: 1617466 SHA256: cf7d9de03cbd23bc3c52d2f13a04607812e9531cca5bff2f1eeb219073d6e9e2 SHA1: ecac5a27ee1d0da6da3657bcb85c4cd54aa48b06 MD5sum: 5d30c4970d78bba3254bf23a0c2251f9 Description: debug symbols for ros-rolling-lgsvl-msgs Build-Ids: 04057c3a4612700fa0a0b3a73ad38a14ca3b8b90 0f1c91d7f2097efb54537684bbb95e3a23f866a2 665b4038443b62d21e01fb2f3793c1788736a6f8 8178b1b68254cba98c086b122ed676fd6d07d008 831d0cef7b9d6f2994f8a4cbf79def75a9b79cdb a6d3313c4965ae9aaa0bff0e961a33b6730faddc a724119de4a4bcf8ca32b2cddfba81355b7bdb7b b4856fc1c86fa98dc9d4db630f3f5f62ebb261c4 b7c2fbf58bc162b3e511360c56278a36e708312f bab0648a36976d4fe44572c1e19c905b913a0ddb e981a47fae1b0d1edb97656abde956209ca35f66 Package: ros-rolling-libcaer Version: 1.0.2-2noble.20250318.170006 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 858 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer/ros-rolling-libcaer_1.0.2-2noble.20250318.170006_amd64.deb Size: 154476 SHA256: ca186376c35757ecb1b3030b02b770405d7a5226bec8216df42768be3d9211a4 SHA1: 642ff338ad3c2348e4197b9395863f269a5d8c24 MD5sum: 5dae4c0c7ca1577dfe219e57089107ea Description: library for event based sensors Package: ros-rolling-libcaer-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer Version: 1.0.2-2noble.20250318.170006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 429 Depends: ros-rolling-libcaer (= 1.0.2-2noble.20250318.170006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer/ros-rolling-libcaer-dbgsym_1.0.2-2noble.20250318.170006_amd64.deb Size: 388078 SHA256: 1742d98e473aa6b05fd2d55c92556a49cbcdc5699471dd20f2b5f7f8b09dd9d8 SHA1: f825300343655c0f2d292bc7a8dfc3a67370e897 MD5sum: f1dd993c0a9eb6b03746701a8bd767a1 Description: debug symbols for ros-rolling-libcaer Build-Ids: fbb4f5169db3c294de35fee0fefaf61279cb5d63 Package: ros-rolling-libcaer-driver Version: 1.0.3-1noble.20250331.194402 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1101 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), ros-rolling-libcaer-vendor, ros-rolling-camera-info-manager, ros-rolling-event-camera-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-driver/ros-rolling-libcaer-driver_1.0.3-1noble.20250331.194402_amd64.deb Size: 238798 SHA256: 1ee8617eb2dd9492de5c0adb5dc205e2817e03112a648a02bc7f24d1ee772915 SHA1: c6901f937acd62de7b32dbbb25e9f2dae8de629e MD5sum: 5851cd8d560b56e0ec00b6bfc12b868a Description: ROS2 driver for event base sensors using libcaer Package: ros-rolling-libcaer-driver-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-driver Version: 1.0.3-1noble.20250331.194402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5811 Depends: ros-rolling-libcaer-driver (= 1.0.3-1noble.20250331.194402) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-driver/ros-rolling-libcaer-driver-dbgsym_1.0.3-1noble.20250331.194402_amd64.deb Size: 5131478 SHA256: 2fba60ce66befed23357276790889b98038563730fc143698a5e805dce28387e SHA1: 9a07d0e740042c9c2d6882a19cf911cbc4c58ffd MD5sum: 01cfa6a6a4f230b46d23d1478e786995 Description: debug symbols for ros-rolling-libcaer-driver Build-Ids: bdf9f0a88c8ea22bd29d9c6fabd21cbce265f3c5 c0b6ac867721628200d99bdc5ebff6988769fe55 Package: ros-rolling-libcaer-vendor Version: 1.0.0-1noble.20250326.141240 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-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_1.0.0-1noble.20250326.141240_amd64.deb Size: 162428 SHA256: f472259c1a98c2dec9796ab9b63d3b1381222d7c9cb9963b792236dc02be16da SHA1: a0afdb834de8308ba6141b55cd9f4d5858ec7af2 MD5sum: d0e61c6e73c21f74aed330fe08d2c595 Description: Wrapper around libcaer library Package: ros-rolling-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-vendor Version: 1.0.0-1noble.20250326.141240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 54 Depends: ros-rolling-libcaer-vendor (= 1.0.0-1noble.20250326.141240) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor-dbgsym_1.0.0-1noble.20250326.141240_amd64.deb Size: 11104 SHA256: c4990ba48c8a05fe0b3f2804f1c69486437feb87b02b93c6d5b4b5b921dd20ef SHA1: 36eb074523681d41213fee4a890bddb459f216e7 MD5sum: ae417c6630b57493ea0b31a7239609f0 Description: debug symbols for ros-rolling-libcaer-vendor Build-Ids: c61b26579ae66cc2ee772aafbca9c79902b1c0a2 Package: ros-rolling-libcamera Version: 0.4.0-1noble.20250318.170006 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2845 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, 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.4.0-1noble.20250318.170006_amd64.deb Size: 811964 SHA256: ea4c8eb6a7cd5ac3429f8e272f0d84fcebc3a3fed4aaa5617f48966d2ad28fc2 SHA1: 283c01c52795f131011cb8b49433a78fe0eb45df MD5sum: c7430290b35e40cb7be70c2085d6be36 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.4.0-1noble.20250318.170006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 19370 Depends: ros-rolling-libcamera (= 0.4.0-1noble.20250318.170006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera-dbgsym_0.4.0-1noble.20250318.170006_amd64.deb Size: 18199352 SHA256: 544fedfe9f16338437bafd8bf2628220f3c9a36f1546fcfb06687d4b6c3c5e5c SHA1: 617b10a110ec1cdf1915e2de57532fad78016aa4 MD5sum: 80f84488184d683fada5d5623da25644 Description: debug symbols for ros-rolling-libcamera Build-Ids: 3eb47850058074c129d485fb15e51a09328704f8 89f2f1b7d7300a7f3ff1e593534b77e2b8e28764 90984e99d00bbf3971325ce444a8b1a2c6c51463 a9fba50eeefe43efebb0bcb786e4a6cf77148c76 d269fbe7c5c29f1709b82bb8ccd4648145522f3b ef90ed009b2a6d486d68786030f4807ab46562c4 fb275381cc1db475d1d1d0e6fd2efb1316843e71 Package: ros-rolling-libcurl-vendor Version: 3.6.0-1noble.20250326.141322 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: curl, libcurl4-openssl-dev, pkg-config, ros-rolling-ros-workspace Homepage: https://github.com/curl/curl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcurl-vendor/ros-rolling-libcurl-vendor_3.6.0-1noble.20250326.141322_amd64.deb Size: 7338 SHA256: b97d5bb14fe25fd84cc9d1a9b90bdb10838ab75148b88535e477774b034a6fdb SHA1: 0b7736106b31d2303757b4ea4da1c990da4f3886 MD5sum: 6f8e511eb29f5fa22ac276ab294b0d30 Description: Wrapper around libcurl, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-libg2o Version: 2020.5.29-5noble.20250326.141649 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 5959 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.20250326.141649_amd64.deb Size: 1149378 SHA256: 915c3e49f5876fd9780830e0fc1d997fe435bc9f0ae6537040190e1697e331f5 SHA1: eb2d0c036f27d33b36bb9bc55c883ac2a045b137 MD5sum: 3071811f41602808fe9b64c8b9fed508 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.20250326.141649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 159442 Depends: ros-rolling-libg2o (= 2020.5.29-5noble.20250326.141649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o-dbgsym_2020.5.29-5noble.20250326.141649_amd64.deb Size: 159757148 SHA256: bd6d69975e94505d20889648ebefcb7bd0576ceecc9e54ae31462da293ac63a4 SHA1: e3e24c4d98f9fba60ed629e88a7c9a3398beb7af MD5sum: 13d61ebaaca2f8baff7308959b63bf62 Description: debug symbols for ros-rolling-libg2o Build-Ids: 071538629449434befd39b1519d9dcc1216e0f9c 0dddb610403fce0e008ca2744159b82a5c9dfec3 1114119bb3427de1e1e012caf667bdde3f9e422f 15de708430510f0f0162f82403f32dac71b3200d 17144041c4ac17e73023002eac42691d16fc8c91 1766a68035a4851c7f7830fd414b0b2273639ba0 1ae18f95c18151c8093ca030ad8837348fa26342 24deffc1b60f91b4d41c8c964d025f790288fce1 2528ba132189f9227364f5ec81d07d773db9df34 262f8f052edd80872468c149d751f431c71d70a0 27e661123fd820f3db646bd427b1502f8f970e01 3406a682d85cc7db3be55533a00c6297cabe57b6 3e333fada2f6056460a52b8e2fa3d1a759efc830 40824f21873df427617d856de55425f0fc597643 4ac3a7ff566bfdbfd62563345e99b0b35f062f6b 5711dedb480b05b4be98a7bf2d4b9b588cec12ac 5d790a02c0fa5b90b6d344177bd3933f63f641f6 63c3f01f596b3d89fd8178b6a62b739f2589fcd6 73d6efbca470c0ca7924096a1ba43f726610372f 824ff7c2ca4139e5754f33552ec64fe29f7cbe9f 97dadf88d85c0bc95cbc481ce5a6ed50229875ff 9fa069bf3afa7a22442c0b0382d44bcb3804b921 a225e1128496232d0233f142318dab3422fd909b a5249e24ecf5cd19cb606955c7f036d61a01087f ac545e6ec0e8d932eb328a2e48bde6434e82cf4f af2e92a0fdac43b252268d9d2c503945d4f1361e c2250db37c603506665aad75e07f5457584dac14 ccc7d0e4f238e49ffbd6963dcc2f7d8d35895acb d0fcba5db150580f365ba94ae192ccaacca3bd4c d44de20afd1bfdc20d7076b84547c6dfaedc349e d9c4c4cc6345d4f265c2e41c3516b2e71f2efafe df4194fecc250bf016961272d05bede22d6637d7 f0e60d78712a6b25d24c27835e7d37a8989cd28d Package: ros-rolling-liblz4-vendor Version: 0.31.0-1noble.20250326.141312 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 47 Depends: liblz4-1, liblz4-dev, ros-rolling-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-liblz4-vendor/ros-rolling-liblz4-vendor_0.31.0-1noble.20250326.141312_amd64.deb Size: 7052 SHA256: 11132843dcf71387043d2f484a37af4b5d32cfdfc87837b1240078b4f841edc2 SHA1: b539d5e2168daf7cd4871e89ea984b6c134adb5d MD5sum: d9aac80f591302a57d5867ef115186be Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-rolling-libmavconn Version: 2.9.0-1noble.20250326.141949 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 432 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.9.0-1noble.20250326.141949_amd64.deb Size: 111814 SHA256: 98f3d6a3db86fb72d90254e4c4b7846bc643bf49a78f464120bb962dec337bc8 SHA1: 54268cb99c94636a9ed02a100f73afdfc4099588 MD5sum: dea5226a0a3d6cb6999fc18ed7d8feda 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.9.0-1noble.20250326.141949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 1879 Depends: ros-rolling-libmavconn (= 2.9.0-1noble.20250326.141949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn-dbgsym_2.9.0-1noble.20250326.141949_amd64.deb Size: 1746930 SHA256: 19eb4a28c1203b14c06864b59fa14e11815a661f68130fb0626717e2f925c8f8 SHA1: ff74994cc3195687a50e9632d7387cfb34a6a29a MD5sum: a08bbaac1df8f735a48d8f584ef9caf0 Description: debug symbols for ros-rolling-libmavconn Build-Ids: 74e25f069db12421b030ba132005521e88e3d3ea Package: ros-rolling-libnabo Version: 1.1.1-1noble.20250318.170015 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.20250318.170015_amd64.deb Size: 94856 SHA256: 3a02400fb579a93a69e0badcecb2d771608427d1f76a775f111f0f9be0618f98 SHA1: 3807f7078100725efd7e2c19d50dacda838eb179 MD5sum: 2ccb49c1ae87795443290fcf2beaed92 Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-rolling-libphidget22 Version: 2.3.3-1noble.20250326.141659 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5790 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.3.3-1noble.20250326.141659_amd64.deb Size: 929838 SHA256: 1b06ea8a53b1b329b0427a86de73419f3d4c6de29b0cc8182ca85341dd2c2821 SHA1: 9abe40f66a060590c44899cc845c200f3b5e82f6 MD5sum: 4883b94553adaaf7fa2666eca3de5433 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.3.3-1noble.20250326.141659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2186 Depends: ros-rolling-libphidget22 (= 2.3.3-1noble.20250326.141659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22-dbgsym_2.3.3-1noble.20250326.141659_amd64.deb Size: 1996176 SHA256: aad25507a33617540246d24f4b4a7501c5e0de5a5cb013628d9870902f1b6788 SHA1: 161500a526d903408ce42dba09d8be9ae381b758 MD5sum: 948c2f170e3045b9aa6d9f2787810899 Description: debug symbols for ros-rolling-libphidget22 Build-Ids: da9e11557fb11b59da13cae112265ac87d5fa09b Package: ros-rolling-libpointmatcher Version: 1.4.1-1noble.20250318.170341 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.20250318.170341_amd64.deb Size: 2691668 SHA256: d9b3ea52fff69de356f5fa72c74269e4d5a728359dcc98d40009c88967bd9b52 SHA1: 2ffc0cf2aefa147ea8bd3508c3945b07b6fd818e MD5sum: fdcf58f23f51387e8d4b45304c5a92d4 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.20250318.170341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 68186 Depends: ros-rolling-libpointmatcher (= 1.4.1-1noble.20250318.170341) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libpointmatcher/ros-rolling-libpointmatcher-dbgsym_1.4.1-1noble.20250318.170341_amd64.deb Size: 67410864 SHA256: 6447d9a14b77693f97e3e42c7163806e57b571f2a6ec920436d9d6703e1a9442 SHA1: f6978bf466a6f0465dce2244b3eb594aafe745fc MD5sum: 39815c4b1353ad56744cd4d572dec2b7 Description: debug symbols for ros-rolling-libpointmatcher Build-Ids: ffbbcd96392f5869f964026427c8fd4aead864a8 Package: ros-rolling-libstatistics-collector Version: 2.0.1-1noble.20250331.174442 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 137 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), 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.0.1-1noble.20250331.174442_amd64.deb Size: 26500 SHA256: bbca6fb4e0f15d4e2da410955d2d0ce1c9abfa62a320ab2885f92e85adea04f3 SHA1: ad80a29deb314441500cba3ba96c4de090291db7 MD5sum: 7951af2ae698fdb8e1169c6119c622da 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.0.1-1noble.20250331.174442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-rolling-libstatistics-collector (= 2.0.1-1noble.20250331.174442) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector-dbgsym_2.0.1-1noble.20250331.174442_amd64.deb Size: 101184 SHA256: 87bdf9d93d29b08a81d8dc93991d55ed5cd329f815cc43c73668feabdb0236fc SHA1: 366d9999cc00491efe0fb4a65ab503937ffe7028 MD5sum: 10087b521a1ecb7270c92e76bd607132 Description: debug symbols for ros-rolling-libstatistics-collector Build-Ids: d77a5cf9443c69958bf9c7c0cc5de6332fcbe1c8 Package: ros-rolling-libyaml-vendor Version: 1.7.1-1noble.20250326.141310 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 51 Depends: libyaml-0-2, 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.7.1-1noble.20250326.141310_amd64.deb Size: 8562 SHA256: a80d5a070eb7c746d348c5a45b66b7f2cac4a05d65411a89968f89d80dc30c0e SHA1: bbee658c5bc39eaab5a865770bbe61330201eae1 MD5sum: af428bc65d3a8a8da75d65b69765d1c6 Description: Vendored version of libyaml. Package: ros-rolling-lifecycle Version: 0.35.1-1noble.20250331.181052 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 932 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lifecycle-msgs, 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-lifecycle/ros-rolling-lifecycle_0.35.1-1noble.20250331.181052_amd64.deb Size: 182012 SHA256: d859546fcfd39a131d8d5033d45d90d54cd7586562d2ad10d304548b3dbdcaa7 SHA1: f9194acdc4e37f4318e2d9bb5617a9962048528a MD5sum: af1e08b25954ed5aa059c00b2a593be9 Description: Package containing demos for lifecycle implementation Package: ros-rolling-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-lifecycle Version: 0.35.1-1noble.20250331.181052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4453 Depends: ros-rolling-lifecycle (= 0.35.1-1noble.20250331.181052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle-dbgsym_0.35.1-1noble.20250331.181052_amd64.deb Size: 3804644 SHA256: 1c6df4c00b8c07030d45c47468d37177e03d02ec47ea745412ce3fc7517e765b SHA1: b6bacb6a9e9c1bcac496f260c1d1b6558e96ea1d MD5sum: 4df0624c17924e203b738fa0bc935069 Description: debug symbols for ros-rolling-lifecycle Build-Ids: 05f5d36b3d36c6fdbe52ae572e39678951991834 7624e2e14a954f206509cf795296c58cee5d83cb feca56e3f39f0d8984771db83a4c6c5fc61067ed Package: ros-rolling-lifecycle-msgs Version: 2.2.0-1noble.20250331.170256 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2438 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs_2.2.0-1noble.20250331.170256_amd64.deb Size: 176172 SHA256: aa9f3fe9a758f4d1ec46fb58880a156cc944b802cdc5fc1af44861c95a09dba9 SHA1: e36852b34c83adab3bceef0e3d7fff076d6bf1e9 MD5sum: 6c289a140ba8ad79a28c56062f90f013 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.2.0-1noble.20250331.170256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1849 Depends: ros-rolling-lifecycle-msgs (= 2.2.0-1noble.20250331.170256) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs-dbgsym_2.2.0-1noble.20250331.170256_amd64.deb Size: 1464800 SHA256: b77e43fb130c574af7f6fe90b49a5dc7bac42b93323aa5f2d633a3efcbbd0c54 SHA1: a75f50861a5a1617a3223dc01084a2de0bd233bc MD5sum: fcc195c3235efde5f5a192f5b0714952 Description: debug symbols for ros-rolling-lifecycle-msgs Build-Ids: 1c85d132c07c228dc5955de1be43ba90e733ae00 317f569dfbcfc0734e2c21509ebffd706f647d8c 379a4c766a0ea9feaf00796c0fb525163d7b4448 7158dff3ba74c7d2d04700dfb93660af4d2b3cf6 b6279dbbb903f9e1a4f7399830d8c29d9d4f41d2 bc7943a8d8e48eca2185dca3822d4e1060483fbf c6d55c61e75ec76724dd8a2d2e009bebc1446665 e6c6d1785cf4475a0bafbd077d421a1d6a239487 eaa68bc56d9c368f0cc8c9de91f14c366e88a45f f687cafe5475adcd87ad460e1360f8fd538f37a6 f9a2d740305c730122c5ab94836f9ed1cfcfbd45 Package: ros-rolling-lifecycle-py Version: 0.35.1-1noble.20250331.175331 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 50 Depends: 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-lifecycle-py/ros-rolling-lifecycle-py_0.35.1-1noble.20250331.175331_amd64.deb Size: 8800 SHA256: f5e36a48d97d9bfdb7824a6b077eb621d46c9dcbe745d5c6ea806267ef4d3e3e SHA1: 005f09f13f21a0c07b36d3e494834d463a171f11 MD5sum: 8c2ac117dc8f5b07d71b48af96b373de Description: Package containing demos for rclpy lifecycle implementation Package: ros-rolling-linux-isolate-process Version: 0.0.2-2noble.20250318.170016 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.20250318.170016_amd64.deb Size: 6420 SHA256: af25525b3e042f11b015d0d3a8c2224c4cebaf8b64688fb6f42b929c11bc01cd SHA1: 0de3f82d507dd2f57989b7149ce8432bda6cbec7 MD5sum: 00792d964c59cbcf79ac9646cb5ec332 Description: A tool to isolate ros2 nodes Package: ros-rolling-log-view Version: 0.2.5-1noble.20250331.183429 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-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.2.5-1noble.20250331.183429_amd64.deb Size: 186020 SHA256: 5722606e413f38af4bbb2e06b30e7faa471a9ac5eaa11b4cd20c846ef770b171 SHA1: 127ecf3f45c00e40544ca9d02afb4173b05b0774 MD5sum: 6ce56f20ca67cd3f1efc7a1c03ac650a 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.2.5-1noble.20250331.183429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3192 Depends: ros-rolling-log-view (= 0.2.5-1noble.20250331.183429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view-dbgsym_0.2.5-1noble.20250331.183429_amd64.deb Size: 2871280 SHA256: bc122264e98ea249e7911040fe3b0228c1bfc1eecd883c731eb7004700e66188 SHA1: 8d329431e74fc933c9d783ae041244c65fbf848c MD5sum: 894c20f444f564ccb987311f417ba30c Description: debug symbols for ros-rolling-log-view Build-Ids: 72cda8ff0364f74d3036ee4a673951e2ffa4cd37 Package: ros-rolling-logging-demo Version: 0.35.1-1noble.20250331.183923 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 961 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-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo_0.35.1-1noble.20250331.183923_amd64.deb Size: 138668 SHA256: df59a0918a794327562afea7d307a46f61a595fa70cfb2ba99cb1b488b63e457 SHA1: f2a2686447620dd6328882c800db2a42a4b1d5ec MD5sum: ea9280e0d0cbbce45c448e082859a6c9 Description: Examples for using and configuring loggers. Package: ros-rolling-logging-demo-dbgsym Package-Type: ddeb Source: ros-rolling-logging-demo Version: 0.35.1-1noble.20250331.183923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2131 Depends: ros-rolling-logging-demo (= 0.35.1-1noble.20250331.183923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo-dbgsym_0.35.1-1noble.20250331.183923_amd64.deb Size: 1904102 SHA256: 23a6944c9655bf9218d1567fcfe8c20580fd7db38984e4ff8b0ed454196654e0 SHA1: 67051644a437b8f083e4bec3b905cb0967008a3f MD5sum: 32ebae9e57a6c3b04de79f7225137703 Description: debug symbols for ros-rolling-logging-demo Build-Ids: 04a7b837bd387ba12e266099ad811cf004942e18 179fc8408321f1c3d130d945a5ccb6093ecc4757 29e7a5952ae6e87656cf0a71f6cc7bff87a82959 4499e05c919121fddda2dc581465bc20b1f3f8ce 52c9d01ca2daee7d90a378e0c738b4cf24bf4472 65625260bf16aa68ee0d4b41c4189bda6e02b15b 741875d500a1f42d52118453fc59f2029e4a2e13 a62788fcde12454f3421aff4864273c207087794 b6ffba3cc0c95d5cac42a1517fcb84c8124ae8f3 d15162249f0767f576f455e7dca92d0a615da62c d1aa3c6dd9bd98d1da017b27e82cfbef3a9b397d d1e505dacdd3c8308a10b42fceb7cd4c7ffc94eb f3269428bd0f3288c6a016fc24d7cba3befb4acc fcf887284ced01487ec2e37f6c2ecfcc224a0e17 Package: ros-rolling-lttngpy Version: 8.5.0-1noble.20250326.141539 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 357 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-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.5.0-1noble.20250326.141539_amd64.deb Size: 114026 SHA256: 81a2bfc7e5a29f10761c22bde6f44e6f51040b336f520676b66cf5d4a124739f SHA1: 87ffe1839883f4d42089f537654736dfaf58d049 MD5sum: 4112111e01b052c8807e1c15caef5c32 Description: liblttng-ctl Python bindings Package: ros-rolling-magic-enum Version: 0.9.6-1noble.20250318.170018 Architecture: amd64 Maintainer: Neargye Installed-Size: 169 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magic-enum/ros-rolling-magic-enum_0.9.6-1noble.20250318.170018_amd64.deb Size: 25546 SHA256: 2d4a1fae01c3405ffbd0aaa844e157c03af421a1cad166666b5a43b97882a85c SHA1: 1a27e95bee3e7d9bd013d996a12fa5f73f593fe8 MD5sum: 7def87a0eec74a15807348a069dc3124 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-map-msgs Version: 2.5.0-1noble.20250331.172136 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3262 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5.0-1noble.20250331.172136_amd64.deb Size: 232880 SHA256: a7a786add4d7eb6f5a19fc705648260f38c6d5bafd4c1bf37297905b4ed32e33 SHA1: 596bc0df7051e70557aa6ca8f8645be97598b508 MD5sum: 1ffb6219fef72522177e178ba309159e 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.5.0-1noble.20250331.172136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2649 Depends: ros-rolling-map-msgs (= 2.5.0-1noble.20250331.172136) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs-dbgsym_2.5.0-1noble.20250331.172136_amd64.deb Size: 2166230 SHA256: 9ee5defc3f7aa528fe6fc7ae3ad408128ff00ca9fbf3f794cac51db8ff6df002 SHA1: 0784ac702b087a5db965b4270fbf17945b72ac4d MD5sum: 514b03d49b2d2fe6ed0efcf366d6bdeb Description: debug symbols for ros-rolling-map-msgs Build-Ids: 152de25ab07dbc0ef42fc14ce5310807a21e2fcd 2084b16280801fabd15e28ea0c5c4c15d1e10f29 20da6cbf877f0b69b7815634cf63b8abbfbe63b8 2753537622172acdff6b141392c9ccedf4b8e7e2 35f3481f6fb595e8ed57ffd9e430f2608b95d74a 6075b3df4cb65a9fbb473443760d47d22ad2cee1 69ea2e5193a8d06314292cb72295381c8dd3fdea 770854c9c8f29717431643cfcf208bbe8c3c1dec 8d287bf02f0d08a0b1fedb6c2302299efca6d5f1 aa4ccba227ed18f6dc7b407a600db65c63ad73d4 c97723eaceb37d93dcf3315635feb1f087e5a177 Package: ros-rolling-mapviz-interfaces Version: 2.4.5-1noble.20250331.164842 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 779 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.4.5-1noble.20250331.164842_amd64.deb Size: 78652 SHA256: 70771237793cd0dbbe502b99e5e5044863c82921f8fa688f556575e06d7790b7 SHA1: 94112ab8730a1bf0a52286be1b1fc5a64a09c85c MD5sum: 3057deadb8d842606ac102a0f8f5bb10 Description: ROS interfaces used by Mapviz Package: ros-rolling-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz-interfaces Version: 2.4.5-1noble.20250331.164842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 597 Depends: ros-rolling-mapviz-interfaces (= 2.4.5-1noble.20250331.164842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces-dbgsym_2.4.5-1noble.20250331.164842_amd64.deb Size: 457426 SHA256: bba2135b277252a7b218b46356955d089885434ac2a3cf6da768dc99b2a498d2 SHA1: e61096d98dcddf5db12eeddb6dc991252d72d2e6 MD5sum: 17686d270d39eb17e803ae1a61a7a0f1 Description: debug symbols for ros-rolling-mapviz-interfaces Build-Ids: 0d36fa50a6b9558645e45829cd7e4982e4806f16 232356e104792648f4faa59bd26d1a80fa6dfd15 238d4b97673f21db178288bcdf8b78aa6aed1101 2680bbe2f72d98771d7c0e2622af0098a06ee466 88ef11f55d47cc34b5ef0a3153125431d34bea07 94881b386eeb64552f28c357f6f579e35509b1ae 94b76bcac82f9bac813e45244c56a13a44d4cfad cfc5bd82fb80a7b95196ba6f42fdde3693fdc88c e272f37c0579292500805c2966f656d4bab0c375 e770c3d3668e79fd52a267997efa8412620e526f f6ed91491e0ceaef620e02da60ad20c9d6ac9586 Package: ros-rolling-marine-acoustic-msgs Version: 2.1.0-1noble.20250331.171603 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1928 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-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.20250331.171603_amd64.deb Size: 157958 SHA256: c9a63b7e768b1ecc4a1e14501c5726a469c9ec14de7b0a242f06fc54670f2b3a SHA1: b040fa6d56776cdc1e9b95d44e1bbffb0f488569 MD5sum: 2fb572b658e1d4a1dc3f6d174b40b52c 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.20250331.171603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1397 Depends: ros-rolling-marine-acoustic-msgs (= 2.1.0-1noble.20250331.171603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs-dbgsym_2.1.0-1noble.20250331.171603_amd64.deb Size: 1142214 SHA256: 0c95b2a5f38d2b1285c709ef1a3206f0d6e46be66dd00e5d7cb0a59ee4559922 SHA1: 4d7da195e97e5b1e07b6522b74837ed94b8a1ab1 MD5sum: 28f00d4b1dfaf7afc774eab3cda1dfd8 Description: debug symbols for ros-rolling-marine-acoustic-msgs Build-Ids: 087a9b453ce2930440adb71619d2c5df60ba56a3 19f3a966458a6f56271b69271235967ae4e56b01 367c4ef6b34464815effab1a702ee2bd3e7fb84d 38cb0d075f38c2c6e9343f373c16457cc53e3c97 3ee136a553e24186a1b9ea6f16c4d9a244c8fb7b 683260bb98e4f3d67e07e058366f0f5cb763550d 8deab3a59b1d0390e46caedb3fed173be58721de 9223b872fd9ddcf1b698eee217840ebf07f70723 a7b7f38c23d5c8b219fa4759803ab312fee05226 dd37b8e31766afebac4dfb8b32844291cdd3cbe7 f07c54c968a385144922af0b32f0fcf34d45ff49 Package: ros-rolling-marine-sensor-msgs Version: 2.1.0-1noble.20250331.171023 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 729 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-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.20250331.171023_amd64.deb Size: 70122 SHA256: d0660d04ab99588ed323fa859ac749295c41b6033da5f9d86a1af8f4e283611e SHA1: 13d32a50582411a52dfc4e01cce9ca8626264b99 MD5sum: e2ee2e98c1c67516f1b93b239ce403da 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.20250331.171023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 561 Depends: ros-rolling-marine-sensor-msgs (= 2.1.0-1noble.20250331.171023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs-dbgsym_2.1.0-1noble.20250331.171023_amd64.deb Size: 433012 SHA256: 5dcf566a9daeb5b6727b3e6f609b8736fbb6346b38f551e18d1f2a69b2fcd09b SHA1: 778a841cac09d7068f4ba9a1702f8ccefd96c435 MD5sum: e4c1d01fc476b0f26d6917db361fd03c Description: debug symbols for ros-rolling-marine-sensor-msgs Build-Ids: 220d567f88cf30c03f1177a200b829a42e3ac234 347e94ceffba650c6a4db25b2083f7938e3fb8ec 63089d3c341ebd46bc1b80faa4413677408ed2e3 733af681f072289caef2fe3ced104643181c4632 906f7e00853e2751e9c48ece38e2aff38dd7a4ed 932f1c94f19df7452054591ad06e4de7bc657050 b80fd0fd6a13934b94c42bf90ed98cd0a1ca877b e67e122d250351661c1979f3fa76ecc1b24962ec e6e1edf059c903298cd6e1c20e64c9f61d9de8f3 f0fedf6da3b7b24da170e09263f7505f49ded085 f3cc9978b8bcc7ba4138f9f5adbe09067b6fafd1 Package: ros-rolling-marker-msgs Version: 0.0.8-1noble.20250331.171037 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1570 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-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.20250331.171037_amd64.deb Size: 130748 SHA256: ff9e6b3329a2d6c5d707f9c7337c04a93b16e32a200db6b89ed53ab3c18f0a05 SHA1: 7302012e2a055c31b47f4c9012b5b326bb1c2e0d MD5sum: 0a23dfe9019e5e2f57987f20e4e31b6a 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.20250331.171037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1389 Depends: ros-rolling-marker-msgs (= 0.0.8-1noble.20250331.171037) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs-dbgsym_0.0.8-1noble.20250331.171037_amd64.deb Size: 1155066 SHA256: 397c3e05089f67c6371d24905df49bad5b6dd7c50f1e8d86d4846e3d26ff90e4 SHA1: 24fc3bc1477f7c071221774567abeff13fda5299 MD5sum: 965f0ea695c9454209d9543172de3c12 Description: debug symbols for ros-rolling-marker-msgs Build-Ids: 16e074c4c8c5971d985002572b2270839212eca9 2c28113b937683db2fdd9323c3c838d26310ecac 3dc5c874b8820f0d7c39197e2421a652496612cf 5438e07b06beeb6818167ecfbef13ea42e9f3add 5fc183c2922c5a634c7ce721662ee6df1a983e48 6be575e2d7e2dcff9ee5ef53fa15708f647d1799 6f8739a24a5d586ebfa088fef764a3204b6f15b0 bf308354992b9b5f795c20221075cabc693260aa c1d411614a98bfa5bb57be26cf244690042d1a01 db2f888c017cc5f455fda7f64786c14bb57f80e0 f53e16dac1532c1f6f7cebf49a5babe57bd2ddd4 Package: ros-rolling-marti-can-msgs Version: 1.6.1-1noble.20250331.171710 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 456 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-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.20250331.171710_amd64.deb Size: 43830 SHA256: e74c2491edf3c6c1ad80c8923902925ef79adee76fe8e2f4eea91ed57b850529 SHA1: 471a769f82c7e784b9d2b9ae1f512e23fe66090f MD5sum: 7297ddc4245bde9c4a15d31847246531 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.20250331.171710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 284 Depends: ros-rolling-marti-can-msgs (= 1.6.1-1noble.20250331.171710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs-dbgsym_1.6.1-1noble.20250331.171710_amd64.deb Size: 195152 SHA256: 67d949ff2a7690015a980084e1f9dfc75133407b271d17f4db55cd3d8b0bce68 SHA1: 12675866909aff746f73e851ba59d4e9834e9aa6 MD5sum: 75a51f6c3073886dab1f1c18ff49c2d8 Description: debug symbols for ros-rolling-marti-can-msgs Build-Ids: 05350fac1aa64ab90cf50e08029019ea348cb991 29497500ba3ce09a42f28c89dd588f9a02861a10 615099e7efaafa6bb6939679795f7f7f8d083654 6f6b7c5fd80bca89e0f6f3b07ca703c69b04ad4e 7147ef015f8ee6e8674b062fde6bbf3ed9c70bd4 7b1771eecbb480054f62c3b8768392ba9566f8b6 b86af6b3eac5492bedf2a6982e19ec9e7101f2e2 cbc837cecd289cc53b7554c9f03a4d3676c8602c e8cce3e75c7c1b8786c712d2fa69bb01a6d35c87 ed9aa9719c6c14ef7717d938496b764735714392 f412ec75e3775762ecdc364f7b57b83d01bd4ab6 Package: ros-rolling-marti-common-msgs Version: 1.6.1-1noble.20250331.164412 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2830 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-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.20250331.164412_amd64.deb Size: 183230 SHA256: 7a1e54fbbdc1998d66c2eae83392496d9d65a5753c64c4637a122b05b9842f1e SHA1: af7e855bf3c6f2e3a6f1c99c4db03a89b4d55199 MD5sum: 2f44d9fc118ba5163bff6e698b92c8cf 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.20250331.164412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2321 Depends: ros-rolling-marti-common-msgs (= 1.6.1-1noble.20250331.164412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs-dbgsym_1.6.1-1noble.20250331.164412_amd64.deb Size: 1870730 SHA256: 5b1703925501e4d39071a21d926cbf63f95318313e88f20311063e766df907d8 SHA1: 1a86a3700ae5056a1f799135079e369c6b890569 MD5sum: d883f4e07dbb5df8d90a2b34959d17e0 Description: debug symbols for ros-rolling-marti-common-msgs Build-Ids: 0d8eb6fd09eea9964604f9292a8784aed2d7fd12 346fbf320de99abc8fb44f2d4ac733644baace9f 588bdfa598138ca346a22c6461e030360e1ddbe4 7903524d1e1f3857526f9616b017bb6520a21f1f 844817eaca9596e0853cf4f58a45982193da3796 8466b18a4658d7d322cf01f25d306658de24b4f8 89548e7cee16c82b520a51b993ab22e47bac85fd bb3e6fd8948ea00182ad44973d2aa8a79366ee4b ddc98887213ef706353bf97fcecdd7f5587afb89 ecca5b777bc8a861db4e4182945c4123ab76d786 f9cdd4bae85693e22857cda78a401a1ae8df2a5a Package: ros-rolling-marti-dbw-msgs Version: 1.6.1-1noble.20250331.164417 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 774 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-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.20250331.164417_amd64.deb Size: 66592 SHA256: d4de91ff997689aafdb787be94dc1ef36ca21897ec987048958cccafa818b994 SHA1: 3d123a2e915845bac33b06e3c2b7c587de68fa70 MD5sum: 5f7e787d1bb20abeda15d76687a0ae95 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.20250331.164417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 517 Depends: ros-rolling-marti-dbw-msgs (= 1.6.1-1noble.20250331.164417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs-dbgsym_1.6.1-1noble.20250331.164417_amd64.deb Size: 388750 SHA256: f449c592e213d6538447dd61ca3d1048eb836fb5eeb671073a83a3deec5d0829 SHA1: a3cae3b43c90233864c972df399beb4c0a4af887 MD5sum: 0d7e2aa79e3d711f7cd9932a744305b3 Description: debug symbols for ros-rolling-marti-dbw-msgs Build-Ids: 063affef1bc5ceb1151c3f8c2b462312780966bd 0adf1bc95db7b3f82129d15ec62787f18068e2ae 121a1b8e4e3239fe2b6e9dbb6af5bec0ae6e6165 4193c3c001fcfc46d367ef1a663878a6c0c7463d 45e3105c08bbd389eddede2174c34a5349a985e3 486375219e85a7dcd3e6b107d1a8d3d1837cad3d 75c3dca3672c110d809f0f48475ee569528a2b19 86765ae3313e570ec9dbfc1ed60c5fdf34b17faf bbb2f5f799b34b55806b7061baa9ea26f7b10d2c d7ce41ec187b93dfa3e05063cc5c30c7e18196b4 df0fc5c0913197b076847472f2c7d3b3a62ce6c5 Package: ros-rolling-marti-introspection-msgs Version: 1.6.1-1noble.20250331.171713 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1026 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-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.20250331.171713_amd64.deb Size: 89084 SHA256: 2352f1a85438c8fed13aede1405ba701d8a8e1d235b3c1a6fec8604f33d428cb SHA1: 39cad27aa6470a61d01a0070dfc4b90af841424f MD5sum: bf220c4ece4c13aed7c4ef240160d6e2 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.20250331.171713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 812 Depends: ros-rolling-marti-introspection-msgs (= 1.6.1-1noble.20250331.171713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs-dbgsym_1.6.1-1noble.20250331.171713_amd64.deb Size: 662550 SHA256: 47a00c01d40777700c01c5a4daebd4a2ea941123ce5769b83554dbb3ac33375d SHA1: 13ece057953baf258681666faea59d05dc92ef5a MD5sum: bd674f825d47fcf990ec79a30461aa30 Description: debug symbols for ros-rolling-marti-introspection-msgs Build-Ids: 00c6c4158459cb30708e514d91321e53048902d1 0d51603492696f917a2e5d9ff8d57ef5805e2b62 201847c627ddef120d78dfc012523ab2edf733e1 64da8e577b8b24919ae425050c115ae99c90292d 8b1c8ba967b060c59bbd3fcab89e5e6ccc4bb299 918ec9d8bc7ae472ed00cb1ddfc451d9019c4954 923da19d7697b539d6b7b1673ffa3dcc0c66468c acf1dc71b324399d98f836cbabd708b1014473de b75688554862eec87efc878bd2ee9ef912adc8a6 db5c7a6c87147d1b8dbea16e4503c0ff53b484c0 eab547acffb6723d5a8161dc447a304b2d46d6dc Package: ros-rolling-marti-nav-msgs Version: 1.6.1-1noble.20250331.171852 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6798 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171852_amd64.deb Size: 462714 SHA256: d41cdc3676bf934ce5b600452141a13e279a2a40588ee911cb38603968714ec0 SHA1: 94dfc009536e100e95672ea42eb5b440550479af MD5sum: 5a76957a5ed43cc850e06ddc951c62f2 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.20250331.171852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5717 Depends: ros-rolling-marti-nav-msgs (= 1.6.1-1noble.20250331.171852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs-dbgsym_1.6.1-1noble.20250331.171852_amd64.deb Size: 4762882 SHA256: edd120fc507fa6e9dd47903af5ec8164dc4d5a78b29b84b02fa64c1a0c70b395 SHA1: 1219df26b16f454b892f1e60c3abfed194d8aeeb MD5sum: d24f0fdd4c28accd0138452f9cdbb69f Description: debug symbols for ros-rolling-marti-nav-msgs Build-Ids: 0ffb239d286c517340a319c29d29a2a5f3960fe7 215ecc5fa4d897c97cdcc91abb9761d51037133e 28d87ffc63cc647781325925c759a3444e6d5c56 6c1a1157a04fa6917d55bb26558967e03ec83f6b 87c91a330ca1f638360c16374c25be069e364e01 96cc5e8a54bf323e59fd67c8ae276183cb8358f6 b6481449e6b4316ada8c14a023790d5f57913c78 c788c0eee936f68746390469dc5f730db90d3376 ce6ec36de707d21274486a278807b7082bd537f5 ea5a36d474380815d03b02e37951cde4a8209e46 f57213fd3bd7012da61906a1d1464db6472c6190 Package: ros-rolling-marti-perception-msgs Version: 1.6.1-1noble.20250331.172140 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 451 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-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.20250331.172140_amd64.deb Size: 41714 SHA256: e7198cdb8885c2e4fbc4e22de0599a830d61cbc63d14cf72a818d99196c82424 SHA1: 31fb445bc358c95851682d2a15bc9c3f108e776a MD5sum: 61612a1424a3be550e261125f16bacd1 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.20250331.172140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 277 Depends: ros-rolling-marti-perception-msgs (= 1.6.1-1noble.20250331.172140) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs-dbgsym_1.6.1-1noble.20250331.172140_amd64.deb Size: 184840 SHA256: 56f6850e28f12e8013d24cfdfa34a7b7217a54eca9b719e10d1e6de19f88e0cc SHA1: db8d4548522ba6a0e77dace75d88d00656cb051e MD5sum: 70c7155dab830503bb8e1aa6a2cb67a7 Description: debug symbols for ros-rolling-marti-perception-msgs Build-Ids: 2c8c94e5209e7b0d3d4b0f81997eb5d580bfe9cc 6c470b7001a0b669d3995933e9066f0845c7caf6 7174f8154e3e73551a33d9564cf584e0fd3faa8a 7c563a3bef0aec70b39685c3af0c072578d22e2b 80b1e2ad90d87e50abde07c4a7517f7c9f489fb1 914be1d8744fb22051bdaa2baa197031d942143c 92b0439f6ffdecd889ea71f6e75fa43fcc142daa 9fb8d9920d24c676902faf11dd46f05cf6cbfa5b b3b930cb49a6ebf2f969cdbafadfae5f4e56fe0c b49a57650821f42f907f6f15acc650ea51bb3d04 f5c9f49380682bb21354af9af8c1ae67c6acf8a6 Package: ros-rolling-marti-sensor-msgs Version: 1.6.1-1noble.20250331.171612 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2053 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://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.20250331.171612_amd64.deb Size: 156500 SHA256: 6a4e5d2e1c7bea08efc71b61987302eb5c057a34f0d1e6be51de151bae0dc4c6 SHA1: 89de37aefc5d67224252a7ec499ea01746548807 MD5sum: aafb964363be03934e48d6d789682eb7 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.20250331.171612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1576 Depends: ros-rolling-marti-sensor-msgs (= 1.6.1-1noble.20250331.171612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs-dbgsym_1.6.1-1noble.20250331.171612_amd64.deb Size: 1264058 SHA256: b5d40c947339e036a93df141e4cd8f36d7702811e7336f3dc8bde6fbcea918b3 SHA1: afcb2aed66aeffb17b227ab62c808d607db8c170 MD5sum: df19197fd93fe553c87ada471e002316 Description: debug symbols for ros-rolling-marti-sensor-msgs Build-Ids: 04aca569cf4003e57da969fcc25f24d6ee3003b3 155e49d9f47516440667ceff7d213e4c5cf790ad 18315044a6622e9431087bd961853b0e67ae7a4a 27c94688b424cf226b362fea740e029e1efad14c 3fd745c31ae41ee550662dac005cbf3b29b153f0 513e733620d06c8a350e9a35d9231c4600c779cc 5ecd8381a70c5330c54526fde78d33ef6347836d a70cceb90052b48d16a0b59dd9afd25ce82ee77b bf5054e5fc697fd5cec180964b5966f500291147 f13386da2b641139a5e422934f6d06980bacd7f4 f524c20c0195c0c5052e6aa1e7c215103d597a2b Package: ros-rolling-marti-status-msgs Version: 1.6.1-1noble.20250331.171719 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 505 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-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.20250331.171719_amd64.deb Size: 47928 SHA256: 317e07406588c72bb1e582ac0ca1de5e133b14df7e5d1c550028ca268d676f30 SHA1: e6f9ce796f357984b7a6eebe411f44432108caea MD5sum: 347f78438bf15ec13de260442909d24a 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.20250331.171719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 306 Depends: ros-rolling-marti-status-msgs (= 1.6.1-1noble.20250331.171719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs-dbgsym_1.6.1-1noble.20250331.171719_amd64.deb Size: 212724 SHA256: 639d2289f9832066a6b887362f3c87db4c5c4e3c83b4eab53802fe005b164e4b SHA1: bca2cf4dc68761f55024be2d549cc4aec2e230b9 MD5sum: 8c3e9076a52bf893b54bd64060eea742 Description: debug symbols for ros-rolling-marti-status-msgs Build-Ids: 0aadb31aa6929833357140bbfa13e12631eeed2e 15f8ad6d8d623c42fa5bfe20f93697076fe5d2d6 28fb767bd40c6c58043474607024e9393b6230d1 2d1c7e344d642d90b8fd8ed2391118e46785473f 4f4d78c31824a352e178d7d70f15d6c517f765f6 5415526a6f11ac7048807aa9bd024d912224e2f8 791aa1aec348ee49c2e3e82cf947e8349b9b3acb f096b08c874ddb54e2f2a30353456de4b0653c60 f317a8845cb5f8f273e968936f7da9ae890383c8 f405418df928df20706082c9f23e56af74ce6844 f801d3dc6cf12a1f6d962edc8d36d23bc7975394 Package: ros-rolling-marti-visualization-msgs Version: 1.6.1-1noble.20250331.171943 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 663 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-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.20250331.171943_amd64.deb Size: 65756 SHA256: b81910f311efeba0ec40bcd89379289e1e23f738f91f48eae26e4e6a5dad33fe SHA1: eb91e8a25136f4eb631f74cedca7eabee5652c9c MD5sum: 79ec6b44433652500df719f260f8886b 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.20250331.171943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 504 Depends: ros-rolling-marti-visualization-msgs (= 1.6.1-1noble.20250331.171943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs-dbgsym_1.6.1-1noble.20250331.171943_amd64.deb Size: 382350 SHA256: fda5781812e650597ad423cfcd8d60ac45e9a25f88f0258d1f039c453dfdf449 SHA1: 2075e5b96a82e8ebe8b1c080bac6601a332cbcc8 MD5sum: 60be7d0d4e2c6111508347212c9d5370 Description: debug symbols for ros-rolling-marti-visualization-msgs Build-Ids: 1d7131bd5c5b0dbc88812ee32743a52edb2014ec 3e9bd99cc6fbdcb492ece84c16b448e4650c28a9 6435a6af3d2781c2d599b6d582fec276ad796cdb 7102a70f700c32ed56f741cecb5786d6c10137dc 7db709f46b8c969df52786c6c631399e7cba9677 9da6d9f68e403fdb25e068ced2ae29a80cecff9f c43074706246fea1cdeacd45973885072d98c7ec ca3e1b4fecc232e0997a01638510197d8ae7e794 cdf6529a3b61be3019cfac6a1744052e723604eb e1c5038930402f3bdbccad05d6ef0e70809ed799 ff6db3aab8ebf8d9c84b1272e9b0c111fd363679 Package: ros-rolling-mavlink Version: 2024.10.10-1noble.20250326.141710 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 20556 Depends: ros-rolling-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavlink/ros-rolling-mavlink_2024.10.10-1noble.20250326.141710_amd64.deb Size: 945738 SHA256: 7a5174c65be5b221fd3871df33f7fd37823db0d4920bca318c60408203fa1416 SHA1: 3d0066e5014ea595823953879bf8f1770867550f MD5sum: 5dac9df0a4db4851cbbe9c60bf5c2562 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-msgs Version: 2.9.0-1noble.20250331.172104 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 29971 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.9.0-1noble.20250331.172104_amd64.deb Size: 1773930 SHA256: f726192ef7aa65dc89d77d13b61d4bf6ba2f171085c398a32e57520701ecedba SHA1: cc8b69fff3e518ccc91845528f3d7e993fb65f27 MD5sum: 6befb211909fae71cd1f0ede7fe2f90b Description: mavros_msgs defines messages for MAVROS. Package: ros-rolling-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-msgs Version: 2.9.0-1noble.20250331.172104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 21324 Depends: ros-rolling-mavros-msgs (= 2.9.0-1noble.20250331.172104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs-dbgsym_2.9.0-1noble.20250331.172104_amd64.deb Size: 17018832 SHA256: 234cfca19405f0689a026c2da1d3d8057487e704b9952fe259698f6ae6503692 SHA1: 890dc91451e486345592ffea173144e93068fd2e MD5sum: 41853754431be6f787dfa1c40f536eb9 Description: debug symbols for ros-rolling-mavros-msgs Build-Ids: 063ff044b1d8ec0da3c9f60c210288d06957d8b7 0f1003d3d93dfdc65877256ea442ebe476560c5e 332e83b418664a5bcb332e63bfa2c5a405927e32 543d9cd6a2688881822b051eae0a7c9a438f4cdb 915fbdfdc713d3e978b024edc109f363d7352e09 a5e9b7ecdf0ce0f1f14e34080472ce2afe028c6c aadbea68b757e718c303a059a847a44ba8fd5491 b716a33d4de6d4ac71361e4728e22b741fb45601 d49e178b0ca01c71875cbe8163c6a47326da8dd6 f370488024bb976ce5e48ebbfc6f337950320055 f91fd3a42a051326a8ca2e643bfbfdfa836df54d Package: ros-rolling-mcap-vendor Version: 0.31.0-1noble.20250326.141555 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-rolling-liblz4-vendor, ros-rolling-zstd-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor_0.31.0-1noble.20250326.141555_amd64.deb Size: 126834 SHA256: 24a96b285c18e37e98f2ae9c77b85cf173255bc630f0fed15e9bd9d4783a0ab6 SHA1: 330b35fa4b8e50fc638c03b569f592150ebef7da MD5sum: 147c304aa3bf6f84467211971a8719ec Description: mcap vendor package Package: ros-rolling-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-mcap-vendor Version: 0.31.0-1noble.20250326.141555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1163 Depends: ros-rolling-mcap-vendor (= 0.31.0-1noble.20250326.141555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor-dbgsym_0.31.0-1noble.20250326.141555_amd64.deb Size: 1095666 SHA256: 468548a2951ee326a034e027afeea7557e0bd9c5f3f4fe015c6e232abb8d9640 SHA1: 8eb49304c35f122c7f0d9b5bac3964884bd9f96c MD5sum: 03d7e6ba0a24d238ad571654c2db782b Description: debug symbols for ros-rolling-mcap-vendor Build-Ids: 8277cafb0038c99c0d7f9e4e504379120e579655 Package: ros-rolling-mecanum-drive-controller Version: 4.22.0-1noble.20250331.195655 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 834 Depends: 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-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-mecanum-drive-controller/ros-rolling-mecanum-drive-controller_4.22.0-1noble.20250331.195655_amd64.deb Size: 184424 SHA256: d9b56e729c3db6f4349264d62138e29c70de00bcacdadf1e852a7ee00442d38a SHA1: 89a6006702e38e7cd17132982d335615d07d9e2c MD5sum: f1fcade05ec53d3bcaef2f392efc1893 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: 4.22.0-1noble.20250331.195655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3547 Depends: ros-rolling-mecanum-drive-controller (= 4.22.0-1noble.20250331.195655) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller-dbgsym_4.22.0-1noble.20250331.195655_amd64.deb Size: 3118666 SHA256: 6c6561bdd21c1a29f21b188053c616bcd98a7f98cbc2ccb56fade8f44ef4a640 SHA1: dacc1bd9c55829c6be30ad0a7571c9e82b39f4f1 MD5sum: d7a31d19380946823d45c092f8526ba4 Description: debug symbols for ros-rolling-mecanum-drive-controller Build-Ids: db45912605daa4c888a19ff54b7db594c6d2ebc9 Package: ros-rolling-menge-vendor Version: 1.3.0-1noble.20250326.141721 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-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor_1.3.0-1noble.20250326.141721_amd64.deb Size: 428452 SHA256: b2bde73c38386af5295630357f10786e07f063e29d225a4a320e99d9166692f0 SHA1: d36c3908f0bddfc0fbc00cb0ece24c8ef34a7157 MD5sum: 116f16413ba862c31721cc56c9c78447 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.20250326.141721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7507 Depends: ros-rolling-menge-vendor (= 1.3.0-1noble.20250326.141721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor-dbgsym_1.3.0-1noble.20250326.141721_amd64.deb Size: 6859368 SHA256: 37b9374f805c8ec85d4fe1fbcfd7ea23df356e81e48ed913c33c50347c6e2281 SHA1: 5f159eaf880075ba2744614e3a7e1861b80116eb MD5sum: 16c68ce3065fb7be18510be32a0c4934 Description: debug symbols for ros-rolling-menge-vendor Build-Ids: 916f5f2206db0af0886af46eb12b248923aee0c3 Package: ros-rolling-message-filters Version: 7.0.2-1noble.20250331.180518 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 300 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.0.2-1noble.20250331.180518_amd64.deb Size: 43918 SHA256: 9c325a645ea2b271cd14cd35ac6f54410b0071d97cfb70f2ba7b0f9dfa55246e SHA1: 7fb44abbf869d5d0fe871b1e18daedae2dee4e2d MD5sum: 8fe9c3ddb6ad47d85f1e0f1a890d8386 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.0.2-1noble.20250331.180518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 24 Depends: ros-rolling-message-filters (= 7.0.2-1noble.20250331.180518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters-dbgsym_7.0.2-1noble.20250331.180518_amd64.deb Size: 10590 SHA256: 2babc0270a3c9e5c12ed569d4af4b536528345ab9fd24e8eee249f9023f423ff SHA1: 4880c6eb5c34f1ba5ae59cb5bd29004170c14e0a MD5sum: 9b2c094746b03c8dede001a103aad7c6 Description: debug symbols for ros-rolling-message-filters Build-Ids: e633aa36cf679df9777279f85144507f5a7bac22 Package: ros-rolling-message-tf-frame-transformer Version: 1.1.1-1noble.20250331.195759 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 964 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-rclcpp, ros-rolling-ros-environment, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-tf-frame-transformer/ros-rolling-message-tf-frame-transformer_1.1.1-1noble.20250331.195759_amd64.deb Size: 201800 SHA256: 2ff24d9066366c8f5a349911fa5863c003b660da0ca406096d5f410e40736813 SHA1: 07b1ee30e9a1fa70a17e98ebae3d27068f243bd6 MD5sum: 1027aa7210b29bd8fa26c1a0140eec3e Description: Transforms messages of arbitrary type to a different frame using tf2::doTransform Package: ros-rolling-message-tf-frame-transformer-dbgsym Package-Type: ddeb Source: ros-rolling-message-tf-frame-transformer Version: 1.1.1-1noble.20250331.195759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 4977 Depends: ros-rolling-message-tf-frame-transformer (= 1.1.1-1noble.20250331.195759) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-tf-frame-transformer/ros-rolling-message-tf-frame-transformer-dbgsym_1.1.1-1noble.20250331.195759_amd64.deb Size: 4413840 SHA256: 843927e31bcc5d76065afc7188be5a4ef4f7aff7a26f70ec41b810174dcfe904 SHA1: 6db0e39343ce72ddc2a77895a00187aff0e30534 MD5sum: ce1672b96ed1addf67190717cbbe1825 Description: debug symbols for ros-rolling-message-tf-frame-transformer Build-Ids: 1515d21132a64b1df536ca1337ffa070a6bb2141 Package: ros-rolling-metavision-driver Version: 2.0.1-1noble.20250331.184559 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 826 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_2.0.1-1noble.20250331.184559_amd64.deb Size: 196792 SHA256: 4b30c9c8f23f5a0c9a180e3b7a9b74949d2e59896b6836a2b1ca11ab1938a530 SHA1: 8dbdf8c2750604c47bf4e6562b7aa7d66e33172b MD5sum: 4758e3d4637adff27614b548466a3cda 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: 2.0.1-1noble.20250331.184559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3966 Depends: ros-rolling-metavision-driver (= 2.0.1-1noble.20250331.184559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver-dbgsym_2.0.1-1noble.20250331.184559_amd64.deb Size: 3550122 SHA256: 63596cd1292c6df5ef9331f8910827bda93129ece7d4789d1498c48129f243bf SHA1: d07a2e719676382d5068f186f68e650d7def8d7d MD5sum: 77aceae79746afad66f8305251e0394b Description: debug symbols for ros-rolling-metavision-driver Build-Ids: 269095c8900b34e5742cce7958c918c0dabd72e2 a695fe64a4b9841af49846015be1ced17be0e559 Package: ros-rolling-micro-ros-diagnostic-bridge Version: 0.3.0-5noble.20250331.183444 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 551 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-micro-ros-diagnostic-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-bridge/ros-rolling-micro-ros-diagnostic-bridge_0.3.0-5noble.20250331.183444_amd64.deb Size: 120306 SHA256: 3e7f6e20371922990d42ae9bc459a39d2379bd604aad01a05ea822a22c35fa84 SHA1: 7514c81bf11d4e923a9148046b4d18bbbf06ae35 MD5sum: 71f17f341fbffc430196d8f623eb28f9 Description: Translates micro-ROS diagnostic messages to vanilla ROS 2 diagnostic messages. Package: ros-rolling-micro-ros-diagnostic-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-micro-ros-diagnostic-bridge Version: 0.3.0-5noble.20250331.183444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2528 Depends: ros-rolling-micro-ros-diagnostic-bridge (= 0.3.0-5noble.20250331.183444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-bridge/ros-rolling-micro-ros-diagnostic-bridge-dbgsym_0.3.0-5noble.20250331.183444_amd64.deb Size: 2174190 SHA256: 80360864e4a0bac361f13d6fd4c6ff500ebd522eaf430363ef2234496ae95816 SHA1: 91a81a46d7d0a65e3e3fd9ce2c519290a3a8d65e MD5sum: a150a820b70df9b1aeb66dcbb1a9be9c Description: debug symbols for ros-rolling-micro-ros-diagnostic-bridge Build-Ids: a8b9ae500e89fbb3c6d2529d5d79f4d334de76bf Package: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-5noble.20250331.164418 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 932 Depends: libc6 (>= 2.14), 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-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.20250331.164418_amd64.deb Size: 81834 SHA256: 60fa51ff3d6c2b47a4d5ffbb39692e778a5de66600563934030ee543458b1eb4 SHA1: 3856749ad30fbf02156dafec5b1a741484b50329 MD5sum: 768d12189f3edf4f9e2a88fb286e75f4 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.20250331.164418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 624 Depends: ros-rolling-micro-ros-diagnostic-msgs (= 0.3.0-5noble.20250331.164418) 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.20250331.164418_amd64.deb Size: 463914 SHA256: 90c5d41a83525882fd1e8a76dd9ab39f71783c561209ec59d6828dd1d9e884b8 SHA1: 37e55d084bfb431fa13c7d5755746aaf7884ac8a MD5sum: fcd2745fb00bbd33967dfba50e6d3a3b Description: debug symbols for ros-rolling-micro-ros-diagnostic-msgs Build-Ids: 0efb923d101cfff06b943c52eedec0ee2791dfe8 596ea78aaa8b802af54f9b9980188527ee72a208 61bbd3f48d473f7076f7bf33586d657fcb568973 6628257aec90dfe0fbee6fba3caa11c50795cd26 79ca5b886558c4e585ab06afbaca1ad31e446370 9d3707327bfcd6184091c8d4a1d1ec0f58d57f5d b89d2a11a1e20e1a3d1555182d7a89ac8c453ebf c757f6f6f7212e2204f3b6e375f9238877077d0b df8c796521d49b8825c8cd89817dbfbcc68badd1 ecb24ad3fe5396cf6bd6571dee139f608596ab9c ff33da6b96d3939cc3f3bfc15c46572dd3d89c66 Package: ros-rolling-micro-ros-msgs Version: 1.0.0-4noble.20250331.171736 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 690 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171736_amd64.deb Size: 72432 SHA256: ac71c1a89af2c6478d3fee139e3eff42e6dd71319f41e6b92aabff802c9cb760 SHA1: 208fc2de77247d20a978a2c10bbdeaa34172be26 MD5sum: fdc6a53294ac22e1af0ec17b4ba3d828 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.20250331.171736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-rolling-micro-ros-msgs (= 1.0.0-4noble.20250331.171736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs-dbgsym_1.0.0-4noble.20250331.171736_amd64.deb Size: 530658 SHA256: 8ff08dfc605255236db03099c6f3d26ff29a4fd8ffa6f296887b693ddd6710bd SHA1: 4f791bf4bbd6bcc887467cb1726232b67139e748 MD5sum: 33f7d7780bf17d192fe5d6e002ba8d38 Description: debug symbols for ros-rolling-micro-ros-msgs Build-Ids: 01a164e13674a29f2ec1907cfe9a522dc5850040 068a5b0c44e5207379f600c29affdc823db48ce9 0c69188f566c01f2196d9c880c1dc57ee447618c 0fc5b2d14ea1b5f3eb50b7d9842d7d9f6d653541 2dbcc64256651f9429a90c94251e87d15e38cbec 42337f97f6b2c71cf29111e72959fa224520fbcb 5513b9f87e8b1b9a353a42928c06b5fd25094cdb 9f68fa8a8b1817fd88c4b80b5a5099bbd511b268 c2c6da8ffe58fe98c1031a836d798618201cbe19 d20050210b090d383fd0d919ef97cbe0a516f68e e91ab36af952b6f07664db0b601f43d1555b55fe Package: ros-rolling-microstrain-inertial-description Version: 4.5.0-1noble.20250326.205911 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 16433 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.5.0-1noble.20250326.205911_amd64.deb Size: 2751846 SHA256: fc26ae33d94688160621ead6e4ed529a4ce2dadb478dd6334f14309f18ffb32a SHA1: 283cd4d5c2cb101bcfb865037ded400066679bdb MD5sum: 85174028b55c5220c7001852e5579eb4 Description: URDF and stl files for MicroStrain sensors. Package: ros-rolling-microstrain-inertial-msgs Version: 4.5.0-1noble.20250331.172505 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 7380 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.5.0-1noble.20250331.172505_amd64.deb Size: 431482 SHA256: a127c2b97ba4bdb2552383e5706cee21229309ce5a8ca6326ce6a3f8db0c6cff SHA1: e9271dfd003d56cebd057a3f1ed812377cc12edf MD5sum: 91a2e68a150684271b93bcccd8d96558 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.5.0-1noble.20250331.172505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 4827 Depends: ros-rolling-microstrain-inertial-msgs (= 4.5.0-1noble.20250331.172505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs-dbgsym_4.5.0-1noble.20250331.172505_amd64.deb Size: 3780074 SHA256: 2d56c746cfe479efb4c66a0db8e5bcf099143e167f0072a111b7b459e044ca2d SHA1: 6f7f46e65eb26d0e19a1845794fa45bb3c6a29d9 MD5sum: 12746c07cab2e225013ce7e02b02a7e8 Description: debug symbols for ros-rolling-microstrain-inertial-msgs Build-Ids: 24dcc507da432c8e2232a954a07f233d580991e3 2b8f1855b6f2e1e5414eeaab0ea0be0190cc968d 45e02ddaaeabd909999a33a215aa3ff4f88eb913 5982556d684014280f0b1621ade41fffe6326e80 5a694c8b1c3ffe3c29d7fb3741fae57b9f566506 5da93f2e40bdfbe67300fcdea14e16c91599a11f 6bce242291445b698edfd82b6959faf41d880ece 8c801832e3840b1dcc5e8214852cdaa3b5c70be3 9b9236edbb18b4f86e298643843b3827ec12b9d2 ad717177a33f8109d6e106f0d731d19470146de9 c63ece1d40d9937623f2c80f3ef91ff8fe928f1b Package: ros-rolling-microstrain-inertial-rqt Version: 4.5.0-1noble.20250331.185533 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.5.0-1noble.20250331.185533_amd64.deb Size: 69336 SHA256: a14b20fbd3e4e7eef7d9e390b8771e6b63f964caf83211663cc010c524a55309 SHA1: 3f0ad5e05b43fd031ee80b18bf4d9bd8e9e68fb6 MD5sum: 0d1676c09f75e0ae777ca891872fb1d8 Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-rolling-mimick-vendor Version: 0.8.1-1noble.20250326.141314 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 216 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.8.1-1noble.20250326.141314_amd64.deb Size: 32240 SHA256: d4a824f84f3d8bcff8f9b1565e1168d6e4cdfe70977434aa6d21e1795e699d98 SHA1: 352262b0707850354a6a674994d107079121138f MD5sum: 2e0433c071926c8fc181521c22732ade Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-3noble.20250331.164421 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2642 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-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.20250331.164421_amd64.deb Size: 178850 SHA256: 3f499d53f0db1c9ac7e05b71a7d3215259d056e1d34f37782e5371a3ce174d7d SHA1: 46c21457a192b98b66565ab3c719aecdf1f3faac MD5sum: df1b83cf6238d683e26b1d24808b862f 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.20250331.164421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1641 Depends: ros-rolling-mobileye-560-660-msgs (= 4.0.0-3noble.20250331.164421) 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.20250331.164421_amd64.deb Size: 1329474 SHA256: 85a1958f2299dcdef34fedc66bdd11f6dcd38fc89c656ec5de5ad26b0daffe01 SHA1: 814f2f651113c327feedea671034b36de927b38e MD5sum: 173367e43bd769c2d93cdda1ce437076 Description: debug symbols for ros-rolling-mobileye-560-660-msgs Build-Ids: 0b9088810db7bf725c8f51b50b33af34b4407ab8 0ed4101fe682173d04f37bfa1dc42e01539b11a6 161eb5105342fce6924e63b0205549d421e96462 2d977a5d3d427be9535ff0043d187ef32ec1c3a3 354b8dcc970348b329a4197a0ec4fd18a45550bd 6a4913862d782cfb072d457884cdf4083234d084 7e917b1d025d693647ebc4dd26dbb0f3bad99716 9415bdbb4e8206f326324b7e6fc4be463f838a0b a1b4ee75b9ca8e4cd6bd8b98f1d11642772e5c38 c9a444767cb37c828c40937b50cacc600a1bbd2c d4ddc425dfbfcfb7f107693ea73dbf65977e7252 Package: ros-rolling-mola Version: 1.6.3-1noble.20250331.214002 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 43 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-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_1.6.3-1noble.20250331.214002_amd64.deb Size: 6808 SHA256: 8de4e969fb3392e0b9c0d404dc9f62427a8375c6a874f7751d79720375b8e169 SHA1: 564fe2beb6590313b42213cde1f659d8159583e2 MD5sum: f4985cae8e8886c91a46a6442c7f37b0 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-rolling-mola-bridge-ros2 Version: 1.6.3-1noble.20250331.211916 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2431 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-mrpt-libros-bridge, ros-rolling-geometry-msgs, ros-rolling-mola-common, ros-rolling-mola-msgs, 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_1.6.3-1noble.20250331.211916_amd64.deb Size: 404852 SHA256: 372722e884f6896777db9864b6ec78ab961077f9769334cdad29fbbab81419fc SHA1: 92e01270e9d4ba04b48bd5a68a44f4cc704ccc7e MD5sum: ea2d2340437210cb10e9ae877b2cb3fd Description: Bidirectional bridge ROS2-MOLA Package: ros-rolling-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-bridge-ros2 Version: 1.6.3-1noble.20250331.211916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 10908 Depends: ros-rolling-mola-bridge-ros2 (= 1.6.3-1noble.20250331.211916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2-dbgsym_1.6.3-1noble.20250331.211916_amd64.deb Size: 9071250 SHA256: 82301259e26cdd611439144193be7c8a54c50d543c15c893d11e93029573d25b SHA1: b80ad8b9bd75c3f2a37c340f120873e33b04ff8c MD5sum: d256a4569f34a7131a9cdc6d31de08aa Description: debug symbols for ros-rolling-mola-bridge-ros2 Build-Ids: 8191379a4bf5e6768a534a50b78bd68e15d1b6a2 Package: ros-rolling-mola-common Version: 0.4.0-1noble.20250326.141726 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 61 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.4.0-1noble.20250326.141726_amd64.deb Size: 10800 SHA256: c9b3cbe851cbd4167f6450211c3b554e1b10b4f5781f5980f65ccdccd538cf92 SHA1: 8f25f823f0f18c217d2438602b58445bb65ba17b MD5sum: ec3cb23325a4ecba0b4a6116a80823be Description: Common CMake scripts to all MOLA modules Package: ros-rolling-mola-demos Version: 1.6.3-1noble.20250326.141731 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 126 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_1.6.3-1noble.20250326.141731_amd64.deb Size: 20238 SHA256: 3f36afdf8eb118f79ae7d3f271a76e66eaefe22901f366db32aa90bd6d8bcdb5 SHA1: 5d45fb6db4aaa56bb0c29899fe852d98492cd30c MD5sum: ca60f47ae26a1d790a09682c0017637b Description: Demo and example launch files for MOLA Package: ros-rolling-mola-gnss-to-markers Version: 0.1.0-1noble.20250331.204732 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 749 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.0-1noble.20250331.204732_amd64.deb Size: 136230 SHA256: 79e16d62f09c1ac0f84a63a6ce153b43e01b891379b5997474ce1a8c032643f1 SHA1: ca672c698d0dd3f8fb225fe689b72a32bc698573 MD5sum: 4ce836930ec56479cf335419c550a3fd 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.0-1noble.20250331.204732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3244 Depends: ros-rolling-mola-gnss-to-markers (= 0.1.0-1noble.20250331.204732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers-dbgsym_0.1.0-1noble.20250331.204732_amd64.deb Size: 2658348 SHA256: 81829b85ba5c7b7da417965df27d39cd24c1ef6d84ac17d763606e14fe42c6ab SHA1: 437cc6283f7924bd753634914845318c3df30ef0 MD5sum: 880bfc052892e0c5aeb8e9a6ccdcfada Description: debug symbols for ros-rolling-mola-gnss-to-markers Build-Ids: a1e196f66b593340478329a06c1ac12b345edcdf Package: ros-rolling-mola-imu-preintegration Version: 1.8.0-1noble.20250331.204505 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 141 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mrpt-libobs, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration_1.8.0-1noble.20250331.204505_amd64.deb Size: 41138 SHA256: fbf7d82fe29a2f73f2a96b26d50b93c0fd742d272be1fcbd8b27688c490dba61 SHA1: 694bcbfa40a7700b4b806bff1af4a0ab986db52b MD5sum: 6f3bbc403ddc9523af383b5b7d940903 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.8.0-1noble.20250331.204505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 339 Depends: ros-rolling-mola-imu-preintegration (= 1.8.0-1noble.20250331.204505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration-dbgsym_1.8.0-1noble.20250331.204505_amd64.deb Size: 319130 SHA256: bfbad6fa6a995ccf20052fb9df63c5c67dabd43c7537bbf2bbfce31e5be6b86c SHA1: 804c4c10b8e13ec7aa72eb26b8d51f877c1c9fea MD5sum: 46521f8ed405b0505c0700fdda5e2d4e Description: debug symbols for ros-rolling-mola-imu-preintegration Build-Ids: c20ce7ffd3a862411a31040ea6f860b3ad94fedf Package: ros-rolling-mola-input-euroc-dataset Version: 1.6.3-1noble.20250331.211823 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 198 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_1.6.3-1noble.20250331.211823_amd64.deb Size: 62644 SHA256: 39220b0135fab60231510cb2021c669329e6c7ae4b8e3fa0cdb492fa9909ab3c SHA1: 8ac04789df9a2eb7759ef38cf29295038880956b MD5sum: 87eed5bf1ba4d8cdfdf8055f7ab0c740 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: 1.6.3-1noble.20250331.211823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 634 Depends: ros-rolling-mola-input-euroc-dataset (= 1.6.3-1noble.20250331.211823) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-euroc-dataset/ros-rolling-mola-input-euroc-dataset-dbgsym_1.6.3-1noble.20250331.211823_amd64.deb Size: 603062 SHA256: 2035ea718991d5bbc03130f3bbd8d6c881d7bf568feeb8504c42c935498c611d SHA1: 6f857b89369b728f6379cfd8a6dc2358611a1ccc MD5sum: d9dfd861daef3584efaf53428e24c95c Description: debug symbols for ros-rolling-mola-input-euroc-dataset Build-Ids: b48a96c28bec607236fcbcb119069d0885c2b23b Package: ros-rolling-mola-input-kitti-dataset Version: 1.6.3-1noble.20250331.211806 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 247 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_1.6.3-1noble.20250331.211806_amd64.deb Size: 81802 SHA256: da1213f67bec83f70d533488b93748e588bcc3dc7627c045dfd37e34ebf9fda1 SHA1: acb1143a18c312be2c437d8b2e6a6ec93e27f5dd MD5sum: bb4ad456b8017626ba00ab0d30d401a4 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: 1.6.3-1noble.20250331.211806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1207 Depends: ros-rolling-mola-input-kitti-dataset (= 1.6.3-1noble.20250331.211806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti-dataset/ros-rolling-mola-input-kitti-dataset-dbgsym_1.6.3-1noble.20250331.211806_amd64.deb Size: 1171820 SHA256: 8cf7d93fde91cc3f8c6ce838ab74009891b8334407c270f10fd15517f3ee2bf6 SHA1: c829fe74c815f8f1a27cf8f46379d4934bae5932 MD5sum: ce17ec3e1c033a5da8f2e34d36592cda Description: debug symbols for ros-rolling-mola-input-kitti-dataset Build-Ids: 7ccccd433c285cbce559860c26ee04539d1f307f Package: ros-rolling-mola-input-kitti360-dataset Version: 1.6.3-1noble.20250331.211617 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 361 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_1.6.3-1noble.20250331.211617_amd64.deb Size: 123726 SHA256: 7da8ff75120749103e1e92463c27c9610e609a5ab86a6b1edcd5a0ec21cd18e4 SHA1: 2e2c546da2f2b4ff500ade15796e323f122db272 MD5sum: bc743c4824e272b8a77e95e22b2172b1 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: 1.6.3-1noble.20250331.211617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1744 Depends: ros-rolling-mola-input-kitti360-dataset (= 1.6.3-1noble.20250331.211617) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti360-dataset/ros-rolling-mola-input-kitti360-dataset-dbgsym_1.6.3-1noble.20250331.211617_amd64.deb Size: 1690050 SHA256: 8fc7441cc3770bf10f0c2216ecaf659b8b06d678bc907749bed881f98b089b58 SHA1: ccbf476fa4607c62915efc48899d514ee293117d MD5sum: 1f528756f77eb5d1f2eef87cce1ee81a Description: debug symbols for ros-rolling-mola-input-kitti360-dataset Build-Ids: 795f42b441314a7f07bc342b97458fc8a53595f1 Package: ros-rolling-mola-input-mulran-dataset Version: 1.6.3-1noble.20250331.211813 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 228 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_1.6.3-1noble.20250331.211813_amd64.deb Size: 72606 SHA256: c09412a94851bb557ee5e9b092e1bb634ce01818f8475263100f936cf69ab884 SHA1: d10294992af7a9cfe18efc190928e3d6c24a949e MD5sum: 55af4fce55b708f28ed1c9bf6d15ea5e 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: 1.6.3-1noble.20250331.211813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 788 Depends: ros-rolling-mola-input-mulran-dataset (= 1.6.3-1noble.20250331.211813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-mulran-dataset/ros-rolling-mola-input-mulran-dataset-dbgsym_1.6.3-1noble.20250331.211813_amd64.deb Size: 748842 SHA256: f3b87d92bd2cd1f5e9ebb949ba4e2d23e82fb78cbb58f979ed26a13eebb071b7 SHA1: f45fd9c390378a3bcb607c34d9d1d98db9ca3421 MD5sum: 42e921d9ccda772d806b3b3e11a8ed10 Description: debug symbols for ros-rolling-mola-input-mulran-dataset Build-Ids: e12f6b38d3fc320c0c6d0208b31cd3537a5a1b18 Package: ros-rolling-mola-input-paris-luco-dataset Version: 1.6.3-1noble.20250331.211813 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_1.6.3-1noble.20250331.211813_amd64.deb Size: 65788 SHA256: 15a054e5dce3a9afd0b5f58bf823ec3853ebb8d4977479e8195481630a72c852 SHA1: 8b9514bd1d25c3d2e3dc7aea1dec833c49390a7c MD5sum: ebbc44f491ed1ba2846f08a663da190c 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: 1.6.3-1noble.20250331.211813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 717 Depends: ros-rolling-mola-input-paris-luco-dataset (= 1.6.3-1noble.20250331.211813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-paris-luco-dataset/ros-rolling-mola-input-paris-luco-dataset-dbgsym_1.6.3-1noble.20250331.211813_amd64.deb Size: 684806 SHA256: 28027275ce6a2f20ac6e35895f0f5d5f96640ac85ea964fceac352e4e7d7684c SHA1: 48dfc0e8a593702c7022334a7fb7188120aef140 MD5sum: 6de6a7263d6f31dcd0a0325ced5a65a0 Description: debug symbols for ros-rolling-mola-input-paris-luco-dataset Build-Ids: 3674bd7483b23acbc818bc6e3ea2087c8d02ded3 Package: ros-rolling-mola-input-rawlog Version: 1.6.3-1noble.20250331.211803 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 193 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_1.6.3-1noble.20250331.211803_amd64.deb Size: 59562 SHA256: c50e042467f5de5c9c300981218fa962c67f7b7ff515da8348145d63e3919aeb SHA1: ce9eb4f5d07c454966634246d31fbcb3b122325b MD5sum: accdff95497e26ee727bda407ead61f9 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-rolling-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rawlog Version: 1.6.3-1noble.20250331.211803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 541 Depends: ros-rolling-mola-input-rawlog (= 1.6.3-1noble.20250331.211803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog-dbgsym_1.6.3-1noble.20250331.211803_amd64.deb Size: 511270 SHA256: 8269d928eb64b983a88f71560d08864b7e89505d61c1623d4191484b8e257291 SHA1: 312e01d1291371cdf5f2f82fa600efd92240fecf MD5sum: fdea22e075add776ccbd02f675f288f3 Description: debug symbols for ros-rolling-mola-input-rawlog Build-Ids: 2df22931afbec4b52fce0fdc8ad66ebbe428f97f Package: ros-rolling-mola-input-rosbag2 Version: 1.6.3-1noble.20250331.211916 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 424 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-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libros-bridge, ros-rolling-cv-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_1.6.3-1noble.20250331.211916_amd64.deb Size: 135010 SHA256: 83f58e79f5b653e77d09e6c177715b3ee0a4d08f0c55a5c2a0f15a6cda4e380e SHA1: 188c3d118aea1aed3883f584d292099730235153 MD5sum: 87fb315d05ed1b8d5a0548cb0c75feab Description: Offline RawDataSource from rosbag2 datasets Package: ros-rolling-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rosbag2 Version: 1.6.3-1noble.20250331.211916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2078 Depends: ros-rolling-mola-input-rosbag2 (= 1.6.3-1noble.20250331.211916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2-dbgsym_1.6.3-1noble.20250331.211916_amd64.deb Size: 1975778 SHA256: aaeea96bbca3e46bf0284222c14d42ca5d1c22a2ad53758b2128b606f193afbd SHA1: 247c88c6d24438d2c1ca0547269cfd59d605cf16 MD5sum: 85d0e5e143e80a4b34565878d006900b Description: debug symbols for ros-rolling-mola-input-rosbag2 Build-Ids: 1d1ba0bcc7c1051011150482e04fcb5f6ec9405f Package: ros-rolling-mola-kernel Version: 1.6.3-1noble.20250331.211030 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 559 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_1.6.3-1noble.20250331.211030_amd64.deb Size: 160218 SHA256: 8971c47d8441e4f864573a8ed291d73fb7f9849be7a0acb3e67f3e6585c3abcc SHA1: 216525847e4bd90209e22698b257f0922c166531 MD5sum: a4f6f8b843654bd5c72c5ec6add33577 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: 1.6.3-1noble.20250331.211030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3479 Depends: ros-rolling-mola-kernel (= 1.6.3-1noble.20250331.211030) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel-dbgsym_1.6.3-1noble.20250331.211030_amd64.deb Size: 3372856 SHA256: 70d8bceb37c254dfaf90c1883a7cbef302f8f8fa3ae9def813942a820928d062 SHA1: 04a1767ec639c9069cd4ee69d163e0bcb202a45e MD5sum: af5bd52ce8072ed25ffbe8e6b62a14e0 Description: debug symbols for ros-rolling-mola-kernel Build-Ids: 88b9251f5d9d5642151f77a8061919ad00867e06 Package: ros-rolling-mola-launcher Version: 1.6.3-1noble.20250331.211806 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-kernel, ros-rolling-mola-yaml, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, 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_1.6.3-1noble.20250331.211806_amd64.deb Size: 137170 SHA256: 86222c8111510ef7573a5f1dc8099c01e14646ef508a0213668f0ff6a4e72cfc SHA1: c787aa0b21806aeddbee9bcfc5aad08e4b395079 MD5sum: c02f0a2d82f159af2f3fd52c32bec74b Description: Launcher app for MOLA systems Package: ros-rolling-mola-launcher-dbgsym Package-Type: ddeb Source: ros-rolling-mola-launcher Version: 1.6.3-1noble.20250331.211806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1914 Depends: ros-rolling-mola-launcher (= 1.6.3-1noble.20250331.211806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher-dbgsym_1.6.3-1noble.20250331.211806_amd64.deb Size: 1826304 SHA256: 771e6eed97d9d6df9dffdea5ca334b9ef678aed7d6e3a900253a27313ff03632 SHA1: bbe2492f305e92b861d20dabb7acb549655e5be9 MD5sum: 54bf9d4b3e00621c70a1d7680d2dfa24 Description: debug symbols for ros-rolling-mola-launcher Build-Ids: 45fca21a337f1d094b5012e59a5d809f8f15c825 5b70393965d2711ac849b54a6ae7ef8913186500 6eb3e059e7eabc2b53c2fd70177eebfb01df2796 dc4e59a04eeafc022f801cd74c0ad22c1ba4690c Package: ros-rolling-mola-lidar-odometry Version: 0.7.1-1noble.20250331.212918 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1128 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-libgui, 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_0.7.1-1noble.20250331.212918_amd64.deb Size: 307518 SHA256: f09d676e629ecdf7bfde8a4be44636faa133fa5fdda0206f9924d6aed8bc66c3 SHA1: 809678de90aa9dbe65aeb1d3c0fdd8ebd65c951a MD5sum: 79f43b8fea1c98a7c6bc53ec4fb3aa77 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: 0.7.1-1noble.20250331.212918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8767 Depends: ros-rolling-mola-lidar-odometry (= 0.7.1-1noble.20250331.212918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-lidar-odometry/ros-rolling-mola-lidar-odometry-dbgsym_0.7.1-1noble.20250331.212918_amd64.deb Size: 8640802 SHA256: 1131d7423543b1667f8477d42ccdd3d943035be7622960227bf05056ca16221d SHA1: 1b15b733469b7a8bbd9e65fc8503608c296fc07e MD5sum: 3298c18e14176968cbbc6bf5c5570632 Description: debug symbols for ros-rolling-mola-lidar-odometry Build-Ids: 47f4ff27b128554317e51728f1701a538f738f54 d3c4d401d66d994f41bc946100c1718247891fe6 Package: ros-rolling-mola-metric-maps Version: 1.6.3-1noble.20250331.213248 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 740 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-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_1.6.3-1noble.20250331.213248_amd64.deb Size: 182222 SHA256: 12a309b6771dee238f9f4f5d485f2d583be5752b339383ced0b9ad8ac4a81fce SHA1: 558716f2e9384da0fc76c08075bf25a97f78e09b MD5sum: 1c9d495b435b83d4a371b56a7d17f171 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: 1.6.3-1noble.20250331.213248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3146 Depends: ros-rolling-mola-metric-maps (= 1.6.3-1noble.20250331.213248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps-dbgsym_1.6.3-1noble.20250331.213248_amd64.deb Size: 3041582 SHA256: 356afd56f99ede383f44e39cb841feebb727c06998aece2954bc1b61b2a98119 SHA1: bbb32f2f874e829956039c43bcf59c607098ffc9 MD5sum: 15753dc918768250dcde71ee6ff55e51 Description: debug symbols for ros-rolling-mola-metric-maps Build-Ids: 57077a2f5d5145c3dff76bf9ed8968912527add0 Package: ros-rolling-mola-msgs Version: 1.6.3-1noble.20250331.172553 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 2671 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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_1.6.3-1noble.20250331.172553_amd64.deb Size: 187108 SHA256: ccfad051f4cced39dc8c6b7446c23f50a459067eef002960225f8b5916e2f91e SHA1: 5db5f73fabff7c207b5772247fd071e9beb3c91d MD5sum: 7a03011ce126f16da9f107e77a5dcc0f 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: 1.6.3-1noble.20250331.172553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 1918 Depends: ros-rolling-mola-msgs (= 1.6.3-1noble.20250331.172553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs-dbgsym_1.6.3-1noble.20250331.172553_amd64.deb Size: 1494492 SHA256: a9d7e7dad10cb1bcad3d01f47ef703c493361094558d4bb1faf7f5cc6a68a2c3 SHA1: cfb9b6fdf1c97b73e7b4df2bb3996f1939ff45d1 MD5sum: f241858e082e1264d7654e9fdd02a3e2 Description: debug symbols for ros-rolling-mola-msgs Build-Ids: 04beb635c2a017d69fb5d1e45845d23bfccfff2e 51fab8c44ff73bd3c25682571f35c68524b8499a 5ad97248446d6640d961053fa9b52d53c408f8ec 5cfd8280c612d3215648bba4b058d61eb9454f27 a264185628d67399af205d2068d4380228a6d362 abe858b23110fad6ae87d1e0ac93b8e850cc012d cab615a5b773c082d1067c7aa778d1cc71628b87 cba4a96011e8c407f715d03452b074813043a054 d1d544596be0d9deced27a58102bfd156d9a61fb dd63e95355683526ca6627a4fc3b506670f8d7dd e142f5ea6a66cb93256703ad1bd58b91d85f5bcc Package: ros-rolling-mola-pose-list Version: 1.6.3-1noble.20250331.211033 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 126 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_1.6.3-1noble.20250331.211033_amd64.deb Size: 35308 SHA256: e3989a1214b36cd661d54ddb672279e37c5e4cfa87e9d9b7b4bfc6638853f60e SHA1: 1f73e14729e19aaa9404e1ab7d83ab0b13ec4fe8 MD5sum: ceeb2d96e7424dd88bdef9242e8a4c39 Description: C++ library for searchable pose lists Package: ros-rolling-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-rolling-mola-pose-list Version: 1.6.3-1noble.20250331.211033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 282 Depends: ros-rolling-mola-pose-list (= 1.6.3-1noble.20250331.211033) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list-dbgsym_1.6.3-1noble.20250331.211033_amd64.deb Size: 265866 SHA256: 7faf321eaf56cc8d3f9aa96f4e0523846525f043a364b151d5c039d0e2764982 SHA1: bc1675a01ca7fe2bac6c036551202071b40c532a MD5sum: 216b5874f4949c68c9e3233807b9844a Description: debug symbols for ros-rolling-mola-pose-list Build-Ids: 2eaf8c771a662b729c7d917f7c2ee322e8e35b34 Package: ros-rolling-mola-relocalization Version: 1.6.3-1noble.20250331.213250 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 136 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_1.6.3-1noble.20250331.213250_amd64.deb Size: 41416 SHA256: 7bd47da57f70a7e9d78fec57f9cd08b2587f1df3a1bdbac871abf108210af963 SHA1: 3001f214357d66cc83805c92ba35e49c8c64d55a MD5sum: 461de43239580e3544888872ab7eeb2e 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: 1.6.3-1noble.20250331.213250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 736 Depends: ros-rolling-mola-relocalization (= 1.6.3-1noble.20250331.213250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization-dbgsym_1.6.3-1noble.20250331.213250_amd64.deb Size: 714206 SHA256: 60c7943b5fc9e58587677fc6dbbe83cec3c7193362848e4dcd1f7b1dcb01f54b SHA1: 827967db532007cf1d37868383d4dc14531833f7 MD5sum: 2b6f8ff747d7d5ec0ab4540d17d91223 Description: debug symbols for ros-rolling-mola-relocalization Build-Ids: 337776d51ff623e21e5a89c34c860e290fdd0a96 Package: ros-rolling-mola-state-estimation Version: 1.8.0-1noble.20250331.212354 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 Depends: ros-rolling-mola-imu-preintegration, 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_1.8.0-1noble.20250331.212354_amd64.deb Size: 6182 SHA256: dd996a29abaee7e85b69ec0cbc183f9c3169d5fc6909c546dcd067395d23a840 SHA1: dbab05e9655d16cff20e6a1d35d0172ef1682ec5 MD5sum: 89b7cbe78302919a51b24a41c6ae7d9d Description: Metapackage with all MOLA state estimation packages. Package: ros-rolling-mola-state-estimation-simple Version: 1.8.0-1noble.20250331.211825 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 298 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_1.8.0-1noble.20250331.211825_amd64.deb Size: 97660 SHA256: e900a2c96cd9622fe8ec4561c5cf20a546072d59da0507fde4ee2bc4bb806f80 SHA1: c45b9fc6cbd960344dd2200702b78b97c819f3ef MD5sum: cd412b86ff0f421002077a4073b65055 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: 1.8.0-1noble.20250331.211825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1130 Depends: ros-rolling-mola-state-estimation-simple (= 1.8.0-1noble.20250331.211825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-simple/ros-rolling-mola-state-estimation-simple-dbgsym_1.8.0-1noble.20250331.211825_amd64.deb Size: 1078456 SHA256: 92e073609927b1c3c9438d1658f2d017ea4651172c98ef3ce0475be1a62ac6c2 SHA1: f5d28bbde86d9366de890bd95a352e6c016f0627 MD5sum: 9f1e0c1b9f7a2786d9f36220023ddee0 Description: debug symbols for ros-rolling-mola-state-estimation-simple Build-Ids: a2817a53008795167efb127bc7121c612b039b7c Package: ros-rolling-mola-state-estimation-smoother Version: 1.8.0-1noble.20250331.211812 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 591 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, 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-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_1.8.0-1noble.20250331.211812_amd64.deb Size: 182742 SHA256: aa7915f6034d92d88398c948fdfbb4cfa2050f2fe26b8d256a638bcd7e388a4f SHA1: d4b5986a37b4763bfefeb8691f06ef3f12bbd189 MD5sum: f265c06da130e971ca6ae9690f847ab9 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: 1.8.0-1noble.20250331.211812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8414 Depends: ros-rolling-mola-state-estimation-smoother (= 1.8.0-1noble.20250331.211812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-smoother/ros-rolling-mola-state-estimation-smoother-dbgsym_1.8.0-1noble.20250331.211812_amd64.deb Size: 8305890 SHA256: 47158b43264f6c0f461d463064ebacf2f012dfee55f673219a25a8bc97e37d74 SHA1: 2f0f647ba87024962bb014e8f7d4985250d7cdf0 MD5sum: 5260c9ae5a6f50a6e2277761d09ca9e1 Description: debug symbols for ros-rolling-mola-state-estimation-smoother Build-Ids: 6353f9ef388ea88a47220ea3b4ce78d1326a1a67 6c518145c8558960ad0613dc8d8480eed6a43899 Package: ros-rolling-mola-test-datasets Version: 0.4.0-1noble.20250326.141737 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 150894 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.0-1noble.20250326.141737_amd64.deb Size: 152293444 SHA256: 90c475c165255d01d5dfcc3738c2053314be79ed451923cb5d5de47e6f791587 SHA1: 674240dad04c46701f5e8edcf2b9e19d139d695f MD5sum: 2e7a892d2752b6286f5449ada770fd13 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-rolling-mola-traj-tools Version: 1.6.3-1noble.20250331.202223 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 103 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_1.6.3-1noble.20250331.202223_amd64.deb Size: 17678 SHA256: 50090e1c202e6bc73dfbe62023b238df2e79ecfcda648e14b017b10af25ac3e0 SHA1: 61b961aae19bb632f745df0b8e635a393e17e335 MD5sum: bb9f37316036be1f938060e3dc5a932e 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: 1.6.3-1noble.20250331.202223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 478 Depends: ros-rolling-mola-traj-tools (= 1.6.3-1noble.20250331.202223) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools-dbgsym_1.6.3-1noble.20250331.202223_amd64.deb Size: 388088 SHA256: 03c2af6e3e266f06057fe2694212b231e1639b704881d46587fdd1c0692e3ef6 SHA1: aa68aa516990b6d656ade769c00752ade17c216d MD5sum: ec90d747ce033962d8d714c460efa49c Description: debug symbols for ros-rolling-mola-traj-tools Build-Ids: 266877f9220f5d7dc24d244c04550509b3648633 4c4cbc62f1f3c66f192d5bbdc3bc9e509b10ee20 6389b91124407902e939856827d7ac46cb0bb8d5 fec42528ec66c6dca77dd95edecc0504765daf88 Package: ros-rolling-mola-viz Version: 1.6.3-1noble.20250331.211613 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 430 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_1.6.3-1noble.20250331.211613_amd64.deb Size: 137222 SHA256: b1f744a6f187248154ac059c75152e16f73b1ca9ed9a9ab53e10cee52506d56e SHA1: e2973a7799d54ce1dcf060aa5bb7dc4ca0621349 MD5sum: 7b4919c4385b3501b25fe013c6f3c9d3 Description: GUI for MOLA Package: ros-rolling-mola-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz Version: 1.6.3-1noble.20250331.211613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2346 Depends: ros-rolling-mola-viz (= 1.6.3-1noble.20250331.211613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz-dbgsym_1.6.3-1noble.20250331.211613_amd64.deb Size: 2231016 SHA256: 215d80f7ad9602d84e873048809588727b784bad3e20b4f595b0a4973e0890cb SHA1: 02f06c4eec7f57dc84298dfb6569bedcad01672c MD5sum: 5999d753aa970762ecf885389df260c8 Description: debug symbols for ros-rolling-mola-viz Build-Ids: 8b14c9626bafe7991765c340db1000a13f95647e Package: ros-rolling-mola-yaml Version: 1.6.3-1noble.20250331.201636 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 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_1.6.3-1noble.20250331.201636_amd64.deb Size: 43988 SHA256: 2599be837ebfbb90a4beb30cc2f5cc4238e34374c1e929684369105539fef905 SHA1: 22ea04daa25e5ea14df7171b0814c930fe5b421f MD5sum: 8399b9cb8e1439ef9e0a6af3835cf8e0 Description: YAML helper library common to MOLA modules Package: ros-rolling-mola-yaml-dbgsym Package-Type: ddeb Source: ros-rolling-mola-yaml Version: 1.6.3-1noble.20250331.201636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 484 Depends: ros-rolling-mola-yaml (= 1.6.3-1noble.20250331.201636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml-dbgsym_1.6.3-1noble.20250331.201636_amd64.deb Size: 463356 SHA256: ac9e392b1ede8cb59978a1618178e96852d94b9fd7a7c70f65f45c32d7b673c8 SHA1: 0892c447452e464d38d13f859601b4b6e0b01cb1 MD5sum: 28a67a448c2b2bb1eac7d546c9c3217d Description: debug symbols for ros-rolling-mola-yaml Build-Ids: 74325229cb7a84ee10738286a17f90ac44648f30 Package: ros-rolling-motion-capture-tracking Version: 1.0.3-2noble.20250331.194840 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-rolling-eigen3-cmake-module, ros-rolling-motion-capture-tracking-interfaces, 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-motion-capture-tracking/ros-rolling-motion-capture-tracking_1.0.3-2noble.20250331.194840_amd64.deb Size: 558500 SHA256: fa6fe06d0ab3b5380a8cc4dea08d684aec1cf194ff634f0a321fc78105e6af16 SHA1: 889d1903ace649c8dcbd394a7b98773eda6d1764 MD5sum: beed60d7b9b6ca80c9072ad080f209c8 Description: ROS Package for different motion capture systems, including custom rigid body tracking support Package: ros-rolling-motion-capture-tracking-dbgsym Package-Type: ddeb Source: ros-rolling-motion-capture-tracking Version: 1.0.3-2noble.20250331.194840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 11253 Depends: ros-rolling-motion-capture-tracking (= 1.0.3-2noble.20250331.194840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking/ros-rolling-motion-capture-tracking-dbgsym_1.0.3-2noble.20250331.194840_amd64.deb Size: 10737044 SHA256: d5f63aae1ad3617cc66e3d4b0c34ea5ae65c3072396d2a11b0e7c5dd68fe7638 SHA1: 23f89127d74910688d2e8faa030a97efa0dfc81e MD5sum: 1a3c832468661bab7091c2590ffc5e32 Description: debug symbols for ros-rolling-motion-capture-tracking Build-Ids: b14cc9eba07b1332adc9b66bb076916362f7e5b8 Package: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.3-2noble.20250331.170839 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 597 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-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.3-2noble.20250331.170839_amd64.deb Size: 56654 SHA256: 0d6a5fe4bae8c76a5179c67ba13019bc2877f167554c66337169526b5b7261a7 SHA1: 6f3798e0bed1107c2086abf76e74b4ace661e285 MD5sum: ed7533a2af26185b70b6f62e7f506142 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.3-2noble.20250331.170839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 434 Depends: ros-rolling-motion-capture-tracking-interfaces (= 1.0.3-2noble.20250331.170839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking-interfaces/ros-rolling-motion-capture-tracking-interfaces-dbgsym_1.0.3-2noble.20250331.170839_amd64.deb Size: 317442 SHA256: 40450406d31eb7b85e2f4d5982660959d91b0eb07f7911ac9ffff57e59201cdf SHA1: c3aa4820d990f6b78e8960a17f6ad0dee997a09b MD5sum: 0a767113df192a62b43c7c7c30b3ce58 Description: debug symbols for ros-rolling-motion-capture-tracking-interfaces Build-Ids: 0e35769e28ea383b31f08dc4c4fd91fb1f3c2c89 22fc959ec5c0b3c9f82fb21293d6025064bd9c42 3bf30d443c18c0b4f8b6ddfda0d2644c4ebd7a8f 479d5e2c45c9a1548b249bcceca0a688ccd69bfb 4b88c38e79d936ca0c818d65b1a52c42db4d54dd 56f426592d083d5b07d8e08a90a6d3167ae37e64 5784233c4fd357f181690869c57637be88c579dc 750cc9981abbe85fcc00120aa3a28f557bc8e4de c4b4ebafc13e68993a7dfb40a3295744380701f7 c8da772b26a83c28feeddd11bd11cb0e35cd130a e116b8d842d6ec1157681448e17b2e43da1d9608 Package: ros-rolling-mouse-teleop Version: 1.7.0-1noble.20250331.175417 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 62 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_1.7.0-1noble.20250331.175417_amd64.deb Size: 13030 SHA256: b4cfb2f288dc51cf44555a04c2149b7525a3da4811fef4b12f7b6ac8dad38508 SHA1: fcb80d4c12cce23c634dd64478671c07ba28249f MD5sum: 973a1be0e5c1505d0b6f4b86b0f522ec Description: A mouse teleop tool for holonomic mobile robots. Package: ros-rolling-moveit-common Version: 2.13.0-1noble.20250326.141735 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 49 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.13.0-1noble.20250326.141735_amd64.deb Size: 8930 SHA256: 3ea6fe1b7277b8cbfd2389eb2695d9095fb30c5788eba7ef5178040f8f350e9c SHA1: 7549086ad85391485dd5ceecdd88bb4c65690ca7 MD5sum: 09f097b7125098d6016fa0a2946dfa30 Description: Common support functionality used throughout MoveIt Package: ros-rolling-moveit-configs-utils Version: 2.13.0-1noble.20250331.180502 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.13.0-1noble.20250331.180502_amd64.deb Size: 29342 SHA256: 86ee5d6e6b430a9aeff05c97ea3d292da3c4139f680d1a04744bd55ef886fbd0 SHA1: 873d9935bb2ff230b76cf422adecde8f0d0a366e MD5sum: 41e86fb7a678f3d9fd5de37b22dd4343 Description: Python library for loading moveit config parameters in launch files Package: ros-rolling-moveit-core Version: 2.13.0-1noble.20250331.195247 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5716 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-rolling-geometric-shapes, ros-rolling-srdfdom, ros-rolling-urdfdom, libassimp-dev, libboost-all-dev, libbullet-dev, libeigen3-dev, libfcl-dev, liboctomap-dev, ros-rolling-angles, ros-rolling-common-interfaces, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-google-benchmark-vendor, ros-rolling-kdl-parser, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-octomap-msgs, ros-rolling-osqp-vendor, ros-rolling-pluginlib, ros-rolling-random-numbers, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-ruckig, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-urdfdom-headers, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-core/ros-rolling-moveit-core_2.13.0-1noble.20250331.195247_amd64.deb Size: 1384060 SHA256: 21f91c00734e9e2c1db00dcf4fa8b7291e3ea46538df9bc5cc9fb52227ee78ee SHA1: 9f889d489e8b8a0c34ee701d285f8acd5e4c47d1 MD5sum: badb7cce7fc45913489e6b633f9f7eae Description: Core libraries used by MoveIt Package: ros-rolling-moveit-core-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-core Version: 2.13.0-1noble.20250331.195247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 79130 Depends: ros-rolling-moveit-core (= 2.13.0-1noble.20250331.195247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-core/ros-rolling-moveit-core-dbgsym_2.13.0-1noble.20250331.195247_amd64.deb Size: 78851034 SHA256: 9309c864efbc2f2786efbb773ccb846461a51420bd6b1885b9115fdee0e99cb5 SHA1: bb13d2ca5c343b39f68845cdaf612ec29104df7a MD5sum: b9563ba59b409ba0c012774cde44fd45 Description: debug symbols for ros-rolling-moveit-core Build-Ids: 03aa991fd3924dc7b411e6813473c461613a3404 0d3396169940384241f745db6e42c3e7e3304878 0ed0d186003cd507c734ba52dcf12eef1d4be826 10b7beeba6bb8c955ea4547b357044e879a3ffe2 3665ceed84e93d9e291c116d17f5878a71e1d5d4 44b7b97340d10cd294cc926eac16da3978c96cd4 4b48b17d39878cf23c51cbb4ef1c4d976c45962d 4cf5b431e12e422d12dafdec1760a9bd7857a0e7 54e5c98dfd5e3bf562a6c31e8c890556d7441a00 614c87c005f8f52530b6482c91be751bd4bb487d 73c3de1f958af6f0158e987a0424e666754355b7 73e40eef002064d7e0917c98b81683d834ebd8c6 759aab932becb2694c657fc032b4dde3865c0f53 84714524d835ae8e86cb709a7f749a8703965037 8cde8f131eca3cea4cdf493766f55e4d35c73de7 9ff05b33e24dc023836a30474f5506c695721cf5 a96c3a03562ca7071a95a1dfcf713f75f0131b64 ac2b6e55a979c570c782632870a424e74068fc39 affe1fbd65fb8475d93c3462cf15001195ebb255 b21c260ab6a07a3a0a38b4f016fa0ab26ccff94f b5422d19fb1bddd7fbc6cf4650129d64f81a1516 dc6dfb1aa2fdb5352186b658292942d0071a0ceb dcaa7c48f808abd9a66a349d708ca21d03a6b591 ddc12f26a22bff8544d20e437fdf64b7f2e89d26 e975166b408b51c8816186ebc477911f496b5a2b f1f790519bbb6ec5a20408b289cfc7c5b056e091 f6aa9ed69642839bcfd7bf8310d2dd18cf8522a8 Package: ros-rolling-moveit-kinematics Version: 2.13.0-1noble.20250331.205741 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 954 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-moveit-core, libeigen3-dev, python3-lxml, ros-rolling-class-loader, ros-rolling-generate-parameter-library, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning, ros-rolling-orocos-kdl-vendor, ros-rolling-pluginlib, ros-rolling-rsl, ros-rolling-tf2, ros-rolling-tf2-kdl, ros-rolling-urdfdom, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-kinematics/ros-rolling-moveit-kinematics_2.13.0-1noble.20250331.205741_amd64.deb Size: 240918 SHA256: 02baa7dd3915763240daa40131b11ba109ddc4de70f657c8f218b7fb885926bb SHA1: 2ad966cc23ec5fd70260d8ecb17960b6f7984227 MD5sum: f7af40d2f1bdf42cb0b2791f0dcdf2c4 Description: Package for all inverse kinematics solvers in MoveIt Package: ros-rolling-moveit-kinematics-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-kinematics Version: 2.13.0-1noble.20250331.205741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9619 Depends: ros-rolling-moveit-kinematics (= 2.13.0-1noble.20250331.205741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-kinematics/ros-rolling-moveit-kinematics-dbgsym_2.13.0-1noble.20250331.205741_amd64.deb Size: 9561726 SHA256: 745acc8e8afb9d766072a5a2f11d602156f532bb6ef5062ae74e20dd65b833a6 SHA1: 59c6a2b3d21746be265ac166148035b333f76c93 MD5sum: d7e017c930c3adce3e6e47ecb373b531 Description: debug symbols for ros-rolling-moveit-kinematics Build-Ids: 09be78dcaac09bf8a4933674d6dcfdb4d4d3abd4 4d089ce66030f9a58fc176dc110209b47f5893a2 932e4be8ffe8968e293f89414733a430aaa28ffd 9d41b749c78da3d2d762b1bfe25376eb06ddb6db Package: ros-rolling-moveit-msgs Version: 2.6.0-1noble.20250331.172438 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 33316 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.6.0-1noble.20250331.172438_amd64.deb Size: 1939426 SHA256: d1b311844f534228a85bf189a0c083b4a1c8126386283134e91b4c678977062c SHA1: c1cb0b10bad4f91776a567a1707c2b4f3ef2bf25 MD5sum: 92818e517df9713566c18ba3eadff3bb Description: Messages, services and actions used by MoveIt Package: ros-rolling-moveit-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-msgs Version: 2.6.0-1noble.20250331.172438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29102 Depends: ros-rolling-moveit-msgs (= 2.6.0-1noble.20250331.172438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs-dbgsym_2.6.0-1noble.20250331.172438_amd64.deb Size: 24551764 SHA256: 0e64d8f759084a44301e01aa3bb81dd181a5e93e56ac271173e93dbdf3f44707 SHA1: 8ff965c8cb7f966b452d5aa3b64633adeb4d9d2b MD5sum: 9d25d01613ca23615e27852cd3aac7ef Description: debug symbols for ros-rolling-moveit-msgs Build-Ids: 0c85a8b843c138b0010bdfb422a984183919b948 104cb283849006a252ab85fb8f4126c37a7d3b99 139cdf1f363df1a19bef9422b90e1a0946e490c0 33cbbdd58bbe635deef31822c51a0548a18591ff 3a5111b4e246c94fc80883cde2d2e629297be922 413f7302b57438f27f9e40d55e6ea17081c3f95e 76927ceb8c32e6564d3efefa46b1b86b6a9bbd2a 900cc924454fd79033663a9d099a6fce495401ae af4947d7d350abb65377ea434e13249b1c650519 d6113da19b460f04a2baa394f90bfa6f3efb6edc dbe1bc5acd9e981e6a3c922e35e6881f34f489d2 Package: ros-rolling-moveit-planners Version: 2.13.0-1noble.20250331.213304 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-rolling-moveit-planners-chomp, ros-rolling-moveit-planners-ompl, ros-rolling-moveit-planners-stomp, ros-rolling-pilz-industrial-motion-planner, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners/ros-rolling-moveit-planners_2.13.0-1noble.20250331.213304_amd64.deb Size: 6638 SHA256: 5f81a492a04720dc295b8063f7a3a490f7e2c1727d4366fe071aa61ffb762a57 SHA1: 899a9149fc865155d7d6b44bff2ed84a87f86dd5 MD5sum: 8e158e38839188226d47940e30e994f3 Description: Meta package that installs all available planners for MoveIt Package: ros-rolling-moveit-planners-chomp Version: 2.13.0-1noble.20250331.203611 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-rolling-chomp-motion-planner, ros-rolling-moveit-core, ros-rolling-moveit-common, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-chomp/ros-rolling-moveit-planners-chomp_2.13.0-1noble.20250331.203611_amd64.deb Size: 38064 SHA256: bca56fcd6dc48dbb6d949315bc65c5e9c40ce12149294719b4377186e73957bc SHA1: b4aa7e91a2a52da8863a8de6938a167c6a4813d3 MD5sum: a00ce7fcc04aac706691f0b62a6e941a Description: The interface for using CHOMP within MoveIt Package: ros-rolling-moveit-planners-chomp-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-chomp Version: 2.13.0-1noble.20250331.203611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4736 Depends: ros-rolling-moveit-planners-chomp (= 2.13.0-1noble.20250331.203611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-chomp/ros-rolling-moveit-planners-chomp-dbgsym_2.13.0-1noble.20250331.203611_amd64.deb Size: 4755640 SHA256: 2ddd85db870d6b44d0c3390fcac11a49b8fb4882c2228fc8e3b485b57f650924 SHA1: df300f83e02760f76632c78b48c4b849cddcd137 MD5sum: 46d73b61f8757cd29f842db0d82c74db Description: debug symbols for ros-rolling-moveit-planners-chomp Build-Ids: a312ed478f20241cf8490fb5d51af0c3d64a899b a546854992ff5dc62ca92024fa7bbc0f2d1d7890 Package: ros-rolling-moveit-planners-ompl Version: 2.13.0-1noble.20250331.211030 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1590 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-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-ompl, libomp-dev, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-ompl/ros-rolling-moveit-planners-ompl_2.13.0-1noble.20250331.211030_amd64.deb Size: 342926 SHA256: 475664c132aa86509dc7a29aa338852e2488b7415a2ac7ca64f953cfe94e98a5 SHA1: 135caef901182d94305622c99c5acba0d4d308ba MD5sum: 6d794a0a23f13bddffee7c20bbb6c160 Description: MoveIt interface to OMPL Package: ros-rolling-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-ompl Version: 2.13.0-1noble.20250331.211030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24403 Depends: ros-rolling-moveit-planners-ompl (= 2.13.0-1noble.20250331.211030) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-ompl/ros-rolling-moveit-planners-ompl-dbgsym_2.13.0-1noble.20250331.211030_amd64.deb Size: 23938820 SHA256: 695801720b7f238ef1ef4efe7e6ea719490fad14f048a6f378cfb9bf472928dc SHA1: 3ae4ecc18a664cd38152fa9d1efa474af16def68 MD5sum: 413973a9b4644fb06f01e29e12b81ac6 Description: debug symbols for ros-rolling-moveit-planners-ompl Build-Ids: 0aa23da8b968370e7c6cf0519ea7f8b0f4f699e1 5080e3c26ad4a46b84a1e862331741065721d6f1 faf50f8478d7a7bc66e931cf238f13722da86c87 Package: ros-rolling-moveit-planners-stomp Version: 2.13.0-1noble.20250331.202813 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 447 Depends: 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-moveit-core, ros-rolling-generate-parameter-library, ros-rolling-moveit-common, ros-rolling-rsl, ros-rolling-std-msgs, ros-rolling-stomp, ros-rolling-tf2-eigen, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-stomp/ros-rolling-moveit-planners-stomp_2.13.0-1noble.20250331.202813_amd64.deb Size: 141852 SHA256: c35d68da2e1f29cf0be091a84ffc0becf76729592a60952e64220bfaca9a2fe9 SHA1: 8d13298b4e3fede75c8e730fb5a5b709d0d9ed08 MD5sum: 99bb65c57f82b92e2fea82b396186890 Description: STOMP Motion Planner for MoveIt Package: ros-rolling-moveit-planners-stomp-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-stomp Version: 2.13.0-1noble.20250331.202813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5617 Depends: ros-rolling-moveit-planners-stomp (= 2.13.0-1noble.20250331.202813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-stomp/ros-rolling-moveit-planners-stomp-dbgsym_2.13.0-1noble.20250331.202813_amd64.deb Size: 5543110 SHA256: dc3e2370fd2f82d53abd262d7fa1ec2645c75182929d0539c2a9f4a1cd069630 SHA1: aa0f5b0bd91bd797ad0a9a572b23a35aa9a00028 MD5sum: aee5d9ba8cd1f856153581ac41ead657 Description: debug symbols for ros-rolling-moveit-planners-stomp Build-Ids: c2c7cb8ad88b73d5e4c634b458bf70e64e2cfcf9 Package: ros-rolling-moveit-plugins Version: 2.13.0-1noble.20250331.202951 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-rolling-moveit-simple-controller-manager, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-plugins/ros-rolling-moveit-plugins_2.13.0-1noble.20250331.202951_amd64.deb Size: 6338 SHA256: 42f06c72316f325b5b9e91859fccf3d32dc908c2fffbfe164170a049c485e8d9 SHA1: b0b4cafedb6ed7a9b25620186736ac60af0e0c3a MD5sum: 35021b96610c6c9494cef60b636e782d Description: Metapackage for MoveIt plugins. Package: ros-rolling-moveit-py Version: 2.13.0-1noble.20250331.212859 Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1287 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-srdfdom, ros-rolling-urdfdom, ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-moveit-ros-planning-interface, ros-rolling-octomap-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-py/ros-rolling-moveit-py_2.13.0-1noble.20250331.212859_amd64.deb Size: 352252 SHA256: 004fda3ecb2b7d2b9c3bd5659a89fc2f1418685c3495ee4b76bc514b8b21d967 SHA1: a46121f891bf542d7886b170d4ab79e0f3096101 MD5sum: 5c553c05e1bf5de0d096f5aec1dccc75 Description: Python binding for MoveIt 2 Package: ros-rolling-moveit-py-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-py Version: 2.13.0-1noble.20250331.212859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1055 Depends: ros-rolling-moveit-py (= 2.13.0-1noble.20250331.212859) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-py/ros-rolling-moveit-py-dbgsym_2.13.0-1noble.20250331.212859_amd64.deb Size: 1020776 SHA256: c1fb7f825967cfbe6b7165ae4fb87d3216c2110b225a4c47167042aeecb519f8 SHA1: 123a31447ddb0f76584e95e4f8a290db6d785719 MD5sum: 73ddad8a77376a79e8cb67d4d228b053 Description: debug symbols for ros-rolling-moveit-py Build-Ids: f91083e1bc3109853b730b97f2f6f6b74c96ec25 Package: ros-rolling-moveit-resources-fanuc-description Version: 3.1.0-1noble.20250326.141740 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 736 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.0-1noble.20250326.141740_amd64.deb Size: 127644 SHA256: 80b54a185684467e4f29d91136d20ee68b75fa174099924b9a38425664db5a81 SHA1: 36eabe216a297aa913e55b17acbdfc10821102a8 MD5sum: fb095959f39b02545ae2dbdb5eb00cce Description: Fanuc Resources used for MoveIt testing Package: ros-rolling-moveit-resources-panda-description Version: 3.1.0-1noble.20250326.141802 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 10458 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.0-1noble.20250326.141802_amd64.deb Size: 3089586 SHA256: 9e867402a72681f6b842dda499b61ef1fd592d7720700af63940d400490ad1d7 SHA1: 7ff07b10f2c9012702cc4cb01f26c2fe97b32259 MD5sum: 88d68b19ef1ad8c7ed1b792cad1bcfc3 Description: panda Resources used for MoveIt testing Package: ros-rolling-moveit-resources-pr2-description Version: 3.1.0-1noble.20250326.141803 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 48624 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.0-1noble.20250326.141803_amd64.deb Size: 24339318 SHA256: b9c47194e015868b24e449759dfa624ef214e3a9809736bee120326d4fb6288e SHA1: 81b5264ef2fea0ed23246aaa440119b45ab49b39 MD5sum: 1860089e5d0de6ae29199346fdfa3b2a Description: PR2 Resources used for MoveIt! testing Package: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.13.0-1noble.20250331.202805 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 482 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-rolling-moveit-core, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin_2.13.0-1noble.20250331.202805_amd64.deb Size: 136750 SHA256: c54344fa345fa3a1f6bb3dc0d99224b1cd90c760a062bb65030580f177792d94 SHA1: dbb14b84379ee1229349bc372bd36e0c4b6ddc68 MD5sum: e16dc77c5e80cf4cebbe0b55fcc12058 Description: The prbt_ikfast_manipulator_plugin package Package: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.13.0-1noble.20250331.202805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 2784 Depends: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.13.0-1noble.20250331.202805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym_2.13.0-1noble.20250331.202805_amd64.deb Size: 2761566 SHA256: 89f576cfeccc78eee3690f0598955d9824f4c2450194f6238ec17c0cd4fd7255 SHA1: 11598573f26984a42015697a2be16e6f8de7ea1a MD5sum: 6f567feb2f8bee2e272fbe9f5fbe4391 Description: debug symbols for ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 135374b0aa3a118c31ba4c9c60971f8da7d624bf Package: ros-rolling-moveit-resources-prbt-moveit-config Version: 2.13.0-1noble.20250331.212441 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 84 Depends: ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin, ros-rolling-moveit-resources-prbt-support, ros-rolling-moveit-ros-move-group, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-moveit-config/ros-rolling-moveit-resources-prbt-moveit-config_2.13.0-1noble.20250331.212441_amd64.deb Size: 14838 SHA256: 8b0efca1dcd8dadd13ee6dc5c92c409d2971283de8ab2e02e6977122f594ea9d SHA1: 520c92bfe50165f7e2405167c75f5006c38478d1 MD5sum: 85d03814fb27d5cc38168513cda3e3a4 Description: MoveIt Resources for testing: Pilz PRBT 6 A project-internal configuration for testing in MoveIt. Package: ros-rolling-moveit-resources-prbt-pg70-support Version: 2.13.0-1noble.20250331.212555 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 935 Depends: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin, ros-rolling-moveit-resources-prbt-moveit-config, ros-rolling-moveit-resources-prbt-support, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-pg70-support/ros-rolling-moveit-resources-prbt-pg70-support_2.13.0-1noble.20250331.212555_amd64.deb Size: 160296 SHA256: 8fbf03153bddca8942d8098f9eec222ea2149ea32821ba165cc2fb8d7ee8eb4d SHA1: 67ea2328ded7645e336c0f836ed5bb285b925c16 MD5sum: 2fe36aaeb1330aa20043f3f6f138d32c Description: PRBT support for Schunk pg70 gripper. Package: ros-rolling-moveit-resources-prbt-support Version: 2.13.0-1noble.20250326.205911 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 3862 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.13.0-1noble.20250326.205911_amd64.deb Size: 760860 SHA256: 6c29ae4f3eddacf3195ebc08b41880718619255a47a446ab2786c09fabf235b2 SHA1: 3b664ae2f6e7a1f7ee19f96ca1ff60aa8c21da77 MD5sum: 6c75eb2de7e43b8bc64d83d2a875c605 Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-rolling-moveit-ros Version: 2.13.0-1noble.20250331.214940 Architecture: amd64 Maintainer: Michael Görner Installed-Size: 43 Depends: ros-rolling-moveit-ros-benchmarks, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-robot-interaction, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-ros-warehouse, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros/ros-rolling-moveit-ros_2.13.0-1noble.20250331.214940_amd64.deb Size: 6744 SHA256: 5455f87c8f9240d925b3b90ca30ca4696a01407c8bd154321f80574ca67d7160 SHA1: ed2ce778a9d69f7e804b8089009654f72bb1ca30 MD5sum: 564aa377543371b09c3dc794c059894c Description: Components of MoveIt that use ROS Package: ros-rolling-moveit-ros-benchmarks Version: 2.13.0-1noble.20250331.212105 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-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-warehouse, libboost-date-time1.83.0, libboost-filesystem1.83.0, ros-rolling-launch-param-builder, ros-rolling-moveit-common, ros-rolling-moveit-configs-utils, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-benchmarks/ros-rolling-moveit-ros-benchmarks_2.13.0-1noble.20250331.212105_amd64.deb Size: 203932 SHA256: 34c9dda11bd53fa2491932386212ddd5aa8bda163425e32eb650e16cf30a22d7 SHA1: 3de6f9f804e5746758a2f0a07b33c14d6707d7b2 MD5sum: 89c3ab3e0164abb4adaf384bc35b088b Description: Enhanced tools for benchmarks in MoveIt Package: ros-rolling-moveit-ros-benchmarks-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-benchmarks Version: 2.13.0-1noble.20250331.212105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6984 Depends: ros-rolling-moveit-ros-benchmarks (= 2.13.0-1noble.20250331.212105) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-benchmarks/ros-rolling-moveit-ros-benchmarks-dbgsym_2.13.0-1noble.20250331.212105_amd64.deb Size: 6913498 SHA256: ef28e511b7a8682d4a8e4b71a5de5233c789ae9a349ca741860194385863b44d SHA1: a6486aef99aed481e1a488890747b1ca34848c28 MD5sum: 1e4478c9e8f19f597711cf7dd66c1db6 Description: debug symbols for ros-rolling-moveit-ros-benchmarks Build-Ids: 514005e8bd7559a26d4724e587dbf643508a4821 b20aee96eb382ff6c5b2fe8c7a9e097298ab4ab2 Package: ros-rolling-moveit-ros-control-interface Version: 2.13.0-1noble.20250331.202916 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 956 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-moveit-core, ros-rolling-moveit-simple-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-moveit-common, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp-action, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-control-interface/ros-rolling-moveit-ros-control-interface_2.13.0-1noble.20250331.202916_amd64.deb Size: 228262 SHA256: ab66425afde2c4b4f5059a06d7841af73fb7a9317c298c98e66f72bc9c5b9c7d SHA1: 689009cd69bcb2c81d6de19d559cc8a5866348c0 MD5sum: 9662e6076159c84053dda1c232f8c068 Description: ros_control controller manager interface for MoveIt Package: ros-rolling-moveit-ros-control-interface-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-control-interface Version: 2.13.0-1noble.20250331.202916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 4980 Depends: ros-rolling-moveit-ros-control-interface (= 2.13.0-1noble.20250331.202916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-control-interface/ros-rolling-moveit-ros-control-interface-dbgsym_2.13.0-1noble.20250331.202916_amd64.deb Size: 4646758 SHA256: aaad770f7ee50384f28d77fa128b42d6701ae9097f88e38016f67e4c84fe5d49 SHA1: bec50c15901f5baa9880eb515dd7e12986a55f42 MD5sum: 6f9f9e58b495e3a1b9ad872a6b60a450 Description: debug symbols for ros-rolling-moveit-ros-control-interface Build-Ids: 5cd083b9baf21f055a6efa5fd26771c0ef814f43 8704ac8fc4269ac4412e21281f42e79b6520b5e5 cb9d557b678dd6c60787091a0287e8dedaedb46e cbd6ccafd0c1a9bd1709951a5fa754273a988523 fd3391214b4a82a6a1f4e13b1ac0faadf3875d42 Package: ros-rolling-moveit-ros-move-group Version: 2.13.0-1noble.20250331.211045 Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1567 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-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-urdfdom, libfmt-dev, ros-rolling-moveit-common, ros-rolling-moveit-kinematics, ros-rolling-moveit-ros-occupancy-map-monitor, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-move-group/ros-rolling-moveit-ros-move-group_2.13.0-1noble.20250331.211045_amd64.deb Size: 405716 SHA256: 6961f6fc12164ceb952b0589ce6517cfa32a22d8c704ca39b4f145446bbe1c73 SHA1: 010ee581fe1244310949a76002d0b0ca6a96f67b MD5sum: 1fef20e98d0b17b84827b4bb140d0bf7 Description: The move_group node for MoveIt Package: ros-rolling-moveit-ros-move-group-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-move-group Version: 2.13.0-1noble.20250331.211045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 28660 Depends: ros-rolling-moveit-ros-move-group (= 2.13.0-1noble.20250331.211045) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-move-group/ros-rolling-moveit-ros-move-group-dbgsym_2.13.0-1noble.20250331.211045_amd64.deb Size: 28277430 SHA256: 101c3792a8315015db3bd7293ca5cae3df440141c8d6559e6f535f753973f936 SHA1: 10b03be48889e342153fd2d2c4164edc3b4251f0 MD5sum: 6a63136a19d351b5c50e88c29ef89a2f Description: debug symbols for ros-rolling-moveit-ros-move-group Build-Ids: 3c707f9898a013962461240845b31d422eaf2532 c29c77d66e349edde361602721af9cfdf41c5237 d932f2a8eab86d42a20fc1b224eef2873b250cec dbc942d69b5350bddb760ebf1cffcbf6df5a984b Package: ros-rolling-moveit-ros-occupancy-map-monitor Version: 2.13.0-1noble.20250331.202939 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1006 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-rolling-moveit-core, libeigen3-dev, liboctomap-dev, ros-rolling-eigen3-cmake-module, ros-rolling-geometric-shapes, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-occupancy-map-monitor/ros-rolling-moveit-ros-occupancy-map-monitor_2.13.0-1noble.20250331.202939_amd64.deb Size: 259298 SHA256: af5bd137d487d117d866179e1394c052b6cdccf4e7336f28d6f3fb075e22e325 SHA1: 75b6a251b5816e27c22c5a45b36ccbe044b5f330 MD5sum: 122bae7b32b72024ddd62bdbf67ad3ec Description: Components of MoveIt connecting to occupancy map Package: ros-rolling-moveit-ros-occupancy-map-monitor-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-occupancy-map-monitor Version: 2.13.0-1noble.20250331.202939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5249 Depends: ros-rolling-moveit-ros-occupancy-map-monitor (= 2.13.0-1noble.20250331.202939) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-occupancy-map-monitor/ros-rolling-moveit-ros-occupancy-map-monitor-dbgsym_2.13.0-1noble.20250331.202939_amd64.deb Size: 4785174 SHA256: e9241f6b2b632087677ea41de7a59640c7957c0006eed362069ce3997d065dc2 SHA1: 5c4157cea321626228bfc20f37af2561713bdc6e MD5sum: a419d00342aada528eb48f03a114c863 Description: debug symbols for ros-rolling-moveit-ros-occupancy-map-monitor Build-Ids: a64ddb9fc3d4fe4322dcb18d9b163ba493ecd1e4 c5d49d4815648e8520018a5c9717513e74fe5b93 Package: ros-rolling-moveit-ros-perception Version: 2.13.0-1noble.20250331.205319 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1834 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-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-occupancy-map-monitor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libomp-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning, ros-rolling-object-recognition-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-perception/ros-rolling-moveit-ros-perception_2.13.0-1noble.20250331.205319_amd64.deb Size: 394450 SHA256: 72bdc9681ed39c5ad84d838874061a97454dc035a80b541359576722f6ba9da9 SHA1: 8a933c349a222fbe51f0bf6762f61d526202ac55 MD5sum: facacfc48ba3656434b49b177bcdeadd Description: Components of MoveIt connecting to perception Package: ros-rolling-moveit-ros-perception-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-perception Version: 2.13.0-1noble.20250331.205319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 11018 Depends: ros-rolling-moveit-ros-perception (= 2.13.0-1noble.20250331.205319) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-perception/ros-rolling-moveit-ros-perception-dbgsym_2.13.0-1noble.20250331.205319_amd64.deb Size: 10159812 SHA256: c50a670d7a277ad837901de5958fed606e57393ce417951946f3e9942e1a9ea3 SHA1: 690350715c57ea68d10e2512af4ad04f9d21f453 MD5sum: dcdc43e6c14678b540d81d6b198d8e53 Description: debug symbols for ros-rolling-moveit-ros-perception Build-Ids: 0e3a9873fa7f03237bc380603a8584431b28bcba 0f9bcf1d3aa9becf1a26eb03471991dacaf965f8 4db8c4e1ea3aa962e4f9567c4fdfd82a6962a619 4fe5ab09cfab7f3931b7e506beee5fb2dc27ec99 6cb039c7505e31c98264700e9750f265143d3ff2 82674531218d1414ae534e7cfb127e3f1a52cfb7 c5fb7d53821843af356f0a9eed37500576651b4e fa69f377078d8ff596eed93c40b6a18d581ba89c Package: ros-rolling-moveit-ros-planning Version: 2.13.0-1noble.20250331.203536 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6591 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-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-occupancy-map-monitor, ros-rolling-srdfdom, libeigen3-dev, libfmt-dev, ros-rolling-ament-index-cpp, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-message-filters, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-ros-workspace Conflicts: ros-rolling-moveit-ros-planning-interface (<< 2.1.5) Replaces: ros-rolling-moveit-ros-planning-interface (<< 2.1.5) Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning/ros-rolling-moveit-ros-planning_2.13.0-1noble.20250331.203536_amd64.deb Size: 1231806 SHA256: d1f1788802cb7b8d1c455d18285ec987cb4fd9e3dfacd5e4a2afbfbeaac18bf1 SHA1: 327a8e6ffdd654838991af7eebdf13b6e921bf64 MD5sum: 5c8496e39b877cdab392f1cb5643a240 Description: Planning components of MoveIt that use ROS Package: ros-rolling-moveit-ros-planning-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-planning Version: 2.13.0-1noble.20250331.203536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 70880 Depends: ros-rolling-moveit-ros-planning (= 2.13.0-1noble.20250331.203536) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning/ros-rolling-moveit-ros-planning-dbgsym_2.13.0-1noble.20250331.203536_amd64.deb Size: 68196386 SHA256: e9944d1c03fc84c4f63b06c29c13d1f4a776fccd57caf6ed7f8dd712550944a4 SHA1: 64ccd64d62dcbf30cac0a38250323577ca0318be MD5sum: 97d129594a6f342817ce861924d551d0 Description: debug symbols for ros-rolling-moveit-ros-planning Build-Ids: 176295e24560d5d0ebf53cebf1938c5e2b574f12 1b6793515cc3efcf3a76cbe1506b0a1223c5f787 24ce8dc4a71ffc39c0e85ec8f33a6967e341762d 2ce868a5604eed0395c455900b41fd2396e84049 344079ca26b10b188db8b771cb3fd6c1023ebfed 34ff089c7749f21bbc6d95cbd952dd6c4d1f37eb 363cdde6533acde8f43b1892cf29fed9000fb646 3ffc94e2cd4f4ac95b8ecc50939f8181a475a6b4 418bc523fde668351929e70e59c855bd269f536a 4ccd495850aaf6fa80625575650eb3a89e07d0bb 86f703b33d724d2a08814e8822241111f0230a66 8d8e45eaf12c626e7b61233dc94dd3ae17978581 8ee59e7c1cc3429a227b7fc47c3c4832e4c37314 90322c8006976cc36daeb5ebf702d92aeb87dd75 905417fdb85bdb776f6c1502af927b34bba1f88e 915940faeb0958a575a7ac2635080c7426a888db 9234a009afd2976481af96045e4c45344a700189 9abf740d0e3102a63a140a47dd0a576410c2837f abcbb609926032fb74956dc4b025a2e0751824bc ba02819cbbc7abc3f3c5d04f3e52d1cb73d0260a f3072f69aef71ed0d0443bb2ba73b4060cedb5bb fd310a7dabc77f4af3388871e0f32741a9f1886b Package: ros-rolling-moveit-ros-planning-interface Version: 2.13.0-1noble.20250331.212438 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-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-warehouse, python3-dev, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-move-group, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning-interface/ros-rolling-moveit-ros-planning-interface_2.13.0-1noble.20250331.212438_amd64.deb Size: 275418 SHA256: 5cba29601444060f7ffe61fb3c723d84cdc4f849effdeabfd0ef252df6452fe8 SHA1: a955bd8662eca73f0859bcbfd723808e40f52218 MD5sum: 2107e9fe3ec4dbd1350fcfdf5cd6449f Description: Components of MoveIt that offer simpler remote (as from another ROS 2 node) interfaces to planning and execution Package: ros-rolling-moveit-ros-planning-interface-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-planning-interface Version: 2.13.0-1noble.20250331.212438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10125 Depends: ros-rolling-moveit-ros-planning-interface (= 2.13.0-1noble.20250331.212438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning-interface/ros-rolling-moveit-ros-planning-interface-dbgsym_2.13.0-1noble.20250331.212438_amd64.deb Size: 9805360 SHA256: f7589e424a93ca501c3a894c7b9f90e961c4f3648db14a29767f779bec1d5a63 SHA1: 2ad169eba62e8b49c015a4482ad9dd33d92e50fb MD5sum: c40e3201b6e726fb75aa0bcaed1361a6 Description: debug symbols for ros-rolling-moveit-ros-planning-interface Build-Ids: d3dbf391fa709d1435f1886a522ad90e1fa48f5b dac57adf3804ecf95f9dbe4798b5651829b23ea1 df2363a2a68edaec79568a5d65035d52e7486435 Package: ros-rolling-moveit-ros-robot-interaction Version: 2.13.0-1noble.20250331.205749 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-rolling-moveit-core, ros-rolling-interactive-markers, ros-rolling-moveit-common, ros-rolling-moveit-ros-planning, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-robot-interaction/ros-rolling-moveit-ros-robot-interaction_2.13.0-1noble.20250331.205749_amd64.deb Size: 171760 SHA256: 88542ff41413f384db136b9cd0c0687e815cac7bc6f9f9a940a2c093b11c60af SHA1: eb147c55d1786c9dc88407c27578771e2896f1bd MD5sum: 4c2e0138f9a5ed22aa66d4e92bb6b6bc Description: Components of MoveIt that offer interaction via interactive markers Package: ros-rolling-moveit-ros-robot-interaction-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-robot-interaction Version: 2.13.0-1noble.20250331.205749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7020 Depends: ros-rolling-moveit-ros-robot-interaction (= 2.13.0-1noble.20250331.205749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-robot-interaction/ros-rolling-moveit-ros-robot-interaction-dbgsym_2.13.0-1noble.20250331.205749_amd64.deb Size: 6724810 SHA256: cc57311164db133b6a4b486f21218980d5d919075475768ea3268b8ab62c05fc SHA1: 6ea5ee3e70820d6d1d9a81ee2a219c856ce7291e MD5sum: b2f382229ee64e35eeb7d22b13e1bae4 Description: debug symbols for ros-rolling-moveit-ros-robot-interaction Build-Ids: e15fd6a9cf03a1f833d5b88dff3f6b349db9ce02 Package: ros-rolling-moveit-ros-tests Version: 2.13.0-1noble.20250331.183448 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.13.0-1noble.20250331.183448_amd64.deb Size: 1970 SHA256: dcca0280a1d868d687f3325e8e5e936e041dda33b8bef1aca3ad66ab08294b50 SHA1: d0834d2700efc6ca8609bd7a089f51f305931997 MD5sum: af605076741b839e42f476028532d13a Description: Integration tests for moveit_ros Package: ros-rolling-moveit-ros-trajectory-cache Version: 2.13.0-1noble.20250331.215054 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-rolling-moveit-core, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-warehouse, python3-yaml, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-trajectory-cache/ros-rolling-moveit-ros-trajectory-cache_2.13.0-1noble.20250331.215054_amd64.deb Size: 148858 SHA256: 6e1302218564848cde1de978092f60e2aff0100fa0f6a39f237c6c93fb2561d3 SHA1: a896a301a991146b1a3c7bc88927a688c4a5af10 MD5sum: c054d93d7297562f4501b5ea3d6213fb Description: A trajectory cache for MoveIt 2 motion plans and cartesian plans. Package: ros-rolling-moveit-ros-trajectory-cache-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-trajectory-cache Version: 2.13.0-1noble.20250331.215054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 8278 Depends: ros-rolling-moveit-ros-trajectory-cache (= 2.13.0-1noble.20250331.215054) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-trajectory-cache/ros-rolling-moveit-ros-trajectory-cache-dbgsym_2.13.0-1noble.20250331.215054_amd64.deb Size: 8200284 SHA256: 37a4e309e8dc2467133357618ab30d62fbc1b43c5450ff808a12805b1493628f SHA1: 707aa605dad75a5f684b5db7761304a422fd8f6b MD5sum: a6ff74836d13bbb69525f05565d3d69d Description: debug symbols for ros-rolling-moveit-ros-trajectory-cache Build-Ids: 1bd523567b65f15d69245bba7088b6a2f6c4a021 b710f02edfccf9596902e1e1caf1ed18594eb218 da21c433b17de75d6f71f6ddc9f23e604d89a1b6 df7bdece934dfe70a82e5323baf61b68377ec28a Package: ros-rolling-moveit-ros-visualization Version: 2.13.0-1noble.20250331.212859 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-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-robot-interaction, ros-rolling-moveit-ros-warehouse, ros-rolling-rviz-ogre-vendor, ros-rolling-interactive-markers, ros-rolling-moveit-common, ros-rolling-object-recognition-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rviz2, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-visualization/ros-rolling-moveit-ros-visualization_2.13.0-1noble.20250331.212859_amd64.deb Size: 714158 SHA256: b01a0e68b1b1e0e39527fc9377e1d69aa8f1da0d06a4c9ec765e78022660731b SHA1: 9a01b0254b39cd9d45211d4b43e76003032980d9 MD5sum: 6d5c8663ac2a4076798b887e7586ffba Description: Components of MoveIt that offer visualization Package: ros-rolling-moveit-ros-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-visualization Version: 2.13.0-1noble.20250331.212859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42868 Depends: ros-rolling-moveit-ros-visualization (= 2.13.0-1noble.20250331.212859) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-visualization/ros-rolling-moveit-ros-visualization-dbgsym_2.13.0-1noble.20250331.212859_amd64.deb Size: 40990746 SHA256: 8235cb237f5fffa978548993b206f12e6fb2e49c65d14850d4fc9e54f86b9336 SHA1: 1119972142542d92aad6283226a11f7b30cec1bc MD5sum: e1f5f85abd454345fba25736559db689 Description: debug symbols for ros-rolling-moveit-ros-visualization Build-Ids: 83abffa38ab78b41eb62b718420297034e00ab7c 91e9394b5d11a3864724a337d0fcf3a2d1f9c035 93ff26f90eb608020e870324262ce5c4f86adf2c a1752489f738f89fe180ab81bf6cf9d33502e81e c6a357b4b6d49f137de81b65d89bc47dac01e012 caeb58c452d9dff903738c70e9e675b29f112e95 db5205e9b59ed5f51ba3a29a7723abf85e527540 ec810ccf180b2dd7657768e72505bd5ad832e69f fdfde5b1029ac5152ac4b476fdbdf425c2fd7886 Package: ros-rolling-moveit-ros-warehouse Version: 2.13.0-1noble.20250331.211025 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 2476 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-rolling-moveit-core, ros-rolling-moveit-ros-planning, libfmt-dev, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-warehouse-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-warehouse/ros-rolling-moveit-ros-warehouse_2.13.0-1noble.20250331.211025_amd64.deb Size: 502200 SHA256: 8d80b05d82d06616364865ef4f0b47e9819650f034bc164c8670e3c371591fb1 SHA1: 19ae490e7ba28c99a5ccadb3d88eb37ce808c1d1 MD5sum: 36d1ef7f5ff98155f7dfcdfd174d7345 Description: Components of MoveIt connecting to MongoDB Package: ros-rolling-moveit-ros-warehouse-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-warehouse Version: 2.13.0-1noble.20250331.211025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20404 Depends: ros-rolling-moveit-ros-warehouse (= 2.13.0-1noble.20250331.211025) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-warehouse/ros-rolling-moveit-ros-warehouse-dbgsym_2.13.0-1noble.20250331.211025_amd64.deb Size: 19127390 SHA256: b3910e302ef35926e1ebab9c975c99b12f0f0595401a6f0778480ca715ddb32e SHA1: bb3fef00bb38c171aeb2bde21d04b80d995452f2 MD5sum: b244a8998f19a1579dbf0af2df66c245 Description: debug symbols for ros-rolling-moveit-ros-warehouse Build-Ids: 15ee473d3b2b8b0dad272fd66266bd1d0dd33533 2c27e899aed7377eab7001b9e0e29377975cebcb 42e35b4a71520821d9be8381f3fc56dab57bea1a 474b42f814ab6c9b93a788b0831fb88bbb01d1ac 723845c3055e36502371aa73fc576e03fb067eba d37deef49da75941541b8c23cac87a3037746649 d879ff31c4163019a1847d5eeac9d52563da99a5 Package: ros-rolling-moveit-runtime Version: 2.13.0-1noble.20250331.213405 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-rolling-moveit-core, ros-rolling-moveit-planners, ros-rolling-moveit-plugins, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-perception, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-warehouse, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-runtime/ros-rolling-moveit-runtime_2.13.0-1noble.20250331.213405_amd64.deb Size: 6506 SHA256: 889346d357b3cae8048de10b9803867ebc69fa1a385382bf42cfde405fe61f46 SHA1: 20d62520389911f0fc50b9c0f48980715e0d28db MD5sum: b36d6800b4d7dcfd02a8e1d08666b7e7 Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-rolling-moveit-simple-controller-manager Version: 2.13.0-1noble.20250331.202759 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-rolling-moveit-core, ros-rolling-control-msgs, ros-rolling-moveit-common, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-simple-controller-manager/ros-rolling-moveit-simple-controller-manager_2.13.0-1noble.20250331.202759_amd64.deb Size: 119542 SHA256: a82702a898adf1bc33938f6599cdaa7da4c6afb12bb6dda118105874c205dea4 SHA1: de24440e68fc9b5c605aed759fc6ade2b3ca7112 MD5sum: 24bcc6c7841f651856b61820afbfef3c Description: A generic, simple controller manager plugin for MoveIt. Package: ros-rolling-moveit-simple-controller-manager-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-simple-controller-manager Version: 2.13.0-1noble.20250331.202759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1984 Depends: ros-rolling-moveit-simple-controller-manager (= 2.13.0-1noble.20250331.202759) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-simple-controller-manager/ros-rolling-moveit-simple-controller-manager-dbgsym_2.13.0-1noble.20250331.202759_amd64.deb Size: 1779900 SHA256: 48e9fd070042252c7c6c20b3a83a31267f180951ebcf360b07f3d571b8db103d SHA1: eff3a376aa664caa9f7532180a3bebaf2c1428e3 MD5sum: 2ffc5980347480a90436ea8623d186f7 Description: debug symbols for ros-rolling-moveit-simple-controller-manager Build-Ids: dea2d8989dc44167107b04f167f2d3be11387983 Package: ros-rolling-moveit-visual-tools Version: 4.1.2-1noble.20250331.211026 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 792 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-geometry-msgs, ros-rolling-graph-msgs, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-rviz-visual-tools, ros-rolling-std-msgs, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-visual-tools/ros-rolling-moveit-visual-tools_4.1.2-1noble.20250331.211026_amd64.deb Size: 298454 SHA256: f714dd93f58ec385be9ee4c07281b6c4240185dba2dba30003cd9737bab2385f SHA1: 4eb20e8652afa295df28d9c5a80f71548996e49c MD5sum: 938ad1974abdba45fd7f612e785b9cf2 Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-rolling-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-visual-tools Version: 4.1.2-1noble.20250331.211026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 9204 Depends: ros-rolling-moveit-visual-tools (= 4.1.2-1noble.20250331.211026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-visual-tools/ros-rolling-moveit-visual-tools-dbgsym_4.1.2-1noble.20250331.211026_amd64.deb Size: 9119786 SHA256: 97e4f2a0cdc51f9f617d333383cb9d114ff33b0ba9450e15010d46609dd1691a SHA1: ecf5b67a008d1f283e04964eb734f81a45c5a14f MD5sum: 9cd45ce2006cf90348d8b61a2db40e10 Description: debug symbols for ros-rolling-moveit-visual-tools Build-Ids: 8e77badf920eeb3cb8a49ce74031c5d2fb499876 a0537c39797d7b404f6ed382deebb7635c3c95d0 Package: ros-rolling-mp2p-icp Version: 1.6.6-1noble.20250331.211031 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3686 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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-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_1.6.6-1noble.20250331.211031_amd64.deb Size: 948810 SHA256: 76dcbaae24689c02c1c3ab98521a9b2be5489970dc500d90afd5abbe79c27873 SHA1: 6d59c3e2ed4c2ffa761f6e89f08bab7ad7710112 MD5sum: bbf00f34b480f380dd084551c1f0f5a6 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: 1.6.6-1noble.20250331.211031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 33725 Depends: ros-rolling-mp2p-icp (= 1.6.6-1noble.20250331.211031) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp/ros-rolling-mp2p-icp-dbgsym_1.6.6-1noble.20250331.211031_amd64.deb Size: 33121414 SHA256: ca9a130c7dd0a05385658811799b51c7624a0143dde70209b5346e5e1b129d9f SHA1: 6df0ca1af4dc81b1fdd8c9c72bc901bd1bb77703 MD5sum: b1afa2b12f8ca70892cc197988659eb4 Description: debug symbols for ros-rolling-mp2p-icp Build-Ids: 16dc42bcfb49e6e8fd9698c09276cded0aaa35aa 17525798f1e8fb0e2a0078b9a5db962aec2242f2 33f1aa4f17de545f2138007d32c805769c50cf05 3dcd6cd1aa2c2456ef5d11d8fc165a5f0c27de84 4e166baceb3d1a5b369cd0f36d4c0246883f1468 53eb54b17ef067818f0eaeee629409eebe5dae0c 568bf54f4a4631eb3d644b41fbab72642744ceda 5e47450973185785ba6154415d4f984b3a4c54e9 70c44d64e5d1357596c141ac4fc32735d446f0c2 7b22d552656d6b2081b00f0f3f2e4cb9f6984c48 987299d4144b58c49e4860cebcc1df596207a276 c540e23ae71bb7d7ae7d13241f1058f46e6c615b cd7cd143771dc76a084458105b23e7439abbc217 e1bb28a13a26d6420074bdb3edf66c1ab233173a f399a3a0d479fd69666be6f3f7af21143651021e Package: ros-rolling-mqtt-client Version: 2.3.0-1noble.20250331.184144 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 632 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-rolling-mqtt-client-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-ros-environment, 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/ros-rolling-mqtt-client_2.3.0-1noble.20250331.184144_amd64.deb Size: 194386 SHA256: ceaa20ee6534997e2c7ef0adada48522e3293ec7ad15842b53e7f350afef85e0 SHA1: 2bbaa0ca7b8099ce4aabc1a3cb926c01e370d8eb MD5sum: 60124d72f266233b5021de788fa05c01 Description: Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol. Package: ros-rolling-mqtt-client-dbgsym Package-Type: ddeb Source: ros-rolling-mqtt-client Version: 2.3.0-1noble.20250331.184144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 2922 Depends: ros-rolling-mqtt-client (= 2.3.0-1noble.20250331.184144) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client/ros-rolling-mqtt-client-dbgsym_2.3.0-1noble.20250331.184144_amd64.deb Size: 2728910 SHA256: d83087b9dd9cacb6f66932540a67737a67f8b0dc258427e63ba8d4dc3ef0635c SHA1: 9084ba034ee720711607a70e2273ef6af90c1922 MD5sum: 24add2f42f0c6aa8ba04316ea74932ed Description: debug symbols for ros-rolling-mqtt-client Build-Ids: a6ea8202222baed8ad34cdef1c0e015dcda5ff42 e5812f00995832591a0744f415481a4581a9a0fc Package: ros-rolling-mqtt-client-interfaces Version: 2.3.0-1noble.20250331.171735 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1718 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-ros-environment, 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.3.0-1noble.20250331.171735_amd64.deb Size: 124952 SHA256: b5043c008396daca4072e32a0fc57e58017eae71532e69bc785ae84637bd2872 SHA1: 12b0b17135d62e529f107cffde9b15f6c3d872e0 MD5sum: d3759cbabe4a43c7b1813d930ba99e3c 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.3.0-1noble.20250331.171735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1203 Depends: ros-rolling-mqtt-client-interfaces (= 2.3.0-1noble.20250331.171735) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces-dbgsym_2.3.0-1noble.20250331.171735_amd64.deb Size: 922876 SHA256: 6cb38dc0a534ef1bf319ddf27aa28bfb59fdab4359458ae1c8fecaed13584234 SHA1: 1c08e8371bfbcaa091f9532c9513116ec6517654 MD5sum: 6b8d768602310d3d82367c0fea9c4d42 Description: debug symbols for ros-rolling-mqtt-client-interfaces Build-Ids: 00d053241ed616fbfd246bc575ac8009864ff73e 0b7c180622f555f1a836638a79ef173a15d64078 303c9a918425c30f3258896ee56c71c91d59f91d 723f44c076786efca380bfbd09d6f1aadceb589f 7dc6c404f894c61daf0cf6b9efe6095afb829c19 a29e6cd110e44eaf52a85cdcc598e00c37f22f0e bbecf9b263ea26aef96b92cd1e0fe2e0ee192ee0 ce99d799282c5be4f97edf4b01bf30fd96fa8b3a d00fb75a0ab7e6766100068f2dbf195526da2d31 e05f30ab71fd0dfab1784fce06f21dfab41e78c2 f4539eec584d51e467337ad33c3e3b5bd0c0222e Package: ros-rolling-mrpt-apps Version: 2.14.7-1noble.20250331.214845 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13319 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.14.7-1noble.20250331.214845_amd64.deb Size: 2444036 SHA256: c729f9437a1c78852c1395c4e8ebb1357ddcc91ef1459dc8207c1a9402c1cbf3 SHA1: ab5d620d76874f1f24674cedc2371e4048a596de MD5sum: 933e98ea385de202d540273b05cda53d Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-rolling-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps Version: 2.14.7-1noble.20250331.214845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 54152 Depends: ros-rolling-mrpt-apps (= 2.14.7-1noble.20250331.214845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps-dbgsym_2.14.7-1noble.20250331.214845_amd64.deb Size: 52207866 SHA256: 342add08f966053b2608f8bf22e3e7eb8567594f10221294eb6ede6cd6666c43 SHA1: 1fc978921d37de868be69614d5feae5c19b9e42c MD5sum: d89e140e982a29fd3e1021b2298e7791 Description: debug symbols for ros-rolling-mrpt-apps Build-Ids: 0b0c9520c9332b76af7f5b507565c4724207ee49 140628aef6d5f6f09d8fcbe895558ca8fc034efe 171f090defa4fe33c3befe612802d5d4bb2c4d06 1cbd3edc63ae496904d3f3e22f47c80ee01c5ba6 2b3c8ebfc5fa60476097b35197782fe804134ffa 3735a7e608910ef0e016a3520c7bb3dfdf71115c 3906389450b505895ff676bdd9dc3187f5bb1c3e 3e50951e9a5593b6f21984f2e089987381d5272c 3ff433c0998d842847d14d0d89fa5b5075b6ef6d 4bb52c0e52995803c262b398f7d78e022a4847f6 538b985e6fbb0bb0c957fe15a416b1dba8e1096c 5c97b6f40c2b9be129fd659b86278fcc1046613b 65bf7160cce27e00da37f2c63d5d0868fbfeba0e 6a1faa78f7e7e0688d3411adfb242e182abd8b36 6b195297277693512791fd2cefb3f1e2afff6943 6b65d7964a03750a8b8a32e32fb0ab8d5a197068 6dc042a6f7a2dc5c94381ea10eeb08a6db0cc3fe 6f588879d52eb5c366f298442d4db5037d107183 74545f6a2de7f19ad0fe6aae795dfd816fde4dfd 78f2e90a32fde9bdf5aad15c9b4adf058378266f 88877924e1db65a6ede5aba0cde284accd8a41dc 9d65a27a3fa128fc7765fa2eb0ceec6fcc59e19d b0072cb28d8bb11689bab053989af9e1692e7e03 b6792f24ff72f9b173bd10cb303e1a559d52e303 b97b950f1560a909befa529cb661f874711ef46b bcc15b343023023fe2e5d952376248379e490a3e c2a89f29bf411847ba767ab89aa4714fe00e200a c3dd7cd5fb87d689f319108e6e968bc8865f9661 c4b7a7ebff69a8bf2643f30af7053c5e64294396 cd4dd3fb60ab29044ede9fc6610b7f7290295990 d27c22bc1efba3a8cedb962e14270eab2bc984a1 d4f65d77431fa8955e8fe3cc78f7ff7a9d80dc63 e303a1b7eec416c8a324db6852c269f2c37aab47 e504cc21b3f54b29b8f3c5678c205547886ad47f e59ae52c3a56b1da72cc02b1b1a278583ba1fe3c eba3ba715b95e2943c02d4afadf4910cd919b14f ee1da1e5f352d9df2d9c56c421680ab7b8a9cce3 ee6b83903e55ee90494ff889654e7cc0d7862d57 ee85ffc545b0e96f9beb4d2a80f06d875646f8b3 f099c5472a9f08db80d116d29e04930e1f4e72f8 f53e0b09da2576b1d6c282eb5e44500e12fa6add fcff461049529d5125f61f7b45fffa22c786b18b ff3a07fd774157920090deb38beba909539a1446 Package: ros-rolling-mrpt-generic-sensor Version: 0.2.3-1noble.20250331.214705 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 466 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libros-bridge, 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.3-1noble.20250331.214705_amd64.deb Size: 102790 SHA256: 693a7f9d13da5d7a4ffacf38e40c5f9a8d54b172cb4c980d13ee89950ff5cdc8 SHA1: 75b3c0879ba7cb25e33eb0331fc79c541923c7f7 MD5sum: ed5c23fac2c8d1e7e76e87338bf5e3bb 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.3-1noble.20250331.214705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 420 Depends: ros-rolling-mrpt-generic-sensor (= 0.2.3-1noble.20250331.214705) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-generic-sensor/ros-rolling-mrpt-generic-sensor-dbgsym_0.2.3-1noble.20250331.214705_amd64.deb Size: 270476 SHA256: 9d2c20ea4dd6c853d4389f301d1c3ddee465c2f74e439e6d2923c80524febff1 SHA1: 2f934fd14a60a031b7b42b903eee7a8ea4c09531 MD5sum: d33e6ae575f60a2e99f0f50356bfca3a Description: debug symbols for ros-rolling-mrpt-generic-sensor Build-Ids: 53089483c9dfb40e99b382a4395c7db5be9e6833 Package: ros-rolling-mrpt-libapps Version: 2.14.7-1noble.20250331.214027 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1609 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.14.7-1noble.20250331.214027_amd64.deb Size: 435972 SHA256: 358a317926adf6d57d58ac904e0347de3552dccdf4a80e170a3047fc59790d62 SHA1: ac2c8b5a7da18be5f386452741e1677e1c689f13 MD5sum: 2d78606124e5b69b696b8d29ba764f60 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.14.7-1noble.20250331.214027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9568 Depends: ros-rolling-mrpt-libapps (= 2.14.7-1noble.20250331.214027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps-dbgsym_2.14.7-1noble.20250331.214027_amd64.deb Size: 9353844 SHA256: 16153507744c90f50ec5e0da8b46c6e2ab8339187543316145b6673905b48330 SHA1: fe0411ab524809e4258137f1a91681135680ed86 MD5sum: 44ef90ef19078abc2bbb722fbec1bf2c Description: debug symbols for ros-rolling-mrpt-libapps Build-Ids: 00b74accf148fd8232c6d29bf5a0af801a087359 e21a83c023974dfd85c56e275c1988634d4390f5 Package: ros-rolling-mrpt-libbase Version: 2.14.7-1noble.20250331.185340 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6051 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.14.7-1noble.20250331.185340_amd64.deb Size: 1115232 SHA256: 5c21010cc8de2480e20a2149b1ec0f4cc2fea8028fc05f3074b154cdb4e1a842 SHA1: aeeb17fcb4e1f496da218e94083f73b57d0e36be MD5sum: 734f6486f5372d5ceac7d9d78c661ae2 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.14.7-1noble.20250331.185340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7348 Depends: ros-rolling-mrpt-libbase (= 2.14.7-1noble.20250331.185340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase-dbgsym_2.14.7-1noble.20250331.185340_amd64.deb Size: 5917406 SHA256: 69a9149972e66b64ec9f5b69deaaf5267c18892aab98483d082be788d72c4888 SHA1: dc97a5425553f2dcedc981186f6cd975f274c4b1 MD5sum: c6907efffb4c41e4385b5f8466032614 Description: debug symbols for ros-rolling-mrpt-libbase Build-Ids: 00681932e33b80be862b1cef9379a2a2f28aba9e 238831f3d257bba8056fae8df9a6053b40eeb929 256a8ebdc466a33c1e0c6ad60cb4ae0af7449a72 3895e41c8f79d6746e1f14af3c3252341247eec7 3a602e7bf610563cc7360c7a41128421751eb6ee 653db350acf1f700c4b77b6a5540afb3e98caf9e 7b79ca24b6a1ef3133feec93429b9d02137ca585 82b5d7cdd98224811eca48acbdb83905a35baff6 ca48aa8db4ca2dafe1e54e1e92eb3df6dc63cc6f Package: ros-rolling-mrpt-libgui Version: 2.14.7-1noble.20250331.203554 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2898 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.14.7-1noble.20250331.203554_amd64.deb Size: 815146 SHA256: cb9b2ddbbe2e00d74fc01eabe9e2ab1f30d1b4f08cf56f5b4439e302d12ab763 SHA1: 54a4961e96ce836f1c24a053a72d638b67a265c7 MD5sum: cec754dde937a1d4231a5996b795f289 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.14.7-1noble.20250331.203554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14862 Depends: ros-rolling-mrpt-libgui (= 2.14.7-1noble.20250331.203554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui-dbgsym_2.14.7-1noble.20250331.203554_amd64.deb Size: 14653410 SHA256: a220faf4b04306f55d2f9e8640072c50438c6d6a577d406c789a555d1f6d7aad SHA1: d137f252844269d2de99909109b13009fedc293e MD5sum: 25ecc3764e226fdda421609c72a0fe94 Description: debug symbols for ros-rolling-mrpt-libgui Build-Ids: 5e30dda82b3a4af2f7380f0e878cd4af40e727c3 9c77a941a8d9a0396add4bdbe83ae9fb3f9c8d54 Package: ros-rolling-mrpt-libhwdrivers Version: 2.14.7-1noble.20250331.212916 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5972 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.14.7-1noble.20250331.212916_amd64.deb Size: 1184382 SHA256: 3a72c40d0818d5e9ecb4e363745033fa6382f2a6a7cdbf9fcd52cfc61185806f SHA1: df726d7ab4b59f96926cecb4a5519ecbb3f346d9 MD5sum: 4a1ade9eda5e60ef1caddbbbe8ced0e1 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.14.7-1noble.20250331.212916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14076 Depends: ros-rolling-mrpt-libhwdrivers (= 2.14.7-1noble.20250331.212916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers-dbgsym_2.14.7-1noble.20250331.212916_amd64.deb Size: 13599302 SHA256: 0e35d7f0fa7e0391cace722c4328a6624e804cb7d486bdd298f11e6690e3494f SHA1: f7731ce5875c1015530f5441b047fc3621eafc2f MD5sum: 720a382b025fb5ad599b77754f539838 Description: debug symbols for ros-rolling-mrpt-libhwdrivers Build-Ids: 9698cabb037e19ed0938280c16d04cee9cc722e0 f48a979b9b8be3402eb68f1cb2dd168e199b3459 Package: ros-rolling-mrpt-libmaps Version: 2.14.7-1noble.20250331.205501 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2833 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.14.7-1noble.20250331.205501_amd64.deb Size: 792142 SHA256: 7d280e82cebcb653d328db3e0ffc3af87bac61d0497ec51d17374ebb2c711482 SHA1: 1eed2bece73b1d382d813613bc86c3a1ce6ed821 MD5sum: eabde959f5801f1e327a4dd6d50d9436 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.14.7-1noble.20250331.205501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15820 Depends: ros-rolling-mrpt-libmaps (= 2.14.7-1noble.20250331.205501) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps-dbgsym_2.14.7-1noble.20250331.205501_amd64.deb Size: 15364002 SHA256: 8cfe3541d10331962aa4641b05104cc0da26aa3bb6cf3d39b25c1f566937f0d9 SHA1: 08dbe6359f51835c61196f94d91342c1fbd1ad75 MD5sum: 3bd8f020a3d47c6e77d60565556d332a Description: debug symbols for ros-rolling-mrpt-libmaps Build-Ids: 3ac8f0997d047e604ef7ecb0e34709860a277849 e014beb098882155b1b933710b1fec6d000ee7d4 Package: ros-rolling-mrpt-libmath Version: 2.14.7-1noble.20250331.191701 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3438 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.14.7-1noble.20250331.191701_amd64.deb Size: 881252 SHA256: c4764a82c483d41677cb4ea8a01f75a6888100b94a70ed671f9249d785233333 SHA1: 1212b31cfab4849d18b96f7c3d59dc89e61a3f36 MD5sum: 7af998af6ebb28ea5af0c3d541b1951b 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.14.7-1noble.20250331.191701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 82865 Depends: ros-rolling-mrpt-libmath (= 2.14.7-1noble.20250331.191701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath-dbgsym_2.14.7-1noble.20250331.191701_amd64.deb Size: 82977090 SHA256: 6a68a031bc6d983941c814e8d85b4c9483bcaeb8e2c6719cf0a0eb58b62dbe73 SHA1: 140f03686b48189b60cc3461f26603ccdb0cbb3c MD5sum: 843b58a41fb3f313f0ef87fb08118b38 Description: debug symbols for ros-rolling-mrpt-libmath Build-Ids: ed4bcd27c9908e3d925bb6f481d94a7b64b1a7da Package: ros-rolling-mrpt-libnav Version: 2.14.7-1noble.20250331.211039 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1339 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.14.7-1noble.20250331.211039_amd64.deb Size: 390226 SHA256: e61b9b34316ffecf718230364c6e8b1df0c291af382e4f328733e6cf4b75fc23 SHA1: 821dd6105d02d8f20c6919c17a25bbe8282a6d40 MD5sum: 6631bde1bc162bfb7d301e1a46996a9d 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.14.7-1noble.20250331.211039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7362 Depends: ros-rolling-mrpt-libnav (= 2.14.7-1noble.20250331.211039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav-dbgsym_2.14.7-1noble.20250331.211039_amd64.deb Size: 7127690 SHA256: 838bba6eb7199aa244adf25ab03e887f1dea2d1014fe0c1d224897860fb11665 SHA1: 029dcb2f4b80863d651b72289e5db0341fcaed43 MD5sum: b8bbe22a8a5a9ae194939f51229c6659 Description: debug symbols for ros-rolling-mrpt-libnav Build-Ids: 27b07afc9019de78831fedad1bca7f82baec5e4f 8f882a62649ea159e2bf1c823a99fe4e5aa0d5b4 Package: ros-rolling-mrpt-libobs Version: 2.14.7-1noble.20250331.203550 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2072 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.14.7-1noble.20250331.203550_amd64.deb Size: 702044 SHA256: 619bf2944e1124e7caaa54688b94df31d8ed96ecc9b46209ec3c2ee57876ba12 SHA1: cae4e777680ecf4ebcd84bae3ba5571960a23e06 MD5sum: b64156a366cbbce4e84a29b8282cfb25 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.14.7-1noble.20250331.203550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9377 Depends: ros-rolling-mrpt-libobs (= 2.14.7-1noble.20250331.203550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs-dbgsym_2.14.7-1noble.20250331.203550_amd64.deb Size: 9063228 SHA256: 5eea92518a670750217fd1c296f1f44c2f59ec44186e78c3a715853274bc2fcf SHA1: 255c8de9316e5d05839b46db0f40a938c9aaa4f4 MD5sum: b0940a53e2f9db993b412712201abe62 Description: debug symbols for ros-rolling-mrpt-libobs Build-Ids: 56cb1e73a7dff3b9a0d368847ec9b08fee90c945 93f2a0915648564e1fd61dd3122ce1429f2b0dc3 Package: ros-rolling-mrpt-libopengl Version: 2.14.7-1noble.20250331.202220 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3115 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.14.7-1noble.20250331.202220_amd64.deb Size: 1251422 SHA256: ea806442362ffecc828822adee4857534b82a739c7ee45afab10e767959273a2 SHA1: c61cdfc70a2fdd73b08993a88399c3cbc93efdb4 MD5sum: fcad3a42e9c3d8e276071323f5809fde 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.14.7-1noble.20250331.202220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14573 Depends: ros-rolling-mrpt-libopengl (= 2.14.7-1noble.20250331.202220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl-dbgsym_2.14.7-1noble.20250331.202220_amd64.deb Size: 14203096 SHA256: ae898ebe85f16da5c67aaafb68b1d8fcce75de6f655457fc5be4602ace80764b SHA1: 586714f08fdb3e3eeed6a6e412307b0be6a87272 MD5sum: 840e80fd857a6f18ec00bcfca805d593 Description: debug symbols for ros-rolling-mrpt-libopengl Build-Ids: 3a5e1f08a319895a194b36202762aa0d6ae901cf ee74ba4e530bad27cf10890f45450ac2c021af82 Package: ros-rolling-mrpt-libposes Version: 2.14.7-1noble.20250331.200834 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.14.7-1noble.20250331.200834_amd64.deb Size: 462492 SHA256: d410e730106e68a9ef97e52e039bea7ad819f5ccb6edb1a516c5e6215e7c8409 SHA1: cb7013aa33bac07e96c280502470238323b06328 MD5sum: 76857363a2dfc2ea86b2c17f27f4c9df 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.14.7-1noble.20250331.200834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 16604 Depends: ros-rolling-mrpt-libposes (= 2.14.7-1noble.20250331.200834) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes-dbgsym_2.14.7-1noble.20250331.200834_amd64.deb Size: 16454882 SHA256: 78c6f4a1dda5eed18b5ec9334d749793b6690b08a8d2aea6d57bb75f737ba17b SHA1: 7bbc23094f2506976ae0bfefcfb9dbab603af9d0 MD5sum: e14394104975bd849d7c7632ff580e13 Description: debug symbols for ros-rolling-mrpt-libposes Build-Ids: 03fab12572791b82bdd24253f9c104485c328d85 5e4bc7c3af320ff7d4a50ac96ae0f1a015dae351 a22657504c65868f539f8aa523c4fd63233c4578 Package: ros-rolling-mrpt-libros-bridge Version: 2.14.7-1noble.20250331.211027 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 274 Depends: ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge_2.14.7-1noble.20250331.211027_amd64.deb Size: 84080 SHA256: 7ebff9b89657c711d32ce7412f3a15b3c25e26403024f971cffeb307a5c986d5 SHA1: 2ea6f3378c1347b8d2acd26133d994cc1ecc010a MD5sum: be1617ef5d0d04e836ff70b101d40a5c Description: Mobile Robot Programming Toolkit (MRPT) libraries (ros2bridge C++ library). This package contains: mrpt-ros2bridge Package: ros-rolling-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libros-bridge Version: 2.14.7-1noble.20250331.211027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1718 Depends: ros-rolling-mrpt-libros-bridge (= 2.14.7-1noble.20250331.211027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge-dbgsym_2.14.7-1noble.20250331.211027_amd64.deb Size: 1670958 SHA256: 242fc328343a082f1f277710c2b664a751425fcb4ea60b4c889a18ea243881df SHA1: e09598fa61c6d4876e67bf9ad11e2e7ec82e3129 MD5sum: cc26b3738cfb7ca54208a36a87dd4b60 Description: debug symbols for ros-rolling-mrpt-libros-bridge Build-Ids: 064fcdac9e3d4bc94f06d6abbb69e945916f4a12 Package: ros-rolling-mrpt-libslam Version: 2.14.7-1noble.20250331.211040 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3196 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.14.7-1noble.20250331.211040_amd64.deb Size: 1005676 SHA256: 9287eb16525987b6ce023abc1c352e3805e02a4b68986d5728ef7129a5a94913 SHA1: f0674b006784db20ff5788f994304627f78be128 MD5sum: a5572a1d4588973b9e1fbcdc0070fbbe 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.14.7-1noble.20250331.211040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 41486 Depends: ros-rolling-mrpt-libslam (= 2.14.7-1noble.20250331.211040) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam-dbgsym_2.14.7-1noble.20250331.211040_amd64.deb Size: 41326276 SHA256: 6d763ff16ec9a6b4d9c11e8c5146e04e8e23ee6c633198e967bf36f96cb12e48 SHA1: e694db0c9ede54064cdb0484539c22fbda14775c MD5sum: 3a595fbf9226abd263255cf7c0b6b939 Description: debug symbols for ros-rolling-mrpt-libslam Build-Ids: 2d454b92aa76b94d628c7e792a3e6ff89c06d6ba 3080cd2f9327fa131ef768326bddd1f3c3fffd5a Package: ros-rolling-mrpt-libtclap Version: 2.14.7-1noble.20250331.191709 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.14.7-1noble.20250331.191709_amd64.deb Size: 24028 SHA256: f55976a14f7652a8b2c902f3ac1c5e719709932ce10a0ce2ea90e9a44090ae2d SHA1: da327f7913465b6272bf9a3dcfaf4022d90b5d75 MD5sum: e9bd75134038bf6dd19080ebe215fbcf Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-rolling-mrpt-map-server Version: 2.2.1-1noble.20250331.212919 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 556 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-mrpt-libros-bridge, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, 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.2.1-1noble.20250331.212919_amd64.deb Size: 136816 SHA256: 5682a6948e1a34066546d96a8c455c5307b48301ea10810a7fba18a76b246075 SHA1: 428be05c8129f96e943232125286f8447d510a8b MD5sum: c23375c16645b40ab445cfbb907afa3c 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.2.1-1noble.20250331.212919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 3159 Depends: ros-rolling-mrpt-map-server (= 2.2.1-1noble.20250331.212919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server-dbgsym_2.2.1-1noble.20250331.212919_amd64.deb Size: 2909500 SHA256: 99ec5f9ec50f7d7b9f34a20a015b34864cb3b654a2b067a7f0050385cd6cac14 SHA1: 46a255d09e746df0d8fa2ee7c16e92651821c5fd MD5sum: d181732046f1e8e7eaaea885f98325de Description: debug symbols for ros-rolling-mrpt-map-server Build-Ids: 6d796adc236fce6340fd640b9318ff5b821ac71b Package: ros-rolling-mrpt-msgs Version: 0.5.0-1noble.20250331.172113 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3383 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5.0-1noble.20250331.172113_amd64.deb Size: 251520 SHA256: e480bf1d8f9ec14a583d819872d22d33fd21fe95730db4e27d595069eb4bc502 SHA1: c65098448fae96aead97adb888fa6f21263f2129 MD5sum: 27fad907f2dceea8aaf443139100ea27 Description: ROS messages for MRPT classes and objects Package: ros-rolling-mrpt-msgs-bridge Version: 2.2.1-1noble.20250331.211914 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 396 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libobs, 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.2.1-1noble.20250331.211914_amd64.deb Size: 36152 SHA256: 73fd228e3c957ae4e59b880066650b7ead6956b0945e969b1521e93e3722163a SHA1: 5272eb10f8b8ff577ed4e899300f9c05301d959d MD5sum: fe6205206798a2a050a5536ccdd3d300 Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-rolling-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs Version: 0.5.0-1noble.20250331.172113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2887 Depends: ros-rolling-mrpt-msgs (= 0.5.0-1noble.20250331.172113) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs-dbgsym_0.5.0-1noble.20250331.172113_amd64.deb Size: 2414396 SHA256: f26daa086f7805ff30f1f77ffb93a669dd2ebce2e9e88dc91caeec5a918ae57a SHA1: da82fdb7154335de6841108d91197c69cd744c7f MD5sum: e0b4b442c2d404fb17dce90f4a9948b7 Description: debug symbols for ros-rolling-mrpt-msgs Build-Ids: 322c09d964a2df3059af0f20e1558e832fab90eb 3d433718747e361b5bf58fb446c8004f52f858a5 4874a66eb73d472b6fe39fdecd997a7a615f8d96 6aaa2eed84075d304d99c40c99c9d3bcfc815281 70d5aab5aa6fee64e85539a472fc061637d3d4f9 7a70268543a2b3aebd647d689a81bd0906927e0b be6b8b1da089960be58f286186d904591f9693f3 c11db27dfe1464d8210b50c9981edcd85972e10f e2c60a1f701d8a499556e143c6cc2995bd0dcc48 eb33d7c6170cbbb59ec25250c07ab2489a9e7878 f834fb44df7be96f887c16850ac112d1949a4c75 Package: ros-rolling-mrpt-nav-interfaces Version: 2.2.1-1noble.20250331.172557 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 5475 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.2.1-1noble.20250331.172557_amd64.deb Size: 336320 SHA256: 86112fa610c7676afc855d117de78e0261589c2b100be771a43899dbae2ef11b SHA1: 8595d183ee3303abdeaea1bb202096af6fa6c2c2 MD5sum: d4b9cca7e92c93cc3a762478d705bf2b 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.2.1-1noble.20250331.172557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3596 Depends: ros-rolling-mrpt-nav-interfaces (= 2.2.1-1noble.20250331.172557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces-dbgsym_2.2.1-1noble.20250331.172557_amd64.deb Size: 2757150 SHA256: 65129c4f37e823dcaa03b3e26580fbee849e1e104581e524739c12f2446ca5aa SHA1: eac07c73fba7966d34088b5f0e47dbc2fd163604 MD5sum: 59b56c787649873a3a9bca0412d995b6 Description: debug symbols for ros-rolling-mrpt-nav-interfaces Build-Ids: 01c7401f8ebde08c0cb91a3712f3a289bd721da7 0d224404f3eb29ed8e0f035a5ffb62a09a6cd94d 122547b423a3b94b77955348c9e0987a3cf58679 191989ea49ec5cf01d67f072926a5aec2f0379e1 2b4b01f77b40cbf26756be5604a24d8939f9845c 3aad9bdcd3766d96cb8a08eb7c0bac5ec843768a 606096749d2e1ddbb6a893183599aea82c42f2a2 82e1f4a6185fe63483e66120e942d9fde4990bbf ab356419f0d9f2cfd5c7805b004551ace104fc75 caae6da211b338607bfdd36aa76582fe2b2a1bda cd495374486f9a3d3fe6098987c203638aa5a7e6 Package: ros-rolling-mrpt-navigation Version: 2.2.1-1noble.20250331.214124 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 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-nav-interfaces, ros-rolling-mrpt-pf-localization, ros-rolling-mrpt-pointcloud-pipeline, ros-rolling-mrpt-rawlog, ros-rolling-mrpt-reactivenav2d, 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.2.1-1noble.20250331.214124_amd64.deb Size: 6020 SHA256: 1ac7e3e55c67bb0f6e6c4d917354db0ac6a90ae18666663a598d3fc17ae4bdce SHA1: b3587d9d5f7a1255779e072f8b1040d41a786dbc MD5sum: 7a8626883b13986059ade477e12e4b6b 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.2.1-1noble.20250331.213652 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1316 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.2.1-1noble.20250331.213652_amd64.deb Size: 413928 SHA256: 2f6950185cc500b5aea3db069ff82b3889d53e7c8b4bf7b8de22b7ae18ffb8fd SHA1: 63e9168c31ca02caafa9593ab0b617a8a09d851c MD5sum: caff1fd8b613c54220200a15c2feece7 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.2.1-1noble.20250331.213652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9347 Depends: ros-rolling-mrpt-path-planning (= 0.2.1-1noble.20250331.213652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning-dbgsym_0.2.1-1noble.20250331.213652_amd64.deb Size: 9120660 SHA256: e71bf807f4df64ebfedc975763fc01b3e7fc9a5dfb2c0047a6b33649440f4920 SHA1: 05d30bff3183f0534fbaf883609f95990c16ee3a MD5sum: f395d47fedb3a4fd70e6139ff894637b Description: debug symbols for ros-rolling-mrpt-path-planning Build-Ids: 10606f65fa2aa436598c12e6285dfea834726f34 25744abf0e63801caa6ffdd15114cc568dea876e 5840c05278b03bd88f8542dba6a291aacb9fc9ba Package: ros-rolling-mrpt-pf-localization Version: 2.2.1-1noble.20250331.213501 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2844 Depends: libc6 (>= 2.38), 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-libros-bridge, ros-rolling-mrpt-libslam, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-msgs, ros-rolling-mrpt-msgs-bridge, ros-rolling-nav-msgs, ros-rolling-pose-cov-ops, ros-rolling-rclcpp, 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.2.1-1noble.20250331.213501_amd64.deb Size: 484004 SHA256: 3bf7d80e9ec2d95901d7b8ee39bec92e0d773cdf0b4d333fa43b8b29388b33dc SHA1: af262404bf4687f6d5aad3c2d3c6cde487cd1b8e MD5sum: 7e5e554625f8f8722273aac610b20dd6 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.2.1-1noble.20250331.213501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 10241 Depends: ros-rolling-mrpt-pf-localization (= 2.2.1-1noble.20250331.213501) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization-dbgsym_2.2.1-1noble.20250331.213501_amd64.deb Size: 8631958 SHA256: d39791476a9a266101a5347c0fab6e014383cf049ddb376780b3d610d190bf08 SHA1: c1a8106cd8908b7a5204a675541573f560bc9139 MD5sum: 3bbe953adf429759b26a0d8c037c6733 Description: debug symbols for ros-rolling-mrpt-pf-localization Build-Ids: da531379cc78f16f13354bfecc6cb7cd75d64075 Package: ros-rolling-mrpt-pointcloud-pipeline Version: 2.2.1-1noble.20250331.212918 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 851 Depends: libc6 (>= 2.34), 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-mrpt-libros-bridge, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, 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.2.1-1noble.20250331.212918_amd64.deb Size: 177312 SHA256: c6a5583277c7ae6eee805bdcee7864b54d394a0d7dd96e95d3f3e10b78e4487e SHA1: d974c09766c633aef0a1d973dd1a2b1e7827ef84 MD5sum: 7731848a8aa71ce64e0a89aad1e11aaf 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.2.1-1noble.20250331.212918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 4381 Depends: ros-rolling-mrpt-pointcloud-pipeline (= 2.2.1-1noble.20250331.212918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline-dbgsym_2.2.1-1noble.20250331.212918_amd64.deb Size: 3808590 SHA256: 3d21a01183a749c95640ea576fbcef9cd0626cfdd65e6ff616157f583395a709 SHA1: 6e171a0819e59d22e30a0a6c6671c6b2e9b91d70 MD5sum: 5e184fe2e67d29d367d47735d321962c Description: debug symbols for ros-rolling-mrpt-pointcloud-pipeline Build-Ids: e5653dce1990d4dd596d955beec5d6554110ce8c Package: ros-rolling-mrpt-rawlog Version: 2.2.1-1noble.20250331.211917 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 360 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libros-bridge, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-cv-bridge, ros-rolling-mrpt-libtclap, 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-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-rawlog/ros-rolling-mrpt-rawlog_2.2.1-1noble.20250331.211917_amd64.deb Size: 114242 SHA256: e7184a202ffabbecad77a8ac935a27acd4800d0943c611003312328209653516 SHA1: e828a5b7ef59ca5c06f4c771596ba3c9f7b8e5b1 MD5sum: 9cdfada9ad75119eda970bd3bdf998f5 Description: Nodes and programs to record and play MRPT rawlogs or to transform between rosbags and rawlogs. Package: ros-rolling-mrpt-rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-rawlog Version: 2.2.1-1noble.20250331.211917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1973 Depends: ros-rolling-mrpt-rawlog (= 2.2.1-1noble.20250331.211917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-rawlog/ros-rolling-mrpt-rawlog-dbgsym_2.2.1-1noble.20250331.211917_amd64.deb Size: 1881840 SHA256: 44faa83fc83e9404c716a45e009627c10b873d5a030876b3b02b37ff182edfdc SHA1: 80ceb35ca12440ee3c3464b6b1f60442a50e1ca4 MD5sum: 5afa3b3d948a555c5b18a3e36fa0e7f3 Description: debug symbols for ros-rolling-mrpt-rawlog Build-Ids: 5dc9b466a92e5f8db1ced8a7d0a3f611fe481433 Package: ros-rolling-mrpt-reactivenav2d Version: 2.2.1-1noble.20250331.212213 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2010 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-mrpt-libros-bridge, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, 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.2.1-1noble.20250331.212213_amd64.deb Size: 322384 SHA256: 932e6bb27af6743e31d9059d80aa9073c59c4d98258bac89a4c8df83a5423a58 SHA1: af48682f88ac7df635cee5ab7461c8bc1219bc11 MD5sum: 8b5849b87f933d6e3b895d12d1d045c1 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.2.1-1noble.20250331.212213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8889 Depends: ros-rolling-mrpt-reactivenav2d (= 2.2.1-1noble.20250331.212213) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d-dbgsym_2.2.1-1noble.20250331.212213_amd64.deb Size: 7234302 SHA256: c892087a45103742c6f8e703b14b4ae7030a84c248bfa2fb7cfd8cca86b23b7c SHA1: d48cfac7ab374280a5e699b8b1e96ef7f7697138 MD5sum: e31f3b75f64d3f6acf623d45f9160fa0 Description: debug symbols for ros-rolling-mrpt-reactivenav2d Build-Ids: 5536c3eb112612f2fc89b639236f2e1d399d3456 Package: ros-rolling-mrpt-sensor-bumblebee-stereo Version: 0.2.3-1noble.20250331.214657 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 551 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-mrpt-libros-bridge, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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.3-1noble.20250331.214657_amd64.deb Size: 128008 SHA256: 34ae471192e6624e258ad5847ed32250366ef95a50b3da2d6b47e4b331779771 SHA1: 23b0e23b7724cfa00d334eb9d79f3a8b5ebe6da1 MD5sum: 3da2707f0b9900e600f46441605927b2 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.3-1noble.20250331.214657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1023 Depends: ros-rolling-mrpt-sensor-bumblebee-stereo (= 0.2.3-1noble.20250331.214657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-bumblebee-stereo/ros-rolling-mrpt-sensor-bumblebee-stereo-dbgsym_0.2.3-1noble.20250331.214657_amd64.deb Size: 845396 SHA256: d2a63940395bb22793f8c43af1ad85ae7cbd316b37edd14286942e83d939a124 SHA1: ff8c45146819695aa5fcd3d78a5a42d47d83831a MD5sum: c8c5f70e6cca3fce71f6f360d5d4eb97 Description: debug symbols for ros-rolling-mrpt-sensor-bumblebee-stereo Build-Ids: 9f83a90473026c7854e475f7c2026e97384f2efc Package: ros-rolling-mrpt-sensor-gnss-nmea Version: 0.2.3-1noble.20250331.214712 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 651 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libros-bridge, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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.3-1noble.20250331.214712_amd64.deb Size: 149872 SHA256: 9210306ef8920a2c556accb44748e6bec143d302afba90833541a3c746b32c1d SHA1: 2f8f4a80fa98c9c0a89bd5f656e420eb5f04d5fe MD5sum: 897c9ba26131b36fae437329c9e7b82d 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.3-1noble.20250331.214712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1721 Depends: ros-rolling-mrpt-sensor-gnss-nmea (= 0.2.3-1noble.20250331.214712) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-nmea/ros-rolling-mrpt-sensor-gnss-nmea-dbgsym_0.2.3-1noble.20250331.214712_amd64.deb Size: 1476102 SHA256: 1376668b17ab2d61a87251f87f3bdc785f3234809e1daa3c34de08a96679349c SHA1: 65a3989a23d7e69b62abca5c34c86880a14edd13 MD5sum: 4aa4c5c7c8839295e66f60346dab7732 Description: debug symbols for ros-rolling-mrpt-sensor-gnss-nmea Build-Ids: 981390ec3c7d4494462b9041f9893f99290446e4 Package: ros-rolling-mrpt-sensor-gnss-novatel Version: 0.2.3-1noble.20250331.214718 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 517 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-mrpt-libros-bridge, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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.3-1noble.20250331.214718_amd64.deb Size: 123622 SHA256: 528055a52d5eaac0f9f8ace8546189a9559b7facd1068fc173ffbc6bae52740e SHA1: 379f78265dad2baeed17f9a36460569911d17d68 MD5sum: 0a7591d9d3ee9f2f1cf46c8af6eb9a48 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.3-1noble.20250331.214718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 907 Depends: ros-rolling-mrpt-sensor-gnss-novatel (= 0.2.3-1noble.20250331.214718) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-novatel/ros-rolling-mrpt-sensor-gnss-novatel-dbgsym_0.2.3-1noble.20250331.214718_amd64.deb Size: 750424 SHA256: ea9dd510d29f4d2727dac6731fb8d610b05e8a66d466f41850399c89951d9e7e SHA1: d44112f635f0b618584a9b15174e871524513165 MD5sum: dace65391c8bb7de6b393636a122efcc Description: debug symbols for ros-rolling-mrpt-sensor-gnss-novatel Build-Ids: 127dd89db2ec2a4a778f6a6bf1972bb2b2426e12 Package: ros-rolling-mrpt-sensor-imu-taobotics Version: 0.2.3-1noble.20250331.214646 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 479 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libros-bridge, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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.3-1noble.20250331.214646_amd64.deb Size: 105862 SHA256: 2b3babdf86e11d1a447bf5edcd4a0ebd5c2182eb951826c725445e4985912d98 SHA1: 3d926275f64074894c5b411113c3db121aa87345 MD5sum: b44511ce2f667d9f14499fe9a623d670 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.3-1noble.20250331.214646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 447 Depends: ros-rolling-mrpt-sensor-imu-taobotics (= 0.2.3-1noble.20250331.214646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-imu-taobotics/ros-rolling-mrpt-sensor-imu-taobotics-dbgsym_0.2.3-1noble.20250331.214646_amd64.deb Size: 297698 SHA256: 8af53464fa8c697127556fdd58d67ab42807ad63bc20bb09de16ba3d59daa2c6 SHA1: 78130978ce2fde96d9460059c56cecb290c7090e MD5sum: 7a9fc364d5951876bc19654dfb3b1086 Description: debug symbols for ros-rolling-mrpt-sensor-imu-taobotics Build-Ids: d8a1ba2ecdc9c6c1feeb175b847a97bf274f9472 Package: ros-rolling-mrpt-sensorlib Version: 0.2.3-1noble.20250331.214028 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1936 Depends: 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-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.3-1noble.20250331.214028_amd64.deb Size: 105992 SHA256: a3bff51f0daa33552c10ee8a62bfbe9132ff6e9adf856e189e63d28e14119473 SHA1: f956510dc63af504beeaee52899e5f6443070991 MD5sum: 2aa802ef7cef2ba8cc4c79af2e3a31bd Description: C++ library for the base generic MRPT sensor node Package: ros-rolling-mrpt-sensors Version: 0.2.3-1noble.20250331.215043 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 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.3-1noble.20250331.215043_amd64.deb Size: 5486 SHA256: 99cb61fb68947dba805912814eeb39d5467f77a4ccc4ddaca08bf9c63367a504 SHA1: f1cec307f75c08c04596f32e8f25e68fb64210cb MD5sum: 95ccf7a2c1590f5b2a11874826bdb0cb 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.2.1-1noble.20250331.214355 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1225 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-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libros-bridge, 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-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.2.1-1noble.20250331.214355_amd64.deb Size: 235596 SHA256: ca45671de17a1f52ee2757d47b15cfd4b83167ca06536661bcf5573f4ad7832f SHA1: 4044da34ad34ebff9b0cf5223dacb0e30015e2a1 MD5sum: 40accf834b73be457b69c5103a08ef51 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.2.1-1noble.20250331.214355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5870 Depends: ros-rolling-mrpt-tps-astar-planner (= 2.2.1-1noble.20250331.214355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tps-astar-planner/ros-rolling-mrpt-tps-astar-planner-dbgsym_2.2.1-1noble.20250331.214355_amd64.deb Size: 4978760 SHA256: 094875c49bd1279a8dfd333dbba7b9c649b7af05b5808af4b00492bed2a1723a SHA1: c4b99cd4012b53e6ac2d1b375180417d6ad3fead MD5sum: 34ffda6d4648a73c53db25ca48bfe982 Description: debug symbols for ros-rolling-mrpt-tps-astar-planner Build-Ids: 81e1487dff6854e444c241abc744fce13a843bfd Package: ros-rolling-mrpt-tutorials Version: 2.2.1-1noble.20250331.213651 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 7047 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.2.1-1noble.20250331.213651_amd64.deb Size: 5992678 SHA256: 7df88a833ab5e92bb0ec8ab8f1951b8f6ae89665857c54dec59070b07fdc46ea SHA1: 4769f5413a2c06251a7f93c24d6efc27d0d478e3 MD5sum: 937135628533d0712f50c3f799db86af Description: Example files used as tutorials for MRPT ROS packages Package: ros-rolling-mrt-cmake-modules Version: 1.0.11-1noble.20250318.172208 Architecture: amd64 Maintainer: Kevin Rösch Installed-Size: 356 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.20250318.172208_amd64.deb Size: 68040 SHA256: 5168fc3dab0d0079290faa18018e6a5494c8e2e2b26cbd18b2e4613228dda133 SHA1: 9f4d3a964a7af18a57db016fdf3064d8aa14d5a5 MD5sum: 285002f48ae651cc16aad9ecbe5b7611 Description: CMake Functions and Modules for automating CMake Package: ros-rolling-mvsim Version: 0.13.2-1noble.20250331.211918 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13104 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, ros-rolling-mrpt-libros-bridge, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, 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_0.13.2-1noble.20250331.211918_amd64.deb Size: 3051686 SHA256: ee1be61d0cab9c98c13ea0226307ad66a1d5af45cb9339fb7ab88138a8a6f147 SHA1: ca743374fe7db137b1f6e07064aeaf84d2514684 MD5sum: c6bbd690775d49817ec7aeb154405883 Description: A lightweight multivehicle simulation framework. Package: ros-rolling-mvsim-dbgsym Package-Type: ddeb Source: ros-rolling-mvsim Version: 0.13.2-1noble.20250331.211918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 31185 Depends: ros-rolling-mvsim (= 0.13.2-1noble.20250331.211918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim-dbgsym_0.13.2-1noble.20250331.211918_amd64.deb Size: 30068750 SHA256: a02afd706d5b3d56a4030d18e4f1e6a8a02fe89041ea74d2ea7a33cf489c1cf7 SHA1: 3b6866fde7019a913f8ef736f3c2575c22afc7c5 MD5sum: 99caacb101110b8d118211a96f56f92e Description: debug symbols for ros-rolling-mvsim Build-Ids: 1fe8f2d38c319519d84127ee17ba85fd701ed54e 479adc9a616cc821d8636a568797d26bc8d76788 6c2503af29586795ac73145431753b880dbca005 6f13414d678cfecf028b17785cc81fe3ec131762 af96377f38b1f811d6d0e96e84494fea152a39b1 Package: ros-rolling-nao-button-sim Version: 1.0.1-1noble.20250331.173137 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.20250331.173137_amd64.deb Size: 7348 SHA256: 0c8a76d4cb6426042cb2d784112cd1a3ce1121117c5004196cb753b5cc31064f SHA1: 0966bc44086b3534d72dc2f061eb8a5eb2443811 MD5sum: 18d52fe83c015615b0549b35ac4bbcdc Description: Allows simulating button presses through command line interface Package: ros-rolling-nao-command-msgs Version: 1.0.0-2noble.20250331.171737 Architecture: amd64 Maintainer: ijnek Installed-Size: 1750 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-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.20250331.171737_amd64.deb Size: 124952 SHA256: 9dd78006a3fb1689667470d171a3981e8a1560b8c482d65f3e37dbdb7636e8b4 SHA1: 1a9cb254b439a564f4e853ad52f6e4ba841bddaf MD5sum: cdc27a01a76eec7328cae8317da0da2d 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.20250331.171737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1350 Depends: ros-rolling-nao-command-msgs (= 1.0.0-2noble.20250331.171737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs-dbgsym_1.0.0-2noble.20250331.171737_amd64.deb Size: 1069064 SHA256: 629a886224d42ccf85f6e917f7a5d2fe9d7ae7e21e828c729c02cc10555c8d11 SHA1: 27b881902de3ec56672d8602a946766953a598fa MD5sum: 9786408f775b6ae93eabd28eb64de0c7 Description: debug symbols for ros-rolling-nao-command-msgs Build-Ids: 016218c6198e13ab17fa77b55999a94a780aa45e 2893ee9653fd2f3570617e7ca6226b288cfaf2a9 53c02ced856788f68e016ed58c64bc9a51ea9c52 72f5345582dace27ccfd7b24127e6fd5fc6bd79f 93508726c44281089bbb198c95ec37fa70de2766 a43372005ab42f69baf1f374e1420cb16c4f61cb cdcad9e502930c455acd23fb4a1912aeb788a641 fbab17237af6c7bc3ae80598679d3e004d2e7178 fca965ad9bc767ad0751b7ce383b5e44b5812ba4 fd5d4dd3c3dd4399566639de9153a408cc835a60 fee4c1f55b135850e9193012d3f87ed6e61c2b3a Package: ros-rolling-nao-lola Version: 1.3.0-1noble.20250331.183043 Architecture: amd64 Maintainer: ijnek Installed-Size: 3510 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-rolling-nao-command-msgs, ros-rolling-nao-sensor-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola/ros-rolling-nao-lola_1.3.0-1noble.20250331.183043_amd64.deb Size: 438880 SHA256: faf484092efc88d0179ea38d0411c41d10e84a2e4779970b129130ad56563df7 SHA1: 7842e4e55924e995897994156c45a7163e5f82fd MD5sum: c48ae787fa07073a0c32d8ba474611b4 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-rolling-nao-lola-client Version: 1.3.0-1noble.20250331.193826 Architecture: amd64 Maintainer: ijnek Installed-Size: 3729 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-rolling-nao-lola-command-msgs, ros-rolling-nao-lola-sensor-msgs, ros-rolling-rcl-interfaces, 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-nao-lola-client/ros-rolling-nao-lola-client_1.3.0-1noble.20250331.193826_amd64.deb Size: 468504 SHA256: 3d33e0d1db7f0fdffe05752517e01c21907195f1caa5c0b32c1b9d6bbb95e69d SHA1: 11503d9e46ececfdd0001c0328c01137c51b119a MD5sum: 7a94493ab51ff61449375eac162592c7 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-rolling-nao-lola-client-dbgsym Package-Type: ddeb Source: ros-rolling-nao-lola-client Version: 1.3.0-1noble.20250331.193826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15585 Depends: ros-rolling-nao-lola-client (= 1.3.0-1noble.20250331.193826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-client/ros-rolling-nao-lola-client-dbgsym_1.3.0-1noble.20250331.193826_amd64.deb Size: 12186856 SHA256: 09a87539b20277f848530c1f74e94a0cf4fd99c990691ee3d194d2f5786dfa56 SHA1: 59acd9fd47800c0ae04e4ba7e91650fd42bd5625 MD5sum: 6c6e028d16906a041187322e329a60ed Description: debug symbols for ros-rolling-nao-lola-client Build-Ids: 37ec77672810d98fe9461e8f917146d082af7490 4cb209035d0bf4639549ac63c70f2af9e3d20c4f 8daf6755a8d71a262da2482354388ddf497da09f ff9d4303efc7ba9cef7fe23de96ad67e24bf88c9 Package: ros-rolling-nao-lola-command-msgs Version: 1.3.0-1noble.20250331.171757 Architecture: amd64 Maintainer: ijnek Installed-Size: 1813 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-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.20250331.171757_amd64.deb Size: 126174 SHA256: 232144d272c08f3dc388ee936e6c5f2c57f550ae9c55a2d3dd0a692bab03792f SHA1: b61e1203e6b8ba6036ce9aed1af5e70bf5fd5625 MD5sum: 1c6b0104a94068d996da5537f3b20279 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.20250331.171757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1355 Depends: ros-rolling-nao-lola-command-msgs (= 1.3.0-1noble.20250331.171757) 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.20250331.171757_amd64.deb Size: 1071202 SHA256: 70a2ab3fd688bb18d4c2fec6f596858565d2949fa7f89b091b4b282d3b851a2c SHA1: 467f8e7eabe07e154d5b3d78dd6d8b451ccd2c13 MD5sum: 96485befed253ca0cc141588b10681dd Description: debug symbols for ros-rolling-nao-lola-command-msgs Build-Ids: 032659b149e2aed353e14830d8b6db2727b55621 48ffc38a84feb9e5db5dd9f6868ae936f8d7bde4 54a9ad7f4619a32d4c6224fd1a284453e1ec31cf 59fb48507622e6e8ca513113dbcc1c622b79bcc4 75a1e821d058a1455e6cf8fc65ba44be3f3cdc3b 9284c12e2be092e551d125b065b340d4731c32cf 989c4f2b2577799c9acccfaedbc5d54d4faf6455 9e7ead6f3ca76f75f34bdbcd7700ba7f6f85884b d5b9906db7a3acd8fa76f939616bb556eaa6e364 e79bffc387aa620929e330e3c94c3382d4833e5d f524d2273c79970a0a403b1ada66effd4317e3b8 Package: ros-rolling-nao-lola-dbgsym Package-Type: ddeb Source: ros-rolling-nao-lola Version: 1.3.0-1noble.20250331.183043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14764 Depends: ros-rolling-nao-lola (= 1.3.0-1noble.20250331.183043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola/ros-rolling-nao-lola-dbgsym_1.3.0-1noble.20250331.183043_amd64.deb Size: 11496620 SHA256: 8b2d2cde118ef379776c6bf504f77e2172221269c7ef1f0f5c9863f5ef4a0218 SHA1: c6ea53b798aadb29eae789eb948f763e30b2d5fb MD5sum: da9507e8f42a46dbcf6175f9fa66d02d Description: debug symbols for ros-rolling-nao-lola Build-Ids: 0069507a3e38026a6bcd98f0b14468071c74bb6e e1179cad28dabeabd76333f21aaf81f32c3d6476 fefc3df867770f6b95f842536d3e028298c2300a Package: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-1noble.20250331.171805 Architecture: amd64 Maintainer: ijnek Installed-Size: 2092 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-nao-lola-sensor-msgs/ros-rolling-nao-lola-sensor-msgs_1.3.0-1noble.20250331.171805_amd64.deb Size: 143848 SHA256: aa3f97abc9841153bceafb4570780118ad6ac489a79fa7c7db7b10e1f4627a04 SHA1: 39e430f5c667fcf95dcc14046c52d82612035a3d MD5sum: 0dccc4764241c71bd904c8964c5f7a13 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.20250331.171805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1565 Depends: ros-rolling-nao-lola-sensor-msgs (= 1.3.0-1noble.20250331.171805) 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.20250331.171805_amd64.deb Size: 1245894 SHA256: b7413fad1c6dfb58fc7ff4d0b9111734c6507881abdf9f870492953813363ef0 SHA1: b6d4143915fc348c76079f7af47ad845860f7396 MD5sum: 90c2754aa0a6339615d0f5d0c66fefb2 Description: debug symbols for ros-rolling-nao-lola-sensor-msgs Build-Ids: 5167839c8d0a2f536a91437bfcca014e2c8ff841 546c6d35fbda9d8c49ed365ccd58114f2fb82e9e 5adebc3d96ea7427c0d10b9be6ecf552dd0af650 638cac82eff5525f5167c2b43b333e4d21b6f8f8 6e844c7d13b3403ee64dc02281d084745433da80 a4b1b2c90a8701050e4351b87a0a0aea4aeef07f a58cb40dfa334dd0580f53ea19ef1041ec45a887 ad66f32a4f64e11ad407df5b7fa3707a16b27389 bd5ecb77c05b78c4e2db37b004bc0b1247ffa6a9 bf9633373b0acf3ccc57fa2f7d00fb2e0e0a3055 ef86691ea98ac14973a5baf9605403a1c1c56f86 Package: ros-rolling-nao-sensor-msgs Version: 1.0.0-2noble.20250331.171818 Architecture: amd64 Maintainer: ijnek Installed-Size: 2034 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-nao-sensor-msgs/ros-rolling-nao-sensor-msgs_1.0.0-2noble.20250331.171818_amd64.deb Size: 142478 SHA256: 028e56e43b26fc85e784a357ce53e7be2883a4d255f76f651c89ee2e484e4341 SHA1: e9a8fb92bf23366e61c6a257fa91f3e67815d2d1 MD5sum: 6469c7674f27c4f1d85c7ab6bed82a38 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.20250331.171818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1559 Depends: ros-rolling-nao-sensor-msgs (= 1.0.0-2noble.20250331.171818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs-dbgsym_1.0.0-2noble.20250331.171818_amd64.deb Size: 1243378 SHA256: 692eee9d18f19d1d709913c4ee8a27d48bee3292938a09d0a3f041ca1cdf6795 SHA1: c0887ccb067099ef5b29663f65d1eb7d5138d905 MD5sum: 90bc57d352a6e53414ef7726e89b5365 Description: debug symbols for ros-rolling-nao-sensor-msgs Build-Ids: 31c2c4233137db4ec454333467bff033eb3f34af 354771e355ad871e8a835d6950cf0757de3c9862 5ad2d07a2ac5cd8ab1c5b7390749c22542bc320c 5b08ef0ddeb4b61375c86de791ecc9515dcf59b9 6d9cadf6bef3825dbb3f7e1d33cc51a6f9850770 6f00dabc64f8d5ffd21115d11c8515a662b8dc9a 869c13ed34af47d86d46ff55216577800cf5bd86 87dc62940d12aa0d569769b4c1ea5544e7f4d620 8df674c65df2cffa1a5dfd5f7180cb34b61411ce ca6366fdbc6ae745aca6a041a1a61952f6267ccf d57f965939840df80730b6af0b708e7bf6fc6962 Package: ros-rolling-nav-msgs Version: 5.5.0-1noble.20250331.171038 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2777 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-nav-msgs/ros-rolling-nav-msgs_5.5.0-1noble.20250331.171038_amd64.deb Size: 215700 SHA256: 43ef2790089a178e73e0e27242a10018c1e2b2a3efd696d333b6306ac694d800 SHA1: c8edd2de8ecc185e7ec854f31e3a39b26bb6c670 MD5sum: 67dffc88887cddd3e57da3c8d2388ea7 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.5.0-1noble.20250331.171038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2340 Depends: ros-rolling-nav-msgs (= 5.5.0-1noble.20250331.171038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs-dbgsym_5.5.0-1noble.20250331.171038_amd64.deb Size: 1938032 SHA256: bbe622eaa1d458bd45d3ece498b9e52bc37e7de7a42fe1200c9da237c811b332 SHA1: d3c03a5b8d86e4de13b6aa6f187b2aab3b8b09e2 MD5sum: a8b3d5327cc6e35f2eec51c6e129bb72 Description: debug symbols for ros-rolling-nav-msgs Build-Ids: 14b998db4a401e83e7aaeab1ef2ccf11694f662a 2aff7df659cdfa435580f35e1993ba7061b1752d 3c59a91941bc4c6552a8e934fdc6e28f090785ad 51bf9f9f18c8a351ae562b147352af41fb6e25f6 53e40ccbae69bb54f994e0a2c2b1e9de93984fa5 5576f60f23c1a6f7adab134fee7ec551bdbcda75 7a4bb9258889dc9c883f6b1e7678789c530e76a0 85ae1908459df35e089422e21d465e2027ff5f81 bae88663e3d05b9cb48a6271143868921b08837c f173b54ada22d5308cd0f07d35d5882f76d0d169 f74ce6c41a2a0e5bce21ec5b76ff219af22a559a Package: ros-rolling-nav2-minimal-tb3-sim Version: 1.0.2-1noble.20250331.200440 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 425 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.0.2-1noble.20250331.200440_amd64.deb Size: 44536 SHA256: 77b7de12a1316fa81957068e5f43262fe9cc12b56330850055fd4a42d82c3dc3 SHA1: 76d9af6780e618573ace5cbb388e3c967b114595 MD5sum: 6bac0d11e2bdec29899a6823fa9283e3 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-rolling-nav2-minimal-tb4-description Version: 1.0.2-1noble.20250331.200809 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 24843 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.0.2-1noble.20250331.200809_amd64.deb Size: 4523042 SHA256: f3aef408f8bbcd8d7df2fe66ddd74fa2092529758b75c7314fbb490e025f01f8 SHA1: b84835e199788ed582b27ccf568fff3ec82a788b MD5sum: f605c01862ee184f029ca2cfebd1bdd7 Description: Nav2's minimum Turtlebot4 Description package Package: ros-rolling-nav2-minimal-tb4-sim Version: 1.0.2-1noble.20250331.201042 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 69 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.0.2-1noble.20250331.201042_amd64.deb Size: 9830 SHA256: 6c41f097b681065ac22cfba82070d739911b11b46d6c7749004a391a47829834 SHA1: 05aa50e8f977eaba67ab95c61f0dd4090d16bca2 MD5sum: 64ea1755ee5c5fe3dd8539a5bf11f195 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-rolling-neo-simulation2 Version: 1.0.0-4noble.20250326.141811 Architecture: amd64 Maintainer: Padmanabhan Pradheep Installed-Size: 119329 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neo-simulation2/ros-rolling-neo-simulation2_1.0.0-4noble.20250326.141811_amd64.deb Size: 24136780 SHA256: e88c52237ba21b2af39ff6807a13f68735a9ea6cb75892d24c017ad048a1ae1b SHA1: c0e0fea08f5fe709bb4f4adb8748c699addbf28a MD5sum: fb2073a1955d9c305528f276a73e587e Description: ROS-2 Simulation packages for neobotix robots Package: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-3noble.20250331.164428 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1759 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-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.20250331.164428_amd64.deb Size: 115454 SHA256: 270c979512ed1534ee2863acd9493527e67a279e263cbb320f8eb35fd5d67631 SHA1: 6cf20706ff0c8640ba1c7c05f49c7929e69d068a MD5sum: da98410ab12231439218ff1d14bade19 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.20250331.164428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1134 Depends: ros-rolling-neobotix-usboard-msgs (= 4.0.0-3noble.20250331.164428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs-dbgsym_4.0.0-3noble.20250331.164428_amd64.deb Size: 909886 SHA256: 192658600c4ab54d9b7226fa53d4210b4be6568c98905ac11c71a68214600fd3 SHA1: 594a940df3712d3175cde1c5d2e77cd84029d6ce MD5sum: 56d3f4c71c58b52520b6e408f4173fac Description: debug symbols for ros-rolling-neobotix-usboard-msgs Build-Ids: 12f7e35178df07fcd25baa8e1f425cae9e7c11b2 24f1e6bc1123c74f4335e4d11c456390495b7b24 26d5d2deccc32e66e1a63c20187574920604bf08 3545a4f12ea2e626276b84f9ccfbc6ea17c2692e 4e38d60bf588fcb503e81ec90cf1eef06f902bc6 53f622891b2e6180657614889ba4b6864c29b8ae 60e4fbae2726ee4975f1cd202a205c3220d7c2d7 96c2cc4c5d0c813acd8e50fc3cbe60af84a1b9ec aac44db894d5df523f83744e819c29cc23752cc2 c83190e6d57dcfd7dca133b499360e5bfb26b559 ddd0ad112ee4228e866748318ea488beb34d5ab3 Package: ros-rolling-nlohmann-json-schema-validator-vendor Version: 0.5.0-1noble.20250326.141817 Architecture: amd64 Maintainer: Grey Installed-Size: 730 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.20250326.141817_amd64.deb Size: 225068 SHA256: 8d0fc8c112be8a9cb0f33a394a9d77b2643fc2b8ed7af39eb81288e8b467a967 SHA1: ac9b3f9f28fa5625fcb7779a5e13fb8181bac370 MD5sum: 9f0c194c14c927e188648b4ca9ed2975 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.20250326.141817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 3440 Depends: ros-rolling-nlohmann-json-schema-validator-vendor (= 0.5.0-1noble.20250326.141817) 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.20250326.141817_amd64.deb Size: 3206690 SHA256: 46f2ba30a5bafac8bc6db30e7db086ad2bf984bb9e97f1ca50860c3e4133978b SHA1: d6144a78535a416839dc695f79cacb14ed5bdc87 MD5sum: 8e7ab159381213fd944020706335e981 Description: debug symbols for ros-rolling-nlohmann-json-schema-validator-vendor Build-Ids: 14bd132fc12b1c33d074c940b596731311e6b339 34cec057e88489bb200e9e076e478c44b0be8318 70af442a1c378feb1fdb1ae1f480b9f392f01fe2 Package: ros-rolling-nmea-msgs Version: 2.1.0-2noble.20250331.164430 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1688 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-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.20250331.164430_amd64.deb Size: 133518 SHA256: bbf78c858a89af38fa1c0236a58e9d250a2a8bd909c6a4c3ce4f3936ec9eb43b SHA1: 529b8cec78364d1d672ef0f4554d63eefefcb15c MD5sum: 707871567aa5ba3c7b379bcf2e11ccaa 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.20250331.164430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1328 Depends: ros-rolling-nmea-msgs (= 2.1.0-2noble.20250331.164430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs-dbgsym_2.1.0-2noble.20250331.164430_amd64.deb Size: 1109262 SHA256: c7790bc4f592a75e00648c93dd2a41566f6c3b988820f7b7cf4cb55ccb653599 SHA1: a6d8361f79fc35ae278e8d259cdc7a60df51f7fa MD5sum: bd614d92768b35924382f7188f953fed Description: debug symbols for ros-rolling-nmea-msgs Build-Ids: 04cc78dec193bd5dfcb75430c86d179aaaa2bf98 06179577e802917717e5fb3fdba59b6f094890ff 0ff3f61b1a95892ac10ff9dd4cfbeb82e64d7118 2ee3b538d4322bb317230a85d04f5fafe4afa6db 44e859b4018d2e831400fb8be19c467649eac328 54e0c42e119ea73aa97998117ce43d096e22ed5b 552a45c6ea15bda08777a81db5b3547fa6a95c86 647dd129b6fdf5de47a979bb6b4147f284404886 66d804ac5811a75e1f39faed47d14eb60e14d97e 6bf214c3c8841f5b573cc5e82187aa81eec45f6b 8e83af07e85b787bd7196fd5bed98a225d879a90 Package: ros-rolling-nmea-navsat-driver Version: 2.0.1-2noble.20250331.175402 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.20250331.175402_amd64.deb Size: 24698 SHA256: 3c5829f6ed4ae0f1940faf208919ade4aa0833754c1b7d83364bab63e59d112d SHA1: 04524e981b43cc2d3f769da4808f56f65febaa87 MD5sum: efcd090e22d1b13530058b983558a298 Description: Package to parse NMEA strings and publish a very simple GPS message. Does not require or use the GPSD deamon. Package: ros-rolling-nodl-python Version: 0.3.1-4noble.20250318.170456 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.20250318.170456_amd64.deb Size: 18314 SHA256: 891756b430ace3437bc0e80d8afcc75b7fdb556ba901791bdecfd937a6783b70 SHA1: cbcdca3681108ee7ad9d480b45062892c0061ca4 MD5sum: 3738d1902be7461b22e513bcf4fe5904 Description: Implementation of the NoDL API in Python. Package: ros-rolling-nodl-to-policy Version: 1.0.0-4noble.20250331.185159 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.20250331.185159_amd64.deb Size: 10082 SHA256: e3c3fa5cb684c5729d18378efdc775d14c5a12fa59c7e2c102ce0ac7bb92057d SHA1: 04155e57da94140668b2f9801b5be7b58ead1843 MD5sum: f35c1c272a695a6660a62b6cdd5c7ee7 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.20250331.171826 Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 6295 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.20250331.171826_amd64.deb Size: 403360 SHA256: 4b4dc722e486e799b0c77ade4771e5f6185fcd6b79ee8ac7009c7df27a2126b9 SHA1: ace0e450a828520a68059c508bc8af423cecf9cf MD5sum: 454f84898aed81938dffb7614e7901e6 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.20250331.171826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 4248 Depends: ros-rolling-novatel-gps-msgs (= 4.2.0-1noble.20250331.171826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs-dbgsym_4.2.0-1noble.20250331.171826_amd64.deb Size: 3536698 SHA256: 6aad96832bee470955a6bb495ad143afac745b69bbc555df6785dd4409487593 SHA1: 71e08f0b7377886aa674d716174df7b9c296705e MD5sum: 232d0ebd82e14e06ebc125028a7aa094 Description: debug symbols for ros-rolling-novatel-gps-msgs Build-Ids: 0974825ead3bf7b0361a8b5487a19a1312d93a2f 1800aeb8591cce32292972d4b15db8c6c4d533c0 2edd3b45bb8c7face75020be0c23382bc7e0ef99 5aaa5d9b8ba2278f61ba70fea28066a5fcffe2ec 6488f6c54b4b6f807bbe15d2d082dba69662d9fb 6a0575c377b028c7b01822135e65ea68e79f0a13 76ed8cce8385c718e6ae7502d16edd198dce3fe0 be6d993cfd3697d4cbeba80136f8b5f161552be1 e8272937b077453828805250564c2a16db950893 efa7ab92e015aa7f033dc6ef674ae5ed8799b8d0 fe0c43327fac49b9daab7bd1f854aa24dbddf4c9 Package: ros-rolling-ntpd-driver Version: 2.2.0-3noble.20250331.201054 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 509 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.2.0-3noble.20250331.201054_amd64.deb Size: 109564 SHA256: f60d32cd630cf518f62026b746509c95d0dd76f3dcf214ac300f3101b78b5af6 SHA1: 3a784fedee048a77ca48046dd0103f9a2ef35a7e MD5sum: 7c62d68dd75308cdf236971ee404ed93 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.2.0-3noble.20250331.201054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2383 Depends: ros-rolling-ntpd-driver (= 2.2.0-3noble.20250331.201054) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver-dbgsym_2.2.0-3noble.20250331.201054_amd64.deb Size: 2064432 SHA256: 12ab86f33f4d6649e6cfe3a0f544731c0f457fc7e892cdad21b1fa737a0d4a5a SHA1: 7e7e2af47e1aea2b3c013c71cef532f99703a96b MD5sum: 555ea7b4c00ece0a72d8f8197d21caed Description: debug symbols for ros-rolling-ntpd-driver Build-Ids: 00423dca680cdb064f054560c1d38f86d16efcc2 a08bf09e241eec13d12a73a9428fd984b5653c6a Package: ros-rolling-ntrip-client Version: 1.4.0-1noble.20250331.175332 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.0-1noble.20250331.175332_amd64.deb Size: 26340 SHA256: e41f9fbf5d568e93e70b33af8b79c7953dffeb7ddec43902744ad25ad0abe593 SHA1: 1cfb51403efc19ae548bc2b89c6587a447a5a36d MD5sum: e34a0470236685a49feaef60fd48593d 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.5.5-4noble.20250331.184222 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 246 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-libcurl-vendor, 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.5.5-4noble.20250331.184222_amd64.deb Size: 69948 SHA256: a756c02812a0b4b1183dd82f45493148e5de4b9a0431e7077f0d21b0384f3e22 SHA1: 118bf6851608018c2eab2a7b568889ddc1b53e8d MD5sum: a32f1c6623167c9dbe98b8c5e437c9fa 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.5.5-4noble.20250331.184222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1232 Depends: ros-rolling-ntrip-client-node (= 0.5.5-4noble.20250331.184222) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node-dbgsym_0.5.5-4noble.20250331.184222_amd64.deb Size: 1155766 SHA256: 9a8c11f60849022dc828b59c03b4bcda1adf2ca21d260c514b91bc0b0dcc44e7 SHA1: e0ac8f0a554d71163c24e2a77efb9e543b3b0a02 MD5sum: 353636d507b64d84b5f938a1c4087b64 Description: debug symbols for ros-rolling-ntrip-client-node Build-Ids: 46e3ca822f80d4e8b56939e7bdf4a1c95c93aa04 d6d21a9c2349f9171efe99a83a537df9274feaf8 Package: ros-rolling-object-recognition-msgs Version: 2.0.0-4noble.20250331.172026 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3207 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172026_amd64.deb Size: 236272 SHA256: b8adbdb0a2f7ba2986fc6b2abd85b7b9859405ec8d274d71938f2770534ff1cb SHA1: e3118caab1a821904160cfd389c80a66480551de MD5sum: 4e5fdf3b41e9f6aea133ab8bb9bd950e 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.20250331.172026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2577 Depends: ros-rolling-object-recognition-msgs (= 2.0.0-4noble.20250331.172026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs-dbgsym_2.0.0-4noble.20250331.172026_amd64.deb Size: 2088226 SHA256: 42aadff9e306c9a2eb41a90698a17e1ef42651f6d9082727a6070856adf7fdf0 SHA1: 09b6162bca0c98eac2ead34e49c379d6232a628d MD5sum: 4246296025ac6c633debf82e9ff32abf Description: debug symbols for ros-rolling-object-recognition-msgs Build-Ids: 0e1e4b3963744eac3b5052b355188e501e0a93f4 20f152bcda930ed93a0440fdcd6d9730c4b55bf8 3034131480ca6c61ab7846f8c866ac125d2b0610 3383780d9d7cba1f7f8b6576eb423c580eed7a03 75560c7f0fd5a01b40acf29ccbb6227ea4876da9 8f35ea6244de0ac48c4fe2cbdb9bf5d3378151a8 a8ad99a9f0a21adb6b4a43bafec3c09faa30cfb2 c44b957636d7aeeeecfddde154a5bd60db0108c3 d1cd589d2b5df066d5bd60a4164db8ddf57fc01c f67d43538f853810502281745a5d7d31f880f28d f860cef134c113c876bd597341527f0be8d88357 Package: ros-rolling-octomap-mapping Version: 2.3.0-1noble.20250331.203015 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 41 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.0-1noble.20250331.203015_amd64.deb Size: 5536 SHA256: 6206e8ac61247b4f735253a29cd128ec26c350645ac731aeca6941e9e8f10216 SHA1: 48ceeb29433e7441716c43bd4661f8d7131ad157 MD5sum: 4fff4c694a9e9aecab1eaa3835f437ab 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.20250331.171621 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1391 Depends: libc6 (>= 2.14), 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-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.20250331.171621_amd64.deb Size: 120094 SHA256: 75bbc3829f85ed664e0ed0e23dd90a3190a59d23f8965c0c5dac95a5f7e1c230 SHA1: e1d1e963e861e8f86d981a996609bc71cd59cafe MD5sum: c210ec715ce5d2ac451cf7b1d6692ab3 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.20250331.171621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1072 Depends: ros-rolling-octomap-msgs (= 2.0.1-1noble.20250331.171621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs-dbgsym_2.0.1-1noble.20250331.171621_amd64.deb Size: 844646 SHA256: 44b5fd2344f48314f37c5e5bd13eceff2ce4305a821abfbb39c50b1565e96fa7 SHA1: 299d3c82e1560ac1b75203a0da6930435cceddb3 MD5sum: 783bf4a38f368905234f3ff28a965b0b Description: debug symbols for ros-rolling-octomap-msgs Build-Ids: 0f358ece241d1db83ae3312925b7e69a387409ad 11e17ff5bd500c1b174c1807733e11e64d9a2d39 4f723c6a036b39486fc2bdeeb83ba87c93cc8f27 4f9692494c4f27969a1d79276027eb1e25ac8c1c 6b8f60464a3f315a9baaedb1cddb45dc079a8013 9af4a6b0f301f3211ff718246dd46b6393c50c7b b1d91322b7b1ebd465c98768e0406142eaf5a5b5 db8ff1550c11aad1af280d67008b871d0f12c13a dd80290e03d2a899a02e8d35f9db468981eeee1e e170361eca9903c039764b145a4d60bbbaaeb7d3 ef55a0980dc952ae1033a0b355bcdb87a1b34b98 Package: ros-rolling-octomap-ros Version: 0.4.4-1noble.20250331.173035 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 81 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), liboctomap-dev, ros-rolling-octomap-msgs, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/octomap_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros_0.4.4-1noble.20250331.173035_amd64.deb Size: 15092 SHA256: 9f188a762a1c98a094fc100fdbf13a4ba838dcb080b18ad4aeef9b58a6db0edd SHA1: 137e09928ce46b21e7c52c1b27f10c2313573c9e MD5sum: 6b2b6c1329e43fd1f12c057afe474020 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.4-1noble.20250331.173035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 102 Depends: ros-rolling-octomap-ros (= 0.4.4-1noble.20250331.173035) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros-dbgsym_0.4.4-1noble.20250331.173035_amd64.deb Size: 87428 SHA256: ce049e1e82467e27a39f775720d5e842bc7c2ae5d1477d26ad998fb769dd61e9 SHA1: b54f908f331e50c0944d921b5de0e2d54438f267 MD5sum: 49df8a5665e8a000b13e10f994581c56 Description: debug symbols for ros-rolling-octomap-ros Build-Ids: aeb7893c55b07a5057549acff5cb367cd2db5c44 Package: ros-rolling-octomap-rviz-plugins Version: 2.1.1-1noble.20250331.205224 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 1207 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-rolling-rviz-ogre-vendor, liboctomap-dev, libqt5core5a, libqt5gui5, libqt5widgets5, qtbase5-dev, ros-rolling-octomap-msgs, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/octomap_rviz_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-rviz-plugins/ros-rolling-octomap-rviz-plugins_2.1.1-1noble.20250331.205224_amd64.deb Size: 284556 SHA256: 4e88851c88fe782c34e0e74504bd6e06a6a4699dc056bad6df59dc2d401ba25c SHA1: 5671f6267b7cb238052a4b9dfdc2ce301974d9a8 MD5sum: d8a12bc381bddf122b9be460955a2abc Description: A set of plugins for displaying occupancy information decoded from binary octomap messages. Package: ros-rolling-octomap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-octomap-rviz-plugins Version: 2.1.1-1noble.20250331.205224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6677 Depends: ros-rolling-octomap-rviz-plugins (= 2.1.1-1noble.20250331.205224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-rviz-plugins/ros-rolling-octomap-rviz-plugins-dbgsym_2.1.1-1noble.20250331.205224_amd64.deb Size: 6025256 SHA256: 63f192fbe8d171a113183044803263d3f2420e055850edf69f7edae3424e15f8 SHA1: 202f50c0cdcce63c81d0c50b11772c7144d386ec MD5sum: fff33d6a72983718b4d61f48b25c4f7f Description: debug symbols for ros-rolling-octomap-rviz-plugins Build-Ids: e926a3e57f1bc6382a9e9823d25d1d857a95a7d1 Package: ros-rolling-octomap-server Version: 2.3.0-1noble.20250331.201425 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 5010 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.0-1noble.20250331.201425_amd64.deb Size: 734374 SHA256: 8ba97a38f79a9a1ba8ad1ffd23c7fd32f2b4a1117408402c1a1b90c14618f1ea SHA1: cd813d595e3d5534f36de9768b5a54c4b98e74d2 MD5sum: da8f6cd2b6021a6a2917a8a84470f888 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.0-1noble.20250331.201425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29508 Depends: ros-rolling-octomap-server (= 2.3.0-1noble.20250331.201425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-server/ros-rolling-octomap-server-dbgsym_2.3.0-1noble.20250331.201425_amd64.deb Size: 25656210 SHA256: b028273a33a5b59847bde11e11680ee22625a8ce06f529fe7631f4d0872a592e SHA1: 3eb7ed28ff74c4e50f6e4dcf1353b793217f361a MD5sum: 706abc2becafecc4a89f08a2d8357666 Description: debug symbols for ros-rolling-octomap-server Build-Ids: 1deea10ae6d884380899d643e8718a3cfecea299 4e081beabc42bbc782644670d783eff0df9c0df0 50d74943fc441cfec90d9d6f5fc55c19850f3809 65c2a50ace5f470815cafcf5c9cc906b17352253 7350816442fa118ab29eb8b3b02ce5b5a17ff1e1 aa68d31ab8d5186c31ef2a184f734a77b4297487 b5c9f7ae04e9a720c5bbc00c3d147fc7f3364e0c bcfacf49c0511028916535988de74c98ef29b623 d27aa948ac4b4c751ce895ae50764d0fee67669b d831129c8fbd7ffa36e672d4d9408960c9874d4a e4588a4d0e68a2830a8cb300e94b959390f21311 f058bf8d209a0a6d7ac74055c7222b7f7d1774fd Package: ros-rolling-odom-to-tf-ros2 Version: 1.0.5-2noble.20250331.195839 Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 498 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odom-to-tf-ros2/ros-rolling-odom-to-tf-ros2_1.0.5-2noble.20250331.195839_amd64.deb Size: 107570 SHA256: f48ec03514916ad34c9f4ae5eff7d521fe823d28ae817fe5ad27b8e6ee9da09b SHA1: 717134293075fbceb9deccb0f9b53a3220cd3684 MD5sum: 6dc32751e141e2bc9fe441ac1b061cff 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.5-2noble.20250331.195839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2252 Depends: ros-rolling-odom-to-tf-ros2 (= 1.0.5-2noble.20250331.195839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odom-to-tf-ros2/ros-rolling-odom-to-tf-ros2-dbgsym_1.0.5-2noble.20250331.195839_amd64.deb Size: 1921822 SHA256: f0d8153fe6a932d757bb5f5638ac559e49d52d8a2723874edf7b82cc29f7c829 SHA1: 18e8e41e5501d2f3b50d0859e9e1c66e1b39043e MD5sum: 70595d6ddd2d6a1effd4e0c978620e46 Description: debug symbols for ros-rolling-odom-to-tf-ros2 Build-Ids: a7213c3a5bd57f441921b41a2a563dfcf47fed38 Package: ros-rolling-odri-master-board-sdk Version: 1.0.7-2noble.20250318.170018 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.20250318.170018_amd64.deb Size: 79540 SHA256: 3ccc2aaa747c4e755f37fd6afff8672aecdfb9df042a5fcc97d60ff21fbb0de2 SHA1: 8145c5ee1eb7d2eebd59fcbc3899f65b7188f09a MD5sum: ba268dfa3fbdc02884926c15e257a49c 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.20250318.170018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 785 Depends: ros-rolling-odri-master-board-sdk (= 1.0.7-2noble.20250318.170018) 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.20250318.170018_amd64.deb Size: 611114 SHA256: 752794fd9c83c18033db10eb5862bdf84551e0a476b51f4958ae04dbbaf58f63 SHA1: 6cf9743e4ff9282195a10647beee8c97c86e5878 MD5sum: 991e313caa4d1bd203f083c716fe03d5 Description: debug symbols for ros-rolling-odri-master-board-sdk Build-Ids: 13d50d131f51822eb39add3ae2823974491d58ed 3fe11913d5b39ba1c199cb65a168695f31b5c37f 510a6d39e500fd98ece861685671a30350296812 8e12a3044756cad8ad0404488560275778385a05 e2d6c9de5ed4da1cd48011a2cc493343f1710605 Package: ros-rolling-ompl Version: 1.6.0-1noble.20250318.170022 Architecture: amd64 Maintainer: Mark Moll Installed-Size: 8529 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.4), libode8t64 (>= 2:0.16.2), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, libflann-dev, libode-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.6.0-1noble.20250318.170022_amd64.deb Size: 1744108 SHA256: 64a3f1299a44bc69a4483995e7d84e8d5f91e68dadd14c58c78cf27c83dd70f3 SHA1: 36822aaaa7700e78a22ec053a2049b8c63bef0fa MD5sum: e37374e577b8367f70e9f343581374c2 Description: OMPL is a free sampling-based motion planning library. Package: ros-rolling-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-ompl Version: 1.6.0-1noble.20250318.170022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mark Moll Installed-Size: 46706 Depends: ros-rolling-ompl (= 1.6.0-1noble.20250318.170022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl-dbgsym_1.6.0-1noble.20250318.170022_amd64.deb Size: 44914530 SHA256: e23f3c947bf44b4c323bca38d93fc59db9edf276febb85e2b4201200150f7c9a SHA1: f00f114906e2a6f4713018907e60ece57f0f87f6 MD5sum: 1e3ce410df9f131269bd88c474aa82bc Description: debug symbols for ros-rolling-ompl Build-Ids: 84ccee0b2033c72df64b88f367e270d823b0b8b5 Package: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20250326.141322 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 11435 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.20250326.141322_amd64.deb Size: 2057836 SHA256: acc20e7d2734bd6c6dd67f832ba7c7425675ed0bae5e8019735424437abe1b67 SHA1: b63a804a15b62effa8d514598976b1ff1bc564e6 MD5sum: 84b801ea4f0da04b079457d7834a83db Description: Wrapper around openeb Package: ros-rolling-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20250326.141322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 48827 Depends: ros-rolling-openeb-vendor (= 2.0.2-1noble.20250326.141322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor-dbgsym_2.0.2-1noble.20250326.141322_amd64.deb Size: 46550606 SHA256: 66fe7621904a14831ff4c3de2ff392a05bb2098738d56e1434988c4abd90b61f SHA1: 7ba3711426dc2c23614f4465664041f8c50698b6 MD5sum: 0212221584ca1d8e04f02ba5be53a902 Description: debug symbols for ros-rolling-openeb-vendor Build-Ids: 2e7f5bba2f675d9c9cc95704511c24e9a5e22b41 3af1b846bd8d384d39c059792023c8efa276887a 3e5fdd99d09e2e54d13a55a0176a51965acb1c7c 497635e33ff659f56aa77d309bc386622093e2c6 5eada0ae5c92f47567f34731c6ae057957151bac 6a6e9ee1ffa1ab0943b89546e1862d752f17cb31 6b202f30c9882a419f4155c8ec679e8418daa167 76ba5c2ea079de2548b0995f8128de7f11941724 8a4d9c2256e8f1bc4145a47696cb5abd5046c6a4 8dcf2864994e6749a31bc6c7d8e4460ea94de95b a32cf7032cbec44470551aeb2df98b019ad27b85 b4acfa6c159a03a7def40dcc1b3c57ef51431215 bc5507b64114f6b658c0ef6a170b410bfe4e0fc2 c1f2a28810552bc0cc28896113d66af5200f1dba c920327aca8fea2ada40c5b58a107f95d3adbabb d632d36df26098cef6b6d8e3068ccb7ac6d4782b d6e85e98bbfe532d73b823cd136723a0203c0a49 db2316f608dbe04a4e10fa1869bd9d7612ceb190 eca6a09ef4dce662b1df50afbdccfe9ef1fe1647 f14c4f809758a8dfffd32634938ffba1ff226d4d f33335240dfb5799599e77a6f9093e2e6b8572ed Package: ros-rolling-openni2-camera Version: 2.2.2-1noble.20250331.201601 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1419 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.2.2-1noble.20250331.201601_amd64.deb Size: 255210 SHA256: 1e39afe8d2da8e44e2486984cd3b9c44d386e124ca1eb5a73d34545622a4c921 SHA1: c46b50e5d4fe8db892b9648285db36b76329f737 MD5sum: 455b7fa0f86d1bf78e6cbb44001b562a 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.2.2-1noble.20250331.201601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4046 Depends: ros-rolling-openni2-camera (= 2.2.2-1noble.20250331.201601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openni2-camera/ros-rolling-openni2-camera-dbgsym_2.2.2-1noble.20250331.201601_amd64.deb Size: 3707854 SHA256: 3f2a873a4471a8156e4302d94f7005352f93f1bf86c0d232a8b0f3ecc41c624a SHA1: bbf845a127786f6ed3f9d46843c99d8de3e7da21 MD5sum: 596edd713367398d693ebb6975c618b0 Description: debug symbols for ros-rolling-openni2-camera Build-Ids: 059a9c60c4e1b524f9fcd76230bf0dc0cd393aa4 1fbfca41b48f15ab36076b2e60cd2cac7ce8bbaf 3893b19945cfac13caa955facee476b200d39e90 3da1a8c640414257ff11765a4749116b78041381 5ae8213e9515872c12323543eddda3df760c932b 6751d759b104b1f86618e9c9afd813f6901f7266 67537083266de196124fafa6bed384a207c4d59e 67f44347fa11e9c5ceae69a9e258707164e00287 90e182b0022279d491530eef476f19f1e117cd27 96d784413370da22dfc159243ec9658a10e40bef b0f0b27cfae62b0432ed86cbef2277408a677341 c159c4d79b213573b1d1f11edabb506692b7baa5 c529e95215c28d1f918a724157b9b926820aa0ba c978dff7db74718bb5d6276cb19e81e3e0ea0058 d3c8221715334f532786566d36fb0756d599e9f4 d8b0db26908c4415077877b4a6905353c8f0ffd9 Package: ros-rolling-orocos-kdl-vendor Version: 0.7.0-1noble.20250326.141549 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 44 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.7.0-1noble.20250326.141549_amd64.deb Size: 6628 SHA256: 4a38d176ead48c4a6f1b69f567b3f2150f2dbb70394dd97d2e507a93d904817b SHA1: 3f7aee5ad1f915601b597e3102b4c5039be1d088 MD5sum: e67d4d4dac56e1a2f9c245ed5eece2e1 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.20250326.141046 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 139125 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.20250326.141046_amd64.deb Size: 31715210 SHA256: f544858a48811410e39f69ee1076cea87ad9308574abf77f7ad3dbbf97011eb0 SHA1: 11a8bc5a97ac8a81976c67ae00306d03f481ea6e MD5sum: 6f51a7ebd3d87c0cc35906a2e00bdc09 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.20250326.141046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 315882 Depends: ros-rolling-ortools-vendor (= 9.9.0-9noble.20250326.141046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor-dbgsym_9.9.0-9noble.20250326.141046_amd64.deb Size: 307034324 SHA256: c053f876fb6dfbe979f1cf7479e059eb149c02ea94a7fbb844277950d88f3089 SHA1: f93ba58abe284c44ade330254137e94d05d0c678 MD5sum: 6ae5901b14fb1515708f38a858787336 Description: debug symbols for ros-rolling-ortools-vendor Build-Ids: 00a809d0c55ae4e2c62fb20a6f6f39e1a1bbefb9 018c5282728d7932c4bea25cccc2f98458b015d8 058cb0f4f248066bcd77ad804a359e15728d0b85 0a58d5d047a963db013ac1e1e7038ddf9ad92c79 1d8e905eee6b3797ebc5a9e5f08c856d2df9a721 51488d76b450cf3a9218f7f06aaf9ed83c27ea55 dc6d2bf32aef09cb64639cfd501e0b2c9f1f0296 ed39b8687a9fa38b47cc54d31b032b47ebd6f9fd Package: ros-rolling-osqp-vendor Version: 0.2.0-3noble.20250326.141833 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 460 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.20250326.141833_amd64.deb Size: 87638 SHA256: 9275e786b131a7ad78fbd0e915f47e0326ada3ebd98c2fbd9f097a30ff7a2b06 SHA1: 3add1645bafc8e929b804555c4843f999c035782 MD5sum: 345376b21244d706c56cca4098bc54c7 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.20250326.141833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 150 Depends: ros-rolling-osqp-vendor (= 0.2.0-3noble.20250326.141833) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor-dbgsym_0.2.0-3noble.20250326.141833_amd64.deb Size: 112104 SHA256: 159158a4b8d001ce0409341caf3d203031d657d7e3817487c9ae05d4ca68f8a8 SHA1: 1eb9cdef2edeeb3af9b5c282139f39943629be28 MD5sum: 3f1a83061c94159c84a6907fc4641a20 Description: debug symbols for ros-rolling-osqp-vendor Build-Ids: 1241fafb33e0b1ec13839d7aa2296c90dc8fead5 e8c38eda10d4dd897277665dab8fb06e67a62640 Package: ros-rolling-osrf-pycommon Version: 2.1.4-2noble.20250318.170019 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.4-2noble.20250318.170019_amd64.deb Size: 48740 SHA256: b268bd1b9685a3ef7407539662712edef4d5ec793ff19ba31195fee84c5cc6ed SHA1: b07e0fbe40a2bbdec7974e11e2a806daff3d08af MD5sum: 85864f952dac3478dd7b43affea23607 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-rolling-osrf-testing-tools-cpp Version: 2.2.0-1noble.20250318.170026 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.2.0-1noble.20250318.170026_amd64.deb Size: 933744 SHA256: c9dc9d160470d07bd1bb86fe5073d225930b6fbd5d51c70f40f0a80b471313a2 SHA1: b34d3f2aefe3a0cec9770bbdb8164dcf7c46edec MD5sum: f01d1c46a89a1879541f3321840068ef 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.2.0-1noble.20250318.170026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 801 Depends: ros-rolling-osrf-testing-tools-cpp (= 2.2.0-1noble.20250318.170026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-testing-tools-cpp/ros-rolling-osrf-testing-tools-cpp-dbgsym_2.2.0-1noble.20250318.170026_amd64.deb Size: 733538 SHA256: 6662c2ca2bf4134ba053d90c08878ea5c0b31aa8c5f873a1ab47e1b2cbb76372 SHA1: 9dea14cbf54c457885a06bec5d0f8fd6eb097a0c MD5sum: a30dcf2ede63ed4f5aa52c75d976fc78 Description: debug symbols for ros-rolling-osrf-testing-tools-cpp Build-Ids: 22de58eb7cbc0540f0e1eef62b41fc1012601978 48d3654a4d7a3a52d57a2a5db26feb5d35fdbb17 7bf7e21158e865003293e2855ce2c76d757f1536 Package: ros-rolling-ouster-ros Version: 0.11.1-5noble.20250331.201401 Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 6783 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libpcl-common1.14 (>= 1.14.0+dfsg), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), curl, libcurl4-openssl-dev, libspdlog-dev, libtins-dev, ros-rolling-geometry-msgs, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-ouster-sensor-msgs, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-ros/ros-rolling-ouster-ros_0.11.1-5noble.20250331.201401_amd64.deb Size: 1182646 SHA256: 81af19d20b8528bc13277951acabdd8fbcb7ea1c8ea9b6e67ad73a5cfd3563de SHA1: 106518c08e99b0bc3e47e91d34a74fea2f416566 MD5sum: 7891f80a6cbf421a5de7304e1f6b9fe0 Description: Ouster ROS2 driver Package: ros-rolling-ouster-ros-dbgsym Package-Type: ddeb Source: ros-rolling-ouster-ros Version: 0.11.1-5noble.20250331.201401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 56490 Depends: ros-rolling-ouster-ros (= 0.11.1-5noble.20250331.201401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-ros/ros-rolling-ouster-ros-dbgsym_0.11.1-5noble.20250331.201401_amd64.deb Size: 53724794 SHA256: 24e28da1d7991c86729224b6ed34801c3f41cd343d6887daeaf912f749ad479c SHA1: 91c6c2ea00091be8ff3dfedf6de423e39c61c6b1 MD5sum: c2b6776086957694f446ab07a0de19f0 Description: debug symbols for ros-rolling-ouster-ros Build-Ids: 4e1618068670fcbe34b6e81daeb6853e6707444a 525a4ff0d89f1842d7af2dff11e6921142396529 87ff27f9b3b80ba98959b682d91c30dc520952b9 8ab17a66523d5fd4263fbd8ce83684dd951dcded 9bd6678a3832e1d4ae9290ebc191f12bcfc0c03c a19bf106f0100856640c91b80a2aec835bb35df5 a99fa15a7a191969b0d5bf4271dd830cd0faa154 c287b711c8c1df336547a29b0ad2395dc35769f6 dc548d490f203a13ac956e6dbffb9b41207c4b4e eb5965c3139d354d7789889b415ba59cd3c6afe3 f2943e8d2a92cf573dc2863d1e4c1365c2082090 Package: ros-rolling-ouster-sensor-msgs Version: 0.11.1-5noble.20250331.172212 Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 1589 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.11.1-5noble.20250331.172212_amd64.deb Size: 117098 SHA256: c318e66830d93e83b1eb91b61d78617cb151863aa3f9e5afdba3f929b2f70c56 SHA1: a9102f74af698d5e9299a870cd054de2aa0e080a MD5sum: df06f07c833893878c9694fc5498430c 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.11.1-5noble.20250331.172212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ussama Naal Installed-Size: 1179 Depends: ros-rolling-ouster-sensor-msgs (= 0.11.1-5noble.20250331.172212) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs-dbgsym_0.11.1-5noble.20250331.172212_amd64.deb Size: 910926 SHA256: 623147525dafb6ad3d709104b0a66db52eff0b69710098217ffa1a57326f84c9 SHA1: e695bdaa9d4a954d7447365257ae477ee77d73de MD5sum: b132b4cf26f92e2f22ea6bc8822f75ab Description: debug symbols for ros-rolling-ouster-sensor-msgs Build-Ids: 032cfcbc3aacbe91af99d17f0342e5e45334d98c 1bf8ba26fa982849c18e6b83595555bee37b3463 324afa32d8f943a229c3bf19d064b53d0a56731d 48aeb2889ed22e961109fa60f0f800a5125ec8a6 51afcb44667bab2e0913d8746e6b4b26753a93ce 817b6ef5174b0d8b68921e3d8a9c82552c717a9e 9ffdba6d486815541d8db753545b09bda05c4fb4 ce7c5e18017ff16bcdd3da31c61a947caf2992f0 e7f8da4446972a0566cdbbb21304dc97d16882b2 ef5f5efc15958f267a3f8a2ae8656aea05445dcf f599e6ecfe2a57c1330f228fb016530c3cb4d393 Package: ros-rolling-ouxt-common Version: 0.0.8-4noble.20250326.142039 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 41 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.20250326.142039_amd64.deb Size: 5404 SHA256: 623a9c9b3cf6e14822da0b1e22bdeccadc8ee739a717c536f0d9a26cfe323923 SHA1: 48992c257ec0356c11d703d71a9cdb57a4d6188a MD5sum: 30518f87e04c4da3e19b4aea0b7868ea Description: common settings for OUXT Polaris ROS2 packages Package: ros-rolling-ouxt-lint-common Version: 0.0.8-4noble.20250326.141849 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 45 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.20250326.141849_amd64.deb Size: 6440 SHA256: 5808e419b061ddf0eecf292d08e2e5936d442cfcaa2cdcf4f85ce2f19e6606ff SHA1: 170fa29abb77135085bc3ff7350e8407b2e5cb93 MD5sum: 422195e824d79089ed37e4d8bdc0a621 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-rolling-pal-statistics Version: 2.6.2-1noble.20250331.183048 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 407 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.6.2-1noble.20250331.183048_amd64.deb Size: 105592 SHA256: ae52ac3f9d97b57e0284f8f3fb7a1645d83dc057dbf5cee3fe3928d7131d7a9e SHA1: 7b4a37defe40431d440d2975be4ebfc6f431150d MD5sum: 961c372725d8ed0507d1d39d7ba5cc88 Description: The pal_statistics package Package: ros-rolling-pal-statistics-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics Version: 2.6.2-1noble.20250331.183048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 2113 Depends: ros-rolling-pal-statistics (= 2.6.2-1noble.20250331.183048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics-dbgsym_2.6.2-1noble.20250331.183048_amd64.deb Size: 1984652 SHA256: 31eeb3c5f414574802ba2fb52e0a08efc1eabb55821bf8897c66f1fd01478ee2 SHA1: b42d2af70f9b5fe8807c20080389bbb6cb816500 MD5sum: a249085037af48082dc7a75dd408bfb4 Description: debug symbols for ros-rolling-pal-statistics Build-Ids: 06961f91dcdbe19bf1ec19fe0310c91842dfbf41 Package: ros-rolling-pal-statistics-msgs Version: 2.6.2-1noble.20250331.172221 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 854 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-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.6.2-1noble.20250331.172221_amd64.deb Size: 79074 SHA256: 0ae28ddfbcd40cac108fbc3aea28d26683e0878ecefb2abd54203061eab19175 SHA1: 50c9ffca7150aa8a6619a037c1774ae840ff7041 MD5sum: 8e75cab5f62579d25a9678fc85cdac62 Description: Statistics msgs package Package: ros-rolling-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics-msgs Version: 2.6.2-1noble.20250331.172221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 701 Depends: ros-rolling-pal-statistics-msgs (= 2.6.2-1noble.20250331.172221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs-dbgsym_2.6.2-1noble.20250331.172221_amd64.deb Size: 552262 SHA256: c94fb597691e2673bebed399e4f487338b896b736c07fc6e17b17b1cf942caac SHA1: 3fcfbc602b233d84be00aa79c799b75d1f43d6b2 MD5sum: 03dfde31ac329a9d582c41b9968db5b6 Description: debug symbols for ros-rolling-pal-statistics-msgs Build-Ids: 17f084a38fefe5d2a2ff1108dfb0ebf173acd227 1b991753b75dd1ab27b9e523a5618ca412804b21 2f6f16222f06584e388e418c1598a9f6c1722075 3c744c52bc0cc195b9302d5054dba33e5a5c6862 4e23ff8ee962d8a50df5b70e2b70f19779783c33 56dc06a4b94cc7d866119115d816988443d3d6f5 65481a7278c814df4c3c1dfd84ef3511fb76f843 67178e9ae8b056b97b4febacf5dc5430adaa0fdb 9c5ac6753b8259c1e66b8342920d638ae6d8824d ccde8864c628ee0db83b1788a604397040f9d47a f4873cfafa5a67acf49f44f1ca2caed387aa4c53 Package: ros-rolling-pangolin Version: 0.9.3-1noble.20250318.170036 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-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin_0.9.3-1noble.20250318.170036_amd64.deb Size: 1346726 SHA256: d94d411373423306bc087bf03e7c86db09800981064a3d856a5fb28fc2fbaee1 SHA1: 4e5ba259eb32864ee9ecc374b5b476b5c663cf09 MD5sum: 06a98c269212c01cf3915544ad0900b1 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.3-1noble.20250318.170036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 31957 Depends: ros-rolling-pangolin (= 0.9.3-1noble.20250318.170036) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin-dbgsym_0.9.3-1noble.20250318.170036_amd64.deb Size: 30276160 SHA256: 75e75778f06c6e8fc79d5411a3a415bc9c65d6a2dac8725dfa771a6eb927d00c SHA1: 1536203e3ec980fade173d7baca8e5a87aa1e208 MD5sum: db23812f1b0d541de590438e30f7f228 Description: debug symbols for ros-rolling-pangolin Build-Ids: 0e1d385a628fcb8309e353ce66d2aad387157ec6 43edee5b68821ba43c0e3bc6d89c249d6e474573 484983d2afe28d43eb5840f2596ecc07c98622dc 527cbe55a294eebbbb5bff46361460bb08d31f77 56c647843ea04ee5e0eb16c76deeab4b9148a5ea 5a979ca76f4ca9c9f1ee284274501de95c4abadc 7611136311e9f81d1bf9e8bf94c75e52dcf58507 77f9ffcc64ee97811d3182190df5890cf78a9703 87bf1a6dc668fa153ad0c70cd622b901d81e46b0 8f5f2404349e7e604c23c2d6c52daa3554c1343b a00f8d6c90a1422d18bc5f8124efbf20115f916f a54f86d0a8fcda8e7087f7369c33079d38138934 a78008c5ed78fe8a4e6f7a1734230411b2068909 c07204a7cad4c3c2212df23de59322adbe426d93 c40b24643b5e096d72ef5df939f725d55aae694b d19b7df142cb7924789622469ef74bafe216b3ce d37f46b4ca42372e6226ae8d611e0dcc26e538e9 d84dfad17f8e56e3325410990f441b1cf24a12a9 e5b33eddf68ae5f1e89aa79bf782314d36d1d314 ebe5992b952a01bb06c04c6029aef72d9e1138f5 Package: ros-rolling-parallel-gripper-controller Version: 4.22.0-1noble.20250331.200605 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 333 Depends: 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_4.22.0-1noble.20250331.200605_amd64.deb Size: 82294 SHA256: 0e64e325e3181d738d9a5e6715406c4aed440487003607e1240d4a144de5968c SHA1: 3281eef87c7785426084b9f7100f727873dfe8ad MD5sum: 9df86bcf2f0e7f2bab75b19d0b3b0c32 Description: The parallel_gripper_controller package Package: ros-rolling-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-rolling-parallel-gripper-controller Version: 4.22.0-1noble.20250331.200605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1068 Depends: ros-rolling-parallel-gripper-controller (= 4.22.0-1noble.20250331.200605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller-dbgsym_4.22.0-1noble.20250331.200605_amd64.deb Size: 979726 SHA256: 8da8955c95a70cd5fc5c9154b03923693f84f69b8e1ab8813b4bc4cb5bb6c7bd SHA1: c050136c38bd51b6adea5f45ec6aa19b94021bad MD5sum: 5b8dd6537acbf9ef32cf9fbf90ca9960 Description: debug symbols for ros-rolling-parallel-gripper-controller Build-Ids: 432bb65a9eb687af9210aad7d380c0d9ac0b67ee Package: ros-rolling-parameter-traits Version: 0.4.0-1noble.20250331.185347 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 59 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.4.0-1noble.20250331.185347_amd64.deb Size: 9814 SHA256: 141824b16c83f02c61b72b87cf9d0148d1fec4e4e261e773a890c512ab3e121c SHA1: 0a169b2e9cfb31c13e2f7684332f2dec1b44ec02 MD5sum: 91f2175ec06b9708b00473240e283e02 Description: Functions and types for rclcpp::Parameter Package: ros-rolling-pcl-conversions Version: 2.6.1-3noble.20250331.180732 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 79 Depends: libeigen3-dev, libpcl-common1.14, 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.6.1-3noble.20250331.180732_amd64.deb Size: 12532 SHA256: c5332b8a77ef3888022a6664ec274bee97c60a65cb1aa16efa9ad7b037ca99ff SHA1: a98c94c0c35d5e19a7e3f23a83a00f23f14d9b3f MD5sum: 283a81b0fc7ac34c18e0d2a7f856c5bd Description: Provides conversions from PCL data types and ROS message types Package: ros-rolling-pcl-msgs Version: 1.0.0-8noble.20250331.172142 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1219 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172142_amd64.deb Size: 109384 SHA256: 59617ea92193ba9bdd85945a067a82f850a3737ec651abcc192327963fde88a0 SHA1: aca836844a812e91828c9fe5ab1d0e1908f2037f MD5sum: 18e309497b66bbbfa4222f46002736d2 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.20250331.172142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1037 Depends: ros-rolling-pcl-msgs (= 1.0.0-8noble.20250331.172142) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs-dbgsym_1.0.0-8noble.20250331.172142_amd64.deb Size: 834518 SHA256: 2f13866312c9eea2579ef9d12d44d748d9d771c72f90e27040abf553e9616d55 SHA1: 24a6150a5e313b7d6a4e966708bc667236cdd7c3 MD5sum: 20dd7e4cf0ea31229832a376c8fc57a7 Description: debug symbols for ros-rolling-pcl-msgs Build-Ids: 581a04032771445814a359fb37f3dd69deda5441 604ce3da3c403d88fcb40975f02fc0bd6d0ba0ee 7b1c7c91d83bf63667e39196ee82898c8c16ff9a 7e35195f7a67d45d97d22f01b616b8bab6e87b02 a2dd256f44551b6140ad847804f96f2334fc7a4d b0f3dacef8204e0ac54b4284c5219cd6be092707 b8d49a52e838d5ab061e5e5d9831cb8c7d2d6a3e c88ccb77d1b3d8171be94760a0138a3423d61938 de8810404b3529abb601deb9ddb800e17c345dff e7f40f6156a776b60f39431d643591aaccd28595 f30cdecd2b273364b49b3dc26a8d80a0de915b8b Package: ros-rolling-pcl-ros Version: 2.6.1-3noble.20250331.195733 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 2076 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-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-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, 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.6.1-3noble.20250331.195733_amd64.deb Size: 345200 SHA256: ecfb4f9ba3b8f75bff399dd8d976d3018eda4c30523c0cc9bc58caf9df09f975 SHA1: df2d87209daf4f9bebfb70ccb958a13e6fa01da1 MD5sum: 6e66a36fa4b8fe59e7db18d971c10790 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.6.1-3noble.20250331.195733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 17861 Depends: ros-rolling-pcl-ros (= 2.6.1-3noble.20250331.195733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros-dbgsym_2.6.1-3noble.20250331.195733_amd64.deb Size: 15411442 SHA256: 2d58f6050641d508546a92734ba56cd1c265e3491708e945aeb044a55af0e70a SHA1: e153e0b7f80b09eda3785fcf40408488deeaed03 MD5sum: fa6afa93993ec6a52452ebeb65e0ad1b Description: debug symbols for ros-rolling-pcl-ros Build-Ids: 0c879aaf9db11597e5964ea8c4eea0853727a36d 10ccf55b3744d107b6097138358dd2e15fe89be2 1e30ce94bbc005666dcad4d0ecfdfc245c9d3342 5c09d502fe24346a3f8af1983088e71551409d3b 5ff619279fd54b8245c78a27e530b20eb3c068de 7371e03bc30f11429ad2eadc2a3e60f4fe8a6d05 818bb40d55118130ca9470e96205c2dc2497e10f 83517586acfcf2947aa104cee193db92ac908823 91c30c720c7f92c976362b8937abeef2aa9eb8dd acdd4a737cf6c5719294d7d544febaf7d93c4e39 Package: ros-rolling-pendulum-control Version: 0.35.1-1noble.20250331.183932 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1362 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control_0.35.1-1noble.20250331.183932_amd64.deb Size: 247434 SHA256: 2f1d721897c7cd06fc48cdf7e01fdb0e70a47164f811316947f29e2167391617 SHA1: 7f45e7385c0752b21ba0fb242fc9deb3ce6d8ada MD5sum: 91d3ca96568684b1cf5c054a09e48103 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.35.1-1noble.20250331.183932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6291 Depends: ros-rolling-pendulum-control (= 0.35.1-1noble.20250331.183932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control-dbgsym_0.35.1-1noble.20250331.183932_amd64.deb Size: 5265978 SHA256: b28487eb42816e1d839232d51355dfc31a5b6b80f1b0f8fc6611a2eee0ab5c25 SHA1: 7044e2530496654e9feaae53e7cc4cbee2fc6b5c MD5sum: 0b2591fe606554ea90ea3cf9602781ad Description: debug symbols for ros-rolling-pendulum-control Build-Ids: 3c60704860e6a1ff68260879564d2e782137fcab cd55d4b334e88300fd42e0d9d468a17d91706850 ead1a7f2e20e4fe2d818d588e8e42274de3f6dc7 Package: ros-rolling-pendulum-msgs Version: 0.35.1-1noble.20250331.163457 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 668 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs_0.35.1-1noble.20250331.163457_amd64.deb Size: 58692 SHA256: decd90307af1c01384da254f856124a48456e84dd3550e93a214da72cd19e00e SHA1: 4d75a24e14dc8a38a69343dd391a56e119532222 MD5sum: 55d1c0a21ec126c3c224bab16a93207a Description: Custom messages for real-time pendulum control. Package: ros-rolling-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pendulum-msgs Version: 0.35.1-1noble.20250331.163457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 454 Depends: ros-rolling-pendulum-msgs (= 0.35.1-1noble.20250331.163457) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs-dbgsym_0.35.1-1noble.20250331.163457_amd64.deb Size: 334754 SHA256: 2138e3bfc6b7c880fbbe57efdf0724be9a3e15e394159ce06afd9e606f011791 SHA1: 090669c7ea22550cc6240962b1f5f75df4d17877 MD5sum: 9398c94462f30625ab3023c157775564 Description: debug symbols for ros-rolling-pendulum-msgs Build-Ids: 010c1106507eeb55be5b146831053a10305cd6bd 09b72f264d45d74f072deafd38912db9116bf9e9 22f9e7da42014c13758be4733f689251861ab8bd 2b6dca06fa4ad6034852f43e92a8adbb1ee02cd4 408a67590fc2c2ec7f3a7918097a42ad1136a58d 6d837cd10f0080a14358588f2dc7d275ac1c3c76 99dfc1b0359d7f720baacfb4bb1693092750bd88 ad73938d5acdd6a2e91507ee872c3fc5d9ee43eb d9dca3d3b5d922e4a58afc0faacf085e602694fc e4c5db154f69ee815c6c2c6d93d16ddb3037cde2 e8426cde014c4456f99f2301a58fa339915b0403 Package: ros-rolling-perception Version: 0.12.0-1noble.20250331.202347 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 41 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.12.0-1noble.20250331.202347_amd64.deb Size: 5396 SHA256: 3f6576ca00877fec9e164b92a4793a05ae83bfc5500ca9484246bb7408431f9b SHA1: 39a6f485ba4af374cbe4565296a3dd41228b62b4 MD5sum: fbcb7798b3dfad44a26e64b5f95ed288 Description: A package which aggregates common perception packages. Package: ros-rolling-perception-pcl Version: 2.6.1-3noble.20250331.201504 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 42 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.6.1-3noble.20250331.201504_amd64.deb Size: 5558 SHA256: f5a3687232ef6be52e3af925bfb552220c5225eff502047a2cf065240ece6811 SHA1: c04d15596dc0a311c49ecca911ee449e19031af1 MD5sum: f4fc24a529b42f0358aede80f3406e0b 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 Version: 2.3.0-1noble.20250331.180524 Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 8769 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rclcpp, ros-rolling-rmw-implementation, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test/ros-rolling-performance-test_2.3.0-1noble.20250331.180524_amd64.deb Size: 985062 SHA256: cafe9de1a1d628d2b5eb98e27bfd305c9daac4f23adf8940ef13d7b4ff70cb5b SHA1: b893023a564f689bf5f9a47ce8853cd6faadea48 MD5sum: 316c0420002fbe04f05e91e5177cdb31 Description: Tool to test performance of ROS2 and DDS data layers and communication. Package: ros-rolling-performance-test-dbgsym Package-Type: ddeb Source: ros-rolling-performance-test Version: 2.3.0-1noble.20250331.180524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 35673 Depends: ros-rolling-performance-test (= 2.3.0-1noble.20250331.180524) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test/ros-rolling-performance-test-dbgsym_2.3.0-1noble.20250331.180524_amd64.deb Size: 27334670 SHA256: ad4aab87cb65dd040d680fa9626f9cb04253352e65a32ab5c0d2a0723681d994 SHA1: 1c2604afd9700273196311bc3dfb4fc1aefb23c3 MD5sum: ebc7c0c7411544ecab33cc00ff8accb6 Description: debug symbols for ros-rolling-performance-test Build-Ids: 0bc6a62d97f78f80289cf43f645073aa000d48ef 31de41e5df00b626ba1cf30d058f268f1070c67e 5be634721a87c8571ab31c284e5166efb7b704e1 67bd727af6bf65f651e581307a36bf878b95c1ee 6a007641627a30059bbe47c0236234714e960594 9a45f7c32daaf686dd4c984e7b863c9bf1d334d8 a1eb3d91c927c81e9d4890d39988630846cec581 b25d7a02cd969115c7f93c08b83e520d5a659385 db399c8ba90d2f1bf0b38fdfd4dd87a4a31f3680 e209df68c58683111c43c7f28c498aae55a926cc f04cdd2275302e1d5c2f9da9dfa8d766c431a096 ffe817c1792cb58cc14fc030a73cfaa5b081b286 Package: ros-rolling-performance-test-fixture Version: 0.3.1-1noble.20250318.171159 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 99 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.3.1-1noble.20250318.171159_amd64.deb Size: 18312 SHA256: c16ed402efd1d885a3955be057544b75ad5b9ca8b2345b8b409a8bc765a16f58 SHA1: 641963f5fba09552ad352aa08e8576e256de90e0 MD5sum: 55baf0853f46f088ba7ff2e8972d9698 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.3.1-1noble.20250318.171159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 110 Depends: ros-rolling-performance-test-fixture (= 0.3.1-1noble.20250318.171159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture-dbgsym_0.3.1-1noble.20250318.171159_amd64.deb Size: 92106 SHA256: ffd81052e0d8379d1b07a11f41f3cb4c38a497903e5caf268af2cceb95a73ef6 SHA1: d27fd28de099bc3b08fb25d6fd8ca9222549c637 MD5sum: 57a55ebcd60f2ae17efdeb90fd874b90 Description: debug symbols for ros-rolling-performance-test-fixture Build-Ids: bd291e69ea5b6956bc43af9a1bac000cccb496c4 Package: ros-rolling-phidgets-accelerometer Version: 2.3.3-1noble.20250331.201059 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 218 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.3.3-1noble.20250331.201059_amd64.deb Size: 61340 SHA256: 72a803afb155925db18926f9e72136a01afaf72785872c3841f1863043f095ca SHA1: 73bc904e6bac9bbbdb6a27f7719f584872f8f59e MD5sum: c618a39c03ae91d4d25f79bf7aba8233 Description: Driver for the Phidgets Accelerometer devices Package: ros-rolling-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-accelerometer Version: 2.3.3-1noble.20250331.201059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 918 Depends: ros-rolling-phidgets-accelerometer (= 2.3.3-1noble.20250331.201059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer-dbgsym_2.3.3-1noble.20250331.201059_amd64.deb Size: 851528 SHA256: 853ad643e5a54d51ef720b7326aba6dac15a4019c73865a6f04e230c53f338e1 SHA1: a9379c01ff41e23fb6aef750a4c7eabee043e7da MD5sum: 98188b66eb5413aef54fbc0621591c12 Description: debug symbols for ros-rolling-phidgets-accelerometer Build-Ids: 00bb30235a49919d038929160aa5b93812e5b1f8 Package: ros-rolling-phidgets-analog-inputs Version: 2.3.3-1noble.20250331.184229 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 213 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.3.3-1noble.20250331.184229_amd64.deb Size: 60206 SHA256: 2d2425edf3e322750cdd26e3f16140596058796c7895f5d249f5093dc790c547 SHA1: 22c2506111108c7f438cccf760cee133dc195a20 MD5sum: 75bf3e2564d7507dbe0eb68c63f24c5c 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.3.3-1noble.20250331.184229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 926 Depends: ros-rolling-phidgets-analog-inputs (= 2.3.3-1noble.20250331.184229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs-dbgsym_2.3.3-1noble.20250331.184229_amd64.deb Size: 859996 SHA256: a567f84a160ca6179f0e923d7d3524a1f82b74796f63c87c835a690bc45ce09c SHA1: 6282b2b6f5447221243e97d1ef54c554627b6435 MD5sum: e38852b33ef5d680ee31bc5d35b76bbf Description: debug symbols for ros-rolling-phidgets-analog-inputs Build-Ids: 8cc62f7e4e002be00724305b06be859cbb5a47db Package: ros-rolling-phidgets-analog-outputs Version: 2.3.3-1noble.20250331.184305 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-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.3.3-1noble.20250331.184305_amd64.deb Size: 110860 SHA256: d88f2d47b9e98c268ed3a9e67028697c2984cf716bdb475c03cfbcf42d6b6ae8 SHA1: 83918368c232b76c60966160eba1092bb93be2f0 MD5sum: e0651c22156a9993aaa7149ddab64216 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.3.3-1noble.20250331.184305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2312 Depends: ros-rolling-phidgets-analog-outputs (= 2.3.3-1noble.20250331.184305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs-dbgsym_2.3.3-1noble.20250331.184305_amd64.deb Size: 1990292 SHA256: dcc7e86b0fa281a52eab8c3436bf0813ff68f8f43260aa3659b6a0a4eae40844 SHA1: 231251f688351760a34c2c9b7954873ca93f901e MD5sum: 86a7850e63790d0b302b8c7a2bd6c44b Description: debug symbols for ros-rolling-phidgets-analog-outputs Build-Ids: dbbc72fe692eb490d03fd44b6d7c418433c23be3 Package: ros-rolling-phidgets-api Version: 2.3.3-1noble.20250326.210130 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 220 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.3.3-1noble.20250326.210130_amd64.deb Size: 38516 SHA256: 8e6cfb7bfb4f6240584c650ace66740f9a482d98dd662f3dc867849eaff3f77a SHA1: 1a6ce523f713135698ac10f04ef690d5225cd686 MD5sum: 0ac357f331d6e13a7d05946167886027 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.3.3-1noble.20250326.210130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 442 Depends: ros-rolling-phidgets-api (= 2.3.3-1noble.20250326.210130) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api-dbgsym_2.3.3-1noble.20250326.210130_amd64.deb Size: 396924 SHA256: 38b32f831aee582f23f7a26a1b477cef5c708fc38114c8d6c7fd060259a02c5f SHA1: bc0dd44a6192f2ab2be99367e89d8fcf5016637b MD5sum: ca20cb506cee44b9aa122d6ce923ef85 Description: debug symbols for ros-rolling-phidgets-api Build-Ids: 55bfcb8693742af06abe572b386be5f47723aad3 Package: ros-rolling-phidgets-digital-inputs Version: 2.3.3-1noble.20250331.184333 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-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.3.3-1noble.20250331.184333_amd64.deb Size: 59532 SHA256: a52d366b348b7606505ea42035a9973b1f5258e328b92d31a3d2dff7c2b32a79 SHA1: 8d94b70d2b0888126244920c9e42bbbeeb690b62 MD5sum: e3b65b6f47b723d8d72a0461d9f75b98 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.3.3-1noble.20250331.184333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 921 Depends: ros-rolling-phidgets-digital-inputs (= 2.3.3-1noble.20250331.184333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs-dbgsym_2.3.3-1noble.20250331.184333_amd64.deb Size: 854702 SHA256: 108052d077744c710af94b535ca57a98a8a448da27a990805fc0d6b04140a6e7 SHA1: d8ac3bbe210366d438ef9f86f295de64c96ce222 MD5sum: 88b7276316e640b1447fb68214876346 Description: debug symbols for ros-rolling-phidgets-digital-inputs Build-Ids: 9b6b0279b52cfb92855442f658fc08570619d373 Package: ros-rolling-phidgets-digital-outputs Version: 2.3.3-1noble.20250331.184336 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-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.3.3-1noble.20250331.184336_amd64.deb Size: 111382 SHA256: 29e199687b82f61501d81992312d08c4eeaa24b29a80491b266378d5d548ddaf SHA1: b5723fd525037c9e45ce95b23dec5f209948af1a MD5sum: 42768e33021b4719ee31bf4edd131c12 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.3.3-1noble.20250331.184336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2315 Depends: ros-rolling-phidgets-digital-outputs (= 2.3.3-1noble.20250331.184336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs-dbgsym_2.3.3-1noble.20250331.184336_amd64.deb Size: 1995912 SHA256: f87a846b78c9db1e202878c6f615962ecaa0ec2f7b8af8a37ad40e5d87787e1f SHA1: 0e695eb1f8c10409d94baf6d2cd6a094c0ae2502 MD5sum: 3731b88c6ffcba744380f4b4e00eeb78 Description: debug symbols for ros-rolling-phidgets-digital-outputs Build-Ids: d109ddb18b213d8ef34aa36ebe105d7f26b23f33 Package: ros-rolling-phidgets-drivers Version: 2.3.3-1noble.20250331.201443 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 42 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.3.3-1noble.20250331.201443_amd64.deb Size: 6054 SHA256: 3fb4796f1ec0275425fd121646d55e89c08ef755d0448029e3676871772968f4 SHA1: 7d1b12e384e79223cf18aa3d67fe571ab08b9c6d MD5sum: 4d7cd91aaf13a7beece149cc5ff7181d Description: API and ROS drivers for Phidgets devices Package: ros-rolling-phidgets-gyroscope Version: 2.3.3-1noble.20250331.184355 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 303 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.3.3-1noble.20250331.184355_amd64.deb Size: 81514 SHA256: e0a99d9ef8a10c09b5ef84b8d19035988d70ccf217d2abcdd86544146e3326ba SHA1: 5f604eb966b8c59dc79f095ad0c8362d3a914453 MD5sum: 6d364c3d367a147efcb171f403217341 Description: Driver for the Phidgets Gyroscope devices Package: ros-rolling-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-gyroscope Version: 2.3.3-1noble.20250331.184355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1347 Depends: ros-rolling-phidgets-gyroscope (= 2.3.3-1noble.20250331.184355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope-dbgsym_2.3.3-1noble.20250331.184355_amd64.deb Size: 1235672 SHA256: 1562837b3231c7315689f3953e5d06115368a6caaea1b7576d3628c0ea7a0b69 SHA1: 3752342d2136afa00921a8655276a7cbee4f3e1a MD5sum: e54195553d1b47af4097afac9bd5cf85 Description: debug symbols for ros-rolling-phidgets-gyroscope Build-Ids: c4a2236979bc4812b50435a4243aeb09036460d8 Package: ros-rolling-phidgets-high-speed-encoder Version: 2.3.3-1noble.20250331.184954 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 275 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.3.3-1noble.20250331.184954_amd64.deb Size: 76036 SHA256: e630c8377641f5ca08ae3ab8b88a4e42ad611c00b68eee6b97a0177674125f44 SHA1: 7345f4c415b47683b74e2f49ac67120d44450b5b MD5sum: 040e94e43e1d5222e167fa1fb48fd2e9 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.3.3-1noble.20250331.184954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1228 Depends: ros-rolling-phidgets-high-speed-encoder (= 2.3.3-1noble.20250331.184954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-high-speed-encoder/ros-rolling-phidgets-high-speed-encoder-dbgsym_2.3.3-1noble.20250331.184954_amd64.deb Size: 1125990 SHA256: 0539c5a6243acd3cae395c135d81f95d76f8e6749f308c4eba615ecf8b326c36 SHA1: 498c67c8cca60c4829bc0011b583c0c627532d65 MD5sum: e3a4d5db4d1f33682caa32581161bbe2 Description: debug symbols for ros-rolling-phidgets-high-speed-encoder Build-Ids: db55820d80e78b4f75dc1dadd89c044af889c83e Package: ros-rolling-phidgets-ik Version: 2.3.3-1noble.20250331.193355 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 46 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.3.3-1noble.20250331.193355_amd64.deb Size: 7044 SHA256: 79e679ec129704aa73700aebcddf5d00aa7e5a5c7dcb0bbfe1fd981bea3477eb SHA1: 08c626b96e2ed99f31ff3f926f28443885122d33 MD5sum: 2c5fb39eb082c5f470e926f076364ed3 Description: Driver for the Phidgets InterfaceKit devices Package: ros-rolling-phidgets-magnetometer Version: 2.3.3-1noble.20250331.185000 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 227 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.3.3-1noble.20250331.185000_amd64.deb Size: 63506 SHA256: a7a76bbe1da61ba82c9948cf13b06e82378dc60a69b665577cece4530547a5a6 SHA1: 4877a99b97bbb99a36112f2021c209dd956cabac MD5sum: 8740dcf8c87e5410febfb2d849811240 Description: Driver for the Phidgets Magnetometer devices Package: ros-rolling-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-magnetometer Version: 2.3.3-1noble.20250331.185000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 942 Depends: ros-rolling-phidgets-magnetometer (= 2.3.3-1noble.20250331.185000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer-dbgsym_2.3.3-1noble.20250331.185000_amd64.deb Size: 873634 SHA256: 2ec2c615c6ac1ecfd20d56cf368fd9e393c417dba45950cf96bbb28009964bbd SHA1: 7b523a6c6358f0afdf95321458f8477bd057b5a3 MD5sum: c6e4f73023c95ea3196386f74c664b34 Description: debug symbols for ros-rolling-phidgets-magnetometer Build-Ids: b2d4134f6244738602951e76c58f9bc41a42c6d3 Package: ros-rolling-phidgets-motors Version: 2.3.3-1noble.20250331.184401 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-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.3.3-1noble.20250331.184401_amd64.deb Size: 112728 SHA256: 55291ae2e0c2c92bcff6533e92ce5b14b25d7a7501135cd13d64d478e2bee132 SHA1: 96015f33bd6ffa59861c0bef50c5cc36fc3fcf4d MD5sum: 34e2d13c23e4d54a9e6ff5659c3fdc7d Description: Driver for the Phidgets Motor devices Package: ros-rolling-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-motors Version: 2.3.3-1noble.20250331.184401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2236 Depends: ros-rolling-phidgets-motors (= 2.3.3-1noble.20250331.184401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors-dbgsym_2.3.3-1noble.20250331.184401_amd64.deb Size: 1918916 SHA256: d6320315e03dc455ed4f09202b10090fe323a6d4d0ba5c84c3080952d8913e3b SHA1: 9d9901e40ff7a224288f82fe3ce8844653a7ab2d MD5sum: 3201a6969ca089d2d62ca5b8e614b664 Description: debug symbols for ros-rolling-phidgets-motors Build-Ids: 33a3ac7c763db0bc8ecade8ff83fa9eb3b214149 Package: ros-rolling-phidgets-msgs Version: 2.3.3-1noble.20250331.172227 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1205 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs_2.3.3-1noble.20250331.172227_amd64.deb Size: 95278 SHA256: 51aed9296f130bcdf37f6e5e369e6d3a8c8e807ad1223111c9b349a18897b577 SHA1: 29e18627b634c580a8ea2ac86c6ca2756b9ffc93 MD5sum: 8ced40c4ae4110e96b723bc2a27c0930 Description: Custom ROS messages for Phidgets drivers Package: ros-rolling-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-msgs Version: 2.3.3-1noble.20250331.172227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 818 Depends: ros-rolling-phidgets-msgs (= 2.3.3-1noble.20250331.172227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs-dbgsym_2.3.3-1noble.20250331.172227_amd64.deb Size: 609316 SHA256: 835e3cd1dc1a9692a34aec76fae8f49e028ffb74303c351213dabc2c7c2e8a3c SHA1: d2000bc58d9d64b2402747446e2d83191dbb6490 MD5sum: 77e843ce30a359884f8796e2f933a71c Description: debug symbols for ros-rolling-phidgets-msgs Build-Ids: 22469502e3571231e4f0cb7455c5715b4a578ee6 248a6bdc97ca880a5bd5103187e07762633694c2 303d7a251bed92f5b6a756df7f2af693f96049f2 7c3f3c71fd50999df90c55bf8efa631e8372899d a1e6338c6314fd84d74c2fbf87dc35329630ce35 cdb86a8b15f9cf7817b4c0e0ca30f301047021f7 df031abda336964859266c216e3dfb7bf00ad72f efd45fab7ba524ff30219cd1cba7b64705be2a7f f4597eba562f41781e2b46a6b92ea6f563bdb4ce f5824068863a344ba7a9fc98cbdd2b73d12688a6 f6d92e0816579e5fcfbc56a8798c58dfbc81b8de Package: ros-rolling-phidgets-spatial Version: 2.3.3-1noble.20250331.184407 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-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.3.3-1noble.20250331.184407_amd64.deb Size: 97174 SHA256: caa3c575826c77cda65ed6eaa7d4ffea2bf1c5523fa302c0e97a4a2c0c6f08bb SHA1: 1c0047a84149184149a8a3e26ecb8071395f90e5 MD5sum: e84fe42955457fe533b0839e757dde18 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.3.3-1noble.20250331.184407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1638 Depends: ros-rolling-phidgets-spatial (= 2.3.3-1noble.20250331.184407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial-dbgsym_2.3.3-1noble.20250331.184407_amd64.deb Size: 1492472 SHA256: 820d0331b566a24af526b1dcc089e05bfbe3cdbe7245fd63d43d7c838090ffa2 SHA1: 2537ae76418ef8f9e6699d70acb09d96d1dcedc7 MD5sum: aa5992a149fd2e635c6cbd64f89f4e77 Description: debug symbols for ros-rolling-phidgets-spatial Build-Ids: 5c49a9383779f036cb7e55d118b617fc9921da21 Package: ros-rolling-phidgets-temperature Version: 2.3.3-1noble.20250331.184422 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-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.3.3-1noble.20250331.184422_amd64.deb Size: 58700 SHA256: 75e82af66ebfaedd302af3e8f34934aa64622e2c0240b34f80bccc9d3527b29f SHA1: 2e6271ebabd741399d9ec1b2432b767114bb34f3 MD5sum: 546752c25e7cfef9d80c5bc4032f53ba Description: Driver for the Phidgets Temperature devices Package: ros-rolling-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-temperature Version: 2.3.3-1noble.20250331.184422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 893 Depends: ros-rolling-phidgets-temperature (= 2.3.3-1noble.20250331.184422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature-dbgsym_2.3.3-1noble.20250331.184422_amd64.deb Size: 826654 SHA256: 11e0a449e3ff7d65ee13f3079f04629d95aef22d57ee3e8bb9302266d87cc04d SHA1: 6497d3c4a55136865aecece5f951ec5a36ff5937 MD5sum: 96e414f2b1f364d160de85a9cfa2964a Description: debug symbols for ros-rolling-phidgets-temperature Build-Ids: 109ce9840c32849ca295fa25936b46f6868d4d20 Package: ros-rolling-pick-ik Version: 1.1.1-1noble.20250331.202921 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 409 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, libfmt-dev, librange-v3-dev, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tl-expected, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pick-ik/ros-rolling-pick-ik_1.1.1-1noble.20250331.202921_amd64.deb Size: 107488 SHA256: 94e1039217ce6deb2589419434dd81fc9b5963949568538e394502e85e197db0 SHA1: 35359856c27a34ab6dc6b583445f7233f0bca317 MD5sum: 4e8b839cc24d16d0821d5e4da0f44d71 Description: Inverse Kinematics solver for MoveIt Package: ros-rolling-pick-ik-dbgsym Package-Type: ddeb Source: ros-rolling-pick-ik Version: 1.1.1-1noble.20250331.202921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 5378 Depends: ros-rolling-pick-ik (= 1.1.1-1noble.20250331.202921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pick-ik/ros-rolling-pick-ik-dbgsym_1.1.1-1noble.20250331.202921_amd64.deb Size: 5358760 SHA256: fe2d42d2a3d66872c86d8344b89c7998a952380196d856dd5e3dd347e21abed9 SHA1: 37bc6adba3ddd6b7e93f650ec1b4317d2b8a8420 MD5sum: 15dd808d644b591f3c800bc8d99961d5 Description: debug symbols for ros-rolling-pick-ik Build-Ids: 51a74d5f522f6608d77c08a6299539cd5028d569 Package: ros-rolling-picknik-ament-copyright Version: 0.0.2-4noble.20250318.172156 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.20250318.172156_amd64.deb Size: 4888 SHA256: c586445ed751ab087b7d2def29aabc684aeb3ceadfd017edc3353c17a3a4b2e4 SHA1: 953c646f20eb4e06e42698addef86c3c2e215418 MD5sum: 9d240c202f82054482b076fe1d6d0815 Description: Check PickNik-specific copyright headers. Package: ros-rolling-picknik-reset-fault-controller Version: 0.0.4-2noble.20250331.195418 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 254 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-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-reset-fault-controller/ros-rolling-picknik-reset-fault-controller_0.0.4-2noble.20250331.195418_amd64.deb Size: 67916 SHA256: 39a9887d2af1ad0dbadbf49b4c581cc27abc44411ce3660151ad4540cc77c343 SHA1: fd78a4f19c6f468f47bb5d14e9eccb8573e31ef5 MD5sum: 9705a8fc209d110794131b8af01b65b0 Description: ROS 2 controller that offers a service to clear faults in a hardware interface Package: ros-rolling-picknik-reset-fault-controller-dbgsym Package-Type: ddeb Source: ros-rolling-picknik-reset-fault-controller Version: 0.0.4-2noble.20250331.195418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1116 Depends: ros-rolling-picknik-reset-fault-controller (= 0.0.4-2noble.20250331.195418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-reset-fault-controller/ros-rolling-picknik-reset-fault-controller-dbgsym_0.0.4-2noble.20250331.195418_amd64.deb Size: 1034412 SHA256: bc8f315a3ed6d4445d36ba65d5cfb2728a44f7de7abe8157259f8055319fbd74 SHA1: 0ba5a87d9b0e2b927570a57c0cdbb192b58a2cd6 MD5sum: 0d274cf5cc68c41fcddd3e408eb79abb Description: debug symbols for ros-rolling-picknik-reset-fault-controller Build-Ids: e3b42e024f0ad51798d8b44470ef9927b9a32879 Package: ros-rolling-picknik-twist-controller Version: 0.0.4-2noble.20250331.195500 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-rolling-controller-interface, ros-rolling-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-twist-controller/ros-rolling-picknik-twist-controller_0.0.4-2noble.20250331.195500_amd64.deb Size: 106744 SHA256: 9c1e525a375686e8d8d1fa284ded328b820877ce9ff27168e0288c9dc3932f57 SHA1: 5313204a3556676d0c9ac76edceba38b3ee78efa MD5sum: 3a0bcfbf7479c2fd0783213db0414b90 Description: Subscribes to twist msg and forwards to hardware Package: ros-rolling-picknik-twist-controller-dbgsym Package-Type: ddeb Source: ros-rolling-picknik-twist-controller Version: 0.0.4-2noble.20250331.195500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2117 Depends: ros-rolling-picknik-twist-controller (= 0.0.4-2noble.20250331.195500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-twist-controller/ros-rolling-picknik-twist-controller-dbgsym_0.0.4-2noble.20250331.195500_amd64.deb Size: 1804638 SHA256: 750e554208cf7dab6ce46bbc7b19ed4141799e1124fe147aaf8af400a14ab9d4 SHA1: 828b9eaba36c8cffda5c2a2d68b09a49e7197497 MD5sum: b8b947987582a4a6585fec80e3e95c61 Description: debug symbols for ros-rolling-picknik-twist-controller Build-Ids: e9262c2bbc8d58ffdde9ec4c5d7b8c7c15c03226 Package: ros-rolling-pid-controller Version: 4.22.0-1noble.20250331.200511 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 769 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-parameter-traits, 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_4.22.0-1noble.20250331.200511_amd64.deb Size: 177708 SHA256: 979b820bacdb4ddb783f485b849f41c28db28a8d0674e43137b6c46c32af6a6a SHA1: b5eda38794c7a5730bdc5f7e7739c5fd1b5dd6e5 MD5sum: 6caf990e66796b1122347223d8b973a5 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: 4.22.0-1noble.20250331.200511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3288 Depends: ros-rolling-pid-controller (= 4.22.0-1noble.20250331.200511) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller-dbgsym_4.22.0-1noble.20250331.200511_amd64.deb Size: 2880500 SHA256: bd34dd4e647e49a6e5dabc6aa09cfa802ec6d508fbfd40caf9a8460bc6d05031 SHA1: eed24ee418a7bc529f0df36d0b459dc77a047bcd MD5sum: aabc621ccd4f36ddf7c09ed27634562b Description: debug symbols for ros-rolling-pid-controller Build-Ids: 5d0d7ec1bdfa10627b78c663b76586282af9e673 Package: ros-rolling-pilz-industrial-motion-planner Version: 2.13.0-1noble.20250331.212438 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 1670 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-rolling-moveit-core, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-planning, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-orocos-kdl-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-eigen-kdl, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner/ros-rolling-pilz-industrial-motion-planner_2.13.0-1noble.20250331.212438_amd64.deb Size: 372980 SHA256: 98a4c9a46d358ec5753a499bc80481759a757b245f83faf36f906bde84830fde SHA1: 51766aaa35d3d968ca327475e945c22d02e75213 MD5sum: c953d27ce9204e0a5d46ee9bedd9c151 Description: MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof. Package: ros-rolling-pilz-industrial-motion-planner-dbgsym Package-Type: ddeb Source: ros-rolling-pilz-industrial-motion-planner Version: 2.13.0-1noble.20250331.212438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26600 Depends: ros-rolling-pilz-industrial-motion-planner (= 2.13.0-1noble.20250331.212438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner/ros-rolling-pilz-industrial-motion-planner-dbgsym_2.13.0-1noble.20250331.212438_amd64.deb Size: 26440180 SHA256: 3eb531a2ecb498eacedd95683e15fafa3083fd6ad7f9122456728a120bcf59ab SHA1: 81feb39b62eb5b85bd77e6580c69e2d406abc90b MD5sum: c623c3d9cdc59a57db429057dcd559f4 Description: debug symbols for ros-rolling-pilz-industrial-motion-planner Build-Ids: 0bda8d872a3c7ddeaca0695b1f47ad8cee205a6c 1f4336111f0f1731191d0b265700460fd9b49e4c 23fc0e8bc9923488417fbadbbf5fe25703836865 28ae4d0ac98db4840e0a3dd7e8f451897273b894 5037929e4cb48fa24ac2c2c477c25d453f029fde 7d4f69c6ab807c846c9ec5f4f58d21e16af1c22c 90f24e63bf0d6b6302dc730139d8875878a90a89 e1d2a167dc5e6ddc351e99572a87ea30c73300d2 f985b4a2fb44c4f252ea69b46cc7899a1eec70e0 Package: ros-rolling-pilz-industrial-motion-planner-testutils Version: 2.13.0-1noble.20250331.202856 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 496 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-eigen3-cmake-module, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner-testutils/ros-rolling-pilz-industrial-motion-planner-testutils_2.13.0-1noble.20250331.202856_amd64.deb Size: 105588 SHA256: 2089a472f7916e0e105cb00dac339480850d723fd7f37132fa4cf05f9b665f3a SHA1: e0677d4b25e4aefe4f5e2c85e87f81b80a1f0472 MD5sum: 933f26f59578b48b4093e18ca8da7978 Description: Helper scripts and functionality to test industrial motion generation Package: ros-rolling-pilz-industrial-motion-planner-testutils-dbgsym Package-Type: ddeb Source: ros-rolling-pilz-industrial-motion-planner-testutils Version: 2.13.0-1noble.20250331.202856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 5521 Depends: ros-rolling-pilz-industrial-motion-planner-testutils (= 2.13.0-1noble.20250331.202856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner-testutils/ros-rolling-pilz-industrial-motion-planner-testutils-dbgsym_2.13.0-1noble.20250331.202856_amd64.deb Size: 5466412 SHA256: 00a907f75ba207c7dcee1a41934173f744a54d73772002dc6d07022e20969f20 SHA1: 7a295222f21e026c8b9540919e5eb195f5ea0f77 MD5sum: 525a9cac4355055652f7f67ed6634f55 Description: debug symbols for ros-rolling-pilz-industrial-motion-planner-testutils Build-Ids: 8f97b7ca1e99d631bd048cb7265b03dbe12cd8a5 Package: ros-rolling-pinocchio Version: 3.4.0-3noble.20250327.090753 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 23249 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.4.0-3noble.20250327.090753_amd64.deb Size: 4155824 SHA256: 2f5d7bd0cff6fc530839077ede8bf401ac4a99b92b02828dc2e6089ca815c087 SHA1: fbcfa905cd64a35601a661946f45091690c25f92 MD5sum: 96dce564b73ca234d652ff82c5088e18 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.4.0-3noble.20250327.090753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 98052 Depends: ros-rolling-pinocchio (= 3.4.0-3noble.20250327.090753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio-dbgsym_3.4.0-3noble.20250327.090753_amd64.deb Size: 83670094 SHA256: 8db9601e6412b5265f30ab0dc23e9b55f3ebe886671fe5b6a17b14bd0c894a59 SHA1: 8530effaf65d21524ebeb5ead15e336473ac718e MD5sum: f19a4c5b6179974bef0e7292a3feea24 Description: debug symbols for ros-rolling-pinocchio Build-Ids: 291ee102d40e69443b8a2df74057bf812c8d899a 7f4b4b370e1d8b1d8bb67e293a38cfb1e22589bf 7fecda45f37592dc7329deb308c5acd1849478c3 b3d94ebbf2798c8537ef6053b57742bf59e53d34 d6348bdf20f5e45801c3329ba305518aab65837f Package: ros-rolling-plotjuggler Version: 3.9.2-1noble.20250331.201234 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 22852 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.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5websockets5 (>= 5.6.0), libqt5widgets5t64 (>= 5.14.1), libqt5x11extras5 (>= 5.6.0), libqt5xml5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libxcb1, libzmq5 (>= 3.2.3+dfsg), ros-rolling-fastcdr, binutils-dev, libboost-all-dev, liblz4-dev, libprotobuf-dev, libprotoc-dev, libqt5opengl5-dev, libqt5svg5-dev, libqt5websockets5-dev, libqt5x11extras5-dev, libzmq3-dev, libzstd-dev, protobuf-compiler, qtbase5-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/facontidavide/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler/ros-rolling-plotjuggler_3.9.2-1noble.20250331.201234_amd64.deb Size: 9445888 SHA256: 9ccff16964f1d03115b9bd89426e0293696fe2bd54fc7be22b46b2132c4f8f44 SHA1: 864b5d1cdd9f94f67275569482809cc83016c1fc MD5sum: 6a7b47cac774983fdc5bebf0be2ffeb6 Description: PlotJuggler: juggle with data Package: ros-rolling-plotjuggler-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler Version: 3.9.2-1noble.20250331.201234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 89645 Depends: ros-rolling-plotjuggler (= 3.9.2-1noble.20250331.201234) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler/ros-rolling-plotjuggler-dbgsym_3.9.2-1noble.20250331.201234_amd64.deb Size: 87991872 SHA256: b6a64af553082b972156c7ddbc3fe69148778a539815aa88e9a02b3b034598b6 SHA1: 5ac474bc78e5a9de27143f14f00afc32ba43a055 MD5sum: 5f2baed83d06b2105874171940d5044e Description: debug symbols for ros-rolling-plotjuggler Build-Ids: 0424ae65e60ea624e0e543116fe264f918f195d7 0bb4d0eb546c230c4f96da24935d1e98ff2a5202 0d2d604d19c3063a108bb48f015e69d18bd33a4b 2970bfdcf948d69a4e5b12e4434fac4487f77666 29ee34bcb6571e0f228f8cf78f3eefa67ed5cd81 2f1834307aa5cb6c28acc1042114dc9ab8de17d9 315123dfed7b9bdccbefffd76054e031a5fc0f1e 441ea571063c6fdea0a21f3062e97cc6ef2c5077 504bda36eea0189c0ee8676af4a008b8a2c4d1ff 592946b9e83d261424a08250fb2573d940cc0b98 5f804219df6fa6fd541dddf66201b1201a01acba 738483d1949099728ff44d0776993fef6532770e a8282d15ecb649e49940f16fac2e118ce7351d62 aea1adbd71579cebb22630327359fd5e41b84621 b4086cb6e9d9adcdd95f868dcd191b357771be17 bb1f65e8764d262236b512a956675eac9887dd57 bd118c34eff18b059b724b61cd7bc45e74a58b4b Package: ros-rolling-plotjuggler-msgs Version: 0.2.3-4noble.20250331.172235 Architecture: amd64 Maintainer: daf Installed-Size: 955 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-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.20250331.172235_amd64.deb Size: 84316 SHA256: f18bef2490370cbbe12f6e388ad89243d56c219de2eb7dc10e5ca9146a531849 SHA1: 4c0b38b3a18b0ce2934b482cbaf8307d1f98d217 MD5sum: 062783feb2b93fa8f280141fbe82dfbf Description: Special Messages for PlotJuggler Package: ros-rolling-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler-msgs Version: 0.2.3-4noble.20250331.172235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 800 Depends: ros-rolling-plotjuggler-msgs (= 0.2.3-4noble.20250331.172235) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs-dbgsym_0.2.3-4noble.20250331.172235_amd64.deb Size: 634270 SHA256: d438c3bcf1da673fb7617f608eecbfe0a76035a0ce6a4c4c3342ff4b773f49ab SHA1: 70cefbee0ac50f0906ec97b276f7844c26593671 MD5sum: f47740afe738f168b2810806f49e36fd Description: debug symbols for ros-rolling-plotjuggler-msgs Build-Ids: 096ffc44b14f4be0fc31644537c3b572b4b6b7e6 0dfc0cba8f253830abcae41b2c48343663abecaf 15fb41c478a9f19a59c649e47bc6710878d84220 5baf05fa11a9177487ad13918ef8a9a69e479c52 6298d8986460805b81aa585b766f66815da852ac 8fe5e247d1d0b350d447dd0934826f59ad1ed374 9a105b38bdca7dbbc196bb777f18e319a62eadc5 9caee34e42afb952a06e8d34605bc18160232b16 a85ded76567170be923b32648de9f37ca49c5872 d75e8bf2bfd60d25ab920ae92c17eb03b1418f07 e2c1048b154ffcef6a7b6fd01b17674e4a117b38 Package: ros-rolling-plotjuggler-ros Version: 2.1.3-1noble.20250331.204339 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 938 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, libqt5svg5-dev, libqt5websockets5-dev, qtbase5-dev, ros-rolling-plotjuggler, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-ros-environment, ros-rolling-rosbag2, ros-rolling-rosbag2-transport, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/facontidavide/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-ros/ros-rolling-plotjuggler-ros_2.1.3-1noble.20250331.204339_amd64.deb Size: 250346 SHA256: a5ccc5ab8ade99455290f5bbb932ebcb80abc89b59f4f849e47032f37ee451f5 SHA1: 508df3a4034aa83f402853b420e152d8f62b2888 MD5sum: 9456c07ccbe7e73bb1e28c94ea23104a Description: PlotJuggler plugin for ROS Package: ros-rolling-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler-ros Version: 2.1.3-1noble.20250331.204339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7295 Depends: ros-rolling-plotjuggler-ros (= 2.1.3-1noble.20250331.204339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-ros/ros-rolling-plotjuggler-ros-dbgsym_2.1.3-1noble.20250331.204339_amd64.deb Size: 7135924 SHA256: ef254b83d9694cd1cd7574ecbac66c91be1d99b3a3b484d8153416df8005b8c5 SHA1: 54fb8cc74f1b8958160b0db5f67d2d6eeeea5e7a MD5sum: aef27e7340fb4caad48dc291303f075d Description: debug symbols for ros-rolling-plotjuggler-ros Build-Ids: 44e17989e560c4b11b9880a445952d2ac44df00d 5eeb38540a22bf7786370591eeb59a44b57eab36 c6505b5515c108508d05152cd38956ef715c7cfb Package: ros-rolling-pluginlib Version: 5.6.0-1noble.20250326.210727 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 139 Depends: ros-rolling-ament-index-cpp, ros-rolling-class-loader, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-tinyxml2-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib_5.6.0-1noble.20250326.210727_amd64.deb Size: 23552 SHA256: 317ea1c0320308d26ada49a05fbca25c44ee14ca79f6aa57a5da3ad7ea9f8486 SHA1: 433923876abf2fbfdcc134d8e93c96600569c403 MD5sum: 3955c5a57c703bf6aa3fef032d09e8c8 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-point-cloud-interfaces Version: 5.0.1-1noble.20250331.171947 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 539 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-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_5.0.1-1noble.20250331.171947_amd64.deb Size: 57002 SHA256: 68b20646a3feff60de29a988724a7799ae8f5a33b495c677045f1e4bff174410 SHA1: 1cf5c9ed2b30a15a647144c2e3d26641fffaa563 MD5sum: 1ca84c3346ccafff037778755f6726db 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: 5.0.1-1noble.20250331.171947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 372 Depends: ros-rolling-point-cloud-interfaces (= 5.0.1-1noble.20250331.171947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces-dbgsym_5.0.1-1noble.20250331.171947_amd64.deb Size: 270056 SHA256: b7dd2e51637e6998caa26f9ae5d669ae49c2ed51937ac7575e4d8903e3f30bd6 SHA1: c7e1e5fe707d45b57bfbe92124329060780fb9a3 MD5sum: 0dca06f73a44c04db68f8d9ce0f332ff Description: debug symbols for ros-rolling-point-cloud-interfaces Build-Ids: 0f34d351b56f0e5881cbfd24761784f6a9998218 1bc18b6e04b02c5606d6811abbb00d78f1754ad0 239c67ceac150f73baa69894595edc9095b56a71 3815dbb85954baa6bad1cb0b58478038a8c9046b 403de5ebfa81d340fff00bccd6318572c62be44c 4ac61885cbc35ad4bf313baebf8a8c023d359a3d 5ad186475290508964d62fdf92d9a4abe73c452d 609d88444cc949dd447e3c98c21afdcefd9e6fa1 6b93768fe7b86ac1f515ac2e4959ea87588e62b7 f764e3bcd6e5daa39ea75bb779ccc28e5018031a f9a3a93d13f556bec130b4b16fbd3f842920274a Package: ros-rolling-point-cloud-msg-wrapper Version: 1.0.7-4noble.20250331.173130 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 90 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.20250331.173130_amd64.deb Size: 14556 SHA256: 7f3b2245f8d87cd3b0de64a03f57608505380fc4f98319c054c0116331fed80a SHA1: d08acb5bd8b32e5f87c099a66a1ad8720cb63dae MD5sum: 90798c85c048a6b8163de997548b4cf4 Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-rolling-point-cloud-transport Version: 5.1.1-1noble.20250331.193652 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 2314 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-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.1.1-1noble.20250331.193652_amd64.deb Size: 337346 SHA256: 3604e0befaaf4a7ae0008ec955c4daf1c0ad47e0afd6119be29175a5bd4be92c SHA1: cc3d7939d362d656c55489ee46ff7a77de3c7dca MD5sum: 848706841dc67f3df3eb24b775341895 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.1.1-1noble.20250331.193652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 8378 Depends: ros-rolling-point-cloud-transport (= 5.1.1-1noble.20250331.193652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport-dbgsym_5.1.1-1noble.20250331.193652_amd64.deb Size: 7760390 SHA256: 2f36b4108182244d4e13c3b08cb38f186f21b8b61c9a9cd445c9c7654a0f87e7 SHA1: 9a35efb8f73232eec1ddd0b00d09a9903091debc MD5sum: 68ffbd1165c1011a582ba4d7f7f3e6ad Description: debug symbols for ros-rolling-point-cloud-transport Build-Ids: 0deaef874f46a2264d299c404ea7d6d2d1fcca8e 70c394dae7c27ea58de8983aaa5890ef37a7f5c0 7971f6e6a1c8dd8d5d3bab9a8d86a5beb6caa59a be10c39bacf92964acc815fd0b4e00dc6108002c f483082eebb3a086e371eda412e7cef1bcca17bd Package: ros-rolling-point-cloud-transport-plugins Version: 5.0.1-1noble.20250331.200727 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 41 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_5.0.1-1noble.20250331.200727_amd64.deb Size: 5456 SHA256: 56bd830d81acf73b6f29d68bc91c4dfb9fb05905c0db87271d8c106b622fe853 SHA1: 744f9fa057b8ae50b90a3d4a2ba2a6c0079da084 MD5sum: 3e78c3c659f6a80d7fedb8e032bb00a8 Description: Metapackage with common point_cloud_transport plugins Package: ros-rolling-point-cloud-transport-py Version: 5.1.1-1noble.20250331.200108 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 448 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-pluginlib, ros-rolling-point-cloud-transport, ros-rolling-pybind11-vendor, 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.1.1-1noble.20250331.200108_amd64.deb Size: 132022 SHA256: a889122b99668d6f359a177662db32042f96ebf88f9c5ce6b554f75b7ba62f4d SHA1: abb203290a81d2455d7a6fe4c0a0a7f2d1b0fab0 MD5sum: 469e2941134c3a762123bc8120aaa81e Description: Python API for point_cloud_transport Package: ros-rolling-point-cloud-transport-tutorial Version: 0.0.2-1noble.20250331.200801 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 826 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-rcpputils, 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.2-1noble.20250331.200801_amd64.deb Size: 708888 SHA256: 4fc31a55fd7bd63bd565405f3ce4f2dbca4a5d99c2175e40f6e9870d08660c2d SHA1: b1c25ac7b3b2001ab33c8c7888c79b2a4a8e4b18 MD5sum: 4697d77b2a0876a8f61cb1796e88bd33 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.2-1noble.20250331.200801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1083 Depends: ros-rolling-point-cloud-transport-tutorial (= 0.0.2-1noble.20250331.200801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-tutorial/ros-rolling-point-cloud-transport-tutorial-dbgsym_0.0.2-1noble.20250331.200801_amd64.deb Size: 1043206 SHA256: 9bbb5d834fcdbec0cc7d42653384595683eff68b58abad42412a1e58856832fc SHA1: ba53d83ff1cc4f6b72d6c3848df55bd4a3381d5c MD5sum: a0cfdbe466f09e89d6181fad7d0bef9b Description: debug symbols for ros-rolling-point-cloud-transport-tutorial Build-Ids: 3f7ef9024858aed949ba256f90fb2e75fae07506 cc093ca0b6b7d05718a1adf2b5b559a29484b024 f02121705571708ffabf513624b7b34f973f72ce Package: ros-rolling-pointcloud-to-laserscan Version: 2.0.2-2noble.20250331.194843 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1504 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.0.2-2noble.20250331.194843_amd64.deb Size: 267642 SHA256: 7e87afe5f9a4612bb3e0ef8a9cddcbb82366b4ec2c77cbe633c3f2c940528113 SHA1: 676001baa9531ddb5445d23a4884e0acea61052e MD5sum: 5e20f5bc67c0bd4846a39f3b3676bb56 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.0.2-2noble.20250331.194843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8435 Depends: ros-rolling-pointcloud-to-laserscan (= 2.0.2-2noble.20250331.194843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pointcloud-to-laserscan/ros-rolling-pointcloud-to-laserscan-dbgsym_2.0.2-2noble.20250331.194843_amd64.deb Size: 7278840 SHA256: e2c75cac11f0ac1e28dcc98f33445f4e54b755c4e50a92c287859868f968e705 SHA1: 46ece8678625806a0e23fefc90c09e6d632d926d MD5sum: f31de74c0bbf6f1d5641388306714f31 Description: debug symbols for ros-rolling-pointcloud-to-laserscan Build-Ids: 3ddf79ee0506194807b3db50de4f6bb386ae88fb b820f6c44e945022d706bde625259d5a4784908c d15f85d5f2dc1a82fc4f0fa2255794236952eb2e d3e4d2ef52e5121114bd9cba029a99d87b7761e9 f16c5ad4cc59d205e3e1a6df0cef78a27ae297f0 Package: ros-rolling-polygon-msgs Version: 1.1.0-1noble.20250331.172250 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1235 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.1.0-1noble.20250331.172250_amd64.deb Size: 96424 SHA256: 9e86cb65c60dd9373548a6325154d50a7da67512a1da3248d6ecdb4766967a9b SHA1: 3aba938d4752bdcccfdf93b5f2d2a4b92f78971f MD5sum: d362afd6d12ede6316e56beeff98f2ad 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.1.0-1noble.20250331.172250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1079 Depends: ros-rolling-polygon-msgs (= 1.1.0-1noble.20250331.172250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs-dbgsym_1.1.0-1noble.20250331.172250_amd64.deb Size: 879550 SHA256: 8101bf4834d65e5d295473e53889478886c3234570696b293a89bbdbb76e00cb SHA1: 5fbc6c0c605b231f844fcbc0b19ed4b350e6d7ee MD5sum: 71bad4d7a4b64d2a11c4ed725bf96cfd Description: debug symbols for ros-rolling-polygon-msgs Build-Ids: 0fb8fc331a98819a756e0eb9e23cc683dc450aa2 11156493adb3658a08fa00899c53be64380d2302 3578d63c4878fb1b555a13daac19882ec1645b0a 62f5bd305fe37d079a5aa6ef1391acd5bea27667 7e5a8abe9880c54b149f9444f342387075d8af9d 829dfac3a55bcd568ec02dfaa8ed769ab9d2ea82 8f9d54009434e66fa8e5a0e02c58a07719d5d055 a909edcd4d0c85ab1effd84cc6419775bd713f13 bebc5c5a851e345e65efaef7b763a38550642d0a d65897f44e4002d2649b0102d1eb1e79ef4592ef e72e05d0e9666033c589d47cb234339adfcd5fc5 Package: ros-rolling-polygon-utils Version: 1.1.0-1noble.20250331.173018 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 151 Depends: 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.1.0-1noble.20250331.173018_amd64.deb Size: 31854 SHA256: e95e93d5c998748d72d1aba74d0cfc45acd8bceae8bd0f0a125141472ebf3563 SHA1: 7f9f7526816ab61600ca32b8d34eff44526d8ad2 MD5sum: 2ce9cced34ee61476f95ff191a5146a2 Description: Utilities for working with polygons, including triangulation Package: ros-rolling-pose-broadcaster Version: 4.22.0-1noble.20250331.195740 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 342 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_4.22.0-1noble.20250331.195740_amd64.deb Size: 94706 SHA256: 18c2caed0eaad0bde7995568568394d55f639b861134a1746be84aa836e4645b SHA1: 2cbf4f8347309c3c13a4b2f7ce0591858bec67b7 MD5sum: 557a34316f3392f48e7907cb780b038d Description: Broadcaster to publish cartesian states. Package: ros-rolling-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-pose-broadcaster Version: 4.22.0-1noble.20250331.195740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1454 Depends: ros-rolling-pose-broadcaster (= 4.22.0-1noble.20250331.195740) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster-dbgsym_4.22.0-1noble.20250331.195740_amd64.deb Size: 1345032 SHA256: fe403f263e10bb1b5ba3de96bdc1410940a84d1f469ef820fe130942f7b55339 SHA1: 1cb8d5d949ecff25138edd5a81d74d7c4bd2198d MD5sum: 3a75b1c91c423c01aced3ac25220b4fe Description: debug symbols for ros-rolling-pose-broadcaster Build-Ids: 4c8eac7062b7f7a46d190194f0efe0effe531065 Package: ros-rolling-pose-cov-ops Version: 0.3.13-1noble.20250331.211919 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 93 Depends: libc6 (>= 2.4), ros-rolling-mrpt-libposes, ros-rolling-mrpt-libros-bridge, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, 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.3.13-1noble.20250331.211919_amd64.deb Size: 15190 SHA256: cbd62e462a97074b79f277f9c8fceb657442660bb371a0d87071fd22f62565b3 SHA1: eda3b338d949b3af95772621d86a8e3a3bc9bac1 MD5sum: 7ad2e6f23421bba5d0300f4bf7cf1e78 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.3.13-1noble.20250331.211919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 Depends: ros-rolling-pose-cov-ops (= 0.3.13-1noble.20250331.211919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops-dbgsym_0.3.13-1noble.20250331.211919_amd64.deb Size: 125708 SHA256: 4bbe745cf44ff0da647a8e58b56aa09e47bf155f6e52526b8600270c3e59866c SHA1: f40e030aa30810a5a062bd83f26f056245f010e4 MD5sum: 1e7efbb2aaf8c5fc18aae6cd636a8313 Description: debug symbols for ros-rolling-pose-cov-ops Build-Ids: 575c1f6277358975787847237666e92a8d8e71ae Package: ros-rolling-position-controllers Version: 4.22.0-1noble.20250331.200948 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-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_4.22.0-1noble.20250331.200948_amd64.deb Size: 22134 SHA256: f35d29053ce2f04390110d71ab0b037ec331be2dec43cdd6ac3c56612691ffb5 SHA1: c30b33a61f5d094ce66c04cc55938387c98c2c77 MD5sum: 5ef64776a36dbabdc9cfe2dcead58dcd Description: Generic position controller for forwarding position commands. Package: ros-rolling-position-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-position-controllers Version: 4.22.0-1noble.20250331.200948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 360 Depends: ros-rolling-position-controllers (= 4.22.0-1noble.20250331.200948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-position-controllers/ros-rolling-position-controllers-dbgsym_4.22.0-1noble.20250331.200948_amd64.deb Size: 342652 SHA256: 7936e35f4475cd3c0c58f0b4d19e4098f348653d9815cbcb0162eec9a484f444 SHA1: 3cdc593f009782446a4cddc672bc18561040d88d MD5sum: 475bc8e4e3a54937d1716a38e3b32fce Description: debug symbols for ros-rolling-position-controllers Build-Ids: daae55be5aecbfe28c4e23a1e82b36a70d81d47c Package: ros-rolling-proxsuite Version: 0.6.5-1noble.20250318.170051 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.20250318.170051_amd64.deb Size: 153948 SHA256: 5fdc338514fb1d78a5029aaa8444f00f4b04e10863bded151b1bf80a8bed0463 SHA1: 4df5968c01786dda0fd9682c71e7270f593ddf71 MD5sum: 38cc48e4c103e006d792c96ddaac31af Description: The Advanced Proximal Optimization Toolbox Package: ros-rolling-py-binding-tools Version: 2.0.1-1noble.20250331.180719 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 378 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-pybind11-vendor, 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.0.1-1noble.20250331.180719_amd64.deb Size: 113228 SHA256: b48a154336431c0ef7554552d44ad223eacfff7a6b70457677a355fb412ce818 SHA1: 59e5212a4bff66a3d6b40667a77c8e7914a60326 MD5sum: 3637eabc28993c2313f893ea918706c0 Description: Python binding tools for C++ Package: ros-rolling-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-rolling-py-binding-tools Version: 2.0.1-1noble.20250331.180719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 876 Depends: ros-rolling-py-binding-tools (= 2.0.1-1noble.20250331.180719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools-dbgsym_2.0.1-1noble.20250331.180719_amd64.deb Size: 844508 SHA256: edb25ec8f453424c55edf4ec166e247ab09daf20873e16028df300ae1eba0579 SHA1: 2fc71a0772cad8971b0bbbbbf54b2980ca5058d1 MD5sum: 23cbfef8659ed75220ad2707708f4659 Description: debug symbols for ros-rolling-py-binding-tools Build-Ids: 3eb73e274fed4ad8921941fa02adc09f6431bb50 Package: ros-rolling-py-trees Version: 2.3.0-1noble.20250318.170040 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 951 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.3.0-1noble.20250318.170040_amd64.deb Size: 167268 SHA256: 59b338ec57086cc3b6253d19ecd288c9eaf14b839403d17d0deae4f95a99bc41 SHA1: 1ea8804411170df92c86bc369bca5fa17ca2e0a2 MD5sum: 2e8963da1f468c75750b688eb65015ed Description: Pythonic implementation of behaviour trees. Package: ros-rolling-py-trees-js Version: 0.6.6-1noble.20250318.170035 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.20250318.170035_amd64.deb Size: 1177010 SHA256: f89cf211950639c3eb7c1b8fcad5e3f5523264351828f9709b9ec79c42db19ed SHA1: ca3705c27f7c8b403b07add379646f3cd17437cd MD5sum: ca25aa035b37c1e07bc4da9625c7cb14 Description: Javascript library for visualising behaviour trees. Package: ros-rolling-py-trees-ros Version: 2.3.0-1noble.20250331.180158 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 521 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.3.0-1noble.20250331.180158_amd64.deb Size: 102506 SHA256: 0b51fbdaccd0026b0662d8b3c354365b45efaf2c40ce5214837cb3fa8c4c0615 SHA1: 21ff4eed8d974ee910aec0c1d19c125b65030397 MD5sum: c5498699ff6d640d1541b25ec6a0c598 Description: ROS2 extensions and behaviours for py_trees. Package: ros-rolling-py-trees-ros-interfaces Version: 2.1.1-1noble.20250331.171316 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 9643 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171316_amd64.deb Size: 561502 SHA256: a377c875df6b0344b0be9d717663b6e45ae8f9b3ac0f78082191b4c853b9525e SHA1: 4eac5e33cd2d0c357d64dfe4e7421d4944213cc5 MD5sum: 28bbb9fbd8093c78b8b4018d7499b963 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.20250331.171316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 6456 Depends: ros-rolling-py-trees-ros-interfaces (= 2.1.1-1noble.20250331.171316) 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.20250331.171316_amd64.deb Size: 4924806 SHA256: bb23dcfb37478ab20440a1a4987e27bb65e6b927e04e0a7441e3b942654010a8 SHA1: 2610da364ad487792314393a8db28fc0f25efc13 MD5sum: 6399a4afa3e21c317f4553a134212003 Description: debug symbols for ros-rolling-py-trees-ros-interfaces Build-Ids: 15ebd1a2b35b4faecdc6e963168348662e518236 26ca0f1fd92a07b0df0c754a983445ea318c4784 26e9a155a187e862957263ea40bed108d1de3058 35be1ddf447894860f7b899138e32a3e351d87e9 3f7500be30b44cda4d734611e26d96f8b69e8bbb 4a22d36082e82fa1bfcd3ed5a6bc45db4e721e3c 544934fb5529cc4b2f8d78c132d0fea6e297df8a 9c0b86a5ea53ecb63557649256843ac722a872bf a929be09ce7d81746faae390de432d2119835170 bba78e8c5daf37e21cac63ef0d9c9a4ff23a130e e320041c974a3fcaf943128706ab4ae8dce7477d Package: ros-rolling-py-trees-ros-tutorials Version: 2.3.0-1noble.20250331.180415 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.3.0-1noble.20250331.180415_amd64.deb Size: 91846 SHA256: c277125e6d4be9b212abbf2bc3dc8a0f1961988b8ea0fa0ebc20bdb5a0958242 SHA1: 34cd2f5c40d7ff6ef057a20b18c7d90e9d245d49 MD5sum: 74af07713e28c8c8d3c4152a518631ba Description: Tutorials for py_trees on ROS2. Package: ros-rolling-py-trees-ros-viewer Version: 0.2.5-1noble.20250331.175503 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.20250331.175503_amd64.deb Size: 64284 SHA256: cd585e74cde21b4845ae1b6a540417ce3985733aed5daa6c8bba77f330118852 SHA1: 06e46f066bbef892bfc5662116068d089e5836b6 MD5sum: 95a89a7b49a9049cad96717a9fb90378 Description: A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem. Package: ros-rolling-pybind11-json-vendor Version: 0.5.0-1noble.20250326.141537 Architecture: amd64 Maintainer: Yadunund Installed-Size: 72 Depends: nlohmann-json3-dev, ros-rolling-pybind11-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pybind11-json-vendor/ros-rolling-pybind11-json-vendor_0.5.0-1noble.20250326.141537_amd64.deb Size: 9976 SHA256: 43321838f1657ae0bfaec9a0bd90f9af935eab1fcccc242f4fb54df839e4eb38 SHA1: 7d83ef95a75517bf2951b7b51f1a936904e9a040 MD5sum: 68a145319911197b735a3afae9527403 Description: A vendor package for pybind11_json for Modern C++ Package: ros-rolling-pybind11-vendor Version: 3.2.0-1noble.20250326.141308 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 43 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.2.0-1noble.20250326.141308_amd64.deb Size: 6308 SHA256: c9d3cd29ce471048d4b70094b24947458649dbc958b566405a296abce5d47292 SHA1: 14d26fecdf3d82763e9bfc1b0efd6ad0fa120131 MD5sum: c1ab32a4cc7b0c41651fba4befc34dba Description: Wrapper around pybind11. Package: ros-rolling-python-cmake-module Version: 0.12.0-1noble.20250326.141847 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 48 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.20250326.141847_amd64.deb Size: 7450 SHA256: 9df615d00e86452bacdb91a25485b02437528b8722d25fb867b4b975e5103237 SHA1: a2f8ccff49a58ac35fb2217b83d2c139f56fca7c MD5sum: fe5426f7e2e9b60b2e1ef938fda81dae Description: Provide CMake module with extra functionality for Python. Package: ros-rolling-python-mrpt Version: 2.14.7-1noble.20250331.214846 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 30133 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-python-mrpt/ros-rolling-python-mrpt_2.14.7-1noble.20250331.214846_amd64.deb Size: 6072770 SHA256: 6361f64aee4ea058edf3e9e41502b0ce4e5af8a882ed558e65d3103e35d04c4f SHA1: 26e9e570cda8ef40d8a00e68598b4dfe11b206d4 MD5sum: 35428bd6197a1eda1d29c2395552b69e Description: Python wrapper for Mobile Robot Programming Toolkit (MRPT) libraries Package: ros-rolling-python-orocos-kdl-vendor Version: 0.7.0-1noble.20250326.141716 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 42 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.7.0-1noble.20250326.141716_amd64.deb Size: 5880 SHA256: dedbe228134bc4beb8f184cfc8fcfa700ed238519cb6b9de3fc4adcc3af8585d SHA1: e15c122a71d4771cffc58d3601180067c5bc5493 MD5sum: ac4c76d6f9dec59a9ecf64168c04b911 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.3.1-1noble.20250326.141848 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-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.3.1-1noble.20250326.141848_amd64.deb Size: 17188 SHA256: 1ce7b19a988cf505193a7a0bf0ebaa80d2866a6e0fe25b2f170b217454936159 SHA1: 0996790da083318718cd42059fca3543ce36c686 MD5sum: bd0686880100db2627f02ddbd5d17142 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: 2.25.2-2noble.20250331.200957 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1767 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5core5a, 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_2.25.2-2noble.20250331.200957_amd64.deb Size: 431758 SHA256: 73e61becdb128e2663d4dd0ae6008f72979ad51be01505cdb1bbbf01cd05159a SHA1: 1aacaa33d6bcfdf671053fa8bc1b6d2823b7cd9a MD5sum: 001516907b994cb28400849921a86915 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: 2.25.2-2noble.20250331.200957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 10262 Depends: ros-rolling-qml-ros2-plugin (= 2.25.2-2noble.20250331.200957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml-ros2-plugin/ros-rolling-qml-ros2-plugin-dbgsym_2.25.2-2noble.20250331.200957_amd64.deb Size: 9533526 SHA256: 988ca1042c60cd0c0ac52ee29e2452bc591a6457ec4f26578068d3b95f71edfe SHA1: 8f2990875e93c4da8dd4de6240540be852726b97 MD5sum: ac680be25714fa4dc7bac02e4bcff6e5 Description: debug symbols for ros-rolling-qml-ros2-plugin Build-Ids: 6c5af68e766349a7c08074fd1502e5fb6afd50d9 Package: ros-rolling-qt-dotgraph Version: 2.9.0-1noble.20250326.142052 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-dotgraph/ros-rolling-qt-dotgraph_2.9.0-1noble.20250326.142052_amd64.deb Size: 28068 SHA256: dd0422cb76e8450fb3ab9f4a7bf333203588412237f29f1b2ecaef8c8885b0f7 SHA1: 9812fb4df272cc9d7052dbe55b5cbff9135a3914 MD5sum: 6d01fd51e237e0c94730af87275187b9 Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-rolling-qt-gui Version: 2.9.0-1noble.20250326.142054 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 358 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.9.0-1noble.20250326.142054_amd64.deb Size: 53410 SHA256: 3d8433b9fa5d233971d361e853ae27456ccd7cbca927e8695e5222e550994d03 SHA1: ea7e7aadeff29d7f32d57d0ff0b8e38a6fc650b0 MD5sum: 0c1e6c69a61542936c5b31d6ea05a2b4 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.9.0-1noble.20250326.142300 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 44 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.9.0-1noble.20250326.142300_amd64.deb Size: 5786 SHA256: 80a9a2fbabb78eb2eef4152bd89d2029fcb7ea831690d133489b7351a39f44db SHA1: e6bca8209a3cc14ec715ef34c0581ed634f0a592 MD5sum: 9f49fdccb01941dea9f46af46dc769c1 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.9.0-1noble.20250326.211410 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 41 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: http://ros.org/wiki/qt_gui_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-core/ros-rolling-qt-gui-core_2.9.0-1noble.20250326.211410_amd64.deb Size: 5588 SHA256: f348ac0785a4b0594ac2ec6a695e16f34f9cdc0d95c115e6caff17a6f10083af SHA1: f6450f38a25b5036d9458c12f586976ee7ae15eb MD5sum: abcf7f336e8cba09f60018e6c4254733 Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-rolling-qt-gui-cpp Version: 2.9.0-1noble.20250326.210836 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-rolling-pluginlib (>= 1.9.23), ros-rolling-qt-gui (>= 0.3.0), ros-rolling-tinyxml2-vendor, 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.9.0-1noble.20250326.210836_amd64.deb Size: 346348 SHA256: 533e089faab59f7d6af686b161f321ec89904e01a78e206471d8ff767a283d61 SHA1: 999950f9c9d79a9e366fec96f15fd584e94fbd87 MD5sum: 87ec0d6a8a3cb3c8ea13aafd129e1a9b 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.9.0-1noble.20250326.210836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9733 Depends: ros-rolling-qt-gui-cpp (= 2.9.0-1noble.20250326.210836) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp-dbgsym_2.9.0-1noble.20250326.210836_amd64.deb Size: 9382510 SHA256: 1ff6073824b37d12bf5e45de79a63c90c97ea132162295a0bd50cf482643a8cf SHA1: 92058c24c216173cb1fd40c8db196fcb5cf4acad MD5sum: 5be6933321a74fc72059793ad406cd8d Description: debug symbols for ros-rolling-qt-gui-cpp Build-Ids: 02b53230af7b1b782049c5284f892fbcb3b63952 16d754b4fc14169541e0e58459baf39d5e257ff7 1ccdde0e1b4f2affd95777df714874ff7de2e036 Package: ros-rolling-qt-gui-py-common Version: 2.9.0-1noble.20250326.142054 Architecture: amd64 Maintainer: Dorian Scholz Installed-Size: 78 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.9.0-1noble.20250326.142054_amd64.deb Size: 11016 SHA256: 7aa6e91a34effa5292aa47740fd8d6f54536192b401bea1da7efa2e7f7ab40e4 SHA1: c22e9c29ba1a4eac31004dcae6ef2f7a59545022 MD5sum: 59fbe30e21c07b0fdf0c972ac476949d Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-rolling-quality-of-service-demo-cpp Version: 0.35.1-1noble.20250331.193840 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-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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-cpp/ros-rolling-quality-of-service-demo-cpp_0.35.1-1noble.20250331.193840_amd64.deb Size: 433094 SHA256: b6b2ae784836fe57e007d331ac63557802546c7729d72ec48db9975c0ac4aaf9 SHA1: f8147a221cff63e455765f36a25df30c02bea2c4 MD5sum: 6eae0673232f42da0a9dea956bf3e84c 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.35.1-1noble.20250331.193840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19584 Depends: ros-rolling-quality-of-service-demo-cpp (= 0.35.1-1noble.20250331.193840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-cpp/ros-rolling-quality-of-service-demo-cpp-dbgsym_0.35.1-1noble.20250331.193840_amd64.deb Size: 16280920 SHA256: 034f4646e33f9cfa64b7b2e8afcaeb46568ed84088b085d61b29ec007abffb1c SHA1: dffc714801d586ae9477bee5e48f4cf79622427b MD5sum: 2c5ee552f4dd130bde567249ac412ab8 Description: debug symbols for ros-rolling-quality-of-service-demo-cpp Build-Ids: 48e8b49228f32a8cb02d24de2508305ea162d11d 634123797d83aaa701ef65256ffc161daf313b04 686b9ba5582d169fc9f63b1616d7fc792f12d695 700a13c081de80b2a217d4b0604ec8bab90d58bc 7ec3b971d33e1539a3bfc10deada627321590cf0 868d07e0adb58aa29dbeb7b8cb19444e3448d855 9c993e92e8caec8b05d573f23a7d3a9cba39d8ce 9d0db220104e1b3e7680fabcdb7fe79c9708af0f 9f8758951b6a0b114063ae814f5957d2f020a775 a8dfa2d2008468f2502d662a0bb57c2dbdae241b d2868ae3bcb288253dd76273b64e923b79c53302 d2f45e4048a26d84d44429a85170dd890c8d2080 Package: ros-rolling-quality-of-service-demo-py Version: 0.35.1-1noble.20250331.175335 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 114 Depends: ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-py/ros-rolling-quality-of-service-demo-py_0.35.1-1noble.20250331.175335_amd64.deb Size: 20824 SHA256: 1daa6fc098ada8322cd8fc32162d5a5201c05b57042ca60fc436971deadcd6f6 SHA1: b9ce1b530137852ca81321643c0ebbaa446439f3 MD5sum: 9cfb6bec66846f323c23d12671e10ba9 Description: Python Demo applications for Quality of Service features Package: ros-rolling-quaternion-operation Version: 0.0.7-4noble.20250331.194639 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 118 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libeigen3-dev, ros-rolling-ament-cmake-auto, 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-quaternion-operation/ros-rolling-quaternion-operation_0.0.7-4noble.20250331.194639_amd64.deb Size: 23174 SHA256: 8f5e09ccf7f9696d23f226934adcc4fb98be43584466b770e3dbab4f7e3d0e9c SHA1: 792d1e8116b0a7bd7aa64f835af4db02c845adda MD5sum: 5445af4ed63dd2d640c378e334f2d418 Description: The quaternion_operation package Package: ros-rolling-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-rolling-quaternion-operation Version: 0.0.7-4noble.20250331.194639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-rolling-quaternion-operation (= 0.0.7-4noble.20250331.194639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quaternion-operation/ros-rolling-quaternion-operation-dbgsym_0.0.7-4noble.20250331.194639_amd64.deb Size: 5038 SHA256: 73288de66edb285c465f7ba66004ae36a4bbdd49c23ad110225b3d0866014e89 SHA1: 3054202b9dd321772d5a7f2cdc5b2b667279ae70 MD5sum: 3c885287101bf430144d62d54df470d3 Description: debug symbols for ros-rolling-quaternion-operation Build-Ids: 66a828d1cfef543007e43aa00901a004a1100a64 Package: ros-rolling-r2r-spl-7 Version: 3.0.1-3noble.20250331.175433 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.20250331.175433_amd64.deb Size: 6590 SHA256: d97a1b0017413c60972a7dab211841d132bb4b6a84c1c827b5aef013e03bcbb7 SHA1: 3f6b0ab01b3f9cc74da98e4f0fe9ca91a3c191ef MD5sum: 1b09b065a0bb6a8665b6cd3aa52a4d9d Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-rolling-radar-msgs Version: 0.2.2-3noble.20250331.171038 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 916 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-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.20250331.171038_amd64.deb Size: 81746 SHA256: f9737f3fc7bdde12f9db26f0c65c79410d94ea1c9c7037440d120bbfaff8f94f SHA1: a263d1b2b06e8d591578238341edfb39194091ff MD5sum: a1206af9ac301c120a43f557344ccf87 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.20250331.171038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 677 Depends: ros-rolling-radar-msgs (= 0.2.2-3noble.20250331.171038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs-dbgsym_0.2.2-3noble.20250331.171038_amd64.deb Size: 531276 SHA256: 7cf16823ed0946d1e51de858192787dfba0b5835ccca44e0a6e0c09d60b91085 SHA1: 0c851600dfa8d16bdf9c3efbf808e2af4957b1cb MD5sum: 6bd03b40e7d389ff200a2b6ee169d36f Description: debug symbols for ros-rolling-radar-msgs Build-Ids: 0cc89e425685d28341aa66e3e18c6c05b8defb7a 0f01bafe0beb3efff6f625501d5a7af0b6f18343 12d438aae8bd72c5c12a4de22616635cf30d4f64 2b293dcd27f534bd369828333e46bee0d69b28f5 43de9b9f41e6a16d740d901a30b8be1f2f846521 47285a64a7122d3f9caf0dd8e311a9c0a2332540 8f41d1e07c971e0632394df0ff92d0da85710dc9 9abc392412d49ec3c2914115b5f0c163eda66304 bc9d9fce406c1d49a2a2407f4eef01c6b4bcfd49 c155255d26135d1367cd0917fe8de296bfbdbac2 e34cf299b22e7209616182fbc1e99f78c5e18059 Package: ros-rolling-random-numbers Version: 2.0.1-4noble.20250326.141900 Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 117 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.1-4noble.20250326.141900_amd64.deb Size: 25408 SHA256: cd1db20dc821b06c180d1053b629b3d67a8a72f83e07551e05bcc9efcb0027aa SHA1: 5eb09eeefe8cd0eeacfb3895477029964dff14fd MD5sum: 0dbf187131ec735e5a51005482c1e88f 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.1-4noble.20250326.141900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 163 Depends: ros-rolling-random-numbers (= 2.0.1-4noble.20250326.141900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers-dbgsym_2.0.1-4noble.20250326.141900_amd64.deb Size: 134166 SHA256: 93758c161d2451b66ca0fbff4447b0466e0bc454c38ca8b04716c1c30b0d0a19 SHA1: ae86e60892e18af17201ba475638c4e017ccba64 MD5sum: 780ff209dbf9fa64feb7cf7effff5b14 Description: debug symbols for ros-rolling-random-numbers Build-Ids: cfc36266ee20ef35505f774d48bf7fa7ae4f32e2 Package: ros-rolling-range-sensor-broadcaster Version: 4.22.0-1noble.20250331.200035 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 279 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_4.22.0-1noble.20250331.200035_amd64.deb Size: 76844 SHA256: ad24e846513b86dde2ba4bb077e5188d840d99470a48d07daa2b916aecf4ffe4 SHA1: 4d03e76c063cb31ae1e8af9b3e45b9db2258632c MD5sum: 18803cbb80fe901561ea08c3da356a10 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: 4.22.0-1noble.20250331.200035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1083 Depends: ros-rolling-range-sensor-broadcaster (= 4.22.0-1noble.20250331.200035) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster-dbgsym_4.22.0-1noble.20250331.200035_amd64.deb Size: 1012322 SHA256: 725c9e41e5b4668731c006814c7a06f8b5db768bb1d41b3efce13267e05b35fb SHA1: f88b8c6a7d4beb363a77dd14a560dc790df67d37 MD5sum: 909f59304d7ece9d9c025df9dfc70969 Description: debug symbols for ros-rolling-range-sensor-broadcaster Build-Ids: a3e1f4b2040fb9685336f8c267b4c40832b2301e Package: ros-rolling-raspimouse Version: 2.0.0-1noble.20250331.194011 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1263 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-lifecycle-msgs, ros-rolling-nav-msgs, ros-rolling-raspimouse-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-std-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-raspimouse/ros-rolling-raspimouse_2.0.0-1noble.20250331.194011_amd64.deb Size: 216098 SHA256: f3ec000e788fede98c689d554a8351412fcf227bb28dfcc0dc21b790be2bab00 SHA1: 69cbf808f913e6e2c2b8c4abf8f9019fa50182b8 MD5sum: ae4cf425b4501fd5fbe3e21abdef3be4 Description: RaspiMouse ROS 2 node Package: ros-rolling-raspimouse-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse Version: 2.0.0-1noble.20250331.194011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5429 Depends: ros-rolling-raspimouse (= 2.0.0-1noble.20250331.194011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse/ros-rolling-raspimouse-dbgsym_2.0.0-1noble.20250331.194011_amd64.deb Size: 4499912 SHA256: 99fb6256ae577af4fd305be6f686b76855eb1e87d89030dc2a1176d5018d05fd SHA1: 584f12077b1c9bc146283374fa91c8e33f152e7d MD5sum: b902617052481e4a2664a0906ac08023 Description: debug symbols for ros-rolling-raspimouse Build-Ids: cfde179f68c7b8ca41f1b492dd522f861987c37e e2aedb99b72c4d30147738ffa7b557a82b471f2a Package: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20250331.172305 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 635 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.20250331.172305_amd64.deb Size: 52700 SHA256: e95639c636652b37ec0cc57e213ba4f2b4a784ac24b648504cd1ec40226c489e SHA1: 6ccede066b1b431562fa0396ca42e6ec69dbc585 MD5sum: 1e08117c4bc628696bdce3aaad6a6cd3 Description: RaspiMouse messages Package: ros-rolling-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20250331.172305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 433 Depends: ros-rolling-raspimouse-msgs (= 2.0.0-1noble.20250331.172305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs-dbgsym_2.0.0-1noble.20250331.172305_amd64.deb Size: 317038 SHA256: f2fc56a1e148973d0b214db0819419fdf711fff6bc8387ab39d81dabdcf15cf4 SHA1: 176013de1682e18b522db38d015dac91242c58a1 MD5sum: 153f304d27328cb4fae556390269a941 Description: debug symbols for ros-rolling-raspimouse-msgs Build-Ids: 1d1c82ddb03548f6c3f66676d3421984fe8ed149 2b0719f9e3d9f7bbd0a54ead3a4daf378d795e32 55662545f5904fa6e8d53a7a915d8cfd95e39b78 832d8cbae4689c68f7f40f62142a2db6683b4164 89f262dfd938cd1a193bb17ac256db9b56746827 b2934a732a8533832df995cc43d09dbd03783e56 cd38840a1d5b88ae02fa3ba0f55e2f2bfefbdb98 d4325daac6b29d30358df8ca0ca06d68cd0d5dd1 ea42369f6e17772e01d20b07dff9dbf4270eb75a ec4d73e5e4d84c3435aa448095213026bacda43d f5abedd87be05a13aaf87dde96786afb6d24c783 Package: ros-rolling-rc-common-msgs Version: 0.5.3-5noble.20250331.172343 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1207 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.20250331.172343_amd64.deb Size: 106722 SHA256: 5a7faa26fd51456c40144712b716119631d082b5c05413da1ef48c42561af70f SHA1: 7d6822f8314ce48021e3e3eb4cc142875f5b3589 MD5sum: 6e3a8441be594d011649e25ee70e2fb0 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.20250331.172343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 955 Depends: ros-rolling-rc-common-msgs (= 0.5.3-5noble.20250331.172343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs-dbgsym_0.5.3-5noble.20250331.172343_amd64.deb Size: 755762 SHA256: 286752b2836a5122efbc70f2b737685a5d3b4d5d7b5eb2dce618d328b752c470 SHA1: beb19114c7918255c019b9c19d5e8912838b3582 MD5sum: 38d2029c067763f20f429784f0a36184 Description: debug symbols for ros-rolling-rc-common-msgs Build-Ids: 043125f7dd98a16a79d6593fe35bae958835c1a7 218bb470072d2ad40076aa7e60ecdb5368fe0c02 5a5df75c8fe722dd7b26a7c752335b82db86838f 713a2cc2bd39185dc54e5b7631ba8446df575873 81962d3bfe0e21417dd8e12566eafe5333c41ac5 82fe8dcc7a6462e722f014fdedaede8d377c9938 8b11fdb2a8360b3b03db2f3b1a84121a1a52bfaf 9692958580c83e3ec37ec479a015974825a1f9f3 c5adcfeee2de69aff2a339ea6e279ecfbe911828 d2694b0658b68d447f48e600731ae7e0354c8b59 f5c4d344a0b02dccd0dd2c5c4c2ef20204ae62ce Package: ros-rolling-rc-dynamics-api Version: 0.10.5-1noble.20250318.170052 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.20250318.170052_amd64.deb Size: 276290 SHA256: 6b1b23b8043125b1591236a861a4381237a35623d3de34297a048290e7f58e18 SHA1: fa1fa2472b35dfc807ddf489f4968ded614533b6 MD5sum: e75dae2005a6a94d5180e39a094a93c2 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.20250318.170052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 6091 Depends: ros-rolling-rc-dynamics-api (= 0.10.5-1noble.20250318.170052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-dynamics-api/ros-rolling-rc-dynamics-api-dbgsym_0.10.5-1noble.20250318.170052_amd64.deb Size: 5837702 SHA256: e391b93dd52ed8321a59b98d2d2804caea1cc87a3d537fa50a353e914a77d433 SHA1: 52936329c1d189f9f422d8a1aea0a171fe43fcd7 MD5sum: f32ed7be1d69ba49aa50dab35b8c0118 Description: debug symbols for ros-rolling-rc-dynamics-api Build-Ids: 3b888558238ed1aabc58fc90c956946153df37b1 590ef9018903a7141dfd83ace3d6ee1ba90c3b74 Package: ros-rolling-rc-genicam-api Version: 2.6.5-1noble.20250318.170050 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15441 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.6.5-1noble.20250318.170050_amd64.deb Size: 3045386 SHA256: 00b943c6727742393d3a14af9d62c4320593b2b3f9740c53def712684ee80482 SHA1: 4fb85e4c0f30e97faed19b21112a9aa16aecd0b4 MD5sum: f3e2bef1674596204c70da78eb8f5ba8 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.6.5-1noble.20250318.170050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5447 Depends: ros-rolling-rc-genicam-api (= 2.6.5-1noble.20250318.170050) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api-dbgsym_2.6.5-1noble.20250318.170050_amd64.deb Size: 5144462 SHA256: 13be5a1efee69682a8dbe185ca4c55e278e941cc5a1ca9345d90581162c26d96 SHA1: 7e9e4117a307a68d69567dc9b7373a496017c66e MD5sum: 3b1a272bc76ba552c2879a721a6270b8 Description: debug symbols for ros-rolling-rc-genicam-api Build-Ids: 37e71c6c55f721860716defc8fa4965c75b4de42 68ccd7769c3da1652c2012985b94c61e060dbec9 88f7c5d9dbfafb6dc9dde2a0b8006480f4112986 c338c7e3ca5fc33fb36a1cc1b63f3f90a00410f4 cb3c88be0817ebffee53fca4082321f8a33677a2 f4e31f0682558380dfee95ea520206a8858ebe6f Package: ros-rolling-rc-reason-clients Version: 0.4.0-2noble.20250331.185524 Architecture: amd64 Maintainer: ruess Installed-Size: 215 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.4.0-2noble.20250331.185524_amd64.deb Size: 41074 SHA256: aed406b7c8c30fc4b9e0885fb703163db9f757c105bd37a4e06a4c93f76adbce SHA1: 9b9d2e3e598845ae0587741e92db98c4a11493e9 MD5sum: 0a1e0b52b07928a7aee1797f944fcb74 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-rolling-rc-reason-msgs Version: 0.4.0-2noble.20250331.172629 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 14788 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.4.0-2noble.20250331.172629_amd64.deb Size: 895462 SHA256: c9792a5a1d9d2a578434b283c5e31145b07862e15a851d60e8dc6fd1a3dfcbc5 SHA1: a86b84e039033440c605805c263a3a36e8364c25 MD5sum: d66ec60cd85dc23ec7eaeca3814f3c11 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.4.0-2noble.20250331.172629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11761 Depends: ros-rolling-rc-reason-msgs (= 0.4.0-2noble.20250331.172629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs-dbgsym_0.4.0-2noble.20250331.172629_amd64.deb Size: 9609778 SHA256: 1c6cf3a47a61a5be60634505e5027093c129cb3a739bee9996f5802eefc87c6f SHA1: dc62248df2deb5d72ac05bcc3c31a6b588f48f28 MD5sum: 79375f33af51b101f848fe7f29648cb0 Description: debug symbols for ros-rolling-rc-reason-msgs Build-Ids: 18444fd688726a5ce32b6dcbae3a618f6ba18445 1ce8e91c17002ee7fb85c47d6c31015fcca9f1f7 41b23f8968bf83325ec9f833e386b3b95f52aefd 59ce2ac49310db8d57ee98253be0cb714c9b7940 70b8199ea96f8dc8ff4b426f4c0e12b384297176 a621e14889ce8d6e58bc4f84d22a11888732590a a6ce38bbba0a3a242a299f3772687ade741ac059 aee2558b3d234b979c9c35f949beb2b459ef7a75 b15f3b6ef76850eab06244d61c2f611b7dd1483a b472649beef6db5301fa05ca0ab8502203e98043 fad576649fc2f6961f640a9cc0acab9c26c7fda7 Package: ros-rolling-rcdiscover Version: 1.1.7-1noble.20250318.170058 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.20250318.170058_amd64.deb Size: 81352 SHA256: 22fc0e9335be06e3f3d00e0bc66d1601d42f1671bdd009a88c11f13670cfa162 SHA1: adfd20ba63664ea94a2b35d10ddc59af7993fad4 MD5sum: 29a0117e9195b66e9e2a567f18764e53 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.20250318.170058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1211 Depends: ros-rolling-rcdiscover (= 1.1.7-1noble.20250318.170058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover-dbgsym_1.1.7-1noble.20250318.170058_amd64.deb Size: 1130916 SHA256: d6a877de12d6b5478e50530477de0e4e0a40213a15cc0c9ac302a37a03752c73 SHA1: 52d6213bb5ebdbf952d42d9a2800b4071714b13a MD5sum: 47a15b707cd79806f8b08c41d73d8d07 Description: debug symbols for ros-rolling-rcdiscover Build-Ids: 811d638cb969261ba0c5fdf850264d91ccbae4fa ece4522a5c87b3fdd8e1299c306029d05fbd1009 Package: ros-rolling-rcl Version: 10.0.2-1noble.20250331.174301 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 783 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-rolling-libyaml-vendor, ros-rolling-rcl-interfaces, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl_10.0.2-1noble.20250331.174301_amd64.deb Size: 160556 SHA256: 148490441377dc7883ce586ddac3fd4244dc9fbd0d6c776f6cf41bc218cfc3c9 SHA1: c30462e5a3a7a73316c53f5a4ba337c52cbd5e08 MD5sum: 6c76c86c48ec7c55208123de357f143c 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.0.2-1noble.20250331.174442 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 272 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action_10.0.2-1noble.20250331.174442_amd64.deb Size: 49878 SHA256: 9b203f998ec86b065f716f6b4ba6a54ff0c2e0a733f6144b59827194562e6ecd SHA1: ba8a81a172b7d14c36c2d0eedcf4a4711013f5ef MD5sum: 54053beb77a68f57e9cfeb89277de5cd 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.0.2-1noble.20250331.174442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 88 Depends: ros-rolling-rcl-action (= 10.0.2-1noble.20250331.174442) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action-dbgsym_10.0.2-1noble.20250331.174442_amd64.deb Size: 59666 SHA256: 288562f5ef91bc0e4c4bd70d7bfa1fa5f3ee7e4877fae36a68875c0370a7b742 SHA1: dfa2268c0001002edf1f20ee319fd073807d5c20 MD5sum: e2dd569b2d1a8822289ca97b2fcc00bb Description: debug symbols for ros-rolling-rcl-action Build-Ids: 56b9e27d54963dff26ac06c1f91e23145dbdeca7 Package: ros-rolling-rcl-dbgsym Package-Type: ddeb Source: ros-rolling-rcl Version: 10.0.2-1noble.20250331.174301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 349 Depends: ros-rolling-rcl (= 10.0.2-1noble.20250331.174301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl-dbgsym_10.0.2-1noble.20250331.174301_amd64.deb Size: 269850 SHA256: d5864e082f70459c0e2fe883ca92dbdc05b766886f9dbefd3ce5a7486f8d050f SHA1: 827e7b18e74cba8f7a30fdc34554361279160716 MD5sum: e8a509412aca0c104b1ccb41ef1da750 Description: debug symbols for ros-rolling-rcl Build-Ids: b3f2ce05269c6a35c8ff17122e9d49628666aaec Package: ros-rolling-rcl-interfaces Version: 2.2.0-1noble.20250331.163728 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5657 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-rcl-interfaces/ros-rolling-rcl-interfaces_2.2.0-1noble.20250331.163728_amd64.deb Size: 384792 SHA256: 8995294aa45fde45b10d6c9628de862b4834d691f34363791a05d361f4562f3d SHA1: 11307b0443fa78aa78ef43aa8fe1b751c9240d0c MD5sum: 718da252df2b4c66eb41553078dc0874 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.2.0-1noble.20250331.163728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5162 Depends: ros-rolling-rcl-interfaces (= 2.2.0-1noble.20250331.163728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces-dbgsym_2.2.0-1noble.20250331.163728_amd64.deb Size: 4318916 SHA256: 0c27bda5a1d5b378a1daa117201397c944381d234c286e66104f4dfe5651e21d SHA1: 7e2ca2327f7e57b8a9004d43402ddc8d6847e4cd MD5sum: ace44f73bff134402e9bf7de96a49c6b Description: debug symbols for ros-rolling-rcl-interfaces Build-Ids: 095aae7df684a91e11560c276a7342ada521aedb 1d9460b39fec7360926f07bb4c8cc242a85487f3 223bc069429b55156fdc7be58c3bff40c3c7ff39 4528eb9503e23f94634a799be0c48f813c4656be 4fc9daddc473324bc6be3da9395f8a7a76d8b255 635174010ca31fa7c1cf78278be3b49689fb8056 8a786f2c9bf8c3eb1f7d4d8c3f8a30e776923372 badf2ad9c45591b825e33821abaead7c8ef5bd0f d1da2b2acd73d34c204fe50b0ea4c48411a956d0 d37390ce9c9b2949eae8925271516be17cd4f7b2 fad8e20d626d634ff5031eb1acf555638f94dbe9 Package: ros-rolling-rcl-lifecycle Version: 10.0.2-1noble.20250331.174447 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 142 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle_10.0.2-1noble.20250331.174447_amd64.deb Size: 29420 SHA256: f9c392e2d3b418cabf0027ffbe75c30376da09f788adf9f84bc2134178f08277 SHA1: e34edafdbe9fc9a866f12d542d1bb9f5d9c3b7e7 MD5sum: ba5711c0a0aace9e7b15d726b2e8ae64 Description: Package containing a C-based lifecycle implementation Package: ros-rolling-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-lifecycle Version: 10.0.2-1noble.20250331.174447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 53 Depends: ros-rolling-rcl-lifecycle (= 10.0.2-1noble.20250331.174447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle-dbgsym_10.0.2-1noble.20250331.174447_amd64.deb Size: 33180 SHA256: 9c19022875b81fd4f02da34cc8d4dccda44bac62d79698240daf45a7a250d546 SHA1: 01a4bb32ae502223416d52875015fbe215fe6211 MD5sum: f61271e5a078a5d9a030f5c54d1b43c1 Description: debug symbols for ros-rolling-rcl-lifecycle Build-Ids: 935de57d4c542e178bc04cc01d0e03e96adb14a8 Package: ros-rolling-rcl-logging-interface Version: 3.2.2-1noble.20250326.210540 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 81 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.2.2-1noble.20250326.210540_amd64.deb Size: 13370 SHA256: a62673e5e58acbd43ddd5d9a72a77dec72ee70b59b0c777f92fbaea774aab0dc SHA1: 5e6a583de4ba0448550ffcd09ea92b6f528b57bf MD5sum: 5ba4f91c09d213223e5837d640c2b49b 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.2.2-1noble.20250326.210540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-rolling-rcl-logging-interface (= 3.2.2-1noble.20250326.210540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface-dbgsym_3.2.2-1noble.20250326.210540_amd64.deb Size: 4768 SHA256: 44702400679b6ff4692d97dfd2ef0d40abdb3fc1f699c14a21115906da7b8a1f SHA1: e85685a319688fd2a3670a5ee7e3b43fad8bb1a2 MD5sum: 1007c629e3161b54246fbf5ab28e0977 Description: debug symbols for ros-rolling-rcl-logging-interface Build-Ids: 0e5b608b30df10076d4372be10a20dd032c56925 Package: ros-rolling-rcl-logging-noop Version: 3.2.2-1noble.20250326.210605 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 76 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.2.2-1noble.20250326.210605_amd64.deb Size: 11412 SHA256: 15b6da117e3f9f723c8ed5bf4119c04f6d9fa0681f5b117d706af78edf7989f8 SHA1: bdaa88cfa73f50fdc08e42a3d9498746fbc3f6d4 MD5sum: 8ceeeab9855dd663c03c9bea0f72eb10 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.2.2-1noble.20250326.210605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-rolling-rcl-logging-noop (= 3.2.2-1noble.20250326.210605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop-dbgsym_3.2.2-1noble.20250326.210605_amd64.deb Size: 3522 SHA256: db3a69eb5b49b81c7f87f0a2fcb1c8e5d615afe54b349bc65341c4061eb56a26 SHA1: 7f95abdcef1c8b02b08342f9e1e566f8608a641a MD5sum: dba41e200d3e83be12ec1ed0191c3a66 Description: debug symbols for ros-rolling-rcl-logging-noop Build-Ids: 6ee8c1757a5ae1f7f1ab105af5210ab1410b5693 Package: ros-rolling-rcl-logging-spdlog Version: 3.2.2-1noble.20250326.210603 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-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.2.2-1noble.20250326.210603_amd64.deb Size: 22468 SHA256: 8d796d5abc3d788021f91f926b22406fe16e11c6a41426d222acdbff278e7cc6 SHA1: 8351fd191d7ab51217260b3feeb980a020026654 MD5sum: ebc79bc03741631814cb6bae6bda98d3 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.2.2-1noble.20250326.210603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 221 Depends: ros-rolling-rcl-logging-spdlog (= 3.2.2-1noble.20250326.210603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog-dbgsym_3.2.2-1noble.20250326.210603_amd64.deb Size: 200398 SHA256: 2d27b0014502568943beed9ed6c8ec07b6558d073029fe0bcef3fc0e8e974b18 SHA1: b7830613a4ed405861499bdbc90dd991c7d5f744 MD5sum: 8dd363cc50a4eac293ddd6de40c75ac6 Description: debug symbols for ros-rolling-rcl-logging-spdlog Build-Ids: dd55f0bdd97a9b5a7e78518350f3423e3967a0fe Package: ros-rolling-rcl-yaml-param-parser Version: 10.0.2-1noble.20250326.210938 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 129 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-rolling-libyaml-vendor, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser_10.0.2-1noble.20250326.210938_amd64.deb Size: 29826 SHA256: fdef686d228e8fdbead1c099a45f95e56b85be154b9059bb640886ba8c7af6ad SHA1: 6a65f20da9d0cbb39ddd43e0e75224bc37bbc4df MD5sum: 8e53f865b016532e6759bd01e194f5ff 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.0.2-1noble.20250326.210938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 64 Depends: ros-rolling-rcl-yaml-param-parser (= 10.0.2-1noble.20250326.210938) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser-dbgsym_10.0.2-1noble.20250326.210938_amd64.deb Size: 43904 SHA256: 2447482ef07eae8a09315ceeb1fd6da0ea751d6e7d8242627f2743e3538aead0 SHA1: ed3f15c583fa84afb72154b7553714f477d7610e MD5sum: f347c58433ccc446529f2c08ce86e7df Description: debug symbols for ros-rolling-rcl-yaml-param-parser Build-Ids: 841bed19e7eb074ff4dea12900a1df846cc7a07c Package: ros-rolling-rclc Version: 6.2.0-1noble.20250331.174920 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 264 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.2.0-1noble.20250331.174920_amd64.deb Size: 47724 SHA256: 57f9b34a872c43c2869f0b77029625498a40093db7411e8955805bdacaf6d285 SHA1: 07140c94a5cbfc09392f44b1bb9a3f11c93bb8b0 MD5sum: f16f0cfd2081021ac76c7f60432218e0 Description: The ROS client library in C. Package: ros-rolling-rclc-dbgsym Package-Type: ddeb Source: ros-rolling-rclc Version: 6.2.0-1noble.20250331.174920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 127 Depends: ros-rolling-rclc (= 6.2.0-1noble.20250331.174920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc-dbgsym_6.2.0-1noble.20250331.174920_amd64.deb Size: 86962 SHA256: 135bd2ffbf2208f5cfc76e39260c163dbe132d3987e036142190b2b6bf27aa00 SHA1: fa372896e22254244ab367005299c1921719470b MD5sum: 73cb076bea0dff4c3269ee16c4190bf8 Description: debug symbols for ros-rolling-rclc Build-Ids: 181f09d836fef781542d35d307a1ac1ea3734d9f Package: ros-rolling-rclc-examples Version: 6.2.0-1noble.20250331.175350 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 261 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rcl, ros-rolling-rclc, ros-rolling-rclc-lifecycle, ros-rolling-rclc-parameter, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-examples/ros-rolling-rclc-examples_6.2.0-1noble.20250331.175350_amd64.deb Size: 34538 SHA256: 65817f7322a158d9514a84682349213421d0940de1126cf64a9cbf6df027ff0d SHA1: 23020ca3564cd1b6c51b8e4fcb42a0c4c3bb0267 MD5sum: f7d42a6f3c070c3a41a8d737c822964e Description: Example of using rclc_executor Package: ros-rolling-rclc-examples-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-examples Version: 6.2.0-1noble.20250331.175350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 266 Depends: ros-rolling-rclc-examples (= 6.2.0-1noble.20250331.175350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-examples/ros-rolling-rclc-examples-dbgsym_6.2.0-1noble.20250331.175350_amd64.deb Size: 159674 SHA256: 225e7a3ee09c67eb1fe57343a7a3557c678f8d575c155d93b425272b49e6d1c1 SHA1: 587afb7661627d919abac5323fc4b93e1d4146a0 MD5sum: ba9304be40d169717dc46f1212add628 Description: debug symbols for ros-rolling-rclc-examples Build-Ids: 0ab1f4d1d1706e61242834279a18e85cdc85ee8b 141d5998e631435d41774e1ececc20a9c1430390 1451c9d90ec2b3731e96be6cca89c41e393c10e7 33977d378b767b85a0d3e5d9aad039765c6a6a6d 8b10e535c02674b1497f9aced44e80902303fdbb c0f99584608432a1bfa0f5be8bf6cd07f29c5a58 d1dc92c0c6d6d2518c126cdf144c5d157d8fbd4a d544c5e9abea0197f2670a765091710ea67d4965 e6eb4a5cd41c3782e8d6bf202f37dbb0a4e7a69c f0cfccfa1cf410bc0b2c62a7d4b4065b15ecb29a f125807dfd42a04f32f73508d59026be66a270c1 f286eaac0612b96f92f9e97a104c65f4458b9d70 Package: ros-rolling-rclc-lifecycle Version: 6.2.0-1noble.20250331.175143 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 94 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.2.0-1noble.20250331.175143_amd64.deb Size: 17370 SHA256: a64b0362233aae78cb036122ac0fa223f1a94dbd2a7fc46319b4e680a888580c SHA1: d7ddb8c6d34df36a6723e84636be0ebab6401b1b MD5sum: aac82df985e523851f65b5d2da115cb3 Description: rclc lifecycle convenience methods. Package: ros-rolling-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-lifecycle Version: 6.2.0-1noble.20250331.175143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-rolling-rclc-lifecycle (= 6.2.0-1noble.20250331.175143) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle-dbgsym_6.2.0-1noble.20250331.175143_amd64.deb Size: 20946 SHA256: 0cf75409aef84e8c3130c4ae7a79c7136157bbd97f462263f50e32c3071e3a68 SHA1: 4eac5389639eb9e92cdd55c16a5eb123b1a83638 MD5sum: 9128ceb085603723ed216bfceb13cd69 Description: debug symbols for ros-rolling-rclc-lifecycle Build-Ids: 68627057516ab420a8a0c4ad4ba82cfd015234dc Package: ros-rolling-rclc-parameter Version: 6.2.0-1noble.20250331.175140 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 132 Depends: 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.2.0-1noble.20250331.175140_amd64.deb Size: 24358 SHA256: 8396d0600dfe3fed130b2dde012c4608aecaa30f01d2c6c6d92ddf238410e853 SHA1: bd43b14b6d116c08a91e867ccea9e874dc51ab27 MD5sum: 22ddfcf8c49755fda6c2110bcc081cb4 Description: Parameter server implementation for micro-ROS nodes Package: ros-rolling-rclcpp Version: 29.3.0-1noble.20250331.175652 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 3887 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp_29.3.0-1noble.20250331.175652_amd64.deb Size: 784830 SHA256: 7c307ecd066b56a495d87303e668aa380d9f43fb312e390242f0ec886a3c0d06 SHA1: d830cdc264a9c0431056b142524cdbc4d163bc67 MD5sum: 200f495e6192d1b69623e870b44558fe Description: The ROS client library in C++. Package: ros-rolling-rclcpp-action Version: 29.3.0-1noble.20250331.180520 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 292 Depends: libc6 (>= 2.32), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action_29.3.0-1noble.20250331.180520_amd64.deb Size: 68196 SHA256: 2781490cc44cb26282297fcdc9e8f7fcf3febabe505d12ec2b39ade84d62b562 SHA1: 8628330c856ba268effb4d800f18a8d61fc45c0a MD5sum: 5d780b685ae1b858bd4bd42e257d7425 Description: Adds action APIs for C++. Package: ros-rolling-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-action Version: 29.3.0-1noble.20250331.180520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 758 Depends: ros-rolling-rclcpp-action (= 29.3.0-1noble.20250331.180520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action-dbgsym_29.3.0-1noble.20250331.180520_amd64.deb Size: 706828 SHA256: 58ee9b8c1cb15f2f084fd33e405282881042b18f25d5ea820ddf4e2ee0e62640 SHA1: f5cda8443773b01e6b07d9e831385370d32f104f MD5sum: f546129f09c53a93e93c623ffc96fd24 Description: debug symbols for ros-rolling-rclcpp-action Build-Ids: c17fd265d097b8be303a4f1876578704416c7365 Package: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.0-1noble.20250331.182902 Architecture: amd64 Maintainer: fmrico Installed-Size: 793 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.0-1noble.20250331.182902_amd64.deb Size: 140872 SHA256: e8937e6aeb446877d85073ba631dceb49c3588058bd55672dfb2c3bbd0b9cc68 SHA1: 754885c65c684ce88d1965ec6d0067b169246245 MD5sum: 41218d3ed7609a8dad5674c447799dd7 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.0-1noble.20250331.182902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3186 Depends: ros-rolling-rclcpp-cascade-lifecycle (= 2.0.0-1noble.20250331.182902) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle-dbgsym_2.0.0-1noble.20250331.182902_amd64.deb Size: 2594160 SHA256: 8bbb397d04d5f52d50ea60150ac04f71b5221f893d239a004abc8dc7e425dbd2 SHA1: f1775d6babfa96287c9c62323ce5f6994801b5f7 MD5sum: da394f120ade7d042d223fd7aa9c65d5 Description: debug symbols for ros-rolling-rclcpp-cascade-lifecycle Build-Ids: 800fd5841259a35bb9f2b293e78dd3753fbbb097 Package: ros-rolling-rclcpp-components Version: 29.3.0-1noble.20250331.183527 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 380 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-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components_29.3.0-1noble.20250331.183527_amd64.deb Size: 86976 SHA256: 1acaf1fb94798921b4ddd91f306d7c5e03f893be775076b84debaf3fb6890a81 SHA1: fc951b2bd59918e498141ccd3f308600eefa9b06 MD5sum: 03e8dd3e5e54775e2cd0101dc7b58ac2 Description: Package containing tools for dynamically loadable components Package: ros-rolling-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-components Version: 29.3.0-1noble.20250331.183527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1922 Depends: ros-rolling-rclcpp-components (= 29.3.0-1noble.20250331.183527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components-dbgsym_29.3.0-1noble.20250331.183527_amd64.deb Size: 1807920 SHA256: 5efe5f1bf35e57920a5a39297728a61e96704bc85399689b3a5bb9bdd056a832 SHA1: 537f3abb03dce79744e053fcd0b741f09a97606f MD5sum: c110c0db95e2f841aea2c1aa14bcbc17 Description: debug symbols for ros-rolling-rclcpp-components Build-Ids: 84e8a9840020d5213b9dc0e5fab7e91f0c677821 8d4eeb9a10d28566e31e3cc06155ea8cf1d6812c ddda504212bc973e43683db33ab2ec82a6836381 f4eee141e1fed5ce5a726528dd55d2ca892fdb5c Package: ros-rolling-rclcpp-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp Version: 29.3.0-1noble.20250331.175652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 15257 Depends: ros-rolling-rclcpp (= 29.3.0-1noble.20250331.175652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp-dbgsym_29.3.0-1noble.20250331.175652_amd64.deb Size: 13981110 SHA256: cee9a50647eb7b2f5193b02f59f241ef0136cb0bde67ae976390269096bbad00 SHA1: 9310247fc4400b71412a3a3fd3f2c1267d44fdb1 MD5sum: 6e2cb5e54fd49d7fdb1ba0ab2e385d1f Description: debug symbols for ros-rolling-rclcpp Build-Ids: f106954c80c21ae68d2e7997a4bf31324e7440fc Package: ros-rolling-rclcpp-lifecycle Version: 29.3.0-1noble.20250331.180716 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 373 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle_29.3.0-1noble.20250331.180716_amd64.deb Size: 82472 SHA256: 7c861fca3b4d8a7d9e3afe73fc8d18d65112ba826abfedf98ad07c6078cece44 SHA1: cb455d01cb15c792409fc4ae84df5c7beeafb3a2 MD5sum: fa065c00861afc4fa62f160722105699 Description: Package containing a prototype for lifecycle implementation Package: ros-rolling-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-lifecycle Version: 29.3.0-1noble.20250331.180716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1255 Depends: ros-rolling-rclcpp-lifecycle (= 29.3.0-1noble.20250331.180716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle-dbgsym_29.3.0-1noble.20250331.180716_amd64.deb Size: 1149056 SHA256: f1103354e0545c33a5b268c42efe7b17b3b120029ec97593f28e333570b9ae5c SHA1: bafdcfe3c9d1a0fbf08c1672f6f295cb9fcfedc0 MD5sum: 793a6083d931ab7fdeecc61e86791011 Description: debug symbols for ros-rolling-rclcpp-lifecycle Build-Ids: a1aac62b8fac52231c0f2efd106aa42a9f00077b Package: ros-rolling-rclpy Version: 9.0.0-1noble.20250331.174621 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 1689 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 12), 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-rmw, ros-rolling-rmw-implementation, ros-rolling-rosgraph-msgs, ros-rolling-rosidl-runtime-c, ros-rolling-rpyutils, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy/ros-rolling-rclpy_9.0.0-1noble.20250331.174621_amd64.deb Size: 415120 SHA256: 01184c87335b7ba6ce067f536d856ff208b28b705be0f86a3ef9b026e3945040 SHA1: c5303038d7d7e4846cd082751704cd8cfb972c95 MD5sum: df7e3999baf9430db578884a395af620 Description: Package containing the Python client. Package: ros-rolling-rclpy-message-converter Version: 2.0.2-1noble.20250331.175916 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.20250331.175916_amd64.deb Size: 14818 SHA256: 697193e2801a998d251068e548fb3c90b294b1ae7986a5cd34c60f79aa0d5652 SHA1: 3e623e0911122b4094c261d189a61cea3378c599 MD5sum: afabe139b515fb764b94ff3db7d52c23 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-1noble.20250331.163504 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1289 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.163504_amd64.deb Size: 102734 SHA256: c4ec26d1ba1204ebb18c00496f6eee7485d2e7db23820b4ed556c49cebf333db SHA1: 88fc856ef7b7a594c6e2beed8d53917fb87b1966 MD5sum: 5a9fc14a933a6e2f84541911854ae2da 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.20250331.163504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1023 Depends: ros-rolling-rclpy-message-converter-msgs (= 2.0.2-1noble.20250331.163504) 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.20250331.163504_amd64.deb Size: 796498 SHA256: 6a18afa65ce380f0dfb2bf731c35543f463f55d9165531a2952c825fc17e78f5 SHA1: 6bda70779a507942c708b9faee63b767becf00ac MD5sum: 134970714639dd239e462814c7b5c14a Description: debug symbols for ros-rolling-rclpy-message-converter-msgs Build-Ids: 1ab1823b8b5071d576acb18d8c294645ee7effaa 1b1370acf4cd4ee34b173cffe7dd845a71361c7e 56080e79db537e0021d3a88a7fd23106eabc9a5a 5d655ae73327a33d064fefcee84b60483459b3e6 5fd2cdcd2ff275dcc3e125ec43e32ea427009316 71858e110b84f4aa129bfa29cf706cc089d73cfb 7b1978ca485dd4597a2b26af51e55b1bac353d32 bf9c198cffbafa4902de132fed59f35fa0c41644 c36e88f2051b20315e6d64300eb0ccdb30f8174c c4c4a82665a0b4d3fcfdcbbc974b00809c6a710f f3573074cc7a2371eec5ae51273fb9ebb2e3a559 Package: ros-rolling-rcpputils Version: 2.13.3-1noble.20250326.210420 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 296 Depends: libc6 (>= 2.33), 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.13.3-1noble.20250326.210420_amd64.deb Size: 56404 SHA256: 25752d9084384fc3327be1280bdf6ae201464f514175efd755c4e47961fa2670 SHA1: 30d3943dfb56633df81376b4b9659f76bcce0923 MD5sum: 9eba21f54642a8aec1b0150df87e4194 Description: Package containing utility code for C++. Package: ros-rolling-rcpputils-dbgsym Package-Type: ddeb Source: ros-rolling-rcpputils Version: 2.13.3-1noble.20250326.210420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 306 Depends: ros-rolling-rcpputils (= 2.13.3-1noble.20250326.210420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils-dbgsym_2.13.3-1noble.20250326.210420_amd64.deb Size: 279950 SHA256: 9b923d9b152ed1822edde86fca4067b4197bd300aece9b6517dceb503ae5a601 SHA1: 27e87e917a50150ac86c4c0ecb1347a32e50b59a MD5sum: 93accda5d639a1b748c7ee082a1b0b9f Description: debug symbols for ros-rolling-rcpputils Build-Ids: 7d3f2f9f4fa88abf6d67d465da3ee0cd22a37ff8 Package: ros-rolling-rcss3d-agent Version: 0.4.1-3noble.20250331.183537 Architecture: amd64 Maintainer: ijnek Installed-Size: 194 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rcss3d-agent-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent/ros-rolling-rcss3d-agent_0.4.1-3noble.20250331.183537_amd64.deb Size: 57638 SHA256: 6d8bed66a70dfaff7206c8d3fede2de02e485113a4dfceb12faac39360e5818f SHA1: 5e918b009aa86c3aceaa33f579050e981a163885 MD5sum: 096948b69af8197f0ecb7f1ffdbd655f Description: Launches a RoboCup 3D Simulation Agent, and converts data to and from ROS2 msgs Package: ros-rolling-rcss3d-agent-basic Version: 0.4.1-3noble.20250331.192420 Architecture: amd64 Maintainer: ijnek Installed-Size: 1439 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp-components, ros-rolling-rcss3d-agent, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-basic/ros-rolling-rcss3d-agent-basic_0.4.1-3noble.20250331.192420_amd64.deb Size: 204930 SHA256: 7a6988d7b1aedb23bad71a9a03c409ea5b0c4dc4394157eb968844103febac70 SHA1: d00a63165f7f31784ef653d3cc0d69ed35ec508c MD5sum: accbdae05cc9783f9b276318659905d4 Description: Basic rcss3d agent node that uses rcss3d_agent_msgs Package: ros-rolling-rcss3d-agent-basic-dbgsym Package-Type: ddeb Source: ros-rolling-rcss3d-agent-basic Version: 0.4.1-3noble.20250331.192420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6159 Depends: ros-rolling-rcss3d-agent-basic (= 0.4.1-3noble.20250331.192420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-basic/ros-rolling-rcss3d-agent-basic-dbgsym_0.4.1-3noble.20250331.192420_amd64.deb Size: 4851442 SHA256: 36e5d2d12334e31adf8c5d1812e085c2f49fa261a5a6c864dce8f6d09b549726 SHA1: c7f1f8adadb5ed40201dec5294bfc9bf432653ed MD5sum: 92f7a66af540a930acf4fcbe73bcef5e Description: debug symbols for ros-rolling-rcss3d-agent-basic Build-Ids: 1cecaffffbff6257eb18462d38d91296493eb4ef 7cd327aad1c37dab567d4992aefe5cb3ae55e802 Package: ros-rolling-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-rolling-rcss3d-agent Version: 0.4.1-3noble.20250331.183537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1050 Depends: ros-rolling-rcss3d-agent (= 0.4.1-3noble.20250331.183537) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent/ros-rolling-rcss3d-agent-dbgsym_0.4.1-3noble.20250331.183537_amd64.deb Size: 1013262 SHA256: 2d9c1fea74380b57771f661b6c541a42d7015a943016a95b8171ca753acb9863 SHA1: 347413ba340565fd56add396ccbbbc2fa0c682ff MD5sum: e29914ae67d3458626a7f3392bcc7bac Description: debug symbols for ros-rolling-rcss3d-agent Build-Ids: 2a2e48ea64b6f13f656ac5e1833dbdc6ff9acd91 Package: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-3noble.20250331.163505 Architecture: amd64 Maintainer: ijnek Installed-Size: 3368 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.163505_amd64.deb Size: 255306 SHA256: 8ce68c72692286596c814366c4e2659782012875fb6d3c6becbb03eefcfd0e0e SHA1: 413399fbb30bf81596f4dd2e57cb2f35cd3f0746 MD5sum: fb462fc15156038875ae21d392031321 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.20250331.163505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3060 Depends: ros-rolling-rcss3d-agent-msgs (= 0.4.1-3noble.20250331.163505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs-dbgsym_0.4.1-3noble.20250331.163505_amd64.deb Size: 2580564 SHA256: 73073d7a03fd506497be3bd40f9e976076c6ff09711f608f18c2bb7850d10a40 SHA1: 955a9f2c102a968a4747adb62efc35b3e860ab10 MD5sum: 8080686ec08fa1cde6fce1584b5e27c7 Description: debug symbols for ros-rolling-rcss3d-agent-msgs Build-Ids: 009c6c49149fb30af29663a84e3b1ab455c71c16 18b2c2b4481e838c73a295bb66e33974c6028313 27a99308fce89e6a3fd1b28a690aed89b820d6af 2a152e1da1ea6282ae432bbb98b0b37bf5fc9d36 67e36dea6246616a5f23976eeab94f9bd7efd9df 84f94ebc37f6d33f667cb4fe303401cc2442dc44 8f1a5c435c291f48808ce825a1ae330911230ac6 9406125b554dd8f4137c63b51015285094508d74 b4eed26908b3303e2a802f99fb4b0e147cd4eb86 c6bdfee8ba0e4d324417b05b4ba2cdc07822f061 ce90f6074d698e1768704cb8274eeb5c02c21367 Package: ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-3noble.20250331.172930 Architecture: amd64 Maintainer: ijnek Installed-Size: 83 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-rcss3d-agent-msgs, ros-rolling-soccer-vision-3d-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces/ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces_0.4.1-3noble.20250331.172930_amd64.deb Size: 14454 SHA256: da39c3fdb21bf0102e8417c3da644172ddbbebeec9528847add95262d0c0ae84 SHA1: 1d6204a7abf268316ca6b1bdd720561c4f77600d MD5sum: a7d1098d4fb7c7b737779da5d4812dd4 Description: Library with methods that convert rcss3d_agent_msgs to soccer_interfaces Package: ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-3noble.20250331.172930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 119 Depends: ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-3noble.20250331.172930) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces/ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym_0.4.1-3noble.20250331.172930_amd64.deb Size: 105894 SHA256: c1281baea442982d4155ecc2ac8c7c0a7c2b72e1eac04052fabf98738d22f69d SHA1: fa555d2a347fb87a9acf2d30563df267a23c973a MD5sum: 1d317146cab6faf5693c7f47e9c06e1c Description: debug symbols for ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 2dac05dfe1190a6f0e0f847e7e69c766c85579ee Package: ros-rolling-rcss3d-nao Version: 1.2.0-2noble.20250331.193535 Architecture: amd64 Maintainer: ijnek Installed-Size: 1304 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-nao-lola-command-msgs, ros-rolling-nao-lola-sensor-msgs, ros-rolling-rclcpp-components, ros-rolling-rcss3d-agent, ros-rolling-rcss3d-agent-msgs-to-soccer-interfaces, ros-rolling-sensor-msgs, ros-rolling-soccer-vision-3d-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-nao/ros-rolling-rcss3d-nao_1.2.0-2noble.20250331.193535_amd64.deb Size: 236338 SHA256: b3d1560d399b48016e0d294875d335c7c9aee67b0399c96a06ad806eebfbe1a7 SHA1: 475099d5508a83da4a88251d77f8b405ceef25fc MD5sum: 6ba815ddc0aac8dfcebb7a8b68895eda Description: An interface to SimSpark that uses interfaces used by a Nao robot Package: ros-rolling-rcss3d-nao-dbgsym Package-Type: ddeb Source: ros-rolling-rcss3d-nao Version: 1.2.0-2noble.20250331.193535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6348 Depends: ros-rolling-rcss3d-nao (= 1.2.0-2noble.20250331.193535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-nao/ros-rolling-rcss3d-nao-dbgsym_1.2.0-2noble.20250331.193535_amd64.deb Size: 5413364 SHA256: cac21e4dd8b7fa94f85ccd4cade182a411ebb7fe4b284ad914a88995ef124762 SHA1: 0f5b5d6b1b73afdf515f02460d08eef1e0a4fb5b MD5sum: b3b0fd830db4207f1a252e8c45768d8d Description: debug symbols for ros-rolling-rcss3d-nao Build-Ids: 3c9a054d8b826009a05a94d7651f4d1d647385fd 64979a33321c3202dd8866065e71eef7a7d6e563 Package: ros-rolling-rcutils Version: 6.9.4-1noble.20250326.210126 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 497 Depends: libc6 (>= 2.34), libatomic1, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils_6.9.4-1noble.20250326.210126_amd64.deb Size: 90800 SHA256: fa17ab5eec322e989e3e520bafdcb4800d87bd5884f7bf8d124d1222f3e1efd5 SHA1: 99873fc6f60a0bdbd5da7a21a538baeaa66f167c MD5sum: aef61d32cb39d85d6a3709b7fad7ff81 Description: Package containing various utility types and functions for C Package: ros-rolling-rcutils-dbgsym Package-Type: ddeb Source: ros-rolling-rcutils Version: 6.9.4-1noble.20250326.210126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 127 Depends: ros-rolling-rcutils (= 6.9.4-1noble.20250326.210126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils-dbgsym_6.9.4-1noble.20250326.210126_amd64.deb Size: 91262 SHA256: a1133c5a30671a1f618a782502d06a59c78750bc1e441e8ae986a5e1b995cbf4 SHA1: 00c5a720054676d53389e6ce95617c055c069e71 MD5sum: 37c3fd216875775b12cf1874c934887b Description: debug symbols for ros-rolling-rcutils Build-Ids: e7fedbb851e84ef602978c65176dfa3b09d35545 Package: ros-rolling-realtime-tools Version: 4.1.0-1noble.20250331.183503 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 184 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_4.1.0-1noble.20250331.183503_amd64.deb Size: 34110 SHA256: 7ddb2d622c8f477bc5c7a7f8b25b3903943f5716fb83e90d14ef5610b670c1a6 SHA1: ccc82201167d27b5df8364895233c14a32b26762 MD5sum: 557a8ff75fbccf7c757fb8f01d7e30bf 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: 4.1.0-1noble.20250331.183503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 189 Depends: ros-rolling-realtime-tools (= 4.1.0-1noble.20250331.183503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools-dbgsym_4.1.0-1noble.20250331.183503_amd64.deb Size: 83186 SHA256: dee901fe56555b93f7038d84217211cda9d1e6d3ec9477c2ac847351c9c41d0d SHA1: 086224ff9e5f19908cabd8fe583f49a75ad968a7 MD5sum: a9aeb35f91ce12fa44134123364f4e68 Description: debug symbols for ros-rolling-realtime-tools Build-Ids: 2682dadb51f05f38b427a2830eefa72c1976fa4d 550a308810e4ebef69ed27c499b00734dcb86208 Package: ros-rolling-resource-retriever Version: 3.6.0-1noble.20250326.210125 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-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-libcurl-vendor, 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.6.0-1noble.20250326.210125_amd64.deb Size: 20184 SHA256: c67c07b12187148db6612ef2dae47b1832fcd5ebc303462eba4ea9a178b2ef95 SHA1: 3927e292a200cd2ebe06ec2f961c669e0e7b7cc0 MD5sum: 3a0a6b7c5267a06914d5c46550755e6b 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.6.0-1noble.20250326.210125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 94 Depends: ros-rolling-resource-retriever (= 3.6.0-1noble.20250326.210125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever-dbgsym_3.6.0-1noble.20250326.210125_amd64.deb Size: 76242 SHA256: 68a68e2f930f7d654a4615f254d920c20858697a66721ba57119edcd4adbc96c SHA1: e96e7155237c0c16cf1e18c77ce0f5ab7f0dcc53 MD5sum: c79c5e119089d1a2ff3f3271ee00d405 Description: debug symbols for ros-rolling-resource-retriever Build-Ids: a9136432d011d76b329d453492295ec82042d845 Package: ros-rolling-rig-reconfigure Version: 1.5.0-1noble.20250331.183548 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1376 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-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure_1.5.0-1noble.20250331.183548_amd64.deb Size: 582734 SHA256: 2ae0ac59693b82589af9104b9c63aff7747e077cecd32fc8a8cb167a397e33f1 SHA1: 9246f812b47da08bd0d658999d3b3889b995cacf MD5sum: 2704a633533ca0aa7dd1dfb89caee106 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.5.0-1noble.20250331.183548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 5014 Depends: ros-rolling-rig-reconfigure (= 1.5.0-1noble.20250331.183548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure-dbgsym_1.5.0-1noble.20250331.183548_amd64.deb Size: 4844046 SHA256: 9782b6a38dd350981238a7560560ba8ef163ec15eee7e354f3e773b72a1c57fb SHA1: b067410b1266736b2f9dabfc906c7fcbc4706a08 MD5sum: ed4a189e3b7be0a3d8f6538f50533074 Description: debug symbols for ros-rolling-rig-reconfigure Build-Ids: 082556f0a392d73063ddef25dc760ef6e0ad6bdd Package: ros-rolling-rmf-api-msgs Version: 0.4.0-1noble.20250318.171315 Architecture: amd64 Maintainer: Grey Installed-Size: 307 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.4.0-1noble.20250318.171315_amd64.deb Size: 22798 SHA256: fd87ed17789de3a056fac88ac1954c4f2c718926e4f9eb4bcd0e155e23335699 SHA1: 7e86cd2e87df112f05718f2f953a1989bdc8196d MD5sum: cbc65db61a05f913e9ffea01d82197ff Description: RMF API msgs definition Package: ros-rolling-rmf-battery Version: 0.4.0-1noble.20250327.091820 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.20250327.091820_amd64.deb Size: 13266 SHA256: 4d6f47b46cf5a124466762112686c8a8009928f58c60a7e34e74fd0a5c6f1a53 SHA1: c2631dc2516063102cddce1e2eb2a5ec29c63acc MD5sum: 28672582254e7f42d3ea1dac12e57a49 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.20250327.091820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 198 Depends: ros-rolling-rmf-battery (= 0.4.0-1noble.20250327.091820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-battery/ros-rolling-rmf-battery-dbgsym_0.4.0-1noble.20250327.091820_amd64.deb Size: 181236 SHA256: 4822208fe57827ae9017073e40448d8db72fa5aea17421bd118a42eb02ab5708 SHA1: 89179f2b0fa2a92c70b4132fd42bc9779b77319f MD5sum: 6142abe6446b3732a8f30c427e0d89b6 Description: debug symbols for ros-rolling-rmf-battery Build-Ids: 699a6ff93a94829fcf3f2dc18fe11236206ea258 Package: ros-rolling-rmf-building-map-msgs Version: 1.5.0-1noble.20250331.171041 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2461 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171041_amd64.deb Size: 214494 SHA256: 2ce948b226af547ab700275329b71fdc7cff3a99b336e124f03323ae993c1b2c SHA1: 1513fe2b94658da39ac59e2033c0cf2badec6292 MD5sum: ce474fd2797a629f6999add5ea02940e 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.20250331.171041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2627 Depends: ros-rolling-rmf-building-map-msgs (= 1.5.0-1noble.20250331.171041) 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.20250331.171041_amd64.deb Size: 2277804 SHA256: f1605c74ffe9a1788df033f0a06fd8797f9d0bddb3ff4ec751dd17c49ea903e6 SHA1: d0d994bc20e1327a036d344f0bf39f8dd0ba339e MD5sum: 7e01e1f4fe2fce2b0ab85c16b74beea3 Description: debug symbols for ros-rolling-rmf-building-map-msgs Build-Ids: 2a0634f1d6199ae57d6de9bf4e6a5d61a3f2aba0 338b459b1799d4a96e64e0a8a3905929fa0e80be 387818290799116d668d4236e53e30b21dfa7cbc 40d6122606ba5dba99949491bce36937e27a5e8a 4637e4b807891ef3e2eab221625945328eae339a 4e0ebcf6bc50d9b8ff8a319310150ac040e6eb4b 5210f366be60805f9e1b5c48e2f4ad8f5804b831 5d57d717af118ce8b8e42fa154f2f10c3139dcd3 70b1186384e6fe4d5e76588b7a9f3c46d5be2b88 ae9dc8619e01af458f2ddb3ec400783abe0e1bba f0b3ed114274d614e85d3e1113c93ee618ceda80 Package: ros-rolling-rmf-building-map-tools Version: 1.11.0-1noble.20250331.175503 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-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.11.0-1noble.20250331.175503_amd64.deb Size: 10836296 SHA256: a0904c006c06ce800e8e2adbb2927261ffe2e867578f42f053f6f341e836a0fe SHA1: 5079f2bec9310c6f06005e00b48c3470f1540497 MD5sum: d03edc958b8d0eee6e62c59c19359dbb Description: RMF Building map tools Package: ros-rolling-rmf-building-sim-gz-plugins Version: 2.4.1-1noble.20250331.183605 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2379 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-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, libqt5core5a, libqt5quick5, 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.4.1-1noble.20250331.183605_amd64.deb Size: 475068 SHA256: d67b3dcf736160d99163e08f8650d75a1f7f72aab7669610c254a4d2b8856b43 SHA1: 19964969d26a645b12e82f20c1e7577eff8670c3 MD5sum: 39dff9d90ca3c820c6697f1377d31c30 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.4.1-1noble.20250331.183605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14354 Depends: ros-rolling-rmf-building-sim-gz-plugins (= 2.4.1-1noble.20250331.183605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-sim-gz-plugins/ros-rolling-rmf-building-sim-gz-plugins-dbgsym_2.4.1-1noble.20250331.183605_amd64.deb Size: 12961068 SHA256: 46fca94849e24811bd92da20bfea325830b2b51f7475e224bc5b986aed2fd693 SHA1: 5db790b031e3e3a4825ebeeba92dd2435a995fb9 MD5sum: 81b78730fca4179094f4810c4c63bd5e Description: debug symbols for ros-rolling-rmf-building-sim-gz-plugins Build-Ids: 47bfb030e465a212b486dde96faa7cae11873897 48adb68d69a2d783522d6c0fb9a9321d29721dbf 845603d03bd8578b4bfca08b36c8acd236aada01 99019d2504a6da200373452f96ce92a044bf8df8 b556eadddc942897bcfe98e00919a5d39da4c87f d38decf0e714ec94e2f5948b40a181224a0c831f Package: ros-rolling-rmf-charger-msgs Version: 3.4.1-1noble.20250331.163728 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 729 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs_3.4.1-1noble.20250331.163728_amd64.deb Size: 65120 SHA256: bc3c5942bf2a29640bcf263bc52c896bde0eb18c1aeb2008206b3e0b10f43db6 SHA1: 90adcf879fc370bba22c8d3eb6f19264e54a9707 MD5sum: a1571563c65b6c5ba58a00cab5c3326d 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: 3.4.1-1noble.20250331.163728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 516 Depends: ros-rolling-rmf-charger-msgs (= 3.4.1-1noble.20250331.163728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs-dbgsym_3.4.1-1noble.20250331.163728_amd64.deb Size: 389878 SHA256: 23797cd7b1364789772f4478ef455aff26b0f77abb4b5ace70ee6a357f0fad7c SHA1: f6d1abd814a0cb2808ba8dcae025f5f9cdc61e77 MD5sum: d293b8248c7c70fc5cb8bccde944af34 Description: debug symbols for ros-rolling-rmf-charger-msgs Build-Ids: 0cf3dd18159ab0d0ca45f064592d04f686be1a64 1503ed355a603db45eda43a14e3330121ee0a5b1 1505d0321ae9d4224886812b9400d2bab73e5108 1c5959e29521ffb4c09b793002809e9a76f47139 32a4a205a0626de84bc6f427254e45d8bf83e5ea 372ce7bb1b5e7571b3591e0b4a809eec48069eb5 739d1e5a6a4f53043103cc174ed2b2ac4ea60d55 a8c0c47d4ccb7fdb9a1bdb80c2b5bb112efdbe91 ae195ad6b83d3226feed0c7becf84c2ad8bb9d97 e057c81bafacd27421e9eec16945b9d58192dc05 f37b6e560f29addcae3761e3533ad862ff56a06d Package: ros-rolling-rmf-charging-schedule Version: 2.9.0-1noble.20250331.175942 Architecture: amd64 Maintainer: Grey Installed-Size: 51 Depends: python3-icecream, 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.9.0-1noble.20250331.175942_amd64.deb Size: 11104 SHA256: 77fe53d18322e5d528476681e5c01d3c5468d95edd73a73bf479772d91752820 SHA1: 413b444cf48ddfef3cfa078d175ceadd6392dad7 MD5sum: b00deb33dfe32851e8a1da2a2e8eb292 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-rolling-rmf-cmake-uncrustify Version: 1.2.0-5noble.20250327.090107 Architecture: amd64 Maintainer: Yadunund Vijay Installed-Size: 46 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.20250327.090107_amd64.deb Size: 6560 SHA256: fb7f248e0b8ce912e96a39ba1b70ecd6ef9bc6a7b5ab6787c57c9dd4a5ca52d7 SHA1: f73c37f377553dc8db7e71ef19d30d718198bcba MD5sum: ae81c0baf9755feececc9f42b8f125f6 Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-rolling-rmf-dev Version: 0.2.0-1noble.20250331.205920 Architecture: amd64 Maintainer: Yadunund Installed-Size: 44 Depends: ros-rolling-ament-cmake-catch2, ros-rolling-menge-vendor, ros-rolling-nlohmann-json-schema-validator-vendor, ros-rolling-pybind11-json-vendor, ros-rolling-rmf-api-msgs, ros-rolling-rmf-battery, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-building-map-tools, ros-rolling-rmf-building-sim-gz-plugins, ros-rolling-rmf-charger-msgs, ros-rolling-rmf-dispenser-msgs, ros-rolling-rmf-door-msgs, ros-rolling-rmf-fleet-adapter, ros-rolling-rmf-fleet-adapter-python, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-ingestor-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-obstacle-msgs, ros-rolling-rmf-robot-sim-common, ros-rolling-rmf-robot-sim-gz-plugins, ros-rolling-rmf-scheduler-msgs, ros-rolling-rmf-site-map-msgs, ros-rolling-rmf-task, ros-rolling-rmf-task-msgs, ros-rolling-rmf-task-ros2, ros-rolling-rmf-task-sequence, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-editor, ros-rolling-rmf-traffic-editor-assets, ros-rolling-rmf-traffic-editor-test-maps, ros-rolling-rmf-traffic-examples, ros-rolling-rmf-traffic-msgs, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-utils, ros-rolling-rmf-visualization, ros-rolling-rmf-visualization-building-systems, ros-rolling-rmf-visualization-fleet-states, ros-rolling-rmf-visualization-floorplans, ros-rolling-rmf-visualization-msgs, ros-rolling-rmf-visualization-navgraphs, ros-rolling-rmf-visualization-obstacles, ros-rolling-rmf-visualization-rviz2-plugins, ros-rolling-rmf-visualization-schedule, ros-rolling-rmf-websocket, ros-rolling-rmf-workcell-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dev/ros-rolling-rmf-dev_0.2.0-1noble.20250331.205920_amd64.deb Size: 6052 SHA256: 8e4690c0ecab15196131f37e73652f7cf35b94604a4a0d8ee461bd8f03d4063f SHA1: ec60df938887da1f577099cc15fd68d2b7f3dd79 MD5sum: f8a9cf3fc2c29e0cae729fcabada006f Description: A package to aggregate the packages required for a minimal installation of Open-RMF Package: ros-rolling-rmf-dispenser-msgs Version: 3.4.1-1noble.20250331.171041 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 894 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-geometry-msgs, 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_3.4.1-1noble.20250331.171041_amd64.deb Size: 81914 SHA256: 32889a1728ead1020efa1aebbb9c01c6beb1def19be8b6128cb855aa14c1a944 SHA1: fe4707bcc8416cc89ea6bd4f4dd1c703973d262c MD5sum: 9e0eea0ff143fefeba39acaa36acf809 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: 3.4.1-1noble.20250331.171041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 707 Depends: ros-rolling-rmf-dispenser-msgs (= 3.4.1-1noble.20250331.171041) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs-dbgsym_3.4.1-1noble.20250331.171041_amd64.deb Size: 559528 SHA256: 9d348215e0894487962ee13f7e72c4319a70ab02fa7d447c8ae17a873b0de74b SHA1: 044c4c6bbe7684421541af6e2257d8e8c975fc6e MD5sum: 464d3338813731c6539e3228b4db92b0 Description: debug symbols for ros-rolling-rmf-dispenser-msgs Build-Ids: 03d009e9d9161a0b76b0767aff713a5c7a059b37 091cb8ae9b16d1c5e78f923d4ecba3fe0b799704 186fe17e4bc7ac7ccbed045cfe3ae28471cfa290 1a632a0258e974409a99578508db2c5fed25aea5 25584b43d191593ded6cd6ed0af948c014dbea0c 3e96e7e951c2f0ffcb495ad337c0bb5532c8141b 6bd755b2ce20baeca8c11e696ccbaee076b872f2 87da17e104494d4376232c249426c5c6a9f6c9dd 95ed53014571ee0ca57e0e8f5a7190b40dc9611c aa3bc92afa0d3152cb72530599ecf41697175626 c7e5bcebe51e4fff1de4d25eac8d587db1864b4e Package: ros-rolling-rmf-door-msgs Version: 3.4.1-1noble.20250331.163508 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1041 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.4.1-1noble.20250331.163508_amd64.deb Size: 88796 SHA256: 7cf387ac678de06695b434668b643d1ac0514c1014ce13fbdd238017207533e5 SHA1: 619ea1dac223052c82ebd9900d24c0744019ada8 MD5sum: 0ad256435afea5c65d9378906ca380e6 Description: Messages used to interface to doors Package: ros-rolling-rmf-door-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-door-msgs Version: 3.4.1-1noble.20250331.163508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 874 Depends: ros-rolling-rmf-door-msgs (= 3.4.1-1noble.20250331.163508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs-dbgsym_3.4.1-1noble.20250331.163508_amd64.deb Size: 701466 SHA256: 5750dccbce0cd445b6b99188416a0888674fc3c487c20973626d1e3b9cdbe8c0 SHA1: 512eb2328c2522f74c1ffc1b7374fa9e5c6a879e MD5sum: 3983e7ca87f67460006b92ab234509a4 Description: debug symbols for ros-rolling-rmf-door-msgs Build-Ids: 1c85dde0b2e2c8f36edc2767a9b9bb201f360aee 2e51286482ef8b5d84af886c6719c570bf1c2f7a 351df4b74bdc7d20d1ff1227decfc5ac9f5bed9e 40f6707d74af855cf84b8f35aa25d4d2ea3c78c4 70022cdbebf74f6e5734e97ec5c2906e529f22cc 83c919607bab85516293fcc237a4c1cb0a34ff83 8b69c1535355fe0eb807c1f32dc5acd97e909f82 c4fd94b4f08a112db4f48007ad82ba70a6d7ba0a c817ff4425098c330cacd458c844e1a13719c226 dca750d3cb8bf637aa7686017b923f2fc8cd1d1d efcf22464df653c720aa8a075679dbcb77a0949d Package: ros-rolling-rmf-fleet-adapter Version: 2.9.0-1noble.20250331.190347 Architecture: amd64 Maintainer: Grey Installed-Size: 18519 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-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-api-msgs, ros-rolling-rmf-battery, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-dispenser-msgs, ros-rolling-rmf-door-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-ingestor-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-reservation-msgs, ros-rolling-rmf-task, ros-rolling-rmf-task-msgs, ros-rolling-rmf-task-ros2, ros-rolling-rmf-task-sequence, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-utils, ros-rolling-rmf-websocket, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-adapter/ros-rolling-rmf-fleet-adapter_2.9.0-1noble.20250331.190347_amd64.deb Size: 2955008 SHA256: a78d8051b6ad99c41deaf245174f6ce74b16c60741051ddb12b4f42a9b5b531d SHA1: e6b075ff1cc2b495bd1fd967b4336cb3d02c8780 MD5sum: e51ac08efd57da040e5e5611522133d2 Description: Fleet Adapter package for RMF fleets. Package: ros-rolling-rmf-fleet-adapter-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-fleet-adapter Version: 2.9.0-1noble.20250331.190347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 121708 Depends: ros-rolling-rmf-fleet-adapter (= 2.9.0-1noble.20250331.190347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-adapter/ros-rolling-rmf-fleet-adapter-dbgsym_2.9.0-1noble.20250331.190347_amd64.deb Size: 105787022 SHA256: 37ba892620b66167763391341c6b32e98f90005c4309cbe9f3993b09ff23bfdc SHA1: a61ae9fe1588bc4e135bcea04b7d2c2b39bba62f MD5sum: f18348825ac256ffe46a68a807cea539 Description: debug symbols for ros-rolling-rmf-fleet-adapter Build-Ids: 029d775d489c1de175f337c4cc67ea51f0ea2ae5 0bd85e936b0575af52935ff62811cfd73b7e78f5 19d2c8eb3bd69cdb0d478d7002ae2939bb6b5dab 58323c36a52aec0f699f6df99b3da315db254cce 884ee48b4da76f4337295a4e145ec51cdf5a8811 8901c6f9e1efea206f50d9a666dfafbf81507cfc 98b8f399982f45f03b66ceb2e946db0f41026cff 9cc84c6f2aaeb303d8025fd8af9aecb863562c5a 9da21b5a1d978f337e758a6ddbc2f99e95d92eb5 b53da046f5272d71d145171145eec22e132f6318 c9f6270f9cfa2d21d7b8a432452401bfb47a9afc d8bf498ba2e20c9c4b363af1e002736f9b21aad4 ec68490c582c18a3a70ef077da11c14794706c97 ef1e33b3fcae23d93b8f17ca920fa9b5a3772c9b f3d7a63b2b315ce8302a76e48d7a4ff3d6e04f7e ffc034bdb19929aae1d847cbe6f63c30da7fdefe Package: ros-rolling-rmf-fleet-adapter-python Version: 2.9.0-1noble.20250331.200731 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-rolling-pybind11-json-vendor, ros-rolling-pybind11-vendor, ros-rolling-rclpy, ros-rolling-rmf-fleet-adapter, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-adapter-python/ros-rolling-rmf-fleet-adapter-python_2.9.0-1noble.20250331.200731_amd64.deb Size: 368418 SHA256: d610d3ddbb1690a1765cea62d0ac5d05de075e2c2212ff18210b50ceb85b99b9 SHA1: c4c4eeb03a3b95c3931461d29ee6e321949ddad0 MD5sum: 0badfe6c9000728545d927323c29c075 Description: Python bindings for the rmf_fleet_adapter Package: ros-rolling-rmf-fleet-msgs Version: 3.4.1-1noble.20250331.163514 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4602 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.4.1-1noble.20250331.163514_amd64.deb Size: 329144 SHA256: 0c87a9b039cd82096926932990ff9c1f2704bf05814351841c4f8b0c31493668 SHA1: 0da648fe84fb2b0c28657ca8b03c7cdc489d6e4e MD5sum: 779f6e179a6b77ebd977ea5800995250 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: 3.4.1-1noble.20250331.163514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4085 Depends: ros-rolling-rmf-fleet-msgs (= 3.4.1-1noble.20250331.163514) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs-dbgsym_3.4.1-1noble.20250331.163514_amd64.deb Size: 3423776 SHA256: 427552860eef237eee46411adef579da45e198179f1ece2847eb79cb5e9b6134 SHA1: 065cfbf8e8119988fb844ceac38cfad4047f0bd2 MD5sum: dc75236fed474843891ba35d56157657 Description: debug symbols for ros-rolling-rmf-fleet-msgs Build-Ids: 014b6e834d9bf5fc9d3e9eb290f5fb633b1017eb 0abdb828bc897740e1cd5529aa60cb6645be6baa 169487dfc298f50f343a58d6aa30070600f96f84 19397cbeb35853cd043e86f4102bc7da01b76955 2847cabe4043cbeff497e5439c45674eaa9d456c 5392c9cd564917eb56d8e0d03c57711e322982cb 72bb8c25e197612e5f5ecd98b1d80657f97a391e 92bae41d35a20bebcc69ce7f419cbeb0ca88746a c325c261a08124816e1f9e3e1a5c67c169bd3d3f cf5560b3bd45a0098e029203a08c19c0eaf15383 fc2bc1cab135139c6a73bc13c2262d3ea75b52c8 Package: ros-rolling-rmf-ingestor-msgs Version: 3.4.1-1noble.20250331.171316 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 889 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-geometry-msgs, 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_3.4.1-1noble.20250331.171316_amd64.deb Size: 81904 SHA256: 9aeb8952c20728940241819c7eaee0590bf4f95fd5332163c48839216541c653 SHA1: 1a0ce16bdd46b30419bfe9b6d4c43ba3cebd0bb3 MD5sum: 2d36cdcb55bc453c511528ded3d37377 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: 3.4.1-1noble.20250331.171316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 703 Depends: ros-rolling-rmf-ingestor-msgs (= 3.4.1-1noble.20250331.171316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs-dbgsym_3.4.1-1noble.20250331.171316_amd64.deb Size: 556162 SHA256: cfdb0c040a4c1635ca2bb66b4e7636784b86baee6f587f56d32ac901a4ed84b9 SHA1: 4b531805f08166b1559c7b2fddc1f6afebae21d1 MD5sum: d0d80acf3f42fbbcfeb6d84eac52cc4f Description: debug symbols for ros-rolling-rmf-ingestor-msgs Build-Ids: 07698bb14a9cdfcd1ff1d6922716ef60ebaec114 1364deb373414fd2c385f6ca6b3b4db49b43799e 19400fd9f727ff9fc06783a043ddccb7335cb11d 21889a8e7a84d3c108cd247562f0f78b5cf3533b 30759858336d08b97be8f5fb94cabcaf6964d723 3ce510c800ad0633638d69b620181c30d74c7836 46edbdaa3f09da9d6e44b98b39ea7462051cd633 5ab3e37e56d69ea108658288652d24d4e512a531 830f860a860bfba27d13d6d49bd4dcc31be397ba c2c2955ab5096b5e7c9550099fa69d3da272efe0 e9e8aad93aa0874507a3eba22dc382c43e4a9dcc Package: ros-rolling-rmf-lift-msgs Version: 3.4.1-1noble.20250331.163522 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 660 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs_3.4.1-1noble.20250331.163522_amd64.deb Size: 68184 SHA256: 98c8320695739d447332636fec0dfe89bc94662e405d97100102a7dd1b11a5f7 SHA1: 56ef7f2bcfe92ed3ac4d4bb62a0c8bde879821b0 MD5sum: e2060f0c6ec7f40c7b29cc761a0f98d0 Description: Messages used to interface to lifts. Package: ros-rolling-rmf-lift-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-lift-msgs Version: 3.4.1-1noble.20250331.163522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 493 Depends: ros-rolling-rmf-lift-msgs (= 3.4.1-1noble.20250331.163522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs-dbgsym_3.4.1-1noble.20250331.163522_amd64.deb Size: 381924 SHA256: 0bf0fe24db5666a3c94d5f9cf12a8883b7cd4f1a3cc6b3f1bc24335a38d27050 SHA1: 0ac665e34312c0b77d10a2b4c58d82ceafed389e MD5sum: e6d36465509a96b937f1d6ee85b13cfb Description: debug symbols for ros-rolling-rmf-lift-msgs Build-Ids: 0ba28cd16da3699bf09262422ceb72b6b3fc3128 1b299f25c9fe5ce949be1c5dcd24100ecc9897ba 1c615ee6f948e06338f768bffcbcd65c0b60b300 2f0d377431f8ab6e35841fa157e703646c91fd42 38a5744f588e65954b10a0e69d9f228f3f460f9b 70ee617538570d1d492cc701e58d6d1c285a4053 bebd56e0dbb2348c51ff8fc3afa1e2e2fd543c96 bfa4a39025d37813e9892ae39ccb0ef8f58a5b0f c8247773288671749c4345e34ed5333f6b2c9f35 dd04a73185e2bcb2b2ff1dcc86c0753669966173 e32446fc6c6fbd927118ae1d3587b4f763d30dc2 Package: ros-rolling-rmf-obstacle-msgs Version: 3.4.1-1noble.20250331.171109 Architecture: amd64 Maintainer: Yadunund Installed-Size: 799 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-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_3.4.1-1noble.20250331.171109_amd64.deb Size: 79228 SHA256: c3be1ed5f116880d044362b331d6c17877bf2042e68d04f17d0f85d770fa0cdf SHA1: e525e52f376030329da2994ae8b23874f1109868 MD5sum: 29524a80fc809be3e18973c78eabe93b 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: 3.4.1-1noble.20250331.171109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 627 Depends: ros-rolling-rmf-obstacle-msgs (= 3.4.1-1noble.20250331.171109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs-dbgsym_3.4.1-1noble.20250331.171109_amd64.deb Size: 488836 SHA256: bdda893a3f9fb3cc2cf7eeb9b34b5e26dd2a2af18d9ea2232b3f4cb690a4e6f6 SHA1: 4d1f23992f7011636e91fa6bddb73a554bd26e8a MD5sum: 27f1785eef9d386e04958d5509abbd7c Description: debug symbols for ros-rolling-rmf-obstacle-msgs Build-Ids: 0a8009d027a2f9252ea008933e815452ff8bc70b 1da4274ab37bb45d62d962b5aedc846480a7a2ad 3c7a8a24860e80d32cdeedce73b9af97e33cf14c 6fc01eed58679970d454ae164dfd68be3e1c1ad6 703005765888ac8a300f6703e86cc98d3ae6582f 846072bffbb06216f1d5052ce3caa89652b24e18 a43a158c44c45f5709ee7fe7126e9dd328861b0e b9a723786e40c53e006da89b2601122737be54fc cda385a527a18b02346a177798f285f06fdc4489 d825ae789b4c6f02d422113ba3326508d1f012bc e0744c7e6192250c2ed74d812e16be09a3b2d650 Package: ros-rolling-rmf-reservation-msgs Version: 3.4.1-1noble.20250331.163738 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1659 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs_3.4.1-1noble.20250331.163738_amd64.deb Size: 126106 SHA256: 7f5254584944124dfd7782947e9c6f68bc54a53a7288c81804fd9abe6229d3d7 SHA1: edb6e4bc29d781a59b698bc0a28ef4fe36f9744e MD5sum: 8ec6225c09c20922e3775ecf953710e5 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: 3.4.1-1noble.20250331.163738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1344 Depends: ros-rolling-rmf-reservation-msgs (= 3.4.1-1noble.20250331.163738) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs-dbgsym_3.4.1-1noble.20250331.163738_amd64.deb Size: 1082326 SHA256: 698bd6d7c763c6b3101f1de320829c8a47eee5de83d560355b7a49bed95d0998 SHA1: 67cfa938b87f8a58f8fc12b77199c17a26360326 MD5sum: 5eaee267017256155376b526195a8920 Description: debug symbols for ros-rolling-rmf-reservation-msgs Build-Ids: 0bc64851f58108e0217266dffe42cf70819dbaa8 494c780d4280d94dc5b003b146ca96a4284c2922 626f80b6e0b21d796256eafd08dfefa46d011a8b ad0032817ae04e537006d0e6e08b8f3620e68e36 b066c5496c84d34e071db952a86b4c1037e2da0c bbf661fc049d5091d5bb5f35d6738a737bab0c8f bd4bf1fbb1e1261cd36bcd887008e2bbbd88b4d7 bd61fc818fa4784ef921786772af258f68dff8b0 c01fbfc1f51f2d2e9f0247c23594c5b1a6b5cd6e cbb962ad142a681fa63eb8ef10611e5790093ccf fdf48a48fe6eae72a319d2b40ca66ab6c766a73a Package: ros-rolling-rmf-reservation-node Version: 2.9.0-1noble.20250331.195432 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1339 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-fleet-adapter, ros-rolling-rmf-reservation-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-node/ros-rolling-rmf-reservation-node_2.9.0-1noble.20250331.195432_amd64.deb Size: 217230 SHA256: 3c7f4d99bb100210ec916ef2e879a209f7bf1a919f99d1bfab3f9a76e9d5a446 SHA1: 523a49080f94926ffbfea7e58aa7307727b34e5b MD5sum: 7023dfbecbfd8808a56881786809e58d Description: Node that handles current state of parking spots. Package: ros-rolling-rmf-reservation-node-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-reservation-node Version: 2.9.0-1noble.20250331.195432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 5877 Depends: ros-rolling-rmf-reservation-node (= 2.9.0-1noble.20250331.195432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-node/ros-rolling-rmf-reservation-node-dbgsym_2.9.0-1noble.20250331.195432_amd64.deb Size: 4730126 SHA256: 6df71e8153af721b129c454d61e233b4778ff887ee5edc695e715a0c7ff85abe SHA1: 90ad43dda28f3fffcf2f307f1ba6d8bbcf94435b MD5sum: 8d9433334e9b7b480f46d7fd3280f8ee Description: debug symbols for ros-rolling-rmf-reservation-node Build-Ids: 310349f5aecb3d12fa689bde2b896c65db6180f1 Package: ros-rolling-rmf-robot-sim-common Version: 2.4.1-1noble.20250331.193949 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-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-dispenser-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-ingestor-msgs, ros-rolling-std-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.4.1-1noble.20250331.193949_amd64.deb Size: 456224 SHA256: fa1359424ee48052d3484c857f10ac755cf57e25dcad6c54161814a46795ab37 SHA1: 3991f42c204c29810efd4338e3804c52bf7e07c8 MD5sum: 0eedf222a67099fb846d744be109316e 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.4.1-1noble.20250331.193949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 16380 Depends: ros-rolling-rmf-robot-sim-common (= 2.4.1-1noble.20250331.193949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-common/ros-rolling-rmf-robot-sim-common-dbgsym_2.4.1-1noble.20250331.193949_amd64.deb Size: 13723800 SHA256: 5a9cbef263cb2af93fe6880ab87fe858a606d0a0065bcd05e91c1f00120d1717 SHA1: a88c1cd8bb9bac84c0ef807c2e833b84c97cfbb9 MD5sum: bfddb8921ef824de461b40bf6c4ad5a9 Description: debug symbols for ros-rolling-rmf-robot-sim-common Build-Ids: 2616ff32b0563fa503d2b558d91e423a1767b4b2 6a1b407723ab319d24955640411245634cb1d78d 9ab53460a921f978763471c7deb0c4ec06dacd94 acba88e268684a9e8048ba012f8aa19d9c293507 af843c96393f5908010ba4065d4fd2ea6a4d1141 Package: ros-rolling-rmf-robot-sim-gz-plugins Version: 2.4.1-1noble.20250331.194652 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 1164 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-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, libeigen3-dev, libqt5core5a, libqt5quick5, ros-rolling-gz-plugin-vendor, ros-rolling-rclcpp, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-building-sim-gz-plugins, ros-rolling-rmf-fleet-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.4.1-1noble.20250331.194652_amd64.deb Size: 273174 SHA256: a5d10b3feb23819822a1424bebf42a4c5fa1e8c4d8c73de681b75a6a452c6c65 SHA1: a8c1b9625202c5ab87c0e11f0972096981eed1f2 MD5sum: b6c4e288412f737db3cfca372fde19c4 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.4.1-1noble.20250331.194652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9694 Depends: ros-rolling-rmf-robot-sim-gz-plugins (= 2.4.1-1noble.20250331.194652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-gz-plugins/ros-rolling-rmf-robot-sim-gz-plugins-dbgsym_2.4.1-1noble.20250331.194652_amd64.deb Size: 9254366 SHA256: 4824e1b97873393e1777070af69840705eca0bf39e08287c80ebcfa2f11965b5 SHA1: b9f2b74a64576aebb1d7c979983dfd5db9620195 MD5sum: c010f88e43daf58435d50b0672e0fad0 Description: debug symbols for ros-rolling-rmf-robot-sim-gz-plugins Build-Ids: 07150054e70463cfaf025f0c14fff0f5090116d4 0e14e7cb5467c26b3b0a740b5a37d1d17f771320 890c1c95a38ffcb20e676acbab33744d09414634 dc6b267fe47ec4a8b5b41af10b989d17e73c200e e4212430ec121d1068f43d49f9312c827b7e114b Package: ros-rolling-rmf-scheduler-msgs Version: 3.4.1-1noble.20250331.163525 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4743 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.4.1-1noble.20250331.163525_amd64.deb Size: 305796 SHA256: 0874398b5ca04006c9f15f09ec8605cf583f2a26440fb78007d56571589310aa SHA1: 1828e84e3672906a3d83d803e595cd7e0f8aa0b2 MD5sum: 222e3e70d5aa6d9fe41301de8acba284 Description: Messages used by rmf_scheduler_msgs Package: ros-rolling-rmf-scheduler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-scheduler-msgs Version: 3.4.1-1noble.20250331.163525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 3852 Depends: ros-rolling-rmf-scheduler-msgs (= 3.4.1-1noble.20250331.163525) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs-dbgsym_3.4.1-1noble.20250331.163525_amd64.deb Size: 3125986 SHA256: 29784ebd73130bd6ee64f1417af85a2b50fa0defd3f404b070543c5b41b41198 SHA1: 43cc89360c9f3e1e90bb2232de86c7152e9701c8 MD5sum: 3cff09ed48022792fcb4f97d33acc138 Description: debug symbols for ros-rolling-rmf-scheduler-msgs Build-Ids: 204d0e5fe21e96dad866d3277bf6075878fd6540 490704af537668347adfc0cf9e9b8811be50464e 75de0cd89c96917be097b4aee7eb846d946ad3c9 77562c48e7b81ce3bbc37c6857193b16d4646aa9 8171bae7e3db03c84fa0c1d8aa17480ad9c7bbc3 9116590ed7ed1654e739ccf97dccee36e99c1bff 9d71999fa3e37884514494fa8c426ab8b1fd3abe b45cf2bda3f25591b1e5e8e8f9434f134d70c262 ccd6798122069c8b2afd0bad77fcaf26eb3c7393 d3329d23e8d37a7b97c43631189d720410fe8f30 f7a1fcabe0f8946abceb6a9d5238539aa0a5a36f Package: ros-rolling-rmf-site-map-msgs Version: 3.4.1-1noble.20250331.163530 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 431 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), 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-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs_3.4.1-1noble.20250331.163530_amd64.deb Size: 43948 SHA256: 7657fef1889d75d3738056e1b7c725e8b7fa07b70445bb491e4c8cd78f468adc SHA1: c39476767d52a8d0ca130baa072a1042338a0106 MD5sum: f1db55bd14b29520fa4aa321a5514b8a 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: 3.4.1-1noble.20250331.163530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 281 Depends: ros-rolling-rmf-site-map-msgs (= 3.4.1-1noble.20250331.163530) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs-dbgsym_3.4.1-1noble.20250331.163530_amd64.deb Size: 194584 SHA256: b4b5a96a4643e12efbff75433c670c11a081fbb0bad674017832d163985bbef7 SHA1: f78fec57fb6d7d7202ab4e258509a635dab425d6 MD5sum: bc8031d25006e865e88ec9b200f52460 Description: debug symbols for ros-rolling-rmf-site-map-msgs Build-Ids: 29c65ac3fc826ffca235297821e801973ac357e6 2a306d44c14756f9b658b0dd7ef288560c31a3cc 5495d6af821e3160c931c8ab7df03add6e7edaaf 5bf497cd54509fca07b8764e668326c73dfb3642 5f4d51841964255536b74ea291f35e3e547d7d46 a0b31c2be8faef9538ad3c024de5ffe79e541aa5 c84b3dedfac125d3e18e92362f839e8ec3e57f00 c8e3b8faabb5254fa0b3029c76763543633c36c5 cc1f36fe325418c27a16211882cc72c95f638ee5 d6a8f210cd0521e69d91d360fbeb954e5c9a71da d7154be827917cd48e640347f3e251f90d148b6f Package: ros-rolling-rmf-task Version: 2.7.0-1noble.20250327.091938 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-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.7.0-1noble.20250327.091938_amd64.deb Size: 143816 SHA256: a1e395afe60092d7b6b72d8c805eb2fea1ae6130e48f6483334de6a1b7ebb9a7 SHA1: 856c0c482866ca1e7b62786a9b961f5fc60c5b46 MD5sum: 0bee1fdecd3481e85af44840d96108c2 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.7.0-1noble.20250327.091938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4937 Depends: ros-rolling-rmf-task (= 2.7.0-1noble.20250327.091938) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task/ros-rolling-rmf-task-dbgsym_2.7.0-1noble.20250327.091938_amd64.deb Size: 4835892 SHA256: 06e4685a389e9ffb9b2f6eec451d833dd199112b26a85ddb3a641645089f71ba SHA1: 8b5fc4cbebe2682c032acd0c8e6646075a035bfb MD5sum: 1a2276cb9da4157c931d2ef388ddac96 Description: debug symbols for ros-rolling-rmf-task Build-Ids: a178633839524c938b34f06d46f5f39eb37b36bd Package: ros-rolling-rmf-task-msgs Version: 3.4.1-1noble.20250331.171318 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5834 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.4.1-1noble.20250331.171318_amd64.deb Size: 401378 SHA256: 899bd507688fe8ee175bffe2c721af01825e3f092a0da56e1d4c29a52e15ccef SHA1: cf67013cfc3fbea3ff1de2b3991b0e6cfb206942 MD5sum: 3fb1df16ab5b08cad57a19a0c6341af2 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: 3.4.1-1noble.20250331.171318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5109 Depends: ros-rolling-rmf-task-msgs (= 3.4.1-1noble.20250331.171318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs-dbgsym_3.4.1-1noble.20250331.171318_amd64.deb Size: 4277518 SHA256: a16bd3644d83c2fec3e65a3a99e4961dc1c8961b510c5369d1b5033605520791 SHA1: 7e1aaf10c8d4edc830321e69105419ab43afb713 MD5sum: 5c912109c095e372a981eb4a1f768bb7 Description: debug symbols for ros-rolling-rmf-task-msgs Build-Ids: 0fed926f9c00b28ed18095e8e10b9fc1d0abe6e8 1ae7303bb81fe05a5ef266bab817f761239d5675 6843e440cc02b34111f5695f7bb2418ca8dbb08d 7ceee6cb60f5323c7c35cd4d227ccc2eecfed282 88723a6a057bf6df63934d461744101a0b53458f 8ceb75f14e7e229c703e98a05360efb8e1127459 9bc762e697cacf7996d0cc5af3a87d39dd833c86 b66983746fcf98c9de1c5b9a80a93154ae38cc96 c79cafc79d980d51b9ea7b02482d896c0bc2d064 e797a3f21a757bd7debc03a6200a121f125456f5 ebc784b3a31ffe335469e03053bc218ca328bfe3 Package: ros-rolling-rmf-task-ros2 Version: 2.9.0-1noble.20250331.185339 Architecture: amd64 Maintainer: Yadunund Installed-Size: 2098 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-backward-ros, ros-rolling-rclcpp, ros-rolling-rmf-api-msgs, ros-rolling-rmf-task-msgs, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-utils, ros-rolling-rmf-websocket, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-ros2/ros-rolling-rmf-task-ros2_2.9.0-1noble.20250331.185339_amd64.deb Size: 373710 SHA256: 9937b35f70b6de906eb3db37abcb8ce2897d2ac0d79ac31a5373a93d3e04cd2a SHA1: 556cb1e053932ad4b3801d3e341772d6115beb4e MD5sum: 6ca206122e55fc8fa6a738040c544814 Description: A package managing the dispatching of tasks in RMF system. Package: ros-rolling-rmf-task-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-task-ros2 Version: 2.9.0-1noble.20250331.185339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9541 Depends: ros-rolling-rmf-task-ros2 (= 2.9.0-1noble.20250331.185339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-ros2/ros-rolling-rmf-task-ros2-dbgsym_2.9.0-1noble.20250331.185339_amd64.deb Size: 8218744 SHA256: 8f7b848efee355e10720b10caaa74fa04f6b123ed206f8608230b98827e40aba SHA1: 97a2267265ca697d4a8c87f2da5d8248ed477614 MD5sum: c85e40fb870ea24684c6d6a0f0082115 Description: debug symbols for ros-rolling-rmf-task-ros2 Build-Ids: b79332092e605739dbaada62f9c395097f907f56 bec1105391dc95ce02e5f1dc6bad4a6f7a963939 c5912ad319299b5b5b9c075e62ffb0964366951f Package: ros-rolling-rmf-task-sequence Version: 2.7.0-1noble.20250327.092229 Architecture: amd64 Maintainer: Grey Installed-Size: 553 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.7.0-1noble.20250327.092229_amd64.deb Size: 153508 SHA256: 08fd0612849c7d030c7f7ca6262072bf1fd7b190ba9679a1fc009d43314713aa SHA1: 23ecd518fcf3e70992397c24cbb8543c8abeaeda MD5sum: b4398d96aaaaadf2819d6d4911b391ec 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.7.0-1noble.20250327.092229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 4727 Depends: ros-rolling-rmf-task-sequence (= 2.7.0-1noble.20250327.092229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-sequence/ros-rolling-rmf-task-sequence-dbgsym_2.7.0-1noble.20250327.092229_amd64.deb Size: 4547498 SHA256: 72e33fa69ee0c205064699e0a0b688b9e489b16d8b5558cabc699da2919fdc70 SHA1: 2e87b27ef4a38399d35453a418fc052c7ba33473 MD5sum: b36a038957108e25ae9a88d9e7b7cee6 Description: debug symbols for ros-rolling-rmf-task-sequence Build-Ids: 727fe008020f7f74df695e2411e56854aa757b99 Package: ros-rolling-rmf-traffic Version: 3.4.0-1noble.20250327.085129 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-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.4.0-1noble.20250327.085129_amd64.deb Size: 1027454 SHA256: 625dfa109d05bd0d7bdeee4fa80ff994120a3104550f6008d647d92dfc626cc5 SHA1: dbd8d65ec69ee3fb22d52fa597457b4c5564df9c MD5sum: 36c2c60f203067b3b3ad9d4783e46c41 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.4.0-1noble.20250327.085129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 49672 Depends: ros-rolling-rmf-traffic (= 3.4.0-1noble.20250327.085129) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic/ros-rolling-rmf-traffic-dbgsym_3.4.0-1noble.20250327.085129_amd64.deb Size: 46386048 SHA256: 2a580bff390dd7844a16b8a7abb417a2ac3d9525ffaebbe7e6958228aef23500 SHA1: 17d486ddfca5794d49d5d37f6ccacb2277de33e4 MD5sum: 6e967cb458e1a829d81fb93e28a0949e Description: debug symbols for ros-rolling-rmf-traffic Build-Ids: 9d2560be66837200fe7e6b64289417877d47d6c2 Package: ros-rolling-rmf-traffic-editor Version: 1.11.0-1noble.20250326.141245 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1371 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.11.0-1noble.20250326.141245_amd64.deb Size: 444480 SHA256: f540eb9d119921d3a9caf6c37bc030b3d439a43aa5a36147db9ff32ea3a0abb3 SHA1: e061a289895d448b745103d117234bde419656b8 MD5sum: c1b58cb9544c1ab4960a4a8f03ad10a4 Description: traffic editor Package: ros-rolling-rmf-traffic-editor-assets Version: 1.11.0-1noble.20250318.171433 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 14664 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.11.0-1noble.20250318.171433_amd64.deb Size: 12105846 SHA256: e711cf9cf114eb3159c702d5022be4a1547d5494b1c03b2405809ea61fffba9c SHA1: 607821c78439338b55d44a4105a683037c2da7cc MD5sum: f45e5388ff7d70196e9ad1f0baf0214b 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.11.0-1noble.20250326.141245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 17472 Depends: ros-rolling-rmf-traffic-editor (= 1.11.0-1noble.20250326.141245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor/ros-rolling-rmf-traffic-editor-dbgsym_1.11.0-1noble.20250326.141245_amd64.deb Size: 17356342 SHA256: d65edba548a7e321862af2355439eb930bbe70495062bbd252cedce6cb181e24 SHA1: 840eb78cdb9d7ad4d75db3e0e0e874c0ba7c3465 MD5sum: 6c9b07abc893e650bcb98c3a2b4a16c7 Description: debug symbols for ros-rolling-rmf-traffic-editor Build-Ids: 421440a29c4021fb3a9cc0b610f3de7ac1cec4c6 Package: ros-rolling-rmf-traffic-editor-test-maps Version: 1.11.0-1noble.20250331.180510 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.11.0-1noble.20250331.180510_amd64.deb Size: 189312 SHA256: d80a1e75d9bb505c587f690d67e806d53c117eb753f7d6462a0bf19ba5a5533b SHA1: a7c62209bf4bd6205a170d05a9f29d46092cf67f MD5sum: ec29deb9fbe1d81f4834488c4415aea2 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-rolling-rmf-traffic-examples Version: 3.4.0-1noble.20250327.091822 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.4.0-1noble.20250327.091822_amd64.deb Size: 16924 SHA256: a792e8cbd0fab82b4491ddcc0f158ba3ebcfcccbfb7911d256c4ef43c73cbf54 SHA1: 265f13ede9a452d63cde52847f3ca1bca0df823a MD5sum: 685590e07e4f66944707b4d25c54e3dc 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.4.0-1noble.20250327.091822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 606 Depends: ros-rolling-rmf-traffic-examples (= 3.4.0-1noble.20250327.091822) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-examples/ros-rolling-rmf-traffic-examples-dbgsym_3.4.0-1noble.20250327.091822_amd64.deb Size: 586318 SHA256: 4b9c11e4cd84369739c81ce163e7e77e05c166d3c8748887fd103f518789bbc7 SHA1: 4e83e7ea87a9bc581337c571a28d100b37962165 MD5sum: 1657365442dc748711767d31312c7d4a Description: debug symbols for ros-rolling-rmf-traffic-examples Build-Ids: 68921fbff1585fd4bc0b497c1671e2b5eb09a5e7 Package: ros-rolling-rmf-traffic-msgs Version: 3.4.1-1noble.20250331.171119 Architecture: amd64 Maintainer: Grey Installed-Size: 10340 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-traffic-msgs/ros-rolling-rmf-traffic-msgs_3.4.1-1noble.20250331.171119_amd64.deb Size: 661912 SHA256: fbcc19f346d853b2548d93d7f624bc4ec5a87fffa88e582c0bb8ec8f98f60408 SHA1: 26b58aca585aa170c93331c4bd84956103508b6d MD5sum: 683faf04cdd9f124097f0b3af7fbd241 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: 3.4.1-1noble.20250331.171119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9390 Depends: ros-rolling-rmf-traffic-msgs (= 3.4.1-1noble.20250331.171119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs-dbgsym_3.4.1-1noble.20250331.171119_amd64.deb Size: 7901344 SHA256: 97565781c297d6931530e0a2c07c269a02d287277736d3117ec420e62cd81fac SHA1: 901b8bd070953af9ff54c428c24041b6008334e4 MD5sum: 7b63656a5fcb19041f70536a1524fb09 Description: debug symbols for ros-rolling-rmf-traffic-msgs Build-Ids: 22f00fa89eabce1bec1efc7e0152f98391052b16 27f364aa47f48a7a827dfd9e8ac50ddad9dcf56e 3c9c1693417f1bb5fb5a873aa382ec8e93df14aa 76f0ad41bb1e443b435dc9275496045f1254e9c6 91bf8c9dc5bd3b006fff245c6a90ff39e215e2d0 a9228ba6708d2e2ea68ec0057c14ac963e0882d7 bc07517c6d3fa15751fe4b291631598db9b336f8 d40b0c4b090662c30b69a0194aedb26560711852 d8e339400b0342c6d7ca5feaa0dfdb1d1b8356c1 ed31f39d588686daf95a2642b2de8a33f3ec59ab f72120a74f7f522d55668c12a22b4529b4266b95 Package: ros-rolling-rmf-traffic-ros2 Version: 2.9.0-1noble.20250331.180628 Architecture: amd64 Maintainer: Grey Installed-Size: 7906 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.9.0-1noble.20250331.180628_amd64.deb Size: 1047496 SHA256: 4b2fcce3f94c3a405160da889494b52f447a252755850c8e7dbffcb409c0ff5c SHA1: a2396585dd6d4f65004da3c9cd89b55a2dcf0a86 MD5sum: cd9331522aeba878e60c492016dd5fe2 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.9.0-1noble.20250331.180628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38251 Depends: ros-rolling-rmf-traffic-ros2 (= 2.9.0-1noble.20250331.180628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-ros2/ros-rolling-rmf-traffic-ros2-dbgsym_2.9.0-1noble.20250331.180628_amd64.deb Size: 31195832 SHA256: f6ab2514dbfc5fd0a0694ee651f9fb2eb13f6cbcdfd25a683c1cf0fb35593e50 SHA1: 90a8f74f30d5e954c2ed4f146d1813d104f4bf83 MD5sum: ce730821b365f2dde5540a3a129ea8eb Description: debug symbols for ros-rolling-rmf-traffic-ros2 Build-Ids: 4482e9389584d554839d02672924124636f48f79 4f8f741ba2e8419addeb10c57f631d898942568c 93da7d04b243ec21b70a1f69a0059332d7e255da d4f9cf690171f03b83f307ba4c202323195103a2 f1a3373a8da5e63b9bbf2a41baee7c244eeba1d8 Package: ros-rolling-rmf-utils Version: 1.7.0-1noble.20250318.170052 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.20250318.170052_amd64.deb Size: 132180 SHA256: 7457d24b58c6a493173065f45207bad20c06c647f15d2c68c382d2c6abe10332 SHA1: a1afd162d0bfd5f0bcbb2b0477a82a17fcbd97fa MD5sum: 3f3bbdaeb2fa428d5607affdd233068a 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.20250318.170052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 34 Depends: ros-rolling-rmf-utils (= 1.7.0-1noble.20250318.170052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils-dbgsym_1.7.0-1noble.20250318.170052_amd64.deb Size: 20612 SHA256: 5cbc6931f670f2adbe171096a8d266c23b9ce6dc32c56970f149881e396bfd34 SHA1: 0b24d0c10a06e9f7df3b995a3960a032768194af MD5sum: fcde6444b3eccae4787a22cc46638d53 Description: debug symbols for ros-rolling-rmf-utils Build-Ids: 2b51753f9cb5ff534d4c2c3cd10635a03ebcb2d2 Package: ros-rolling-rmf-visualization Version: 2.4.1-1noble.20250331.205857 Architecture: amd64 Maintainer: Yadunund Installed-Size: 46 Depends: ros-rolling-launch-xml, ros-rolling-rmf-visualization-building-systems, ros-rolling-rmf-visualization-fleet-states, ros-rolling-rmf-visualization-floorplans, ros-rolling-rmf-visualization-navgraphs, ros-rolling-rmf-visualization-obstacles, ros-rolling-rmf-visualization-rviz2-plugins, ros-rolling-rmf-visualization-schedule, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization/ros-rolling-rmf-visualization_2.4.1-1noble.20250331.205857_amd64.deb Size: 6858 SHA256: 07e3e1924609d124dea1822935cbec9c7c933c4d4fbb5160c39e31bb485c26f6 SHA1: 931c8289a8624ec4faf4d1eb8e9917c9c4ac3d65 MD5sum: 3081baec2121d3db86aa6df02b8473ea Description: Package containing a single launch file to bringup various visualizations Package: ros-rolling-rmf-visualization-building-systems Version: 2.4.1-1noble.20250331.172628 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.4.1-1noble.20250331.172628_amd64.deb Size: 12500 SHA256: ed3107506e381f9f67372b5d7c0cf76c153ad880bb6fd355cd9c0cfddd3bd6b8 SHA1: 013b3b9f59b0fe7e1027e0940ba10848b5bd8365 MD5sum: 42dea655d9ff6529890ada0a5af576e8 Description: A visualizer for doors and lifts Package: ros-rolling-rmf-visualization-fleet-states Version: 2.4.1-1noble.20250331.184018 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-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.4.1-1noble.20250331.184018_amd64.deb Size: 152508 SHA256: 441a07f44a78110f6eda46438bdc2341cf752a60509f5dfb9c5f5eaf710cb162 SHA1: d6b9c3e396a4e374bcd6524debaabcef9bf32407 MD5sum: f8d3c99b4f547fbcfffcb364753dab75 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.4.1-1noble.20250331.184018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3683 Depends: ros-rolling-rmf-visualization-fleet-states (= 2.4.1-1noble.20250331.184018) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-fleet-states/ros-rolling-rmf-visualization-fleet-states-dbgsym_2.4.1-1noble.20250331.184018_amd64.deb Size: 3089194 SHA256: 7cd272326d4fe27d3d2c0e596e1916b83fcc170c93a4fcbcfaa27953a44e370b SHA1: 16544d2c6fd3cc97ddacd5c6d4d63e63039daf38 MD5sum: 378447c8d2f3f28d61777b150109f578 Description: debug symbols for ros-rolling-rmf-visualization-fleet-states Build-Ids: 9a6e3d96f0f631bbd54768f8b1afb9e73a82aded cfafec527bf6484971620e2ccefbd92713ea2d7c Package: ros-rolling-rmf-visualization-floorplans Version: 2.4.1-1noble.20250331.184022 Architecture: amd64 Maintainer: Yadunund Installed-Size: 785 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-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-floorplans/ros-rolling-rmf-visualization-floorplans_2.4.1-1noble.20250331.184022_amd64.deb Size: 151400 SHA256: 2a0808393f07c20f80d3531767406037ec124f50ae21322a5c2e394e06cff7a3 SHA1: b150a1c65ac0b5d936cd6044a5df9f6c2dd329ba MD5sum: 9a631b383cee91f213bc247e0ddbd895 Description: A package to visualize the floorplans for levels in a building Package: ros-rolling-rmf-visualization-floorplans-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-floorplans Version: 2.4.1-1noble.20250331.184022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3914 Depends: ros-rolling-rmf-visualization-floorplans (= 2.4.1-1noble.20250331.184022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-floorplans/ros-rolling-rmf-visualization-floorplans-dbgsym_2.4.1-1noble.20250331.184022_amd64.deb Size: 3324068 SHA256: fcb610d49750e6287d19158c48fe9beb036ab60aa25deed803b1c070a1ab3275 SHA1: acad496e59e99a97b8fd92f391650d3dc6b6cd78 MD5sum: 16786e003406af47d7294e00488214c4 Description: debug symbols for ros-rolling-rmf-visualization-floorplans Build-Ids: 95bfd49e7424fcfb2f8ac2caa7b584990435ade9 a2d7a22ddec8e78e13901ff903e10b0fd9730957 Package: ros-rolling-rmf-visualization-msgs Version: 1.5.0-1noble.20250331.163531 Architecture: amd64 Maintainer: yadu Installed-Size: 427 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs_1.5.0-1noble.20250331.163531_amd64.deb Size: 39930 SHA256: c36c9447e27f00e26f4ac322c1c659c94f46ac63f2d0b17c76ff269af3ef544f SHA1: 91c4d973c818f327d3f0a9c5dbf4e77e9a57d323 MD5sum: 253443d553bb2f338f3abbb176481e5b 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.20250331.163531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 271 Depends: ros-rolling-rmf-visualization-msgs (= 1.5.0-1noble.20250331.163531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs-dbgsym_1.5.0-1noble.20250331.163531_amd64.deb Size: 183616 SHA256: 73c0aebc24d3ce2ac5721604311309092ee9b48c2646ec541528a435e4dcdbb9 SHA1: 6339abed4e5812e79a43499f62674cea248a09f0 MD5sum: 6b916d9e9accd24abdea24f85cffda96 Description: debug symbols for ros-rolling-rmf-visualization-msgs Build-Ids: 0761fd80c8e8915dd493cebfad830f1de3da0095 09554a671d31bca00b25f996472fbd171cbe0c16 0f1c7c1c287cecdff7f7264f9942b353941c9ff6 1047065337efe2b0efd34d81f2db3d249d6d5af5 204c70e7fb639a0718830e719faf02c622d1cc60 649fe321ef7ffcc29d0eac44d4c2c3b92513ab05 822381bd568c8c63f12fbcb58f6f99c4fba45ec0 9e90fbeba7b3f285f53bde97ed32f94fa6ce7759 b15dcaaf33818df8bd8900b289cf42edb0523f55 e9c6cd8976fe1d7f850a30d35cc1783432288589 f460b3a9738f5d5375ab81ccfe3d43971069ec7b Package: ros-rolling-rmf-visualization-navgraphs Version: 2.4.1-1noble.20250331.184039 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1053 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.4.1-1noble.20250331.184039_amd64.deb Size: 191284 SHA256: badd2438c9432555b3f5a97e0f12df021a261d1bf2ef41b38b51dc9dc5936575 SHA1: dec10d50ef07c7194a9782a54d5d3804495a4dfc MD5sum: ffae219f939aceb9af1e624d1d90bcaa 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.4.1-1noble.20250331.184039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5005 Depends: ros-rolling-rmf-visualization-navgraphs (= 2.4.1-1noble.20250331.184039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-navgraphs/ros-rolling-rmf-visualization-navgraphs-dbgsym_2.4.1-1noble.20250331.184039_amd64.deb Size: 4157974 SHA256: b20346013a8db13690dfdab1f775e205e1bfb5052ffb40dc4f76090292a4756e SHA1: 367108e2a66512e1f0fc0edeb9534462db506caf MD5sum: 82d1598fa1849819e4ffefb55ec5885a Description: debug symbols for ros-rolling-rmf-visualization-navgraphs Build-Ids: ae03dc38dc5a052102b05996312fd4e42fb74a70 ecada162691822642d36e778fc3d84bd41a744c5 Package: ros-rolling-rmf-visualization-obstacles Version: 2.4.1-1noble.20250331.184034 Architecture: amd64 Maintainer: Yadunund Installed-Size: 777 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.4.1-1noble.20250331.184034_amd64.deb Size: 149380 SHA256: 468c8e321cf6fc87a8d3bbe360bad18a56020bc64e6b69d0d780523f60205d98 SHA1: ccc48e45962940983d0999b2e383c08673484777 MD5sum: 24b9b057043d0e7d0c554c4bca50e669 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.4.1-1noble.20250331.184034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3614 Depends: ros-rolling-rmf-visualization-obstacles (= 2.4.1-1noble.20250331.184034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles-dbgsym_2.4.1-1noble.20250331.184034_amd64.deb Size: 3020922 SHA256: 2c2e1e5dab48d8f4982fe55a2ce9d17f729c6d7a61d8db0e7cb33688e4ba15ad SHA1: 35029a40e9546fa63decab35962a478ed5d0d328 MD5sum: 9e965796733c8c1746ac9dfc92ebfd37 Description: debug symbols for ros-rolling-rmf-visualization-obstacles Build-Ids: 1e6c818886bc31932eadf64ddae05b3078731074 71ece51ae9cdcff366c8c8ad832bea7c6226ea11 Package: ros-rolling-rmf-visualization-rviz2-plugins Version: 2.4.1-1noble.20250331.205224 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-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.4.1-1noble.20250331.205224_amd64.deb Size: 253342 SHA256: 95e732da1504202a70309bd429498457702f162f67c088e2b6897661e80156a3 SHA1: b3a000f232581a14c8e770ab0d999c9fbcafe831 MD5sum: 5dbedb55c6b99c1b3a404ba81dbd4d5b 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.4.1-1noble.20250331.205224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7571 Depends: ros-rolling-rmf-visualization-rviz2-plugins (= 2.4.1-1noble.20250331.205224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-rviz2-plugins/ros-rolling-rmf-visualization-rviz2-plugins-dbgsym_2.4.1-1noble.20250331.205224_amd64.deb Size: 6411742 SHA256: 7c0916da42418bee6fbd161b645a38d253688ccd72ab3480a94c1fc3d835043a SHA1: b22faab9eb6f12c7aec9bcfa41cb79bddf690d10 MD5sum: 20350e244b65404f6ac24da15c4d4267 Description: debug symbols for ros-rolling-rmf-visualization-rviz2-plugins Build-Ids: b05e96e091fb3dbe409c8ab1415e0d41259fe7bb Package: ros-rolling-rmf-visualization-schedule Version: 2.4.1-1noble.20250331.183848 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-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-msgs, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-visualization-msgs, ros-rolling-rosidl-default-generators, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-schedule/ros-rolling-rmf-visualization-schedule_2.4.1-1noble.20250331.183848_amd64.deb Size: 622462 SHA256: 61c1840cc699a22009ed08982d203a02bd85d8933e9073b2b87c75f5c9a33e00 SHA1: 62e3dbf4390c17653952979d0bccb7bfaa49643f MD5sum: 1f760f5c1ab19dacf0dfb1304a769626 Description: A visualizer for trajectories in rmf schedule Package: ros-rolling-rmf-visualization-schedule-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-schedule Version: 2.4.1-1noble.20250331.183848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9896 Depends: ros-rolling-rmf-visualization-schedule (= 2.4.1-1noble.20250331.183848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-schedule/ros-rolling-rmf-visualization-schedule-dbgsym_2.4.1-1noble.20250331.183848_amd64.deb Size: 8706120 SHA256: 54622c14b69775701e42ccc02ba335f6876de05787f91ab9abb15cdc39b8c49c SHA1: b04b016410b866169fd26d46d020a1b1a9c9f7c9 MD5sum: ecffcbd29ced75dca5ba653383fabadb Description: debug symbols for ros-rolling-rmf-visualization-schedule Build-Ids: 3e6367795963b725a7df15fca2930dff2453b5cc 6d78b45b6eb492d39b679a4a513afbb59632ec3a 77085cf3ae5efb1f9c9dd10564250eb85abdf2e8 7fbf7168d2387fbc7ae112dea8205fc5a8f59bb3 Package: ros-rolling-rmf-websocket Version: 2.9.0-1noble.20250331.183622 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1045 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libwebsocketpp-dev, nlohmann-json3-dev, ros-rolling-nlohmann-json-schema-validator-vendor, ros-rolling-rclcpp, ros-rolling-rmf-utils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-websocket/ros-rolling-rmf-websocket_2.9.0-1noble.20250331.183622_amd64.deb Size: 281122 SHA256: faa00653a70577aa23c71c9db34ca82f5b2cb1e726ac9d69f05c28da90a85f0d SHA1: d1fb20472b2f6727fd71e24f0937e3916b2fdaba MD5sum: 5e1dd47767d0aa21abd63eff6ab6ccc3 Description: A package managing the websocket api endpoints in RMF system. Package: ros-rolling-rmf-websocket-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-websocket Version: 2.9.0-1noble.20250331.183622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4815 Depends: ros-rolling-rmf-websocket (= 2.9.0-1noble.20250331.183622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-websocket/ros-rolling-rmf-websocket-dbgsym_2.9.0-1noble.20250331.183622_amd64.deb Size: 4387082 SHA256: 94197ff31ee8525e1a913b540c6d3a77c3d934a5a75e7357d2468995de6bdb5e SHA1: b6aad797a87e52618303bbaf6f5e71927b89c9b0 MD5sum: 736daeb987fe2da7361ec3124da8dbfe Description: debug symbols for ros-rolling-rmf-websocket Build-Ids: 6258c88ad3754595fdc3d7f5b71cdcd7eb6bf9aa Package: ros-rolling-rmf-workcell-msgs Version: 3.4.1-1noble.20250331.163546 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1121 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.4.1-1noble.20250331.163546_amd64.deb Size: 98432 SHA256: 25b10d4c553c67f0736bbc21f0bc9ffea4cf484df146c60e37afedbc9c847367 SHA1: b39192f02f780ae9bcb0984884b063fa5a67c5b6 MD5sum: 0635c08e0bd3914a63a9da71985a8f30 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: 3.4.1-1noble.20250331.163546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 978 Depends: ros-rolling-rmf-workcell-msgs (= 3.4.1-1noble.20250331.163546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs-dbgsym_3.4.1-1noble.20250331.163546_amd64.deb Size: 797118 SHA256: 62b235d4ff47a67763190a6a8ada5d21af7e1178b0343dd78c859533f9c59ec3 SHA1: ba0e764f1d736936d3ae3cee382c3ff4f6cf30c7 MD5sum: 376b0ffbcccca6a4cb6d84c4d3463e20 Description: debug symbols for ros-rolling-rmf-workcell-msgs Build-Ids: 219071ee280a1b172fba251bb508aa55c13856df 419175441357baaea43c0d5676bdc6e033fdfa10 52be25734c6effa223258d1c8a06650b76a4949a 74d10368acc370e52844f527bb6ac5df8f34045c 7e83aaf43915e382dae7178bf8aae601bf995758 83dc0cefe46840b4f018a5cc9f8ce0cb4c47ffd0 89416ebf7df6e12b174ba5fe0dce0fa2ff4b0d25 a1b35370169c76486dfb6a02c03cca6da8b8e2f9 a9dcb43c33785a7c80f87679134fdff03cbba38c bd130ad95e3ffa5f076203fb5290aa10cf46d8a9 dc49e2b1a25f90bc82738eaeb848994bf634abf1 Package: ros-rolling-rmw Version: 7.8.1-1noble.20250326.210707 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 524 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.8.1-1noble.20250326.210707_amd64.deb Size: 72660 SHA256: 9c0022699d8fc4b039f7cebe1b9298f3c067825ca90f4543bb0922e8283154e4 SHA1: 8983efc8a5bc12c2bc8314b343a45f7ecee0a653 MD5sum: 12a01580d76a58544b9f92d60ac0a125 Description: Contains the ROS middleware API. Package: ros-rolling-rmw-connextdds Version: 1.0.0-1noble.20250331.173218 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 98 Depends: libstdc++6 (>= 13.1), ros-rolling-ament-cmake, 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.0.0-1noble.20250331.173218_amd64.deb Size: 16626 SHA256: a7a90470533b7c748647245c318612ef8b8ada2ec0fb1daeff6266476f11aecb SHA1: 20baea7bd8c104524fdc060c4dfff113555d209b MD5sum: 9f3d80ce351aacee050f9da4153205b1 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-rolling-rmw-connextdds-common Version: 1.0.0-1noble.20250331.172633 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 1004 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.0.0-1noble.20250331.172633_amd64.deb Size: 259138 SHA256: 9e5def89b780ad3115915e7b06bd0184bb67706beb180338aca019789d715f7b SHA1: 9cca269956c722eb5df4e3bc3fdd24ab38f44115 MD5sum: 5ac492eae1d5f1cd2ca92b88d8c165c9 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.0.0-1noble.20250331.172633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 2984 Depends: ros-rolling-rmw-connextdds-common (= 1.0.0-1noble.20250331.172633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common-dbgsym_1.0.0-1noble.20250331.172633_amd64.deb Size: 2767142 SHA256: 479f082e55c5221cff9979d7945f9b39ff653bd77a0a6e67968ea836a76641d1 SHA1: 0e214f3df2e3d4700f20e6a31c7dbfb8dc978894 MD5sum: 4f00fd12d103383ab744d94556880f5c Description: debug symbols for ros-rolling-rmw-connextdds-common Build-Ids: 713545411d0b39a2ca9cefbd6e350c48918d6914 Package: ros-rolling-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds Version: 1.0.0-1noble.20250331.173218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-rolling-rmw-connextdds (= 1.0.0-1noble.20250331.173218) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds-dbgsym_1.0.0-1noble.20250331.173218_amd64.deb Size: 101344 SHA256: b57303b54d3b5fb6990025437b942a599badf6f82dc46b7dcb8699a32ef1cbf0 SHA1: a3e5ff08d5fa79a11ce719ad9aa9310eb4b9b3d1 MD5sum: bc9e69a7e634b7742fd492a6f5ba37a3 Description: debug symbols for ros-rolling-rmw-connextdds Build-Ids: 525a7a05d2a5acf9b6a4ed03d6924dd2b951c338 Package: ros-rolling-rmw-cyclonedds-cpp Version: 4.0.1-1noble.20250331.173156 Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 535 Depends: libc6 (>= 2.32), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp_4.0.1-1noble.20250331.173156_amd64.deb Size: 175904 SHA256: a8ad51e94d54c7bbcae81eb642e1ea53185b4f1d0c68abde184bf4bc22191ad4 SHA1: 34d9d294193366f0a6277cb42e109dd668a8aabf MD5sum: e5ace3392ea382e0b27d95c982929a90 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.0.1-1noble.20250331.173156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 2299 Depends: ros-rolling-rmw-cyclonedds-cpp (= 4.0.1-1noble.20250331.173156) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp-dbgsym_4.0.1-1noble.20250331.173156_amd64.deb Size: 2176000 SHA256: 616462be8eee64aab3e0a938f5deabb9d08508bf7e289cb108a94b4509096195 SHA1: 52b734242b8fb6693a05f0e81e116c4bc0bb5b74 MD5sum: 993a28a41fcb087a199fe3493c56d673 Description: debug symbols for ros-rolling-rmw-cyclonedds-cpp Build-Ids: 98d17b4b527280dca8808787740068af7aa3a03a Package: ros-rolling-rmw-dbgsym Package-Type: ddeb Source: ros-rolling-rmw Version: 7.8.1-1noble.20250326.210707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-rolling-rmw (= 7.8.1-1noble.20250326.210707) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw-dbgsym_7.8.1-1noble.20250326.210707_amd64.deb Size: 36150 SHA256: 7afdbc52e83df0c2224ae969449d4bb266bf188f5690ae353c6816c74f43b3e2 SHA1: b47e596cce34cf344aa5184568c27d637ebc12d4 MD5sum: 6acca6c2bf95ec9bd580595e853872f3 Description: debug symbols for ros-rolling-rmw Build-Ids: 592a412c7462ee9f7d21a073445e77c8704c761c Package: ros-rolling-rmw-dds-common Version: 3.2.1-1noble.20250331.172348 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 864 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_3.2.1-1noble.20250331.172348_amd64.deb Size: 111610 SHA256: 747bbc0b1976939003ff4ab4ecda07c63a9bb8edbeca0f37a841a9c18851dacc SHA1: 1acd155c8abcc54e4504c4f86fd7002a5943ac28 MD5sum: 960452f3f0a7bf3b7555283406cb14ad 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: 3.2.1-1noble.20250331.172348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1145 Depends: ros-rolling-rmw-dds-common (= 3.2.1-1noble.20250331.172348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common-dbgsym_3.2.1-1noble.20250331.172348_amd64.deb Size: 985978 SHA256: c203d81003bc96b008ac274c1029c257144916ca3c4b5c11e46d6afdac09a6aa SHA1: 5043b1f577fb40a8b27921d6e3d3081af8f3405e MD5sum: 85dcbfadadbb5518b4e1b4123c08c21d Description: debug symbols for ros-rolling-rmw-dds-common Build-Ids: 21172d69d33d8249c6c22fbc0932589d617d9e2f 2b694b6c128b45837ffabba8e8b8b15f76434594 2d7203bd9344f531540e23a6ee8b69d2d4756dac 326179de25e2f8d46bb3575a207ec8166121b90a 4278f40aef44ed773264165b97c10208df1da84a 6f784d0e950e74b3fb085dfe08e0204d9f826749 8312ac0669665cc3e35c04adaa4f80b30fbf6770 c35597bfd35eef199c72498584fcf07a0761489c cc47342833b8cfc5d025b1847c3d2a376cac0221 de9f56886de61af272135d3088c1a2ddc706154f f0ec9ff9543492e2848ca76630b3f2dced86aae6 f865189c44b3819f6be239e484f288ed7e333cfa Package: ros-rolling-rmw-desert Version: 3.0.0-1noble.20250331.173216 Architecture: amd64 Maintainer: Davide Costa Installed-Size: 429 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_3.0.0-1noble.20250331.173216_amd64.deb Size: 143194 SHA256: a0cc72354ece8532d64903be10e88a5162bad78710114ba208ab1f54176bd456 SHA1: b12cc227900c93e39da595c9396a6bf5a333fc38 MD5sum: ebdc7dd6fe866c1546b4a29460e321c6 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: 3.0.0-1noble.20250331.173216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Costa Installed-Size: 3225 Depends: ros-rolling-rmw-desert (= 3.0.0-1noble.20250331.173216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert-dbgsym_3.0.0-1noble.20250331.173216_amd64.deb Size: 3133166 SHA256: 99f33fccf87f9d37272d65c41ed4773c0466a60d17b356ce6d4b256d67945fa0 SHA1: c2c888bbec38d4f2cad10f3ed7445c1b6389ee55 MD5sum: a49f5da55939135ec42f049642b300d5 Description: debug symbols for ros-rolling-rmw-desert Build-Ids: d7f5a52d7f3b39af0e97c82d822fbcdb003bee61 Package: ros-rolling-rmw-fastrtps-cpp Version: 9.3.1-1noble.20250331.173555 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 339 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-fastdds, ros-rolling-ament-cmake, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-fastrtps-shared-cpp, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp_9.3.1-1noble.20250331.173555_amd64.deb Size: 88030 SHA256: c5f48f52c469f751a9032338409c5a110a0c3c04e3e1b464c3923f5b0d1c5884 SHA1: 7f8a9a461a98f274d6d138d09a2316b4d79c22e0 MD5sum: 4194b5c5e3b167ddb222d722456bde81 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.3.1-1noble.20250331.173555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2561 Depends: ros-rolling-rmw-fastrtps-cpp (= 9.3.1-1noble.20250331.173555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp-dbgsym_9.3.1-1noble.20250331.173555_amd64.deb Size: 2415914 SHA256: 1d747b1e59f8b841d4643cbe46a5c9a21d25a90a9b4d466fcaabf9a8f73ec23f SHA1: 8433870beb6f953acf21908567f988666f9d7761 MD5sum: 227522ccb094265a0b084fce883c94d8 Description: debug symbols for ros-rolling-rmw-fastrtps-cpp Build-Ids: 31f2e6fba849d2c1a22f2f595e0aadd9611188bf Package: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.3.1-1noble.20250331.173858 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 394 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-fastdds, ros-rolling-ament-cmake, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-fastrtps-shared-cpp, ros-rolling-rosidl-runtime-c, 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-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp_9.3.1-1noble.20250331.173858_amd64.deb Size: 105238 SHA256: fd18b122bc4f925d73229c16862d7fd7ce95e26d87145186a6749b51754afcc0 SHA1: cf3e9d50ab1311db03ea61fe2ded4dd6f4865a0e MD5sum: 18ebd218127880ed293580efef7b3548 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.3.1-1noble.20250331.173858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3051 Depends: ros-rolling-rmw-fastrtps-dynamic-cpp (= 9.3.1-1noble.20250331.173858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp-dbgsym_9.3.1-1noble.20250331.173858_amd64.deb Size: 2878764 SHA256: 77556b99a67af3a2d6ccca7037581339925d9f0ececa599e93ee5f1fa98cde96 SHA1: 50a4ea8bf20e84b66b0fd6205d60e4e365c0254d MD5sum: f2e98bf1256f055b4527d943d79b275b Description: debug symbols for ros-rolling-rmw-fastrtps-dynamic-cpp Build-Ids: 66b636c24a4943c971047a7e0a7ecb868cbcfab1 Package: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.3.1-1noble.20250331.173215 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 602 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-fastdds, 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-dynamic-typesupport, 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-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp_9.3.1-1noble.20250331.173215_amd64.deb Size: 157652 SHA256: 846c1bb4394ce4df7fb24fa968650e8219db9c89ebc3653af6089a5812dafbd6 SHA1: 396627ae30de203981005ecced755fd96a8668f1 MD5sum: ad895ba7cd425e2f15b6ad84c7a0d920 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.3.1-1noble.20250331.173215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4920 Depends: ros-rolling-rmw-fastrtps-shared-cpp (= 9.3.1-1noble.20250331.173215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp-dbgsym_9.3.1-1noble.20250331.173215_amd64.deb Size: 4696524 SHA256: 1bbedfc712a94e516c121ed67168cf28d226b4f1601e1b9fc5bf53ee752b0f0e SHA1: db0b77420bb34b04a9634e346fa57b79bf7e12b6 MD5sum: 57923994bb2409e260aacc48716423d5 Description: debug symbols for ros-rolling-rmw-fastrtps-shared-cpp Build-Ids: 09c33c9a9f227b415918f103c54f3fd09f72a14f Package: ros-rolling-rmw-implementation Version: 3.0.4-1noble.20250331.174234 Architecture: amd64 Maintainer: William Woodall Installed-Size: 115 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), 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.0.4-1noble.20250331.174234_amd64.deb Size: 24352 SHA256: 0871b740636b8e97463da9580a0b1dc0d2fb897d8a0343927a561972ca2ee5fe SHA1: 5351e17a9353fd55259826fffa7d039483ae42a7 MD5sum: 2dd25a2a9dd14a6f4d475802090a47a8 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-rolling-rmw-implementation-cmake Version: 7.8.1-1noble.20250327.085138 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 57 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.8.1-1noble.20250327.085138_amd64.deb Size: 9160 SHA256: 897a9b84be806862c9d6ccaca4a76a00f02fed5f9e550549b0dfc72d64fd3fbf SHA1: b301edf63000412e18477d38ab93acf61186569a MD5sum: e4ffce4ded01a8378fdaba88b363f1b6 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.0.4-1noble.20250331.174234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 123 Depends: ros-rolling-rmw-implementation (= 3.0.4-1noble.20250331.174234) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation-dbgsym_3.0.4-1noble.20250331.174234_amd64.deb Size: 99546 SHA256: 1802429acb46248b6f0050d33f3f40a3a33161abf576566f3b364ed0d2cf632e SHA1: 723d3a2d47852595a271080fcbeef9e6418bad56 MD5sum: 4794b37061f551a41083aac06398985b Description: debug symbols for ros-rolling-rmw-implementation Build-Ids: e944e535370f66dfe0ce3f25985df428c711b35e Package: ros-rolling-rmw-security-common Version: 7.8.1-1noble.20250326.210932 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 116 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), 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.8.1-1noble.20250326.210932_amd64.deb Size: 23482 SHA256: d51980f7a5ca85ab04fdfdf71f3a86f3b11144177e50b7fd34a4ada0feab9332 SHA1: f2efaaace85bfe463b688bbea7634bf0e19dfdc8 MD5sum: ba7fb7b8ac25581fa6a9b762b68c1f9a 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.8.1-1noble.20250326.210932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 232 Depends: ros-rolling-rmw-security-common (= 7.8.1-1noble.20250326.210932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common-dbgsym_7.8.1-1noble.20250326.210932_amd64.deb Size: 211096 SHA256: a98cd37a4e178f4d40b049a6a26228dc1cffe2ea4018288869456826816b30f5 SHA1: deddaf30307a6d3d7e3a2875359a5e9263febeb1 MD5sum: 8b4240fe443132685b444337b73b5d10 Description: debug symbols for ros-rolling-rmw-security-common Build-Ids: 8c8a58a53847aafbc9623bd611eaa7a0816010c3 Package: ros-rolling-rmw-zenoh-cpp Version: 0.5.0-1noble.20250331.161951 Architecture: amd64 Maintainer: Yadunund Installed-Size: 596 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-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-tracetools, ros-rolling-zenoh-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp_0.5.0-1noble.20250331.161951_amd64.deb Size: 181462 SHA256: ae2afb5f67bbd27bdc79aff59013e6f58b65ae2984e2740df879d8e5622decc2 SHA1: 2725cad5c74f21314b530c732f1a691a9a7088c3 MD5sum: 7a1ad52de44a5a4197f2797523ced690 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.5.0-1noble.20250331.161951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4405 Depends: ros-rolling-rmw-zenoh-cpp (= 0.5.0-1noble.20250331.161951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp-dbgsym_0.5.0-1noble.20250331.161951_amd64.deb Size: 4300394 SHA256: 1662add936f9007b9b515141fd7b95c6439c086dea425af937edededf88a93ae SHA1: 20acd0e515a3447172cdda3483ea65124d26179e MD5sum: 0490358c9b832f609ceccec41fe6cebf Description: debug symbols for ros-rolling-rmw-zenoh-cpp Build-Ids: 7441d73d8a7deedda780ca6ad37155ff0509b8da c5be0bce0e3cd9f95d801771676156436d3403e6 Package: ros-rolling-robot-calibration Version: 0.10.0-1noble.20250331.195148 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5154 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.0-1noble.20250331.195148_amd64.deb Size: 962140 SHA256: 5a3d373c723de0ac36de6f6107db48d5c98ed3c6fac70a9b891a52ee7cad4f11 SHA1: b4fbf2922239f6ce31effedd0f8ed7d6d017c976 MD5sum: 601b2bf983d6e1fcec3a54261fe9d3dd Description: Calibrate a Robot Package: ros-rolling-robot-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration Version: 0.10.0-1noble.20250331.195148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33036 Depends: ros-rolling-robot-calibration (= 0.10.0-1noble.20250331.195148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration-dbgsym_0.10.0-1noble.20250331.195148_amd64.deb Size: 29791110 SHA256: 0ec543a9c54546cc22a61af8003c4ed00cfe57f7bc83195d3913b8bb19d68e39 SHA1: 316485d7e84ac3187032534d6d1473e6d455d50a MD5sum: 165182880c07da29cad635ae527341f3 Description: debug symbols for ros-rolling-robot-calibration Build-Ids: 3413cd28748352ab4cc45a4c9a11aa229aa94151 5b181e53e7bbbdff59b0fa45ab4d1f82cdc77d33 5f3f20abee66e4bef1385bdf4774aaa69f4640ef 63aeaa7c9e11e3e12ab4bc6664d56bc91cc7e778 797ee1f5d316a281a04c370c2fe3876d6c418267 a0686d233520bee184c99d85959cb88fdfa0ff5a e38f1e283762ba5118db3933ae0a162839fa81b7 e3cacc9714ad82c4a871892044ab560b26d94627 Package: ros-rolling-robot-calibration-msgs Version: 0.10.0-1noble.20250331.173059 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2402 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.0-1noble.20250331.173059_amd64.deb Size: 177342 SHA256: 8b14b69d2261696ed1be5cf8afea0c24f4601de8b455fee4d73575291fe1f1b6 SHA1: 02702efbd8050fc3b94301884441f0e3cb0b1406 MD5sum: ae8b69f068778ae327c818f545eef088 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.0-1noble.20250331.173059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1697 Depends: ros-rolling-robot-calibration-msgs (= 0.10.0-1noble.20250331.173059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs-dbgsym_0.10.0-1noble.20250331.173059_amd64.deb Size: 1310198 SHA256: 5c01076164509262dcc19836515582060ba91fadce5532b67e0a506ec7d0728f SHA1: 9efb96554c69fd187b30e3a5cd82ed725f985211 MD5sum: c4c17bf5eecfaf8126a95556f84a42ef Description: debug symbols for ros-rolling-robot-calibration-msgs Build-Ids: 496c981bbea645d49c9dba2488ca8b07bffa64b9 4d6e487f11fa8d4893bfc00a4871c9feec73c887 4ec05bf78ef260e04099d7d565232a2d19d30d6c 9250f642202cfc8ac0c00f6db5bc1eb8004889ab 9369b035c17e89d2cf67cd44d8d1fa64db8c40d7 a78b57be27e2627d4bd34c902c2306c037781909 c47a4848ee363d340755b8de05563e289a1ec213 e5f1b784a0520136f854873f487c48d8208369f6 f19d013987abd2eea660ede7207080269de6f9ee f8820e66878700468580e74375e8ea522cde1d25 fa0c5f1545964ac6d344d302d0a64ae1c1b7bc64 Package: ros-rolling-robot-state-publisher Version: 3.4.2-1noble.20250331.193921 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 935 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-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-kdl-parser, ros-rolling-orocos-kdl-vendor, 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.4.2-1noble.20250331.193921_amd64.deb Size: 177482 SHA256: 067f27c222edcde01bf5f9447a7d9944edb8b951d171ccef5ab9333973f3b5ab SHA1: fb7f01de567930ebee2756a433fba6fcbb8b6baf MD5sum: 1f284ff81916b59d4c84427d2d8486bd 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.4.2-1noble.20250331.193921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4135 Depends: ros-rolling-robot-state-publisher (= 3.4.2-1noble.20250331.193921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher-dbgsym_3.4.2-1noble.20250331.193921_amd64.deb Size: 3511376 SHA256: c5ac5cfec6568c9154346f82219b15a86053bb056ce4cc45a76220b7a1c815c6 SHA1: 66b7f5784e54dae0c33b4eb672153fc7448f8ed5 MD5sum: 76ff8a3a20f1dd19def74134204e29a7 Description: debug symbols for ros-rolling-robot-state-publisher Build-Ids: 447c694db009f26162de9e2c67e84d87973680b0 9a963c9907145b000d31f9108631df5dbf8b21ad Package: ros-rolling-robotiq-controllers Version: 0.0.1-2noble.20250331.200540 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-rolling-controller-interface, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotiq-controllers/ros-rolling-robotiq-controllers_0.0.1-2noble.20250331.200540_amd64.deb Size: 36104 SHA256: 43a8b2e2ef4102c3186af21b7dbf5f1141f8bf96e34153c4efeda9b6d4581dc3 SHA1: 0f8b59ea59934600e579308b494379e785508d71 MD5sum: 60daa4abae6ed5d905e1b3962cb749ea Description: Controllers for the Robotiq gripper. Package: ros-rolling-robotiq-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-robotiq-controllers Version: 0.0.1-2noble.20250331.200540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 566 Depends: ros-rolling-robotiq-controllers (= 0.0.1-2noble.20250331.200540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotiq-controllers/ros-rolling-robotiq-controllers-dbgsym_0.0.1-2noble.20250331.200540_amd64.deb Size: 531104 SHA256: 67260f4a90c2405cfcf7032eebf11712b8ccfd5b1be2767ddd80e11e5ad91de9 SHA1: 04abba575c1228527803d97eddb89e6479b899eb MD5sum: 1b3445baec7dec3c717f521ce2d24703 Description: debug symbols for ros-rolling-robotiq-controllers Build-Ids: e842d8a8573873a46cdc2dfa746c601cd4489062 Package: ros-rolling-robotiq-description Version: 0.0.1-2noble.20250331.205502 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 3641 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.20250331.205502_amd64.deb Size: 794476 SHA256: 7fb8ae7cfc3c34b129a06fcb309f3c4b6d167b0a7585d8f9afbc212682f0b227 SHA1: 6140ea342339fb8df0acbaf074df107e9bf98bf3 MD5sum: 7a8b445d59c0eafede9a35fad92312f8 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-rolling-robotraconteur Version: 1.2.2-1noble.20250318.170118 Architecture: amd64 Maintainer: John Wason Installed-Size: 66182 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), libbluetooth-dev, libboost-all-dev, libdbus-1-dev, libssl-dev, libusb-1.0-0-dev, 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.2-1noble.20250318.170118_amd64.deb Size: 9270654 SHA256: 88edb7bb1ef87b141ee2644df66a27b2f0c9949cae30a22a58e6c2d3baf3ded3 SHA1: 92885a10bcc402c4370ec6fbdeae8dfedd606790 MD5sum: 8d7f548ecbae229dcfdea0d996cdc54c Description: The robotraconteur package Package: ros-rolling-robotraconteur-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur Version: 1.2.2-1noble.20250318.170118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John Wason Installed-Size: 104228 Depends: ros-rolling-robotraconteur (= 1.2.2-1noble.20250318.170118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur-dbgsym_1.2.2-1noble.20250318.170118_amd64.deb Size: 96316302 SHA256: 5a38da3efd20094547fd8bc9f5d0a94142e4988b7e0954796c130a8c2f27c228 SHA1: bf0f67831827b7fc4459226c6626396d8fe8261f MD5sum: cafb74ee116d21641d58181f21fbc29d Description: debug symbols for ros-rolling-robotraconteur Build-Ids: 660c0e8dae8b6aada62af7c99208774e1aeadeac caf89dc330da7b59f74c5a8f16d806b948093263 Package: ros-rolling-ros-babel-fish Version: 3.25.2-1noble.20250331.182944 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1873 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish_3.25.2-1noble.20250331.182944_amd64.deb Size: 369302 SHA256: 4f85984168b89ad3c1bd7d49d5eba8e6df9b6a06d4207ef05d87287204da3451 SHA1: 55319f6fc836f1bb7bbf614e943a83a0116e449a MD5sum: b9c7ebae888e68e6452960b9ca8a7857 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: 3.25.2-1noble.20250331.182944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7846 Depends: ros-rolling-ros-babel-fish (= 3.25.2-1noble.20250331.182944) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish-dbgsym_3.25.2-1noble.20250331.182944_amd64.deb Size: 6992326 SHA256: 058c06adee14ec34e539679f052cabdc66ceae9c4cf973fbdfbeb215ef80b9bc SHA1: 08a321c1dad6aab594c980647c48cede743c4ebe MD5sum: 24ecf49bda76341c84376caa71ccaa85 Description: debug symbols for ros-rolling-ros-babel-fish Build-Ids: 4145d659068debf76b514cb6f85d78cf893420a0 633f408a4e4f89e8c8723aabd17429372e048d91 95133d061eddd853567f924c0a48297de9060bfa af3e5de6395bc65b66a9d4e322bf24a4e4f91de7 c069bda9543c81697b5116d13b1c87799353bfa6 d2b0fb28e75d9582317783af3207875a2d0bf421 e1526bed8972506100f661bd76f1028365f28433 Package: ros-rolling-ros-babel-fish-test-msgs Version: 3.25.2-1noble.20250331.171134 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2451 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs_3.25.2-1noble.20250331.171134_amd64.deb Size: 197258 SHA256: 8d730d00ea0faf56c924ff7cce8a8c2411a4cc29d7b13aa7e76e3862becf1894 SHA1: d1ccaf63d45f1f3620b2f4f730e06f824198d68c MD5sum: 7f41bc5618902f94424c38d33a6d232b 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: 3.25.2-1noble.20250331.171134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1644 Depends: ros-rolling-ros-babel-fish-test-msgs (= 3.25.2-1noble.20250331.171134) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs-dbgsym_3.25.2-1noble.20250331.171134_amd64.deb Size: 1274590 SHA256: d79aab1d7dccec577ee0c1f4092e0c0618b890bee6de8af6b98bdfec923ab522 SHA1: 1cc216c73b794ab63c4ca9acd7cfd537ad1a7bb0 MD5sum: 82d69e35f6552bd24c5d1e5762511fed Description: debug symbols for ros-rolling-ros-babel-fish-test-msgs Build-Ids: 06571669b661dd2d5bb40636346c46d36cae63e6 3ee38ec7fff00a8ef38fad81d48b443f5b74c99f 4bfffcc7592047db184be452eff5e051cb6351b8 54cce677e5311a742130f802c1bdb140724a86d6 71c533c292f44c85d57d511b0823813a06dd2143 7a925006f5b97d814e0f5d60639e39dd44743c4f 7c07a151cca7e768e8d05ea24f6341732b51dbd6 bbff3361a1d8fbad31872ec7a10c49597214afe7 eaa42544b0053883d4dea7fb8e60fec2fde2c758 ebb12d908928ed307ee60464aff5223088f87db5 ed0f0a77fad5e37ad32b030652e8bfcf12a16194 Package: ros-rolling-ros-base Version: 0.12.0-1noble.20250331.202212 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 42 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.12.0-1noble.20250331.202212_amd64.deb Size: 5672 SHA256: 7ac57dfc77e92792991407b2895ea2dd3c35902c85a23ab5bd02497b0aef4811 SHA1: b1d08c13990ed7a7dac015a3ff36fa229f52d976 MD5sum: 22814984ce0f59bee7408f93a4a61360 Description: A package which extends 'ros_core' and includes other basic functionalities like tf2 and urdf. Package: ros-rolling-ros-core Version: 0.12.0-1noble.20250331.185207 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 43 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.12.0-1noble.20250331.185207_amd64.deb Size: 6468 SHA256: 4a589b1e5a0a1dc98955984bc6d509f36d127c0555325fcf0c89b8c32e54e5be SHA1: 5b3a4108c11640d16a95d97f998e74e7eeec5759 MD5sum: b3ac0f61ca4f1d9275a24c05f370b13a 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.3.0-1noble.20250318.170041 Architecture: amd64 Maintainer: Steven! Ragnarök Installed-Size: 50 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-environment/ros-rolling-ros-environment_4.3.0-1noble.20250318.170041_amd64.deb Size: 5694 SHA256: e3053dd8ab185a724588abdf3163a4d84ac866d7f243b5e72495f91b207dfac6 SHA1: 4208c89d46594f72b8c442c728061f60c0c77a67 MD5sum: 565852de2f4f7b0c06620687420239c2 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-rolling-ros-gz Version: 2.1.6-1noble.20250331.205956 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 43 Depends: ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-ros-gz-sim-demos, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz/ros-rolling-ros-gz_2.1.6-1noble.20250331.205956_amd64.deb Size: 6962 SHA256: 017925e5b62c718235b34c17d01d30e105b7f079d150faf25656c495a15d9a4a SHA1: c84085929df5fa39f870e6d9ca21126c71b81783 MD5sum: f98a19bd8f54182a4209683227e939fb Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-rolling-ros-gz-bridge Version: 2.1.6-1noble.20250331.193426 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 17883 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-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_2.1.6-1noble.20250331.193426_amd64.deb Size: 1806476 SHA256: c848700d917e2b64c847ae8ab1b959d32d4f7ac83feeb8aa148c8e231dfcb710 SHA1: 18775e3d7e019b78b285be8ee47b7da74184d008 MD5sum: bac1a885b0795566c493c70f25d75296 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: 2.1.6-1noble.20250331.193426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 73372 Depends: ros-rolling-ros-gz-bridge (= 2.1.6-1noble.20250331.193426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge-dbgsym_2.1.6-1noble.20250331.193426_amd64.deb Size: 56018824 SHA256: d160f420fb2bb2007b9f7806af68014e5dc214bddec5ca41aa45ef9b547d3d90 SHA1: 444b2d63eb7fcf45c7bbfedacb65b2f5b6fde2c6 MD5sum: 499136626dbd36ecd692ded97eefec82 Description: debug symbols for ros-rolling-ros-gz-bridge Build-Ids: 38b9011ad28d49f92b3f1bb9fa32be5abb7457ce 6ac344f52ef153898778b9aecf7352e0890abf03 b7b7c551d89f21b83aabbe299f50f52dc4c2ec39 bdaed6eed83a58c56ffb6dc263e928461b3e6df8 ee870e5654c071faceccbdfe473cb008399e3810 Package: ros-rolling-ros-gz-image Version: 2.1.6-1noble.20250331.200148 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-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_2.1.6-1noble.20250331.200148_amd64.deb Size: 26838 SHA256: de3d1f42b1a450850f985c4cc8022cac235d7af587cc5564ec84206d0098511f SHA1: 21a7ccdc6b8061db950f09c97273097e345915bc MD5sum: bb47e70def15fb1390d6c3710295ef37 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: 2.1.6-1noble.20250331.200148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 515 Depends: ros-rolling-ros-gz-image (= 2.1.6-1noble.20250331.200148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image-dbgsym_2.1.6-1noble.20250331.200148_amd64.deb Size: 489472 SHA256: 047dd30fc52289879773f9a44444612d445818d271efc8e6d27500a539aa3edb SHA1: a8a2f7620990c59764c06fb3b92cfa5ca0b85d86 MD5sum: 4f773c42ab95102db0eba99374228358 Description: debug symbols for ros-rolling-ros-gz-image Build-Ids: 123a9c2a8266300f2726e159084438b1d1fc7339 Package: ros-rolling-ros-gz-interfaces Version: 2.1.6-1noble.20250331.171139 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5103 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_2.1.6-1noble.20250331.171139_amd64.deb Size: 363154 SHA256: 6f3bb515a123c66bd654aa5b518f04dbe3bae0a730a05e75e2d702badb808603 SHA1: f48399530a0a908a889510bba7d7a07dcc780b46 MD5sum: 22ef1bb9251815c41db25099e79317d5 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: 2.1.6-1noble.20250331.171139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4125 Depends: ros-rolling-ros-gz-interfaces (= 2.1.6-1noble.20250331.171139) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces-dbgsym_2.1.6-1noble.20250331.171139_amd64.deb Size: 3407702 SHA256: a091411e16ee6b525c17b13261a87d449b7749216db1e4affde56a2b01a613ef SHA1: 6a660500999e5c5b632c93167c2d5aa23d5ee7f6 MD5sum: bb7c83bd8f123ffafad49ec17796cc01 Description: debug symbols for ros-rolling-ros-gz-interfaces Build-Ids: 19046acbd79213b266170c61cbcf4672b24b5ea3 25aa1aeca993632ddcd8ae0b25bc8ddbabc13f2c 3b62a76e85f47d7bb25632e402de78883307f7ba 500d2922d614d25459905e201d83483dad6026ea 5a0ca0a1a1d92581430b6d6346ee10e13216a41e 6860d86b90725ea7204099166179cda964952a2b 857194129a8a240453ddc86ec5ec78e345418fca 86309811e1addea4b5b33e8a0ad25b0a392ff462 88b90926c1f4c0f44d70b1713ac6afe9d0cc4459 9b4932e61f589227d28cd9192520ede135a1ea24 ebb02201a9ca8793abf02ff0bd9bcd5ea63de0e6 Package: ros-rolling-ros-gz-sim Version: 2.1.6-1noble.20250331.193821 Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 805 Depends: libc6 (>= 2.34), 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, libgflags-dev, ros-rolling-ament-index-python, ros-rolling-gz-math-vendor, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim_2.1.6-1noble.20250331.193821_amd64.deb Size: 178776 SHA256: ad8c7db7782797d2aea1addecab94792f707369ae1d1fd21dbcc26254438ccd8 SHA1: f0d5c10f9f0688bc13139e447367df833a31923d MD5sum: 8676902a520564216a1f8e82b4ebc9ce 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: 2.1.6-1noble.20250331.193821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 3708 Depends: ros-rolling-ros-gz-sim (= 2.1.6-1noble.20250331.193821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim-dbgsym_2.1.6-1noble.20250331.193821_amd64.deb Size: 3323660 SHA256: 2e2caa3649ddd60e918543e7d68b7d988cef381eafc6c9a54de17ccfef7b6c56 SHA1: 713c33663e4fcf13e1cb238b00e7dc8ca3dc7328 MD5sum: 62fbb8619fc7f0d0e2a2612009deaa2b Description: debug symbols for ros-rolling-ros-gz-sim Build-Ids: 1a2d804c844a31d02feb254299d1e36897e1fbfe 324c0248a9e11d01d276c4933947508fcd68e98e b15aa7db6bd7ac1a68b13df434eb80e861e3d712 dd7c0e8093bdeb4639de44f2c4fa8f1b8f897d18 ef85dd13b1403e1f05db8de6664229d15f27ae50 Package: ros-rolling-ros-gz-sim-demos Version: 2.1.6-1noble.20250331.205505 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 199 Depends: ros-rolling-gz-sim-vendor, ros-rolling-image-transport-plugins, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-rqt-image-view, ros-rolling-rqt-plot, ros-rolling-rqt-topic, ros-rolling-rviz-imu-plugin, ros-rolling-rviz2, ros-rolling-sdformat-urdf, ros-rolling-tf2-ros, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim-demos/ros-rolling-ros-gz-sim-demos_2.1.6-1noble.20250331.205505_amd64.deb Size: 23188 SHA256: 8e0a0bd9cadbd52b52e4c11a9feaab4fb3410197a6f86e9c41d4622c46049fc7 SHA1: 946639621105bb31b2469b695b3dc40273b5971e MD5sum: 7d9e5d3211ea7730140b467ca1828f24 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-rolling-ros-image-to-qimage Version: 0.4.1-3noble.20250331.183041 Architecture: amd64 Maintainer: ijnek Installed-Size: 326 Depends: qtbase5-dev, ros-rolling-cv-bridge, ros-rolling-python-qt-binding, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-image-to-qimage/ros-rolling-ros-image-to-qimage_0.4.1-3noble.20250331.183041_amd64.deb Size: 54628 SHA256: ab290a13421e8950d210905d2aa9c940c117b3dd3d9c7fa0ff92cf241a0efd1f SHA1: c25c670494fc7e7e73583f22a41194f2da3dfa12 MD5sum: e77f9c57b1b96f09a6a37ed05bbe7cde Description: A package that converts a ros image msg to a qimage object Package: ros-rolling-ros-industrial-cmake-boilerplate Version: 0.5.4-1noble.20250318.170114 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.20250318.170114_amd64.deb Size: 22768 SHA256: 782713245e1f906d67f2361c0d3685c074029403e89eccc37a577c87cb4f35be SHA1: 60f64907463743439e67bc9fc51f528e35c7efa4 MD5sum: 4bef619c28811775b7efcafc6f5b6300 Description: Contains boilerplate cmake script, macros and utils Package: ros-rolling-ros-testing Version: 0.8.0-1noble.20250331.180158 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 47 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.8.0-1noble.20250331.180158_amd64.deb Size: 7080 SHA256: c9a564bd605caa356cc6e6f1326cbf1f764be2a5e3bcf2ffc687ecd251018a9f SHA1: 78b5c6c828b9c817f45039dbcc70ca5dd1143c77 MD5sum: 4bb4962fdc1fe4afa08e8aab4495b50c Description: The entry point package to launch testing in ROS. Package: ros-rolling-ros-workspace Version: 1.0.3-6noble.20250318.165428 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 86 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-workspace/ros-rolling-ros-workspace_1.0.3-6noble.20250318.165428_amd64.deb Size: 15016 SHA256: c4186d0466827b3a695a022037bd2cbfb967367041811ae3fbddb54e173b537a SHA1: 0bf9eb7ad0783259c1f37db584afed35352310f5 MD5sum: 071f61f8865e4ab21cf46c7caaf699ca Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-rolling-ros2-control-cmake Version: 0.1.1-1noble.20250326.205848 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 46 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control-cmake/ros-rolling-ros2-control-cmake_0.1.1-1noble.20250326.205848_amd64.deb Size: 6984 SHA256: 36b916112f7c31f7dccab78e590d030940d05210aee158a59922c96300fafbd5 SHA1: eb9a49eddb6ff01a75b3ab29097c6b8bcf3e8f1d MD5sum: 7d1daaf6215bc49c650ec7129d3e69ee Description: Provides CMake macros used by the ros2_control framework Package: ros-rolling-ros2-control-test-assets Version: 4.27.0-1noble.20250318.171450 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 159 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control-test-assets/ros-rolling-ros2-control-test-assets_4.27.0-1noble.20250318.171450_amd64.deb Size: 17016 SHA256: 49fd70aaef27edcd055e8fbe5ac3912e315dde087927a8de720c8da516b50f7c SHA1: e3cee5efacf4deafa29423ba9cf87fdbae4179af MD5sum: 4d78c499516455467c0074f2c3e9cfda Description: The package provides shared test resources for ros2_control stack Package: ros-rolling-ros2-controllers Version: 4.22.0-1noble.20250331.202409 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-rolling-ackermann-steering-controller, ros-rolling-admittance-controller, ros-rolling-bicycle-steering-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-gripper-controllers, ros-rolling-imu-sensor-broadcaster, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-mecanum-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-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_4.22.0-1noble.20250331.202409_amd64.deb Size: 7210 SHA256: cc3579a0f915c5230bb6f18a36c15f21c51dcebd2a091786d4209b3e853b0bad SHA1: b80de7c7788286e5aae4b6e5adb25b55f2b0b976 MD5sum: 98c6cc681870731e6c55cfefd5efa94b Description: Metapackage for ros2_controllers related packages Package: ros-rolling-ros2-controllers-test-nodes Version: 4.22.0-1noble.20250331.175338 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_4.22.0-1noble.20250331.175338_amd64.deb Size: 12698 SHA256: ead41a70d6bf6f94f5e68f12beffc691735ecb6df38e20eb6cbde6502f29c869 SHA1: 2b3af900102eb227c37d4aa3222f9e9cc947806e MD5sum: ff693ccfb0c4d3dc853ca5bbda3d197d Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-rolling-ros2-socketcan Version: 1.3.0-1noble.20250331.201141 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1111 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.20250331.201141_amd64.deb Size: 199370 SHA256: ce2344604102723f9f4c270bc36643373e3e2936b628485cf3de0589d1b1f9ea SHA1: 68e72a2920124d2660a33e550f13b1e912b08af8 MD5sum: e7f848d635b1a2b1e766e54731483d95 Description: Simple wrapper around SocketCAN Package: ros-rolling-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan Version: 1.3.0-1noble.20250331.201141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 4907 Depends: ros-rolling-ros2-socketcan (= 1.3.0-1noble.20250331.201141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan-dbgsym_1.3.0-1noble.20250331.201141_amd64.deb Size: 4121646 SHA256: 25869646841469f9bf938bdc0d0be5011674f7dd8e2a20e93848bffe946b9f87 SHA1: e1f657ead499a54a4f25200cc17c8a1aac99396e MD5sum: bb9d9d185b47b03c2a92b3de86ed2943 Description: debug symbols for ros-rolling-ros2-socketcan Build-Ids: 4cc4e0975c790465470f9f9693baa872d832d7a9 797dbf3ac1e1b4b6326a0b37580e0c6efc608bc8 b3d9c17fd3828f34abfd411ddbd552bd9dbe9e93 ea8376c337aa6831413efe4510ba902ce40d6f81 f8188a1aefda967a9eca0c5ead35b28bc3e1355f Package: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-1noble.20250331.172351 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 473 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-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.20250331.172351_amd64.deb Size: 48074 SHA256: 877036b94cbb36db5b281b5b9108967e788a566875189339d834d86a2f48acac SHA1: cc552f0c2b417c921a79bdd8845318770fd96c80 MD5sum: 2814b1a85e710e6b924e7ac98743b21a 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.20250331.172351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 315 Depends: ros-rolling-ros2-socketcan-msgs (= 1.3.0-1noble.20250331.172351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20250331.172351_amd64.deb Size: 219992 SHA256: 002ea29e632319645b89edcfc389a34f649a698d3431373f3e751b73a867b25a SHA1: 374fe5a533e2c71f432564d50663d0a7d8653e62 MD5sum: 2c88b2abb7d9b26c9a740f59e3ec0f83 Description: debug symbols for ros-rolling-ros2-socketcan-msgs Build-Ids: 2c244af0b2e6220ef6dc9f0c17b37701f2f9888f 313f8bac70580f78d4aa74f6478f83e8ceeac80d 3f93c2fc87877e87238159f92ba7d5bff4d850c9 462ae87ad20f4d57c5a1f5d861d7683dd498429e 481da6bd90ddb610fbee9621fcf254a353da1330 4c9ce978c26f23f5b696bf42fdf1d598fceefd5e 794af06380c980d4455c2c1adc3c4956b89d44ca 7de09f3da94083de2817dd6c8ce6ba06eb47d4d5 c01891b5d33a45035163baa5b960cea9ffb6ee52 c9127226b84472b08ab15bb95f3494f7e02a54eb cc934b17d70ca89d7f69aec7f1e7b02f08303691 Package: ros-rolling-ros2acceleration Version: 0.5.1-3noble.20250331.180048 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.20250331.180048_amd64.deb Size: 13492 SHA256: 7981472e68fec9e1055ba4b0d008b9d17b774fe96ef06f1c97e8e0d1032d5431 SHA1: aae180d5dfbce0e4797931869bdcf6b1907cd96a MD5sum: b601799a55d6c440bdb233010a30da6f Description: The acceleration command for ROS 2 command line tools. Package: ros-rolling-ros2action Version: 0.37.0-1noble.20250331.180022 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 91 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2action/ros-rolling-ros2action_0.37.0-1noble.20250331.180022_amd64.deb Size: 18968 SHA256: e6fad57134556c91068d3a2a5a8ed7c1b878f27a1a1743d66c818088fb343c7d SHA1: 3c2bebeeaedb3f078530df6d456e5c2897b8dfa5 MD5sum: 120179a2d0cedf8c8ac7ea72d8fd5e0a Description: The action command for ROS 2 command line tools. Package: ros-rolling-ros2bag Version: 0.31.0-1noble.20250331.201512 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 181 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosbag2-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2bag/ros-rolling-ros2bag_0.31.0-1noble.20250331.201512_amd64.deb Size: 41666 SHA256: 627a9a15e0d349dd41b0b6023d2f794c656a0ff46a4020803da345fb5e20e3f7 SHA1: f64cad5b78261e36d03c5c7eab1a52da9eafd855 MD5sum: 5a6b23f6b9ecc1fb4316724251c07576 Description: Entry point for rosbag in ROS 2 Package: ros-rolling-ros2cli Version: 0.37.0-1noble.20250331.175945 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 232 Depends: python3-argcomplete, python3-importlib-metadata, python3-packaging, python3-psutil, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli/ros-rolling-ros2cli_0.37.0-1noble.20250331.175945_amd64.deb Size: 52418 SHA256: 4e9d42c2c2569e9c6a4ead1b99c0684304a542c88afdde6c0006935272b5d7aa SHA1: 18d0432fd895a1b3d8971d68cae8d32806a6452b MD5sum: 9ce3117d2e6e5c923ddbfc6271886a84 Description: Framework for ROS 2 command line tools. Package: ros-rolling-ros2cli-common-extensions Version: 0.4.0-1noble.20250331.185122 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 42 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-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.4.0-1noble.20250331.185122_amd64.deb Size: 5688 SHA256: 92ec55200b26a12cca2c54aabdd168ba5af783bf75380b1cf4b8824c2405e568 SHA1: ba6f7d1206cc74e701aa3fa734e990aabd6f09cd MD5sum: 56589384036352cc3d36bbc2a15f0171 Description: Meta package for ros2cli common extensions Package: ros-rolling-ros2cli-test-interfaces Version: 0.37.0-1noble.20250331.172357 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 2465 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-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces_0.37.0-1noble.20250331.172357_amd64.deb Size: 162766 SHA256: dadf6078baf2b03646f3b9a0d10738e7203dcc6dd54aedc23e6e6f629d3131af SHA1: 1595919bda098246c4ec4c41bf40b385cb47d328 MD5sum: a9ab0ea53c94535984f33ab765356c1c 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.37.0-1noble.20250331.172357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 1500 Depends: ros-rolling-ros2cli-test-interfaces (= 0.37.0-1noble.20250331.172357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces-dbgsym_0.37.0-1noble.20250331.172357_amd64.deb Size: 1090812 SHA256: ddff142b1f1d8d8a4b2579a687356f9bfd91fd1f933d4cda60a3f453bae6609c SHA1: 03c5b5da14a479124f2cdeeb631b7b02f90949a9 MD5sum: b7b54e467f3ba83c0e22487757e0ac08 Description: debug symbols for ros-rolling-ros2cli-test-interfaces Build-Ids: 069f5cbc435e6e78d132504f35bacc1580e5c74d 2a25f55c88f00bc26c5dc8010344fddd40dad0d7 30ce1b04b2ac0725b918ff1221b336f7f18912cc 6170bec450f69fc3b7f83900fc70013b278a432f 7f52795dc3efa4ed9f0d0d0b00a7b2eb2f99091e 840a5e2d6106947ceb914bc3afa858cfece219f6 95e65560b4f299b219d86f8520b42b3e13a60b1a 9a11c7286710346841d79d19c0caa3eea065a0e8 a1fed88acbf759b2c9d93b969ab60fd927973dca b58edc284c6cd65cb8ced2d2ef5553cebc3edd0c e1e329a860b4ad3d19e9cf199cf1f188b7bd6e40 Package: ros-rolling-ros2component Version: 0.37.0-1noble.20250331.184537 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 111 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2component/ros-rolling-ros2component_0.37.0-1noble.20250331.184537_amd64.deb Size: 22812 SHA256: c20c2b85f6c28977984732bcd6f7c0c007f4b4948cbfa08808f23b63e716d95f SHA1: 807d8a0a782fc3a1951300c46479bb31a12692d5 MD5sum: c8d61f98ffce7df3ccb58c01aac00604 Description: The component command for ROS 2 command line tools. Package: ros-rolling-ros2doctor Version: 0.37.0-1noble.20250331.180200 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 160 Depends: python3-catkin-pkg-modules, python3-importlib-metadata, python3-psutil, python3-rosdistro-modules, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros-environment, ros-rolling-ros2cli, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2doctor/ros-rolling-ros2doctor_0.37.0-1noble.20250331.180200_amd64.deb Size: 39266 SHA256: a19004c4080eb5735f3c3597818f8b29b63f20d346339147908ce0c566070ec8 SHA1: 99c1f54a36f95313e9d16e4b31ad38e70b7faf27 MD5sum: 5887c2a2bfa7af060df29e6be2a8da15 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-rolling-ros2interface Version: 0.37.0-1noble.20250331.180206 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-rolling-ament-index-python, ros-rolling-ros2cli, ros-rolling-rosidl-adapter, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2interface/ros-rolling-ros2interface_0.37.0-1noble.20250331.180206_amd64.deb Size: 18416 SHA256: 83d87a4f0e73a8b51c6a95c105a42e8eacd8c3e47e64e1068af77e2bbbfb513a SHA1: ec45810eb98f3411a754047cd2113a60fbbaa5e2 MD5sum: cf66421dee152f0c5528e7fa74672b6d Description: The interface command for ROS 2 command line tools Package: ros-rolling-ros2launch Version: 0.28.0-1noble.20250331.180327 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 83 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch/ros-rolling-ros2launch_0.28.0-1noble.20250331.180327_amd64.deb Size: 18144 SHA256: f5c567a3bc8bd9d717625471832f96bbdbe41d6a4d9f0b60a234aea4e798ce94 SHA1: 0e7357ed7427bf566a29877bdc13987a7aa795f9 MD5sum: f46065608af5de6d802246ccb3cd0d9f Description: The launch command for ROS 2 command line tools. Package: ros-rolling-ros2launch-security Version: 1.0.0-4noble.20250331.185231 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.20250331.185231_amd64.deb Size: 9992 SHA256: 5c7ae26aad1a1093f15edf736493c5335c49144849a770180d2aff9826c03e29 SHA1: 960e2235ad421d4e0192a19ae65caee48157f9bb MD5sum: bc7fd8584f5b413a86495f5517ed806d Description: Security extensions for ros2 launch Package: ros-rolling-ros2launch-security-examples Version: 1.0.0-4noble.20250331.185447 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 747 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ament-nodl, ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-ros2launch-security, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch-security-examples/ros-rolling-ros2launch-security-examples_1.0.0-4noble.20250331.185447_amd64.deb Size: 155148 SHA256: 10ad1b6916772ce4314e70f1a491fd8e4aeba0ae61a3988876c3969088e8d379 SHA1: 9c35a262bc9b0a72a3723bcc5279c35ceec3a908 MD5sum: cd535ebef749eab323fe0f3c07a421bf Description: Examples of how to use the ros2launch_security extension. Package: ros-rolling-ros2launch-security-examples-dbgsym Package-Type: ddeb Source: ros-rolling-ros2launch-security-examples Version: 1.0.0-4noble.20250331.185447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ted Kern Installed-Size: 3909 Depends: ros-rolling-ros2launch-security-examples (= 1.0.0-4noble.20250331.185447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch-security-examples/ros-rolling-ros2launch-security-examples-dbgsym_1.0.0-4noble.20250331.185447_amd64.deb Size: 3362728 SHA256: 2e9333a17eac7cb9946bd8a5f61536745be1b7f98de3b419338e6135f67f97e2 SHA1: 6e3d5bc6131ccd1e130de462e43d08eab2f5291e MD5sum: c0f8aed426de4d27cbc50984a02fb5d8 Description: debug symbols for ros-rolling-ros2launch-security-examples Build-Ids: 0d0ea3267df88ba433b6d289de48fdfd8c6fd9ea 3911efd8079ae75ba5b73a62248f7677018c823c 7d8bda90d7c14613e835c5e3adcdba4d5a13895b faba43355994ee551cbb35afabf25c26c562aaea Package: ros-rolling-ros2lifecycle Version: 0.37.0-1noble.20250331.180149 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 84 Depends: ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle/ros-rolling-ros2lifecycle_0.37.0-1noble.20250331.180149_amd64.deb Size: 16070 SHA256: 0ef464e28b0dab749d1e30c79e7db47a79c282328a4706fd2fc5d80f5aab726a SHA1: 2a32b72b311ef77607dfd38a5f762ce221fb6c3c MD5sum: 213b3ce1d1b10cc7e97f515da4cd5740 Description: The lifecycle command for ROS 2 command line tools. Package: ros-rolling-ros2lifecycle-test-fixtures Version: 0.37.0-1noble.20250331.183536 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 72 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures_0.37.0-1noble.20250331.183536_amd64.deb Size: 14206 SHA256: 7c693f15dd5898cb1f7ae6712347729ac014aeaff625a23c52fd547a659050e9 SHA1: a737e777a120871acd28c504c112b1eca95bf294 MD5sum: 280d26fa405a90103278e29a465d1251 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.37.0-1noble.20250331.183536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 260 Depends: ros-rolling-ros2lifecycle-test-fixtures (= 0.37.0-1noble.20250331.183536) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures-dbgsym_0.37.0-1noble.20250331.183536_amd64.deb Size: 244338 SHA256: 9a1d87e830f4bdac09c8f2792a42327baf5bbbe5b99585a68db8f31ec9d45b35 SHA1: 3bae5f85dbff2a6b606a6458265f4c14e7a1b434 MD5sum: 242e2e57dfcb065bee5667ad7cd53203 Description: debug symbols for ros-rolling-ros2lifecycle-test-fixtures Build-Ids: 60e49bd422d73343080dad5fd311c61b9215fdcf Package: ros-rolling-ros2multicast Version: 0.37.0-1noble.20250331.180205 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 62 Depends: ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2multicast/ros-rolling-ros2multicast_0.37.0-1noble.20250331.180205_amd64.deb Size: 10682 SHA256: a092310757730c7725b9eb7ecf9f62dcf90e4f7870156eaf36003e8269be9654 SHA1: 35302bccdff5513e63c899a1373c39e3784a3d71 MD5sum: 728b34baa54d09a43644feba3b846c54 Description: The multicast command for ROS 2 command line tools. Package: ros-rolling-ros2node Version: 0.37.0-1noble.20250331.180052 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 75 Depends: ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2node/ros-rolling-ros2node_0.37.0-1noble.20250331.180052_amd64.deb Size: 15314 SHA256: 0857b56ff9798a6008391be005a44cc8c42f9cae6de3441c439c14cf7a988dd6 SHA1: d80d462c676baf1e2993e496e5f22a9854cb5ed8 MD5sum: 6d53ee2eeaa14b412e469a8d2324e746 Description: The node command for ROS 2 command line tools. Package: ros-rolling-ros2nodl Version: 0.3.1-4noble.20250331.183835 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.20250331.183835_amd64.deb Size: 8400 SHA256: 83e1722fc03005477cec97daa25ae956b8d294f606be8141eb3a5c19a7e32ba4 SHA1: af3aaa72b1933c82444d43d4d368ce98917c2b8b MD5sum: c2e2a1f5df176f1f9a6c2795f115aee3 Description: CLI tools for NoDL files. Package: ros-rolling-ros2param Version: 0.37.0-1noble.20250331.180141 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 122 Depends: ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2param/ros-rolling-ros2param_0.37.0-1noble.20250331.180141_amd64.deb Size: 22358 SHA256: 7238e9cb671e6fc43aa3983afffcacd7dd3a0c71192217a4047e445cb8f549f8 SHA1: a4a6122851ef2e2f5a0e9cbdf07a34cdf3818e8c MD5sum: 927fb0afa8fa375bca10557c5ff0939e Description: The param command for ROS 2 command line tools. Package: ros-rolling-ros2pkg Version: 0.37.0-1noble.20250331.180223 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 153 Depends: python3-catkin-pkg-modules, python3-empy, python3-minimal, ros-rolling-ament-copyright, ros-rolling-ament-index-python, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2pkg/ros-rolling-ros2pkg_0.37.0-1noble.20250331.180223_amd64.deb Size: 28960 SHA256: 58984ef54a7f475da06e400fe5af980cbeb798086606334a091d6892911d218d SHA1: d31bb53e1fc397b7bb9a469453ac04d39bc7fdfd MD5sum: 3c28fa4a4b88e0aac37a6afcdecb7abd Description: The pkg command for ROS 2 command line tools. Package: ros-rolling-ros2run Version: 0.37.0-1noble.20250331.180328 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 52 Depends: ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2run/ros-rolling-ros2run_0.37.0-1noble.20250331.180328_amd64.deb Size: 9742 SHA256: 9fef4c077a2fa107ec787d476c83b79d654ec3663edca3847ee66a59b64d713d SHA1: 8a99276fb4c89b58b8c8883fad6113729b619f8a MD5sum: e85b0aa342ae2ccc45f0f9055ddce54a Description: The run command for ROS 2 command line tools. Package: ros-rolling-ros2service Version: 0.37.0-1noble.20250331.180103 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 107 Depends: 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-ros2service/ros-rolling-ros2service_0.37.0-1noble.20250331.180103_amd64.deb Size: 23114 SHA256: 9ea45d359d9f4f25ce55a798b8258ddd09e559ce3126d6ee86d639f4c3eff6d1 SHA1: cd391ca8639a48e01ac062b1f99fcf3897e20a56 MD5sum: 41a5fa1ad8ab5798424da8e4eb3d9cac Description: The service command for ROS 2 command line tools. Package: ros-rolling-ros2test Version: 0.8.0-1noble.20250331.180127 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.8.0-1noble.20250331.180127_amd64.deb Size: 5630 SHA256: dfda495ae1b90b596d8590dd92077515c93260336a601c09ee3b461ac2e3c6a2 SHA1: a82150a65fb7152bb5c32aa7ea4d77eabce2e84a MD5sum: bccf26746541571147260d8f664b8759 Description: The test command for ROS 2 launch tests. Package: ros-rolling-ros2topic Version: 0.37.0-1noble.20250331.180117 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 205 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-ros2topic/ros-rolling-ros2topic_0.37.0-1noble.20250331.180117_amd64.deb Size: 50178 SHA256: ca88aaacf6327042e1d34ea2f529212cdb7c91ca33c372cc5470b2b5f0a874ef SHA1: 1ddf0e1983cc73efb71dc9b2b01be00feaf3a3bd MD5sum: 92a1e28afaa9003ec56a1bd03c977eee Description: The topic command for ROS 2 command line tools. Package: ros-rolling-ros2trace Version: 8.5.0-1noble.20250331.180229 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 59 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.5.0-1noble.20250331.180229_amd64.deb Size: 7628 SHA256: 945e14c92add48fcf1267452a06c32c700cdacd829b2485e6667f149ffe739b6 SHA1: 690105f1dd531bfcdd0de2c61728bc4a1a4234e2 MD5sum: 0b8854dc82ffd17cce3096473c84f0f0 Description: The trace command for ROS 2 command line tools. Package: ros-rolling-ros2trace-analysis Version: 3.1.0-1noble.20250331.180241 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.20250331.180241_amd64.deb Size: 6062 SHA256: e806b5979d38c173495f4a16d9646a230e2bf280d176f11ee2bb03792b2fde5b SHA1: bb723b98c64365333751eda967cdbebda0ec7896 MD5sum: 8f8aaeab0eefdb89d0c7039c0083fed7 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-rolling-rosapi Version: 2.2.0-1noble.20250331.180151 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 112 Depends: ros-rolling-builtin-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-rosapi-msgs, ros-rolling-rosbridge-library, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi/ros-rolling-rosapi_2.2.0-1noble.20250331.180151_amd64.deb Size: 18308 SHA256: ee0572809d155def447bda0ba2e47d6fdcb85654b0cd2509be48b0fdbf1edec8 SHA1: e6af745a0a0a088a89df96ae7d8a981d1da2999d MD5sum: be17bb0613b3111555be016330004862 Description: Provides service calls for getting ros meta-information, like list of topics, services, params, etc. Package: ros-rolling-rosapi-msgs Version: 2.2.0-1noble.20250331.164445 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 10214 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rcl-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_2.2.0-1noble.20250331.164445_amd64.deb Size: 598292 SHA256: 0b63abc5b8549f324be94c50d3c2054fac7112419b2c106d8d83d352140c060a SHA1: 9063e6ff545ff3652681e10500d0bb6b95d493a1 MD5sum: 400c023bd004835acd3295146b991166 Description: Provides service calls for getting ros meta-information, like list of topics, services, params, etc. Package: ros-rolling-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosapi-msgs Version: 2.2.0-1noble.20250331.164445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 8071 Depends: ros-rolling-rosapi-msgs (= 2.2.0-1noble.20250331.164445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs-dbgsym_2.2.0-1noble.20250331.164445_amd64.deb Size: 6423930 SHA256: 1a321921ab98b3579c78699119bb3aaf051875d9330d1e3ea25be14f8ddb2dae SHA1: 996041cb8b9ad169ced53535267aa0df712c3eee MD5sum: b94236991b423dedf8637c5096a9c346 Description: debug symbols for ros-rolling-rosapi-msgs Build-Ids: 05a44a22ce2c11e1be47f74d9809009c0b452907 1ca8eb2300ec197102ce0705f4eaa57768f10a0c 33d93c77d31e977328f7be9a9df6de1f9121ce1a 5afa8bc0e9beb626fd3204f7dc080798d168440f 73ff652dfbaad787488668e9be436a2a15b17625 7d298e20d46fc8928c6a6694e3caf900b5d39925 8717f02f8b17f291c087d0784e12da166ae05787 92d4fc32e438669b2145d23e01ae31c99e5c7ac1 b590e7eb5f34dfcfcbdbd47202c4a37a837aca5d d58f1e3c71e97fb8c16ec95095612f52bdc8dffe e9b7a5943e62f118c7ea9b79ea27c4a47c189255 Package: ros-rolling-rosbag2 Version: 0.31.0-1noble.20250331.202134 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 45 Depends: ros-rolling-ros2bag, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-compression-zstd, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-rosbag2-storage-default-plugins, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2/ros-rolling-rosbag2_0.31.0-1noble.20250331.202134_amd64.deb Size: 8704 SHA256: 674f5c6ff89a5462b9436b794d0f62b31dee33e337899ebbff54b45d044c043e SHA1: 94e03e6a2d3c0909d7cf4142bf01607ff5c7a821 MD5sum: 0576630334df840e5340947699a428fe Description: Meta package for rosbag2 related packages Package: ros-rolling-rosbag2-compression Version: 0.31.0-1noble.20250331.193255 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-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression_0.31.0-1noble.20250331.193255_amd64.deb Size: 133500 SHA256: 3aca29f593bcfe2c06e3d87104048b5cd8c91ec344164997a52eb053d7c95383 SHA1: 3dd17cca9eaaf0bd8745f50c725e3fd5605bdd01 MD5sum: 9d155315f234b15100f27a8d170ddbb3 Description: Compression implementations for rosbag2 bags and messages. Package: ros-rolling-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-compression Version: 0.31.0-1noble.20250331.193255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1730 Depends: ros-rolling-rosbag2-compression (= 0.31.0-1noble.20250331.193255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression-dbgsym_0.31.0-1noble.20250331.193255_amd64.deb Size: 1624170 SHA256: ef6497db33927c21fb04f2003c4e9306351cc242d73c3faaba7ba52a569da72d SHA1: 7446081557a24bd1b11136097f8f87a1b71d507e MD5sum: 90b0d65b86f44939f8e3ea1d1235afa9 Description: debug symbols for ros-rolling-rosbag2-compression Build-Ids: 51ba2aac1e2f3f0c9060d54945eb7ee81215bb22 Package: ros-rolling-rosbag2-compression-zstd Version: 0.31.0-1noble.20250331.201919 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-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-rosbag2-compression, ros-rolling-zstd-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd_0.31.0-1noble.20250331.201919_amd64.deb Size: 32636 SHA256: 145c234acdbe3116a7e7b5604a3832a121a12c7883d4a020bc152ce8c1f8acdd SHA1: 885201d06b1a25d042eeb94d898edc295a61aeb5 MD5sum: 6fbb0721b31afa76045268934b29158c 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.31.0-1noble.20250331.201919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-rolling-rosbag2-compression-zstd (= 0.31.0-1noble.20250331.201919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd-dbgsym_0.31.0-1noble.20250331.201919_amd64.deb Size: 273770 SHA256: 25ff5359e77328c79fdb7b6b1c7112358dd6681d5ca1c570e6ab4b2c6c5f99c8 SHA1: 25727dcd6768dee80d0cd44fcb072f273a8db3a0 MD5sum: 5f2e882e8cdcf14d6a04ad389636d6b4 Description: debug symbols for ros-rolling-rosbag2-compression-zstd Build-Ids: 034bf6d884e033d5330e207574b028ec32284072 Package: ros-rolling-rosbag2-cpp Version: 0.31.0-1noble.20250331.185339 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 826 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp_0.31.0-1noble.20250331.185339_amd64.deb Size: 228832 SHA256: 2feab01c7c36a15ecf1082f0fb9d32fca2ddcf6437c821976c3291fe7d94c4e5 SHA1: ea6c81b82540dceb5e55bf3f29749620ff17f62d MD5sum: 040308135d9bf7a396d08eb774628eb2 Description: C++ ROSBag2 client library Package: ros-rolling-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-cpp Version: 0.31.0-1noble.20250331.185339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3834 Depends: ros-rolling-rosbag2-cpp (= 0.31.0-1noble.20250331.185339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp-dbgsym_0.31.0-1noble.20250331.185339_amd64.deb Size: 3651164 SHA256: 354be36d937ca39c0a1c2249fdc5b80d6dd63aebf127479f5c8e0061cac321c3 SHA1: 187d0e782a8fa65b9afbb508db01e44bdcd7dd48 MD5sum: f20f6c864c9fd6b51618e3b7058fef12 Description: debug symbols for ros-rolling-rosbag2-cpp Build-Ids: 42d4ef063fd4f5d704441f062445a78dcbfd32d4 Package: ros-rolling-rosbag2-examples-cpp Version: 0.31.0-1noble.20250331.194423 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 547 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp_0.31.0-1noble.20250331.194423_amd64.deb Size: 113232 SHA256: 3a8c26e62d662525a616e5f3fe65d1aa1f50173dd0f926f61a31e132edf444ec SHA1: 42ae2e5ed87cbf6c3a5ad9d0a3b0dd69b51eaa98 MD5sum: 060218b4d4fa61aca6712e4a06da7eba 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.31.0-1noble.20250331.194423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3296 Depends: ros-rolling-rosbag2-examples-cpp (= 0.31.0-1noble.20250331.194423) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp-dbgsym_0.31.0-1noble.20250331.194423_amd64.deb Size: 2946288 SHA256: 02b90028638f4b53d34aedd3e22380276555115be70dddd2cbd4147c54d82446 SHA1: 9bb8dcaa9b396b34f8fc566e3cbcb7be91a60eb5 MD5sum: b299a2fbf20f5421dffbcd104b64c42b Description: debug symbols for ros-rolling-rosbag2-examples-cpp Build-Ids: 5cba230f9f4c99009e3ef433b752cc43d7525a4b 62065f64d4ed77663de3faad7caa220f4e04e09d ab1ae8816a690c117dad6c05fac3babfb5eecd82 ef803f35e305fed2f37994091b1ec14d6f25a486 Package: ros-rolling-rosbag2-examples-py Version: 0.31.0-1noble.20250331.201349 Architecture: amd64 Maintainer: geoff Installed-Size: 55 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-rosbag2-py, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-py/ros-rolling-rosbag2-examples-py_0.31.0-1noble.20250331.201349_amd64.deb Size: 8930 SHA256: 8a36c23fe486ac5cc5b0e86e0b635b1bf26987270fd44f53ae923276780e9237 SHA1: 11f5249c60507bc1f02191041db79fe4f3d0fa43 MD5sum: fd9d49887b441efd8754558bbddfa928 Description: Python bag writing tutorial Package: ros-rolling-rosbag2-interfaces Version: 0.31.0-1noble.20250331.163603 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5382 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces_0.31.0-1noble.20250331.163603_amd64.deb Size: 307210 SHA256: 60851f6de3f1d7d9207045a8b04347f8ff8deecb1f593f38a5798a8f512243dd SHA1: d2c7acfed71d861dec09f9786fa69cc6587addb5 MD5sum: b28fdec51bad368e8b243583f203b930 Description: Interface definitions for controlling rosbag2 Package: ros-rolling-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-interfaces Version: 0.31.0-1noble.20250331.163603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3570 Depends: ros-rolling-rosbag2-interfaces (= 0.31.0-1noble.20250331.163603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces-dbgsym_0.31.0-1noble.20250331.163603_amd64.deb Size: 2702866 SHA256: 65d102c42b33828605f788275b0df717ca94d7e39548c3ee1104d247964609ff SHA1: 862175e045290dfc7c1110ff4494e4a5ba5d3c83 MD5sum: c0848421dc3b1d657937d26c75548ea5 Description: debug symbols for ros-rolling-rosbag2-interfaces Build-Ids: 15223545232c2d1d66e12cfca6dca24e6a3d3646 29c8182f3ee6edb2b5e8069c18e42bc00a933c25 336dac7edf7d233e0a5bf1ce19c539d11572be1f 3a9d06bfc1ea6e886cd5bda7b45a3d4cf752deaf 7cc8353b6f3632d0ea55ffaaa278f1e5076a089b 8befc7353a11ebe0e8e190015a8a40ad6b386d59 8d0b2e245a8c5ddab5df794ccfb5e4fb12001176 942bf2fc09fbe474259827a845e44a7d14ed2696 a1f0dc85fab1454fcb5e984400a15a84567c6c23 cba4f3a82d40471bd3798153fff80317e0a78b04 f1e987f95483a74887ba1c94374f2bb9561dbeea Package: ros-rolling-rosbag2-performance-benchmarking Version: 0.31.0-1noble.20250331.201435 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9 Depends: 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-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking_0.31.0-1noble.20250331.201435_amd64.deb Size: 3166 SHA256: 7cfd223cfd27768ec35d5cf4134248d66f111544823bf20165ebcab92f85aedd SHA1: 719a52f6492814976190c663be988884eb478bfa MD5sum: fd82769019372b4f39e398b4f6ee0b77 Description: Code to benchmark rosbag2 Package: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.31.0-1noble.20250331.172359 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 8 Depends: ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking-msgs/ros-rolling-rosbag2-performance-benchmarking-msgs_0.31.0-1noble.20250331.172359_amd64.deb Size: 2084 SHA256: 19c86d0bb3e2cf5ebd05d64d1a3043dddee3698b8921d7c4968c1bd85b9f8efb SHA1: 535ec2c08a3605872cbe1e7aed81663fc75d15d9 MD5sum: 2350f578d90e2682ec582e225035a485 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-rolling-rosbag2-py Version: 0.31.0-1noble.20250331.200755 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2486 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-pybind11-vendor, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-py/ros-rolling-rosbag2-py_0.31.0-1noble.20250331.200755_amd64.deb Size: 573546 SHA256: e79745f18dbe063287c48cb3be877574491016c70ea81edc116bb7924f550d01 SHA1: 941a092aaeaedcbf073689b883f2758746eab5f0 MD5sum: ea94cf71ecb15b5063ecbb0e304e8a1b Description: Python API for rosbag2 Package: ros-rolling-rosbag2-storage Version: 0.31.0-1noble.20250331.183629 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 655 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage_0.31.0-1noble.20250331.183629_amd64.deb Size: 181410 SHA256: 21c8a79dd639b2d71e6aa83f80d3228ca5361be1ba351036a656ed71d6b8856e SHA1: cc7fbf785f673c410348e4f0d54634fd3661748a MD5sum: 8ff57efdfc9e6ab1a0d827bb60bd485c 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.31.0-1noble.20250331.183629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2187 Depends: ros-rolling-rosbag2-storage (= 0.31.0-1noble.20250331.183629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage-dbgsym_0.31.0-1noble.20250331.183629_amd64.deb Size: 2037086 SHA256: a8c5dcb57a4c8bdd260ae087509d8d4686c1cdd5f85dfc5c30e354272efb7841 SHA1: 95691c72e1bec86f2c5d36c3669529132484effa MD5sum: 851f9c8489250e4cb4f56d786bbd8402 Description: debug symbols for ros-rolling-rosbag2-storage Build-Ids: a60dea5a8dd866b72cb48d43d39c18f3a49f32db Package: ros-rolling-rosbag2-storage-default-plugins Version: 0.31.0-1noble.20250331.201923 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 41 Depends: ros-rolling-rosbag2-storage-mcap, ros-rolling-rosbag2-storage-sqlite3, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-default-plugins/ros-rolling-rosbag2-storage-default-plugins_0.31.0-1noble.20250331.201923_amd64.deb Size: 5762 SHA256: 4bcf4f47413ac0357043b36365b3a7d517eab74d40a650bb1661cdea6456c959 SHA1: 8909116dcf862d4d2e2f0307694b2fbf0bba4d6d MD5sum: 451c3e0b85b9015c8f03d2c6ab8f55dd Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-rolling-rosbag2-storage-mcap Version: 0.31.0-1noble.20250331.193305 Architecture: amd64 Maintainer: Foxglove Installed-Size: 434 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-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap_0.31.0-1noble.20250331.193305_amd64.deb Size: 136222 SHA256: 0f74ff0cdc93036b6a7570fe3f7f6e16b11bddaa74223430a50368996fb682b7 SHA1: 40dde6a26548b759ee728ab45e8b92655ba3b98e MD5sum: 0203c8a89bba4652cc559b8873fdf86a 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.31.0-1noble.20250331.193305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1747 Depends: ros-rolling-rosbag2-storage-mcap (= 0.31.0-1noble.20250331.193305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap-dbgsym_0.31.0-1noble.20250331.193305_amd64.deb Size: 1649874 SHA256: efd3914a0f1dee2102b6b9c5682364d27cb9922ac7c6ae5e6f184355d68cc78e SHA1: 660afbb454f435d0104e15237d2cab5aa8e2de09 MD5sum: bf26e1d1c584d002a327478a7efbe576 Description: debug symbols for ros-rolling-rosbag2-storage-mcap Build-Ids: 2f44473d15dd557ea8bec928477a25d06484ca45 Package: ros-rolling-rosbag2-storage-sqlite3 Version: 0.31.0-1noble.20250331.193350 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-rolling-pluginlib, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosbag2-storage, ros-rolling-sqlite3-vendor, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3_0.31.0-1noble.20250331.193350_amd64.deb Size: 168000 SHA256: a70912745d67739d49a8ec93c0606adf2a75de8d74d8eab35256324d1c929d1a SHA1: 738a139e14d52e4c16a0deb6f4722aa0e024bb91 MD5sum: defd2e7bbaef171e818116426d1f056b Description: ROSBag2 SQLite3 storage plugin Package: ros-rolling-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage-sqlite3 Version: 0.31.0-1noble.20250331.193350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2059 Depends: ros-rolling-rosbag2-storage-sqlite3 (= 0.31.0-1noble.20250331.193350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3-dbgsym_0.31.0-1noble.20250331.193350_amd64.deb Size: 1939100 SHA256: 04b3bab884b03150e03fb49cc8f6dde51bf23d60e6229c308390e9eef63f8dd3 SHA1: e141e0e8ea4cac9f11c4eccfcecad195b0a8580b MD5sum: 73432b1dbfb6bcfb3fd39b9ae4b8efd3 Description: debug symbols for ros-rolling-rosbag2-storage-sqlite3 Build-Ids: 6ab0e1f9aacbeafc5cd6f71916ccef9658a81032 Package: ros-rolling-rosbag2-test-common Version: 0.31.0-1noble.20250331.183633 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 118 Depends: ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-test-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-common/ros-rolling-rosbag2-test-common_0.31.0-1noble.20250331.183633_amd64.deb Size: 19858 SHA256: 8199b98c1d9f9b636b29e54d3d1d35c49a79b2f90352abd6af5a489daa59e422 SHA1: 799766c1969e9f97ff02351e85104c08b3fec551 MD5sum: e0a42d083c3090c6b94d764764c03cd0 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-rolling-rosbag2-test-msgdefs Version: 0.31.0-1noble.20250331.172526 Architecture: amd64 Maintainer: Foxglove Installed-Size: 2031 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs_0.31.0-1noble.20250331.172526_amd64.deb Size: 136150 SHA256: ca7652efdfd0a8b300af9c754ab60fb89ee93d41595f71775cf583ab3cac3cb3 SHA1: 63c68e35b5d3c4776580701f27ad331cddfb00b0 MD5sum: b59c4df5d7dd528744f7af36e6d0aa06 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.31.0-1noble.20250331.172526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1432 Depends: ros-rolling-rosbag2-test-msgdefs (= 0.31.0-1noble.20250331.172526) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs-dbgsym_0.31.0-1noble.20250331.172526_amd64.deb Size: 1097312 SHA256: fcc346f1cc9fbe2b0d0e4e9a47ed1ce1a6609b2f1b2c4a6c0b02214e435c67d9 SHA1: bd6a7943ab6141840e59cf5392ce4d9af5e082d3 MD5sum: ce5aea9e97a4f285d06d2ee642ee4d5a Description: debug symbols for ros-rolling-rosbag2-test-msgdefs Build-Ids: 08e351ee3d295b02e4dde9df50635ac6ffa4a070 151ab0fa8b31b38a63b61caadbaf6e1994067e89 2183c6f29a7800a53d2a949c7ed547b6b663ba24 512fabb001ebea114d713c5e5b4f82661f8924d0 8c5b35e96d10823766129e4fc850108d8b7f0d48 8ea8d47b82e4fa3c79dd0e20880c7493dbb7a34b 8ec44f2673ce51bb5a1df352867165fa6be24dbf 95856adefdf88af1bf91a49ec227e068d840f62b 984a7ce194ab9cc2ef915fe051ae2d3e01ff84b2 e6716a0e899bceb9079519ebcacfe59f21af870a ead48faf1ecc18fc1a0ed16256b8cdc6df375157 Package: ros-rolling-rosbag2-tests Version: 0.31.0-1noble.20250326.141250 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 46 Depends: ros-rolling-ament-index-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-tests/ros-rolling-rosbag2-tests_0.31.0-1noble.20250326.141250_amd64.deb Size: 9622 SHA256: bcbff12ad93ccdc2b2c2dd83ba871088dac25148c9432d67364a36361800a0a5 SHA1: b2c455277a49c9045ffc05607aba6f3704bc843c MD5sum: 4d533be9a9c6f00283a80472c7777836 Description: Tests package for rosbag2 Package: ros-rolling-rosbag2-to-video Version: 1.0.1-1noble.20250331.201555 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.20250331.201555_amd64.deb Size: 14382 SHA256: 35d93410aee7797069a56667e40a6a6c5cc2885c1886fa3237bcd0cad863f95c SHA1: 570b8200fdd555d24345ead4b74b2b7a858b0c68 MD5sum: 190edb34f89952e482420cea997de5b5 Description: Command line tool to create a video from a rosbag recording Package: ros-rolling-rosbag2-transport Version: 0.31.0-1noble.20250331.193532 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1424 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-rolling-keyboard-handler, ros-rolling-rclcpp, 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-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport_0.31.0-1noble.20250331.193532_amd64.deb Size: 363404 SHA256: 033f3a0a7d5bfefa348fd90f8a9954c01fc65a263f133231558beb0317cd6e52 SHA1: 5a7635821e2ec6af2ce301fc230f4f4187befa9d MD5sum: 778e06ae3f93552eb75e2ec9bf35c1a5 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.31.0-1noble.20250331.193532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 8445 Depends: ros-rolling-rosbag2-transport (= 0.31.0-1noble.20250331.193532) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport-dbgsym_0.31.0-1noble.20250331.193532_amd64.deb Size: 7749422 SHA256: 104ec3038ad4cf234efd058f425220acb8170df315c388bc75474452938fc9db SHA1: a2a580158b6a289aa1bbeb23eb34e00bb2dbd8f8 MD5sum: 6c295423f7d9ca5d6c1946cfaa2d00d3 Description: debug symbols for ros-rolling-rosbag2-transport Build-Ids: 19105c677d45d9f1e576239e69895a4fbf4558dd a7ad78a2fdc9ba5e651da094d33db03c985ddd39 e453262e2ac1a54fc487441e9b463dc1681606e0 Package: ros-rolling-rosbridge-library Version: 2.2.0-1noble.20250331.175503 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 273 Depends: python3-bson, python3-pil, ros-rolling-rclpy, ros-rolling-rosidl-default-runtime, 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_2.2.0-1noble.20250331.175503_amd64.deb Size: 43214 SHA256: 8c5567c80c2f035c4eee5baab0b5d237e1b8430cbd73377b948f7526d985e1ce SHA1: 806e85c22ac4d3c116fe0cf1fc9f043d8f724cb1 MD5sum: eb7fb78c8c4197452dc29c5aa43cbd5c Description: The core rosbridge package, responsible for interpreting JSON andperforming the appropriate ROS action, like subscribe, publish, call service, and interact with params. Package: ros-rolling-rosbridge-msgs Version: 2.2.0-1noble.20250331.163629 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 548 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-rosbridge-msgs/ros-rolling-rosbridge-msgs_2.2.0-1noble.20250331.163629_amd64.deb Size: 52860 SHA256: 95ca0bae3cf98b25522af2802746963721083989daadf257c5434339cede97f0 SHA1: d8bd3c786f628bcf97cfd26b4eca0fe048f9669b MD5sum: dd9c3c3d89a5f8628269a246f3094371 Description: Package containing message files Package: ros-rolling-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbridge-msgs Version: 2.2.0-1noble.20250331.163629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 412 Depends: ros-rolling-rosbridge-msgs (= 2.2.0-1noble.20250331.163629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs-dbgsym_2.2.0-1noble.20250331.163629_amd64.deb Size: 303536 SHA256: d1dcc628ee1846698d1501e42ee6310d1ecb4bef47c0b32a55bfb33234a15a3d SHA1: 4d57796889b26bc90f91f9f83f94c4ef95fa3135 MD5sum: f45cd4caba717b31061c2aace85150b3 Description: debug symbols for ros-rolling-rosbridge-msgs Build-Ids: 00193e8f5d16dc26baea28646dcb1bd3a53df53a 3979af23b55df4005a60ce3bffce00d035a47dae 409d71961a5e55b5def13fa03cc1b6e402363f0a 63935548aeffc45160c24e3ea3c78f05ff469773 78dbf5e812930d828ac64c48167b54c5d44e1fc3 7a3faaf0e188ab6cb9335784dfdc5cf653109b7c 8c27d44fcea557a0601faa85f0b1b6f2da86396c a6088ae74e98134ec3c7cb46c9b980191b110b00 c140bd1f408b6aeb70fe6694e4954fd213ae94f6 ccf395211a3144e048dc4d56eef24ebbe4dfa1dd ec396c0d972eda2e6936f1d40d8a8d1b53b30ba5 Package: ros-rolling-rosbridge-server Version: 2.2.0-1noble.20250331.185249 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 105 Depends: python3-tornado, python3-twisted, ros-rolling-rclpy, ros-rolling-rosapi, ros-rolling-rosbridge-library, ros-rolling-rosbridge-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_2.2.0-1noble.20250331.185249_amd64.deb Size: 14668 SHA256: 417b57d34c3a528da1618cc7920de9cc5385f13eb3f884e5f6ee6da41dcf2476 SHA1: de9a319b4a3c0b8e6ceca21f0fd8d9fca7b0ceb3 MD5sum: 61f18ae40a221bb123f2abd696dcdfe9 Description: A WebSocket interface to rosbridge. Package: ros-rolling-rosbridge-suite Version: 2.2.0-1noble.20250331.185721 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 42 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_2.2.0-1noble.20250331.185721_amd64.deb Size: 5988 SHA256: 641593d07d2e28a031b1b9e3dbfae9b051794c756538bfdc46ad7f9625424d1e SHA1: 408795d3b20465c1d25757ee475da7faf2c7218d MD5sum: 7b683c0dea9bd1ecb788613ca88a4f65 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: 2.2.0-1noble.20250331.175211 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 14559 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclpy, 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_2.2.0-1noble.20250331.175211_amd64.deb Size: 736956 SHA256: 5c1b16408fb0a0aeb380c720310387788631d386c6045b473aafafe9c2fec0e3 SHA1: e6de321e1080a08701f119d95572a740783e6a2d MD5sum: a134adffc2a71ded834095873dd693a0 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: 2.2.0-1noble.20250331.175211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 8218 Depends: ros-rolling-rosbridge-test-msgs (= 2.2.0-1noble.20250331.175211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs-dbgsym_2.2.0-1noble.20250331.175211_amd64.deb Size: 5841180 SHA256: db9e93472be6ffecd0d9a258efbd3f178825420871c5a965e84db09e477c503e SHA1: 2e464de5a17a4cea8fed01c75753c64f9bccb8de MD5sum: 2d7e535f0a66d46bad6278b4cb1d1239 Description: debug symbols for ros-rolling-rosbridge-test-msgs Build-Ids: 08073df6e25235b5064c4ebbb277f7b84d876e3e 67fc910f409fe1d694a9c1a861e76be46116d894 98dada25af9bc1606fba0d35a15642307e240e47 a73044208bc6e5dd06de9fa9eab739de9e7f0a4d ae914f761094eea2a70b116535e8f258c640b36e c6228d2ef1538b94daddf1b388135d7b29d5ea03 c626a8b47fc718678357ddacadfb617bfed211b5 c718656b7b1a8d43060126e3a04ebbb752cb64b1 cfd9339e552b6b9070f93d02608ce031eea16e4b d19f13501b764e33271d8ce6e1b68c763093d047 d83d64edfec6c07c6be69952c803f87781d421c9 Package: ros-rolling-rosgraph-msgs Version: 2.2.0-1noble.20250331.163630 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 413 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs_2.2.0-1noble.20250331.163630_amd64.deb Size: 38134 SHA256: 7b04cf2385d10a7eb6e7d1dae0d43c723fe1024fa652e74c8d99e15c375c7785 SHA1: f90645fe16949c0a1a771bad68189b9d7274bc06 MD5sum: dcc0addabb0c7380799439d37f4e5ba5 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.2.0-1noble.20250331.163630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 246 Depends: ros-rolling-rosgraph-msgs (= 2.2.0-1noble.20250331.163630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs-dbgsym_2.2.0-1noble.20250331.163630_amd64.deb Size: 160682 SHA256: 3777481d060e9e9d7a271c241ddfd392de440a1bc5802267353ec19c4f122436 SHA1: a7c89502bdea603ff0f26229c929270c9d2b7aae MD5sum: a9940e5b90fc08bd58fd602c9ca7309b Description: debug symbols for ros-rolling-rosgraph-msgs Build-Ids: 103e665a8e8fe40025ab6f9bfeadfce8df077be4 168f42928204511949f04d31527d3013a23d6c0a 46795291d84665288d55513b467278821370437d 51bde9c720d01291efead6fa591078e88f6a9d10 594289d9046b7c20ca244f5102e0b902e9aad2ae 8bbb3bf374d554222702a811380276f6f9b3e6c6 996957fafd3f57da46238ae213a4d93e3214c601 a7b05575dc1bdad89d49e7aeb6387a30779a6e2e b5a5abf3a014f025d9ba61ea37a6ccd2b5e65589 c3c5970dcdc25f98fa686110952f3f8f0d4edfaf d39d868fb8f26efd9a53ad466b360a80ddb06c20 Package: ros-rolling-rosidl-adapter Version: 4.9.3-1noble.20250318.171257 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 133 Depends: python3-dev, python3-empy, ros-rolling-ament-cmake-core, ros-rolling-rosidl-cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-adapter/ros-rolling-rosidl-adapter_4.9.3-1noble.20250318.171257_amd64.deb Size: 20766 SHA256: c286e5efb1190866eb27a4c0f3d78a86f92d5cc8290604dbfe67c3bb2338a847 SHA1: a55d7102b72def559c3bb81c821858fd052f1093 MD5sum: bdfbf7c6d345af7c5908db731f212611 Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-rolling-rosidl-cli Version: 4.9.3-1noble.20250318.170121 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 130 Depends: python3-argcomplete, python3-importlib-metadata, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-cli/ros-rolling-rosidl-cli_4.9.3-1noble.20250318.170121_amd64.deb Size: 25458 SHA256: 072ebcd14422559b97d2e2c7abafc6dd45d31db4fff10f0fb61c948aa43cecbe SHA1: 3675efd4c3ec9befbdf6259e30c6aea820676c48 MD5sum: 185eb6d9d60224c5df3dbb9c5b19d8c7 Description: Command line tools for ROS interface generation. Package: ros-rolling-rosidl-cmake Version: 4.9.3-1noble.20250327.085137 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 96 Depends: python3-empy, ros-rolling-ament-cmake, ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-cmake/ros-rolling-rosidl-cmake_4.9.3-1noble.20250327.085137_amd64.deb Size: 14988 SHA256: 50b8b0cc0c2d9492eb51bcb859af6c62ab997880956377436db22551ebbbbadf SHA1: ea4aa4352df8e496a6fcb5376e1d5af273b97686 MD5sum: c0251619e8f6dadbe4d8e1a23ce5bf02 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-rolling-rosidl-core-generators Version: 0.3.1-1noble.20250331.161949 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 50 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-generators/ros-rolling-rosidl-core-generators_0.3.1-1noble.20250331.161949_amd64.deb Size: 6866 SHA256: 78045c11d745818a5cd8b3cc2f19f2c8ca1e68abbe82b833f97a31b3e04b9e99 SHA1: 4e3621265577594ea9c53d5952d741c4005f2966 MD5sum: 86648103233ad63ace61b5fd8b9ab77f Description: A configuration package defining core ROS interface generators. Package: ros-rolling-rosidl-core-runtime Version: 0.3.1-1noble.20250331.162100 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-runtime/ros-rolling-rosidl-core-runtime_0.3.1-1noble.20250331.162100_amd64.deb Size: 5948 SHA256: 84bdba4af6333db9655c5b4041b51820bbe4f3bccd02debb00e27b5cb2d7c784 SHA1: b74b3941c61d4f9bb96ded790ea94e4645ea940a MD5sum: 7c3b754eccd543348aef46939392e759 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-rolling-rosidl-default-generators Version: 1.7.1-1noble.20250331.163208 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 47 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.7.1-1noble.20250331.163208_amd64.deb Size: 6838 SHA256: bdc1afdab8b711e8ed0a1ee8f914fe60234763dc84e7a942772d1b2e0393a96b SHA1: 25c41af76d63c456c3c75df9f51729d5a44ea024 MD5sum: 2366b080c52922af9d6617e7e85104fc Description: A configuration package defining the default ROS interface generators. Package: ros-rolling-rosidl-default-runtime Version: 1.7.1-1noble.20250331.163206 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 47 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.7.1-1noble.20250331.163206_amd64.deb Size: 7188 SHA256: 66fb852570f9b6a6cf4c867629c99c073bd99b2e9b1b3c8b59e4791a8c0b939c SHA1: a3c8bd0d3de05f2e0eed500d5948b813d5a39788 MD5sum: 7bd101969535207168a457a6de49b4a6 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-rolling-rosidl-dynamic-typesupport Version: 0.3.0-1noble.20250326.210544 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 325 Depends: libc6 (>= 2.4), ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport_0.3.0-1noble.20250326.210544_amd64.deb Size: 37062 SHA256: 0c3fa065c193032a013d925cef98f8c44309bce510e62fed3bea3ce72c874d2c SHA1: 77bec9dc7e6b14c1a154585c88d19dc8b8e58ae8 MD5sum: 899b8eb74308cacd3c61203f917caa05 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.3.0-1noble.20250326.210544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 120 Depends: ros-rolling-rosidl-dynamic-typesupport (= 0.3.0-1noble.20250326.210544) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport-dbgsym_0.3.0-1noble.20250326.210544_amd64.deb Size: 78882 SHA256: eb3bc87b421a2c25319e86b5f932c6a27d35f8e822394222f8cff444b7742b61 SHA1: 037f195d127c151b18070a576335bc6e234c0e16 MD5sum: b14b13c1f5ef0929c65a0ef550d4c40d Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport Build-Ids: 6c5d64eb17139fa249c2485fe2b36aa443651d43 Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.4.0-1noble.20250326.210657 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 280 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.4.0-1noble.20250326.210657_amd64.deb Size: 51600 SHA256: b5e2da78a8a9c946868b7f250cf9e48251d3a5fbe0673f8b7b353e4656ef9e57 SHA1: 6b240a05330682c82401aeaa519b6b5d3ca48042 MD5sum: c211606b048ec3770163012b3efbc510 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.4.0-1noble.20250326.210657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 656 Depends: ros-rolling-rosidl-dynamic-typesupport-fastrtps (= 0.4.0-1noble.20250326.210657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport-fastrtps/ros-rolling-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.4.0-1noble.20250326.210657_amd64.deb Size: 570228 SHA256: a7fa74f58ca95fecdb089ca000325743bbc189e7ebdc252b8b811da637edaba1 SHA1: 5f7dc6103e5244bc512e8e77071827d2ef19a7a6 MD5sum: 0d7212ab8014a28de030460be650f30e Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport-fastrtps Build-Ids: 9a02a2d4ead36fa8e863e3d5b2a70044c68894c2 Package: ros-rolling-rosidl-generator-c Version: 4.9.3-1noble.20250327.090747 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 178 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-c/ros-rolling-rosidl-generator-c_4.9.3-1noble.20250327.090747_amd64.deb Size: 25410 SHA256: 5e062c48fd358f09feeda1ff64e6bb027657997e5b1d389633ca03b487e9ad56 SHA1: abd47ea9884d450e32c04b099e84b3db54266c07 MD5sum: 42747f855e09adf160e90c83eff7eaa5 Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidl-generator-cpp Version: 4.9.3-1noble.20250327.090925 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 153 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-cpp/ros-rolling-rosidl-generator-cpp_4.9.3-1noble.20250327.090925_amd64.deb Size: 22772 SHA256: 77918782c5c2ac55eb59cd2368b3adae127adfcb45e411aae553cfff48986d04 SHA1: d1e1e2981c4dbe594b2a7163c3a0ac4b781a971a MD5sum: 3036bfb3088a19b9e5e16b77b5cee24a Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidl-generator-dds-idl Version: 0.12.0-1noble.20250327.085150 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 80 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.12.0-1noble.20250327.085150_amd64.deb Size: 11224 SHA256: 34c468674754e71f74ec5710e18041c9636db60b00ac4e3996267a016dd4c03e SHA1: a6f68ea2f54dd7d26e9979a3fe5a507dd090cacd MD5sum: b7ef18560eb14bc5bf1b54d753384c2b Description: Generate the DDS interfaces for ROS interfaces. Package: ros-rolling-rosidl-generator-py Version: 0.24.0-1noble.20250327.091539 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 196 Depends: python3-numpy, ros-rolling-ament-cmake, ros-rolling-ament-cmake-cppcheck, ros-rolling-ament-cmake-cpplint, ros-rolling-ament-cmake-flake8, ros-rolling-ament-cmake-pep257, ros-rolling-ament-cmake-uncrustify, ros-rolling-ament-index-python, ros-rolling-rmw, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-py/ros-rolling-rosidl-generator-py_0.24.0-1noble.20250327.091539_amd64.deb Size: 29330 SHA256: 738b36086b8623ea4672acf71a09f32970af79c6401d81d93e00999f228f4724 SHA1: c21d4d0c92f5f51b05f8b73845dcfe47be8bdea6 MD5sum: e24412fa3bc81b70b1ae1add29fd1d75 Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidl-generator-type-description Version: 4.9.3-1noble.20250326.210251 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 88 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-type-description/ros-rolling-rosidl-generator-type-description_4.9.3-1noble.20250326.210251_amd64.deb Size: 14298 SHA256: 14bb580ab66261fc1647eda610eb4bb38c15d3b2844a581665d4fb854ec9e3da SHA1: 87bfcc890b602c95e33d486850c35384c012e5b2 MD5sum: dd2568e9c895931472319c623c657098 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidl-parser Version: 4.9.3-1noble.20250318.171511 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 126 Depends: python3-lark, ros-rolling-rosidl-adapter, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-parser/ros-rolling-rosidl-parser_4.9.3-1noble.20250318.171511_amd64.deb Size: 21464 SHA256: d221e4ace78df9a36a9c37db6dfabf43a303818539f655545564cae6ed32b80f SHA1: 6aef350f08ddba422af0e1776ada6ea36d2f4065 MD5sum: d8fc97da72c9f2329f3d533086fe4945 Description: The parser for `.idl` ROS interface files. Package: ros-rolling-rosidl-pycommon Version: 4.9.3-1noble.20250318.171549 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-rolling-rosidl-parser, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-pycommon/ros-rolling-rosidl-pycommon_4.9.3-1noble.20250318.171549_amd64.deb Size: 11634 SHA256: 4654ac0f4facd34b40ed64cd14ca226b699bf5b6d5238421e17e37054d219f53 SHA1: 999d5f442e3a055d77a020eddb4cd755bd46bae8 MD5sum: d9f763209467e2f3d77c21014506344d Description: Common Python functions used by rosidl packages. Package: ros-rolling-rosidl-runtime-c Version: 4.9.3-1noble.20250326.210407 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 358 Depends: libc6 (>= 2.14), ros-rolling-ament-cmake, ros-rolling-rcutils, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c_4.9.3-1noble.20250326.210407_amd64.deb Size: 55922 SHA256: 370612a5d8ba4a85144e1b5cd07dbd9f61ec1a467b8f356de0f720cb66c9e065 SHA1: dee5516cff0a09db31f35068246f9cedb0d6c946 MD5sum: 3da1a76ae0beb902f8c03ac5cff81c64 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: 4.9.3-1noble.20250326.210407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 131 Depends: ros-rolling-rosidl-runtime-c (= 4.9.3-1noble.20250326.210407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c-dbgsym_4.9.3-1noble.20250326.210407_amd64.deb Size: 81716 SHA256: 514a82f1daf6941e2acf1610c37f5168413f3a38e58ec0f775fc5f2238efaf05 SHA1: d44dada0ade695f016e7760754214298b574ba24 MD5sum: f1daab46074a713fe24fbcc6c8e8e872 Description: debug symbols for ros-rolling-rosidl-runtime-c Build-Ids: 3465afaebccac1ffae04b16749aa3d6362255dd2 Package: ros-rolling-rosidl-runtime-cpp Version: 4.9.3-1noble.20250326.210541 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 156 Depends: ros-rolling-ament-cmake, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-cpp/ros-rolling-rosidl-runtime-cpp_4.9.3-1noble.20250326.210541_amd64.deb Size: 20550 SHA256: 0fc25618e9deb9d7022b3421f89d3edd195fd36991636ecdf706d0073fdc0ef9 SHA1: 5a52dc95b91285fe027a4cbcb9eaf990963f5b7b MD5sum: 7001626b7819243d85bf3756bdcf541f Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-rolling-rosidl-runtime-py Version: 0.14.0-1noble.20250318.171540 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 93 Depends: python3-numpy, python3-yaml, ros-rolling-rosidl-parser, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-py/ros-rolling-rosidl-runtime-py_0.14.0-1noble.20250318.171540_amd64.deb Size: 20340 SHA256: 8863fc5b4d743b500ccaedfda4e0c5d43e3e00dfbfddec8b3dc06c29f0c847e2 SHA1: 25c6e5e7c1c0cab0bb2e63b852f0a6e72526bde6 MD5sum: b20760f6ba92999c5b2c70b4729afb95 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-rolling-rosidl-typesupport-c Version: 3.3.2-1noble.20250327.091502 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 155 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), 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.3.2-1noble.20250327.091502_amd64.deb Size: 24836 SHA256: 9432fa7fefc44f69427e32270be20cd78272bbc998c4e71424952e4ffbf1cb42 SHA1: 762bcbd14f1958c392313f48bf92b60ad25dfe3b MD5sum: 3a258277652cf4e6bc6e49dbc877a567 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.3.2-1noble.20250327.091502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 63 Depends: ros-rolling-rosidl-typesupport-c (= 3.3.2-1noble.20250327.091502) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c-dbgsym_3.3.2-1noble.20250327.091502_amd64.deb Size: 47226 SHA256: 9a41fb6090dab5e42a6c59dc5e4945d2d9c9319b43cb67bc0b5044ad66732b24 SHA1: e82c239ba825ced3db2a1a2d868f561ffd530b59 MD5sum: 1f44049ea83b4449498ab939944cb0ac Description: debug symbols for ros-rolling-rosidl-typesupport-c Build-Ids: a8d35a00695da355e2f451c65865aed306bc71fe Package: ros-rolling-rosidl-typesupport-cpp Version: 3.3.2-1noble.20250327.091913 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 155 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2), 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.3.2-1noble.20250327.091913_amd64.deb Size: 23846 SHA256: acd3e26633b66d9b01fbd6065ddcd93173f3b68c4eb45a220225d1f83ab6c5a4 SHA1: 11c0b6ada8b4c3820ae1c1989212b2cf9ab02fb5 MD5sum: a780b1ebcd588a03f2ec3d52391bf1d4 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.3.2-1noble.20250327.091913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 62 Depends: ros-rolling-rosidl-typesupport-cpp (= 3.3.2-1noble.20250327.091913) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp-dbgsym_3.3.2-1noble.20250327.091913_amd64.deb Size: 46978 SHA256: abfd30025ebb4f734134558a4df93129f138fa302642f9e5775aa7347b44a3cd SHA1: 9350f715a5e3f2763cf4858cfb566ca3e4b5c50c MD5sum: a45269152e6d3b1737688462a4bfd578 Description: debug symbols for ros-rolling-rosidl-typesupport-cpp Build-Ids: ae345f76c827c5b6ae07e71c276b90046f84f4b2 Package: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.8.0-1noble.20250331.161926 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 186 Depends: libstdc++6 (>= 5.2), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-c/ros-rolling-rosidl-typesupport-fastrtps-c_3.8.0-1noble.20250331.161926_amd64.deb Size: 26170 SHA256: 1d1945a8cc4efe88cff89db56594df160ac0a5bc5c4c35c03e5442325e2fd93c SHA1: fd19632420610f51e233617d5d2925692086b99d MD5sum: fcb06b5cfd48b5afb14a307ad680a39b 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.8.0-1noble.20250331.161926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-rolling-rosidl-typesupport-fastrtps-c (= 3.8.0-1noble.20250331.161926) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-c/ros-rolling-rosidl-typesupport-fastrtps-c-dbgsym_3.8.0-1noble.20250331.161926_amd64.deb Size: 18560 SHA256: b71a716229db186d83ed7fddf6b919de2d2098f3d8d9138c19e70851a97edb9a SHA1: f11e33f2fcafd83b59ac5534942ca04d13e6492a MD5sum: ba7b479add422579eb8762063583ade2 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-c Build-Ids: 2fbfa659a6fac9e44191f213f9c777ca3ff7abce Package: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.8.0-1noble.20250331.161619 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 193 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2), 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp_3.8.0-1noble.20250331.161619_amd64.deb Size: 27956 SHA256: 496e14912868ca7f4526ae04d7d8a08229b334830c7aaffab4d439ca94eb70d3 SHA1: 840c36640f0482351b4bfe9e38fedeae43d8a2af MD5sum: dfef6c322bcb016b4710b37b9047d3e9 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.8.0-1noble.20250331.161619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-rolling-rosidl-typesupport-fastrtps-cpp (= 3.8.0-1noble.20250331.161619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp-dbgsym_3.8.0-1noble.20250331.161619_amd64.deb Size: 29972 SHA256: b91904ac5dc715f369cbd6d51c4bcd0c0750d8b25b65421114e97cf1c55c6d24 SHA1: 55fc683622a508c6778f63970c5b7ec09795c29a MD5sum: 0592d00c2281cd17b2f9f662a66ab644 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-cpp Build-Ids: 146e874ecf0b8a362ef76af258fa9f638371f48f Package: ros-rolling-rosidl-typesupport-interface Version: 4.9.3-1noble.20250318.171515 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 56 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-interface/ros-rolling-rosidl-typesupport-interface_4.9.3-1noble.20250318.171515_amd64.deb Size: 9348 SHA256: 8898e84d33c48ac84f5a9e7bf83ef3cee0e5685b48f3248a4079e4baf24f101d SHA1: decf3015618f061d65dd039ba5261a4e7d78c3f6 MD5sum: cd87492e49cec56a744d54a79b3bc541 Description: The interface for rosidl typesupport packages. Package: ros-rolling-rosidl-typesupport-introspection-c Version: 4.9.3-1noble.20250327.090931 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 171 Depends: python3-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-parser, 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-introspection-c/ros-rolling-rosidl-typesupport-introspection-c_4.9.3-1noble.20250327.090931_amd64.deb Size: 24232 SHA256: d1e04a28def6a7e94cf4323437c2d2899b36257b52c9e87889aef46bda90604e SHA1: 597cef13772e613e8626ccbcdf75b77f19ea2eea MD5sum: 552bb040ac09ac75f2a3ed41ec6d6c03 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: 4.9.3-1noble.20250327.090931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-introspection-c (= 4.9.3-1noble.20250327.090931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-c/ros-rolling-rosidl-typesupport-introspection-c-dbgsym_4.9.3-1noble.20250327.090931_amd64.deb Size: 2716 SHA256: bab55a6235407602cf5d30089f9a4a038905693526c1ae08bacf18949748dc20 SHA1: f04acfff707fbe2c4c9171b80b0d80f453bafe5b MD5sum: 6b5dac154ff74a6e913cdf0fc36f4f5d Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-c Build-Ids: 61d880f10dc08848a701bfd849e4d4938de41c92 Package: ros-rolling-rosidl-typesupport-introspection-cpp Version: 4.9.3-1noble.20250327.091739 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 172 Depends: python3-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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-cpp/ros-rolling-rosidl-typesupport-introspection-cpp_4.9.3-1noble.20250327.091739_amd64.deb Size: 24210 SHA256: ed4870127d2be0c88a94d1666b3210986ac08c08a315ed63372b411aec89587b SHA1: 31911df712eef2ec08a7f2ea0c5cc8a27624e025 MD5sum: 6a56bdb8b9f956719367f67af83e577c 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: 4.9.3-1noble.20250327.091739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-introspection-cpp (= 4.9.3-1noble.20250327.091739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-cpp/ros-rolling-rosidl-typesupport-introspection-cpp-dbgsym_4.9.3-1noble.20250327.091739_amd64.deb Size: 2756 SHA256: 7db11e644020ae3e5ef8f895586552e07ceb2c181e59a5186905a9db7fb24f46 SHA1: 7c40068dfd9debe599b237640f02f3b07ccb8dd6 MD5sum: 75e3bbf7dcc6566b55d37b3de8da1ac7 Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-cpp Build-Ids: ca4c99a67dc55043aee3447f90ed9ad2e4b89050 Package: ros-rolling-rosx-introspection Version: 1.0.2-1noble.20250331.185940 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1513 Depends: rapidjson-dev, ros-rolling-ament-index-cpp, ros-rolling-fastcdr, 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_1.0.2-1noble.20250331.185940_amd64.deb Size: 204618 SHA256: 0e7c63ffaec102c654f1d8505a668c14983573001a4cee57d79d78ff2b643bd0 SHA1: 6c20a0efb6cfefa59f143470167e8a709f885ec1 MD5sum: 14b4bc5feea5248dfcf9fa8a8078bb96 Description: Successor of ros_type_introspection Package: ros-rolling-rot-conv Version: 1.1.0-3noble.20250326.141602 Architecture: amd64 Maintainer: ijnek Installed-Size: 215 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-eigen3-cmake-module, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rot-conv/ros-rolling-rot-conv_1.1.0-3noble.20250326.141602_amd64.deb Size: 41780 SHA256: b5d7f275f59bca02a7fd47c641ec0ba25a051ddc2b8d245cad78fabf848802f6 SHA1: 203698504d73e21fb7317bc7d2bfbef5fb556fad MD5sum: a66d6347de7372c93407d7afc62fac9a Description: A collection of functions that address common computations and numerical handling of rotations in 3D Euclidean space Package: ros-rolling-rot-conv-dbgsym Package-Type: ddeb Source: ros-rolling-rot-conv Version: 1.1.0-3noble.20250326.141602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 808 Depends: ros-rolling-rot-conv (= 1.1.0-3noble.20250326.141602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rot-conv/ros-rolling-rot-conv-dbgsym_1.1.0-3noble.20250326.141602_amd64.deb Size: 792830 SHA256: d961e1cfa3a7ee235f402bd100f3e7dd43e988a011e9fc1ee8fc47674d423a8a SHA1: 2ed3d5c54c3bcf4e462bea6e6517ab19ab2e997b MD5sum: 62baf9323c585ec9442eef0312e7cf52 Description: debug symbols for ros-rolling-rot-conv Build-Ids: 44e26b2174436775ba7fb72388ad80bbfcef77e3 Package: ros-rolling-rplidar-ros Version: 2.1.0-3noble.20250331.185339 Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 404 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-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rplidar-ros/ros-rolling-rplidar-ros_2.1.0-3noble.20250331.185339_amd64.deb Size: 114812 SHA256: ae3d3fc2b4bbb6f08ebf3e4f6bdee03be18fdabda09080360d4f56cab67342aa SHA1: ee6e599ec0d9a5a791e128712975f564cff4fa12 MD5sum: 48ddf4d67501c2567c34c285f2fb97b9 Description: The rplidar ros package, support rplidar A2/A1 and A3/S1 Package: ros-rolling-rplidar-ros-dbgsym Package-Type: ddeb Source: ros-rolling-rplidar-ros Version: 2.1.0-3noble.20250331.185339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1623 Depends: ros-rolling-rplidar-ros (= 2.1.0-3noble.20250331.185339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rplidar-ros/ros-rolling-rplidar-ros-dbgsym_2.1.0-3noble.20250331.185339_amd64.deb Size: 1504636 SHA256: 57f02f1be2de9e7225253ee8f221450ff213d5282e7427fde819e7ca3a02199e SHA1: e0b49332e18732f64192e76425811f0d6a6f6049 MD5sum: 8c788da2f6bc2ef6d8034921eec99963 Description: debug symbols for ros-rolling-rplidar-ros Build-Ids: 144a5655a7d104c8e640e667c1b1851b86d207ef 1a14aaaa79ed56f9df443520a2fb180d93aaece8 Package: ros-rolling-rpyutils Version: 0.6.1-1noble.20250318.170124 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 40 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rpyutils/ros-rolling-rpyutils_0.6.1-1noble.20250318.170124_amd64.deb Size: 7436 SHA256: 62935ca7f76b25372e9ff54388d691e4b37b491d1cf8c19f26afed5ccab04427 SHA1: 061702946fd10e977419655fca625b2bc90a7d69 MD5sum: 4b14c477bc2c01e9641cf0937c059a96 Description: Package containing various utility types and functions for Python Package: ros-rolling-rqt Version: 1.9.0-1noble.20250331.185234 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 25 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.9.0-1noble.20250331.185234_amd64.deb Size: 3382 SHA256: f61232b7bff8d4b763bc0d4853dc2a5dae38c51e0895d3def976faa8907e6e4e SHA1: 97fa5b342e2305de878c7a608ba409954d480fcb MD5sum: b81ff89f4be8d165a6d498a58925d0fb Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-rolling-rqt-action Version: 2.3.0-1noble.20250331.185939 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.3.0-1noble.20250331.185939_amd64.deb Size: 6790 SHA256: c6e0485ab5a5f70bfbd4e7b9687fb637e9a68f54874993e5ae0c662ba51ca75e SHA1: 116c6ca0f81df2efc9a1ac16092c36ec7c47f0b6 MD5sum: 836bbaa3ee9fe7c843752b36aaa86197 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-rolling-rqt-bag Version: 2.0.2-1noble.20250331.201344 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 508 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.0.2-1noble.20250331.201344_amd64.deb Size: 113350 SHA256: e1c77ca6dfc3b6e85ca48c59ac04b96ee673c8a8bcf0a11978114e5315255cd1 SHA1: 04ebceef86897da4adb33ee46ded9ef9ab284347 MD5sum: 36ba1dd30ba13848069714bedf44692b Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-bag-plugins Version: 2.0.2-1noble.20250331.202208 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 136 Depends: python3-cairo, python3-pil, ros-rolling-ament-index-python, 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.0.2-1noble.20250331.202208_amd64.deb Size: 34966 SHA256: dd88994fd72c4453be88409fe121297104ce5458d2eccd214fb01e1679a76abe SHA1: 6e6a54821e4c8d14d5c83e417c6988d529b69a26 MD5sum: f80aa10bd91e8cb9cfbb03bcbfb65d58 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.20250331.202242 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 43 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.20250331.202242_amd64.deb Size: 6396 SHA256: 2bf12fc075da317d423756d8a557ec4c9e91ca2379242d241b88aa286121d449 SHA1: e3020e9e9320410a68f13055a08c5e86c6908b49 MD5sum: 0687dae5e05d3984415e3d0ecfb9a3b1 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.3.1-1noble.20250331.185537 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 349 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.3.1-1noble.20250331.185537_amd64.deb Size: 66384 SHA256: 84ced1aecfce76bb726c966d78c3dca2a59c2d425f44b7fac7b5c494fd36d8e2 SHA1: 54d7a062cb44b798cbd555bd236e80a25aa2bd69 MD5sum: 8e447864a2a5997193e918ab939ac375 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-rolling-rqt-dotgraph Version: 0.0.4-1noble.20250331.180443 Architecture: amd64 Maintainer: Alexander Xydes Installed-Size: 297 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qthelp, python3-pyside2.qtnetwork, python3-pyside2.qtprintsupport, python3-pyside2.qtsvg, python3-pyside2.qttest, python3-pyside2.qtwidgets, python3-pyside2.qtxml, 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.4-1noble.20250331.180443_amd64.deb Size: 68234 SHA256: 93a0793cf44f7e9dd49b164b0b4cd92edd3170e9f750c0cc00a16bee348c359a SHA1: 8fa41ebba626a3bbce13c70b42e7ec3f69e74fb1 MD5sum: 7eedf20d7a859b868be9e0789e3f9ad5 Description: rqt GUI plugin to visualize dot graphs. Package: ros-rolling-rqt-gauges Version: 0.0.3-1noble.20250331.180420 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.20250331.180420_amd64.deb Size: 29678 SHA256: 5ff58ccbdbf93a38c60b778dcbc839adf43c0ad4b3c5a1ef748a33a824b7ac97 SHA1: 6f338e75e7d31940f1fc1e3118212a80f46e0ad8 MD5sum: a3c96281bfba53a0df1d7ac394aead12 Description: Visualization plugin for several sensors. Package: ros-rolling-rqt-graph Version: 1.7.0-1noble.20250331.180413 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 237 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-qt-dotgraph (>= 1.1.2), ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_graph Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-graph/ros-rolling-rqt-graph_1.7.0-1noble.20250331.180413_amd64.deb Size: 55494 SHA256: 5d99f5c7bb6bea8215c3062673c36183eef7900a0439c53e71fc0a89fb1720f4 SHA1: e30099a984e9827d87d24371c6d844b5e006be50 MD5sum: e2e42b2cb738a8b4f058d9336ba81aec 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.9.0-1noble.20250331.175953 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.9.0-1noble.20250331.175953_amd64.deb Size: 97696 SHA256: d17a38eb5f097d65edc03b59a82cefc97de0aed228f8e426925214fe557334c2 SHA1: d066ea452878b18c46c004a84d8c1d34af125a4c MD5sum: 97ebfe54a2826c2f0ca598814735c37b 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.9.0-1noble.20250331.183645 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-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.9.0-1noble.20250331.183645_amd64.deb Size: 112944 SHA256: d7a90eaa33b2ee854e9329224b36bae98c5b840bc4fe99c50928121260d3224e SHA1: e19faa9a6e44454a7cf1c1636ac36f74f667818c MD5sum: e5ed8f97028a9dc19cb414b70e8c4f8e 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.9.0-1noble.20250331.183645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1680 Depends: ros-rolling-rqt-gui-cpp (= 1.9.0-1noble.20250331.183645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp-dbgsym_1.9.0-1noble.20250331.183645_amd64.deb Size: 1606734 SHA256: 83583017b821af75dcce9dd7510c6271876bdc5062980ce1c85c0af0257af168 SHA1: f1772afc1328be11acee5881c8bbc715ce0e9067 MD5sum: 67417f384f4f448725ab4ac331510132 Description: debug symbols for ros-rolling-rqt-gui-cpp Build-Ids: c64537b6dd70d56ee3d8284cc0a32077b6150562 Package: ros-rolling-rqt-gui-py Version: 1.9.0-1noble.20250331.180318 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.9.0-1noble.20250331.180318_amd64.deb Size: 8506 SHA256: ea463b636a0e06c4d43d86028ba8e1cff87b98b17f92e4701f080b6ffc947c56 SHA1: 8c4183923ddf59eb9e084ebb0945695e0eccca79 MD5sum: 44853c915dff9a62f80d5fef2bd7b4b1 Description: rqt_gui_py enables GUI plugins to use the Python client library for ROS. Package: ros-rolling-rqt-image-overlay Version: 0.5.0-1noble.20250331.200922 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-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-image-to-qimage, ros-rolling-rqt-gui, ros-rolling-rqt-gui-cpp, ros-rolling-rqt-image-overlay-layer, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-overlay/ros-rolling-rqt-image-overlay_0.5.0-1noble.20250331.200922_amd64.deb Size: 155480 SHA256: 951a23eabe1ca66ddee61fd4cb90e91be27596fcf14157b228c3d979efa789d4 SHA1: 889bc6ad2c64b09e89126f7e51370a03a7c8634b MD5sum: 567333fc36a3efed4b06ae15ce2b2d46 Description: An rqt plugin to display overlays for custom msgs on an image using plugins. Package: ros-rolling-rqt-image-overlay-dbgsym Package-Type: ddeb Source: ros-rolling-rqt-image-overlay Version: 0.5.0-1noble.20250331.200922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4712 Depends: ros-rolling-rqt-image-overlay (= 0.5.0-1noble.20250331.200922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-overlay/ros-rolling-rqt-image-overlay-dbgsym_0.5.0-1noble.20250331.200922_amd64.deb Size: 4583168 SHA256: 5b4d14c7b3151e4b4007361a7f1da0d3922ab33703f336138c914bc65bcedb72 SHA1: 2ba088a793ae5e45159ab2215241e694b2839924 MD5sum: 370304995b57e43cb2a745b5871ccc65 Description: debug symbols for ros-rolling-rqt-image-overlay Build-Ids: 63c923815d8f45417966f1842838719bb6663d28 Package: ros-rolling-rqt-image-overlay-layer Version: 0.5.0-1noble.20250331.183435 Architecture: amd64 Maintainer: ijnek Installed-Size: 54 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.20250331.183435_amd64.deb Size: 8196 SHA256: 3ba3189c3ae11ff8dc94cd359397f416b610086335cbbda0cf160894ad5618a7 SHA1: ca61f165565a806fe727c2eac7474866c2fddcc8 MD5sum: 8d56452bd89034e08bd49547c540fbd0 Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-rolling-rqt-image-view Version: 1.3.0-1noble.20250331.194448 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-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_1.3.0-1noble.20250331.194448_amd64.deb Size: 208020 SHA256: a0139c46dccbbb1553335d77db2067ebe120dce3b5ca938602e7fcd2fc150bff SHA1: 2fc8caac41c9b023a3ff63bf37460b9e043197e8 MD5sum: 9d715808629746eb277c46c9ae1f7f08 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: 1.3.0-1noble.20250331.194448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2324 Depends: ros-rolling-rqt-image-view (= 1.3.0-1noble.20250331.194448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view-dbgsym_1.3.0-1noble.20250331.194448_amd64.deb Size: 2240214 SHA256: a41817587a0dd2e8cd044dec0c3f45f79ded9120e073bcd81ee19b4486af6acb SHA1: 436ba22bcd6a876bc36f0313bfb5e3f286c9a0df MD5sum: 2027ff987058f971d74b790cf063aa5b Description: debug symbols for ros-rolling-rqt-image-view Build-Ids: 71959d22ef6f6195c05fad8e587c53365103e658 Package: ros-rolling-rqt-joint-trajectory-controller Version: 4.22.0-1noble.20250331.180358 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 184 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_4.22.0-1noble.20250331.180358_amd64.deb Size: 41624 SHA256: b4a6b19a129ed06731fd0370f22ebcc30fcbe0b0da1f4d9358de197e3f80f297 SHA1: efeb1105c89e679774891f5a5943ca232dd36e72 MD5sum: b68398ea47ef04e09bda0cdf593a9093 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-rolling-rqt-moveit Version: 1.0.1-4noble.20250331.180436 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.20250331.180436_amd64.deb Size: 17258 SHA256: c4de9e9a4367987a8c1862cc4d6d5a859bf9837a8a196d7b463697dc0a3fa844 SHA1: 31d34a9e1554f97612763e82a5f84962acaa6014 MD5sum: 9d6d4b2e6c039a1db1ae20e1f3318d72 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.6.0-1noble.20250331.185804 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 79 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.6.0-1noble.20250331.185804_amd64.deb Size: 16000 SHA256: 54765bf58a66a09e373f2dcf8f178f7302d784c652fefc52d35214df074cd6e0 SHA1: 31b9fe9e9bc02605161af98fbd4e59c1b89d608f MD5sum: 2e00a3f3881c75e78bc9e53ad202c47d Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-rolling-rqt-plot Version: 1.6.2-1noble.20250331.185540 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 215 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.6.2-1noble.20250331.185540_amd64.deb Size: 53538 SHA256: f722e249978bfe1da09222b95ecd2dd45b6165196104cf21f1c78488901456c7 SHA1: 585e47904bc70775d55fc4c2bea91a811ee338c0 MD5sum: 1ecd6e9cae20fe8e75b389667529d5ba 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.9.0-1noble.20250331.180421 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 127 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.9.0-1noble.20250331.180421_amd64.deb Size: 30654 SHA256: 44aabc396290944ed5aeb711ac3051d56c7888573886612a17f9fd6a412376e4 SHA1: b5b9cf6789072a94a20d6b3ee8019bc2422ffb56 MD5sum: 4407c8f6db9a4f06c2ee9aa9b2439e14 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.9.0-1noble.20250331.175956 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 143 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.9.0-1noble.20250331.175956_amd64.deb Size: 22578 SHA256: e93abbdc202497eed1738eb4cfe7b8d918eb2211057dacec8ca17aee4bfb9138 SHA1: 9469f57bf5243780a43441a5a3c51586a44a8564 MD5sum: 21ed4ca210ec4714dab58059a18c0197 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.4.0-1noble.20250331.180422 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.4.0-1noble.20250331.180422_amd64.deb Size: 12526 SHA256: 91dca6bdfa00348e95b824d6fe6f59924e9a571cd4f8a666efc606c43254056c SHA1: 0fb2955ae034e0b45ddfb4f67014ce79d2254d9c MD5sum: 962e553823af9476de2035a666fe0dd1 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-rolling-rqt-reconfigure Version: 1.7.0-1noble.20250331.185805 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 299 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.7.0-1noble.20250331.185805_amd64.deb Size: 61066 SHA256: 6ef03729991a9dac108970b4e9d0fb179bddd2223c3f33b9f162bb285c8ac3cf SHA1: cdbaf050d94ece47b9debf2bb58ac36f9353014d MD5sum: 822c0cc0b05887479a17498c0ddbe77e 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.20250331.185758 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.20250331.185758_amd64.deb Size: 58234 SHA256: 325fd7819e30c86fca43acda4fdf68d037079f15d65c6507c3483b7bac0f80a0 SHA1: bd4eddf3051f81cf0939263aa7daaa17520cbeef MD5sum: 8b10eac41db929cb9bb89f2ba593ddee 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.20250331.180404 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.20250331.180404_amd64.deb Size: 36978 SHA256: a750411cf6d95ad0d949db43ee2b46ec36b03282138d29216623fb69530d9497 SHA1: fbeb195e10ab89c36f4358640922d3c6df5e562b MD5sum: e80a2c86826e8cf0e56132db81269653 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: 1.0.1-2noble.20250331.185533 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 94 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_1.0.1-2noble.20250331.185533_amd64.deb Size: 14312 SHA256: a6b8256192f215f84b3e1fae79381e45273bd3f7b3a2125b0ab2a327e77c4c65 SHA1: d061cd77ed4a1cbfbce1933498236a3166631951 MD5sum: e5c694d63239ef5e42f769a9c347465d 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.20250331.180405 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.20250331.180405_amd64.deb Size: 16670 SHA256: 655926ee839d30e88b134ec3e9bc04b03192c4eb552cc635c6a072b8fa73ae7a SHA1: ca32a46e8d150f3624f8024646690e88a582e3c3 MD5sum: ef448a6247f647fb42ab2920ee19dea4 Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-rolling-rqt-service-caller Version: 1.4.0-1noble.20250331.185239 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 88 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.4.0-1noble.20250331.185239_amd64.deb Size: 19442 SHA256: e88c7e4979f9204d4ec8348810aee2426e83f50845c1aedab88793fe5d761950 SHA1: e3eede151b3645b40b23447658186dcabc0ebbd5 MD5sum: c3812e0bbd9fcae6fe19a83d975d9939 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-rolling-rqt-shell Version: 1.3.1-1noble.20250331.185524 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.3.1-1noble.20250331.185524_amd64.deb Size: 16334 SHA256: 08e7a50975d35287acafd756fd6f594660dcc2abfe0dbcc90168e6dc0c124c68 SHA1: c1be7edf452af6d8206ced5f1752c1ebacf14626 MD5sum: cdbeee7df3e961725b72ea7016a91320 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-rolling-rqt-srv Version: 1.3.0-1noble.20250331.190056 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.3.0-1noble.20250331.190056_amd64.deb Size: 6934 SHA256: cf29fdd7e1f527ceae737f0199c92e2516ccb9c16b027599cab11d7c7d7e8971 SHA1: 9de9143773538809e383a1f59feb1e30fa05f520 MD5sum: 28f1526e2b94e906b89d2887843d4c58 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-rolling-rqt-tf-tree Version: 1.0.5-1noble.20250331.194846 Architecture: amd64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 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.5-1noble.20250331.194846_amd64.deb Size: 17122 SHA256: 086a222d7fd401bccc86d8ff0ed90a8101f76c54464a12507aff12d318c5768f SHA1: e390c4be7579c3e94d3e45b66eed7ae0fb52e5f1 MD5sum: 425d13af35c4cb16ece5bb1caffbd866 Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-rolling-rqt-topic Version: 1.8.0-1noble.20250331.180406 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 102 Depends: 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_1.8.0-1noble.20250331.180406_amd64.deb Size: 24174 SHA256: 38ff5f13be9fa132c3dff0baabdeeacfd729ee3d05692e6221ce8672a78e67fb SHA1: 89385d5d87b776f408623ee75ea91635d5d089a6 MD5sum: ce5453acf65a517b5fbd7bcc6ac8d9e1 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.1.0-2noble.20250331.183656 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 85 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libfmt-dev, ros-rolling-rclcpp, ros-rolling-tcb-span, ros-rolling-tl-expected, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl_1.1.0-2noble.20250331.183656_amd64.deb Size: 17074 SHA256: 30de48cd6a56ca8e9f4221a2c8115fc82351bcc283a5260be58bc230ffd96f1c SHA1: f912ec53a295ae316608dc77721c5b199d7929cb MD5sum: 072982ec22671be255f395d121b3a215 Description: ROS Support Library Package: ros-rolling-rsl-dbgsym Package-Type: ddeb Source: ros-rolling-rsl Version: 1.1.0-2noble.20250331.183656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 159 Depends: ros-rolling-rsl (= 1.1.0-2noble.20250331.183656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl-dbgsym_1.1.0-2noble.20250331.183656_amd64.deb Size: 146424 SHA256: 70adeef843240e4f10fc06bfa15dc2deab4e2885a1d5f9d00694e82bd84a0fa6 SHA1: 0793505ad1c756511fd206c9c6823b23e1b805e7 MD5sum: e4273c2b2140474bb398181245736ad9 Description: debug symbols for ros-rolling-rsl Build-Ids: 111b3d2a52e8bc04618ff8845cc96e057bde4587 Package: ros-rolling-rt-manipulators-cpp Version: 1.0.0-3noble.20250326.141652 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-rolling-dynamixel-sdk, ros-rolling-eigen3-cmake-module, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rt-manipulators-cpp/ros-rolling-rt-manipulators-cpp_1.0.0-3noble.20250326.141652_amd64.deb Size: 131582 SHA256: f0cfa9b57c8dd3423154a9f9879c479a2644478c552b1b1ab517e45dc5b4a74a SHA1: ab5b040a67bfc8e125397108483fad562bb6473f MD5sum: 73ca80a9bc79b0c730464957b7f5aa94 Description: RT Manipulators C++ Library Package: ros-rolling-rt-manipulators-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rt-manipulators-cpp Version: 1.0.0-3noble.20250326.141652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3949 Depends: ros-rolling-rt-manipulators-cpp (= 1.0.0-3noble.20250326.141652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rt-manipulators-cpp/ros-rolling-rt-manipulators-cpp-dbgsym_1.0.0-3noble.20250326.141652_amd64.deb Size: 3866108 SHA256: 9575706e6978b1e2247d61b356109a3374cf67ae7611b565fdf196f4e77f4c13 SHA1: 818c7036ba32d87ce9271cc36e297fe6548cdc5f MD5sum: 7c6f11b76e3465dbdebc31f6d3c409c1 Description: debug symbols for ros-rolling-rt-manipulators-cpp Build-Ids: 8fc3ef77c311b56968aa64af278b9fa5f71be002 Package: ros-rolling-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20250331.184433 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-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, 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-rt-usb-9axisimu-driver/ros-rolling-rt-usb-9axisimu-driver_3.0.0-1noble.20250331.184433_amd64.deb Size: 102794 SHA256: 8b31c2940afc2e82a67f421d6fed86565d5d05da7135eb336a9717c21c15c692 SHA1: 46194bc30e19fe5d8ed303179c7e2024959b8588 MD5sum: d95e6a3cb70346d4643fb72d68a36aa8 Description: The rt_usb_9axisimu_driver package Package: ros-rolling-rt-usb-9axisimu-driver-dbgsym Package-Type: ddeb Source: ros-rolling-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20250331.184433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1778 Depends: ros-rolling-rt-usb-9axisimu-driver (= 3.0.0-1noble.20250331.184433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rt-usb-9axisimu-driver/ros-rolling-rt-usb-9axisimu-driver-dbgsym_3.0.0-1noble.20250331.184433_amd64.deb Size: 1629404 SHA256: 22cba9d590da4250dc52a321d045bba2843dca59a09d940021e46f54dc3b8abf SHA1: aefa846d459fdbb998419ed1e8fc2cc1602fb3e3 MD5sum: 5b3086f8a30f1f65c5fd75252a23dca2 Description: debug symbols for ros-rolling-rt-usb-9axisimu-driver Build-Ids: 2f25d2fa6d3acde0659dc49275ab68d118b39794 4c6db33eb738c30618a678262d6ed5a403c3af3a Package: ros-rolling-rtabmap Version: 0.21.6-1noble.20250331.191843 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 20858 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.21.6-1noble.20250331.191843_amd64.deb Size: 5843206 SHA256: ef107a7d74a3490793912e9e00306209234397025028e9e4bf7577dd53853721 SHA1: 22e391193b74977ff7e5a736f14463253888f543 MD5sum: eb4f1145d4144efa28dc3398d2d0a697 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.21.6-1noble.20250331.191843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 110222 Depends: ros-rolling-rtabmap (= 0.21.6-1noble.20250331.191843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap/ros-rolling-rtabmap-dbgsym_0.21.6-1noble.20250331.191843_amd64.deb Size: 107240552 SHA256: d70b392cb6767329ce731305ac3752f2501aca6d7586150165be3ccd51210b7f SHA1: 715cfb43f0cca26ebccba6faa5646fe049c47187 MD5sum: 735b16eef9f387d7cb563160323cef12 Description: debug symbols for ros-rolling-rtabmap Build-Ids: 03d1f2a9a7441d2feb6d239e28bf458ffac99b5d 03f520a04db7bb3299b8d6484f7f95c683a83362 053d9a44057a4af9e8ea60c9909095fa6937fcf4 16d4c979157f51bb99b43ce39998d532b07252c7 203f32cb099e97f6e1555655aeb8f807e53f6f70 236733660b8f4c8ad7d7b665d4cf214c666a6376 2d8c6e1182cd15fd53db4358e68e8fb684790c8b 37c0f85692c7a558adeb68f2897a77577c54ea89 3ec3d49f57d6a8074283bdbdd2de6569bcf9254a 454cca93c5aaf71f361211020aa41544bce0561c 51c2a6d7ca740690519880b403f151980ae9e14f 73d9d8728b122d15cbf78fb0acd23d8fdb72c945 7571d1a5585f8417d329502914e1e6b4b1fec6cd 8020bdc04f45f8ad549135ae77cbce5733332a05 8d82d8e52b1c572c589c5d8746cb38c5f520c725 913add5a280311280acfbab7404d968f8561f07f a5c4417a40b4129af8a0b1a15c7c838024d9a158 a9cb34634a4e68ebc9b0b660f6f3932e53a11d86 afed413ab2e2adfa1677aabff1ffcd7a8968f5dd c2c8ebe0b4e0c9cb5d9fd325184eb000154d58c0 d4c38bc0c025153fe23551326593c0fe92297565 da8e94a48143dba74508d234e4c8f1a9145e48a1 db80080e64ec1a7b36caf292849eed756420e024 e3ef0457e4dcaf0fc4738e6778996ba2854872e9 f605eaabbda522a2efc541a577d5b320ff95ac67 Package: ros-rolling-rtcm-msgs Version: 1.1.6-3noble.20250331.164431 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 435 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-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.20250331.164431_amd64.deb Size: 45026 SHA256: edabcbdd0703f3f65f9d868939ae99edd0382357105769125c15932f7f076de5 SHA1: 71169b2e90d8081d0f4ae98f7e7b0f533b4c21c3 MD5sum: bcf288cbf726b135750402d76a8116b9 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.20250331.164431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 298 Depends: ros-rolling-rtcm-msgs (= 1.1.6-3noble.20250331.164431) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs-dbgsym_1.1.6-3noble.20250331.164431_amd64.deb Size: 208458 SHA256: ab55818fd18917a4733804b32546bd0fe3f8b68062b901ba70af2e4ec866f6a9 SHA1: d7a22a8fcca1fff47c19ad558c97aab901d261b8 MD5sum: c2df2bdfe14862c515c5e0c96374f68f Description: debug symbols for ros-rolling-rtcm-msgs Build-Ids: 44d799bb2fc56087189dc24b5ac002132ba932b0 47c1eedc9ceba4607674ee5cb8abc01ec4f66501 5f2670579180dc37975552a6a9df8208b9894b9a 72ac131064b27af6b690328804276aa8eaf1cd35 88baf033e0f34ea7589d0df0e05081cc78235461 8fb41513514b031a7f0ca64572c20b19852c8425 94bbe9dc3336d5f3cc710654d80d71ad1ba3a543 a2bd6ae66709c1e8ea9b803a1cc234075e3f4c35 cad668f6933b1a796673dbcce2f0bb9e443ed908 cf0b80ea2531a8de79791dc552bd87d94fa7429d e6a7628ef07dbc444e4ba712af8e09d37291847a Package: ros-rolling-rti-connext-dds-cmake-module Version: 1.0.0-1noble.20250327.085200 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 75 Depends: ros-rolling-ament-cmake, rti-connext-dds-6.0.1, 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.0.0-1noble.20250327.085200_amd64.deb Size: 12340 SHA256: 1502c5eba4d4afb6bb6ca29da8e3599960f0c8f65862134cc1d7f9241ee72681 SHA1: 310a516f5073dee369200b7cdd8f0fe5a58460e8 MD5sum: 6f7db81075f7d8b2c43e799f12482bfc Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-rolling-rttest Version: 0.18.2-1noble.20250318.171531 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 125 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest_0.18.2-1noble.20250318.171531_amd64.deb Size: 30764 SHA256: 4fe058f0c5ed47f4511ab9bb91d084794a4d058838163a7d9fcf5da8e8fa4f6b SHA1: dbd62c8d7e90b8ac753cab705a24ad0cb7cc4779 MD5sum: cb9e9fddff274a6c4df603b76cdd4dea Description: Instrumentation library for real-time performance testing Package: ros-rolling-rttest-dbgsym Package-Type: ddeb Source: ros-rolling-rttest Version: 0.18.2-1noble.20250318.171531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-rolling-rttest (= 0.18.2-1noble.20250318.171531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest-dbgsym_0.18.2-1noble.20250318.171531_amd64.deb Size: 166154 SHA256: fbdcfd5f6e6f67adc77b043c6bc8835ae05f7d6e16e395c7b372eea3cd89a82b SHA1: 55d8ff1f612e326b3fdef8089088d0c1bd932498 MD5sum: d001787ba13ef906af008873a55d24a0 Description: debug symbols for ros-rolling-rttest Build-Ids: 53b74f4603a203364d16d6c8a73a4baf3473488c Package: ros-rolling-ruckig Version: 0.9.2-4noble.20250318.170131 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.20250318.170131_amd64.deb Size: 75154 SHA256: f10c870528ccdd3f3c8981b43cc7b56ad5070decf06fbedad1f9b0055f342702 SHA1: 3b0f47379006a2019d82fcb6248a1b1be6c6afa3 MD5sum: 91228d63ebc6da8a1411a72eb0bc111f 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.20250318.170131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 233 Depends: ros-rolling-ruckig (= 0.9.2-4noble.20250318.170131) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig-dbgsym_0.9.2-4noble.20250318.170131_amd64.deb Size: 215378 SHA256: a22f6504febb25cb9d29a1de4520e9a8f735d3852416fb813234f0fe9eb8ab3a SHA1: 48dc6b8f1980f6790ba7fc65b02badb28c26706f MD5sum: 5f9d48be5fd9e634a29c08827a530373 Description: debug symbols for ros-rolling-ruckig Build-Ids: 85c1f22dba24bbb5ad300191cd6aef2ec6a1a4cd Package: ros-rolling-rviz-2d-overlay-msgs Version: 1.3.0-2noble.20250331.172411 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 506 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-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.3.0-2noble.20250331.172411_amd64.deb Size: 48324 SHA256: 85b652a3c292f5552949260eb85f7def834159b38f7f90d224921c59adb385de SHA1: 17cae0f2be4e92944f5fd32db704a588552be16e MD5sum: e2ed0e465d999b32f349b25563a68d09 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.3.0-2noble.20250331.172411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 303 Depends: ros-rolling-rviz-2d-overlay-msgs (= 1.3.0-2noble.20250331.172411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-msgs/ros-rolling-rviz-2d-overlay-msgs-dbgsym_1.3.0-2noble.20250331.172411_amd64.deb Size: 210686 SHA256: 4579ecf920998f850a3b0db1854607ddb42968229c40fa2db77de716b1fecd39 SHA1: 3c01017e60e884126866d95ed86ee07c6c7adcb3 MD5sum: 3a785ff8087dd19f2bb296c7e1cfef0e Description: debug symbols for ros-rolling-rviz-2d-overlay-msgs Build-Ids: 04e919f92a4139af548f00cf7302c9f76d4178ec 074af7d77bcc4016d9c40757871fcf8490756a8d 3de434c53d1640a52454750109d252ee1c99b7c4 3e888a1801b7cbce61799f37de984b12ded60a7f 5d1506c85ba2df2d23fa0940dabb7bc0bffb205f 5e3525d5464c947fd81c2aac2ba34b26074664f4 5e5a04580db924d64a324c5242294981c86be562 6388e6de0c31469ea012300fbe937e829f86fa0c 66d4410c9f3bba1cc557d75bd18e23fc9b48b3a6 ca84de0b553bbb446311b8333e1e3b306e266cda ee479e172328b476f76b7f9c8b76ff888e8e9c48 Package: ros-rolling-rviz-2d-overlay-plugins Version: 1.3.0-2noble.20250331.200227 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1459 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.3.0-2noble.20250331.200227_amd64.deb Size: 296432 SHA256: 15ed7f89fea33b8bd2558d691eab391e9fb1ca5e0a0b68c2474ea89361ffab00 SHA1: 11c89e95eafa616c0f64c2e5820760f426472cf9 MD5sum: c7fa17176217b6ca63116bacd58bf764 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.3.0-2noble.20250331.200227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 8773 Depends: ros-rolling-rviz-2d-overlay-plugins (= 1.3.0-2noble.20250331.200227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-plugins/ros-rolling-rviz-2d-overlay-plugins-dbgsym_1.3.0-2noble.20250331.200227_amd64.deb Size: 7822506 SHA256: 4912b0dfc140f2df4c7e0fbace3034b3ae3eae40c82fe2b40e9f0efee3becaa8 SHA1: b95c7f87c28cadc600bdf7e9e01be203e3ac7695 MD5sum: e031437a27e078aa66b15ba4156eba20 Description: debug symbols for ros-rolling-rviz-2d-overlay-plugins Build-Ids: 717e5fad4ece257bf6e85bf64de71a44cbeb47f3 77850508c1852c8d4cac26ddbf36c578a65defb6 Package: ros-rolling-rviz-assimp-vendor Version: 14.4.4-1noble.20250326.205736 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: libassimp-dev, ros-rolling-ros-workspace Homepage: http://assimp.sourceforge.net/index.html Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-assimp-vendor/ros-rolling-rviz-assimp-vendor_14.4.4-1noble.20250326.205736_amd64.deb Size: 8252 SHA256: 3688457cda16669d2e85816b0e93ae2c8d3b5318f7c7a95951a9d739001395c0 SHA1: 74a323c97305650b5ab4cc14a66ebcdf3497e907 MD5sum: df967cd0d1255349f15b93b800d21014 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-rolling-rviz-common Version: 14.4.4-1noble.20250331.194006 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2520 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5svg5, libqt5widgets5, 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-tinyxml2-vendor, 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_14.4.4-1noble.20250331.194006_amd64.deb Size: 627800 SHA256: 934f4b46f57c1c4bae3316d2898a2b441c0ace40953ed8ac06e47bb2798a47c0 SHA1: 3417586ebaf651af55cfb4db75d384c24e7d1e6e MD5sum: aa06001dc358d9dc1d37e305cba84c40 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: 14.4.4-1noble.20250331.194006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 26873 Depends: ros-rolling-rviz-common (= 14.4.4-1noble.20250331.194006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common-dbgsym_14.4.4-1noble.20250331.194006_amd64.deb Size: 26613780 SHA256: 54a194f1e7b52fed3384ff175ce0810843957477aebcaf375dc8123236dc3f50 SHA1: 21c8772eb2005cfc1f4269bfe3264c39394c61f9 MD5sum: f79554b116e943c00d2c3a7b1207c2bc Description: debug symbols for ros-rolling-rviz-common Build-Ids: e958cd9e3a24ed9df77232cc778358d9bf4e6b5a Package: ros-rolling-rviz-default-plugins Version: 14.4.4-1noble.20250331.200347 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10789 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, 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-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_14.4.4-1noble.20250331.200347_amd64.deb Size: 1573946 SHA256: c743f4d7e576f85d66606b98c24ad84002291b95b21e749dcf55f731723beaf4 SHA1: e7b48fd2d8ba04ed9609d749c2f4a693f557baaa MD5sum: 8e5f343e410ebdbd5e17e27fa528dba1 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: 14.4.4-1noble.20250331.200347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 87793 Depends: ros-rolling-rviz-default-plugins (= 14.4.4-1noble.20250331.200347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins-dbgsym_14.4.4-1noble.20250331.200347_amd64.deb Size: 79724714 SHA256: 15f6e7a54a8e4f87ebc022e486f1a04c865ceba5d9f742d7c4b5fd50ccf9514b SHA1: fbbbd025a909e0a45a5de45e077c696337edae5a MD5sum: 486deb402c8e57da2e00c29810399e4b Description: debug symbols for ros-rolling-rviz-default-plugins Build-Ids: 50b07453665872aca1d2647620202a5cc2e2f0c9 Package: ros-rolling-rviz-imu-plugin Version: 2.2.0-1noble.20250331.200359 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 948 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, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rviz_imu_plugin Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-imu-plugin/ros-rolling-rviz-imu-plugin_2.2.0-1noble.20250331.200359_amd64.deb Size: 178412 SHA256: 8b1723dbe6eece54aa52ecc2a435ad651eafb70ca181afe303b4a0e680e9d45b SHA1: 4bd0e7bf375237eb75ef966cc065281388911452 MD5sum: 1e2d93f03d9ec77b3ba557036c4b5d71 Description: RVIZ plugin for IMU visualization Package: ros-rolling-rviz-imu-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-imu-plugin Version: 2.2.0-1noble.20250331.200359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5998 Depends: ros-rolling-rviz-imu-plugin (= 2.2.0-1noble.20250331.200359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-imu-plugin/ros-rolling-rviz-imu-plugin-dbgsym_2.2.0-1noble.20250331.200359_amd64.deb Size: 5319172 SHA256: ca4bc2d3b89f8ea716f44d4b7310a296e6c4cf4d74d98dd004fe39af30b802e8 SHA1: f8a7eab726d4939ceed9ecce9046813f8ceef36d MD5sum: 60e244f14e1fdc2a32c9ef1427ea7c18 Description: debug symbols for ros-rolling-rviz-imu-plugin Build-Ids: 28bcd2072c3ea03c898fae94bdce74715b7eadbd Package: ros-rolling-rviz-ogre-vendor Version: 14.4.4-1noble.20250326.205736 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, 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_14.4.4-1noble.20250326.205736_amd64.deb Size: 3836096 SHA256: 7907ce8a8cbcbc0dbe0a6e01a0e9af90c3d4090fbe9d493353180ee3b7c54c17 SHA1: 8de56bfd6e98645c652474f84752a0b371b4f405 MD5sum: e92570b96eb634c1e4ad1abb43ea6772 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: 14.4.4-1noble.20250326.205736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 78660 Depends: ros-rolling-rviz-ogre-vendor (= 14.4.4-1noble.20250326.205736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor-dbgsym_14.4.4-1noble.20250326.205736_amd64.deb Size: 76433520 SHA256: 136bb7d494db11660fc11aab2af31e61a9898223712a2c981407405dbc53279b SHA1: 4cde06dfdc6e50acc406ad513a73a9d8cde06d88 MD5sum: 996474f88e01d167035384235273d7c9 Description: debug symbols for ros-rolling-rviz-ogre-vendor Build-Ids: 08ce4af5ee87488c770556c779d2d3a64f1b5bcf 112adf424a869366f320f4baabed29f6a6004b47 3db8202d90d697639eb73c6393486c1734b22d76 4cfc22d266be0e41acb16383b5eb4633315300f3 57ad2f61e5bc216b4e50abbb873be6723c058865 8618b9531b08e8b742adb25928ba206aa2b2b813 89340cd64008d10e8e23fa21f0ed0d6a5a30828c 92c0227238ea325831b814b691ccaed0b18fdd86 95d605dc317d900d12d434840cdca1cf283b01ef a04bfeaa88dcfba86816a1d8d415101c3b9662af b40d4724a952a1eeb076939f2fa6c21233aec7cc b87132de9614b7bbef053a8e5ad0abca27cc38c2 be42fa47fcfee3eb23587401705e600723fbe5a5 c73c12ddf17ddc64443d20c17c4a1da0fd90ea4b e65a15d3d3d4c9ada8fb916e1151622f663f054b eb3b1bd1df4ae01b43b594ca4223cd156d6b7695 Package: ros-rolling-rviz-rendering Version: 14.4.4-1noble.20250326.212114 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2137 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, libeigen3-dev, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, qtbase5-dev, ros-rolling-ament-index-cpp, ros-rolling-eigen3-cmake-module, ros-rolling-resource-retriever, ros-rolling-rviz-assimp-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-rendering/ros-rolling-rviz-rendering_14.4.4-1noble.20250326.212114_amd64.deb Size: 765786 SHA256: 4f26b7c4d9235cc4f0a9dc76e04101e3c16806de33d53349fe9541b5ef7ba561 SHA1: c1d13f69c1fb5fabb72699a4fb6da8a869e360c8 MD5sum: 7ace85ace7ae91ddc1e0ef96cb9b07f3 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: 14.4.4-1noble.20250326.212114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 5986 Depends: ros-rolling-rviz-rendering (= 14.4.4-1noble.20250326.212114) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering-dbgsym_14.4.4-1noble.20250326.212114_amd64.deb Size: 5930014 SHA256: d860b9e9fad371492bfa2fb2f1b4b43ae1d045888d34cceede9d802094ffe43c SHA1: 6f93ac84aa53458991592c03fff197581b2a5f18 MD5sum: 8095e5b07e4bd07938a2a8a1ff089b19 Description: debug symbols for ros-rolling-rviz-rendering Build-Ids: 156ba13a72d2c3e1c4b9eab38eec513f0db06681 Package: ros-rolling-rviz-rendering-tests Version: 14.4.4-1noble.20250326.212328 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 Depends: ros-rolling-resource-retriever, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering-tests/ros-rolling-rviz-rendering-tests_14.4.4-1noble.20250326.212328_amd64.deb Size: 7124 SHA256: d8a8c4529ce1f5136257f9c03d0fc73bee683f8205c145ced8535c8073ffc0f3 SHA1: 77c4a0dac7f1c1894e8d0624a314e101c3b608ad MD5sum: 14a0382646ee5fb7748a6775bd46394a Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-rolling-rviz-visual-testing-framework Version: 14.4.4-1noble.20250331.200236 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 412 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_14.4.4-1noble.20250331.200236_amd64.deb Size: 75336 SHA256: a186a3f8abf2f2986432a90a67d211191a8f7d8797e9d37bee5a6149f9e09051 SHA1: 43d8f781b81ce7aef209972533b55fbfcdf2ace0 MD5sum: 069a7b1162970e42a77c9a3d57450018 Description: 3D testing framework for RViz. Package: ros-rolling-rviz-visual-tools Version: 4.1.4-3noble.20250331.205503 Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 1516 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, libqt5widgets5, ros-rolling-ament-index-python, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-interactive-markers, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-ogre-vendor, ros-rolling-rviz-rendering, ros-rolling-rviz2, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-trajectory-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-tools/ros-rolling-rviz-visual-tools_4.1.4-3noble.20250331.205503_amd64.deb Size: 304000 SHA256: 7b166911044624384763500e7590dff15c30d24d1c38c9e263ade7afff6a6eb5 SHA1: 6b56e1124e062b872d6a1031b7a4f659f5b8f1b2 MD5sum: ff400d892b45f89f8292709b05fc127a Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-rolling-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-visual-tools Version: 4.1.4-3noble.20250331.205503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 12151 Depends: ros-rolling-rviz-visual-tools (= 4.1.4-3noble.20250331.205503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-tools/ros-rolling-rviz-visual-tools-dbgsym_4.1.4-3noble.20250331.205503_amd64.deb Size: 11447228 SHA256: dcef012821825fc949616638ddd6c983f8d9a4ae5152eab9889922ab93f244ff SHA1: c6bba8a327c83f0387003f93352cf46598cdded2 MD5sum: 358fef9516c17bb3b4eec74f1f7dfa59 Description: debug symbols for ros-rolling-rviz-visual-tools Build-Ids: 07c73debc79ae260e83ffc17f4a73d65508f9b5e 721ccaae849b5504c2906be3f7df9f84f074915f b3bcca95d71f7e1674581c28f8b3cbf727ad1fd5 cf18933007e422d6a274cddc468a4636b77b941b daede4a27195c171ee2b7285213d63e13b79a02f de7d6d348c2c8441f9f8df2817e0ead4fc18b6c5 Package: ros-rolling-rviz2 Version: 14.4.4-1noble.20250331.205224 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-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_14.4.4-1noble.20250331.205224_amd64.deb Size: 19802 SHA256: 05ac9dd9c581bd0ab478218d81c3d766db76307bafc2738ad4f426049601dac8 SHA1: 65140d5927018e82265d30b81911512f901c1258 MD5sum: ffeb888b3e72568045ec5fbd12b1a312 Description: 3D visualization tool for ROS. Package: ros-rolling-rviz2-dbgsym Package-Type: ddeb Source: ros-rolling-rviz2 Version: 14.4.4-1noble.20250331.205224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 429 Depends: ros-rolling-rviz2 (= 14.4.4-1noble.20250331.205224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2-dbgsym_14.4.4-1noble.20250331.205224_amd64.deb Size: 414596 SHA256: 9546327816ee954057f793492ca0b4ebcb71470377b0734d7602f8c7293b9700 SHA1: 603e252f564410a7f4f3613ab211a765d1bd70c9 MD5sum: e4bb57eaff8c911eaa64406e1661ee97 Description: debug symbols for ros-rolling-rviz2 Build-Ids: 11155521e2cd4565c0468b4f105911aa2d7301a5 Package: ros-rolling-sdformat-test-files Version: 2.0.1-1noble.20250318.170150 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.0.1-1noble.20250318.170150_amd64.deb Size: 75502 SHA256: 71fce09f663a13045d673c9829420fd531f4d362008f4e3b2256d9e42a7997e1 SHA1: 11c65033560de060bd17710b50aa9fcb4accc2b9 MD5sum: 7b855e5f3a6cd55ea3c2b2b798ed52c3 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-rolling-sdformat-urdf Version: 2.0.1-1noble.20250327.093344 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-rolling-gz-math-vendor, ros-rolling-sdformat-vendor, liburdfdom-headers-dev, ros-rolling-ament-cmake-ros, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-tinyxml2-vendor, 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.0.1-1noble.20250327.093344_amd64.deb Size: 49020 SHA256: 714236aeffb99606792347c2895f83d889fe70534929ba1be934a68891dc54b4 SHA1: fcfa07fa1e1ca60ef9851695880e23d5310aa39a MD5sum: ea4c76c40bfe88bfe1261479da11dfb5 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.0.1-1noble.20250327.093344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 739 Depends: ros-rolling-sdformat-urdf (= 2.0.1-1noble.20250327.093344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf-dbgsym_2.0.1-1noble.20250327.093344_amd64.deb Size: 691734 SHA256: 0afbecc46d7bc809d1d2be9272956f453dc7b295d28e90491b80767d32734b5f SHA1: b5cf68ef4128f07063ee55c0fdc6b047334a0e9a MD5sum: 84b2ad1066de66effdac62895c274a47 Description: debug symbols for ros-rolling-sdformat-urdf Build-Ids: 258cc37d7d3871cdcb7e722bf1143f5b9dd663dc fe1d4a1cb657e75c72659e75c71a6ab09baed71b Package: ros-rolling-sdformat-vendor Version: 0.2.4-1noble.20250327.092619 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8077 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.2.4-1noble.20250327.092619_amd64.deb Size: 781050 SHA256: df868812eacb0b72ce7f2e6877f1aa9bf0809a91252339e7cbad981dc37c2430 SHA1: f11d9ab0f9c06408cdc7352a76f005e0a3bca341 MD5sum: 03effed8fef03ec1fef72257760feac4 Description: Vendor package for: sdformat15 15.2.0 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications Package: ros-rolling-sdformat-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-sdformat-vendor Version: 0.2.4-1noble.20250327.092619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 13823 Depends: ros-rolling-sdformat-vendor (= 0.2.4-1noble.20250327.092619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor-dbgsym_0.2.4-1noble.20250327.092619_amd64.deb Size: 13356276 SHA256: 29b05cd1e2c91d2523314703af2e9646fecb9e85a6fa0825e7a5e3638e543b02 SHA1: 1e19a640f425c090f7c962ea6749ef639340def7 MD5sum: 546eb4d0d63a4fee987e92318175b44b Description: debug symbols for ros-rolling-sdformat-vendor Build-Ids: 797568e12a49552a94bae630703abfd930e99eb8 Package: ros-rolling-sdl2-vendor Version: 3.3.0-2noble.20250318.171535 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 44 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.20250318.171535_amd64.deb Size: 5994 SHA256: 650051e0b387f2617032d0268df066ef3486ac6735c532e62456fbae83e48e12 SHA1: 5ddc6d7176e8b7f571725160bdc8777abcc1efa4 MD5sum: c629a68d1b8d6e1a76070d5770f582c4 Description: Vendor library for SDL2. Package: ros-rolling-sensor-msgs Version: 5.5.0-1noble.20250331.171147 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4986 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-sensor-msgs/ros-rolling-sensor-msgs_5.5.0-1noble.20250331.171147_amd64.deb Size: 375800 SHA256: a6568249b2d35141e5b082afe45a295c89742fce90b10866a1a4323b4181a678 SHA1: 29f560f7376210ba512f46f5c7d55a8ce1aff178 MD5sum: 5aff42471a252b1ff0a0af6843e85ff4 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.5.0-1noble.20250331.171147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4013 Depends: ros-rolling-sensor-msgs (= 5.5.0-1noble.20250331.171147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs-dbgsym_5.5.0-1noble.20250331.171147_amd64.deb Size: 3367824 SHA256: 2991af06762e909a74050093f15b5ab08ad0a396e7c9962ca285791b17859048 SHA1: d2d4d7ac0b632d690daa5d3d016dc78e939245af MD5sum: dfe9f356def292487c678a493e9dec18 Description: debug symbols for ros-rolling-sensor-msgs Build-Ids: 075e0fef42f506e4cb3c7e8faae5ac641530ec71 371beba12d11d17330220239ee4aee6d27575f3d 49a124d94c61e377b7b64631b1210a06d6462267 7159caaf876d5bc51ee31572fe58f2cb7d05b6c9 7a874fd7e38032629c9fe65d2c454c6891bd36fa 87a9efed5869537d5b6106ea4a67053d8becb796 8b9bdf0f172ed2cc43aa4ef1cc833e6477f98214 9988393251974f897cd7079a155b47675ba5e585 bd818d77df0b386ae917b9626b5dcf9ace35dfc6 dcf8d0e24cf04b1cec36b810eebd6108ec0e2099 f544248ad6c1c263f8fa2c7b6222c035921e0817 Package: ros-rolling-sensor-msgs-py Version: 5.5.0-1noble.20250331.172643 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 72 Depends: python3-numpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs-py/ros-rolling-sensor-msgs-py_5.5.0-1noble.20250331.172643_amd64.deb Size: 16664 SHA256: b7fae3a8b3342487f33e440b046e2f19ee3fffff8a6ba3874eefef688943aa6a SHA1: 88337e788509940ee9af8ea48d30ed107908bc0b MD5sum: 70f556a8c402bb3d51d58d20722c33f8 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-rolling-serial-driver Version: 1.2.0-3noble.20250331.184141 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-rolling-io-context, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-serial-driver/ros-rolling-serial-driver_1.2.0-3noble.20250331.184141_amd64.deb Size: 168042 SHA256: 7ec7f7565599902f11a50d44a9252919798766198fa9b4ff489aad2cb9e4a197 SHA1: 4b65425ca82746f93c9b3955a306fd68486f40a8 MD5sum: d32db793481a83f2f0efb40288ead266 Description: A template class and associated utilities which encapsulate basic reading from serial ports Package: ros-rolling-serial-driver-dbgsym Package-Type: ddeb Source: ros-rolling-serial-driver Version: 1.2.0-3noble.20250331.184141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3183 Depends: ros-rolling-serial-driver (= 1.2.0-3noble.20250331.184141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-serial-driver/ros-rolling-serial-driver-dbgsym_1.2.0-3noble.20250331.184141_amd64.deb Size: 2782134 SHA256: fe1d26b58be8680aa34ad596a713499a7481b9b7608b4d3ff98eac2d59b4206b SHA1: efdd85bcbd7aea255120a2d5e505451b9ecc5634 MD5sum: 3e01b34e184e5fbd91c95a835a672fb2 Description: debug symbols for ros-rolling-serial-driver Build-Ids: 42a56aa90ac9b75df5c5ddcbf7648f1cfe8fd35e c9ad8b26a18ddd1221cd227a6b5249bbb2b0a60f fc5043340fe943d1344c0ac70b6c615d678ff2ed Package: ros-rolling-service-load-balancing Version: 0.1.1-2noble.20250331.180537 Architecture: amd64 Maintainer: Barry Xu Installed-Size: 293 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.1-2noble.20250331.180537_amd64.deb Size: 92968 SHA256: 82958b5ab1438fca52a4e014845336b7d8a25237b5d97ef15d8038ac9648575b SHA1: 1103348c0d121d7ead79800dd8ea574e534d81ff MD5sum: 5d3dfdf7c6100babb9c62982b3213de2 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.1-2noble.20250331.180537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 1972 Depends: ros-rolling-service-load-balancing (= 0.1.1-2noble.20250331.180537) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing-dbgsym_0.1.1-2noble.20250331.180537_amd64.deb Size: 1893468 SHA256: 96ed331c33503dba30779c4295c62a3e5d0f3529cd8ea3f3d786f843777059fa SHA1: 48ce5614f1bbd48210dc88ba16e31d86d4d7466b MD5sum: 37b4b8fa494e7b960b471daefacac362 Description: debug symbols for ros-rolling-service-load-balancing Build-Ids: b1645233a221e7432cec2749b51da73b7aeb9ec0 Package: ros-rolling-service-msgs Version: 2.2.0-1noble.20250331.162649 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 436 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs_2.2.0-1noble.20250331.162649_amd64.deb Size: 42704 SHA256: e7c6d38349c3631df03b94c330ba053180362f1af03198ab4cb17cda2bb41187 SHA1: bc13ddfead893c36698784cc97a3b16514e35eef MD5sum: 1d231ee0d5ba9690ad331a82bdb1914e Description: Messages definitions common among all ROS services Package: ros-rolling-service-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-service-msgs Version: 2.2.0-1noble.20250331.162649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 273 Depends: ros-rolling-service-msgs (= 2.2.0-1noble.20250331.162649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs-dbgsym_2.2.0-1noble.20250331.162649_amd64.deb Size: 179694 SHA256: 4d8e663ab6fa9b1ed5631d3145d70189bdb3d79702e286a4878e697f30751f17 SHA1: 12761caed0c6431b239b3289a16794598ea7c14e MD5sum: 35fabe52254055c42fd7b1ea445363fa Description: debug symbols for ros-rolling-service-msgs Build-Ids: 2cf7ac0b5f5b3ec02988edbf4f58a6d336a7c30e 5aa3627fda9e533f4dbd45a3955cb729b9e6a320 68f8023ff5c49e1951b66d31491dc845ca16e2eb 6fbb341bde977305b42b77baf6b85043f893f745 912eb1e7cd94fc8a6d55b9597daf4360fa3a0883 95337c5c87043a2a37430a1ec836bb13d4e43220 9c6ed22f2133084ca8d8488158854e9268a5b3ca a4b7b952ae11bc37f82f90553f37338d805dfb46 b515e0a8d4d6951985e9157e968135438f49b16f c34ef5cef10296e0412ef5c29f3ed2e9be3910f6 c4e1097b89bbb913b482aa1b6feccae8d58533d9 Package: ros-rolling-shape-msgs Version: 5.5.0-1noble.20250331.171634 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 810 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs_5.5.0-1noble.20250331.171634_amd64.deb Size: 78930 SHA256: bded40723114f706bf225e31f3fa5a64d653e949b61d678a2c3ad453c5459ef3 SHA1: 6d15fabcf2d7005a1acc350088a9c01d18526db4 MD5sum: a6f7694c09fef414ce06708bb948f90f 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.5.0-1noble.20250331.171634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 640 Depends: ros-rolling-shape-msgs (= 5.5.0-1noble.20250331.171634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs-dbgsym_5.5.0-1noble.20250331.171634_amd64.deb Size: 498980 SHA256: 099543fd40d35dfc7ccb136e8beeef84aab0a386b072ecc8b9cc15aaa6a7e6f4 SHA1: 8f25287db7450a51781979d09a6246979b574972 MD5sum: a37a3443770d7f6128710e07c6eca79c Description: debug symbols for ros-rolling-shape-msgs Build-Ids: 071959c9e476f4a6748156852b065e09d293a040 30c8b685e82d72f7a828fa0910075156611ca6ba 36037ab1fd2154ee624f8fc86ed1d16816d74eb1 38b9a21cd70ae3ab4b71bf8819e96bd85d56bc9d 4089878e6491e89e6408a06fb68aa5db522dd300 751f372e53a5ede0fcb6ad2c73803d7f9288d585 ab4b7b188e588289b33555e057b1a43597ed1255 c3f175bfa1824787fd2cbec7b9b04d88d060eadc c47d506f137cdc0ab345d30eb3b94780e7528ba6 cb7c88597f206b29b104ba7c30e01d15f64160d8 ce069e2b87e1ef5b85436d100b3f2ef99072800e Package: ros-rolling-sick-safetyscanners-base Version: 1.0.3-1noble.20250318.170150 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.20250318.170150_amd64.deb Size: 203072 SHA256: 3ea0cd36a5ccc638503191dfb9096f79353b01ec966f04aff79319eceec60b7c SHA1: 6b66f14c706b5f64e858731e2eaf28022d0e92ba MD5sum: c6bbf0b5dcc93a74940cd50b927d0465 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.20250318.170150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 8471 Depends: ros-rolling-sick-safetyscanners-base (= 1.0.3-1noble.20250318.170150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners-base/ros-rolling-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20250318.170150_amd64.deb Size: 8136850 SHA256: eb91e88065aba7321a725e53c0b459b9e063c136683b267a134cbc067e084d92 SHA1: dbec0aff1df434da0b882d48c9879cab3b7b7ebe MD5sum: 8d18f30e52048685721db8c6587345e7 Description: debug symbols for ros-rolling-sick-safetyscanners-base Build-Ids: d4105e019dc41262d5df6454578231dd128684f7 Package: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20250331.172155 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3521 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172155_amd64.deb Size: 258398 SHA256: 35a051da971d4b950537c438e8b62601d3cbf31c335f2b2da5598790c8030f4e SHA1: 1b31ca76afa96444c2e8bf5db01f79c06be18439 MD5sum: 51c850ded4b55ecfdf267c99e456df36 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.20250331.172155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 2770 Depends: ros-rolling-sick-safetyscanners2-interfaces (= 1.0.0-1noble.20250331.172155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces-dbgsym_1.0.0-1noble.20250331.172155_amd64.deb Size: 2299502 SHA256: 632be18cf9151acadee3355e83ff0f0c02981846b7948a9eedd41fa7d023103e SHA1: adb98bacfb57edf38c5578dc76884a3c1109fe7e MD5sum: 3968dacd390d183b0a07d541f63a6fe8 Description: debug symbols for ros-rolling-sick-safetyscanners2-interfaces Build-Ids: 04d2ab9764569b259edb3bc57bc1cdd717ab41e9 160857c733472173adffb219faaebe0fae25b34e 3bd3f0425a058d396e8f72eee2a808d4dbbb7214 45b2fba9c3553345d78f4f7fb4908caae67d5dfa 4a82b1c5aa88f7265d5371890044f594c04aaf98 79aa46a60b1b52326fd925d072249a484711325d 909348396a4c60c7c3b788639e1f93884ce2c3df a1e59fa9156c559d8b0dfab32364e6cf0fe9e2ff b13fc3e4b980655c651465bbe194d9b0e83a7e73 bec1239ebf2632e9cd3125e8204df382dff0d7b3 f15626ed628fe4bc9956ba6d055a19f0e62e36b6 Package: ros-rolling-sick-safevisionary-base Version: 1.0.1-2noble.20250318.170154 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.20250318.170154_amd64.deb Size: 104934 SHA256: 0812140241bec92b98670c7c70d14e3819b5301c6e82b84534364d69252a9700 SHA1: 932e592907a2b8201d88d2e623e3bfbcd19703d3 MD5sum: eee9ae0857e724f4a065ba34268ebbc1 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.20250318.170154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 832 Depends: ros-rolling-sick-safevisionary-base (= 1.0.1-2noble.20250318.170154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-base/ros-rolling-sick-safevisionary-base-dbgsym_1.0.1-2noble.20250318.170154_amd64.deb Size: 772322 SHA256: c6d85b7e63705895956612a0246b3d6efb58798008ccb5ecf9577f99a4772025 SHA1: 1bb42461628879799f89c6d6f6b782b92769fb52 MD5sum: 48fddab6b72dad48d7f76b737922df81 Description: debug symbols for ros-rolling-sick-safevisionary-base Build-Ids: 0e10fe76f229a2e7d6876562e725f482ac8deed5 Package: ros-rolling-sick-safevisionary-driver Version: 1.0.3-2noble.20250331.182918 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 705 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-all-dev, ros-rolling-cv-bridge, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-sick-safevisionary-base, ros-rolling-sick-safevisionary-interfaces, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-driver/ros-rolling-sick-safevisionary-driver_1.0.3-2noble.20250331.182918_amd64.deb Size: 163482 SHA256: 79593412224e4bfc6e2128a95eb92d6d85c7413e2542dfc7e7b43d56bdfb32b6 SHA1: 075504074455f81b3010625625ad15d7c0723497 MD5sum: e4313d2ef38c12d601b5d680641fcbd8 Description: Provides an interface to read the sensor output of a SICK Safevisionary sensor in ROS 2 Package: ros-rolling-sick-safevisionary-driver-dbgsym Package-Type: ddeb Source: ros-rolling-sick-safevisionary-driver Version: 1.0.3-2noble.20250331.182918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 3986 Depends: ros-rolling-sick-safevisionary-driver (= 1.0.3-2noble.20250331.182918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-driver/ros-rolling-sick-safevisionary-driver-dbgsym_1.0.3-2noble.20250331.182918_amd64.deb Size: 3626780 SHA256: 05067e174344b094f2f37671201b24df6868c61f05f58eb273d179357d263245 SHA1: 52e2de3aec3b253499c41549f62fa61e256fc046 MD5sum: d62f81f102934e5b444d10f4efd19d45 Description: debug symbols for ros-rolling-sick-safevisionary-driver Build-Ids: 35da7ca79d4b7c377e092e3e38584a881b1820d9 Package: ros-rolling-sick-safevisionary-interfaces Version: 1.0.3-2noble.20250331.172416 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2538 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-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.20250331.172416_amd64.deb Size: 161772 SHA256: 51d43c5da7aee172e020791c2c2c71b67f585967e4195bc305e33026e76cfb5c SHA1: 4a3ed3d65b7a6dbfb97e2f79906f2fd9500cf24e MD5sum: 08e40784b701fe8fbd3c4bf5d855b0f1 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.20250331.172416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1762 Depends: ros-rolling-sick-safevisionary-interfaces (= 1.0.3-2noble.20250331.172416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces-dbgsym_1.0.3-2noble.20250331.172416_amd64.deb Size: 1403504 SHA256: 17220373136a219c67c217a6988e0db17756bddcce45d22e5ab02011274dc5e4 SHA1: da027ae7be1837a0c510cad33c7f769463a4e512 MD5sum: 2b087452131b32be969726436c830b54 Description: debug symbols for ros-rolling-sick-safevisionary-interfaces Build-Ids: 1cae456edeb964ea19a616da43b433b184e48469 25c900099b4a8212bdf7104a4f90ccab27a89874 289bcd0726a4073f6e872585248854a70d781da3 3f5e9bd47872f20c08a353c7475350e82540c292 42ac64730db4bc024d3f31000bf84164aaa07feb 7974c6cb880c21f3fee878a610824ef362f9d738 91859e3bcc899dc87c25e1d5f1a6a2794ed25643 957178c52c53f171ef4605b2879a8ca0b2ac817c 9f9afbf88dee1a65286f2e9c6fe431cbceb811d6 bd5cefd7fb779d8508dff331c4dca2141de7ba5c ebb40c027904adf0e8a5a8a205346b5cf83cb291 Package: ros-rolling-sick-safevisionary-tests Version: 1.0.3-2noble.20250318.171607 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 41 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.20250318.171607_amd64.deb Size: 5764 SHA256: 11ffe09626b3b188987c2d14683a64274d447c3e62f8450b9e45cdd14f9444d8 SHA1: 42d1fa07fb167dae2afe91af611ae5242878d5a8 MD5sum: 91d8e7402433aa09e54966d19d3459e8 Description: Integration tests for the Sick SafeVisionary2 driver Package: ros-rolling-simple-actions Version: 0.4.0-1noble.20250331.180812 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 87 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.4.0-1noble.20250331.180812_amd64.deb Size: 11252 SHA256: fee236da55591d50025215808564844c959a4ca97a4a74607cceb1ed5705ba92 SHA1: 8cbeb3adf0b51c7fb0242585120017a26d11d947 MD5sum: 0b5298a7d98628e4fe21808c9c9a20ab Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-rolling-simple-grasping Version: 0.5.0-1noble.20250331.201433 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1204 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.5.0-1noble.20250331.201433_amd64.deb Size: 267742 SHA256: b0ac605622e376d76c40cd1d1ab34246c42cd3bc08291d4637c4c1c2c8d37cb7 SHA1: 86b8272054ca1bb6778b21f54dd299c017ee7c89 MD5sum: b34648de56337b7cee8184c168661567 Description: Basic grasping applications and demos. Package: ros-rolling-simple-grasping-dbgsym Package-Type: ddeb Source: ros-rolling-simple-grasping Version: 0.5.0-1noble.20250331.201433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9886 Depends: ros-rolling-simple-grasping (= 0.5.0-1noble.20250331.201433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping-dbgsym_0.5.0-1noble.20250331.201433_amd64.deb Size: 9299748 SHA256: 1053680cf0d341315c64c1796439ea8ed174c533034255f393a46056e627f0c0 SHA1: fc863397579475968f3aeee3d229a497f86965f2 MD5sum: 7a5b626087c4cf303563076f3bddafa7 Description: debug symbols for ros-rolling-simple-grasping Build-Ids: 1826e87e84538c1314fd418fa2bf4b8f8ab255c1 2b1ab941b9d4a3525ed537c9625959f4dda70e5d 7a034f1cf64b7f512188a10adc94e2a4068d2086 9203f7c80a6e2675764c8d6aa44aa5e4e1aa2f27 eb6ada563658209cc9fef29c45e0ba116889b575 Package: ros-rolling-simple-launch Version: 1.11.0-1noble.20250331.180000 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 170 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.0-1noble.20250331.180000_amd64.deb Size: 30766 SHA256: 608b55cf2d15315dd69cf580ad1f896731969f46f4c839103ae50afc5470c8a8 SHA1: 992da6e0b6e7b6017b8e8236b9385d94b1841050 MD5sum: 7a7425cc395918c1661350c6096c3e24 Description: Python helper class for the ROS 2 launch system Package: ros-rolling-simulation Version: 0.12.0-1noble.20250331.202258 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 41 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.12.0-1noble.20250331.202258_amd64.deb Size: 5310 SHA256: e876f2d86a76746092500e2dfe3330ed43393a5f38daec9504497bd75b44a817 SHA1: bcb0d668b0010a7cceddd41e4d77999486277aa1 MD5sum: 10fae760945765f25281e4ac7288d834 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-rolling-slg-msgs Version: 3.9.1-1noble.20250331.171348 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 614 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.171348_amd64.deb Size: 64358 SHA256: 16a455ddc86ddbe0018ecda78c36bffc6b9398ffd1555e0e79a1970bae92dbf5 SHA1: 331653825729437794b53da83b41b8385f4a3fa1 MD5sum: 6f33d5b8e81adc38588baa5e7008583a 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.20250331.171348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 444 Depends: ros-rolling-slg-msgs (= 3.9.1-1noble.20250331.171348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs-dbgsym_3.9.1-1noble.20250331.171348_amd64.deb Size: 336594 SHA256: 8fcdd5923a9a157617b5b33bdc2ff7a06e7d225f6f179d6dc2fe7dac6ab79ee5 SHA1: 099c563096a083d8b8ecd7c0605670102f584739 MD5sum: 74e0d032ef4fd3102309ff3d73b23869 Description: debug symbols for ros-rolling-slg-msgs Build-Ids: 2a8199bbcf135219c04c5d81d28df34cb1158cb3 2d45b3841ed01f5ce3a1383a83bb10bdb5cca3e4 3cd8d4c7148862802abe689dcd593e8c5d833fa6 4b43c68613c37fc710c3531a2a25a8f7fc7f4ca3 5556646d52cf20a63258a3147f4d7924c64861d7 71af7512a519af21beae38ea5d55e54cda5fbd7f 7571fd93428dad17c8ad104825df5bc3b94aa53f 883c4e438cb79312f18dcd7e1adb2a606c0e7054 bc704a983e6ba0765c2ebab9f605e7674c609d9c eedad86af1054612628df0ba70ee96fbad7d2cb3 f0adb27b36651da826110b6f8f574ef7011f2ecb Package: ros-rolling-slider-publisher Version: 2.3.1-2noble.20250331.185247 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 73 Depends: python3-numpy, python3-scipy, 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.3.1-2noble.20250331.185247_amd64.deb Size: 11758 SHA256: 1c76123b28add417b8ebc8e8fd299e8d8a377f60490b53daec872bb3773e5b0d SHA1: 3fdf3013b188c6a2831993c2c9fe65f0be53ad7c MD5sum: 8425d66c5490b8b14e5ac0241700ecd1 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.20250318.171615 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.20250318.171615_amd64.deb Size: 45878 SHA256: d66900f39251fc26d202558d1578c8da0bdb958cd667e49eee8023e4c7c29ba6 SHA1: 067b3457ac8ff09ccc9aa1de85a6b4db7f5c3ba9 MD5sum: 1f7ad4ea0d9ed2d4ac4aab11a5375303 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.20250331.164449 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 883 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-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.20250331.164449_amd64.deb Size: 82064 SHA256: 97e780c4721b0d0d2893e894ee8472f7424da4bd7ce3cc964b673168f66c1891 SHA1: bf93ec5f670aac9883833bff4b4308079f3d26b0 MD5sum: c46d49cb07978f95b3ee5100aeb40352 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.20250331.164449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 694 Depends: ros-rolling-smach-msgs (= 3.0.3-2noble.20250331.164449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs-dbgsym_3.0.3-2noble.20250331.164449_amd64.deb Size: 547558 SHA256: 19cfc4e58bfd524a76423a097b4906a454ad1df078513f0d1ebefad27faafacc SHA1: e22f47ac61630764425bf817ddf2b8f6b17a5873 MD5sum: 8a1357b79fb633df077f442211ac373c Description: debug symbols for ros-rolling-smach-msgs Build-Ids: 2a00bf9491a0c949b0d6402144bd7393ecc2e0e5 56e55225462d7222339319c3de847730a7159ba0 8ed4aa85bdb87043aaa73660ed922ef5ece2663e a5e78fa1c872cd9e692e66e7f4fc68711e4b3e41 b888148b17fd939ae56d1ba7dc65861239e82459 c5d4d1ba5cb74458ee053a8dd58ac441a67d3d99 cd0d667e01bbf7d7ddeb83b891517e130a7c94c6 ce4f8074e5b22491592628df3d7a14ab3467713f d8009a8f40416440f9fb38b9a660591b15411a6e d9ddbf3517d5fb114d284620cd1a810ac109757e e17cf91d35755d4149370ced041bc54863a17953 Package: ros-rolling-smach-ros Version: 3.0.3-2noble.20250331.175357 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.20250331.175357_amd64.deb Size: 38888 SHA256: 89e47221338d145e4f3b9a147eb3bac8ebcdad755edf2bb0057cd308e557255e SHA1: ae8165ee39a00a41840eeaf6e6e8cf45581998a3 MD5sum: 48c1f5730a08a0c07b2f03c2454cd331 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.1.2-1noble.20250318.171616 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 86 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.1.2-1noble.20250318.171616_amd64.deb Size: 14062 SHA256: fb6c5c9f418ec17a176e0c8ffa1504241d59d8d88604e5b2d9269e365c04938c SHA1: 2e2f17ef4eee8e97e589d60a917339a3edea796d MD5sum: 3d6de2632da1a73a67f70f3e394840d8 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-snowbot-operating-system Version: 0.1.2-4noble.20250331.200348 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-rolling-ament-cmake-ros, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-snowbot-operating-system/ros-rolling-snowbot-operating-system_0.1.2-4noble.20250331.200348_amd64.deb Size: 31226 SHA256: 734f30b9114471b5679bb8f38db366383553f758351d4b206f2b42716744fb3c SHA1: 101fa38756f68b29dfa5ce96208c88e23ad4b004 MD5sum: da3aca5ee0f7d5ff91ef3752106f4065 Description: The weather outside is frightful Package: ros-rolling-snowbot-operating-system-dbgsym Package-Type: ddeb Source: ros-rolling-snowbot-operating-system Version: 0.1.2-4noble.20250331.200348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-rolling-snowbot-operating-system (= 0.1.2-4noble.20250331.200348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-snowbot-operating-system/ros-rolling-snowbot-operating-system-dbgsym_0.1.2-4noble.20250331.200348_amd64.deb Size: 388060 SHA256: 176aeabcf37ba69aac0209d3eef6984003d352e00bf5dd8b7374ade0e072faf6 SHA1: 592dadf59361946848db040228b7bbb998dbcfa5 MD5sum: f2ab85b5de696f635bac0187cdd452f2 Description: debug symbols for ros-rolling-snowbot-operating-system Build-Ids: 73bac20cf318672cee3f349cd399cb855d81d6a7 Package: ros-rolling-soccer-geometry-msgs Version: 1.0.0-1noble.20250331.171640 Architecture: amd64 Maintainer: ijnek Installed-Size: 443 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.20250331.171640_amd64.deb Size: 41114 SHA256: 1cba8df571bb1da191b7fc858775db7b672005bff212b9b0e1a7ef3807a03a1e SHA1: 120e3738a4c90d9226e9c5eeca15e737fe9298df MD5sum: fcd18439f1b8a828965de0a8c8101d6f 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.20250331.171640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 265 Depends: ros-rolling-soccer-geometry-msgs (= 1.0.0-1noble.20250331.171640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs-dbgsym_1.0.0-1noble.20250331.171640_amd64.deb Size: 173110 SHA256: cc448cd0cc7daec382240761e01289d04033a7e7672e30c1e57b03c2bbbe941d SHA1: 600516ed2f94c7419917fbbfe535d870e3b2f575 MD5sum: 32e5796ba4a98ca073a3baa085c065cf Description: debug symbols for ros-rolling-soccer-geometry-msgs Build-Ids: 06361d8cb84545f07624b372c53aeaefa8c3ea42 300ab52967a13524030033da4e76b48ba77f4a2e 49416cccebc9ba98708099cf75cdaee5289133c5 58d3cfcfc73788e08964eb02fb2161b7b171b7e3 667202676251d5e259fcb721c437b5f335882c7c 80d8bd65af95200b22e10350e3d019245bdf7ae1 aa27a1efa1ee5a399d59b41383b5ac2c841d90ab af972ece04123aa754647d787d7deaec6bd2e2c3 cb2b081336525032bd096cec07e7967209370ad2 ede3219d81dc50acddc163409533b33fa9caeab1 f25e4fccc40d327a513da8f6550da82162c6d667 Package: ros-rolling-soccer-interfaces Version: 1.0.0-1noble.20250331.173144 Architecture: amd64 Maintainer: ijnek Installed-Size: 41 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.20250331.173144_amd64.deb Size: 5054 SHA256: 7d5be3e9a1a1e17e0c36902ffc8e74aef36fa778d4d538f018fa47f0664b15ae SHA1: 7eb7df10ca4c8e73005d13b3ddf9dab5063be583 MD5sum: ab398c0f8002360d0886e54e985c0767 Description: Metapackage for soccer-related interfaces Package: ros-rolling-soccer-model-msgs Version: 1.0.0-1noble.20250331.172530 Architecture: amd64 Maintainer: ijnek Installed-Size: 1015 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-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.20250331.172530_amd64.deb Size: 82070 SHA256: 7ca43dd64f3e6afa83087d3bce66b500a311f890e2c6183fdf45de8cd4b7803a SHA1: 5919f42067e0fc5457404a375d8907e5db32a687 MD5sum: 2a84c2cb08b3dd85a472cbcd6d2bcfc9 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.20250331.172530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 777 Depends: ros-rolling-soccer-model-msgs (= 1.0.0-1noble.20250331.172530) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs-dbgsym_1.0.0-1noble.20250331.172530_amd64.deb Size: 606092 SHA256: 626d83f955324a3338b467b3c879e201957f1f366d067d41200b54d1f714c5e7 SHA1: f3964dd0d59d7e794e1a7147dd397bb558fb562a MD5sum: cb56451923daca21966eb1f27f136005 Description: debug symbols for ros-rolling-soccer-model-msgs Build-Ids: 2809fee77ef4f7d7773190179a93f61bd570a407 35eac6be41f9721e8eac0f356655e6ec3341131c 3ba455817d7c99a8e78c53abe5d8ee88bfecaa4b 4026ffb7d456c6da778adeec352ff35a6cc442cf 4b91ec471e3e5abaa69d64b8e1a46e6a95adadab 541afbe7ce8063662aa2f2f13b8cff55afe7369e 6b573d8b1fdc847dfffcde54fecaa858d13b720c 6d955e07747034a0933c72139949e6c65f89f5f8 9d47b82318dda52a6a58a5843ad23c0bb5a3836b b806ea3badc403aa9b045f571d9a1b387da4ceb0 c2dcc6651f3e365a9c8c57c1dfe749acc2d284d1 Package: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-1noble.20250331.172532 Architecture: amd64 Maintainer: ijnek Installed-Size: 2198 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172532_amd64.deb Size: 155718 SHA256: e1533d30e0cf19120e451eaeeb089dd3d58ba5201d9dc91d2d8df6ff62e62bc5 SHA1: 710201f097db5a25bf8893460303f36ae2f5f8e6 MD5sum: 23105e3efb8b592664eceb92a94a071a 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.20250331.172532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1740 Depends: ros-rolling-soccer-vision-2d-msgs (= 1.0.0-1noble.20250331.172532) 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.20250331.172532_amd64.deb Size: 1410042 SHA256: 3df45f82995fc6ea7db89ee0b028af59a040eec0b091140124e33c02f0b69c8c SHA1: 2b1154ccff196186be810cb17b20e306ebb1cfbe MD5sum: ba319c8d7840c41460dca91a903cec58 Description: debug symbols for ros-rolling-soccer-vision-2d-msgs Build-Ids: 4c594e5ef344c0d6efd3ce96f3720af1b8250dba 4f9775c1c5633760a24c509fa31c6f87e59e72f1 55fe0d66bb60121d31c9cfa012694033a3a95a14 5a8e527f95070efe17128ba531e60b291f5633fd 6c0686600754b21db70e90b8312dadd9c2ac1faf 8a52a32047abbfaa76d3d97107ead5d69feb4e84 8ce7228b38dad888bfbccbbc0750d01fb7beca63 bd34524d7a7aa593c21a8cd5e15bf13ae0e84c45 c877313c09bcb8b8ba56e4ff97dfcae96dcee935 e46dc345f34f9685b8547879fe1f4f7ba4b58a18 f5e8a2531851040919711e871fcc74da42916980 Package: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-1noble.20250331.172541 Architecture: amd64 Maintainer: ijnek Installed-Size: 2214 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172541_amd64.deb Size: 154890 SHA256: 94673607c23b791553241319274b2541a2e66d8e47a8db699ed09e9ac5346a3f SHA1: 165eb475a1b1b1f85b38abaf402ee0e4e4c5dd34 MD5sum: ef489e45d43348eb758d415a40e555bb 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.20250331.172541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1758 Depends: ros-rolling-soccer-vision-3d-msgs (= 1.0.0-1noble.20250331.172541) 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.20250331.172541_amd64.deb Size: 1424504 SHA256: 84cc93af641f8fe0c06247be2085ab64d4f67b0967d43c702346935c0769ce3e SHA1: 6dad248e444cc73a9d4363ce9e5f65e0d1d8440b MD5sum: 4b7c556b18148785b1f6cba4ffd4a8a3 Description: debug symbols for ros-rolling-soccer-vision-3d-msgs Build-Ids: 3edbcf2ccde186594af6888c9b457cf3100830c8 4565485e63ba5dbc3e6b05ecd0e39afc9a4349b9 62af06bab8c1035642d08ef10882e51913cfdfc1 669d4339c5bbf3c2db2f6522ccb98f39e3369968 788b244ee9f2c665143fade2737717cea6b28faa 942ed7ea48f6506557a11ac542be6e3dd08b7455 9d35607416f6daef6f212a08502048c53b60eda8 adcb530e4f220fe7698b4b27f6aa0eacf9f7eb9f b8632d47c7b1739b838fb99066676e9cd3f79ac7 d3a3b48106f5dd74f548cb0f7ddd2631afb5f85a f89e97d39e94b8cf8ad7b330e4c603251f8d27dc Package: ros-rolling-soccer-vision-3d-rviz-markers Version: 1.0.0-1noble.20250331.175433 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.20250331.175433_amd64.deb Size: 165166 SHA256: 6b1b3b30552b4f0f2def7e544fff89ac068592f95b7ba48583cee89320e22864 SHA1: 61d3165ed25882e55fa75d9753441f865270a0ff MD5sum: 55657f00d16ce1993c53037089b170c6 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-1noble.20250331.172420 Architecture: amd64 Maintainer: ijnek Installed-Size: 666 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.20250331.172420_amd64.deb Size: 54608 SHA256: 07c86c976560abcf97144fd68e4211e7fada97e5fb3f1775a0730934afc67995 SHA1: 5a5e4f5c2ddeb314ba4baf687297e7869ef3e349 MD5sum: 3563edb76157d3def519d4218c9988d3 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.20250331.172420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 438 Depends: ros-rolling-soccer-vision-attribute-msgs (= 1.0.0-1noble.20250331.172420) 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.20250331.172420_amd64.deb Size: 317952 SHA256: 4d56c66610552c568ff0c2bf4133f827c718269892f5fdf9528338a2bb7483cb SHA1: 89a71f7f7d27c0a87ffe4d9bb65c6ea196e3514b MD5sum: 6f1806f3f3564e4e89d13fe6e97c973c Description: debug symbols for ros-rolling-soccer-vision-attribute-msgs Build-Ids: 3b6fae19662e5daa095102546701719dbcbc8ab6 46b7a3cd6a7cb0b995670ac0514eed79803419e5 47907fb6c078352a7185e6608f4a5379db7d4c75 7a948fafd4a75656ef43727995c0095ba1bb3b4a 7e7237878f815c11a7869c80a56540a372943f94 9408c16f9dfbff407d5d10059003cc4c57ebfc63 b81947dd0a848ab7462af09363253977e36dfdce bcbfe635e3f4e624491400045a2bca833ee42ef7 e14ca9b8ac99677d774762fa63e955c0f24cf503 ea27d3cb626d402672ba7bfd46c4b2725097b264 ee2802f6f2a16bcf9eca2dcbb09e07d8f8c6fe1d Package: ros-rolling-sol-vendor Version: 0.0.3-4noble.20250318.171628 Architecture: amd64 Maintainer: Kotaro Yoshimoto Installed-Size: 2438 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.20250318.171628_amd64.deb Size: 148310 SHA256: 729773fe655d0e0581b21c4e42776faa4b22f04ca960aa94fb7f644c4031496f SHA1: 13921294cc29bd714498c0847d9d1a69df826525 MD5sum: d827230dbc8e688187acb7ae195b8b14 Description: vendor package for the sol2 library Package: ros-rolling-sophus Version: 1.22.9102-2noble.20250318.170201 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.20250318.170201_amd64.deb Size: 43400 SHA256: 2f09d3aa7ff3322cd9ef37dd0e11b146029709e16703b6a51511ed472e310302 SHA1: a14847d2975e0271913fae8a5f65def594bb28f0 MD5sum: 3cb3b19f8f236f36a59cc5ff35886de8 Description: C++ implementation of Lie Groups using Eigen. Package: ros-rolling-spacenav Version: 3.3.0-2noble.20250331.193515 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-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.20250331.193515_amd64.deb Size: 102292 SHA256: 2dbb8e1408635b9e4df06f8e892bf97c00dfab68a55026da083a7832a5b4ada3 SHA1: 72865747b18d555deeaeda59045c537c1830fdc3 MD5sum: de4a23f0948a8ccccaf5afe739ba4e71 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.20250331.193515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1930 Depends: ros-rolling-spacenav (= 3.3.0-2noble.20250331.193515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav-dbgsym_3.3.0-2noble.20250331.193515_amd64.deb Size: 1759098 SHA256: f7c47dfe57e3031607fc51b14fbadba454519676600dca4ea39eed7b91170480 SHA1: f291a346cc603bd50842ca6701fed41de063951b MD5sum: 55fdbd4396290c5a3a0d3f96cdbfdd32 Description: debug symbols for ros-rolling-spacenav Build-Ids: 7fb86b11986837b77ba4791f86800c9251218471 da20ff21f5d4146e8ed46375e80ece46cfda3644 Package: ros-rolling-spdlog-vendor Version: 1.7.0-1noble.20250326.141304 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 43 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.7.0-1noble.20250326.141304_amd64.deb Size: 6634 SHA256: 4ca5bc0d806e1f66899fdbe6e3a6c1e1ba2324c53c2fadd2c5f6a149640411c3 SHA1: 04d16b95d936a7857541784e577240703d92177a MD5sum: 0c89fcd5e67e570ce88783e8281c0d9e 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.0-1noble.20250331.194131 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 55048 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, libswscale-dev, libusb-1.0-0-dev, libyaml-cpp-dev, ros-rolling-camera-info-manager, 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.0-1noble.20250331.194131_amd64.deb Size: 9896344 SHA256: 2a11731b6e360d337d5db4667482e9fc6f4bf18dd544e0b32aa35202ba6b1587 SHA1: 95baa25147f90435bcf723f4404a80294b692ba2 MD5sum: 7d40a0422790432ba00c155424a81cd6 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.0-1noble.20250331.194131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5513 Depends: ros-rolling-spinnaker-camera-driver (= 3.0.0-1noble.20250331.194131) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver-dbgsym_3.0.0-1noble.20250331.194131_amd64.deb Size: 4002462 SHA256: 1153790278caa5c5970339525617ffe1d3aa427490fc0261714d1ed7e1ada1fc SHA1: 5eb35e0e3f5965d706e96637c1eee68e6a9ef006 MD5sum: 609211671e13a58a377340b3b86e2e08 Description: debug symbols for ros-rolling-spinnaker-camera-driver Build-Ids: 2a3f9728f76402d9fc11e93633e318f1d5a7221f 516bdbfde07c63f3f55c7c4eea3af5cc6688d00c 713bc16df06b6d42359e7b958a04a34b51052116 776f7595dd17981d87484c02acfb00196bdf5acb bd08c3213aae24f8bd439b62df7504c93333ae26 dace34037bc3ec7a244d5ea04d642c4c0ec4be90 eb70614d0ec27192fd127b6aaff11d4da7105fdc ee74447e84626b20884888f5fe32be41d35d153b f35030e4e2a064f82b8122e7eba05e4db67d980d Package: ros-rolling-splsm-7 Version: 3.0.1-3noble.20250331.172436 Architecture: amd64 Maintainer: ijnek Installed-Size: 468 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.20250331.172436_amd64.deb Size: 47908 SHA256: 336a55489cd16a66cb84fee67a6f5ca0412ab82cdf79cbc64afc73fb65c8d01e SHA1: 456f165ecd71053d3e4cb3de30ee85c429cfc27d MD5sum: 79521adfacc84a07a115ea77f5a9e050 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-rolling-splsm-7-conversion Version: 3.0.1-3noble.20250331.173155 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.20250331.173155_amd64.deb Size: 6122 SHA256: bcb492b5aa388127f5fa965c5e297958bb7b81f9f2190179d183554b8ff34a6b SHA1: 3bafeed625270ab47f26a2ca246f93968d63111a MD5sum: c5a4115e797ee5728a397d5f0f539139 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.20250331.172436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 310 Depends: ros-rolling-splsm-7 (= 3.0.1-3noble.20250331.172436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7-dbgsym_3.0.1-3noble.20250331.172436_amd64.deb Size: 220404 SHA256: 813fcf059afa031d1df5179d63b91f70799cb79d1f4c34fd4f7f82db64e63f7c SHA1: 69e9cc3397e97d67997e54c67059af54277e0a95 MD5sum: 5aa1300e53534b9e875f414f0177c42e Description: debug symbols for ros-rolling-splsm-7 Build-Ids: 0dff513a00eae82b9ce2d550c46c1006ac400f7b 0e7ce8e82584f16df1e26f4b75c8284c90acd70a 428a83a88544c64e4033565aa22d2a0e7e6482c6 43eb225d580f6d616645bd47f50e7829e400318c 7b586abf6e3d4cd47f14da38fe06eacdc98a7513 829e222a6e196896fcda02efa1bbeddf7eadd8d2 856686d0ac07c4a0e8a44dbe378cc5f68d21802d c743c7b5c9e551c49af3065b4d5b0d4b13c61332 db3445999947803b4d48b017a4ff4795cdf69b15 dce48e6651ce997e1998975269838466bb50b952 fa853016a3cf6647336abf687b4ee0bc5c9f6fd1 Package: ros-rolling-sqlite3-vendor Version: 0.31.0-1noble.20250326.141310 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libsqlite3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sqlite3-vendor/ros-rolling-sqlite3-vendor_0.31.0-1noble.20250326.141310_amd64.deb Size: 7988 SHA256: 1ecee33c2c25f01e63b5c1e4558c95834528896a78b0b0bccafad4c80b8d1ded SHA1: 43abfd32ca3a7d96e0edc52f3035d3540abd6417 MD5sum: d9c48d2ccc983a726b8a142db4aa3eeb Description: SQLite 3 vendor package Package: ros-rolling-srdfdom Version: 2.0.7-1noble.20250331.180239 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-rolling-console-bridge-vendor, ros-rolling-tinyxml2-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.7-1noble.20250331.180239_amd64.deb Size: 60578 SHA256: 630c958009054bfaf7f3184dc0d8915ba468c11ddb0a22baadfd2ee975a6e996 SHA1: a8c9972f603ff809439c295b66ab6652d57b3f61 MD5sum: bae93b3ba02f7c8a3646996b28b3e45b Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-rolling-srdfdom-dbgsym Package-Type: ddeb Source: ros-rolling-srdfdom Version: 2.0.7-1noble.20250331.180239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 716 Depends: ros-rolling-srdfdom (= 2.0.7-1noble.20250331.180239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom-dbgsym_2.0.7-1noble.20250331.180239_amd64.deb Size: 684876 SHA256: 2c7c1e4c01d694db35250243e7dba1fb6efc5a48c1238bd6bcca9a4a5a534630 SHA1: f58d7aa66b30d0513d62d1b2b9b7b4a965ad381f MD5sum: a146750afc98765705a9402f72e1a268 Description: debug symbols for ros-rolling-srdfdom Build-Ids: 44948c386de67c701a17ec75ca455195ff309881 Package: ros-rolling-sros2 Version: 0.15.1-1noble.20250331.180117 Architecture: amd64 Maintainer: ROS Security Working Group Installed-Size: 241 Depends: python3-argcomplete, python3-cryptography, python3-lxml, python3-minimal, 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.15.1-1noble.20250331.180117_amd64.deb Size: 43956 SHA256: dfc29ab1a63e2b0e7b10b39c1c6b42e30415d375cf82ec1ccbb1c581542d2bb3 SHA1: 374d30f3e596a42cd2a65e3aa1d41ee0b3734daf MD5sum: 4f455c3a50f08ad513662f170ffd9316 Description: Command line tools for managing SROS2 keys Package: ros-rolling-sros2-cmake Version: 0.15.1-1noble.20250331.180247 Architecture: amd64 Maintainer: ROS Security Working Group Installed-Size: 45 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.15.1-1noble.20250331.180247_amd64.deb Size: 6946 SHA256: aff4c238b4c6d627019086ab98ddf3d054f6dc3db27d7934a9ea8870804b08c3 SHA1: 4df4daf80780678465b489120810435861da6a7e MD5sum: 53192dff9429e2e62f40ecce1c547f7e Description: CMake macros to configure security Package: ros-rolling-statistics-msgs Version: 2.2.0-1noble.20250331.163650 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 694 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs_2.2.0-1noble.20250331.163650_amd64.deb Size: 64508 SHA256: 7d65b77c0823727e969497c98786042600a6daf41dac3328700a13bf95bd353f SHA1: 774cc139e1ba54ddf88e365b58c6c4c15226f843 MD5sum: dbbbc6786a83aed428de27ca923b5be9 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.2.0-1noble.20250331.163650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 505 Depends: ros-rolling-statistics-msgs (= 2.2.0-1noble.20250331.163650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs-dbgsym_2.2.0-1noble.20250331.163650_amd64.deb Size: 380930 SHA256: 27ebeaac67b70e97e971a502aa0fa2e7ccf169253019b9b3b631af5abed695e4 SHA1: 244e64cee7c828de0f1518f3499e3f4e84f20034 MD5sum: 1e5de6eccb7026a75ffc9a05d5e0fc9c Description: debug symbols for ros-rolling-statistics-msgs Build-Ids: 0117a600fc836f470329bd5897b56349c1ddd835 0b57cf12e8f17d210d6c895840287a11afc76e00 51ca28709ab000d69b209c092cb8e96f4d118cbc 8e0341987eb6d9b15d2e8a99ed59ecd13fc4a78e 929ae09f1778e35cc86fa1a0f636390f328e15dd 939c0f470f69910140db9ffb4cb398100c6d0fde 97b7603656ce9719ad8a1c5cfb44a860c867fe6b 9d3f63d7a2ac85b075803b6a508627f648c9ceac a6003b17b0773360fe124658e94cb30b16350c09 bc6dbcec2a4062a651375e729e1a9d9eb4b6e603 eb9cdfdfec57acce5c778532d6d8c95d34088251 Package: ros-rolling-std-msgs Version: 5.5.0-1noble.20250331.163715 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3691 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs_5.5.0-1noble.20250331.163715_amd64.deb Size: 228018 SHA256: fe60f9c24c629513322af75b56f86c201f8ea53bfe428cff440d0f28860d7529 SHA1: 2d30634e25a174cb44e660c523256636b3f8a360 MD5sum: b0832c7e5ae2d7ea411d38820d68e714 Description: A package containing some standard message definitions. Package: ros-rolling-std-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-std-msgs Version: 5.5.0-1noble.20250331.163715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3336 Depends: ros-rolling-std-msgs (= 5.5.0-1noble.20250331.163715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs-dbgsym_5.5.0-1noble.20250331.163715_amd64.deb Size: 2758254 SHA256: 8962761d161e82a3c0151a01abc02db9da4612f8008d504373aba12af739c277 SHA1: 076a80c73c8baa0274f8fc90c54fbe63438fc7b2 MD5sum: caa848b3da57659c89e99bd2df52e1ef Description: debug symbols for ros-rolling-std-msgs Build-Ids: 2b1b270ad454bb2ca7c5c90e300b3caa859238ef 2c20214d8f5e968e345b03394e3b17a8acccbf98 4b796ae2af04383acae5e15b7013eab5ebeaf021 4ecdbe3881266d5e69040d6cd87581ab9ba48e8d 7ca712e5eac9528436b215a9f9d8fbc15900239e 86b401bbf6bbdc4fa49d1157a524d079f8dedb5e aef64ab84232c1837f49b6d430c8d85d54d7c37a b81c3ca90c4bcc2632c0c148cb922a790e16c8ef bc3ac8c75a58de306b932882747c2ec56068acde e4bb05b26a5ecf067124efe8dad36f0eeb0b605c eaddf61495262818274c1a1ebf7e937da60353bf Package: ros-rolling-std-srvs Version: 5.5.0-1noble.20250331.172445 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1386 Depends: libc6 (>= 2.14), 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-std-srvs/ros-rolling-std-srvs_5.5.0-1noble.20250331.172445_amd64.deb Size: 107308 SHA256: 47856c70554a1c03153e815b43673aee41be1d6c6340d271c38b21cd4f682add SHA1: a550673e3e5825e1288d890d69da4ce2d704066b MD5sum: f2313a21fdd032e2e8732ff872c99fa5 Description: A package containing some standard service definitions. Package: ros-rolling-std-srvs-dbgsym Package-Type: ddeb Source: ros-rolling-std-srvs Version: 5.5.0-1noble.20250331.172445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 991 Depends: ros-rolling-std-srvs (= 5.5.0-1noble.20250331.172445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs-dbgsym_5.5.0-1noble.20250331.172445_amd64.deb Size: 765550 SHA256: 78c7a193eb14c3fef500b46ccbad7650bf1a3b8f2a0201164934eefd5fe8c475 SHA1: 5d0b2b1f891f0d15b048f28beb780a758a142e06 MD5sum: ade5cc661cd7ee504fd8f7415ffdb916 Description: debug symbols for ros-rolling-std-srvs Build-Ids: 50078aad89679c966cc72625bc8c80143eeb1279 74464c6d7e6221a2249a647c514d84cc2ab2528a 7711bea0f9293a10b6b1cb394feb90b2df761ca3 99d7b59f2b31787edf7a8f142dfbc518b45601eb b0f137da0e25fd513044e5591d204077e70297ef b856fcad8d1e06ead5801a4a95754836fb9e0bb9 c1671e73a19a23628c85b0a13c189b122c9ef815 e42c375cab52ac4969aa8447da4f336d7072483c e68af2eb0cb4ea30381bd85bbc06d1812b56e5f8 f1135acfc2c40b3f2d610f320c28fabb239fb096 f1c6d58dfa13efba23e8e6807e9612ce4b531e5e Package: ros-rolling-steering-controllers-library Version: 4.22.0-1noble.20250331.195358 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 819 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ackermann-msgs, 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_4.22.0-1noble.20250331.195358_amd64.deb Size: 182336 SHA256: 100c89caf34c6d91ca14ca6c9cab68d3c3f48f1a2b08291ad240f7368b4646c3 SHA1: faf04530f0b0f470ed06321560cd4f6801f50e5e MD5sum: 64729565711c635a6ab84553cc854d55 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: 4.22.0-1noble.20250331.195358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3470 Depends: ros-rolling-steering-controllers-library (= 4.22.0-1noble.20250331.195358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library-dbgsym_4.22.0-1noble.20250331.195358_amd64.deb Size: 3042022 SHA256: a79038e77768dfc352f05f49bd0b82b091db64b6ae3db14fee50d1f68178fe4d SHA1: a32024bb3b33acce8c0976e69a0ac441a193d972 MD5sum: 83a79b9db1a19b719fe6b24db1eb733a Description: debug symbols for ros-rolling-steering-controllers-library Build-Ids: bc0258d3b85e94378fa969cd319a3f213f2df9e5 Package: ros-rolling-steering-functions Version: 0.3.0-1noble.20250318.170209 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.20250318.170209_amd64.deb Size: 150816 SHA256: 23a9c3d24d77b8ff9fadc099b26ef3e7e99c1c18a432725e86a1d1ba72522c03 SHA1: 1debb13b52aea79099f3210b94a5bc409a46c4cc MD5sum: 00e558b83abc9b124f15e27c12b30486 Description: The steering_functions package Package: ros-rolling-stereo-image-proc Version: 6.0.10-1noble.20250331.200225 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1415 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/github-ros-perception-image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc_6.0.10-1noble.20250331.200225_amd64.deb Size: 288860 SHA256: e0270125e9f3fa959c43f833b841600581cf31af7d89559d74a3e246780611b4 SHA1: 9a96672ed7d40ad2f61bd35f08960b7d36347661 MD5sum: 546d1878ca84c764c88bfcb18a6516c7 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: 6.0.10-1noble.20250331.200225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 7268 Depends: ros-rolling-stereo-image-proc (= 6.0.10-1noble.20250331.200225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc-dbgsym_6.0.10-1noble.20250331.200225_amd64.deb Size: 6305290 SHA256: 867bb770ff359f22118c22aad938d3ec0ff28c620d21943027a641cb26e00632 SHA1: 687f7abc3e5bb31ece08189511cb5e9d3440510c MD5sum: 2c4f1cf17fcb9abe614bd65dcd48eef9 Description: debug symbols for ros-rolling-stereo-image-proc Build-Ids: 324d0126ed96d68da3108b1b59d1a161e3a39458 d2852806a1fe6665629b371a00a6672abb386bcd f0155058fee6beb7d50cf5960a9c336685b2a85e Package: ros-rolling-stereo-msgs Version: 5.5.0-1noble.20250331.172205 Architecture: amd64 Maintainer: Tully Foote 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-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs_5.5.0-1noble.20250331.172205_amd64.deb Size: 47104 SHA256: 3ee8462d718852d4f7362b562c4a8219ca0ef6181796e95ff52ba26db76981c0 SHA1: c7a071c3be8f5e994db34a2837891e8944a08bdf MD5sum: 736900b2578de0a7cc7aff05c35d0956 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.5.0-1noble.20250331.172205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 302 Depends: ros-rolling-stereo-msgs (= 5.5.0-1noble.20250331.172205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs-dbgsym_5.5.0-1noble.20250331.172205_amd64.deb Size: 207408 SHA256: 8812db711000dd582516e9935bba60905e8f200179ba6ba5dadbac1eba93e925 SHA1: c4f9f944eaa6543db907e5a7359e62798d8fc441 MD5sum: 06bf46659140f14bc9848386b6efc158 Description: debug symbols for ros-rolling-stereo-msgs Build-Ids: 01fecf04893dbe5116f96de66f44044aeadd1d61 2a68546b2c4dea3b70748ec173185e1694caf57b 467350cb30adc6a5ecc8b9cafbeff9a0597aca9f 5359c412582b5774edfabd68cac9eb82c3915e72 66e1c94451169e5c52983f88994dcb66ad21e7f3 686e958c9787123d8b827bb3659b60dcec2aec26 72a648cac0131152b8ba0b221946c966cf4d63a3 7d0895f96ec1a47244741514c40d2659d6ce5581 a3261c5888a60b7599887ea37d477978da3e1de5 b754ca14b8855d0f37b8284735056f5b20d15c8b f25bb691120dc7babba4eba6c5f5a424e6e9221e Package: ros-rolling-stomp Version: 0.1.2-3noble.20250318.170217 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.20250318.170217_amd64.deb Size: 67898 SHA256: d50f0ef4b5c5ae12e6652ac91dd473361c60268c73e793a9dd416d008e82bab6 SHA1: 174910ba30c8fc4fa15db43356f7dd2c734eb3c1 MD5sum: 4c42209122fa187c8675438a6e2ea280 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.20250318.170217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-rolling-stomp (= 0.1.2-3noble.20250318.170217) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp-dbgsym_0.1.2-3noble.20250318.170217_amd64.deb Size: 2629528 SHA256: b2e79aa5cc397a659c2a5e3133395e3b92b31dfa9375e7d5b6c1387c3de5239c SHA1: ba2efba3f9360f262b47abd73cce49d331616675 MD5sum: 769d3cd0aae466f067a68d7ab91a7a12 Description: debug symbols for ros-rolling-stomp Build-Ids: 9c7bec9a8197d7718b7534d4628d8389591a6169 d1109638ed8b8f415d0cdc290c2eefa02db8dc16 Package: ros-rolling-swri-cli-tools Version: 3.7.3-1noble.20250331.180220 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.7.3-1noble.20250331.180220_amd64.deb Size: 14344 SHA256: 00b0b2eb357aca2e31d33af51593117241e27947b03e4dd442fabb66f724f258 SHA1: a7528e6aeceda41bca6b42075ae7f9fee8b68e1c MD5sum: 40d5a8c45da6402b976d9737293d6baf Description: Command line tools for introspecting ROS systems Package: ros-rolling-swri-console Version: 2.0.6-1noble.20250331.194155 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4856 Depends: libboost-thread1.83.0 (>= 1.83.0), 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), libboost-thread-dev, libqt5core5a, libqt5gui5, libqt5widgets5, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, 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.0.6-1noble.20250331.194155_amd64.deb Size: 1812640 SHA256: 7f064ba5b19da78967dc02a42045bd487ce896b60eedbfba628f5893007d9231 SHA1: e21351f60021d02c05cc979c8c81d3a5be0d688e MD5sum: 5b58b008b393809d60d7d749c3f33976 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.0.6-1noble.20250331.194155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6107 Depends: ros-rolling-swri-console (= 2.0.6-1noble.20250331.194155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console-dbgsym_2.0.6-1noble.20250331.194155_amd64.deb Size: 5776464 SHA256: 45ed6c82a6e7581eb579b260dbb377b708f28efa150cff0cb693223eae0d728c SHA1: 5d11ec553b039bd4767a344a81bf61130cfb4ff2 MD5sum: 3aeecbe29cd10200c7dd07c030cad79f Description: debug symbols for ros-rolling-swri-console Build-Ids: 9b8b59863bba5624eeacecd0ad0b4e0133342b41 Package: ros-rolling-swri-console-util Version: 3.7.3-1noble.20250331.183659 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 87 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.7.3-1noble.20250331.183659_amd64.deb Size: 16826 SHA256: 467fa82a3ff48bd0174b94f8ed1178364c4b387359226de160542dc599e7cd5d SHA1: dc38d0ae86456250a4ddca4b251c57f1fb914c58 MD5sum: 4ccbdf1515683a546bb2a6e68e6771da 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.7.3-1noble.20250331.183659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 218 Depends: ros-rolling-swri-console-util (= 3.7.3-1noble.20250331.183659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util-dbgsym_3.7.3-1noble.20250331.183659_amd64.deb Size: 204552 SHA256: 331b9b3d596f2954a847002ba2a95213b4f5b226bc60a9baa25d83972005f6f7 SHA1: b45056540ca97c1c4b41e96e95e83a4dd4ec7eed MD5sum: bf6df3649309dea2cce9ff07e7cb8108 Description: debug symbols for ros-rolling-swri-console-util Build-Ids: 748b39dbb94500e1a423c6557737fc12024f92f7 Package: ros-rolling-swri-dbw-interface Version: 3.7.3-1noble.20250318.171655 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 51 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.7.3-1noble.20250318.171655_amd64.deb Size: 8068 SHA256: fa2a7443b3990eaf34abc742bbcbff190eebd9f988781c025e4843afa811d1fa SHA1: 1b454c3ce74b5efccfcb0a7d2910888d1b615cf7 MD5sum: ae65bcc798c35f244bd6ef078dfc1eef Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-rolling-swri-geometry-util Version: 3.7.3-1noble.20250331.183009 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 157 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, ros-rolling-cv-bridge, ros-rolling-rclcpp, 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.7.3-1noble.20250331.183009_amd64.deb Size: 45206 SHA256: c22d27b1690759074178d7e6c8372472d017190b0423105094c606b9a6684a15 SHA1: 5f4a2cfced12b1232a48f44158a078ef3b262538 MD5sum: 8fa4e62197e4d10a3be3d3034ffd05c9 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.7.3-1noble.20250331.183009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1778 Depends: ros-rolling-swri-geometry-util (= 3.7.3-1noble.20250331.183009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util-dbgsym_3.7.3-1noble.20250331.183009_amd64.deb Size: 1782166 SHA256: 70ceeef122242a7d0d7b7f4795da11663ec84309703061bd8bf52cecea020bac SHA1: ef93256b363827d575684e10254465f119be52ae MD5sum: 64b6c37c6a8b2ecd3ab5340015b87679 Description: debug symbols for ros-rolling-swri-geometry-util Build-Ids: e7ef3569a715a43be3ab90dee56c68e39508cc4e Package: ros-rolling-swri-math-util Version: 3.7.3-1noble.20250331.183701 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 163 Depends: libboost-random1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, 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.7.3-1noble.20250331.183701_amd64.deb Size: 36214 SHA256: 8c03951c8431868f5ed7c56b8b9f7a7c55fc356addb4ec9eb846210a0f4a7a0e SHA1: 7e9ff00d6df70396de53b3062f572a6d95f02f8d MD5sum: 68e1c9d6c3750fdf3c96e597a35a30a1 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.7.3-1noble.20250331.183701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 396 Depends: ros-rolling-swri-math-util (= 3.7.3-1noble.20250331.183701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util-dbgsym_3.7.3-1noble.20250331.183701_amd64.deb Size: 371082 SHA256: 581a7d460064044e0691d9735863a1e5ba697b8b5aa7b67840f31cc95ab2bcb5 SHA1: 59dc138d4b6dd6991981a73b6d28a449b6a7d58b MD5sum: d7ca4ca3aea1900cc882e7ffeeea5258 Description: debug symbols for ros-rolling-swri-math-util Build-Ids: caf0797bb3b8ba06de3471cd74bd8552d1dbd23b Package: ros-rolling-swri-opencv-util Version: 3.7.3-1noble.20250331.191858 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 211 Depends: libc6 (>= 2.29), 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), libboost-all-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.7.3-1noble.20250331.191858_amd64.deb Size: 51792 SHA256: 2536ba2c3f68d01f3ec623346183cdb45ebc3ae3fc6824e90200250350bcadc0 SHA1: ea1d5a2598f38772be76b4344d1f08b99be22144 MD5sum: c9a91375491978f910bf9070397da755 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.7.3-1noble.20250331.191858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 578 Depends: ros-rolling-swri-opencv-util (= 3.7.3-1noble.20250331.191858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util-dbgsym_3.7.3-1noble.20250331.191858_amd64.deb Size: 544932 SHA256: b58ebcd96c30b912e072abc22bdc5521c568317d152dcee32a6168617c302ce7 SHA1: fa57891834bc25858f62d63f6cb607654725b56e MD5sum: 5b8190df1940ea129972749be05f0159 Description: debug symbols for ros-rolling-swri-opencv-util Build-Ids: f23186fc128a85106f1fee068b01c351fb97124a Package: ros-rolling-swri-serial-util Version: 3.7.3-1noble.20250318.171707 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 100 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), libboost-all-dev, 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.7.3-1noble.20250318.171707_amd64.deb Size: 21922 SHA256: 118bc338ec1e7a2b3b2544497692eb646d5348061860ae4e974b9efaab20bb58 SHA1: d697805b0826f2215cd65c917b46d39a294c4178 MD5sum: 8350938af75209062d527887872ed7b3 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.7.3-1noble.20250318.171707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 127 Depends: ros-rolling-swri-serial-util (= 3.7.3-1noble.20250318.171707) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util-dbgsym_3.7.3-1noble.20250318.171707_amd64.deb Size: 109498 SHA256: c09fad6703f1294301506491815393b5b09fb86a1790646c687be6159b9243ee SHA1: 0639eecad9c95516a9e73e2b8a12cf8619c39b7e MD5sum: efd1389025f0e1de95577a3bfd168035 Description: debug symbols for ros-rolling-swri-serial-util Build-Ids: 9424b77a6ac8f50477ff517d97235de652200800 Package: ros-rolling-swri-system-util Version: 3.7.3-1noble.20250331.183701 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 281 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libboost-all-dev, 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-system-util/ros-rolling-swri-system-util_3.7.3-1noble.20250331.183701_amd64.deb Size: 90618 SHA256: 743340dd98f16239be9eae90f7f53a80c22b3cda563d06a0523182464cc99871 SHA1: bc73b61f524d43b60562efe9a967b9c9a137bbd1 MD5sum: 364b2ca3f6f2d62db6de7ad1cc688b8d Description: A package with commonly used system utilities. Package: ros-rolling-swri-system-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-system-util Version: 3.7.3-1noble.20250331.183701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 811 Depends: ros-rolling-swri-system-util (= 3.7.3-1noble.20250331.183701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-system-util/ros-rolling-swri-system-util-dbgsym_3.7.3-1noble.20250331.183701_amd64.deb Size: 750648 SHA256: d12c80445f0d4a24cf4a5aa6243074d0cd85500ffad042130b01d73853fb8561 SHA1: 720190909f1389f44d5d0fa37777b8089eb63d16 MD5sum: e84aeb801166f1e64e73f0d573f84980 Description: debug symbols for ros-rolling-swri-system-util Build-Ids: dae80b25054f5cb03864b898ce5d5a3e1ecea07e Package: ros-rolling-system-fingerprint Version: 0.7.0-3noble.20250331.180213 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.20250331.180213_amd64.deb Size: 10748 SHA256: 8b81afef5ee738fa231afc957a5f7a96e80a5f71040b11ca78001c51fe6ecd00 SHA1: ad9fd9eec51d8f1250f618fee997f903fef83f56 MD5sum: 3ca2523ceb583d3d18ac89c89e2982d2 Description: The system_fingerprint package Package: ros-rolling-system-modes Version: 0.9.0-5noble.20250331.180953 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 3008 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-builtin-interfaces, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-system-modes-msgs, 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/ros-rolling-system-modes_0.9.0-5noble.20250331.180953_amd64.deb Size: 469430 SHA256: 2567e696de6672013da185153b948e34aff460f3da1b6112640d8174099d9006 SHA1: 5cf7470914a81ca90fc65229784d031274fdd60d MD5sum: 86e662a9829d8009a9e3750202746336 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-rolling-system-modes-dbgsym Package-Type: ddeb Source: ros-rolling-system-modes Version: 0.9.0-5noble.20250331.180953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14469 Depends: ros-rolling-system-modes (= 0.9.0-5noble.20250331.180953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes/ros-rolling-system-modes-dbgsym_0.9.0-5noble.20250331.180953_amd64.deb Size: 12122918 SHA256: 45f0f63c560ef450b0b6bbd918513ebeb476772d1f3d54ead5a3b8f42f859165 SHA1: b243e46f01c34506b5331e10458f2ecfc51e1afa MD5sum: 0917e16430790750bbbc8688124c49ad Description: debug symbols for ros-rolling-system-modes Build-Ids: 1b5c5e9d9fb19f285df215983424237747631d7d 58255e5a63866ab8ab20be4235d2fac8a9f87df6 8b1816384ce593996b485c9d0caf0d7faaebfaa9 Package: ros-rolling-system-modes-examples Version: 0.9.0-5noble.20250331.183058 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-launch, ros-rolling-launch-system-modes, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros2launch, ros-rolling-system-modes, ros-rolling-system-modes-msgs, 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-examples/ros-rolling-system-modes-examples_0.9.0-5noble.20250331.183058_amd64.deb Size: 33174 SHA256: 993da4de3b06860ee4d62a9f0e794dbcaa4640a986112cfb3ceb8b587511e0b4 SHA1: 7d1b3e8defc45c008e2067265504592a07e9632c MD5sum: 2bb9dbede42ae0b7822d095ac3b0b4a9 Description: Example systems and according launch files for the system_modes package. Package: ros-rolling-system-modes-examples-dbgsym Package-Type: ddeb Source: ros-rolling-system-modes-examples Version: 0.9.0-5noble.20250331.183058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 771 Depends: ros-rolling-system-modes-examples (= 0.9.0-5noble.20250331.183058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-examples/ros-rolling-system-modes-examples-dbgsym_0.9.0-5noble.20250331.183058_amd64.deb Size: 732032 SHA256: ee914a0baaf82613225faa2ba300bc945ba54f47c9bb15725a38af7880eef412 SHA1: cd90517953c5a38c66b1028162127f978d2917ed MD5sum: 520e6b753ed86deab230c21b7bfb63de Description: debug symbols for ros-rolling-system-modes-examples Build-Ids: 1d02c9caf16c91d1a2f67120b87c659ee3c8121c d1fd452ae9eb6a57abf8bc0921d2b3f3d3528a67 Package: ros-rolling-system-modes-msgs Version: 0.9.0-5noble.20250331.172455 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1708 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.20250331.172455_amd64.deb Size: 132058 SHA256: e87471f5a4fd4f8a33d9a80c0e152daa14cfc986d2f8b3b86783f531eb6b29a1 SHA1: fe9d13fbe3ef6b87e683eff261a54a6f4ca433f4 MD5sum: 760f84d4f92f0d950486abf3e35e261f 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.20250331.172455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1313 Depends: ros-rolling-system-modes-msgs (= 0.9.0-5noble.20250331.172455) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs-dbgsym_0.9.0-5noble.20250331.172455_amd64.deb Size: 1031044 SHA256: 40fe195dc6366171b7849646167ac9b219495b3dc189eb70ec17a10bbd3e26c7 SHA1: 34c47ac18ba860a054d5cd04241cfa2304ec8f21 MD5sum: cffed1b77ce2bc9a1745495c97f691e7 Description: debug symbols for ros-rolling-system-modes-msgs Build-Ids: 33cba9227947d7e79875162887ca982b4d23a9f8 38eeeee4397a40a24a6e541bdea1e67d33dbdc2b 4ab62ff9958494c3a75a694282cff24a41283674 59e969117be24c50b0328baa22bccacfefec8358 65a9b9cdf610b10e4347343af6b76ba1e0e7f5e1 a3b9fceb95c9e41de6e221cc8a5ea1b5865ea6b3 ba9b9acd4ca0c39369204e10e1c36de6d0691469 c54fa7a3d15367370cd618c6be6583f6c68bcae9 d1293806d4a6a961249e03851d6a2e39fa5ee84d da4105c3bd3363507708debebe1169f041721591 ef653ddbe453f535a5efcc6351977e5bcc6fc987 Package: ros-rolling-tango-icons-vendor Version: 0.4.0-1noble.20250318.171720 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 42 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.4.0-1noble.20250318.171720_amd64.deb Size: 6022 SHA256: a321179d93eac63a6dd697082522c7203f175aaffaa375d795e5b95d19f51f7b SHA1: b66ec62fe834a14dff48232ab2351a468c0cb8d1 MD5sum: 265a9862c78bd6483c849b007cc190fd 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: 1.0.2-4noble.20250318.171713 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 69 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_1.0.2-4noble.20250318.171713_amd64.deb Size: 10536 SHA256: 26f2043d899251732f9c57262632bdddda4a3cd8a7660aa90ad93ff9b4ba8439 SHA1: 3bc75cc0f393efe774cd5a785350e3fb6d1145d8 MD5sum: 1a32cd7c580246a0bbbf0062456f4c7e Description: Implementation of C++20's std::span Package: ros-rolling-teleop-tools Version: 1.7.0-1noble.20250331.175531 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 41 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_1.7.0-1noble.20250331.175531_amd64.deb Size: 5782 SHA256: fce114e9a136f0e205cb6dfa04b070aa700a2cfbab51ef881bce72641905e3b8 SHA1: 2d4304a1985f2c59e6c1318f143463a4d5b076dd MD5sum: e6110b3baa060d955c5dfd9e3a9ba60e Description: A set of generic teleoperation tools for any robot. Package: ros-rolling-teleop-tools-msgs Version: 1.7.0-1noble.20250331.165234 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1541 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_1.7.0-1noble.20250331.165234_amd64.deb Size: 116564 SHA256: f7aec8736497d8fc49f5e7871438747466d464252b64b73a56c6c91ed16d649c SHA1: 0b3edbd6a030a194ca07b839af75e088c99759a2 MD5sum: a3fb501e08044ef7932138d0d2882114 Description: The teleop_tools_msgs package Package: ros-rolling-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-teleop-tools-msgs Version: 1.7.0-1noble.20250331.165234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 816 Depends: ros-rolling-teleop-tools-msgs (= 1.7.0-1noble.20250331.165234) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs-dbgsym_1.7.0-1noble.20250331.165234_amd64.deb Size: 556144 SHA256: 369ebb0931113fc7eb2ac41955caef0329a16ed4776ff173370c48dd692bffd9 SHA1: 3f2e1d8b5de0c15c0f8788874a3462aafa3bf627 MD5sum: ce27d370ccf2380e1113fe34cd1bb307 Description: debug symbols for ros-rolling-teleop-tools-msgs Build-Ids: 09824abd0d1a940a90aaa329f3f65b4fe259cc0e 1aa47799211eb0b7f7c601360436f14e5086c7c0 3eb8b9188465a181009d6ac073c8fa7b5acecf54 6056e5e0e8600eff77427a4cb8ed7dcb558db0dc 61051c739ab2b256a9031d754a9e9adf5c825d78 6ee170a1c922b56f698f9648d2b04147fefc7c2b 918514f5b1252362e846b59434bb16d7f67e4cbd a68bf702782e983ea7fca9c5585d0490459becd0 d17e050bb5da24898cb69bc8ba8cd34321d0a3e9 dbe84b75a2f80ecf4f6ddb3259501b9b03af9845 e769c1d07ffd3f7ffc5fd8903d3454653ce245a1 Package: ros-rolling-teleop-twist-joy Version: 2.6.2-1noble.20250331.194602 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 649 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.2-1noble.20250331.194602_amd64.deb Size: 142496 SHA256: bed70bb3f06c66f628ae20ca8fa794e90e97fe5ad734051ee5dbfe71a16560b7 SHA1: 8b16d74c90fe709fe98c9a783d1f63dd974cdf89 MD5sum: c522685b562e6c5c81652648d7034e39 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.2-1noble.20250331.194602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3002 Depends: ros-rolling-teleop-twist-joy (= 2.6.2-1noble.20250331.194602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy-dbgsym_2.6.2-1noble.20250331.194602_amd64.deb Size: 2626824 SHA256: 83fdb0a6b8ed68f35e60cf9025912bc3158b711112815268b8755522d9585ba7 SHA1: a3e6c6ed83b3145581201a34ebc83ec002433765 MD5sum: d747618ec6827d6b73616db1cc7ce12a Description: debug symbols for ros-rolling-teleop-twist-joy Build-Ids: 2469f25d8536830d2b57bd54d8c2e5b49277e942 8f242c17d08364bd4cec4cb7e3556106e7b1fc24 Package: ros-rolling-teleop-twist-keyboard Version: 2.4.0-1noble.20250331.175418 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-rolling-geometry-msgs, 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.0-1noble.20250331.175418_amd64.deb Size: 8858 SHA256: f01cec4e135c92d5c1c6afecb266866c3a301fb4a33b77429bfb430b17d7f433 SHA1: 367c5b5469f2426e66b7b1cf511de809818b1971 MD5sum: 43cd4c658307c2428237d22874a44e74 Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-rolling-tensorrt-cmake-module Version: 0.0.4-2noble.20250318.171723 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 47 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.4-2noble.20250318.171723_amd64.deb Size: 6340 SHA256: 13fbd0b35ad59e9b9044378991dbdaa3f04d418935356b70d9958dac9908f6b4 SHA1: 1efd9e99c568205f78e22f4ff52c63a413a98f03 MD5sum: 0550197cdb8842ed1e30716e63e365e9 Description: Exports a CMake module to find TensorRT. Package: ros-rolling-test-apex-test-tools Version: 0.0.2-8noble.20250318.173017 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 41 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.20250318.173017_amd64.deb Size: 5008 SHA256: 1d3890fe7cbbd0c5fdbcc91a21b7a97377266cc0cc13395a2a8b2f8ae8d39aed SHA1: 5c43a8574b8f04a8b2214532ff739a3e93ff2bf9 MD5sum: 95c501e5b2cf7d252197dce010a257c6 Description: Test package, which uses things exported by apex_test_tools Package: ros-rolling-test-interface-files Version: 0.13.0-1noble.20250318.170044 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 66 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-interface-files/ros-rolling-test-interface-files_0.13.0-1noble.20250318.170044_amd64.deb Size: 8484 SHA256: 471e484d8854225f689d7bc136f170f60cb4130ca8e83a734fd1c5b8517d2dbc SHA1: 1807653a9d96f3c95f04b8540a5b968ff192bdd7 MD5sum: 6f5aaf160c353dc846d20ab8980c4ca3 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs Version: 2.2.0-1noble.20250331.163718 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 9695 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-test-msgs/ros-rolling-test-msgs_2.2.0-1noble.20250331.163718_amd64.deb Size: 620118 SHA256: 6b9eefae4872435c88dfb4fe791fa55f5eced9d1c60b75b8cfe9759ecbd68226 SHA1: 7b2dd808a3c63767479ff88dc440b8b3d45a00c7 MD5sum: 1b48119f68a408e1fa2c3f3d540c4f80 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.2.0-1noble.20250331.163718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6341 Depends: ros-rolling-test-msgs (= 2.2.0-1noble.20250331.163718) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs-dbgsym_2.2.0-1noble.20250331.163718_amd64.deb Size: 5185044 SHA256: 8434a973a848e317d3b88563176d1be72c359996981ebf53171bfbdd16ed2f1b SHA1: 2a025a295d122442a82a49d65704ad64f06a7c6e MD5sum: 71fc9dc5ecbd55277b5c4c5dabb1bc55 Description: debug symbols for ros-rolling-test-msgs Build-Ids: 12188fb583d2bc3e0afc1e6b577f1262df94b46a 1391516c5f95c2ca21436d7ac7a7f75117de24ff 1ff1028be10496bd4e52c7a58f5cfb8438147400 38284937b4f09b10711bd3188c5ef2ee86aae5f7 4aeeb42da5471a7f7af042c6b971247b29ff2825 5ce94c0cddfa1b6607425622df5d641001493f62 6f349bff116435c056b224f5b3234f140deb2df8 89888c1e26087d3c87f478739195daaf81b764d9 8a9943eec9e3a3ba136dcbb307f639d3db80bfcb d8ba1304bf948dec51c541325aa30951b5a9f19d f2aefe1ced63ee31f08f7f24087d745acb026df2 Package: ros-rolling-test-ros-gz-bridge Version: 2.1.6-1noble.20250331.202018 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 41 Depends: ros-rolling-ros-gz-bridge, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-ros-gz-bridge/ros-rolling-test-ros-gz-bridge_2.1.6-1noble.20250331.202018_amd64.deb Size: 5482 SHA256: 7d3683085eb0f8854f9b3a50325931e3f861fdc8ec970ead3c7618dc026cc1d0 SHA1: 03479d067c875a7df68a66242cf760a4a56ad3c3 MD5sum: 1349baf62eb77dfd1e6abeee3aca12cf Description: Bridge communication between ROS and Gazebo Transport Package: ros-rolling-tf-transformations Version: 1.0.1-4noble.20250318.170217 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 121 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf-transformations/ros-rolling-tf-transformations_1.0.1-4noble.20250318.170217_amd64.deb Size: 24186 SHA256: c25eb9af01ffa46438333564813defe0fed6128a1e917329d990ecf589dbc004 SHA1: e1418c3956faa6c61fed19399cdba1eb46a6e3ba MD5sum: a1e62639a771fc78da3a95158819c7b5 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-rolling-tf2 Version: 0.40.1-1noble.20250331.171150 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 409 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.40.1-1noble.20250331.171150_amd64.deb Size: 90008 SHA256: 4db8ee9d8a124a033de2ed4a13a8d4ab23c6e0b9e96711273269471f5178db34 SHA1: 936db9209a8bdf3523944eee949322ecb1fb1d8c MD5sum: 85e3321c1a193a44f2e0721e76eede69 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.0.1-3noble.20250331.195931 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 113 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.0.1-3noble.20250331.195931_amd64.deb Size: 14980 SHA256: 7c84dc8e3ea4becfbb8614fb6f3ff22d8b51b49379355f406b68a3a23476bf54 SHA1: e3c4bd0fdebe94b648d36b621a663df53b73f4a4 MD5sum: 39bd1a7793530ea9fbf246173c01febc Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-rolling-tf2-bullet Version: 0.40.1-1noble.20250331.194656 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 61 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.40.1-1noble.20250331.194656_amd64.deb Size: 10216 SHA256: 4e4b6c09131dc7a4832eaaea85ae372e8bd568176ad9d0b9f79fcd5e486a8361 SHA1: d587233b35805f40b54401d6bbebf83066b56969 MD5sum: 5f51203f75471a673d9345b9dab2def3 Description: tf2_bullet Package: ros-rolling-tf2-dbgsym Package-Type: ddeb Source: ros-rolling-tf2 Version: 0.40.1-1noble.20250331.171150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 563 Depends: ros-rolling-tf2 (= 0.40.1-1noble.20250331.171150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2-dbgsym_0.40.1-1noble.20250331.171150_amd64.deb Size: 520594 SHA256: 15e70df290c898f7f667970dfe6a6ccd86816418255a4d76fcc5137f608f2fe4 SHA1: 129d70272d89fb6bf634dde9fdad53044c4bb305 MD5sum: 1c9881134e1388b309302b23410f9365 Description: debug symbols for ros-rolling-tf2 Build-Ids: 2f74f6d32869569e8c5a438e9c42bdecf59cc296 Package: ros-rolling-tf2-eigen Version: 0.40.1-1noble.20250331.194732 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 81 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.40.1-1noble.20250331.194732_amd64.deb Size: 13114 SHA256: f2a70bb34c513962b54d51863ec18948087feac66416860a53fec1fb15be6fb6 SHA1: 5ce1dc41eb86c0e3e600ddc5a56c56450abf066c MD5sum: ebbcbf0ab29841fb8f5290c4e4e90017 Description: tf2_eigen Package: ros-rolling-tf2-eigen-kdl Version: 0.40.1-1noble.20250331.173034 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 90 Depends: libc6 (>= 2.4), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, ros-rolling-orocos-kdl-vendor, 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.40.1-1noble.20250331.173034_amd64.deb Size: 15006 SHA256: cdf7f307d0edc373ab50d8de359daf0c0e76367ee06ac6bad80b3005315907fc SHA1: 890f6986d2e380346b1c8092fe8cc9657ffd94d8 MD5sum: c460bbfdeadda7933b60b3f63e5a6341 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.40.1-1noble.20250331.173034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 102 Depends: ros-rolling-tf2-eigen-kdl (= 0.40.1-1noble.20250331.173034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl-dbgsym_0.40.1-1noble.20250331.173034_amd64.deb Size: 88728 SHA256: 96b5bb0653f6eb15e919d45ee8c0ddb16a14b45d8d362f4dd2c56e810a437a67 SHA1: ae3925a7262fcb3e9a391a8116837b77ce5ea61f MD5sum: 441d2e3a500cf3d7862036044b17c2d2 Description: debug symbols for ros-rolling-tf2-eigen-kdl Build-Ids: ae5024fb1f242a292e64a6d8a9cbf5522ba19bcc Package: ros-rolling-tf2-geometry-msgs Version: 0.40.1-1noble.20250331.194737 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 139 Depends: python3-numpy, ros-rolling-geometry-msgs, ros-rolling-orocos-kdl-vendor, 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.40.1-1noble.20250331.194737_amd64.deb Size: 19642 SHA256: d45cf279b92c433984f795554d788cbeb6df6b487705d5a0d7e00c2e84c2d034 SHA1: 088bd83e31eaaac15e912f317fc001d87451be79 MD5sum: a31e03647c0f2ff6c1ff6cecd2950e6e Description: tf2_geometry_msgs Package: ros-rolling-tf2-kdl Version: 0.40.1-1noble.20250331.193929 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 89 Depends: ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-orocos-kdl-vendor, ros-rolling-python-orocos-kdl-vendor, 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.40.1-1noble.20250331.193929_amd64.deb Size: 13400 SHA256: 9d0518d92c99ba81aef62d9a837fe95c1bc98202ee7497fe1f12545a88dd3b71 SHA1: 6e242ce17e87314987390af0242e53e980e5e92a MD5sum: f9bc99efec48e8c01632a79f120d89a4 Description: KDL binding for tf2 Package: ros-rolling-tf2-msgs Version: 0.40.1-1noble.20250331.171151 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2254 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.40.1-1noble.20250331.171151_amd64.deb Size: 171004 SHA256: ac1ffed29190e1f690c0fbc4a035106abdb00e3778090ded810e43a6f8fac229 SHA1: ae22fb5599bd176126ed3217cdd248679dfb8ea6 MD5sum: 49fda7124337e55f3430f06787105692 Description: tf2_msgs Package: ros-rolling-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-msgs Version: 0.40.1-1noble.20250331.171151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1446 Depends: ros-rolling-tf2-msgs (= 0.40.1-1noble.20250331.171151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs-dbgsym_0.40.1-1noble.20250331.171151_amd64.deb Size: 1095866 SHA256: 849165c157f3162c11e1e431fe940d6b2712447366182b0b4bf055f5fc90ae18 SHA1: 8893d684519522997d92ae4a0c355e899743d943 MD5sum: 30839be1ce6dce6ff120b4bdd30aaf28 Description: debug symbols for ros-rolling-tf2-msgs Build-Ids: 24a8a5472294c88d67740a86d5fdce6061ebfa07 26c504dff5615cd9cacf1355eb19f9f0366eb723 4f44ac8d48d5bf8ac1e46a2f8aa4439232288471 64d421cdcf41c151e59001b744d311a4ff7f939b 6aea08cecba2c2ad947ca1b68d6d0130dcb02617 6c505c750b6c2f9a94142f4237dad66e53927522 8146ed983764d6ab1216c2cd3fc13e1e634ae9bf 8517f11812097ed08a39cb736429a11a98159ed6 981ec024ce8e429b9577d8092433a949221dcef6 bafbe3393f48e352cb03ec8f712756d86c5e8f17 bb6341c9e61b2560e635c3e544b319c433ea3f52 Package: ros-rolling-tf2-py Version: 0.40.1-1noble.20250331.175216 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 122 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-rpyutils, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py_0.40.1-1noble.20250331.175216_amd64.deb Size: 28132 SHA256: 18de10b8c16f605f7f7c1a1853392ed6513a2d1b93f0995869c185a30dd9c34a SHA1: 55ebc7681a21f51f4470176046d5059aac60687c MD5sum: d29ada1c938626a1f951cb783a5cb16b Description: The tf2_py package Package: ros-rolling-tf2-py-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-py Version: 0.40.1-1noble.20250331.175216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 184 Depends: ros-rolling-tf2-py (= 0.40.1-1noble.20250331.175216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py-dbgsym_0.40.1-1noble.20250331.175216_amd64.deb Size: 162454 SHA256: 4ce3eda0a2b9539b3087caff192b6b63f5c4534acd324566e6b76e7ac5cbc4eb SHA1: fef8d74a12bd81d91269f525328cb342d0351773 MD5sum: e42b39279694dc08b83a192856a17510 Description: debug symbols for ros-rolling-tf2-py Build-Ids: e42c6a1b3887a93d08e6d144bd8649bb863c0071 Package: ros-rolling-tf2-ros Version: 0.40.1-1noble.20250331.193250 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1610 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-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, 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.40.1-1noble.20250331.193250_amd64.deb Size: 323856 SHA256: 7841014bfd7d26fedf2a31e80734158f3f5392fc5991ef53658b800e4a04908f SHA1: 623d17fe86c46e79634e101e652292384e945dd7 MD5sum: efd473cf65a26bea3cc6781de8cd25b0 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.40.1-1noble.20250331.193250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8184 Depends: ros-rolling-tf2-ros (= 0.40.1-1noble.20250331.193250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros-dbgsym_0.40.1-1noble.20250331.193250_amd64.deb Size: 7316212 SHA256: c0f39632c557b11493ec86218f8cdba3b8926b65c3cbfaff2046502e97fda3f3 SHA1: 8b6b0c1cfeaf2a298820e50247118274297281f2 MD5sum: e40a8409bf91e46524f83d84245ae084 Description: debug symbols for ros-rolling-tf2-ros Build-Ids: 0d46c1495601a48b675e014c9e0f6aa697f48206 273f537614d5ea01ea04603492e1222146026387 60e7ab7264eb86a4f2a2a553ead9e8346bf25a4f 6f5f85c87e5d90bdbaccc5c8f0d567b0df7a84d8 9276769c4bffdb22aebb4670ea58aa20b8e4121d a20f28964a8cf89309fe351f103ae84445845539 Package: ros-rolling-tf2-ros-py Version: 0.40.1-1noble.20250331.175410 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 153 Depends: ros-rolling-builtin-interfaces, 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.40.1-1noble.20250331.175410_amd64.deb Size: 27714 SHA256: 45859eb80631c22e71df17052c921e48dd7a0d00b1a38fa964766cfb2f77c28a SHA1: f1bddf4221f4a9655df74b852899efe73f08475d MD5sum: c93a816bd819ac1e9b91f838fb97fc95 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-rolling-tf2-sensor-msgs Version: 0.40.1-1noble.20250331.194028 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 83 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.40.1-1noble.20250331.194028_amd64.deb Size: 14062 SHA256: d823e90051e91b937da488f9a14e1e2257a9e337f671779d6790904c4a78d26d SHA1: d12ca672c8646ee02d7640afb37abc21904390a5 MD5sum: 40942d9d91faccca9394c42b3858934f Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-rolling-tf2-tools Version: 0.40.1-1noble.20250331.175441 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.40.1-1noble.20250331.175441_amd64.deb Size: 10570 SHA256: 6e71090b109a293daa86de95ffa36c66768cceb9cd6b2b34ce7e020bb84b1ca1 SHA1: d1af02c5a8692a213e60ed922520adbebd4928c0 MD5sum: 808137b46f11e374801c1328d8a34fc3 Description: tf2_tools Package: ros-rolling-theora-image-transport Version: 5.0.2-1noble.20250331.194106 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1778 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_5.0.2-1noble.20250331.194106_amd64.deb Size: 301588 SHA256: 22b5ada55a513c5dac0f532441ba4e8a375e3a17337db15f54ab2c99b015ba30 SHA1: 2016c036b6df19f825d457007cc49f3ce9a63f40 MD5sum: f3e87a1587d794c4b8620a6604098aa2 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: 5.0.2-1noble.20250331.194106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 7036 Depends: ros-rolling-theora-image-transport (= 5.0.2-1noble.20250331.194106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport-dbgsym_5.0.2-1noble.20250331.194106_amd64.deb Size: 6019474 SHA256: acf782c521123d1028a6f8b636c3f700c1cdfdaec76296eef331f31cf90ea590 SHA1: 5efa881d708046a9f50b202899ac267651bdd0b3 MD5sum: 8b841d4ba96c5fd905730d96855bb9d1 Description: debug symbols for ros-rolling-theora-image-transport Build-Ids: 081212f25127665056b5def4408d78e05284afde 0a2a5f4e5c2641cfe253759ab1db61e5f19b4360 1418b615d830037d2cda9f59babec22c19a835fc 1d380512d5ff0dbef8571416c26230b2d706cbd3 1da15399b6ff04896e845fee43d6d9258efd5315 36af3e67229e5d91e7644335a7e6e3b53d16b636 3930d2996cccb36bb5cb98e350c9100ba3b9bf02 3e37e1c0656caa8f6515f0eb715f1d918fbc27df 89017f94b77e1ff2815afd0206a5f9348f51adad 8e8b8e295809c2ebbf7b450e4485678fc47d6351 b81666002fe16657a2e3d6112267664cb0e0b131 c21038e39add9bb24aa10ae9182371f6637ba057 dd6e0c94b59bbc5d2af1ae2f68e4d058b77fc325 Package: ros-rolling-tinyspline-vendor Version: 0.6.1-1noble.20250326.141355 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 441 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.20250326.141355_amd64.deb Size: 108360 SHA256: 4c75e2e899ccc584916ee75402b0652ab195634d9de794edbbb204eb4b3a68e1 SHA1: e45bf6eac285e5e3ea37cf9020741cd8b993c9a2 MD5sum: c0a974852c7994a32bb913d06982e650 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.20250326.141355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 371 Depends: ros-rolling-tinyspline-vendor (= 0.6.1-1noble.20250326.141355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor-dbgsym_0.6.1-1noble.20250326.141355_amd64.deb Size: 320198 SHA256: e0a14eaec4b6541c941fe47ebeb42a315bb0e25e3925e4a316292d4faf8e4e86 SHA1: f4b12210fc65e24333aa8dcd3339b0f3a5939a69 MD5sum: e775394bba34756d0ff7478b7da2e3aa Description: debug symbols for ros-rolling-tinyspline-vendor Build-Ids: 577162d28a9658e961c8665f4cadd4276ff974c0 760d731facd5222f69030183abea67bc852b25dc Package: ros-rolling-tinyxml-vendor Version: 0.10.0-2noble.20250326.141304 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 46 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.20250326.141304_amd64.deb Size: 6478 SHA256: a43c92d26ca287ce15a46822c1818d2922fd1b186aef49a7f97f7ab70461bf6b SHA1: 061dff7fc94134558ac7d50cf2f0651fee9d6fbf MD5sum: 8e20c03aadb944d4e2157d4477d03d6c Description: CMake shim over the tinxml library. Package: ros-rolling-tinyxml2-vendor Version: 0.10.0-1noble.20250318.171731 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml2-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyxml2-vendor/ros-rolling-tinyxml2-vendor_0.10.0-1noble.20250318.171731_amd64.deb Size: 6680 SHA256: 8d4b5122997cb2e0556617ad315cbe2e2501d7cf0a65c205276f2691253fbbb9 SHA1: 1b0bae3e1f35cf4aeee4a1fa9ab1f275dd6495fa MD5sum: 4d51dd1a01e4807274de615e96bb03b2 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: 1.0.2-4noble.20250318.171758 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 137 Depends: 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_1.0.2-4noble.20250318.171758_amd64.deb Size: 16342 SHA256: 0c3ac70f6e2768d2bb8f84eb2afc45de1858ac2932b1097ad0bbd51ac6edcde8 SHA1: 14ac03c6c61c547d5b1785d9c0299c4848a48741 MD5sum: f8ccc1e5bd7682ef016e6dc06bc7d062 Description: C++11/14/17 std::expected with functional-style extensions Package: ros-rolling-tlsf Version: 0.10.1-1noble.20250327.085224 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf/ros-rolling-tlsf_0.10.1-1noble.20250327.085224_amd64.deb Size: 12044 SHA256: 47de76d3474b876507b53d51d8af861e986f150133327c27676a85a2878e0ab5 SHA1: 8474b5442e12a8537ec2586426e22a972255d51c MD5sum: e92a0b3c4679aeed164ac798297fc5e2 Description: TLSF allocator version 2.4.6 Package: ros-rolling-tlsf-cpp Version: 0.18.2-1noble.20250331.183703 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 549 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ament-cmake, ros-rolling-rclcpp, ros-rolling-rmw, ros-rolling-std-msgs, ros-rolling-tlsf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp_0.18.2-1noble.20250331.183703_amd64.deb Size: 119748 SHA256: 172d729bc9caa18f1e6a78da61bd535d158e4551080f809a7bf127dcaaaf6713 SHA1: c25645b01ac40c400b011fe6abe19a61169a5015 MD5sum: 0bc000e8bb59f94aaf592b8e363a3fb4 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.18.2-1noble.20250331.183703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2372 Depends: ros-rolling-tlsf-cpp (= 0.18.2-1noble.20250331.183703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp-dbgsym_0.18.2-1noble.20250331.183703_amd64.deb Size: 2007132 SHA256: 58de3335eb06aec83826a8014fed450ed3b92376f5da97f717d60f94d92df909 SHA1: a1caee9d45d27e58cf1cbc8b0f98c7f7dd98138e MD5sum: 198e2df1deb392642b41349a4c379f81 Description: debug symbols for ros-rolling-tlsf-cpp Build-Ids: 45c1c6975634f6ee5fbed8f33dd9032dd6bebde8 Package: ros-rolling-topic-based-ros2-control Version: 0.2.0-2noble.20250331.200117 Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 559 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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/PickNikRobotics/topic_based_ros2_control Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-based-ros2-control/ros-rolling-topic-based-ros2-control_0.2.0-2noble.20250331.200117_amd64.deb Size: 130338 SHA256: 59de8d1d51689cb7f58d06d02251f53dfbf674426ac9c1f06d1cd176a96c7259 SHA1: a3f4f36831ea5957ed6178076985ebc0cf6f989a MD5sum: 8c5b158add765212d2e088436b82dfc7 Description: ros2 control hardware interface for topic_based sim Package: ros-rolling-topic-based-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-topic-based-ros2-control Version: 0.2.0-2noble.20250331.200117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 2756 Depends: ros-rolling-topic-based-ros2-control (= 0.2.0-2noble.20250331.200117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-based-ros2-control/ros-rolling-topic-based-ros2-control-dbgsym_0.2.0-2noble.20250331.200117_amd64.deb Size: 2419470 SHA256: 9ddd03849d4ea4daab96e4a0ac65086094691c696ca6b255981b4ea5243c324a SHA1: 012ec262b31a6638fc606a8629f8ee2d1624f8a5 MD5sum: c884ca09a0009138982bcc9123aff9a8 Description: debug symbols for ros-rolling-topic-based-ros2-control Build-Ids: 7f51079bd2e45f1f57f396f90ffe54f0a743d1a8 Package: ros-rolling-topic-monitor Version: 0.35.1-1noble.20250331.175444 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 96 Depends: ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-monitor/ros-rolling-topic-monitor_0.35.1-1noble.20250331.175444_amd64.deb Size: 21378 SHA256: d708357d5bcd3fee9ab92cdd2abcb1e555e781b5706f947de6cdb708e6c6b2ca SHA1: ac9f62621f7796fd5748b3e54de26b0a46c7215f MD5sum: d68036231a0e2e060cc24689176f2e5a Description: Package containing tools for monitoring ROS 2 topics. Package: ros-rolling-topic-statistics-demo Version: 0.35.1-1noble.20250331.183722 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 917 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-statistics-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo_0.35.1-1noble.20250331.183722_amd64.deb Size: 154018 SHA256: f5f9697e85be465fc3f59054da4f203a854522e9328f8af9056360029b8ffdcc SHA1: 204a471c8072d02913fe55f533c6131b2a0b3ebc MD5sum: ceba384f2e7593dfaff0e893c362a344 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.35.1-1noble.20250331.183722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4499 Depends: ros-rolling-topic-statistics-demo (= 0.35.1-1noble.20250331.183722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo-dbgsym_0.35.1-1noble.20250331.183722_amd64.deb Size: 3728346 SHA256: 4410df074c503ed3eea5a01c2870ddf7bbcef7f0975069dfe24da5feaa9b4960 SHA1: acb71dd11594f296c67c58d8addd456658265ce9 MD5sum: b071bcc6b0041830ce2ec270f7c16bed Description: debug symbols for ros-rolling-topic-statistics-demo Build-Ids: 41b617bcbba383b3cdb31e6c0eed2d781bc76a45 Package: ros-rolling-topic-tools Version: 1.4.2-1noble.20250331.183929 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1199 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-rosidl-runtime-py, ros-rolling-topic-tools-interfaces, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools_1.4.2-1noble.20250331.183929_amd64.deb Size: 185106 SHA256: e45ff39406b721e22976acb593b7c3463fed3ae8e8ea433994b066daca8cac71 SHA1: 9509459619c4b8105df5059f537fa4ff0c08401e MD5sum: 5279b85fe16a6b3a7b97cd19382fb43c 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.2-1noble.20250331.183929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 7775 Depends: ros-rolling-topic-tools (= 1.4.2-1noble.20250331.183929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools-dbgsym_1.4.2-1noble.20250331.183929_amd64.deb Size: 7268378 SHA256: b2a987fde5256a441415f6992fe5b7bb2dd1c089181019e375b7da93e49747cb SHA1: 9cff29ae0b2244e8600375db6cfe01d90e390d08 MD5sum: fdd7a7421296db97363bbc6456c4987f Description: debug symbols for ros-rolling-topic-tools Build-Ids: 2377e655fae58645f86ac3f10bc5d50e277348fb 316c5a17330b35be47cbb73be63ed48f0320aa59 69730b39f187c246a88bbb10dfbb6e1b450edeb1 733b3867189bd4d1582eaa1842b4a4cc0eaf180a 7995704131afe7989c97798e9f951f010fd23a7a 83f0786bddc39a32efe3360468051628be25bf68 9ac2cd5fb4488aca3a0ff81a6f4a695929f1442f c69bf1753e5b29a82419b19ea6c2f5d99892fbc8 d4e9ab268ff9643daa883b665065607e1538ddd0 e1b06bf2794b9eea44a07aafb42571326b47e4b6 ead71624f6123b111469ca5906966c557ef665aa faec3247c8268fe65ca56a2e453fa92dcfbe02c6 Package: ros-rolling-topic-tools-interfaces Version: 1.4.2-1noble.20250331.163719 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3424 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-topic-tools-interfaces/ros-rolling-topic-tools-interfaces_1.4.2-1noble.20250331.163719_amd64.deb Size: 213296 SHA256: ea90780dab0436a6a20ef7f83fc1d2f9a447563147569229bc63902bba7166d3 SHA1: 13c700e851f268da4de1bfe72e8044e70163586c MD5sum: 332da8f8fdf84f9dd7ae67bd5e8daffc 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.2-1noble.20250331.163719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 2544 Depends: ros-rolling-topic-tools-interfaces (= 1.4.2-1noble.20250331.163719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces-dbgsym_1.4.2-1noble.20250331.163719_amd64.deb Size: 1985684 SHA256: 3eb5566751a2b8a768f36a8da75b0e0312c9d38d8077a616331f6c97a28b0b1b SHA1: 3a3fbd563a93f5c25a1ec2cdfcc569e567155582 MD5sum: b19bc03f7f9271750e62d244087f1b4c Description: debug symbols for ros-rolling-topic-tools-interfaces Build-Ids: 08fc61988c8c134057f9bfe90f3bbc4542e0bf25 11d650ef9448cd673383e7646a612818e3e18fbf 29442d68e2b6438148ff44475225525116591846 3be58fb7baa92c3fcc31936a79dc959220e421d9 640b6eaeb76d4a43908bd7f295e6752c05b3cc3c 64afd0019fca4fe367b2ceb1457c970e4fe328f3 6e66c53d6a1ceab1543abb504589a5d8417e0eb2 733d2546e7afda83dfa6199eccd5dd93ebfe9e67 9e5ec75da35cc5fbd70d34db6f561c0c4dff4a8c b9e175e7a904d783912bb897722adac5457c9c27 dc15813952687a26b699a50189cb8d730c424d85 Package: ros-rolling-trac-ik Version: 2.0.1-1noble.20250331.202739 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 42 Depends: ros-rolling-trac-ik-kinematics-plugin, ros-rolling-trac-ik-lib, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/trac_ik Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik/ros-rolling-trac-ik_2.0.1-1noble.20250331.202739_amd64.deb Size: 5680 SHA256: e4f1bf5a416b8788b3c580e78131ad88610ed5895ba5d39eb072ebac5ac765ee SHA1: ea50fb524372750539d08089a33c208b8b9ca937 MD5sum: ec3da5d0a798ccb8758ae714f624acf8 Description: The ROS packages in this repository were created to provide an improved alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL. TRAC-IK handles joint-limited chains better than KDL without increasing solve time. Package: ros-rolling-trac-ik-kinematics-plugin Version: 2.0.1-1noble.20250331.202340 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 225 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-rolling-moveit-core, ros-rolling-class-loader, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2-kdl, ros-rolling-trac-ik-lib, ros-rolling-urdf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-kinematics-plugin/ros-rolling-trac-ik-kinematics-plugin_2.0.1-1noble.20250331.202340_amd64.deb Size: 57646 SHA256: 9b1d3a0e52332a26622f47794a4ff7fde474b6eb19bf463098092ec581d96899 SHA1: 72c4beb38b9d86c80f69f811a94c2e497376983d MD5sum: c2bf5c176ae13ef11cf05a0d221c0d0e Description: A MoveIt! Kinematics plugin using TRAC-IK Package: ros-rolling-trac-ik-kinematics-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-trac-ik-kinematics-plugin Version: 2.0.1-1noble.20250331.202340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1446 Depends: ros-rolling-trac-ik-kinematics-plugin (= 2.0.1-1noble.20250331.202340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-kinematics-plugin/ros-rolling-trac-ik-kinematics-plugin-dbgsym_2.0.1-1noble.20250331.202340_amd64.deb Size: 1419662 SHA256: 7ad68df3a771ca67c5971bf0d6f592b79bceae026f78ee46e59bf7750775adfd SHA1: 2f5bb76f40d58f33ef7382ae76b32dd31df983d1 MD5sum: ddcdec38c2017c0c5c18d68d2582d8fd Description: debug symbols for ros-rolling-trac-ik-kinematics-plugin Build-Ids: e478ac778c172d90a7ed0650e6668053c8cf3ea2 Package: ros-rolling-trac-ik-lib Version: 2.0.1-1noble.20250331.180722 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 309 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, libnlopt-dev, pkg-config, ros-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.0.1-1noble.20250331.180722_amd64.deb Size: 96956 SHA256: b8bbe01405a4dbf866f87149a77321d4573fb998a5ee69c132d5c1dea8d3133f SHA1: 8473e0ac9d2a87e251ece139423efc3c2015fd67 MD5sum: 947a2c5bf8ee4b16045c23544e684f85 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.0.1-1noble.20250331.180722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2680 Depends: ros-rolling-trac-ik-lib (= 2.0.1-1noble.20250331.180722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib-dbgsym_2.0.1-1noble.20250331.180722_amd64.deb Size: 2671706 SHA256: e41823e3d2c7085c4a45c4dc36bb9619249d9d990c5011d33818a90a036b3d40 SHA1: d4b501379b377fd7aa91f8e3502d6b21c9967a26 MD5sum: 9a841b5b9644eecbf372f01bb8949eeb Description: debug symbols for ros-rolling-trac-ik-lib Build-Ids: 4a3759f11da70713d291a13e143cee8cc55a5e64 Package: ros-rolling-tracetools Version: 8.5.0-1noble.20250326.210125 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-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.5.0-1noble.20250326.210125_amd64.deb Size: 39800 SHA256: e86dec9fd397387a06bdcdab2e937039c9829728eab4dcc1907c11984d90afaa SHA1: 12e4c7fab9d813ebda37439207c2904e251a81ee MD5sum: 0110943610e9be69a35ecba4a3a85d63 Description: Tracing wrapper for ROS 2. Package: ros-rolling-tracetools-acceleration Version: 0.4.1-3noble.20250326.210126 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 102 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.20250326.210126_amd64.deb Size: 13896 SHA256: d9a339b92b3f20c9138f3fa95ce0968a4d221639b334c8d2272a29b3c8cc5157 SHA1: 32ada373029fdd8207a4d363e5cb0383f2c6d03e MD5sum: 3ebdcdced6c6cdce1be1e47ef9e5676a 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.20250326.210126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-rolling-tracetools-acceleration (= 0.4.1-3noble.20250326.210126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration-dbgsym_0.4.1-3noble.20250326.210126_amd64.deb Size: 6462 SHA256: 733c0642ca7e3c8b7dda268ed32b7317118f4a488772c38cbf09f89d8f7dc007 SHA1: 61fd87a89542be4660334be83423c72da4e31c8b MD5sum: df5b3e51ac90d352e327485b5a5631c7 Description: debug symbols for ros-rolling-tracetools-acceleration Build-Ids: 00c4031c2df3d2cce569a2cd460f112b357a814e 9d77343a48ce0edbf854e8948e98e8e663b388af Package: ros-rolling-tracetools-analysis Version: 3.1.0-1noble.20250327.090327 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.20250327.090327_amd64.deb Size: 71598 SHA256: ad85a2791999ca44384b668ebb05e8f5b581c186483593efd7776a22f37b9b39 SHA1: 2235cc829800cbf7b00ee8bbfa061fdfdf85c1fa MD5sum: 00384ad92adce68cc05cf52f54cdd874 Description: Tools for analysing trace data. Package: ros-rolling-tracetools-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools Version: 8.5.0-1noble.20250326.210125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 183 Depends: ros-rolling-tracetools (= 8.5.0-1noble.20250326.210125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools-dbgsym_8.5.0-1noble.20250326.210125_amd64.deb Size: 95762 SHA256: 58cec7f9d3090d9121ee02d7902677f5d7cc026f4880ba0d90f397909f6c3827 SHA1: 7e7ac0e1ef53e83ba2abe529481a082d96c71e3d MD5sum: 35593d8873fa3a232c0ca1c37995a3c9 Description: debug symbols for ros-rolling-tracetools Build-Ids: 40b4564f4db47abfe484c0bcc84e3c390102dc05 b6ab0d8b9a03e6089167f3e4ee7b3e0a8ee4993a cab0c34b39ee80df5473e2ef678064eb4bad92e2 Package: ros-rolling-tracetools-image-pipeline Version: 6.0.10-1noble.20250326.210127 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 104 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_6.0.10-1noble.20250326.210127_amd64.deb Size: 13952 SHA256: d92566e1618ef088e9276d2c268abf5cc0905e5c3d1bfc4c241598425d9fd36c SHA1: 0262aa22a1982dcbf7bc223a4ea2a61f6fb00c5f MD5sum: 1be2961ba3692a6898a7ef02edbe594c 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: 6.0.10-1noble.20250326.210127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-rolling-tracetools-image-pipeline (= 6.0.10-1noble.20250326.210127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline-dbgsym_6.0.10-1noble.20250326.210127_amd64.deb Size: 6340 SHA256: 2f866b4568888edac1a83040f422701de6ce27fb9024435d7a320448aef07298 SHA1: 3395bf143ce12af5afd73a2cc68965fc71b22ec2 MD5sum: a82b699ab7962c03f734fc4a8faddfcd Description: debug symbols for ros-rolling-tracetools-image-pipeline Build-Ids: 1bb27d4ec98cdc80730c1ab5a8f6cfa238285204 a1d8604d26215b061b87dc6ea08b4bdbe1447b61 Package: ros-rolling-tracetools-launch Version: 8.5.0-1noble.20250331.180001 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 94 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.5.0-1noble.20250331.180001_amd64.deb Size: 20518 SHA256: 402c840417b06f0415716267f148d6b919c8a6f3e4a8ce737dd81cbed7fa2eee SHA1: 63988df3d04f248da6fc7f783bf5d385b426a13d MD5sum: afc9caca3092c502ada605c1962a84aa Description: Launch integration for tracing. Package: ros-rolling-tracetools-read Version: 8.5.0-1noble.20250318.170253 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 42 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.5.0-1noble.20250318.170253_amd64.deb Size: 7772 SHA256: 4d108896a459b06c6b9e9fce67ef74559ecbd453458ba1be5679a00dfccf39c5 SHA1: ab0d4805c3d3ecad42c3647c540664d29c0eac3d MD5sum: 27bb0b426287c57b062b089e7a2c04c4 Description: Tools for reading traces. Package: ros-rolling-tracetools-test Version: 8.5.0-1noble.20250331.180128 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 91 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.5.0-1noble.20250331.180128_amd64.deb Size: 19774 SHA256: 01bcf5fa51a9e79e70479bc337cc3cce51b14d06b600d3fd16ef2f5e17d7b57e SHA1: 2d00829f47166f32a122794aac56f7616659867a MD5sum: 972ee304d64e2fc19ca426843f0fac1d Description: Utilities for tracing-related tests. Package: ros-rolling-tracetools-trace Version: 8.5.0-1noble.20250327.085306 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 146 Depends: 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.5.0-1noble.20250327.085306_amd64.deb Size: 31140 SHA256: 7cf28330326c9a7f4338cb159e2692df342a16427a1d916ee01e35206ef82d76 SHA1: 916ba472d1a7c67f412395018803fe1467fda7e7 MD5sum: 4ec986dc0c344a2f32fcd4374f9d1c9a Description: Tools for setting up tracing sessions. Package: ros-rolling-trajectory-msgs Version: 5.5.0-1noble.20250331.171154 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1084 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-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-trajectory-msgs/ros-rolling-trajectory-msgs_5.5.0-1noble.20250331.171154_amd64.deb Size: 97722 SHA256: 93e4c36c59d4c79820eca5dd1f9e86c1fd68b22a7909a5f3b068461e7dcbf602 SHA1: bd0946c70adde67ef194e3343a1575ad1eaf420a MD5sum: fa5e9d06254956ca287df82c98993281 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.5.0-1noble.20250331.171154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 873 Depends: ros-rolling-trajectory-msgs (= 5.5.0-1noble.20250331.171154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs-dbgsym_5.5.0-1noble.20250331.171154_amd64.deb Size: 701614 SHA256: a78a238f1a5542d80e47a8dfb876673dfc9ce0d51dd3a8b8acc3760bae343c64 SHA1: 588739ba187dac597e755080a4eada36e938ee98 MD5sum: 3cc8b31c27878d2139be7a4a64b78d08 Description: debug symbols for ros-rolling-trajectory-msgs Build-Ids: 0eef008a4abce1762d03dee05b380be0dfd1383d 1ab44fa46805fdd01a951fc5133816210dc80701 25f0901c26094313a525e3ff5e9ffac572ea01e2 5b94891615e18fbbeab42f1072a528c5b3594e20 7671da5b8c00c955be47420d005cecfc8cfdeb83 90bba263e3a9b94ac6ad6e20320ee48166e024a2 9129deccb622cc802da68404102865f479b74d52 960c4912c7119fff9f36f9e556e2f6b8df4bd231 c39c815005efe96d9fa5950c80cc28461649c9c8 c768256c31654c686c73f8082582f712b4725a38 f342f0b462c84883c85112b3488073b0e3f4f9f2 Package: ros-rolling-transmission-interface Version: 4.27.0-1noble.20250331.201928 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 245 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-pluginlib, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface_4.27.0-1noble.20250331.201928_amd64.deb Size: 53718 SHA256: 4b760107a716b83bc25bcc7124d5bdb4f38de9957c46fde3706e1cb16295b446 SHA1: 1b0c22c32e1f5ff9ec1f96c1900f1b50aaa633b9 MD5sum: 99f2344ee73daacc7ae3e4d089492c25 Description: transmission_interface contains 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: 4.27.0-1noble.20250331.201928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1020 Depends: ros-rolling-transmission-interface (= 4.27.0-1noble.20250331.201928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface-dbgsym_4.27.0-1noble.20250331.201928_amd64.deb Size: 981060 SHA256: 0d87a36e061c34730bf9d2488e33df18541b56c062de890043d7401472f9b2b3 SHA1: 95951204dfcb232d50f894d7eea217468ae659f0 MD5sum: 8be7852aa9b4607aba0e52a01c12ef72 Description: debug symbols for ros-rolling-transmission-interface Build-Ids: dc4240c515cb77794cdc41e87f74191327e4f4da Package: ros-rolling-tricycle-controller Version: 4.22.0-1noble.20250331.195326 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 923 Depends: 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_4.22.0-1noble.20250331.195326_amd64.deb Size: 205754 SHA256: b017b516befa99e56d07ac264570586ba504db72f41056d74e1085a16093be2e SHA1: 5c6c4877695079bf8c597c219023f18919145a47 MD5sum: 002b4ea071b1214a7f7b0d1f4668e58f Description: Controller for a tricycle drive mobile base Package: ros-rolling-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-rolling-tricycle-controller Version: 4.22.0-1noble.20250331.195326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3797 Depends: ros-rolling-tricycle-controller (= 4.22.0-1noble.20250331.195326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller-dbgsym_4.22.0-1noble.20250331.195326_amd64.deb Size: 3338352 SHA256: 862782e8955c9a0264cd2baa13f1d0dca6667ff3942e4ee914d69b8635349e1c SHA1: c7f4eea4496a56b14f1cc43d223f098b103197c1 MD5sum: 0d37b67d56ae113dbabed79f28a7b426 Description: debug symbols for ros-rolling-tricycle-controller Build-Ids: 768433c3b153c5b09627a55351fee94a06c1e62e Package: ros-rolling-tricycle-steering-controller Version: 4.22.0-1noble.20250331.200522 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 189 Depends: 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_4.22.0-1noble.20250331.200522_amd64.deb Size: 43356 SHA256: 437f91bf1b21a60948bdaee47558e26984c3c6fc709a63b77c48d89c163fe181 SHA1: d3166612e59375ee4d61fa9ddaba359c5e70909d MD5sum: 4b0f9dc233c09730d9da3259b8b12cdb 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: 4.22.0-1noble.20250331.200522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 663 Depends: ros-rolling-tricycle-steering-controller (= 4.22.0-1noble.20250331.200522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller-dbgsym_4.22.0-1noble.20250331.200522_amd64.deb Size: 635114 SHA256: acd0c1975dfbc77d8bfe981eca887e9033c2c47280eea82670ceeb607d329383 SHA1: b5813d4fe6184dbec2a53ca104f8dffcddd36f46 MD5sum: 01ed3cbe2cb4dc0a9668b5b341ff13ad Description: debug symbols for ros-rolling-tricycle-steering-controller Build-Ids: aee94bddb866425ea8c3fbc802611dbdaa774ccf Package: ros-rolling-turbojpeg-compressed-image-transport Version: 0.2.1-4noble.20250331.201046 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-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.2.1-4noble.20250331.201046_amd64.deb Size: 97056 SHA256: 97ace98e16957d7eeb07a1b0aa4bd6b0438fa95b09f9239a4741ae151fc6c859 SHA1: 54f95379d812a277a74a1b1937f4bc2269b2d41e MD5sum: 03dca0f0a6f9c2a3727680c0f0f393ec 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.2.1-4noble.20250331.201046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1700 Depends: ros-rolling-turbojpeg-compressed-image-transport (= 0.2.1-4noble.20250331.201046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turbojpeg-compressed-image-transport/ros-rolling-turbojpeg-compressed-image-transport-dbgsym_0.2.1-4noble.20250331.201046_amd64.deb Size: 1606900 SHA256: 0479132c7afda73a68b918ca463c26173d5a4c1cd06da5d5aac2314c21bf2efe SHA1: 9282656c216d3ff0fbd11e19b0bbdd53375adbc7 MD5sum: 3989fb47128891d1e132cfa444daf48a Description: debug symbols for ros-rolling-turbojpeg-compressed-image-transport Build-Ids: 82f47a33bee3817e3e5fc3d5837ff1ab892276f1 Package: ros-rolling-turtle-nest Version: 1.0.2-1noble.20250318.171804 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 634 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 5.2), libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest_1.0.2-1noble.20250318.171804_amd64.deb Size: 217194 SHA256: 96831a96e5ae8efae6b53dd7992a4777279e5ee275c1879fbd4a302bd528ad78 SHA1: 50a73087f44180f28981c96f970da81c82ab1907 MD5sum: 65b1713dcd877a79e3d230b76c3e38a5 Description: ROS 2 Package Creator Package: ros-rolling-turtle-nest-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-nest Version: 1.0.2-1noble.20250318.171804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 1357 Depends: ros-rolling-turtle-nest (= 1.0.2-1noble.20250318.171804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest-dbgsym_1.0.2-1noble.20250318.171804_amd64.deb Size: 1335780 SHA256: b2a00c3d7f1b409203f56ec236662161550ef5df02ad26b9ed27ce0a3eec4afc SHA1: 9e40cf77c58b9a64d621b1e9f8c4e80cdb193449 MD5sum: 90a66fd60e45d1860003c67d33ad2671 Description: debug symbols for ros-rolling-turtle-nest Build-Ids: eaf38963886efacbe2daffad5d25db482d2811ed Package: ros-rolling-turtle-tf2-cpp Version: 0.6.3-1noble.20250331.195031 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1554 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.6.3-1noble.20250331.195031_amd64.deb Size: 296958 SHA256: f3961ee0f783bfd9276cf3aac5ef1fbf9772640d124d3e74c5d1ad1803808151 SHA1: 53da3a9a100ee275b3c405eab642d9e20577ce8f MD5sum: 6c81e17a4585a30dca6cd380bc4ae062 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.6.3-1noble.20250331.195031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8226 Depends: ros-rolling-turtle-tf2-cpp (= 0.6.3-1noble.20250331.195031) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-cpp/ros-rolling-turtle-tf2-cpp-dbgsym_0.6.3-1noble.20250331.195031_amd64.deb Size: 7283042 SHA256: 83a651f143575a280bb547cfbde0d48a60b2b7785d92bf40b30884ae3447c310 SHA1: 369cd12fbacaaf2b198c42d9c376a4d60e229649 MD5sum: 9e945b7d6755a5c0186b31d9cf0887f8 Description: debug symbols for ros-rolling-turtle-tf2-cpp Build-Ids: 2221e17fb3950b4530558e7d1f50a577b1f65ab0 34bb37abea96cd788a4452f9f50e87e5a4dbe38c 447040db78d20591f931b9fe8b178ad42ade0cbc 90e0103596f3c5c3e5b74fb01770417d0cfcbf08 969c280d0aceb6039927125fff94bb7da48f8dc1 ab2a3cb0408b26bff6b4bee1db7aaea37b0786b2 Package: ros-rolling-turtle-tf2-py Version: 0.6.3-1noble.20250331.193938 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.6.3-1noble.20250331.193938_amd64.deb Size: 17166 SHA256: a7156aed7a48590977d57b2c079c564e8dbd16c136b7c14541375a964352490f SHA1: 55348eabfe4f5a91e1f63a67a4ed137c8597663b MD5sum: 1b1744264d69fc11583c4f33ea524cdf 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-fake-node Version: 2.2.5-4noble.20250331.194650 Architecture: amd64 Maintainer: Will Son Installed-Size: 628 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.2.5-4noble.20250331.194650_amd64.deb Size: 133594 SHA256: 2fb7a4f6282fe1e34d04ba9d209380923e52f638b72eb001b0cc1f33ed92581b SHA1: f7979757405acc7e751a7736d7fed49f2d50baa1 MD5sum: 46995364bee2e0e29596139623799537 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.2.5-4noble.20250331.194650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Will Son Installed-Size: 2824 Depends: ros-rolling-turtlebot3-fake-node (= 2.2.5-4noble.20250331.194650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node-dbgsym_2.2.5-4noble.20250331.194650_amd64.deb Size: 2426658 SHA256: a43a509d16ec3f714f1bf78c1d92b0742938d948bd0b848c1ff4a98b7e666ea2 SHA1: c95095225444e4caadc314563a2945f5a2f568bd MD5sum: ba44a5a3bfd2c9de41545b4594e3b7c2 Description: debug symbols for ros-rolling-turtlebot3-fake-node Build-Ids: 757168be54ecb00738597fe20f845e5042c590d9 Package: ros-rolling-turtlebot3-msgs Version: 2.3.0-1noble.20250331.172935 Architecture: amd64 Maintainer: Pyo Installed-Size: 2680 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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://wiki.ros.org/turtlebot3_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs_2.3.0-1noble.20250331.172935_amd64.deb Size: 195090 SHA256: 57233f50ea3f8c634c2bff1acdca4f753f8362f06da376dfe4a6908e1cb90740 SHA1: c1d804549837542707e96572331525b079306951 MD5sum: b9e03b2fe21d85eecd67e87cd011a175 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.3.0-1noble.20250331.172935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1758 Depends: ros-rolling-turtlebot3-msgs (= 2.3.0-1noble.20250331.172935) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs-dbgsym_2.3.0-1noble.20250331.172935_amd64.deb Size: 1344382 SHA256: a0c69f7604a6fce3f59733c8102d0a8e4aa289821d39c59f0bcd563bab5f8918 SHA1: 0b06b9a9e1090465a0f789978c654dbdb9f2ec23 MD5sum: f37200b48ca7e245b4c46c30b0530c23 Description: debug symbols for ros-rolling-turtlebot3-msgs Build-Ids: 16c02ba3f09344886115a8ae546f1c33d6ad72a0 1bdb2476949b0cfa868cc799395ae28d854c7593 580d08352f651ff262515c2713ad1f40ce699f95 5e2205c4aae913963c3d30e6b6d36c0c62ff2c9c 851d1bcfb78767b4eff079d11699e376d584f5ed 8fd24717c78a9832104cdde6ef438836a44939d4 9397579b7b176d1796004f6789c18d09d62d3747 aa09c9206cc4d8f59ac757d41c9db7665f50bd77 d618a158a5884d8cadb587f2b7ba7149ffe70b98 dba631e20d444de41526531b8540f713748ea354 dfc00465135c858cf64c1b4bdb0aca27b376e9c2 Package: ros-rolling-turtlesim Version: 1.9.2-1noble.20250331.183519 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2262 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), libqt5core5a, libqt5gui5, 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.9.2-1noble.20250331.183519_amd64.deb Size: 445786 SHA256: 8c0036eb7cdef2742a040b48c91c197c8f24cf7336a2fb8fae061bbfc7b482b5 SHA1: d124ae2541883a68fc785f0205029982997a2d17 MD5sum: 968a2c6c10c96593073c5985af6f9d9a 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.9.2-1noble.20250331.183519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11587 Depends: ros-rolling-turtlesim (= 1.9.2-1noble.20250331.183519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim-dbgsym_1.9.2-1noble.20250331.183519_amd64.deb Size: 10072246 SHA256: b76a2137e9b2c3db810239c84b5d636a720f9ef020614734fdc0fa5b4bf8bd6f SHA1: 26b919d50df6cb7137a6eea19847c3ec46d5587a MD5sum: 05dfc0aa938d9326f0f91dff16f340ca Description: debug symbols for ros-rolling-turtlesim Build-Ids: 1adcddadb2867cdfe0c2234d6a278cec3142e777 811f8d9123213c31a378e28f4b2d6aa409a328d8 a19c58f6aee9c7c9158649c5e68c76cff70c4703 c816dbf82383f0510824eea04396e98061215609 Package: ros-rolling-turtlesim-msgs Version: 1.9.2-1noble.20250331.163722 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3682 Depends: libc6 (>= 2.14), 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://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs_1.9.2-1noble.20250331.163722_amd64.deb Size: 234700 SHA256: 075e92809eddc3aac6049a167eb8e43fc4a2c965f8d7f1fc15a9aeced7e42ed3 SHA1: 632fbe932465f6bfbd0d0ee4ef2f598296705ab6 MD5sum: 3d00f1233d417503d97f40bd6af00a94 Description: turtlesim messages. Package: ros-rolling-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim-msgs Version: 1.9.2-1noble.20250331.163722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2327 Depends: ros-rolling-turtlesim-msgs (= 1.9.2-1noble.20250331.163722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs-dbgsym_1.9.2-1noble.20250331.163722_amd64.deb Size: 1754302 SHA256: c6eae7f892ca5ccd956baa9e2297de1cc1a92b5eb2ea70ee78fb27b3a72881ed SHA1: b1b73feb4cad63d3e8c6aa0061565294d32814aa MD5sum: 7f43fbf0091ed90a86f24e73ad135f78 Description: debug symbols for ros-rolling-turtlesim-msgs Build-Ids: 16948b291ad5306e4eafb8d8e25b895723fcf86e 1d4b4e60b15116f53df2f1fff6d3a8ab1a92cea2 43d3ee3277175186e6cbc4858494c1cee1dd3b11 4cab3b122e462618ddaa99c9f40459a31d6b9756 6c7fd98aaf6b47547462f5deaa017a1758b12ad2 a2ee665b32c8756ec3d020f44489387539d86289 ad39479e8260bc30e5608dabe3a550d4bb1deb59 d33ca5c53c2e3a7af1491868c1556ee9d852c4a0 e1b54f25060c175c69406962351f782f35c4bd98 e933ef61449d9c4923104f3e1d27bb91920242ce fc648de30d7e086ea9844479a5717f8dc2c67a0a Package: ros-rolling-tuw-airskin-msgs Version: 0.2.5-1noble.20250331.164500 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 799 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-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.5-1noble.20250331.164500_amd64.deb Size: 79820 SHA256: ccd5c1fb3446837add2036c4549d64fb58949d2baa1026b5107590e68d132d11 SHA1: b8fb4d917edf14b940ab4b82cc4bb8e60d82e58f MD5sum: 8d6f765605cb95a619eed0d022f8d3bd 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.5-1noble.20250331.164500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 663 Depends: ros-rolling-tuw-airskin-msgs (= 0.2.5-1noble.20250331.164500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs-dbgsym_0.2.5-1noble.20250331.164500_amd64.deb Size: 522680 SHA256: da922eac4914d2a5cd817a79b73a3bc82a71ce24c4f45d66189a025c2a8353f7 SHA1: 90e040c294bcc22252eb421748d25e160f769db7 MD5sum: 049ac00e92c2d395dfd591d15ba0bfba Description: debug symbols for ros-rolling-tuw-airskin-msgs Build-Ids: 068f04e42a2882516f8cc71104600cd00549d060 3a7072ba7cdb5175a3bb0750570931cc321e6d26 553e865702881999ee7b994a42c19b567d1ade37 571309e9c1482d44eb08ac22b0dceed10358c450 66d7c75695bfa11c81e3c024dd167be0f39cb4bb 712d412146a2bb5826abaca0f10bb2572482383a bfa2244e5b0f3410205f6861b764e701231ba91a cdae367580dec87f1899baaa89a2c24622382a69 d0afe8a50f34d217e2ed096c603caf6f3f9097ee e04a93e6d7dbe09ecf47ea6bf27fb18dcc16e88f eb9889d45d0bb2f20e28014eeb9f9df78e0aaf79 Package: ros-rolling-tuw-geo-msgs Version: 0.2.5-1noble.20250331.171745 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 898 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-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.5-1noble.20250331.171745_amd64.deb Size: 85732 SHA256: 753d44eff56871452e249cd6dfe8a2f186885378a86088e2da3755eda99e3027 SHA1: 18686780f36597b86fb05bcf1c4c1c8f8d93d3b4 MD5sum: 92b9bfdbf3780431c4cddbf0af84f802 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.5-1noble.20250331.171745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 768 Depends: ros-rolling-tuw-geo-msgs (= 0.2.5-1noble.20250331.171745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs-dbgsym_0.2.5-1noble.20250331.171745_amd64.deb Size: 620830 SHA256: ad564f446cce7ab5c2cb690415d32b76ff533ffd8c79422e2322e0487bbcb815 SHA1: fb378e4713c8e166460ce25991ce597579b6a2e7 MD5sum: 6d68f0eaab1e95c9e85161eed3cadda2 Description: debug symbols for ros-rolling-tuw-geo-msgs Build-Ids: 01d09875ce4cdbfd11d172b8f0f794f43c82bfd3 1750a5b500c3124415da77c39239592ffe9346a6 2a2cb6f716cf344884a69bdd340debbad7e7cab2 2b14511358d9e51a5ca2008fc85e97db2065760a 2b9652e75f2d040884a6c250ddcd6cb7f4a5b551 2e8334de11f6158585d4944ae2c64ae919ede710 34d9d1e1998622f4400f58bcb8c897390d5b06b8 38da7db6d9a6cc09b3120926cf1b97adfeee44b1 698963d160cafee9df4135f4ef26b6184470a14d 82400bd35cc802a366493151c7d3c70b66c314f0 977f91b0a5b3e2d5e89b097cb5e96b534aaa2248 Package: ros-rolling-tuw-geometry-msgs Version: 0.2.5-1noble.20250331.171201 Architecture: amd64 Maintainer: George Todoran Installed-Size: 881 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-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.5-1noble.20250331.171201_amd64.deb Size: 76454 SHA256: 4fd09f913f938bc4d6845f871693020b022fa1a1a536b561a1aad56edd32a6a0 SHA1: 08578079c9d48ab74e97e90b35755bba6d4c185c MD5sum: b31676ed9b67dffc4f6d6d6ec6a1c7f2 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.5-1noble.20250331.171201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 655 Depends: ros-rolling-tuw-geometry-msgs (= 0.2.5-1noble.20250331.171201) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs-dbgsym_0.2.5-1noble.20250331.171201_amd64.deb Size: 503540 SHA256: f732b1274e3ecaafe5646bc4a0b89feed653f434faf27f68023efd04431e7157 SHA1: a76ca5b511bfbd473133420c01cc22e6393042ff MD5sum: 20a1dc2284ce9fbae32c199012ced785 Description: debug symbols for ros-rolling-tuw-geometry-msgs Build-Ids: 155d8996d119760a851d9e7d3b32dd2734daaebf 19fa3045abf7b384fca2ed0d1024786182a84c11 1f918301e1729de035c9eac617b3f4336a2a82ce 1fc9c8cf4971c4208963c81f28ef7ec11d9c15be 302e5a26db8355f71ef695abc12ed0b877753477 553cbd93dff3db115efa7077a78fd519677024d4 64028266468d172c0f5ee2bfb2a088916344079b a164278c46dcdc3f6df5e61b321ec5f14f65c5c1 b12c1cae9241c74d205a475e021bb44e828fcc30 c7a3a898707b976800cb66bf174a33e78b48faca e768db456efe817e907922a90385b7412ecf2c9f Package: ros-rolling-tuw-graph-msgs Version: 0.2.5-1noble.20250331.171204 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1472 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5-1noble.20250331.171204_amd64.deb Size: 135566 SHA256: 7226028eb68eaa56954d47330a23c0ef814ea631ad5e88d9dc59b38e330b1f92 SHA1: 610158e393df339141e391335056767ce28349cf MD5sum: 2360aeb3c8f9e7fdbf08d00c94adbef2 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.5-1noble.20250331.171204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1283 Depends: ros-rolling-tuw-graph-msgs (= 0.2.5-1noble.20250331.171204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs-dbgsym_0.2.5-1noble.20250331.171204_amd64.deb Size: 1064938 SHA256: 2418623e15dcd3b622e4d1b13f7d01b754a4f5dcb69db8b7332b493a1b1c408c SHA1: c6f9f2dc08f3b7acfe9d4ebc916049ba84d2823e MD5sum: b1f066bd99f0ce2db78dad5f42651ba9 Description: debug symbols for ros-rolling-tuw-graph-msgs Build-Ids: 0729933ea67051f9c6df861650d4711c9bd9fe5f 138e50ec7672e2e9ec60e8baf8aaa1c0bb689bf1 25a77ddcb5a78d75405fe400056f8779a745805f 31408f8d42bb050e646112d4ea97dd644e357f57 4d86c2645a95c7e18cc3d349d7ba5d6bc5e14dcd 652682387ea3d83e2e26547ed3a32b05ca7a7bc4 6b91aace0b688ad12f3e8d4eddac453f9b83ecac 823aa5fd2b8bdd7df92dfd9baa3eda9ab4fe415e 893abecd4d44e89be12b48d1efae932302e1f5f9 9bd4d01c170236bf8a57c9deb077d1900f2c05a0 eaed6a8b6ec597ef4d248c227046a9c302795d5d Package: ros-rolling-tuw-msgs Version: 0.2.5-1noble.20250331.184539 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 73 Depends: 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.5-1noble.20250331.184539_amd64.deb Size: 12688 SHA256: dddbcb8cad0fbec3963645ae4623c82628b2087f2b349b03470a6ed0ea517423 SHA1: 965c6d46c929346c1781a232304defd2c1eb581c MD5sum: 7b166d9d15fa47fd0db96f03576a00c2 Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-rolling-tuw-multi-robot-msgs Version: 0.2.5-1noble.20250331.171206 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3688 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5-1noble.20250331.171206_amd64.deb Size: 270400 SHA256: a52b09ec038999dd639511bba078ab7a1681f99b84b20f760c32d381d97767ba SHA1: 6d05a366d1d0df58bdd01e60d93b84987823735e MD5sum: c1a2f982bf5065d66fc89d296df1ef1d 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.5-1noble.20250331.171206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3116 Depends: ros-rolling-tuw-multi-robot-msgs (= 0.2.5-1noble.20250331.171206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-multi-robot-msgs/ros-rolling-tuw-multi-robot-msgs-dbgsym_0.2.5-1noble.20250331.171206_amd64.deb Size: 2589776 SHA256: b0f8a8a5f97804743f6a29cf11a8a9b5d4f65548776f73c6c8dddc8d14fcb791 SHA1: e50393b0b4149868f746e93b86c968b0debecff0 MD5sum: f43b53456859f518c9f8b41400818552 Description: debug symbols for ros-rolling-tuw-multi-robot-msgs Build-Ids: 25b3ebc397fa4ca7bb353dbedc2e4d5cd2aef049 30aa2675311b710f218b7df7e899d10f1c8c72d0 359e29268067aedbb323966585721288a80f1402 776f3613994a238af36b697d2279baaa8af724cb 7c59ebc7d587975cc76acb6c314c99f556694b03 861090709bd40add103f582886e59a7a6935ee74 ab809c5b0572be96dcfef6a639b82cdef26df2f4 c86ed5e15ef91b20c61b489507289d2d791ca8a4 d832713301a86218efc5ab91e34ce3b867fa5707 e2385865b912b34b3d162475cfc4cbd9d5266673 fa0725d61a41215512b0dfc4e80abad5e27b891d Package: ros-rolling-tuw-nav-msgs Version: 0.2.5-1noble.20250331.171449 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2216 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5-1noble.20250331.171449_amd64.deb Size: 169956 SHA256: 2d8b8606d2e6e3300e2788f58b9c71de4155604c22fe7d675f44f5740fec17e7 SHA1: f5f1c260045cf229f022c589e537877e1cafb886 MD5sum: 95723ea6b2fde6b2a21814c36fcde488 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.5-1noble.20250331.171449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1778 Depends: ros-rolling-tuw-nav-msgs (= 0.2.5-1noble.20250331.171449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs-dbgsym_0.2.5-1noble.20250331.171449_amd64.deb Size: 1470550 SHA256: aa09ef6a305d89de761ca5512f6e7f0776275212443b9d4c313d8cbd2b1dcd7b SHA1: 308e0d63bdf043ea7c8961adebfebe259c099b60 MD5sum: 0f1a761be7f77f62c0acf13b53c42a34 Description: debug symbols for ros-rolling-tuw-nav-msgs Build-Ids: 00a4d5e4c9ea8dd85c5d1645611b4d2d19e0dfd1 15afc91c1cc0266b70decc53b1bd8f9f94a934db 223c21eaea2c4bc8b3f1ce7dcd42b9d4c812bc69 2256de0b4258d4b7b74d75c9281a08e3e712e6b4 2497c241abc51aef593760717e40fb5e736f8960 6e4e4f73d16d04b7b3d97100c209561f56027466 8fa82e801a603923ff0d4228a68d7280cc483956 95ca23794fd1102edc2dc4f46eba66aa898406a4 96419c0b8984a4dcb2b2b01cf0f93a0b3f988891 99debc04233b54f7efc8b3694d89bca106f1c7e5 b6c036a2d4aa12d72a7112d8cdb3acd88a7c37fd Package: ros-rolling-tuw-object-map-msgs Version: 0.2.5-1noble.20250331.171757 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1823 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5-1noble.20250331.171757_amd64.deb Size: 155180 SHA256: ca941bb11fda641778212cff5b0300536d6d98bf4bfc8cdef8e41f5f7c233357 SHA1: c80f338fe0641c3b8ec5daa3c081826b2c175850 MD5sum: 925ba942a975a492a83d53858e753b0e 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.5-1noble.20250331.171757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1639 Depends: ros-rolling-tuw-object-map-msgs (= 0.2.5-1noble.20250331.171757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-map-msgs/ros-rolling-tuw-object-map-msgs-dbgsym_0.2.5-1noble.20250331.171757_amd64.deb Size: 1366772 SHA256: 81c1b2d2e64e99b3cbd610c49a591011a78696edcb147244b42cb67f21fe40dd SHA1: 9657a186c37bed0b597b2bd3f9d721a84e3fe363 MD5sum: 36ac8e11ff2c9d6e31564bab906c6c6b Description: debug symbols for ros-rolling-tuw-object-map-msgs Build-Ids: 00fea75aaf9824701955059e68c8ee41b2b1296a 4275ab20bf098db9e365dbf6a13ccff8827eee71 ab6c88511be70ea1db0bdf734a59cb132c718d36 b6926b90c9504b245380ccee095e8e1e4a1b1521 b8c08ff022e7ea67dd713843b758839713aa98f6 cec1f0ace470ad8edf1fcea5e9d024325532fc47 d55de9f2747197cd292bb0aba89f2d07a8642178 d9a853f837850edae619e5a1fa3cab34b3260f4e e61925b4541770e11fcb9109820f1acc1d852c4e ed10882c62f842fbfb76a728594e5386ba04cb2b fbdcc4425a8374720b4322f7c0370c24b6eb7a1f Package: ros-rolling-tuw-object-msgs Version: 0.2.5-1noble.20250331.172030 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2348 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.5-1noble.20250331.172030_amd64.deb Size: 193170 SHA256: 9b5052f83106700cdb3ab6c6d8aca8d831efd1a32980139c7fffc6accec0e647 SHA1: bf3b23f9c9db23bf07f38a29cdaeeefa269fbd72 MD5sum: c9c4eb61c589b53b7943bc63bcf7c156 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.5-1noble.20250331.172030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2114 Depends: ros-rolling-tuw-object-msgs (= 0.2.5-1noble.20250331.172030) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs-dbgsym_0.2.5-1noble.20250331.172030_amd64.deb Size: 1781864 SHA256: ab9f9f105c52546c514639bbaf43ff047a4bd828cc432214e215675b948490cc SHA1: 025c779ac9ed326d80a390d71e05b84874e0f70b MD5sum: 58265b732db0d991789f1a28ff5d8d55 Description: debug symbols for ros-rolling-tuw-object-msgs Build-Ids: 5520c7540e5007dd71dd4c566688591beb984f35 6ad853e8212e82ae712bd3bf1122296f8823e0cf 6eae49bc5302028cb0561ff997208238c83a40e0 71af74a368ee2806408fe03c928b276b6cb28cae 78f75c8a64dab51ea19e67aed1945975e5393031 7af732db1b861254eda76afdfafd9a1f9f4f7007 862938c6d8e833f3ab907b83910cd979b9e7b37a 91fd05e60f3e85127572e46d17b9e3c75297be68 97016c534d5a0c5109a254316932f999ebda011e b8cff879f6e1aa6e6f7aadf476932729343eae8e e06e6cbf24de539b87967ff25f24b7d19940eee7 Package: ros-rolling-tuw-std-msgs Version: 0.2.5-1noble.20250331.164505 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1093 Depends: libc6 (>= 2.14), 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-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.5-1noble.20250331.164505_amd64.deb Size: 97842 SHA256: f9ca890914f9b6d6af230666ae75a41b13344a2c5dada79122302ac498d210b1 SHA1: 9e17c64f6aed30b8c7441827082c878176f409bc MD5sum: c037582c37b2e20cff45ed745b06e252 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.5-1noble.20250331.164505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 865 Depends: ros-rolling-tuw-std-msgs (= 0.2.5-1noble.20250331.164505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs-dbgsym_0.2.5-1noble.20250331.164505_amd64.deb Size: 677194 SHA256: 62668f78fb73d1ea485a7aa4df35db8459d78115a61a4eee7341be7cf6bf63a9 SHA1: 2898126b9fad9305317b355cf91021d9e4a4d27c MD5sum: 5d60a98854ec7b94f7f6d4686ea5ffc5 Description: debug symbols for ros-rolling-tuw-std-msgs Build-Ids: 141c1cd7b6ef396944847f04f990817c7e119fe3 3b0d2d46f417949bb2bdc2f66c079c28ff6d56be 41e2b43b088f4027dfaeabdc4f33960853557f1e 4f884c906d59bc2604dc3c3214186536d02c3280 6d6e77ce2b4297bddc5040df4cbac4395db6ddee 7ad5644753547ce9e7a41ef1e5bcb3f270870fc2 83ecb73c2c771776cee7a9647310035fb5f005d3 a9aa05bbe459e40e96bcfce0ad7014d7f89abc5e b61641cfcceb0822fa9f0ea25234445e17ead185 e16cd41c7468f668382fe1004449bc744e11f78e f76c0da2f7342b0d656aa1d684e6bd0f0020ced8 Package: ros-rolling-tvm-vendor Version: 0.9.1-3noble.20250318.171828 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 36817 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.20250318.171828_amd64.deb Size: 9887356 SHA256: c8d8db36f2dad5a7a35d7a77ec25333adb3251b3734971005cb9ff1193769912 SHA1: edcbf9e69ce25af5049008ba83679e06d178641b MD5sum: f4aefb87879bc8e8a8e96d9445369794 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.20250318.171828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 234585 Depends: ros-rolling-tvm-vendor (= 0.9.1-3noble.20250318.171828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tvm-vendor/ros-rolling-tvm-vendor-dbgsym_0.9.1-3noble.20250318.171828_amd64.deb Size: 222575828 SHA256: 95ef26b3ca4a9d0c367cc66bb964c5b4512a687bc14a4006ed55dceeec9fb971 SHA1: 9838e5dc1a8d0e1dd61260cb39d96ea9122d7f52 MD5sum: ab1bdedc140e1b807af6e6125c401b08 Description: debug symbols for ros-rolling-tvm-vendor Build-Ids: 2aa64daa29edb29e2b673ad4eb0f4166e83110db 9b1651bb28897654c617b32b52b6698aa1517fb6 Package: ros-rolling-twist-mux-msgs Version: 3.0.1-2noble.20250331.165235 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2686 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.20250331.165235_amd64.deb Size: 163992 SHA256: 2b31bc25d7f0cc19b3f020cbdc3addcd80687f4bae4bd8138e65199232f51938 SHA1: d40ded118d05ed54658ce5ed564445ecd994e46b MD5sum: bcfbe6b1f1943ccc560662735e2bc0dc 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.20250331.165235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1294 Depends: ros-rolling-twist-mux-msgs (= 3.0.1-2noble.20250331.165235) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs-dbgsym_3.0.1-2noble.20250331.165235_amd64.deb Size: 858964 SHA256: 9f268817683ae5ca0b1b8d7777670fa1b7d760d7ac29d266433342a35cddd6ff SHA1: 0c436a3f98172e7042c5dd475e14384a2df5fb76 MD5sum: b2abee748205b04dbca1e1070e151ecd Description: debug symbols for ros-rolling-twist-mux-msgs Build-Ids: 3d4b1182f0998e017c59dd24af34cf10ba08fcc9 7ebc16071626344c1175920e340751ce63a14ffc 8770a27c4fce0669b83356d73c12630d457f9382 8d30fd2bba677bb2477aecc96df88e7954f42ad7 b0beeef1a1c4515475da18ed3bf00825403b0fc9 c2ab47859b1ec166a24dfd33bdf47c0d0913486e c4976e6c3a5ab2923c31d1dc2127683c3fc31055 ca9264fa86faf4d035d5f31d29c240954ea19f17 dc148c7444315a10460c436f9e9363c66f11b8c0 e07f8944b2c1835854aa064b705918dfe34a21d7 f9f4fb57845b7d7bd393c1e85c4641a9c0ac5a28 Package: ros-rolling-twist-stamper Version: 0.0.5-1noble.20250331.175355 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.20250331.175355_amd64.deb Size: 6676 SHA256: c89bb366f3a494af18388308871eefade8ea2bc8b22144ca0bc105b0512f1405 SHA1: bd4255ff5ea257af6a117eb681d107d51a9b3e48 MD5sum: 1ea3dd214438af7cc15e22c86417881f Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-rolling-type-description-interfaces Version: 2.2.0-1noble.20250331.163118 Architecture: amd64 Maintainer: William Woodall Installed-Size: 1815 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-rosidl-core-runtime, ros-rolling-service-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces_2.2.0-1noble.20250331.163118_amd64.deb Size: 152116 SHA256: 739a158d684d1b4698e4fd6a9b837b227a59842e67f348697c8a8b222e6a13d0 SHA1: fbd6b63a76bb2aa8b41fa3ebca830562290539cf MD5sum: 308f94464f7f19d3a643be65a216adaf 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.2.0-1noble.20250331.163118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 1531 Depends: ros-rolling-type-description-interfaces (= 2.2.0-1noble.20250331.163118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces-dbgsym_2.2.0-1noble.20250331.163118_amd64.deb Size: 1263644 SHA256: 8461c240505ca44a907cf59e0363a4710598609a14761d35d9bb48c27b3e6811 SHA1: b6168db00e3bd696c293556977a28c36441df27e MD5sum: c082d4acd5e0f6a429052d31278e3042 Description: debug symbols for ros-rolling-type-description-interfaces Build-Ids: 10de57bd0971523118981d6f062a4604b508d536 286271a041dbbefe92c334df87816db20d84d59c 461eb20b67248db92e0b30b006fefe3e10b93fa7 74c1521e5103626057a571b7952b05d8e763a6b2 776aa9c5598f01bdd4d70a6ea3ba3bd450231c33 cf93a1816f1d79b53af15cf2525a8827e86ad1c9 d2d82a22275a359c7ae577626e34df74fce660d8 dc219e8a20c85caa205ea42e9db55c5f4db7e8f4 de00bdd9fb1a96b51b5ac20386802513ce1733f4 dfaa0553316253b8e7a1a2e15e78dbe4e768694c fc3d9a6eee135e9b7529cb24826dbf19b7c69245 Package: ros-rolling-ublox-dgnss Version: 0.5.5-4noble.20250331.185142 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 70 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.5.5-4noble.20250331.185142_amd64.deb Size: 9330 SHA256: d265113717c13643e8d862e2d2b846576178d544dd46633337d04bbf4dafb304 SHA1: 7f75fbe32ae1eeb82dde53f79a710d005a809ee2 MD5sum: 15aa19ce495f8ab0a5dd66a99f088cfc 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.5.5-4noble.20250331.184458 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 2965 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-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.5.5-4noble.20250331.184458_amd64.deb Size: 551396 SHA256: 001a7018900e38df6246f6ab9fb6be86b4bf5e4328a6f29ebe5d5255bb6a529f SHA1: 02748cca843221439796d49bcb55972c01637703 MD5sum: 1dbcba951a4f22746467904de3c0a582 Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-rolling-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-dgnss-node Version: 0.5.5-4noble.20250331.184458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 14722 Depends: ros-rolling-ublox-dgnss-node (= 0.5.5-4noble.20250331.184458) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node-dbgsym_0.5.5-4noble.20250331.184458_amd64.deb Size: 12733202 SHA256: 91a5653b7c4530b379a65d73fb29ef33bf0336d87ac976676527ba5b4ebb0bf1 SHA1: 378576b1ee3d64546c06ceab0df5f851284826c1 MD5sum: 689aed4f044bdf4428fa45e7bbec9e33 Description: debug symbols for ros-rolling-ublox-dgnss-node Build-Ids: 96bb75739818707d1e3eb8537e2fa3e245e6f241 d4a692307b14b8e852aaed9275052115097415b3 Package: ros-rolling-ublox-msgs Version: 2.3.0-3noble.20250331.172512 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 12766 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), 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_2.3.0-3noble.20250331.172512_amd64.deb Size: 785344 SHA256: 9e586433799c4b7052215b09b0db5559cc14f03a8dc75c439ca4934ac8a1dabe SHA1: d127d338eba54ace5eecd7a2bea3df6d09caf5a8 MD5sum: f7f4947dcfdfaf8a885d76f801832700 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: 2.3.0-3noble.20250331.172512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8775 Depends: ros-rolling-ublox-msgs (= 2.3.0-3noble.20250331.172512) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs-dbgsym_2.3.0-3noble.20250331.172512_amd64.deb Size: 7242968 SHA256: 7020651c63c29e2f4d3b33b84cf44fd81c38737a0b031f52d0323675939ec5e1 SHA1: 6cb32fcea7082fac0b337857e5a3e98c381b16a7 MD5sum: a92cae3b8784c5c33a312d46f584a271 Description: debug symbols for ros-rolling-ublox-msgs Build-Ids: 01e0ae09264b0b1f0095f63232c5c1be59b37429 3d804accce89a0bf05e6e0f6d6e503e187a1a5f2 435d028d94d16cbf5dacc596f206ce3471e8955e 6fb73b159f860a74b9af06355069410fd90f93b4 72d3920fc26b33645ae6da0d4d2c9d55da7bee5a 83515a897a0058b68332b4c95184280f70cfbd87 bffb500df037d228509c8a8e0e4497c50d47f029 c5ad535d1203f8a3c52c0acb6d5aeb565b78a6e4 c888559094dada31d6e33930dbf884436837bd43 d00f0a3e6306e1116c1c91e81691d42daafdf04d e7128caa37fc9ec5a2c7bb295f98d9f86c5655e8 ed13e34d66ba6f3ff18868f2a869205e3d812b4b Package: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.5.5-4noble.20250331.184459 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-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.5.5-4noble.20250331.184459_amd64.deb Size: 161320 SHA256: e1ff8998fbb7efd060b14b98069d4c6e04c63710a5507fa9c99e102f7c6052a6 SHA1: 8a97356b0b56c11b23bdc04deef7becb19e9e871 MD5sum: a3432da59d448f695d810d00f7653e67 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.5.5-4noble.20250331.184459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 4378 Depends: ros-rolling-ublox-nav-sat-fix-hp-node (= 0.5.5-4noble.20250331.184459) 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.5.5-4noble.20250331.184459_amd64.deb Size: 3552554 SHA256: 5474283144f86c562bebd66bddb5892de3c0ef640952b7eab6a88ec3f52c2d83 SHA1: 85e9b3aef8016f40228d4793d3bca73b27bd2a7f MD5sum: c640a9e25dabc13e20360f9d0d9342d7 Description: debug symbols for ros-rolling-ublox-nav-sat-fix-hp-node Build-Ids: 3db4492a5ad9cbba87ee47b45bcc24dee9e4aae6 e995440be1680950ed5a54f4d229f459b7a6f101 Package: ros-rolling-ublox-serialization Version: 2.3.0-3noble.20250318.171843 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 75 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_2.3.0-3noble.20250318.171843_amd64.deb Size: 12768 SHA256: f9002c3a831275adf5c3fea6d735de3aa6ca9e19110e1f49a9fe411189045f66 SHA1: 3467203f6686a74446e151711b19e6d0f2577fe9 MD5sum: b0d896e686756aba260d972652ab3cd7 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.5.5-4noble.20250331.172547 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1795 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.5.5-4noble.20250331.172547_amd64.deb Size: 118120 SHA256: 93d4d2a73661abd6112f8405d76b6fabb18b86ef27428e92bd45f536a8e36dfd SHA1: 0c97b70d444e093c8ad5c07feb7901c48a109dda MD5sum: cb38411d1f275c18515a98579e42aa46 Description: UBLOX UBX Interfaces Package: ros-rolling-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-interfaces Version: 0.5.5-4noble.20250331.172547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1157 Depends: ros-rolling-ublox-ubx-interfaces (= 0.5.5-4noble.20250331.172547) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces-dbgsym_0.5.5-4noble.20250331.172547_amd64.deb Size: 850874 SHA256: 04a442c30b3545b11219027f7a4a9c46ad06207b360afaff6ee38987daab0fca SHA1: 5d64e33f4431e463d6c185bd53b5b3fa0414aa71 MD5sum: ac8bdb9598982e700f476ce7041fa0ac Description: debug symbols for ros-rolling-ublox-ubx-interfaces Build-Ids: 22fdf9ae850c31246d45e87a4d431de405c42896 2c2364c1e9f1850db739447e297007fb1c140a29 3725b85d7d1ac782ee37b544dc554ff19684bae8 527c83ff853e857dca5528c5a75f6f8813b49186 635ef6dda382c1c7ab1b43dcfad7b33a7bfcce04 6694341c0dc09dc7691a182d1c3c7761c45ac6e7 6ddb97feb4a38ad1625d735b84c30adffdefa6c0 6eae20b823460afbd57a607aefaba7e26e6af78a 8039986fdc9013f772f5d6b8eb09aba9d10b7c74 ba121089ddf124f1c04f1bc231816a4957a14d96 e46b7fba25bf40f0fc448dea5e946ac28dfb58fd Package: ros-rolling-ublox-ubx-msgs Version: 0.5.5-4noble.20250331.164516 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 9658 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-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.5.5-4noble.20250331.164516_amd64.deb Size: 591282 SHA256: cf1ca1c56a9652152d1e4ab696ec2c85679a868faf4020634945bcad0c6ef2e5 SHA1: c7862e91b99daed807bdcd737247857e35f39988 MD5sum: f1323a4d79d83b47cd19588768192c23 Description: UBLOX UBX ROS2 Msgs Package: ros-rolling-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-msgs Version: 0.5.5-4noble.20250331.164516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 6795 Depends: ros-rolling-ublox-ubx-msgs (= 0.5.5-4noble.20250331.164516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs-dbgsym_0.5.5-4noble.20250331.164516_amd64.deb Size: 5607690 SHA256: 73b87e18bbb0488e423f8f363155497e3b7da0625237a7117f7f7ea891fd1d5d SHA1: 43bc03bd6bd2356b6cf9f7523d5a7253b62551e7 MD5sum: 8b34dbf7ffd116286e5af2cb210bf2f8 Description: debug symbols for ros-rolling-ublox-ubx-msgs Build-Ids: 10ef00281dec4aa5a7ec005e49d975fba2b7eb5d 2a3e30df0c89c3c0225e563e85f4517dcf12c07c 7fd05eee56fc481e6715ecb54345ba56a745ddd3 8efed21b04d6d3318e98b3b609a2a30bfd7aafba 9479007fc11691376633b8263ccc28dfd404779e ad12ec0d6d8fd06e91b439fca74be30d91c9fe0f b4a6597ac32f4eb42cf4f107dce515ae695324bf b76f55fe05c7a61d938ea9eb0e87ac8692cc93ac d6668b1ee4dbb46b9b4c45a0d2b9a412ca97b8f7 d84c1ea11db100a209416bf6d83448ba131633b4 d9747d9c19f60fd47a7f4bf670fa4b51c8633213 Package: ros-rolling-udp-driver Version: 1.2.0-3noble.20250331.184147 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-rolling-io-context, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-std-msgs, ros-rolling-udp-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-driver/ros-rolling-udp-driver_1.2.0-3noble.20250331.184147_amd64.deb Size: 180276 SHA256: 0e1944016cce8014fc971a3552589aed966d22a6349276906387d0ff61230547 SHA1: c1c2b8c0d209952536b33575d487e85c2dabf744 MD5sum: 5af434e3d402a7e678c9b40847a73a25 Description: A library to write Synchronous and Asynchronous networking applications, ROS and ROS2 nodes Package: ros-rolling-udp-driver-dbgsym Package-Type: ddeb Source: ros-rolling-udp-driver Version: 1.2.0-3noble.20250331.184147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4148 Depends: ros-rolling-udp-driver (= 1.2.0-3noble.20250331.184147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-driver/ros-rolling-udp-driver-dbgsym_1.2.0-3noble.20250331.184147_amd64.deb Size: 3562116 SHA256: c4886c2911c69247a804e6c200fff42e911715406aa1414af9f8125a9c90a849 SHA1: 4699bd5dd45f5080b9435b6689f231920619be98 MD5sum: c9614639168ba146a4c9eb378a968d05 Description: debug symbols for ros-rolling-udp-driver Build-Ids: 18ea4d6e76c1caabd7fbf190bf32f0a5c7adf20f 192e610ccc5569ae4ae5130a883294a3a06964ec 2f3a4a52894f494b49b14c0f49ca18a87bd668e6 6c01abf4a51b588f015acbc87b9b3ab1f7108797 c8e48f030b3066a9039dbc1ba5179672ea52314e Package: ros-rolling-udp-msgs Version: 0.0.5-1noble.20250331.172428 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1249 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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.20250331.172428_amd64.deb Size: 110426 SHA256: 2477a72f5838d87f6491a27b25f5ee4ea1ac86c42d782d384a6b9148f8050e06 SHA1: 61620cc1ec2bfd0a8cb7f360754893a7727db964 MD5sum: f16b1dd4fa0c25295f71fee4253c21a2 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.20250331.172428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1000 Depends: ros-rolling-udp-msgs (= 0.0.5-1noble.20250331.172428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs-dbgsym_0.0.5-1noble.20250331.172428_amd64.deb Size: 798784 SHA256: 5eedca08e82ea53ceafdd877254327455ca515197ba6a8aabf2d014c82820316 SHA1: cacb29a6e101763790efacca2ec163e04da284e6 MD5sum: 26c61a496d91475cf5a36aa86cd91ab5 Description: debug symbols for ros-rolling-udp-msgs Build-Ids: 1339b76ee6c2912b37e44d814bbc2a5f20b478aa 284a91cd9908cad587ec70c32d20d64e2e57dac3 341e9d04246d6820dcf0410e432abe0d5774d356 4b88962644917f0d4aab872f61419d6ea413bcff 6cc7de30ffd537f45f5c12d352209757ff4becab 7bc73c1f31dc0b6cb48012fb8c2b0625fdf6b502 8e6dd3890694f0bcf9cceee9b91034007f093e10 8fd46242701b98416de4bdab80edbaa430e875eb a71ad6a2f4da3cc39bb9d14635db8d21a6d0cffc dbd82305d4bafe8424fea5dce79b098df2d53733 e7fe67fe0b31693476d656adac1eb81f630b12f0 Package: ros-rolling-uncrustify-vendor Version: 3.1.0-1noble.20250326.141310 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 44 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.1.0-1noble.20250326.141310_amd64.deb Size: 8086 SHA256: c2f5aaf43c05dc795ec6d06897e8bb9dd6e3292f9fc47d8b90a8bf91b5a1dcdd SHA1: 360ecd2678a063ef958a09add709df286549ad43 MD5sum: f2486b163ab3f4f83170826c47b2ab69 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.7.0-1noble.20250331.162649 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 418 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.7.0-1noble.20250331.162649_amd64.deb Size: 38890 SHA256: 591a44bde60d3c1facf477277df7214a1ddefa290f7d6fd29d077b6a70168022 SHA1: 1abb0faa96f4463b5e8ba96e261f22aff7cf9f41 MD5sum: 87b5cd2dbd45557078984a44af9b6851 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.7.0-1noble.20250331.162649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 253 Depends: ros-rolling-unique-identifier-msgs (= 2.7.0-1noble.20250331.162649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs-dbgsym_2.7.0-1noble.20250331.162649_amd64.deb Size: 167660 SHA256: 108c9dc3ce22c20492e883d1b9c283237c65090e63382396a14fb95e751b24fc SHA1: 181731895e441581b66df52baefeded706376aa7 MD5sum: e155a847a92d993430e46f8079aa5dff Description: debug symbols for ros-rolling-unique-identifier-msgs Build-Ids: 25093f2a3558bb3a6184c03f81463dbb94b5c1b7 2aa53dc943a0bc82079bbc5d30d4ca6b9420611e 2ff7619da14a778159e7bb4da1ba6d5a81f7f5de 7555096ffb5b67094a59fb110623d800732d2edd 9c84f8b8e78560df4d5599bcf346ec63050463f6 bc823a48a65ccf1b7fe4a9b64c3745c42935f0b4 c40578fb7c6f75c0cfdca635f945c68b70db32f2 db1d2ab7cc4accf3c0c5ed4b80e5bc4e0cf9d80b e5cb24736dc8097aad5324be823a4808c0b01349 f436a3690f38354ce03de63c09081be17e04ce57 f6ebb26b6f9d67d7a42f08a58e7b882b878bc1c2 Package: ros-rolling-ur-client-library Version: 1.9.0-1noble.20250328.213039 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1063 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_1.9.0-1noble.20250328.213039_amd64.deb Size: 259710 SHA256: 4ebb07a76889800cef3201fd6a13c1612edecfb408536ba2d55bb8a42fa4a795 SHA1: 2d94691c0d3bdf76181fec7280f5563c38da0460 MD5sum: cedc1cd74b8a0fc177df39894375ab1d 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: 1.9.0-1noble.20250328.213039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 3334 Depends: ros-rolling-ur-client-library (= 1.9.0-1noble.20250328.213039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library-dbgsym_1.9.0-1noble.20250328.213039_amd64.deb Size: 3128710 SHA256: c0c4ed37fceff3808f06936d9840e133075f2528b855c0e08e788c51a37368cc SHA1: f521ece05a5dd7a34bbbd4f9b9f25d0ae440e1fb MD5sum: 7405397a6de3a0b835ee433e0ae7d240 Description: debug symbols for ros-rolling-ur-client-library Build-Ids: 845db68be4ed5a9f23e85403c2ff4c08158f5951 Package: ros-rolling-ur-controllers Version: 3.1.1-1noble.20250331.200343 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1634 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), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers_3.1.1-1noble.20250331.200343_amd64.deb Size: 366718 SHA256: 73b5bf15f56dc280cc00d339e43540a215ef5d9b1e67ba2840f5b8455e05ff27 SHA1: d5d69efcd32fad5f4d24b85a7daa9fe90457c3d2 MD5sum: 282fccb890f800050e6413bfec7aa663 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: 3.1.1-1noble.20250331.200343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 8050 Depends: ros-rolling-ur-controllers (= 3.1.1-1noble.20250331.200343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers-dbgsym_3.1.1-1noble.20250331.200343_amd64.deb Size: 7280128 SHA256: d22fc791971683270b58d083f3b3f2c30ccf2a970cfde4daefd0c24f6dbbd720 SHA1: 9c7a25d51c8acc98b0d76e7196bd79b80fbb5e3d MD5sum: 5a62a1efac299d3dde0c8a227cfdd5b3 Description: debug symbols for ros-rolling-ur-controllers Build-Ids: b02b775d3c0c596aec9718ce1f503b7dc192fe61 Package: ros-rolling-ur-dashboard-msgs Version: 3.1.1-1noble.20250331.165243 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 5820 Depends: libc6 (>= 2.14), 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-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs_3.1.1-1noble.20250331.165243_amd64.deb Size: 355560 SHA256: 78dea42e3912872c51894f6732829e2d5d35e8c1147db4eab4980ed456020a0e SHA1: 5629d6b2d54f755d8a4defde5c0e05bad5c4bc69 MD5sum: 400c3f3570367ba87cba4f51eb561964 Description: Messages around the UR Dashboard server. Package: ros-rolling-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ur-dashboard-msgs Version: 3.1.1-1noble.20250331.165243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 4043 Depends: ros-rolling-ur-dashboard-msgs (= 3.1.1-1noble.20250331.165243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs-dbgsym_3.1.1-1noble.20250331.165243_amd64.deb Size: 3137300 SHA256: 0c0305c078526080fcd158b1d451f164612ec7743a02dfbc522a4112bfbab979 SHA1: 0ddfdfab6370f910ec5d0faaaa35d08423e85ad7 MD5sum: af061b1c675e93bd79a3ca62f716d056 Description: debug symbols for ros-rolling-ur-dashboard-msgs Build-Ids: 016a2186d5e90dd991aed5d8e050ca5f6ff1a67b 1526445aba867130de20d1469e6414eb28731572 1d6c9f9197147be97d0e3ebc9ad230d86e7f7739 1dd18d5904e93d4e201cf80876a359fbebd979dd 222e41e6fe1d83d5fc9f6a667e2db25db2fc680a 2e25f1ced43bf96f8f70b0af1d6509831f3e964f 387935af737c8abba5526b24fda4a7d95dacc205 54c6c7c308efae8fc5cad8faa3aae8b1bef3c1bc 731565cdad7a6101356ec7e9a5fd8e9e26e33e6f 79230a6b3a26392a633316d656bbe1cdfb1f9430 b4f3f606bde41bb940296fb4c8c75aa3ca1af965 Package: ros-rolling-ur-description Version: 3.0.2-1noble.20250331.205504 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 67822 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_3.0.2-1noble.20250331.205504_amd64.deb Size: 20432354 SHA256: c7a62ff4a8a3a1a9ae8a7dfaeae661e68039355bb5a639a68cb180a3a1481964 SHA1: 49b5291e89a9aca4a69de708f95b5a4cf3415ec1 MD5sum: eee109d534d07ca5917967b260ed66ab Description: URDF description for Universal Robots Package: ros-rolling-ur-msgs Version: 2.2.0-1noble.20250331.171221 Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 5204 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), 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-ur-msgs/ros-rolling-ur-msgs_2.2.0-1noble.20250331.171221_amd64.deb Size: 350964 SHA256: 7db760cf757145fd3ddf33a8a104d6d9fe770ed5eed0e485e261256850c16453 SHA1: 6d0e14b88d6c7b9f83241d71b79de525dd8abe73 MD5sum: 9bb75d8937179b7e3ea44625dac75c83 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.2.0-1noble.20250331.171221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 3275 Depends: ros-rolling-ur-msgs (= 2.2.0-1noble.20250331.171221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs-dbgsym_2.2.0-1noble.20250331.171221_amd64.deb Size: 2535648 SHA256: a18f790065ac36dae16ef24b077375b8e1bc0fbe149758238d97d67223842fb8 SHA1: 1cd391f5e9a4d08c8b073f55113c56bd32d71740 MD5sum: a8047113c971743f95538c7dd5025a8e Description: debug symbols for ros-rolling-ur-msgs Build-Ids: 14e39c6953329f18567a1964c85e3939b151e3a9 213c512b49236b445f9384603f681fc36819cee3 55c7824e891e9ac763c911749daef7e2813344af 9597c3a81c631d33d092ca1f4546ade9bdc3fe4b a1dc5e564cd61e6936653dfab248f44078c97d89 dd5f9d78108932e09a0da08b276eca3848bbe5a0 dfe34479719833ec918a909cdfc09ecd27729c0a e13f55625e009b036f09e2c5f5ef4be7a28c0fbf e4996beb66eccecc0bfff652c997b3451e596574 ecb9c75f6c0c995afb8f3b395f51d90b93b5bb00 f4c604a60a66facdf73f79fe051d4782cdee7b93 Package: ros-rolling-urdf Version: 2.12.2-1noble.20250327.091016 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-rolling-urdfdom, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-tinyxml2-vendor, ros-rolling-urdf-parser-plugin, ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf_2.12.2-1noble.20250327.091016_amd64.deb Size: 105870 SHA256: c72d7946cc6e587cd2d3a49a539e7700c86f229c4ef131d0a6708f906716b9ea SHA1: 2dcec812b266a67a42a876498e490b6aa5fc1da2 MD5sum: 89479f51d84331dbbd1351780d190252 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.12.2-1noble.20250327.091016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1272 Depends: ros-rolling-urdf (= 2.12.2-1noble.20250327.091016) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf-dbgsym_2.12.2-1noble.20250327.091016_amd64.deb Size: 1194624 SHA256: 1429448c76f862814756cfa11f738e3460488f3769e8823e2d2989f9fd12f2e2 SHA1: 0f5439a61fcf25bbf82d51e777319736c5fb050a MD5sum: 64a570f72b645cb7a1c7e096f06e11bd Description: debug symbols for ros-rolling-urdf Build-Ids: 4f283d3aa8793e3a8c50693c5ab6ac9c64469681 f75aeca8a07bc3117a0833468ba07cab6ccda854 Package: ros-rolling-urdf-launch Version: 0.1.1-2noble.20250331.205508 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 48 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.1-2noble.20250331.205508_amd64.deb Size: 6420 SHA256: e8c456f82aebf02f174fbe231ff165a8f88c4851257dc9e6431d7946434c6002 SHA1: d40c59cbf871efe625003347dfa2486e280a2fd4 MD5sum: b014e6cd6bc4893c340fde83f851961d Description: Launch files for common URDF operations Package: ros-rolling-urdf-parser-plugin Version: 2.12.2-1noble.20250326.210126 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 60 Depends: ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-parser-plugin/ros-rolling-urdf-parser-plugin_2.12.2-1noble.20250326.210126_amd64.deb Size: 9762 SHA256: ee6c21a80f4728bc84d8c9281e1683951c45f8bcebc225326c9824f1ab28647d SHA1: 4b3d37aae3471ceb28b5daec229d96478c84b980 MD5sum: b103d8e02240bb22994343bb6649da25 Description: This package contains a C++ base class for URDF parsers. Package: ros-rolling-urdf-tutorial Version: 1.1.0-2noble.20250331.205829 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1011 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.20250331.205829_amd64.deb Size: 731362 SHA256: 2228d4e6013ee775d3cd643a86102edd2c95648b976659c351cc2d7700984dea SHA1: 955b19fa2c8c9b13136f7f1a545e0a1f2474b5f2 MD5sum: 2a45c4c19023abb89bd2b6b82325b8ca Description: This package contains a number of URDF tutorials. Package: ros-rolling-urdfdom Version: 4.0.0-2noble.20250327.085358 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-rolling-console-bridge-vendor, ros-rolling-tinyxml2-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_4.0.0-2noble.20250327.085358_amd64.deb Size: 72390 SHA256: 3a23f29e36e3a2a1eaf538fb900e539401fbd1eb8a9a1d154cf5d39efd3a14cb SHA1: c4eabaa1ba8030d6e7e85e7a64a983a214ecb654 MD5sum: aa5e927158e900334d849aaeb8342642 Description: A library to access URDFs using the DOM model. Package: ros-rolling-urdfdom-dbgsym Package-Type: ddeb Source: ros-rolling-urdfdom Version: 4.0.0-2noble.20250327.085358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1878 Depends: ros-rolling-urdfdom (= 4.0.0-2noble.20250327.085358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom-dbgsym_4.0.0-2noble.20250327.085358_amd64.deb Size: 1225428 SHA256: 4397e4997e5d0926237492bcf01199ce4f5c3cc2d8240cc478387e09047024a6 SHA1: 58f7c63732501e85cf0245ff24a2739434c35972 MD5sum: 88e65646c0bbab0652327d6868fd1116 Description: debug symbols for ros-rolling-urdfdom Build-Ids: 2dcf99bb6451b9632d7099ef2d26149181b9c926 627822c0ab2d03ac327b1ed7a94eecb68b4e41dd 6f0de765c62e12f06ae044984b3a8f90ecb02d73 86d5d7edec60aadbd8e5476474f9bc7dd545f6f6 9eea0af20dd8c9ebd9b5f16871b99d860141c9fb d53fbd01f62372baf5b62e67351a2a8c9001c19f e6aecd25e5ed9e63a39cb4fc8cd9d67902d09298 Package: ros-rolling-urdfdom-headers Version: 1.1.1-2noble.20250318.170241 Architecture: amd64 Maintainer: Steven! Ragnarök Installed-Size: 100 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_1.1.1-2noble.20250318.170241_amd64.deb Size: 13416 SHA256: 3480e90a21106281b1b58b895e67888a4a2ffdfd17ce04384a72cf891a83af05 SHA1: 30163b2f82287485d551edbb066cd5a118149b83 MD5sum: bb4f3432d13ecad15187b62c1cfdf162 Description: C++ headers for URDF. Package: ros-rolling-urdfdom-py Version: 1.2.1-2noble.20250331.175954 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.20250331.175954_amd64.deb Size: 38698 SHA256: 37ab66b027f19ad62e3d41923af114fc20738152c9bb823240874f50faa48962 SHA1: 9dee80fb331a9becc9c47c80995a91ea595f1964 MD5sum: 8208164891dd9618a6d9e9663638d1bd Description: Python implementation of the URDF parser. Package: ros-rolling-urg-c Version: 1.0.4001-5noble.20250318.171918 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 311 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.20250318.171918_amd64.deb Size: 41292 SHA256: 4013f550f59d8326af17222008cd60029deb1f5b465a15156d807c535969a296 SHA1: 8460da4a7407a3681cdaee4af9fdd6924a8c38d7 MD5sum: 4e3149cf87f1e5603be394f40aa1c30c Description: The urg_c package Package: ros-rolling-urg-c-dbgsym Package-Type: ddeb Source: ros-rolling-urg-c Version: 1.0.4001-5noble.20250318.171918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 198 Depends: ros-rolling-urg-c (= 1.0.4001-5noble.20250318.171918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c-dbgsym_1.0.4001-5noble.20250318.171918_amd64.deb Size: 98824 SHA256: e2b6fdf5dc9a3471f2263f841c0a833a53c17880d3fe2a9bf5d90c5b92a7a012 SHA1: f8bf0c4c61d5a62b36b5532ab88305b1a4b7e0a1 MD5sum: 04fc525f4eb73d08ba9a96ba4ae40748 Description: debug symbols for ros-rolling-urg-c Build-Ids: 037b7d52d088d8bebc6f016cb1e56a268f1b1ddf 10a068145de38db4686b5c53743e1910784eca41 10da4f6b2d8a66af73e8097b7f6bfc7bc6fee28a 3eb67beaa097ec6bc886a491966d3d6ee58b4012 5cc3c60a2e2b1a153f63e271ce2329220b1ab5ee 5f88eeb9ef7030b66f163badcc7285b5f4c4bd50 6cab44cfc55ce9acb3b93ba5e0d4c34c23b36ad3 7423fce851c4417712f61f800293c4bdcdff427b 8f680ea9a1775b3a682156db7150217f91999ad6 d4d5f8aa7e0cf8c9769f300cc0df77436818ec8e e75c5dd432e803d6865d242ad187bd5cca64982d f4dd28f049c66abe60c2ef7211504ec1ef873694 Package: ros-rolling-urg-node-msgs Version: 1.0.1-8noble.20250331.164535 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 439 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.20250331.164535_amd64.deb Size: 41066 SHA256: 4d5e804e6820a0a14654ff40b3600abcc899cafb30fdfe177bd21ea4cdf4b5f2 SHA1: 425892b4d04604e2002ca8c6f1f1c7105b692c96 MD5sum: c646343359c158eaa648e3a3bf5e0732 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.20250331.164535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 260 Depends: ros-rolling-urg-node-msgs (= 1.0.1-8noble.20250331.164535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs-dbgsym_1.0.1-8noble.20250331.164535_amd64.deb Size: 175474 SHA256: e5ecc8e5682edbadb7ba6911bcd599c8bc2a2ace92722a1b64738a8f02daae64 SHA1: eb062401573a6245746bdc1a02a9bead8c8b176f MD5sum: b6073d15e11fb1b65881cf6861127a85 Description: debug symbols for ros-rolling-urg-node-msgs Build-Ids: 1a5c168f8c046130f5c9ceb90e3ea461231b582d 20f366061688510d029d0808bd42b5e7cbcdca98 2aca04e325f40d12a4ebe057e0c1ee0504c84af6 35c56ce8e88f5ffe88f5272c0797a8a2c82601e3 371f441c87b74b3660a7b76a9f28d5f8eaca6b74 5bda8cd5c94f9d49807e89874a46598c237b7ebc 68109ad96be5aac3d21345258d2d4bc150a60ce1 a613e6da64f035c8ea7257da4568e8b8ba08658a a712b58da3f14afaa322c2365307402324eb6ffb de4970bdcb9eb73fe90010beadf6b692b651e03a dfed438c9c4a6895217dd7721fd5ac5b607d2ce9 Package: ros-rolling-usb-cam Version: 0.8.1-1noble.20250331.202317 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 703 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-rolling-builtin-interfaces, ros-rolling-camera-info-manager, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-image-transport-plugins, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, v4l-utils, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/usb_cam Priority: optional Section: misc Filename: pool/main/r/ros-rolling-usb-cam/ros-rolling-usb-cam_0.8.1-1noble.20250331.202317_amd64.deb Size: 169286 SHA256: b0c1349fddfc25c3fc4a0f98f96e8c6180e7335bee1f35f20bc0258b6a823279 SHA1: 80a1ded0e6aa847c789fd1b675cd2d4bcbbcbb15 MD5sum: b5d649aa8a3da5618a1dba069c2f10cb Description: A ROS Driver for V4L USB Cameras Package: ros-rolling-usb-cam-dbgsym Package-Type: ddeb Source: ros-rolling-usb-cam Version: 0.8.1-1noble.20250331.202317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2664 Depends: ros-rolling-usb-cam (= 0.8.1-1noble.20250331.202317) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-usb-cam/ros-rolling-usb-cam-dbgsym_0.8.1-1noble.20250331.202317_amd64.deb Size: 2465146 SHA256: 108149c32e45bc145f2cb7565f66ae4a7dabaf33e5d49d310abf96c327656595 SHA1: e4f950bca8893438d59f89ba42564dbe8a9154c6 MD5sum: 0fd497608ae54c1367940c0c804e1618 Description: debug symbols for ros-rolling-usb-cam Build-Ids: 26e907d1e7eacf7158118cc754f6de9451fa8d8c 6cf7f515ac0a0892e108ad8addf3604c93e6355a 93cbe27bec12d54055a4df17bc86ddaa5233cd48 Package: ros-rolling-v4l2-camera Version: 0.7.1-1noble.20250331.194857 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-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.7.1-1noble.20250331.194857_amd64.deb Size: 219124 SHA256: e471b265b301267a123661fb6fe0f1ae0b8122b2b100a128315282fcaf98e6c2 SHA1: 634fa62ce89f19725813d1c4606029b3da1c071e MD5sum: 4826fa9364b7b4ff3c9ac76519f8d9c8 Description: A ROS 2 camera driver using Video4Linux2 Package: ros-rolling-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-rolling-v4l2-camera Version: 0.7.1-1noble.20250331.194857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 4579 Depends: ros-rolling-v4l2-camera (= 0.7.1-1noble.20250331.194857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera-dbgsym_0.7.1-1noble.20250331.194857_amd64.deb Size: 4141790 SHA256: 01cbcbac39abea11907e3b490bff70775f47514825be14c04cdff4f675f84e89 SHA1: e6ba75af799a98ee3e98fc374394324870292651 MD5sum: 19d369383d036493c1edf3c00418945d Description: debug symbols for ros-rolling-v4l2-camera Build-Ids: 6953b66c01f3e3c0a26586763920b57b8e958a12 c431451c7f710928abbac3972962f1ffb08dd10f c70e5f088368b19bb4ec9adad83d0cc807ef4120 Package: ros-rolling-velocity-controllers Version: 4.22.0-1noble.20250331.200953 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 106 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_4.22.0-1noble.20250331.200953_amd64.deb Size: 22794 SHA256: 56dd2aafc737569c07cf12a57b4dca164436a7ddbf1ec366dcf5cdfa3fafc7d5 SHA1: cd50ebb5394ad1189c186735a0bf9cb1ee732da6 MD5sum: f1b5d7eb45ae3f629373486e2145c458 Description: Generic controller for forwarding commands. Package: ros-rolling-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-velocity-controllers Version: 4.22.0-1noble.20250331.200953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 368 Depends: ros-rolling-velocity-controllers (= 4.22.0-1noble.20250331.200953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velocity-controllers/ros-rolling-velocity-controllers-dbgsym_4.22.0-1noble.20250331.200953_amd64.deb Size: 349410 SHA256: a2ceb81d72b8c6a4af7e14c1ea6a0ad6316d3202c8cae0f56b5efae9542cd106 SHA1: b2b5361f6384f5aff7a511f170ee0b3b1a566c2c MD5sum: 87e3611f297a4811597ae4f0e99ae3cc Description: debug symbols for ros-rolling-velocity-controllers Build-Ids: ea0e82ab20416a9402323ba9c3bc4c819158673b Package: ros-rolling-velodyne-laserscan Version: 2.5.1-1noble.20250331.185339 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-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.20250331.185339_amd64.deb Size: 127548 SHA256: 433d75e0f0182c08018909d1f119a2a636e78cc1d08831f79f41d8b54ea09784 SHA1: 98fada4fa733d5c5a507369405ac67013ab58d6e MD5sum: 8eadf022f629cc39b7ef4a0b55797aa0 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.20250331.185339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2705 Depends: ros-rolling-velodyne-laserscan (= 2.5.1-1noble.20250331.185339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan-dbgsym_2.5.1-1noble.20250331.185339_amd64.deb Size: 2359548 SHA256: bcb7181828670c60b910cf81903618723de3953fd72fd3fc9c1fdfd61d84122c SHA1: 3610e44013c3a37ec8e5cd91f6127f4021768a45 MD5sum: 5c98ebe02667d45b04107433c7e70fd4 Description: debug symbols for ros-rolling-velodyne-laserscan Build-Ids: 1d088e99b6846750616d280edc1be727fde30096 9cf55542b794cd23861f6d2e6a07c5c86beaf7e6 Package: ros-rolling-velodyne-msgs Version: 2.5.1-1noble.20250331.164613 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 556 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-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.20250331.164613_amd64.deb Size: 55218 SHA256: dd2cc324818480348955359d7090a8ecc38037b9e2a46083e58dc3718427486c SHA1: 8f616fbfade81f261c086d485d570a5a32d002e4 MD5sum: 90e79f46c18aa02bfa0fc012428148a9 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.20250331.164613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 409 Depends: ros-rolling-velodyne-msgs (= 2.5.1-1noble.20250331.164613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs-dbgsym_2.5.1-1noble.20250331.164613_amd64.deb Size: 300640 SHA256: 36119eed3623869ec529f4135c3b8b11753a0dffd9ac11e2c4357969b4eda539 SHA1: 2b49b07d5c55ee2974b7b4c0c5c84dd698441223 MD5sum: dc94338c7b03d1afb260075a439059c4 Description: debug symbols for ros-rolling-velodyne-msgs Build-Ids: 13eef694248eb42100cf8ae04b798183e7529e11 3848a4140c2384122a38b20691c2931201720e04 3fb66e006b991dc1efe502cbea6461b82be8cfeb 53a16bff3d9221405adfef0c3c4bf9103f0d633c 59f1e18a4f931e1bd7ea022b362ed3f765c52cd8 702bcbf65a19bc80aba099956b77cd773b78ad02 7dd815c2f3d8433fbd57eb201c0c3cb7a2562b4c 7fd75875a60c5aa3a63124480a20535c9a524eba d14c7055f697456495a858a24a63b9c8eb81e938 df08f43ba890bd35aace55a4a875e1e38eb0859e edcd67a291a3aef5667424253ee853e701361443 Package: ros-rolling-vision-msgs Version: 4.1.1-2noble.20250331.171651 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2462 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.1.1-2noble.20250331.171651_amd64.deb Size: 181026 SHA256: 0c7472ab50ae8fbb8fe2f56adf4af4c8a96d4c9307c0dd30c4a3a3dcc06bd707 SHA1: a4370601fe5d97a6a407bafc5067d2951c1e4530 MD5sum: aab57cd6cf77b60edb7c225f3954f43a 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.1.1-2noble.20250331.171651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2149 Depends: ros-rolling-vision-msgs (= 4.1.1-2noble.20250331.171651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs-dbgsym_4.1.1-2noble.20250331.171651_amd64.deb Size: 1788540 SHA256: 5205a1c3d736e6aa0d2e6beb02b589ae664a44dd9451d6d13286b7f7f1b4adf7 SHA1: 8a0238e017d3a705f02ab90a77afb3dcd0099c4a MD5sum: 6bcd961cfc5f5428cf97c43c6c5c9a4f Description: debug symbols for ros-rolling-vision-msgs Build-Ids: 13c63358b14f93c925f422a66660972b13e64f81 29dc265c928ae0e1470f4d79cef099aa405c4156 2a13b70a0c1558006e4a29bcf76b54bc21e6111b 3b305e92dccfde2fb749cbc19edc72a65fdfddf9 3c37d02567c4e14b29c502dad2625d1d95c43a70 4558e033a34b2fccfff6b96dc37e2f19445d28d2 95fa03f8899f2fea2657fbe1c1163b4976b6ef93 992345e768dcc9b4a79966e670e511c62f595387 ca5d1d57a99c981510e9448d7a11d0fd77fd7e4f f2ea55b2c6fecc5797b3eb53e510fbcc29f711fd fbf93610f2eda12c9415a9eba01459c31d0acdce Package: ros-rolling-vision-msgs-layers Version: 0.2.0-3noble.20250331.183811 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-rolling-rqt-image-overlay-layer, ros-rolling-vision-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs-layers/ros-rolling-vision-msgs-layers_0.2.0-3noble.20250331.183811_amd64.deb Size: 21024 SHA256: f20eb032670bf31bb7c0a15cfd174f23f64cd8ffbb66ae57d5f7a7866f4b2d29 SHA1: ca7b8daeef1dfc2229a87e9a93cd5085cf9501b5 MD5sum: 1c83e2d540fcf8b521b1596b23859f42 Description: Collection of RQt Image Overlay Plugins for Vision Msgs Package: ros-rolling-vision-msgs-layers-dbgsym Package-Type: ddeb Source: ros-rolling-vision-msgs-layers Version: 0.2.0-3noble.20250331.183811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 443 Depends: ros-rolling-vision-msgs-layers (= 0.2.0-3noble.20250331.183811) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs-layers/ros-rolling-vision-msgs-layers-dbgsym_0.2.0-3noble.20250331.183811_amd64.deb Size: 427976 SHA256: 9218fbb87f83bbefaf5d59af12a320b98d143d59d4401fd7e99ac746ee2a93ac SHA1: f74262f4114a4f182745d905969324731467ec12 MD5sum: 6485dc94ee98d4bfdc7d0b1389c6cb53 Description: debug symbols for ros-rolling-vision-msgs-layers Build-Ids: 0dcddb32d3972c0396e0a8fc1b7953af1b5f63c6 Package: ros-rolling-vision-msgs-rviz-plugins Version: 4.1.1-2noble.20250331.205509 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-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-rendering, ros-rolling-rviz2, ros-rolling-vision-msgs, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs-rviz-plugins/ros-rolling-vision-msgs-rviz-plugins_4.1.1-2noble.20250331.205509_amd64.deb Size: 231198 SHA256: c0873d9fbbfe2b47e46321a7eda9913790064aca7227323ad37ec9efe9c2bfe5 SHA1: 27e9ddef2bdf90c90118057ffa4fa5206899c9e4 MD5sum: 4bab6af9131d7c68331e33fbb2fa5727 Description: RVIZ2 plugins for visualizing vision_msgs Package: ros-rolling-vision-msgs-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-vision-msgs-rviz-plugins Version: 4.1.1-2noble.20250331.205509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9761 Depends: ros-rolling-vision-msgs-rviz-plugins (= 4.1.1-2noble.20250331.205509) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs-rviz-plugins/ros-rolling-vision-msgs-rviz-plugins-dbgsym_4.1.1-2noble.20250331.205509_amd64.deb Size: 8655556 SHA256: 56176533c258279992067c4b8b3f5dfc19af12774ebc1efa033a39190f3c1799 SHA1: b06067cf6f7fffabfa401a83259d8b4b44e584f0 MD5sum: 2ed82646d0e89664d7258b3a4e0f635b Description: debug symbols for ros-rolling-vision-msgs-rviz-plugins Build-Ids: 68e2c2d2d693f4b759d07f94a489c2bba7df9975 Package: ros-rolling-vision-opencv Version: 4.1.0-1noble.20250331.183124 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 42 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.20250331.183124_amd64.deb Size: 5738 SHA256: 628390cf5a1139fd958b944166d221c21d20bc33e4976d9223e76f6c8dbb95d8 SHA1: 4708ab3a99ca071b3f815e77a78e41e9b0fbee46 MD5sum: f2bc3d987b99f1eeb22df2db4a34067b Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-rolling-visp Version: 3.5.0-3noble.20250318.170248 Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 11094 Depends: libblas3 | libblas.so.3, 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), libeigen3-dev, libjpeg-dev, liblapack-dev, libopencv-dev, libpng-dev, libv4l-dev, libx11-dev, libxml2-dev, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/visp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp_3.5.0-3noble.20250318.170248_amd64.deb Size: 2675706 SHA256: 331e548fd5d07406fc2f9cbc095768de2cbbbd98b21cfb04acc1a504ff20374a SHA1: 95ba3dc9cb5a665d82f985e7af365abbd594b300 MD5sum: 8477123afdfcdec5dd84d65f1e53b0bd 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.5.0-3noble.20250318.170248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 35808 Depends: ros-rolling-visp (= 3.5.0-3noble.20250318.170248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp-dbgsym_3.5.0-3noble.20250318.170248_amd64.deb Size: 34604324 SHA256: b4cc77feaa2aad4cd0fd483fc355bd98f81981be1900f9e2e1b7aa49c4528f47 SHA1: e7f9ed2268581e1de683831265622b278d7565ba MD5sum: a1420354e40d7f88e1e8d9f34e9ba99b Description: debug symbols for ros-rolling-visp Build-Ids: 0a87113a05e7bb7213edd1068532501a903ad4cf 3e79e3e6ec17b49c8fb35a4665f223844d73b107 45bfdc3514420ca541e781c6821774bcaa2f8ade 4cf3dcf7caf4be7142cdfbab2c1ff0a34ee9c516 4f8aed2986ad0387ca4608586b7465bf1cf2ea03 72c83d47345c3392266d10113f8245d20d669b56 8ae1ee4fbfa53e9df22afc30b3d73eee127cb3b3 98fcf185d530fa42644290191209062415bceb56 a2856e53261a17309502b0d2bc650b931fd9586e a6650aea8bbb6dcfebf169bb541072e2169f8bcc b48b2972c526ac4474d7318138631b473a6dcc17 c09b66d4fe6caefe58b634a7d4adbf6dd6f6544d ec6019c19057d69336a18ce32d79e35fb2dff92b ef59329d767e76597b0c6dd7a219d3802b7205d5 f206a3da77f45666626e7102b291a4bf538368a8 f6eea2d53e5fad7a90574d174871ebea5104483a fcd5f149821056182adcf162e241c482c5b5bd15 Package: ros-rolling-visualization-msgs Version: 5.5.0-1noble.20250331.171950 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3166 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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-visualization-msgs/ros-rolling-visualization-msgs_5.5.0-1noble.20250331.171950_amd64.deb Size: 255042 SHA256: 32f1904cf36b34c25ac2317feb12f0cd24a13e4f3b72da94085f1cfbd788d65b SHA1: 9d009df008762a4cd59862afd6051ccf9ab15e79 MD5sum: 4efb354d44472928dc1bd9bf5cdb762d 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.5.0-1noble.20250331.171950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3015 Depends: ros-rolling-visualization-msgs (= 5.5.0-1noble.20250331.171950) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs-dbgsym_5.5.0-1noble.20250331.171950_amd64.deb Size: 2595566 SHA256: e04a88d86b6969496640b72540c2ed86fd5492f823c99b0f737745fb3da771b4 SHA1: 9430160ea4a306ce33e377a1f800efcb66070396 MD5sum: 4eb1fe6592aff91cba238e07a47b53db Description: debug symbols for ros-rolling-visualization-msgs Build-Ids: 0670ff4ad3396dec4469687250aae2feed1f153b 069fcb2d09354e069f24bfadb35e90462be8a158 0771c2545cb9af58ec40e9c09f93cd73d709b0b4 2590a4e48b96e1e89bd2634017f251d8c63125b2 5c4d8ba60fa9333b3ca1ac7ac8d6d93bd2ec6e38 739d3d6b41386ebc8563cf9f5dbaffe920805e29 809e8d72dcc28c0ed94e385bf36326631ba71131 cfa3646bffdc3e9c1d677582af22930d95b540fd d4849c1981125f76c90f3c241b2d812359b08877 f013e62ffbb59c6e6cc58da666d4d1feafb9617d f1c703ee1091551f9f2570951d5c30f4487b323f Package: ros-rolling-vitis-common Version: 0.4.2-3noble.20250326.210244 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 42 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.20250326.210244_amd64.deb Size: 5484 SHA256: ae821ce87063311b52d6fb1aabe4ec409e4aa1399ead24828be91b17bb887310 SHA1: a848bf9d0aa196c8d1f58e0920678cca87e96fa9 MD5sum: 569ead14553526398769d700ddd8ca3b Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-rolling-vrpn Version: 7.35.0-20noble.20250327.085404 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.20250327.085404_amd64.deb Size: 298722 SHA256: 536c06bb30b82804a7226e4d4366522d496b790b5fa6e1d549bba701a04a6f33 SHA1: 0383382cfae5aab37c748b034220a655083ec8e0 MD5sum: 818a16d9e681e780b2c8b692f0f73f68 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-vrpn-mocap Version: 1.1.0-3noble.20250331.183734 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1839 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-vrpn, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vrpn-mocap/ros-rolling-vrpn-mocap_1.1.0-3noble.20250331.183734_amd64.deb Size: 305352 SHA256: c862db50a317247e31353d21864acbb5580174469f4c0b079b58f2eb3e073007 SHA1: a89c126591d2132c3e9e6fd4b630a69a62c9b20f MD5sum: 6c62378694a0e8f774431709b55818fb 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-rolling-vrpn-mocap-dbgsym Package-Type: ddeb Source: ros-rolling-vrpn-mocap Version: 1.1.0-3noble.20250331.183734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2617 Depends: ros-rolling-vrpn-mocap (= 1.1.0-3noble.20250331.183734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vrpn-mocap/ros-rolling-vrpn-mocap-dbgsym_1.1.0-3noble.20250331.183734_amd64.deb Size: 2423764 SHA256: f88f32097b8f074168d6e6a4a8bb6911e89ad66695a561615ca7c92edbc8edd3 SHA1: d6044e2eb82e7f077a829fb00e278d222c14d71e MD5sum: 4a9b2ea6c6a00e22ef1592cc3028b489 Description: debug symbols for ros-rolling-vrpn-mocap Build-Ids: 2cb30b189d938a388af4f89ae0bded798102d8f4 Package: ros-rolling-warehouse-ros Version: 2.0.5-1noble.20250331.195252 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 428 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libssl-dev, ros-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.5-1noble.20250331.195252_amd64.deb Size: 123108 SHA256: 6b50330801945715919e23230b091018ca39619ca1917cc106d0007f3bf5684b SHA1: 8508a22d6fa5d887dbb5d5d2de2b5acabcc941a0 MD5sum: 6acab6b49e2235dc17e1c814a98bdb2d Description: Persistent storage of ROS messages Package: ros-rolling-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-rolling-warehouse-ros Version: 2.0.5-1noble.20250331.195252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2984 Depends: ros-rolling-warehouse-ros (= 2.0.5-1noble.20250331.195252) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros-dbgsym_2.0.5-1noble.20250331.195252_amd64.deb Size: 2902506 SHA256: c23e10674cdb8ea5a2233e2f83716b5da9ed63b421287fa86f686ec8d5d1e2be SHA1: 20fbee2c9cde5f47ced15e08ff79d206b6e2e369 MD5sum: 10c45c8bd44f3ea29ffb2b26b5d89f9b Description: debug symbols for ros-rolling-warehouse-ros Build-Ids: cab4c6955800618ac3b9d27717a6c06f07c2e1c6 f6079d967e4e52c18f89abb3885ded1a572d7537 Package: ros-rolling-warehouse-ros-sqlite Version: 1.0.5-1noble.20250331.201017 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), ros-rolling-class-loader, ros-rolling-rclcpp, ros-rolling-sqlite3-vendor, 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.5-1noble.20250331.201017_amd64.deb Size: 64710 SHA256: d3073e6a778d8ba57c7fad84f6d05d45883879c25e3a12c918aec7cde5e7095a SHA1: 0e114d0817c755d0299478b84642de5e2df4faa2 MD5sum: c27562f4f980c7197962ac105212fb49 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.5-1noble.20250331.201017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 1152 Depends: ros-rolling-warehouse-ros-sqlite (= 1.0.5-1noble.20250331.201017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite-dbgsym_1.0.5-1noble.20250331.201017_amd64.deb Size: 1098718 SHA256: 43cd9406576cf9cf65ac68bdc437199936b41e7befbced819f8d881dbcb05110 SHA1: 299a7579651ddfd46dc1401651ed1f0946054540 MD5sum: c1329ee8574f3aed16037ef4a16e042d Description: debug symbols for ros-rolling-warehouse-ros-sqlite Build-Ids: be33381f14b826f97fe62659925c73f7a137e821 Package: ros-rolling-web-video-server Version: 2.0.0-1noble.20250331.194906 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 766 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), 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), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-rolling-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-rclcpp, 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_2.0.0-1noble.20250331.194906_amd64.deb Size: 195438 SHA256: 10721ec130e1d9a55c2da69fdb8c7bfdc540aaf2eb81feea8ae9d7052ccab15f SHA1: 7ef361bfb978870e50c06c5bcfec96fda4ba78da MD5sum: 5476bdf9feb74e5be51dc26adf4cb742 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: 2.0.0-1noble.20250331.194906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 6245 Depends: ros-rolling-web-video-server (= 2.0.0-1noble.20250331.194906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-web-video-server/ros-rolling-web-video-server-dbgsym_2.0.0-1noble.20250331.194906_amd64.deb Size: 5847272 SHA256: 5e0efd547e58835d9e84f0acf14770587f18c2e9fe49d0833cb116d66178ec96 SHA1: a73a2b6cab74e80d13076988316ae681c651ac64 MD5sum: 55e9a3344362cd50f722537d1c176021 Description: debug symbols for ros-rolling-web-video-server Build-Ids: 86a1cf473207ddaf2611b17f74c0d384d0ead466 Package: ros-rolling-webots-ros2-crazyflie Version: 2025.0.0-1noble.20250331.200150 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.0-1noble.20250331.200150_amd64.deb Size: 14502 SHA256: be6ecd66d9e2cba7c8ec83f5a813deaeae96e3d8be77ace6040b628298276b4f SHA1: a259dd1664dfd5aff764b4583f91c0e4529312e8 MD5sum: 31705baf0b715b22a27d753c14193c37 Description: ROS2 package for Crazyflie webots simulator Package: ros-rolling-webots-ros2-driver Version: 2025.0.0-1noble.20250331.195009 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 4011 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.0-1noble.20250331.195009_amd64.deb Size: 847304 SHA256: 68ecb5d9c45eb5dd3787989ee845abad727984153732eb915114b0ecd2b8376d SHA1: 9512e014c9e974ccd192d2550e58528f336dd858 MD5sum: 37ee085e74116916e7b95072745c0dfc 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.0-1noble.20250331.195009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15880 Depends: ros-rolling-webots-ros2-driver (= 2025.0.0-1noble.20250331.195009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-driver/ros-rolling-webots-ros2-driver-dbgsym_2025.0.0-1noble.20250331.195009_amd64.deb Size: 14239368 SHA256: 1c6e363989ee0ac748b8cc49561b3c43fd1972894d41c6b9110fd912e7aa5751 SHA1: d72d8309cdb2075cdbabf1e24017996e1f1c3a24 MD5sum: ee75187cd0d86704bb351d57220cdec5 Description: debug symbols for ros-rolling-webots-ros2-driver Build-Ids: 1ca4aa03f171d64217f91627bda80c77d6d64088 3ee038fed6662b490696439fe288e108b337a88b b29a2123f7bafb639f634b9de3f37e70b9f595d1 c8a5527a8827e8e9e5955e7384f81e6503a23c75 f6d0ed0d9e0d074c944eccbe4666d150403ffd41 Package: ros-rolling-webots-ros2-importer Version: 2025.0.0-1noble.20250331.162648 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.0-1noble.20250331.162648_amd64.deb Size: 63468 SHA256: 0f3444158cfee3ab19b9b11007a26028d8e77b87bb975af6653574944b80b916 SHA1: 4397be9789fec46eb2caccc1c4bd3a5eb80a24c3 MD5sum: 15780486258769bccb2aafaf60ef7907 Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-rolling-webots-ros2-mavic Version: 2025.0.0-1noble.20250331.200204 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.0-1noble.20250331.200204_amd64.deb Size: 10282 SHA256: fed31e5f5ad9a2447f968d4436f26546481cec3bd30e8a7d3194b9b62cd3a04e SHA1: ce61b9f95d5a735dd871d728df7c6b53feefd8d0 MD5sum: 60623da79627ad5d469738f912f6ba19 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-rolling-webots-ros2-msgs Version: 2025.0.0-1noble.20250331.172000 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3228 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.0-1noble.20250331.172000_amd64.deb Size: 225388 SHA256: 12fb1ee86fbdd18bec7750c363952aaf47abd97fa4fe7ab957cc0ab0abc6490b SHA1: c5623243be63ce001d29e7b481bdbfca9bacba10 MD5sum: ed6aeedd41552d0fb0018911d26650b5 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.0-1noble.20250331.172000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2488 Depends: ros-rolling-webots-ros2-msgs (= 2025.0.0-1noble.20250331.172000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs-dbgsym_2025.0.0-1noble.20250331.172000_amd64.deb Size: 1980312 SHA256: 0594d2c3848b10a3d1ea0762c19549fd462308e128132d3b7d6904633a8eec6b SHA1: 805872196cf1b5d35cbd7503ce1602c004f7c666 MD5sum: 83d35efc4fd4e976ccda1026f7a2c16e Description: debug symbols for ros-rolling-webots-ros2-msgs Build-Ids: 6a052ca81180f612ab1b70a15e207bcc74eb1b2b 77571c36c4ea555ea61be2e1816d73c4ad02a023 79540945938b1fe958bc3877f7bddf813c8e95c0 7e6b0d3368b007ec88c7c8e0eea28611170d7fa4 84944bd920650b87a47b27ba4308bdbf9d3dd86c 85ef137a95796986ebfd49bef8004ed794c64c65 8983718e2ab1cc9e15721424ea558c28d365f04b 9478cde5aa7d043092e206547cfc11a876e8b2ae 99baadc58f7339eff28688e602fbb127950ebde9 cf6d8246cd5148b20dc47f19e94a496f9a58b0be fa7bab061140a6ea53419538121d4d0c165c145b Package: ros-rolling-webots-ros2-tesla Version: 2025.0.0-1noble.20250331.200216 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.0-1noble.20250331.200216_amd64.deb Size: 13646 SHA256: b1948222743c9afdb112366c59c51f9a9a2078dd8f66addf9df3e9ea984e464a SHA1: 6b27bc4461a0e4a5a5c21c37f77062b2be06443b MD5sum: 78deca601c1b540138aa479a12978e39 Description: Tesla ROS2 interface for Webots. Package: ros-rolling-webots-ros2-tests Version: 2025.0.0-1noble.20250331.202051 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.0-1noble.20250331.202051_amd64.deb Size: 8646 SHA256: cab666b6e7477a6a341143fcea5a3ab8b8ffd5e2351a8655f534978466fc315d SHA1: fb7f816726dd5faee9ade5044c917a5d754b94c4 MD5sum: 21f393897fdcb40de2daa9dc647cb7f8 Description: System tests for `webots_ros2` packages. Package: ros-rolling-wiimote Version: 3.3.0-2noble.20250331.193418 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1710 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.20250331.193418_amd64.deb Size: 306462 SHA256: bddd946210563382a2eb107193d4f48bb7c3f42ccbbb05a5fa2d850f03672d75 SHA1: 05275aae0d247121020022b6abd4234bf987e8c2 MD5sum: d5c4470eeb5ba23181da55567e4039cc 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.20250331.193418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7751 Depends: ros-rolling-wiimote (= 3.3.0-2noble.20250331.193418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote-dbgsym_3.3.0-2noble.20250331.193418_amd64.deb Size: 6529568 SHA256: cd0f22ced9a8cf75ea8bf70499e7240b950a3e015283a0c5fd5d1e5c6c622c2a SHA1: ddda77b6ffbd3b931eb9ffa4984f48dad322b6a8 MD5sum: 8a0253d693876cda083a2b8c964a7f83 Description: debug symbols for ros-rolling-wiimote Build-Ids: 3599b2a6c561d9415ed9d08b185c879aa39d8be2 6a2826e524e47b8f3faa07196b94530474906227 a838bbcbd98dda7a393134173026ede3b66abb75 c06c36a880932f94d0b50012264aecf79cc6fffa Package: ros-rolling-wiimote-msgs Version: 3.3.0-2noble.20250331.171220 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 929 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-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.20250331.171220_amd64.deb Size: 89040 SHA256: 1e31e9cd4175a57cef89666ea3694e3b7b89edb3fa14a8121ed18fa40785623f SHA1: d7111819158e053148eed0b4e2592f377609b945 MD5sum: dc50fca9b092fe37bebc8951e945c993 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.20250331.171220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 611 Depends: ros-rolling-wiimote-msgs (= 3.3.0-2noble.20250331.171220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs-dbgsym_3.3.0-2noble.20250331.171220_amd64.deb Size: 470884 SHA256: d6b0f9fff6cefd6b43141d4294a665eea71964c0b8dd53b3a3e82cec4bab3895 SHA1: 8f5d9a1588c9bd99bdbd7fb92233d97d0ec25c86 MD5sum: e11a30121b2aa8788392ffbd223151b5 Description: debug symbols for ros-rolling-wiimote-msgs Build-Ids: 208fb5784e26bcd22f613ee7b4f4d975bbb536ba 2cf3a5c2131331a051d07cadcbe53ce516fa78b2 4ca2c8cdf6d35bd433222c79429a42765a478f61 8e716d786a264cad065f65c19e93db9db7b9487a 954eeaa1c36e0ab482d5a266471ff74f4192736f 98f879e95d2804cae9ff8336a42fdadb6a46c62e 99c7dad6be3b6a27be60aed796fac9fdf4f58556 dac8ade94da8f887bb5aca35de5b92ac717af228 db5ca863e9bf0b24a6c6aa21fa0bd279d005e116 e07e49523f83ecc262125cc0705a9eb7497f443a f14bc11da8ccc6ea4a66e88775670ea1599b7e6e Package: ros-rolling-xacro Version: 2.0.13-1noble.20250326.205744 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 141 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.0.13-1noble.20250326.205744_amd64.deb Size: 29208 SHA256: a85c0cc1bffc94062e08c735350fe10f6223ce8df4eff2e0a0de74c70a778c51 SHA1: d57997181fa9f59e97d26376022f9844dcb83771 MD5sum: 733bae5b301aa2ed423528a1040c98fa 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.1.0-1noble.20250326.141339 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 43 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.1.0-1noble.20250326.141339_amd64.deb Size: 6728 SHA256: 2131fd8488359eaf43e282a74dbee7306931bb1eda2de00761ae01d94ee2118f SHA1: 78fe146dc05316a39bd23f33bfb5e0ce2cdbcfe8 MD5sum: eb13493a0f1ab59f88b0e4f3d84e65e9 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-yasmin Version: 3.1.0-1noble.20250318.172005 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 345 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin_3.1.0-1noble.20250318.172005_amd64.deb Size: 59212 SHA256: b5aabfa9333d19783c99863a5392625f34f5e06af30ba45ab70cf1f0f2f898d0 SHA1: 7d4decc02c3fd1798511d67beb44d2b64b31ff0e MD5sum: 47deb7ae940162dc74a57f967b69dc30 Description: YASMIN (Yet Another State MachINe) main package Package: ros-rolling-yasmin-demos Version: 3.1.0-1noble.20250331.183721 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1986 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-yasmin, 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_3.1.0-1noble.20250331.183721_amd64.deb Size: 360018 SHA256: e2d072b03fef9b49d0aa6e3fc5c11d454015ee40392ed03c261cd040f659d1d1 SHA1: 7bb677841d467a4933235c8b6111d1d1633073fd MD5sum: 20f41c6450ac36d83063e58a4582d7d5 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-demos Version: 3.1.0-1noble.20250331.183721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 5508 Depends: ros-rolling-yasmin-demos (= 3.1.0-1noble.20250331.183721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos-dbgsym_3.1.0-1noble.20250331.183721_amd64.deb Size: 4709408 SHA256: b17c919dc17f645308f20505a5af20823d2c8d9a4c15a9e17440ade9b6049b30 SHA1: 130ab8886da99b813dd6b7aa6dbd7abd452c71ac MD5sum: ecbbe63e7a3f9fc2eefc18b7efd35d06 Description: debug symbols for ros-rolling-yasmin-demos Build-Ids: 7f9716578afe133596abaf3c43c6e1b478a33bfa bab7200b70eaf681385759ed788d4ccabace85c7 ceabe55ef69f7b8dd4218a7f419b1d503694ea92 de4a4df6f3b9ded36652af369acdca9ba44bf6db de8bc57394ae1a9341a6493176b61a62871e3c59 e3254cdf6182135819a36cb0e0226816e2ae5e4a Package: ros-rolling-yasmin-msgs Version: 3.1.0-1noble.20250331.172546 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 707 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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_3.1.0-1noble.20250331.172546_amd64.deb Size: 74292 SHA256: 053d90799424c96ec1eab1a16010025b96fc82d69127e0c702c75ac0a2b00072 SHA1: 6d12965582c3053a4f844edd2a5e68085829cab2 MD5sum: cfb2e54419079c9a750da48464376076 Description: Msgs of (Yet Another State MachINe) Package: ros-rolling-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-msgs Version: 3.1.0-1noble.20250331.172546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 642 Depends: ros-rolling-yasmin-msgs (= 3.1.0-1noble.20250331.172546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs-dbgsym_3.1.0-1noble.20250331.172546_amd64.deb Size: 520914 SHA256: 758342b6952674f6722dc6afaa416c38075d50b43835932c62be3b8df2eab138 SHA1: 3deca13119b72bfe42d0fa87f0862df08ad9a485 MD5sum: f4c9912be3b716dc2b915abd236b1b67 Description: debug symbols for ros-rolling-yasmin-msgs Build-Ids: 0ccd61e18d1ec2be4ac3058cf908dfa7db5ed67b 0cef1d89f6463046a3e8dde1340c33bc4d4c62fa 183a9cc16a2fda7fb3fa5ce15613e73e8808c789 21e58d714c2dba814f299c3fd2291fb168344505 a32fc45ed351e1c7d73f92f8a7e096b7f1e83133 a3d330136145b7dfcac77694e439388b56c7ffeb af9b7229fe3ddd7f91d1a11e5a46576a1d7210fe b1858601efd4e3b1563d1a2f1326a3ea2e1e180d cc71e6307261edc09f0a5dbd2f95aa9ca502eaa8 db4399f2a5d73efe271276070d714a794220abd2 e94b8d3d777f07217065ee342ece0d137be1c3ee Package: ros-rolling-yasmin-ros Version: 3.1.0-1noble.20250331.183201 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 210 Depends: ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros_3.1.0-1noble.20250331.183201_amd64.deb Size: 34640 SHA256: e031c36a7be5e34ba522dafd16dda371b73cebb1aaf767d1090d61381990bde9 SHA1: 82a88e91352e41c05af670a98673eacc9aa7840b MD5sum: dd7a5570481c32c1664cee5351b29094 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-rolling-yasmin-viewer Version: 3.1.0-1noble.20250331.183444 Architecture: amd64 Maintainer: miguel Installed-Size: 8156 Depends: python3-expiringdict, python3-flask, python3-waitress, 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_3.1.0-1noble.20250331.183444_amd64.deb Size: 1832960 SHA256: dbebd89f25b28e738cc1e0b15224eefbdc075844567509c96b3525e56d964d87 SHA1: 070d72cd4827a3160d8b3e6823fc45bbf981c75f MD5sum: f5cf1c73a55d7b9940cb4c132cc0a935 Description: TODO: Package description Package: ros-rolling-zbar-ros Version: 0.7.0-1noble.20250331.181345 Architecture: amd64 Maintainer: ijnek Installed-Size: 2625 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzbar0t64 (>= 0.10), libzbar-dev, ros-rolling-cv-bridge, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-zbar-ros-interfaces, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros/ros-rolling-zbar-ros_0.7.0-1noble.20250331.181345_amd64.deb Size: 303450 SHA256: c5d689f4a2390318b6bbd3049a22b5a7cba87b683a1ee68e88bd94fdbbc35bd3 SHA1: dba6cb12e1806501a038e0bf86d4e9f90a1f3c2a MD5sum: aae74ad40726cb54b064a6db159f7b17 Description: Lightweight ROS wrapper for Zbar barcode/qrcode reader library (http://zbar.sourceforge .net/) Package: ros-rolling-zbar-ros-dbgsym Package-Type: ddeb Source: ros-rolling-zbar-ros Version: 0.7.0-1noble.20250331.181345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3208 Depends: ros-rolling-zbar-ros (= 0.7.0-1noble.20250331.181345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros/ros-rolling-zbar-ros-dbgsym_0.7.0-1noble.20250331.181345_amd64.deb Size: 2825538 SHA256: d64e4b9f65c3b402ba0cf6642fb58a754a34eae7d3721e5c6eab51fb5c3cfdab SHA1: 3118c58eba0a568de1e45b7c4d6f444a172de155 MD5sum: 339a486ffdff77e28f8435930dd4d702 Description: debug symbols for ros-rolling-zbar-ros Build-Ids: 9e72768e469fad6cbc90bef7fdd717d9b4050dd1 Package: ros-rolling-zbar-ros-interfaces Version: 0.7.0-1noble.20250331.172209 Architecture: amd64 Maintainer: ijnek Installed-Size: 440 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-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.20250331.172209_amd64.deb Size: 43830 SHA256: 7de51ed14fe4a3703075751a7386e9ea50be6ebc6675314f7963895adbd06c2f SHA1: 25df763067de529a7d709b4fae8f8d6b11789ad3 MD5sum: 2f0de687895f110c60b74b692bfb5c0f 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.20250331.172209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 296 Depends: ros-rolling-zbar-ros-interfaces (= 0.7.0-1noble.20250331.172209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces-dbgsym_0.7.0-1noble.20250331.172209_amd64.deb Size: 209292 SHA256: 9d30cc523ec8048b6652e4f7507eda5709986b55bbe95b8bf24bfd08ebdc2be1 SHA1: 60151bdc955fbcbd0a301dd3979ac543e7602000 MD5sum: 463b0c575d367fa59a30491731479861 Description: debug symbols for ros-rolling-zbar-ros-interfaces Build-Ids: 2014d96af56219b2d3b7c125029acee3da7a7f83 204faa0142d09fd51b5900fd6d2862130e48de0f 35d903a036b4e28e76e56fb9db07afdee0d05fd7 3914bdf22b48991cac22228d23d7712101d22b1c 3e6f50cc8364623c665ce9900ccfbe5b07768a13 600ec41ed94d94c193a7e31d4dca6577dbba12a9 83ece8ecc83153ea3325ca5b3ddba099469a75de a1365de96b63f545863cf641b66def783d9b8252 aeb110ccb56e5b90b01389c2571c5ccf2b9d6e3e c0ed229fcb9047ec32548476d32be7a03b629374 de65a021b1a73aa2bfdf8b4ad0f25c0fc5247cc6 Package: ros-rolling-zed-msgs Version: 5.0.0-1noble.20250331.171952 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 40826 Depends: libc6 (>= 2.14), 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-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.0.0-1noble.20250331.171952_amd64.deb Size: 10701114 SHA256: c89c2d26a8d78c43ff1e311787cdb267f17d71bdfc2c253ec3439e9e4dfbb15f SHA1: bf7358d326c9233cbae0eac890f5046918a4d9e7 MD5sum: b49ce97a0d361e7dc9abbec8d98189bd 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.0.0-1noble.20250331.171952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3358 Depends: ros-rolling-zed-msgs (= 5.0.0-1noble.20250331.171952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs-dbgsym_5.0.0-1noble.20250331.171952_amd64.deb Size: 2753050 SHA256: 266123be5d648353bfe8041c94fd48d463a1ffde422223eb9797da13a859347b SHA1: ee4cc19358ded40244b850bba2af5e90e2fdcce9 MD5sum: 43fce2035230843c4e3db0a995222a10 Description: debug symbols for ros-rolling-zed-msgs Build-Ids: 0314ba69fa860a396012f10b57768dbae09c3e13 0b948d9d96ecad61a1148614856c89d1eba54305 23f9472798712993154db2de54676d43f3889635 370861691d91c858ee706d5544449bf74455f48f 3d96390b0e339e8e86108ec18418a44c69563c65 66d257e6b5c3289d24182dc62e6c8dce03317be9 83384174cf728d0cee5bedd3ecb7ab8c70bba4ec 95e026c8d821913bf3b1461c72eb35284b123e71 a682b636c08c58818f7a51fbc958b80baec0cd16 c0f95b1daa2ad4d0636a005f5d869cecfc621836 c6a947f4680678efadd3c4a5c654d19bb972224d Package: ros-rolling-zenoh-cpp-vendor Version: 0.5.0-1noble.20250326.205750 Architecture: amd64 Maintainer: Yadunund Installed-Size: 36377 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor_0.5.0-1noble.20250326.205750_amd64.deb Size: 7435824 SHA256: f73edd67e8104565e3cf68259f25f51d14f4d8b655b0e61cdcea1e0510b293e8 SHA1: 4ebe6ccead3d9abe15aa5eb334cbc64eff5bb522 MD5sum: 02cd208f5d84bba9be81bf6e245ca92c 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.5.0-1noble.20250326.205750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3212 Depends: ros-rolling-zenoh-cpp-vendor (= 0.5.0-1noble.20250326.205750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor-dbgsym_0.5.0-1noble.20250326.205750_amd64.deb Size: 2104392 SHA256: 88f804074dcd199837240c72108563a09345e43e00d3914d0f4678369b5899cc SHA1: c53bc6d6551c028f66eb972b8e16f10cbc829357 MD5sum: d915bb974151e7b353d60dfc3ca067a3 Description: debug symbols for ros-rolling-zenoh-cpp-vendor Build-Ids: 543750025c0c105a1e644b024a8a65975cd8b046 Package: ros-rolling-zlib-point-cloud-transport Version: 5.0.1-1noble.20250331.200138 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-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_5.0.1-1noble.20250331.200138_amd64.deb Size: 126052 SHA256: 3f1efe37d0197442a7917b2309b22e34bbd35478dae77bd4b0edc11d36a39805 SHA1: 668b8dfaee91eb7610b54fe3c833b442a8b43dc9 MD5sum: 413c9a676e10a94eeb4c9740e21f5a20 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: 5.0.1-1noble.20250331.200138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3274 Depends: ros-rolling-zlib-point-cloud-transport (= 5.0.1-1noble.20250331.200138) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zlib-point-cloud-transport/ros-rolling-zlib-point-cloud-transport-dbgsym_5.0.1-1noble.20250331.200138_amd64.deb Size: 2888456 SHA256: 654057fd305d6987b31514222b4e82b822abb74eefb27dd57ef45e68dbc484ff SHA1: 8e9374209ee642f19a3ee0a9700e7953e0778009 MD5sum: 37b64d2f7e0e6bc9e4c34fbf61e2032d Description: debug symbols for ros-rolling-zlib-point-cloud-transport Build-Ids: e084803c7693645320730ee0ee200cd803548c69 Package: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20250318.172049 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), 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.20250318.172049_amd64.deb Size: 127206 SHA256: 37ce72402e9db07f67c2a6694e2abf7c99f42c04634596d0e3477e317ab102ff SHA1: b9cf35f881f2e6f95a151bb30cc09cc0d672974e MD5sum: 085bbc4e5386728888c419cea861eb23 Description: Vendor package for zmqpp Package: ros-rolling-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20250318.172049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 794 Depends: ros-rolling-zmqpp-vendor (= 0.0.2-3noble.20250318.172049) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zmqpp-vendor/ros-rolling-zmqpp-vendor-dbgsym_0.0.2-3noble.20250318.172049_amd64.deb Size: 748722 SHA256: 98b25dbc3997d110c76b0793e460063e6424441b2988f65aed2bfef49a562f10 SHA1: 8a6b6ac3c9aa92fce67f04e81161159db616b096 MD5sum: fc84a30725f460fdb2dc255c059322dd Description: debug symbols for ros-rolling-zmqpp-vendor Build-Ids: 65ec5b169fde2a6f9e07c77f428dba48ea01b8a7 Package: ros-rolling-zstd-image-transport Version: 5.0.2-1noble.20250331.201937 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-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_5.0.2-1noble.20250331.201937_amd64.deb Size: 116976 SHA256: 1a85f6a55ed50f4d49cfb0c91141805547abba3d0cdfe0a39127347dba92cd62 SHA1: d418a513ecbb5bfc2a4dd379783fe1e0bbbc6ea2 MD5sum: e6c0bbd4544f6b551536933c48f85218 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: 5.0.2-1noble.20250331.201937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2574 Depends: ros-rolling-zstd-image-transport (= 5.0.2-1noble.20250331.201937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport-dbgsym_5.0.2-1noble.20250331.201937_amd64.deb Size: 2233486 SHA256: 3cdafa4f1887f0a811e76ecd36502a1bae55e3b0f1d1e2cf5bcb06403ebdf301 SHA1: e66da6807b2c70f610db98ab8fc5cd46c10d536d MD5sum: 5ed6b292fefea8067f140d1223f7ed82 Description: debug symbols for ros-rolling-zstd-image-transport Build-Ids: 78f4705db34a8ae4fb3329fe32d8783fca137cb5 Package: ros-rolling-zstd-point-cloud-transport Version: 5.0.1-1noble.20250331.200429 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-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_5.0.1-1noble.20250331.200429_amd64.deb Size: 124208 SHA256: deaa5e4a3b01b510232a7148c27fffdb1c185420022dfcd4363b44e9cf49b4a4 SHA1: 7df19f0603a301579f92907b11215a7fbe5236c7 MD5sum: ab524fb8b0e6eccad8db2fbaed3eef96 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: 5.0.1-1noble.20250331.200429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2685 Depends: ros-rolling-zstd-point-cloud-transport (= 5.0.1-1noble.20250331.200429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-point-cloud-transport/ros-rolling-zstd-point-cloud-transport-dbgsym_5.0.1-1noble.20250331.200429_amd64.deb Size: 2296392 SHA256: 6928958e48e7e397058925e266fbba3a86158379696e85571cb2995c659cd6ef SHA1: 3a9cdcae24e9034086b83f758b0063c9bea05010 MD5sum: d0d711af4d2c6644c443b9a0ec59f36d Description: debug symbols for ros-rolling-zstd-point-cloud-transport Build-Ids: 197b1fcc5a0d83e955f66268ee0e3c054763ff04 Package: ros-rolling-zstd-vendor Version: 0.31.0-1noble.20250326.141311 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libzstd-dev, ros-rolling-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-vendor/ros-rolling-zstd-vendor_0.31.0-1noble.20250326.141311_amd64.deb Size: 7638 SHA256: bfc1f651b4a4c2884eff1f884ae432f068328f650fe684f30340eb11f9eff17a SHA1: 4e843c6613e6f1b4a94b983859889d534f6fe0d8 MD5sum: e3c8d2dd4562ac6689dd7133897fba4e Description: Zstd compression vendor package, providing a dependency for Zstd. 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