This commit is contained in:
Björn Ellensohn 2023-08-22 12:06:18 +02:00
parent 305f8c0df9
commit b094d84b14
2 changed files with 15 additions and 1 deletions

View File

@ -171,6 +171,20 @@ services:
environment:
- ROS_DOMAIN_ID=5
# slam_localization
localization:
extends: overlay
command: >
ros2 launch cps_rmp220_support robot_mapping_localization.launch.py map_file_name:=/repo/maps/map.yaml
# Interactive shell
stdin_open: true
tty: true
# Networking and IPC for ROS 2
network_mode: host
ipc: host
environment:
- ROS_DOMAIN_ID=5
# navigation
navigation:
extends: overlay

View File

@ -29,7 +29,7 @@ COPY dependencies.amd64.repos .
RUN echo "Hardware platform is: $(uname -m)"
RUN uname -a
RUN echo "update base 22.08.2023-2"
RUN echo "update base 22.08.2023-3"
RUN if [ "$(uname -m)" = "x86_64" ]; then \
echo "Copying files for linux/amd64"; \