Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]
Messages
Services
Plugins
Recent questions tagged autoware_trajectory_adapter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-09-26 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Daniel Sanchez
- Yukihiro Saito
- Go Sakayori
- Shintaro Sakoda
Authors
- Go Sakayori
Trajectory Adapter
Purpose/Role
This node converts a set of ranked candidate trajectories into a single, cleaned‑up autoware_planning_msgs/msg/Trajectory.
Algorithm Overview
Upon receiving a message, the node finds the candidate with the highest score. If no candidate is found an empty list would be published. The selected trajectory’s points are then processed, ensuring that successive points match the conditions to conduct control modules.
Interface
Topics
Direction | Topic Name | Message Type | Description |
---|---|---|---|
Subscribe | ~/input/trajectories |
autoware_internal_planning_msgs/msg/ScoredCandidateTrajectories |
Candidate trajectories with scores |
Publish | ~/output/trajectory |
autoware_planning_msgs/msg/Trajectory |
Re-arranged best‑score trajectory |
Parameters
The current implementation does not expose any ROS parameters. All behavior is hard‑coded.
Future Work
The following features and improvements are planned for future development:
- Turn Signal Control: Implement proper turn signal activation based on trajectory curvature and lane change intentions
- Hazard Light Control: Add logic to activate hazard lights in emergency situations or when the vehicle needs to warn other traffic participants
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_internal_planning_msgs | |
autoware_planning_msgs | |
autoware_utils_debug | |
rclcpp | |
rclcpp_components |
System Dependencies
Dependant Packages
Launch files
- launch/trajectory_adapter.launch.xml
-
- input_trajectories [default: ~/input/trajectories]
- output_trajectory [default: ~/output/trajectory]