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

On Apollo 8.0 I was experimenting on combining different components in one process to reduce message transport time. I found a bug: when I have running static_transform module running and...

Module: Kernel

Failed to pull docker image : apolloauto/apollo:map_volume-apollo_virutal_map-aarch64-latest. When I execute bash docker/scripts/dev_start.sh. sh, this error was reported, but I couldn't find this image on the dockerhub at all,who can help...

Module: Docker

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: Simulation & Dreamview

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: Planning

`template bool Writer::Write(const MessageT& msg) { RETURN_VAL_IF(!WriterBase::IsInit(), false); auto msg_ptr = std::make_shared(msg); return Write(msg_ptr); } ` ` bool IsInit() const { std::lock_guard g(lock_); return init_; } ` In the “IsInit()”...

Module:Cyber

When performing apollo simulation in dreamview, the start point and end point of routing need to be selected each time. Is there a way to set apollo free to drive,...

Module: Routing

perception module as the heading of bounding boxes from lidar detector sometimes jitter (especially trucks), and the only refinement of heading in the recognition module and fusion module is simple...

Module: Perception

The specific problem is related to vehicle adaptation. The previous documentation (https://github.com/ApolloAuto/apollo/blob/266afbf68d83fa6fac7a812ff8a950223f5ab2c0/docs/technical_tutorial/apollo_vehicle_adaption_tutorial_cn.md) seems to be outdated, and the contents in the new version do not correspond to the old one....

Module: Canbus

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

Data

System information OS Platform and Distribution (Linux Ubuntu 20.04 arm64) Apollo installed from (source): Apollo version (9.0): Equipment:NVIDIA DRIVE ORIN Build issue: This problem occurs when I run: bash apollo.sh...

Module: Build