WildBeast114514

Results 18 comments of WildBeast114514

bazel use .rc file to define some behavior of config. The following files shall be provided in Apollo: .bazelrc .apollo.bazelrc tools/bazel.rc if you haven't seen these files, i suggest you...

In general, Apollo 7.0 can run on 10, 20, 30 series Nvidia graphics cards. I recommend using the 470.63.01 version of the driver and nvidia-docker2 to enable gpu in container.

> I have another question, Does Apollo r5.5.0 support RTX3090? Please help to check this one, thanks No, the driver version which RTX3090 can install is conflicted with Apollo r5.5.0

To use gpu in docker container, you must install nvidia-docker2.

Sorry for taking so long to reply. In you posted information, you're trying to compile a target of perception is getting this error. perception module relies on a predefined config...

locailization msf component currently only support x86_64. If you don't need locailization msf component, remove msf dir in localization, and try to build again to avoid this

可以试下这个缓存, https://apollo-system.cdn.bcebos.com/bazel_deps/5.2.1/build.tar.gz 解压后替换工作空间的.cache文件

Can you provide the content of line 89 to 91 in file: it should be ``` alias( name = "windows", actual = "@platforms//os:windows", ) ``` Also I'm wondering if you've...

use `buildtool build` rather than `bazel build`: ``` buildtool build -p modules/drivers ```

use buildtool to build, rather than native bazel