Skip to content

Commit

Permalink
Jeongmyung Lee <leeejeongmyung@gmail.com> (#1735)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeongmyung Lee <leeejeongmyung@gmail.com>
  • Loading branch information
jeongmyunglee committed Sep 13, 2022
1 parent 8bcb34f commit 3fef3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/algo_walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ The resulting net is called the "*pose graph*".

- Non-global constraints (also known as intra submaps constraints) are built automatically between nodes that are closely following each other on a trajectory.
Intuitively, those "*non-global ropes*" keep the local structure of the trajectory coherent.
- Global constraints (also referred to as loop closure constraints or inter submaps contraints) are regularly searched between a new submap and previous nodes that are considered "*close enough*" in space (part of a certain **search window**) and a strong fit (a good match when running scan matching).
- Global constraints (also referred to as loop closure constraints or inter submaps constraints) are regularly searched between a new submap and previous nodes that are considered "*close enough*" in space (part of a certain **search window**) and a strong fit (a good match when running scan matching).
Intuitively, those "*global ropes*" introduce knots in the structure and firmly bring two strands closer.

.. code-block:: lua
Expand Down

0 comments on commit 3fef3e6

Please sign in to comment.