This repository contains code for the simulation and control of quadruped and biped robots using Drake.
Clone this repository: git clone https://github.com/echandler5956f/biped_drake.git
Compile C++ code (includes TOWR and custom LCM bindings for interface with drake):
mkdir -p build
cd build
cmake ..
make
Start the drake visualizer bazel-bin/tools/drake_visualizer
.
Run the simulation script ./simulate.py
.