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
radar_threshold_filter
Additional Links
No additional links.
Maintainers
- Satoshi Tanaka
- Shunsuke Miura
Authors
- Satoshi Tanaka
radar_threshold_filter
radar_threshold_filter_node
Remove noise from radar return by threshold.
- Amplitude filter: Low amplitude consider noise
- FOV filter: Pointcloud from radar’s FOV edge occur perturbation
- Range filter: Too near pointcloud often occur noise
Calculation cost is O(n). n
is the number of radar return.
Input topics
Name | Type | Description |
---|---|---|
input/radar | radar_msgs/msg/RadarScan.msg | Radar pointcloud data |
Output topics
Name | Type | Description |
---|---|---|
output/radar | radar_msgs/msg/RadarScan.msg | Filtered radar pointcloud |
Parameters
- For node parameter
Name | Type | Description |
---|---|---|
is_amplitude_filter | bool | if this parameter is true, apply amplitude filter (publish amplitude_min < amplitude < amplitude_max) |
amplitude_min | double | [dBm^2] |
amplitude_max | double | [dBm^2] |
is_range_filter | bool | if this parameter is true, apply range filter (publish range_min < range < range_max) |
range_min | double | [m] |
range_max | double | [m] |
is_azimuth_filter | bool | if this parameter is true, apply angle filter (publish azimuth_min < range < azimuth_max) |
azimuth_min | double | [rad] |
azimuth_max | double | [rad] |
is_z_filter | bool | if this parameter is true, apply z position filter (publish z_min < z < z_max) |
z_min | double | [m] |
z_max | double | [m] |
How to launch
ros2 launch radar_threshold_filter radar_threshold_filter.launch.xml
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_clang_format | |
ament_lint_auto | |
ament_lint_common | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/radar_threshold_filter.launch.xml
-
- input/radar [default: input/radar]
- output/radar [default: output/threshold_filtered_radar]
- config_file [default: $(find-pkg-share radar_threshold_filter)/config/radar_threshold_filter.param.yaml]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged radar_threshold_filter 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.