mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-21 22:53:52 +00:00
added microros agent
This commit is contained in:
parent
5ca34c53c2
commit
b09d07022e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user