Skip to content

McGillRocketTeam/avionics-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McGill Rocket Team Logo

avionics-2020

Contains all projects in Avionics other than ground-station.

See ground-station repo here.

Please ASK if you have any questions.

Branches

  • master
  • dev
  • feature branch (optional)

Branching rules

  • The master branch will be downloaded for competition. This means that it will contain all final changes.
  • The dev branch will be the working copy before all final versions get merged into "master".
  • All feature branches should branch off dev.

Feature branch naming convention

  • yourname/featureName

Eg. Branching off dev to create a feature branch

git checkout dev
git checkout -b mei/anechoicChamberTest

Folder directory rules

Create folders for each project and put your project-specific files in the respective folders to avoid merge conflicts. Feel free to create any necessary subfolders to make everything cleaner.

Eg.


Avionics
.
├── Ejection
|   └── Testing
├── Flight Computer R&D
|   └── Flight Computer
|   └── Learning
|   └── Testing
├── Telemetry
|   ├── Antenna
|   ├── Radios
|   ├── Sensors
|   └── Testing
└── Video recorder
    └── Testing
            

About

Contains all projects in avionics except ground-station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages