diff --git a/doxygen_crawl.html b/doxygen_crawl.html index d50acb59..ebec11f7 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -1577,6 +1577,7 @@ + diff --git a/index.html b/index.html index abc35036..c57ce2db 100644 --- a/index.html +++ b/index.html @@ -83,39 +83,42 @@

Currently supported OS: Ubuntu20.04, Ubuntu22.04

See the manifest.xml for required and optional dependencies.

+ROS 2 Interface

+

ROS 2 support for the WBC library can be found here

+

Installation

-

+

Basic Install

This will install the WBC core library with a single robot model (pinocchio) and QP solver (qpoases) respectively. Download this install script, store it in a folder of your choice (e.g., arc-opt) and execute it:

mkdir ~/arc-opt && cd ~/arc-opt
wget https://raw.githubusercontent.com/ARC-OPT/wbc/master/scripts/install.sh
sh install.sh
-

+

Full Install

This will install the WBC core library plus multiple robot models and solvers. Download this install script, store it in a folder of your choice (e.g., arc-opt) and execute it:

mkdir ~/arc-opt && cd ~/arc-opt
wget https://raw.githubusercontent.com/ARC-OPT/wbc/master/scripts/full_install.sh
sh full_install.sh
-

+

Testing

To execute unit tests for the WBC library, run

make test

from the library's build folder. This will execute unit tests for all installed components, e.g. solvers, robot models, etc...

-

+

Examples

You can also check the tutorials to for some comprehensive examples.

-

+

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

WBC is distributed under the 3-clause BSD license.

-

+

Acknowledge WBC

If you use WBC within your scientific work, please cite this paper.

-

+

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, denni.nosp@m.s.mr.nosp@m.onga@.nosp@m.dfki.nosp@m..de

Copyright 2017, DFKI GmbH / Robotics Innovation Center