apollo icon indicating copy to clipboard operation
apollo copied to clipboard

lidar点云延时阻塞,设别时间戳对不上系统时间

Open fpeanut opened this issue 1 year ago • 1 comments

Describe the bug 我们在实车测试时,单独启动激光雷达,点云是不会延时的,但是打开感知后,激光雷达点云会不断累计延时,获取到的点云落后与当前场景。

To Reproduce Steps to reproduce the behavior: 1.打开lidar,gps,locational,transform和感知。

Expected behavior 我们希望点云是实时获取的,但是我们发现跑全流程时,cpu资源抢占导致激光雷达总是不能获取当前时刻的点云,时延时的点云。这是你们代码问题码,我看你们相机采取了一些时间戳判断的解决方案,但是点云都是获取所有时间段的点云。

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

fpeanut avatar May 11 '24 06:05 fpeanut

Please provide more informations :

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 18.04):
  • Apollo installed from (source or binary):
  • Apollo version (3.5, 5.0, 5.5, 6.0, 7.0, 8.0 or 9.0):
  • Output of apollo.sh config if on master branch:

Steps to reproduce the issue:

  • Please use bullet points and include as much details as possible:

Supporting materials (screenshots, command lines, code/script snippets):

LordonCN avatar May 12 '24 08:05 LordonCN