Skip to content

Commit

Permalink
[DOC][PYTHON] Starting the include of the examples after the copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jul 22, 2024
1 parent 9fe7a06 commit 1dd5f55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/python/doc/rst/tutorials/misc/ukf-linear.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-linear-example.py
:language: python
:lines: 35-
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-nonlinear-complex-example.py
:language: python
:lines: 35-
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-nonlinear-example.py
:language: python
:lines: 35-
2 changes: 1 addition & 1 deletion modules/python/examples/ukf-linear-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

""" @example ukf-linear-example.py
Example of a simple linear use-case of the Unscented Kalman Filter (UKF). Using a UKF
in this case is not necessary, it is done for learning purpous only.
in this case is not necessary, it is done for learning purpose only.
The system we are interested in is a system moving on a 2D-plane.
Expand Down

0 comments on commit 1dd5f55

Please sign in to comment.