update rviz configuration
This commit is contained in:
parent
daee5e3d05
commit
45d89c6de8
@ -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
|
||||
|
@ -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
BIN
map_floor_save.pgm
Normal file
Binary file not shown.
7
map_floor_save.yaml
Normal file
7
map_floor_save.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user