RCTechnologies / RCT-GroundControl

4 stars 3 forks source link

RCT-GroundControl Stories in Ready

Linux: Build Status Coverage Status

Mac: Build Status Coverage Status

Windows: Build status

Companion Software for Multipurpose Drone Platform

How we work

Issues

We use issues as our main driving force. Our Issues represents Tasks to be completed both Development wise and non.

Travis

Branching

Git Phlow

https://github.com/Praqma/git-phlow

Basic Git Phlow

git phlow workon 42

Do your changes...

git add .

git commit -m "message"

Commit more if necessary. When you are completely done with the issue, then... Note: you need to have modifications in order to make "git phlow wrapup" functional

git phlow wrapup
git phlow deliver

And if you need to work on a new issue do following:

git checkout master
git phlow cleanup

And repeat...

DroneKit

TODO's

Use Dronekit-Sitl in test
Using a System in the loop emulated drone, we should be able to integrate functional testing in our chain

Fill out README

Expand Contribution section

Want to Contribute?

  1. Fork the Repo
  2. Make your changes
  3. Submit PullRequest

If your PullRequest fixes an issue, please include "fixes #issuenumber in your last commit message"

or

Create Issue