update rviz configuration

This commit is contained in:
Björn Ellensohn 2023-08-22 08:34:05 +02:00
parent daee5e3d05
commit 45d89c6de8
4 changed files with 10 additions and 3 deletions

View File

@ -192,7 +192,7 @@ services:
# command: >
# ros2 launch cps_rmp220_support robot_rviz2.launch.py
command: >
rviz2
ros2 launch cps_rmp220_support rviz.launch.py
# Interactive shell
stdin_open: true
tty: true

View File

@ -29,7 +29,7 @@ COPY dependencies.amd64.repos .
RUN echo "Hardware platform is: $(uname -m)"
RUN uname -a
RUN echo "update base 18.08.2023-5"
RUN echo "update base 22.08.2023"
RUN if [ "$(uname -m)" = "x86_64" ]; then \
echo "Copying files for linux/amd64"; \
@ -80,7 +80,7 @@ RUN vcs import < overlay.repos
WORKDIR /overlay_ws
RUN echo "update overlay 17.08.2023"
RUN echo "update overlay 22.08.2023"
RUN source /rmp_ws/install/setup.bash \
&& apt-get update \

BIN
map_floor_save.pgm Normal file

Binary file not shown.

7
map_floor_save.yaml Normal file
View File

@ -0,0 +1,7 @@
image: map_floor_save.pgm
mode: trinary
resolution: 0.05
origin: [-13.7, -5.57, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25