From 9177dc81545fbc1f0f2f73a906effcf87537551d Mon Sep 17 00:00:00 2001 From: p57492168 <2577192526@qq.com> Date: Sat, 25 Jun 2022 15:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Palette/maps/map2.yaml | 2 +- Palette/maps/map_actual.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Palette/maps/map2.yaml b/Palette/maps/map2.yaml index 9f87da2..9e0c04d 100644 --- a/Palette/maps/map2.yaml +++ b/Palette/maps/map2.yaml @@ -7,7 +7,7 @@ env: ship_radius: !!int 5 ship_velocity: 200 sonar_spread_times: !!int 40 - obstacles: + obstacles: obstacle0: [100, 600, 100, 200] obstacle1: [300, 260, 120, 320] obstacle2: [660, 460, 120, 120] diff --git a/Palette/maps/map_actual.yaml b/Palette/maps/map_actual.yaml index db61a54..6a38969 100644 --- a/Palette/maps/map_actual.yaml +++ b/Palette/maps/map_actual.yaml @@ -7,7 +7,7 @@ env: ship_radius: !!int 1 ship_velocity: 40 sonar_spread_times: !!int 40 - obstacles: # name: [x of the left bottom, y of the left bottom, width, height] + obstacles: obstacle0: [40, 440, 340, 220] obstacle1: [100, 160, 300, 180] obstacle2: [300, 40, 100, 60]