Skip to content

Commit 0d7e91b

Browse files
Publish full robotics example
1 parent 0b31127 commit 0d7e91b

File tree

4 files changed

+425
-8
lines changed

4 files changed

+425
-8
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1-
# typedb-robotics
2-
Robotic agents navigating the world
1+
# Robotics
2+
3+
## Introduction
4+
5+
This repository shows how to use TypeDB for robotic navigation of the world. It is based on a real-world usage developed by Joris Sijs at the TNO University.
6+
7+
The database schema uses TypeDB 3.0.
8+
9+
## Setup
10+
11+
The easiest way to load this example is using TypeDB Console.
12+
13+
1. Boot up TypeDB 3.0
14+
2. Run the TypeQLScript setup script `setup_script.tqls` via console:
15+
```
16+
typedb console --address=<address> --username=<username> --script=<path to setup_script.tqls>
17+
```
18+
- Note: some versions of Console didn't yet support relative paths in Scripts - if that is the case, please update the paths inside the `setup__script.tqls` to be absolute
19+
20+
This will setup a database named `robotics` and load the schema and sample data.
21+
22+
Have fun!
23+
24+
## Example Queries
25+
26+
TODO!
27+

0 commit comments

Comments
 (0)