Skip to content

lrapetti/ergocub-software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ergocub-software

Main collector of ergoCub specific SW

Installation

For installing it just:

mkdir build
cd build
cmake ..
make
(make install)

ergocub model needs Gazebo YARP Plugins v4.6.0 or higher in order to be used.

URDF generation

This repo hosts the ergoCub urdf, enabling the cmake flag ERGOCUB_MODEL_GENERATE_SIMMECHANICS it is possible to generate it from simmechanics xml. Enabling also ERGOCUB_MODEL_COPY_TO_SRC the generated models are copied in the urdf directory for being committed.

Dependencies

Usage

mkdir build
cd build
cmake -DERGOCUB_MODEL_GENERATE_SIMMECHANICS=BOOL:ON -DERGOCUB_MODEL_COPY_TO_SRC=BOOL:ON ..
make
(make install)

Automatic generation

This GitHub Action generates automatically the urdf everytime a commit in usdf/simmechanics on master branch is done and opens a PR containing the changes in the models.

About

Main collector of ergoCub specific SW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 33.3%
  • Python 31.1%
  • CMake 28.2%
  • Ruby 6.5%
  • Shell 0.9%