fsivan58 / govern-layer

Govern layer for general-purpose robot
MIT License
2 stars 0 forks source link

Implement sensor handler #4

Open fsivan58 opened 1 year ago

fsivan58 commented 1 year ago

Issue Description

This is a periodic task that is constantly checking an internal queue. When it contains at least one element, the communication with the navigation layer starts. It sends the ID of the sensor that the operator requests to read, and waits for a response. If another reading request arrives, it is added to the queue until the govern layer receives a response

Additional Info

Refer to the issue #3 for further details

fsivan58 commented 1 year ago

Futher testing needed