Class to store information about IPS beacons.
Definition at line 7 of file beacon.py.
def indoor_positioning.beacon.Beacon.__init__ |
( |
|
self, |
|
|
|
eid, |
|
|
|
position, |
|
|
|
frame_id |
|
) |
| |
Initialize beacon object by passing its EID, position in the environment and name of coordinate frame.
:param eid: String: unique EID of the beacon, used for unambiguous identification, given by the manufacturer
:param position: [Float, Float, Float]: list of [x, y, z] coordinates of the beacon's position in 3D space
:param frame_id: String: name of the coordinate frame the position is specified in
Definition at line 9 of file beacon.py.
indoor_positioning.beacon.Beacon.eid |
indoor_positioning.beacon.Beacon.frame_id |
indoor_positioning.beacon.Beacon.position |
The documentation for this class was generated from the following file: