This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Client-Server infrastructure #14
Labels
refactoring/infrastructure
involves heavy refactoring or changing underlying infrastructure
Since this project is becoming very big and complex, we would like to break it up into smaller services that can be managed in an easier way.
The idea is to break them down in a similar manner as
object recognition component calling services from a different repository:
pepper/pepper/framework/sensor/obj.py
Line 304 in 233d39d
pepper/pepper/framework/component/object_detection.py
Line 33 in 233d39d
pepper/pepper/framework/component/object_detection.py
Line 58 in 233d39d
face recognition component calling services from a docker:
pepper/pepper/framework/sensor/face.py
Line 58 in 233d39d
pepper/pepper/framework/component/face_detection.py
Line 30 in 233d39d
pepper/pepper/framework/component/face_detection.py
Line 61 in 233d39d
This method may be applied to other components like the brain, context, scene, etc
The text was updated successfully, but these errors were encountered: