This commit is contained in:
Björn Ellensohn 2023-08-17 12:26:45 +02:00
parent 7ff8e9ee4f
commit a0f9fe9ace
2 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,7 @@ services:
lidar:
extends: overlay
command: >
ros2 launch cps_rmp220_support robot_lidar.launch.py serial_port:=/dev/ttyUSB1
ros2 launch cps_rmp220_support robot_lidar.launch.py serial_port:=/dev/ttyUSB0
stdin_open: true
tty: true

View File

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