Skip to content

Commit

Permalink
Archivo free.yaml contiene mapa para misión 4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanmartin committed Oct 9, 2020
1 parent 811e468 commit d5ccb95
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions cap4/free.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# The following section defines the grid layout.
#
# Each row is an array of tiles descriptions.
# The top-left tile in this file maps to coordinates (0, 0) in the world
# Each tile contains a string with the kind of tile and its orientation.
# The orientations are North, South, East, West. This is the direction in
# which the agent is expected to drive when going onto this tile.
tiles:
- [4way , 4way , 4way , 4way]
- [4way , 4way , 4way , 4way]
- [4way , 4way , 4way , 4way]
- [4way , 4way , 4way , 4way]

# The following is a listing of 3D objects placed on the map
#
# pos: object positions are scaled according to the tile size, so
# that (1.5, 2.5) would be exactly in the middle of tile (1, 2)
# height: Objects can be scaled according to their real-world height in meters
# Duckietown tiles are 61cm, or 0.61 meter
# rotate: the rotation angle determine the object's orientation
# a positive rotation angle corresponds to a counter-clockwise
# (leftward) rotation. The angles are in degrees.
# Models should, at angle 0, face towards the positive X axis.
objects:

- kind: duckie
pos: [2, 2]
rotate: -90
height: 0.08
optional: true

tile_size: 1.0

0 comments on commit d5ccb95

Please sign in to comment.