Skip to content

Commit

Permalink
Bugs and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josea authored and josea committed Oct 7, 2020
1 parent 1a4f9cf commit 79e1716
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Binary file modified Robotics Playground.mltbx
Binary file not shown.
30 changes: 15 additions & 15 deletions examples/BESTRoboticsOutbreak/FieldConfigs/BEST2020GameConfigRand.m
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];
Binary file added lib/Resources/Images/ClawbotIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/RoboticsPlayground.slx
Binary file not shown.

0 comments on commit 79e1716

Please sign in to comment.