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

The obstacles generated from the replay perception script have velocity direction not conforming to their actual movement. For instance, an obstacle might be traveling straight towards the north while its...

I replayed the sensor_rgb.record, and I launched the prediction module using the command 'cyber_launch start prediction.launch.' Upon launching, I received the following error messages: Ego obstacle nullptr found Ego vehicle...

Module: Prediction

**Describe the bug** A clear and concise description of what the bug is. I used BoundedQueue in multithreading and found an exception reading Size() during testing; The task queue I...

Module:Cyber

I have a problem using cyber:: base:: ThreadPool: `template auto ThreadPool::Enqueue(F&& f, Args&&... args) -> std::future { using return_type = typename std::result_of::type; auto task = std::make_shared( std::bind(std::forward(f), std::forward(args)...)); std::future res...

Module:Cyber

Hi Apollo developers, I'm working on testing autonomous system robustness with a specific toolbox. I'm interested in using Apollo as my simulation platform. But as I built and had a...

Module: Planning

System information NVIDIA orin Ubuntu 20.04: **Apollo installed from source **: Apollo version (v9.x_alpha): Steps to reproduce the issue: ****:ENTER the container : sudo bash ./apollo.sh build Supporting materials (screenshots,...

Module: Build

I want to use llvm to compile apollo (no matter which version), but apollo uses bazel. I tried to modify the .bazelrc and .apollo.bazelrc and tools/bazel.rc files to change bazel's...

Module: Build

At present, I have two graphics cards (RTX 2080ti and GTX 1080ti). When building the operating environment of Apollo (5.0 or 6.0): I have used RTX 2080ti to construct an...

Module: Perception

Hello,developers. Recently, I am working on a project about planning module and when I learnt Apollo's code, a question occurred. In scenario TRAFFIC_LIGHT_UNPROTECTED_LEFT_TURN, I notice there exists a transition from...

Module: Planning