Added some more functionality to map generator.

This commit is contained in:
Philipp Horstenkamp 2022-06-24 13:33:13 +02:00
parent ab031c88d5
commit a048d914b2
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
3 changed files with 295 additions and 107 deletions

1
.gitignore vendored
View File

@ -205,3 +205,4 @@ dmypy.json
# Cython debug symbols
cython_debug/
*.pickle

17
docker-compose.yaml Normal file
View File

@ -0,0 +1,17 @@
version: '3.9'
services:
ros-nodes:
build:
context: ros-nodes
dockerfile: ros.dockerfile
args:
username: ${username}
password: ${password}
pyrate_branch: ${pyrate_branch}
model_branch: ${pyrate_branch}
ros_nodes_branch: ${ros_nodes_branch}
restart: no
container_name: ros_nodes:st
volumes:
influxdb-storage:
grafana-storage:

File diff suppressed because one or more lines are too long