update
This commit is contained in:
parent
305f8c0df9
commit
b094d84b14
@ -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
|
||||
|
@ -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"; \
|
||||
|
Loading…
Reference in New Issue
Block a user