Closed jmwang0117 closed 4 months ago
Hi @jmwang0117, thanks for the question. The GT bounding boxes are obtained from the gazebo model states indicating that they are not from the sensor reading. So, it would not be straightforward to get the pointcloud from that data. However, you might be able to do it if you could perform collision checking in Gazebo (which I am not sure how) with each model and find the occupied points within those bounding boxes. Please let me know if you have further questions.
Thank you for your excellent work.
During the dynamic navigation process, I want to display the dynamic obstacles in RVIZ in the form of point cloud instead of the current GT Box. How can I do it?
Looking forward to your reply!