Skip to content
/ PnC Public
forked from junhyeokahn/PnC

Planning and Control Algorithms for Robotics

License

Notifications You must be signed in to change notification settings

stevenjj/PnC

 
 

Repository files navigation

This branch demos Valkyrie walking using DCM-based planning.

Youtube video Available here: https://youtu.be/ih9tgxxgMcI

Installation Instructions

# Install Git LFS
https://git-lfs.github.com/

# Install gtest
see Script/gtest_install_hints.txt

# Clone this branch recursively
mkdir -p ~/Repository
cd ~/Repository/
git clone --recursive https://github.com/stevenjj/PnC.git

# Pull the large files
git lfs install
git lfs pull

# Install Dart
cd PnC
source Script/install_sim.sh

# Compile the code
cd ~/Repository/PnC
mkdir build
cd build
cmake ..
make -j4

# Run Valkyrie example
./build/bin/run_valkyrie 

Press Spacebar to start the simulation
Press WASDEQ keys to walk the robot
Press JK keys to raise/lower the right arm.

About

Planning and Control Algorithms for Robotics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • C 10.4%
  • Python 7.9%
  • MATLAB 3.3%
  • CMake 0.7%
  • Shell 0.2%