Tool/software: Linux
Hi developers,
I just want to know how should I improve the ROS driver code for AWR1642BOOST (or related) to work with mmwave SDK version of 2.0. Now we are using SDK 1.2 and working smoothly without a problem. The traffic monitoring project on TI website: http://dev.ti.com/tirex/#/?link=Software%2FmmWave%20Sensors%2FIndustrial%20Toolbox%2FLabs%2FTraffic%20Monitoring requires SDK 2.0 and we want to try the project out. However, last time when we are developing ROS driver using SDK 2.0 we got the error like this:
[ INFO] [1525387703.269924854]: mmWaveCommSrv: Sending command to sensor: 'flushCfg'
[ INFO] [1525387704.271056885]: mmWaveCommSrv: Received response from sensor: 'f]?'
[ERROR] [1525387704.272268335]: mmWaveQuickConfig: Command failed (mmWave sensor did not respond with 'Done')
[ERROR] [1525387704.272374496]: mmWaveQuickConfig: Response: 'f]?'
[mmWaveQuickConfig-3] process has died [pid 5529, exit code 1, cmd /home/leo/workspace/ti-awr1642/devel/lib/ti_mmwave_rospkg/mmWaveQuickConfig /home/leo/workspace/ti-awr1642/src/ti_mmwave_rospkg/cfg/1642_2d.cfg __name:=mmWaveQuickConfig __log:=/home/leo/.ros/log/1492010a-4f24-11e8-9a76-a0afbd9c01e4/mmWaveQuickConfig-3.log].
log file: /home/leo/.ros/log/1492010a-4f24-11e8-9a76-a0afbd9c01e4/mmWaveQuickConfig-3*.log
How should I improve the ROS driver to work with SDK 2.0?
Thank you in advance.