Skip to content

Commit 5417d84

Browse files
committed
Update docs
1 parent b11627a commit 5417d84

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

docs/pages/developer_guide/_shared/build_colcon_workspace.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
source install/setup.bash
1212
1313
.. tab-item:: GISNav only
14-
:selected:
1514

1615
.. code-block:: bash
1716
:caption: Build GISNav package

docs/pages/developer_guide/_shared/launch_gisnav_with_ros2_launch.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
ros2 launch gisnav px4.dev.launch.py
1111
1212
.. tab-item:: ArduPilot
13-
:selected:
1413

1514
.. code-block:: bash
1615
:caption: Launch development configuration for ArduPilot

docs/pages/developer_guide/_shared/prerequisites/compose_project_name_env_variable.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313
COMPOSE_PROJECT_NAME=gisnav
1414
1515
.. tab-item:: Current session
16-
:selected:
1716

1817
.. code-block:: bash
1918
:caption: Set ``COMPOSE_PROJECT_NAME`` environment variable
2019
2120
export COMPOSE_PROJECT_NAME=gisnav
2221
2322
.. tab-item:: Persistent
24-
:selected:
2523

2624
.. code-block:: bash
2725
:caption: Set ``COMPOSE_PROJECT_NAME`` environment variable

docs/pages/developer_guide/development/install_gisnav.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Install GISNav system dependencies with the following commands:
3535
rosdep update
3636
rosdep install --from-paths . -y -r --ignore-src
3737
38+
.. note::
39+
If you want to use a ROS distribution that has reached end-of-life (EOL)
40+
like Foxy, you can add the ``--include-eol-distros`` option to
41+
``rosdep update``.
42+
3843
Install Python dependencies
3944
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4045

docs/pages/glossary.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -480,21 +480,26 @@ ____________________________________________________
480480
`en.wikipedia.org/wiki/Digital_elevation_model
481481
<https://en.wikipedia.org/wiki/Digital_elevation_model>`_
482482

483+
EKF
484+
Extended Kalman Filter
485+
486+
.. seealso::
487+
:term:`Navigation filter`
488+
483489
ENU
484490
East-North-Up coordinate system
485491

486492
.. note::
487493
Up means in the direction of zenith.
488494

489-
EKF
490-
Extended Kalman Filter
491-
492-
.. seealso::
493-
:term:`Navigation filter`
495+
EOL
496+
End-of-life, e.g. in context of ROS distributions that are no longer
497+
officially supported.
494498

495499
FCU
496500
FMU
497-
Flight Control Unit / Flight Management Unit
501+
Flight Control Unit / Flight Management Unit. For example,
502+
:term:`Pixhawk`.
498503

499504
FOSS
500505
Free and Open Source Software

0 commit comments

Comments
 (0)