-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4d radar detection has no object output #15604
Comments
1、From the log information, your radar timestamp is larger than the location timestamp. You can modify the code in modules/perception/radar4d_detection/radar4d_detection_component.cc: |
@AuHondung upgrade to the latest code, and set use_gnss_time: false in modules/drivers/gnss/conf/gnss_conf.pb.txt , so that both gnss and sensors use system time. |
@AuHondung The 4d radar object detection model was trained using vod dataset: https://github.com/tudelft-iv/view-of-delft-dataset, which was collected using a ZF FRGen21 3+1D radar. |
@hearto1314 Refer to your method, I fixed my time synchronization problem by changing the message publishing frequency of my positioning device and using the system time, thx. @Jonathans575 My radar data points coordinate system direction is FLU, and the radar data points are displayed normally on DreamView, is the radar coordinate system correct? |
@AuHondung http://apollo-perception.bj.bcebos.com/radar4d_record/oculii_radar_data.tar.gz?authorization=bce-auth-v1%2FALTAKr8RyUUttStVHwGaOsvJyP%2F2024-12-12T03%3A36%3A15Z%2F-1%2Fhost%2F2782ba5c359117681c8709d73299220a015244d73e798f80cfe90f3a44ccbf53 ok, the record and params of sensors are provided. You can analyze the problem accordingly. |
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 using the following form. Please note missing info can delay the response time.
System information
apollo.sh config
if onmaster
branch:Steps to reproduce the issue:
I created a new 4D mmw radar driver in apollo and successfully read and parsed the data. At the meantime, I start my INS module to get may car pose info. When I start my perception_radar4d.launch, sometimes the following error will appear:
Is the 0.015 time threshold in the following code set too small? But I modify it to 0.1, the code error still exists. How can I fixed it?
Supporting materials (screenshots, command lines, code/script snippets):
The text was updated successfully, but these errors were encountered: