Skip to content

saga0619/libdwbc

Repository files navigation

operational space whole-body control library.

based on,

Yisoo Lee, Junewhee Ahn, et al. "Computationally Efficient HQP-based Whole-body Control Exploiting the Operational-space Formulation." 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2021.

How to ...

prerequisites

install RBDL

git clone --recursive https://github.com/saga0619/rbdl-orb
cd rbdl-orb
mkdir build
cd build
cmake ..
make all
sudo make install

install qpOASES

git clone https://github.com/saga0619/qpoases
cd qpoases
mkdir build
cd build
cmake ..
make all
sudo make install

How to install

mkdir build
cd build 
cmake ..
make
sudo make install

Unit Test and Benchmark

cmake -DRUN_TEST=ON -DRUN_BENCHMARK=ON -DCMAKE_BUILD_TYPE=Debug ..

How to play with

see example

About

Whole Body Control Algorithm Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages