Other Parts Discussed in Thread: AWR1642
Tool/software: Linux
Hi,
I'm handling the AWR1642 ROS package. I tried to echo the data from publisher out, and I received the data in the following format:
header:
seq: 948
stamp:
secs: 0
nsecs: 0
frame_id: "base_radar_link"
height: 1
width: 71
fields:
-
name: "x"
offset: 0
datatype: 7
count: 1
-
name: "y"
offset: 4
datatype: 7
count: 1
-
name: "z"
offset: 8
datatype: 7
count: 1
-
name: "intensity"
offset: 16
datatype: 7
count: 1
is_bigendian: False
point_step: 32
row_step: 2272
data: [0, 0, 64, 60, 0, 0, 48, 61, 0, 0, 0, 0... (lots of data here)]
is_dense: True
I am wondering how the data is packed in the "data" list? Also, is there a way to get the position of objects easily?
Best regards.
Gelei