|
1 | 1 | [](https://github.com/robocomp/cortex/actions/workflows/build_artifacts.yaml) |
2 | 2 |
|
3 | | - |
4 | | -# CORTEX and DSR (Deep State Representation) |
| 3 | +# CORTEX and DSR (Deep State Representation)] |
5 | 4 | - [Description](#description) |
6 | 5 | - [Definitions](#definitions) |
7 | | -- [Dependencies and Installation](#dependencies-and-installation) |
8 | | - * [Installing agents](#installing-agents) |
| 6 | +- [Installation](#installation) |
| 7 | + * [Dependencies](#dependencies) |
| 8 | + + [Step 1](#step-1) |
| 9 | + + [Step 2](#step-2) |
| 10 | + + [Step 3](#step-3) |
| 11 | + * [Common Issues](#common-issues) |
| 12 | + * [Tutorials to start creating agents and using existing configurations](#tutorials-to-start-creating-agents-and-using-existing-configurations) |
| 13 | + * [Installing existing agents from the RoboComp repository](#installing-existing-agents-from-the-robocomp-repository) |
9 | 14 | - [Developer Documentation](#developer-documentation) |
10 | | - * [DSR-API (aka G-API)](#dsr-api--aka-g-api-) |
| 15 | + * [DSR-API (C++)](#dsr-api--c---) |
| 16 | + * [Common examples](#common-examples) |
| 17 | + * [Predefined names and types](#predefined-names-and-types) |
11 | 18 | * [CORE](#core) |
12 | 19 | * [Auxiliary sub-APIs](#auxiliary-sub-apis) |
13 | 20 | + [RT sub-API](#rt-sub-api) |
14 | 21 | - [Overloaded method using move semantics.](#overloaded-method-using-move-semantics) |
15 | 22 | + [IO sub-API](#io-sub-api) |
16 | | - + [Innermodel sub-API](#innermodel-sub-api) |
| 23 | + + [Geometric transformations sub-API using the Eigen library](#geometric-transformations-sub-api-using-the-eigen-library) |
17 | 24 | * [CRDT- API](#crdt--api) |
18 | 25 | * [Node struct](#node-struct) |
| 26 | + * [Python API](#python-api) |
19 | 27 |
|
20 | 28 | <small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small> |
21 | 29 |
|
22 | | - |
23 | 30 | # Description |
24 | 31 |
|
25 | 32 | CORTEX is a long term effort to build a series of architectural designs around the simple idea |
|
0 commit comments