Added some more functionality to map generator.
This commit is contained in:
parent
ab031c88d5
commit
a048d914b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -205,3 +205,4 @@ dmypy.json
|
|||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
*.pickle
|
||||||
|
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal 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
Loading…
x
Reference in New Issue
Block a user