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.

IWR6843AOPEVM: Lab Resource Example issue

Part Number: IWR6843AOPEVM

Hello Team,

Posting on behalf of my customer:

I'm trying to repeat a lab in the resource explorer by IWR6843AOPEVM, /mmwave radar sensors/embedded software/radar toobox 1.00.01.07/example projects/robotics/ros driver. I have run the OOB with SDK in 3.4 version. My ubuntu version is 18.04.6, and my ros version is melodic. Then I follow the manual in ROS Driver and change the serial port into ttyUSB0. After launching the ti_mmwave_rospkg 6843AOP_multi_3d_0.launch, the rviz can be started successfully and point clouds in red can be seen in the rviz.
However, I find parameters related to the sensor configuration are not set successfully in ROS. The value is either 0 or an inf.
For this issue, actually I have found where the problem is. A while loop in the "ParameterParser.cpp" source code is not started because the value of a variable i stays 0, which should have incremented by 1 with the loop. After I put the i++ into the right place, the bug is fixed and the values of parameters return normal.
Another problem is that I cannot find a ros topic named /mmWaveDataHdl/RScan shown in the manual. Below are all my ros topics in the list. And my point clouds are totally red circles, rather than some colorful points in the demo.
Here are all my issues. Thanks for your help.
Regards,
Renan
  • Hello Renan,

    Thank you for the suggested fix and we will be taking note of it, however if you want these stats and more you can plug in your configuration file's parameters into the mmWaveSensingEstimator (https://dev.ti.com/gallery/view/mmwave/mmWaveSensingEstimator/ver/2.2.1/)

    Before when the points were being colored, they would be colored by Signal-to-Noise ratio (SNR) strength. The SNR can be thought of a value representing how strong the reflection is from the target. After an algorithm move was made recently, this color change was not adapted, however this can be easily added back in by coloring each point via the SNR value mentioned earlier. The rostopic that has the point cloud should just be radar_scan_pcl_0. To confirm you can do a rostopic echo "topicname" to confirm if you are getting x,y,z and other parameters from it.

    Best Regards,

    Pedrhom Nafisi