colcon-ros-domain-id-coordinator


Namecolcon-ros-domain-id-coordinator JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://colcon.readthedocs.io
SummaryExtension for colcon to coordinate different DDS domain IDs for concurrently running tasks.
upload_time2023-10-11 15:14:00
maintainer
docs_urlNone
authorScott K Logan
requires_python>=3.6
licenseApache License, Version 2.0
keywords colcon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            colcon-ros-domain-id-coordinator
================================

An extension for `colcon-core <https://github.com/colcon/colcon-core>`_ to coordinate different DDS `domain IDs <https://docs.ros.org/en/rolling/Concepts/Intermediate/About-Domain-ID.html>`_ 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://colcon.readthedocs.io",
    "name": "colcon-ros-domain-id-coordinator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "colcon",
    "author": "Scott K Logan",
    "author_email": "logans@cottsay.net",
    "download_url": "https://files.pythonhosted.org/packages/e9/fb/9fb011d0625fd64436b22ea241ce1e143748dddb2538a6cdf1603de20126/colcon-ros-domain-id-coordinator-0.2.0.tar.gz",
    "platform": null,
    "description": "colcon-ros-domain-id-coordinator\n================================\n\nAn extension for `colcon-core <https://github.com/colcon/colcon-core>`_ to coordinate different DDS `domain IDs <https://docs.ros.org/en/rolling/Concepts/Intermediate/About-Domain-ID.html>`_ for concurrently running tasks.\n\nThe 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.\nIt 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.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Extension for colcon to coordinate different DDS domain IDs for concurrently running tasks.",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://github.com/colcon/colcon-ros-domain-id-coordinator/milestones?direction=desc&sort=due_date&state=closed",
        "GitHub": "https://github.com/colcon/colcon-ros-domain-id-coordinator/",
        "Homepage": "https://colcon.readthedocs.io"
    },
    "split_keywords": [
        "colcon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da1b4f05694a03abe6c3014a83dae1268b197b8a476facb3e7afd49533ca769",
                "md5": "c075f0c75cc4d0d1568f6816728270db",
                "sha256": "352f445453043e04b41e3063e301e2d38e103cbee5efb148191383281c4227df"
            },
            "downloads": -1,
            "filename": "colcon_ros_domain_id_coordinator-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c075f0c75cc4d0d1568f6816728270db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9172,
            "upload_time": "2023-10-11T15:13:58",
            "upload_time_iso_8601": "2023-10-11T15:13:58.826829Z",
            "url": "https://files.pythonhosted.org/packages/9d/a1/b4f05694a03abe6c3014a83dae1268b197b8a476facb3e7afd49533ca769/colcon_ros_domain_id_coordinator-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9fb9fb011d0625fd64436b22ea241ce1e143748dddb2538a6cdf1603de20126",
                "md5": "bfd8ff22fa82a6e54cd727bf8ffdaeed",
                "sha256": "d132c590490b48f9dcaa837501d78228dffebc28057b78449385ee3fe3de54fb"
            },
            "downloads": -1,
            "filename": "colcon-ros-domain-id-coordinator-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfd8ff22fa82a6e54cd727bf8ffdaeed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9276,
            "upload_time": "2023-10-11T15:14:00",
            "upload_time_iso_8601": "2023-10-11T15:14:00.737539Z",
            "url": "https://files.pythonhosted.org/packages/e9/fb/9fb011d0625fd64436b22ea241ce1e143748dddb2538a6cdf1603de20126/colcon-ros-domain-id-coordinator-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 15:14:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "colcon",
    "github_project": "colcon-ros-domain-id-coordinator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "colcon-ros-domain-id-coordinator"
}
        
Elapsed time: 0.12767s