This commit is contained in:
Björn Ellensohn 2023-07-28 11:36:43 +02:00
parent 3bd381ff43
commit 6e1882bb76

View File

@ -138,6 +138,17 @@ services:
ipc: host ipc: host
depends_on: depends_on:
- localization - localization
# bash
bash:
extends: overlay
command: >
/bin/bash
stdin_open: true
tty: true
# Networking and IPC for ROS 2
network_mode: host
ipc: host
# # Behavior demo using Python and py_trees # # Behavior demo using Python and py_trees
# demo-behavior-py: # demo-behavior-py: