Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 406 Bytes

Modern Robotics

Examples from Modern Robotics, Lynch and Park

Written in Pytorch by Duane Nielsen

Alt Text

install and run tests

git clone https://github.com/DuaneNielsen/modern_robotics.git
cd modern_robotics
python3 -n venv ./venv
source ./venv/bin/activate
pip install -e .[dev]
pytest