ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
24.72k stars 9.62k forks source link

Apollo9.0;40系感知camera_tracking报错 #15285

Open lynsws opened 5 months ago

lynsws commented 5 months ago

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

daohu527 commented 5 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

lynsws commented 5 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

感谢回复!我刚刚在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等矩阵对齐标志,但都没有解决这个问题。

lynsws commented 4 months ago

@daohu527 您好,我怀疑这是同一个问题。#15267 请问这个问题目前有得到解决吗?