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.

[参考译文] AWR2944EVM:是否全面介绍了 guiMonitor 参数?

Guru**** 2455560 points
Other Parts Discussed in Thread: AWR2944EVM

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1503561/awr2944evm-is-there-a-comprehensive-description-of-guimonitor-parameters

器件型号:AWR2944EVM

工具/软件:

您好:

我们有一个 AWR2944EVM、正在编写 Python 脚本、该脚本基于 Automotive_Visualiser 的高端角雷达示例、该示例位于:C:\ti\radar_toolbox_3_00_00_05\tools\visualizers\visualizers\Radar Automotive_Visualiser。

此电路板已使用以下位置的示例预编译 appimage 刷写:C:\ti\radar_toolbox_3_00_00_05\source\ti\examples\Automotive_ADAS_and_Parking\high_end_cordder_radar\prebuilt_binaries

我希望从电路板上读取其他 TLV 类型、据我了解、可以通过修改配置文件中的"guiMonitor"参数来更改这些类型。 当查看位于 C:\ti\radar_toolbox_3_00_00_05\source\ti\examples\Automotive_adas_and_Parking\high_end_carter_radar\chirp_configs 中的 chirp_configs 时、guiMonitor 和以下参数如下所列:

guiMonitor -1 3 0 0 0 0 1 1

但是、我可以找到的文档似乎与 guiMonitor 的设置方式不一致。 我的理解基于"了解 UART 数据输出格式"文档中"TLV 使用 guiMonitor 切换"部分、该部分位于以下位置:C:/ti/radar_toolbox_3_00_00_05/software_docs/Understanding_UART_TLV Data_Output_Format .html#tlv-changing-with-guimonitor

在该文档中、列出了 guiMonitor 参数、其中显示了七个参数。 "detected objects"参数没有"3"选项、它有另外两个参数。

guiMonitor <subFrameIdx> <detected objects> <log magnitude range> <noise profile> <rangeAzimuth(Elevation)HeatMap> <rangeDopplerHeatMap> <statsInfo>

是否有说明这些附加参数及其作用的文档?

为什么"3"是"检测到的物体"的可接受参数?这有什么作用?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Kevin:

    Unknown 说:
    为什么"3"是"检测到的对象"的可接受参数?这有什么作用?

    如果您将"检测到的物体"参数设置为3、则传输径向格式的点云。

    您可以 在 HIGH_END_CORDER_RADAR\HDCO\2944\DATAPAT\DPC\objdethwaDDMA\objectdetection.h 中检查 pointCloudRadialCompact 结构 src

    Unknown 说:
    guiMonitor [/报价]

    检查 HECR 演示的 mmw_cli.c、而不是 SDK 演示。

    路径:high_end_corner 雷达 src:2944\demo\mss\mmw_cli.c

    此致、

    Samhitha