Skip to content

Commit

Permalink
Update README.md and add docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
shichunlei666 committed Apr 6, 2022
1 parent c959215 commit 9dfeca5
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 0 deletions.
9 changes: 9 additions & 0 deletions camera_intrinsic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ It mainly includes two part: intrinsic calibration, distortion measurement.
- opencv 2.4
- eigen 3

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions factory_calib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This is a project for factory calibration. Factory calibration is usually the la
- eigen 3
- PCL 1.9

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile

```shell
Expand Down
9 changes: 9 additions & 0 deletions imu_heading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This is a project for imu heading angle calibration and evalution.
- Cmake
- eigen 3

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions lidar2camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This is a project for LiDAR to camera calibration, including automatic calibra
- PCL 1.9
- Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions lidar2imu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This is a project for LiDAR to IMU calibration, including automatic calibratio
- PCL 1.9
- Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions lidar2lidar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This is a project for LiDAR to LiDAR calibration, including automatic calibrat
- PCL 1.9
- Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions online_calib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This is a project for online calibration,includeing lidar2imu, camera2imu and ra
* PCL 1.9
* Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

# Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions radar2camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This is a project for Radar to camera calibration, currently only including ma
- PCL 1.9
- Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down
9 changes: 9 additions & 0 deletions radar2lidar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This is a project for Radar to LiDAR calibration, currently only including man
- PCL 1.9
- Pangolin

## Environment(Quick Start)

```shell
# pull docker image
sudo docker pull scllovewkf/opencalib:latest
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:latest /bin/bash
```

## Compile
Compile in their respective folders

Expand Down

0 comments on commit 9dfeca5

Please sign in to comment.