/plab2-robot

Repo for TDT4113 2019 - Project 6: Robot

Primary LanguagePython

TDT4113 project 6 - Robot Actions Status

Repo for TDT4113 zumo robot assignment 2019

Development

  • Setup environment

    You need the venv python package installed

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  • Codestyle

    We use pylint, and require a score of 8.0 or higher. Test with pylint keypad Formatting uses black. Format with black keypad

  • Testing

    The project uses unittest for testing. Test with python -m unittest to run all tests.