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

why cyber rt use for (;;) here? it looks like that it cannot run loop here because the "if, else" cover all the conditions in this loop. Also I found...

Module:Cyber

hi, I am currently looking the implementation of the class_loader, it seems there's no need to allocate a vector and get the size.

Module:Cyber

The files from the following two paths have already been moved to 'modules/dreamview/backend/common,' the files in the original paths are no longer in use. However, they have not been deleted....

Type: Bug
Module: HMI
Apollo 9.0

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...

Module: Perception
Apollo 9.0

The directory `modules/planning/planning_component/integration_tests` is missing a BUILD file that existed in previous versions, see [build file from Apollo 8.0](https://github.com/ApolloAuto/apollo/blob/v8.0.0/modules/planning/integration_tests/BUILD) and [current directory structure for Apollo 9.0](https://github.com/ApolloAuto/apollo/tree/master/modules/planning/planning_component/integration_tests). Is there a reason...

Type: Bug
Module: Planning
Module: Build
Apollo 9.0

I'm running 2 autonomous vehicles on the same simulation to test a cooperative autonomous driving scenario. But I can't understand if those vehicles can see each other or not and...

Type: Help wanted

ubuntu terminal run: cyber_launch start modules/perception/launch/preception_camera_single_stage.launch get the problem: ![屏幕截图 2024-01-10 175850](https://github.com/ApolloAuto/apollo/assets/36554130/93e4409e-7cdd-4c31-a10a-b22318706c31)

Module: Perception
Infra
Apollo 9.0

How to convert the. bag packet of ROS to the. record packet of Cyber

Data

**Describe the bug** 多线程调用GlobalData::RegisterService,且service填同一个,会出现coredump,必现。如下方式: ``` std::vector threads; for (int i = 0; i < 20; ++i) { threads.emplace_back([]() { while(1) { apollo::cyber::common::GlobalData::RegisterService("testminisim/test_register_msg"); usleep(100); } }); } ``` **To Reproduce** Steps...

Module:Cyber

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...

Module: Perception