online_learning icon indicating copy to clipboard operation
online_learning copied to clipboard

Trajectory not found and UKF question

Open minghaohsu410168 opened this issue 4 years ago • 1 comments
trafficstars

Hello,

Thank you for the awesome work, I am try to reimplement the repo, but I have some question and want to ask, please give me some advise, thank you.

  1. I run the repo with my VLP 16 LiDAR and run the roslaunch object3d_detector object3d_detector.launch. I have successfully dectected the human, but I can't get the human trajectory. I don't know where is the error. The following picture is the running screen, the rostopic list and rosrun rqt_graph rqt_graph.

Screenshot from 2021-05-20 15-59-17 Screenshot from 2021-05-20 15-48-40 rqt

  1. How is the UKF works? It just use the position (x, y) get from LiDAR or how to get the velocity value from LiDAR sensor?

Thank you for your help. Best Regards.

minghaohsu410168 avatar May 20 '21 08:05 minghaohsu410168

Hi, we actually get the object velocity from the tracker instead of directly from the lidar data. And the tracker obtains the 2D position (x,y) of the object from the detector.

yzrobot avatar Oct 12 '21 09:10 yzrobot