Skip to content

ami-iit/shared-controllers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Controllers

This repository provides the following software:

  • lib: contains wholebodycontrollib, a python library for controlling humanoid robots.
  • scripts: contains python applications to run whole-body-controllers on real or simulated robots.

Dependencies

Optional

Installation

Dependencies

All the required dependencies can be installed via conda.

Create the conda environment:

conda create -n sc_env python=3.10
conda activate sc_env

Install dependencies:

conda install -c conda-forge pip matplotlib qpsolvers resolve-robotics-uri-py
conda install -c conda-forge yarp idyntree

Optional In order to run the controllers and the simulations, additional packages are required:

conda install -c conda-forge gazebo-yarp-plugins icub-models bipedal-locomotion-framework

Library

In order to install the library, activate the environment in which the dependencies are installed:

conda activate sc_env

Clone the repository and install the package:

git clone https://github.com/ami-iit/shared-controllers.git
cd shared-controllers
pip install .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages