Skip to content

Commit

Permalink
Comments on maze files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSilvaB committed Jul 22, 2019
1 parent 0cf4251 commit 6bec631
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/examples/maze/localization.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
C 14 4 1 1
C 19 -4 1 1
C 26 4 1 1
C 35 -4 1 1
# C = Cube, X = 14, Y = 4
C 14 4
C 19 -4
C 26 4
C 35 -4
1 change: 1 addition & 0 deletions src/examples/maze/simple.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# W = Wall, X1 = -20, Y1 = -20, X2 = 20, Y2 = -20
W -20 -20 20 -20
W -20 -20 -20 20
W -20 20 20 20
Expand Down
3 changes: 3 additions & 0 deletions src/examples/maze/wall.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# O = Obj, X = 10, Y = 5, Path = "wall\model.obj", Rotation = 0.3, Scale = 5
O 10, 5, wall\model.obj, 0.3, 5

# R = Robot, X = 6, Y = 5, Theta = 0
R 6, 5, 0

0 comments on commit 6bec631

Please sign in to comment.