You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I am applying my own radar data, rviz does not display or rarely displays 3D detection boxes. Is this related to my data? Where can I modify the code? (I am using Raytheon 16 line LiDAR), the 3D detection frame of the KITTI dataset can be displayed.
Looking forward to your reply, thank you
Best wishes
The text was updated successfully, but these errors were encountered:
3D bounding boxes detected by PointPillars model are published as a ROS topic (type : jsk_recognition_msgs/BoundingBoxArray / topic name : pillars/detections). It is displayed by fusion_display.rviz file, and it is executed by integrated.launch file.
So, please check that if your PointPillars detection result is well being published as the topic I mentioned.
Hello, when I am applying my own radar data, rviz does not display or rarely displays 3D detection boxes. Is this related to my data? Where can I modify the code? (I am using Raytheon 16 line LiDAR), the 3D detection frame of the KITTI dataset can be displayed.
Looking forward to your reply, thank you
Best wishes
The text was updated successfully, but these errors were encountered: