Tello-Controller


NameTello-Controller JSON
Version 0.2 PyPI version JSON
download
home_page
SummarySimple library for using DJI Tello drones
upload_time2023-04-26 15:11:24
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Xyon40k 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 drone tello dji
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Per far eseguire al Tello una serie di comandi è necessario scriverli uno per riga nel file `comandi.txt`.<br>
I parametri di certi comandi vanno separati dal comando stesso con un solo spazio.<br>
La sintassi per le stringhe passate direttamente come argomento nello `ScriptSender` è la stessa.<br>

Lista di comandi:<br>

`command`; Nessun parametro; Inizializza la ricezione di comandi del drone<br>
`takeoff`; Nessun parametro; Fa decollare il drone da terra fino a circa 120cm di altezza<br>
`emergency`; Nessun parametro; Spegne istantaneamente tutte le eliche. Non sicuro<br>
`land`; Nessun parametro; Fa scendere il drone fino a terra e spegne le eliche quando ci arriva<br>
`up`; Distanza in cm da 20 a 500; Solleva il drone di quanto inserito<br>
`down`; Distanza in cm da 20 a 500; Abbassa il drone di quanto inserito<br>
`left`; Distanza in cm da 20 a 500; Sposta il drone di quanto inserito verso la sinistra relativa al drone<br>
`right`; Distanza in cm da 20 a 500; Sposta il drone di quanto inserito verso la destra relativa al drone<br>
`forward`; Distanza in cm da 20 a 500; Sposta il drone in avanti di quanto inserito<br>
`back`; Distanza in cm da 20 a 500; Sposta il drone all'indietro di quanto inserito più lentamente<br>
`cw`; Angolo da 1 a 360; Ruota il drone in senso orario dell'angolo inserito rispetto al suo asse verticale<br>
`ccw`; Angolo da 1 a 360; Ruota il drone in senso antiorario dell'angolo inserito rispetto al suo asse verticale<br>
`flip`; "l", "r", "f" o "b"; Fa fare al drone una capriola nella direzione specificata e lo ristabilizza. "l" a sinistra, "r" a destra, "f" in avanti, "b" all'indietro.<br>
`stop`; Nessun parametro; Ferma il drone a mezz'aria. Quando viene eseguito interrompe altri comandi in corso<br>


Altri comandi a https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf<br>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Tello-Controller",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "drone,tello,DJI",
    "author": "",
    "author_email": "Alberto <rossani.alberto4@gmail.com>, botasu06 <botasu06@gmail.com>, Jen1s <lorenzo.uduvidane@itiszuccante.edu.it>",
    "download_url": "https://files.pythonhosted.org/packages/62/80/0da1b9b032ba527ea516521194a1d983084fd1c20be4b7c9b22e2119a170/Tello-Controller-0.2.tar.gz",
    "platform": null,
    "description": "Per far eseguire al Tello una serie di comandi \u00e8 necessario scriverli uno per riga nel file `comandi.txt`.<br>\r\nI parametri di certi comandi vanno separati dal comando stesso con un solo spazio.<br>\r\nLa sintassi per le stringhe passate direttamente come argomento nello `ScriptSender` \u00e8 la stessa.<br>\r\n\r\nLista di comandi:<br>\r\n\r\n`command`; Nessun parametro; Inizializza la ricezione di comandi del drone<br>\r\n`takeoff`; Nessun parametro; Fa decollare il drone da terra fino a circa 120cm di altezza<br>\r\n`emergency`; Nessun parametro; Spegne istantaneamente tutte le eliche. Non sicuro<br>\r\n`land`; Nessun parametro; Fa scendere il drone fino a terra e spegne le eliche quando ci arriva<br>\r\n`up`; Distanza in cm da 20 a 500; Solleva il drone di quanto inserito<br>\r\n`down`; Distanza in cm da 20 a 500; Abbassa il drone di quanto inserito<br>\r\n`left`; Distanza in cm da 20 a 500; Sposta il drone di quanto inserito verso la sinistra relativa al drone<br>\r\n`right`; Distanza in cm da 20 a 500; Sposta il drone di quanto inserito verso la destra relativa al drone<br>\r\n`forward`; Distanza in cm da 20 a 500; Sposta il drone in avanti di quanto inserito<br>\r\n`back`; Distanza in cm da 20 a 500; Sposta il drone all'indietro di quanto inserito pi\u00f9 lentamente<br>\r\n`cw`; Angolo da 1 a 360; Ruota il drone in senso orario dell'angolo inserito rispetto al suo asse verticale<br>\r\n`ccw`; Angolo da 1 a 360; Ruota il drone in senso antiorario dell'angolo inserito rispetto al suo asse verticale<br>\r\n`flip`; \"l\", \"r\", \"f\" o \"b\"; Fa fare al drone una capriola nella direzione specificata e lo ristabilizza. \"l\" a sinistra, \"r\" a destra, \"f\" in avanti, \"b\" all'indietro.<br>\r\n`stop`; Nessun parametro; Ferma il drone a mezz'aria. Quando viene eseguito interrompe altri comandi in corso<br>\r\n\r\n\r\nAltri comandi a https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf<br>\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Xyon40k  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": "Simple library for using DJI Tello drones",
    "version": "0.2",
    "split_keywords": [
        "drone",
        "tello",
        "dji"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "914370631e82a54b872358f09cc71db05874a7c58aaa0461a6a8de9d3aff7b21",
                "md5": "860afeef141cc13ca97443fe0324cee7",
                "sha256": "d6956319b0ae52a40ecbd10710b69509caed5c31bc97f29ebe9027c565af4e27"
            },
            "downloads": -1,
            "filename": "Tello_Controller-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "860afeef141cc13ca97443fe0324cee7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6204,
            "upload_time": "2023-04-26T15:11:22",
            "upload_time_iso_8601": "2023-04-26T15:11:22.086688Z",
            "url": "https://files.pythonhosted.org/packages/91/43/70631e82a54b872358f09cc71db05874a7c58aaa0461a6a8de9d3aff7b21/Tello_Controller-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62800da1b9b032ba527ea516521194a1d983084fd1c20be4b7c9b22e2119a170",
                "md5": "eb1de69737dda28bbae01137f3e10a66",
                "sha256": "ee73a4fbf5c3716030e16ddd1e44cf2f8d0d9c3764a86992da18861929007800"
            },
            "downloads": -1,
            "filename": "Tello-Controller-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "eb1de69737dda28bbae01137f3e10a66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4790,
            "upload_time": "2023-04-26T15:11:24",
            "upload_time_iso_8601": "2023-04-26T15:11:24.253116Z",
            "url": "https://files.pythonhosted.org/packages/62/80/0da1b9b032ba527ea516521194a1d983084fd1c20be4b7c9b22e2119a170/Tello-Controller-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-26 15:11:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tello-controller"
}
        
Elapsed time: 0.05939s