update
This commit is contained in:
parent
3bd381ff43
commit
6e1882bb76
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user