Skip to content

Commit

Permalink
docs(03_sensor_calibration): add a screenshot for extrinsic calib (#16)
Browse files Browse the repository at this point in the history
Also added brief descriptions for the tool.

Signed-off-by: Manato HIRABAYASHI <[email protected]>
  • Loading branch information
manato authored Oct 12, 2023
1 parent 25ee450 commit 7ca5bd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tutorials/03_sensor_calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ ros2 launch edge_auto_launch calibration_extrinsic_at128_sample.launch.xml
ros2 launch edge_auto_launch calibration_extrinsic_xt32_sample.launch.xml
```

After executing the above launch file, two windows will be appear like below:
![Example: overview of extrinsic calibration tool](figures/extrinsic.png "Example: overview of extrinsic calibration tool")

You do not need to click any points on the RViz window (i.e., the left-hand window in the figure above). If calibration targets are recognized correctly, markers will appear automatically.

To perform sensor fusion, pose relationships (i.e., extrinsic parameters) between all fused sensors need to be registered in `TF`, which is the ROS-fashion to represent the relationships.

NOTE: In these sample, there is the assumption that all sensors are fixed and their relative positions do not change.
Expand Down
Binary file added docs/tutorials/figures/extrinsic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ca5bd3

Please sign in to comment.