Skip to content

Commit

Permalink
Update algo_walkthrough.rst (cartographer-project#1545)
Browse files Browse the repository at this point in the history
Fix typos.

Signed-off-by: zhenzhenxiang <[email protected]>
  • Loading branch information
zhenzhenxiang authored Nov 11, 2020
1 parent 2712067 commit 9020ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/algo_walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ The resulting net is called the "*pose graph*".

Constraints can be visualized in RViz, it is very handy to tune global SLAM. One can also toggle ``POSE_GRAPH.constraint_builder.log_matches`` to get regular reports of the constraints builder formatted as histograms.

- Non-global constraints (also known as inter submaps constraints) are built automatically between nodes that are closely following each other on a trajectory.
- 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 intra 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 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).
Intuitively, those "*global ropes*" introduce knots in the structure and firmly bring two strands closer.

.. code-block:: lua
Expand Down

0 comments on commit 9020ba0

Please sign in to comment.