Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.06 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.06 KB

Engineering materials

This repository contains engineering materials of a self-driven vehicle's model participating in the WRO Future Engineers competition in the season 2022.

Content

  • t-photos contains 2 photos of the team (an official one and one funny photo with all team members)
  • v-photos contains 6 photos of the vehicle (from every side, from top and bottom)
  • video contains the video.md file with the link to a video where driving demonstration exists
  • schemes contains one or several schematic diagrams in form of JPEG, PNG or PDF of the electromechanical components illustrating all the elements (electronic components and motors) used in the vehicle and how they connect to each other.
  • src contains code of control software for all components which were programmed to participate in the competition
  • models is for the files for models used by 3D printers, laser cutting machines and CNC machines to produce the vehicle elements. If there is nothing to add to this location, the directory can be removed.
  • other is for other files which can be used to understand how to prepare the vehicle for the competition. It may include documentation how to connect to a SBC/SBM and upload files there, datasets, hardware specifications, communication protocols descriptions etc. If there is nothing to add to this location, the directory can be removed.

Introduction

This part must be filled by participants with the technical clarifications about the code: which modules the code consists of, how they are related to the electromechanical components of the vehicle, and what is the process to build/compile/upload the code to the vehicle’s controllers.

How to prepare the repo based on the template

Remove this section before the first commit to the repository

  1. Clone this repo by using the git clone functionality.
  2. Remove .git directory
  3. Initialize a new public repository on GitHub by following instructions from "create a new repository on the command line" section (appeared after pressing "Create repository" button).