hdl_people_tracking icon indicating copy to clipboard operation
hdl_people_tracking copied to clipboard

Hi,what‘s the number of the the lidar lines you are using? VLP64?

Open Zhang-Qinghui opened this issue 4 years ago • 7 comments

Zhang-Qinghui avatar Nov 28 '19 08:11 Zhang-Qinghui

Hi @Zhang-Qinghui , We mainly use 32 and 16-line velodyne LIDARs (HDL32e and VLP16).

koide3 avatar Nov 29 '19 01:11 koide3

yes,it is amazing. But why the piontcloud is so dense?

Zhang-Qinghui avatar Nov 29 '19 02:11 Zhang-Qinghui

If you are referring to the video on youtube, it's a standard 32line LIDAR, and we didn't do anything special.

koide3 avatar Nov 29 '19 07:11 koide3

Thanks for your reply. I got it. I have try to run your code with my data bag from VLP16.But the result is not so good. What's your human body detection precision ?

Zhang-Qinghui avatar Nov 29 '19 08:11 Zhang-Qinghui

Some parameters are tuned for 32line, and you may need to tweak them for your sensor. Please see the launch file to find the params to be tuned.

koide3 avatar Nov 29 '19 10:11 koide3

Thanks for your reply.I did not find the parameter in 'hdl_people_tracking_static.launch' or 'hdl_people_tracking.launch' to adjust the lines of velodyne. In addition, I can detect some human body without adjust params, but I can not detect it when the human body is fragmentary or the human body is sparse. I want to know the detection precision and detection distance of human body.Thank you in advance.

Zhang-Qinghui avatar Nov 29 '19 14:11 Zhang-Qinghui

Probably, the false negatives are caused by the classifier which was trained with 32line data. Try to set "enable_classification" to false to see if it works.

We have not evaluated the precision-vs-distance curve. I would be glad if you could do some tests to check it out.

koide3 avatar Dec 02 '19 01:12 koide3