Hello,
I have created code for a "ROS-compatible" version of the Area Scanning code. I used the DataHandlerClass.cpp code as a reference. The code runs and publishes the Detected point cloud. However, I am having an issue with the rostopic output rate. My configuration file is set up for a 10Hz rate, but rostopic publishes at closer to 7.5Hz. I have tried to simplify the code by only publishing the Detected point cloud at TLV=1 and NOT the static or tracked object list. It doesn't seem to help.
I have attached my modified ROS driver for your consideration. I'm wondering if this is an issue with the Configuration file or is it an inherent limitation of the Area Scanning demo because of the clustering algorithms that are running on-chip?
Actually, I have no idea what the Area Scanning configuration file parameters are. For example, what do the values in trackingCfg 1 2 250 20 20 260 100 90 relate to? Is there documentation on this?
Regards
Rachel