https://github.com/arc-opt/orogen-wbc
Rock (Robot Construction Kit, https://www.rock-robotics.org/) interface for the WBC library
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Repository
Rock (Robot Construction Kit, https://www.rock-robotics.org/) interface for the WBC library
Basic Info
- Host: GitHub
- Owner: ARC-OPT
- License: bsd-3-clause
- Language: Ruby
- Default Branch: master
- Size: 3.21 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
DEPRECATED!!! This repository is not maintained anymore!
WBC - Whole-Body Control
This task library provides a Rock interface for the Whole-Body Control library. It facilitates intuitive specification and execution of reactive robot control problems that involve multiple simultaneously running tasks.
WBC was initiated and is currently developed at the Robotics Innovation Center of the German Research Center for Artificial Intelligence (DFKI) in Bremen.

Motivation
WBC is a framework for optimization-based control of redundant robots. It contains various implementations of whole-body feedback control approaches on velocity-, acceleration- and force/torque-level. WBC is meant for controlling robots with redundant degrees of freedom, like humanoids or other legged robots with floating base, but also fixed-base systems like mobile manipulators, dual-arm systems or even simple manipulators. It is also meant for controlling multiple tasks simultaneously while taking into account the physical constraints of the robot. E.g., on a humanoid robot do ... (1) keep balance (2) Grasp an object with one arm (3) maintaining an upright body posture (4) Consider the joint torque limits, etc... WBC is a purely reactive approach, i.e., it does not involve any motion planning or trajectory optimization. However, it can be used to stabilize trajectories coming from a motion planner or trajectory optimizer and integrate them with other objectives and physical constraints of the robot.
The general idea of optimization-based robot control is to formulate simultaneously running robot tasks as constraints or within the cost function of an instantaneous optimization problem. Now, in each control cycle ...
- The constraints/cost functions are updated with the current robot state/control reference
- The optimization problem is solved
- The solution is applied to the actuators of the robot
The online solution of this problem is the robot joint control signal that complies with all tasks, while integrating physical constraints like actuator limits. An advantage of this approach is that complex tasks can be composed from low-dimensional descriptors, which are typically easier to specify and control than the complete task are once. Also, the redundancy of the robot is nicely exploited utilizing all the dof of the system (whole body).
Getting Started
- Please check out the tutorials section in the documentation for examples of usage.
Requirements / Dependencies
Currently supported OS: Ubuntu20.04, Ubuntu22.04
This task library is for sole use within the Rock framework. I.e., you require a full Rock installation to use it. In addition, it has the following 1st order dependencies:
- WBC library
- Optional: Hyrodyn library. In order to use the HyRoDyn-based robot model including the feature of modeling and controlling series-parallel hybrid robots, you currently require access to the DFKI git server.
Installation
- New Bootstrap: See here
- Existing Rock Installation: Add the wbc package set to your autoproj/manifest file:
```
package_sets:
- github: ARC-OPT/packageset
``
followed byaup control/orogen/wbcand thenamake control/orogen/wbc. To install the control library, you can doaup control/orogen/ctrlliband thenamake control/orogen/ctrl_lib`.
- github: ARC-OPT/packageset
``
Testing
Please check the unit tests here, as well as the tutorials.
Contributing
Please use the issue tracker to submit bug reports and feature requests.
Please use merge requests as described here to add/adapt functionality.
License
orogen-wbc is distributed under the 3-clause BSD license.
Acknowledge WBC
If you use WBC within your scientific work, please cite the following publication:
@INPROCEEDINGS{mronga2022,
author = "D. Mronga and S.Kumar and F.Kirchner",
title = "Whole-Body Control of Series-Parallel Hybrid Robots",
year = "2022",
note = "{2022 IEEE International Conference on Robotics and Automation (ICRA)}, Accepted for publication",
}
Funding
WBC has been developed in the research projects TransFit (Grant number 50RA1701) and BesMan (Grant number 50RA1216) funded by the German Aerospace Center (DLR) with funds from the German Federal Ministry for Economic Affairs and Climate Action (BMWK). It is further developed in the M-Rock (Grant number 01IW21002) and VeryHuman (Grant number 01IW20004) projects funded by the German Aerospace Center (DLR) with federal funds from the German Federal Ministry of Education and Research (BMBF).
Maintainer / Authors / Contributers
Dennis Mronga, dennis.mronga@dfki.de
Copyright 2017, DFKI GmbH / Robotics Innovation Center
Owner
- Name: ARC-OPT
- Login: ARC-OPT
- Kind: organization
- Website: https://dfki-ric.github.io/
- Repositories: 4
- Profile: https://github.com/ARC-OPT
Adaptive Robot Control using Optimization
GitHub Events
Total
- Delete event: 3
- Member event: 1
- Push event: 2
- Pull request event: 2
- Fork event: 1
- Create event: 1
Last Year
- Delete event: 3
- Member event: 1
- Push event: 2
- Pull request event: 2
- Fork event: 1
- Create event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dmronga (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v2 composite
- mattnotmitt/doxygen-action v1.1.0 composite
- peaceiris/actions-gh-pages v3 composite
- actions/checkout v2 composite