You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third assignment of the course “Advanced robot programming”. We were asked to code a program which allows the user to control the motion of several drones avoiding collisions and visualizing them printed on the screen.
The master is opened when the “./run” command is executed. The master is the server which will hosts the drones (clients) also in running time using sockets. The drones will connect and they start sending positions, the positions are confirmed after taking care that the direction is actually free by the server.