Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
Messages
Services
Plugins
Recent questions tagged pose2twist at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/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
- Yamato Ando
Authors
- Yamato Ando
pose2twist
Purpose
This pose2twist
calculates the velocity from the input pose history. In addition to the computed twist, this node outputs the linear-x and angular-z components as a float message to simplify debugging.
The twist.linear.x
is calculated as sqrt(dx * dx + dy * dy + dz * dz) / dt
, and the values in the y
and z
fields are zero.
The twist.angular
is calculated as d_roll / dt
, d_pitch / dt
and d_yaw / dt
for each field.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
pose | geometry_msgs::msg::PoseStamped | pose source to used for the velocity calculation. |
Output
Name | Type | Description |
---|---|---|
twist | geometry_msgs::msg::TwistStamped | twist calculated from the input pose history. |
linear_x | tier4_debug_msgs::msg::Float32Stamped | linear-x field of the output twist. |
angular_z | tier4_debug_msgs::msg::Float32Stamped | angular-z field of the output twist. |
Parameters
none.
Assumptions / Known limits
none.
Package Dependencies
Deps | Name |
---|---|
autoware_cmake | |
ament_cmake | |
ament_lint_auto | |
autoware_lint_common | |
geometry_msgs | |
rclcpp | |
tf2_geometry_msgs | |
tier4_debug_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
steer_offset_estimator |
Launch files
- launch/autoware_pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]
- launch/pose2twist.launch.xml
-
- input_pose_topic [default: /localization/pose_estimator/pose]
- output_twist_topic [default: /estimate_twist]