mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fixes the pose graph example documentation.
Change-Id: Ia20f1463c042785bdae32568de77750d41963c3c
This commit is contained in:
@@ -33,11 +33,11 @@ pose_id x y yaw_radians
|
||||
where `pose_id` is the corresponding integer ID from the file definition. Note,
|
||||
the file will be sorted in ascending order for the `pose_id`.
|
||||
|
||||
The executable `pose_graph_2d` expects the first argument to be the path to the
|
||||
The executable `pose_graph_2d` has one flag `--input` which is the path to the
|
||||
problem definition. To run the executable,
|
||||
|
||||
```
|
||||
/path/to/bin/pose_graph_2d /path/to/dataset/dataset.g2o
|
||||
/path/to/bin/pose_graph_2d --input /path/to/dataset/dataset.g2o
|
||||
```
|
||||
|
||||
A python script is provided to visualize the resulting output files.
|
||||
|
||||
@@ -39,12 +39,12 @@ pose_id x y z q_x q_y q_z q_w
|
||||
...
|
||||
```
|
||||
where `pose_id` is the corresponding integer ID from the file definition. Note,
|
||||
the file will be sorted in ascending order for the ```pose_id```.
|
||||
the file will be sorted in ascending order for the `pose_id`.
|
||||
|
||||
The executable `pose_graph_3d` expects the first argument to be the path to the
|
||||
The executable `pose_graph_3d` has one flag `--input` which is the path to the
|
||||
problem definition. To run the executable,
|
||||
```
|
||||
/path/to/bin/pose_graph_3d /path/to/dataset/dataset.g2o
|
||||
/path/to/bin/pose_graph_3d --input /path/to/dataset/dataset.g2o
|
||||
```
|
||||
|
||||
A script is provided to visualize the resulting output files. There is also an
|
||||
|
||||
Reference in New Issue
Block a user