added microros agent

This commit is contained in:
Björn Ellensohn 2023-07-25 13:42:12 +02:00
parent 5ca34c53c2
commit b09d07022e

View File

@ -54,6 +54,22 @@ services:
# Needed to display graphical applications
privileged: true
# MicroRos Agent
microros_agent:
image: microros/micro-ros-agent:humble
command: >
serial
devices:
- /dev/ttyUSB1:/dev/ttyUSB1
# Interactive shell
stdin_open: true
tty: true
# Networking and IPC for ROS 2
network_mode: host
ipc: host
# Needed to display graphical applications
privileged: true
# Localization
localization:
extends: overlay
@ -72,6 +88,9 @@ services:
ipc: host
# Needed to display graphical applications
privileged: true
depends_on:
- controller
- microros_agent
# mapping
mapping: