-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from decargroup/add_tutorial
Add tutorial
- Loading branch information
Showing
16 changed files
with
873 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
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: | ||
|
||
.. code-block:: bash | ||
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. | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
1. Getting Started <self> | ||
2. Toy Problem - Traditional <./tutorial/traditional.ipynb> | ||
3. Toy Problem - Lie groups <./tutorial/lie_groups.ipynb> | ||
4. Specifying Jacobians <./tutorial/jacobians.ipynb> |
Oops, something went wrong.