Skip to content

This repository contains all code from test, analysis and simulation group C4 for are analysing a way to compute airspeed based of microphones placed on the aircraft/drone.

Notifications You must be signed in to change notification settings

dmkeijzer/TAS_airspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAS_airspeed

This repository contains all code from test, analysis and simulation group C4 for are analysing a way to compute airspeed based of microphones placed on the aircraft/drone.

Basic coding etiquette / tips

  • Please comment your code extensively but yet concise, especially when making new variables where abbreviations are used.
  • Use doc string when creating functions or classes so the reader knows what to expect from the function
  • Branching is an excellent way to work in parrallel

I think those are the most important ones, feel free to add some rules and tips! And of course have fun!

git commands

Git status Git push / git push –u {remote} {branch} Git pull / git pull {remote} {branch} Git branch / git branch –vv Git remote / Git checkout / git checkout –b Git merge (git log / git checkout {id message} / git revert / git reset) image

About

This repository contains all code from test, analysis and simulation group C4 for are analysing a way to compute airspeed based of microphones placed on the aircraft/drone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages