-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels