Week 3

1 minute read

WEEK 3

Color Filter Exercise

With WebRtc

  • I have adjusted the RADI (Robotics Academy Docker Image) for the exercise to communicate with the docker:
    • As a websocket is necessary for communication with webrtc, a new port has to be exposed in the docker, so that it is visible from outside. This is done by adding in the dockerfile:
        EXPOSE <port>
      
    • It is also necessary to update the manager.py indicating the instructions for this exercise
  • Example video using WebRtc

With Ros Node

Unibotics

  • I have delved into understanding the architecture and code of Unibotics.

Updated: