Skip to content

dvogureckiy99/quadruped_drake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadruped Drake

This repository contains code for the simulation and control of quadruped robots using Drake.

Dependencies

Installation

Clone this repository: git clone https://github.com/vincekurtz/quadruped_drake.git

Compile C++ code (includes TOWR and custom LCM bindings for interface with drake):

mkdir -p build
cd build
cmake ..
make

Usage

Start the drake visualizer bazel-bin/tools/drake_visualizer.

Run the simulation script ./simulate.py.

About

Using Drake to Simulate and Control Quadrupedal Robots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 78.6%
  • Python 16.8%
  • CMake 3.0%
  • MATLAB 1.6%