update
This commit is contained in:
parent
09929f9160
commit
61e01c61fe
@ -421,7 +421,7 @@ services:
|
|||||||
#- linux/arm64
|
#- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
# Networking and IPC for ROS 2
|
# Networking and IPC for ROS 2
|
||||||
#network_mode: host
|
network_mode: host
|
||||||
ipc: host
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
@ -433,7 +433,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
roscore
|
roscore
|
||||||
extends: ros1bridge
|
extends: ros1bridge
|
||||||
#network_mode: host
|
network_mode: host
|
||||||
ipc: host
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
|
@ -8,7 +8,7 @@ ARG TARGETPLATFORM
|
|||||||
# Variable TARGETPLATFORM should be auomatically created during build process by docker.
|
# Variable TARGETPLATFORM should be auomatically created during build process by docker.
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Base Image for Bot Mini Control #
|
# Base Image for RMP Control #
|
||||||
########################################
|
########################################
|
||||||
FROM ros:${ROS_DISTRO} as base
|
FROM ros:${ROS_DISTRO} as base
|
||||||
ENV ROS_DISTRO=${ROS_DISTRO}
|
ENV ROS_DISTRO=${ROS_DISTRO}
|
||||||
|
Loading…
Reference in New Issue
Block a user