Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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
Services
Plugins
Recent questions tagged radar_threshold_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-05-30 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
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
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
Dependant Packages
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]