Skip to content

proyan/sot-hrp2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sot-hrp2

This packages provides a generic Stack Of Tasks library for the humanoid robot HRP2. This library is highly portable and can be used in various simulators, and the robot itself.

Install

To compile this package, it is recommended to create a separate build directory:

mkdir _build
cd _build
cmake [OPTIONS] ..
make install

Please note that CMake produces a CMakeCache.txt file which should be deleted to reconfigure a package from scratch.

To use:

To embed this library an example is provided in: sot/core/tools/test_abstract_interface.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.3%
  • Python 39.7%
  • CMake 12.0%