Skip to content
/ pylocus Public

Localization package using distance and/or angle measurements

License

Notifications You must be signed in to change notification settings

LCAV/pylocus

This branch is 1 commit ahead of, 1 commit behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5d9f97 · Jan 7, 2022
Apr 1, 2020
Apr 1, 2020
Sep 12, 2019
Nov 9, 2018
Jun 20, 2018
Apr 1, 2020
Nov 8, 2019
Apr 1, 2020
Apr 1, 2020
Jul 27, 2017
Apr 1, 2020
Jan 7, 2022
Jul 18, 2018
Nov 8, 2019

Repository files navigation

Welcome to pylocus, a python localization package

Build Status Documentation Status

This package contains Multidimensional Scaling, lateration, and other algorithms useful for localization using distances and/or angles.

Local install

Since this package is in an early development phase, this is the recommended install method. The latest updates will not always be immediately available on pip, they will be bundled in the next package release. By keeping the local git repository up-to-date and redoing the local install regularly, you can be sure to be using the latest version.

To perform a local install on your computer, run from this folder level (where setup.py is located):

pip install -e . 

This installs the package using symbolic links, avoiding the need for a reinstall whenever the source code is changed. If you use conda, then

conda develop . 

does the same trick.

Install

To install from pip, simply run :

  pip install pylocus

Documentation

This is a constantly growing package and documentation is work-in-progress. The current version can be found on ReadTheDocs

See the tutorials folder for some exmaple scripts on how to use this package. More scripts will be added soon.

About

Localization package using distance and/or angle measurements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages