mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-22 04:43:51 +00:00
added microros agent
This commit is contained in:
parent
5ca34c53c2
commit
b09d07022e
@ -54,6 +54,22 @@ services:
|
|||||||
# Needed to display graphical applications
|
# Needed to display graphical applications
|
||||||
privileged: true
|
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
|
||||||
localization:
|
localization:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
@ -72,6 +88,9 @@ services:
|
|||||||
ipc: host
|
ipc: host
|
||||||
# Needed to display graphical applications
|
# Needed to display graphical applications
|
||||||
privileged: true
|
privileged: true
|
||||||
|
depends_on:
|
||||||
|
- controller
|
||||||
|
- microros_agent
|
||||||
|
|
||||||
# mapping
|
# mapping
|
||||||
mapping:
|
mapping:
|
||||||
|
Loading…
Reference in New Issue
Block a user