Skip to main content

pykickloc is a python implementation of the KickLoc localization algorithm.

Project description

pykickloc

A python implementation of the KickLoc Intuitive distributed localization algorithm.

Install

pip3 install pykickloc

Usage

To create a beacon, create a KINode with the beacon's position and a standard deviation of 0:

beacon = KINode(np.array([0, 1, 0]), 0)

To create an unknown node, create a KINode with no parameters:

unknown = KINode()

Whenever a distance update is received, call update on the local node to update the local node's position:

node.update(neighbor_position, neighbor_std_dev, distance, distance_std_dev)

If the nodes standard deviation was set to 0 (beacon), the update call will have no effect.

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pykickloc-1.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page