autoware_object_velocity_splitter#
This package contains a object filter module for autoware_perception_msgs/msg/DetectedObject. This package can split DetectedObjects into two messages by object's speed.
Interface#
Input#
~/input/objects
(autoware_perception_msgs/msg/DetectedObjects.msg
)- 3D detected objects
Output#
~/output/low_speed_objects
(autoware_perception_msgs/msg/DetectedObjects.msg
)- Objects with low speed
~/output/high_speed_objects
(autoware_perception_msgs/msg/DetectedObjects.msg
)- Objects with high speed
Parameters#
Name | Type | Description | Default | Range |
---|---|---|---|---|
velocity_threshold | float | Velocity threshold (in m/s) used to split objects. | 3 | N/A |