https://github.com/advrhumanoids/opensot
An Open Source Task Solving library with Constraints
https://github.com/advrhumanoids/opensot
Last synced: 19 days ago
JSON representation
An Open Source Task Solving library with Constraints
- Host: GitHub
- URL: https://github.com/advrhumanoids/opensot
- Owner: ADVRHumanoids
- License: gpl-3.0
- Created: 2014-10-03T09:33:45.000Z (over 11 years ago)
- Default Branch: 4.0-devel
- Last Pushed: 2025-03-14T09:25:48.000Z (10 months ago)
- Last Synced: 2025-03-30T03:11:04.594Z (9 months ago)
- Language: C++
- Homepage:
- Size: 17 MB
- Stars: 88
- Watchers: 5
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenSoT 
============
OpenSoT is a library dedicated to hierarchical whole-body control of robots subject to linear constraints.
OpenSoT was initially developed under the EU Project [WALK-MAN](https://cordis.europa.eu/project/id/611832).
Its development continued under the EU Projects [CogIMon](https://cordis.europa.eu/project/id/644727) and [CENTAURO](https://cordis.europa.eu/project/id/644839).
In 2018 the OpenSoT library has been recognized as an [**EU funded Deep Tech Innovation** under the category Exploring](https://innovation-radar.ec.europa.eu/innovation/30633).
Documentation can be found at https://advrhumanoids.github.io/OpenSoT/index.html
**Try our Docker: https://github.com/hucebot/opensot_docker**
Main Add-ons
------------
- [CartesI/O](https://github.com/ADVRHumanoids/CartesianInterface)
- [Visual Servoing](https://github.com/EnricoMingo/opensot_visual_servoing), developed in collaboration with IDSIA - USI/SUPSI (Dr. [Antonio Paolillo](https://github.com/TotoPaolillo))
- [Compliant Stabilizer](https://github.com/ADVRHumanoids/compliant_stabilizer), developed in collaboration with Dr. [Chengxu Zhou](https://eps.leeds.ac.uk/mechanical-engineering/staff/1720/dr-chengxu-zhou)
How to cite this work:
======================
Please support ```OpenSoT``` development by referencing it in your works/publications/projects the following:
```
@inproceedings{opensot:humanoids17,
title = {Robot Control for Dummies: Insights and Examples using OpenSoT},
author = {Mingo Hoffman, Enrico and Rocchi, Alessio and Laurenzi, Arturo and Tsagarakis, Nikos G.},
pages = {736-741},
booktitle = {{IEEE-RAS} International Conference on Humanoid Robots, Humanoids},
year = {2017}
}
```
```
@inproceedings{opensot:icra15,
title={OpenSoT: a Whole-Body Control Library for the Compliant Humanoid Robot COMAN},
author={Rocchi, Alessio and Hoffman, Enrico Mingo and Caldwell, Darwin G. and Tsagarakis, Nikos G.},
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
pages={1093--1099},
year={2015},
organization={IEEE}
}
```