Homework 1 code for Principles of Robot Autonomy I (AA 174A/274A, CS 237A, EE 260A)
Python package dependencies for this assignment are listed in the requirements.txt file and can be automatically installed by
pip install -r requirements.txt
To create a zip file for your code submission, run
bash make_submission.shand submit hw1.zip generated in the root of this repo.