CWRU ECSE 373: Modern Robot Programming

This is the website/repository for code and tools that accompany the Modern Robot Programming course offered in the Department of Electrical, Computer, & Systems Engineering (ECSE 373) at Case Western Reserve University (CWRU). The ECSE 373 course is offered as the following courses:

Debian PPA Repository

This is the PPA repository for some of the tools offered in the course. To add this repository, execute the following commands:

# Add the public key
wget -q https://cwru-ecse-373.github.io/cwru-ecse-373.asc -O - | sudo apt-key add -
# Add the repository
sudo apt-add-repository https://cwru-ecse-373.github.io/repo

The repository for this page is on GitHub https://github.com/cwru-ecse-373/cwru-ecse-373.github.io.