-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
⚠️ Issue:
The feedback logic is a direct "Mirror."
🎯 Location:
/robot/vital_pulse_generator
/server/vital_pulse_analyzer
🦠 Symptoms:
- Creates a Tight Coupling that will delay the feedback receiving, if there is latency prior analyzing process.
🩺 Diagnosis:
- Use separate nodes for "Thinking" (Analyzing) and "Reacting" (Feedback).
- Set a Timer in the Analyzing node to send the "Latest Best Analysis" back to robot, rather than replying to every single pulse like an echo.
➡️ Future Implementation:
Creates separate nodes (4-node split) for VCC (like a real human heart):
- Vital Pulse Receiving node
- Vital Pulse Analyzer node
- Vital Pulse Feedback node
- Vital Pulse Output node
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo