Classes | |
class | Positioning |
Variables | |
int | breakpoint = 0 |
list | dummy_pings |
pos = Positioning('/home/metratec/catkin_ws/src/indoor_positioning/config/zones.yml') | |
zone = pos.get_zone(dummy_pings) | |
Use this class to perform indoor positioning with the metraTec IPS system. The position of a receiver is evaluated by the received messages of RF beacons placed in the environment. Requires a YAML file with the configuration of zones. Usage: Initialize the class by passing the directory of the config file. Then collect any number of beacon pings and use the get_zone() function to return the current zone. Passing a list of pings instead of a single ping leads to averaging over all the passed messages.
int indoor_positioning.positioning.breakpoint = 0 |
Definition at line 159 of file src/indoor_positioning/positioning.py.
list indoor_positioning.positioning.dummy_pings |
Definition at line 152 of file src/indoor_positioning/positioning.py.
indoor_positioning.positioning.pos = Positioning('/home/metratec/catkin_ws/src/indoor_positioning/config/zones.yml') |
Definition at line 150 of file src/indoor_positioning/positioning.py.
indoor_positioning.positioning.zone = pos.get_zone(dummy_pings) |
Definition at line 157 of file src/indoor_positioning/positioning.py.