Create a New Perceptor
Perceptors use the SDK and CLI workflow.
To access a template for a perceptor, type composabl perceptor new
into the CLI. Composabl will then generate a perceptor template that you can populate with your information.
In this simple perceptor example we calculate the perceptor outputs that will be added as new sensor variables and we create a list of perceptors that comprise the perception layer.
Last updated