BB.Dsl.Sensor (bb v0.2.1)

View Source

A sensor attached to the robot or a specific link.

Summary

Types

child_spec()

@type child_spec() :: module() | {module(), Keyword.t()}

t()

@type t() :: %BB.Dsl.Sensor{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  child_spec: child_spec(),
  name: atom(),
  params: [BB.Dsl.Param.t()]
}