Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_planning_topic_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.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-06-12 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Satoshi OTA
- Shumpei Wakabayashi
- Kosuke Takeuchi
Authors
- Satoshi OTA
Planning Topic Converter
Purpose
This package provides tools that convert topic type among types are defined in https://github.com/autowarefoundation/autoware_msgs.
Inner-workings / Algorithms
Usage example
The tools in this package are provided as composable ROS 2 component nodes, so that they can be spawned into an existing process, launched from launch files, or invoked from the command line.
<load_composable_node target="container_name">
<composable_node pkg="planning_topic_converter" plugin="autoware::planning_topic_converter::PathToTrajectory" name="path_to_trajectory_converter" namespace="">
<!-- params -->
<param name="input_topic" value="foo"/>
<param name="output_topic" value="bar"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
</load_composable_node>
Parameters
Name | Type | Description |
---|---|---|
input_topic |
string | input topic name. |
output_topic |
string | output topic name. |
Assumptions / Known limits
Future extensions / Unimplemented parts
Changelog for package autoware_planning_topic_converter
1.1.0 (2025-05-01)
1.0.0 (2025-03-31)
- chore: update version in package.xml
- feat: port autoware_planning_topic_converter from Autoware Universe to Core (#331)
- Contributors: Ryohsuke Mitsudome
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_motion_utils | |
autoware_planning_msgs | |
autoware_utils_geometry | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_core_planning |