srb


Namesrb JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummarySpace Robotics Bench
upload_time2025-08-17 15:32:45
maintainerNone
docs_urlNone
authorNone
requires_python==3.10.*
licenseMIT OR Apache-2.0
keywords benchmark robotics simulation space
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Space Robotics Bench</h1>

<p align="center">
  <a href="https://AndrejOrsula.github.io/space_robotics_bench"><img alt="" src="https://github.com/user-attachments/assets/049289be-0c99-497b-be37-c4975d924524" width="100%"></a>
</p>

[![Discord](https://img.shields.io/badge/Discord-invite-5865F2?logo=discord)](https://discord.gg/p9gZAPWa65)
[![Docs](https://img.shields.io/badge/docs-online-blue?logo=markdown)](https://AndrejOrsula.github.io/space_robotics_bench)
[![Rust](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/rust.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/rust.yml)
[![Python](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/python.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/python.yml)
[![Docker](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docker.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docker.yml)
[![Docs](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docs.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docs.yml)

<!-- [![Codecov](https://codecov.io/gh/AndrejOrsula/space_robotics_bench/graph/badge.svg)](https://codecov.io/gh/AndrejOrsula/space_robotics_bench) -->

**Space Robotics Bench (SRB)** is a comprehensive collection of environments and tasks for robotics research in the challenging domain of space. It provides a unified framework for developing and validating autonomous systems under diverse extraterrestrial scenarios. At the same time, its design is flexible and extensible to accommodate a variety of development workflows and research directions beyond Earth.

## Key Features

- **Parallelized Simulation**: Highly parallelized simulation instances for accelerated workflows
- **Procedural Generation**: On-demand generation of diverse simulation assets and scenes
- **Domain Randomization**: Extensive randomization for robustness and generalization
- **Gymnasium API**: Compatibility with standard API and frameworks for robot learning
- **ROS 2 Interface**: Seamless interoperability with ROS 2 and Space ROS ecosystems
- **Abstract Architecture**: Flexibility across different robots and space domains

## Documentation

SRB documentation with detailed installation instructions, usage guides, and development resources is available [online](https://AndrejOrsula.github.io/space_robotics_bench).

<div align="right">
<a href="https://AndrejOrsula.github.io/space_robotics_bench"><img alt="Documentation" src="https://github.com/user-attachments/assets/c8663796-3ef1-4ff7-860b-cf8080d0a07a" width="96" height="96"></a>
</div>

## License

This project is dual-licensed under either the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) licenses.

All assets created by contributors of this repository and those generated from [SimForge](https://github.com/AndrejOrsula/simforge) procedural pipelines are licensed under the [CC0 1.0 Universal](https://github.com/AndrejOrsula/srb_assets/blob/main/LICENSE-CC0) license. Resources from third-party sources are listed under [attributions](https://andrejorsula.github.io/space_robotics_bench/misc/attributions.html).

[![CC0 1.0 Universal](https://licensebuttons.net/l/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "srb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==3.10.*",
    "maintainer_email": "Andrej Orsula <orsula.andrej@gmail.com>",
    "keywords": "benchmark, robotics, simulation, space",
    "author": null,
    "author_email": "Andrej Orsula <orsula.andrej@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/41/4b/a698c16f0b52e3015563d666c441c41eb8516c88af20fc823db32722455a/srb-0.0.5.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">Space Robotics Bench</h1>\n\n<p align=\"center\">\n  <a href=\"https://AndrejOrsula.github.io/space_robotics_bench\"><img alt=\"\" src=\"https://github.com/user-attachments/assets/049289be-0c99-497b-be37-c4975d924524\" width=\"100%\"></a>\n</p>\n\n[![Discord](https://img.shields.io/badge/Discord-invite-5865F2?logo=discord)](https://discord.gg/p9gZAPWa65)\n[![Docs](https://img.shields.io/badge/docs-online-blue?logo=markdown)](https://AndrejOrsula.github.io/space_robotics_bench)\n[![Rust](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/rust.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/rust.yml)\n[![Python](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/python.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/python.yml)\n[![Docker](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docker.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docker.yml)\n[![Docs](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docs.yml/badge.svg)](https://github.com/AndrejOrsula/space_robotics_bench/actions/workflows/docs.yml)\n\n<!-- [![Codecov](https://codecov.io/gh/AndrejOrsula/space_robotics_bench/graph/badge.svg)](https://codecov.io/gh/AndrejOrsula/space_robotics_bench) -->\n\n**Space Robotics Bench (SRB)** is a comprehensive collection of environments and tasks for robotics research in the challenging domain of space. It provides a unified framework for developing and validating autonomous systems under diverse extraterrestrial scenarios. At the same time, its design is flexible and extensible to accommodate a variety of development workflows and research directions beyond Earth.\n\n## Key Features\n\n- **Parallelized Simulation**: Highly parallelized simulation instances for accelerated workflows\n- **Procedural Generation**: On-demand generation of diverse simulation assets and scenes\n- **Domain Randomization**: Extensive randomization for robustness and generalization\n- **Gymnasium API**: Compatibility with standard API and frameworks for robot learning\n- **ROS 2 Interface**: Seamless interoperability with ROS 2 and Space ROS ecosystems\n- **Abstract Architecture**: Flexibility across different robots and space domains\n\n## Documentation\n\nSRB documentation with detailed installation instructions, usage guides, and development resources is available [online](https://AndrejOrsula.github.io/space_robotics_bench).\n\n<div align=\"right\">\n<a href=\"https://AndrejOrsula.github.io/space_robotics_bench\"><img alt=\"Documentation\" src=\"https://github.com/user-attachments/assets/c8663796-3ef1-4ff7-860b-cf8080d0a07a\" width=\"96\" height=\"96\"></a>\n</div>\n\n## License\n\nThis project is dual-licensed under either the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) licenses.\n\nAll assets created by contributors of this repository and those generated from [SimForge](https://github.com/AndrejOrsula/simforge) procedural pipelines are licensed under the [CC0 1.0 Universal](https://github.com/AndrejOrsula/srb_assets/blob/main/LICENSE-CC0) license. Resources from third-party sources are listed under [attributions](https://andrejorsula.github.io/space_robotics_bench/misc/attributions.html).\n\n[![CC0 1.0 Universal](https://licensebuttons.net/l/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0)\n",
    "bugtrack_url": null,
    "license": "MIT OR Apache-2.0",
    "summary": "Space Robotics Bench",
    "version": "0.0.5",
    "project_urls": {
        "Documentation": "https://AndrejOrsula.github.io/space_robotics_bench",
        "Repository": "https://github.com/AndrejOrsula/space_robotics_bench"
    },
    "split_keywords": [
        "benchmark",
        " robotics",
        " simulation",
        " space"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae913ac086c3825e840e375fd4ecb2ee598ef7c5f9dbe004e4c2b13a8ecaba84",
                "md5": "d901fc9fce86619767a56ae9bf0fcd5d",
                "sha256": "f92be189ef99c6d7bf13bff7e7e6830678bda9bd6a88b2e4222f3b528e68d9be"
            },
            "downloads": -1,
            "filename": "srb-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d901fc9fce86619767a56ae9bf0fcd5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "==3.10.*",
            "size": 388084,
            "upload_time": "2025-08-17T15:32:43",
            "upload_time_iso_8601": "2025-08-17T15:32:43.557135Z",
            "url": "https://files.pythonhosted.org/packages/ae/91/3ac086c3825e840e375fd4ecb2ee598ef7c5f9dbe004e4c2b13a8ecaba84/srb-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "414ba698c16f0b52e3015563d666c441c41eb8516c88af20fc823db32722455a",
                "md5": "1d922ebf96c43fae72c4447fb9ae4eff",
                "sha256": "3d4e3d9f7e9f4eece97dae275ebbf2e58a34a578477e5ddcd778f02cbfce1695"
            },
            "downloads": -1,
            "filename": "srb-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1d922ebf96c43fae72c4447fb9ae4eff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "==3.10.*",
            "size": 1360557,
            "upload_time": "2025-08-17T15:32:45",
            "upload_time_iso_8601": "2025-08-17T15:32:45.181792Z",
            "url": "https://files.pythonhosted.org/packages/41/4b/a698c16f0b52e3015563d666c441c41eb8516c88af20fc823db32722455a/srb-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-17 15:32:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AndrejOrsula",
    "github_project": "space_robotics_bench",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "srb"
}
        
Elapsed time: 1.60009s