Skip to content

Collection of dynamic-graph entities aimed at implementing torque control on different robots.

License

Notifications You must be signed in to change notification settings

wyngjf/sot-torque-control

 
 

Repository files navigation

sot-torque-control

License Building Status Pipeline status Coverage report

Collection of dynamic-graph entities aimed at implementing torque control on different robots. Read the project wiki to get a description of the main entities contained in this repository.

Dependencies

This project depends on:

All of these packages (except PinInvDyn) can be installed through robotpkg. In particular, you can find them in robotpkg-wip (work in progress), a subset of robotpkg. Pay attention not to install ROS using robotpkg though, because it would install the latest version, which may not be what you need (e.g. currently on HRP-2 we are using ROS indigo).

Installation

git clone --recursive git@github.com:stack-of-tasks/sot-torque-control.git
cd sot-torque-control
mkdir _build-RELEASE
cd _build-RELEASE
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$DEVEL_DIR/openrobots
make install

In Ubuntu 14.04 you may need to add -DCMAKE_CXX_FLAGS="-std=c++11".

About

Collection of dynamic-graph entities aimed at implementing torque control on different robots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.4%
  • Python 39.2%
  • Shell 2.1%
  • CMake 1.3%