Skip to content

Out of Bounds Error tlvType #3

@ftondolo

Description

@ftondolo

I tried running this code on some data recorded on a IWR1443BOOST board running SDK 2.1 and ran into an out of bounds issue in the parser_one_mmw_demo_output_packet function to determine tlvType. Specifically the error message is:

IndexError: index 0 is out of bounds for axis 0 with size 0

made by line 343:
tlvType = getUint32(data[tlvStart + 0 : tlvStart + 4 : 1])

What is going wrong?
Attached is the dat file I am using

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions