Other Parts Discussed in Thread: IWR6843
Note; We are using this ROS Driver: github.com/.../src
We have two questions:
1. We were wondering whether it'd be possible to get Z-axis position of points, or is that always constrained to the z=0 plane? The data sheet specifies that the radar has an elevation detection range of 30 degrees. However, when viewing the point cloud in our simulation(Rviz), all the points lie on a 2D plane within the 120 degree azimuth detection range.
2. What determines whether a point is read? It seems when velocity is equal to 0, no points are recorded, when there is apparent velocity, what determines what points are read? (closest, highest density, random)?
Your response is much appreciated!