From 844ece288346156d45b7b188a65e6aae87a8b1b6 Mon Sep 17 00:00:00 2001 From: niklasmh Date: Tue, 23 May 2017 15:45:06 +0200 Subject: [PATCH] Uploaded external files as they did not provide HTTPS/TLS --- Makefile | 2 +- posts/2017-02-14-Planning-Update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ee6fa8..f0816f5 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ upload-images: @scp -r ./images/teams/20* ascend@dev.ascendntnu.no:/home/ascend/ascendntnu-web/images/teams upload-image: - @scp -r ./images/assets/${file} ascend@dev.ascendntnu.no:/home/ascend/ascendntnu-web/images/assets + @scp -r ./images/assets/${folder}/${file} ascend@dev.ascendntnu.no:/home/ascend/ascendntnu-web/images/assets/${folder} download-images: @mkdir -p ./images/assets diff --git a/posts/2017-02-14-Planning-Update.md b/posts/2017-02-14-Planning-Update.md index 9756b7c..55cd002 100644 --- a/posts/2017-02-14-Planning-Update.md +++ b/posts/2017-02-14-Planning-Update.md @@ -69,7 +69,7 @@ Using our value function we can calculate a reward for the ground robots resulti Now the drone can make objective decisions on which robot to work with and what action it should perform on the robot. However, this is only the first stage of the algorithm, as the drone must be able to see further into the future to solve the problem more efficiently. This will lead to reduced traveling time and less actions to herd robots out of the court. But that will have to wait until another blog post. Meanwhile, here is a taxidermied cat converted into a drone. -![Cat drone](http://i.giphy.com/h5NXof7XfEYHm.gif) +![Cat drone](/public/assets/planning-update-1/cat-drone.gif) Thanks for reading!