This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843ISK:cfg文件中的参数,增加点云数量 Parameters in the cfg file , increase the number of point clouds

Part Number: IWR6843ISK


我正在使用ros控制毫米波雷达生成点云,但我不明白cfg文件中参数的具体含义,特别是与点云数量相关的参数。
具体而言,我希望衡虚预警的门槛较低,静态杂波滤除功能关闭,尽可能生成多的点云。
能否请了解这方面知识的人员向我解释参数的含义,以及如何调整这些参数来获得更多的点云?或者在哪里可以学习调整这些参数的配置?

I am using ros to control millimeter wave radar to generate point clouds, but I don't understand the specific meaning of the parameters in the cfg file, especially the parameters related to the number of point clouds.
Specifically, I hope that the threshold for virtual virtual warning is low, the static clutter filtering function is turned off, and as many point clouds are generated as possible.
Could someone please explain to me what the parameters mean and how to adjust them to get more point clouds? Or where can I learn to adjust the configuration of these parameters?

  • 毫米波雷达生成点云的参数包括门槛设置、杂波滤除功能、点云数量等。门槛设置用于设置预警的门槛值,可以通过调整该参数来实现预警门槛较低的效果;杂波滤除功能用于过滤掉静态杂波,可以关闭该功能来保留更多的点云;点云数量相关的参数通常包括点云密度、采样率等,可以通过调整这些参数来控制生成的点云数量。

  • 您好,感谢您的回复!请问在哪里关闭静态杂波滤除的功能和调整衡虚预警的参数?比如在cfg文件中有第38行为clutterRemoval -1 1,这两个数字的具体含义是什么?期待您更详细的回复!

  • 您好,为您更详细的解答

    1. 静态杂波滤除功能:一般来说,静态杂波滤除功能用于去除静止物体的回波信号,从而减少点云中的杂波。如果您希望关闭静态杂波滤除功能,您可以查找配置文件中与静态杂波滤除相关的参数,并将其值设置为关闭或者调整为较低的门槛值。

    2. 衡虚预警门槛:衡虚预警功能用于检测虚警,您可以调整其门槛值来控制虚警的检测灵敏度。

    3. 点云数量相关的参数:通常,点云的数量与雷达扫描的角度、距离分辨率等参数有关。您可以调整这些参数来控制点云的数量。

  • 好的,谢谢您的回复,我会进行相关的尝试

  • 好的,期待您的反馈