Classes | |
class | Positioning |
Variables | |
int | breakpoint = 0 |
list | dummy_pings |
pos = Positioning('/home/metratec/catkin_ws/src/ros_ips/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 ros_ips.positioning.breakpoint = 0 |
Definition at line 158 of file src/ros_ips/positioning.py.
list ros_ips.positioning.dummy_pings |
Definition at line 151 of file src/ros_ips/positioning.py.
ros_ips.positioning.pos = Positioning('/home/metratec/catkin_ws/src/ros_ips/config/zones.yml') |
Definition at line 149 of file src/ros_ips/positioning.py.
ros_ips.positioning.zone = pos.get_zone(dummy_pings) |
Definition at line 156 of file src/ros_ips/positioning.py.