robocin / ssl-core

MIT License
10 stars 0 forks source link

Create `perception` microservice for tracked detection mapping #131

Open matheusvtna opened 3 weeks ago

matheusvtna commented 3 weeks ago

Summary

This PR introduces the implementation of the second part of perception microservice. It includes basic functionality for mapping tracked detections to filtered detections (protocols::perception::Detection) and publishing these detections.

Notes

This PR is still a draft since it depends on https://github.com/robocin/ssl-core/pull/118 and still have commented tests that need a particular review from myself.

Issue

Closes https://github.com/robocin/ssl-core/issues/132.