Bases: Sensor
Sensor
Provides distance between node and its neighbors.
Methods
__init__
name
Get the name of the Sensor class.
read
Read the distances from the current node to its neighbors.
node (Node) – The current node.
A dictionary containing the distances to the neighbors.
dict