dora-drives
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.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- _dora_utils.py
- _generate_world.py
- _hd_map.py
- carla_gps_op.py
- carla_source_node.py
- dora_tracing.py
- oasis_agent.py
- logo.svg
- oasis_agent.yaml
- oasis_agent_obstacle_location.yaml
- oasis_agent_planning.yaml
- oasis_agent_yolov5.yaml
- oasis_full.yaml
- webcam.yaml
- webcam_depth_frame.yaml
- webcam_full.yaml
- webcam_midas_frame.yaml
- webcam_yolov5.yaml
- dora_tracing.py
- dora_utils.py
- fot_op.py
- hybrid_astar_op.py
- imfnet_op.py
- midas_op.py
- obstacle_location_op.py
- pid_control_op.py
- plot.py
- strong_sort_op.py
- traffic_sign_op.py
- webcam_op.py
- yolop_op.py
- yolov5_op.py
- mavlink_node.py
- mavros_node.py
- mavros_node_tracing.py
- ndt_pose.py
- ndt_pose_tracing.py
- point_cloud.py
- .dockerignore
- .gitignore
- cloud_dora_run.sh
- dora_run.sh
- install_requirements.txt
- LICENSE
- NOTICE.md
- README.md
- requirements.txt
- upgrade_dora.sh
# Installation Guide
git clone https://github.com/dora-rs/dora-drives
Downloads the entire project code from GitHub to your computer.
cd dora-drives
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
pip install -r install_requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
