Getting Started¶
Welcome to the navlie tutorial! The following few pages will go through a toy localization problem, where we will be running state estimation algorithms using navlie’s framework. The first step is to install this package. This should be done by directly cloning the git repo and performing a local pip install:
git clone git@github.com:decargroup/navlie.git
cd navlie && pip install -e .
All the dependencies should get installed by this command and the package should now be ready to use. Use the column on the left to go to next page of the tutorial.
Note
Although this package is currently registed with PyPi, installation via pip install navlie
will not work. We’re still figuring out how to set this up properly. Sorry! Feel free to help.