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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]
Messages
Services
Plugins
Recent questions tagged radar_tracks_noise_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
- Sathshi Tanaka
- Shunsuke Miura
Authors
- Sathshi Tanaka
radar_tracks_noise_filter
This package contains a radar object filter module for radar_msgs/msg/RadarTrack
.
This package can filter noise objects in RadarTracks.
Algorithm
The core algorithm of this package is RadarTrackCrossingNoiseFilterNode::isNoise()
function.
See the function and the parameters for details.
- Y-axis threshold
Radar can detect x-axis velocity as doppler velocity, but cannot detect y-axis velocity.
Some radar can estimate y-axis velocity inside the device, but it sometimes lack precision.
In y-axis threshold filter, if y-axis velocity of RadarTrack is more than velocity_y_threshold
, it treats as noise objects.
Input
Name | Type | Description |
---|---|---|
~/input/tracks |
radar_msgs/msg/RadarTracks.msg | 3D detected tracks. |
Output
Name | Type | Description |
---|---|---|
~/output/noise_tracks |
radar_msgs/msg/RadarTracks.msg | Noise objects |
~/output/filtered_tracks |
radar_msgs/msg/RadarTracks.msg | Filtered objects |
Parameters
Name | Type | Description | Default value |
---|---|---|---|
velocity_y_threshold |
double | Y-axis velocity threshold [m/s]. If y-axis velocity of RadarTrack is more than velocity_y_threshold , it treats as noise objects. |
7.0 |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
radar_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/radar_tracks_noise_filter.launch.xml
-
- input/tracks [default: ~/input/tracks]
- output/noise_tracks [default: ~/output/noise_tracks]
- output/filtered_tracks [default: ~/output/filtered_tracks]
- velocity_y_threshold [default: 7.0]