Open lynsws opened 10 months ago
The error is due to eigen aligned
, you can try the latest version.
Here is a doc explains eigen aligned
error. https://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html
The error is due to
eigen aligned
, you can try the latest version.Here is a doc explains
eigen aligned
error. https://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html
感谢回复!我刚刚在1月31日在ubantu18上尝试了最新版本(master),这个问题似乎并没有解决。 同时,我也尝试在 /apollo/modules/perception/camera_tracking/base/target.h /apollo/modules/perception/camera_tracking/base/track_object.h /apollo/modules/common/util/eigen_defs.h 添加#include<Eigen/StdVector>,EIGEN_MAKE_ALIGNED_OPERATOR_NEW,Eigen::aligned_allocator等矩阵对齐标志,但都没有解决这个问题。
@daohu527 您好,我怀疑这是同一个问题。#15267 请问这个问题目前有得到解决吗?
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
apollo.sh config
if onmaster
branch: [INFO] Apollo Environment Settings: [INFO] APOLLO_ROOT_DIR: /apollo [INFO] APOLLO_CACHE_DIR: /apollo/.cache [INFO] APOLLO_IN_DOCKER: true [INFO] APOLLO_VERSION: master-2024-01-09-a1009a6783 [INFO] DOCKER_IMG: dev-x86_64-18.04-20231128_2222 [INFO] APOLLO_ENV: STAGE=dev USE_ESD_CAN=false [INFO] USE_GPU_HOST: 1 [INFO] USE_GPU_TARGET: 1 [INFO] GPU_PLATFORM: NVIDIA [INFO] Configure .apollo.bazelrc in non-interactive mode [INFO] You have bazel 5.2.0 installed. [INFO] Found possible Python library paths: /usr/lib/python3/dist-packages /usr/local/lib/python3.6/dist-packages [INFO] Found CUDA 11.8 in: /usr/local/cuda-11.8/targets/x86_64-linux/lib /usr/local/cuda-11.8/targets/x86_64-linux/include [INFO] Found cuDNN 8 in: /usr/lib/x86_64-linux-gnu /usr/include [INFO] Found TensorRT 8 in: /usr/lib/x86_64-linux-gnu /usr/include/x86_64-linux-gnu [ OK ] Successfully configured .apollo.bazelrc in non-interactive mode. [INFO] Usage: /apollo/scripts/apollo_config.sh [Options] [INFO] Options: [INFO] -i|--interactive Run in interactive mode [INFO] -n|--noninteractive Run in non-interactive mode [INFO] -h|--help Show this message and exitSteps to reproduce the issue:
Supporting materials (screenshots, command lines, code/script snippets):