-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Fatal error: xxx: No such file or directory #15518
Comments
This issue seems related to your bug. |
Same problem. I got a RTX4080 and I solved it by deleting all three drivers and it worked. You can try if you don't need them. |
Yes, it works. Thanks! |
Thank you for your answer. When I followed the tutorial of this issue, I found that |
Apollo's docker environment DO still have some problems with latest RTX40 graphics cards. I solved the problem of hsLiDAR by installing the SDK manually. You can run /apollo/docker/build/install_hesai2_driver.sh to install the SDK. I guess it will also work for Vanjee LiDAR and Seyond LiDAR (But I have not tried it yet. If you would like to give it a try pls let me know if it works, thx) |
The driver of Hesai can be installed by running |
I want to install Apollo9.0 in a server, and the GPU is RTX4090, the version of cuda driver is 535.161.07, the version of cuda is 12.2.
When compiling the source code following the tutorial, I encountered this problem
When I was looking for a solution, I found this problem mentioned in the issue. One of the solutions was to delete the
vanjeelidar
folder. After I delete this folder, I met another problemIn file included from modules/drivers/lidar/seyond/src/seyond_driver.cpp:16:0: ./modules/drivers/lidar/seyond/src/seyond_driver.h:29:10: fatal error: seyond/sdk_common/inno_lidar_api.h: No such file or directory #include "seyond/sdk_common/inno_lidar_api.h"
After I deleted it, I found that another LiDAR driver package was still not found.
Because it is RTX4090, additional operations are added when configuring docker.
docker/scripts/dev_start.sh
VERSION_X86_64="dev-x86_64-18.04-20231128_2222"
third_party/centerpoint_infer_op/workspace.bzl
third_party/paddleinference/workspace.bzl
Therefore, I suspect that the image version replaced in
docker/scripts/dev_start.sh
is not compatible with the current LiDAR driver. I used the originaldev_start.sh
to create the docker environment. However, I met a problem againCould you please tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: