Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Uploaded external files as they did not provide HTTPS/TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmh committed May 23, 2017
1 parent 6c5cb85 commit 844ece2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ upload-images:
@scp -r ./images/teams/20* [email protected]:/home/ascend/ascendntnu-web/images/teams

upload-image:
@scp -r ./images/assets/${file} [email protected]:/home/ascend/ascendntnu-web/images/assets
@scp -r ./images/assets/${folder}/${file} [email protected]:/home/ascend/ascendntnu-web/images/assets/${folder}

download-images:
@mkdir -p ./images/assets
Expand Down
2 changes: 1 addition & 1 deletion posts/2017-02-14-Planning-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 844ece2

Please sign in to comment.