No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-09-19 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The object_merger package
Additional Links
No additional links.
Maintainers
- Yukihiro Saito
- Yoshi Ri
Authors
No additional authors.
object_merger
Purpose
object_merger is a package for merging detected objects from two methods by data association.
Inner-workings / Algorithms
The successive shortest path algorithm is used to solve the data association problem (the minimum-cost flow problem). The cost is calculated by the distance between two objects and gate functions are applied to reset cost, s.t. the maximum distance, the maximum area and the minimum area.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/object0 |
autoware_auto_perception_msgs::msg::DetectedObjects |
detection objects |
input/object1 |
autoware_auto_perception_msgs::msg::DetectedObjects |
detection objects |
Output
Name | Type | Description |
---|---|---|
output/object |
autoware_auto_perception_msgs::msg::DetectedObjects |
modified Objects |
Parameters
Name | Type | Description |
---|---|---|
can_assign_matrix |
double | Assignment table for data association |
max_dist_matrix |
double | Maximum distance table for data association |
max_area_matrix |
double | Maximum area table for data association |
min_area_matrix |
double | Minimum area table for data association |
max_rad_matrix |
double | Maximum angle table for data association |
base_link_frame_id |
double | association frame |
distance_threshold_list |
std::vector<double> |
Distance threshold for each class used in judging overlap. The class order depends on ObjectClassification. |
generalized_iou_threshold |
std::vector<double> |
Generalized IoU threshold for each class |
Tips
- False Positive Unknown object detected by clustering method sometimes raises the risk of sudden stop and interferes with Planning module. If ML based detector rarely misses objects, you can tune the parameter of object_merger and make Perception module ignore unknown objects.
- If you want to remove unknown object close to large vehicle,
- use HIGH
distance_threshold_list
- However, this causes high computational load
- use LOW
precision_threshold_to_judge_overlapped
- use LOW
generalized_iou_threshold
- However, these 2 params raise the risk of overlooking object close to known object.
- use HIGH
- If you want to remove unknown object close to large vehicle,
Assumptions / Known limits
(Optional) Error detection and handling
(Optional) Performance characterization
(Optional) References/External links
(Optional) Future extensions / Unimplemented parts
Data association algorithm was the same as that of multi_object_tracker, but the algorithm of multi_object_tracker was already updated.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
eigen |
Dependant Packages
Launch files
- launch/object_association_merger.launch.xml
-
- input/object0 [default: object0]
- input/object1 [default: object1]
- output/object [default: merged_object]
- priority_mode [default: 2]
- data_association_matrix_path [default: $(find-pkg-share object_merger)/config/data_association_matrix.param.yaml]
- distance_threshold_list_path [default: $(find-pkg-share object_merger)/config/overlapped_judge.param.yaml]
- sync_queue_size [default: 20]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged object_merger at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.