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
make the previous code working for a single robot (allerA, mirror strategy)
centralized navigation calculation for both robots, avoiding collisions
Module interfacers
The actual robot owns its modules but all functions are not blocking (that is to say, when we ask a servo to go at a certain position, the functions directly returns without waiting until the movement is done). The strategy should implement module interfacers which are able to perform a complex blocking action.
Typically, the servos' interfacer would allow this sample code:
We need to set up a Strategy which is able to take in charge
Work to be done:
allerA
, mirror strategy)Module interfacers
The actual robot owns its modules but all functions are not blocking (that is to say, when we ask a servo to go at a certain position, the functions directly returns without waiting until the movement is done). The strategy should implement module interfacers which are able to perform a complex blocking action.
Typically, the servos' interfacer would allow this sample code:
The text was updated successfully, but these errors were encountered: