Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- 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 stop_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/qin-yuan/autoware_car.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-12-19 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Koji Minoda
- Yamato Ando
Authors
- Koji Minoda
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 |
tier4_debug_msgs::msg::BoolStamped |
flag to represent whether the vehicle is stopping or not |
Parameters
Name | Type | Description |
---|---|---|
vx_threshold |
double | longitudinal velocity threshold to determine if the vehicle is stopping [m/s] (default: 0.01) |
wz_threshold |
double | yaw velocity threshold to determine if the vehicle is stopping [rad/s] (default: 0.01) |
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake_auto | |
ament_cmake_ros | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
tf2 | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Launch files
- launch/autoware_stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]
- launch/stop_filter.launch.xml
-
- vx_threshold [default: 0.01]
- wz_threshold [default: 0.01]
- input_odom_name [default: ekf_odom]
- output_odom_name [default: stop_filter_odom]
- debug_stop_flag [default: debug/stop_flag]