1
0

First data generating version of the code.

This commit is contained in:
2022-07-01 01:43:51 +02:00
parent b3d38ad9d0
commit 60a79068f0
8 changed files with 1831 additions and 492 deletions

View File

@ -1,17 +1,30 @@
version: '3.9'
services:
ros-nodes:
pyrate:
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}
context: pyrate
dockerfile: pyrate.dockerfile
restart: no
container_name: ros_nodes:st
container_name: pyrate
ports:
- 8888:8888
volumes:
- ./experiments:/pyrate/experiments
- ./data:/pyrate/data
pyrate-gen:
build:
context: pyrate
dockerfile: pyrate.data_generator.dockerfile
restart: unless-stopped
volumes:
- ./data:/pyrate/data
environment:
- save_frequency=50
- seed_start=150
- continues=False
scale: 2
volumes:
influxdb-storage:
grafana-storage:
experiments:
data: