https://github.com/duckietown/Software
Raw File
Tip revision: 614abe9d9e103ef62bdce8045fd73104bb76c729 authored by Julien Kindle on 09 June 2018, 18:10:34 UTC
Update default.yaml
Tip revision: 614abe9
README.md
# Main software repository for Duckietown

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

- For an introduction to the project, see the site [duckietown.org][main].
- For extensive technical documentation, please refer to [the Duckiebooks][duckiebook].

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

<img src="http://duckietown.org/media/duckie2.png" width="120" height="120"/>

#### Continuous integration

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/).

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


<table>
<thead>
    <tr><td>Branch</td><td>tests</td><td></td></tr>
</thead>
<tbody>
    <tr>
        <td> <code>megacity</code> </td>
        <td>
            <a href="https://circleci.com/gh/duckietown/Software/tree/megacity">
                <img src='https://circleci.com/gh/duckietown/Software/tree/megacity.svg?style=shield'/></a>
        </td>
        <td>Is that bad? Not sure. Let's say no. </td>
    </tr>
   
  
</tbody>
</table>
back to top