It is an rviz plugin for visualizing the result from perception module. This package is based on the implementation of the rviz plugin developed by Autoware.Auto.
See Autoware.Auto design documentation for the original design philosophy. [1]
Name | Type | Description |
---|---|---|
autoware_auto_perception_msgs::msg::DetectedObjects |
detection result array | |
sensor_msgs::msg::PointCloud2 |
point cloud for filtering |
Name | Type | Description |
---|---|---|
autoware_auto_perception_msgs::msg::TrackedObjects |
tracking result array | |
sensor_msgs::msg::PointCloud2 |
point cloud for filtering |
Overwrite tracking results with detection results.
Name | Type | Description |
---|---|---|
autoware_auto_perception_msgs::msg::PredictedObjects |
prediction result array | |
sensor_msgs::msg::PointCloud2 |
pointcloud for filtering |
Overwrite prediction results with tracking results.
Publishing colored point clouds. With colors according to different classes of detected objects, same as polygons.