CrazyFlyt


NameCrazyFlyt JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryCrazyflie UAV simulation based on the PyFlyt library
upload_time2023-08-29 17:24:19
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords crazyflie uavs drones quadcopter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CrazyFlyt

# This library very much in the developmental stage

This is a library for flying real CrazyFlie 2.x drones with support for a simulation environment via the [PyFlyt](https://github.com/jjshoots/PyFlyt) library.
Example scripts are provided under `examples/***.py`.

The library is built using CrazyFlie drones, check out the [documentation](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/).

### Simulation Only

#### `sim_single.py`
Simulates a single drone in the pybullet env with position control.
<p align="center">
    <img src="/readme_assets/simulate_single.gif" width="500px"/>
</p>

#### `sim_swarm.py`
Simulates a swarm of drones in the pybullet env with velocity control.
<p align="center">
    <img src="/readme_assets/simulate_swarm.gif" width="500px"/>
</p>

#### `sim_cube.py`
Simulates a swarm of drones in a spinning cube.
<p align="center">
    <img src="/readme_assets/simulate_cube.gif" width="500px"/>
</p>

### Hardware Only

#### `fly_single.py`
Flies a real Crazyflie, check out the [documentation](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/) and [how to connect](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/#config-client) to get your URI(s) and modify them in line 18.

#### `fly_swarm.py`
Flies a real Crazyflie swarm, same as the previous example, but now takes in a list of URIs.

### Simulation or Hardware

#### `sim_n_fly_single.py`
Simple script that can be used to fly a single crazyflie in sim or with a real drone using either the `--hardware` or `--simulate` args.

#### `sim_n_fly_multiple.py`
Simple script that can be used to fly a swarm of crazyflies in sim or with real drones using either the `--hardware` or `--simulate` args.

#### `sim_n_fly_cube_from_scratch.py`
Simple script that can be used to fly a swarm of crazyflies in sim or with real drones using either the `--hardware` or `--simulate` args, and forms the same spinning cube from takeoff as in `sim_cube.py`.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "CrazyFlyt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Crazyflie,UAVs,drones,Quadcopter",
    "author": "",
    "author_email": "Jet <taijunjet@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d9/34/972b83a9a0425db01a1ce7edce5486551e31618f0cbe19b2e742116da964/CrazyFlyt-0.0.5.tar.gz",
    "platform": null,
    "description": "# CrazyFlyt\n\n# This library very much in the developmental stage\n\nThis is a library for flying real CrazyFlie 2.x drones with support for a simulation environment via the [PyFlyt](https://github.com/jjshoots/PyFlyt) library.\nExample scripts are provided under `examples/***.py`.\n\nThe library is built using CrazyFlie drones, check out the [documentation](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/).\n\n### Simulation Only\n\n#### `sim_single.py`\nSimulates a single drone in the pybullet env with position control.\n<p align=\"center\">\n    <img src=\"/readme_assets/simulate_single.gif\" width=\"500px\"/>\n</p>\n\n#### `sim_swarm.py`\nSimulates a swarm of drones in the pybullet env with velocity control.\n<p align=\"center\">\n    <img src=\"/readme_assets/simulate_swarm.gif\" width=\"500px\"/>\n</p>\n\n#### `sim_cube.py`\nSimulates a swarm of drones in a spinning cube.\n<p align=\"center\">\n    <img src=\"/readme_assets/simulate_cube.gif\" width=\"500px\"/>\n</p>\n\n### Hardware Only\n\n#### `fly_single.py`\nFlies a real Crazyflie, check out the [documentation](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/) and [how to connect](https://www.bitcraze.io/documentation/tutorials/getting-started-with-crazyflie-2-x/#config-client) to get your URI(s) and modify them in line 18.\n\n#### `fly_swarm.py`\nFlies a real Crazyflie swarm, same as the previous example, but now takes in a list of URIs.\n\n### Simulation or Hardware\n\n#### `sim_n_fly_single.py`\nSimple script that can be used to fly a single crazyflie in sim or with a real drone using either the `--hardware` or `--simulate` args.\n\n#### `sim_n_fly_multiple.py`\nSimple script that can be used to fly a swarm of crazyflies in sim or with real drones using either the `--hardware` or `--simulate` args.\n\n#### `sim_n_fly_cube_from_scratch.py`\nSimple script that can be used to fly a swarm of crazyflies in sim or with real drones using either the `--hardware` or `--simulate` args, and forms the same spinning cube from takeoff as in `sim_cube.py`.\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Crazyflie UAV simulation based on the PyFlyt library",
    "version": "0.0.5",
    "project_urls": {
        "Bug Report": "https://github.com/jjshoots/CrazyFlyt/issues",
        "Repository": "https://github.com/jjshoots/CrazyFlyt"
    },
    "split_keywords": [
        "crazyflie",
        "uavs",
        "drones",
        "quadcopter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e202ae51f748d885d3295faecc72ed31aa2d3786f307dc4976f8d043365d06b2",
                "md5": "8953b54a7c6bdb13a26d760520bb56e6",
                "sha256": "9cb497d6d3b630e18f7432b42aaed9e35ef64508181552f338fcc18e4635a6c9"
            },
            "downloads": -1,
            "filename": "CrazyFlyt-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8953b54a7c6bdb13a26d760520bb56e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 115894,
            "upload_time": "2023-08-29T17:24:16",
            "upload_time_iso_8601": "2023-08-29T17:24:16.978538Z",
            "url": "https://files.pythonhosted.org/packages/e2/02/ae51f748d885d3295faecc72ed31aa2d3786f307dc4976f8d043365d06b2/CrazyFlyt-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d934972b83a9a0425db01a1ce7edce5486551e31618f0cbe19b2e742116da964",
                "md5": "a1aa91d65b627d6cc93e70ae7540190c",
                "sha256": "b7c595b79f6ed6244d090dfd6d9d17e907aa835cc0dcf76a46442a44f3c0518e"
            },
            "downloads": -1,
            "filename": "CrazyFlyt-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a1aa91d65b627d6cc93e70ae7540190c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 113439,
            "upload_time": "2023-08-29T17:24:19",
            "upload_time_iso_8601": "2023-08-29T17:24:19.159458Z",
            "url": "https://files.pythonhosted.org/packages/d9/34/972b83a9a0425db01a1ce7edce5486551e31618f0cbe19b2e742116da964/CrazyFlyt-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-29 17:24:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjshoots",
    "github_project": "CrazyFlyt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "crazyflyt"
}
        
Elapsed time: 0.14697s