https://github.com/duckietown/Software
Raw File
Tip revision: e049d25cb6fa066fa0f8a8e56bcfd2b7ff88d94c authored by Unknown on 01 December 2017, 09:18:58 UTC
first attempt at migrating the graph_server_node away from the duckiebot
Tip revision: e049d25
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