Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:修改文档细节 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/传感器标定/标定工具安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ sudo apt-get install libpcl-dev pcl-tools
#### lidar2camera编译

```shell
./cali_build.shlidar2camera
./cali_build.sh lidar2camera
```
![](./image/install/SensorsCalibration_lidar2camera.jpg)

#### lidar2imu编译

```shell
./cali_build.shlidar2imu
./cali_build.sh lidar2imu
```
![](./image/install/SensorsCalibration_lidar2imu.jpg)

#### calibration_ws编译

```shell
./cali_build.shcalibration_ws
./cali_build.sh calibration_ws
```
> 成功标志:编译过程中没有任何爆红,即是成功标志
ros2package_calibration_ws
Expand Down