{"id":27166125,"url":"https://github.com/dora-rs/dora-drives","last_synced_at":"2025-04-09T03:37:59.454Z","repository":{"id":41356317,"uuid":"486249931","full_name":"dora-rs/dora-drives","owner":"dora-rs","description":"A step-by-step tutorial that allows beginners to write their own autonomous vehicle program from scratch using a simple starter kit. Dora-drives makes learning autonomous vehicle systems faster and easier.","archived":false,"fork":false,"pushed_at":"2024-06-21T18:04:53.000Z","size":16311,"stargazers_count":42,"open_issues_count":7,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-06-22T10:24:14.214Z","etag":null,"topics":["autonomous","driving"],"latest_commit_sha":null,"homepage":"https://www.dora-rs.ai/docs/guides/dora-drives/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dora-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-27T15:30:11.000Z","updated_at":"2024-06-21T18:04:57.000Z","dependencies_parsed_at":"2023-02-14T09:31:35.214Z","dependency_job_id":"f1c4ca46-8fd7-42ca-8034-cd852488c9f5","html_url":"https://github.com/dora-rs/dora-drives","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dora-rs%2Fdora-drives","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dora-rs%2Fdora-drives/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dora-rs%2Fdora-drives/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dora-rs%2Fdora-drives/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dora-rs","download_url":"https://codeload.github.com/dora-rs/dora-drives/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974607,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autonomous","driving"],"created_at":"2025-04-09T03:37:59.376Z","updated_at":"2025-04-09T03:37:59.448Z","avatar_url":"https://github.com/dora-rs.png","language":"Python","funding_links":[],"categories":["Project Status"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./docs/src/logo.svg\" width=\"400\"\u003e\n\u003c/p\u003e\n\n---\n\n`dora-drives` is a step-by-step tutorial that allows beginners to write their own autonomous vehicle program from scratch using a simple starter kit.\n\n## Why dora-drives?\n\nWe believe that programming autonomous driving vehicles is the perfect starting point to learning robotic applications as:\n- Autonomous driving is foundational for many robotic applications.\n- Autonomous driving is simple to explain.\n- There are a lot of datasets, models and documentation available online.\n\n## Installation\n\n```bash\ngit clone git@github.com:dora-rs/dora-drives.git\ncd dora-drives\n\n## Installing dependencies\nconda create -n dora3.7 python=3.7 -y\nconda activate dora3.7\nconda install pytorch=1.11.0 torchvision=0.12.0 cudatoolkit=11.3 -c pytorch -y\npip install --upgrade pip\npip install -r install_requirements.txt\npip install -r requirements.txt\n\n## Installing dora if its not already installed\nsudo wget https://github.com/dora-rs/dora/releases/download/v0.2.5/dora-v0.2.5-x86_64-Linux.zip \u0026\u0026 sudo unzip dora-v0.2.5-x86_64-Linux.zip -d /usr/local/bin \n```\n\nFor more info, see: https://dora-rs.ai/docs/guides/dora-drives/installation\n\n## Getting started\n\nYou can run a fully looped autonomous vehicle with just the following command:\n\n```bash\ndocker pull carlasim/carla:0.9.13\n\n# Serve the carla simulator\ndocker run --privileged --gpus all --net=host -e DISPLAY=$DISPLAY carlasim/carla:0.9.13 /bin/bash ./CarlaUE4.sh -carla-server -world-port=2000 -RenderOffScreen\n\n# Spawn dora daemon and coordinator\ndora up\n\n# Spawn dora dataflow\ndora start graphs/oasis/oasis_full.yaml --attach\n```\n\nTo get a step-by-step tutorial, see: https://dora-rs.ai/docs/guides/dora-drives/carla\n\n## Documentation\n\nThe documentation can be found here: https://dora-rs.ai/docs/guides/dora-drives\n\n## Discussion\n\nOur main communication channel is our Github Project Discussion page: https://github.com/orgs/dora-rs/discussions\n\nFeel free to reach out on any topic, issues or ideas.\n\n## ⚖️ LICENSE \n\nThis project is licensed under Apache-2.0. Check out [NOTICE.md](NOTICE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdora-rs%2Fdora-drives","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdora-rs%2Fdora-drives","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdora-rs%2Fdora-drives/lists"}