-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
josea
authored and
josea
committed
Oct 7, 2020
1 parent
1a4f9cf
commit 79e1716
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
30 changes: 15 additions & 15 deletions
30
examples/BESTRoboticsOutbreak/FieldConfigs/BEST2020GameConfigRand.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
% Position of cells [x y] in meters from the center of the field | ||
cellPose=[0.920 1.265;... | ||
cellPose=[0.920 1.380;... | ||
0.805 1.380;... | ||
1.035 1.380;... | ||
0.920 1.035;... | ||
0.805 0.920;... | ||
1.035 0.805;... | ||
0.920 0.575;... | ||
0.805 0.345;... | ||
1.035 0.920;... | ||
0.920 0.460;... | ||
0.805 0.460;... | ||
1.035 0.460;... | ||
0.460 -0.115;... | ||
0.345 0.115;... | ||
0.575 0.115;... | ||
0.460 0.000;... | ||
0.345 0.000;... | ||
0.575 0.000;... | ||
0.920 -0.460;... | ||
0.805 -0.575;... | ||
0.805 -0.460;... | ||
1.035 -0.460;... | ||
0.920 -0.920;... | ||
0.805 -0.805;... | ||
0.805 -0.920;... | ||
1.035 -0.920;... | ||
1.380 -1.265;... | ||
1.265 -1.265;... | ||
1.495 -1.380]; | ||
1.265 -1.380;... | ||
1.495 -1.380;... | ||
0.920 0.920;... | ||
1.380 -1.380]; | ||
cellPose(:,2)=cellPose(:,2)+(0.115*(randi(3,[21 1])-2)); | ||
|
||
cellLevel=[0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0]; | ||
cellTypeArray=[1 0 0 0 0 0 2 0 0 1 1 0 1 0 0 1 2 0 2 0 1]; | ||
cellLevel=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1]; | ||
cellTypeArray=[0 1 2 0 1 0 0 0 1 2 0 1 0 0 0 1 2 0 1 0 0]; | ||
cellTypeArray=cellTypeArray(randperm(21)); | ||
isoPoses=[0.91 0;-0.91/2 0.91;-0.91/2 -0.91]; | ||
platformPoses=[0.91 0.91;1.37 -1.37]; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.