apollo icon indicating copy to clipboard operation
apollo copied to clipboard

An open autonomous driving platform

Results 528 apollo issues
Sort by recently updated
recently updated
newest added

Error report as below: --------------------------- \>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /home/test/codepath/CyberRT/cyber/time/time.cc:91:28: error: no matching constructor for initialization of 'system_clock::time_point' (aka 'time_point') system_clock::time_point tp(nano); ^ ~~~~ /home/test/SDK/aos/arm64/common/sysroot/usr/include/c++/v1/chrono:1356:28: note: candidate constructor (the implicit copy constructor) not...

Module: Build

When I run Baidu Apollo with LGSVL simulator, the Dreamview only setup the 1) list of module to use, and the 2) coordinate of the destination (https://github.com/lgsvl/PythonAPI/blob/master/lgsvl/dreamview/dreamview.py#L305-L352). So, the trip...

Module: Planning

### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 18.04)**: Ubuntu 22.04 - **Apollo version (3.5, 5.0, 5.5, 6.0)**: 8.0 - I'm using RADIATE Dataset and want to...

Module: Perception

**Describe the bug** if macro definition `PERCEPTION_BASE_DISABLE_POOL` is undefined, object_pool_test.cc fails to build because of undefined linking reference to `kInitializer`. ``` ERROR: (12-01 14:35:25.326) /apollo/modules/perception/radar/lib/tracker/common/BUILD:15:1: Linking of rule '//modules/perception/radar/lib/tracker/common:radar_track_test' failed...

Module: Perception

**Describe the bug** When I launch the Camera Perception Module I get this error related to PyTorch. Other modules are running with no issues. No changes in default settings. **To...

Module: Perception

## Process crash while filling header of message to publish. I create a component to publish traffic light message. Process can launch and run for a few while, but finally...

Module: Perception

Hi, I'm having troubles in using Apollo 8.0 v with RTX 4090 (#14808, #14836). While analyzing the causes of the Apollo not working, many errors related to the GPU architecture...

Module: Perception

Apollo8.0 add third-party library opencl,i created BUILD file,like this, ![Screenshot from 2023-10-20 08-32-53](https://github.com/ApolloAuto/apollo/assets/122545505/1236f10a-e2fc-45ff-bfa9-7819180e023d) ![Screenshot from 2023-10-20 08-53-48](https://github.com/ApolloAuto/apollo/assets/122545505/95d556fc-cd8a-4480-8334-214cbf274af7) then use command “bazel build /path/to/...” build my cpp files , **error:** no...

Module: Build

我自己移植了一个建图算法,里面使用了pcl的ransac平面拟合算法,x86电脑平台下,gdb调试确定,在调用 ransac.computeModel()这个函数的时候出现内存重复释放的错误。同样是相同的代码在cmake编译下可以正常运行。同样也是相同的代码,在arm工控机平台就可以正常运行。都是使用--config=opt --config=gpu的编译选项。 此外,我在x86平台上写了个小demo测试 void PclTestCpt::pcCbk(const std::shared_ptr &msg) { pcl::PointCloud::Ptr cloud_tmp(new pcl::PointCloud); for(int k=0;kpoint_size(); k ++) { pcl::PointXYZ tmp; tmp.x = msg->point(k).x(); tmp.y = msg->point(k).y(); tmp.z = msg->point(k).z(); cloud_tmp->points.push_back(tmp); }...

Module: Build

### System information - **OS Platform and Distribution: Linux Ubuntu 23.04 - **Apollo installed from: 软件包 - **Apollo version: 8.0 ### Steps to reproduce the issue: When I run the...

Module: Build