calibration diagram added
This commit is contained in:
parent
ed04c9936b
commit
e5df8e3d36
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e40e27edbf026bda193f192a44f83cdf7bbfa811a5d5d55262b298f397d2d886
|
||||||
|
size 910235
|
|
@ -1,5 +1,13 @@
|
||||||
|
|
||||||
# Lidar to Camera Extrinsic Calibration
|
# Lidar to Camera Extrinsic Calibration
|
||||||
|
|
||||||
|
The goal of this procedure is to find the extrinsic transformation between the Lidar coordinate frame and that of the camera in front of the robot:
|
||||||
|
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/lidar-camera-extrinsics.drawio.png" alt="image" width="60%" height="auto"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
First pull the docker image:
|
First pull the docker image:
|
||||||
```bash
|
```bash
|
||||||
docker pull koide3/direct_visual_lidar_calibration:humble
|
docker pull koide3/direct_visual_lidar_calibration:humble
|
||||||
|
|
Loading…
Reference in New Issue