PJLab-ADG / SensorsCalibration

OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving
Apache License 2.0
2.32k stars 558 forks source link

Unable to run run_lidar2camera: No such file or directory (Reference: #121) #166

Open zayedrmdn opened 1 month ago

zayedrmdn commented 1 month ago

I followed the steps in the repository to build the project, but when I try to run the command:

./bin/run_lidar2camera data/0.png data/0.pcd data/center_camera-intrinsic.json data/top_center_lidar-to-center_camera-extrinsic.json

I receive the following error: bash: ./bin/run_lidar2camera: No such file or directory

Expected Behavior: The run_lidar2camera executable should be available in the bin/ directory and should run without errors.

Additional Information: CMake version: 3.16.3 OS: Ubuntu 20.04

Reference: Issue #121