Skip to content

bbokser/spryped

Repository files navigation

Spryped

An Impedance Controlled Bipedal Robot

Table of Contents


Setup

  1. Clone this directory wherever you want.
git clone https://github.com/LocknutBushing/spryped.git
  1. Make sure both Python 3.7 and pip are installed.
sudo apt install python3.7
sudo apt-get install python3-pip
python3.7 -m pip install --upgrade pip
  1. I recommend setting up a virtual environment for this, as it requires the use of a number of specific Python packages.
sudo apt-get install python3.7-venv
cd spryped
python3.7 -m venv env

For more information on virtual environments: https://docs.python.org/3/library/venv.html

  1. Activate the virtual environment, and then install numpy, scipy, matplotlib, transforms3d, pyquaternion, PyBullet, and CasADi.
source env/bin/activate
python3.7 -m pip install numpy scipy matplotlib transforms3d pyquaternion pybullet casadi

Don't use sudo here if you can help it, because it may modify your path and install the packages outside of the venv.

Here is the PyBullet tutorial.


Info

This is the Github repo for a bipedal robot that I am developing.

To run the code:

python3.7 run.py

Just make sure your venv is activated first.

About

Spryped is an impedance controlled bipedal robot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published