fsivan58 / govern-layer

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

Implement coordinates handler #5

Closed fsivan58 closed 1 year ago

fsivan58 commented 2 years ago

Issue Description

This is a periodic task that is constantly checking an internal queue. When a message arrives to the queue, it is dequeued and sent to the navigation layer. The task waits until a feedback message is returned. If any other message arrives to the queue is added to the queue.

Additional Info

Refer to the issue #3 for further details