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

### System information - **OS Platform and Distribution Linux Ubuntu 20.04**: - **Apollo installed from source**: - **Apollo version 7.0**: - **Output of `master` branch**: I want to create a...

Module: HD Map

I use the apollo 7.0, and mv BUILD_ to BUILD, and use the command: bazel test --config=unit_test //modules/perception/camera/test:camera_app_obstacle_camera_perception_test but I got error below: (07:16:40) ERROR: /apollo/modules/perception/camera/test/BUILD:6:8: no such package '@caffe//':...

Module: Perception

在学习cyber rt,版本为6.0 有一个主机: ip地址为192.168.5.106,如果CYBER_IP=192.158.5.106,则listener和talker通信失败,CYBER_IP=127.0.0.1则可以通信. 有两个主机,ip为192.168.5.106和192.168.5.206: CYBER_IP=127.0.0.1,192.168.5.106上的talker和192.168.5.206上的listener无法通信; CYBER_IP=192.158.5.106 和 CYBER_IP=192.158.5.206,192.168.5.106上的talker和192.168.5.206上的listener可以通信.

Module:Cyber

I am using SVL simulation with Apollo latest branch, Ubuntu 18.04. I tested lidar obstable perception, camera perception. They all work well. But when I tried this one: `cyber_launch start...

### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 18.04)**: Ubuntu 20.04 - **Apollo installed from (source or binary)**: source - **Apollo version (3.5, 5.0, 5.5, 6.0)**: 7.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...

在modules/monitor/software/channel_monitor.cc:230行的:config.max_frequency_allowed() 应该写为:config.min_frequency_allowed()。

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

The cyber_visualizer need a Linux desktop env. It is common that we install apollo docker in a linux server. If I can run cyber_visualizer on my local Linux box (with...