Skip to content

Commit b446d52

Browse files
authored
Update README.md
1 parent a1b192a commit b446d52

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
[![Build](https://github.com/robocomp/cortex/actions/workflows/build_artifacts.yaml/badge.svg)](https://github.com/robocomp/cortex/actions/workflows/build_artifacts.yaml)
22

3-
4-
# CORTEX and DSR (Deep State Representation)
3+
# CORTEX and DSR (Deep State Representation)]
54
- [Description](#description)
65
- [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)
914
- [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)
1118
* [CORE](#core)
1219
* [Auxiliary sub-APIs](#auxiliary-sub-apis)
1320
+ [RT sub-API](#rt-sub-api)
1421
- [Overloaded method using move semantics.](#overloaded-method-using-move-semantics)
1522
+ [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)
1724
* [CRDT- API](#crdt--api)
1825
* [Node struct](#node-struct)
26+
* [Python API](#python-api)
1927

2028
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
2129

22-
2330
# Description
2431

2532
CORTEX is a long term effort to build a series of architectural designs around the simple idea

0 commit comments

Comments
 (0)