Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ocs2_doc/docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Prerequisites
The OCS2 library is written in C++11. It is tested under Ubuntu 20.04 with library versions as
provided in the package sources.

Source code
------------
The source code is hosted on GitHub: _`leggedrobotics/ocs2 <https://github.com/leggedrobotics/ocs2>`_.

.. code-block:: bash

# Clone OCS2
git clone git@github.com:leggedrobotics/ocs2.git

Dependencies
------------
Expand Down
4 changes: 3 additions & 1 deletion ocs2_doc/docs/intro.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. index:: pair: page; Introduction

`Source code on GitHub: leggedrobotics/ocs2 <https://github.com/leggedrobotics/ocs2>`_

Introduction
============

Expand All @@ -23,4 +25,4 @@ cost. To facilitate its deployment on robotic platforms, the OCS2
provides tools for ROS interfaces. The toolbox’s efficient and
numerically stable implementations in conjunction with its user-friendly
interface have paved the way for employing it on numerous robotic
applications with limited onboard computation power.
applications with limited onboard computation power.