Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]
 
 
 
Messages
Services
Plugins
Recent questions tagged autoware_vehicle_velocity_converter at Robotics Stack Exchange
Package Summary
| 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-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Masahiro Sakamoto
 - Yamato Ando
 - NGUYEN Viet Anh
 - Taiki Yamada
 
Authors
autoware_vehicle_velocity_converter
Purpose
This package converts autoware_vehicle_msgs::msg::VehicleReport message to geometry_msgs::msg::TwistWithCovarianceStamped for gyro odometer node.
Inputs / Outputs
Input
| Name | Type | Description | 
|---|---|---|
velocity_status | 
      autoware_vehicle_msgs::msg::VehicleReport | 
      vehicle velocity | 
Output
| Name | Type | Description | 
|---|---|---|
twist_with_covariance | 
      geometry_msgs::msg::TwistWithCovarianceStamped | 
      twist with covariance converted from VehicleReport | 
Parameters
| Name | Type | Description | 
|---|---|---|
speed_scale_factor | 
      double | speed scale factor (ideal value is 1.0) | 
frame_id | 
      string | frame id for output message | 
velocity_stddev_xx | 
      double | standard deviation for vx | 
angular_velocity_stddev_zz | 
      double | standard deviation for yaw rate | 
Changelog for package autoware_vehicle_velocity_converter
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- 
    
fix: to be consistent version in all package.xml(s)
 - 
    
test(autoware_vehicle_velocity_converter): add unit tests (#478)
- test(autoware_vehicle_velocity_converter): add unit tests
 - style(pre-commit): autofix
 
* chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
 - 
    
Contributors: NorahXiong, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
- 
    
chore: update version in package.xml
 - 
    
feat(autoware_vehicle_velocity_converter): port from Autoware Universe (#325)
- feat: port autoware_vehicle_velocity_converter from Autoware Universe
 - chore: reset package version and remove CHANGELOG.rst
 - fix: fix include header bracket
 
* fix: resolve InitializationList cppcheck error ---------
 - 
    
Contributors: Ryohsuke Mitsudome
 
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake_auto | |
| autoware_cmake | |
| ament_lint_auto | |
| autoware_lint_common | |
| autoware_vehicle_msgs | |
| geometry_msgs | |
| rclcpp | |
| rclcpp_components | 
System Dependencies
Dependant Packages
| Name | Deps | 
|---|---|
| autoware_core_sensing | 
Launch files
- launch/vehicle_velocity_converter.launch.xml
                
- 
                    
- input_vehicle_velocity_topic [default: velocity_status]
 - output_twist_with_covariance [default: twist_with_covariance]
 - config_file [default: $(find-pkg-share autoware_vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml]