Fix typos in the pose graph 2D example.

Change-Id: Ie024ff6b6cab9f2e8011d21121a91931bd987bd1
This commit is contained in:
Mike Vitus
2016-08-10 09:29:12 -07:00
parent 375dc34874
commit fd7cab65ef
3 changed files with 6 additions and 10 deletions
+1 -3
View File
@@ -917,13 +917,11 @@ directory contains a number of other examples:
/path/to/bin/pose_graph_2d /path/to/dataset/dataset.g2o
where this assumes the install directory is located in the repository.
A python script is provided to visualize the resulting output files.
.. code-block:: bash
/path/to/repo/robotics/slam/pose_graph_2d/plot_results.py --optimized_poses ./poses_optimized.txt --initial_poses ./poses_original.txt
/path/to/repo/examples/slam/pose_graph_2d/plot_results.py --optimized_poses ./poses_optimized.txt --initial_poses ./poses_original.txt
As an example, a standard synthetic benchmark dataset [#f10]_ created by Edwin
Olson which has 3500 nodes in a grid world with a total of 5598 edges was