https://github.com/duckietown/Software
Raw File
Tip revision: e3629b7a66a328b8899cc64ee6628580f70b4f05 authored by Unknown on 18 December 2017, 19:28:08 UTC
Merge remote-tracking branch 'origin/devel-controllers-feedforwardtest-mstalder' into devel-controllers-feedforwardtest-mstalder
Tip revision: e3629b7
README.md
# Main software repository for Duckietown

This is the main software repository for the Duckietown project. It contains all software, as well as hardware projects.

- For an introduction to the project, see the site [duckietown.org](http://duckietown.org).
- For extensive technical documentation, please refer to [the Duckiebooks][duckiebook].


[duckiebook]: http://book.duckietown.org/

#### Master is now a protected branch

[See docs here](https://github.com/blog/2051-protected-branches-and-required-status-checks)

#### Continuous integration badges

If you do not know what "continuous integration" is, please see
 <a href="http://purl.org/dth/continuous-integration">this chapter</a> in the Duckiebook.

See [the continuous integration console](https://circleci.com/gh/duckietown/Software/).


<table>
<thead>
    <tr><td>Branch</td><td>tests</td><td></td></tr>
</thead>
<tbody>
    <tr>
        <td> <code>master</code> </td>
        <td>
            <a href="https://circleci.com/gh/duckietown/Software/tree/master">
                <img src='https://circleci.com/gh/duckietown/Software/tree/master.svg?style=shield'/></a>
        </td>
        <td>Merges to master are not allowed unless the tests pass. Master will always be green. </td>
    </tr>
    <tr>
        <td> <code>andrea-devel</code> </td>
        <td>
        <a href="https://circleci.com/gh/duckietown/Software/tree/andrea-devel">
        <img src='https://circleci.com/gh/duckietown/Software/tree/andrea-devel.svg?style=shield'/>
        </a>
        </td>
        <td> Andrea's reorganization/cleanup branch. </td>
    </tr>
</tbody>
</table>
back to top