No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro kilted. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
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 | UNMAINTAINED |
| CI status | No Continuous Integration |
| Released | UNRELEASED |
| Tags | No category tags. |
| Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The pose2twist package
Additional Links
No 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.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
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
No direct 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
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged pose2twist at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.