diff --git a/Readme.md b/Readme.md index 23b096a..bc60dce 100644 --- a/Readme.md +++ b/Readme.md @@ -97,3 +97,10 @@ Our box-pushing strategy is similar to our previous approach, but with some chan Note that, unlike our last competition, we do not attempt to recognize a failure to push the box, or to implement recovery behaviour if such a situation occures. The above algorithm proved in testing to be robust enough for our purposes without such techniques. [![](images/box-push-thumbnail.png)](https://drive.google.com/open?id=1WoiA0QvpzRToGFaCrkWglESosUYUmAGd) + + +# Competition strategy + +Although our code has the ability to perform all the tasks in the competition, to earn the maximum amount of points we chose to only attempt box-pushing. A video of a test run of our robot illustrates our technique: + +[![](images/full-run-thumbnail.png)](https://drive.google.com/open?id=1qp4m1mySJg3U9ASMa3wZBK9zTQIH-5QR) \ No newline at end of file diff --git a/images/full-run-thumbnail.png b/images/full-run-thumbnail.png new file mode 100644 index 0000000..6a6eef1 Binary files /dev/null and b/images/full-run-thumbnail.png differ