Skip to content
Remco van Gorsel edited this page Apr 26, 2023 · 1 revision

OrdinaRobot

Welcome to the Ordina Robotics Workshop!

Agenda

17:30 Welcome
18:00 Food
18:30 Part one
19:30 Break
19:45 Part two
21:00 Drinks & ...

Robotics2

Workshop goal

TLDR: Make the Robot communicate with an Azure Function.

Per team (2 persons), one of you will focus on programming the Robot. The other one will focus on developing an Azure Function.

Robot

The robot should be programmed so that it can take a picture with its camera and POST it to an Azure Function.

Further instructions can be found here: https://github.com/OrdinaNederland/robotics-docs/wiki/Getting-Started--(Robot).

Cloud

There should be a new Azure Function created that accepts the picture which is POSTed bij de robot. It should be uploaded to an Azure Storage Account for further processing.

Further instructions can be found here: https://github.com/OrdinaNederland/robotics-docs/wiki/Getting-Started-(Cloud).

Requirements

  • Laptop with Visual Studio Code installed.

    Other IDEs are also possible but we don't have instructions for them.

  • Azure Account

    We will provide one for you to use during the workshop.

Dashboard

We've created a dashboard where you can follow the game in real time. It shows which robots are active and displays the last uploaded pictures by the robots: https://ordina-robotics-dashboard.azurewebsites.net/

Feedback

Please fill in our feedback form to help us improve the workshop even further. Thanks in advance! https://forms.office.com/r/382DVQKDsJ

Clone this wiki locally