We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: