{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "[![Build Status](https://travis-ci.org/ironcarocto/simulateur_ironcar.svg?branch=master)](https://travis-ci.org/ironcarocto/simulateur_ironcar)\n\nCe simulateur permet de g\u00e9n\u00e9rer un dataset pr\u00e9qualifi\u00e9 d'images de\nroute tel que la verrait la cam\u00e9ra d'une **ironcar** associ\u00e9es \u00e0 la commande de direction pour l'ironcar.\n\n[Ironcar](http://ironcar.org/) est un championnat de courses de voitures\nautonomes en mod\u00e8le r\u00e9duit !\n\n__2 exemples de sortie de simulateur_ironcar__\n\n![Banner](docs/images/21_cmd_0.png)![Banner](docs/images/155_cmd_2.png)\n\n## Derni\u00e8re version du code source de ce programme\n\n```bash\ngit clone https://github.com/ironcarocto/simulateur_ironcar.git\n```\n\n## Utiliser le simulateur\n\n1. Installer le simulateur avec pip\n\n```bash\npip install simulateur_ironcar\n```\n\n2. Cr\u00e9er un dossier pour un profil de g\u00e9n\u00e9ration de route\n\n```bash\nmkdir mydirectory\ncd mydirectory\n```\n\n3. Initialiser un profile de g\u00e9n\u00e9ration de route depuis ce dossier\n\n\n```bash\nsimulateur_ironcar init\n```\n\nVous devez obtenir le dossier suivant\n\n```\n.\n\u251c\u2500\u2500 configuration.json\n\u251c\u2500\u2500 grounds\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 IMG_1417.JPG\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 IMG_5993.JPG\n\u2514\u2500\u2500 photos\n```\n\n* le dossier ``grounds`` contient les terrains sur lesquels vous voulez g\u00e9n\u00e9rer des routes\n\n4. Configurez votre profile de g\u00e9n\u00e9ration de route\n\n 1. placez de nouveaux grounds dans le dossier ``ground``\n 2. configurez les valeurs souhait\u00e9s dans le fichier ``configuration.json``\n\n## Contribuer au projet\n\n1. cr\u00e9er un environnement virtuel\n\n```\nvirtualenv venv -p python3\n```\n\n2. installer les d\u00e9pendances de d\u00e9veloppement\n\n```bash\n. venv/bin/activate; pip install -e .[dev]\n```\n\n3. ex\u00e9cuter les tests\n\n```bash\n. venv/bin/activate; pytest\n```\n\n## License\n\nMIT License\n\nCopyright (c) 2019 Constant Bridon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "simulateur-ironcar", "package_url": "https://pypi.org/project/simulateur-ironcar/", "platform": "", "project_url": "https://pypi.org/project/simulateur-ironcar/", "project_urls": null, "release_url": "https://pypi.org/project/simulateur-ironcar/1.0.6.post1/", "requires_dist": [ "numpy", "matplotlib", "opencv-python", "Pillow", "click", "decorator", "pytest ; extra == 'dev'", "pylint ; extra == 'dev'", "jupyter ; extra == 'dev'", "twine ; extra == 'dev'" ], "requires_python": "", "summary": "", "version": "1.0.6.post1" }, "last_serial": 4987850, "releases": { "1.0.5.post2": [ { "comment_text": "", "digests": { "md5": "3d1c6296b4594fd7775b003b23b694cb", "sha256": "6b1676d4d5fe41f6ce8f1073a3c8c8945479d1e485eab89d939605350b17b7d8" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.5.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "3d1c6296b4594fd7775b003b23b694cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8481235, "upload_time": "2019-03-24T00:17:57", "url": "https://files.pythonhosted.org/packages/56/3b/766c96a6a5b536be4ab5697d60b041262de2eee7cc6d897d3df2a0d68d6f/simulateur_ironcar-1.0.5.post2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "431db1609b98e89aa3db7d7823517526", "sha256": "f33c4eef5bb982c97e02c8b4f59c65aeb130bd19f40139defffea9dc431a4cae" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.5.post2.tar.gz", "has_sig": false, "md5_digest": "431db1609b98e89aa3db7d7823517526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8479659, "upload_time": "2019-03-24T00:18:03", "url": "https://files.pythonhosted.org/packages/eb/41/def056473a358e03b6986a9d2bdc1c8c5f461c9f09a930ece10ceb577742/simulateur_ironcar-1.0.5.post2.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "c77e3a62b134db222ec07a170f73b8c6", "sha256": "bde54fb37e118f0921ea368b6adcce0dc75c5c95f64de68bff1e9e1fc4b74525" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "c77e3a62b134db222ec07a170f73b8c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8482116, "upload_time": "2019-03-24T12:23:18", "url": "https://files.pythonhosted.org/packages/00/97/76dbb17f093b949bea4293102e07fa3eef4011a8bea4b4fc59950fd57a9d/simulateur_ironcar-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb56d406484b0d999dfb351869e3a391", "sha256": "6c9863b817219a91d25ad84dedecbe26716fe61497bb625971d6a838a19f206a" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6.tar.gz", "has_sig": false, "md5_digest": "fb56d406484b0d999dfb351869e3a391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8480433, "upload_time": "2019-03-24T12:23:24", "url": "https://files.pythonhosted.org/packages/3f/e3/ce8826e73e01fa69ec25e41371f6eb42d55e86fbcc776141c64096cb7ecf/simulateur_ironcar-1.0.6.tar.gz" } ], "1.0.6.post1": [ { "comment_text": "", "digests": { "md5": "5c03e07b0f58fbcc46d044dffadbb0a0", "sha256": "5807158905aad0bc91651ff34dc86f8f7a5b359206af717b9261e4fd81684f37" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "5c03e07b0f58fbcc46d044dffadbb0a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8482219, "upload_time": "2019-03-24T12:25:44", "url": "https://files.pythonhosted.org/packages/c2/f4/e5a10464314c2100347d5743ac322ea2c0124ebd9e4797a60bd68e7dc1ce/simulateur_ironcar-1.0.6.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4966aac2e24aa3d89df13021cc95b939", "sha256": "78c6aa71f4aab503201157685c4e5b8ce559ed6829e93680cdcae2ab8e6603f9" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6.post1.tar.gz", "has_sig": false, "md5_digest": "4966aac2e24aa3d89df13021cc95b939", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8480504, "upload_time": "2019-03-24T12:25:55", "url": "https://files.pythonhosted.org/packages/a0/69/24936899cc948688d266a213f28326634d89fe1c18ac73fa60955d004a48/simulateur_ironcar-1.0.6.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c03e07b0f58fbcc46d044dffadbb0a0", "sha256": "5807158905aad0bc91651ff34dc86f8f7a5b359206af717b9261e4fd81684f37" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "5c03e07b0f58fbcc46d044dffadbb0a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8482219, "upload_time": "2019-03-24T12:25:44", "url": "https://files.pythonhosted.org/packages/c2/f4/e5a10464314c2100347d5743ac322ea2c0124ebd9e4797a60bd68e7dc1ce/simulateur_ironcar-1.0.6.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4966aac2e24aa3d89df13021cc95b939", "sha256": "78c6aa71f4aab503201157685c4e5b8ce559ed6829e93680cdcae2ab8e6603f9" }, "downloads": -1, "filename": "simulateur_ironcar-1.0.6.post1.tar.gz", "has_sig": false, "md5_digest": "4966aac2e24aa3d89df13021cc95b939", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8480504, "upload_time": "2019-03-24T12:25:55", "url": "https://files.pythonhosted.org/packages/a0/69/24936899cc948688d266a213f28326634d89fe1c18ac73fa60955d004a48/simulateur_ironcar-1.0.6.post1.tar.gz" } ] }