Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shichunlei666 committed Apr 21, 2022
1 parent f1b6fbb commit bff69ba
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 80 deletions.
8 changes: 0 additions & 8 deletions camera_intrinsic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ 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: 0 additions & 9 deletions factory_calib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ 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: 0 additions & 9 deletions imu_heading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ 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: 0 additions & 9 deletions lidar2camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ 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: 0 additions & 9 deletions lidar2imu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ 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: 0 additions & 9 deletions lidar2lidar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ 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: 0 additions & 9 deletions online_calib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ 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: 0 additions & 9 deletions radar2camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ 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: 0 additions & 9 deletions radar2lidar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ 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 bff69ba

Please sign in to comment.