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.0.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
radar_fusion_to_detected_object
Additional Links
No additional links.
Maintainers
- Satoshi Tanaka
- Shunsuke Miura
Authors
- Satoshi Tanaka
radar_fusion_to_detected_object
This package contains a sensor fusion module for radar-detected objects and 3D detected objects. The fusion node can:
- Attach velocity to 3D detections when successfully matching radar data. The tracking modules use the velocity information to enhance the tracking results while planning modules use it to execute actions like adaptive cruise control.
- Improve the low confidence 3D detections when corresponding radar detections are found.
Core algorithm
The document of core algorithm is here
Parameters for sensor fusion
Name | Type | Description | Default value |
---|---|---|---|
bounding_box_margin | double | The distance to extend the 2D bird’s-eye view Bounding Box on each side. This distance is used as a threshold to find radar centroids falling inside the extended box. [m] | 2.0 |
split_threshold_velocity | double | The object’s velocity threshold to decide to split for two objects from radar information (currently not implemented) [m/s] | 5.0 |
threshold_yaw_diff | double | The yaw orientation threshold. If ∣ θ_ob − θ_ra ∣ < threshold × yaw_diff attached to radar information include estimated velocity, whereθobis yaw angle from 3d detected object,*θ_ra is yaw angle from radar object. [rad] | 0.35 |
Weight parameters for velocity estimation
To tune these weight parameters, please see document in detail.
Name | Type | Description | Default value |
---|---|---|---|
velocity_weight_average | double | The twist coefficient of average twist of radar data in velocity estimation. | 0.0 |
velocity_weight_median | double | The twist coefficient of median twist of radar data in velocity estimation. | 0.0 |
velocity_weight_min_distance | double | The twist coefficient of radar data nearest to the center of bounding box in velocity estimation. | 1.0 |
velocity_weight_target_value_average | double | The twist coefficient of target value weighted average in velocity estimation. Target value is amplitude if using radar pointcloud. Target value is probability if using radar objects. | |
0.0 | |||
velocity_weight_target_value_top | double | The twist coefficient of top target value radar data in velocity estimation. Target value is amplitude if using radar pointcloud. Target value is probability if using radar objects. | 0.0 |
Parameters for fixed object information
Name | Type | Description | Default value |
---|---|---|---|
convert_doppler_to_twist | bool | Convert doppler velocity to twist using the yaw information of a detected object. | false |
threshold_probability | float | If the probability of an output object is lower than this parameter, and the output object does not have radar points/objects, then delete the object. | 0.4 |
compensate_probability | bool | If this parameter is true, compensate probability of objects to threshold probability. | false |
radar_object_fusion_to_detected_object
Sensor fusion with radar objects and a detected object.
- Calculation cost is O(nm).
- n: the number of radar objects.
- m: the number of objects from 3d detection.
How to launch
ros2 launch radar_fusion_to_detected_object radar_object_to_detected_object.launch.xml
Input
Name | Type | Description |
---|---|---|
~/input/objects |
autoware_auto_perception_msgs/msg/DetectedObject.msg | 3D detected objects. |
~/input/radar_objects |
autoware_auto_perception_msgs/msg/DetectedObjects.msg | Radar objects. Note that frame_id need to be same as ~/input/objects
|
Output
Name | Type | Description |
---|---|---|
~/output/objects |
autoware_auto_perception_msgs/msg/DetectedObjects.msg | 3D detected object with twist. |
~/debug/low_confidence_objects |
autoware_auto_perception_msgs/msg/DetectedObjects.msg | 3D detected object that doesn’t output as ~/output/objects because of low confidence |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
update_rate_hz | double | The update rate [hz]. | 20.0 |
radar_scan_fusion_to_detected_object (TBD)
TBD
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
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_common | |
autoware_lint_common | |
autoware_auto_perception_msgs | |
geometry_msgs | |
message_filters | |
rclcpp | |
rclcpp_components | |
std_msgs | |
tier4_autoware_utils |
System Dependencies
Name |
---|
eigen |
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/radar_object_fusion_to_detected_object.launch.xml
-
- input/objects [default: ~/input/objects]
- input/radars [default: ~/input/radars]
- output/objects [default: ~/output/data]
- config_file [default: $(find-pkg-share radar_fusion_to_detected_object)/config/radar_object_fusion_to_detected_object.param.yaml]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged radar_fusion_to_detected_object 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.