Skip to content

McGillRocketTeam/avionics-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McGill Rocket Team Logo

avionics-2022

Contains all projects in Avionics other than ground-station.

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
.
├── Flight Computer
|   └── Ejection
|   └── Telemetry
|   └── Video recorder
|   └── Sensors
|   └── RTOS
|   └── Release
├── Radios
|   └── Testing
└── Antenna
|   └── Testing
└── Radar
    └── Testing
            

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages