autoware_object_sorter#
This package contains a object filter module for autoware_perception_msgs/msg/DetectedObject and autoware_perception_msgs/msg/TrackedObject.
This package can filter the objects based on range and velocity.
Interface#
Input#
~/input/objects(autoware_perception_msgs/msg/DetectedObjects.msgorautoware_perception_msgs/msg/TrackedObjects.msg)- 3D detected objects
Output#
~/output/objects(autoware_perception_msgs/msg/DetectedObjects.msgorautoware_perception_msgs/msg/TrackedObjects.msg)
Parameters#
| Name | Type | Description | Default | Range |
|---|---|---|---|---|
| range_ |
string | Target frame of the calculations. | base_ |
N/A |
| range_ |
float | An offset value for the x-axis in the target frame when calculating the range [m]. | 0.0 | N/A |
| range_ |
float | An offset value for the y-axis in the target frame when calculating the range [m]. | 0.0 | N/A |
| sort_ |
boolean | If true, objects with the 'UNKNOWN' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'CAR' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'TRUCK' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'BUS' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'TRAILER' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'MOTORCYCLE' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'BICYCLE' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'PEDESTRIAN' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'ANIMAL' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
boolean | If true, objects with the 'HAZARD' label will be published. | true | N/A |
| sort_ |
float | Minimum velocity threshold for retaining objects [m/s]. | 0.0 | ≥0.0 |
| sort_ |
float | Maximum distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum distance threshold for retaining objects [m]. | 30.0 | N/A |
| sort_ |
float | Maximum x-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum x-axis distance threshold for retaining objects [m]. | -100.0 | N/A |
| sort_ |
float | Maximum y-axis distance threshold for retaining objects [m]. | 100.0 | N/A |
| sort_ |
float | Minimum y-axis distance threshold for retaining objects [m]. | -100.0 | N/A |