Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 845 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 845 Bytes

quadrupped_robot_plotter

Quadrupped Robot Matplotlib Plotter for Inverse/Forward Kinematics

original work from mike4192's spot_micro_kinematics_python

Setup Guide

git clone https://github.com/Road-Balance/quadrupped_robot_plotter.git

cd quadrupped_robot_plotter
python3 -m venv .venv

<activate venv>

# Linux
./.venv/bin/activate
# Windows
.\.venv\Scripts\Activate.ps1

# install requirements
(.venv) > pip install -r requirements.txt

Run

python plot_animation.py

Notepad