Communicative Robots is a master's course taught at VU Amsterdam.
This year's branch is 2021
, which is the default branch of this repo. If you want to see others years, take a look at the other branches.
- python 3.7 or higher. Running in a virtual environment (e.g., conda, virtualenv, etc.) is highly recommended so that you don't mess up with the system python.
pip install -r requirements.txt
Students team up with the teachers. The individual projects can be found at ./projects/
.
The best way to find and solve your problems is to see in the github issue tab. If you can't find what you want, feel free to raise an issue. We are pretty responsive.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Run
make style && make quality
in the root repo directory, to ensure code quality. - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Piek Vossen (piek.vossen@vu.nl)
- Taewoon Kim (t.kim@vu.nl)
- Lea Krause (l.krause@vu.nl)
- Jaap Kruijt (j.m.kruijt@vu.nl)
- Thomas Baier (t.baier@vu.nl)