Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
Messages
Services
Plugins
Recent questions tagged autoware_stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Masahiro Sakamoto
- Kento Yabuuchi
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
- Koji Minoda
- Takahisa Ishikawa
stop_filter
Purpose
When this function did not exist, each node used a different criterion to determine whether the vehicle is stopping or not, resulting that some nodes were in operation of stopping the vehicle and some nodes continued running in the drive mode. This node aims to:
- apply a uniform stopping decision criterion to several nodes.
- suppress the control noise by overwriting the velocity and angular velocity with zero.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
input/odom |
nav_msgs::msg::Odometry |
localization odometry |
Output
Name | Type | Description |
---|---|---|
output/odom |
nav_msgs::msg::Odometry |
odometry with suppressed longitudinal and yaw twist |
debug/stop_flag |
autoware_internal_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
{{ json_to_markdown(“localization/autoware_stop_filter/schema/stop_filter.schema.json”) }}
Changelog for package autoware_stop_filter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(stop_filter): add unit tests to stop filter node (#573)
- refactor(stop_filter): rename file name
- refactor(stop_filter): rename class
- feat(stop_filter): add integration test
- style(stop_filter): add unit tests to stop filter
- style(pre-commit): autofix
- chore(stop_filter): update copyright
- chore(stop_filter): move include files
- style(pre-commit): autofix
- fix(stop_filter): update test configuration to use ament_add_ros_isolated_gtest
- chore(stop_filter): fix linter error
- chore(stop_filter): fix linter error
- chore(stop_filter): update copyright
* chore(stop_filter): add author to package.xml ---------Co-authored-by: Takahisa.Ishikawa <<takahisa.ishikawa@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
chore: bump version to 1.3.0 (#554)
-
Contributors: Ryohsuke Mitsudome, Takahisa Ishikawa
1.3.0 (2025-06-23)
-
fix: to be consistent version in all package.xml(s)
-
fix: tf2 uses hpp headers in rolling (and is backported) (#483)
- tf2 uses hpp headers in rolling (and is backported)
* fixup! tf2 uses hpp headers in rolling (and is backported) ---------
-
Contributors: Tim Clephas, Yutaka Kondo, github-actions
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat(autoware_stop_filter): port autoware_stop_filter from Autoware Universe (#300)
- Contributors: Ryohsuke Mitsudome
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_debug_msgs | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_components | |
tf2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_localization |
Launch files
- launch/stop_filter.launch.xml
-
- param_path [default: $(find-pkg-share autoware_stop_filter)/config/stop_filter.param.yaml]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]